this post was submitted on 19 Oct 2025
41 points (95.6% liked)

Programming

23617 readers
101 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
you are viewing a single comment's thread
view the rest of the comments
[–] KiwiTB@lemmy.world 1 points 1 month ago (1 children)

Or you just use the same concept from the early 90s where you have a dedicated routine for data as a library which is used instead and offers more benefits.

Might as well code it properly than recode it in a more generic way in another language.

[–] MalReynolds@piefed.social 2 points 1 month ago (1 children)

Sure, I was doing genome compression for tree comparison in the late 90s for in memory analysis and the speed up was very significant. The idea of a universal specification format and a universal decoder is IMO bloody brilliant, hell with a bit of training I'd be unsurprised if you could point a LLM at a format and get 90+% of the way there with the specification for most simple-ish formats, and probably have a manual crack at simple relational databases. Potentially you could also switch out huffman for encryption for efficient zero-knowledge proofs as well.

[–] KiwiTB@lemmy.world 1 points 1 month ago

It could work out well. Be interesting to see if it's widely adopted.