HN user

jaydenmilne

895 karma

https://jayd.ml

https://github.com/jaydenmilne

Posts5
Comments28
View on HN

Very impressive work, WireGuard is a phenomenal piece of software, congrats on getting to 1.0

I can see Raymond Chen’s eye twitching at some of those (clever and necessary!) undocumented workarounds though :D

Windows is just a different world I guess

MacBook Neo 5 months ago

People forget that macOS and even Windows (well, pre-11) excel at swapping. There are all sorts of hacks and tricks they do to make sure the system remains responsive when under severe memory pressure.

This compared to Linux, where desktop environments seem to get noticeably bogged down and stressed out when swapping (the cursor starts stuttering and the shell becomes unresponsive).

Although even KDE does OK on 4gb of RAM in 2026 as long as you only have one instance of Chromium loaded.

Unfortunately I don't have pictures from before this change, but you used to get 5-6 videos I believe. Now you get two (and maybe one is an ad).

The point is that I made a joke projection in my last post in April that by next May there would be only one video on the homepage, because obviously that would be ridiculous, right? Then I turned on my TV and it happened.

See the previous blog post: https://jayd.ml/2025/04/30/someone-at-youtube-needs-glasses....

1070 TI works perfect on Arch for the past ~6 months with latest drivers (better than Debian stable!). This card is old enough that only the closed source drivers are supported, but it seems to work fine.

In which the Gmail team lampoons the agentic AI future 16 years in advance.

Clearly you’d never want a computer reading and responding to your emails unsupervised - right?

I’ve noticed that they have different, worse headlines in the digital edition and on the web. They seem more clickbaity.

I just want to get on the record and say that whoever in the paper argues for and writes the fun headlines is on the right side of history

Microsoft has ruined their PC games with this. I hesitate to fire up Minecraft or Master Chief Collection these days because I just _know_ it is going to make me reauth for no apparent reason. I took 2FA off my Microsoft account because of this, so congrats.

These are a video games, not a bank account! Please just let me have fun!

I read this and was left wondering - is this about technology, or civilization?

I think the machine is just other people. And maybe the music has seemed off lately.

Its oddly relaxing.

As an aside, this is something I've noticed recently switching to KDE from Windows/OSX No one is trying to get me to do anything with my computer to pump their metrics. You log in the first time, there's a little welcome popup, and that's it. You are now free to use your computer as you wish.

It's oddly stressful being a rat in a bunch of PM's maze.

Yup! That's the point, I'm mourning what was and shaking my fist at a cloud.

They're probably right by their metrics, they can probably rigorously prove this makes them more money. But I think its subjectively worse, it feels claustrophobic and prescriptive to me.

Yup, and that's what I meant by them turning the pain dial all the way towards money. Presumably they can run A/B tests and will no doubt be able to prove that this change makes them $X more money (since it's 1/6 a full screen ad after all). At the cost of being a miserable tasteless change.

The YouTube team has been blindly chasing monetization at the expense of their website being useful and pleasant for a while now. Unfortunately it seems they can get away with it. I wrote this post to just shake my fist at the cloud

Good news everyone - I was able to follow the link in the letter, successfully fill their form, and confirm with the TVL that I do not need a TV license.

We’ll see if they send mail or jackbooted inspectors across the pond to confirm.

Same story, made something similar in straight JavaScript while I was at school and never showed it to anyone:

https://jayd.ml/algorithms/search/ (source https://github.com/jaydenmilne/jaydenmilne.github.io/tree/ma...)

Features:

- Draw your own maze!

- Several different algorithms!

- Adjust solving speed / step algorithm!

- Bugs!

- Share your mazes in the URL (abuse link shorteners to store your data! shorturl.at/ioyT9)

I'm quite proud of how I (ab)used async/await to increase the stack size and be able to easily step and delay the algorithms without having to rewrite them to be re-entrant.

(in case you're wondering, left click to draw walls, right click to place start then end node, left click and drag on walls to go into erase mode)