Live data from Hacker News

Viewing profile — funnymunny

funnymunny

HN member
Joined
Fri, May 19, 2023, 1:41 AM UTC
HN karma
12
Public activity
8 items

About funnymunny

No profile information was provided.

Recent public activity

  1. 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?

  2. 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…

  3. comment
    Comment #44692886

    I would HIGHLY recommend visiting Visby (and Gotland, Sweden in general) for anyone interested in this sort of history

  4. 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…

  5. 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…

  6. story
  7. 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…

  8. 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…