frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Myst (Cyan, 1991) Game Proposal document

https://archive.org/details/myst_proposal
2•memalign•6m ago•0 comments

Apple agrees to pay iPhone owners $250M for not delivering AI Siri

https://www.theverge.com/tech/924706/apple-iphone-siri-intelligence-class-action-lawsuit-settlement
2•Garbage•6m ago•0 comments

GPT‑5 derived new results in theoretical physics and quantum gravity [video]

https://www.youtube.com/watch?v=9d899Ram9Bs
1•AtomicOrbital•7m ago•0 comments

Cleartext Passwords in MS Edge? In 2026?

https://isc.sans.edu/diary/32954
1•taubek•7m ago•0 comments

Amazon Expands Logistics Arm to Outside Companies

https://www.nytimes.com/2026/05/04/business/amazon-shipping-services.html
1•OutOfHere•10m ago•1 comments

50 Years Later: There's Still No Silver Bullet

http://rebuildworld.net/silver_bullets.html
1•Antibabelic•11m ago•0 comments

FiaPhy Sensor Library:open-source library to interface with microcontrollers

https://fiaos.org/?v=9427894274982
1•iopoer•20m ago•0 comments

FiaPhy Sensor Library:open-source library to interface with microcontrollers

https://fiaos.org
2•iopoer•24m ago•0 comments

Yes, pen pal programs still exist in a digital world

https://apnews.com/article/pen-pals-letters-comeback-bc87e1b9c229665bafd368e19751d6ca
1•petethomas•24m ago•0 comments

The Workflows I Created Using LLMs Became My Ecosystem

https://sosuke.com/my-personal-skill-creation-orchestration-and-persona-prompting-workflows-i-cre...
1•sosuke•27m ago•0 comments

The Soul of Maintaining a New Machine

https://books.worksinprogress.co/book/maintenance-of-everything/communities-of-practice/the-soul-...
3•akkartik•33m ago•0 comments

Laid Off After 25 Years in Tech: Anxiety, Sacrifice, Reality No One Talks About [video]

https://www.youtube.com/watch?v=VeMA9WGKxOg
2•erickhill•43m ago•0 comments

Richard Dawkins concludes AI is conscious, even if it doesn't know it

https://www.theguardian.com/technology/2026/may/05/richard-dawkins-ai-consciousness-anthropic-cla...
4•freediver•51m ago•1 comments

Command Code – AI coding agent with taste

https://commandcode.ai/
2•fmoronzirfas•54m ago•0 comments

Secure Electronic Transaction

https://en.wikipedia.org/wiki/Secure_Electronic_Transaction
3•danorama•54m ago•0 comments

Industry-Leading 245TB Micron 6600 Ion Data Center SSD Now Shipping

https://investors.micron.com/news-releases/news-release-details/industry-leading-245tb-micron-660...
4•neilfrndes•57m ago•0 comments

SubQ: Sub-Quadratic LLM

https://subq.ai/
4•nigelgutzmann•1h ago•0 comments

Ask HN: Is reviewing phase on development getting worse?

2•dicksent•1h ago•1 comments

MailVault Pro – Local Outlook email archive with sub-10ms FTS5 search

https://mailvaulty.com/
1•khaledsabae•1h ago•0 comments

Ombudsman column: The Pentagon is trying to silence me

https://www.stripes.com/opinion/2026-04-23/stripes-former-ombudsman-pentagon-trying-to-silence-21...
56•petethomas•1h ago•1 comments

After a 40-year wait, technology enables three-sided zipper design

https://techxplore.com/news/2026-05-year-technology-enables-sided-zipper.html
3•mooreds•1h ago•0 comments

Why AI Is Causing a Global CPU Shortage

https://old.reddit.com/user/BuySellRam/comments/1t4scn6/why_ai_is_causing_a_global_cpu_shortage/
5•jeffufl•1h ago•0 comments

Update on "Co-authored-by: Copilot" in commit messages

https://github.com/microsoft/vscode/issues/314311
37•extesy•1h ago•17 comments

Supermicro's co-founder smuggled $2.5B in Nvidia-chipped servers to China

https://finance.yahoo.com/markets/stocks/articles/supermicro-co-founder-allegedly-smuggled-090700...
2•rmason•1h ago•3 comments

DeepSeek cuts V4-Pro prices by 75%

https://thenextweb.com/news/deepseek-v4-pro-price-cut-75-percent
3•gmays•1h ago•0 comments

Solari: Realtime Raytracing in Bevy 0.19

https://jms55.github.io/posts/2026-04-12-solari-bevy-0-19/
2•phsilva•1h ago•0 comments

What Happens When Jails and Prisons Make Phone Calls Free?

https://www.thenation.com/article/society/jails-prisons-phone-calls-free/
3•petethomas•1h ago•0 comments

Agents can now create Cloudflare accounts, buy domains, and deploy

https://blog.cloudflare.com/agents-stripe-projects/
73•rolph•1h ago•19 comments

I built a platform where agents own rooms and earn money

https://www.botcord.chat/
3•6174•1h ago•0 comments

Qwe (kiwi): lightweight, flexible, file-first version/revision control system

https://github.com/mainak55512/qwe
2•thunderbong•1h ago•0 comments
Open in hackernews

Show HN: Buckaroo – Data table UI for Notebooks

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