Viewing profile — hundredwatt
hundredwatt
HN member- Joined
- Thu, Jan 29, 2009, 7:11 AM UTC
- HN karma
- 681
- Public activity
- 89 items
- HN profile
- View on Hacker News ↗
About hundredwatt
[ my public key: https://keybase.io/hundredwatt; my proof: https://keybase.io/hundredwatt/sigs/sAhvC-zN-G30cPShxbXA7UC-0MmpSWpit0N0CNOtDME ]
Recent public activity
- story
- story
- story
-
comment
Comment #44612498
> To be pedantic, not guaranteed. The xor of multiple elements may erroneously have a passing checksum, resulting in an undetected false decode The false decodes can be detected. D…
-
comment
Comment #44607162
The graph constructed by using bloom filter-style hash functions supports a decoding process called "peeling" where you: 1. Find a batch with 1 missing element 2. Delete that eleme…
-
comment
Comment #44607016
You don't lose absolute guarantees, but the probabilistic nature means the process may fail (in a guaranteed detectable way) in which case you can try again with a larger parameter…
- story
- story
- story
-
comment
Comment #44455500
A neat trick to make the accumulator both collision-resistant and self-diagnosing. For every normalized link id x: y = (x If acc is zero, all links are reciprocal (same guarantee a…
- story
- story
-
comment
Comment #43857422
The recently released sqlite_rsync utility uses a version of the rsync algorithm optimized to work on the internal structure of a SQLite database. It compares the internal data pag…
-
comment
Comment #43166943
It’s meant to run in or alongside the pipeline continuously. Not planning to open source, working on a commercial offering but haven’t launched anything publicly yet. Would love to…
-
comment
Comment #43160489
I'm building a new tool for end-to-end data validation and reconciliation in ELT pipelines, especially for teams replicating data from relational databases (Postgres, MySQL, SQL Se…
- story
-
comment
Comment #42657647
+100000
-
comment
Comment #42589436
That’s one of the cases where query-based CDC may out perform log-based (as long as you don’t care to see every intermediate change that happened to a row between syncs)
- story
- story
-
story
Show HN: Tuki – A GitOps tool for safely running one-off commands in production
Tuki is a small, open-source utility that lets you run one-off commands in production through Git, bringing version control and code review to production scripts. I built it after …
- story
- story
- story
- story