frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI(.)DIY – Open-source AI workspace with agents, MCP and Linux in the browser

https://github.com/Cubinghackerz/ai.diy
1•nirneet•42s ago•0 comments

Show HN: BlockDex – item-level search across every public Shadcn registry

https://blockdex.kynth.studio
1•kyisaiah47•1m ago•0 comments

ChatSDK Ruby: One Gem, Every Channel

https://blog.quent.in/blog/2026/07/19/chat-sdk-ruby-one-gem-every-channel/
1•sylvainkalache•2m ago•0 comments

Chinese FM to visit Seoul as Lee floats multiparty talks on ending Korean War

https://www.koreaherald.com/article/10844465
1•thisislife2•7m ago•0 comments

Microsoft gives Task Manager another task: Watching AI workloads

https://www.theregister.com/os-platforms/2026/08/20/microsoft-gives-task-manager-another-task-wat...
1•smurda•10m ago•0 comments

Bandai don't sue me please

https://github.com/Irtaza2009/Hackamon
1•Irtaza1•10m ago•0 comments

Show HN: Snapped – A slow, analog-first social network

https://snapped.pics/
1•jeswin•10m ago•1 comments

Show HN: Local design and video editor, no bundler, in-browser MP4 export

https://github.com/karamuhammet/Open-Editor-Dika-Studio-Community
1•muhammetck•11m ago•0 comments

Show HN: ContextForge – context engineering platform for AI-assisted development

https://github.com/waterflane/ContextForge
1•waterflane•12m ago•0 comments

Carthage should be destroyed (2015) (149 BCE)

https://skeptoid.com/blog/2015/05/10/furthermore-i-am-of-the-opinion-that-carthage-should-be-dest...
1•pastage•13m ago•0 comments

Bringing Rails into the Ractor-Age

https://railsatscale.com/2026-08-11-ractors-on-rails/
1•ksec•16m ago•1 comments

Show HN: Lunar, a coding harness extensible with Lua

https://github.com/gszr/lunar
1•gszr•19m ago•0 comments

Kino: A high-performance Ractor web server for Ruby 4.0

https://github.com/yaroslav/kino
1•ksec•20m ago•1 comments

Product, Aristra, Is Craaaazy

https://app.aristralabs.com/sign-in?redirect_url=https%3A%2F%2Fapp.aristralabs.com%2F
1•player08•20m ago•1 comments

US envoy Huckabee tells Israeli settlers not to take Palestinian Americans' land

https://www.reuters.com/world/middle-east/us-envoy-huckabee-tells-israeli-settlers-not-take-pales...
1•bewareofscams•20m ago•0 comments

Europe 2026 Greece 176bc: How Great Powers Turn Liberation into Hegemony

https://donatoderosa.substack.com/p/europe-2026-greece-176-bc
2•kimi•21m ago•0 comments

Why Americans Stopped Reading Books

https://www.openculture.com/2026/08/why-americans-stopped-reading-books.html
1•mdp2021•22m ago•0 comments

Show HN: SSO as a Service (SSOaS)

https://username.md/sso.html
1•cyberge99•23m ago•0 comments

When AI designs a drug, who gets the credit?

https://www.technologyreview.com/2026/08/21/1142627/when-ai-designs-a-drug-who-gets-the-credit/
1•joozio•24m ago•0 comments

Xblade – fork of xlibre-xserver with stable pixel-isolated sandboxing

https://git.sr.ht/~bhyvxe/xblade
2•icmpkitty•24m ago•2 comments

Keycloak Unauthenticated Account Takeover

https://ccb.belgium.be/advisories/warning-critical-account-takeover-password-reset-flow-red-hat-b...
4•weinzierl•26m ago•0 comments

Show HN: Git-sprout, a drop-in Git worktree add that doesn't copy your tree

https://github.com/alltuner/git-sprout
1•nirvanis•28m ago•0 comments

Address-Specific DNS Aliases (ANAME) and Zone Transfer

https://datatracker.ietf.org/doc/draft-khrabrov-dnsop-aname-axfr/
1•fauria•29m ago•0 comments

Btrfs Snapshot Integration in KDE

https://bharadwajraju.com/posts/btrfs-snapshots-in-kde/
3•birdculture•29m ago•0 comments

Why Economists Don't Listen: Tales from an Anthropology Spy in Economics

https://indevelopmentmag.substack.com/p/why-economists-dont-listen-tales
1•Tomte•30m ago•0 comments

How difficult can it be to ship a camera that prevents deepfakes?

https://fightfake.ai/blog/how-difficult-ship-camera-prevents-deepfakes
1•fightfake-ai•31m ago•0 comments

New York Times Loses Defamation Lawsuit in Alabama

https://www.nytimes.com/2026/08/20/business/media/new-york-times-defamation-lawsuit-alabama.html
1•docdeek•36m ago•2 comments

Satellite Horoscope, astrology for spacecraft based on real orbital data

https://horoscope.intella.space/
1•jeydi42•37m ago•0 comments

Hereabouts – explore Australian places, wildlife, and seasonal movement

https://hereandhappening.com/
1•williequ•38m ago•1 comments

Show HN: Interactive PostgreSQL Permissions

https://thepartly.github.io/pgroles/docs/postgresql-access-model/
1•hardbyte•39m 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.