frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Blizzard Workers Win Historic Union Contract That Could Set a New Standard

https://www.gamespot.com/articles/blizzard-workers-win-historic-union-contract-that-could-set-a-n...
1•latexr•32s ago•0 comments

Peeriot Releases Myrmic Developer Preview at RustConf 2026

https://rustfoundation.org/media/guest-post-peeriot-releases-myrmic-developer-preview-at-rustconf...
1•MicPe•4m ago•0 comments

Show HN: Choicer Voicer, put your own voice into movie and game scenes

https://playchoicervoicer.com/
1•trywork2026•6m ago•0 comments

Foomflops: Three Decades of AI Predictions

https://foom.hyperplex.org/
1•EvgeniyZh•7m ago•0 comments

When the RIAA sued a 12-year-old for MP3 piracy

https://dfarq.homeip.net/that-time-the-riaa-sued-a-12-year-old-for-mp3-usage/
3•giuliomagnifico•8m ago•0 comments

Archive.ubuntu.com and a few other components are down

https://status.canonical.com/#/incident/KNms6QK9ewuzz-7xUsPsNylV20jEt5kyKsd8A-3ptQG_37xwBenEnYvK-...
1•vanschelven•8m ago•1 comments

Dating Apps Are Dying

https://time.com/article/2026/09/09/dating-apps-are-dying/
2•carabiner•10m ago•0 comments

Climate 'feedback loops' could worsen global warming by 30%, study finds

https://www.theguardian.com/environment/2026/sep/10/climate-feedback-loops-global-warming-study
3•signa11•13m ago•0 comments

Apple Watch Ultra 4 Drops Glonass Support

https://www.macrumors.com/2026/09/10/apple-watch-ultra-4-glonass/
2•tosh•15m ago•0 comments

Draw a wheel, see the road it rolls on

https://roadwright.baselashraf.com/
1•thunderbong•17m ago•0 comments

Show HN: A local, open-source version of Claude Code

https://github.com/just-not-google/BiNeuron
2•waratecs123•18m ago•0 comments

Anthropic reveals rogue AI agents hate CAPTCHAs, just like you

https://techcrunch.com/2026/09/10/anthropic-reveals-rogue-ai-agents-hate-captchas-just-like-you/
3•h0ek•20m ago•0 comments

TypeScript-to-Native Compiler – Scriptc.dev

https://scriptc.dev/
1•nkjoep•20m ago•0 comments

Open Letter about the Mathathon

https://proofsandprompts.com/2026/09/10/open-letter-about-the-mathathon/
1•nill0•21m ago•0 comments

Apple Explains What Happens to Conversations Siri Recap Hears

https://www.macrumors.com/2026/09/10/apple-watch-siri-recap/
3•Cider9986•23m ago•0 comments

Another way to leak traffic on Android has been discovered

https://mullvad.net/en/blog/another-way-to-leak-traffic-on-android-has-been-discovered
3•Cider9986•23m ago•0 comments

Using Sound as a Fire Extinguisher [video]

https://www.youtube.com/watch?v=ZvnCQg4w4o8
1•simonebrunozzi•25m ago•0 comments

Sept. 11 Changed the World Order. But Not for the Reason We May Think

https://www.wsj.com/world/sept-11-changed-world-order-1508c504
2•Tomte•27m ago•0 comments

Performing Animations in Tldraw Flash

https://www.youtube.com/watch?v=dnv39vt2uwc
1•armanboyaci•28m ago•0 comments

Powering AI is an architecture problem

https://www.technologyreview.com/2026/09/10/1141649/powering-ai-is-an-architecture-problem/
2•joozio•29m ago•0 comments

Show HN: Blender Agent:A live, multi-turn agent that any can use for Blender

https://github.com/zavora-ai/adk-rust/tree/main/examples/blender_console
1•JamesKaranja•30m ago•0 comments

Give Me Knobs

https://yehiaabdelm.com/blog/give-me-knobs
1•yehiaabdelm•37m ago•0 comments

Measuring Malicious Intermediary Attacks on the LLM Supply Chain

https://twitter.com/shoucccc/status/2098169782541631871
1•soltanov•39m ago•0 comments

XPENG's Humanoid Robots production line is finished

https://www.youtube.com/watch?v=ZgBm8PdtpGo
3•nickweb•40m ago•0 comments

Cross-Lingual Alignment Without Joint Training

https://arxiv.org/abs/2608.27115
1•codelion•40m ago•0 comments

Measuring Malicious Intermediary Attacks on the LLM Supply Chain

https://arxiv.org/abs/2604.08407
1•0in•42m ago•0 comments

Congress Is Suddenly Waking Up to the AI Doomsday Threat

https://www.wsj.com/politics/policy/congress-is-suddenly-waking-up-to-the-ai-doomsday-threat-b40a...
5•doener•44m ago•2 comments

DeepSeek v4.1 Flash Uncensored

https://huggingface.co/dealignai/DeepSeek-V4.1-Flash-UNCENSORED-FP8
4•soltanov•46m ago•0 comments

Show HN: Oxlint plugin to auto-fix non-canonical Tailwind classes

https://github.com/maharshi365/oxlint-plugin-tailwind-canonical
1•maharship2022•48m ago•0 comments

Anthropic is lying: Moonshot is not routing to Claude

https://twitter.com/trydotworks/status/2098300730805284961
3•try-working•50m ago•2 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.