frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Emotional Cost of AI-Assisted Coding

1•northfield27•2m ago•0 comments

UK to send drones, jets and warship to join defensive mission securing Hormuz

https://www.reuters.com/world/uk-send-drones-jets-warship-join-defensive-mission-securing-strait-...
1•geox•2m ago•0 comments

EU iPhones Get AirPod Pairing and Notifications for Third-Party Wearables

https://www.macrumors.com/2026/05/11/ios-26-5-eu-third-party-wearable-changes/
1•vrganj•4m ago•0 comments

The hardware isn't broken, the documentation is

https://essenceia.github.io/thoughts/broken_doc/
1•random__duck•7m ago•1 comments

Anthropic's Computer Use API: How AI Is Navigating Your Desktop Now

https://www.aigridnews.com/anthropics-computer-use-api-how-ai-is-navigating-your-desktop-now
1•rolph•12m ago•0 comments

Anthropic publicly releases AI tool that can take over the ' mouse cursor(2024)

https://arstechnica.com/ai/2024/10/anthropic-publicly-releases-ai-tool-that-can-take-over-the-use...
1•rolph•14m ago•0 comments

Show HN: Duckflix, an open-source self-hosted media streaming platform

https://github.com/duckflixapp/duckflix
1•patakxd•16m ago•0 comments

The Soul in the Machine

https://netwars.pelicancrossing.net/2026/05/08/the-soul-in-the-machine/
1•ColinWright•16m ago•0 comments

Waiting for Joe

http://essaysnthings.blogspot.com/2008/05/waiting-for-joe.html
1•JumpCrisscross•17m ago•0 comments

Anthropic says newest lawyer tools are 'like giving an engineer a legal degree'

https://www.businessinsider.com/anthropic-expands-legal-ai-tools-claude-cowork-2026-5
1•cebert•19m ago•0 comments

Kagi Snaps

https://daringfireball.net/linked/2026/05/12/kagi-snaps
1•frizlab•19m ago•0 comments

XCA: Breaking Confidential Computing via the Interconnect

https://xca-attacks.github.io/overview/
1•pipogipo•19m ago•0 comments

State of Code Developer Survey report [pdf]

https://www.sonarsource.com/state-of-code-developer-survey-report.pdf
2•b-man•21m ago•0 comments

Curating cross-medium galleries (books, films, music, art, photos, fashion)

https://tryfractart.com/
1•helenxyz•26m ago•0 comments

Do teachers need advanced degrees?

https://www.cremieux.xyz/p/do-teachers-need-advanced-degrees
3•renameme•27m ago•3 comments

Show HN: GIF Pile. a site to make piles of GIFs

https://gifpile.com/
1•FatCat1979•28m ago•0 comments

I've been running an AI editorial pipeline on the Iran-US war for 75 days

https://worldwarwatcher.com
1•tamarru•28m ago•0 comments

Golden Speakers: Building a native-like accent in your 2nd/3rd/4th+ language

https://loxai.tech
1•audreyfei•29m ago•1 comments

Supermicro and the ghost of Chinagate: The evolution of a multinational scam

https://thehill.com/opinion/international/5859528-supermicro-ai-servers-china-smuggling/
1•tart-lemonade•30m ago•0 comments

What Satellite Images Reveal About Iran's Attacks on U.S. Bases [video]

https://www.youtube.com/watch?v=JRnoi3repjo
2•Teever•34m ago•0 comments

Russian ship that sank may have been carrying nuclear reactors to North Korea

https://www.theguardian.com/world/2026/may/12/russian-ship-ursa-major-sank-spain-nuclear-reactors...
3•athousandsteps•34m ago•0 comments

Open Vibe – an interactive web dev course in Claude Code

https://openvibe.sh/
1•matijash•34m ago•1 comments

AI Strategy Has a Blind Spot: The Network

https://www.kentik.com/blog/your-ai-strategy-has-a-blind-spot-the-network/
1•oavioklein•34m ago•0 comments

Shame them, shun them, ban them, beat them

https://www.experimental-history.com/p/shame-them-shun-them-ban-them-beat
1•pavel_lishin•36m ago•0 comments

Check Startup Names for Availability

https://nameclaim.xyz
1•chaghighat•37m ago•0 comments

Seriously, Give Kagi a Try

https://daringfireball.net/linked/2026/05/12/seriously-give-kagi-a-try
3•frizlab•37m ago•3 comments

Intercom Becomes Fin

https://www.intercom.com/blog/today-intercom-becomes-fin/
3•tjwds•38m ago•0 comments

Meta employees protest against mouse tracking tech at US offices

https://www.reuters.com/sustainability/society-equity/meta-us-employees-organize-protest-against-...
13•delichon•42m ago•4 comments

How a 150-year-old Japanese workshop survived the age of slop and distraction

https://bigthinkmedia.substack.com/p/how-a-small-shop-in-kyoto-connects
1•Duanemclemore•42m ago•0 comments

Snitches Get 202'd

https://github.com/agudulin/simple-proxy
1•sagod•42m 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.