frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Kubernetes CPU Management with Cgroups

https://roszigit.com/en/blog/kubernetes-cpu-request-limit
1•lkanwoqwp•21s ago•0 comments

Adversaries Leverage AI for Vulnerability Exploitation

https://cloud.google.com/blog/topics/threat-intelligence/ai-vulnerability-exploitation-initial-ac...
1•nedruod•45s ago•0 comments

Is using AI wrong? A review of six popular anti-AI arguments

https://www.seangoedecke.com/is-ai-wrong/
1•cookabb•1m ago•0 comments

Euler function in the context of q-series and partitions

https://www.johndcook.com/blog/2026/05/11/euler-function/
1•ibobev•1m ago•0 comments

Show HN: Statewright – Visual state machines that make AI agents reliable

https://github.com/statewright/statewright
1•azurewraith•1m ago•0 comments

Tom's Namespaces: An Odin Fanfic

https://zylinski.se/posts/toms-namespaces/
1•ibobev•2m ago•0 comments

OpenAI gives European companies access to its latest model GPT-5.5-Cyber

https://www.reuters.com/sustainability/boards-policy-regulation/openai-gives-european-companies-a...
1•TechTechTech•2m ago•0 comments

Texas accuses Netflix of spying on children in new lawsuit

https://www.theguardian.com/technology/2026/may/11/texas-sues-netflix-lawsuit
1•Brajeshwar•3m ago•0 comments

Retrace – A macOS app to browse your Facebook data export like a time machine

https://testflight.apple.com/join/P1qEMJAM
1•TallScot•3m ago•0 comments

Stop using TryHackMe – AI training on userdata

https://inv.nadeko.net/watch?v=s1TNS1wN920
1•zdeb7•3m ago•0 comments

Kargo TUI

https://github.com/unknwon/kargo-tui
1•joe2010xtmf•4m ago•1 comments

Show HN: MosaicQR – QR codes that double as pixel art of any simple image

https://mosaicqr.com
2•mjohnson42•5m ago•0 comments

Show HN: AI IQ – Mapping AI benchmarks onto a common capability scale

https://www.aiiq.org/
1•shea256•6m ago•0 comments

Posy: Mouse Cursor History (and why I made my own) [video]

https://www.youtube.com/watch?v=YThelfB2fvg
1•vintagedave•6m ago•0 comments

Show HN: YantrikDB – persistent memory for AI agents

https://github.com/yantrikos/yantrikdb
1•pranabsarkar•7m ago•1 comments

DuckDB Monthly #41

https://motherduck.com/blog/second-variant/duckdb-ecosystem-newsletter-may-2026/
2•ethagnawl•7m ago•0 comments

Show HN: Matterbeam, a company-wide write-ahead log for your data

https://matterbeam.com
1•mikepk•8m ago•0 comments

Why AI doesn't express discomfort signals to ignorant-human-boss

1•afxuh•8m ago•0 comments

What Big Food Did to Ice Cream

https://ahalflife.substack.com/p/what-big-food-did-to-ice-cream
2•jleyank•9m ago•2 comments

I asked a LLM to create a language and then make a NES emulator

https://github.com/kerv/laze
1•kerv•10m ago•1 comments

Agentic Search Models

https://softwaredoug.com/blog/2026/05/11/the-new-agentic-search-models.html
2•Tomte•11m ago•0 comments

If I ruled the world: Michael Sandel (2012)

https://www.prospectmagazine.co.uk/culture/50440/if-i-ruled-the-world-michael-sandel
1•robtherobber•11m ago•0 comments

Access Is Not Ownership

https://aquisthoughts.substack.com/p/access-is-not-ownership
1•ethanplant•11m ago•0 comments

Int a = 5; a = a++ + ++a; a =? (2011)

https://gynvael.coldwind.pl/?id=372
2•e-topy•12m ago•1 comments

TeamPCP's Mini Shai-Hulud Is Back

https://www.stepsecurity.io/blog/mini-shai-hulud-is-back-a-self-spreading-supply-chain-attack-hit...
1•segmenta•13m ago•0 comments

FastChart: Native PHP extension for server-side charts, barcodes, and QR codes

https://github.com/iliaal/fastchart
1•ilia-a•14m ago•1 comments

Human-in-the-Loop Done Right

https://www.bicameral-ai.com/blog/human-in-the-loop-done-right
2•jinhkuan•14m ago•0 comments

Knowledge is Cheap. Intelligence isn't

https://apattichis.substack.com/p/knowledge-is-cheap-intelligence-isnt
1•apattichis•15m ago•2 comments

FHIR Toolkit – Inline FHIR Validation for IntelliJ / JetBrains IDEs

https://plugins.jetbrains.com/plugin/31676-fhir-toolkit
1•adhikaribipin•15m ago•0 comments

Show HN: C3X: Offline cloud cost estimation from Terraform

https://github.com/c3xdev/c3x
2•cap_andrea•15m 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•11mo 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•11mo ago
How does it compare to Data Wrangler ? I like Data Wrangler because it let us open up in a separate VS Code window.