I am pleased to hear that Peter Norvig has left Google.
Author Archives: Jay Jay
Unicode problem in Windows 11
Today via Slashdot: Microsoft Warns of New Windows 11 Problems With Apps Using Unusual Registry Keys.
20 Things Learned in 20 Years as a Software Engineer
Today I happened upon: 20 Things I’ve Learned in my 20 Years as a Software Engineer. Of the 20 points my favourites were: “6. Sometimes you have to stop sharpening the saw, and just start cutting shit” and “8. Every system eventually sucks, get over it”.
CSS Grid or Flexbox?
Today via r/programming: CSS Grid or Flexbox? How to pick between the two CSS layout systems.
Deconcentration of Attention: addressing the complexity of software engineering
I came across this in my travels recently: Deconcentration of Attention: addressing the complexity of software engineering.
dovecot IMAP not working on iOS because of Let’s Encrypt certificate problem
So I was having an issue with the mail app in my iPhones not being able to get IMAP email from my dovecot server.
Turned out I needed to change my dovecot config from this:
ssl_key = </etc/dovecot/mail.{{ domain }}.key
ssl_cert = </etc/dovecot/mail.{{ domain }}.crt
ssl_ca = </etc/dovecot/mail.{{ domain }}.chain.pem
to this:
ssl_key = </etc/dovecot/mail.{{ domain }}.key
ssl_cert = </etc/dovecot/mail.{{ domain }}.chain.pem
Are We Really Engineers?
I probably should be doing other things (engineering..?) but I spent my evening reading this one: Are We Really Engineers?.
Andy Serkis narrates the Lord of the Rings
According to wikipedia:
On 7 July 2021, HarperCollinsUK and Recorded Books announced Serkis would follow up his narration of The Hobbit with a professional recording of The Lord of the Rings to be released on 16 September. The CD will be released on 14 October.
The first episode is The Fellowship of the Ring.
SMD soldering by hot air
Today I learned about SMD soldering by hot air.
HackerNews Readings
This is great: HackerNews Readings. It’s a listing of 40,000 books recommended on Hacker News.