frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Incident with Actions and Pages

https://www.githubstatus.com/incidents/gnftqj9htp0g
1•hakube•1m ago•0 comments

Apple has an innovation gap. Will its new CEO fill it?

https://www.ft.com/content/d16f3ae6-8e27-4293-8bef-6bda7a9706d2
1•giuliomagnifico•2m ago•0 comments

CodeMySpec – Lovable for engineers who care about the code

https://codemyspec.com/products/code-my-spec
1•matthewsinclair•5m ago•0 comments

A reality check on the AI jobs hysteria

https://www.technologyreview.com/2026/05/26/1137855/a-reality-check-on-the-ai-jobs-hysteria/
2•joozio•6m ago•0 comments

Imec presents quantum dot qubit device using High NA EUV lithography

https://www.imec-int.com/en/press/world-first-imec-presents-quantum-dot-qubit-device-using-high-n...
1•u1hcw9nx•6m ago•1 comments

Show HN: The Structural Operating System for the AI Era

https://typerion.io
1•Techman92•7m ago•0 comments

FinOps for AI: Track What Your Code Costs per Commit

https://mooracle.io/blog/finops-ai-planning-poker/
1•theanonymousone•8m ago•0 comments

Egypt's Great Pyramid is also a great earthquake dampener

https://www.science.org/content/article/egypt-s-great-pyramid-also-great-earthquake-dampener
1•tzury•9m ago•0 comments

Harness, Scaffold, and the AI Agent Terms Worth Getting Right

https://huggingface.co/blog/agent-glossary
1•sergiopaniego•9m ago•0 comments

Collapse of Personal Computing – Investigation into the Destruction of Ownership [video]

https://www.youtube.com/watch?v=zyQwAhppWj8
1•alecco•11m ago•0 comments

What if every input, search and list was predictive?

https://aito.ai/blog/the-predictive-application/
1•arauhala•11m ago•0 comments

Basecamp Five

https://world.hey.com/dhh/basecamp-five-8fcfd2ef
3•software_writer•14m ago•0 comments

Daily Murder: a daily whodunit puzzle solved by logic on an elimination grid

https://dailymurder.com
1•KeepComputing•14m ago•0 comments

My Favorite Fable

https://sive.rs/horses
1•Michelangelo11•14m ago•0 comments

Skill to Income Mapping Engine

https://www.tooldocket.com/2026/05/skill-to-income-calculator.html
1•stoicstoic•14m ago•0 comments

Study: AI is helping to develop new gallium-based semiconductor

https://news.flinders.edu.au/blog/2026/05/26/ai-speeds-up-discovery-of-next-gen-computer-chips-an...
1•giuliomagnifico•15m ago•0 comments

Netherlands blocks U.S. takeover of DigiD operator Solvinity

https://nltimes.nl/2026/05/26/netherlands-blocks-us-takeover-digid-operator-solvinity-security-co...
4•nemoniac•17m ago•0 comments

IT Doesn't Matter [pdf]

https://www.classes.cs.uchicago.edu/archive/2014/fall/51210-1/required.reading/ITDoesntMatter.pdf
1•harlequinetcie•22m ago•1 comments

DBase is back, sort-of... Error: database not found

https://delphinightmares.substack.com/p/dbase-is-back-sort-of
1•deeaceofbase•25m ago•1 comments

Show HN: High-performance parallel save/load for large NumPy

https://github.com/NoteDance/parallel-saver
1•NoteDance•26m ago•0 comments

Steve Jobs MIT Sloan Distinguished Speaker Series (1992)

https://www.youtube.com/watch?v=Gk-9Fd2mEnI
1•downbad_•30m ago•0 comments

"Peak Civilization": The Fall of the Roman Empire (2009)

http://theoildrum.com/node/5528
1•downbad_•31m ago•0 comments

China vs. Taiwan: The Geography of an Unfinished War

https://jstribune.com/china-vs-taiwan-the-geography-of-an-unfinished-war/
2•bryanrasmussen•32m ago•0 comments

The AI bubble isn't like the internet bubble

https://pluralistic.net/2026/05/26/the-ai-will-continue/#until-morale-improves
11•doener•34m ago•1 comments

Sparse Autoencoders Reveal Cortical Brain-LLM Semantic Mapping

https://letsdatascience.com/news/sparse-autoencoders-reveal-cortical-brain-llm-semantic-mappi-bc5...
2•bryanrasmussen•35m ago•0 comments

BBC program on wave-powered boats [video]

https://www.youtube.com/watch?v=UWpxtfmpVD4
1•msuniverse2026•36m ago•0 comments

Microsoft and Uber Are Running into an AI Cost Problem

https://firethering.com/microsoft-uber-ai-coding-tools-more-expensive-than-human-workers/
5•steveharing1•38m ago•5 comments

StyloBot- Open Source self hosted behavioural bot protection

https://stylobot.net
1•scottgal•40m ago•0 comments

Benchmarking Vortex File Format vs. Parquet, CSV vs. DuckDB, Polars, Datafusion

https://dataengineeringcentral.substack.com/p/benchmarking-vortex-file-format-vs
2•eigenBasis•40m ago•0 comments

Raft Consensus with a Minority of Nodes

https://padhye.org/raft-minority/
1•moarbugs•41m 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.