frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Is there even a ground-truth for LLMs' internal representations?

https://www.lesswrong.com/posts/EetjXEwjR2eun2mAc/is-there-even-a-ground-truth-for-llms-internal
1•joozio•1m ago•0 comments

PixelSat I Software Part 3: Onboard Computer

https://www.projectpixelorbital.com/software-3/
1•aadishv•3m ago•0 comments

I compared 5 AI coding subscriptions by pricing model and usage limits

https://canopywave.com/blog/best-ai-coding-plans-2026-pricing-limits-use-cases
1•Rossmax•5m ago•0 comments

Britain: A Cautionary Tale for America

https://www.noahpinion.blog/p/the-uk-is-a-cautionary-tale-for-the
1•barry-cotter•10m ago•1 comments

Claude Fable 5 on your plan

https://support.claude.com/en/articles/15424964-claude-fable-5-on-your-plan
1•tidbeck•10m ago•1 comments

Notes from Inside China's AI Labs

https://www.interconnects.ai/p/notes-from-inside-chinas-ai-labs
1•hunglee2•11m ago•0 comments

The Jacobian Conjecture Is False per Anthropic

https://old.reddit.com/r/math/comments/1v1aix1/the_jacobian_conjecture_is_false_per_anthropic/
2•georgeven•19m ago•0 comments

Square Right Pyramid Volume (Height = Base) Visually

https://www.youtube.com/watch?v=5rJHidOvuvc
1•vismit2000•20m ago•0 comments

The Life and Times of Maxis, Part 2: SimWorld

https://www.filfre.net/2026/07/the-life-and-times-of-maxis-part-2-simworld/
2•zetamax•21m ago•0 comments

Identical quadruplets in 'one of the rarest births in the world'

https://www.abc.net.au/news/2026-07-20/identical-quadruplets-birth-brisbane/106935748
2•asdefghyk•21m ago•1 comments

First evidence of WordPress wp2shell exploit being used in the wild

https://twitter.com/rahulgovind517/status/2078998010969866538
2•rahulgovind517•22m ago•1 comments

Better Agent Leagues and Decision Supervision from Branched Rollouts

https://gertlabs.com/blog/verdict
1•gertlabs•29m ago•0 comments

NYC LL144 and EU AI Act Compliance Guides

https://www.nyc144euaiact.com
1•Haiec•34m ago•0 comments

Remarkable icefish nests found under Antarctic ice

https://oceanographicmagazine.com/news/thousands-of-remarkable-icefish-nests-found-under-antarcti...
2•teleforce•35m ago•0 comments

Project Euler Problems 1–100

https://github.com/norvig/pytudes/blob/main/ipynb/Euler.ipynb
1•vismit2000•36m ago•0 comments

China's mysterious new billionaires are conquering the world

https://www.economist.com/business/2026/07/19/chinas-mysterious-new-billionaires-are-conquering-t...
2•andsoitis•41m ago•0 comments

Apopo: 100M Square Meters Cleared of Landmines

https://apopo.org/apopo-reaches-milestone-in-landmine-clearance/
1•thunderbong•42m ago•0 comments

Fighter Jets Are Passé

https://www.theatlantic.com/ideas/2026/07/us-military-tech-drones/687945/
2•breve•45m ago•0 comments

An LLM API gateway with budget-limited tokens for your LLM API keys

https://github.com/er91/budget_aware_llm_api_gateway
1•endlessroad1991•45m ago•1 comments

A Practitioner Guide to AWS EFA Programming

https://uccl-project.github.io/posts/efa-programming/
2•ankitg12•49m ago•0 comments

Hugging Face hacked: Blue Team turned to Chinese LLM after US models blocked

https://www.thestack.technology/hugging-face-hacked-turned-to-chinese-llm-for-help-after-us-model...
3•wertyk•50m ago•0 comments

What Is Agentic AI?

https://www.hpc-ai.com/blog/What-Is-Agentic-AI
2•hpcaitech•51m ago•0 comments

My USB Drive Has a Hidden Encrypted Vault

https://rootkitlabs.com/2026/06/22/I%27m-Building-a-Secure-USB-Drive/
2•machinehum•55m ago•0 comments

Koppen Climate Lookup

https://epestr.com/koppen/
2•epestr•56m ago•0 comments

Show HN: BrainrotKit – Turn text and PDFs into editable vertical videos

https://brainrotkit.com/
2•nuco•57m ago•1 comments

Show HN: Fable-generated Bible minigames

https://biblegames.xyz/
1•jos-•1h ago•0 comments

27 days building a founder traffic network from scratch. What I learned

https://www.indiehackers.com/post/27-days-building-a-founder-traffic-network-from-scratch-what-i-...
1•danielabinav160•1h ago•0 comments

Use AI Free – GUI, Web, CLI, Telegram, 2k MCP, 100K Skills

1•devdulus•1h ago•0 comments

How Gnutella Scaled to Handle Query Traffic

https://rickcarlino.com/notes/p2p/how-gnutella-scaled-to-handle-query-traffic.html
1•rickcarlino•1h ago•0 comments

AI with No Chatbox

1•blacklabeltec•1h ago•1 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.