this post was submitted on 12 Feb 2025
1047 points (97.6% liked)

Microblog Memes

7039 readers
1676 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] flamingo_pinyata@sopuli.xyz 127 points 1 month ago (11 children)

The opposite actually - rows are dramatically added to a database. In most games save files grow the longer you play.

[–] jdeath@lemm.ee 48 points 1 month ago (7 children)

and even if some idiot put every zombie npc in a database (or if you want to think of it that way), you wouldn't just delete the rows! the bodies would disappear, so instead you would update that row like (npcState = KIL, bodyLocation = ) or something. Especially if you wanted to keep player stats

[–] Saleh@feddit.org 22 points 1 month ago (2 children)

Isnt there this graveyard off map somewhere in Skyrim, where all the bodies get teleported?

[–] FordBeeblebrox@lemmy.world 9 points 1 month ago (4 children)

Why would that even be necessary? Sounds like one of those “make a guy with a train for a hat and run up and down this hall” moves they like to do

[–] DragonTypeWyvern@midwest.social 7 points 1 month ago (1 children)

Their code is literally spaghetti

load more comments (1 replies)
[–] echodot@feddit.uk 5 points 1 month ago

I wouldn't be surprised if it is true though. Bethesda games are not exactly winning awards for coding elegance.

load more comments (2 replies)
[–] jdeath@lemm.ee 6 points 1 month ago (1 children)

i can't speak to that, but it sounds plausible. in that case the body location would be updated to those coordinates

[–] ivanafterall@lemmy.world 4 points 1 month ago

Grab the source here before Bethesda DMCAs it.

[–] funkless_eck@sh.itjust.works 12 points 1 month ago (1 children)
load more comments (1 replies)
[–] VitoRobles@lemmy.today 8 points 1 month ago (3 children)

This is how it works in many game engines.

You set up the monsters and just hide them/disable them. They're already allocated to memory.

And it's a performance cost to create/delete versus just moving a dead enemy out of view, then respawning that enemy later in the level.

load more comments (3 replies)
load more comments (4 replies)
[–] NocturnalMorning@lemmy.world 17 points 1 month ago

This is why Breathe of the Wild did the blood moon thing, periodically they'd just bring all the dead enemies back so file size didn't get too large.

[–] marcos@lemmy.world 8 points 1 month ago

Also, it's an unreasonably fast database. That makes lots of trade-offs that normal ones aren't willing to do.

[–] Lemminary@lemmy.world 5 points 1 month ago

*Noita file save on the 7th parallel world intensifies*

load more comments (7 replies)
[–] ThatGuy46475@lemmy.world 48 points 1 month ago (3 children)

And spectator sports are watching people exercise and reading is staring at a tree while hallucinating

[–] SkaveRat@discuss.tchncs.de 14 points 1 month ago

staring at a tree while hallucinating

Same with taking shrooms

[–] Aceticon@lemmy.dbzer0.com 8 points 1 month ago

Fantasising based on looking at ink blots on a butchered tree.

[–] Diurnambule@jlai.lu 6 points 1 month ago

Staring at a tree while hallucinating. I love this.

[–] Lemminary@lemmy.world 40 points 1 month ago (1 children)

Hah! Joke's on you, player! I pooled my game objects and you're endlessly killing the same bad guys with the same bullets over and over.

[–] TempermentalAnomaly@lemmy.world 35 points 1 month ago (2 children)

Macrodata refinement in cold harbor

[–] don@lemm.ee 12 points 1 month ago

Kier, chosen one, Kier. Kier, brilliant one, Kier.

[–] TimLovesTech@badatbeing.social 9 points 1 month ago (2 children)
load more comments (2 replies)
[–] _____@lemm.ee 28 points 1 month ago

Reductionism when "it isn't murder I just deleted your row from the national health government database"

[–] JackbyDev@programming.dev 27 points 1 month ago (1 children)
[–] Evil_Shrubbery@lemm.ee 13 points 1 month ago

(rofl!)
Or you know, monetary & financial systems we humans trust in.

[–] aeronmelon@lemmy.world 21 points 1 month ago

After hours of trial and error, I finally changed the integer on the BossKill parameter from 0 to 1!

[–] uservoid1@lemmy.world 18 points 1 month ago

I like to dramatically DELETE rows FROM slow_database

[–] IceFoxX@lemm.ee 17 points 1 month ago

No, I'm not playing. In reality, I'm just bumping atoms in a galactic billiards game with the biggest chain reactions.

[–] Grandwolf319@sh.itjust.works 17 points 1 month ago* (last edited 1 month ago) (1 children)

Pretty much them zombies would be in active memory

Incidentally, just decided my new band name, active memory zombies

[–] rockerface@lemm.ee 5 points 1 month ago (2 children)

I'm going to name mine "Random Access Zombies"

[–] ivanafterall@lemmy.world 5 points 1 month ago

The Zombie Cache

load more comments (1 replies)
[–] lefaucet@slrpnk.net 16 points 1 month ago (1 children)

In the engine I've worked on it's even less dramatic than deleting a row. It changing a single boolean from 1 to 0.

"Single bit state CHANGED!!!”

[–] Timecircleline@sh.itjust.works 7 points 1 month ago* (last edited 1 month ago) (2 children)

Honestly excel would be more exciting if the commentator from mortal kombat described my actions if I correctly use a function.

[–] LiveLM@lemmy.zip 6 points 1 month ago* (last edited 1 month ago)

DRAGGED A CELL BY ACCIDENT
RESET ALL THE FILTERS BY ACCIDENT
FLEW TOO CLOSE TO THE SUN AND MADE IT CRASH AGAIN, DIPSHIT

[–] _stranger_@lemmy.world 5 points 1 month ago (1 children)
load more comments (1 replies)
[–] Aceticon@lemmy.dbzer0.com 14 points 1 month ago (4 children)

I've been working on a survival/RTS game and it's funny that even though the game development framework I'm using (Unity) tends to push you to put most of the code on the visual objects level and that was my original approach, over time I've figured out the whole code is way cleaner and works better (in other words, the best architeture for that software) when almost all of the game is really just a Data layer being manipulated by the player and a separated View layer for the players to visualized it in a nice way - basically a Model-View Controller Architecture, same as you'll find in systems were a server-side application has web and/or smart app UIs.

That said, I have the impression that something like an FPS is a lot less data-driven than an RTS because things like the 3D models that make up the world are a lot more important for data decisions (has the bullet hit an object, can the player move to this position). You can still say that stuff is data (3D models are data, specifically collections of vertices in 3D space with some additional information attached), but model data is generally way more visualization-oriented than what one could metaphorically call a "database".

load more comments (4 replies)
[–] oneiros@lemmy.blahaj.zone 12 points 1 month ago (1 children)
load more comments (1 replies)
[–] BradleyUffner@lemmy.world 12 points 1 month ago* (last edited 1 month ago)

I've joked with coworkers that our entire job as programmers is to find ways to light up pixels on someone's screen in patterns that they find pleasing.

[–] Hobbes_Dent@lemmy.world 11 points 1 month ago

LittleJohnnyTables > Get rekt

[–] pruwybn@discuss.tchncs.de 10 points 1 month ago (4 children)

I would play a database management roguelike.

[–] Donkter@lemmy.world 4 points 1 month ago

MDR in severance?

[–] callouscomic@lemm.ee 4 points 1 month ago

Intensity comes from keeping up and fixing the bullshit your coworkers cause while attempting to build in idiot guardrails to stop further damage.

load more comments (2 replies)
[–] almost1337@lemm.ee 10 points 1 month ago (1 children)

ON ⬆️➡️⬇️⬇️⬇️ CASCADE;

load more comments (1 replies)
[–] Eyedust@lemmy.dbzer0.com 9 points 1 month ago

Well. I mean. Both release dopamine for me anyway.

[–] stoy@lemmy.zip 8 points 1 month ago (1 children)

This reminds me of when I found a project combining Quake and SNMP, you walked around on a map with the routers and switches on the network and you have different guns representing different tools, you could shoot a router/switch with one gun and it would ping it, another gun with run a traceroute, a third would reboot it and so on.

[–] JackbyDev@programming.dev 5 points 1 month ago (1 children)
load more comments (1 replies)
[–] EABOD25@lemm.ee 7 points 1 month ago

What if killing the zombies is actually alleviating processing power where the server and database are able to function better because you are eradicating the zombies. Technically, that's world conservation

load more comments
view more: next ›