Live data from Hacker News

Viewing profile — joatmon-snoo

joatmon-snoo

HN member
Joined
Tue, Dec 01, 2015, 6:39 PM UTC
HN karma
2,385
Public activity
567 items

About joatmon-snoo

hackernews[at]sxlijin[dot]com

Recent public activity

  1. comment
    Comment #49195709

    It’s not: the datacenter likely consumes less. Datacenters (1) use non-potable water during normal operation and (2) return most of the water they use to the water system, instead …

  2. comment
    Comment #49077663

    The evidence that proves a model is actually a step function change is these benchmarks. If a model isn’t a step function change? Welcome to research.

  3. comment
    Comment #48575141

    An example I ran into recently: I wanted to scrape pricing data for used cars, to better inform a friend's decision about what to purchase. I know there's a relationship between mi…

  4. story
  5. comment
    Comment #47773158

    It’s really one of those things that you have to see in person and walk up and down along to understand. The scale of it alone is a huge part of what makes it so memorable.

  6. comment
    Comment #47773142

    Well, is Pixar’s Toy Story a work of art? Or what about Julia set renderings, where people make choices about the colors? ;) Tongue-in-cheek aside, I do think I agree with you in t…

  7. comment
    Comment #47581405

    Hmm: can you elaborate? I've never been on a security-specific team, but it's always seemed to me that triggering a bug is, for the median issue, easier than fixing it, and I menta…

  8. comment
    Comment #47581343

    That's called a compromised account, not Facebook sharing the email with a third party data broker.

  9. comment
    Comment #47579824

    Breaking something is easier than fixing it.

  10. comment
    Comment #47538796

    Humans + LLMs are really good at producing enough spam to overwhelm anything like this. There’s a reason curl bans LLM slop reports now.

  11. comment
    Comment #46449419

    The argument for not using electric sharpeners is that they (1) cut down the lifetime of your knife substantially and (2) they do a mediocre job of sharpening. Mechanically, it's j…

  12. comment
    Comment #46419879

    There's a lot of tooling built on static binaries: - google-wide profiling: the core C++ team can collect data on how much of fleet CPU % is spent in absl::flat_hash_map re-bucketi…

  13. comment
    Comment #46347807

    (author here) To be more specific, here's a benchmark that we ran last year, where we compared schema-aligned parsing against constrained decoding (then called "Function Calling (S…

  14. story
  15. comment
    Comment #46093493

    This setting is new and was introduced in response to the first round of shai hulud attacks.

  16. comment
    Comment #45786294

    Google never asked a volunteer for a fix. This is part of Google’s standard disclosure policy: it gets disclosed within 90 days starting from confirmation+contact. If ffmpeg didn’t…

  17. comment
  18. comment
    Comment #45786260

    No, this is the unfortunate reality of “ffmpeg is maintained by volunteers” and “CVE discovered on specific untrusted input”. Google’s AI system is no different than the oss-fuzz p…

  19. comment
    Comment #45674091

    This is great to see, much appreciated for the disclosure!

  20. comment
    Comment #45347840

    We’ve had a lot of success implementing schema-aligned parsing in BAML, a DSL that we’ve built to simplify this problem. We actually don’t like constrained generation as approach -…

  21. comment
    Comment #45113132

    For folks who don't know what Magic Lantern is: > Magic Lantern is a free software add-on that runs from the SD/CF card and adds a host of new features to Canon EOS cameras that we…

  22. comment
    Comment #43981621

    Strings are like time objects: most people and languages only ever deal with simplified versions of them that skip a lot of edge cases around how they work. Unfortunately going fro…

  23. story
    Ask HN: How do you escalate a Rippling support case quickly?

    Just got off the phone with my health insurance provider, who told me that Rippling didn't file paperwork on time and that I don't currently have health insurance. My company's HR …

  24. comment
    Comment #43719689

    nit: Colossus* for Google.

  25. comment
    Comment #43630123

    > if you proceed with care Yes, but that is _incredibly_ time consuming. You have to set up asan, msan, tsan, and valgrind. If you want linting you need to do shenanigans to wire u…