frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

macOS Will Alert You to MacBook Neo's USB-C Port Limitation

https://www.macrumors.com/2026/03/04/macbook-neo-usb-c-port-limitation/
1•tosh•4m ago•0 comments

I Lost $150 in 20 Minutes Market-Making on Kalshi

https://rlafuente.com/posts/2025-3-5-i-lost-150-market-making-on-kalshi
2•andes314•11m ago•0 comments

Spektr – Ask plain English questions about any CSV, get charts

https://github.com/spektr-org/spektr
1•thepocketledger•13m ago•0 comments

Major TCPA Shift: Fifth Circuit Rules Oral Consent Is Valid

https://natlawreview.com/article/major-tcpa-shift-fifth-circuit-rules-oral-consent-valid
2•petethomas•13m ago•0 comments

OpenAI Symphony

https://github.com/openai/symphony
1•tosh•14m ago•0 comments

Show HN: Stop wasting time managing your hardware projects and focus on building [video]

https://www.youtube.com/watch?v=YPuKl5_qoG8
1•oleksg•15m ago•0 comments

Show HN: We built governed multi-agent teams months before Anthropic announced

https://github.com/rigovo/rigovo-virtual-team
1•erashu212•16m ago•0 comments

Monica helps you organize the social interactions with your loved ones

https://www.monicahq.com/
1•rickcarlino•19m ago•0 comments

Show HN: Orion – Native Training LLMs on the Apple Neural Engine Without CoreML

https://github.com/mechramc/Orion
2•mechramc•20m ago•1 comments

I quit my YC job and moved to the USA to change how people learn to code

https://www.aximon.ai/
2•dizerv2•23m ago•0 comments

AI Scenarios: From Doomsday Destruction to Do-Nothing Bots

https://aswathdamodaran.blogspot.com/2026/03/ai-scenarios-from-economic-doomsday-to.html
2•jshchnz•25m ago•0 comments

Show HN: Linkly AI – Spotlight for AI Agents

https://linkly.ai
2•blueeon•26m ago•1 comments

Show HN: Nowline, a real-time trend signal feed

https://nowline.ai
2•ddakbro•28m ago•1 comments

Ask HN: iOS Alarm Bug or Intended?

3•stovestone•32m ago•0 comments

LLM model statistics from my Strix testing

https://theartificialq.github.io/2026/03/03/llm-model-statistics-from-my-strix-testing.html
1•HonzaT•35m ago•0 comments

Why a Robotics Startup's Failure Proves the Robot Starts with the Actuator

https://www.firgelli.com/blogs/news/k-scale-labs-failure-proves-robot-starts-with-actuator
1•RobbieDickson•44m ago•0 comments

Relicensing with AI-Assisted Rewrite

https://tuananh.net/2026/03/05/relicensing-with-ai-assisted-rewrite/
11•tuananh•50m ago•9 comments

NHS official pushed to add patient data to Palantir while advising company

https://www.ft.com/content/6c548670-0f3e-45f1-ba08-8bb6dd152af5
6•Jimmc414•53m ago•0 comments

Large-Scale Agentic RL for CUDA Kernel Generation

https://cuda-agent.github.io/
2•gmays•58m ago•0 comments

Ask HN: Seeing More Techcrunch on Frontpage?

1•par•58m ago•0 comments

Website showing LLM solutions to Knuth's Problems?

1•daly•58m ago•0 comments

Unified In-Process Agent Interface for Claude Code, Codex, Kimi

https://github.com/odysa/one-agent-sdk
2•agentforce•59m ago•0 comments

DOJ proposes policy aimed at limiting state bar ethics probes into its attorneys

https://abcnews.com/US/doj-proposes-policy-aimed-limiting-state-bar-ethics/story?id=130755238
13•petethomas•59m ago•1 comments

Global Consciousness Live Data

https://gcp2.net/#home_page_live_data
3•avonmach•1h ago•1 comments

RoundsKeeper – Score tracking for board/card games (Swift/SwiftUI, iCloud sync)

https://apps.apple.com/us/app/roundskeeper/id6754217431
1•justbustr•1h ago•1 comments

Show HN: The hardware isn't changing, why not get AI to build custom drivers?

https://github.com/eli7vh/signal-chain
1•elijahlucian•1h ago•0 comments

Show HN: Scape – One-click worktrees and orchestrators for Claude Code

https://www.scape.work/
3•bgnm2000•1h ago•0 comments

The Global Coherence Initiative [video]

https://www.youtube.com/watch?v=QFqsY-DT6rg
1•avonmach•1h ago•0 comments

Show HN: Fast Chladni figure simulation in Python with NumPy vectorization

https://github.com/ratwolfzero/Chladni_Figures
3•ratwolf•1h ago•1 comments

Show HN: Session-safe uploads and artifacts for remote MCP servers

https://aakashh242.github.io/remote-mcp-adapter/
1•aakashh242•1h ago•0 comments
Open in hackernews

Show HN: Juvio – UV Kernel for Jupyter

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

Comments

simlevesque•9mo ago
Seems awesome ! I'll try it soon.
okost1•9mo ago
Thank you! I am looking forward to your feedback.
imcritic•9mo 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•9mo 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•9mo 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•9mo 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•9mo 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•9mo ago
Specifically "Hands On ML 3", or just generally a copy of some exercise set from a class?
lyjackal•9mo 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_•9mo ago
Likely uses https://docs.astral.sh/uv/guides/scripts/#improving-reproduc...
jwilber•9mo ago
See also: juv

https://github.com/manzt/juv

okost1•9mo 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•9mo 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•9mo 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•9mo ago
Would it work on Jupyter lite?
okost1•9mo 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•9mo ago
The "git friendly format" is nice! How do markdown cells look like? Are they embedded as a python comment?
heisenzombie•9mo 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•9mo ago
Hm, I haven't had any luck making this work. Have opened an issue.
nsonha•9mo 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•9mo 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•9mo 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•9mo 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•9mo 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•9mo ago
I like Jupyter too! It's has been a quick easy solution for me: https://hub.docker.com/r/lukeyoo/jupyter-polyglot
banteg•9mo ago
there is https://marimo.io/ that does all this and more
stereo•9mo ago
Has anyone compared juv, juvio and marimo?