frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Where's Cooper?

https://www.youtube.com/shorts/mSWehh3p6Wc
1•dambro•1m ago•0 comments

Post Office Horizon replacement 'screw-up' ends in challenge, more cost

https://www.computerweekly.com/news/366649787/Post-Office-Horizon-replacement-screw-up-ends-in-ch...
1•latein•2m ago•0 comments

AI Political Compass

https://aipolcom.net/
1•mpalczewski•2m ago•0 comments

Initially delayed, the pass-through of tariffs to consumer prices has arrived

https://www.minneapolisfed.org/article/2026/initially-delayed-the-pass-through-of-tariffs-to-cons...
2•NomNew•3m ago•0 comments

Juul gets OK to sell vaping device with age-gating technology

https://apnews.com/article/juul-vape-update-fda-age-verification-juul2-10c93d78a67bf5e4be25f43752...
2•geox•5m ago•0 comments

Condensed concepts: Questions to consider when evaluating AI

https://condensedconcepts.blogspot.com/2026/08/questions-to-consider-when-evaluating-ai.html
2•speckx•6m ago•0 comments

Trippi – live translated captions for Google Meet, Zoom, Teams (open source)

https://github.com/skrylkovs/trippi-oss
3•skrylkovs•8m ago•1 comments

Functional Finance

https://en.wikipedia.org/wiki/Functional_finance
2•amadeuspagel•12m ago•0 comments

A society that runs on stimulants is badly broken

https://www.currentaffairs.org/news/a-society-that-runs-on-stimulants-is-badly-broken
4•pmg101•15m ago•1 comments

EU streaming subscriptions neared 33 per cent in 2025

https://www.eunews.it/en/2026/08/27/eu-streaming-subscriptions-neared-33-per-cent-in-2025-driven-...
2•jruohonen•16m ago•0 comments

Zed: Edit predictions are leaving the free Personal plan on October 7

5•lumpa•18m ago•1 comments

The OG Creator of Task Manager on Windows Built a New Task Manager

https://tmog.org
3•CarbonNanotubes•19m ago•3 comments

Foremerge

https://github.com/naw103/foremerge
2•handfuloflight•20m ago•0 comments

DeltaNet Explained (Part 1)

https://sustcsonglin.github.io/blog/2024/deltanet-1/
2•jbarrow•21m ago•0 comments

Genart-skill: a generative art skill for Claude Code

https://github.com/camilleroux/genart-skill
2•interweb•24m ago•0 comments

Isitdoneyet.gg is a website I made to figure out if games are complete

https://isitdoneyet.gg/
2•Kwolok•24m ago•1 comments

Liquid real estate markets militate against beauty

https://marginalrevolution.com/marginalrevolution/2026/08/tysons-corner-alaska-fact-of-the-day.html
3•latestatic•24m ago•0 comments

25,000 Lbs. Of Chicken Products Recalled in 5 States: USDA

https://www.thehealthy.com/news/chicken-recall-fsis-august-2026/
2•randycupertino•25m ago•0 comments

Show HN: Conduct, open-source guardrails for LLM and MCP tool calls

https://github.com/sseshachala/conductai
3•sudhendra1•25m ago•0 comments

I hit 25k users every month

https://aptransit.co/
2•UnitedOfTransit•27m ago•0 comments

Gruber discovers Systems Theory (and annoys me again)

https://iainsinclair.net/gruber-discovers-systems-theory-and-annoys-me-again/
3•speckx•29m ago•0 comments

Moonshot and Nvidia Talks Show Chinese AI Models Moving into the Enterprise

https://techstrong.ai/articles/moonshot-and-nvidia-talks-show-chinese-ai-models-moving-into-the-e...
3•CrankyBear•30m ago•0 comments

Nvidia agrees to buy Hugging Face for $12.9B, report says

https://www.cnbc.com/2026/08/27/nvidia-hugging-face-acquisition.html
3•giancarlostoro•32m ago•0 comments

Zod 4.5

https://zod.dev/blog/zod-4-5
3•lkasjdhf•36m ago•1 comments

Chrome Deletes the Last Manifest V2 Extensions on August 31

https://bumbletap.com/blog/chrome-manifest-v2-extensions-removed
4•umershahzeb•36m ago•1 comments

Aspirational Clownmaxxing and Joey's cadillac todo list

https://charlesleifer.com/blog/aspirational-clownmaxxing-and-joey-s-cadillac-todo-list/
3•farlight•36m ago•0 comments

We Scaled Platform Support 10x Without Scaling the Team

https://www.godaddy.com/resources/news/how-we-scaled-platform-support-10x-without-scaling-the-team
2•tmuhlestein•37m ago•0 comments

Flock CEO's Address Spread Online as Surveillance Backlash Explodes

https://www.gadgetreview.com/flock-ceos-address-spread-online-as-surveillance-backlash-explodes
18•randycupertino•39m ago•10 comments

Cheap code is changing how I debug

https://weidok.al/2026/08/20/cheap-code-is-changing-how.html
2•speckx•40m ago•0 comments

Squat Paradise

https://www.slowtravelberlin.com/squats-neo-nazis-friedrichshain-in-the-90s/
2•jruohonen•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.