aliquote.org

Latest micro-posts

You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.

2025-09-30 09:04 #

A recommendation engine that looks at my browsing history, sees what blog posts or articles I spent the most time on, then searches the web every night for things I should be reading that I’m not. In the morning I should get a digest of links. I also want to be able to give feedback on which were good suggestions and which weren’t to improve the next day’s digest. — The 28 AI tools I wish existed

Back in the days, I used to use Prismatic, and I was very happy with its recommendation engine. Recommendation engines and collaborative filtering are everywhere since then. What’s next?

2025-09-24 12:23 #

Why use a language with 0-based indexing for linear algebra other than putting an additional cognitive burden on the students learning the subject? This is a recipe for the nefarious off-by-one error. And these errors are sneaky. The code might run but produce incorrect results and it’s a nightmare for the students (or the poor TA helping them) to figure out why. — Is Fortran better than Python for teaching the basics of numerical linear algebra?

2025-09-23 08:55 #

Since I’m back to work tomorrow I got it out to see if it was charged enough for the train journey in the morning. 90% remaining. After 3 weeks. It wasn’t turned off, just closed. Why I’m Spoiled By Apple Silicon (But Still Love Framework)

2025-09-19 17:24 #

/me is listening to “The Suburbs” by Arcade Fire

2025-09-19 09:56 #

Elements of C Style: Oldies but goodies. #clang

2025-09-18 12:33 #

How to Debug Chez Scheme Programs. Note that this applies to Chez Scheme. #scheme