HackerLangs
TopNewTrendsCommentsPastAskShowJobs

grep_it

1,765 karmajoined 7 years ago
https://siemens.blog

Submissions

Paxos Made Simple (2001)[pdf]

lamport.azurewebsites.net
3 points·by grep_it·yesterday·0 comments

Open Source Low Tech

opensourcelowtech.org
675 points·by grep_it·15 days ago·140 comments

The Architecture of Open Source Applications (Volume 1) Berkeley DB

aosabook.org
89 points·by grep_it·5 months ago·12 comments

Load Balancing (2023)

samwho.dev
5 points·by grep_it·6 months ago·0 comments

Clock synchronization is a nightmare

arpitbhayani.me
232 points·by grep_it·7 months ago·159 comments

SO-YOU-DONT-HAVE-TO INCORPORATED'); DROP TABLE companies; --

sydht.ai
3 points·by grep_it·8 months ago·0 comments

PGM Format Specification

netpbm.sourceforge.net
2 points·by grep_it·8 months ago·0 comments

Modulo Bias

irreal.org
1 points·by grep_it·9 months ago·0 comments

Smooth weighted round-robin balancing

github.com
29 points·by grep_it·10 months ago·3 comments

comments

grep_it
·10 days ago·discuss
Awesome resource, thanks for sharing!
grep_it
·3 months ago·discuss
Except that eventually you'll find you lose a write when things go down because the page cache is write behind. So you start issuing fsync calls. Then one day you'll find yourself with a WAL and buffer pool wondering why you didn't just start with sqlite instead.
grep_it
·6 months ago·discuss
Last I heard, DuckDuckGo backend was Perl.
grep_it
·8 months ago·discuss
Relevant: https://db.cs.cmu.edu/papers/2022/cidr2022-p13-crotty.pdf
grep_it
·8 months ago·discuss
I love the authors style!
grep_it
·8 months ago·discuss
Computer Vision: Algorithms and Applications 2nd Edition is free to download for personal use at https://szeliski.org/Book/
grep_it
·8 months ago·discuss
Really enjoyed this article, thanks for sharing!

I had recently learned about using image pyramids[1] in conjunction with template matching algorithms like SAD to do simple and efficient object recognition, it was quite fun.

1: https://en.wikipedia.org/wiki/Pyramid_%28image_processing%29
grep_it
·9 months ago·discuss
I'm actually not all that opposed to some of these features, but the way it's implemented is so clunky. The UI make it feel like a half baked browser extension.