frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tab Hibernator Pro – open-source MV3 tab suspender, zero telemetry

https://chromewebstore.google.com/detail/tab-hibernator-pro/lbabbhdapcdblnboodlljafchidhamka
1•sujalmeena•1m ago•0 comments

HDMI 2.1 Display Stream Compression "DSC" Also Ready for Amdgpu Linux Driver

https://www.phoronix.com/news/HDMI-2.1-DSC-AMDGPU-FRL
1•speckx•2m ago•0 comments

Stop bashing bugs – they're undesirable states, not villains

https://testflows.com/blog/stop-bashing-bugs-its-all-your-fault/
1•Naulius•4m ago•0 comments

Australians will call 'bullshit' on green energy without clearer benefits

https://www.theguardian.com/australia-news/2026/apr/27/australians-will-call-bullshit-on-green-en...
1•PaulHoule•8m ago•0 comments

Changing One Character in a PDF

https://www.johndcook.com/blog/2026/05/05/changing-one-character-in-a-pdf/
1•ibobev•8m ago•0 comments

We Render Everything in the Browser

https://vivianvoss.net/blog/why-we-render-everything-in-the-browser
2•speckx•8m ago•0 comments

The Mythology of Category Theory

https://www.johndcook.com/blog/2026/05/06/category-mythology/
1•ibobev•8m ago•0 comments

FlowFlow, voice notes with on-device RAG in Rust for iOS

https://github.com/mirkobozzetto/flowflow
1•mirkobozzetto•8m ago•0 comments

Left and right shifts are pseudoinverses

https://www.johndcook.com/blog/2026/05/11/inverse-shift/
1•ibobev•8m ago•0 comments

iOS 18.7.9 cuts off iPhone 11 and later

https://support.apple.com/en-us/127111
1•seam_carver•10m ago•0 comments

Show HN: I made an app full of bugs

https://jimmysastra.com/doodles/bug/
1•sastra•10m ago•0 comments

Learning to Discover at Test Time

https://test-time-training.github.io/discover/
1•ray__•10m ago•0 comments

TV Show Recommender based on reviews only

https://gravity7.com/Binge6/
1•gravity7•11m ago•1 comments

GCP Account Compromised – Billed 10M

https://old.reddit.com/r/googlecloud/comments/1ta5sim/gcp_account_compromised_billed_10m/
2•speckx•13m ago•0 comments

Claude can now follow users across Outlook, Word, Excel, and PowerPoint

https://thenewstack.io/claude-word-excel-powerpoint-outlook-microsoft-office/
1•Brajeshwar•13m ago•0 comments

Show HN: Rapunzel – a tree-style tab terminal emulator for Codex Claude Gemini

https://github.com/salmanjavaid/rapunzel/tree/main
2•WasimBhai•16m ago•0 comments

My journey to the microwave alternate timeline

https://malmesbury.substack.com/p/my-journey-to-the-microwave-alternate
2•ravenical•16m ago•0 comments

Ask HN: Why do people hate using AI so much?

1•AznHisoka•18m ago•2 comments

LLMs find the right factors but miss the frame

https://ethanfast.com/llms-find-the-right-factors-but-miss-the-frame.html
1•unignorant•18m ago•0 comments

Offline Agentic Coding: OpenCode and Kilocode

https://www.williamangel.net/blog/2026/05/07/offline-agentic-coding-2.html
1•datadrivenangel•20m ago•0 comments

Tell me why this UUID pattern is stupid

2•yakkasean•20m ago•1 comments

Juan Benet Podcast: Treating Paralysis and Digitizing Neural Data

https://www.juanbenetpodcast.com/p/ben-rapoport-treating-paralysis-and
1•nettynol•20m ago•0 comments

Intentionality in an Age of Slop

https://babbo.dev/intentio
1•JosephBabbo•21m ago•0 comments

Suspend broken for Nvidia on latest Linux kernel

https://github.com/NVIDIA/open-gpu-kernel-modules/issues/1117
2•br0wnr1c3•22m ago•1 comments

State-as-Files: A Manifesto for Multi-Session Agent Work

https://github.com/socaseinpoint/stage-pass-template/blob/main/articles/2026-05-11-state-as-files...
1•nocaseinpoint•22m ago•0 comments

Bugbot Switches to Usage Based Pricing

https://cursor.com/blog/may-2026-bugbot-changes
3•cameroncairns•24m ago•0 comments

SolidInvoice, open-source invoicing with a built-in MCP server

https://solidinvoice.co/docs/ai/mcp-server/
1•pierredup•25m ago•0 comments

California homeowners sue Coastal Commission over unconstitutional permit

https://pacificlegal.org/press-release/california-homeowners-sue-coastal-commission-over-unconsti...
2•hnburnsy•25m ago•0 comments

Best AI Tools for Social Media in 2026 (Ranked and Reviewed)

https://xreplyai.com/blog/best-ai-tools-for-social-media
1•john_builds•27m ago•0 comments

Ask HN: I'm fed up with my Chromecast/Google TV. What are my options?

4•module1973•27m ago•3 comments
Open in hackernews

Show HN: Buckaroo – Data table UI for Notebooks

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