Live data from Hacker News

Viewing profile — rcfox

rcfox

HN member
Joined
Fri, Aug 28, 2009, 2:31 AM UTC
HN karma
5,617
Public activity
1,238 items

About rcfox

ryan@rcfox.ca

http://rcfox.ca

@RyanFox

Recent public activity

  1. comment
    Comment #49240373

    Auto mode feels like a solution to a problem they created. Whitelisting commands used to work fairly well until the agents started generating complex bash commands that it gave up …

  2. comment
    Comment #48827136

    Huh, it's wild that they didn't send an email about this. I can't imagine people taking this well, especially as they don't seem to be giving notice about the end of it either.

  3. comment
    Comment #48827087

    This is the first I'm hearing about a usage cut. Do you have a link to an announcement for this? Search hasn't shown anything.

  4. comment
    Comment #48605382

    Interesting that this showed up here now. I did it a week ago after hearing about it on The Rest Is Science. https://www.youtube.com/watch?v=9t-5lQ2mzuw

  5. comment
    Comment #48488235

    Seems kind of similar (at least in purpose) to giscus, a commenting system powered by GitHub Discussions. https://github.com/giscus/giscus

  6. comment
    Comment #48190743

    You actually can do that. https://github.com/settings/pages

  7. comment
    Comment #47966792

    It looks like SARIF is JSON, with a formal schema. I'm guessing the JSON they used to output used their own, non-standard schema.

  8. comment
    Comment #47910955

    Could be to highlight their incompatibility?

  9. comment
    Comment #47828947

    There are communities of people who publicly blog about their eating disorders. I wouldn't be surprised if the laymen's discourse is over-represented in the LLM's training data com…

  10. comment
    Comment #47699168

    Maybe you need to make shorter PRs?

  11. comment
    Comment #47563962

    Yeah, my first thought (admittedly an absurd one) went to something along the lines of: "I flipped a coin and the LLM called heads. I should have gone with tails..."

  12. comment
    Comment #47078807

    The title is misleading. Productivity isn't at 10%, it's at 110%.

  13. comment
    Comment #45783741

    > For Linux, just use the emacs that comes with the distro. Are the major distros shipping packages with tree-sitter support yet?

  14. comment
    Comment #45622180

    Your comment heavily implied (to me) scaling databases horizontally. Yes, it's not necessarily "Google scale" either, but it's a ton of extra complexity that I'm happy to avoid. Bu…

  15. comment
    Comment #45622101

    "Distributed systems" doesn't have to mean some fancy, purpose-built thing. Just correlating between two Postgres databases might be a thing you need to do. Or a database and a fla…

  16. comment
    Comment #45622040

    Do most people? Not everyone is Google.

  17. comment
    Comment #45618190

    Just following the chat for a few minutes, people posted links to a couple of other locations: Okaukuejo waterhole in Etosha National Park: https://www.youtube.com/watch?v=AeMUdOPF…

  18. comment
    Comment #45441230

    I worked on creating a card game with a couple of my friends. We kept all of the cards in a Google Sheet, allowing everyone to easily edit or create new cards. Then, I wrote a scri…

  19. comment
    Comment #45400235

    In Python, every variable is either defined or imported in the file in which it's used, so you always know where to find it. (Assuming you don't do `from foo import *`, which is fr…

  20. comment
    Comment #45352281

    Is this just because LLMs don't have state? As far as I understand it, as you have a back-and-forth conversation with an LLM, you have to provide the entire history of the conversa…

  21. comment
    Comment #45111792

    With Typescript, I find it pretty eager to just try `(foo as any).bar` when it gets the initial typing wrong. It also likes to redefine types in every file they're used instead of …

  22. comment
    Comment #45103788

    These days, I'd say always start with the YouTube tabs.

  23. comment
    Comment #45046447

    I also went into that book blind. I was in grade 12 and some organization was offering scholarships to people who wrote an essay about the book. I had a twice-daily 45-minute bus r…

  24. comment
    Comment #44976622

    Ultimately, you need to decide who your target user is. Do you want to cater to the lowest common denominator, or do you want to want to make something power users can customize to…

  25. comment
    Comment #44962841

    I welcome being out of touch. The current trends seem ridiculous to me. There's no practical difference between sending a message via Instagram vs via email. It's all just marketin…