frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Ifso – a personal finance simulator for major life decisions

https://ifso.io
1•timer_interrupt•43s ago•0 comments

Show HN: FetchMark – An Offline-first read-later app with AI summaries

https://fetchmarkapp.com
1•fetchmark•4m ago•0 comments

FreeCORE, TrueNAS Core Continued

https://freecore.org/
1•NexRebular•4m ago•0 comments

Show HN: Acurite 433MHz Sensor to Weather Underground via RTL-SDR

https://github.com/lowerpower/wu-upload
2•mycal•4m ago•0 comments

Dolly Parton Has Died

https://en.wikipedia.org/wiki/Dolly_Parton
3•ColinWright•6m ago•2 comments

Show HN: Limitless Library – AI agents check first before starting from scratch

https://github.com/Univeracity/limitlesslibrary
1•ocdjeremy•6m ago•0 comments

Ask HN: Android OS with Linux level customisation

2•KinetiNode•7m ago•1 comments

Examining the AI Bear Thesis

https://ldstn.substack.com/p/a-critical-examination-of-the-ai
1•imaginaryunit01•7m ago•0 comments

Dolly Parton says she doesn't want to live on through AI after she dies (2023)

https://www.cbsnews.com/texas/news/dolly-parton-says-she-doesnt-want-to-live-on-through-ai-after-...
2•AftHurrahWinch•8m ago•3 comments

Towards a New House of Lords

https://marginalrevolution.com/marginalrevolution/2026/08/towards-a-new-house-of-lords.html
1•paulpauper•10m ago•0 comments

CATL now sells batteries online for $63/kWh [video]

https://www.youtube.com/watch?v=YpUwVqEIy20
2•thelastgallon•11m ago•1 comments

As print literacy fades, our perception of truth is warping

https://bigthinkmedia.substack.com/p/as-print-literacy-fades-our-perception
1•pseudolus•12m ago•0 comments

Is AI slowing you down?

4•charbz•12m ago•0 comments

Light Comes into the Room

https://lightcomesintotheroom.com/
1•bpierre•12m ago•0 comments

Andrew Tate exaggerates and did not own supercars in photos, his lawyers say

https://www.bbc.com/news/articles/c4grxr0e5gdo
4•chistev•12m ago•0 comments

Wikipedia and other sites slow or unavailable

https://www.wikimediastatus.net/incidents/9mg9mtxfxpjl
6•lukasgelbmann•13m ago•3 comments

Vanillin flavoring in e-cigarettes disrupts embryonic stem cell development

https://news.ucr.edu/articles/2026/08/12/vanillin-flavoring-e-cigarettes-disrupts-human-embryonic...
1•geox•13m ago•0 comments

S-Xtrix-S GSM

https://github.com/Pendrax/S-XTRIX-S
1•S-XTRIX-S•14m ago•0 comments

I migrated a 4 year old PrestaShop store and made a pratical ETL guide on it

https://blog.webround.com/en/migrating-from-prestashop
2•LucaSiviero•15m ago•1 comments

Our Electric Assets – Fortescue mining operations

2•thelastgallon•15m ago•0 comments

Pgbot: A 5.9 MB read-only Postgres tool for humans and agents

https://pgbot.dev/
3•sashash•18m ago•3 comments

Rollercoaster Tycoon Wonderworks – Official Early Access Announcement Trailer [video]

https://www.youtube.com/watch?v=QWsU277r8OM
2•HelloUsername•18m ago•0 comments

Space Invaders in COBOL on an IBM 3270 [video]

https://www.youtube.com/watch?v=GvLsOkOgPA0
3•fortran77•19m ago•0 comments

Key Recovery from Residue-Confined Errors in the Pradhan CRT-RLWE Construction

https://eprint.iacr.org/2026/1734
2•lknik•19m ago•0 comments

Report of MIT's Committee on AI Use in Teaching, Learning, and Research Training

https://aiandeducation.mit.edu/
2•sebg•20m ago•0 comments

Agents on Conductor: Agents Are Workflows

https://medium.com/orkes/agents-on-conductor-architecture-for-production-ai-da5b55cc99b7
2•opiniateddev•20m ago•0 comments

AI Grinding for Fun and Cryptanalysis

https://arxiv.org/abs/2608.21986
2•lknik•20m ago•0 comments

OpenBB winding down and open-sourced

https://openbb.co/blog/openbb-belongs-to-everyone/
4•mmarian•21m ago•1 comments

Show HN: Wireshark in a TUI

https://github.com/yeet-src/pktscope
2•ok_major_9889•21m ago•1 comments

Repent, Harlequin Said the Ticktockman – Harlan Ellison [pdf]

https://files.libcom.org/files/Repent,%20Harlequin%20said%20the%20Ticktockman%20-%20Harlan%20Elli...
2•evo_9•22m 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.