[00:13:14] Love the background, it's so pretty!! [00:20:56] it reminds me of the background the Critical Role wiki uses. [00:21:24] https://cdn.discordapp.com/attachments/407537962553966603/1537979485595373659/image.png?ex=6a810283&is=6a7fb103&hm=37e57c238de372b259e19e4db0f360c76ae54c18b9ba0a704bc8821f23841a97& [00:21:43] obviously it's not the same but the green and yellow was reminicnent [00:25:38] oh thats nice [00:25:44] i like what they've done with the header [00:29:59] hmm.... while the expanded Recent Changes does let me see up to where my immediate timeframe of concern is, it does not actually show the upper bound of change amount & date range it claims to (only 54 changes going back to February, instead of 500 changes going back to August last year) [00:38:45] hello 5 hours later [00:38:56] πŸ‘‹ [00:38:59] [1/2] here is my stub amogus template [00:38:59] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1537983912419131532/image.png?ex=6a8106a3&is=6a7fb523&hm=e21453cac2064a5c7d452c43a0a15b5eddc5ad02b26ff131c7252e32c010d691& [00:39:06] with padding at the bottom of the amogly [00:39:12] how do i NOT have the padding. [00:39:21] https://amoguses.miraheze.org/wiki/Template:Stub/style.css the CSS [00:39:32] pading: -X? [00:50:29] [1/5] 1. yes that was important [00:50:30] [2/5] 2. i cheated the system and put figure { [00:50:30] [3/5] padding: 0; [00:50:30] [4/5] display: contents; [00:50:31] [5/5] } [00:50:32] https://tenor.com/view/mega64-hacking-in-progress-hacker-hacked-hd-gif-16542434 [00:51:02] IT WORKS! [00:51:10] 🫑 [01:30:14] Wikis are a shrine to effort [01:45:08] @wikitideharej would it be possible to update https://commons.miraheze.org/wiki/File:Miraheze_Cash_Balance.png with newer data since it's been over half a year now [01:45:13] i wanna see number go big [01:45:40] It's been over a whole year in fact. I prepared the data for the 10th anniversary [01:45:47] oh dang [01:48:15] Nice chart. I've never seen that. :) [01:50:07] I will say that Miraheze/WikiTide punches way above its weight in terms of revenues (donations) and its expenses, thanks, in large part, to the efforts of community volunteers. It just shows what you can accomplish with a small amount of money and some committed volunteers. You don't need Wikimedia Foundation's FTE levels and endowment funds. :) [02:13:25] Does anyone here know about Lua code errors? Looks like I have a JsonDecode error that concerns gsub and function chunk. https://pastebin.com/qRbma47p [02:26:40] i imported a wiki from fandom and half of the images are cooked for some reason and wont load [02:26:52] [1/2] like this: [02:26:52] [2/2] https://jacksgames.miraheze.org/wiki/Easy_Mode [02:26:54] idk why [02:37:28] [1/2] looks fine to me [02:37:28] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1538013726341468241/image.png?ex=6a812267&is=6a7fd0e7&hm=d166a3cfdf1ac1f019c1e016ab37ab57eeed7367e2c5d7ebcdcda49868a3e522& [02:37:41] magic i guess lol [02:37:45] sob [02:37:54] ur internet may just be slow [02:38:19] nope i got 1 gig fiber [04:41:55] how long does it take for css changes and js to apply [05:37:28] jus trefresh [05:38:08] ik but it takea 10+ minutes sometimes [06:08:23] a long time, that's why it's recommended you test on your own user css first since that's mostly instantaneous [06:32:34] How can I turn on replace text extension on my wiki? [07:23:02] [[SR/RC]] [07:23:02] [10:59:30] sorry if this is a silly question, but once i've uploaded a file on the wiki, how would i specify it? i just need it for a single character, but i can't seem to get `/span` to work. is there something else i need to do? [11:00:34] oh... do i have to add it to common.css... [11:01:45] you need to add it to common.css or a default gadget's css, with `@font-face` [11:02:51] (btw i wasn't aware you were talking about a font until i read to the font-family part) [11:03:31] can't believe i forgot to type font lol, edited [11:03:42] but yeah i realized right after i asked that question haha [11:05:07] [1/5] is the code for it the same as fandom's? [11:05:08] [2/5] ```@font-face { [11:05:08] [3/5] font-family: FONT_NAME; / Define the font name here to be used later / [11:05:08] [4/5] src: url('FONT_URL') format('woff2'); / Define where the font can be downloaded / [11:05:09] [5/5] }``` [11:05:21] it is [11:05:41] hmmm πŸ€” tried stuffing it into my common.css but it's still not showing up [11:05:48] `url('https://static.wikitide.net/vocaloidlyricswiki/f/fe/Iikanji.ttf') format('ttf')` for your case i think [11:06:03] [1/2] had to load it somewhere on Common.css: [11:06:04] [2/2] https://vocaloid.fandom.com/wiki/MediaWiki:Common.css#L-90 [11:06:24] yeah testing it on my own common.css first since cache [11:08:54] should i just copy the entire thing off vw's implementation lol i only did the top bit [11:09:39] [1/2] works to me [11:09:39] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1538142623032938507/image.png?ex=6a819a72&is=6a8048f2&hm=fcf3a4f549413bffe2207ed25cf036ef0859e8b43cd5ae52096b1ca246097128& [11:09:55] i think we just needed to switch the font URL. Fandom doesn't block loading from glyphwiki but MH has CSP [11:11:09] i mean, i uploaded the font πŸ€” [11:11:20] with [[mh:vocaloidlyrics:User:Honoka55/common.css]] on [[mh:vocaloidlyrics:User:Honoka55/sandbox]] [11:11:20] [1/2] [11:11:20] [2/2] [11:14:31] hmmmm ok i think it's a browser issue lol [11:14:45] since it works fine on firefox but on vivaldi it does not show up for me for some reason πŸ˜‚ [11:15:37] if it's only for a single page γͺγ‚“γ γ‹γ„γ„γ‹γ‚“γ˜ i suggest adding it as a gadget only loaded on that page to avoid affecting sitewide loading speed (maybe it's not big deal tho [11:16:17] Xuanmien did add a fallback font on Line 92: [11:16:49] `transition` and `.iikanji:hover` are buggy on the real VW tho [11:17:24] oh i was wondering what those extra lines were for [11:18:43] isn't it for transition? [11:18:49] [1/2] only shows up as this if the iikanji font failed to load tho [11:18:50] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1538144933406310482/image.png?ex=6a819c99&is=6a804b19&hm=1def79f0e30448f883c4485de10da551d4ae1ec387966273bb02d048c1eb46fe& [11:19:17] yeah it shows up like that for me too [11:19:25] [1/2] i thought it's for hover [11:19:25] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1538145082648043540/image.png?ex=6a819cbd&is=6a804b3d&hm=7bd52ea85757a37f9ff8bfbff619cdb5871f2960e76fb5d1797ecc8824c5b6c1& [11:19:37] [1/2] well. [11:19:37] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1538145132791070790/image.png?ex=6a819cc9&is=6a804b49&hm=42d90846796183bbf71a8ecd3900d1e4452faeb9f57ce1cc76874a0a9d65f4f7& [11:19:44] though i think honoka used a different uh unicode character? ξ€€ vs 〓 [11:19:50] why you see different things [11:20:08] the former shows up on firefox... the latter doesn't show up at all lol [11:20:19] not sure why it works on vocaloid wiki [11:20:42] bc the source page you linked https://glyphwiki.org/wiki/Group:mandel59_iikanji says it's u+e000? why u+3013 then [11:20:53] i have no idea, i took it directly from vocaloid wiki's source code [11:21:21] you should follow the font file you uploaded instead of others' code i think anyway [11:22:15] you're right, just looking at the font file url, i think they grabbed a different one?? [11:22:32] where did they get this one from [11:23:17] btw i'm quite familiar with this song lol. i also handled its webfont display on moegirlpedia in maybe 2022 https://zh.moegirl.org.cn/%E4%B8%8D%E7%9F%A5%E6%80%8E%E4%B9%88%E6%80%BB%E8%A7%89%E5%BE%97%E8%B6%85%E6%A3%92%E7%9A%84%E6%B1%89%E5%AD%97 [11:23:27] let me test if this one works better i guess?? [11:23:38] lol i was wondering how you knew exactly which character we were struggling with [11:24:04] we use a sans-serif font here for overall consistency [11:24:25] the glyphwiki thing is serif, but the original pv is also serif (for all lyrics) [11:24:29] at this point i just want it to work; i no longer care about consistency [11:29:11] update: for some reason the vocaloid wiki's source for the font works, on both vivaldi and firefox [11:30:18] guess the moral of the story is to just copy directly from someone else who did it correctly lol [11:30:43] i'm always saying this [11:32:05] anyway do you have a preferred place for me to place this font code on common.css or can i just slap it anywhere lol [11:32:36] i'd suggest this [11:32:51] https://glyphwiki.org/wiki/Group:umbreon126_iikanji [11:33:19] wow thank you, how did you find it [11:33:35] this group hacks u+3013 to display the gumdam character [11:33:49] i prefer the one that uses pua u+e000 [11:34:19] oh i think xuanmien just edited it and uploaded it directly since it has their username on it [11:34:48] [1/2] by coincidence i happen to know this site as well [11:34:48] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1538148950530465802/image.png?ex=6a81a057&is=6a804ed7&hm=a4c035c205074b5f748dd1f80833f24c73ba301a12ea0ebfbabc319c19856dcf& [11:37:37] It'd be cleaner to put it on a Gadget I feel [11:38:07] even if there's prolly not going to be a lot of songs using a custom font [11:38:38] and u+3013 〓 is a legal character that others may also use [11:38:58] (that's why i suggest the one using pua character) [11:39:41] i would've left it if it worked in vivaldi; i didn't really test with other browsers, but i assume it was a chromium issue, and our matomo statistics show that the majority of our users use chrome... [11:40:13] this is chromium btw [11:40:33] really? πŸ€” just chrome or another browser? [11:40:46] makes no difference [11:41:38] you might be caught by cache bc chromium has stubborn cache [11:42:00] ok i'll try again [11:42:12] once it's configurated correct, new visitors will feel no difference [11:43:20] btw can you see all other characters on mobile? [11:43:33] i'm not on mobile but i can see them on pc [11:43:51] i thought you uploaded this for all the characters bc some are not available on mobile. well that's alright [11:44:14] ok you're right; it does just work now. i can't believe i didn't even think to check chrome cache [11:44:22] if you only need one character you wouldn't have need this file with those many characters [11:45:08] yeah but i thought it might be good just in case? so if someone goes "hey something isn't showing up", we can just reference this one font file instead of adding more lol [11:45:28] yeah on this page only [11:45:39] i think you can add it as a fallback font on the page [11:45:51] with a gadget [11:46:24] Hmm I think Xuanmien might have used this char intentionally so it doesn't look like a jarring square block if the font failed to load [11:46:57] Personally I think we should go with Xuanmien's approach [11:47:18] i think it's simply glyphwiki's default glyph for unknown characters [11:47:33] The char is going to be overwritten with the font anyway so it truly doesn't matter [11:47:51] hacking a meaningful character is definitely crime [11:48:12] [1/3] The gadget will fail to load anyway so I'm not worried [11:48:13] [2/3] https://issue-tracker.miraheze.org/T15395 [11:48:13] [3/3] #again [11:48:37] btw if you need an elegant downgrade if should show 'gundam' instead of '〓' [11:48:49] i'll leave it to ccxtwf to decide since they're our interface admin lol [11:49:07] i'm looking at the gadgets documentation, and how do you make it show up only on one page? [11:49:24] give the page a category and `|categories=xx` for the gadget [11:49:46] ofc don't forget `|default` either [11:50:01] oh a category just for one page? πŸ€” [11:50:04] I should prolly do it tbh [11:50:15] if you could, it'd be appreciated lol [11:50:24] i know you were against this because of the trouble and i underestimated the trouble πŸ˜‚ [11:50:34] the proposals for specifying pages for gadgets is not accepts [11:50:34] Yeah it only applies to a specific namespace or categoru, not page IIRC [11:50:43] it only accepts ns, cat, cm [11:50:56] yeah i saw that on the documentation, but i wondered if there was another way [11:51:56] i think it can't take an entire ns or a special cm [11:52:00] cat is only solution [11:52:47] https://phabricator.wikimedia.org/T204201 this maybe [11:53:10] you can compare with the doc to see which are approved and which are not [12:05:53] okay movies wiki is turning 5 years old in two days [12:43:19] [1/2] oh you also forced them serifπŸ˜” [12:43:19] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1538166194681679902/image.png?ex=6a81b066&is=6a805ee6&hm=afa0bdc767db0b2a2ddb6733da1d808fab947f738e1eefe5a86087cfde6b6e8b& [12:43:48] [1/2] i still prefer consistency [12:43:48] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1538166316668813472/image.png?ex=6a81b083&is=6a805f03&hm=08fac5dd356751137a4d8d1446d025004a05b6d0c17fe0bc8c2cca34f5135dea& [12:44:22] i offloaded the work to ccxtwf lol but I'm just happy that it all works now [12:45:25] nvm it just triggers my ocd. maybe you can set the entire lyrics of the song serif? [12:47:08] or the font only as fallback (use user's sans-serif preferentially and fallback when it's not supported, for better consistency) [13:41:58] it only goes back to a maximum of 180 days [13:45:10] put `?debug=2` at the end of the url [14:19:57] So I pulled in one of the infobox templates (wikitext, LUa-based) and intend to add/change some of the datapoints used. Its a good guide to base my stuff off of. However, this template did pop for one Lua error when I brought it into my side. Would anyone here be familiar with Lua errors (in the context of mediawiki) ? [14:20:29] [1/2] > Does anyone here know about Lua code errors? Looks like I have a JsonDecode error that concerns gsub and function chunk. https://pastebin.com/qRbma47p [14:20:29] [2/2] @RosetteH (idk if the ping works) it would be better to have a link. my guess is it's something to do with the fact that `string.gsub` actually returns 2 values, which would then cause some weird behaviour with the mw.text.jsonDecode [14:21:25] @thewwwrnerdguy: Here is the link to the code (via Pastebin) https://pastebin.com/qRbma47p [14:21:57] @rosetteH I meant a link to the wiki [14:22:13] I think the issue is the gsub returning two values [14:22:15] For that : https://voxelibre.miraheze.org/wiki/Template:Infobox_item [14:23:46] and that template is an import of this template, over on a non Miraheze wiki: https://minecraft.wiki/w/Template:Infobox_item [14:26:05] Re: a line here that might be returning only 1 value or maybe its returning more than 2 values and thats why gsub is erroring? [14:48:00] [1/2] why can't we use these? [14:48:00] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1538197573729390592/Screenshot_20260815-1147322.jpg?ex=6a81cd9f&is=6a807c1f&hm=32b85d010059537ef81e71173543e8b3856c6f99a651b2ea47f2030950fe830f& [14:49:21] idk about button but the others should be obvious [14:52:45] I can't remember what `a` does, if I ever knew. [14:54:23] hyperlink [14:54:28] `a href` [14:54:51] Ah. I see what the issue is there then. [14:57:44] button is similar to a [14:58:15] it can submit a form etc [15:03:36] it's not working now; templatestyles won't allow dangerous bombs like `@font-face` [15:14:45] What's the issue [15:15:35] It would be a way to have external links that aren't marked like they would be normally. [15:16:43] Ah [15:17:23] Actually that’s already possible, there’s a css class to remove the markwr [15:20:42] and fandom has it removed in their custom skin for whatever reason [15:21:41] and if i say for the better....... [15:21:44] 😢 [15:23:01] No get out [15:40:06] still marked as external and nofollow [15:58:24] is anyone else having issues with the popups extension? [15:58:48] i got the settings to work for like 30 minutes, but it stopped working for three days now [16:00:20] <_arawynn> [1/2] for me it works [16:00:20] <_arawynn> [2/2] did you edit the existing pages with links after activating it? The popups don't show up until you do that [16:00:41] what do you mean? [16:01:42] <_arawynn> if you have pages already existing when you activate the popups extension, the popups won't show on those pages until you edit them. You don't need to change anything, just click on edit and save them again [16:01:54] oooh, okay, ill try that [16:03:04] hmm, that didnt work [16:03:19] ill post the settings i put, maybe thats causing the issues [16:04:10] <_arawynn> yeah, there's something about those as well that can keep them from showing up, but it's been quite a while since I set the extension up [16:04:37] [1/5] last picture is my textextract remove classes settings [16:04:37] [2/5] https://cdn.discordapp.com/attachments/407537962553966603/1538216854366060725/image.png?ex=6a81df94&is=6a808e14&hm=13b6f66bbea37557c2443cbe3d7b856418debdaeef295544df3d3658e11ed4df& [16:04:38] [3/5] https://cdn.discordapp.com/attachments/407537962553966603/1538216854714327091/image.png?ex=6a81df94&is=6a808e14&hm=94a44699fb2de7370a78f7f1bfd6c544feb8c0e6649d61b099b8f0b257e0ca56& [16:04:38] [4/5] https://cdn.discordapp.com/attachments/407537962553966603/1538216854978433155/image.png?ex=6a81df94&is=6a808e14&hm=32bca1ff55ec7dd53a633e9895f5913f21e73e4207d7a390e072e56cfb5deedf& [16:04:38] [5/5] https://cdn.discordapp.com/attachments/407537962553966603/1538216855309914204/image.png?ex=6a81df94&is=6a808e14&hm=5f61a72a52c37e9ecf9784abdb82a083d96f1697291689866f033f3cc72d5978& [16:05:03] the .notintro is for stuff we dont want in the preview, and this did work [16:06:11] oh i should remove the quote class since we dont use that one [16:07:10] <_arawynn> the only difference to my settings are that in the first picture, I have a 0 instead of a 1, everything else looks just like what you have [16:08:27] i'll try that [16:16:04] doesn't seem to have worked either [16:16:52] <_arawynn> then I sadly don't know anything else to help you [16:16:57] okay, wait. the only pages it works for are pages with no images, i think? [16:17:13] Thanks @posix_memalign ! [16:17:21] <_arawynn> nope, for me it works for pages with pictures too [16:19:07] <_arawynn> the settings I have for PageImages is first box not checked, second and third box checked [16:19:20] could be that, then? [16:19:26] ill check that out [16:19:40] <_arawynn> might as well be [16:21:01] i dont want to hurt the SEO, though.. and i dont think that's what's causing the issues if it worked before [16:21:21] i must have pressed some setting thats messing it up [16:26:05] [1/2] oooooh.... that might be it [16:26:06] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1538222259397853295/image.png?ex=6a81e49d&is=6a80931d&hm=e9844620692c68a9774637d700aafae2b9f9c77ebf1dd6e4e6a32d0124084cb1& [16:39:43] i think ill make a support post [16:40:14] <_arawynn> πŸ‘ [19:08:50] Thanks @notaracham! [19:28:55] wiki wiki [19:31:43] now we get to decide how to show an assist. steward promotion on [[Stewards/Chart]] [19:31:44] [19:42:07] Congrats @pixldev [19:42:18] danke [19:42:30] I gave you a barnstar too! [19:42:41] Your new mop will be waiting for you soon [19:42:51] We send that by snail mail [19:43:15] golly! [19:44:27] That's a good idea, we should mail physical mops to the stewards [19:45:08] In addition to being a token of your hard work, you can use it to clean your home if you have hard floors. [19:45:18] Is the foundation paying? [19:45:27] I can't imagine seven mops costs all that much [19:46:04] Β£9 on Amazon [19:46:07] would prob be more expensive to buy 7 mop pins to give out [19:46:11] hmmmm [19:46:17] no yeah [19:46:30] Each [19:46:56] @wikitideharej I'd honestly do it if you authorised the expense and gave me their addresses [19:52:26] Favorite board resolution ever [19:53:00] I don't understand CSS so I don't need to acknowledge the existence of that. [19:53:25] [1/2] https://discord.com/channels/407504499280707585/1260019919643344897/1538266465063538739 [19:53:26] [2/2] Congratulations! [19:53:30] Something something [[Link|class="plainlinks"]] [19:53:53] We stewing [19:53:56] Congrats, Pix! :) [19:55:12] Reception123 just needs to add 'crat to you on `wikicreatorswiki` & `cvtwiki` and add you to `stewardswiki` and then your 'onboarding' should be complete, I think :) [19:56:35] I mean, I can do it myself too [19:56:43] I have userrights now [19:57:11] Also need void to grant the role on the volunteer discord since only he can do it [19:59:12] True. [19:59:56] Once you have view and userrights, mostly near formalities [20:00:16] Congratulations! [20:01:02] Actually, Mattermost access is also still pending [20:02:38] The password to your account is written on the mop [20:44:17] no the password to my account is actually .. [20:44:24] almost fooled me [21:35:51] don't you get that from tech? [21:35:55] or are you not tech anymore [21:36:18] No I do [21:36:31] I have access to Mattermost as a Tech betaer and am still active on it [21:36:40] real ones use slack [21:36:42] But I don't have access to Steward specific channels [21:36:52] sell your soul to salesforce [21:36:53] not round these parts [21:37:07] self hostinf ftw [21:37:22] yeah but do you have salesforce spying on your messages? [21:37:24] didn't think so [21:37:52] Discord already does a wondeful job at it [21:38:23] ok but do you have ai chatbots in mattermost [21:38:26] emotional support [21:38:40] there's an ai upsell screen in mattermost [21:38:42] This is sad [21:38:57] slack has no upsells πŸ™‰ [21:39:27] slack has my big sad [21:39:44] but building in certain things like todo lists is kind of dope [21:39:51] mattermost has something like that but its kind of wonky [21:40:05] I've tested mm but it's a bit clunky for my liking [21:40:14] I could use a proper task system for freeform to do items sharable with volunteers [21:40:22] try anytype [21:40:41] it's basically notion but decentralised [21:40:46] an earlier thought was kanban with the google system, the problem that made me not really bother was google [21:40:55] anytype is actually super cool [21:41:08] it's local first and encrypts by default [21:41:09] I mean for personal use obsidian is fine [21:41:20] I'm thinking something more networked [21:41:28] yeah anytype does that lol [21:41:31] you can share spaces [21:41:41] oh, might be a thought [21:41:46] and either use your own sync server or use theirs which gives you some amount of file storage for free [21:41:55] probably not something I am going to throw onto tech or manage externally which might be janky [21:41:57] but iirc pages themselves are free [21:42:05] it's just a docker composer iirc [21:42:26] if it really sells I'd be tempted to push for it [21:42:29] I put some attempt to get it working myself and got like 50% there but couldn't be arsed to finish it [21:43:10] it has a pretty neat graph view too [21:43:21] and integrated chat apparently [21:43:22] might have a gander [21:43:33] doubt I'd need the chat or many bells and whistles [21:43:39] I'm not a heavy user of it but it is fine for local use [21:43:58] what I want is probably just something like what I try to do with the cvt noticeboard on mediawiki but more likely to be actually used [21:44:06] and sorting things by date/who's looking [21:44:14] multiple people as the case may be [21:44:55] [1/2] like this? [21:44:55] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1538302493098774678/image.png?ex=6a822f56&is=6a80ddd6&hm=3b5d9d3ba149c42329d0851a693f5b8a85062948936dcc9358c3783f0ff78dc1& [21:45:06] more or less [21:45:10] [1/2] has some fun view options [21:45:10] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1538302558077067456/image.png?ex=6a822f66&is=6a80dde6&hm=002327a711fbe3885a83281f22d5ed89858cff5e36cfbfbdbf018e342265d23e& [21:45:11] something kanban could probably do it [21:45:19] https://cdn.discordapp.com/attachments/407537962553966603/1538302597142814801/image.png?ex=6a822f6f&is=6a80ddef&hm=9a2de49371fe7d34ce3700da49b707ddebc7bf39f037d545cee81e6d8bc57648& [21:45:30] looks pretty good to me [21:45:33] graph is interesting but quite abstract [21:45:47] yeah it probably needs to be as dead simple as possible [21:46:12] something to that effect would be useful for oasis as well of course [21:46:17] perhaps doubly in some matters [21:46:19] idk if views are saved per user or globally [21:46:26] but tbh I might fuck around with actually getting it running [21:46:54] oh is it a beta then [21:47:10] no it works but self hosting it is arguably better [21:47:18] they run their own sync network but it's all local first anyway [21:47:37] oh that might just be for linux [21:47:59] probably [21:48:06] I haven't had any issues with my light usage of oit [21:48:31] it's very flexible though so theoretically can create types of anything [21:48:57] depending on how its structured it could possibly be adequate for nda use pending more qualified review than me [21:49:05] I'll at least see how it feels [21:49:35] https://tech.anytype.io/any-sync/overview it's basically just a protocol [21:49:45] it's very very decentralised [21:49:53] the mission is pretty cool [21:50:31] it does sell me on that front [21:52:30] but it does seem to be that if you don't update it it will stop syncing properly [22:12:27] mhm [22:12:51] for miraheze purposes accessing through browser would perhaps be most useful