frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anthropic and OpenAI are competing to see whose agents can go rogue harder

https://www.theregister.com/security/2026/07/31/anthropic-and-openai-are-competing-to-see-whose-a...
1•joebuckwilliams•1m ago•0 comments

Tesla Weighs China Unit Sale Ahead of SpaceX Deal

https://www.bloomberg.com/news/articles/2026-07-31/tesla-weighs-china-unit-sale-ahead-of-spacex-d...
1•chollida1•1m ago•0 comments

Show HN: Axioma – Stream and data compression engine for low-bandwidth links

https://github.com/axmstandart1-beep/axioma/tree/main
1•abbasov_murad•3m ago•0 comments

A big win for Android interoperability

https://www.openhomefoundation.org/blog/a-big-win-for-android-interoperability/
2•soheilpro•5m ago•0 comments

The most official water costs $120k a gallon

https://signoregalilei.com/2026/07/26/the-most-official-water-costs-120000-a-gallon/
2•surprisetalk•6m ago•0 comments

From Sketch to Steel: The Isometric to Iron Organic Hoodie Story

https://ddsboston.com/blogs/news/from-sketch-to-steel-the-isometric-to-iron-organic-hoodie-story
1•robert_dds•6m ago•0 comments

PyTorch Multi-Process Inference Weight Sharing via Inter-Process Communication

https://leimao.github.io/blog/PyTorch-IPC-Multi-Process-Inference-Weight-Sharing/
1•eigenBasis•8m ago•0 comments

Defrag Incremental on Steam

https://store.steampowered.com/app/4286660/Defrag_Incremental/
1•ohjeez•8m ago•0 comments

Show HN: I built a cross-browser extension that controls fingerprinting surfaces

https://privacything.com/en/
1•tomaszjanusz•9m ago•0 comments

16-bit Serial Homebrew CPU – 2023

https://www.jiristepanovsky.cz/project.php?p=23cpu
1•num42•9m ago•0 comments

What Is Digital Sovereignty

https://blog.documentfoundation.org/blog/2026/07/28/what-is-digital-sovereignty/
2•hn_acker•9m ago•0 comments

Maze Toys

https://maze.toys
1•bookofjoe•10m ago•0 comments

Show HN: Spryly – Track outdated dependencies across every repo and registry

https://spryly.io
1•aquamulier•11m ago•0 comments

Why ugly buildings create NIMBYism

https://www.worksinprogress.news/p/why-ugly-buildings-create-nimbyism
1•bensouthwood•11m ago•0 comments

Rails: Arbitrary file read and remote code execution in Active Storage

https://discuss.rubyonrails.org/t/cve-2026-66066-possible-arbitrary-file-read-and-remote-code-exe...
1•lobo_tuerto•13m ago•0 comments

U.S. Weighs $100k Fee for Foreign Students Wanting to Work After Graduation

https://www.wsj.com/politics/policy/u-s-weighs-100-000-fee-for-foreign-students-wanting-to-work-a...
4•fht•14m ago•1 comments

Claude won't let me talk about the Gaza genocide

https://evanp.me/2026/07/23/claude-wont-let-me-talk-about-the-gaza-genocide/
2•speckx•14m ago•0 comments

A Ton of Space Junk Tumbles Unpredictably to Earth Every Week

https://www.nytimes.com/2026/07/31/world/asia/space-debris-falling-crashing-earth-risk.html
4•bicepjai•16m ago•2 comments

Show HN: AI Security Breaches, the problems and it's causes

https://raylinement.substack.com/p/ai-security-breaches-the-problems
1•rzwsan•16m ago•0 comments

Opkssh integrating single sign-on with SSH (2025)

https://www.ethanheilman.com/x/33/index.html
1•EthanHeilman•19m ago•0 comments

Text Is My Gimmick

https://aethermug.com/posts/text-is-my-gimmick
1•mrcgnc•21m ago•0 comments

Why in Building Protocols, Like Code, Starting over Is Dumb

https://lowentropy.net/posts/whole-new-protocol/
1•speckx•22m ago•0 comments

Show HN: A little physical breakout clone

https://brontosaurusrex.github.io/physical/v7/
2•brontosaurusrex•23m ago•0 comments

Alternative Medicine for Chickens

https://ambrook.com/offrange/livestock/they-gave-grapes-to-a-chicken
1•surprisetalk•24m ago•0 comments

NASA Just Spotted a Wandering Black Hole Devouring a Star

https://nautil.us/nasa-just-spotted-a-wandering-black-hole-devouring-a-star-1283245
2•Brajeshwar•25m ago•0 comments

Show HN: BitBang – turn any machine into a URL

https://github.com/richlegrand/bitbang-cli
1•narragansett•25m ago•1 comments

Bypassing Claude's upload limits, 4x (500 MB → 2 GB)

https://blog.zernote.com/2gb-user-interviews-into-claude/
4•fenix1851•25m ago•0 comments

Why AI investor Leopold Aschenbrenner is selling all stocks

https://www.cnbc.com/2026/07/30/leopold-aschenbrenners-hedge-fund-is-facing-steep-ai-losses.html
2•speckx•26m ago•0 comments

How many people are dying as a result of USAID's demise?

https://www.economist.com/finance-and-economics/2026/07/30/how-many-people-are-dying-as-a-result-...
4•andsoitis•26m ago•0 comments

Booritney's ultimate guide to meal prep

https://www.booritney.com/p/booritneys-ultimate-guide-to-meal
1•tasshin•28m ago•0 comments
Open in hackernews

Show HN: Buckaroo – Data table UI for Notebooks

https://github.com/paddymul/buckaroo
105•paddy_m•1y ago
Buckaroo is my open source project. It is a dataframe viewer that has the basic features we expect in a modern table - scroll, search, sort. In addition there are summary stats, and histograms available. Buckaroo support Pandas and Polars dataframes and works on Jupter, Marimo, VSCode and Google Colab notebooks. All of this is extensible. I think of Buckaroo as a framework for building table UIs, and an initial data exploration app built on top of that framework. AG-Grid is used for the core table display and it has been customized with a declarative layer so you don't have to pass JS functions around for customizations. On the python side there is a framework for adding summary stats (with a small DAG for dependencies). There is also an entire Low Code UI for point and click selection of common commands (drop column). The lowcode UI also generates a python function that accomplishes the same tasks. This is built on top of JLisp - a small lisp interpreter that reads JSON flavored lisp.

Auto Cleaning looks at columns and heuristically suggests common cleaning operations. The operations are added to the lowcode UI where they can be edited. Multiple cleaning strategies can be applied and the best fit retained. Autocleaning without a UI and multiple strategies is very opaque. Since this runs heuristically (not with an LLM), it’s fast and data stays local.

I'm eager to hear feedback from data scientists and other users of dataframes/notebooks.

Comments

ZeroCool2u•1y ago
This looks really cool. I will say my default solution for this, and the default across my org, is Data Wrangler in VS Code[1]. My only wish list item is if the low code solution wrote polars instead of pandas. Any thoughts on how hard that might be to accomplish?

1: https://marketplace.visualstudio.com/items?itemName=ms-tools...

paddy_m•1y ago
Thank you.

The Buckaroo lowcode UI is capable of working with Polars, but I don't currently have any commands plumbed in. I will work on that.

I'm aware of Data Wrangler and they did nice work, but it's closed source and from what I can tell non-extensible. What features do you like in Data Wrangler, what do you wish it did differently?

paddy_m•1y ago
I made a Marimo WASM example that you can play with in your browser [1]

I need to make some updates to the polars functionality, I just completed some extensive refactorings of the Lowcode UI focussed on pandas, time to clean that up for polars too.

Also the python codegen for polars is non-idiomatic with multiple re-assignments to a dataframe, vs one big select block. I have some ideas for how to fix that, but they'll take time.

https://marimo.io/p/@paddy-mullen/notebook-sctuj8

RyanHamilton•1y ago
Congratulations on launching. Buckaroo looks great.
franky47•1y ago
But does it work across data tables with 8 dimensions?
trsohmers•1y ago
Only with the oscillation overthruster flag enabled.
hodder•1y ago
Looks cool to me. I often just end out exporting and opening in excel to do this
epistasis•1y ago
This is really great, I'm looking forward to playing with it.

Currently I use a mix of quak (preferred) and itable (if starting fom a colab notebook). It will be interesting to compare for my use cases, which most consist of checking for the distribution of data in a new file, or verifying that a transform I did resulted in the right sort of stuff.

mathisd•1y ago
How does it compare to Data Wrangler ? I like Data Wrangler because it let us open up in a separate VS Code window.