RSSAmplifier

Blog

Konstantinos Chousos

Personal site of Konstantinos Chousos, AI/Security Researcher

kchousos.github.ioRSS feed ↗2 posts

Latest posts

BIOS update for Lenovo laptop on Linux

Updating your BIOS is often perceived as a straightforward task. You run an .exe file, you wait a minute or two, your screen flashes and poof, you’re done. This at least is the Lenovo Experience™ with their BIOS update wizards. But what if your laptop is running Linux? Then the only way to use these .exe files would be to dual boot with a Windows partition. Unfortunately, this is not acceptable…

SICP in Emacs

I recently began reading the notorious “Structure and Interpretation of Computer Programs” [1] , a.k.a. the Wizard book . I’m only on the first chapter, but I can already see its value and why it gets recommended so much. From Wikipedia: Structure and Interpretation of Computer Programs (SICP) is a computer science textbook by Massachusetts Institute of Technology professors Harold Abelson and…