frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

WME Group

https://en.wikipedia.org/wiki/WME_Group
1•barrister•54s ago•0 comments

I Vibecoded a Tax App in a couple of weekends

https://github.com/ouais/opentax
3•ouaiso•4m ago•3 comments

What a viral monkey, his plushie, and a 70-year-old experiment tell us

https://theconversation.com/a-viral-monkey-his-plushie-and-a-70-year-old-experiment-what-punch-te...
2•defrost•9m ago•0 comments

Ask HN: What's your thought on Google Antigravity?

2•ms7892•14m ago•1 comments

Clawbridge Runner – CLI for nightly OpenClaw discovery and connection briefs

https://clawbridge.cloud/
1•lich2000117•15m ago•1 comments

MiniMax-M2.5: How to Run Guide

https://unsloth.ai/docs/models/minimax-m25
1•khimaros•15m ago•0 comments

A sneaky demonstration of the dangers of curl – bash

https://blog.k3can.us/posts/2026/feb/dontcurlbash/
2•novemp•15m ago•0 comments

Keeping the Pirates at Bay

https://www.gamedeveloper.com/business/keeping-the-pirates-at-bay
4•colinprince•17m ago•0 comments

Show HN: Panther – a cross-platform cybersecurity scripting language

1•CzaxTanmay•19m ago•1 comments

Why Kanji survived in Japan but not in Korea or Vietnam [video]

https://www.youtube.com/watch?v=61kf0AY5rzY
1•teleforce•21m ago•0 comments

Show HN: Convert Audio to Text – NeatScribe

https://neatscribe.com
3•kadeus•22m ago•0 comments

Show HN: Sayou: Open-source agent workspace with versioned files and MCP tools

https://github.com/pixell-global/sayou
1•syumpx•24m ago•1 comments

Elon Musk posted about race almost every day in January

https://www.theguardian.com/technology/2026/feb/12/elon-musk-posts-january-white-supremacists
15•tastyface•28m ago•1 comments

AI-recorded meetings can go horribly wrong

https://www.afr.com/world/europe/this-is-how-ai-recorded-meetings-can-go-horribly-wrong-20260223-...
3•KnuthIsGod•28m ago•0 comments

Bug Traceability: Translating Bugs to Business Impact

https://docs.testchimp.io/blog/ux_bug_traceability/
2•nsamarasekera•30m ago•0 comments

Show HN: Clocktopussheets generated from your Git commits

https://clocktopus.app
1•allanclempe•30m ago•0 comments

How close are we to a vision for 2010?

https://shkspr.mobi/blog/2026/02/how-close-are-we-to-a-vision-for-2010/
4•ColinWright•32m ago•1 comments

WebSR: Real-time AI Upscaling of videos and images on the web

https://github.com/sb2702/websr
1•avaer•36m ago•0 comments

Worldmonitor: Real-time global intelligence dashboard

https://github.com/koala73/worldmonitor
1•nreece•36m ago•0 comments

Ari Emanuel

https://en.wikipedia.org/wiki/Ari_Emanuel
2•barrister•39m ago•0 comments

Manage Git Worktrees with Ease

https://grove.safia.sh/
1•doomroot13•42m ago•0 comments

Show HN: Openslack – An open source version of Slack

https://github.com/BilalG1/openslack
2•bgwmj•43m ago•0 comments

The A.I. Evangelists on a Mission to Shake Up Japan

https://www.nytimes.com/2026/02/22/world/asia/japan-ai-politics-election.html
2•JumpCrisscross•44m ago•0 comments

Pinterest is drowning in a sea of AI slop and auto-moderation

https://www.404media.co/pinterest-is-drowning-in-a-sea-of-ai-slop-and-auto-moderation/
5•trinsic2•44m ago•1 comments

What I learned designing a barebones UI engine

https://madebymohammed.com/miniui
2•teleforce•47m ago•0 comments

Prompt Injection = 100% Unbeatable – Try for Yourself

https://memorylight.org
1•ed-aylward•47m ago•0 comments

Show HN: Tandem is a CLI to assist in reading Latin texts

https://github.com/TeamDei/tandem
3•anoncatholic3•47m ago•2 comments

Windows93.net

https://www.windows93.net/
1•mistat•47m ago•1 comments

Show HN: MeterFlow – Usage-based billing engine with fraud detection

https://github.com/ajithmanmu/meterflow
1•ajithmanmu•48m ago•1 comments

Crawling a billion web pages in just over 24 hours, in 2025

https://andrewkchan.dev/posts/crawler.html
2•pseudolus•54m ago•0 comments
Open in hackernews

Show HN: Buckaroo – Data table UI for Notebooks

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