Viewing profile — kjmr
kjmr
HN member- Joined
- Mon, Nov 25, 2024, 8:49 PM UTC
- HN karma
- 54
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About kjmr
No profile information was provided.
Recent public activity
-
comment
Comment #48233815
Author here. It wasn't a recommendation, it was just the only way I knew how to. "uv pip list --outdated" indeed has much better output, thanks! Though this makes me wonder why are…
-
comment
Comment #48232954
“Removing upper version bounds is important when publishing libraries.” That makes total sense! The article however was written as someone creating websites, not libraries. And whe…
-
comment
Comment #48230972
Once you know what the ^ means (I always think of “roof”), I do think that one character is easier to read than >=,<
-
comment
Comment #48230926
What you’re saying makes sense for library authors. But when I make a website and I depend on a bunch of packages, that’s where I want to be safe when upgrading and I want that upp…
-
comment
Comment #48230826
The lack of an upper bound in pyproject.toml isn’t the real problem. The real problem is that `uv lock —-upgrade` does a wholesale upgrade of everything without an upper bound. If …
-
comment
Comment #48230678
Author of the article here. Sorry it comes across as “clickbait style” when actually it’s simply Dutch bluntness and honesty poetry update also updates the lockfile. I really think…
-
comment
Comment #46856879
The article links to https://www.notesfromthecircus.com/p/the-crisis-no-5 , which goes deep into China and manufacturing.
- story
- story
-
comment
Comment #45430990
Yeah, you'd have to outsource the payment processing completely to a third party, which handles everything like updating payment methods etc. Stripe payment links might work well, …
-
comment
Comment #45430795
I wouldn't want to give my credit card info to a CLI. When it's on the web I can see if the connection is encrypted, I can (usually) see who the payment processor is (like Stripe).…
- story
- story
-
story
Show HN: I built a Trump filter for RSS feeds
I love RSS feeds - it’s how I keep up with all of my (tech) news. The big downside with RSS though? You get all the articles that are in the feed. And unless your RSS reader of cho…
- story
- story
-
comment
Comment #42240039
Dependency groups were not supported in uv before version 0.4.7, no matter how hard you edited pyproject.toml by hand.