frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

2003 Angola Boeing 727 disappearance

https://en.wikipedia.org/wiki/2003_Angola_Boeing_727_disappearance
1•chistev•1m ago•0 comments

UK intelligence censored report on global warming and homeland security

https://theoryofchange1.substack.com/p/from-global-warming-to-homeland-security
1•ewidar•1m ago•0 comments

Teens Sick of Their iPhones Are 'Mallmaxxing'

https://www.bloomberg.com/news/features/2026-03-29/how-tiktok-got-teens-to-fall-in-love-with-the-...
1•mindcrime•1m ago•0 comments

That Vanished (2010)

https://www.smithsonianmag.com/air-space-magazine/the-727-that-vanished-2371187/
1•downbad_•3m ago•1 comments

What do you guys currently use for recording demos?

1•SoldierSacha•3m ago•0 comments

OCR tool in C using SDL2 and LLMs (rectangle select –> text)

https://github.com/haschka/ocr_tool
1•haschka•3m ago•1 comments

AI Native book – 135 pages, samples, free

https://stagent.io/book/
1•navam_io•4m ago•0 comments

Doing: Git for Scatterbrains

https://github.com/ttscoff/doing
1•tolerance•11m ago•0 comments

We made significant improvements to the Kokoro TTS trainer

https://github.com/BovineOverlord/kvoicewalk-with-GPU-CUDA-and-GUI-queue-system
1•SainzA•11m ago•1 comments

LLM Router – MCP server that routes Claude Code tasks to cheaper models

https://github.com/ypollak2/llm-router
2•ypollak2•13m ago•0 comments

Sow HN: LLMeter – Track per-customer LLM costs across OpenAI, Anthropic,and more

https://www.llmeter.org/
2•johalmed•13m ago•0 comments

Bazel is not scary anymore

https://stanislav.blog/bazel-is-not-scary-anymore/
1•spanferov•15m ago•0 comments

Soulrealms.ai an AI roleplay platform with persistent memory across sessions

https://soulrealms.ai
1•lapalapa•17m ago•0 comments

Don't Yell at Your LLM

https://marvin.beckers.dev/blog/dont-yell-at-your-llm/
3•embik•19m ago•0 comments

Binary obfuscation used in AAA Games

https://blog.farzon.org/2026/04/binary-obfuscation-that-doesnt-kill-lto.html
1•noztol•23m ago•0 comments

Reducing Federal R&D Reduces GDP Growth

https://itif.org/publications/2025/09/15/how-reducing-federal-rd-reduces-gdp-growth/
2•JumpCrisscross•23m ago•0 comments

Trump Slashed Science Funding. Now the U.S. Could Face a Costly Brain Drain

https://www.nytimes.com/2026/04/04/business/dealbook/trump-brain-drain-academia.html
3•JumpCrisscross•24m ago•0 comments

The back story behind Medvi, the first "$1.8B" dollar "AI Company"

https://garymarcus.substack.com/p/the-back-story-behind-the-first-18
1•stephenpontes•27m ago•1 comments

Rig: Build modular LLM apps in Rust – 20 providers, one unified interface

https://github.com/0xPlaygrounds/rig
2•michidk•27m ago•0 comments

Ask HN: Will AI be the end of new programming languages?

1•otherayden•28m ago•0 comments

Women were never meant to give birth on their backs

https://www.bbc.com/future/article/20260401-women-were-never-meant-to-give-birth-on-their-backs
2•ilt•28m ago•0 comments

Show HN: Orcastrate – Sync GitHub Actions workflows across repos via templates

https://github.com/michidk/orcastrate
1•michidk•29m ago•0 comments

Mourning for dinosaurs, 65M years too late

https://www.cnn.com/2026/04/05/science/dinosaurs-tiktok-documentary-cec
2•mooreds•30m ago•0 comments

The AI Compute Race: Microsoft's Miss and Oracle's Opportunity (2025)

https://isolveproblems.substack.com/p/the-ai-compute-race-microsofts-miss
1•mooreds•31m ago•0 comments

Zipf's Law

https://en.wikipedia.org/wiki/Zipf%27s_law
2•mooreds•32m ago•0 comments

Loqi, a memory system that preserves context after LLM compaction

https://github.com/wf802222/loqi
3•nobris•34m ago•0 comments

The Forgotten Ones: Actron AM1608 16-Bit CPU. – The CPU Shack Museum

https://www.cpushack.com/2026/04/01/the-forgotten-ones-actron-am1608-16-bit-cpu/
1•rbanffy•36m ago•0 comments

Apple at 50: My journey to the Mac – anderegg.ca

https://anderegg.ca/2026/04/01/apple-at-50-my-journey-to-the-mac
2•rbanffy•39m ago•0 comments

Show HN: Genetic algorithm engine that evolves trading strategies

https://github.com/NeuZhou/finclaw
1•neuzhou•40m ago•0 comments

Musician says AI company is cloning her music, filing claims against her

https://twitter.com/i/status/2040577536136974444
4•lando2319•42m ago•0 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.