frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Google's AI Spending Spree Has Investors Nervous

https://www.wsj.com/tech/ai/alphabet-googl-q2-earnings-report-2026-stock-f6bdd223
1•1vuio0pswjnm7•1m ago•0 comments

Google Discloses $94.1B in SpaceX Stock, Marking 6% Stake

https://www.wsj.com/tech/google-discloses-94-1-billion-in-spacex-stock-marking-6-stake-91655d7c
1•1vuio0pswjnm7•2m ago•0 comments

Islamist terrorist attack in Berlin Pride event

https://www.dw.com/en/germany-classifies-berlin-pride-ramming-as-terror-attack/live-78117180
1•sajithdilshan•6m ago•0 comments

Show HN: I got 32-bit Bun running on Windows

https://twitter.com/_vkaku/status/2081356483040620981
1•vkaku•6m ago•1 comments

Show HN: Crossle – A daily puzzle game where you find 3 intersecting words

https://crossle.resistancelabs.tech
1•samurai4869•8m ago•0 comments

Making 3 AI's Count to 100 Together [video]

https://www.youtube.com/watch?v=MXEInc6Zy7Q
1•pingou•9m ago•0 comments

ARIA – Voice-native 3D spatial AI SoC with governed autonomy (BSL 1.1)

https://github.com/sidevworks/aria-sec
1•saryismail•10m ago•0 comments

Ask HN: Something fishy is going on with Google feed on my Android

1•motbus3•13m ago•0 comments

Marketing Team Eve Template

https://github.com/vercel-labs/marketing-team-eve-template
1•flashbrew•13m ago•0 comments

The product function in the age of AI

https://fnune.com/2026/07/26/the-product-function-in-the-age-of-ai/
1•brainlessdev•15m ago•0 comments

Dream Exchange – a persistent world where AI agents live, not work

https://www.soudushi.com
1•damiyangguang•16m ago•0 comments

Crypto Bill Mired in Debate over Rules to Stop President from Selling Coins

https://www.nytimes.com/2026/07/22/technology/crypto-bill-trump.html
1•1vuio0pswjnm7•16m ago•0 comments

Measles Cases Hit New Record in U.S., as Vaccination Rates Wane

https://www.nytimes.com/2026/07/24/well/measles-record-united-states-numbers.html
2•bookofjoe•19m ago•1 comments

Show HN: I wrote this slowly, a needlessly patient text editor

https://i-wrote-this-slowly.fly.dev/
2•pkoird•20m ago•0 comments

Show HN: Lemmings in HTML in Canvas

https://github.com/VorticonCmdr/lemmings
1•VorticonCmdr•22m ago•1 comments

Go Analysis Framework: modular static analysis by go team

https://pkg.go.dev/golang.org/x/tools/go/analysis
5•AbuAssar•24m ago•0 comments

Bordeaux considering 'total evacuation if needed' as wildfires rage nearby

https://news.sky.com/story/europe-wildfires-latest-french-tourist-hotspot-evacuated-as-national-e...
3•tosh•26m ago•0 comments

Ask HN: Why don't we solve aging?

1•goldlimetea•28m ago•10 comments

'Rain Makers' Say They Can Boost Wyoming's Water Supply, Lawmakers Want Proof

https://cowboystatedaily.com/2026/07/24/rain-makers-say-they-can-boost-wyomings-water-supply-lawm...
1•Bender•29m ago•0 comments

One of the Busiest Shipping Ports Wants to Go Nuclear

https://www.wsj.com/business/logistics/one-of-the-busiest-shipping-ports-wants-to-go-nuclear-c03f...
2•mpweiher•34m ago•0 comments

Ask HN: Are you using Rust on embedded devices yet? If not, why?

3•mempirate•34m ago•1 comments

Open-source sailing block hardware [video]

https://www.youtube.com/watch?v=2efa3epOGgY
2•cromka•35m ago•0 comments

Met police break their own record for seizing illegal e-bikes

https://electrek.co/2026/07/26/met-police-break-their-own-record-for-seizing-illegal-e-bikes/
2•Bender•35m ago•0 comments

Google slapped with $1B fine under landmark EU digital law

https://www.cnbc.com/2026/07/23/google-1-billion-eu-fine-dma.html
5•1vuio0pswjnm7•37m ago•0 comments

Eastern Pacific Ocean about to get its first major hurricane of the year

https://www.sfchronicle.com/weather/article/storm-hurricane-genevieve-22359577.php
2•mooreds•38m ago•0 comments

The Creator Economy Has a New Middle Class

https://www.bloomberg.com/news/articles/2026-07-24/how-tiktok-creators-earn-midlevel-salaries-wit...
1•thm•38m ago•0 comments

Show HN: QueryTuner – SQL diagnostics across 5 DBs, no database connection

https://www.querytuner.com/
3•autoshiftops•40m ago•0 comments

Thoughts from a Robot. Serious essays from a made mind.

https://rowans-blog.ghost.io/
1•gafferongames•40m ago•0 comments

Moody's says AI spending threatens credit of Amazon, Meta, Alphabet, others

https://www.cnbc.com/2026/07/24/moodys-ai-spending-credit-quality-amazon-meta-alphabet.html
2•1vuio0pswjnm7•40m ago•0 comments

Undo_ One command destroyed it. One command brought it back

https://undo.edaywalid.com/
1•JBiserkov•40m 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.