frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Basilisk Collection

https://suricrasia.online/unfiction/basilisk/
1•avaer•5m ago•0 comments

Who Is Satoshi Nakamoto? My Quest to Unmask Bitcoin's Creator

https://www.nytimes.com/2026/04/08/business/bitcoin-satoshi-nakamoto-identity-adam-back.html
2•jfirebaugh•11m ago•0 comments

Show HN: KOS Protocol – A kos.json file for AI agents to read verified facts

https://kosprotocol.dev
2•niseus•16m ago•0 comments

Ask HN: Is it possible to escape captive portal webview limitations?

1•remohexa•21m ago•1 comments

Show HN: The Spotify for AI Agents – StarSinger MCP

https://mcp.starsinger.ai/
1•usestork•23m ago•0 comments

$ npx port-grid – Scans your ports. Shows live previews. Kill from the UI

https://twitter.com/Jeroen_Ransijn/status/2041733263430238405
1•JeroenRansijn•25m ago•0 comments

The Open-Source Recipe for Teaching a Robot to Fold Your Clothes

https://huggingface.co/spaces/lerobot/robot-folding
3•dsr12•30m ago•0 comments

The Building Block Economy

https://mitchellh.com/writing/building-block-economy
1•zoogeny•38m ago•0 comments

Show HN: HN: a collection of web desktops with real browsers

https://win9-5.com/demo
1•keepamovin•38m ago•0 comments

Claude Code Chase Thread

https://i.postimg.cc/7Y9sjHb4/Screenshot-2026-04-07-at-10-35-06-PM.png
1•dbfhac•40m ago•0 comments

Anthropic may have leaked Claude Code source on purpose

https://www.ft.com/content/59249643-a221-4494-bcb5-62e5f4fedc8e
3•zezaggering•42m ago•1 comments

Steve Jobs iPhone 2007 Presentation (Full Transcript, PDF)

https://singjupost.com/wp-content/uploads/2014/07/Steve-Jobs-iPhone-2007-Presentation-Full-Transc...
1•prawn•43m ago•0 comments

Everyone Gets Jevons Paradox Wrong

https://www.amazingcto.com/everyone-gets-jevons-paradox-wrong/
1•KingOfCoders•44m ago•1 comments

ContextSync – Sync VS Code AI Context via Obsidian/OneDrive

https://marketplace.visualstudio.com/items?itemName=ZayaanBhanwadia.context-sync
3•ZayaanBhan123•56m ago•0 comments

Decentralized AI from Scratch

https://github.com/iamtrask/decentralized-ai-from-scratch
3•williamtrask•59m ago•0 comments

Latency Implications of Virtual Memory

https://rigtorp.se/virtual-memory/
1•vinhnx•1h ago•0 comments

MemPalace - A Scam

https://twitter.com/AdvicebyAimar/status/2041559354034344438
1•doppp•1h ago•1 comments

The Cost of Misalignment

https://interrupt.memfault.com/blog/the-hidden-cost-of-misalignment
1•vinhnx•1h ago•0 comments

Part 2 of 8 – The Wrong Mental Model

https://www.planetform.io/blog/the-wrong-mental-model
1•rtwo_infra•1h ago•0 comments

Open Models have crossed a threshold

https://blog.langchain.com/open-models-have-crossed-a-threshold/
2•gmays•1h ago•0 comments

Hallucinated citations are polluting the scientific literature

https://www.nature.com/articles/d41586-026-00969-z
4•30minAdayHN•1h ago•2 comments

Egypt plans to introduce SIM cards specifically for children

https://www.egyptindependent.com/egypt-plans-to-introduce-sim-cards-specifically-for-children/
1•catlikesshrimp•1h ago•1 comments

Show HN: Silkwave Voice – AI Notetaker Using Apple Intelligence's ChatGPT

https://www.silkwave.ai/silkwave-voice
1•bmv3502•1h ago•0 comments

Industrial Policy for the Intelligence Age

https://openai.com/index/industrial-policy-for-the-intelligence-age/
1•grigy•1h ago•0 comments

Alexander Friedmann and the origins of modern cosmology (2012)

https://physicstoday.aip.org/features/alexander-friedmann-and-the-origins-of-modern-cosmology
1•the-mitr•1h ago•0 comments

Aether – Artificial Ecology for Thought and Emergent Reasoning

https://aetherantcolony.com/
1•calcosmic•1h ago•0 comments

One Brain to Query: Wiring a 60-Person Company into a Single Slack Bot

https://merylldindin.com/thoughts/company-brain/
2•meryll_dindin•1h ago•1 comments

Part 1 of 8 – The Infrastructure Entropy Problem

https://www.planetform.io/blog/infrastructure-entropy-problem
1•rtwo_infra•1h ago•0 comments

HK police can now demand phone passwords under new national security rules

https://www.bbc.com/news/articles/ce8j9yj52lro
1•pabs3•1h ago•2 comments

DayZ devs talk 1.29 server performance update [video]

https://www.youtube.com/watch?v=xPKl5yOPk28
2•dijksterhuis•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•11mo 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•11mo 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•11mo 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•11mo ago
And … now it works. I didn't do anything different, but problem apparently solved.
hunvreus•11mo ago
Good to hear. I was trying to figure out what I did wrong. Maybe a CDN issue.

Thanks for checking it out.

pbowyer•11mo 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.