frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Praesidias – pre-execution authorization for AI agents

https://github.com/sowainat/praesidias-pabe01
1•sowainat1•7s ago•0 comments

War on Earth could spill over to the moon, Chinese space scientists warn

https://www.scmp.com/news/china/science/article/3366170/war-earth-could-spill-over-moon-chinese-s...
1•bushwart•26s ago•0 comments

Who Was the Most Consequential Emperor in Chinese History?

https://yashenghuang.substack.com/p/who-was-the-most-consequential-emperor
1•paulpauper•32s ago•0 comments

Prompt Humans Not LLMs

https://write.as/cswaezc1bwdjd
1•Gecko4072•1m ago•0 comments

Mein Ingeborg Bachmann Studium

https://marginalrevolution.com/marginalrevolution/2026/09/mein-ingeborg-bachmann-studium.html
1•paulpauper•3m ago•0 comments

FixMonorepo

https://github.com/twigg-vc/fixmonorepo
1•carlos-menezes•3m ago•0 comments

Lets simplify releases using saga, locks, Git, graphs, and shells

https://dispat.dev/
1•yohimik•4m ago•1 comments

R.F. Kuang Asks What It Takes to Be Chinese Enough

https://www.bloomberg.com/news/articles/2026-09-04/r-f-kuang-s-new-novel-taipei-story-explores-ch...
1•theanonymousone•5m ago•0 comments

Is Your Son a Computer Hacker? (2001)

https://www.inadequacy.org/public/stories/2001.12.2.42056.2147.html
1•grubbs•7m ago•0 comments

Kai-Fu Lee: China Will Win the AI Race for Reach

https://www.bloomberg.com/features/2026-kai-fu-lee-weekend-interview/
1•theanonymousone•7m ago•0 comments

ChatGPT bans campaigns from using AI to make ads. They're doing it anyway.

https://www.washingtonpost.com/politics/2026/09/05/chatgpt-bans-campaigns-using-ai-make-ads-theyr...
3•bookofjoe•11m ago•1 comments

Colonialism for clicks: influencers trying to film most isolated tribes

https://www.theguardian.com/world/2026/sep/05/colonialism-for-clicks-influencers-attempting-meet-...
2•theanonymousone•11m ago•0 comments

How Much CO₂ Builds Up in N95 Masks? – A Study [pdf]

http://pi.kylebenzle.com/co2.pdf
1•KyleBenzleKyle•13m ago•0 comments

Tesla Cybercab Tech Details – Initial Findings (Out of Spec Reviews)

https://www.youtube.com/watch?v=VI9OjUufpP0
1•spikels•13m ago•0 comments

121820

https://121820.xyz
1•ankitank•13m ago•0 comments

JDK 26 and SIMD Operations

https://krzysztofslusarski.github.io/2026/09/05/simd.html
1•mfiguiere•14m ago•0 comments

Show HN: GDSL – Extending the compiler down to memory and up to the web

https://goldensystems.ca/GDSL
1•FirTheMouse•18m ago•0 comments

How to Beat the Machines Before They Beat You

https://thedarksideoftheboom.substack.com/p/one-for-the-trader-how-to-beat-the
1•RickJWagner•19m ago•0 comments

Show HN: Getting to the top of Show HN is getting harder

https://artifactbin.dev/@vivek/6bXsx3-vol-2-show-hn-hall-of-fames
4•ppsreejith•21m ago•1 comments

Ask HN: Is AI a Powerdrill?

2•dfps•21m ago•0 comments

What did she see? The intelligence scramble to trace an accused spy's footsteps

https://www.cbc.ca/news/politics/canada-china-spy-nato-intelligence-9.7331493
1•Teever•22m ago•0 comments

Show HN: MobileCode – OpenCode with Built-In iOS and Android Previews

https://github.com/hsandhu/mobilecode
4•rsandhu•23m ago•1 comments

Show HN: Repolis – A visual way to explore GitHub repositories

https://hyeonsangjeon.github.io/Repolis/?view=plaza&lang=en
1•shizzydigital•24m ago•1 comments

Swiftask just raised €1.55M to scale its AI agent deployment

https://agence-api.ouest-france.fr/numerique/swiftask-securise-1-55-m-euros-pour-deployer-ses-age...
1•stanislasrandri•26m ago•0 comments

MITx is ending access to its courses for learners in Iran on September 8

1•mahdihabibi•27m ago•0 comments

Annote – visual feedback and element context for coding agents

https://annote-ui.netlify.app/
2•pelumialesh•29m ago•0 comments

The Project 2038 Frequently Asked Questions (FAQ)

https://maul.deepsky.com/%7Emerovech/2038.html
3•Bluestein•30m ago•0 comments

Show HN: Art – draw one stroke, let symmetry complete it

https://mrdee.in/mandala/
4•cyb0rg0•32m ago•1 comments

Tao's reservations on future AI-only solutions to NS finite-time blowup problem

2•ogogmad•36m ago•0 comments

Berlin cyberattack: hackers leak highly sensitive data across dark web

https://www.euronews.com/next/2026/09/05/berlin-cyberattack-hackers-leak-highly-sensitive-data-ac...
6•leumon•36m 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.