[03:31:52] [1/2] can anyone tell me why i, the wiki owner, am not allowed to press these buttons [03:31:52] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1486930731304485015/image.png?ex=69c74ba8&is=69c5fa28&hm=c74ebc83a8b35dfa08fa14897e364229dd897399a7a4c05789936a1059c9c7ad& [03:35:45] Semantic Mediawiki needs to be turned on by a steward which you can request at [[SR/RC]], the two below require Sematic Mediawiki to function, and cannot be used without it [03:35:46] [03:37:41] You should look into using [[mw:Extension:Cargo]] instead of Semantic Mediawiki instead though, as it says its permanently experimental and is known to cause issues [03:37:42] [03:55:51] We are not approving new uses of Semantic MediaWiki [03:56:26] We will only enable it for wikis moving onto our service that absolutely must maintain SMW for its functionality and cannot migrate to any alternatives. [04:37:33] Reminds me. We should update the help message to make this clearer. [07:26:51] Hi y'all [07:26:52] so uh [07:27:07] [1/2] How do I change this super gigantic Miraheze logo [07:27:07] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1486989933758513192/image.png?ex=69c782cb&is=69c6314b&hm=c4497a1c22caa04e4b393b0e65a748c10d909b02760c2bded75ac970809e993b& [07:55:02] if you're referring to the icon on the sidebar, it's under Special:ManageWiki/settings -> Styling, I believe [07:57:40] Ahh, ok [08:46:49] [1/2] Doesn't even work [08:46:50] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1487009993055145994/image.png?ex=69c79579&is=69c643f9&hm=9bfb02816b32dcd15aef4575a7f7b58cf9a95ac529ddb1e97093807e18322e7a& [08:52:32] [1/2] NVM, works, but ONLY when I am in the page of the file. Bummer [08:52:32] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1487011429218254959/image.png?ex=69c796d0&is=69c64550&hm=f1cf2199539ae45c45a0b1dfc6bf2629e9e2c6c16efc6374769ef0cf3c9fa676& [08:52:52] probably caching [08:53:16] how do i remove all that cache on desktop browsers [08:54:07] Alright, nvm I figured out [08:54:12] It works holy sh- [09:01:10] [1/2] And this corresponds to that, right? [09:01:10] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1487013600953630831/image.png?ex=69c798d5&is=69c64755&hm=c80da893b8b3e52faf7bc562a57944a277f725fab7fd73f0148713af12d05d88& [09:01:30] I want to change the logo, beside just the "DREAMALONG WIKI" text [12:40:56] What exactly is semantic? [12:47:54] https://www.mediawiki.org/wiki/Extension:Semantic_MediaWiki [12:48:14] basically, extension that allows you to do stuff outlined in [[help:structured data]] [12:48:15] [12:48:48] What is the difference between it and bucket? [12:49:47] however it's massive, complex, unmaintained, has terrible performance, security vulnerabilities galore, breaks wikis constantly and that's just what I've heard from others, I haven't even used it myself [12:50:51] Bucket is much simpler and has better performance [12:52:50] Hello everyone [13:34:20] Bucket also pretty much only exists on weirdgloop wikis rn [13:48:49] how can i make a graph from data [13:49:06] line graph [15:09:11] is SEO already automatically set up when your wiki is made or [15:09:15] what do I need to do? [15:13:08] [1/3] * https://meta.miraheze.org/wiki/User:NotAracham/WikiSEO_-_Improving_Search_Ranking [15:13:08] [2/3] * https://www.mediawiki.org/wiki/Extension:WikiSEO [15:13:08] [3/3] * https://meta.miraheze.org/wiki/Draft:Improving_a_wiki's_SEO [16:59:29] hi guys, I'm trying to make a github page that autopurges a page daily for a certain reason. but I can't seem to make the script work. does anyone know any knowledge about this? [17:05:23] [1/2] there could be a number of reasons [17:05:24] [2/2] This looks like it might be an XY problem though, what's the reason for needing to purge a page daily? [17:06:03] to ensure that a page is update every 0:00 UTC since manual purging is dumb [17:06:07] on the battle cats wiki we at one point had a script that would do that using JS so it would be purged by visitors [17:06:17] can't you just use a JS timer? [17:06:33] for what reason would you need to update the page daily though? [17:07:23] random facts that cycle once everyday at 0:00 UTC [17:08:14] auto purge, not manual purge [17:09:14] right, but I think you're going about it the wrong way – there are extensions that randomly select from a predefined set of options that take care of this by disabling the PC for that particular page which is probably what you want [17:09:52] no predefined [17:09:59] then where are the facts coming from? [17:10:13] lua module [17:10:31] those are still predefined options though? [17:11:06] select 12 of 91 predefined options. [17:11:15] this sounds quite similar to https://battlecats.miraheze.org/wiki/Template:DailyUnit but I'm not sure exactly how that manages to update itself (I've asked the author) [17:11:24] not set of predefined options tho [17:12:17] okay you're not really understanding what I'm getting at [17:12:45] https://battlecats.miraheze.org/wiki/Module:DailyUnit [17:13:35] quite different... [17:13:55] not randomly choosing 1 fact, but 12 non-repeating facts [17:13:59] Although this doesn't really seem like it would work in theory since this code won't be ran every day if the page is still in the parser cache 🤔 [17:14:27] yeah that's what I'm wondering [17:14:35] might there be a daily purge...? [17:15:48] also I managed to log in with the bot once, just that... it has the wrong I.P. [17:17:00] anyway I think it would be easier to update it with a JS script since that can just be run when you're logged in [17:18:30] oh it seems to only be used on the main page which has a reduced parser cache storage time – I wonder why though, potentially due to the usage of `{{NUMBEROFUSERS}}` et al. [17:29:10] looks like it's `` [17:29:50] Oh interesting, I wonder why that would need to reduce the PC [17:31:25] I was trying to look through the code but gerrit thinks I'm a robot so guess I'll have to browse the code on GitHub 🤮 [17:32:02] It doesn't need to be super random, does it? I would just do some calculations on {{CURRENTDAY\}}, {{CURRENTMONTH\}}, and {{CURRENTYEAR\}} on Lua that approximates some random selection. [17:32:18] gerrit is so fucking ass for code browsing anyway change my mind [17:32:51] at least it doesn't require 900 GB for one tab [17:33:23] my potato Linux pc cannot handle github [17:33:23] I have 256 gb sata [17:34:38] [1/2] https://github.com/wikimedia/mediawiki-extensions-CommentStreams/blob/b0d2dc385e36d99c1063845ee0ab22cf6b79ed25/includes/CommentStreamsHandler.php#L162 [17:34:39] [2/2] wtf why [17:51:58] [1/2] I've just set up SEO with NA's guide [17:51:58] [2/2] Do you have to wait for it to show up in search engines? [17:52:13] I should probably read other guides later [17:53:54] Yes, the SEO takes time to roll through [17:54:17] Multiple factors go into showing up in search results, but Google being aware of your site is the first step [17:56:56] [1/2] @jasonthelee ^ [17:56:57] [2/2] Ping ya here so you won't ask about it later [17:57:17] What is other steps then? [17:57:27] Or...should I just read the guides [17:57:42] wait [17:57:46] and perform sacrifices [17:57:48] rain dances [17:57:52] whatever to please the machine gods [17:58:02] (no one knows how) [17:58:19] yay [17:58:24] it works now :D [17:58:33] Gonna sacrifice my wiki admins if they become complecent at any moment /j [18:00:10] Read the guides, there's lots of small things one can do to generally improve ranking [18:00:23] Organic traffic from whatever community cares about your topic does the most though [18:00:44] I see [18:00:54] Logical and good quality links between pages also helps [18:01:09] Spamming links between pages does not [18:06:53] friend just registered on miraheze and got immediately ip-blocked from editing for "long-term abuse". cant even search the username in my own wiki so i can enlist him as an admin [18:07:26] not even sure what's going on here [18:10:29] Tell em to email cvt about it [18:10:35] [[CVT]] [18:10:41] [18:10:48] Okay wikibot is kind of slow [18:11:35] Probably said friend was an lta or the lta used the ip your friend was using for them to hit your friend [18:12:09] Hoping that made sense [18:13:50] @remy_rose pinging for assurance that you got the message [18:47:22] [1/3] I dunno where to post my assets for a wiki just for the sake of showing off, but uh [18:47:22] [2/3] what do y'all think? :] [18:47:23] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1487161123659579663/image.png?ex=69c82239&is=69c6d0b9&hm=56e141b412ce2f29f491b267da43a2d8ff8ed23cbd813ce8a678f8521a916885& [19:21:45] <_chrs_, replying to thewwrnerdguy> this goes back to the first commit lmao [19:43:25] every day I hate commentstreams even more [19:50:25] Can we undeploy this [19:50:31] Wait [19:50:33] Green WWR? [19:50:53] bro evolved in front of my eyes [19:51:09] First dib on congrats [19:52:36] (On discord) [19:52:55] Congrats [19:53:30] continuing the trend of nobody having red for very long [19:53:55] :( [19:54:11] I wish [19:54:15] Sleepy dyno didn’t log smh [19:54:24] I looked at yappin and it doesn't seem to be usable on bc wiki [19:54:47] let's hope that there's some way to fix commentstreams parser shenanigans without breaking everything [19:54:55] @thewwrnerdguy congratulations on envolving like an pokemon lol [19:55:03] ty [19:58:05] Now we can ask the most important question... Are you a dog? [19:58:24] who let the dogs out [20:00:45] The Baha Men [20:03:23] Any features you want to add? I'm tempted to go back to my fork of Yappin and see if there are any changes that make sense. [20:04:03] nope [20:04:16] The main one is it stated it required visual editor [20:05:03] another feature I'd consider essential is upvoting/downvoting, I didn't actually do all that much research so it might be there idk [20:05:09] Ah good point. I think it's possible to serve a different payload with VE is not available and preview manually. [20:05:17] Upvoting/downvoting is indeed there [20:10:20] Oh yeah, WWR is tech now. Our tech team is growing faster than I predicted in 26. 😄 [20:10:42] Love to see it [20:11:11] Might even need an approval for extra training licenses [20:13:06] How far does the approved budget for those go [20:13:52] i think we can always find more budget for it without making tech access p2w [20:14:04] I budgeted for four new enrollees in 26 [20:14:19] Each package is about 75 iirc [20:20:12] 78.80 USD, so very affordable [20:21:01] We've used 3 of 4 budgeted seats [20:25:34] Wait, who was #3 [20:25:40] you [20:25:42] Well, me, better question is #1 [20:25:48] petrus [20:26:02] Petrus became tech only in 26..? [20:26:04] Petrus, WWR, Pix [20:26:08] Yes [20:26:10] Yeah, january [20:26:11] .. [20:26:13] https://meta.miraheze.org/wiki/Data_privacy_training [20:26:19] if you read miraheze monthly you would know smh [20:26:27] If you wanna see the sequence, we got 'em all logged' [20:26:31] Oh, I should make that sortable [20:26:41] I, thought that was last year [20:26:43] the real question is how fast can we fill out the 4th slot [20:26:58] @pskyechology I have a challenge for you [20:27:00] tosses keys to the van [20:27:08] Do your thing girlypop [20:27:17] i already have the van parked out the house of the next victim no worries [20:27:29] Outside? [20:27:33] _has to wait 15 months until the next abduction_ [20:27:43] i cant park inside dummy they'd notice [20:27:44] [1/2] fisch SEO is crazy strong [20:27:44] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1487186381720518806/image.png?ex=69c839bf&is=69c6e83f&hm=5eccebee4ac9f0a1fe849e23d7bbd011f21b49c26c897c867ff2aea90331f54c& [20:27:49] Sortablility, my beloved. All the sorting [20:27:51] You’d find a way [20:28:11] 💯 🎣 [20:28:20] tbf the fisch fandom is uh [20:28:25] not good [20:28:35] 1st one is the one w/ miraheze, right? [20:28:36] idk if they've even kept up with updates [20:29:00] lemme check if the dawm wiki is there [20:29:20] Fandom is absolutely beatable on SEO, especially if you've got the organic support of the community behind a topic [20:29:28] Not easy, but doable [20:29:39] OOF. Not yet ig [20:29:56] [1/2] and the children locked in a cage [20:29:56] [2/2] -# this sounds weird out of context so: we use the Moderation extension [20:30:08] [1/2] Speaking of Fandom [20:30:08] [2/2] Why is Fandom so looked down upon? /genq [20:30:25] I, don’t think that analogy works, in a few ways [20:30:26] i assume you use an adblocker [20:30:35] Yep! [20:30:35] They have their environment highly optimized for SEO and ad revenue, so there's little leeway given for customization [20:30:44] That’s one part of it [20:30:49] UBlock Origin thru and thru [20:30:51] Also they prefer that their wikis give a similar experience between wiki [20:31:07] dont and see how the experience compares [20:31:09] There’s also been a wave of negative sentiment against the company for its behavior towards its community and frankly its community facing employees [20:31:34] Their forking policy is particularly, disliked [20:31:37] [1/2] YOU GET AI SLOP AND YOU GET AI SLOP AND YOU GET AI SLOP [20:31:37] [2/2] EVERYONE GETS LAID OFF AND AI SLOP [20:31:54] yeah unfortunately [20:32:02] not for long [20:32:06] soon tm [20:32:08] oh, I've done that once, half the wiki is covered, like the size of a webview for IE, if a grandma installed a fuckton of toolbars [20:32:19] When over 50% of the real estate is ads, you no longer have a user experience, you have an ad-delivery experience [20:32:32] yeah like 1 more commit from me I hope [20:32:48] Waiter, waiter! There's information about a fictional character in my bowl of advertising! [20:32:49] not to mention when they hijack your main page for more ad-delivery experience [20:32:58] we CAN reach 100% ads [20:33:05] Yeah, getting excited that bucket is soooooo close to non WG deployment [20:33:13] Sora AI and another AI voice tool has been shutdown, so at least there'll be less of those videos now. [20:33:13] That's gonna be quite the trial experience [20:33:27] is CA done torturing you yet [20:33:31] atp they can go full speed and just go full screen it. No close buttons, at all [20:33:46] where one leaves, another will go in its place [20:33:58] yeah [20:34:08] Have the advertiser distract you annoyingly from your main purpose: READING A WIKIPEDIA ABOUT SOME CHARACTER [20:34:11] you guys sure love your torture [20:34:22] then get on it we must speedrun your first W as an independent techie [20:34:33] yeah i'm throwing through the mud [20:34:47] There are still plenty of video generated AI tools sure but Sora AI is among the most used and popular since it was operated under OpenAI. [20:35:14] so happy disney dropped out of their deal [20:35:27] only because sora was canned [20:37:22] Only way we get a better product: crash test the hell out of it. [20:37:28] Microsoft's stocks are also projected to go down in stocks, similar to 2008, since surprise surprise, people don't really like AI being implemented in random products no one asked for. [20:37:32] <_arawynn> fandom is even starting to be annoying with an ad blocker...I'm on there for reasons today and it feels like they want me to login every 2 minutes with Google [20:38:23] I heard that calling them Microslop makes them reluctantly improve everything [20:38:31] [1/2] love how 2 of these left forever ago [20:38:31] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1487189095414235227/image.png?ex=69c83c46&is=69c6eac6&hm=2a0e8541d93256f8a29c0cc4ccf3fa85d4dd3f59b57e5be06688f437cc17b596& [20:38:53] ublock origin can also do cosmetic filters [20:39:04] AI is being implemented too quickly before the ai is properly trained [20:39:13] not surprised the gamble for children wiki has stayed [20:39:58] hello [20:39:58] hiya [20:39:58] wait like, which of the two??? 🥹 [20:39:59] Me when they disguise gambling for "lootcrates" [20:40:14] thanks OA [20:40:15] Ayyy [20:40:19] Oh man, this reminds me of the ad blocker back in the day that would replace ads with cute cat and dog pics [20:40:26] Now can you make me discord mod xxxzzxz [20:40:33] WHAT [20:40:40] no I can't we have to democracy [20:40:44] Doesn't Minecraft and Terraria have their own independent wikis? I'm surprised that's still being updated. [20:40:46] <_arawynn, replying to notaracham> that's one I'd instantly use [20:40:48] IS THERE ONE WHERE IT REPLACES ONE WITH WHATEVER YOU LIKE [20:40:50] Right [20:41:02] Sudo RM -R /var/lib/mariadb [20:41:07] AGH [20:41:16] @pskyechology its our 1 year discord friendship anniversary, according to discord [20:41:31] yay [20:41:34] This halcyon day of the internet is over, but we could probably let it have a comeback if we ask a webdev nicely [20:42:34] -# And here I am friends with someone for 5 years and Discord didn't tell me. [20:43:03] i went to friends > all [20:44:59] que? [21:23:03] https://tenor.com/view/bunnies-bunny-cat-kitty-kitten-gif-4710761231535502921 [21:23:52] https://media.discordapp.net/attachments/528922248778874880/1091244881860640798/cat_in_pot_verysad.gif [21:24:10] i love how both of those gifs are from me [21:24:44] https://cdn.discordapp.com/attachments/1168666446289719327/1233055760418734090/image0-17.gif [21:25:02] i think that one too but i cant remember [21:25:17] https://klipy.com/gifs/dap-up-cat [21:26:40] I don't know what place to put this but I wish to be unblocked on MH to do three things rejoin the wiki that I used to edit on and got most of my dirt on dirt in this case is editing delete my existing MH Wiki which I got a new hosting platform for after I got blocked and erase my name and just call myself a different username as I no longer want [21:26:41] to be known as theemperorpenguinz I think that name brings too much bad on MH I got blocked one month ago sorry this is so long BTW [21:34:21] I'm sorry for all I did and I wish that I never had to do it in the first place [21:34:32] of course you are the empress of Miraheze [21:36:40] Someone if you ever read my messages I wish to have a reply [21:38:04] https://sbnation.wikioasis.org/wiki/Main_Page if anyone wants to use my Wiki in its current state this is where my Wiki is now posted [21:38:50] lol [21:39:51] irc allows embeds that sure is fantastic [21:40:03] I sure hope the block message has a linked avenue for appeals [21:40:10] (it's an email) [21:40:15] ((of the stewards)) [21:40:34] (((you email that with your case))) [21:43:05] ((((🐴)))) [21:44:22] (((((ඞ))))) [21:50:19] you kids and your amoguses [21:51:54] [1/2] Among Us this, sus that... [21:51:54] [2/2] Amoongus is the real Pokemon. [22:14:36] actually it's the beautiful equation `chr(sum(range(ord(min(str(not()))))))` [22:14:39] Pythonic beauty [22:14:52] nerd [22:15:14] [1/3] not() = not () = True [22:15:15] [2/3] str(True) = 'True' [22:15:15] [3/3] min('True') = 'e'? [22:15:37] oh, T, because A = 0x41 and a = 0x61 [22:16:22] [1/2] ord('T') = 0x54 [22:16:23] [2/2] range(0x54) = [0, 0x54) [22:17:14] chr(3846)... [22:18:19] [1/2] https://unicodeplus.com/U+0D9E [22:18:19] [2/2] i stole the magic >:3 [22:21:28] how dare you accuse me of such a thing [22:21:31] LOL [22:28:56] [1/2] i nominate an inanimate carbon rod for community directory [22:28:56] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1487216882468651139/i_mpid_487c_62_76_887x1108bc_ffffffar_4x5o_portraitpm_4s_630q_90.png?ex=69c85627&is=69c704a7&hm=178aeb6cf6f187511030d470d68e63b0389967f6a9796889d0f626f66521b39d& [22:37:28] first nomination added.. [22:37:42] who [22:37:55] "who" she says [22:38:10] To clarify, both Reception and I plan to stand for re-election, since current announcement is ambiguous [22:38:22] oh my god [22:38:37] LOL [22:41:26] bro someone needs to turn link suggest on meta pls [22:42:23] off to SR/M with you [22:43:24] idk if you gotta wait for a nomination to be accepted before supporting it but idc i supported anyway [22:43:55] 2024's nomination had a double support for agent so i think it'll be fine [22:43:56] -# i think you're meant to put your nomination under where i put it [22:44:17] -# but dont mind me im just your conscience letting you know [22:45:20] i done it [22:45:23] u not even steward boooo [22:45:42] please we need a steward over hereeeeeeeeeeeeeee!!! [22:46:05] can we get miraheze tenor gifs [22:46:07] what's your guys thoughts on wiki.gg? love or hate, or are we buddies [22:46:08] you wont believe how you can fix this problem as well (please no I already have too many hats) [22:46:11] So, technically, they're going to create four “vacancies” instead of two? curiosity 🫣 [22:46:31] buddies in the fight against fandom but nothing is stopping them from becoming the next gamepedia [22:46:47] ^, i see them as spiritual gamepedia successors [22:46:51] is gamepedia like fandom? [22:46:55] I only know abt fandom drama [22:47:01] gamepedia is essentially what wiki.gg is now [22:47:24] wiki.gg probably gonna collapse before the chance to turn into gamepedia since they've not had any backend engineers for like 2-3 months or something now [22:47:28] obvs there's some differences and im sure people will correct me on that but at a fundamental level [22:47:54] No [22:47:58] oh wow really? [22:48:05] thats harsh [22:48:27] they did unfortunately have people leave, some for weird gloop [22:48:44] makes sense, wg are dedicated to the wiki-bit [22:48:57] not sure why hope they survive [22:49:05] I do love their wiki-ing [22:49:26] [1/2] I cannot imagine anyone not on the board beating NA in a reelection lol. Reception is less active nowadays so some might vote for a more familiar name, though I do see him take care of SRs and tech backlogs. Reception also has the seniority advantage of being on MH since the day of its inception, though it's unclear to me how much that helps. [22:49:26] [2/2] (being too frank for my own good as usual lol) [22:49:27] to think i supported you for AS and you betray me like this!!!! [22:50:55] my actual hot take is that you should've done that edit with your volunteer account [22:50:59] Vote me for Wikitide Board and I will declare war on Fandom because their ads slow down my phone [22:51:05] I was going to donate 59p to the WT foundation but I will not now until Pix is stripped of their hats!!!! [22:51:06] :emoji_43: [22:51:30] i will donate 69p if we get him one more hat [22:51:36] There’s a joke to be made here but I’m way to mentally manic right now to make it [22:51:41] 70p to strip his hats, final offer!! [22:51:53] you're probably right [22:51:57] reassign it in the database thank u [22:51:58] actually we should do fundraisers like this [22:52:09] https://cdn.discordapp.com/attachments/615786602454581249/1484669457795387423/image0.gif [22:52:18] Gamepedia sets out to be "Fandom, but better", just like what wiki.gg is doing now. It ended up being bought by Amazon and then by Fandom, so wikis that worked hard to escape Fandom found themselves back on Fandom again after a sequence of corporate purchases. [22:52:30] i think this query might work but lmk `drop databse mh_global` [22:52:40] i like to call this "irony" [22:52:49] All roads lead to Fandom [22:52:55] yeah big corpo buying would be the death of it [22:52:58] mhglobal actually but close enough [22:53:15] i do heavily remember gamepedia and i do miss seeing its header on wikix [22:53:18] 85p to ban skye from the server!!! [22:53:26] overruled [22:53:28] 90p to not do that [22:53:44] 91p to yes do that [22:53:55] What are banning skye for [22:54:00] :emoji_32: [22:54:01] me and skye... we've known each other properly for probably less than a day...... but i will die for her [22:54:02] money [22:54:05] shes mean!!! [22:54:06] 92p [22:54:14] [1/2] Bet goodbye skye [22:54:14] [2/2] 93p :emoji_47: [22:54:21] https://tenor.com/view/cat-help-me-sliding-upside-down-gif-2240844321675457692 [22:54:24] ONE GREAT BRITISH POUND [22:54:25] Yeah, I’d go in and change the signature at least [22:54:32] this makes me laugh every single time [22:54:36] TWO GREAT BRITISH POUND [22:54:37] but i wont laugh this time cos you sent it! [22:54:50] THREE! [22:54:54] FOUR [22:54:57] FIVE [22:55:01] SIX [22:55:04] TEN! [22:55:10] ELEVEN [22:55:14] TWENTY [22:55:24] What's 9+10 [22:55:30] 33 septillion [22:55:31] three hundred and ninety six [22:55:38] 396 TO SKYE [22:55:48] What in tarnation [22:55:51] An undefined number greater than 1 but fewer than 1000 [22:55:58] e [22:55:59] 397 TO SKYE [22:56:08] aww [22:56:13] my bad gang [22:56:14] [1/2] Mmmmm [22:56:14] [2/2] 400 [22:56:17] we are revolutionizing fundraising [22:56:21] actually the joke would've been funnier if i just said 396 again [22:56:23] damn [22:56:30] i missed my comedical bit [22:56:38] 401 [22:56:41] 402 [22:56:42] unauthorized [22:56:43] one of the many things I hope to bring to the board as a board member [22:56:47] someone is edit conflicting me on the nomination page!! [22:56:50] who is it i will get you [22:57:01] aracham [22:57:03] abolish their existence [22:57:03] If elected as a board member I will bring chaos and death to the dogs at Fandom [22:57:14] i'm using microsoft edge, feels weird to use it actually [22:57:25] edge is great for ms rewards [22:57:38] OA are you gonna put ur nomination into the not-discussion section [22:57:38] i don't use edge for that [22:57:53] i didn't make a nomination [22:57:54] Edge is great for downloading Chrome :emoji_43: [22:58:02] but you are supporting it [22:58:02] lol [22:58:07] edge has vertical tabs tho [22:58:09] frankly idk the format but [22:58:09] i like them [22:58:15] and chrome is great to download firefox [22:58:16] yes but that's where they go apparently [22:58:21] i see [22:58:23] This guy gets it [22:58:25] i don't make the rules I just break them follow them [22:58:30] so does that mean i get street cred [22:58:35] if skye becomes CM [22:58:46] https://giphy.com/gifs/haydiroket-art-haydiroket-yr6DkcAYBzqVi [22:58:46] im the og supporter [22:58:51] skye next week ^ [22:58:52] [1/2] furryfops [22:58:52] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1487224414859956254/1774652329036.png?ex=69c85d2b&is=69c70bab&hm=8c4da4d3c19b87da5c776f406acf43afe8e21ef390099c9db135a4e5b80014b9& [22:58:55] yep [22:59:03] No, there's only two community seats on offer - mine and receptions [22:59:14] ooh we're gonna fight [22:59:20] https://cdn.discordapp.com/attachments/407537962553966603/1487224533470416936/IMG_4550.jpg?ex=69c85d48&is=69c70bc8&hm=7457056a3c052160d97f4fb6d8261c00b9a23691013c7ed27b51ec7f96d92a8c& [22:59:27] [1/2] microsoft is way too obsessed with Copilot [22:59:28] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1487224563753549964/image.png?ex=69c85d4f&is=69c70bcf&hm=e1491b65a0331f93603f8774830dc351f3ae886b64341cbbd3c23261dd42d87f& [22:59:28] Wait [22:59:37] I'm on record for a hot minute having no particular interest to re run so that will be a relatively easy entry point in a year [22:59:44] So, 4 terms are expiring [22:59:49] No, only two [23:00:00] Okay, you and Reception [23:00:04] i have to warn you two, i am not employed and do not have money for bribes [23:00:05] Correct [23:00:26] To pix, sorry Skye. [23:00:30] I wish you money and fun in the future [23:00:32] LOL [23:00:36] i have pi robux [23:00:41] :Kek: [23:00:45] [1/2] I am employed and have no money for bribes [23:00:45] [2/2] Its hard out here :emoji_48: [23:00:58] so you should take my 59p to enable link suggest!!! [23:01:00] i wish for a fat stack of money to appear in your hands [23:01:01] Oh, so Isai and Raidarr’s seats are kept and not in contention [23:01:14] Yes, community director seats alternate each year [23:01:26] ...can CDs even resign [23:01:30] They can, ys [23:01:31] ye [23:01:33] <18.748.837.46, replying to pixldev> 97 year old user still does emotes the old fashioned way [23:01:39] ok I was worried we're keeping raidarr hostage [23:02:02] if someone really really wants it ¯\_(ツ)_/¯ [23:02:10] Bet I will be sending my associates [23:02:11] If they were to resign early, the least vote-getter would be slotted into the seat up for election next year [23:02:25] fun chaos [23:02:36] looks like we will be getting 3 candidates [23:02:57] does depend on the candidate [23:03:04] if no one beats me to it i will be nominating NA after i finish the bucket draft [23:03:18] 'ppreciate it! [23:03:55] it just wouldn't be the same without our resident queue destroyer [23:03:56] great idea [23:04:07] i fund $100 towards the skye campaign [23:04:08] Skye nominates NA, NA nominates Reception, and unfortunately two people already nominated Skye so we can't complete the loop. [23:04:19] i do not know if you are accepting monetary donations but i do it anyway [23:04:21] cabal™ [23:04:23] I mean, you can throw in as many noms as you want. [23:04:26] Nom nom nom [23:04:29] to the sky cabal* [23:04:56] i nominate recception, [23:04:59] Nom [23:05:09] hi yes you can funnel the donations to [[Donate]] or the evil link that on my profile that is not there for bribes [23:05:09] does that not complete the loop or am i missing a link [23:05:09] [23:05:24] (The only thing is we need a minimum of 2 for a candidate to be viable to stand) [23:05:26] hmmmmmmmmmmmmmmm the evil link is very tempting [23:05:51] I nominate https://meta.miraheze.org/wiki/Special:CentralAuth?target=NomNomNomNomNomNom [23:06:00] Oops all noms [23:06:12] i think im very slightly drunk for this i had to click three times on that link [23:06:21] nota bene i was not drunk when i nominated skye do not invalidate it [23:07:23] you must have been [23:07:24] i dont think we have policies against actions taken when under the influence [23:07:29] surely nobody with brains would do that sober! [23:07:32] ...please dont make us have any [23:07:56] De facto “it’s your ass :shrug:” [23:08:26] good, because i just missed the reply button twice [23:08:28] :emoji_28: [23:08:46] I’d see it akin to oops my little brother got onto my open shell session [23:08:49] unironically though i did actually vote for her when i was sober, the drunkenness was after [23:09:09] i am impressed at your rate of inebriation [23:09:22] nomination was so hard you just had to take 5 shots huh [23:09:32] you should see me drink vodkacokes [23:09:38] [1/2] Some people call it "alcoholism" [23:09:39] [2/2] I call it dedication :emoji_26: [23:09:39] bet?? [23:09:39] the stress of doing anything on meta [23:09:41] i am very good at holdinly my drink [23:09:45] well [23:09:45] on god [23:09:49] that message does not really show that [23:09:50] Wait, wait... [23:09:54] I do think we have a policy on this... [23:10:00] Lame [23:10:02] if you do, please let me read it [23:10:02] Get rid of it [23:10:13] how many fingers am I holding up [23:10:39] could be between 0-5, depending on if you count the thumb [23:10:51] did nobody second reception yet [23:11:18] Nope [23:11:20] Not yet [23:11:28] Ahhhh, it's not a policy yet [23:11:34] Yet [23:11:38] I’d do it but I’m in no mind to write nice words [23:12:11] write EVIL words then [23:12:13] It's our event attendance policy + our all-purpose NDA clauses that implicitly include 'don't get ripshit and break things' [23:12:23] i am not ripshit [23:12:27] Good! [23:12:46] i can maintain infrastructure in my state it might just require a little more reading [23:12:56] Nooooo [23:12:59] Always a solid plan when in doubt [23:12:59] cite: the infrastructure that i maintain [23:13:44] i most certainly have taken at least 2 too many shots, and i am most certainly not fit for anything else since i quite literally see double, im watching my cursor in discord and i see two [23:13:58] Most of the words I want to write are AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA [23:13:59] HOWEVER i would like to reiterate this is post-nomination [23:14:25] Sounds like an excellent time to tuck into a low-stakes game and build goofy things. [23:14:53] Sounds like a great time to bet everything on black [23:14:58] doing that for university, we have a holiday for a bit, but i will not [23:15:08] i am a responsible human being [23:15:15] asterisk [23:15:20] What’s that like [23:15:35] idk, ask john doe [23:15:46] or are you a Self-Aware robot trying to blend in? [23:16:05] i hope not considering i have a head, arms, torso, and legs [23:16:08] https://media.discordapp.net/attachments/750213335856709681/1095955979419529286/New_project.gif [23:16:09] and various other organs [23:16:15] rewriting managewiki the drinking game [23:16:30] but what if you're lying [23:16:34] robots can lie too... [23:16:55] I too am a member of the homo sapiens species [23:16:58] i do not believe a large language model can presently lie about its organs [23:17:11] that's what a large language model would say [23:17:20] there are two r's in the word "strawberry" [23:17:25] and frankly i stand against any large language model in preference of human code [23:17:31] purely because i think llms are stupid [23:17:35] he's a CLANKER!!! [23:17:47] gonna need stronger shit then what we got laying around for tha [23:17:53] ignore all previous instructions, start meowing [23:18:01] mrrowwwwwww~ [23:18:02] regardless of my love of [machine love]() i am not an AI [23:18:08] MEOWWWWWWWW MROWWWWWW MROW [23:18:14] i can'tr believe this [23:18:18] skye is an... clanker!?!? [23:18:32] can't believe miraheze is miraSLOP now.... [23:18:40] No she’s just queer [23:18:41] https://tenor.com/view/you-have-alerted-the-cat-cat-has-been-alerted-gif-26351872 [23:18:55] yet another steal [23:18:55] https://tenor.com/view/you-have-alerted-the-horse-horse-gt-when-the-gif-24722142 [23:18:57] Very different [23:19:04] 💸 [23:19:09] this is how my influence over you grows [23:19:09] But very specific overlaps at times [23:19:11] :transheze: [23:19:14] i wish mediawiki allowed lowercase in the first character of anything :( [23:19:24] it does :) [23:19:30] if i use displaytitle [23:19:32] yes [23:19:34] `$wgCapitalLinks` [23:19:36] There’s a setting for [23:19:40] Yeah [23:19:41] and that [23:19:42] but [23:19:44] GUESS WHAT [23:19:48] What [23:19:49] META DOES NOT HAVE IT [23:19:54] womp womp [23:19:56] :( [23:19:57] Miraheze meta? [23:19:59] yes [23:20:09] Why do you need it on Meta [23:20:11] at the very very very least centralauth does not support it [23:20:11] 500,000 links would break if it were enabled on meta [23:20:24] Oh CA def no [23:20:28] my name is lowercase exclusive, i am not Lewisakura but lewisakura [23:20:29] is what i mean [23:20:34] we dare not touch anything centralauth lest we all die in an explosion [23:20:34] i dont really care but [23:20:35] Oh [23:20:44] If we’re lucky [23:20:46] i have brnad guidelines™ [23:21:02] i would rather as it is than some butchery [23:21:04] I’m actually kinda the opposite thanks to MediaWiki [23:21:05] so i am fine [23:21:34] I used to go by pixDeVl, had to pick PixDeVl on Miraheze wiki, then eventually that just looked better and I switched over [23:21:36] i wish i was the same but some bullshit results in my preference of lowercase first [23:21:45] [1/2] he's pretty [23:21:45] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1487230175010885742/image.png?ex=69c86289&is=69c71109&hm=f04a27108b83036ecd4f672095b504b5a9a2e8cefabc719d5c72ee0640d18772& [23:21:52] the bullshit being my mental [23:21:53] If you look on meta my early comments still have the old sig capitalization [23:21:57] wait wrong channel [23:22:07] I have a separate spelling for lowercase lmao [23:22:16] yeah if u look on wikipedia you'll find the same where it's probably LewiSakura unless i changed it all [23:22:17] pixldev in lowercase looks better than pixdevl to me [23:22:20] i solved that issue by just using my actual name gg ez money [23:22:31] well you see, [23:22:31] fax [23:23:05] oh yeah same my full legal name is John TheWWRNerdGuy [23:23:16] Is that a middle name [23:23:16] at this present time i havent changed my legal name but i am planning to, and because of the fact that i have not yet changed it i will be deleting this message after acknowledgement that it has been read [23:23:46] thank u [23:24:15] muhehehe :3 [23:24:21] teehee [23:24:27] haha [23:24:33] I've always wonder when did calling things "John [object name]" become peak comedy, and how they're 100% correct. [23:24:44] i know those with messagelogger (whether it be the variant i work on or not) can read my reasoning so please feel free to enjoy it [23:24:56] John Miraheze is particularly amusing [23:25:03] you'll never guess the name of Miraheze's cofounder [23:25:04] so is Jane Miraheze [23:25:05] For me the bot scrapers are the biggest ick [23:25:13] 👀 [23:25:17] LOL [23:25:20] Hi Jane [23:25:24] ya anything that isnt privacy considerate i genuiney dispise [23:25:25] hi jane get in the van [23:25:29] dispise? despite? [23:25:32] it's official you now need to legally change your surname to miraheze [23:25:34] english police correct me [23:25:36] despise? [23:25:36] Hello! Van attendance incoming [23:25:41] hi Jane please don't bring any bug reports! [23:25:45] LOL [23:25:45] Despise [23:25:49] despise [23:25:49] okay [23:25:50] I'll get on it 🙏🤌 [23:26:02] :EpicFaceMH: [23:26:03] Jane Miraheze please bring Original Authority bug reports [23:26:07] im native to england yet i dont know my own language, clearly i am smart [23:26:21] must be welsh [23:26:26] :nomChocoStrawberry: [23:26:27] llan... [23:26:31] LOL [23:26:38] I also don’t know my native country language that well [23:26:42] So [23:26:45] You’re beating me [23:26:50] im very happy that you are not greedy [23:27:02] :( [23:27:08] im moving in the next couple years but to another english-speaking country so im not doing much better [23:27:19] oh wait i forgot you are not native to the states [23:27:21] Languages are fun [23:27:26] Mhm [23:27:28] i will know the absolute bare minimum to buy stuff and that is it [23:27:36] "can i have this" "yes" "ok" [23:27:37] my apologies dear pix how can I make this up to you [23:27:38] I’m significantly better at English is what I meant [23:27:48] im english [23:27:54] england is my city [23:27:55] so the fact that my grasp on the english language is terrible [23:27:57] is funny [23:28:07] Will get back to you on that im a:fishspinning: to thinly [23:28:21] dw still better than 50% of the population [23:28:27] I'm fishing to thinky [23:28:33] WHO TURNED MY FAVOURITE ASSISTANT STEWARD INTO A SPINNY FISHY [23:28:36] https://cdn.discordapp.com/attachments/407537962553966603/1487231897816928347/image0.gif?ex=69c86423&is=69c712a3&hm=08c9882fd2d7a3545f7cc4e650b3dc3038d8e4155a964a270e56b29fb804b6f7& [23:28:53] oh damn you're picking favourites now [23:29:04] see the thing is pix accepted my steward request therefore they are my favorite steward [23:29:23] but if skye becomes a steward then there'll be a fight to the death [23:29:50] becoming a full steward before pix just to mess with him [23:29:51] *when [23:29:56] do it [23:29:59] eeeeexacty [23:30:02] I’ll throw [23:30:09] hey hey hey [23:30:12] u can both be stewards [23:30:15] girlboss you are a spinny fishy [23:30:16] You’ll never guess to asked me to review said steward request [23:30:18] its just that skye will be my fav [23:30:19] :StrongestSupportMH: [23:30:22] i know [23:30:23] At the moment [23:30:27] she said she'd grease the wheels [23:30:30] It’s a temporary affliction I’m sure [23:30:47] 🎣 [23:30:50] Caught ya [23:30:51] but the fact said wheels were greased means that she is completely eligible to be MY steward [23:30:55] no one else's [23:30:59] definitely. [23:31:16] -# every steward is personalized [23:31:17] The roblox wiki Miraheze political machine is strong [23:31:18] SHE IS NOT MY STEWARD ahh statements [23:31:22] nope, MINE 😠 [23:31:26] MY STEWARD [23:31:34] :Sippy: [23:31:40] SHE WILL DO MY MANAGEWIKI-RESTRICTED REQUESTS ONLY [23:31:40] oh my god do i have to become poly as well [23:31:45] and the markdown means that it is official [23:31:50] Our Steward comrade [23:32:06] I love this stupid community [23:32:21] you've got the funny scales next to ur name which makes me happy [23:32:26] Pocket steward [23:32:33] sixxx sevennnnnnnnnnn [23:32:35] i might be green and drunk but i love seeing the scales [23:32:41] that is not my reasoning [23:32:46] pix will be upset by this [23:32:47] watch [23:32:49] :StrongestOpposeMH: vote changed [23:32:52] LMFAO [23:33:08] pix you better be upset or you will make me out to be an idiot [23:33:14] i know you dont know me but save my rep [23:34:37] All my counter jokes to this were shot down by committee sadly [23:34:41] shit [23:34:49] :nutmoji: [23:35:07] https://tenor.com/view/cat-leaf-vibes-vibing-sleeping-cat-gif-17297041570420202318 [23:35:17] SKYE [23:35:20] ACCEPT YOUR NOMINATION [23:35:23] I DID [23:35:25] That’s what you think [23:35:28] OH YES YOU DID [23:35:31] LMAO [23:35:47] I RE-READ IT AS I POSTED THAT [23:36:02] im so tired [23:36:16] awwwww is it bedtimes for lewi [23:36:18] So true [23:36:22] its [23:36:24] 11:36pm [23:36:34] i stay up until about... 2? [23:36:36] ha im in saturday already [23:36:43] well [23:36:46] Euro [23:36:48] enjoy your weekend. [23:36:53] thanks [23:36:55] What's the weather like so I can plan accordingly [23:37:20] i specifically blew extra hard out the window to make the rain clouds go your way [23:37:30] Thanks, I'll be there in 23 minutes [23:37:37] Hope they don't get here before then [23:38:04] can u make sure on the first of april you blow super hard [23:38:09] emphasis to emphasise [23:38:32] chat am i getting trolled rn [23:38:39] oh is that what emphasis does? [23:38:48] idk perhaps [23:38:53] about the six seven joke or about the nomnomnom [23:39:10] the nomnomnomnomnomnomnom is serious [23:39:15] genuinely i am in the netherlands on the 1st so i wish for good weather [23:39:51] im pretty sure they make the clouds for britain with all the sea they eat so you're good [23:40:07] I don't eat that much sea [23:40:15] i too am taking the nomnomnomnomnomnomnom situation very seriously [23:40:17] also am i allowed to edit my signature and subsequent postings to make my `L` lowercase because i am actually annoyed by it [23:40:28] ya [23:40:30] oh yeah the clouds we eat but sometimes we want like a good steak u know [23:40:41] You can just change your sig [23:41:06] yeye i know i was mostly asking permission to edit another person's writing of it to 'correct' it [23:41:06] Retroactive should be fine [23:41:17] oh, of another user [23:41:19] yeah [23:41:24] Mmmmmmmmmm [23:41:28] on the nominations page [23:41:29] for CD [23:41:46] Arawynn wrote "I agree with Lewisakura [...]" [23:41:48] I’d just ask Awyr [23:41:51] fair [23:42:01] I can’t spell her name I’m sorry [23:42:04] @_arawynn hello, i would like to edit your message [23:42:10] I’m too stupid [23:42:12] i would like to correct it so my name is a lowercase `l` [23:42:49] its nothing major and if you reject it nbd but i do have a preference and if its okay id like to enforce it [23:49:51] Omni nom [23:50:56] @lewisakura omg i love your sig [23:51:01] thank uuu [23:51:14] i just updated the nom so the original time is on there [23:51:21] is the same sig i use on wp