frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

One of Grammarly's 'experts' is suing the company over its AI feature

https://www.theverge.com/ai-artificial-intelligence/893451/grammarly-ai-lawsuit-julia-angwin
2•october8140•2m ago•0 comments

MiniGTD: GTD but Smol

https://nekolucifer.substack.com/p/minigtd-gtd-but-smol
2•andai•6m ago•1 comments

Show HN: Nonna – code slop detector that runs in the browser

http://www.babush.me/nonna/
2•babush•8m ago•0 comments

The future of social media is about you not an app

https://eurosky.leaflet.pub/3mgnjewfva22q
3•doener•12m ago•0 comments

He Tried to Stop Adobe from Training Its AI on His Photo Library – He Lost

https://petapixel.com/2026/03/11/he-tried-to-stop-adobe-from-training-its-ai-on-his-photo-library...
1•jonah•13m ago•0 comments

I've Hesitated to Call Donald Trump a Fascist. Until Now – Newsweek (2021)

https://www.newsweek.com/robert-paxton-trump-fascist-1560652
2•abdelhousni•14m ago•1 comments

Iran-linked group claims responsibility for Stryker (medical) cyberattack

https://www.detroitnews.com/story/business/2026/03/11/stryker-hit-by-suspected-iran-link-cyberatt...
1•cebert•14m ago•0 comments

Agent Failures Don't Start Where They Appear

https://www.vichoiglesias.com/writing/agent-failures-dont-start-where-they-appear
1•vichoiglesias•14m ago•0 comments

Gathering Structures (2024)

https://maggieappleton.com/gathering-structures
1•Sir_Twist•15m ago•0 comments

EuroSky Issue with Posts and Reactions

https://bsky.app/profile/eurosky.social/post/3mgszz2tisk2a
1•doener•17m ago•0 comments

The $38.9T national debt is costing you extra dollars per year on your mortgage

https://fortune.com/2026/03/11/national-debt-costs-homeowners-trump-tax-cuts-mortgage-rates/
4•loveseekintruth•20m ago•0 comments

Interface Hall of Shame (2000)

http://hallofshame.gp.co.at/shame.htm
1•GaryBluto•20m ago•0 comments

Atlassian cuts another 1,600 jobs amid AI shakeup

https://www.forbes.com.au/news/investing/atlassian-cuts-another-1600-jobs-amid-ai-shakeup/
2•Cub3•23m ago•2 comments

Google Antigravity IDE rug pulls its quotas

https://old.reddit.com/r/google_antigravity/comments/1rr7vr4/did_the_quotas_change_again/
4•cft•23m ago•1 comments

Show HN: NowPages – Free "now page" generator, no sign-up, pure HTML output

https://nowpages.github.io
1•vipinkashyap•23m ago•0 comments

Your 401(k) could shrink due to climate risks, a new lawsuit argues

https://www.fastcompany.com/91503468/your-401k-could-shrink-due-to-climate-risks-a-lawsuit-argues...
2•fermier•24m ago•0 comments

Ask HN: How do we build a new Human First online community in the LLM age?

2•bluefirebrand•25m ago•1 comments

30k Tok/S (Allegedly)

https://www.percepta.ai/blog/can-llms-be-computers
1•E-Reverance•25m ago•1 comments

Show HN: Autoresearch_at_home – SETI_at_home but for LLM training

https://www.ensue-network.ai/autoresearch
9•austinbaggio•26m ago•3 comments

Show HN: A context-aware permission guard for Claude Code

https://github.com/manuelschipper/nah/
2•schipperai•27m ago•1 comments

Nvidia created a ray tracing fork of Godot

https://xcancel.com/StayAtHomeDev/status/2031830743815454977
4•xelia•28m ago•1 comments

Amazon's Win Against Perplexity Kicks AI Shopping Wars into High Gear

https://www.wsj.com/business/retail/amazons-win-against-perplexity-kicks-ai-shopping-wars-into-hi...
2•petethomas•29m ago•0 comments

What Every Computer Scientist Should Know about Floating-Point Arithmetic [pdf]

https://www.itu.dk/~sestoft/bachelor/IEEE754_article.pdf
2•jbarrow•29m ago•0 comments

Home Row Mods

https://precondition.github.io/home-row-mods
2•codewiz•31m ago•0 comments

Dubai faces existential threat as foreigners flee conflict

https://www.theguardian.com/world/2026/mar/11/the-shine-has-been-taken-off-dubai-faces-existentia...
3•prmph•32m ago•0 comments

Web UI for Kling 3.0 video generation with motion controls

https://kling3.io/
2•calvinclairer•34m ago•1 comments

Ask HN: If you could redesign API gateways today, what would you change?

1•shubham7004•35m ago•0 comments

I can’t trust anyone after this.. [video][25m]

https://www.youtube.com/watch?v=BaBzmjOcA8E
2•Bender•36m ago•1 comments

Judge Prepares Slide Deck of Lawyer's Mistakes

https://www.loweringthebar.net/2026/03/judge-prepares-slide-deck-of-lawyers-mistakes.html
2•samizdis•37m ago•0 comments

looking at cs1.6 "VAC" from 2001 [video]

https://www.youtube.com/watch?v=CWS_VGmB168
1•davikr•37m 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.