frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hollywood Has a Voice Problem. Sag-Aftra Cannot Fix It Alone

https://oravys.com/blog/hollywood-voice-gap
1•Oravys•38s ago•0 comments

Git-surgeon gives AI agents surgical control without interactive prompts

https://github.com/raine/git-surgeon
1•mil22•1m ago•0 comments

AI Rings on Fingers Can Interpret Sign Language

https://spectrum.ieee.org/sign-language-interpreter
2•SVI•10m ago•0 comments

Where OpenClaw Security Is Heading

https://openclaw.ai/blog/where-openclaw-security-is-heading
2•paulofeliciano•14m ago•0 comments

The Psychopathy Jailbreak: What a Broken AI Teaches Us About Human Manipulation

https://www.promptinjection.net/p/nsfw-and-the-psychopathy-jailbreak-what-broken-ai-llm-teaches-a...
2•JustMyNews•14m ago•0 comments

A "Photonic" Guitar

https://www.dallasnews.com/arts-entertainment/visual-arts/2025/08/01/science-or-art-this-former-u...
1•8organicbits•19m ago•0 comments

AI Is a Separator

https://www.nvegater.com/blog/ai-separates
1•nvegater•19m ago•0 comments

Show HN:Android 9 interactive in a browser – no root, no VM, no KVM, no QEMU

https://www.youtube.com/watch?v=5GCMbhhhdh8
1•sahraoui8487•21m ago•0 comments

Vercel's Zero: A Programming Language Designed for AI Agents

https://firethering.com/vercel-zero-programming-language-ai-agents/
2•steveharing1•21m ago•2 comments

I Migrated from Laravel to Maravelith, and to Maravel

https://medium.com/@marius-ciclistu/why-i-migrated-from-laravel-to-maravelith-and-then-finally-to...
1•marius-ciclistu•21m ago•0 comments

Traffic meter per ASN without logs

https://anarc.at/blog/2025-05-30-asncounter/
1•edward•23m ago•0 comments

Post-game depression scale – a measure to capture after finishing video games

https://link.springer.com/article/10.1007/s12144-025-08515-2
1•Jimmc414•26m ago•0 comments

Return on Intelligence, Part 1: Echoes

https://rebecca-powell.com/posts/return-on-intelligence-01-echoes/
2•jerhewet•26m ago•0 comments

Fired Atlassian engineer posts breakdown of every system he built

https://twitter.com/polydao/status/2055197994635424038
4•DeusExMachina•26m ago•0 comments

Package Quarantine and Urgent Release Protocol (Pqurp)

https://github.com/melbahja/draft-pqurp/blob/main/spec.md
1•dev0x0•39m ago•0 comments

Autoregressive next token prediction and KV Cache in transformers

https://medium.com/advanced-deep-learning/autoregressive-next-token-prediction-kv-cache-in-transf...
1•coarchitect•39m ago•0 comments

Don't Outsource the Learning to AI

https://twitter.com/addyosmani/status/2056078124346228860
1•ayoisaiah•42m ago•0 comments

Skilled – a CLI and TUI to inspect skill usage by your coding agents

https://github.com/av/skilled/releases/tag/v0.3.1
1•everlier•48m ago•1 comments

The Four Horsemen of the LLM Apocalypse

https://anarc.at/blog/2026-05-16-four-horsemen/
3•edward•48m ago•0 comments

Quit: A Human-in-the-Loop Platform for AI Research Automation

https://github.com/Mr-XcHan/QUIT
1•isxinchen•52m ago•0 comments

Fwd: [multicians] Peter Neumann has died

https://lwn.net/ml/all/CAEoi9W7rpLzdJzYJ3-F0KVJo-wQXa7UawUYtUoUUYy36m5e_3Q@mail.gmail.com/
5•Tomte•53m ago•0 comments

Kubernetes memory requests don't do what you think (until you enable MemoryQoS)

https://roszigit.com/en/blog/kubernetes-memory-request-limit
2•lkanwoqwp•53m ago•0 comments

Once Upon a Time in (New) Math

https://ssmcis-columbia.github.io/
2•he11ow•55m ago•0 comments

Show HN: A Pure-Python Computer Vision Library That's Fast and Minimal

https://github.com/abhiTronix/vidgear
1•abhiTronix•56m ago•0 comments

Use your Grok subscription in Hermes agent

https://x.ai/news/grok-hermes
2•sheepscreek•56m ago•0 comments

Vladislav Surkov

https://en.wikipedia.org/wiki/Vladislav_Surkov
1•James72689•1h ago•0 comments

Longtime Leading AMD Linux GPU Driver Developer Now Working for Valve

https://www.phoronix.com/news/AMD-Marek-Joins-Valve
3•Bender•1h ago•0 comments

New UFO files offer no answers–but something is happening in the skies

https://www.popsci.com/science/new-ufo-files-offer-no-answers-but-something-is-happening-in-the-s...
3•evo_9•1h ago•1 comments

VoIP Brings Back Old-Fashioned Pay Phones to Rural Vermont

https://spectrum.ieee.org/payphone-voip
3•bookofjoe•1h ago•0 comments

Paul Erdos

https://en.wikipedia.org/wiki/Paul_Erd%C5%91s
4•cemsakarya•1h ago•0 comments
Open in hackernews

Show HN: Buckaroo – Data table UI for Notebooks

https://github.com/paddymul/buckaroo
105•paddy_m•12mo 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•12mo 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•12mo 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•12mo 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•12mo ago
Congratulations on launching. Buckaroo looks great.
franky47•12mo ago
But does it work across data tables with 8 dimensions?
trsohmers•12mo ago
Only with the oscillation overthruster flag enabled.
hodder•12mo ago
Looks cool to me. I often just end out exporting and opening in excel to do this
epistasis•12mo 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•12mo ago
How does it compare to Data Wrangler ? I like Data Wrangler because it let us open up in a separate VS Code window.