frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Request Camel Numbering

https://gov.om/w/request-camel-numbering
1•earksiinni•3m ago•0 comments

Git per sviluppatori: guida completa dai comandi base al workflow professionale

https://donatodelpeschio.it/blog/git-guida-completa-comandi-workflow
1•donnyBlanko•3m ago•0 comments

A bet on whether ML-KEM-768 or X25519 will break first

https://github.com/FiloSottile/ecc-vs-lattices-long-bet
1•figsoda•5m ago•1 comments

From Spec-Driven Work to Work Orchestration

https://trilogyai.substack.com/p/from-spec-driven-work-to-work-orchestration
1•kumanday•7m ago•0 comments

Hormuz, an MCP-first forecasting engine for reproducible modeling

https://github.com/farukalpay/hormuz-tectonochemical-engine/
4•festafin•7m ago•0 comments

Anthropic Mythos 0-days replicated with GPT5.4

https://twitter.com/kannthu1/status/2042695741844619502
1•knivets•7m ago•0 comments

Dario – use your Claude Max subscription as an API (no API key needed)

https://github.com/askalf/dario
1•askalf•16m ago•0 comments

Show HN: Collabmem – the memory system for long-term collaboration with AI

https://github.com/visionscaper/collabmem
1•visionscaper•17m ago•1 comments

Is ChatGPT Down?

https://chatgpt.com/
2•laser9•17m ago•1 comments

We gave an AI a 3-year Lease. It opened a store

https://andonlabs.com/blog/andon-market-launch
2•lukaspetersson•17m ago•0 comments

Anthropic loses appeals court bid to temporarily block DoD ruling

https://www.cnbc.com/2026/04/08/anthropic-pentagon-court-ruling-supply-chain-risk.html
1•gmays•18m ago•1 comments

Sciences Physiques

https://www.jf-noblet.fr/
2•Eridanus2•20m ago•1 comments

What Are You Trying to Say?

https://idiallo.com/blog/what-are-you-trying-to-say
2•foxfired•26m ago•0 comments

Warez Scene

https://en.wikipedia.org/wiki/Warez_scene
3•maltalex•27m ago•0 comments

Open Source LLM Comparison – Is Opus Cooked?

https://paradise-runner.github.io/frontier-comparison/
2•dividedcomet•32m ago•1 comments

Installing OpenBSD on the Pomera DM250 Writerdeck

https://jcs.org/2026/04/09/openbsd-dm250
1•djfergus•32m ago•0 comments

Show HN: Function Calling Harness: From 6.75% to 100% (Qwen Meetup Presentation)

https://typia.io/blog/function-calling-harness-qwen-meetup-korea/
2•samchon-github•34m ago•0 comments

AI Code Is Hollowing Out Open Source, and Maintainers Are Looking the Other Way

https://www.quippd.com/writing/2026/04/08/ai-code-is-hollowing-out-open-source-and-maintainers-ar...
3•pabs3•35m ago•0 comments

Daily You: A Personal Diary

https://github.com/Demizo/Daily_You
1•thunderbong•38m ago•0 comments

Helix and Typst are a match made in heaven

https://ergaster.org/til/helix-typst-match-in-heaven/
2•vinhnx•39m ago•0 comments

CLínica Bíblica: From Mission Hospital to Modern Medical Leader in Costa Rica

https://johnquam.substack.com/p/clinica-biblica-from-mission-hospital
1•headmonkey•44m ago•0 comments

Crystal on Rails (Rails-to-Crystal Transpiler)

https://intertwingly.net/blog/2026/04/10/Railcar.html
1•hugh4life•46m ago•0 comments

The term "AGI" is almost useless at this point

https://helentoner.substack.com/p/the-term-agi-is-almost-useless-at
1•gmays•46m ago•0 comments

Two Japanese suppliers commit to keeping Blu-ray discs and drives in supply

https://automaton-media.com/en/news/two-japanese-suppliers-commit-to-keeping-blu-ray-discs-and-dr...
2•voxadam•46m ago•0 comments

Use Claude Max subscription with OpenClaw again

https://github.com/zeulewan/glueclaw
1•zeulewan•59m ago•2 comments

Leaked – publicly unavailable unstable preview model

https://unstable.bot
14•mrhyyyyde•1h ago•3 comments

There are limited benefits when parents hold back their child in kindergarten

https://www.latimes.com/california/story/2026-03-23/limited-benefits-when-parents-hold-back-their...
1•PaulHoule•1h ago•0 comments

What, Is the GIL?

https://finbarr.ca/what-is-the-gil/
3•vinhnx•1h ago•0 comments

Iran Unable to Find Mines in Strait of Hormuz, U.S. Says

https://www.nytimes.com/2026/04/10/us/politics/iran-mines-strait.html
5•tyleo•1h ago•1 comments

Artemis II safely splashes down

https://www.cbsnews.com/live-updates/artemis-ii-splashdown-return/
268•areoform•1h ago•81 comments
Open in hackernews

Show HN: Buckaroo – Data table UI for Notebooks

https://github.com/paddymul/buckaroo
105•paddy_m•10mo 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•10mo 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•10mo 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•10mo 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•10mo ago
Congratulations on launching. Buckaroo looks great.
franky47•10mo ago
But does it work across data tables with 8 dimensions?
trsohmers•10mo ago
Only with the oscillation overthruster flag enabled.
hodder•10mo ago
Looks cool to me. I often just end out exporting and opening in excel to do this
epistasis•10mo 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•10mo ago
How does it compare to Data Wrangler ? I like Data Wrangler because it let us open up in a separate VS Code window.