Readit News logoReadit News
Forgret commented on Ask HN: Who reads the "newest" feed, and what do you look for there?    · Posted by u/rand_num_gen
Forgret · 3 months ago
I'm looking for interesting computer science articles that aren't in Show HN and Ask HN

Deleted Comment

Forgret commented on Show HN: I got tired of Base64, so I made a numeric-only alternative    · Posted by u/Forgret
a570xyz · 3 months ago
I'm very curious as to how one gets tired of Base64?
Forgret · 3 months ago
Base64 is great and widely used. I just wanted to experiment with a numeric-only representation. NUMBASE encodes everything into a single large number, which can make certain compression schemes like Huffman more efficient and opens up new ways to store or transmit data.
Forgret commented on Show HN: I got tired of Base64, so I made a numeric-only alternative    · Posted by u/Forgret
BinaryIgor · 3 months ago
Hmm - why would you do that? How much data, if any, can you safe by compressing it as to compared with the classic Base64?
Forgret · 3 months ago
It depends on the data. Base64 adds ~33% overhead, while NUMBASE can be encoded into one large number at once and compressed with Huffman or other algorithms. For some data types this results in fewer extra characters.
Forgret commented on Show HN: I got tired of Base64, so I made a numeric-only alternative    · Posted by u/Forgret
gabrielsroka · 3 months ago
Url?
Forgret · 3 months ago
URL I added it to the description.

Or here it is: https://github.com/Ferki-git-creator/numbase

Forgret commented on Show HN: I got tired of Base64, so I made a numeric-only alternative    · Posted by u/Forgret
gabrielsroka · 3 months ago
Url?
Forgret · 3 months ago
Ops, I forgot to add the link.

https://github.com/Ferki-git-creator/numbase

u/Forgret

KarmaCake day54July 17, 2025
About
«An open world fosters innovation and trust. Open source is not just code; it’s a movement toward transparency, collaboration, and ultimately, a better future for all.»
View Original