frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Enough with the hype about underwhelming or speculative cancer treatments

https://greyenlightenment.com/2026/06/15/enough-with-the-hype-about-underwhelming-or-speculative-...
1•paulpauper•1m ago•0 comments

Show HN: Locket – Robust feature-level access control for LLMs

https://github.com/ssg-research/locket
1•ttttonyhe•1m ago•0 comments

Axiomata – A Codex of Becoming

https://v1tali.com/axiomata-codex-of-becoming-nine-paces
1•vitali•6m ago•0 comments

Show HN: Deep-XPIA – Prompt injection benchmark for multi-agent AI systems

https://freyzo.github.io/deep-xpia/
1•leo_agent•7m ago•0 comments

Trump administration considers $300B fund for Iran if deal is upheld

https://www.ft.com/content/088c14d3-f708-44d8-a306-7996aa5211de
1•JumpCrisscross•8m ago•0 comments

Show HN: A GPT to get a free URL for AI generated content

https://chatgpt.com/g/g-6a2aad2c30988191abd95b3940008e90-boomurl-publish-a-website
1•dorongrinstein•8m ago•0 comments

Omnigent: A Meta-Harness to Combine, Control and Share Your Agents

https://www.databricks.com/blog/introducing-omnigent-meta-harness-combine-control-and-share-your-...
1•lobo_tuerto•10m ago•0 comments

An Overview of Modern AI Robotics from First Principles

https://interlatent.com/blog/interlatent-modern-ai-robotics-first-principles
1•o4c•14m ago•0 comments

Probably just end up embarrassing myself, but here is Sidekick

https://github.com/geoffmcc/sidekick
2•geoffmcc•20m ago•0 comments

ZZüy: A Lesson in Perseverance

https://martinrue.com/zzuy-a-lesson-in-perseverance/
1•afisxisto•20m ago•0 comments

HPE offers VMware refugees a year off the meter

https://www.theregister.com/virtualization/2026/06/15/hpe-offers-vmware-refugees-a-year-off-the-m...
1•SanjayMehta•22m ago•0 comments

Generate per-session LoRA adapters in <1s for inference tasks

https://pypi.org/project/tessera-hypernetwork/
1•Facingsouth•29m ago•0 comments

OrangeCheck, sybil resistance from a Bitcoin signature

https://ochk.io/
1•bixvolt•35m ago•0 comments

How do I prevent myself from being a crank in areas I know little about?

https://philosophy.stackexchange.com/questions/139075/how-do-i-prevent-myself-from-being-a-crank-...
3•azeemba•37m ago•2 comments

The Anthropic Fable Farce by Ben Goertzel

https://bengoertzel.substack.com/p/the-anthropic-fable-farce
2•Prof_Sigmund•37m ago•0 comments

Show HN: Open-source CLI to see your AI coding token usage and compare it

https://github.com/amiinwani/whoburnedmore.com
1•arhaam•45m ago•0 comments

Show HN: Bing Maps Leads Extractor

https://chromewebstore.google.com/detail/maps-leads-extractor/omnjmmkpblpilcjbdadamlaajdndjnnj
1•qwikhost•48m ago•0 comments

Text-to-Lottie: Generate Lottie animations with coding agents

https://github.com/diffusionstudio/lottie
3•vantareed•49m ago•0 comments

AI hasn't killed our bootstrapped enterprise software company yet

https://www.nocobase.com/en/blog/future-of-software-programmers-revenue-doubled
1•mountainview•51m ago•0 comments

Claude subscription changes for Conductor delayed indefinitely

https://www.conductor.build/blog/claude-subscription-update
1•bjhess•53m ago•0 comments

America has lost its war with Iran

https://www.independent.co.uk/voices/editorials/america-trump-iran-ceasefire-agreement-war-hormuz...
15•testing22321•59m ago•1 comments

The Effect of the Great Recession on U.S. Fertility

https://read.dukeupress.edu/demography/article/doi/10.1215/00703370-12664250/411033/The-Effect-of...
2•paulpauper•1h ago•0 comments

Tyler Cowen Is the Tycho Brahe of Economics

https://3quarksdaily.com/3quarksdaily/2026/06/tyler-cowen-is-the-tycho-brahe-of-economics.html
1•paulpauper•1h ago•1 comments

Zen and the Art of Machine Learning Research

https://blog.jxmo.io/p/zen-and-the-art-of-machine-learning
2•jxmorris12•1h ago•0 comments

The White House Is Ratcheting Up Its War Against Anthropic

https://www.theatlantic.com/technology/2026/06/trump-anthropic-export-control-ai-race/687555/
4•Filligree•1h ago•0 comments

Ask HN: Does anyone have their PMs shipping code to customer-facing products?

4•reluctant_dev•1h ago•1 comments

Earn lending-market yield on internet dollars

https://www.askthehive.ai/
1•prismoonprismo•1h ago•0 comments

Ratchets: a Rust tool that polices style violations with a flexible budget

https://github.com/imbue-ai/ratchets
2•nvader•1h ago•0 comments

Ai2 ACE2S – Simulate atmospheric variability – Scale of days to centuries

https://huggingface.co/allenai/ACE2S-SHiELD-plus
2•embedding-shape•1h ago•0 comments

Amazon Announces Multibillion-Dollar Data Center in Missouri

https://www.narracomm.com/amazon-announces-multibillion-dollar-data-center-in-missouri/
11•thelonelyborg•1h ago•4 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.