Live data from Hacker News

Viewing profile — mk12

mk12

HN member
Joined
Fri, Mar 01, 2019, 3:31 AM UTC
HN karma
408
Public activity
108 items

About mk12

No profile information was provided.

Recent public activity

  1. comment
    Comment #48648046

    > Backblaze, Inc. (Nasdaq: BLZE), the cloud storage platform for the AI era, today announced an agreement with CoreWeave, Inc. (Nasdaq: CRWV), The Essential Cloud for AI™. This wil…

  2. comment
    Comment #48534569

    If this prompt injection doesn’t work then what’s the big deal? If it does work, then what on earth is the whole industry doing feeding untrusted documents to LLMs?

  3. comment
    Comment #48390885

    HN title mangling strikes again. “How embryos shape their limbs” and “Embryos shape their limbs” are completely different titles for a discovery.

  4. comment
    Comment #48217479

    And there are basic things that shouldn’t be subjective at all but that the IRS refuses to give a clear answer to, like if/how the SALT cap affects deduction for NIIT. There are at…

  5. comment
    Comment #48182131

    [flagged]

  6. comment
    Comment #48173183

    The Mercurial project has been incrementally rewriting core operations in Rust for several years now. As Pierre-Yves says in the talk, you can do an hg status on a million-file rep…

  7. comment
    Comment #48084805

    > A Practical Challenge: Paper Is Still the IRS’s Kryptonite Please just give us the prompt.

  8. comment
    Comment #47788169

    Programming languages take a long time to build. Zig is a more ambitious project than most. I see lots of progress in these release notes and I'm happy to "give a pass" for the fac…

  9. comment
    Comment #47768559

    Glad I switched from their personal computer backup to using restic + B2 a while ago. Every night my laptop and homelab both back up to each other and to B2. It takes less than a m…

  10. comment
    Comment #47746762

    I recently tried disabling notification in LinkedIn. The designers and engineers working there who created the notifications settings are truly evil. You have to go through 14 cate…

  11. comment
    Comment #47642370

    Slop article about a slop redesign.

  12. comment
    Comment #47334265

    No, that’s a different thing. “noreturn” is like Rust’s “never” type (spelled as an exclamation mark, !). Also known as an “uninhabited type” in programming language theory.

  13. comment
    Comment #47206317

    I took the current events as an opportunity to try switching to Claude and I actually like it much better so far.

  14. comment
    Comment #47200008

    I use Syncthing (with Synctrain client on iOS) and it works great.

  15. comment
    Comment #47001643

    I’ve seen Starbucks employees in the US do this often.

  16. comment
    Comment #46808955

    It does not, at all. Forming that judgment because of “Enter X” is ridiculous. I recognize my friend Claude in disguise all the time on HN and this is not one of those cases.

  17. comment
    Comment #46713979

    Notice the “quiet” at the end. LLMS love to shoehorn “quiet” or “quietly” into their writing. I learned this from Sam Kriss’s NYT piece and I keep noticing it now.

  18. comment
    Comment #46700242

    This is one of the best posts on I’ve read on this topic in the years since ChatGPT launched. Was hoping it would have gotten more discussion here!

  19. comment
    Comment #46675485

    How do we know if newcomers are real? I thing bigDinosaur is reacting to the fact that OP’s entire post and replies appear LLM generated.

  20. comment
    Comment #46673956

    The "knowledge base" at the bottom is 100% slop. Why? Why inflict this on people?

  21. comment
    Comment #46333883

    This has been happening a lot recently, where an article immediately sets off all my AI alarm bells but most people seem to be happily engaging with it. I’m worried we’re headed fo…

  22. comment
    Comment #46174712

    I hope someone will create a Debian package for Immich. I’m running a bunch of services and they are all nicely organized with user foo, /var/lib/foo, journalctl -u foo, systemctl …

  23. comment
    Comment #46170634

    I have a few different types of content on my website and wanted to offer both individual feeds and a combined feed, so I was disappointed that nothing seems to support the categor…

  24. comment
    Comment #46129290

    I think the new async IO is great in simple examples like the one shown in the article. But I’m much less sure how well it will work for more complex I/O like you need in servers. …

  25. comment
    Comment #46129262

    It’s not the same situation because with async/await you end up with two versions of every function or library (see Rust’s std and crates like async_std, Node’s readFile and readFi…