Viewing profile — Sianko
Sianko
HN member- Joined
- Sat, Oct 26, 2024, 12:14 PM UTC
- HN karma
- 1
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About Sianko
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #42281873
Another "fancy" obsidian, with providing "cool" themes by quite a lot of bucks... I do not see even the syncing method here.
-
comment
Comment #42238620
I think the value of a repeated number can be found much easier: ``` long sum = 0; for (int i = 0; i printf("Element %d\r\n", sum); ```
-
comment
Comment #42021666
So there are many different flavors of crc32. Usually you can always change the initialization value. This algorithm is only one use case. Check this table out https://www.crccalc.…
-
story
Show HN: ThinkPad Keyboard Backlight Controller
This repository provides a controller for managing the backlight of ThinkPad keyboards with integrated Systemd support. The controller offers extensive features including event-bas…