Tag Archives: Tech

Leslie Lamport

Most of you probably know Leslie Lamport as the original author of LaTeX but within the computer science community, he’s mostly known for his work on distributed systems. Like Knuth, Lamport was trained as a mathematician but rather than pursue … Continue reading

Posted in General | Tagged | Leave a comment

Hints For Writing Unix Tools

Marius Eriksen has a useful post for those not afraid to leave the comfort of the GUI for the command line. It’s long been noted that the ability of Unix to compose tools into pipelines is extraordinarily powerful and makes … Continue reading

Posted in Programming | Tagged , | Leave a comment

How I Spent My Summer Vacation

Well, not me: Tom Lyon. His post was actually entitled My Summer at Bell Labs and tells the story of his summer internship at the Labs. Regular readers know I’m a sucker for this type of thing so of course … Continue reading

Posted in General | Tagged , | Leave a comment

Monorepositories

One of the controversies—probably not ascending to the level of holy war—in our field is whether we should keep our version controlled source code in several repositories or a single monorepository. The correct answer is, of course, “it depends”. Still, … Continue reading

Posted in General | Tagged | Leave a comment

A Linux User Moves to Windows

I used to be a (fiery) Windows hater. I’d tell anyone who’d listen what a terrible OS it was and how using it was the sure sign of a luser. I’m no longer that way. It’s not that I’ve become … Continue reading

Posted in General | Tagged | Leave a comment

The ACM Backfile

Here’s some good news: the ACM has opened the first 50 years of its backfile. That’s all the articles between 1951 and 2000. That may be even better than it seems because recent papers are more apt to be available … Continue reading

Posted in General | Tagged | Leave a comment

Another Paean to RSS

Radosław Miernik has a post that’s another paean to RSS. He explains what RSS is, how it works, and its advantages to the reader. It’s mostly used to track blog entries but its application is actually broader. Basically any site … Continue reading

Posted in General | Tagged , | Leave a comment

REPLs and Interactive Programming

Mikel Evins has a post from back in December of 2020 that recently popped up in my feed for some reason or another. It’s an interesting post about one of my favorite programming topics: interactive programming. In it, Evins examines … Continue reading

Posted in Programming | Tagged | Leave a comment

LibreWolf

I just saw a reference to the new LibreWolf project. It’s a fork of the Firefox browser that focuses on privacy and security. Among other things, they’ve eliminated all telemetry and data gathering and the annoyances that go with it. … Continue reading

Posted in General | Tagged | Leave a comment

Good and Bad Tags

In response to my post How To Use Tags describing Karl Voit’s perspective on the use of tags, Christian Tietze pointed me to a post by Sascha Fast on The Difference Between Good and Bad Tags. Fast makes a good … Continue reading

Posted in General | Tagged | Leave a comment