frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

China's CXMT Is Set to Challenge DRAM Incumbents

https://newsletter.semianalysis.com/p/chinas-cxmt-is-set-to-challenge-dram
1•ma2kx•21s ago•0 comments

Primed for Malware: Stop Selling Compromised Android Devices

https://www.eff.org/deeplinks/2026/06/primed-malware-stop-selling-compromised-android-devices
1•leephillips•2m ago•0 comments

FBI: Russian hackers now target Signal backup recovery keys

https://www.bleepingcomputer.com/news/security/fbi-russian-hackers-now-target-signal-backup-recov...
1•Brajeshwar•4m ago•0 comments

Dr. Alan Kay on the meaning of "object-oriented programming"

https://notes.shixiangxi.com/en/docs/appendix/alan-kay-on-oop/
1•sxx0•4m ago•0 comments

Seven LAWS the animal farm revisted

https://www.mureka.ai/song-detail/4rkp25fs4iUJv4ej35LjrF?is_from_share=1
1•silvestromedia•4m ago•0 comments

Keep Your Windows Closed or Open During a Heatwave?

https://www.the-independent.com/life-style/health-and-families/windows-open-shut-closed-heatwave-...
1•dtj1123•4m ago•0 comments

Cybersecurity company 360, "China's version of Mythos" unveils

https://www.techradar.com/pro/security/chinese-cybersecurity-company-360-unveils-chinas-version-o...
1•Alifatisk•5m ago•0 comments

Show HN: I built a keyboard-first window switcher for macOS

https://github.com/gouwsxander/Reef
1•xandergouws•5m ago•0 comments

Show HN: FPGA design acceleration – idiomatic Python to synthesizable Verilog

https://holoso.digital
1•spym_•5m ago•0 comments

Show HN: GemmaTrans – On-device translation for macOS, built with MLX

https://github.com/Rand01ph/gemma-trans
1•Rand01ph•7m ago•0 comments

Impact of Screen Time, Media&Technology Use on Under 2s during first 1001 Days [pdf]

https://static1.squarespace.com/static/68230d36099adb5f88e3536f/t/6a3d5230859005198ef50f68/178240...
1•bookofjoe•9m ago•0 comments

Vessel – Agentless, local-first VPS control plane in Tauri and Rust

https://github.com/shihebamrii/vessel
2•shihebamrii•11m ago•0 comments

Zuckerberg's Increasingly Bizarre War on Whistleblowers

https://pluralistic.net/2026/06/27/zuckerstreisand-2/
4•HotGarbage•15m ago•0 comments

Show HN: Proton a Pure go, no CGO GUI library for building applications

https://protonlib.pages.dev/
2•CzaxTanmay•15m ago•0 comments

Corv: An SSH client for AI agents (and humans)

https://github.com/khalid-src/corv-client
2•khalid_0002•15m ago•1 comments

Show HN: Looking for help finishing up my privacy focused web scrapper

https://github.com/bilbywilby/god_stack
2•EddieMunsterrr•16m ago•0 comments

AI Anxiety Is Fueling Burnout Across Silicon Valley's Tech Workers

https://www.bloomberg.com/news/articles/2026-06-26/ai-anxiety-is-fueling-burnout-across-silicon-v...
4•littlexsparkee•17m ago•1 comments

Completion Rate Is a Vanity Metric

https://www.formaly.io/blog/completion-rate-is-a-vanity-metric
2•Arindam1729•17m ago•0 comments

Logical Physical Clocks and Consistent Snapshots in Globally Distributed DB [pdf]

https://cse.buffalo.edu/tech-reports/2014-04.pdf
2•teleforce•18m ago•0 comments

Show HN: The stock research terminal that remembers

https://finqos.com
2•marmmaz•21m ago•0 comments

Data Privacy while using API tools

3•11shyam11•22m ago•1 comments

Anonymous GitHub account mass-dropping undisclosed 0-days

https://github.com/bikini/exploitarium
7•binyu•22m ago•0 comments

Miglite – raw SQL migrations for Go projects

https://inhere.github.io/en/blog/2026/gookit-miglite-intro/
2•jxia•23m ago•0 comments

Why Germany's Deutsche Bahn will face delays for many years

https://www.dw.com/en/why-germanys-deutsche-bahn-will-face-delays-for-many-years/a-77721079
2•rustoo•25m ago•1 comments

Permissive vs. Copyleft Open Source

https://shazow.net/posts/permissive-vs-copyleft/
2•vortex_ape•27m ago•0 comments

We Can Fly

https://silvestro2026.substack.com/p/we-can-fly
3•silvestromedia•28m ago•0 comments

Post-Mythos Cybersecurity: Keep calm and carry on

https://cephalosec.com/blog/cybersecurity-in-the-post-mythos-era-keep-calm-and-carry-on/
10•Versipelle•29m ago•2 comments

We refactored half the business to fix a janky script

https://swizec.com/blog/code-is-the-easy-part-or-how-we-refactored-half-the-business-to-fix-a-jan...
2•mooreds•29m ago•0 comments

The Bottleneck Strikes Again

https://cutlefish.substack.com/p/tbm-427-the-bottleneck-strike-again
2•mooreds•30m ago•0 comments

Autonomous AI Software Development: Good Idea, or Bad Idea?

https://adrianavillela.com/post/the-great-autonomous-ai-experiment/
3•mooreds•31m 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.