frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Xkcd Search

https://xkcd.stupidlabs.lol
1•freakynit•21s ago•0 comments

Show HN: LHIC-The execution layer that gets safer and smarter with every run

https://lhic-docs.pages.dev/
1•pinyencheng•52s ago•0 comments

Z.ai Set to Be First China AI Firm with $1B Annual Sales

https://www.bloomberg.com/news/articles/2026-07-17/z-ai-set-to-be-first-china-ai-firm-with-1-bill...
2•mfiguiere•2m ago•0 comments

AI helped me write every game I ever wanted to make

https://boompop.games/
1•jquave•3m ago•1 comments

A Silly Adaptation of "The Odyssey"

https://economist.com/culture/2026/07/15/a-very-silly-adaptation-of-the-odyssey
1•andsoitis•5m ago•0 comments

Buffett reveals he was behind Berkshire's $31B bet on Google

https://fortune.com/2026/07/16/warren-buffett-google-berkshire-ai-race/
1•teleforce•7m ago•0 comments

Show HN: OSS Pi Agent for Slack and Linear

https://github.com/brainwavesio/pi-digby
1•grrowl•8m ago•0 comments

Firefox Profile Decryption Explained

https://github.com/asaix/mozdmp
1•asaix•8m ago•1 comments

White House Teleprompter Operator Bet on Trump Speeches, Kalshi Says

https://www.nytimes.com/2026/07/16/technology/teleprompter-operator-kalshi-trump-speeches.html
2•thm•15m ago•0 comments

Looking for Curious

https://github.com/dada2112311231323123/ScannerSteamParser3D/blame/main/scanner.rar
1•pylyi•20m ago•0 comments

My justfile to quick bootstrap and start journey with Odin

https://gist.github.com/skorotkiewicz/33e92829cecc98381760faec49b54851
1•modinfo•21m ago•0 comments

The Wall of LLMs

https://carrotandstick.games/blog/carrot-mcp-server
1•tibastral2•22m ago•1 comments

Nvidia has a new AI-RAN plan – a 6G radio unit chip

https://www.lightreading.com/6g/nvidia-has-a-radical-new-ai-ran-plan-a-6g-radio-unit-chip
1•porridgeraisin•24m ago•0 comments

Old CSS, new CSS (2020)

https://eev.ee/blog/2020/02/01/old-css-new-css/
1•downbad_•25m ago•0 comments

Nokia says long-term 6G is not doable without Nvidia

https://www.lightreading.com/6g/nokia-says-long-term-6g-is-not-doable-without-nvidia
1•porridgeraisin•25m ago•0 comments

Owner of 33rd ever Apple-1, demos working version [video]

https://www.youtube.com/shorts/K2gFNfNejVU
1•lifeisstillgood•28m ago•0 comments

Taco Bell lettuce at centre of growing US diarrhoea outbreak

https://news.sky.com/story/taco-bell-lettuce-at-centre-of-growing-us-diarrhoea-outbreak-13564220
1•austinallegro•29m ago•0 comments

EEG shows brain can simultaneous encode two speech streams

https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3003876
2•giuliomagnifico•31m ago•0 comments

WSL2 monitor mode/packet injection using an AR9271 and custom kernel

https://github.com/BicycleJunkie1971/wsl2-ar9271-monitor
4•MPGANSERT•43m ago•0 comments

Looking for a Fall 2026 / Winter-Spring 2027 Remote Internship

2•cnnadozi•43m ago•0 comments

Spot Birds Not Golf

https://simonwillison.net/2026/Jul/17/spot-birds-not-golf/
2•zdw•45m ago•0 comments

Two LLM-assisted memory-management patch sets

https://lwn.net/Articles/1080162/
2•signa11•49m ago•0 comments

Show HN: Pocket Voice: TTS and Voice clone in the browser

https://h3manth.com/ai/pocket-voice/
2•init0•52m ago•0 comments

Irreducible Loops

https://maskray.me/blog/2026-07-12-irreducible-loops
2•matt_d•52m ago•0 comments

Ask HN: I feel like I've lost my identity due to AI

3•im-not-enjoying•53m ago•0 comments

Ask HN: Workflow Automation vs AI Agents?

2•dicksent•54m ago•0 comments

Native Foxglove Visualization in LeRobot

https://foxglove.dev/blog/native-foxglove-visualization-in-lerobot
2•intrepidsoldier•55m ago•0 comments

Euclideon Are Back as Nuclideon

https://nuclideon.com/
1•bananaboy•55m ago•1 comments

MCP onboarding is the most exciting thing happening in tech

https://moekhalil.substack.com/p/mcp-onboarding-is-the-most-exciting
2•mfkhalil•57m ago•0 comments

Databricks raises $5B with a $188B valuation

https://www.reuters.com/legal/transactional/databricks-valued-188-billion-after-coatue-led-invest...
3•ansnadeem•57m 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.