frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Postman is down, time to switch to Hurl

https://community.postman.com/t/some-of-our-services-are-down-due-to-a-major-aws-outage/85714
1•jicea•2m ago•1 comments

The IP's Guide to Bevy and Rust – Let There Be a World (Procedural Generation)

https://aibodh.com/posts/bevy-rust-game-development-chapter-2/
1•febin•2m ago•0 comments

Show HN: Web admin interface for Cassandra built with Openresty and Alpine.js

https://github.com/IBM/cassandra-admin
1•hard_times•3m ago•0 comments

Moore's Law for Everything (March 2021)

https://moores.samaltman.com/
1•hansmayer•4m ago•0 comments

'Muggle' Goes into Oxford English Dictionary (2003)

http://news.bbc.co.uk/cbbcnews/hi/uk/newsid_2882000/2882895.stm
1•susam•7m ago•0 comments

AI could predict who will have a heart attack

https://www.technologyreview.com/2025/10/20/1125336/ai-heart-attack-prediction/
1•fleahunter•10m ago•0 comments

AI Can't Save Software Engineering

https://medium.com/@acmerfight/ai-cant-save-software-engineering-fd9e6d3a1c41
1•acmerfight•10m ago•1 comments

Microsoft: Productivity Future Vision (2015) [video]

https://www.youtube.com/watch?v=w-tFdreZB94
1•thor-rodrigues•17m ago•1 comments

ML Simulations for Learning

https://www.shirbhate.com/a/mlsims/
1•akhileshss•18m ago•1 comments

Nternet outage latest: websites and apps affected

https://news.sky.com/story/huge-internet-outage-knocks-out-snapchat-amazon-and-multiple-other-web...
1•pknerd•18m ago•0 comments

Is Sora the Beginning of the End for OpenAI?

https://calnewport.com/is-sora-the-beginning-of-the-end-for-openai/
4•bomewish•21m ago•2 comments

Crypto Miners Riding the AI Wave Are Leaving Bitcoin Behind

https://finance.yahoo.com/news/crypto-miners-riding-ai-wave-120000515.html
1•taubek•23m ago•0 comments

Time Series Foundation Model

https://github.com/google-research/timesfm
1•oldfuture•32m ago•0 comments

Show HN: Butler – GitHub Actions Oversight Across Organisations

https://github.com/sadreck/Butler
1•howlett•32m ago•0 comments

Cities Fight to Get Off FEMA's Flood Maps. One Montana Town Shows the Risk

https://www.wsj.com/us-news/climate-environment/cities-fight-to-get-off-femas-flood-maps-one-mont...
2•impish9208•33m ago•1 comments

We need to start doing web blocking for non-technical reasons

https://utcc.utoronto.ca/~cks/space/blog/web/WeShouldBlockForSocialReasons?showcomments
2•Bogdanp•34m ago•0 comments

Show HN: FlashDrive 1987 – A retro sci-fi film exploring AI-assisted filmmaking

https://erickernin.itch.io/flashdrive
1•ErkMkd•34m ago•0 comments

Live Updates: Amazon Says Website Outages Ease After Disruption

https://www.nytimes.com/live/2025/10/20/business/aws-down-internet-outage
1•oldnetguy•37m ago•0 comments

Australia's Forgotten Electronics Giant

https://www.youtube.com/watch?v=RbzgfBLrscg
1•aeonfox•40m ago•0 comments

OPINION Bevacqua: Reasons to support independence for Guam

https://www.guampdn.com/opinion/opinion-bevacqua-reasons-to-support-independence-for-guam/article...
1•sipofwater•41m ago•1 comments

Another week, another Windows 11 bug

https://www.tomshardware.com/software/windows/windows-11s-october-update-just-broke-the-windows-r...
2•rogermungo•42m ago•0 comments

Pickleball Paddle Technology in 2025

https://worldpickleballmagazine.com/blogs/pickle-daily/pickleball-paddle-technology-in-2025-smart...
1•daverol•44m ago•0 comments

Servo v0.0.1 Released

https://github.com/servo/servo/releases/tag/v0.0.1
2•Aissen•44m ago•0 comments

Intercorm Is Down

https://www.intercomstatus.com
2•jemiluv8•50m ago•0 comments

AI Coding Tools Not Paying Off? Your Code Architecture Might Be to Blame

https://jellyfish.co/blog/ai-coding-tools-not-paying-off-your-code-architecture-might-be-to-blame/
2•casca•54m ago•1 comments

Starlink launches 10,000th internet satellite

https://www.theverge.com/news/802509/starlink-launches-10000th-internet-satellite
1•quapster•55m ago•0 comments

Alledged Gemini 3.0 Pre-Release Models Lithiumflow and Orionmist on LMArena

https://winbuzzer.com/2025/10/20/alledged-google-gemini-3-0-pre-release-models-lithiumflow-and-or...
1•Jasondells•55m ago•0 comments

Scientists Discover a Gene That Could Triple Wheat Production

https://agnr.umd.edu/news/scientists-discover-gene-could-triple-wheat-production
2•breve•55m ago•0 comments

Ask HN: Is Reddit working fine for you? There seems to be an issue on my end

1•hassanahmad•57m ago•2 comments

Plumb, a startup trying to become the "Substack of AI workflows", has shut down

https://newsletter.failory.com/p/the-automation-marketplace
1•nocodebcn•1h ago•0 comments
Open in hackernews

Show HN: Juvio – UV Kernel for Jupyter

https://github.com/OKUA1/juvio
118•okost1•5mo ago
Juvio brings inline, PEP 723-style dependency management and automatic, ephemeral env setup to Jupyter notebooks.

Comments

simlevesque•5mo ago
Seems awesome ! I'll try it soon.
okost1•5mo ago
Thank you! I am looking forward to your feedback.
imcritic•5mo ago
> Why Use Juvio?

> No additional lock or requirements files are needed

Additional to what?

> Guaranteed reproducibility

Of what?

I probably need your project, but I don't understand what it is for.

okost1•5mo ago
Hi. I appreciate your feedback. Basically, juvio stores all of the project requirements (versions of the packages and of the python interpreter) directly within the notebook itself using the PEP 723 spec. Then, when you open the notebook, a new ephemeral environment is created on the fly with all of the required dependencies. Therefore, you don't have to maintain a separate e.g. requirements.txt/conda.yaml/uv.lock file.
rafram•5mo ago
Did you in the past? Normally Jupyter notebooks just include the package installation commands necessary to set up the environment from scratch. I've never seen a requirements.txt/lockfile distributed alongside a notebook.
mrbungie•5mo ago
That's common when they are distributed as single notebooks (i.e. via Google Colab). When distributed inside repos they usually contain a requirements.txt.
dylukes•5mo ago
I've done research involving sampling from all extant notebooks on GitHub and manually analyzing them, and have been a heavy user of them in non-CS research contexts for a long time (and Mathematica notebooks for years before iPython Notebooks grew in popularity).

Having manually sifted through hundreds of randomly sampled notebooks, I feel I can confidently speak on the distribution of characteristics in them, at least up through a couple years ago.

1. Notebooks on GitHub are not necessarily an entirely representative sample of notebooks at large. If the author is putting it on GitHub, there's already a significant selection bias towards certain topics, despite notebooks being used in practically any discipline you can think of at least to some extent.

2. Notebooks in repositories that contain requirements.txt files are a minority and tend to be intended/cleaned up for sharing (itself not the norm).

3. What's more common is just a handful of !pip install at the top.

4. Even more common is just some details on dependencies in an adjoining README.

A very non-trivial chunk of notebooks on GitHub are just copies of the "Hands On ML 3" textbook/exercise set. If my memory serves there are tens of thousands of copies of that one repository. The fork count shown by GitHub doesn't account for the plethora of copies that weren't made using it.

paddy_m•5mo ago
Specifically "Hands On ML 3", or just generally a copy of some exercise set from a class?
lyjackal•5mo ago
This is cool and something that I’ve wanted, but I don’t see hot listings requirements inline foregoes the need for a lock file to maintain reproducibility. What about version ranges? Versions of transitive dependencies?
tempest_•5mo ago
Likely uses https://docs.astral.sh/uv/guides/scripts/#improving-reproduc...
jwilber•5mo ago
See also: juv

https://github.com/manzt/juv

okost1•5mo ago
Hi. Thanks for bringing this up. To be honest, I have never tried juv, but judging from the readme the ideas of juv and juvio are slightly different. In juvio the ephemeral environment is created on kernel startup. Hence, one can have multiple notebooks within the same jupyterlab session, each with its own venv. This seems to be different with juv, but please correct me if I am wrong.
epistasis•5mo ago
I've been using juv on and off for for ~6 months. From what I can tell of juvio, it is a different model for using uv with jupyter notebooks.

I'm not sure which model fits best, I'll have to see how your juvio handles kernels in jupyter. Does the kernel name change, is it all the default kernel, and what changes when an install happens?

I'm not quite sure what you mean by cleaner git diffs, but hopefully that will become clear with experimentation.

For my particular method of working, I've mostly switched to having each small project (roughly a JIRA ticket) be a separate uv-managed project in a git repo, and I create a kernel for each of the uv projects. This allows me to examine multiple different tickets and kernels without having to launch multiple jupyter labs.

The whole kernel<->venv mapping is another layer of massive complexity on top of the current huge amount of complexity in Python packaging. uv makes it fast , but it does not provide the "correct" or even single route to managing venvs.

dockercompost•5mo ago
> In juvio the ephemeral environment is created on kernel startup. Hence, one can have multiple notebooks within the same jupyterlab session, each with its own venv.

This should be your primary selling point!

antman•5mo ago
Would it work on Jupyter lite?
okost1•5mo ago
Unfortunately it won't, at least due to the fact UV is not available in the in-browser/wasm ecosystem. That would be awesome though. Maybe it is possible to make something close in terms of functionality using a custom pyodide kernel + micropip, but I did not look into that.
flakiness•5mo ago
The "git friendly format" is nice! How do markdown cells look like? Are they embedded as a python comment?
heisenzombie•5mo ago
I have been thinking about this for months now! Very excited to see you've implemented it, and I'm excited to try this out.

Could be fantastic for my use-case. We have a large repo of notebooks that are generally write-once, sometimes-re-run. Having a separate repo/venv/kernel per notebook would be a big overhead, so I currently just try to do a kind of semantic versioning where I make a new kernel on something like a 6-month cadence and try to keep breaking dependency changes to a minimum in that window. I can then keep around the old kernels for running old notebooks that depend on them. This is not at all an ideal state.

Thanks for sharing!

heisenzombie•5mo ago
Hm, I haven't had any luck making this work. Have opened an issue.
nsonha•5mo ago
doesn't seem like I can just point to a pyproject.toml

I can see the point of PEP-723, in the context of jupyter, but another usecase is having your notebook to work on the same environment as some product, instead of just being a standalone thing.

chthonicdaemon•5mo ago
If you have an environment set up with a pyproject.toml, just select the Jupyter kernel you installed in the environment. That feels like the case that is well handled by current tooling.

I believe this is solving the common complaint that you can't just email a jupyter notebook, since it doesn't capture the dependencies.

nsonha•5mo ago
let's say you have a project with a pyproject.toml and some notebooks. You'll have to 1. Come up with some name for the kernel, 2. Add a script to install the kernel, polluting the collaborator's jupyter installation 3. Add a README referring to 2.
chthonicdaemon•4mo ago
It sounds like you expect the collaborator to have one jupyter installation that you would pollute with the kernel. In my projects that use jupyter, I always have jupyterlab as one of the dependencies. Not sure about the naming part, since I usually just put my project in a directory named for the project, and uv uses that name for the venv, so I literally have never had to "come up with some name for the kernel".

In my case, I usually cd to the project directory, activate the associated environment, then do one of the following to work on a notebook in one of my projects, `jupyter lab`, `pycharm .`, or `code .` and go from there. In all of these cases, I get the ability to open notebooks that make use of this environment, either in the actual Jupyter lab interface, or in the tool's notebook interface (pycharm or vs code). All of these options make it pretty effortless to use the kernel associated with the environment - it's either automatically selected or it's the default in the dropdown.

pabs3•5mo ago
PEP 723 dependency management always struck me as a bit non-DRY. Wonder if there is a better way to do it, like annotating imports with versions or something similar.
lukeyoo•5mo ago
I like Jupyter too! It's has been a quick easy solution for me: https://hub.docker.com/r/lukeyoo/jupyter-polyglot
banteg•5mo ago
there is https://marimo.io/ that does all this and more
stereo•5mo ago
Has anyone compared juv, juvio and marimo?