frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Tiny Camera Revealed a Hidden Passage in the Great Pyramid

https://modernengineeringmarvels.com/2026/03/13/a-tiny-camera-revealed-a-hidden-passage-in-the-gr...
1•Brajeshwar•34s ago•0 comments

Iranian missile strike damaged 5 US refueling planes at Saudi airbase

https://www.timesofisrael.com/liveblog_entry/iranian-missile-strike-damaged-5-us-refueling-planes...
1•johnbarron•55s ago•0 comments

What is wisdom, and can it be taught?

https://knowablemagazine.org/content/article/mind/2026/what-is-wisdom-can-it-be-taught
2•knowablemag•1m ago•0 comments

11 Years of World of Matthew

https://worldofmatthew.com/blog/11/
2•worldofmatthew•2m ago•0 comments

NYT Connections style game in 195 languages

https://lingopop.unitz.app
1•pnhoang•5m ago•1 comments

Safari web browser bugs: A year in review

https://lapcatsoftware.com/articles/2026/3/6.html
2•latexr•6m ago•0 comments

Games with loot boxes to get minimum 16 age rating across Europe

https://www.bbc.com/news/articles/cge84xqjg5lo
1•gostsamo•6m ago•0 comments

What a Friday Night Build Session Taught Us About Failing Loud

https://wire.wise-relations.com/news/2026-03-14-fail-loud/
2•chelm•6m ago•0 comments

Why low-frequency spectrum is emerging as a quiet contender for future networks

https://techxplore.com/news/2026-03-frequency-spectrum-emerging-quiet-contender.html
1•Brajeshwar•6m ago•0 comments

Xi's anti-corruption drive began 14 years ago. Why are the purges still going?

https://www.bbc.com/news/articles/c78xxyyqwe7o
1•tartoran•7m ago•0 comments

Biases abound when predicting biomarkers from histological images

https://www.nature.com/articles/s41551-026-01616-8
1•PaulHoule•8m ago•0 comments

What Did You Forget to Prompt? $87,500 in Fraud from Vibe-Coded Startup

https://qualitymax.io/vibe-check
2•qualitymax•10m ago•1 comments

Anthropic, Do Not A/B Test My Workflow

https://backnotprop.com/blog/do-not-ab-test-my-workflow/
3•ramoz•13m ago•0 comments

BuzzFeed Nearing Bankruptcy After Disastrous Turn Toward AI

https://futurism.com/artificial-intelligence/buzzfeed-disastrous-earnings-ai
2•jsheard•14m ago•0 comments

Spaced Repetition Algorithm: A Three‐Day Journey from Novice to Expert

https://github.com/open-spaced-repetition/fsrs4anki/wiki/Spaced-Repetition-Algorithm:-A-Three%E2%...
2•primenumber1•14m ago•1 comments

I got tired of GitHub's starred repo search, so I built a better one

https://github.com/alonronin/orbit
2•alonronin•16m ago•0 comments

Free Multi Cloud TCO and Feature Comparison

https://cloudcompare.online
1•rohan044•21m ago•0 comments

systemd 260-rc3 Released With AI Agents Documentation Added

https://www.phoronix.com/news/systemd-260-rc3
2•voxadam•22m ago•0 comments

Trump: U.S. hit military sites on Iranian Kharg island

https://www.iranintl.com/en/202603137666
2•ukblewis•22m ago•1 comments

After Decapitation, What's Next?

https://www.gzeromedia.com/by-ian-bremmer/after-decapitation-whats-next
1•petethomas•23m ago•0 comments

Senate Votes to Block Private Equity from Buying Homes

https://www.thebignewsletter.com/p/boom-senate-votes-to-block-private
4•pseudolus•23m ago•2 comments

Desperate for skilled workers, a furniture maker looks to apprenticeships

https://www.npr.org/2026/03/13/nx-s1-5727509/apprenticeships-manufacturing-workforce-trump-arkansas
1•toomuchtodo•24m ago•0 comments

We visited "ground zero" for hospice fraud: Los Angeles, California

https://www.cbsnews.com/projects/2026/hospice-fraud/
2•gmays•25m ago•0 comments

Hollywood Hacks OT: Cybersecurity Lessons from the Movies

https://www.emberot.com/resources/blog/ot-cybersecurity-lessons-from-the-movies/
2•TheWiggles•27m ago•0 comments

40 Years of Wireless Evolution Leads to a Smart, Sensing Network

https://spectrum.ieee.org/telecom-history-1g-to-6g
2•Brajeshwar•28m ago•0 comments

"Added 1M context window for Opus 4.6 by default for Max, Team, and Enterprise"

https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/CHANGELOG.md
2•taspeotis•30m ago•1 comments

Could a Day Job Be the Foundation of an Artist's Success?

https://3quarksdaily.com/3quarksdaily/2026/03/could-a-day-job-be-the-foundation-of-an-artists-suc...
1•herbertl•32m ago•0 comments

Japanese government makes indie game devs eligible for grants up to $60k USD

https://automaton-media.com/en/news/japanese-government-makes-indie-game-developers-eligible-for-...
2•maenbalja•34m ago•0 comments

Pick one of catastrophic or equitable. Are founder clean breaks possible?

1•mehctothroaway•35m ago•0 comments

How the Strait of Hormuz closure affects global oil supply

https://www.reuters.com/graphics/IRAN-CRISIS/OIL-LNG/mopaokxlypa/
4•aanet•35m ago•1 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.