Live data from Hacker News

Viewing profile — rbalicki

rbalicki

HN member
Joined
Wed, May 01, 2013, 7:15 AM UTC
HN karma
252
Public activity
142 items

About rbalicki

@statisticsftw

Recent public activity

  1. comment
    Comment #49044445

    My "favorite" aspect of the Slack web app, which might have been fixed, as I haven't seen it recently, is if you typed up -> r (I believe it's r) to open the emoji picker, typed a …

  2. comment
    Comment #48836327

    "For AI agents". I understand why everything needs to be marketed in this way, but it's just ... an easy-to-generate language for expressing charts. That's impressive! That's usefu…

  3. comment
    Comment #48529383

    Speculating here, but perhaps your coworker was too ambitious? In my opinion, you should start with AI-generated PRs that do small, linting refactors and then work up from there. I…

  4. comment
    Comment #48520915

    I'll add another use case for letting an AI go ham: many small, atomic refactors where the name of the game is never breaking anything. My personal OSS projects don't have the scal…

  5. comment
    Comment #48481599

    Folks that are interested in a way of doing work locally that doesn't suck, but which integrates LLMs, may be interested in [Barnum]( https://barnum-circus.github.io/ ). The TLDR i…

  6. comment
    Comment #48170617

    That's exactly the tradeoff I made with Barnum ( https://barnum-circus.github.io/ ). It's just not important to optimize the performance of the rust side for the reason you stated.…

  7. comment
    Comment #47921739

    Hey folks! This talk is about GraphQL in a world of fullstack, rich clients and about Isograph. The question it asks is: does GraphQL need to exist? Can we get its benefits without…

  8. story
  9. comment
    Comment #47781895

    A simple task ("convert this file from JS to TS, here are the types of all imported things") is much more likely to continue to work with a nerfed model compared to a complicated t…

  10. comment
    Comment #47779260

    Yes, exactly! Check out https://github.com/barnum-circus/barnum/blob/master/demos/ba...

  11. comment
    Comment #47777357

    You may want to check out Barnum, which is a programming language/agent orchestration tool that makes it easy to build things like /loop, or Claude code routines. And you won't end…

  12. comment
    Comment #47776339

    If you want to feel like you're using a programming language when orchestrating agents, check out https://github.com/barnum-circus/barnum

  13. comment
    Comment #47771699

    You can lessen your dependence on the specific details of how /loop, code routines, etc. work by asking the LLM to do simpler tasks, and instead, having a proper workflow engine be…

  14. comment
    Comment #47550024

    I'm as nerdy as they come (my current project is the fourth compiler I've worked on), and I absolutely love this new way of working. There's a lot more time spent in discussion wit…

  15. comment
    Comment #47549980

    I agree. I think we simply don't have the tools yet to hold agents to that high architectural standard. It simply takes a lot of focused effort and berating and close comprehension…

  16. comment
    Comment #47549967

    I think what you're implying is that the agent ships unmaintainable slop. Certainly, if I don't pay attention and review the code line by line, it will ship slop. And even sometime…

  17. comment
    Comment #47548055

    The skill atrophy point strikes me as tenuous at best. Obviously, the plural of anecdote is not data, but I find myself able to work on projects of greater complexity than I would …

  18. story
    Ask HN: Feature request: include the second path segment for GitHub URLs

    Some URLs, when displayed on the HN feed (in small text), include in the first path segment, such as GitHub. It would be an improvement to also see the second path segment, i.e. th…

  19. comment
    Comment #46270693

    I may be wrong on the details, but with URQL: - you don't have a normalized cache. You may not want one! But if you find yourself annoyed that modifying one entity in one location …

  20. comment
    Comment #46270653

    You may be interested in checking out https://www.youtube.com/watch?v=lhVGdErZuN4 , where I talk about the benefits of Relay. This isn't (currently) possible without GraphQL, so it…

  21. comment
    Comment #46270639

    Yeah, you can get a lot of features out of the same primitive. The primitive (called loadable fields, but you can think of it as a tool to specify a section of a query as loaded la…

  22. comment
    Comment #46270516

    I would encourage you to write an educated person's critique of GraphQL, because OP's article + https://bessey.dev/blog/2024/05/24/why-im-over-graphql/ etc. suck up all of the oxyg…

  23. comment
    Comment #46270503

    This is a genuinely accurate critique of GraphQL. We're missing some extremely table-stakes things, like generics, discriminated unions in inputs (and in particular, discriminated …

  24. comment
    Comment #46270464

    There's an informed critique of RSC, but no one is making it.

  25. comment
    Comment #46270169

    Incidentally, v0.5.0 of Isograph just came out! https://isograph.dev/blog/2025/12/14/isograph-0.5.0/ There are lots of DevEx wins in this release, such as the ability to create hav…