Viewing profile — chrisdew
chrisdew
HN member- Joined
- Fri, Feb 20, 2009, 4:08 PM UTC
- HN karma
- 409
- Public activity
- 153 items
- HN profile
- View on Hacker News ↗
About chrisdew
No profile information was provided.
Recent public activity
-
comment
Comment #44336628
UK Universities don't have majors and minors as the US does.
-
comment
Comment #39634070
Is the Damm algorithm strictly better than all of these? https://en.wikipedia.org/wiki/Damm_algorithm
-
comment
Comment #38911016
Back when I switched to Ubuntu 8.04, fifteen years ago, they had the best set of included drivers and non-free (MP3) software. I switched back to Debian (12/bookworm) a few months …
-
comment
Comment #37582789
Protobuf over UDP can use the UDP payload length. Likewise for the many variants of self-sychronising DLE framing (DLE,STX..DLE,ETX) used on serial links. A varint length field pre…
-
story
Show HN: LeVarInt64 for Rust
A library for encoding (and decoding) u64s into usually fewer than eight bytes.
-
comment
Comment #32700429
How do you avoid condensation on walls and mould problems?
-
comment
Comment #32410159
The "double-bonus two-liner": export vid="sourcevid.mkv" ffmpeg -i "$vid" -vf vidstabdetect -f null -; ffmpeg -i "$vid" -vf vidstabtransform "$vid.stab.mkv"; ffmpeg -i "$vid" -i "$…
-
comment
Comment #31394480
Blind Upload uses crypto.subtle to encrypt files in the browser, before uploading them to the cloud and displaying the key only in the browser. https://www.blindupload.org https://…
-
comment
Comment #31205160
I use Turnstile: https://github.com/fadedbee/turnstile
- story
-
comment
Comment #29329275
The current encoding is complete, so no future extensions are possible. A fix would be to change: 110rrrrr ggggbbbb - copy the last pixel and adjust RGB by (r-15, g-7, b-7) to: 110…
- story
-
comment
Comment #26408219
I've now added the sorting and a link to the full list.
-
comment
Comment #26367142
Yes, it's a very slow Dutch Auction. Your suggestions are very welcome. I'll add those features tomorrow.
-
comment
Comment #26366240
Hi, thanks for your question. At the bottom of the "Sellers" information is the line: "If you are interested in listing your domain(s) on Domain Drain, complete the form below for …
- comment
-
comment
Comment #26365706
Hi, I'm Chris and Domain Drain is my side project. Any questions, please ask.
- story
- story
- story
-
comment
Comment #24981136
Does the Pi 400 PCB allow a future 8 GB model?
-
comment
Comment #21057572
Great game, but does grid display use 1-based numbering?
-
comment
Comment #20960208
Is your string library open sourced? Could you provide a link?
-
comment
Comment #20361861
Some financial systems, a large number of which run on mainframes, have databases where all fields are fixed length. (A database with fixed-length records is trivial to access rand…
- story