Viewing profile — cryo
cryo
HN member- Joined
- Fri, Jan 22, 2010, 7:59 PM UTC
- HN karma
- 921
- Public activity
- 271 items
- HN profile
- View on Hacker News ↗
About cryo
Recent public activity
-
comment
Comment #44877007
Yes I meant Wireguard, haha spend too much time working with Wireshark lately.
-
comment
Comment #44876836
Ah I see, thanks. I only clicked on the first link assuming this was the project page.
-
comment
Comment #44876742
Do I miss something? The site only shows a stream but nothing to describe or show the project.
-
comment
Comment #44876525
For personal projects: GIT barebone repositories + Wireguard to access them from all my devices. OSS work is mirrored to Codeberg and SourceHut. For actions I try to make sure that…
-
comment
Comment #44870218
That was a nice read. I didn't know there were vector graphics in these systems. Found Canadian description of the Telidon "Picture Description Instructions (PDI)" https://publicat…
-
comment
Comment #40326608
The Matter specification has a similar touch. The devil is in the details and due clever marketing people don't understand what they are praising. The real problem here is people w…
- story
-
comment
Comment #39958699
After a long period of rejecting CMake for "simple" build.sh and Makefile projects, nowadays CMake is my goto choice. Top features: - supports all kinds of compilers, even Watcom f…
-
comment
Comment #39423885
Interesting, would be cool to see that applied to a real world rust program. Today I got rid of libc on the Windows version of a commandline tool to flash firmware via USB, which f…
-
comment
Comment #38940295
This is a nice status page, clear and honest progress updates.
-
comment
Comment #38151541
I've made a JSON parser which works like this too. No dynamic memory allocations, similar to the JSMN parser but stricter to the specification. Always nice to be in control over me…
-
comment
Comment #37983189
The video shows Sutherlands Sketchpad from 1963, I highly recommend looking in the related thesis for more details on how it works. Technical report of the thesis: https://www.cl.c…
-
comment
Comment #37888429
Love it, just earned a spot in my bookmark toolbar.
-
comment
Comment #37818345
I'd love to have him in a team. He truly cares exactly how code works and analyzes/fuzzes the hell out of everything. I don't agree with all stylistic choices in his code, but the …
-
comment
Comment #37631765
Reminds me everytime how awesome Torrents are. I don't always run this one but have multiple backups of the .torrent and the video just in case.
-
comment
Comment #37155302
Nice haven't seen this one yet.
- story
-
comment
Comment #37118769
The choice of Cap'n Proto seems odd to me https://veilid.com/framework/rpc It is an interesting project, but I'm sceptical. Veilid appears to be focused on their implementation in …
-
comment
Comment #36791839
Is BearSSL still actively maintained? My approach is abstracting SSL away so the API can be exchanged wit OpenSSL, MbetTLS, etc.
-
comment
Comment #36249443
Same here, every system is different, but my main desktop Arch installation is kicking since 6 years now with absolute minimal maintenance issues. Perhaps 1-2 times per year maximu…
-
comment
Comment #36209299
I've recently compiled my JSON parser with Borland Turbo C compiler (from 1989) on FreeDOS. It feels good to see the code builds with compilers covering 34 years. ANSI C is still r…
-
comment
Comment #36007803
Hi HN, here is my take for a minimal structured format. It doesn't specify anything other than the structure, and leaves the data type specifics to the application.
- story
-
story
Show HN: Bitmatch – ANSI C bit pattern matching
Hi HN, bitmatch is my new library to do bit pattern matching and data extraction, similar to Regular Expressions. It has no dependencies, libc usage or dynamic memory allocations. …
-
comment
Comment #35934169
Last time I cloned the repository it was already over 20 GB, holy ***. Having read the spec up and down a few times I think it's sound, my main complain would be the device attesta…