frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Amazon Pinpoint End of Support

https://docs.aws.amazon.com/pinpoint/latest/userguide/migrate.html
1•zdkaster•1m ago•1 comments

The Mystery of the Backward Index

https://www.merriam-webster.com/wordplay/backward-index-mystery
1•Tomte•1m ago•0 comments

MP/M's Process Dispatcher

https://nemanjatrifunovic.substack.com/p/inside-mpms-process-dispatcher
1•ingve•4m ago•0 comments

SlimTide Reviews: A Modern Solution for Metabolism and Energy

https://finance.yahoo.com/sectors/healthcare/articles/slimtide-capsules-shocking-report-2026-1724...
1•rafzsart•5m ago•0 comments

Learning Lustre: Type-safe front end development with gleam

https://blog.kacaii.dev/3mn6n3lvibc2b?auth_completed=true
3•rapnie•14m ago•0 comments

Thomas Mann: Goethe Heartened by Panama (As Suez for English, or Danube-Rhine)

https://yalereview.org/article/thomas-mann-goethe
3•curio_Pol_curio•16m ago•0 comments

How to make Message Log of the Unreal Engine 100 times faster

https://larstofus.com/2026/05/28/how-to-make-unreals-message-log-100-times-faster/
2•larstofus•17m ago•0 comments

The DOJ Wants to Know Who on Reddit and X Is Criticizing ICE's Tactics

https://finance.yahoo.com/economy/policy/articles/doj-wants-know-reddit-x-093002604.html
3•vrganj•17m ago•1 comments

Sum-product, unit distances, and number fields

https://www.erdosproblems.com/forum/thread/blog:6
2•robinhouston•18m ago•0 comments

Can Meta Buy Belief?

https://michaelnovati.substack.com/p/can-meta-buy-belief
3•michaelnovati•21m ago•0 comments

Twenty Years of Bigtable

https://dl.acm.org/doi/10.1145/3788853.3803095
2•vapgap•23m ago•0 comments

Show HN: Combine WigglyPaint GIFs into Video

https://altbdoor.github.io/wiggly-compose-gif/
2•altbdoor•23m ago•0 comments

Show HN: AgentThreatBench – Benchmark for AI Agent Memory Security

https://github.com/OWASP/www-project-agent-memory-guard
2•vgudur297•26m ago•0 comments

Genius Spotted in the Wild

https://www.facebook.com/people/Cam-Rose/pfbid0s9H5s6XDR7ZFKZt7e8WoMM92Ri5biUdctEmWKPbmug2cCG2Vf4...
2•ezekielr•37m ago•1 comments

Napkins: Where Ethernet, Compaq and Facebook’s cool data center got their starts (2011)

https://www.networkworld.com/article/737614/ethernet-switch-napkins-where-ethernet-compaq-and-fac...
3•marysminefnuf•42m ago•0 comments

Moderate caffein use alters sleep-related EEG

https://www.mdpi.com/2072-6643/18/8/1220
2•jbotz•44m ago•0 comments

Nvidia Announces RTX Spark

https://www.theverge.com/tech/940589/nvidia-rtx-spark-n1-n1x-laptop-desktop-pc-cpu-gpu-ai-release...
6•rayhaanj•46m ago•0 comments

Nvidia RTX Spark

https://www.nvidia.com/en-us/products/rtx-spark/
26•shenli3514•47m ago•12 comments

Show HN: Ministry of Everything – CLI agent harness for a single operator

https://github.com/modulecollective/moe
1•slackpad•52m ago•0 comments

CEOs blame AI for layoffs, MIT prof says it fits a pattern to find cover story

https://fortune.com/2026/05/31/tech-companies-ai-washing-layoffs-wix-block-snap-atlassian-disposa...
5•1vuio0pswjnm7•58m ago•2 comments

Bugs I didn't expect while building a zsh cleanup script for macOS dev machines

https://github.com/milyzc/clean-mac
1•milizc•1h ago•0 comments

Nvidia jumps into PCs with new chip debuting in laptops from Microsoft, Dell, HP

https://www.cnbc.com/2026/05/31/nvidias-new-chip-to-power-fresh-line-of-windows-laptops-by-dell-h...
2•helsinkiandrew•1h ago•0 comments

Nvidia unveils PC 'superchip' in challenge to Apple and Intel

https://www.ft.com/content/58f984fd-d90b-4e8e-95b0-987a97c4a522
4•bazzmt•1h ago•0 comments

Show HN: Having fun making mini static site apps

https://joeheyming.github.io/
1•joeheyming•1h ago•0 comments

Synthea API: Create Synthetic Medical Records as a Service

https://github.com/johnisanerd/Apify-Synthea-API
1•johncole•1h ago•0 comments

Berkshire Hathaway to buy Taylor Morrison for $6.8B in cash

https://www.reuters.com/legal/transactional/berkshire-hathaway-buy-us-homebuilder-taylor-morrison...
4•Cider9986•1h ago•0 comments

The most complex model we understand [video]

https://www.youtube.com/watch?v=D8GOeCFFby4
1•stopachka•1h ago•0 comments

SanDisk stock is +4,440.53% in the past year

https://search.brave.com/search?q=sandisk+stock&rh_type=st&range=1y
4•Cider9986•1h ago•0 comments

Driftwm: What if your window manager worked like a whiteboard?

https://github.com/malbiruk/driftwm
1•hspeiser•1h ago•0 comments

US Immigration enforcement looks into buying ad data

https://www.politico.com/news/2026/05/30/ice-immigration-privacy-data-advertising-00939078
2•1vuio0pswjnm7•1h 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.