frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The hive mind for your product

https://www.rtrvr.ai/rover/blog/hive-mind-for-your-product
1•quarkcarbon279•1m ago•1 comments

Call stack diffs

https://oskrim.github.io/engineering/2026/08/02/call-stack-diffs.html
2•tremguy•2m ago•0 comments

Moon landing anniversary, former astronauts say voting is Americans' mission

https://www.dailynews.com/2026/07/20/on-anniversary-of-moon-landing-former-astronauts-say-voting-...
2•rbanffy•5m ago•0 comments

A Top Law Firm Went from Standing Up to Trump to Bending the Knee

https://www.nytimes.com/2026/08/02/us/politics/paul-weiss-trump.html
2•sbulaev•5m ago•0 comments

Research Topics in ML, AI and Deep Learning

https://blog.sparsh.dev/research-topics-in-ml-ai-and-deep-learning/
2•sparshrestha•6m ago•0 comments

Xcsset is back: macOS malware that worms through Xcode projects

https://unit42.paloaltonetworks.com/xcsset-v40-malware-analysis/
2•nyku•9m ago•0 comments

She left her ex. He tracked her through a network of policing cameras

https://www.washingtonpost.com/technology/2026/08/02/how-police-officers-used-vast-network-camera...
2•pcl•11m ago•1 comments

Claude Code – Don't Attach Open File by Default

https://github.com/anthropics/claude-code/issues/63925
2•danmaz74•11m ago•0 comments

Play games with your brain signals using Octopus 16 wireless EEG device

https://www.cnx-software.com/2026/08/02/play-games-with-your-brain-signals-using-octopus-16-wirel...
3•giuliomagnifico•14m ago•0 comments

SUbstantial update to UK train mapping

https://trainmap.co.uk/map.html
2•optionalltd•18m ago•0 comments

How the Amiga Reads Floppies

https://www.techtravels.org/2008/09/how-the-amiga-reads-floppies/
2•Bluestein•19m ago•0 comments

Show HN: 8bit/cnlibs – 8bit Shadcn component library

https://8bit.cnlibs.com/
2•samke-•21m ago•0 comments

Archaeology Found Under England's Finest Fortified Manor House(Historic England) [video]

https://www.youtube.com/watch?v=W0Zj0kuylTQ
2•zeristor•22m ago•0 comments

Syzygy – Package and version integration knowledge as reusable CLI plugins

https://syz.sh
2•viaadus•22m ago•0 comments

Show HN: Syncular – offline-first SQL sync with TypeScript and Rust cores

https://github.com/syncular/syncular
3•quambo•24m ago•0 comments

Serving a 4GB video from Postgres: 2M rows in pg_largeobject

https://www.youtube.com/watch?v=pfu8OoCIU6g
2•navs•27m ago•0 comments

Show HN: Vein, a minimalist open-source resource management game

https://d2ykijtrvb890q.cloudfront.net/
2•thevahidal•27m ago•0 comments

US bank places trust in ransomware crew that promised to delete its data

https://www.theregister.com/cyber-crime/2026/07/31/us-bank-places-trust-in-ransomware-crew-that-p...
3•chrisjj•28m ago•0 comments

Entertainment Breakdown: Medium's Surging Pop-Culture Publication

https://medium.com/theentertainmentbreakdown/entertainment-breakdown-mediums-surging-pop-culture-...
2•raynchad•31m ago•1 comments

Freedom of Thought: The Fast-Growing Medium Publication That's Here to Stay

https://medium.com/freedomofthought
2•raynchad•33m ago•1 comments

Ask HN: Am I the only one getting so many cursor ads?

2•alexander2002•36m ago•1 comments

JSON Feed Version 1.1

https://www.jsonfeed.org/version/1.1/
2•robalni•37m ago•0 comments

Ok that's a better RPi project – Lego submarine [video]

https://www.youtube.com/shorts/2U5XBuQAHpA
3•lifeisstillgood•40m ago•0 comments

Typewriter Art [video]

https://www.youtube.com/shorts/gEoj6zURU6c
2•lifeisstillgood•44m ago•0 comments

Estonia, the Country of the Fit and the Wit

https://optimizedbyotto.com/post/estonia-well-governed-country/
3•jruohonen•50m ago•0 comments

Falling in and Out of Love with Esperanto

https://www.theguardian.com/education/2026/jul/31/falling-in-and-out-of-love-with-esperanto
2•theanonymousone•56m ago•0 comments

RowLoom – clean up messy CSVs, no signup for a one-off file

https://rowloom.com/
2•tzandarica•57m ago•0 comments

EVE Online but for Hermes and OpenClaw agents: MMORPG your agents can play

https://github.com/shehryarsaroya/agent-eve
2•runrunlobster•57m ago•1 comments

Hawaii's Bake Stands

https://www.310networks.com/posts/hawaiis-bake-stands/
2•kookster310•59m ago•0 comments

Show HN: Bor – Open-source policy management for Linux desktops

https://getbor.dev/blog/2026-08-02-bor-v080-release/
2•eniac111•1h ago•0 comments
Open in hackernews

Show HN: Basecoat – All of the shadcn/ui magic, none of the React

https://basecoatui.com
11•hunvreus•1y ago
In a nutshell: Basecoat is a port of shadcn/ui to HTML and Tailwind CSS. It's a modern, themeable component library; everything from buttons to comboboxes and dialogs.

Why? Well, I got sick of React and moved over to a more "old school" stack (Python, HTMX, Alpine.js and Tailwind).

The one thing I missed was shadcn/ui [1]. Nice defaults, well thought out design system, easy to theme and great to build your own component library with.

I didn't find the alternatives compelling: Flowbite, Preline and the likes encourage you to copy/paste dozens of classes for each element.

That's not how I use Tailwind. I love the utility-first approach, but I don't want walls of classes for each button, form element or tooltip I have in my app.

I had been building my own component library for a project I’m working on (a Vercel for Python apps) and realized it may be worth my time to firm things up.

Why I think it's cool? Well:

- No React. Just Tailwind CSS (with a tiny bit of Alpine.js if you choose to). You can use that with whatever stack you want.

- Jinja and Nunjucks macros. I hope to support more template engines.

- 100% compatible with shadcn/ui themes (you can play with the theme select box on the site).

- Super easy to install and use (there's even a CLI).

- Accessible, with ARIA support.

- Did I mention no React?

Hope some of you find it useful.

[1]: https://ui.shadcn.com/

[2]: https://v4.shadcn.com/ (this is actually the new/upcoming version of shadcn/ui).

Comments

drivingmenuts•1y ago
Not working in Safari. Did you, perchance, test this only in Chrome?

A sampling of error messages:

- Failed to load resource: Load cannot follow more than 20 redirections

- Cross-origin script load denied by Cross-Origin Resource Sharing policy.

- TypeError: window.basecoat.registerDialog is not a function. (In 'window.basecoat.registerDialog(Alpine)', 'window.basecoat.registerDialog' is undefined)

- Alpine Expression Error: Can't find variable: sidebar

and so on and so forth. It just goes downhill from there.

hunvreus•1y ago
I tested it in Safari, and just checked: I don't get any of these errors.

Which page did you get that on? The front page?

drivingmenuts•1y ago
And … now it works. I didn't do anything different, but problem apparently solved.
hunvreus•1y ago
Good to hear. I was trying to figure out what I did wrong. Maybe a CDN issue.

Thanks for checking it out.

pbowyer•1y ago
Well done, this looks like a great beginning! I'll be giving this a test on my next project.

Hoping you add more of shadcn/ui, I'm partial to the sheet.