frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What the $#@! is Parallelism, Anyhow? (2009)

https://web.archive.org/web/20091103162537/http://software.intel.com/en-us/articles/what-the-is-p...
1•tosh•3m ago•0 comments

Speeding up MuJoCo 460x with Jax

https://www.alexinch.com/blog/mjx
1•ainch•3m ago•0 comments

Antigravity IDE

https://antigravity.google/product/antigravity-ide
1•lastdong•7m ago•0 comments

To ODC or Not to ODC: Insight for May 2026

https://www.swfound.org/publications-and-reports/to-odc-or-not-to-odc-insight-2026
1•T-A•13m ago•0 comments

SerpSpur vs. SEO Giants

1•WildSense•15m ago•0 comments

What the hell are we doing?

https://addisoncrump.info/research/what-the-hell-are-we-doing/
1•jruohonen•20m ago•0 comments

Ongoing Supply Chain Attack on Composer Packages

https://twitter.com/AikidoSecurity/status/2057958510445658144
1•SweetSoftPillow•26m ago•0 comments

Jd

https://code.jsoftware.com/wiki/Jd/Overview
2•tosh•27m ago•0 comments

Release 02 Announcement

https://www.war.gov/UFO/?releaseDate=Release+02
1•aggrrrh•28m ago•0 comments

ArXiv Will Ban You for Hallucinated References

https://4gravitons.com/2026/05/22/arxiv-will-ban-you-for-hallucinated-references/
1•thunderbong•35m ago•0 comments

FTC Orders Cox Media Group to Pay $1M to Settle Deceptive Marketing Charges

https://www.ftc.gov/news-events/news/press-releases/2026/05/ftc-require-cox-media-group-two-other...
1•birdculture•36m ago•1 comments

AMD's Lemonade SDK for AI Promotes macOS to GA Status, ROCm 7.13 Integrated

https://www.phoronix.com/news/Lemonade-SDK-10.5-Released
2•breve•39m ago•0 comments

White Rabbit – sub-nanosecond synchronization for large distributed systems

https://ohwr.org/projects/white-rabbit/
1•michaelsbradley•44m ago•0 comments

Show HN: Ifmhy – An Internationalization Version of Fmhy

https://ifmhy.org/
1•valorantPanda•44m ago•0 comments

Embedded acoustic AI with <16ms latency running on 8MB RAM

https://www.voisace.com/blog
2•shermanliu•56m ago•0 comments

BambuStudio has been violating PrusaSlicer AGPL license since their fork

https://xcancel.com/josefprusa/status/2054602354851254330
4•Tomte•57m ago•0 comments

Concerning Emacs (and Jazz)

https://omidmash.de/blog#concerning-emacs
1•omidmash•1h ago•0 comments

Show HN: Chord Commander – A webapp to organize guitar chords

https://codeberg.org/joexo/chord-commander
1•joexo•1h ago•0 comments

SpaceX IPO: Nice Try Though [video]

https://www.youtube.com/watch?v=IHD8BDFYyGI
1•u1hcw9nx•1h ago•0 comments

A New Supercarrier Emerges Tracking China's Fourth Aircraft Carrier

https://features.csis.org/hiddenreach/china-fourth-carrier/
1•_____k•1h ago•0 comments

Legends of the Ancient Web (2017)

https://idlewords.com/talks/ancient_web.htm
1•downbad_•1h ago•0 comments

Building an AWS Lambda-Like Runtime with Firecracker MicroVMs

https://medium.com/@vivek1502/building-an-aws-lambda-like-runtime-with-firecracker-microvms-42a41...
1•nreece•1h ago•0 comments

Does anyone in your organisation own "correctness" in your AI products?

https://alokit.substack.com/p/nobody-in-your-organization-owns
2•avikalp•1h ago•0 comments

ChatGPT as the AOL of AI

https://rebecca-powell.com/posts/return-on-intelligence-02-moats/
3•maille•1h ago•1 comments

Ask HN: How do small teams securely share env files?

3•tmr_praveen•1h ago•1 comments

Pausing New Challenges – Codecrafters

https://codecrafters.io/blog/pausing-new-challenges
19•prakashqwerty•1h ago•3 comments

I reproduced a Claude Code RCE. The bug pattern is everywhere

https://vechron.com/2026/05/i-reproduced-a-claude-code-rce-the-bug-pattern-is-everywhere/
4•GeorgeWoff25•1h ago•1 comments

Show HN: GobanFTP – the board game Go played through FTP listings

https://github.com/molang163/GobanFTP
1•molang163•1h ago•0 comments

The three futures nobody is building for

https://andrebyrd.substack.com/p/the-three-futures-nobody-is-building-for
1•manofstyle04•1h ago•0 comments

You're Being Judged

https://zenodo.org/records/20352897
1•anasteciadunu•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.