frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Trump agrees to suspend 'bombing and attack of Iran' for 2 weeks

https://www.reuters.com/world/iran-war-live-tehran-rejects-ceasefire-deal-trumps-deadline-reopen-...
2•g-b-r•2m ago•1 comments

'Definitely a Sham': As Tariffs Climb, Fraud Proliferates

https://www.nytimes.com/2026/04/07/us/politics/tariffs-trade-import-fraud.html
1•thedogeye•4m ago•0 comments

Deere and Co agrees to pay $99M to settle 'right to repair' lawsuit

https://apnews.com/article/john-deere-repair-lawsuit-settlement-595d4b089689cd94418991326275b68d
2•RyanShook•4m ago•0 comments

Own your AI. Optimized down to the kernel

https://runinfra.ai/
1•OsamaJaber•5m ago•0 comments

Breakthrough Alzheimer's Drug Rewires the Brain Instead of Just Clearing Plaques

https://scitechdaily.com/breakthrough-alzheimers-drug-rewires-the-brain-instead-of-just-clearing-...
1•bookofjoe•6m ago•0 comments

Show HN: Clify – generate a CLI from any API docs, use it as agent tooling

https://github.com/derrickko/clify
3•dko•8m ago•0 comments

I made a Claude skill that refuses to write code for you

https://github.com/Tech-Matt/claude-mentor-skill
1•Tech-Matt•15m ago•0 comments

Astronautas da Artemis II levaram mensagem espiritual à órbita lunar

https://spacenewshub.substack.com/p/astronautas-da-artemis-ii-levaram
1•baldaci•19m ago•0 comments

Ex-Meta worker investigated for downloading 30k private Facebook photos

https://www.bbc.com/news/articles/cvg049xz1ygo
2•1659447091•23m ago•0 comments

MCP has 97M installs. It's also an open door into every dev environment

https://rawtext.io/tools/97-million-installs-zero-questions/
2•just_a_watcher•23m ago•0 comments

New York Times Got Played by a Telehealth Scam and Called It the Future of AI

https://www.techdirt.com/2026/04/07/the-new-york-times-got-played-by-a-telehealth-scam-and-called...
1•hn_acker•25m ago•2 comments

Ralph for Beginners

https://blog.engora.com/2026/04/ralph-for-beginners.html
2•Vermin2000•25m ago•1 comments

The Tailwind in "Strong" 2025 Returns: A Weaker Dollar

https://nicolaswalker.com/experiments/base
2•nickwalker•26m ago•0 comments

Show HN: No AI tool could annotate my files and cite text accurately

https://old.reddit.com/r/LLMDevs/comments/1sbusn8/new_pdfviewer_notes_panel_search_downloader_tool/
1•ieuanking•27m ago•0 comments

RIP (finally) to the blockchain hype (2025)

https://www.cio.com/article/3838169/rip-finally-to-the-blockchain-hype.html
3•bariumbitmap•28m ago•0 comments

Experts rank nature's most painful stings

https://www.bbc.com/future/article/20260406-whats-the-most-painful-sting-in-the-world
1•1659447091•29m ago•0 comments

A Close Look at Security Envelope Patterns

https://www.inconspicuous.info/p/a-close-look-at-security-envelopes
1•adamfuhrer•29m ago•0 comments

Show HN: A Zod alternative with runtime schema introspection

https://docs.cleverbrush.com
1•andrew_zol•30m ago•0 comments

Tool to Export X Bookmarks (Free) & Categorize Them

1•xarchive•32m ago•0 comments

Some Rays of Sunshine Pass Through the Human Body

https://lightdoctormartinmooreede.substack.com/p/some-rays-of-sunshine-pass-through
1•bilsbie•32m ago•0 comments

Show HN: Pitlane — Open platform that takes AI agents from prompt to production

https://www.getpitlane.com
2•Gsollet1•33m ago•0 comments

DeepMind's paper on p0wning Claws and what we learned

https://suthakamal.substack.com/p/your-claw-has-a-backdoor
3•suthakamal•35m ago•0 comments

Show HN: Imaysellit – Buyers make offers, not fixed prices

https://imaysellit.com/
2•imaysellit•36m ago•0 comments

Bipartisan calls to remove Trump from office grow over Iranian 'genocide' threat

https://www.yahoo.com/news/articles/bipartisan-calls-remove-trump-office-180848465.html
11•MilnerRoute•37m ago•2 comments

Is your app idea worth building?

https://www.build-check.com/
5•germerlo•37m ago•4 comments

"I got an email from Mythos Preview while eating a sandwich in a park."

https://twitter.com/i/status/2041584808514744742
1•blinding-streak•37m ago•1 comments

A DNA Archive Built to Identify Missing Migrants Has Vanished

https://undark.org/2026/04/07/missing-migrants-dna-database/
2•EA-3167•39m ago•0 comments

Genetic architecture of sleep in a GWAS of wearable-measured sleep traits

https://www.nature.com/articles/s41467-026-71252-y
1•brandonb•40m ago•0 comments

Neglect of the modern Invoice

https://www.withsahel.com/blog/own-your-invoicing-value-communication
3•iajiboye•41m ago•1 comments

Hollywood in the 60s and the Good AI Future

https://opcraft.co/writing/2026/04/getting-the-good-ai-future/
2•velcrovan•42m ago•1 comments
Open in hackernews

Show HN: Buckaroo – Data table UI for Notebooks

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