frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I built a free cross platform music/podcast/audiobook sharing app iOS/Android

https://mtshare.net
1•macsmax•2m ago•1 comments

AI guardrails stripped from Meta and Google models in minutes

https://www.ft.com/content/5630ed79-a263-41ed-9a1a-321617ae310e
1•bookofjoe•3m ago•1 comments

Disagreeing with Google, Postgres, Future Problems – Mike Stonebraker

https://www.youtube.com/watch?v=YPObBOwIrHk
1•tux1968•3m ago•0 comments

The Biggest Problem in Investing (By Ben Felix) [video]

https://www.youtube.com/watch?v=of9_wpOhGWw
1•Imustaskforhelp•3m ago•0 comments

Deflock hits 100k ALPRs Mapped in USA

https://deflock.org/
4•pilingual•8m ago•0 comments

Why AI safety researchers should consider a contract research manager position

https://www.lesswrong.com/posts/MjFArZa85KydKdivh/why-ai-safety-researchers-should-consider-a-con...
3•joozio•8m ago•0 comments

OpenJarvis: Personal AI, on Personal Devices

https://github.com/open-jarvis/OpenJarvis
3•simonpure•9m ago•0 comments

Meta launches Instagram, Facebook, and WhatsApp subscriptions

https://techcrunch.com/2026/05/27/meta-officially-launches-instagram-facebook-and-whatsapp-subscr...
2•tambourine_man•10m ago•0 comments

Cancer Progress: More Than You Wanted to Know (2018)

https://slatestarcodex.com/2018/08/01/cancer-progress-much-more-than-you-wanted-to-know/
1•downbad_•11m ago•0 comments

Polyhedral Compilation in MLIR

https://sajidzubair.substack.com/p/polyhedral-compilation-in-mlir
1•matt_d•12m ago•0 comments

Viking Lander Biological Experiments

https://en.wikipedia.org/wiki/Viking_lander_biological_experiments
1•root-parent•15m ago•0 comments

Fibbo: A modern, fast and universal note-taking app running on every device

https://codeberg.org/Nifou/fibbo
1•maxloh•16m ago•0 comments

Turning AI chatbot pages into malware delivery platforms

https://pushsecurity.com/blog/llmshare-malvertising-campaign
1•redbell•18m ago•0 comments

United flight forced to turn around because of a Bluetooth speaker name

https://www.theverge.com/transportation/940486/united-flight-236-bluetooth-speaker-name-bomb
1•droidjj•19m ago•1 comments

NudgeQuote (stops contractors from leaving money in unanswered estimates)

https://nudgequote.com/
1•erichensley•20m ago•0 comments

PewDiePie's AI Workspace

https://pewdiepie-archdaemon.github.io/odysseus/
2•r0xsh•20m ago•0 comments

Show HN: Deliberate – log what your agent rejected, not just what it ran

https://www.deliberate.dev/
2•garysmith1234•21m ago•0 comments

Genetics of Transparent Worms, Supertasters and Cancer

https://www.quantamagazine.org/cori-bargmann-on-the-genetics-of-transparent-worms-supertasters-an...
1•bookofjoe•23m ago•0 comments

I found a seashell in the middle of the desert

https://github.com/Hawzen/I-found-a-seashell-in-the-middle-of-the-desert
1•SVI•24m ago•0 comments

A dynamic programming algorithm for the traveling salesman problem (1993)

https://dl.acm.org/doi/abs/10.1145/173834.173835
1•tosh•25m ago•0 comments

Arctic food chain hit as tipping point passed

https://www.ed.ac.uk/news/arctic-food-chain-hit-as-tipping-point-passed
1•littlexsparkee•25m ago•0 comments

Remote-cmd – Python CLI for SSH server management without the Ansible overhead

https://github.com/Vae-Scrooge/remote-cmd
1•Vae-Scrooge•29m ago•0 comments

$100 to a Debian Developer who can get Fresh Editor into Trixie

5•jph•32m ago•0 comments

Encrypted Client Hello Doesn't Help With Privacy

https://blog.miloslavhomer.cz/encrypted-client-hello/
2•ArcHound•33m ago•1 comments

Commands Aren't Just Events in Reverse

https://docs.eventsourcingdb.io/blog/2026/06/01/commands-arent-just-events-in-reverse/
1•goloroden•33m ago•0 comments

Yes, but who said they'd BUY the damn thing? (2010)

https://longform.asmartbear.com/customer-validation/
2•mooreds•34m ago•0 comments

Talk Is Cheap: The Operational Impact of LLM Use

https://unessays.substack.com/p/talk-is-cheap
8•oudlys•34m ago•1 comments

The Speed of Prototyping in the Age of AI

https://darylcecile.net/notes/speed-of-prototyping-age-of-ai
13•mooreds•34m ago•1 comments

Five giant hyperscalers–and Nvidia–share a surprising trait: female CFOs

https://fortune.com/2026/05/27/ai-cfos-women-hyperscalers-nvidia-meta-microsoft-openai-ipo/
3•mooreds•35m ago•0 comments

CT gov signs AI law to notify employees

https://news.bloomberglaw.com/daily-labor-report/connecticuts-lamont-signs-ai-law-with-employer-n...
3•moneil971•35m ago•0 comments
Open in hackernews

Show HN: Buckaroo – Data table UI for Notebooks

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