IANA list of all valid tlds
march 2010
A list of all currently active valid tlds. Newline-separated.
domains
tld
internet
text
march 2010
Whatever happened to programming, redux: it may not be as bad as all that « The Reinvigorated Programmer
march 2010
An interesting discussion about the changing nature of programming. In particular, note the comments by zink, Christian Gross, and Dr. Jochen Leidner
programming
discussion
style
march 2010
Aurora Productions Stationery Diaries
march 2010
Belgian producer of diaries and notebooks with a nice looking clothbound grey cover
writing
notebook
diary
march 2010
Hacker News | I'm missing the basics for this one. Why does ++[[]][+[]] == 1?
march 2010
An explanation of object coercion in javascript
javascript
programming
typing
march 2010
Get image data in Javascript? - Stack Overflow
march 2010
" ... I have a regular HTML page with some images (just regular IMG HTML tags). I'd like to get their content, vase64 encoded preferably, without the need to redownload the image (ie. it's already loaded by the browser, so now I want the content) ... "
javascript
image
manipulation
graphics
march 2010
Nevis | Ten by Twenty ™
march 2010
Nice, modernist face with a turn-of-the-twentieth century (and slightly British) feel to it.
typography
font
modernist
march 2010
Raad voor rechtsbijstand
march 2010
Verleent inkomensafhankelijke bijstand en leningen voor serieuze rechtszaken. Naar verluidt een zinniger vertrekpunt dan het Juridisch Loket.
wet
recht
nederland
advokaat
march 2010
Perfection kills » Understanding delete
march 2010
An assessment of delete function behaviour wrt. different kinds of properties in JavaScript. Includes IE's apparent bug with respect to deletion of host objects.
javascript
march 2010
Code: Flickr Developer Blog » Building Fast Client-side Searches
march 2010
" ... Yesterday we released a new people selector widget (which we’ve been calling Bo Selecta internally). This widget downloads a list of all of your contacts, in JavaScript, in under 200ms (this is true even for members with 10,000+ contacts). In order to get this level of performance, we had to completely rethink how we send data from the server to the client ... "
javascript
json
performance
march 2010
Interesting Letterhead Designs | Letterheady
march 2010
A collection of letterhead designs, unusual and striking, or used by famous people
typography
design
march 2010
Haskell Programming: Miscellanea
march 2010
A large number of advanced programming and computer science concepts explained using Haskell
programming
computerscience
haskell
examples
tostudy
march 2010
unconstrained-melody - Project Hosting on Google Code
february 2010
" ... There are various useful things that can be done with generic methods/classes where there's a type constraint of "T : enum" or "T : delegate" - but unfortunately, those are prohibited in C#.
This utility library works around the prohibitions using ildasm/ilasm, by building the code with "fake" constraints and then rewriting the constraints afterwards. The resulting binary is usable from "normal" C#; the C# compiler understands the constraints just fine, even if it won't let you express them. ... "
csharp
generics
typing
This utility library works around the prohibitions using ildasm/ilasm, by building the code with "fake" constraints and then rewriting the constraints afterwards. The resulting binary is usable from "normal" C#; the C# compiler understands the constraints just fine, even if it won't let you express them. ... "
february 2010
Isay Weinfeld talks to Yatzer | yatzer | Design Architecture Art Fashion +more
february 2010
Pictures of the buildings of Isay Weinfeld; gorgeous, dramatic architecture, but there's nothing clinical or cold about any of the pictures, even though the forms are largely rectangular and white. Why?
architecture
buildings
pictures
february 2010
Implementing Generic Hash Library in C « Attractive Chaos
february 2010
Illustrates a generic interface for a hash table library in C. The syntax used is more elegant than anything I've seen like it.
c
programming
generics
february 2010
Haskell hacking
february 2010
A tutorial on writing shell scripts in Haskell. Demonstrates that Haskell code can be as idiomatic and quick to write as Perl; The exception and privilege separation handling code at the end is perhaps a bit excessive, but useful enough in itself as an illustration of good practices.
haskell
scripting
programming
february 2010
EmacsWiki: Elisp Cookbook
february 2010
" ... This page contains snippets of code that demonstrate basic elisp programming operations in the spirit of the o’reilly cookbook series of books. For every task addressed, a worked-out solution is presented as a short, focused, directly usable piece of code. ... " Possibly the quickest path to developing a degree of proficiency in elisp--should I ever come to that.
elisp
programming
jumpstart
february 2010
Stevey's Home Page - Practicing Programming
february 2010
The author transposes practice techniques used for improving musical skill to programming. Includes some concrete exercises.
programming
study
practice
february 2010
Plants are the Strangest People: Mister Right (Ficus binnendijkii)
february 2010
Nice-looking house plant. Judging from the blog, it's easy to care for. Judging from the name, it /should/ be available in the Netherlands, although you never really know.
decoration
houseplant
plants
february 2010
John Resig - Accuracy of JavaScript Time
february 2010
A summary of the inventory of the accuracy of JavaScript time functions across different browsers. Take performance metrics with a grain of salt; the timer functions aren't more accurate than 15ms
timer
javascript
performance
february 2010
Byzanz 0.2.0 — Swfblag
february 2010
command-line (not just for gnome/gtk) tool for recording screencasts as relatively small 16-colour GIFs.
screencast
gif
record
screen
february 2010
OmniSync
february 2010
"... OmniSync is a driver for NTPd for people who are firewall-challenged. It enables systems to sync time when port 123 (UDP) is blocked.
It allows you to sync against the daytime service (port 13 tcp/udp), time (port 37 tcp/udp), SNTS, ICMP, SNMP, precision time protocol (PTP - IEEE 1588), (S)NTP via a socks5 proxy server, http and https (both also via proxy server).
It doesn't directly set the clock but uses NTPd for this as this enables you to have multiple time sources as well as bad-chimer detection etc ... "
ntp
time
firewall
It allows you to sync against the daytime service (port 13 tcp/udp), time (port 37 tcp/udp), SNTS, ICMP, SNMP, precision time protocol (PTP - IEEE 1588), (S)NTP via a socks5 proxy server, http and https (both also via proxy server).
It doesn't directly set the clock but uses NTPd for this as this enables you to have multiple time sources as well as bad-chimer detection etc ... "
february 2010
wtfjs
february 2010
Use this to beat the idiots who refer to javascript as "an elegant, lisp-like language" on the head with. Alternatively, use as a reference for the 'subtle' gotchas.
javascript
pain
failure
wtf
february 2010
Iceland aims to become an offshore haven for journalists and leakers » Nieman Journalism Lab
february 2010
“The main purpose is to prevent something like our financial crisis from taking place again,” said member of parliament Lilja Mósesdóttir, noting that Iceland’s financiers had great influence over the Icelandic media. “They were manipulating the news.”
privacy
iceland
journalism
media
february 2010
The Building Blocks of Ruby « Katz Got Your Tongue?
february 2010
An overview of Ruby's block level syntax. The author argues that Ruby's blocks allow for elegant abstraction of exception handling. Cross-checking his assertions with someone more familiar with Python revealed that Python does support this kind of abstraction--at the function level, using decorators, which is hardly less effective. Note that the author uses the term “lambda's” to refer to these blocks--which I suppose is correct, although the association is not one I would've made.
ruby
python
programming
exceptions
yield
lambda
february 2010
Converting private key from OpenSSH to lsh (or the other way around)
february 2010
Mailing list thread about sharing keys between OpenSSH and GNU lsh. Contains information about the format in which OpenSSH keys are stored, and mentions various tools to convert between them
ssh
crypto
conversion
security
february 2010
Bit Twiddling Hacks
february 2010
A treasure trove of efficient bit manipulation functions
c
programming
bit-manipulation
february 2010
'Most popular' metrics in App Engine - Nick's Blog
february 2010
Discussion about exponential decay functions in popularity metrics. A further development is discussed in the comment, but note that one of the participants feels he can patent exponential decay functions, seemingly based on the innovation of storing the log--good luck with that.
decay
popularity
metrics
math
february 2010
Overzicht financiële situatie schoolbesturen
february 2010
Een site waarop een samenvatting van de financiele situatie van basis- middelbare en hogescholen kan worden opgevraagd.
nederlands
onderwijs
finance
overheid
transparantie
february 2010
Adding Type Checking to Ruby - Code Commit
february 2010
" ... It’s really as simple as that. Passing the type values to the typesig method just prior to a method declaration give the cue to the Types framework to perform some extra work on each call that method ... " They still don't get it. Everything that could be checked statically, should be checked statically. Runtime assertions are a really, really poor alternative
ruby
types
programming
february 2010
Deconstructing Flickr’s “Interestingness!” « Wesley Hein 2.0
february 2010
A black-box analysis of flickr's (reportedly) successful algorithm to find interesting new submissions. The assumption is that they use popularity metrics, weighed by a seeded assertion of the professionalism of the commenters, to prevent photoshopped pictures of lolcatz from dominating the rankings.
flickr
photography
community
ranking
february 2010
PageRank sculpting
january 2010
Clarification on how Google weighs the nofollow link attribute.
google
search-engine
linkspam
january 2010
An overview of all CSS selectors
january 2010
It's possible to do a lot more than just select by class, element or id. But consult with quirksmode; browser support is sketchy at times.
css
selector
html
january 2010
EmacsWiki: Multiple Modes
january 2010
Discusses several approaches for using multiple major-modes in a single buffer (for, for example, literate programming). 'multi-mode' seems to be the most promising approach, as it maintains several 'shadow' buffers behind the scenes to avoid switching modes and keymaps all the time. It is incompatible with nXML font-locking and (presumably) js2-mode, though.
emacs
development
editing
january 2010
draft-ietf-secsh-agent-02 - Secure Shell Authentication Agent Protocol
january 2010
The elusive SSH Agent protocol. Possibly version 1 only, considering the author.
ssh
security
encryption
protocol
january 2010
Stevey's Home Page - The Emacs Problem
january 2010
A rather effective argument for lisp (or at least s-expressions) as a structured language for storing data. Must find libraries to work this kind of functionality into Languages of Choice. (rather than use lisp of course. That would just be silly)
lisp
sexp
data
structure
xml
january 2010
Effective TCP/IP Programming: 44 Tips to Improve Your Network Programs (9780201615890): Jon C. Snader (Amazon.com)
january 2010
" ... Besides offering nuts-and-bolts programming advice and plenty of hints for better performance, Snader also discusses how IP works under the hood. Standout sections here include a discussion of the pitfalls of scaling a stand-alone or LAN TCP/IP application to the Internet, as well as what a "reliable" protocol like TCP really means. He shows you how to handle misbehaving servers and clients, and how to use multiple sockets effectively, and he offers several useful tips for optimizing data streamed across the wire ... "
books
programming
tcp
ip
networking
january 2010
DNS SRV (RFC 2782) Service Types
january 2010
The Zeroconf equivalent to /etc/services. Useful for service autodiscovery
services
autodiscovery
network
zeroconf
january 2010
Zo vrij is het woord in Nederland niet - Binnenland - de Volkskrant
january 2010
" ... In jaren dertig mocht het werk van Spinoza niet worden voorgelezen voor de radio, teneinde de religieuze gevoeligheden van de luisteraars te ontzien. Zelfs Erasmus´ Lof der Zotheid werd kwetsend geacht voor katholieken ... "
politiek
geschiedenis
nederlands
recht
january 2010
Futurist Programming Notes
january 2010
" ... How many transistors does your radio have? Does it have 9 transistors? How many jewels in your wrist watch? 17 jewels? Is your program developed using Object-Oriented programming techniques? Is it Extensible? IT DOESN'T MATTER as long as you get good reception, the watch keeps accurate time, your program runs FAST and does what the USER wants ... "
programming
programming-style
software
tautology
january 2010
nXML mode
january 2010
Recursive-descent parser based XML editing mode. Syntax highlighting, and more importantly, support XHTML very well.
xml
xhtml
editing
emacs
development
january 2010
Stevey's Blog Rants: js2-mode: a new JavaScript mode for Emacs
january 2010
Recursive-descent parser-based editing mode for emacs. Does syntax highlighting, shows warnings. Not as comprehensive as espresso-mode + flymake + jslint, probably, but good enough.
javascript
emacs
editing
ide
development
january 2010
Aligning filesystems to an SSD’s erase block size | Thoughts by Ted
january 2010
" ... I recently purchased a new toy, an Intel X25-M SSD, and when I was setting it up initially, I decided I wanted to make sure the file system was aligned on an erase block boundary. This is a generally considered to be a Very Good Thing to do for most SSD’s available today, ..." Quick-and-dirty guide to stripe size alignment. Useful for (striped, non-1) RAID setups as well.
filesystem
linux
RAID
storage
SSD
january 2010
Font Squirrel | Free Font BonvenoCF by Barry Schwartz
january 2010
A very stark geometric sans font with an almost art-deco feel to it.
geometric
sans
font
typeface
january 2010
Font Squirrel | Free Font Aurulent Sans by Stephen G. Hartke
january 2010
A sans font, made more interesting by a slight but deliberate variation in stroke width. Possibly a very good body text face.
humanist
sans
font
typeface
january 2010
Concept : TITILLIUM
january 2010
A modern sans-serif font. Available in a large variety of weights
sans
font
typeface
january 2010
Web App Business Models: User Needs and What People Pay For | Our Blog | Box UK
january 2010
" ... Assuming you can create a business model that satisfies one or more of these needs, how do you know how much to charge? With the development and infrastructure costs of web applications continuing to drop, the price of services has to be increasingly based on value rather than cost ... "
pricing
prices
value
metrics
january 2010
9 JavaScript Tips You May Not Know | Ayman Hourieh's Blog
january 2010
" ... Inside is a list of JavaScript tips, some offer techniques to simulate features found in C-like languages (such as assertions or static variables). Others are meant to improve performance and explore some of the more obscure parts of the web scripting language. ... "
javascript
programming-style
programming
january 2010
MRC CBU, Cambridge » Matt Davis
december 2009
" ... As you listen to these four examples, you may find that you get better at understanding the sine-wave speech first time around. This is an example of perceptual learning. Having heard several examples of sine-wave speech, your perceptual system has tuned into this form of distortion, so as to be able to perceive new sine-wave speech sentences more clearly ... "
perception
auditive
vision
compression
learning
december 2009
The story of Blane Nordahl, silverware thief - stephen j. dubner
december 2009
"... He immediately recognized these break-ins as the work of the thief who had committed three other robberies in Greenwich the previous summer. Abruzzini had never seen such clean crime scenes. At one house, the burglar made a tidy stack of the door molding he had pried off to gain entry. ..."
story
crime
burglary
skill
december 2009
tesseract-ocr - Project Hosting on Google Code
december 2009
"... The Tesseract OCR engine was one of the top 3 engines in the 1995 UNLV Accuracy test. Between 1995 and 2006 it had little work done on it, but it is probably one of the most accurate open source OCR engines available. ... "
ocr
opensource
imageprocessing
december 2009
ocropus - Project Hosting on Google Code
december 2009
" ... OCRopus is development is sponsored by Google and is initially intended for high-throughput, high-volume document conversion efforts. We expect that it will also be an excellent OCR system for many other applications. ... "
ocr
conversion
imageprocessing
december 2009
nrc.nl - Opinie - De Deutsche Bahn reed wél
december 2009
" ... De onverschilligheid van de publieke instellingen en van privépersonen alsmede de incompetentie in de transportsector zijn beangstigend. Men moet er niet aan denken welke chaos zou ontstaan als daadwerkelijk een ernstig incident zoals een terreuraanslag of een dijkdoorbraak zou plaatsvinden. We schakelen eenvoudig het licht uit en wachten op betere tijden ... "
politiek
nederlands
openbaarvervoer
maatschappij
december 2009
Salvaged drawers = modular bookcase - Craftynest
december 2009
" ... My original plan was to put the drawers on wheels and use them as under-bed storage. Turns out, no two drawers are the same height, which would look janky. So I tried stacking them vertically instead (anchoring them to the wall, of course). You could also hang these drawers as individual shadowboxes ... "
diy
books
bookcase
furniture
cheap
december 2009
Akkurat Pro
december 2009
Lovely anti-aliased programming font. Very expensive, though.
font
programming
monospace
december 2009
C Craft - Preface
december 2009
" ... I slowly awoke from a dream, or more accurately, a mild nightmare. My C code also worked, except it was faster. It was more concise, which in turn made it easier to maintain. It was…better. So why was I bothering with all this object-oriented nonsense?
Since rediscovering C, I have felt annoyed that I had bought into object-oriented programming. It is unsurprising, as both industy and academia tirelessly promoted objects, and still do today. The constant and pervasive assault irks me, though I am cheered whenever I read articles from dissenters. It’s time I added my voice. ... "
c
programming
Since rediscovering C, I have felt annoyed that I had bought into object-oriented programming. It is unsurprising, as both industy and academia tirelessly promoted objects, and still do today. The constant and pervasive assault irks me, though I am cheered whenever I read articles from dissenters. It’s time I added my voice. ... "
december 2009
GNU Emacs extensions
december 2009
A collection of seemingly small but useful emacs extensions
emacs
elisp
extension
december 2009
Split Ring Key | Geeky Gadgets
december 2009
" ... Why someone hasn’t thought of this idea before, I don’t know, the simplest ideas are always the best, the Split Ring Key.
The Split Ring Key is basically a key, with a key ring built in, and it is being sold as a blank key so you can take it to your locksmith and get it cut ... "
simplicity
design
key
The Split Ring Key is basically a key, with a key ring built in, and it is being sold as a blank key so you can take it to your locksmith and get it cut ... "
december 2009
[MPlayer-users] 5.1 DTS downmixed to stereo using pan filter
december 2009
MPlayer commandline for mixing 5.1 sound to stereo
mplayer
audio
stereo
surround
film
december 2009
Bokode - Camera Culture Group, MIT Media Lab
december 2009
" ... We present a new low-cost optical design so that the tags can be shrunk to 3mm visible diameter, and unmodified ordinary cameras several meters away can be set up to decode the identity plus the relative distance and angle. The design exploits the bokeh effect of ordinary cameras lenses, which maps rays exiting from an out of focus scene point into a disk like blur on the camera sensor. This bokeh-code or Bokode is a barcode design with a simple lenslet over the pattern. ... " -- A very small alternative to 2d barcodes and RFID. May possibly work with reflective light
tagging
barcode
bokode
data
encoding
december 2009
"DataGlyph" Embedded Digital Data
december 2009
" ... Suddenly an idea flashed. It was simple, and elegant - conventional halftoning is based on little dots - which were usually ellipses of various sizes, oriented at a 45 degree angle (a subtlety based on the visual cortex's distribution of angle detectors... angled ellipses are less perceptually intrusive - except to certain African tribes that grow up in rounded architectures rather than Western Cartesian architected buildings). Digital halftoning aped analog halftoning, which was based on optical screens of repeated patterns - and all the little elliptical dots in a picture, such as a newspaper picture, always leaned in the same direction. My insight was under computer control this did not have to be true; you could make the little dot lean left to represent a zero, and to the right to represent a one - and that this would be essentially perceptially invisible ... "
steganography
data
encoding
halftone
barcode
december 2009
Clear Climate Code » About
december 2009
" ... The Clear Climate Code project writes and maintains software for climate science, with an emphasis on clarity and correctness.
The results of some climate-related software are used as the basis for important public policy decisions. If the software is not clearly correct, decision-making will be obscured by debates about it. The project goals are to clear away that obscurity, to increase the clarity and correctness of climate science software. ,,, "
climatechange
software
opensource
project
The results of some climate-related software are used as the basis for important public policy decisions. If the software is not clearly correct, decision-making will be obscured by debates about it. The project goals are to clear away that obscurity, to increase the clarity and correctness of climate science software. ,,, "
december 2009
CSS 3 — The creative and technical vents of Scott Schiller
december 2009
" ... CSS 3 introduces a number of new features that significantly reduce the amount of work required to get desirable UI stylings, rounded corners being one of them. Not all browsers implement these features, and some have their own vendor-specific prefix as the support for the feature may not be considered complete or to the published spec ... "
css3
html
design
december 2009
mezzoblue § Chalkwork Payments Royalty-free Icons
december 2009
A number of free-to-use icons specifically related to payments, Like the style more than the subject.
icons
free
web
design
december 2009
Extlinux as Alternative Bootloader
november 2009
A relatively feature-less bootloader presented as an alternative for grub (and mostly grub2)
linux
bootloader
extlinux
grub
november 2009
Chart suggestions - a thought starter
november 2009
Easy flow diagram leading to the right kind of data depending on what you wish to display about a particular data set.
chart
flowchart
data
visualisation
november 2009
IGEPv2 Platform
november 2009
Souped-up, relatively affordable version of the Beagleboard.
linux
hardware
embedded
arm
lowpower
november 2009
Wrapping cords and hoses - Fine Homebuilding Article
november 2009
" ... We've all done this or have seen it done on the job site, but coiling cords too tightly introduces twists and kinks and should be avoided ... " -- Tips for coiling rope and cord in a way that reduces strain and kinks.
cord
rope
cleaning
organising
november 2009
HP DeskJet/DeskWriter Performance Shop
november 2009
" ... It's time for a pit stop! For clear and sharp printing every time, give your printer a tune-up every three months to stop dust and fiber build-up that can make streaks on your printouts. Use these quick and easy steps for your HP DeskJet/DeskWriter printer ... "
deskjet
printer
cleaning
maintenance
november 2009
RegEx match open tags except XHTML self-contained tags - Stack Overflow
november 2009
Why you shouldn't parse html with regexes. Pure, unadulterated genius.
html
regex
insanity
november 2009
Ocarinas United • View topic - How to make a Cardboard Ocarina
november 2009
A cardboard cutout icosahedron ocarina. Try this out to see if the cubs can do it.
icosahedron
ocarina
music
instrument
november 2009
Mandelbulb: The Unravelling of the Real 3D Mandelbrot Fractal
november 2009
" ... So the idea slumbered for 20 years until around 2007. I then independently pictured the same concept and published the formula for the first time in November 2007 at the fractalforums.com web site. The basic idea is that instead of rotating around a circle (complex multiplication), as in the normal 2D Mandelbrot, we rotate around phi and theta in 3 dimensional spherical coordinates (see here for details). In theory, this could theoretically produce our amazing 3D Mandelbrot. But here's the somewhat disappointing result of the formula (click any of the pictures for a larger view) ... "
3d
mandelbrot
fractal
computergraphics
graphics
november 2009
The Go Programming Language
november 2009
Google-sponsored C replacement from what looks like most of the entire original Bell Labs team. Garbage-collected, with facilities for parallelism and a typing system that mostly resembles Python's (although presumably not evaluated at runtime). Some measures to reduce the verbosity of C, but not a lot.
C
Go_language
programming
belllabs
language
paralellism
november 2009
Simple Simhashing - een knol van Ryan Moulton
november 2009
Clever, cheap probabilistic algorithm for quickly determining the similitarities between two sets.
algorithm
programming
classification
probabilistic
november 2009
Epson Perfection 4490 Photo Scanner, Overview - Product Information - Epson America, Inc.
november 2009
Supposedly, a good consumer-grade scanner for film negatives.
photo
film
negative
scanner
november 2009
Novachord Restoration Project
november 2009
A site detailing the restoration of a 1938 Hammond Novachord tube synthesizer--the first known commercially available analog synthesizer.
synthesizer
analog
tube
music
november 2009
Next-generation Linux file systems: NiLFS(2) and exofs
november 2009
Short overview of two new filesystems for Linux. NiLFS is essentially identical to NetBSD's logfs--and since it's available for NetBSD as well, I wonder if there's a connection.
ExoFS is a complex associative object-based filesystem that 'emulates' a standard Unix file hierarchy.
linux
filesystem
logstructured
ExoFS is a complex associative object-based filesystem that 'emulates' a standard Unix file hierarchy.
november 2009
cashto's blog : It's OK Not to Write Unit Tests
november 2009
" ... Let's be honest. Your tests mostly follow the “happy path”. Sure, on occasion you remember to test “the failure case”—the caller passed in null or a negative integer as an argument—mostly because you just got done writing that check and wouldn't it be a waste not to write a test to show how clever you were? Never mind that null or a negative argument is an assertable precondition that could never happen in production anyways. ... " The way I've felt for years. Roland Backhouse had an even more damning critique of testing as a method for catching bugs in one of his books.
programming
development
testing
unittest
november 2009
codeblog » using select on a fifo
november 2009
" ... When dealing with sockets, the above loop is sane — EOF means the other end hung up and you’ll never get more data from the file descriptor. In the case of a FIFO, however, “0 length read” means there are no more FIFO writers — but more could attach later and continue feeding in data! The problem with this is that select misbehaves and marks the file descriptor as “EOF” forever. Only the initial select() call blocks until there is something to read — once it hits EOF, select will always immediately return, defeating the purpose of select() ... "
asynchronous
select
poll
fifo
november 2009
PGP Tools
november 2009
" ... caff is a script that helps you in keysigning. It takes a list of keyids on the command line, fetches them from a keyserver and calls GnuPG so that you can sign it. It then mails each key to all its email addresses - only including the one UID that we send to in each mail. ... "
pgp
security
email
keysigning
november 2009
Org-Mode: Your Life in Plain Text
november 2009
Todo list maintenance mode for emacs. Looks very useful.
effectiveness
emacs
software
productivity
november 2009
3d
50s
acid
addiction
address
adsense
advertising
advokaat
algorithm
analog
analyse
analysis
api
apple
architecture
arithmetic
arm
art
asynchronous
atomicity
audio
auditive
autodiscovery
automatic
automation
background
backup
bag
banen
barcode
batteries
bayesian
bedrijf
behaviour
beleggen
belllabs
beschouwing
besparen
bestpractices
bias
bicycle
bindings
bit-manipulation
blogs
bloomfilter
boekhouden
bokode
bookcase
bookmarks
books
bootloader
browsing
buildings
burglary
businesscard
c
c++
cables
cache
caching
cad
camping
cas
chart
cheap
classical
classification
cleaning
climatechange
clojure
clothing
clutter
color
comet
command-line
community
comparison
competence
compression
computer
computergraphics
computerscience
computing
concurrency
configuration
constraints
contemporary
contrast
convenience
conversion
coral
cord
coroutines
crime
crochet
crypto
cryptography
csharp
css
css3
curious
cv
cycling
data
databases
datamining
dealextreme
decay
decimal
decoration
delphi
delta
denialism
deployment
design
desk
deskjet
development
diary
diet
digitalcircuit
discussion
distributed
distribution
diy
documentation
domains
dynamic
eclipse
ecology
economics
economie
editing
editor
effectiveness
electronics
elisp
elucidation
emacs
email
embedded
encoding
encryption
energy
engineering
english
entropy
ergonomic
events
evolution
examples
exceptions
exercise
expensive
exponential
extension
extlinux
facebook
factureren
failure
felt
fiction
fifo
filesystem
film
finance
financial
firewall
flash
flashlight
flickr
floatingpoint
flowchart
font
fonts
forest
format
formula
FPGA
fractal
frameworks
free
freezer
functional
functionalprogramming
furniture
fuse
game
games
garbagecollection
gcc
generics
geneticalgorithm
genoeg
geometric
geschiedenis
gif
git
Go_language
google
grammatica
graphics
green
grub
gui
hair
halftone
handig
handwriting
hardware
hash
haskell
health
heating
hefboom
highfrequency
history
home
houseplant
howto
html
html5
http
humanist
hypotheekrente
iceland
icons
icosahedron
ide
image
imageprocessing
indentation
india
insanity
instrument
integer
intellectualproperty
interaction
interface
interior
internet
investing
ip
iteration
java
javascript
jodorowsky
journalism
jpeg
json
julia
jumpstart
junkscience
kelp
key
keyboard
keysigning
knowledge
krant
lambda
language
laptop
latex
leak
learning
led
legislation
letter
lgpl
library
light
lighting
linkspam
linux
lisp
literate
lockfile
lockfree
locking
logstructured
loop
lowpower
maatschappij
macro
mail
maintenance
malloc
mandelbrot
manipulation
markdown
masspsychology
math
mathematics
media
memor
memory
memory-allocation
men
metrics
microcredit
microdata
microfinance
MIME
minimal
mining
mips
mobile
modernist
monads
monospace
motivation
mount
mplayer
music
nature
nederland
nederlands
negative
netherlands
network
networking
newzealand
non-standard
notebook
nrc
ntp
nutrition
object-oriented
objectpascal
ocarina
ocr
offline
onderwijs
online
openbaar
openbaarvervoer
opensource
opsporing
opties
organising
outdoor
outlook
overheid
pain
panorama
papers
paralellism
parser
parsing
partitions
paspoort
patents
patternmatching
patterns
pension
perception
performance
perl
peter
pgp
photo
photography
photosynthesis
pictures
plants
poem
politiek
poll
popularity
posix
poster
posters
practice
preprocessing
prices
pricing
printer
privacy
private
probabilistic
processors
productivity
programming
programming-style
project
pronunciation
protocol
psychology
publicaties
publiek
python
qrcode
RAID
ranking
rechargeables
recht
record
recording
refactoring
reference
regex
regexp
renewable
replication
research
review
rfc822
roaming
rope
router
ruby
sans
saving
savings
scanner
schulden
science
scm
screen
screencast
scripting
sculpture
search-engine
security
select
selector
self-discharge
selfdeception
sequences
series
services
sewing
sexp
signalprocessing
signals
simplicity
sketch
skill
skunkworks
social
sockets
software
solliciteren
solver
specification
speed
spelling
sprinters
SSD
ssh
starwars
static
staticchecking
statistics
steganography
stereo
stm
stock
stockmarket
storage
story
structure
study
style
sunlight
supplements
surround
svg
syntax
synthesizer
sysadmin
taal
taaladvies
tablet
tagging
tantalum
tautology
tcp
terminal
test
testing
text
the
thing
threading
time
timer
tips
tld
tobuy
todo
tools
toread
tostudy
trading
transformation
transparantie
tree
trick
tritium
tube
turbos
tutorial
typeface
types
typewriter
typing
typography
ubl
unittest
unix
usb
value
vastgoed
verification
versioncontrol
video
vision
visualisation
watts
web
webdesign
webp
website
websockets
weightloss
wet
wiki
windows
woodworking
writing
wtf
x
xhtml
xml
XPCOM
xslt
yield
zeroconf