frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rebuilding a Web Text Editor

https://blog.readymag.com/rebuilding-web-text-editor/
1•imedvedev•1m ago•0 comments

Manufacturing and design aspects of BYD powertrain commented during disassembly [video]

https://www.youtube.com/watch?v=4LfDuyqmsts
1•2DcAf•2m ago•0 comments

Boomurl.com

https://boomurl.com
1•dorongrinstein•3m ago•1 comments

Building a Gifford-McMahon Cryocooler with 3D-Printed Parts [video]

https://www.youtube.com/watch?v=Jj7Q7OqaW4A
1•skibz•4m ago•0 comments

Desalinated ocean water gets one step closer to helping Arizona with drought

https://www.kjzz.org/politics/2026-06-04/desalinated-ocean-water-gets-one-step-closer-to-helping-...
1•bilsbie•5m ago•0 comments

Researchers Uncover Espionage in Mobile Networks

https://citizenlab.ca/researchers-uncover-espionage-in-mobile-networks/
2•jruohonen•8m ago•0 comments

Two notes on notation (Knuth, 1992)

https://arxiv.org/abs/math/9205211
1•tosh•8m ago•0 comments

SpaceX Perpetual Futures on Hyperliquid

https://hyperdash.com/asset/spcx-hyperliquid
1•davedx•9m ago•1 comments

CodePal: Snap Built an AI Code Reviewer for the Age of AI-Written Code

https://eng.snap.com/codepal
1•Kaedon•10m ago•0 comments

I scraped 743 large employers' careers pages to find their ATS

https://github.com/Kayvan-Zahiri/state-of-ats-2026
1•kzahiri•14m ago•1 comments

GraphRAG – a knowledge graph LLMs can traverse and write back to

https://github.com/mmkumar5401/GraphRag
2•mmkumar•15m ago•0 comments

A "Computer Science-Fiction" novel, Blue Screen, about the AI end of the world

https://www.amazon.com/Blue-Screen-Peter-Gustafson-Defragmented/dp/B084QL16YT
2•WWIII_Historian•18m ago•0 comments

Floor, Ceiling, Bracket (2021)

https://www.johndcook.com/blog/2021/04/15/floor-ceiling-bracket/
1•tosh•19m ago•0 comments

Show HN: Convert a lunar birthday into 60 years of calendar reminders

https://ajin.im/is/building/lunaronce/
1•poppypetalmask•21m ago•0 comments

There is no 'Them' (2021)

https://www.thepullrequest.com/p/there-is-no-them
1•tosh•23m ago•0 comments

Never ask ChatGPT to generate strange images

https://old.reddit.com/r/ChatGPT/comments/1tlrz6v/i_gave_it_a_go_i_have_no_idea_where_gpt_gets_this/
1•zezaggering•23m ago•0 comments

Show HN: GitMo – Google Drive-like auto sync for GitHub

https://github.com/KyleBenzle/GitMo
1•WWIII_Historian•23m ago•0 comments

Reduce Token Usage

https://unpdf.ai/
1•dougSF70•24m ago•1 comments

The UFO files reveal a hidden truth about a growing religion

https://www.washingtonpost.com/opinions/2026/05/15/ufo-files-nod-growing-belief-aliens-mistrust-i...
2•bookofjoe•25m ago•3 comments

AbTARS – Self-hosted AI agent with persistent memory and 5-layer self-healing

https://github.com/aksika/abtars
1•aksika•25m ago•0 comments

China urges fund managers to support innovation, warns against concept hype

https://www.reuters.com/legal/government/china-urges-fund-managers-support-innovation-warns-again...
1•tartoran•32m ago•0 comments

Tell HN: Helium is the best browser I ever used

2•prmph•32m ago•0 comments

Illegal Numbers

https://en.wikipedia.org/wiki/Illegal_number
3•makerofthings•35m ago•1 comments

HEPA air purifiers may boost brain power in adults over 40 – new research

https://theconversation.com/hepa-air-purifiers-may-boost-brain-power-in-adults-over-40-new-resear...
5•PaulHoule•36m ago•0 comments

Silurus/ooxml: Pixel-faithful Office documents, rendered in the browser

https://github.com/yukiyokotani/office-open-xml-viewer
2•maxloh•37m ago•0 comments

Designing for Low-Context Engineering

https://apvarun.com/blog/designing-for-low-context-engineering
1•apvarun•39m ago•0 comments

Powering up a module from the IBM 604: an electronic calculator from 1948

https://www.righto.com/2026/06/ibm-604-thyraton-tube-module.html
10•elpocko•42m ago•1 comments

Cherry Powder as a Natural Antioxidant for Ready-to-Eat Beef Patties

https://www.mdpi.com/2304-8158/15/9/1483
1•PaulHoule•42m ago•0 comments

Fukushima, Japan faces "intelligent" bear

https://www.theguardian.com/world/2026/jun/05/bear-attacked-four-people-japan-missing-at-large
1•doctor_radium•43m ago•0 comments

fastai: style

https://docs.fast.ai/dev/style.html
1•tosh•44m 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.