Forgret

↗ HN profile [ 207 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I created numbase is an alternative to Base64 that encodes data into a single large number instead of ASCII characters. It's useful if you want to store or transmit data in numeric form and easily apply compression…

  2. I've been working on a C library that combines the best features of Fortran's multi-dimensional arrays with NumPy's expressiveness and Julia's performance. Key features: · Fortran-style column-major arrays with A[i,j]…

  3. I used to make normal libraries - the hype quickly disappeared. And here I made something in 20 minutes, without fanaticism, and got 21 upvotes HN sometimes really works randomly.

  4. This weekend I created stacklib.h - a single-header library that brings Forth-style stack operations to C. It implements a basic interpreter with: - Stack operations (push/pop/dup/swap/over/drop) - Arithmetic (+, -, *,…

  5. Hi HN, I want to share my updated FSP (Find Similar Patterns) v2 text compression algorithm. I tested it on a non-trivial excerpt from Romeo and Juliet, and it achieved impressive results: original size 437 bytes,…

  6. Hey HN, I’m trying to level up my productivity while working remotely. What’s one trick, habit, or tool that dramatically improved your workflow? Looking for actionable tips, not just generic advice.

  7. GitHub: https://github.com/Ferki-git-creator/STB-Style-Single-File-C... Lightweight single-header JSON parser/generator for C/C++ in STB tradition. Implements RFC 8259 (JSON), RFC 6901 (JSON Pointer), RFC 6902 (JSON…

  8. GitHub: https://github.com/Ferki-git-creator/std_net

  9. GitHub: https://github.com/Ferki-git-creator/link-cli-tool

  10. GitHub: https://github.com/Ferki-git-creator/coc Test in website: https://ferki-git-creator.github.io/coc/

  11. After months of development, I'm excited to release uprintf v1.3 - the ultimate platform-independent printf replacement that works everywhere from bare-metal microcontrollers to modern OSes. What's new in v1.3:…