Live data from Hacker News

Viewing profile — jacobtomlinson

jacobtomlinson

HN member
Joined
Mon, Sep 04, 2017, 1:40 PM UTC
HN karma
98
Public activity
56 items

About jacobtomlinson

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #47963161

    "row" means "an argument"

  3. comment
    Comment #47217961

    I'm sorry you had that experience, I know that feeling and it sucks. One thing I love about socials at conferences is that it's a self selecting group of people who want to talk to…

  4. comment
    Comment #46705429

    Instructions unclear, Claude just spent three days and millions of tokens rebuilding SLURM from the ground up. /s

  5. comment
    Comment #46462672

    It allows you to define common tasks such as linting, running tests, building docs, etc under an alias. So you can run uv run poe docs Instead of uv run sphinx-build -W -b dirhtml …

  6. comment
    Comment #45968346

    Author of the post here. For Python package management I use a mixture of pixi, uv and conda depending on the task I'm doing. I wrote up a long form post about the history of these…

  7. story
  8. story
  9. comment
    Comment #45670524

    Ironic, I opened that article to be greeted with a cookie banner that didn't have a "Decline All" button.

  10. comment
    Comment #45537356

    Same! This tutorial from 2012 was one of the first things I did in Python. Coming from PHP it was so refreshing. https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial...

  11. story
  12. comment
    Comment #45514861

    Your comment flows with the grace of a Stephen King novel. Did you write it with an LLM by any chance?

  13. story
  14. comment
    Comment #44949579

    I just set the column width to 6 to verify this for myself. What a neat tool!

  15. comment
    Comment #44179072

    Author of the post here, happy to chat in the comments! The TLDR is that it's a tweak to SemVer style versioning, where instead of trying to cut things up into bug fixes, enhanecem…

  16. story
  17. comment
    Comment #43568899

    This is a fascinating read!

  18. comment
    Comment #43554867

    This also reminds me of HCL https://github.com/hashicorp/hcl?tab=readme-ov-file#informat...

  19. comment
    Comment #42832381

    I assumed this was a post about ChimeraOS, a gaming focused Linux distro, but it seems this is talking about a totally different Linux distribution with the same name. Chimera OS: …

  20. story
  21. comment
    Comment #39670225

    I've been working on a Python client library for Kubernetes for a while now called kr8s that I'm hoping folks will find much simpler than other libraries out there. It's designed t…

  22. story
  23. comment
    Comment #37507257

    It will retry expired auth but backing off the timeout is a good idea!

  24. comment
    Comment #37507249

    Thanks! Don’t hesitate to open issues if you find bugs or have feedback :)

  25. comment
    Comment #37506532

    Poetry is a locking package manager. That’s extremely useful for applications where you don’t want dependencies to drift. However for a library you want pinning a to be looser so t…