frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Wisconsin Tracks Man Across State Line with Flock Cameras to Arrest Him for Weed

https://gizmodo.com/wisconsin-cops-tracked-a-man-with-flock-cameras-to-arrest-him-for-weed-200079...
1•CGMthrowaway•1m ago•0 comments

Show HN: Edgepad – tool for configuring edge touchpad gestures on Linux laptops

https://github.com/assembledev/edgepad
1•dev-e•4m ago•0 comments

The 'Furthur' Bus's Long Trip, and Why It's Returning to San Francisco

https://www.nytimes.com/2026/08/09/us/kesey-furthur-bus-san-francisco.html
1•reaperducer•5m ago•0 comments

The Lost Art of Preparing Your Own Meals

https://julienreszka.com/blog/the-lost-art-of-preparing-your-own-meals/
1•julienreszka•7m ago•0 comments

Node.js 26.7.0

https://nodejs.org/en/blog/release/v26.7.0
1•andrewstetsenko•7m ago•0 comments

$1.4B tower build for Atlassian hybrid workforce

https://itbrief.com.au/story/new-hq-for-hybrid-workforce-atlassian-central-hits-milestone
1•joeyhage•7m ago•0 comments

YouTube is on a major decluttering mission

https://www.fastcompany.com/91580299/youtube-is-on-a-major-decluttering-mission
1•andsoitis•8m ago•0 comments

Is Longevity a $1.2 Quadrillion Opportunity?

https://metatrends.substack.com/p/is-longevity-a-12-quadrillion-opportunity
1•chegra•8m ago•0 comments

We're not done with point clouds

https://claytonwramsey.com/blog/mvt/
1•birdculture•8m ago•0 comments

OpenAI COO Resigns

https://xcancel.com/bradlightcap/status/2087211567012032862
2•iamskeole•8m ago•0 comments

Euclidean affine functions and their application to calendar algorithms

https://onlinelibrary.wiley.com/doi/full/10.1002/spe.3172
1•fanf2•8m ago•0 comments

To be a better programmer, write little proofs in your head

https://blog.get-nerve.com/to-be-a-better-programmer-write-little-proofs-in-your-head/
2•orphereus•8m ago•0 comments

Show HN: Get an email when Dario Amodei (or 230 others) gives an interview

https://recordal.app
1•hooda•9m ago•0 comments

Show HN: Cut LLM turns in MCP interactions by 75%+

https://github.com/Tura-AI/tura
8•turaainet•11m ago•0 comments

.com now accounts for less than 48% of YC portfolio company domains

https://www.orangecrumbs.com/stories/yc-domains
2•oyster143•11m ago•0 comments

4,099 Qubits: The Myth and Reality of Breaking RSA-2048 with Quantum Computers

https://postquantum.com/post-quantum/4099-qubits-rsa/
2•Anon84•12m ago•0 comments

Boundaryguard – detect invisible Unicode/Trojan Source attacks in CI

https://github.com/000wq123/boundaryguard
2•davor1023•13m ago•0 comments

Lightweight, zero-build reactivity library build for MPA's

https://github.com/marsbos/flynt.js
2•harrald•13m ago•0 comments

Procedural Pixel-Art Grass in Rust and WebGPU

https://jarl-game.com/blog/2d-gpu-grass-rendering/
4•credo_dev•19m ago•0 comments

DFlash changes what tokens per second means

https://piszczek.pl/blog/dflash-changes-what-tokens-per-second-means
2•pich•22m ago•0 comments

Nix didn't hang it was evaluating the world

https://www.labcraft.dev/blog/nix-didnt-hang-it-was-evaluating-the-world
4•anandsuresh•24m ago•0 comments

CoreWeave edges past quarterly revenue estimates

https://www.reuters.com/technology/coreweave-edges-past-quarterly-revenue-estimates-2026-08-11/
2•ashurandi•25m ago•0 comments

The FastLanes Unified Transport Layout

https://blog.dave.tf/post/fastlanes-utl/
2•raggi•28m ago•0 comments

Google's Gemini app surges to one billion users

https://techcrunch.com/2026/08/11/googles-gemini-app-surges-to-one-billion-users/
3•speckx•28m ago•0 comments

Becoming physically immune to brute-force attacks (2021)

https://seirdy.one/posts/2021/01/12/password-strength/
2•downbad_•30m ago•0 comments

3D Interactive Map of the Silicon Valley

https://www.levels.fyi/atlas
2•zuhayeer•32m ago•1 comments

Bumble gives up on women making the first move

https://techcrunch.com/2026/08/11/bumble-ditches-its-rule-that-kept-men-from-making-the-first-move/
5•BlueBerry2001•33m ago•1 comments

uBlock Origin no longer supporting Facebook

https://reddit.com/r/uBlockOrigin/comments/1vgcjg5/about_disgusting_facebook_devs/
3•Cider9986•34m ago•1 comments

My agent hacked my gym

http://web.archive.org/web/20260516025532/https://www.affinda.com/expert-insights/when-my-ai-agen...
2•tmrtsmith•36m ago•1 comments

Previous-Token Prediction Based LLM Near-Exact Prompt Reconstruction

https://arxiv.org/abs/2607.29378
2•doener•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.