Happy Thanksgiving from the Fugue Team

For this Thanksgiving, we asked our team one simple question… What software are you most thankful for? Here are their answers, in alphabetical order so we don’t play favorites in the ongoing Emacs vs. Vim battle: Alex “I’m thankful for netcat. It’s the Swiss Army knife of networking. It’s never something that I think to […]

Read More

OpenBSD support for psutil

OK, this is a big one: starting from version 3.3.0 (released just now) psutil will officially support OpenBSD platforms. This was contributed by Landry Breuil (thanks dude!) and myself in PR #615. The interesting parts of the code changes are this and this. Differences with FreeBSD As expected, OpenBSD implementation is very similar to FreeBSD‘s (which was already in place), that […]

Read More

Propositional Logic

You likely learned about the distributive property in your middle school algebra class. The distributive rule says that a term multiplied by two or more terms in parentheses is applied to each of those terms individually. For instance: 2(3 + 4) = (2)3 + (2)4 = 6 + 8 = 14. In propositional logic, the […]

Read More

How we built Rodeo with Electron

Last week we announced the release of Rodeo v1.0. The big deal was that we’d taken Rodeo from a command line, python app built using Flask, to a more legitimate looking desktop app. There were comments on reddit and twitter mentioning that it seemed like Rodeo was running it’s own browser behind the scenes–and these […]

Read More