Searching txt.sour.is

Twts matching #blog
Sort by: Newest, Oldest, Most Relevant

Binary Nix tarballs available
Our continuous build system, Hydra, now produces binary\
 tarball distributions of Nix for Mac OS X (Darwin), FreeBSD
and Linux. The tarballs contain all dependencies of Nix, making
it a lot easier to install Nix on those platforms. To install,
download a binary tarball, unpack it in the root directory, then
run nix-finish-install. See the [manual](https://hydra.nixos.org/view/nix/trunk/latest/tarball/download-by-t … ⌘ Read more

⤋ Read More

rtdb.py: Extension for dtuple.py
This is specific to sqlite but could easily be adopted to work with other databases. # # rtdb.py: Extension for dtuple.py # # Written by Dennis T Kaplan . Public Domain. # No Copyright, no Rights Reserved, and no Warranties. class rtdb: def __init__(self, dbname, sql, one = True): self.one = one connection = sqlite3.connect(dbname) […] ⌘ Read more

⤋ Read More

Search linux bash history
Have you ever executed something on the linux shell and didn’t remember later how it was done? Well if you remember just part of it you can search for it:      history | grep -i “” ⌘ Read more

⤋ Read More

Google, the most dangerous monopoly ever
I use almost all Google services ranging from search engine, over Gmail, Calendar, Android and Google Voice all the way to Webmaster Tools and Google Analytics. If you combine all that data, I think that Google may know me better then I know my self, and that is starting to make me nerves. Don’t get […] ⌘ Read more

⤋ Read More