frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The maths behind a leopards spots

https://www.bbcearth.com/news/the-maths-behind-a-leopards-spots
1•marysminefnuf•1m ago•0 comments

Jumping spiders inspire ultra-efficient 3D camera

https://news.northwestern.edu/stories/2026/06/jumping-spiders-inspire-ultra-efficient-3d-camera
1•gmays•3m ago•0 comments

US stock market to stop shrinking for first time in 23 years

https://www.ft.com/content/f7dae4e1-d650-45ab-ac97-043c7a965d24
1•JumpCrisscross•3m ago•0 comments

Ask HN: What are your thoughts on your critical thinking abilities and AI?

2•ciwolex•4m ago•4 comments

Piano Learning App focused on Sight-reading

http://virtuoso.host.eco.br/app/
1•ltouro•4m ago•1 comments

Show HN: LocksBet – a price comparison tool for prediction markets

https://locksbet.com
1•at-w•6m ago•0 comments

What Is It Like to Be a Bat? [pdf]

https://www.sas.upenn.edu/~cavitch/pdf-library/Nagel_Bat.pdf
2•shadow28•6m ago•0 comments

Apple Announces Maps Feature That Could Bring CarPlay to Tesla

https://www.notateslaapp.com/news/4278/could-this-new-apple-feature-finally-bring-carplay-to-tesla
1•dabinat•7m ago•0 comments

The Music Understanding framework [video]

https://developer.apple.com/videos/play/wwdc2026/253/
1•gok•7m ago•0 comments

Show HN: CtxGov – a local claim firewall for AI memory claims

https://ctxgov.github.io/ctxgov/try-in-5-minutes.html
1•LuxBennu•8m ago•0 comments

Beyond Enumerable: For Want of Better Windows

https://baweaver.com/writing/2026/05/31/beyond-enumerable-for-want-of-better-windows/
1•kurinikku•8m ago•0 comments

Breaking the Ice: Analyzing Cold Start Latency in vLLM

https://arxiv.org/abs/2606.07362
2•matt_d•10m ago•0 comments

They Tried to Catch a Predator. They Trapped Themselves Instead

https://www.nytimes.com/2026/06/10/technology/predator-catcher-vitaly-mistake.html
1•_tk_•12m ago•0 comments

Sharper context. Fewer tokens. Open-source middleware for Claude Code

https://github.com/cytostack/openwolf
1•momentmaker•13m ago•0 comments

Show HN: Linkslap – rate any single URL: an article, a listing, a playlist

https://linkslap.com/
1•ob3ron•13m ago•0 comments

55% of US retail investors plan to buy SpaceX stock, 86% will use new funds

https://www.kgrid.ai/reports/spacex-ipo-retail-data
2•malai723•13m ago•0 comments

Tim O'Reilly – Look at the rate of change, not the volume

https://twitter.com/timoreilly/status/2064717328793874632
2•rmason•14m ago•0 comments

The Loneliness of the Competitive Quizzer

https://thebaffler.com/latest/the-loneliness-of-the-competitive-quizzer-basile
1•cainxinth•14m ago•0 comments

Neura Robotics Announces Record Series C of up to $1.4B

https://neura-robotics.com/record-series-c/
3•TobiasJacob•14m ago•0 comments

USB Power Delivery: Plugging into the Benefits. An Explainer

https://www.aptiv.com/en/insights/article/usb-power-delivery-plugging-into-the-benefits
1•ohjeez•15m ago•0 comments

American capitalism is run by millionaires, not billionaires

https://www.economist.com/business/2026/06/10/american-capitalism-is-run-by-millionaires-not-bill...
2•andsoitis•18m ago•1 comments

Show HN: I built a keyboard with typing effects

2•vitalipom•18m ago•0 comments

YouTube Processed 2.5B Content ID Copyright Claims in 2025

https://torrentfreak.com/youtube-processed-2-5-billion-content-id-copyright-claims-in-2025/
3•gslin•18m ago•0 comments

GitHub pulls pin on NPM's auto-run scripts

https://www.theregister.com/devops/2026/06/10/github-pulls-pin-on-npms-auto-run-scripts/5253453
2•MrDresden•18m ago•0 comments

The Woman who stowed away on a ship to report on D-Day

https://www.bbc.com/culture/article/20260608-the-woman-who-sneaked-into-the-d-day-landings
2•ViktorRay•19m ago•0 comments

Fear of the SaaSpocalypse is tormenting techland

https://www.economist.com/business/2026/06/10/fear-of-the-saaspocalypse-is-tormenting-techland
1•andsoitis•22m ago•1 comments

PRC-linked influence operations are targeting AI debates in the US

https://openai.com/index/prc-linked-influence-operations-ai-debates/
4•amrrs•24m ago•1 comments

Malware devs added nuclear and bioweapons text to trigger LLM safety refusals

https://twitter.com/jsrailton/status/2064661778978533571
3•porridgeraisin•24m ago•1 comments

Tech Influence Watch

https://influence.citationneeded.news/
1•okneil•24m ago•0 comments

How can I create a hyperlink in Android's Gmail app? (2021)

https://support.google.com/mail/thread/131398911/how-can-i-create-a-hyperlink-in-android-s-gmail-...
1•debo_•24m 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.