Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Forgret
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Forgret
1y ago
I'm looking for interesting computer science articles that aren't in Show HN and Ask HN
2.
▲
by
Forgret
1y 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
3.
▲
by
Forgret
1y 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.
4.
▲
by
Forgret
1y ago
URL I added it to the description. Or here it is: https://github.com/Ferki-git-creator/numbase
5.
▲
by
Forgret
1y ago
Ops, I forgot to add the link. https://github.com/Ferki-git-creator/numbase
6.
▲
Show HN: I got tired of Base64, so I made a numeric-only alternative
4 points
by
Forgret
1y ago
|
7 comments
7.
▲
Show HN: MassifLib++ – Bringing Fortran-style arrays and NumPy operations to C
3 points
by
Forgret
1y ago
|
0 comments
8.
▲
HN this is completely random
1 points
by
Forgret
1y ago
|
1 comments
9.
▲
by
Forgret
1y ago
Thanks for the inspiration! I realize it’s probably crazy to think my algorithm could ever become universally needed, but I’m not giving up. Even if it doesn’t turn into something as large-scale as I once dreamed, I believe it can still lea
10.
▲
by
Forgret
1y ago
Thanks, you’re absolutely right — performance needs to be tested on large inputs with proper speed and memory profiling. I’ll run FSP on bigger datasets and compare it directly with zstd, brotli, gzip, etc. If needed, I’ll improve the algor
11.
▲
Show HN: I built a minimal Forth-like stack interpreter library in C
47 points
by
Forgret
1y ago
|
14 comments
12.
▲
Show HN: FSP2 Tested on excerpt "Romeo and Juliet" impressive compresion results
2 points
by
Forgret
1y ago
|
4 comments
13.
▲
by
Forgret
1y ago
Good afternoon, I redesigned the compression algorithm, now it is much better.
14.
▲
by
Forgret
1y ago
Hello, I did what you asked for, here is the test: https://github.com/Ferki-git-creator/fsp/blob/main/test_fsp_... Here is the output: https://github.com/Ferki-git-creator/fsp/b
15.
▲
Ask HN: What's the best productivity hack for remote developers in 2025?
3 points
by
Forgret
1y ago
|
1 comments
16.
▲
Show HN: Stb_JSON header only JSON parser for C/C++
2 points
by
Forgret
1y ago
|
0 comments
17.
▲
Ask HN: How do you write code with or without AI?
2 points
by
Forgret
1y ago
|
2 comments
18.
▲
by
Forgret
1y ago
Don't worry, I'm already starting work on improving it, your comment motivated me, so maybe in 1 day I'll make what you wanted possible.
19.
▲
by
Forgret
1y ago
Hi! Thanks for the feedback. To be honest, the current version of std_net won’t run directly on ESP32 or bare-metal — it relies on standard BSD sockets and a full OS environment. That said, it can serve as a basis: On ESP32, you could adapt
20.
▲
by
Forgret
1y ago
I wish you success in further development, don't stop!
21.
▲
Ask HN: Which C libraries do you think should get a modern alternative?
2 points
by
Forgret
1y ago
|
2 comments
22.
▲
by
Forgret
1y ago
I'm afraid that Rust will replace C/C++ in everything.
23.
▲
Show HN: Std_net.h – Single-file cross-platform TCP networking (C/C++)
1 points
by
Forgret
1y ago
|
5 comments
24.
▲
Show HN: Link Global, cross-shell aliases with history, auto-compile for C files
1 points
by
Forgret
1y ago
|
0 comments
25.
▲
Show HN: I'm tired of long color entries like "\x1B[48;5;10M"so I created my own
3 points
by
Forgret
1y ago
|
0 comments
26.
▲
by
Forgret
1y ago
Not yet, but there is a test on GitHub.
27.
▲
by
Forgret
1y ago
I am from Ukraine.
28.
▲
Ask HN: Let's find out who is from which country?
2 points
by
Forgret
1y ago
|
3 comments
29.
▲
by
Forgret
1y ago
I see that there are a lot of posts about frontend, AI, and other programming languages, especially Rust, so I wanted to know if there are still active C programmers here and what they might be doing right now?
30.
▲
Ask HN: Are there many C developers here?
12 points
by
Forgret
1y ago
|
13 comments
More ›