Viewing profile — jacobtomlinson
jacobtomlinson
HN member- Joined
- Mon, Sep 04, 2017, 1:40 PM UTC
- HN karma
- 98
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About jacobtomlinson
No profile information was provided.
Recent public activity
- story
-
comment
Comment #47963161
"row" means "an argument"
-
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…
-
comment
Comment #46705429
Instructions unclear, Claude just spent three days and millions of tokens rebuilding SLURM from the ground up. /s
-
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 …
-
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…
- story
- story
-
comment
Comment #45670524
Ironic, I opened that article to be greeted with a cookie banner that didn't have a "Decline All" button.
-
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...
- story
-
comment
Comment #45514861
Your comment flows with the grace of a Stephen King novel. Did you write it with an LLM by any chance?
- story
-
comment
Comment #44949579
I just set the column width to 6 to verify this for myself. What a neat tool!
-
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…
- story
-
comment
Comment #43568899
This is a fascinating read!
-
comment
Comment #43554867
This also reminds me of HCL https://github.com/hashicorp/hcl?tab=readme-ov-file#informat...
-
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: …
- story
-
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…
- story
-
comment
Comment #37507257
It will retry expired auth but backing off the timeout is a good idea!
-
comment
Comment #37507249
Thanks! Don’t hesitate to open issues if you find bugs or have feedback :)
-
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…