frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Reproof – A non-linear writing app for perfectionists

https://reproof.app
1•maguay•53s ago•0 comments

Lucille Ball Is the Reason We Have 'Star Trek' – Here's What Happened (2016)

https://www.businessinsider.com/lucille-ball-is-the-reason-we-have-star-trek-heres-what-happened-...
1•thunderbong•2m ago•0 comments

PkgDiet – Find unused, bloated, and unmaintained NPM packages and alternatives

https://www.npmjs.com/package/pkgdiet
1•omtajne•4m ago•0 comments

Kraubex AI

https://www.kraubex.de/product
1•venu1807•5m ago•0 comments

PromptQuorum, optimize locally prompts and analyze results of multiple AIs

https://www.promptquorum.com/waitlist
1•PromptQuorum•7m ago•1 comments

A self-hosted, database-less note taking web app

https://github.com/dullage/flatnotes
2•saikatsg•7m ago•0 comments

Funding internet freedom together: results of first participatory funding round

https://blog.torproject.org/funding-internet-freedom-together/
2•raybb•8m ago•0 comments

Proposed Architecture for Next Generation Payment Infrastructure

https://zenodo.org/records/21991408
1•sangamdas•17m ago•0 comments

OpenAI and Anthropic in price war as Chinese AI rivals gain ground

https://www.ft.com/content/32a70a3c-7d28-40b4-808e-36edb58c7d01
1•mgh2•21m ago•1 comments

Arctype – An AI workspace that builds documents, apps, and handles email

https://arctype.org/
1•AdamNeto•23m ago•1 comments

Show HN: Roadmark – roadmaps that branch instead of overwriting the plan

https://yourroadmark.com
1•alekstret•23m ago•0 comments

When I worked at Apple, I remember seeing code that was 15 years old

https://twitter.com/sean_geiger/status/2089487682305216534
4•tosh•25m ago•0 comments

GenOffice fork that works with any local LLM instead of a cloud account

https://github.com/douglas168/open-genoffice
2•douglas168•27m ago•0 comments

I'm done coding with AI [video]

https://www.youtube.com/watch?v=2ZU3j4GQ4K8
1•mike-the-brain•27m ago•0 comments

What's behind the rise of teens spying for Russia?

https://mssv.net/2026/08/13/whats-behind-the-rise-of-teens-spying-for-russia/
1•adrianhon•30m ago•0 comments

Show HN: Dozenal – Daily Spatial Math Puzzle

https://dozenal.game
3•sarreph•31m ago•0 comments

Breakthrough as scientists use AI to predict how breast cancer could progress

https://www.independent.co.uk/news/health/breast-cancer-diagnosis-cure-ai-symptoms-b3034278.html
1•01-_-•32m ago•0 comments

GitHub runner related pages down

2•jahnu•33m ago•0 comments

Show HN: Phi – A browser-native and desktop game engine

https://github.com/float64co/Phi
1•LukeB42•34m ago•0 comments

Just Show Me the Prompt

https://www.leadinginproduct.com/p/just-show-me-the-prompt
1•benkan•39m ago•1 comments

The controversial story of the North American raccoons wreaking havoc in Germany

https://www.bbc.com/future/article/20260814-the-true-story-of-how-germany-became-overrun-with-nor...
2•t-3•40m ago•0 comments

Who Is Lucky?

https://www.politie.nl/nieuws/2026/augustus/17/een-heel-leven-maar-geen-naam-wie-herkent-deze-man...
1•bartkappenburg•42m ago•0 comments

Slag: Scriptable, hot-reloadable GPUI framework

https://tangled.org/liminal.rip/slag
1•nerdypepper•43m ago•0 comments

Screentime for kids not necessarily bad

https://www.sciencedaily.com/releases/2026/08/260815064803.htm
2•djdule•46m ago•2 comments

Show HN: Vianta Connect – file transfer and clipboard sync for Android and Mac

https://play.google.com/store/apps/details?id=com.vianta.android&hl=en_US
1•SUSHANTH_21•49m ago•0 comments

The defense revolving-door, Silicon Valley edition

https://thebulletin.org/2026/08/the-defense-revolving-door-silicon-valley-edition/
1•jonbaer•50m ago•0 comments

RL-based robot arm manipulation with Isaac Lab

https://www.hackster.io/agilexrobotics/sim2real-deployment-rl-based-grasping-using-piper-arm-8ae8bb
1•AGX_NERO•51m ago•0 comments

Elm for PostgreSQL

https://twitter.com/evancz/status/2089617868694421564
2•garyclarke27•53m ago•0 comments

Show HN: There are many factories, but this one's *yours

https://github.com/mikaelweiss/penguin
1•mikaelweiss•57m ago•0 comments

Decentralized Universal Computer

https://github.com/Skills03/c9
1•RIshabh235•57m ago•1 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.