Viewing profile — funnymunny
funnymunny
HN member- Joined
- Fri, May 19, 2023, 1:41 AM UTC
- HN karma
- 12
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About funnymunny
No profile information was provided.
Recent public activity
-
comment
Comment #46447775
> … 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?
-
comment
Comment #45794323
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 implementa…
-
comment
Comment #44692886
I would HIGHLY recommend visiting Visby (and Gotland, Sweden in general) for anyone interested in this sort of history
-
comment
Comment #42800050
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 t…
-
comment
Comment #39580921
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 i…
- story
-
comment
Comment #36708843
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 s…
-
comment
Comment #35996773
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 o…