Viewing profile — cjd8
cjd8
HN member- Joined
- Wed, Jun 17, 2026, 12:32 PM UTC
- HN karma
- 25
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About cjd8
Recent public activity
-
comment
Comment #49152396
What a moronic thing to say...
-
comment
Comment #49052179
Funny, I'm working on a simple tool that pulls the atom feed of the latest patches from lore with Python, and I just slip a User-Agent header into the requests.get() and it works g…
- story
-
comment
Comment #49008156
I recently started a blog documenting my kernel work, and thought that I should create a series that helps people make their first contribution. Please let me know whether you have…
- story
-
comment
Comment #48857223
Not bad, I'd still use Claws-mail for reading and replying to kernel mailing lists, but good to know that people are developing tools with which you don't have to rely on an ancien…
-
comment
Comment #48857132
> rewrite of already popular technology in a different language > look at commit history > "Claude xxx committed yyy ago" I'm sorry, but what is this need to just vibe code a port …
-
comment
Comment #48743577
I would assume that it's not just the fuel, but also the construction materials etc. It's in the article that they had to grind down the surfaces of the spent fuel pool, the residu…
-
comment
Comment #48730192
>Huh... I thought Linux actually required MMUs. I was under the impression it'd never run on these old consoles because of that. Learned something new today. There have been varian…
-
comment
Comment #48684909
Ah, well in the Czech Republic universities get funding based on the number of currently enrolled students, not graduates. Some places will therefore accept 1000 into a CS program,…
-
comment
Comment #48684710
There is, however I didn't really have a valid reason for an appeal so I just went ahead with it and started applying for jobs.
-
comment
Comment #48684603
Essentially all Czech universities have a rule where you can only twice enroll in the same course - failing to do so will lead to termination. Nevertheless I still have my credits …
-
comment
Comment #48683894
Hard to say, different language - different problems. Nevertheless Sashiko gets the big picture and its main concerns are race conditions, bad register mapping etc., issues that co…
-
comment
Comment #48683759
Great job! A few months ago I was kicked out of university for failing my Real Analysis course a second time (4 years of CS suddenly gone, thesis was half done) and had to get a fu…
-
comment
Comment #48659099
Thanks! Feel free to add more "fortunes" by submitting a pull request.
-
comment
Comment #48657757
Realizing that I don't do any programming for fun anymore, I made a program that prints the horoscope for the PID of a Linux process. The Fowler-No-Voll hash ensures uniqueness for…
- story
-
comment
Comment #48622443
okay, banner is a classic, but dadadodo is pretty interesting
-
story
Show HN: Fate – a joke horoscope generator utility for Linux pids
Was bored and made a joke utility - a homage to the classic unix "fortune" command. Supplying a PID gives you a daily fortune and lucky syscalls.
-
comment
Comment #48598149
Not a kernel veteran, but I do send patches and reviews occasionally and as mentioned in the article, Sashiko is a big help. It can detect very obscure race conditions, stack leaks…
-
story
Ask HN: What is your favourite Unix 'joke' program or obscure utility?
currently writing a joke unix utility as a homage to fortune and cowsay, so it made me wonder whether there are any more fun and/or interesting obscure unix utilities.