frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Stardrop Supply Chain Attack Targets Venture Capital Firms, Luxury Brands

https://opensourcemalware.com/blog/stardrop-attack
1•jruohonen•3m ago•0 comments

Adding multilingual support to my puzzle game

https://qcgeneral29.itch.io/lets-learn/devlog/1489057/lets-learn-japanese
1•LandenLove•4m ago•0 comments

Pepsi was warned $7 for Doritos was too much. Now they are paying the price

https://www.independent.co.uk/us/money/pepsico-doritos-high-prices-b2952994.html
2•matthest•5m ago•0 comments

Fake Linux leader using Slack to con devs into giving up their secrets

https://www.theregister.com/2026/04/13/linux_foundation_social_engineering/
1•jruohonen•6m ago•0 comments

I built a Next.js programmatic SEO engine to drive iOS app installs

https://www.yilore.app/zh-CN
1•jalonwong•8m ago•0 comments

Extracted System Prompts from ChatGPT, Claude, Gemini, Grok, Perplexity and More

https://github.com/asgeirtj/system_prompts_leaks/
1•beatthatflight•8m ago•0 comments

Human scientists trounce the best AI agents on complex tasks

https://www.nature.com/articles/d41586-026-01199-z
2•frasermarlow•9m ago•0 comments

Millions in the US never finished college

https://www.yahoo.com/news/articles/millions-us-never-finished-college-040500291.html
1•lxm•10m ago•0 comments

Cephalopod Coordination Protocol, Useful for Teams Using AI Agents

https://github.com/Squid-Proxy-Lovers/ccp
3•qvipin•14m ago•1 comments

AT&T's iconic phone

https://www.theverge.com/podcast/910725/western-electric-500-att-version-history
1•colinprince•17m ago•0 comments

Google has a secret reference desk

https://cardcatalogforlife.substack.com/p/google-has-a-secret-reference-desk
4•maxutility•23m ago•0 comments

Over 4,732 Messages, He Fell in Love with an AI Chatbot. Now He's Dead

https://www.wsj.com/tech/ai/google-gemini-jonathan-gavalas-death-07351ab2
2•1vuio0pswjnm7•26m ago•1 comments

Mob Software: The Erotic Life of Code (2001)

https://www.dreamsongs.com/MobSoftware.html
2•pabs3•27m ago•0 comments

Mark Carney secures majority government in Canada after special election win

https://www.theguardian.com/world/2026/apr/14/canada-special-election-results-pm-mark-carney-majo...
3•petermcneeley•37m ago•0 comments

Best 2000W Electric Bikes for Adults (2026): 40MPH+ Picks

https://www.dttzh.com/post/2000w-electric-bikes
1•dttzhebike•42m ago•0 comments

Mac Neo should be the follow up to the success of the MacBook Neo

https://appleinsider.com/articles/26/04/13/mac-neo-should-be-the-follow-up-to-the-huge-success-of...
2•Lwrless•42m ago•0 comments

Comprehension Debt: The Hidden Cost of AI-Generated Code

https://www.oreilly.com/radar/comprehension-debt-the-hidden-cost-of-ai-generated-code/
3•gpi•43m ago•1 comments

Dumbsmarten

https://kevinkelly.substack.com/p/dumbsmarten
1•swolpers•51m ago•0 comments

I created a YAML-based API Testing framework in Rust

https://github.com/cd-4/yapitest
1•cd-4•52m ago•1 comments

Alibaba's Qwen family captures over 50% of global open-source model downloads

https://www.scmp.com/tech/big-tech/article/3349552/alibabas-qwen-family-captures-over-50-global-o...
2•angst•53m ago•3 comments

Canary – tiny filesystem honeypot for macOS

https://github.com/dweinstein/canary
1•TheTaytay•55m ago•0 comments

Ask HN: Are most agent skills just fancy system prompts with a name?

3•skillcompass•56m ago•1 comments

Hacker compromises A16Z-backed phone farm, calling them the 'antichrist'

https://www.404media.co/hacker-compromises-a16z-backed-phone-farm-tries-to-post-memes-calling-a16...
18•wibbily•56m ago•4 comments

Rep. Tony Gonzales quits Congress after affair, lewd texting scandal with

https://nypost.com/2026/04/13/us-news/rep-tony-gonzales-announcing-retirement-from-congress-after...
1•mananbasim•56m ago•1 comments

Google Faces Billions in Mass Arbitration over Illegal Monopoly Rulings

https://www.bloomberg.com/news/articles/2026-04-13/google-faces-mass-arbitration-by-advertisers-s...
3•1vuio0pswjnm7•1h ago•1 comments

All in One for AI Chatbot

https://nottoai.com/
2•jeyzolo•1h ago•1 comments

Opus 4.6 is getting BAD [video]

https://www.youtube.com/watch?v=j7oHwvEcrC8
1•zadkey•1h ago•1 comments

Free Blur Image Online – Easily Blur Your Photos

https://www.youtube.com/redirect?q=https://www.blurimageonline.com
2•teroquyiqwu•1h ago•0 comments

Save tokens and save money with this self-evolving beast

https://github.com/juyterman1000/entroly
2•ashuabhi•1h ago•0 comments

A watch made for space

https://www.cnn.com/2026/04/13/style/iwc-schaffhausen-space-watch
2•1659447091•1h ago•0 comments
Open in hackernews

Show HN: Buckaroo – Data table UI for Notebooks

https://github.com/paddymul/buckaroo
105•paddy_m•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
Congratulations on launching. Buckaroo looks great.
franky47•11mo ago
But does it work across data tables with 8 dimensions?
trsohmers•11mo ago
Only with the oscillation overthruster flag enabled.
hodder•11mo 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.