triptico.com

Un naufragio personal

Links

Don Kenn

http://johnkenn.blogspot.com

Harry Clarke

https://www.google.es/search?q=harry+clarke&hl=es&prmd=imvnsob&tbm=i...

A Better Strategy for Hangman

http://www.datagenetics.com/blog/april12012/index.html

tinyc: lexer+parser+code generator+VM in 291 lines of C code

http://www.iro.umontreal.ca/~felipe/IFT2030-Automne2002/Complements/tinyc.c

Thoughts on Writing by Cat Valente

Part 2

"And know that someone, always, will not like your work. Those voices sound louder than the ones who love it sometimes, because we are human and hurt easily. Because these books are pieces of our hearts bound in glue and cardstock. If you can't fake grace, just don't read your reviews. Reviews are a brutal kind of crack: when they're good you feel you can conquer the world and everything is fine. When they aren't, it's a painful come down from the level of ego it took to write a book in the first place. All these things are normal. A mask of grace will get you further than Hulking out on every blog that reminds you of how much painful, painful rejection and misery comes stapled to the contract. Carrie's mom was right: they're all going to laugh at you. Bucket of blood is not actually the answer."

http://www.antipope.org/charlie/blog-static/2012/02/between-the-perfect-and-the-...

Part 3

"Take one (1) unformed character, be they protagonist, antagonist, comic relief, or BFF, then: 1) Give them something to want, 2) Give them something to hide, 3) Give them something to fear, 4) Give them something to obsess over, 5) Then hurt them."

http://www.antipope.org/charlie/blog-static/2012/02/operating-narrative-machiner...

OpenSSH tip: connection sharing

http://tanguy.ortolo.eu/blog/article42/ssh-connection-sharing

REST Do,s and Don't,s

http://stackoverflow.com/questions/1619152/how-to-create-rest-urls-without-verbs...

Creepy things that seem real but aren't

http://crushable.com/tag/creepy-things-that-seem-real-but-arent/

Fountain Codes

http://blog.notdot.net/2012/01/Damn-Cool-Algorithms-Fountain-Codes

Static program analysis with LLVM and clang

LLVM and clang include a C code static analyzer called scan-build. Use it calling

 scan-build "make distclean && ./config.sh && make"

More information:

http://grep.be/blog/en/computer/code/static_analysis_with_clang

Lesser known but cool data structures

http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-dat...

Transcription of Air France 447's black box

http://www.popularmechanics.com/technology/aviation/crashes/what-really-happened...

Franz Sedlacek

http://monsterbrains.blogspot.com/2011/12/franz-sedlacek.html

A basic malloc implementation

http://os-blog.com/basic-malloc-implementation/

Parasitistic wasps that zombify their hosts

Common REST Mistakes

http://www.prescod.net/rest/mistakes/

A small, inetd-based HTTP server

http://www.sqlite.org/docsrc/artifact/d53e8146bf7977

Nothing new, but it features virtual hosts and CGI.

How to Create a REST Protocol

http://www.xml.com/pub/a/2004/12/01/restful-web.html

Building Web Services the REST Way

http://www.xfront.com/REST-Web-Services.html

Versioning REST Web Services

http://barelyenough.org/blog/2008/05/versioning-rest-web-services/

There are more REST entries in that site classified by tags rest-versioning and rest.