Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cryo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cryo
1y ago
Yes I meant Wireguard, haha spend too much time working with Wireshark lately.
2.
▲
by
cryo
1y ago
Ah I see, thanks. I only clicked on the first link assuming this was the project page.
3.
▲
by
cryo
1y ago
Do I miss something? The site only shows a stream but nothing to describe or show the project.
4.
▲
by
cryo
1y ago
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 local builds, and cross compilation to Windows, macOS, armh
5.
▲
by
cryo
1y ago
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://publications.gc.ca/collections/c
6.
▲
by
cryo
2y ago
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 who invest money in this anyway.
7.
▲
DeCONZ Zigbee has been open sourced
(github.com)
4 points
by
cryo
2y ago
|
0 comments
8.
▲
by
cryo
2y ago
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 for DOS and Windows <all versions> projects.
9.
▲
by
cryo
3y ago
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 freed 7 kB of the .exe size. The original version was done in
10.
▲
by
cryo
3y ago
This is a nice status page, clear and honest progress updates.
11.
▲
by
cryo
3y ago
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 memory :) https://sr.ht/~cryo/cj
12.
▲
by
cryo
3y ago
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.cam.ac.uk/techreports/UCAM-CL-TR-574.pdf
13.
▲
by
cryo
3y ago
Love it, just earned a spot in my bookmark toolbar.
14.
▲
by
cryo
3y ago
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 level of experience and skills are far above
15.
▲
by
cryo
3y ago
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.
16.
▲
by
cryo
3y ago
Nice haven't seen this one yet.
17.
▲
Simplify your C preprocessor usage
(old.reddit.com)
16 points
by
cryo
3y ago
|
3 comments
18.
▲
by
cryo
3y ago
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 Rust, not so much as referen
19.
▲
by
cryo
3y ago
Is BearSSL still actively maintained? My approach is abstracting SSL away so the API can be exchanged wit OpenSSL, MbetTLS, etc.
20.
▲
by
cryo
3y ago
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 maximum things need to be fixed manually in super rare cases.
21.
▲
by
cryo
3y ago
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 remarkable.
22.
▲
Show HN: CXC – A structured data interchange format for UTF-8 encoded text
(sr.ht)
2 points
by
cryo
3y ago
|
1 comments
23.
▲
by
cryo
3y ago
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.
24.
▲
Show HN: Bitmatch – ANSI C bit pattern matching
(git.sr.ht)
2 points
by
cryo
3y ago
|
0 comments
25.
▲
by
cryo
3y ago
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 attestation and blockchain usage for OTA. Also Matter inherite
26.
▲
by
cryo
3y ago
Wow that one was new to me, looks pretty good.
27.
▲
by
cryo
3y ago
Sourcehut. I like how they approach things there, and am happy to pay for my account to support them.
28.
▲
Show HN: CJ minimal JSON parser in ANSI C
(git.sr.ht)
3 points
by
cryo
3y ago
|
1 comments
29.
▲
by
cryo
3y ago
The Pico runs at 133 MHz. I don't know how the slint-ui works under the hood but the shown demo (with DMA speedup) could be much more snappy imho. For that the code needs to be aligned to what the SPI protocol of the display offers ins
30.
▲
The unbearable sameness of the modern web
(blog.rachelbinx.com)
57 points
by
cryo
4y ago
|
55 comments
More ›