frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Sakha – An AI employee – onboarding tool for businesses

https://www.sakha.one
1•ankleshh•2m ago•0 comments

Profile(v2.1.4) physics-aware optimizer for vLLM (31→470 tok/s on A100)

https://github.com/jungledesh/profile
1•jungledesh•9m ago•0 comments

Staarfruit.com

https://staarfruit.com/
1•BishrKhan•10m ago•0 comments

Slay The Spire 2 – Major Update #2 – v0.107.1

https://store.steampowered.com/news/app/2868840/view/710026912607505280
1•j-scott•10m ago•1 comments

Fable Converted Pylint to Rust

https://pypi.org/project/prylint/
1•adamraudonis•11m ago•0 comments

AI Agents for Product Managers

https://ferrix.ai/blog/ai-agents-for-product-managers
1•B_Nemade•12m ago•0 comments

ElevenLabs Routes Image and Video to Outside Models, and Disclaims What They Do

https://ledger.somantix.ai/posts/eleven-labs-routes-image-and-video-to-outside-models-and-disclai...
2•bdroopy•13m ago•0 comments

Let's Encrypt has been down most of today

https://letsencrypt.status.io/#2026
30•widdakay•14m ago•3 comments

The Plan? To Resurrect Every Person Who Ever Lived

https://jonasanksher.substack.com/p/the-plan-to-resurrect-every-person
1•paulpauper•15m ago•0 comments

Universal Blue

https://universal-blue.org/
2•Tomte•17m ago•0 comments

How Poor People Manifested Billionaire Escape Resorts

https://katherineruss.substack.com/p/how-poor-people-manifested-bunker
1•Nakedemperor•19m ago•0 comments

Low-skilled attacker used Claude, Codex to breach 14 companies

https://www.helpnetsecurity.com/2026/06/17/ai-agents-offensive-cyber-operations-claude-codex/
1•xbmcuser•20m ago•0 comments

UDP Gateway Packet Sources

https://www.proxylity.com/articles/now-available-packet-sources
1•mlhpdx•21m ago•0 comments

Product Hunt launches doubled while engagement halved

https://producthunt.homek8s.com/trends
1•Meetvelde•26m ago•1 comments

Flourish Labs: $500M to reinvent AI using neuroscience [pdf]

https://flourishlabs.ai/flourish_wired_article.pdf
2•spot•27m ago•1 comments

The Major Oak, Ancient Tree of Robin Hood Legend, Has Died

https://www.nytimes.com/2026/06/18/world/europe/major-oak-tree-dies.html
1•jaredwiener•27m ago•0 comments

Ex150-16 review: washout period and starting HCLF

https://www.exfatloss.com/p/ex150-16-review-washout-period-and
1•paulpauper•27m ago•0 comments

Every Privacy Vulnerability in Chrome and How to Catch It

https://www.thatprivacyguy.com/blog/the-beast-behind-the-browser/
1•dotcoma•28m ago•0 comments

The Once and Future Fable #3: Fix This Code

https://thezvi.substack.com/p/the-once-and-future-fable-3-fix-this
1•paulpauper•28m ago•0 comments

Write your novel on your own machine. Pay no subscription

https://github.com/giapnguyen74/xnovelist
1•giapnguyen74•28m ago•0 comments

Show HN: FLIP TABLE 2026

https://fliptable.nyc/
1•wibbily•31m ago•0 comments

Show HN: Kill 80% of meetings by sending short clips back-and-forth

https://www.flowylabs.ai/llink
1•talksik•33m ago•0 comments

The Flat Curve Society

https://steve-yegge.medium.com/the-flat-curve-society-36c8b01eb33b
2•andsoitis•41m ago•0 comments

Show HN: Coding Tools MCP – Give any LLM agent the ability to code

https://github.com/xyTom/coding-tools-mcp
1•xytom•42m ago•0 comments

Ice Water Drowning Survival After 147-Minute Submersion and Hypothermic Arrest

https://www.jacc.org/doi/10.1016/j.jaccas.2025.104885
16•js2•42m ago•3 comments

Adding face tracking to my Pico 4

https://www.kitsu.red/blog/2025-08-06-face-tracking-for-pico-4
2•kitsune_cw•42m ago•0 comments

California 'billionaire tax' makes ballot despite opposition from tech moguls

https://www.theguardian.com/us-news/2026/jun/18/california-billionaire-tax-ballot-tech-opposition
4•dmitrygr•43m ago•2 comments

Show HN: Guess the World Cup players' home club

https://juice.name/
1•chadwittman•45m ago•0 comments

Place 24 rowers in 4 boats of 6 – how many days for every pair to meet?

https://quirino.net/blog/4boats/
1•quirino•46m ago•0 comments

Rclone: "Rsync for Cloud Storage"

https://github.com/rclone/rclone
1•pretext•46m 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.