frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GELab-Zero: Android automation framework for multimodal LLMs

https://github.com/stepfun-ai/gelab-zero
1•ignoramous•1m ago•0 comments

Show HN: 2026 ASO Complete Guide (With 2025 OCR/AI Tags Update)

https://launchshots.app/blog/app-store-optimization-complete-guide-2026
2•okutan•2m ago•0 comments

Is It Safe to Travel – daily safety scores for 248 countries (open data)

https://isitsafetotravel.org/en/
2•isstt•3m ago•0 comments

A one-week feature took two months, mostly spent keeping three systems in sync

https://beamersoftware.com/blog/the-engineering-tax/the-sync-tax/
1•davidvartanian•3m ago•0 comments

Show HN: A 6KB x86-64 kernel for Firecracker microVMs

https://github.com/ReturnInfinity/BareMetal-Firecracker
1•ianseyler•6m ago•0 comments

AWS CloudShell CLI

https://github.com/mdourmouch/aws-cloudshell-cli
1•mdourmouch•6m ago•0 comments

Show HN: Agnes AI – Free multimodal API (text, image, video), OpenAI-compatible

1•danissimo8•7m ago•0 comments

Computer Science Crossword: Ideas from Notable Research Papers

https://cstrivia.com/puzzle/19/
1•bluejulius•8m ago•0 comments

Big Tech Is a Thief and a Liar, Says New York Times Publisher

https://newrepublic.com/article/212095/sulzberger-big-tech-thief-liar
1•Michelangelo11•10m ago•0 comments

Vite 8.1

https://vite.dev/blog/announcing-vite8-1
1•thunderbong•12m ago•0 comments

Should You Trust the Hacker News Peanut Gallery?

https://www.thediff.co/archive/should-you-trust-the-hacker-news-peanut-gallery/
1•NewCzech•12m ago•0 comments

Wagtail as Django Admin on Steroids

https://timonweb.com/wagtail/wagtail-as-django-admin-on-steroids/
1•bobjackson•12m ago•0 comments

Tracer Bullets

https://wiki.c2.com/?TracerBullets
1•ankitg12•12m ago•0 comments

Dedicated Server Security Checklist: Complete Linux Server Hardening Guide

https://www.servers99.com/blog/dedicated-server-security-checklist/
1•servers99•13m ago•0 comments

Big Ball of Mud (1999)

https://www.laputan.org/mud/
1•csmantle•13m ago•0 comments

Show HN: Get your agents into regulated industries

https://github.com/sammysltd/makerchecker
1•smashini•14m ago•1 comments

Show HN: Heddle, content-addressed contracts for spec-driven agent loops

https://github.com/davet47/heddle
1•davet47•14m ago•0 comments

Show HN: Clai – Context engineering for terminal powerusers

https://github.com/baalimago/clai
1•baalimago•15m ago•0 comments

Multi-temporal Sentinel-2 super-resolution by optimization

https://github.com/calebrob6/s2-superres
2•marklit•16m ago•1 comments

An analysis on why LLMs perform bad on long loop tasks

https://blog.chuanxilu.net/en/posts/2026/06/half-life-of-protocol-compliance-2/
1•alexwwang•18m ago•0 comments

US announces $17.5B in loans for nuclear power supply chain

https://www.reuters.com/business/energy/us-announces-175-billion-conditional-loans-nuclear-power-...
1•MrBuddyCasino•20m ago•0 comments

Word Grid 3D – Daily word puzzle with real-time PvP (WebGL)

https://www.wordgrid3d.com/
1•marcpinter_mpx•22m ago•0 comments

Building the Exe.dev iOS App

https://blog.exe.dev/ios-development
1•tosh•30m ago•0 comments

Billionaires Found a New Way to Steal Your Paycheck [video]

https://www.youtube.com/watch?v=hBI_FLYfwmM
4•mgh2•30m ago•0 comments

Vatican City at the 2022 Mediterranean Games

https://en.wikipedia.org/wiki/Vatican_City_at_the_2022_Mediterranean_Games
1•vinnyglennon•31m ago•0 comments

Show HN: Clippy for Vim

https://codeberg.org/borysj/vim-clippy
1•borysj•32m ago•0 comments

Microsoft Agent Package Manager

https://github.com/microsoft/apm
1•chimpanzee2•33m ago•0 comments

Counting Rods

https://en.wikipedia.org/wiki/Counting_rods
1•tosh•33m ago•0 comments

Logotherapy

https://en.wikipedia.org/wiki/Logotherapy
2•chistev•34m ago•0 comments

18 CVEs fixed in Curl 8.21.0

https://curl.se/mail/lib-2026-06/0026.html
1•mmsc•34m 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.