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-05-13 09:46 #
2025-05-13 08:58 #

Apparently, vibe coding is when you explain to your AI-based editor what the heck you wanted to do, except you’re much more into debugging code written for you. WTF it is calling vibe coding? I wouldn’t mind it being called AI coding, but vibe? — Am I becoming obsolete or just older?

2025-05-13 08:43 #

Other languages may share some of these features, but Lisp has them all together. It is a language that was designed to be used as a tool for thinking about problems, and that is the fun part of programming. — Why I Program in Lisp

2025-05-12 13:30 #

img What happens when you neglected your feed reader for two months or so.

2025-05-12 13:12 #

Interesting read from weeks ago (yeah, I’ve been pretty suiet lately): 100 years to solve an integral.

2025-05-12 13:10 #

14 Advanced Python Features. Note that this covers features introduced in Python 3.10+. #python

2025-05-12 13:09 #
2025-05-12 13:07 #

I already read this a while ago but in case I forgot to post it (and today I’m too lazy to search for it in the archives), here it is : Google Has Most of My Email Because It Has All of Yours. TL;DR “They have delivered more than a third of all the email I’ve replied to every year since 2006 and more than half since 2010.”

2025-05-12 12:39 #

SBCL hash tables have been adaptive for almost a year now, gaining some speed in common cases, and robustness in others. — Adaptive hashing