

it’s already created https://aihorde.net/
it’s already created https://aihorde.net/
It’s possible none of those would technically be WW3 by itself, perhaps the start of heavier US commitment in the first of those conflicts might be perceived as the opportunity for the others to get started. Maybe even some less obvious conflicts are merely waiting for NATO to be preoccupied (e.g. random colonies being invaded or declaring independence). The US will be forced into taking at least one L, or switching back to a war economy.
I’ve heard of some, but like I’ve never heard of one being used by a leftist.
if you run into this issue, don’t buy anything.
I don’t think someone should need to look up a guide on how to buy a video game without feeling scammed.
there goes all NFT/crypto games lol.
FOSS
AFAIK It’s not even possible to sign up without a Google account, facebook account, or phone number. I’d like to signup in a way the US government can’t revoke.
All the Linux details are weirdly off, like it’s correct enough if you were copying someone’s homework, but it’s just wrong if you’ve actually done anything in linux.
I’m wondering how people will be vouching new books aren’t LLM generated?
any estimates on lost sales numbers?
probably would only work well if backed by a browser extension, camelcamelcamel is nice but IDK what covers local prices for grocery stores.
I’m pretty sure the capabilities were there before LLMs and the LLMs don’t add that much value relative to it’s cost.
Conservatives: all glimpses of porn are automatically upgraded to ADDICTION.
Progressives: all porn actors are automatically upgraded to HUMAN TRAFFICKING VICTIMS.
you support ADDICTION and HUMAN TRAFFICKING
the intro of From uses this song
Minecraft is the funkopops of retrogaming.
also Interstellar pisses me off because it’s a dumbass time travel bullshit movie that branded itself as hard scifi with space travel but was actually about invisible space wizards doing a Deus Ex Machina.
Everybody says Dark is a better Stranger Things (around the Season 1/2 time period), but Dark is a really boring alternative to Stranger Things that replaced cool Lovecraftian shit with boring ass “it’s sooo deep when you call it a time travel paradox instead of endless meandering and plotholes”.
And to be fair, Stranger Things Season 4 (which was already in decline) also retconned all the cool Lovecraftian shit with boring ass “some random asshole has super powers for literally no reason”.
I’m guessing you also had it on your screen, then when you unlock your phone, it showed for just enough time to recognize it, but not enough time to react and open it to play it, then facebook or youtube auto reloads you to the homepage without warning.
no, 4 is the exact number of evers.
the Internet never forgets
this one goes both ways, if someone is doxing you, it’ll be online FOUR FUCKING EVER, but if it was a cool website/funny meme/ good software, it’s probably on somebody’s downloads folder, but it can easily disappear and you’ll never see it again.
You can always write native apps or use rust. I don’t recommend doing that unless perfectionism/being esoteric/learning is more important to you than just making the webapp.
The main issue with fb/TikTok is the 9 billion trackers and ads. So step 1. Don’t do that.
Svelte/SolidJS are smaller/faster than react/ vue. React has the most tutorials, but I think vue is the easiest to learn.
Next, while working on your app (probably all of those use “vite” instead of web pack by now) meticulously watch your build size. Avoid installing giant dependencies if you can. If you have lots of options, pick libraries that are tree-shake-able. rollup-plugin-visualizer will help you visualize which Javascript file(s)/ dependencies are big. You’d be see surprised how many webapps that is basically 10kb of functionality ends up being 1MB of Javascript.
If your webapp is small you probably don’t need to think too much more about this, but you could probably ask others to critique your code later.