Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
funnymunny
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
funnymunny
10d ago
POW!
2.
▲
by
funnymunny
9mo ago
> … in a new “consensus” section on its investor website … Why would they willingly start publishing numbers that are worse than 3rd party consensus, out of nowhere?
3.
▲
by
funnymunny
11mo ago
I used git bisect in anger for the first time recently and it felt like magic. Background: We had two functions in the codebase with identical names and nearly identical implementations, the latter having a subtle bug. Somehow both were i
4.
▲
by
funnymunny
1y ago
I would HIGHLY recommend visiting Visby (and Gotland, Sweden in general) for anyone interested in this sort of history
5.
▲
by
funnymunny
2y ago
We (at my work) are evaluating Iceberg, Hudi, etc. as a next step in scaling up to support larger OLAP workloads beyond what we can currently manage in Redshift and we're leaning towards Iceberg. Does Hudi have a niche that it's e
6.
▲
Password-Protect Anything in the Browser
(pub.jattebra.us)
2 points
by
funnymunny
3y ago
|
2 comments
7.
▲
by
funnymunny
3y ago
Apply password protection to anything with a dead-simple app that runs entirely client-side. Encryption is handled by RustCrypto and is executed in your browser as WASM. How does it work? You enter a password, which Argon2 converts to a 256
8.
▲
by
funnymunny
3y ago
Very cool and intuitive; if x0 and x1 are in category A, while x2 is in category B, then the concatenation of x0,x1 is more compressible than the concatenation of x0,x2. It makes sense that this would do better than an out of distribution N
9.
▲
by
funnymunny
3y ago
I’ve always wanted a tool that could search ts code using types & logic, e.g. you could search for every instance where an object of a particular type has a value assigned to one of its properties.