frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Nowhere Air – Get a first class ticket to nowhere

https://nowhereair.com/
1•titusblair•2m ago•0 comments

Free calculators, no tracking client-side

https://getutilary.com
1•acbirja•5m ago•0 comments

Do you remember the Harvard student Eldo Kim?

https://www.cnn.com/2013/12/17/justice/massachusetts-harvard-hoax
1•mashally•9m ago•0 comments

Running a business made me hate capitalism – Go Make Things

https://gomakethings.com/articles/running-a-business-made-me-hate-capitalism/
2•ulrischa•13m ago•0 comments

Microsoft director: AI scraping 'the largest theft of labor in human history'

https://www.tomshardware.com/tech-industry/artificial-intelligence/microsoft-director-called-ai-s...
1•jonbaer•13m ago•0 comments

OpenDTC – Read ya Diagnostic codes with no ads n that

https://opendtc.net/
2•x0z•15m ago•1 comments

Jev vs. XGBoost and Bert

https://explainx.ai/blog/jev-vs-xgboost-bert-classifiers-2026
2•cagz•16m ago•0 comments

Trump says he will create 'AI Force,' name AI czar

https://www.reuters.com/world/us/trump-says-he-will-create-ai-force-name-ai-czar-2026-09-19/
2•psychanarch•18m ago•0 comments

ChatGPT Rogue-Emailed the FBI

https://old.reddit.com/r/ChatGPT/comments/1wkrr4g/chat_gpt_rogue_emailed_fbi/
1•znpy•20m ago•0 comments

M6 Pro Chip Result on Geekbench Is Likely Fake

https://www.macrumors.com/2026/09/19/m6-pro-geekbench-result-likely-fake/
2•layer8•20m ago•0 comments

Making a Jumping Cube Stick the Landing [video]

https://www.youtube.com/watch?v=ZonPpxvV6KU
1•hashier•21m ago•0 comments

Ageing Americans may not get results of Alzheimer's study due to Trump cuts

https://www.theguardian.com/us-news/2026/sep/17/trump-cuts-alzheimers-disease-study
3•hn_acker•21m ago•1 comments

Show HN: Flyover Country – guide to the window seat with AR

https://flyovercountry.app/
1•headsupernova•22m ago•0 comments

Btrfs/ZFS/bcachefs under workloads classic benchmarks skip

https://bartosz.fenski.pl/modern-fs-benchmark/
2•farlight•23m ago•1 comments

Ask HN: How do you interview devs in a post-AI world?

5•mdwelsh•24m ago•2 comments

I Hijacked a Real Artist's Spotify with AI Music. It Was Disturbingly Easy

https://www.404media.co/spotify-ai-music-scam/
1•beardyw•28m ago•0 comments

New England RetroFest and the Maine Vintage Computer Society

https://www.goto10retro.com/p/new-england-retrofest-and-the-maine
1•rbanffy•28m ago•0 comments

You could have built Jev

https://sgnt.ai/p/jev/
1•baobabKoodaa•34m ago•0 comments

FAA to launch AI tool to help manage air traffic congestion

https://arstechnica.com/ai/2026/09/faa-tees-up-875m-ai-tool-to-help-manage-air-traffic-congestion/
1•drknownuffin•35m ago•1 comments

Show HN: 3D map of which newsletters link to the same things

https://reletter.com/graph
2•drpancake•40m ago•0 comments

Show HN: SpectralOli: Livecoding with Audio Loops

https://spectral-oli.vercel.app/
2•phantomshelby•41m ago•0 comments

FAQ: Why isn't mutable a subtype of immutable, or vice versa?

https://crumbles.blog/posts/2026-09-17-immutable-mutable.html
1•birdculture•42m ago•0 comments

Ask HN: Are there any books or online courses that changed the way you program?

2•learner_yearner•42m ago•2 comments

Show HN: S1Code, a decision-first Rust coding agent with Jev

https://github.com/mertcicekci0/S1Code
1•merthdotxyz•47m ago•0 comments

TypeSafe's Jev Can't See. I Made It Guess What I Drew Anyway

https://mikulskibartosz.name/typesafe-jev-guess-what-i-drew
1•myszon•49m ago•0 comments

Building a conversation engine in Python that shows how LLMs fake memory

https://heymeraki.substack.com/p/aie_21-building-it
1•heyy-meraki•51m ago•0 comments

People who know the most often sound the least certain

https://vrash.substack.com/p/the-people-who-know-the-most-often
22•virde•52m ago•7 comments

Show HN: Pg_chdb, fast imports from object storage to Postgres using COPY

https://clickhouse.com/blog/introducing-chdb-postgres
2•saisrirampur•53m ago•0 comments

Prompts Aren't Real

https://evaluation.club
1•mcfunley•54m ago•0 comments

Lexend: Open typeface shown to improve reading proficiency

https://lexend.com/
1•farlight•54m 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.