frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Disconnect – an iOS app blocker only a friend can unlock

https://apps.apple.com/us/app/digital-detox-lock-disconnect/id6743134572
1•shuaib•33s ago•0 comments

Three changes Madring will make after terrible F1 debut

https://www.the-race.com/formula-1/madring-f1-spanish-gp-circuit-three-changes-planned-2027/
1•Markoff•1m ago•0 comments

Open weights are not open source: Why AI's favorite label is under dispute

https://www.theregister.com/columnists/2026/09/15/open-weights-are-not-open-source-why-ais-favori...
2•pseudolus•1m ago•0 comments

Gnu/Hurd strikes back: How to use it in a (somewhat) practical way (2023)

https://mhatta.medium.com/gnu-hurd-strikes-back-4021433d506d
1•bmacho•2m ago•0 comments

Performance Improvements in .NET 11

https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-11/
2•soheilpro•5m ago•0 comments

How to optimize websites for fast loading and slow network speeds

https://xnacly.me/posts/2022/web-performance/
1•ibobev•5m ago•0 comments

Show HN: VectisPDF – Fast, private in-browser PDF suite (No uploads, Rust/WASM)

2•Sacha-Builds•5m ago•0 comments

Rust 1.97.1

https://blog.rust-lang.org/2026/07/16/Rust-1.97.1/
2•hnd9q09qk4•6m ago•0 comments

Show HN: A 24/7 video channel where $5 puts your ad on air in about a minute

https://letmeshowyou.live
1•spotlayn•6m ago•0 comments

Security Essentials MVC Project Template

https://github.com/johnstaveley/SecurityEssentials/
1•Brysonbw•6m ago•0 comments

Show HN:Brewser, a web engine from scratch for the modded Nintendo Switch

https://brewser.io/
1•natureglass•6m ago•0 comments

US Military confirms it has deployed weapons in space

https://www.cnn.com/2026/09/15/science/us-space-force-weapons-capabilities-hnk
1•haunter•7m ago•0 comments

What if only one allocation needs to be borrow checked?

https://nitinm.dev/blog/gradual_ownership_in_a_high_level_language
1•chess10kp•7m ago•0 comments

Who funds METR? The viral Anthropic funding thread

https://tokenstead.ai/guides/who-funds-metr-anthropic-thread-audited
3•cdnsteve•9m ago•0 comments

The Synthetic Yes-Man: AI, Dunning-Kruger, and the Modern Voigt-Kampff Test

https://www.thesimgap.com/p/the-synthetic-yes-man-ai-dunning
1•fabotelli•9m ago•0 comments

Holodomor

https://en.wikipedia.org/wiki/Holodomor
3•simonebrunozzi•11m ago•0 comments

Interpreting Pangram

https://lucumr.pocoo.org/2026/9/14/interpreting-pangram/
1•notracks•13m ago•0 comments

Tuning a Local Coding Agent: Oh My Pi and Qwen3.8-27B on Two RTX 3090s

https://doug.sh/posts/tuning-a-local-coding-agent-oh-my-pi/
3•dougcalobrisi•13m ago•1 comments

25 Years of Mass Surveillance Is Enough [Auth: Cindy Cohn; Bruce Schneier]

https://www.lawfaremedia.org/article/25-years-of-mass-surveillance-is-enough
2•mdp2021•14m ago•1 comments

Show HN: ScaleUp City Simulator

https://city.scaleupcto.com/
3•robotrobot•15m ago•1 comments

GDScript: The Good, Bad, and Ugly Parts

https://azhdarchid.com/gdscript-good-bad-ugly/
1•haeseong•15m ago•0 comments

The Misery of Mechanistic Interpretability: A Formal Perspective

https://arxiv.org/abs/2609.15533
1•sbulaev•16m ago•0 comments

Sievepad: Write and debug Sieve scripts in the browser

https://sievepad.com/
1•StalwartLabs•16m ago•1 comments

Migrata – declarative Postgres migrations using plain SQL as the source of truth

https://migrata.io/blog/meet-migrata
2•ndortega•18m ago•1 comments

Show HN: Linux Doctor – read-only health checks that explain what's wrong

https://github.com/zShaD0w7x/linux-doctor
4•7sh1d0w7x•19m ago•0 comments

The Complete Guide to Codex

https://flaviocopes.com/codex/
3•ibobev•20m ago•0 comments

Show HN: Public Browser – a Chrome MCP server with ~40% fewer tool calls

https://github.com/Silbercue/public-browser
1•silbercue•20m ago•0 comments

We timed 65 DynamoDB PITR restores. You can't predict the 66th

https://www.thisandthat.chat/blog/how-long-a-dynamodb-restore-takes/
1•jreynar•20m ago•0 comments

AntFlow AI: Spec-Driven Agentic Development

https://geekyants.com/antflow-ai
1•Harish_0089•20m ago•0 comments

I fixed my DevOps mistakes with AI

https://flaviocopes.com/devops-mistakes-ai/
2•ibobev•20m 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.