frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What AI companies disclose about water (an open dataset)

https://waterlens.ai/
1•adamwestland•1m ago•0 comments

Reachy Mini as a Dungeon Master

https://twitter.com/keval_shah14/status/2035873832570093760
1•KevalShah14•2m ago•1 comments

Magnifying miniature worlds through photography – Andrew B. Myers [video]

https://www.youtube.com/watch?v=2lym8GlzTZ4
1•marysminefnuf•3m ago•0 comments

What Happens If AI Makes Things Too Easy for Us?

https://spectrum.ieee.org/frictionless-ai-psychology
1•pseudolus•6m ago•0 comments

Why Self-Hosted OpenClaw Is Not Safe (and What to Do About It)

https://instantclaw.co/resources/why-self-hosted-openclaw-isnt-safe
1•xR0am•6m ago•0 comments

I Made a Keyboard Nobody Asked For: My Experience Making TapType

https://fireborn.mataroa.blog/blog/i-made-a-keyboard-nobody-asked-for-my-experience-making-taptype/
1•devinprater•7m ago•0 comments

AI Coding Tools Are Stuck in 2007's Dev UX

https://www.davidreis.me/2026/ai-coding-tools-stuck-in-2007s-dev-ux
2•dreis_sw•9m ago•0 comments

The first browser for machines, not humans

https://lightpanda.io
2•quyleanh•9m ago•0 comments

Cloud Infrastructure in the Agent-Native Era [pdf]

https://services.google.com/fh/files/misc/cloud_infrastructure_in_the_agent_native_era.pdf
3•cebert•12m ago•0 comments

HK police can now demand phone passwords under new national security rules

https://www.bbc.com/news/articles/ce8j9yj52lro
2•1659447091•13m ago•0 comments

Pokemon-themed E-paper Home Assistant dashboard

https://github.com/bribot/LilyGo-EPD47_HACalendar/
2•rmast•13m ago•0 comments

Jsrf Decompilation [video]

https://www.youtube.com/watch?v=nJWHf-uUIBU
2•marysminefnuf•14m ago•0 comments

AI Etiquette

https://blog.greenpants.net/ai-etiquette/
2•Greenpants•14m ago•0 comments

Experimenting with Starlette 1.0 with Claude skills

https://simonwillison.net/2026/Mar/22/starlette/
2•linsomniac•14m ago•0 comments

WWDC 2026

https://www.apple.com/newsroom/2026/03/apples-worldwide-developers-conference-returns-the-week-of...
4•inatreecrown2•15m ago•0 comments

20s quiz that inspires the best gift idea

https://personalgiftideas.com/
2•monday2•17m ago•0 comments

Launching Agentic SaaS for Insurance Brokers

https://www.brokeragentx.com/
2•Noor-kadhim•17m ago•0 comments

Gold Eyes Worst Month Against Oil Since 1973; Mining Stocks Drop Most Since 2008

https://finance.yahoo.com/markets/commodities/articles/gold-eyes-worst-month-against-193110100.html
2•TMWNN•18m ago•1 comments

The Agentic Harness Problem: AI Agents Need Better Guardrails

https://eric.mann.blog/the-agentic-harness-problem-why-ai-agents-need-better-guardrails-than-code...
2•eamann•19m ago•1 comments

Apple to Introduce Search Ads in Maps as Services Revenue Grows

https://www.bloomberg.com/news/articles/2026-03-23/apple-is-set-to-add-search-advertising-to-maps...
4•raybb•20m ago•1 comments

A Tale of Three Safeties (2015)

https://joeduffyblog.com/2015/11/03/a-tale-of-three-safeties/
2•h4ch1•23m ago•0 comments

Show HN: PostgreSQL backup manager with BTRFS block-level deduplication

https://github.com/Lakshmipathi/pgdedup
2•giis•23m ago•0 comments

Bipartisan bill seeks to ban sports betting on Kalshi and Polymarket

https://techcrunch.com/2026/03/23/bipartisan-bill-seeks-to-ban-sports-betting-on-kalshi-and-polym...
3•pseudolus•24m ago•0 comments

Decks Against Humanity

https://harpers.org/archive/2026/04/decks-against-humanity-y-combinator-startup-taglines/
4•badbart14•25m ago•1 comments

Future Casting the Modern Data Stack

https://motherduck.com/blog/future-casting-the-modern-data-stack/
3•cyndunlop•25m ago•0 comments

Intuit beats FTC in court, ending restrictions on "free" TurboTax ads

https://arstechnica.com/tech-policy/2026/03/intuit-beats-ftc-in-court-ending-restrictions-on-free...
2•pseudolus•27m ago•1 comments

Google introduces Veo 3.1 and Veo 3.1 Fast in Gemini

https://gemini.google/ec/overview/video-generation/?hl=es-419
5•alexfefun1•27m ago•0 comments

Software Development Job Postings on Indeed in the United States

https://fred.stlouisfed.org/series/IHLIDXUSTPSOFTDEVE
3•djoldman•27m ago•0 comments

Why Tech Bros Are Now Obsessed with Taste

https://www.newyorker.com/culture/infinite-scroll/why-tech-bros-are-now-obsessed-with-taste
2•bookofjoe•31m ago•3 comments

Why Expand Pax Silica? Building the AI Ecosystem of Tomorrow

https://stratageminitiative.substack.com/p/why-expand-pax-silica-building-the
2•walterbell•33m ago•0 comments
Open in hackernews

Show HN: Buckaroo – Data table UI for Notebooks

https://github.com/paddymul/buckaroo
105•paddy_m•10mo 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•10mo 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•10mo 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•10mo 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•10mo ago
Congratulations on launching. Buckaroo looks great.
franky47•10mo 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.