frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Human bodies did not simply got bigger and bigger over time in a steady line

https://phys.org/news/2026-06-idea-human-bodies-simply-bigger.html
1•JPLeRouzic•1m ago•0 comments

Invite to beta tester and investors for depgaze. SW supply chain security tool

https://www.depgaze.xyz/
1•gcarlo•4m ago•0 comments

EU Member States (and Google) suddenly want to keep cookie banners

https://noyb.eu/en/eu-member-states-and-google-suddenly-want-keep-cookie-banners
2•robin_reala•5m ago•0 comments

Show HN: We built an open-source tool for real-time speech-to-speech translation

1•Saurabh_06•5m ago•0 comments

GLM-5.2 vs. Claude Opus 4.5

https://gopeekapp.blogspot.com/2026/06/glm-52-vs-claude-opus-45.html
1•GeorgeWoff25•17m ago•0 comments

How to Stay Active with a Desk Job

https://www.uclahealth.org/news/article/how-stay-active-with-desk-job
2•hasudon7171•18m ago•0 comments

Ask HN: Anthropic banned me from using Claude Code and I don't know what to do

2•ayi•18m ago•0 comments

America's largest companies have no simple way to report security flaws

https://this.weekinsecurity.com/dozens-of-americas-largest-companies-have-no-simple-way-to-report...
1•anujbans•19m ago•0 comments

A Dark Dimension Could Link Two of the Universe's Great Unknowns

https://www.quantamagazine.org/a-dark-dimension-could-link-two-of-the-universes-great-unknowns-20...
2•anujbans•20m ago•0 comments

Current AI is like the film company producing TV series or movies

https://devcyc.life/current-ai-is-like-the-film-company-producing-tv-series-or-movies/
1•lilerjee•22m ago•0 comments

Louis Pope Gratacap, a Curator in Lost Worlds

https://publicdomainreview.org/essay/gratacap-curator-in-lost-worlds/
2•Caiero•23m ago•0 comments

I published: how a question about heat became a question about reality itself

https://everythingthatglows.com/
1•kmeves•24m ago•2 comments

SHOW HN: ConvertFast – offline file conversion and file utilities for desktop

https://convertfast.co/
1•amsaleque•26m ago•1 comments

Show HN: MinLlama – Llama 3.2 inference in ~100 lines of NumPy

https://github.com/timothygao8710/minLlama
1•timothygao•26m ago•0 comments

Show HN: Make your app collaborative or multiplayer with one prompt

https://antics.gg/
2•heyitssim•27m ago•0 comments

Language models transmit behavioural traits through hidden signals in data

https://www.nature.com/articles/s41586-026-10319-8
2•thinkingemote•28m ago•0 comments

Show HN: SIA SEO: AI SEO content generation that shows up in AI Search Results

https://siaseo.com
1•Sharanxxxx•30m ago•1 comments

Cascading Messages in Smalltalk

https://donraab.medium.com/cascading-messages-in-smalltalk-14807389b6ce
1•ingve•31m ago•0 comments

Why the Odyssey Keeps Defeating Filmmakers

https://www.newyorker.com/magazine/2026/06/29/why-the-odyssey-keeps-defeating-filmmakers
2•prismatic•31m ago•0 comments

Open source, global vs. proprietary but for US in US, which is fundable in SaaS?

1•avijeetsingh16•35m ago•0 comments

Good growth strategist, bad growth strategist

https://read.earlystagegrowth.com/p/good-growth-strategist-bad-growth
1•joshlachkovic•40m ago•0 comments

Show HN: Free VIN Decoder with AI Summaries on Cloudflare Workers and NHTSA Data

https://checkmyvin.net/
1•Roselol•44m ago•0 comments

The new HTTP QUERY method explained

https://kreya.app/blog/new-http-query-method-explained/
7•CommonGuy•47m ago•2 comments

Colombia's president accuses Israel of compromising election software

https://twitter.com/petrogustavo/status/2068831260982571151
4•rendall•47m ago•3 comments

OceanBase Uses Multi-Paxos for High Availability

https://en.oceanbase.com/blog/zero-data-loss-fast-failover-oceanbase-multi-paxos
1•mountainview•47m ago•0 comments

Design an international money transfer system

https://medium.com/techtrends-digest/designing-an-international-money-transfer-system-4f816d6f98dc
1•sampathanurag3•47m ago•0 comments

Show HN: Demand Intelligence and AI Design

https://dxmax.cc/
1•akhyansh0507•52m ago•0 comments

Words, Words, Words

https://aeon.co/essays/literature-fans-should-welcome-ai-as-a-fellow-wordsmith
1•benbreen•54m ago•0 comments

OpenAI pitches ChatGPT ads to Cannes marketers ahead of IPO

https://www.ft.com/content/9717a042-fd09-4d08-972d-29b68f7985a4
3•thm•55m ago•0 comments

Design Crit: We taught AI to judge design like a designer

https://twitter.com/contralabs_ai/status/2067642363909144932
1•nopinsight•57m 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.