frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Floating wetlands boost water quality, slash greenhouse emissions

https://www.science.org/content/article/floating-wetlands-boost-water-quality-slash-greenhouse-em...
1•Brajeshwar•41s ago•0 comments

Is Discord Down? Users Report Errors

https://comuniq.xyz/post?t=871
1•01-_-•1m ago•0 comments

Some critical issues with the SWE-bench-Pro environments

https://github.com/SWE-agent/mini-swe-agent/issues/787
2•snoopyswe•2m ago•0 comments

Is my job safe from AI? (version 4)

https://99helpers.com/tools/is-my-job-safe-from-ai
1•nickk81•3m ago•1 comments

Evilwaf – MitM Firewall bypass proxy and WAF vulnerability scanner

https://github.com/matrixleons/evilwaf
1•matrixleons•4m ago•1 comments

Oil stored at sea is running down fast [ ] 1/3 of what's left is Iranian

https://www.bloomberg.com/news/articles/2026-03-20/oil-market-s-seaborne-buffer-runs-down-fast-as...
1•alecco•4m ago•1 comments

A Trillion Transactions [video]

https://www.youtube.com/watch?v=y2_BqkKTbD8
2•sgt•5m ago•1 comments

Middle East Conflict Is Rewiring Global Supply Chains

https://www.eetimes.com/middle-east-conflict-is-rewiring-global-supply-chains/
2•giuliomagnifico•9m ago•0 comments

Show HN: triad.js – A toolset for creating web apps

https://codeberg.org/joexo/triad.js
1•joexo•11m ago•0 comments

Six Roads to World War III

https://thekochicompass.substack.com/p/six-roads-to-world-war-iii-b69
1•shreshthdugar•14m ago•0 comments

Garmin data archive – local, offline, Ollama-ready

https://github.com/Wewoc/Garmin_Local_Archive
1•Wewoc•14m ago•1 comments

100+ Kernel Bugs in 30 Days

https://substack.com/home/post/p-188916866
3•someplaceguy•15m ago•0 comments

My Own Personal Claws

https://www.bstjohn.net/blog/claws/
1•danab3791•15m ago•0 comments

Paul Graham, Founder, Y Combinator [video]

https://www.youtube.com/watch?v=2Q2uh1BlqKA
1•tim333•19m ago•1 comments

Probiotic cream that ramps up heat production could prevent frostbite

https://www.newscientist.com/article/2520006-probiotic-cream-that-ramps-up-heat-production-could-...
2•Brajeshwar•20m ago•0 comments

Claudy Day

https://pages.oasis.security/rs/106-PZV-596/images/claudyday-vulnerability.pdf?version=0
1•jeisc•23m ago•1 comments

The Reason Windows Hate Is Exploding: It's the End of Personal Computing [video]

https://www.youtube.com/watch?v=e7a89ZYcTo8
2•oldnetguy•24m ago•0 comments

Introducing DoorDash Tasks

https://about.doordash.com/en-us/news/introducing-doordash-tasks
1•pramodbiligiri•25m ago•0 comments

Molly Holzschlag's archived blog remake

https://mollyholzschlag.com/
1•vietyork•25m ago•0 comments

Show HN: I built a super simple email reminder inspired by the RemindMe! bot

1•santah•26m ago•0 comments

Whiplash: When people stop taking GLP-1s

https://nautil.us/whiplash-heart-attack-and-stroke-risk-jumps-when-people-stop-taking-glp-1s-1279029
1•I_Nidhi•27m ago•0 comments

A static site generator and website transferring under 20kB

https://theconsensus.dev/blog/2026/03/19/a-static-site-generator.html
2•ibobev•29m ago•0 comments

The Rise of Fake Casio Scientific Calculators

https://hackaday.com/2025/12/29/the-rise-of-fake-casio-scientific-calculators/
1•bookofjoe•29m ago•0 comments

AI (2014)

https://blog.samaltman.com/ai
23•bjornroberg•29m ago•6 comments

Kanban TODO: a textfile based Kanban board in a single HTML file

https://www.youtube.com/watch?v=yyBZceJG-Ls
1•nialse•30m ago•0 comments

A visual way to explore startups that raised recently

https://iraised.io
1•damiannn•33m ago•0 comments

Missile strikes close to reporter during Israeli attacks in Lebanon

https://www.aljazeera.com/video/newsfeed/2026/3/19/missile-strikes-close-to-reporter-during-israe...
4•0x54MUR41•34m ago•0 comments

Surveillance in Africa: Mapping Chinese AI Surveillance Across 11 Countries

https://www.ids.ac.uk/publications/smart-city-surveillance-in-africa-mapping-chinese-ai-surveilla...
1•giuliomagnifico•35m ago•0 comments

AI's impact on mathematics is analogous to the car's impact on cities

https://mathstodon.xyz/@tao/116252708577614828
2•birdculture•36m ago•0 comments

Entso-E final report on Iberian 2025 blackout

https://www.entsoe.eu/publications/blackout/28-april-2025-iberian-blackout/
4•Rygian•36m ago•0 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.