frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Big Pickle on SWE Atlas – Codebase QnA

https://github.com/PhillipChaffee/big-pickle-swe-atlas
1•phillipchaffee•7m ago•0 comments

How/where to find a girlfriend that understands the hustle and long hours?

1•abcrezmmo•7m ago•1 comments

Timestamp and WACZ/WARC Script via ArchiveWeb.page

https://gist.github.com/atraining/2f5436d26cc80d66ed5ff1bf23865ddf
1•chelm•17m ago•0 comments

SynthID watermarking and removal methods are a joke

https://medium.com/@vektormemory/synthid-watermarking-and-removal-methods-are-a-joke-6ca5680e51ac
1•vektormemory•21m ago•0 comments

Tea5767-Radio-Tuner

https://github.com/turtushig22-blip/tea5767-radio-tuner
2•turtushig22•23m ago•0 comments

Banned Words List

https://pen.org/banned-words-list/
3•structuredPizza•24m ago•0 comments

Portal, for securing IoT communication

https://github.com/MaticianInc/portal
1•tacitusarc•31m ago•1 comments

I'm getting into house cleaning. What should I know?

https://refinedservicesgroup.com
1•hunterhandkerch•33m ago•0 comments

Find out what your coding agents cost you

https://github.com/ACE-Engineering/ace-sidecar
1•flyingfishisme•33m ago•0 comments

Rewriting in Rust

https://blog.jetbrains.com/rust/2026/08/10/rewriting-in-rust/
2•worik•34m ago•0 comments

Image and text do not share a coordinate system

https://twitter.com/advprop/status/2088771122707722365
1•apsys•39m ago•0 comments

Tesla drivers are letting their cars take over

https://www.sfchronicle.com/bayarea/article/tesla-self-driving-car-22384520.php?taid=6a8091bad297...
1•GMoromisato•40m ago•1 comments

Show HN: Snafu: Agentic flow to help you with "naming things" in source code

https://github.com/sebastiancarlos/snafu
1•httbs•47m ago•0 comments

Show HN: Techflare – Chrome extension to see if a website uses Cloudflare

https://chromewebstore.google.com/detail/techflare/lbbkmioghlgfnbkciibfglcopkncdfpg
1•wenbin•52m ago•0 comments

Credit card debt rises to $1.26T, nearing all-time record

https://abc7.com/story/credit-card-debt-rises-126-trillion-nearing-time-record/19667289/
8•lxm•55m ago•7 comments

The key that never exists: a threshold signing ceremony in the browser

https://808bits.com/articles/threshold-signing-ceremony-in-your-browser/
1•meehow•57m ago•0 comments

I don't want to work in a factory

https://jaspercroo.me/essays/002_factories/
1•thoughtpeddler•1h ago•0 comments

Alibaba AI Models Hit 3B Downloads, Passing Meta, Google

https://finance.yahoo.com/technology/ai/articles/alibaba-ai-models-hit-3-091606840.html
2•zkmon•1h ago•0 comments

Meguro Parasite Museum

https://www.kiseichu.org
1•joebig•1h ago•1 comments

Hunger stones: The history behind 'if you see me, weep'

https://www.dw.com/en/hunger-stones-the-history-behind-if-you-see-me-weep/a-78345729
4•bushwart•1h ago•1 comments

Find Closed Door Romance Books You'll Love

https://closeddoorromance.com/
1•gnabgib•1h ago•0 comments

Artin-Schreier Theorem [pdf]

https://kconrad.math.uconn.edu/blurbs/galoistheory/artinschreier.pdf
2•marysminefnuf•1h ago•0 comments

Decoding smell: Study reveals how odor signals shapeshift in the wind

https://www.colorado.edu/today/2026/08/10/decoding-smell-study-reveals-how-odor-signals-shapeshif...
2•hhs•1h ago•0 comments

Alaska Satellite Facility DAAC Data Access and Tools

https://www.earthdata.nasa.gov/centers/asf-daac/data-access-tools
1•Eridanus2•1h ago•0 comments

Anthropic CEO wife asked Epstein for porn business

https://www.forbes.com/sites/alisondurkee/2026/08/14/who-is-cami-clark-anthropic-ceos-wife-asked-...
19•nothrowaways•1h ago•3 comments

The mesmerising art of macro photography

https://www.theguardian.com/environment/2026/aug/15/once-i-started-zooming-in-i-never-stopped-the...
4•pseudolus•1h ago•0 comments

Credit ratings can shape corporate financial decisions

https://news.mccombs.utexas.edu/research/credit-ratings-can-shape-corporate-financial-decisions/
1•hhs•1h ago•0 comments

Hunting for the axion with a huge magnet

https://www.uni-bonn.de/en/news/158-2026-1
1•hhs•1h ago•0 comments

World Liberty gets conditional bank charter approval

https://www.msn.com/en-us/money/general/trump-family-backed-crypto-firm-world-liberty-gets-condit...
1•petethomas•1h ago•0 comments

BIAttle – Real-time debate arena for Gemini and Groq with live moderation

https://www.biattle.com
1•Ghost_Thread•1h ago•1 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.