HackerTrans
TopNewTrendsCommentsPastAskShowJobs

grep_it

1,765 karmajoined il y a 7 ans
https://siemens.blog

Submissions

Paxos Made Simple (2001)[pdf]

lamport.azurewebsites.net
3 points·by grep_it·avant-hier·0 comments

Open Source Low Tech

opensourcelowtech.org
675 points·by grep_it·il y a 15 jours·140 comments

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

aosabook.org
89 points·by grep_it·il y a 5 mois·12 comments

Load Balancing (2023)

samwho.dev
5 points·by grep_it·il y a 6 mois·0 comments

Clock synchronization is a nightmare

arpitbhayani.me
232 points·by grep_it·il y a 7 mois·159 comments

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

sydht.ai
3 points·by grep_it·il y a 8 mois·0 comments

PGM Format Specification

netpbm.sourceforge.net
2 points·by grep_it·il y a 8 mois·0 comments

Modulo Bias

irreal.org
1 points·by grep_it·il y a 9 mois·0 comments

Smooth weighted round-robin balancing

github.com
29 points·by grep_it·il y a 10 mois·3 comments

comments

grep_it
·il y a 11 jours·discuss
Awesome resource, thanks for sharing!
grep_it
·il y a 3 mois·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
·il y a 6 mois·discuss
Last I heard, DuckDuckGo backend was Perl.
grep_it
·il y a 8 mois·discuss
Relevant: https://db.cs.cmu.edu/papers/2022/cidr2022-p13-crotty.pdf
grep_it
·il y a 8 mois·discuss
I love the authors style!
grep_it
·il y a 8 mois·discuss
Computer Vision: Algorithms and Applications 2nd Edition is free to download for personal use at https://szeliski.org/Book/
grep_it
·il y a 8 mois·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
·il y a 9 mois·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.