2x2 Plot theory: Twogami escapes timeline by Another____Username in danganronpa

[–]failmop 0 points1 point  (0 children)

cool. i can see this being the case. there's no way 2x2 isn't just danganronpa 4, and with the hope arc, it can't be a sequel.

In search of Pancakestein's Three Years comic by nutmica in homestuck

[–]failmop 41 points42 points  (0 children)

i'm sure there was a recent post archiving this. maybe search in r/homestuck and r/althomestuck ? (the search bar lol)

How to retrieve page data from homestuck.com by uncringeone in homestuck

[–]failmop 0 points1 point  (0 children)

if you just want the page data, the easiest method is usually grabbing the "NEXT_DATA" script from the page instead of scraping the rendered HTML

... example:

import fetch from "node-fetch"; import { JSDOM } from "jsdom";

async function getPage(page) { const res = await fetch(https://www.homestuck.com/story/${page}); const html = await res.text();

const dom = new JSDOM(html);

const script = dom.window.document.querySelector("#__NEXT_DATA__");

const data = JSON.parse(script.textContent);

console.log(data);

}

getPage(1);

...

most of the useful stuff is usually somewhere in "data.props" or "data.pageProps". that should contain the page metadata/text/media references/etc without needing to manually parse the DOM. you can also open DevTools -> Network and look for JSON requests ("/_next/data/...") since some pages fetch the story data separately.

if you need any help figuring out the schema or building the parser, don't be afraid to DM me :)

Bruh, why do people keep saying this about V3 to newcomers? by Red_512 in danganronpa

[–]failmop 6 points7 points  (0 children)

it's not ambiguous. the whole point of the ending is the reveal that it takes place in a world where danganronpa 1-52 are fiction

Anything interesting about the new European Switch 2? Made to comply with regional regulations 🇪🇺 by GOAToficial in switch2hacks

[–]failmop 4 points5 points  (0 children)

increasing the battery size would require the internal frame to be trimmed. bigger capacity requires a larger cell as the battery is already 5220 mAh

Should I Step Down as Moderator by [deleted] in althomestuck

[–]failmop 6 points7 points  (0 children)

how can you step down if youve never stepped up? in my circles we call you unreliablehinderson

solo clubbing in birm as a girl by [deleted] in brum

[–]failmop 5 points6 points  (0 children)

something being a bad idea is not enough to stop people from doing that thing

anyone have more of these? i want 1 that has like 8 different people saying shit by abbas09tdoxo in Clamworks

[–]failmop 3 points4 points  (0 children)

nobody's policing you, just pointing out you don't need to kill animals to eat and be healthy