frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Search with Broot – The Good Moves

https://dystroy.org/blog/search-with-broot-the-good-moves/
1•tlar•1m ago•0 comments

WinApps: Run Windows apps as if they were a part of the native Linux OS

https://github.com/winapps-org/winapps
1•klaussilveira•4m ago•0 comments

A decade-long chimp war ended in a baby boom for the victors

https://www.livescience.com/animals/land-mammals/a-decade-long-chimp-war-ended-in-a-baby-boom-for...
1•wjSgoWPm5bWAhXB•5m ago•0 comments

French authorities investigate alleged Holocaust denial posts on Grok AI

https://www.theguardian.com/technology/2025/nov/20/french-authorities-look-into-holocaust-denial-...
1•pseudolus•7m ago•0 comments

A Critical Security Flaws in HashiCorp's Provider

https://securebulletin.com/a-critical-security-flaws-in-hashicorps-provider/
2•doener•8m ago•0 comments

X.org Server 21.1.21 Released to Fix Several Regressions

https://www.phoronix.com/news/X.Org-Server-21.1.21
1•doener•8m ago•0 comments

Artificial Analysis: Claude Opus 4.5 is the #2 most intelligent model

https://artificialanalysis.ai/models/claude-opus-4-5-thinking
1•mustaphah•10m ago•0 comments

Sam Altman's Dirty DRAM Deal

https://www.mooreslawisdead.com/post/sam-altman-s-dirty-dram-deal
2•MrBuddyCasino•14m ago•1 comments

The Design and Implementation of a Virtual Firmware Monitor [pdf]

https://people.inf.ethz.ch/troscoe/pubs/caste_sosp_2025.pdf
1•rayhaanj•15m ago•0 comments

Show HN: Tornago – Cross-platform Tor wrapper in Go (client and server)

https://github.com/nao1215/tornago
1•mimixbox•17m ago•0 comments

A skeptic's guide to whether AI is conscious

https://figsinwintertime.substack.com/p/a-skeptics-guide-to-whether-ai-is
2•lordleft•19m ago•0 comments

Show HN: Jobstocks.ai – Live hiring momentum for 1k public companies

https://jobstocks.ai/
1•TalO•21m ago•0 comments

A.I. Has Changed My Classroom, but Not for the Worse

https://www.nytimes.com/2025/11/25/magazine/ai-higher-education-students-teachers.html
1•cainxinth•23m ago•0 comments

Encoderfile v0.1.0: Deploy Encoder Transformers as Single Binary Executables

https://blog.mozilla.ai/encoderfile-v0-1-0-deploy-encoder-transformers-as-single-binary-executables/
1•theshrike79•23m ago•0 comments

Trillions Spent and Big Software Projects Are Still Failing

https://spectrum.ieee.org/it-management-software-failures
1•pseudolus•24m ago•0 comments

Claude 4 Opus just one-shotted my app idea in 30 seconds

https://www.aithings.dev/
2•rutagandasalim•26m ago•6 comments

Direction-Aware Arrow Shape using corner-shape

https://css-tip.com/arrow/
1•robin_reala•27m ago•0 comments

Show HN: Words that help me think

https://plastithink.com
1•andsko•27m ago•0 comments

Show HN: Chess960v2 – The New Fischer Random Chess (over 400 rounds played)

https://chess960v2.com/en
1•lavren1974•28m ago•0 comments

Nuptial Flight

https://en.wikipedia.org/wiki/Nuptial_flight
1•red369•31m ago•1 comments

Making Crash Bandicoot (2011)

https://all-things-andy-gavin.com/video-games/making-crash/
3•davikr•32m ago•0 comments

Indie game developers have a new sales pitch: being 'AI free'

https://www.theverge.com/entertainment/827650/indie-developers-gen-ai-nexon-arc-raiders
2•doener•34m ago•0 comments

Etälääkäri, joka tarjoaa rauhallista, selkeää ja empaattista tukea ihmisill

https://etalaakari.com/
1•EmiliaKorhonen•38m ago•1 comments

Dangers, Solution of Relying on AI Chatbots for Mental Health, Parasocial

https://hstsethi.vercel.app/posts/lifestyle/dangers-relying-ai-mental-health-parasocial-relations...
2•catstor•38m ago•1 comments

The SPACE of Developer Productivity

https://queue.acm.org/detail.cfm?id=3454124
1•gtirloni•38m ago•0 comments

Does Dioxus Spark Joy?

https://fasterthanli.me/articles/does-dioxus-spark-joy
2•birdculture•38m ago•0 comments

To help kids 'climb the ivy,' Chinese uproot families for Silicon Valley schools

https://www.sfchronicle.com/bayarea/article/chinese-families-ivy-league-schools-21164622.php
1•TMWNN•41m ago•1 comments

Scientists identify five structural eras of the human brain over a lifetime

https://medicalxpress.com/news/2025-11-scientists-eras-human-brain-lifetime.html
1•pseudolus•41m ago•0 comments

A dormant volcano erupted in Ethiopia sending ash plumes toward Yemen and Oman

https://abcnews.go.com/International/wireStory/volcano-erupts-northern-ethiopia-sending-ash-plume...
2•ls-a•42m ago•1 comments

H00k.dev

2•steebono•45m ago•2 comments
Open in hackernews

Show HN: Buckaroo – Data table UI for Notebooks

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