frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Mitigating Ongoing Supply Chain Attacks

https://hawksley.dev/blog/supply-chain-attacks/
1•ethanhawksley•1m ago•0 comments

Eric Schmidt booed at University of Arizona after praising AI

https://bsky.app/profile/404media.co/post/3mm2ivguvq22x
2•poisonfountain•2m ago•0 comments

The mistake of conflating intelligence and power

https://www.dwarkesh.com/p/the-mistake-of-conflating-intelligence
1•crescit_eundo•4m ago•0 comments

The Long History of the Figurative 'Literally' (2023)

https://www.mentalfloss.com/language/words/famous-writers-used-literally-figuratively
1•theanonymousone•5m ago•0 comments

Microsoft warns of Exchange zero-day flaw exploited in attacks

https://www.bleepingcomputer.com/news/microsoft/microsoft-warns-of-exchange-zero-day-flaw-exploit...
3•billybuckwheat•5m ago•0 comments

Enabling Resizable Bar on RTX 3080 Vbios via GitHub

https://github.com/danindiana/rtx3080-rebar-vbios/tree/master
1•linux_lorax•6m ago•0 comments

Smartmedia Card Spec Opened, available free (2000)

https://www.edn.com/smartmedia-card-interface-spec-opened-available-for-free/#google_vignette
1•brudgers•10m ago•0 comments

Growing Neural Cellular Automata

https://distill.pub/2020/growing-ca/
2•pulkitsh1234•11m ago•0 comments

Bun Audit: Add UB-exorcism audit workspace and executive guide

https://github.com/oven-sh/bun/pull/30903
1•gmays•14m ago•0 comments

Show HN: GPT-2 inference in pure C#, 0 bytes allocated per token

https://github.com/DevOnBike/Overfit
1•dev-on-bike•15m ago•0 comments

Ex150nosauce+ACV-6: new all-time low.. by 1lb

https://www.exfatloss.com/p/ex150nosauceacv-6-new-all-time-low
1•paulpauper•16m ago•0 comments

Swatch stores close for second day after crowds

https://www.bbc.co.uk/news/articles/c302vjqz563o
3•hmmmmmmmmmmmmmm•19m ago•0 comments

Consider the Sister

https://www.thesmallbow.com/p/consider-the-sister-2b94
1•NaOH•19m ago•0 comments

Show HN: Cooklang Rich Preview

https://cook.sjer.red
1•shepherdjerred•19m ago•0 comments

Energy return in running shoes explained (2025)

https://runrepeat.com/guides/energy-return-in-running-shoes
4•jstrieb•20m ago•0 comments

Show HN: HypergraphZ – directed hypergraph library in Zig with Python bindings

https://github.com/yamafaktory/hypergraphz
1•yamafaktory•24m ago•0 comments

Russia pressures university students to become wartime drone pilots

https://arstechnica.com/gadgets/2026/05/russia-pressures-university-students-to-become-wartime-dr...
2•Bender•24m ago•0 comments

Continuous Modeling, or What Happens to the Model on Tuesday?

https://docs.eventsourcingdb.io/blog/2026/05/18/continuous-modeling-or-what-happens-to-the-model-...
1•goloroden•27m ago•0 comments

Why Crouching Tiger, Hidden Dragon Is a Masterpiece

https://yusufaytas.com/why-crouching-tiger-hidden-dragon-is-a-masterpiece
10•yusufaytas•28m ago•1 comments

Trapped in the dark web – a crisis growing in the shadows

https://apps.bostonglobe.com/2026/05/business/trapped-dark-web/child-exploitation-exploding-online/
1•abawany•29m ago•1 comments

Classic 7 is Windows 10 LTSC cosplaying as Windows 7

https://www.theregister.com/oses/2026/05/17/classic-7-is-windows-10-ltsc-cosplaying-as-windows-7/...
2•Bender•29m ago•0 comments

Pause App

https://pauseapp.space
2•coldcosmas•29m ago•0 comments

AI-generated code is 'pain waiting to happen'

https://www.theregister.com/ai-ml/2026/05/16/ai-generated-code-is-pain-waiting-to-happen/5241574
4•Bender•30m ago•0 comments

Temperate super-Earth found orbiting nearby red dwarf Ross 318

https://www.stellarcatalog.com/news/ross-318-temperate-super-earth-found
1•speckx•32m ago•0 comments

How to Start Investing with $100

https://comuniq.xyz/post?t=1095
1•01-_-•34m ago•0 comments

Microsoft is 1.84 Peters, Google is 0.66. What's the Peter unit?

https://github.com/zozo123/peter-gt-your-org
7•zozo123OR0x90•35m ago•1 comments

OpenSparrow – Open-source admin panel builder with zero dependencies

https://opensparrow.org/
1•tomaszwrobel•35m ago•0 comments

Rolling Shutter Demo

https://chiuhans111.github.io/spin/
1•Eduard•37m ago•1 comments

Journey to King Edward VIII Falls, Tallest Waterfall in Guyana

https://twitter.com/bronzebust/status/2056038216994529329
2•telotortium•38m ago•0 comments

Subscription Bombing: Email Under Attack

https://cacm.acm.org/practice/subscription-bombing-email-under-attack/
1•birdculture•38m 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.