Skip to content

Instantly share code, notes, and snippets.

View tauzen's full-sized avatar

Krzysztof Mioduszewski tauzen

View GitHub Profile
@tauzen
tauzen / barber.clj
Created July 27, 2019 18:57
7 languages in 7 weeks, Clojure day 3, sleeping barber
(def cut-count (atom 0))
(def client-count (atom 0))
(def cutting (atom false))
(def client-approaching (atom false))
(def client-queue (atom []))
(defn cut [client-id]
(reset! cutting true)
(future
@tauzen
tauzen / pocket-dump.csv
Last active August 13, 2025 20:56
Dump of my pocket (getpocket.com) saves
We can't make this file beautiful and searchable because it's too large.
title,url,time_added,tags,status
How to Write a Spelling Corrector,http://norvig.com/spell-correct.html,1609630442,autocorrect|nlp,archive
Inversion of Control Containers and the Dependency Injection pattern,https://martinfowler.com/articles/injection.html,1512920634,,unread
http://www.paulgraham.com/love.html,http://www.paulgraham.com/love.html,1578757239,,archive
Bit Twiddling Hacks,http://graphics.stanford.edu/~seander/bithacks.html,1406811496,,unread
q-gears.sourceforge.net/gears.pdf,http://q-gears.sourceforge.net/gears.pdf,1359970000,,archive
Addressing Doubts about REST,https://www.infoq.com/articles/tilkov-rest-doubts,1494443778,,unread
"What every programmer should know about memory, Part 1 [LWN.net]",http://lwn.net/Articles/250967/,1322403060,,unread
Stevey's Blog Rants: Portrait of a N00b,http://steve-yegge.blogspot.com/2008/02/portrait-of-n00b.html,1321196597,,archive
Evidence Based Scheduling - Joel on Software,http://www.joelonsoftware.com/items/2007/10/26.html,1455320956,,unread