frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A detailed introduction to Kakoune for the aspiring power user

https://ficd.sh/blog/kakoune-is-a-text-editor/
1•birdculture•2m ago•0 comments

Collect as many lottery tickets as you can (2022)

https://adayeo.substack.com/p/collect-as-many-lottery-tickets-as
1•itzlambda•3m ago•0 comments

Open-Source Agentic QA Harness with Memory

https://github.com/vostride/agent-qa
1•pranshuchittora•5m ago•1 comments

I built a free Open Sourced, local audio stem separation

https://github.com/stemdeckapp/stemdeck
1•thclpr•7m ago•0 comments

More Tagged Union Subsets with Comptime in Zig

https://sinclairtarget.com/blog/2026/05/18/even-more-tagged-union-subsets-with-comptime/
1•xngbuilds•7m ago•0 comments

The small sample trap in A/B testing

https://hadid.dev/posts/averages-lie/
1•mustaphah•9m ago•0 comments

Secure Boot Certificate Expiry (Windows and Linux)

https://www.youtube.com/watch?v=_AwzaZmRNsI
1•nullpwr•12m ago•0 comments

The Windows DLL loader lock: how a Rust thread can hang your JVM

https://questdb.com/blog/windows-dll-loader-lock-rust-jni-deadlock/
1•bluestreak•13m ago•0 comments

Prejudice and truth about the effect of testosterone on bargaining behaviour

https://www.nature.com/articles/nature08711
1•mpweiher•16m ago•0 comments

MCP Tool Routing Has a Security Problem Nobody Is Talking About

https://medium.com/@will.jh75/the-hidden-flaws-of-mcp-routing-and-why-we-need-to-talk-about-them-...
1•rogueparticle•17m ago•0 comments

Show HN: Blog post and slideshow automatic generator

https://slidio.xyz/
1•oyaa52•19m ago•0 comments

Bournegol???

https://oldhome.schmorp.de/marc/bournegol.html
1•greyface-•25m ago•0 comments

Blog post: why and how we built local-first with Zero (prev. Replicache)

https://ano.chat/blog/why-we-built-ano-on-zero
1•bill-cupid•26m ago•0 comments

What changes when AI reads you first

https://onomeokajevo.substack.com/p/stop-telling-ai-to-sound-like-you
1•snoren•27m ago•0 comments

One Mars spacecraft, two senators, and a cloud of questions

https://arstechnica.com/space/2026/05/one-mars-spacecraft-two-senators-and-a-cloud-of-questions/
1•rbanffy•27m ago•0 comments

Do you value tight machining in everyday carry knives?

https://www.paragon-knives.com/
1•bgzlsxaz•28m ago•0 comments

Show HN: Resilient, A composable async resilience toolkit for rust

https://github.com/resilient-rs/resilient
2•yofabr•28m ago•0 comments

Extensy – turn any prompt into a monetizable browser extension in 2 minutes

https://extensy.dev/
5•truetemir•31m ago•1 comments

Unprecedented 19 Day Type IV Radio Burst as a Corotating Electron Reservoir

https://iopscience.iop.org/article/10.3847/2041-8213/ae5537
1•fodmap•36m ago•0 comments

Social Media Zero (2017)

https://leejo.github.io/2017/09/27/social_media_zero/
2•chistev•37m ago•0 comments

The US space enterprise is desperately waiting for Starship–will it deliver?

https://arstechnica.com/space/2026/05/the-us-space-enterprise-is-desperately-waiting-for-starship...
2•rbanffy•37m ago•1 comments

I've created a platform where sites get paid not to show ads

https://medium.com/@laurynas.karvelis_95228/is-monetising-your-site-possible-without-serving-ads-...
2•luggage_bazooka•39m ago•0 comments

Elon Musk Loses OpenAI Lawsuit After Jury Finds It Was Filed Too Late

https://firethering.com/elon-musk-openai-lawsuit-lost/
1•steveharing1•41m ago•2 comments

I built a Slack client because:wave: was lagging

https://grant.dev/posts/built-a-slack-client
1•figmert•43m ago•0 comments

AI-driven development – It's a spectrum

https://avohq.io/blog/ai-driven-development-it-s-a-spectrum
1•adrianthedev•43m ago•0 comments

List of price of medieval items (2006)

https://medieval.ucdavis.edu/120D/Money.html
1•downbad_•46m ago•0 comments

Ask HN: How to enforce engineers to understand the code they are shipping

3•hchua•46m ago•2 comments

Why Education Startups Do Not Succeed (2011)

https://avichal.com/2011/10/07/why-education-startups-do-not-succeed/
1•downbad_•47m ago•0 comments

Show HN: Cervantes yet Another HN Reader

https://github.com/nhdez/cervantes
2•pelagicAustral•49m ago•0 comments

The highest ROI activity in AI isn't on your screen

https://layerx.xyz/blog/sim-recap
4•supermalvo•54m 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•12mo ago
How does it compare to Data Wrangler ? I like Data Wrangler because it let us open up in a separate VS Code window.