Search Results for: wellons

Chris Wellons on Hashing

The first data structure I learned and really internalized was the hash table. I’ve been using them my entire career and, given when I started, that meant implementing them myself. This was before I learned C and even C doesn’t … Continue reading

Posted in General | Tagged | Leave a comment

Chris Wellons on State Machines

As I’ve mentioned a few times, I love programming state machines. I spent many years writing software for communications software using odd protocols. The easiest way of implementing those protocols was almost always to use a state machine. Once you … Continue reading

Posted in General | Tagged | Leave a comment

Chris Wellons on PRNGs

I’ve long been an admirer of Chris Wellons’ work and have written about him many times. I almost always learn something new and useful from his blog posts so of course I take notice when he publishes something new. His … Continue reading

Posted in General | Tagged | Leave a comment

Uses This Interview with Chris Wellons

Uses This has an interview with Chris Wellons. I’ve written about Wellons many many times and consider him an outstanding engineer. I especially liked his post on Mutable String and Emacs Buffer Passing Style, which explains a method of dealing … Continue reading

Posted in General | Tagged , , | Leave a comment

Chris Wellons on Emacs Calc

In a nice piece of ironic serendipity, I found this reference to an old Chris Wellons post on Calc while reading my feed with Chris Wellons’ excellent feed reader, elfeed. As I written a several times, I really like calc … Continue reading

Posted in General | Tagged | 16 Comments

Chris Wellons on Emacs and RSA

Chris Wellons likes to make Emacs do unexpected things (see 1, 2, and 3 for instance). His latest example is an implementation of the RSA public key algorithm in Emacs Calc. It’s only a toy implementation, of course, but the … Continue reading

Posted in General | Tagged , | Leave a comment

Sacha Chats with Christopher Wellons

The invaluable Sacha Chua has posted another in her series of Emacs chats. This time it’s with Christopher Wellons. As regular readers know, I’m an admirer of Wellons and have written about him several times (1, 2, 3, 4, 5). … Continue reading

Posted in General | Tagged | 2 Comments

The Real Emacs Advantage

After yesterday’s post I started thinking about what the real advantage of Emacs is. There are, as I’ve said many times, plenty of advantages but if you had to choose the most important one, what would it be? My recent … Continue reading

Posted in General | Tagged | Leave a comment

Moving To Elfeed

Michał Sapka has an interesting post that serves as a nice coda to yesterday’s post on Emacs integrating so many productivity tools. One of those tools is the RSS feed reader, Chris Wellons’ Elfeed. Sapka’s post is about his moving … Continue reading

Posted in General | Tagged | Leave a comment

Are Multiple Cursors Suboptimal?

Over at EINVAL, Wojciech Siewierski considers multiple cursors (in Emacs) and whether it’s suboptimal. His post is entitled Multiple cursors considered… suboptimal, which seems rather provocative but the post is actually very even handed and concludes, as you’d expect, that … Continue reading

Posted in General | Tagged | Leave a comment