frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

LabConsole for live online IT training

https://gurulabs.com/blogs/introducing-labconsole/
1•4onthefloor124•50s ago•0 comments

The Web, the Best Outcome Is Email (2022)

https://brianschrader.com/archive/on-the-web-the-best-outcome-is-email/
1•sonicrocketman•1m ago•0 comments

The Shift from Models to Compound AI Systems

https://bair.berkeley.edu/blog/2024/02/18/compound-ai-systems/
1•nlpnerd•1m ago•0 comments

AMD Takes the Lid Off of Next-Gen EPYC 9006 Venice as Zen 6 Comes to Servers

https://www.servethehome.com/amd-takes-the-lid-off-of-next-gen-epyc-9006-venice-as-zen-6-comes-to...
2•rbanffy•2m ago•0 comments

Show HN: Wallstreetclaws.com – Create AI Agents for Trading

https://wallstreetclaws.com
1•iceman_w•7m ago•0 comments

OpenAI's A.I. Tried Breaching 4 Other Targets, Without Prompting

https://www.nytimes.com/2026/09/23/technology/openai-ai-breach-australia.html
1•tolugenius•8m ago•1 comments

Unsecured OpenAI agents posted 53 user images on the internet

https://techcrunch.com/2026/09/25/unsecured-openai-agents-posted-53-user-images-on-the-internet-w...
1•medler•8m ago•0 comments

An ARM and a Frame

https://factorio.com/blog/post/fff-446
1•robotnikman•11m ago•0 comments

Social Media Bans for Kids Need Smarter Safety Design

https://spectrum.ieee.org/social-media-bans
1•rbanffy•12m ago•0 comments

There's a new way to break RSA that's faster than anything we've seen before

https://arstechnica.com/security/2026/09/theres-a-new-way-to-break-rsa-thats-faster-than-anything...
2•jnord•12m ago•0 comments

Dumpster-Dived Window AC Unit Becomes Ground-Source Heat Pump

https://hackaday.com/2026/09/22/dumpster-dived-window-a-c-becomes-ground-source-heat-pump/
1•toomuchtodo•15m ago•1 comments

Ask HN: Is Opus 5.5 another step change?

1•consumer451•15m ago•0 comments

Fatal shooting on a crowded Amsterdam terrace followed an argument, police say

https://www.at5.nl/artikelen/240089/politie-dodelijke-schietpartij-op-vol-terras-ndsm-kade-volgde...
1•matonias•16m ago•0 comments

Itch Scratching

https://pluralistic.net/2026/09/25/other-people/
1•hn_acker•16m ago•0 comments

Why Not Save Your Time with These Agentic RAG Patterns?

https://medium.com/@ZikoZero011/rag-is-easy-until-the-questions-stop-being-easy-a76186e11394
3•Natashiiy•16m ago•1 comments

Lab on a Contact Lens Can Measure Stress Through Serotonin

https://spectrum.ieee.org/serotonin-stress-smart-contact-lens
2•marc__1•16m ago•0 comments

Show HN: MyA11yReport MCP – Build and test accessible websites with AI

https://mya11y.report/mcp/
1•charlesloubao•17m ago•0 comments

Airnet – Radio on Air

https://www.airnet.live/
2•christianmm•17m ago•0 comments

The implicit cognition of relationships: Inattention to attractive alternatives [pdf]

https://static1.squarespace.com/static/56cf3dd4b6aa60904403973f/t/5717915562cd94792b6d605c/146116...
1•luispa•21m ago•0 comments

Accelerated Out of Core Shuffling

https://quasiben.github.io/blog/ooc-shuffling-rapidsmpf/
1•quasiben•21m ago•0 comments

Prima: NASA will try to build a billion-dollar space telescope in record time

https://arstechnica.com/space/2026/09/nasa-green-lights-billion-dollar-infrared-observatory-for-l...
1•rbanffy•21m ago•0 comments

Meta Threads ban wave suspends Kobo CEO and others

https://www.threads.com/@mtamblyn/post/DdqEWIGAF1g
1•Lucent•22m ago•1 comments

AI Is a Boring Technology

https://www.chrbutler.com/ai-is-a-boring-technology
3•devonnull•22m ago•0 comments

Woman tells Senate Flock(YC17) of wrongful arrest, 86 hours solitary confinement [video]

https://www.youtube.com/watch?v=o9S_qn7oaw0
1•dlg•23m ago•0 comments

Lightspeed: Build real-time apps the Laravel way

https://innerloop.works/blog/introducing-lightspeed
1•jv22222•23m ago•0 comments

No designer, no coding → blasa.shop

https://blasa.shop/
1•maherzaidoun•27m ago•0 comments

What's the Ideal Company-Brain Harness?

https://ferran.sh/writing/whats-the-ideal-company-brain-harness
1•ferran9908•27m ago•0 comments

Jev-Mem: System-One-Controlled Agentic Memory for Efficient AI Agents

https://academy.dair.ai/papers/jev-mem-system-one-controlled-agentic-memory-for-efficient-ai-agen...
1•omarsar•27m ago•0 comments

Show HN: OOMU is a free macOS native desktop AI harness (local and cloud)

https://oomu.ai/download.html
1•jeff-oomu•28m ago•0 comments

Notes from Python Packaging Council's first meeting

https://discuss.python.org/t/notes-from-python-packaging-councils-first-meeting/109203
1•zahlman•29m 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.