frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Leet Robotics: Learn robotics and ROS2 with hands-on courses

https://www.leetrobotics.com
1•deepresearch•24s ago•0 comments

I Configure the Ryzen AI Halo (Strix Halo) for 10-15% Faster Local Inference [video]

https://www.youtube.com/watch?v=sMacAPpgXhQ
1•mkesper•36s ago•0 comments

Musk: We will make the codebase of X open source, no exceptions

https://twitter.com/i/status/2077361679034118271
1•bko•1m ago•0 comments

Aliens: Explaining LLMs and AI agents to my children

https://archive.org/details/aliens_202607
1•onetokenatatime•1m ago•1 comments

Richard Feynman and the Connection Machine

https://longnow.org/ideas/richard-feynman-and-the-connection-machine/
1•yankcrime•1m ago•0 comments

Toronto now has the worst air quality in the world among major cities

https://www.iqair.com/ca/world-air-quality-ranking
1•amichail•1m ago•0 comments

Does disposable or temp accounts hurt the business of SaaS or app? How?

1•YPANDAR•2m ago•0 comments

New York becomes first U.S. state to impose AI data center ban

https://www.cnbc.com/2026/07/14/new-york-ai-data-center-ban.html
1•1vuio0pswjnm7•3m ago•0 comments

Cterm – The Smallest Terminal Emulator

https://github.com/uint23/cterm
1•uint23•3m ago•1 comments

Microsoft Entra ID Will Retire SMS and Voice Authentication

https://lazyadmin.nl/office-365/microsoft-entra-entra-sms-voice-retirement/
1•speckx•4m ago•0 comments

Current, former employees sue Meta re: discrimination via AI to conduct layoffs

https://www.cnbc.com/2026/07/14/meta-lawsuit-layoffs-ai.html
2•1vuio0pswjnm7•5m ago•0 comments

Dally – a privacy focused daily routine app

https://apps.apple.com/us/app/dally-365/id6772557608
4•totaldude87•6m ago•0 comments

Panasonic's PV-460 Camcorder Stabilized Shaky Videos

https://spectrum.ieee.org/panasonic-camcorder-ieee-milstone
1•sohkamyung•6m ago•0 comments

The Death of Documentary Evidence

https://govintegrity.substack.com/p/the-death-of-documentary-evidence
2•apwheele•7m ago•0 comments

Show HN: LoopGain – Stop agent loops with control theory, not max_iterations

https://github.com/loopgain-ai/loopgain
3•fitz2882•7m ago•0 comments

Show HN: SSO Zen

https://github.com/CloudSnorkel/sso-zen
1•kichik•10m ago•0 comments

Google Search's AI Overviews and AI Mode pose an "unacceptable risk" to children

https://www.axios.com/2026/07/15/googles-ai-search-common-sense-child-safety
2•giuliomagnifico•11m ago•0 comments

Why can't a model be more like a man

https://hollisrobbinsanecdotal.substack.com/p/why-cant-a-model-be-more-like-a-man
2•HR01•11m ago•0 comments

Show HN: Lessel, a Message pipeline framework

2•terminay•11m ago•0 comments

Does Automation Lower the Labor Share?

https://drive.google.com/file/d/1ACytEVwG-38rTExciCR9RKgvbhYOlFaQ/view
2•surprisetalk•13m ago•0 comments

Show HN: AI skills appear in 0.3% of entry-level data jobs, 3.6% of senior

https://www.datamatastudios.com/datasets/ai-requirements-index
2•datamatastudios•14m ago•0 comments

Efficiency focused "ThinkingCap" model series

https://www.bottlecapai.com/thinkingcap-qwen3-6-27b
3•clarionbell•15m ago•0 comments

Make people pay to get into your inbox

https://www.captchainbox.com
5•felixdoerp•16m ago•1 comments

I beat mem0 on long eval memory and could not care less

https://octopodas.com/
2•JosephjackJR•16m ago•0 comments

Ask HN: How do indie/open-source projects get a WCAG ACR done affordably?

https://github.com/No-Suggest/NoSuggest
2•VJ-2-108•20m ago•1 comments

<'kellnr> The Private Crate Registry

https://kellnr.io/
2•weinzierl•20m ago•0 comments

ArsDigita University: 25 Years Later

https://medium.com/@tomhickerson/arsdigita-university-25-years-later-152d135441c3
3•tomh•21m ago•0 comments

Midnight social media curfew, infinite scrolling limits proposed for older teens

https://www.cnbc.com/2026/07/15/social-media-ban-uk-midnight-curfews-infinite-scroll-teens.html
3•1vuio0pswjnm7•21m ago•0 comments

Show HN: One MCP setup for 22 clients, with lazy tool discovery

https://github.com/tsouth89/toolport
3•tsouth2•22m ago•0 comments

Palmer Luckey: AI will make everything optimized John Carmack style

https://twitter.com/PalmerLuckey/status/2077216959930728889
3•momocowcow•23m 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.