frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Japanese government announces measures against mega-solar projects

https://twitter.com/takaichi_sanae/status/2086977599130194229
1•anigbrowl•1m ago•0 comments

ChatGPT to Markdown: export any chat [video]

https://www.youtube.com/watch?v=TXPMnpUxab4
2•quysala147258•2m ago•0 comments

eBay scammer took $600 from me; eBay suggests cotton-candy flavor energy drinks

https://www.reddit.com/r/Wellthatsucks/s/si0ksx7ceI
1•rogerrogerr•6m ago•0 comments

Attackers Can Steal Enterprise Data with One Click Through Atlassian Rovo Flaw

https://www.kobaran.com/attackers-can-steal-enterprise-data-with-one-click-through-atlassian-rovo...
1•supportm•7m ago•0 comments

Building a Pure-Rust, Sandboxed, Local-First Browser for Agents

https://www.reddit.com/r/codex/comments/1vl404k/purerust_sandboxed_localfirst_browser_for_agents/
1•syumei•9m ago•0 comments

Show HN: SendPage – turn AI-generated HTML into a shareable link

https://sendpageapp.com
1•jack714•11m ago•0 comments

We Built Linear Agent

https://linear.app/now/how-we-built-linear-agent
1•cristinacordova•17m ago•0 comments

Canada Is Building a Surveillance State via 5 Bills

https://x.com/lucyhargreaves4/article/2066903272271544551
2•vancouvermatt•18m ago•0 comments

New Claude model improves lower bound on problem linked to Reimann hypothesis

https://marqr.codes/u3bno
1•ajax33•18m ago•2 comments

Sprout – easily build an app with AI, share it, and use other apps

https://sprout.monkeyai.io/
1•davidk2yang•26m ago•1 comments

Antirez/h3.c: MiniMax H3 inference engine for Mac computers

https://github.com/antirez/h3.c
2•swyx•33m ago•0 comments

Show HN: Insidedb, an interactive, animated explainer of database internals

https://david-g-3654.github.io/insidedb/
2•davai-g•35m ago•0 comments

Show HN: Sketchling – a hand-drawn animation language for coding agents

https://github.com/AnayGarodia/sketchling
1•ag5250•37m ago•0 comments

Predicting AI Job Exposure

https://www.ben-evans.com/benedictevans/2026/5/24/ai-job-exposure
1•fagnerbrack•39m ago•0 comments

Reorgs Happen

https://ben.balter.com/2026/06/07/reorgs-happen/
3•fagnerbrack•39m ago•0 comments

Compensation Bands and Promotions

https://molochinations.substack.com/p/compensation-bands-and-promotions
2•fagnerbrack•39m ago•0 comments

Google's AI Team Tells Job Seekers Its HR Filters Are Unreliable

https://www.bloomberg.com/news/articles/2026-08-10/google-s-ai-team-tells-job-seekers-its-hr-filt...
3•htrp•40m ago•1 comments

Show HN: Linejudge – an independent verification harness for coding agents

https://github.com/phillipmex/linejudge
1•phillipmex•46m ago•0 comments

Show HN: Airship – Figma-Like Visual Editor for Claude Code, Codex and OpenCode

https://github.com/0xnyn/airship
1•0xnyn•46m ago•0 comments

A Lost Civilization Is Baffling Experts and Rewriting China's Origin Story

https://www.wsj.com/world/china/a-lost-civilization-is-baffling-experts-and-rewriting-chinas-orig...
6•bookofjoe•47m ago•1 comments

Nintendo Should Stop Selling Consoles

https://taikhooms.substack.com/p/nintendo-the-media-company
2•Altaba•50m ago•0 comments

Flock Cameras Can Track Every Car in America. Police Love Them. Citizens Don't

https://www.nytimes.com/2026/08/10/us/flock-cameras-can-track-every-car-in-america-police-love-th...
47•pseudolus•55m ago•22 comments

OpenAI found us generators for maximal Monster subgroup holdout 59:29

https://arxiv.org/abs/2607.28900
2•oliculipolicula•56m ago•0 comments

U.S. brokers secret deal on clandestine Syrian nuclear site

https://www.axios.com/2026/08/10/syria-nuclear-israel-turkey-iaea
4•cwwc•57m ago•0 comments

Sergey Brin has now spent $100M to fight the billionaire tax

https://techcrunch.com/2026/08/10/google-co-founder-sergey-brin-has-now-spent-100-million-to-figh...
9•debo_•57m ago•3 comments

Show HN: Ohm – Use uBlock Origin cosmetic filters in Chrome again

https://ohm.wbnns.com/
1•wbnns•1h ago•0 comments

Show HN: It's 6 18 am now going to sleep as MVP is made GN

https://bengu-phi.vercel.app
1•sahil423•1h ago•0 comments

Road deaths in the US have fallen more slowly than in other rich countries

https://ourworldindata.org/data-insights/road-deaths-in-the-united-states-have-fallen-much-more-s...
3•alphabetatango•1h ago•1 comments

Using AI while exercising your critical thinking

https://swiftrocks.com/using-ai-without-losing-critical-thinking
1•jshchnz•1h ago•0 comments

The Fourth Amendment After Chatrie

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7238178
3•cbrews•1h 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.