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 [...]
a collection of dev rss feeds - blogroll
Posts
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 [...]
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 [...]
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 [...]
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 programming language. It is simple in many ways: the syntax is simple, most of the semantics are simple. But a language is more than [...]
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 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 [...]
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 [...]
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 for programmers, and is no different from a graphical user interface, command-line user interface, or any other interface a [...]