frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Cursor built a fleet of security agents to solve a familiar frustration

https://thenewstack.io/cursor-open-sources-security-agents/
1•atkrad•55s ago•0 comments

OpenAI spending hit $34B last year ahead of planned IPO

https://www.ft.com/content/e15b0d7e-ff6b-4f16-ba7a-4068feddb828
1•momentmaker•1m ago•0 comments

ctx, a hackable desktop workbench for coding agents, is now open source

https://ctx.rs/blog/open-sourcing-ctx/
2•luca-ctx•1m ago•1 comments

Seven Perfect Shuffles Randomize a Deck of Cards. But How Many Sloppy Ones?

https://www.quantamagazine.org/seven-perfect-shuffles-randomize-a-deck-of-cards-but-how-many-slop...
1•Tomte•2m ago•0 comments

GCC 17 Lands Initial Infrastructure For C++29

https://www.phoronix.com/news/GCC-17-std-CPP29-Experimental
1•rbanffy•4m ago•0 comments

Is web app discovery still a broken problem?

https://unstore.io
1•s_a_r_a•4m ago•0 comments

Show HN: Ratchet – CDI-native persistent job scheduler for Jakarta EE

https://github.com/ratchet-run/ratchet
1•jputney•5m ago•0 comments

UI IP Toolkit: I built a visual front end asset library with UI snippets

https://ui-ip-toolkit.vercel.app/
1•nexoproyectos•5m ago•0 comments

fff

https://github.com/dmtrKovalenko/fff
2•tosh•7m ago•0 comments

Uber, Lyft riders often see different fares for the same trip

https://ktla.com/news/uber-lyft-riders-different-fares-same-trip/
1•lxm•8m ago•0 comments

It's a Mother*& Ing Website

https://rnotte.art/its-a-mothering-website/
1•speckx•8m ago•0 comments

Agents-Collab.md – A live handoff protocol for multi-agent projects

https://github.com/Rlealbarili/Agents-Collab.md
1•Rlealbarili•8m ago•0 comments

Ekam – a shared canvas where 576 strangers each hand-paint one tile

https://ekam.ink
2•premaanshvyas•8m ago•0 comments

Improving token efficiency in GitHub Copilot

https://code.visualstudio.com/blogs/2026/06/17/improving-token-efficiency-in-github-copilot
2•soheilpro•8m ago•1 comments

I Analyzed All 30,093,975,536 Battleship Boards So You Don't Have to [video]

https://www.youtube.com/watch?v=ZBdajiTz48k
1•tantalor•8m ago•0 comments

Renewables shield Spanish consumers from elevated gas prices [pdf]

https://ember-energy.org/app/uploads/2026/06/Report-PDF-Renewables-shield-Spanish-consumers-from-...
2•leonidasrup•9m ago•0 comments

Firefox Roadmap and Team AMA next week

https://old.reddit.com/r/firefox/comments/1u7cyh7/introducing_the_firefox_roadmap_ama_next_week/
1•alberto-m•9m ago•0 comments

You don't know XPT files

https://kolistat.com/blog/xpt-files/
1•caerbannogwhite•9m ago•0 comments

Negative Karma

1•firatsarlar•10m ago•0 comments

Setting the temperature to zero will make an LLM deterministic?

https://www.zansara.dev/posts/2026-03-24-temp-0-llm/
1•zansara•11m ago•0 comments

A Day in the Life of an Enshittificator [video]

https://www.youtube.com/watch?v=T4Upf_B9RLQ
2•tobadzistsini•11m ago•1 comments

Why stdx is not on crates.io

https://kerkour.com/stdx-cratesio
10•Keyb0ardWarri0r•13m ago•1 comments

The Superpower No One Warned Me Abou

https://www.adhdwithsofia.com/blog/adhd-burnout-vs-normal-burnout-why-rest-alone-doesnt-fix-it
1•MelloS•13m ago•1 comments

ZCode

https://zcode.z.ai/en
3•chvid•16m ago•0 comments

The LCD7-Panel-LIME2: A Ready-to-Mount Linux Touch Panel Computer

https://olimex.wordpress.com/2026/06/17/introducing-the-lcd7-panel-lime2-a-ready-to-mount-linux-t...
3•jandeboevrie•17m ago•0 comments

Versioning the Harness Itself

https://blog.tacoda.dev/versioning-the-harness-itself-38ddf7abffe0
2•tacoda•18m ago•0 comments

Elon – Official Movie Trailer – The Story of Tesla – Based on a True Story[video]

https://www.youtube.com/watch?v=o-GbEHKeMM8
3•pgroverman•18m ago•1 comments

See What's Next for Firefox

https://www.firefox.com/en-US/whatsnext/
3•birdculture•18m ago•0 comments

Show HN: How to Read a Dosa Menu

https://dosadecoder.com/
2•michaeljnatkin•18m ago•0 comments

A Hidden Infrastructure: Arbuscular Mycorrhizal Fungi Networks

https://a-hidden-infrastructure.spun.earth/story
2•tinkelenberg•19m 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.