frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Distributing LLM Inference in DwarfStar

https://antirez.com/news/167
1•liveranga•1m ago•0 comments

Contextual web personalization and inspection engine on Fastly's edge stack

https://cheaply-joint-goshawk.edgecompute.app/
1•Fcuervo•2m ago•0 comments

The evolution of AI-assisted software engineering paradigms

https://pasqualepillitteri.it/en/news/182/evolution-ai-software-engineering-paradigms-agentic-loop
1•teleforce•2m ago•0 comments

Using AI to write better code more slowly

https://nolanlawson.com/2026/05/25/using-ai-to-write-better-code-more-slowly/
1•signa11•4m ago•0 comments

Garden Grove chemical tank cools, risk of catastrophic explosion eliminated

https://ktla.com/news/orange-county/garden-grove-chemical-tank-crack-explosion-risk/
2•Bender•6m ago•0 comments

I built an interactive job application that talks back

https://firstdeploy.ai/
1•AgentHive•7m ago•0 comments

Chatbot Has a Long Memory. That Isn't Always a Good Thing

https://www.wsj.com/tech/ai/ai-memory-cd1de7f4
3•lucaspauker•8m ago•0 comments

US's big bet on quantum computing may not be legal

https://arstechnica.com/tech-policy/2026/05/uss-big-bet-on-quantum-computing-may-not-be-entirely-...
1•Bender•10m ago•0 comments

Citing Gandalf, Pope Leo says we must "disarm" AI

https://arstechnica.com/tech-policy/2026/05/citing-gandalf-pope-leo-says-we-must-disarm-ai/
1•Bender•10m ago•0 comments

Offshore finance is thriving despite crackdowns

https://www.economist.com/finance-and-economics/2026/05/25/offshore-finance-is-thriving-despite-c...
1•petethomas•10m ago•0 comments

Cox Media fined after bragging it spied on users through their phones

https://www.theverge.com/policy/937027/cox-media-marketing-ai-powered-phone-spying-ads-ftc-fine
2•sbulaev•11m ago•0 comments

Solving the Board Game Quoridor

https://grantslatton.com/solving-quoridor
1•cjlm•12m ago•0 comments

EDR transparency study (Cisco, Kaspersky, Microsoft top the list)

https://av-comparatives.org/independent-study-highlights-transparency-and-data-practices-in-leadi...
1•AnnaKoro453•23m ago•0 comments

Builders Fallacy

https://davidgu.com/bf.html
2•benswerd•29m ago•1 comments

DAAF: Rigorous+responsible data analysis/research with Claude Code (open-source)

https://daaf.openaugments.org/
1•brhkim•29m ago•0 comments

Interview with Sam Conman

https://zhenyi.gibber.blog/interview-with-sam-conman
1•zhenyi•30m ago•0 comments

Mec builds first High-NA EUV-fabricated quantum dot qubit

https://www.tomshardware.com/tech-industry/semiconductors/imec-builds-worlds-first-high-na-euv-fa...
1•sbulaev•30m ago•0 comments

Type.lol

https://type.lol/
1•bookofjoe•31m ago•0 comments

Show HN: Nerve – self hosted runtime for AI agents

https://github.com/ClickHouse/nerve
2•animetyan•34m ago•2 comments

What Is a Direct Attach Copper (DAC) Cable

https://www.servethehome.com/what-is-a-direct-attach-copper-dac-cable/
1•teleforce•37m ago•0 comments

Every Frontier AI Is INTJ

https://zonted.com/posts/every-ai-is-intj/
1•bernardjhuang•38m ago•1 comments

PDFearn free $3 method daily pdf

https://pdfearn.blogspot.com/2026/05/free-pdf-earn-3-per-day-by.html
1•iLzKii•38m ago•1 comments

Canada losing top talent as workers head to the U.S.

https://www.bnnbloomberg.ca/investing/market-outlook/2026/05/25/market-outlook-canada-losing-top-...
21•leopoldj•38m ago•10 comments

Ask HN: Laptops with good Linux support and good build quality?

1•asxndu•40m ago•5 comments

Pope Leo's 'Magnifica humanitas': AI must serve humanity not concentrate power

https://www.vaticannews.va/en/pope/news/2026-05/pope-leo-xiv-encyclical-magnifica-humanitas-ai.html
2•SebastianSosa•41m ago•0 comments

How Shamir's Secret Sharing Works

https://ente.com/blog/how-shamirs-secret-sharing-works/
2•subract•43m ago•0 comments

Is 2027 the Next Year?

https://bsky.app/profile/davis.social/post/3mmpcff4cdc2r
2•hansmayer•43m ago•0 comments

Route 4: Reconstructing Execution Continuity in EVM Environments

https://blog.bridgexapi.io/route-4-reconstructing-execution-continuity-in-evm-environments
1•Bridgexapi•45m ago•0 comments

American journalist charged with serving as unregistered agent for China

https://www.politico.com/news/2026/05/25/american-journalist-unregistered-agent-china-00935518
1•cwwc•47m ago•0 comments

Agentic Patterns

https://veso.ai/research/agentic-patterns/
2•kinlan•48m 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.