frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Welcome to "Voice AI Stack" Weekly – A Home for Voice AI Builders

https://videosdkweekly.substack.com/p/welcome-to-voice-ai-stack-weekly
1•sagarkava•29s ago•0 comments

Rainer Weiss, physicist who forged new understanding of universe, dies at 92

https://news.mit.edu/2025/professor-emeritus-rainer-weiss-dies-0826
1•bookofjoe•31s ago•0 comments

Show HN: An embeddable log viewer for AWS, Sentry

https://www.benchwrk.com/
1•aliatwa•3m ago•0 comments

Solo founders are battling Silicon Valley's biggest bias

https://sajithpai.com/solo-founders-are-battling-silicon-valleys-biggest-bias/
1•jmsflknr•3m ago•0 comments

Theia AI framework puts you in charge of AI inside your IDE

https://www.developer-tech.com/news/eclipse-foundation-unveils-open-source-ai-development-tools/
1•acossta•5m ago•1 comments

AI vs. Technical Debt: Is this a race to the bottom?

https://deepdocs.dev/ai-and-technical-debt-a-race-to-the-bottom/
1•ZorxTri4•5m ago•0 comments

Optimising for maintainability – Gleam in production at Strand

https://gleam.run/case-studies/strand/
3•Bogdanp•5m ago•0 comments

What's an old AI model worth?

https://www.robinsloan.com/lab/old-models-2/
1•thomasjb•6m ago•0 comments

Show HN: Dolpo – A VS Code Pomodoro Timer with Brown Noise

https://marketplace.visualstudio.com/items?itemName=DolpoLLC.dolpo-vscode
1•SunTree•9m ago•0 comments

The Internet Was a Place

https://gabydelvalle.substack.com/p/the-internet-was-a-place
3•pauljonas•10m ago•0 comments

Show HN: I used nano banana to create art – in just a few seconds

https://www.pencilart.app/
1•samuelaidoo45•10m ago•1 comments

Show HN: I cut my Claude API bill by 66% with Git-based context

https://www.shadowgit.com
2•alessandro-a•11m ago•0 comments

Ask HN: ChatSherlock – Looking for Technical Validation

https://www.chatsherlock.com
1•cacojara•13m ago•0 comments

Sharp X68000 – The Japanese Amiga Alternative

https://www.everythingamiga.com/2021/01/sharp-x68000-the-japanese-amiga-alternative.html
2•indigodaddy•13m ago•0 comments

Endianness: The How and the Why

https://www.ntietz.com/blog/endianness/
1•Varelion•16m ago•0 comments

SK Telecom fined $97M after schoolkid security blunders let attackers run riot

https://www.theregister.com/2025/08/28/sk_telecom_regulator_fine/
2•rntn•17m ago•0 comments

Pascal? On My Arduino? It's More Likely Than You Think

https://hackaday.com/2025/08/27/pascal-on-my-arduino-its-more-likely-than-you-think/
2•warrenm•18m ago•0 comments

Reading for Fun Is Plummeting in the US, and Experts Are Concerned

https://www.sciencealert.com/reading-for-fun-is-plummeting-in-the-us-and-experts-are-concerned
3•isaacfrond•20m ago•1 comments

The Edible Schoolyard

https://smallfarmersjournal.com/the-edible-schoolyard/
2•warrenm•20m ago•0 comments

Mistrusted Advisor: Evading Detection, Public S3 Buckets, AWS Data Exfiltration

https://www.fogsecurity.io/blog/mistrusted-advisor-public-s3-buckets
1•crescit_eundo•20m ago•0 comments

Using AWS Certificate Manager as a covert exfiltration mechanism

https://me.costaskou.com/articles/acmfs/
1•crescit_eundo•22m ago•0 comments

Show HN: HTML Commenter

https://alexispurslane.github.io/html-commenter/try.html
1•logicprog•22m ago•1 comments

Anything can be a message queue if you use it wrongly enough

https://xeiaso.net/blog/anything-message-queue
2•crescit_eundo•22m ago•0 comments

Fast frame-consistent video models as "world" models

https://www.krea.ai/blog/announcing-realtime-video
5•dvrp•22m ago•6 comments

The Stock Market Is Selling the Fed's Independence Because ZIRP Broke the World

https://www.splinter.com/the-stock-market-is-selling-its-soul-and-the-feds-independence-to-trump-...
25•toss1•22m ago•0 comments

Software 3.0 Is the Era of Architects: Building in the Era of Orchestration

https://opuslabs.substack.com/p/software-30-is-the-era-of-architects
3•opuslabs•25m ago•0 comments

ReSharper's New Out-of-Process Engine Cuts UI Freezes in Visual Studio by 80%

https://blog.jetbrains.com/dotnet/2025/08/28/resharper-s-new-out-of-process-engine-cuts-ui-freeze...
2•bdev12345•26m ago•0 comments

Change of Status for Palisades

https://www.neimagazine.com/news/change-of-status-for-palisades/
1•mpweiher•26m ago•0 comments

Nvidia Forecasts Decelerating Growth After Two-Year AI Boom

https://www.bloomberg.com/news/articles/2025-08-27/nvidia-gives-lackluster-forecast-stoking-fears...
2•wslh•26m ago•1 comments

The $10T AI Revolution: Why It's Bigger Than the Industrial Revolution [video]

https://www.youtube.com/watch?v=yoycgOMq1tI
1•sahin•29m ago•2 comments
Open in hackernews

You're probably using uv wrong

https://lerner.co.il/2025/08/28/youre-probably-using-uv-wrong/
13•reuven•6h ago

Comments

42lux•5h ago
You are assuming that everyone makes the same mistakes you do and write an article about it that basically just rehashes the documentation?

>> But actually, that’s not quite true — I don’t really use virtual environments very much, so I would just install packages on my global Python installation

This is an absolute red flag especially for someone who teaches python.

reuven•5h ago
I teach Python professionally, and constantly get questions from my students about how they should be using uv, and how to integrate it with pip, pyenv, venvs, and the like.

When I shared this post with them, my students said that it clarified things they didn't previously understand, even after reading the documentation. Part of the problem is that the documentation describes lots of options, rather than explicitly encouraging one particular path and model.

So I don't think it's just me; people are excited about uv, but aren't quite sure how to use it. But hey, I could be wrong!

As for your comment about venvs -- I teach them, I demonstrate them, and I use them when I work on programming projects.

I mostly create one-off Jupyter notebooks, which don't (in my opinion) merit their own venvs, because I don't care about locking versions. That said, I'm switching everything such that every class I teach will have not only a GitHub repo, but also a uv project, and thus an implicit venv behind the scenes. I still don't have to worry about package conflicts, but I want to be more in line with community conventions.

gorjusborg•4h ago
I think uv is probably taking on too much.

I prefer using a general tool manager like mise to manage runtime versions. It works consistently per language and doesn't change how you launch programs.

reuven•4h ago
I dunno, every single conference I've attended over the years had at least one talk trying to make sense of packaging -- downloading, installing, venvs, creating wheelfiles, and distributing to PyPI. It was nice to say that you could choose your own tools, but it was a huge, confusing, daunting mess for many people.

I had some thoughts about how things could improve, but the core developers said that anyone with their own ideas had better think through all of the implications, because packaging is super hairy.

The uv folks basically took that as a challenge, and said, "What if we have one package manager that replaces literally everything else in the packaging ecosystem, hiding the stuff that people find confusing or annoying?" Color me impressed; they really did it.

peterdsharpe•4h ago
This was a disappointing article: based on the provocative title, I was hoping to learn something new. Everything in here is already clear to anyone who has read the "Getting Started" page of uv, and I don't know anyone who is making these mistakes (system-wide package installs on a venv-first package manager?) with uv.
reuven•4h ago
Sorry to disappoint! I can tell you that many people I've met, including those who have read the documentation, kept asking questions about how to use uv. This article is a summary that I came up with, based on my experience and theirs.

System-wide package installs are a weird quirk of my own work, since I'm doing very little product development and lots of one-off classes. I'm not at all recommending that "normal" developers do this, and I make sure to say that in all of the courses I teach.

fluidcruft•3h ago
I'm going to be honest: uv made sense to me because I already knew poetry and it was mostly a glance at the intro and then searching to figure out how to do XYZ that I already knew how to do. I can't really say learning about uv workspaces make any freaking sense to me from to docs. I don't think it's unfair to consider uv's documentation to be reference material rather than learning tools.

Now, I'm not saying I learned anything from the article (I gave up when it was talking about "uv pip" which I have never ever used and have no real idea why anyone would ever use, but that's okay). I don't think the article is a good fit for the HN python audience, and that's also okay. But I don't doubt many people can find value in it. "uv pip" exists even though I have never used it so clearly someone must be using it. I haven't used pip in years so it's not a reference point I am starting from. People do use pip and that's okay. Those people didn't suffer through figuring out poetry etc.

I do suspect that people who do system install of packages want uv workspaces. I think I want to migrate to that for my less engineered one-off jupyter calculations stuff since so far the things I've managed to get working for that sort of project have been either monorepos (which have their own issues) or millions of venvs (which constantly sync and take up space). But again I've tried to read and figure out that uv workspaces workflow and I give up after an hour or so of not figuring it out. So that's just to say I have learned to only go to astral's docs as references and even then they are incomplete (I had to guess a bit how to add a git repo via ssh as a dependency)

reuven•2h ago
A lot of people I know, including many of my students, first heard about uv as a lightning-fast replacement for pip. That's what piqued their interest, and that's also more or less where they stopped. Just yesterday, someone was asking me about whether uv knows about handling different versions of Python, or if it only installs packages.

So your points are all valid -- but I'm trying to address pain points people have repeatedly raised, and that I myself experienced, and flatten the learning curve for as many people as possible.

shenenee•2h ago
These titles 'you are ... doing it wrong' always suprise me, partly because the problem is not really there.

These type of titles convey some kind of 'i don't understand it/ did it wrong, therefor everybody must be doing something wrong, because I cannot be the one making the mistake here.'

This is right up there with: - 10 things you didn't know about XYZ - etc

Choose a better title

grim_io•2h ago
That's quite a bold statement to assume that the reader is probably using uv wrong.

I'll give some unsolicited advice while on topic:

On Linux, on your development machine, don't use your system python for your venvs.

Your system's python belongs to your system, not to you. It's a critical system dependency and you don't want to depend on it not changing its version after a system update.

Uv makes it easy to download its own python, there is the env var UV_PYTHON_PREFERENCE=only-managed to make the system python disappear from uv completely.

Thank me later.