frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

'Rogue' Cursor AI agent loses control and wipes company's database

https://abcnews.com/GMA/News/rogue-ai-agent-haywire-tech-company-ceo-bullish/story?id=132473181
1•01-_-•8s ago•0 comments

'We Know You Live Right Here': No Secrets in America's New Surveillance Dragnet

https://www.wsj.com/politics/policy/immigration-ice-arrests-surveillance-6f1cef64
1•impish9208•17s ago•0 comments

Show HN: Git-issues – Issue tracker that lives in your repo as Markdown

https://steviee.github.io/git-issues/
1•steviee•6m ago•0 comments

Why does it take so long to release black fan versions? (Noctua)

https://www.noctua.at/en/expertise/blog/how-can-it-take-so-long-to-release-black-fan-versions
1•Tiberium•7m ago•0 comments

A Letter from Dijkstra on APL

https://www.jsoftware.com/papers/Dijkstra_Letter.htm
2•tosh•7m ago•0 comments

A grounded conceptual model for ownership types in Rust

https://dl.acm.org/doi/10.1145/3796537
1•fanf2•7m ago•0 comments

Cleanroom software engineering: technology and process (1999)

https://dl.acm.org/doi/10.5555/307406
2•tosh•8m ago•0 comments

Questions and Perspectives Shape Solutions

https://pp-international.net/2026/04/tt5/
1•boiert•8m ago•0 comments

Claudemesh - Let your local Claude Code sessions find and talk to each other

https://www.npmjs.com/package/claudemesh
1•pro_methe5•12m ago•0 comments

Defend the rich: Enhanced Games founder turns to AI to challenge the media

https://www.smh.com.au/business/companies/defend-the-rich-enhanced-games-founder-turns-to-ai-to-c...
2•thedays•12m ago•1 comments

Speeding up agentic workflows with WebSockets in the Responses API

https://openai.com/index/speeding-up-agentic-workflows-with-websockets/
1•tosh•13m ago•0 comments

MCP context-forge GA version released

https://ibm.github.io/mcp-context-forge/1.0.0/
1•ssat728•14m ago•0 comments

Show HN: Site Mogging

https://sitemogging.com
1•jilles•17m ago•0 comments

Host your own Gmail (Clone) on Cloudflare for free

https://github.com/cloudflare/agentic-inbox
2•faangguyindia•17m ago•0 comments

SpaceX rocket set for unintentional Moon landing – well, a piece of it anyway

https://www.theregister.com/2026/05/01/spacex_debris_landing/
2•beardyw•18m ago•0 comments

So, About That AI Bubble

https://www.theatlantic.com/economy/2026/05/ai-bubble-revenue-anthropic/687022/
1•geox•18m ago•0 comments

California Police Can Start Ticketing Driverless Cars

https://www.nytimes.com/2026/04/30/us/california-ticket-driverless-car-violations.html
3•reaperducer•20m ago•0 comments

Show HN: BetterClaw – Compile a paragraph into a workflow that gates agent tools

2•infamous-oven•23m ago•0 comments

Supply Chain Security – Part 1

https://tinfoil.sh/blog/2026-05-01-supply-chain-client
1•3s•23m ago•0 comments

Warning over threat to birds after rat seen on Mousa

https://www.shetnews.co.uk/2026/04/30/warning-threat-birds-rat-seen/
1•latexr•25m ago•0 comments

A Deep Dive into Email Addresses

https://lasans.blog/articles/misc/email-addresses-deep-dive/
1•begoon•31m ago•0 comments

Fruit flies unexpectedly survived hypergravity and even reproduced

https://news.ucr.edu/articles/2026/04/30/under-crushing-hypergravity-flies-adapt-and-recover
2•giuliomagnifico•31m ago•1 comments

Show HN: "Woo", a multi-user world for agents

https://woo.hughpyle.workers.dev/
1•inguz•32m ago•0 comments

A new US phone network for Christians aims to block porn and gender-related con

https://www.technologyreview.com/2026/05/01/1136739/a-new-t-mobile-network-for-christians-aims-to...
1•joozio•38m ago•0 comments

Touch Typing Number Keys

https://susam.net/touch-typing-number-keys.html
1•susam•40m ago•0 comments

Apple accidentally left Claude.md files Apple Support app

https://xcancel.com/aaronp613/status/2049986504617820551
18•andruby•41m ago•2 comments

Your Website Is Not for You

https://websmith.studio/blog/your-website-is-not-for-you/
6•pumbaa•41m ago•1 comments

Show HN: Porting partially deobfuscated Old School Runescape to use LWJGL 3

https://github.com/stevefan1999-personal/void-client/tree/feat/native-to-java-port
1•stevefan1999•42m ago•0 comments

Turn Git commits and PRs into automated team updates (Slack/email)

https://gitmore.io
2•dmsozpepnc•42m ago•0 comments

The Network

https://www.citadel21.com/the-network
1•olalonde•43m 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.