rssed

a collection of dev rss feeds - blogroll

Add a new feed


arp242.net

Posts

s/bash/zsh/g ๐Ÿ”—

You would expect this to work, no? bash% echo $(( .1 + .2 )) bash: .1 + .2 : syntax error: operand expected (error token is ".1 + .2 ") Well, bash sa [...]

Getting started with RimWorld modding on Linux ๐Ÿ”—

This describes how to create RimWorld mods on Linux; this is an introduction to both RimWorld modding and developing Cโ™ฏ with Mono; itโ€™s essentially th [...]

How to end up with 500,000 commits in your log ๐Ÿ”—

I posted this yesterday: I once worked for a company where they managed to create about half a million subversion commits in just 2 or 3 years, with a [...]

Stallman isn't great, but not the devil ๐Ÿ”—

So Richard Stallman is back at the FSF, on the board of directors this time rather than as President. Iโ€™m not sure how significant this position is in [...]

Go is not an easy language ๐Ÿ”—

Go is not an easy programming language. It is simple in many ways: the syntax is simple, most of the semantics are simple. But a language is more than [...]

Downsides of working remotely ๐Ÿ”—

I love remote work, and Iโ€™ve been working remotely for the last five years, but I think there are some serious downsides too. In spite what all the โ€œr [...]

Bitmasks for nicer APIs ๐Ÿ”—

Bitmasks is one of those things where the basic idea is simple to understand: itโ€™s just 0s and 1s being toggled on and off. But actually โ€œhaving it cl [...]

Stupid light software ๐Ÿ”—

The ultralight hiking community is โ€“ as you may gather from the name โ€“ very focused on ultralight equipment and minimalism. Turns out that saving a bi [...]

Empathy is required for democracy ๐Ÿ”—

As humans, weโ€™re fundamentally โ€œselfishโ€, for lack of a better term, as our own feelings and experiences are our baseline. Weโ€™re also fundamentally em [...]

An API is a user interface ๐Ÿ”—

An API is a user interface for programmers, and is no different from a graphical user interface, command-line user interface, or any other interface a [...]