Live data from Hacker News

Viewing profile — mckirk

mckirk

HN member
Joined
Wed, Oct 17, 2018, 11:45 AM UTC
HN karma
2,283
Public activity
556 items

About mckirk

https://github.com/mckirk

Recent public activity

  1. comment
    Comment #48613380

    "THERE IS ABSOLUTELY NO CAUSE FOR ALARM"

  2. comment
    Comment #48553630

    Sorry for being off-topic, but 'rouge agents' was too adorable to leave unmentioned.

  3. comment
    Comment #48547852

    _Every_ agent? I surely hope not. But it would be an interesting... artisocial experiment?

  4. comment
    Comment #47803570

    Just don't be confused if they then follow the commands side-effect free.

  5. comment
    Comment #47744064

    The fact that Orban is called Viktor as his first name meant your first sentence confused me greatly for a second.

  6. comment
    Comment #47724999

    I mean, it's understandable; having to endure a lockdown _with_ Doordash was really rough on our civilization.

  7. comment
    Comment #47722817

    Damnit, I am pretty sure I had a few-year-streak going until just now. Welp, off to the grind again, I suppose.

  8. comment
    Comment #47722789

    Nitpicky reply questioning the adherence of OP's comment to HN guidelines.

  9. comment
    Comment #47703687

    Along these lines: I really like the 'Climate Reanalyzer' project by the Climate Change Institute at the University of Maine [1]. There's so much good stuff there if you click arou…

  10. comment
    Comment #47674570

    If writing goes the way music seems to be going with Angine de Poitrine gaining a huge following as a kind of allergic reaction of people against the 'AI sameness'... then we could…

  11. comment
    Comment #47658000

    I have to admit, the movements and interactions looked so uncannily natural that my intuitive suspicion was that this might be another instance of a 'fake it till you make it' demo…

  12. comment
    Comment #47562635

    I have to admit that this is also what keeps me coming back to LinkedIn. My brain is dangerously easy to motivate by dangling a virtual leaderboard in front of it.

  13. comment
    Comment #47268505

    I think what that research found is that _auto-generated_ agent instructions made results slightly worse, but human-written ones made them slightly better, presumably because anyth…

  14. comment
    Comment #47245795

    This is the first time I've heard the term 'apecode', and I will make sure to use it at every opportunity.

  15. comment
    Comment #47059375

    This is only done at the DNS level, so using a different DNS (such as Quad9) solves that issue. For background info, I can recommend [1, 2]. [1]: https://www.youtube.com/watch?v=Ux…

  16. comment
    Comment #46829511

    That's the 'built by the lowest bidder' feature. Probably pretty realistic in a lot of places.

  17. comment
    Comment #46680481

    Note that this is the Flash variant, which is only 31B parameters in total. And yet, in terms of coding performance (at least as measured by SWE-Bench Verified), it seems to be rou…

  18. comment
  19. comment
    Comment #46397814

    For me, these books are in the rare category of 'wait I didn't know it was allowed to come up with a story _this good_'. I envy all those that have yet to read it for the first tim…

  20. comment
    Comment #46273607

    I'm not sure whether that was intended, but 'operating at scale' actually made me laugh out loud :D

  21. comment
    Comment #46220877

    "Do you or a loved one suffer from an abundance of brain cells? Speak to your doctor today about whether The Jersey Shore might be right for you!"

  22. comment
    Comment #46158494

    "A cable!" "How do you know?" "I'm holding it!"

  23. comment
    Comment #46069962

    Unfortunately proving anything about a concrete imperative implementation is orders of magnitude more complex than working with an abstraction, because you have to deal with pesky …

  24. comment
    Comment #46063140

    While I fully agree with your sentiment, I'd like to take the opportunity to share a favorite fun-fact of mine: the frogs in the not-jumping-out experiment had their brains removed…

  25. comment
    Comment #46020184

    I generally do this via a `throw UnsupportedValueError(value)`, where the exception constructor only accepts a `never`. That way I have both a compile time check as well as an erro…