frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Norman Wildberger: The Problem with Infinity in Math [video]

https://www.youtube.com/watch?v=l7LvgvunVCM
1•programmexxx•39s ago•0 comments

The Cosmic Odometer

https://cosmicodometer.space
1•gaws•1m ago•0 comments

Don't Call Yourself a Programmer, and Other Career Advice (2011)

https://www.kalzumeus.com/2011/10/28/dont-call-yourself-a-programmer/
1•gk1•1m ago•0 comments

Show HN: On-Device vs. Cloud LLMs for Agentic Tool Calling in a Real iOS App

https://subralabs.com/lab/on-device-vs-cloud-llm.html
1•martinovigiani•2m ago•0 comments

Pi and the Mandelbrot Set [video]

https://www.youtube.com/watch?v=d0vY0CKYhPY
1•programmexxx•2m ago•0 comments

Show HN: AImeter shows you how much money your agents are burning

https://github.com/saileshr/aimeter
1•saileshr7•2m ago•0 comments

Coyns – MCP-native currency for AI agent-to-agent transactions

https://coyns.com
1•PatrickDyrt•2m ago•1 comments

I solved AI text-on-image rendering by separating illustration from layout

https://partyinvitation.ai
1•nedhuang•3m ago•0 comments

Passkeys Are Too Hard

https://etodd.io/2026/04/06/passkeys-are-too-hard/
2•speckx•4m ago•0 comments

Architecture.md

https://matklad.github.io/2021/02/06/ARCHITECTURE.md.html
2•_vaporwave_•5m ago•0 comments

Is posting on LinkedIn about your startup worth it?

1•Mohd_Umar•5m ago•0 comments

Colleges are swiftly shortening bachelor degree programs

https://www.latimes.com/california/story/2026-04-07/colleges-shorten-bachelor-degree-programs-to-...
1•paulpauper•5m ago•0 comments

Problem clarity, not technology clarity

https://old.reddit.com/user/absolutefounder/submitted/
1•absolutedev•6m ago•1 comments

Show HN: Claude Code vibes from around the world

https://claudedumb.com/
1•ymaws•6m ago•0 comments

Tomas Bjartur: The Last Prodigy

https://linch.substack.com/p/tomas-bjartur
1•paulpauper•7m ago•0 comments

Scientists Captured Flash of Light That Sparks When a Sperm Meets an Egg (2016)

https://www.sciencealert.com/scientists-just-captured-the-actual-flash-of-light-that-sparks-when-...
1•thunderbong•7m ago•0 comments

Sentō – Open-source AI agents on your Claude subscription, one command setup

https://github.com/sentoagent/sento
1•sentoagent•7m ago•0 comments

The Mexican cartel stronghold preparing to host the World Cup

https://www.ft.com/content/08c592a1-ff0d-4708-8b56-1835db27d760
1•paulpauper•8m ago•0 comments

Google has the same AI adoption curve as John Deere

https://twitter.com/i/status/2043747998740689171
2•andsoitis•10m ago•0 comments

My $600 Mac Mini Runs a 35B AI Model

https://thoughts.jock.pl/p/local-llm-35b-mac-mini-gemma-swap-production-2026
2•danebalia•12m ago•1 comments

Verification Debt Is Your Next Headache

https://leadership.garden/verification-debt/
2•speckx•12m ago•0 comments

Home-Cooked Software

https://hamvocke.com/blog/home-cooked-software/
1•necrodome•14m ago•0 comments

Everything Should Be Typed: Scalar Types Are Not Enough

https://sot.dev/everything-should-be-typed.html
1•birdculture•16m ago•0 comments

The No-Bullshit Guide to Claude Code Memory

https://nubira3.gumroad.com/l/claude-code-manual
1•ovexro•18m ago•0 comments

Show HN: BallotGuessr – Guess the 2024 election margin from a Street View photo

https://ballotguessr.com/
1•jiratickets•21m ago•0 comments

How to get your company AI pilled

https://twitter.com/geoffintech/status/2042002590758572377
1•amgreg•21m ago•1 comments

The Price of Marriage in Switzerland

https://www.ft.com/content/405df687-2f55-424e-a838-92a3d165bd3a
1•pmastela•21m ago•0 comments

Brazil's top labor inspector fired for adding China's BYD to 'dirty list,'

https://www.reuters.com/sustainability/society-equity/brazils-top-labor-inspector-fired-adding-ch...
3•tartoran•21m ago•0 comments

Google Has a Secret Reference Desk

https://cardcatalogforlife.substack.com/p/google-has-a-secret-reference-desk
1•coloneltcb•23m ago•0 comments

Show HN: I benchmarked Gemma 4 E2B – the 2B model beat the 12B on multi-turn

https://aiexplr.com/post/gemma-4-e2b-benchmark
3•mailharishin•25m ago•0 comments
Open in hackernews

Show HN: Buckaroo – Data table UI for Notebooks

https://github.com/paddymul/buckaroo
105•paddy_m•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
Congratulations on launching. Buckaroo looks great.
franky47•11mo ago
But does it work across data tables with 8 dimensions?
trsohmers•10mo ago
Only with the oscillation overthruster flag enabled.
hodder•10mo ago
Looks cool to me. I often just end out exporting and opening in excel to do this
epistasis•10mo 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•10mo ago
How does it compare to Data Wrangler ? I like Data Wrangler because it let us open up in a separate VS Code window.