this post was submitted on 01 Apr 2025
798 points (97.8% liked)

Microblog Memes

7354 readers
2214 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] wheelsbot@lemm.ee 8 points 1 week ago (4 children)

Not sure if I get the joke, is FFmpeg considered slow? That's the only angle I can think of for the joke to work... am I missing something?

[–] AFKBRBChocolate@lemmy.world 28 points 1 week ago (2 children)

DOGE said they're going to rewrite the existing SSA code, which is done in COBOL, to modernize it, and everyone is pointing out how fraught with peril that is. This is saying they're going to do it in assembly, which is what we do when we need highly efficient code, like for a resource-constrained real-time control system, but is also much more challenging to program. The chance of rewriting a giant COBOL application in Assembly, and not making a whole mess of errors, is really small. And it would be very hard to maintain.

[–] alcoholicorn@lemmy.ml 15 points 1 week ago (2 children)

Also assembly is even older than COBOL.

[–] kautau@lemmy.world 4 points 1 week ago (2 children)

I’m unsure if this is also an April fools joke

[–] felbane@lemmy.world 11 points 1 week ago

In broad terms it's true, though there are some variants of assembly that are newer than COBOL.

Assembly language is one step above machine code, and was the first large step toward a world where people write server-side code in Javascript.

[–] alcoholicorn@lemmy.ml 8 points 1 week ago* (last edited 1 week ago) (1 children)

Assembly is a way of writing machine code, but with words and hexideci numbers instead of 1s and 0s and comments/white space, it's barely a language, from the 40s.

COBOL is a compiled language from the 60s. The compiler turns the somewhat human-readable code into assembly the computer can read.

[–] kuberoot@discuss.tchncs.de 2 points 1 week ago

it's barely a language

Maybe barely, but I imagine most assembly variants have conveniences like labels for jumps, labels for referencing data included in the executable, and at least some also have things like simple macros or calculating mathematical expressions at compiletime.

[–] poplargrove@lemmy.world 2 points 1 week ago

Assembly isnt a single language though. I could write assembly for riscv or a recent arm ISA and that would be quite new.

I wondered if maybe "assembly" gets used to mean x86 but apparently thats a bunch newer than COBOL so I dont think Im being pedantic :)

[–] Agent641@lemmy.world 5 points 1 week ago (1 children)

Just get the guy that made rollercoaster Tycoon in Assembly, he'll knock it over in a week.

[–] henfredemars@infosec.pub 25 points 1 week ago

I believe you’re overthinking it. The only relation to the project is likely that they have assembly language developers on the team to help implement accelerated format conversions.

[–] General_Effort@lemmy.world 5 points 1 week ago (2 children)
[–] hoshikarakitaridia@lemmy.world 12 points 1 week ago

Man let's just stick to tweet. This whole x thing is too silly even for April fools.

[–] General_Effort@lemmy.world 4 points 1 week ago

I should add that the FFmpeg team is quite proud of the fact that they write in C and Assembly for peak performance. They mention it a lot, and so they did here.