frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Deadtrees.earth – Call for Drone Contributions

https://deadtrees.earth
1•raptor111•1m ago•1 comments

Beyond Karpathy's LLM-Wiki: The Necessity of Cognitive Governance

https://www.jonadas.com/writing/essays/beyond-karpathys-llm-wiki
1•jonadas•2m ago•1 comments

Show HN: Rocky-Project Hail Mary agent skill that cut output tokens ~47%

https://github.com/hpbyte/rocky
1•hpbyte•5m ago•0 comments

State of API Security 2026: An AI-Native Testing Perspective

https://reports.kusho.ai/state-of-api-security-2026
2•AkshatVirmani•6m ago•0 comments

How do you validate your GTM Efforts?

1•pranaywankhede•7m ago•0 comments

Minimal Life by Computer

https://www.nature.com/articles/s41587-026-03110-7
1•XzetaU8•12m ago•0 comments

Rented intelligence: AI's mainframe moment

https://www.mjeggleton.com/blog/AIs-mainframe-moment
1•michaelje•13m ago•0 comments

Remembering Piotr "Chastell" Szotkowski

https://pragtob.wordpress.com/2026/04/12/remembering-piotr-chastell-szotkowski/
1•nathell•15m ago•0 comments

How can you build your own SoC with HOOKPROBE; a democratic approach to security

https://github.com/hookprobe/hookprobe
2•hookprobe•16m ago•1 comments

Digital sovereignty isn't just a buzzword – it's the future

https://www.theregister.com/2026/04/13/digital_sovereignty/
1•beardyw•20m ago•0 comments

Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders

https://www.msn.com/en-us/news/us/can-ai-be-a-child-of-god-inside-anthropic-s-meeting-with-christ...
1•benkan•20m ago•0 comments

Did Tom Steyer Buy His Own Prediction Market? The Data Says Maybe

https://simplefunctions.dev/opinions/steyer-prediction-market-self-promotion
1•patrickliu0077•20m ago•1 comments

Y Combinator lets you cross the line [video]

https://www.youtube.com/watch?v=ptT_LGfT69k
1•waihtis•22m ago•0 comments

Sadly, the End of Star Trek Is Now Official

https://screenrant.com/star-trek-strange-new-worlds-starfleet-academy-sets-destroyed/
1•benkan•22m ago•0 comments

Ask HN: Is Codex really on Par with Claude Code?

1•shivang2607•22m ago•0 comments

Booking.com warns customers of possible data and security breach

https://www.abc.net.au/news/2026-04-13/booking-com-data-security-breach-personal-details/106557630
4•volongoto•23m ago•0 comments

Can't reach private IPv6 hosts on networks without global IPv6 connectivity

https://issues.chromium.org/issues/40435291#comment39
1•anotherhue•27m ago•1 comments

Show HN: Manico – macOS app switcher where single keys activate apps

1•nank1ro•30m ago•0 comments

Architecture as Code to Teach Humans and Agents About Architecture

https://www.oreilly.com/radar/architecture-as-code-to-teach-humans-and-agents-about-architecture/
1•BerislavLopac•30m ago•0 comments

Analysis of Claude Code cache bugs causing 10-20x token inflation

https://github.com/ArkNill/claude-code-hidden-problem-analysis
2•ankitg12•31m ago•0 comments

Show HN: Real-Time, Streaming SQL Queries on Flight Data

https://dashboard.transcend.modolap.com/queries?mode=demo
2•ronfriedhaber•34m ago•0 comments

Learn LLM Internals

https://github.com/amitshekhariitbhu/llm-internals
2•pallavishekhar•36m ago•0 comments

Ask HN: Are you negatively affected by the recent economic stagnation?

1•adinhitlore•37m ago•0 comments

Mythos, Muse, and the Opportunity Cost of Compute

https://stratechery.com/2026/mythos-muse-and-the-opportunity-cost-of-compute/
2•swolpers•38m ago•0 comments

Python Package Compiler:Package Matlab Programs for Deployment as Python Package

https://www.mathworks.com/help/compiler_sdk/ml_code/pythonpackagecompiler-app.html
1•teleforce•40m ago•0 comments

Claude Code Prompt Patcher

https://gist.github.com/roman01la/483d1db15043018096ac3babf5688881
2•sscaryterry•41m ago•1 comments

Ask HN: What is the most essential feature you expect from a home automation?

1•dr_inf•43m ago•0 comments

Build a Sovereign Local AI Stack: Ollama and Open WebUI and Pgvector 2026

1•anju-kushwaha•46m ago•0 comments

Donald Trump's America Is Deeply Unwell, and It's Time to Say So

https://newrepublic.com/article/208971/donald-trump-america-deeply-unwell-it-time-say
2•hkhn•48m ago•0 comments

I hacked a way to check my CV score before submitting on linkedin

https://cvrepair.guru/ats-checker
1•ahmedgmurtaza•49m ago•1 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.