frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Israeli ministers announce new illegal settlements in Gaza and West Bank

https://www.theguardian.com/world/2026/jul/18/israel-plan-new-illegal-settlements-gaza-west-bank-...
1•hebelehubele•13s ago•0 comments

The cost of saying yes has changed

https://github.blog/engineering/the-cost-of-saying-yes-has-changed/
2•e2e4•8m ago•0 comments

SigLIP 2 text embedding on CPU with Rust and ONNX

https://github.com/Hebbian-Robotics/siglip-onnx-server
1•kstonekuan•9m ago•0 comments

Elon Musk's Memphis AI empire is the epicenter of the data center backlash

https://www.cnbc.com/2026/07/16/elon-musk-memphis-ai-colossus-data-center.html
1•1vuio0pswjnm7•12m ago•0 comments

SpaceX stock has cratered nearly 23% since the company joined the Nasdaq-100

https://www.cnbc.com/2026/07/17/spacex-stock-starship-test-flight-aborted.html
1•1vuio0pswjnm7•13m ago•0 comments

The Java Story – The Official Documentary [video]

https://www.youtube.com/watch?v=ZqGSg4b_cZA
1•Tomte•15m ago•0 comments

US judge won't block Meta laying off workers who filed AI discrimination suit

https://www.reuters.com/business/world-at-work/us-judge-wont-block-meta-laying-off-workers-who-fi...
2•1vuio0pswjnm7•15m ago•0 comments

An Open Letter to A24 about Backrooms Copyright

https://backroomsmovie.com/2026/07/an-open-letter-to-a24-about-backrooms-copyright/
2•Tomte•17m ago•0 comments

Kimi K3 is the best performing model on Next.js evals

https://twitter.com/rauchg/status/2077900518404321759
1•tosh•21m ago•0 comments

Cicy-code – a local-first multi-agent coding workspace via npx

https://github.com/cicy-ai/cicy-code
2•cicyai•29m ago•0 comments

FluencyLoop – A lighter, developer-centric SpecKit alternative

https://github.com/baokhang83/fluencyloop
3•baokhang83•35m ago•0 comments

A stale-proof shared memory for coding agents

https://github.com/Hivemind-OSS/Hivemind
1•dowingard•43m ago•1 comments

Show HN: Google Search Console MCP

https://github.com/AkashRajpurohit/gsc-mcp
1•ghostfoxgod•45m ago•0 comments

Ephemeral runtime harness for agentic workflows open source

https://github.com/dmosc/drun
1•osdavrm•49m ago•1 comments

A little experiment in evading AI detection

https://thegustafson.com/blog/evading-ai-detection
4•usernotfoundrn•51m ago•0 comments

Why OpenRouter can be the next great platform

https://taikhooms.substack.com/p/why-openrouter-can-be-the-next-great
1•theanonymousone•53m ago•0 comments

Origami Cat Puppet

https://www.ducksters.com/videos/arts-crafts/origami_cat_puppet.php
2•jruohonen•56m ago•0 comments

Digital Fauxice – an OSS clean room Nikon Digital Ice with 1:1 results

https://github.com/rohanpandula/digital-fauxice
2•peteforde•1h ago•0 comments

Martin Picard's Mitochondrial Theory of Mind

https://www.quantamagazine.org/martin-picards-mitochondrial-theory-of-mind-20260717/
3•nsoonhui•1h ago•0 comments

Recap: Software Should Work 2026

https://bencornia.com/blog/recap-software-should-work-2026
1•bencornia•1h ago•0 comments

Gpu.ai $1k Grand Prize Buildathon August 22nd 2026: Build on Free Cloud GPUs

https://gpu.ai/buildathon
1•johngpuai•1h ago•0 comments

Show HN: A model-routing benchmark – the routers optimize the wrong axis

https://github.com/dotnetspark/fbc-model-routing-benchmark
1•yadellopez•1h ago•0 comments

New normal? US had a major power outage EVERY month of 2026

https://electrek.co/2026/07/15/new-normal-the-us-has-suffered-a-major-power-outage-every-month-of...
1•sharjeelsayed•1h ago•0 comments

Pre-Modern Armies for Worldbuilders, Part IVa: Leadership

https://acoup.blog/2026/07/18/collections-pre-modern-armies-for-worldbuilders-part-iva-leadership/
1•gostsamo•1h ago•0 comments

CoRecursive Interview with Paul Lutus, the Author of Apple Writer

https://corecursive.com/remote-developer/
2•lioeters•1h ago•2 comments

In-browser agent that bulk enriches any webpage

https://www.rtrvr.ai/blog/agentic-dataset-enrichment-in-your-browser
1•arjunchint•1h ago•0 comments

Rolling Stones match Beatles with 15th UK number one album

https://www.reuters.com/business/media-telecom/rolling-stones-match-beatles-with-15th-uk-number-o...
1•1659447091•1h ago•0 comments

Three workers digging in a field outside the data center

https://sign2.nl/websign/three-workers-digging-in-a-field-outside-the-data-center-by-dinnis-van-d...
2•jruohonen•1h ago•0 comments

Flathub's AI slop ban looks like it was the right call

https://www.omgubuntu.co.uk/2026/07/flathub-ai-slop-ban-data
2•shaunpud•1h ago•0 comments

Show HN: Scenario Tests for Distributed Systems

https://www.srinidhin.com/blog/11.html
1•srinidhin•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.