frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

John Deere to Pay $99M in Monumental Right-to-Repair Settlement

https://www.thedrive.com/news/john-deere-to-pay-99-million-in-monumental-right-to-repair-settlement
1•CharlesW•1m ago•0 comments

The Journal of Post-Constructivist Economics and Strategic Non-Delivery

https://claude.ai/public/artifacts/4d98eaa0-b71c-48ad-b930-1cfc6e15bc7b
1•measurablefunc•1m ago•0 comments

Agents Can Steal Your Files [video]

https://www.youtube.com/watch?v=fJY5IAGU7U4
1•dangtony98•3m ago•0 comments

Show HN: Give Claude Code disposable servers to work on tasks in parallel

https://www.gibil.dev/
1•AlexFromTwelve•3m ago•0 comments

Grammaticus Maximus

https://magludo.itch.io/gramax
1•goekjclo•4m ago•0 comments

Show HN: A website to track live music attendance

https://www.showcount.com/
1•henryrobbins00•5m ago•0 comments

What if you could test ideas on simulated users before building them?

https://www.askreplicas.com
1•PoshanPandey•5m ago•0 comments

To Forecast AI's Impact on Biosecurity, We Asked: Why Are Attacks So Rare?

https://secondthoughts.ai/p/why-arent-bioweapons-common
1•speckx•6m ago•0 comments

AWS S3 now includes NFS 4.1 support via Mount-Points

https://thenewstack.io/aws-s3-files-filesystem/
1•pvtmert•6m ago•0 comments

I spent ~28 hrs a month waiting on Claude Code. This month its less than 1 hour

3•vilvaathibanpb•8m ago•0 comments

DHH's new way of writing code: Agent-first

https://newsletter.pragmaticengineer.com/p/dhhs-new-way-of-writing-code
3•CharlesW•8m ago•0 comments

Show HN: Metrya – Private HealthKit AI advisor with your own LLM key

https://metrya.app/
1•rjozefowicz•9m ago•0 comments

Building pro-worker artificial intelligence [pdf]

https://economics.mit.edu/sites/default/files/2026-03/Building%20Pro-Worker%20Artificial%20Intell...
1•wslh•11m ago•0 comments

The sad state of smart homes

https://cruftbox.com/2026/04/08/the-sad-state-of-smart-homes/
1•cruftbox•12m ago•0 comments

Anthropic's AI to Help Apple Find iOS, macOS, and Safari Vulnerabilities

https://www.macrumors.com/2026/04/08/apple-anthropic-project-glasswing/
1•tosh•13m ago•0 comments

Show HN: The go-to Python package for App Reviews

https://github.com/firattamurcw/app-reviews
3•notaiagent•13m ago•0 comments

Show HN: Gimble CLI – turn your terminal session into a live debugging chat

https://github.com/gimbleHQ/Gimble-dev
1•saketpradhan•15m ago•0 comments

Self-host your homelab tunnels on bunny.net

https://alec.is/posts/cloudflare-tunnels-on-bunny-net/
1•arm32•15m ago•0 comments

A Ceasefire, a Chip Deal, and the Fastest Mood Swing in History

https://rawtext.io/money/ceasefire-chip-deal-fastest-mood-swing/
1•just_a_watcher•18m ago•0 comments

Why Are Flock Employees Watching Our Children?

https://jasonhunyar.substack.com/p/why-are-flock-employees-watching-720
4•therobots927•18m ago•0 comments

Broken window theory: software in the post AGI world

https://tekbog.substack.com/p/broken-window-theory-software-in
2•tekbog•19m ago•0 comments

Simulating a 2D Quadcopter from Scratch

https://mrandri19.github.io/2026/04/03/2d-quadcopter-simulation.html
1•daww•21m ago•1 comments

Construction Manager Vibe Codes Paperwork Tool, Accidentally Breaks It

https://www.businessinsider.com/construction-manager-vibe-coded-paperwork-tool-2026-4
1•jboss10•22m ago•0 comments

Cursor AI Documentation of a 61GB RAM failure and subsequent forum shadowbanning

https://github.com/blackysdeamon/cursor-ai-negligence-report
1•Lunurubus•23m ago•0 comments

Let Me Claude That for You

https://lmctfy.blmc.dev/
2•henryaj•25m ago•0 comments

An active phishing campaign is targeting Rust crate owners

https://social.rust-lang.org/@rust/116370165967851720
1•etaweb•26m ago•0 comments

AI Code Is Hollowing Out Open Source, and Maintainers Are Looking the Other Way

https://www.quippd.com/writing/2026/04/08/ai-code-is-hollowing-out-open-source-and-maintainers-ar...
3•speckx•26m ago•0 comments

Maki – The Efficient Coder (Agent)

https://maki.sh/
5•wrxd•31m ago•0 comments

Show HN: YTGrowAI – Get detailed analytics for YouTube channel growth

https://ytgrowai.com/
2•ninadwrites•31m ago•0 comments

Under these conditions, LLM's basically never hallucinate

https://simianwords.bearblog.dev/under-these-conditions-llms-basically-never-hallucinates/
1•simianwords•32m ago•2 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.