- 0 Posts
- 134 Comments
Speaking as someone who used an ASUS ROG laptop for Uni
You don’t want a heavy laptop
Lightfire228@pawb.socialto
Programmer Humor@programming.dev•The #1 Programmer Excuse for Legitimately Slacking Off (2026 Edition)
3·5 days agoFederated git hosting platform when?
You’d think we’d have accidentally bred smarter deer by now
Something about this composition is giving AI, but the line art says hand made…
Traced AI art, perhaps?
Lightfire228@pawb.socialto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Anna’s Archive loses .org domain, says suspension likely unrelated to Spotify piracyEnglish
112·15 days agoYou know, you could just ask what that means
s/org/limeans replaceorgwithli
Nah, the Tylenol is what did me in
Lightfire228@pawb.socialto
RetroGaming@lemmy.world•The Legend of Zelda: Twilight Princess is 100.00% decompiledEnglish
1·27 days agoLegend of Zelda: Majora’s Ocarina of Twilight
Lightfire228@pawb.socialto
RetroGaming@lemmy.world•The Legend of Zelda: Twilight Princess is 100.00% decompiledEnglish
6·29 days agoLoZ: Twilight Majora’s Ocarina
Lightfire228@pawb.socialto
RetroGaming@lemmy.world•The Legend of Zelda: Twilight Princess is 100.00% decompiledEnglish
49·29 days agoSource code is just text with special grammar rules, that’s easy for a human to read and think about. But it’s not possible for a computer to execute source code directly.
So it’s run through a “compiler”, which takes the text and compiles it into binary machine code (x86 Assembly). This is what gets written to the CD and shipped
“decompilation” is the process of starting from the raw machine code, and trying to figure out what source code text could have generated that machine code.
Typically you use a tool that can do an initial decomp pass, but since it’s missing a lot of context, the resulting text is generally incomprehensible (and may not even fully compile). Variable
x123ieh48hdccould be Link’s velocity, the currently loaded map, or it could be a temporary scratch variableThe real challenge to decomp is figuring out which incomprehensible variable and function names actually correspond to in-game
(Note, usually “100% decomp” means they’ve fully translated machine code to source code. But there may still be large parts of the source code that remain incomprehensible. Ocarina of Time decomp still has sections like this)
The reason this is exciting, is because the source code is much easier to modify. So having 100% of the game in source code means you can do fancy things like PC source ports (even if some of the code remains incomprehensible, though i imagine that makes it more difficult)
Lightfire228@pawb.socialto
News@lemmy.world•House Democrats release 68 new photos from Epstein estate
16·1 month agoBecause the alternative is nihilism and chronic apathy and depression.
Because doing something is better than rolling over and crying “woe is me”
Lightfire228@pawb.socialto
politics @lemmy.world•The White House ballroom will never be built
282·1 month agoThis reads as way too competent a plan and scheme for Trump’s admin.
I can’t decide which is scarier, that Trump’s admin is so incompetent they can’t build a ballroom, or competent enough to plan and build a project like this while hiding it from the public
Null island?
Lightfire228@pawb.socialto
cats@lemmy.world•Fat cats are taking Ozempic now — and it could be the solution to terminal feline illnesses
11·1 month agoI understand what you mean,
but it is technically the choice of the animal to eat more than they need on a regular basis
Lightfire228@pawb.socialto
linuxmemes@lemmy.world•Isn't there someone you forgot to ask?
2·1 month agoNot wanting to maintain a multi-language repo, and not wanting to maintain support for rust integration
Edit: I kinda assumed the guy in the pic was that kernel maintainer who kept throwing a stink about Rust code, but it’s apparently not






Do you want less people to eat meat? Or do you just want to be a righteous snob on the internet?
Because those goals are mutually exclusive