frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Rextio – Compile Python code natively using Rust with CPython fallbacks

https://github.com/rextio/rextio
1•rextio•1m ago•0 comments

Show HN: Adept – convert any YouTube playlist into a Udemy-like course

https://withadept.com
1•Sekhmet•1m ago•0 comments

August Is Here: Time Has Come to Label AI Deepfakes

https://read.misalignedmag.com/august-is-here-time-has-come-to-label-ai-deepfakes-2181ad0435ac
1•lcubw•2m ago•1 comments

TikTrack

https://einzzcookie.org/
1•kekseesser•3m ago•0 comments

Show HN: Replaybook, an Infrastructure Agent Evaluation Framework

https://github.com/ducks/replaybook
1•ducks_•6m ago•0 comments

Path of Exile 2 devs convinced Nvidia to fix a bug by sending it PC

https://www.pcgamer.com/games/rpg/after-a-year-and-a-half-of-rigorous-testing-path-of-exile-2-dev...
1•EvgeniyZh•8m ago•0 comments

Ask HN: What free browser tools do you use daily?

1•tooly_work•9m ago•0 comments

List of United States presidential assassination attempts and plots

https://en.wikipedia.org/wiki/List_of_United_States_presidential_assassination_attempts_and_plots
1•loughnane•9m ago•0 comments

Mesh2Motion Update 12: Horses and Offline Application

https://mesh2motion.org/news
1•wertyk•10m ago•0 comments

Tokenmaxxing Is Dead. Now Comes the Belt Tightening

https://www.bloomberg.com/news/articles/2026-07-31/corporate-america-cracks-down-on-ai-spending-a...
3•mancerayder•16m ago•0 comments

How the words we teach English language learners changed

https://pudding.cool/2026/07/essential-words/
2•c-oreills•17m ago•0 comments

A discarded SpaceX rocket is on a high-speed collision course with the moon

https://apnews.com/article/spacex-rocket-moon-crash-512c4dd708b4cda1160d30b764f9fdb5
1•marc__1•18m ago•0 comments

Why Sheep Need Pigs in Sheepdog's Clothing

https://www.overcomingbias.com/p/why-sheep-need-pigs-in-sheepdogs
1•jger15•19m ago•0 comments

Show HN: I spent 2.5 years developing my 3D portfolio website, all under 5 MB

https://shees.dev
3•sheesdev•20m ago•2 comments

The Case for Bad Coffee

https://www.seriouseats.com/the-case-for-bad-coffee
1•colinprince•21m ago•1 comments

Decadence Without Pleasure: Why Nothing Feels Joyful Anymore

https://www.theguardian.com/us-news/ng-interactive/2026/jul/26/age-of-decadence-pleasure-ai
2•yarapavan•22m ago•0 comments

Ask HN: Will Stripe Buy PayPal?

1•cyanregiment•24m ago•0 comments

Hungary to shut down sole nuclear plant as Danube falls to record low

https://www.reuters.com/business/energy/hungarys-paks-nuclear-plant-could-be-powered-down-this-we...
2•geox•25m ago•0 comments

Counter-Based random number generator

https://en.wikipedia.org/wiki/Counter-based_random_number_generator
1•binyu•30m ago•0 comments

Show HN: Interactive Heatsink Area Calculator by Geometric Profile

https://specled.com/en/w/heatsink-profile-area-calculator-by-geometric-profile/
1•Specled•31m ago•0 comments

Demobscene

https://demobscene.com/
1•fatliverfreddy•31m ago•0 comments

Write Amplification Explained

https://everything.explained.today/Write_amplification/
1•ankitg12•31m ago•0 comments

Mosh in a Lift (2012)

https://mosh.org/elevator.txt
1•gavide•32m ago•0 comments

Having fun with oh my pi, DeepSeek-V4-Flash, GPT-5.6 Luna and Antigravity CLI

https://flashblaze.xyz/posts/having-fun-with-omp-deepseek-luna-and-agy/
2•flashblaze•35m ago•0 comments

Yes you can measure engineering

https://www.rubick.com/valuesum-metric/
5•meetpateltech•36m ago•1 comments

Security Flaw Placed 30 Years of DNA Evidence at Risk of Hacking

https://www.wsj.com/tech/cybersecurity/security-flaw-placed-30-years-of-dna-evidence-at-risk-of-h...
1•impish9208•40m ago•1 comments

The Impending, Inescapable Deluge of A.I

https://www.nytimes.com/interactive/2026/07/29/technology/ai-chips-data-center-boom.html
3•bookofjoe•40m ago•1 comments

Show HN: A fixed harness for comparing LLM agent memory systems

https://github.com/AML-memory/agent-memory-leaderboard
1•IreneAI•41m ago•0 comments

VC-backed startups commit more fraud, and researchers think they know why

https://techcrunch.com/2026/07/31/vc-backed-startups-commit-more-fraud-and-researchers-think-they...
2•richardchilders•41m ago•0 comments

Mozilla's Inaugural 'State of Open Source AI' Report Is Here

https://blog.mozilla.org/en/mozilla/mozilla-state-of-open-source-ai-report/
3•nlpnerd•42m 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.