[03:08:22] [discord] i wonder how privacy-invasive google's chatgpt clone is going to be [03:10:16] [discord] Meet Bard: it can recount your darkest secrets, pick up your dry cleaning, and solve your gnarliest code quandaries, all in the same 15-minute span [03:11:10] [discord] The future is looking grand and without fig leaves 😂 [03:20:41] [discord] lmao [10:52:42] [discord] https://twitter.com/WikiOoc/status/1622645062470631424 [10:52:42] [Twitter] Wikipedia but i made them up (@WikiOoc): https://pbs.twimg.com/media/FoTLES6aIAAkuTT.png | 209 RTs | 2291 ♥s | Posted: 2023-02-06 - 17:15:04UTC [10:52:43] [discord] monetization idea :p [12:51:00] [discord] Huh. I noticed some changes in this server since yesterday. [12:56:22] [discord] I know, seems weird [15:03:59] [discord] :ThinkerMH: [15:03:59] [discord] https://cdn.discordapp.com/attachments/615786602454581249/1072533189739958282/image.png [15:54:56] [discord] LMAO [15:55:06] [discord] raid shadow legends on wikipedia 😎 [17:25:29] [discord] I just had a moment of sheer panic reading some documentation for a LUA module from "an array of strings" and unexpected flashbacks to fighting with Minecraft datapacks with arrays [17:26:02] [discord] I didn't even know I could get cold chills from remembering coding a datapack. [17:26:48] [discord] i tried to edit my blog on starter.fandom.com [17:26:50] [discord] Heh, text-parsing and storage: somehow always a harder task than it should be [17:26:53] [discord] this is the error i got: [17:26:53] [discord] ``` [17:26:54] [discord] [2f489be662ce0433] 2023-02-07 17:26:39: Fatal exception of type "MWException" [17:26:55] [discord] ``` [17:26:57] [discord] hehehehe [17:27:06] [discord] i caused an error on the fandom starter wiki [17:27:17] [discord] (its that thing where they give the template for new wikis [17:30:27] [discord] I swear I have less problems with raw hex and assembly, it should not be harder to get an infobox to pass arguments to a subtemplate than it is to romhack Fire Emblem with hobby tools prone to crashing if you sneeze while saving. [17:30:52] [discord] And yet... [17:31:15] [discord] AND YET. ahahaha [17:31:31] [discord] At least I have about 25% of a solution [17:33:33] [discord] I found a module that literally is made to pass arguments around, I found out how to make a template call a sub-template depending on a parameter... [17:34:36] [discord] Now I just need to figure out how invoke works. [17:35:38] [discord] (all of this to just be able to use infobox and have that load different types of infoboxes depending on some arguments) [17:36:58] [discord] (partly because some of my characters are multiple identities and some have multiple appearances and some have both augh) [17:37:36] [discord] At least now I'm mostly past the basic skin styling. [17:38:33] [discord] That is possibly the most complex use case I've heard of, good on you for pushing the limits of what MW can do. [17:45:26] [discord] But can it run Doom [17:45:33] [discord] Ahahahaha that's what I get for making a wiki in a setting where there's non-linear chronology, shapeshifting, reincarnations, and some multitemporal gestalt-entities that are multiple versions of a character all retconed to be the same onee [17:46:29] [discord] Do not tempt me I've seen someone make DOOM run in minecraft. [18:20:11] [discord] Pretty sure DOOM have been made to run in things WAY more simple than minecraft [19:16:42] [discord] like the 3DO? [22:59:09] [discord] @Adenin Konas was just reading about secondary quakes in turkey, hoping you and your family are all well and safe and that your community wasn't impacted too badly. [23:15:03] [discord] ah yeah [23:15:07] [discord] i hadnt thought of that until you mentioned it [23:15:11] [discord] i also hope that he is alright [23:42:22] [discord] i used JS to hack together a makeshift version of Special:Preferences https://genshinimpact.miraheze.org/wiki/Genshin_Impact_Wiki:Preferences [23:42:23] [url] User preferences - Genshin Impact Wiki | genshinimpact.miraheze.org [23:43:28] [discord] the end goal is to make something similar to Special:Preferences but without options like real name (which nobody needs to specify in the context of my wiki but for some reason cant be hidden with wgHiddenPrefs in managewiki) [23:43:41] [discord] and also to have more css styling in the preferences page [23:43:54] [discord] theres no way to do any of that on the "real" preferences page so im using JS to make my own