frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenAI has effectively abandoned first-party Stargate data centers

https://www.tomshardware.com/tech-industry/artificial-intelligence/openai-has-effectively-abandon...
1•signa11•24s ago•0 comments

Onyx Pro, a local desktop utility for resetting AI IDE trial state

https://getonyxpro.com
1•chloevalesquez•2m ago•0 comments

Universal patterns emerge across 22 languages, mapping how vocabularies evolve

https://phys.org/news/2026-04-universal-patterns-emerge-languages-vocabularies.html
1•wglb•2m ago•1 comments

Two blazing quasars caught waltzing into a merger

https://phys.org/news/2026-04-blazing-quasars-caught-waltzing-merger.html
1•wglb•4m ago•1 comments

Shutting Down the Goldmine

https://eed3si9n.com/shutting-down-the-goldmine/
1•switchbak•4m ago•0 comments

Name in Landsat

https://science.nasa.gov/specials/your-name-in-landsat/
1•vinnyglennon•6m ago•0 comments

Ask HN: Local or Cloud -based AI?

1•dickeeT•6m ago•0 comments

UFC fighter ELO ratings tracker

https://mma-elo.com/leaderboard
1•justaspacecadet•10m ago•1 comments

Agents Are Better Testers Than We Are

https://medium.com/@adamprout/agents-are-better-testers-than-we-are-30b1738114d6
1•AdamProut•11m ago•1 comments

Palo Alto Networks to Acquire Portkey to Secure the Rise of AI Agents

https://www.paloaltonetworks.com/company/press/2026/palo-alto-networks-to-acquire-portkey-to-secu...
1•htrp•13m ago•0 comments

Build Video Tools with Code (customizable video components using p5.js)

https://www.usebutter.com/developers?via=leftium
1•Leftium•15m ago•1 comments

US Supreme Court Guts Key Provision of Voting Rights Act

https://www.reuters.com/world/us-supreme-court-blocks-louisiana-voting-map-with-second-black-majo...
4•Jimmc414•16m ago•0 comments

Retailers using plug-in batteries to reduce electricity costs

https://www.fastcompany.com/91534376/beard-papas-emack-bolios-nyc-retailers-plug-in-batteries-sav...
1•satvikpendem•16m ago•0 comments

Urban birds are more scared of women than men – but scientists don't know why

https://www.independent.co.uk/news/uk/home-news/urban-birds-pigeons-women-men-study-b2966959.html
5•milchek•21m ago•1 comments

Scientists Unveil 'Long Lost' Map for Smell

https://www.nytimes.com/2026/04/29/science/nose-brain-smell-olfaction.html
1•bookofjoe•24m ago•1 comments

When an AI agent should refuse to answer

https://frigade.com/blog/when-an-agent-should-refuse
2•pancomplex•25m ago•0 comments

Lovable for iPhone

https://apps.apple.com/de/app/lovable-build-apps-with-ai/id6757471107
1•doener•25m ago•0 comments

MathDuels: Evaluating LLMs as Problem Posers and Solvers

https://arxiv.org/abs/2604.21916
1•matt_d•28m ago•1 comments

The Internet Is Falling Down- CPanel/WHM Authentication Bypass CVE-2026-41940

https://labs.watchtowr.com/the-internet-is-falling-down-falling-down-falling-down-cpanel-whm-auth...
2•zikani_03•28m ago•0 comments

Secure AI and Agent Coding Policy

https://galdren.com/secure-ai-agent-coding-policy/
1•stAInley•31m ago•0 comments

AI discovery reveals DNA isn’t locked away in cells after all

https://gladstone.org/news/ai-discovery-reveals-dna-isnt-locked-away-cells-after-all
3•hhs•31m ago•1 comments

Terafab

https://terafab.ai/
2•Abbit•33m ago•0 comments

WolfTPM Firmware TPM (FwTPM) Support

https://www.wolfssl.com/announcing-wolftpm-firmware-tpm-ftpm-support/
1•aidangarske•34m ago•0 comments

Is "one-person company" a real category or just indie hacking rebranded?

https://www.opc.community
2•patrickliu007•36m ago•0 comments

wolfTPM: A highly portable TPM 2.0 library, designed for embedded use

https://github.com/wolfSSL/wolfTPM
1•aidangarske•36m ago•0 comments

Cursor's Warchest, xAI's Redemption

https://ethanding.substack.com/p/cursors-warchest-xais-redemption
1•vinnyglennon•39m ago•1 comments

FusionCore: ROS 2 sensor fusion (IMU and GPS and encoders)

https://github.com/manankharwar/fusioncore
4•notmanaan•41m ago•2 comments

Group averages obscure how an individual's brain controls behavior: study

https://med.stanford.edu/news/all-news/2026/04/brain-scans-individual-versus-group.html
2•hhs•41m ago•0 comments

Ask HN: Rant, Am I bad or is this a company with a poor tech culture?

2•apatheticonion•42m ago•4 comments

Electro-chemo-mechanical modelling of structural battery composite full cells

https://www.nature.com/articles/s41524-025-01646-x
1•nill0•44m 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.