this post was submitted on 08 Aug 2024
21 points (100.0% liked)

Programming

22979 readers
490 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Friend who is not a software person sent me this tweet, which amused me as it did them. They asked if "runk" was real, which I assume not.

But what are some good examples of real ones like this? xz became famous for the hack of course, so i then read a bit about how important this compression algorithm is/was.

(page 2) 50 comments
sorted by: hot top controversial new old
[–] deathmetal27@lemmy.world 2 points 1 year ago

Imagemagick.

Every website that supports avatar images and has multiple sizes of the avatars uses imagemagick.

Another one is OpenSSL.

[–] LouNeko@lemmy.world 2 points 1 year ago

Until very recently the whole Resident Evil modding community relied solely on a Maya 3DS script that a Chinese dude named Maliwei777 created in 2012. The community cherished that script but it got harder and harder to get the correct 3DS version to run it.

[–] CodexArcanum@lemmy.world 2 points 1 year ago (4 children)

I think this probably applies...

So Thief: The Dark Project (1999) and Thief 2: The Metal Age (2000), are a couple of classic stealth FPS games, proto-immersive-sims, and still some of my all time favorite games. They both use the Dark Engine, an in-house engine from the now defunt Looking Glass Studios, which also powered System Shock 2.

In 2010, the source code to a System Shock 2 port (for the dreamcast or ps2 iirc...) leaked online, and on 2012 someone used that code to create NewDark and TFix, patches to make these old games work on modern computers (and some bugfixes, support for HD, etc).

There are still updates regularly released for it too!

I must emphasize that these games are still sold on Steam, GOG, etc and this patch is essentially required for them to work. And these are hardly the only games like this, just the ones most personal to me. Retrogaming is built on the backs of unsung individual heroes who backwards-engineer, hack, patch, and mod their favorite games to keep them running for everyone long after the publishers have died or abandoned their work.

[–] Cethin@lemmy.zip 1 points 1 year ago

There's also Arx Libertatis for Arx Fatalis. Arkane (yes, that Arkane) released the source code for the game. This is a new engine and patch that is basically required. Even if you could play the game on a modern computer (you can't really) you wouldn't want to play without this patch. It does things like making drawing the runes for casting spells more reliable. (For those not aware, you drew runes on your screen and combined them to create spells. You didn't just press a fireball button. You had to figure out what spells combined to make a fireball, and then draw it.)

If you like ImSims or Arkane games, I highly recommend Arx Fatalis. No one has done magic like it since. To be fair, it was one of the slowest and most cumbersome ways to do magic, but it did actually feel like you were part of it. You could cast spells before you learned them if you had the rune and guessed the combination (they all make sense). There were even some spells never told in game that you were expected to figure out. Cheats were even activated using the system, by drawing a certain combination of runes. It's all very cool, and I wish we would get a second modern version of the idea.

load more comments (3 replies)
[–] runeko@programming.dev 2 points 1 year ago (6 children)

Pretty much every basic terminal command for linux. Grep is the one that comes to mind.

load more comments (6 replies)

Oh and then you get all the projects with recursive acronyms, like WINE Is Not Emulation, MAME Ain't (an) Mp3 Encoder, and of course GNU's Not Unix.

[–] dosse91@lemmy.trippy.pizza 1 points 1 year ago* (last edited 1 year ago) (2 children)

I'd say ffmpeg is a good example, it's used by almost every piece of software that has to manipulate audio or video (including messaging applications), yet not many people know about its existance.

load more comments (2 replies)
[–] ikidd@lemmy.world 1 points 1 year ago
[–] Holyhandgrenade@lemmy.world 1 points 1 year ago

Runk means masturbation in Icelandic so that adds another layer of hilarity to this

[–] some_guy@lemmy.sdf.org 1 points 1 year ago
[–] BradleyUffner@lemmy.world 1 points 1 year ago

The world is built on is-even and is-odd!

[–] weker01@sh.itjust.works 1 points 1 year ago (1 children)

A few libraries come to mind immediately: fftw (I think the most widely used fft library) or GMP (I think the most used multi precision library).

load more comments (1 replies)
load more comments
view more: ‹ prev next ›