geeio | 2 months ago | on: Selective Applicative Functors
geeio's comments
geeio | 3 years ago | on: “Eeny, meeny, miny, mo” and the ambiguous history of counting-out rhymes (2015)
geeio | 3 years ago | on: Raindrop: All-in-One Bookmark Manager
geeio | 4 years ago | on: Dictionary Compression
geeio | 4 years ago | on: How are Rome's monuments still standing?
[1]: https://www.homedepot.com/c/ab/types-of-pressure-treated-woo...
geeio | 4 years ago | on: A beginner’s guide to game hacking techniques [pdf]
geeio | 4 years ago | on: Joker: A small interpreted dialect of Clojure written in Go
geeio | 4 years ago | on: Joker: A small interpreted dialect of Clojure written in Go
I’ll try it out later
geeio | 5 years ago | on: Ask HN: Affordable book printing/Bookbinding service in the US?
geeio | 5 years ago | on: Trello Android's Git Branching Strategy
Does anyone have an example of what is required to make a branch SOX-compliant?
geeio | 5 years ago | on: Amazon Ion
geeio | 6 years ago | on: Apache Pulsar is an open-source distributed pub-sub messaging system
When consumers fall behind, they start to request data that might not be in the page cache, causing things to slow down.
geeio | 7 years ago | on: Let’s Build a Simple Database (2017)
Though I’d probably use SQLite for this use case
geeio | 7 years ago | on: Ask HN: Best Online Course for Distributed Computing or Systems?
Read the paper/notes from the schedule and you’ll learn a ton (took this course as an undergrad)
geeio | 7 years ago | on: Ask HN: What's the Modern Equivalent of MS Access?
Not sure if you are ok with a hosted solution
geeio | 7 years ago | on: Zotero: An open-source tool to help collect, organize, cite, and share research
I currently have an iPad Pro but I really don’t like reading PDFs on it. I’d love to stop printing out papers and an eink display would be nice.
EDIT: just read your review linked in the post
geeio | 7 years ago | on: Reducing DRAM Footprint with NVM in Facebook
Think PCI vs PCIe https://en.m.wikipedia.org/wiki/NVM_Express
geeio | 8 years ago | on: The Coin Flip: A Fundamentally Unfair Proposition? (2009)
geeio | 8 years ago | on: Transactionally Staged Job Drains in Postgres
And now that I'm not a ruby dev any more, I don't install a modern ruby on my computer.
geeio | 8 years ago | on: Transactionally Staged Job Drains in Postgres
As things eventually scale up, I move the queue to its own dedicated postgres node.
Once that starts to be too slow, I finally move to redis/kafka. 99% of things never make it to this stage.