frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GitSocial

https://gitsocial.org/
1•delf•22s ago•1 comments

In Texas, portal to early universe enabled by largest dark-sky reserve on Earth

https://www.nytimes.com/2026/04/22/science/astronomy-hetdex-dark-sky-energy.html
1•bookofjoe•27s ago•0 comments

The Covid-19 vaccine paper the CDC censored

https://insidemedicine.substack.com/p/exclusive-heres-the-covid-19-vaccine
1•zzzeek•3m ago•0 comments

Hospital CEOs defend charging patients more at facilities

https://www.nbcnews.com/health/health-news/hospital-ceos-defend-charging-patients-facilities-rcna...
1•ceejayoz•4m ago•0 comments

World's First conversational AI skills assessment

1•Ozzie-D•5m ago•0 comments

Google inks Pentagon deal despite uproar employees warn of 'irreparable damage'

https://nypost.com/2026/04/28/business/google-inks-pentagon-deal-for-classified-ai-work-despite-u...
1•1vuio0pswjnm7•6m ago•0 comments

Finding Vulnerabilities with Warden

https://cra.mr/finding-vulnerabilities-with-warden/
1•ezekg•11m ago•0 comments

Civil Rights Division Sues Cloudera for Blocking U.S. Workers from Tech Jobs

https://www.justice.gov/opa/pr/civil-rights-division-sues-cloudera-excluding-us-workers-applying-...
2•gixxerblade•11m ago•0 comments

Why Geolog? [pdf]

https://geolog.sgai.uk/why.pdf
1•luu•15m ago•0 comments

Singularity Report – The Last One:)

https://auroratheanomaly.nekoweb.org/DARSDBD.html
1•rogmash•19m ago•0 comments

Woman weaponizes swarm of bees against deputies trying to carry out an eviction

https://www.oregonlive.com/crime/2026/04/woman-weaponized-a-swarm-of-bees-against-deputies-trying...
2•randycupertino•25m ago•0 comments

The Role of a New Machine

https://newsletter.dancohen.org/archive/the-role-of-a-new-machine/
1•colinprince•26m ago•0 comments

Ask HN: Why does tech industry not have more co-ops?

1•conqrr•30m ago•2 comments

Show HN: Wayland Window Switcher

https://github.com/iondodon/witcher
1•iondodon•31m ago•0 comments

The Accidental Ancestor – How Verifying Numbers Shaped Modern Hashing

https://0xkrt26.github.io/math_behind_security/2026/04/28/the-accidental-ancestor-Luhn-algorithm....
1•denismenace•32m ago•0 comments

The Controllability Trap: A Governance Framework for Military AI Agents

https://arxiv.org/abs/2603.03515
2•Anon84•33m ago•0 comments

We Measure Tickets, Not Problems Prevented

https://vivianvoss.net/blog/why-we-measure-tickets
1•QuantumNomad_•33m ago•0 comments

PageGuide – a browser agent that grounds AI directly on the webpage

https://pageguide.github.io/
2•trangtri123•34m ago•0 comments

Show HN: Order a VPS without ever leaving your terminal

https://crocuda.com
1•jean_dupont•36m ago•1 comments

My Two Years as an Anthropologist on the Photoshop Team (2015)

https://medium.com/startup-frontier/my-two-years-as-an-anthropologist-on-the-photoshop-team-e700a...
2•downbad_•37m ago•1 comments

Little-known Bay Area city will keep San Francisco in its airport's name

https://sfstandard.com/2026/04/28/oak-sfo-reach-naming-settlement/
2•mikhael•39m ago•2 comments

Before GitHub

https://lucumr.pocoo.org/2026/4/28/before-github/
47•mlex•39m ago•8 comments

The Sad Story of Heisenberg's Doctoral Oral Exam (1998)

https://www.aps.org/archives/publications/apsnews/199801/heisenberg.cfm
1•downbad_•39m ago•1 comments

Hundred Rabbits

https://en.wikipedia.org/wiki/Hundred_Rabbits
1•quijoteuniv•40m ago•0 comments

Critical Vulnerability with CPanel and WHM Login Authentication

https://support.cpanel.net/hc/en-us/articles/40073787579671-Critical-Vulnerability-with-cPanel-WH...
5•ollybee•41m ago•0 comments

AI Wellbeing: Measuring and improving the functional pleasure and pain of AIs

https://www.ai-wellbeing.org/
1•anematode•43m ago•0 comments

Walmart Upstream Facility Services: What We Do

https://public.walmart.com/content/wp/upstream-home/WhatWeDo.html
1•petethomas•44m ago•0 comments

Donating Agent Payments Protocol to the Fido Alliance

https://blog.google/products-and-platforms/platforms/google-pay/agent-payments-protocol-fido-alli...
3•pentagrama•44m ago•0 comments

Preparing for the AI-Enhanced Attacker and the Impact on CISOs

https://www.armadin.com/blog-posts/prepare-for-the-ai-enhanced-attacker
1•wslh•45m ago•0 comments

Does it work, or does it keep working?

https://shippingbytes.com/2026/04/22/does-it-work-or-does-it-keep-working/
2•gianarb•46m 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.