frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Google worker charged with using internal data to make $1.2M on Polymarket

https://www.bbc.com/news/articles/c052yv259jvo
1•ZeljkoS•38s ago•0 comments

Rcmd: Reimagined Command-Tab

https://lowtechguys.com/rcmd/
1•doener•3m ago•0 comments

After Ferrari EV backlash, Lamborghini says canceling EVs was the right choice

https://www.cnbc.com/2026/05/27/ferrari-luce-backlash-lamborghini-ceo-ev.html
1•kleiba2•5m ago•0 comments

Apify actors at $0.001/result (Google Maps, NPI, SEC EDGAR, more)

https://apify.com/meticulous_snail
1•meticuloussnail•6m ago•0 comments

A Love Letter to Neovim

https://caio.ca/blog/a-love-letter-to-neovim
1•birdculture•7m ago•0 comments

Show HN: AI agents for UK GDAD PCF roles and their skills

1•jph•7m ago•0 comments

Digital Autonomy with RISC-V in Europe

https://dare-riscv.eu/
1•pimterry•12m ago•0 comments

The Future of Research Isn't Coming, It's Here

https://zenodo.org/records/20424253
1•anasteciadunu•12m ago•0 comments

Analyzing Table Space and Row Counts

https://medium.com/@joyshaw987/analyzing-table-space-and-row-counts-68a21a81013d
1•thunderbong•15m ago•0 comments

The first framework that can post train DeepSeek V4-pro on a single-node?

2•timxzz•18m ago•3 comments

Typst with Pandoc: A Modern, Fast Alternative to (Xe)LaTeX for PDF Generation

https://slhck.info/software/2025/10/25/typst-pdf-generation-xelatex-alternative.html
1•ankitg12•19m ago•0 comments

How to declare taxes in Germany as an App Developer

https://mertbulan.com/2026/05/28/how-to-declare-taxes-in-germany-as-an-app-developer/
2•mertbio•23m ago•0 comments

Repo Prompt's Next Chapter

https://repoprompt.com/blog/repo-prompt-next-chapter/
1•doppp•26m ago•0 comments

A joke about a Google Form became a private couples' intimacy tool

https://sexualsync.io/presentation#2
1•SVI•26m ago•0 comments

Canadian Nuclear FAQ

https://www.nuclearfaq.ca/
1•leonidasrup•27m ago•0 comments

Minutes journalist accuses CBS News of penalizing her

https://www.theguardian.com/media/2026/may/27/60-minutes-sharyn-alfonsi
1•pjmlp•27m ago•0 comments

Snooze: Run a Command at a Particular Time

https://github.com/leahneukirchen/snooze
1•thunderbong•28m ago•0 comments

The Pope Grasps the Limits of AI

https://www.theatlantic.com/ideas/2026/05/pope-leo-ai-catholic-church/687298/
1•rbanffy•32m ago•0 comments

Former Google and Apple Researchers Launch a Startup to Build AI's Missing Feed

https://www.wired.com/story/ex-google-apple-ai-researchers-want-to-make-ai-that-gets-smarter-as-y...
1•joozio•32m ago•0 comments

Wix to cut 1k jobs in largest layoff round in company history

https://www.calcalistech.com/ctechnews/article/b1oebi11xge
4•doppp•41m ago•0 comments

S.F. startup Webflow announces abrupt round of layoffs

https://www.sfchronicle.com/tech/article/webflow-layoffs-tech-san-francisco-22279561.php
4•doppp•41m ago•0 comments

Optimizing Our ML Feature Store: Cutting Compute Costs

https://kayhan.dev/posts/015-optimizing-ml-feature-store-cutting-compute-costs/
1•keynha•43m ago•0 comments

Rust Will Save Linux from AI, Says Greg Kroah-Hartman

https://linux.slashdot.org/story/26/05/27/208203/rust-will-save-linux-from-ai-says-greg-kroah-har...
2•fork-bomber•46m ago•0 comments

The Lone Lisp Heap

https://www.matheusmoreira.com/articles/lone-lisp-heap
1•matheusmoreira•58m ago•0 comments

Australia launches $2B lawsuit over PFAS 'forever chemicals'

https://www.rnz.co.nz/news/world/596604/australia-launches-massive-2b-lawsuit-over-pfas-forever-c...
1•colinprince•1h ago•0 comments

A Eureka machine that thinks like nature and explores what AI cannot

https://iisc.ac.in/a-eureka-machine-that-thinks-like-nature-and-explores-what-ai-cannot/
12•kunalsin9h•1h ago•0 comments

Japan, South Korea and Taiwan are suffering industrial rot

https://www.economist.com/finance-and-economics/2026/05/27/japan-south-korea-and-taiwan-are-suffe...
1•jnord•1h ago•1 comments

Predicting the 2026 World Cup: Can Anyone Stop Spain?

https://dtai.cs.kuleuven.be/sports/blog/predicting-the-2026-world-cup:-can-anyone-stop-spain/
1•fvankers•1h ago•0 comments

Musk's cut to USAID have made the Ebola outbreak worse

https://www.dw.com/en/ebola-central-africa-us-aid-cuts-uganda-drc-who-vaccines/a-77233437
8•camillomiller•1h ago•0 comments

Can Intel Save America?

https://www.thefp.com/p/can-intel-save-america
1•jazzdev•1h ago•0 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.