frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Moon Illusion

https://en.wikipedia.org/wiki/Moon_illusion
1•thunderbong•23s ago•0 comments

Show HN: Lofi Cities – Pixel-art city nights with browser-generated lofi

https://loficities.com/
1•safaelmali•34s ago•0 comments

Lockheed Martin and Saildrone Demonstrate Launch from USV Platform

https://www.lockheedmartin.com/en-us/index.html
1•kamaraju•3m ago•0 comments

Israeli Settlers Can Get Away with Murder [video]

https://www.youtube.com/watch?v=62_JDWywvEI
2•computerex•3m ago•2 comments

He's Terrified of AI–and He's About to Make Billions Off It

https://www.wsj.com/tech/ai/jaan-tallinn-anthropic-ai-f513f181
1•thm•5m ago•0 comments

Some of Anthropic's first employees are eyeing remote land to escape to

https://madrobot.blog/2026/09/27/anthropic-early-employees-remote-land-ai-doomers-wsj/
1•AIfanboy•6m ago•0 comments

Show HN: Orglet, an open source desktop app for your own team of cute AI workers

https://orglet.codepawl.com/
1•codepawl•7m ago•0 comments

Anthropic/OpenAI sound alarm on AI safety and seek to shape how to control it

https://apnews.com/article/ai-slowdown-midterms-anthropic-openai-ipo-9a057de94eb8f30a2fdb5b938918...
4•billybuckwheat•10m ago•1 comments

Nobody likes spoilers, especially agents

https://github.com/lukstei/curtain
2•lukstei•12m ago•2 comments

Textbooks That Run

https://kcsrk.info/ocaml/teaching/nptel/llm/2026/09/26/textbooks-that-run/
2•ibobev•12m ago•0 comments

Minimal Neighborhoods for Evaluating Jittered Voronoi Grids

https://www.boristhebrave.com/2026/09/26/minimal-neighborhoods-for-evaluating-jittered-voronoi-gr...
1•ibobev•13m ago•0 comments

Digital Audio on the ZX Spectrum's 1-Bit Beeper

https://bumbershootsoft.wordpress.com/2026/09/26/digital-audio-on-the-zx-spectrums-1-bit-beeper/
2•ibobev•14m ago•0 comments

How (and why) to be an effective meat proxy

https://www.vivekhaldar.com/articles/how-to-be-an-effective-meat-proxy/
2•gandalfgeek•18m ago•0 comments

My Six Favorite YouTube IDs

https://blog.greg.technology/2026/09/26/my-six-favorite-youtube-ids.html
2•gregsadetsky•20m ago•0 comments

X Files – Ghost in the Machine

https://www.imdb.com/title/tt0751131/
1•danielovichdk•20m ago•0 comments

Almost nobody gets XML sitemaps right

https://joost.blog/broken-sitemaps/
2•taubek•20m ago•0 comments

Read My Damn Paper

https://wilsoniumite.com/2026/09/27/read-my-damn-paper/
4•Wilsoniumite•21m ago•3 comments

Ex-CIA officer's novel alleges grave dysfunction in deep-cover operations

https://www.washingtonpost.com/national-security/2026/09/27/ex-cia-officers-novel-alleges-grave-d...
2•7777777phil•23m ago•0 comments

Duke Builder: An experimental level editor for Duke Nukem 3D

https://github.com/aheck/dukebuilder
1•aheck•24m ago•1 comments

Screw Is Needed for Missiles and Planes. Buying One Can Take Years

https://www.nytimes.com/2026/09/26/business/ball-screws-military-production.html
1•Animats•25m ago•1 comments

Generate realistic Postgres test data from DDL, without a database

https://weavori.com/blog/postgres-test-data-without-database
2•ammarmalik17•26m ago•0 comments

Why Do Clinical Trials for Cancer Drugs Take So Long?

https://www.nytimes.com/2026/09/26/opinion/clinical-trials-cancer-drugs.html
2•elo2000•29m ago•0 comments

Gitman: Easy config-file based multi repo management tool

https://github.com/sascha10000/gitman
1•sascha10000•29m ago•1 comments

Opus 5.5 remade FL Studio in Rust in about 1 hour

https://twitter.com/skewbed/status/2104272573613867373
2•tripplyons•31m ago•0 comments

Joint supplement linked to faster Alzheimer's progression

https://www.sciencedaily.com/releases/2026/09/260927033754.htm
2•elo2000•31m ago•0 comments

Show HN: A New Way to Host Design Challenges

https://eightpotions.com/challenge-hosting
1•yelboudouri•32m ago•1 comments

How the Smithsonian became the latest front in Trump's culture war

https://www.propublica.org/article/how-smithsonian-museum-american-history-became-target-trump-cu...
3•rbanffy•32m ago•0 comments

Ask HN: What am I missing with Siri AI?

1•ryeguy_24•32m ago•1 comments

Show HN: iPulse AI – Visitors can inspect disagreement across debating agents

https://ipulseai.com/stocks/nvidia-nvda/ai-forecasts
1•russlan•33m ago•0 comments

A visual notebook where sound, art and geometry connect

https://n1m21n.github.io/Infinite/
2•ycollet•35m 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.