frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Force Multiplier Generation

https://twitter.com/SirMoremoney/status/2030763229815963870
1•snoren•2m ago•0 comments

Daily multivitamin use may slow biological aging: COSMOS trial results

https://www.massgeneralbrigham.org/en/about/newsroom/press-releases/daily-multivitamin-use-may-sl...
2•hhs•5m ago•0 comments

Fresh Open Claw Documentation

1•manos-saratsis•8m ago•0 comments

Wvw.dev: world vibe web – A free and OSS federated app store for vibecoded apps

https://wvw.dev
1•fka•9m ago•1 comments

Simulating Catalog and Table Conflicts in Iceberg

https://cdouglas.github.io/posts/2026/03/catalog
1•karsinkk•10m ago•0 comments

DOGE Operative Accused of Planning to Take Social Security Data Is Named

https://www.wired.com/story/john-solly-doge-operative-accused-social-security-data-leidos/
4•afavour•11m ago•1 comments

Replit's Jordanian Immigrant Billionaire Founder Shakes Up Vibe Coding

https://www.forbes.com/sites/richardnieva/2026/03/11/meet-the-9-billion-ai-company-reimagining-vi...
1•abdelhousni•12m ago•0 comments

Ask HW: Claude Code design tools

1•dogclaw•12m ago•0 comments

Pi-Autoresearch

https://github.com/davebcn87/pi-autoresearch
1•tin7in•13m ago•0 comments

The AI coding divide: craft lovers vs. result chasers

https://blog.lmorchard.com/2026/03/11/grief-and-the-ai-split/
1•avernet•14m ago•0 comments

Apollo's Private Credit Logic Is a Lot Like Goldman

https://www.bloomberg.com/opinion/articles/2026-03-12/private-credit-apollo-logic-on-loan-values-...
2•petethomas•18m ago•0 comments

Show HN: Tokemon, a terminal dashboard to track LLM token usage

1•mm65•18m ago•0 comments

Learning Is Forgetting; LLM Training as Lossy Compression

https://openreview.net/forum?id=tvDlQj0GZB
1•pera•20m ago•0 comments

We got tired of paying $400/mo for someone to host our Markdown files

https://twitter.com/TomeDocs/status/2032221362790502880
2•vxcozy•20m ago•0 comments

Show HN: Hugoifier – convert any HTML template to a Hugo and Decap setup via AI

https://github.com/ConflictHQ/hugoifier
1•ragelink•20m ago•0 comments

Windows 11 after two decades of macOS: okay, but also awful

https://rakhim.exotext.com/windows-11-experience
2•souvlakee•25m ago•0 comments

Estimating the Size of Claude Opus 4.5/4.6

https://unexcitedneurons.substack.com/p/estimating-the-size-of-claude-opus
1•jychang•28m ago•0 comments

How much a day of war on Iran costs the US – By the Numbers [video]

https://www.youtube.com/shorts/E8yIHQUJ1gQ
1•abdelhousni•29m ago•0 comments

An Orchid, Two Fungi

https://smallthingsconsidered.blog/schaechter/2026/02/an-orchid-two-fungi/
1•BigTTYGothGF•29m ago•0 comments

The Monk at the Cocktail Party

https://www.sebs.website/the-monk-at-the-cocktail-party
1•Incerto•29m ago•0 comments

For ~2 weeks, Chinese fighter jets stopped buzzing Taiwan. No one knows why

https://www.cnn.com/2026/03/12/asia/china-taiwan-buzzing-mystery-intl-hnk
5•cwwc•31m ago•0 comments

Show HN: Chrome extension for deterministic web automation (Open Source)

https://github.com/copycat-main/web-sop-mapper
2•a8hi•32m ago•2 comments

Qodo Outperforms Claude in Code Review Benchmark

https://www.qodo.ai/blog/qodo-outperforms-claude-in-code-review-benchmark/
5•bobismyuncle•32m ago•0 comments

Where Talent Hides

https://www.kuril.in/blog/where-talent-hides/
1•mooreds•33m ago•0 comments

LLMs Will Never Say 'Thou'

https://zjpea.substack.com/p/an-llm-will-never-say-thou
1•zjp•35m ago•0 comments

Using varlock to pull secrets from 1Password at runtime

https://jesse.id/blog/posts/using-varlock-to-pull-secrets-from-1password-at-runtime
1•jesse_dot_id•36m ago•1 comments

Show HN: NeuralForge – Fine-Tune LLMs on Your Mac Using Apple Neural Engine

https://github.com/Khaeldur/NeuralForge
1•khaeldur•36m ago•1 comments

Show HN: TypeWhisper – speech-to-text with multiple engines, profiles

https://www.typewhisper.com/
1•SeoFood•38m ago•0 comments

Magit and Majutsu: discoverable version-control

https://lwn.net/Articles/1060024/
2•signa11•38m ago•0 comments

Recursive Parity in High-Entropy Mesh Protocols

1•Aethelred_Node•40m ago•0 comments
Open in hackernews

Show HN: Buckaroo – Data table UI for Notebooks

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