Live data from Hacker News

Viewing profile — jarboot

jarboot

HN member
Joined
Fri, Apr 11, 2014, 3:55 PM UTC
HN karma
287
Public activity
127 items

About jarboot

No profile information was provided.

Recent public activity

  1. comment
    Comment #49218616

    I disagree, the approach works well in a legacy project, since there are structures and standards that already exist, which them model can draw from (if you aren't more explicit ab…

  2. story
  3. comment
    Comment #48054699

    I think this is a good usecase for temporal + pydantic-ai

  4. comment
    Comment #46902069

    I spun up an Debian stable ec2 vm (using an agent + aws cli + aws-vault of course) to host openclaw, giving it full root access, and I talk to it on discord. It's a little slow som…

  5. comment
    Comment #46643541

    Hate to be the guy in the comments complaining about the css, but the sides of the text of this article are cut off. It looks like I'm zoomed in, and there's no way I can see the f…

  6. comment
    Comment #45955515

    > Autoscaling is configured via CloudWatch alarms on CPU usage: > Scale-out policy adds workers when CPU > 30%. > Scale-in policy removes idle workers when CPU Does this handle the…

  7. comment
    Comment #45434148

    Temporal.io has been good for orchestrating agentic workflows, or workflows in general

  8. comment
    Comment #44772806

    I'm looking forward to the day that LLMs automatically put knowledge like this into Anki or something like it.

  9. comment
    Comment #43926411

    godel terminal, prosperous universe

  10. comment
    Comment #43563378

    Love to see a midwest/great lakes business address :)

  11. comment
    Comment #43467637

    "Needs to be gone" is the operative phrase here. An alias of `description-long` to `description_long` has no specific technical need to be removed. The conditions that lead to havi…

  12. comment
    Comment #43464702

    The current approach of the maintainers terrifies me -- de facto standards should be respected. Even if something is invalid like `description-file`, if it is present in 12k repos …

  13. comment
    Comment #42941644

    From Gandhi's commentary on chapter 1 of the Bhagavad Gita: > ... evil cannot by itself flourish in this world. It can do so only if it is allied with some good. This was the princ…

  14. comment
    Comment #41226470

    The entire photo is the finish line. Look at the color of the ground -- it's cream, the color of the lines on the track, while the track is blue. Each vertical line of the photo is…

  15. comment
    Comment #41132403

    I don't think anyone has access to view the notion page, you might need to change permissions.

  16. comment
    Comment #40265652

    The irony of this comment and "Strangers on social media assume you are American and get mad when you correct them." in the essay

  17. comment
    Comment #39647020

    I really want to sign up and share a creation, but when I do either sign up or sign in, it gives me a firebase url that just redirects me to the app store. I can't find any way to …

  18. comment
    Comment #39374702

    I tried your challenge to create pizza. My goal is to get some kind of food, but combining combinations of water, plants, fire, etc are way more likely to produce dragons and unive…

  19. comment
    Comment #39207307

    The request looks like " https://neal.fun/api/infinite-craft/pair?first=Phoenix&secon... " so it's probably typically caching the combination of phoenix+seeds but if there is no ca…

  20. comment
    Comment #38954623

    I've been thinking about making a cross-platform mobile app but don't want to think about react native, touch javascript, or fiddle with xcode any more than I have to. Is it accura…

  21. story
  22. comment
    Comment #37065062

    Largely? Pharmaceutical companies only make up 3.8% of revenue according to the document you posted.

  23. comment
  24. comment
    Comment #35057612

    What fixed this for me was disabling siri

  25. comment
    Comment #34755029

    If I want to create a task that runs even after the function returns, ie "async def f(): asyncio.create_task(coro=10_second_coro.run()); return;" is there any way to mitigate this?…