frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Same flaw, opposite verdict: what counts as a vulnerability in AI agents?

https://medium.com/@nikrig/same-flaw-opposite-verdict-ai-agents-cant-agree-what-counts-as-a-secur...
1•nrig•32s ago•0 comments

OmniHai: A Java framework for all major AI providers

https://omnihai.org/
1•henk53•4m ago•0 comments

Utah officials warn of 'unprecedented' water shortages as towns run dry

https://www.sltrib.com/news/environment/2026/06/24/unprecedented-water-cuts-hit-utah/
3•toomuchtodo•5m ago•0 comments

AI Data Center Power Requirements in 2026: The Complete Grid-to-Chip Guide

https://techplustrends.com/ai-data-center-power-requirements-2026-guide/
1•lopespm•8m ago•0 comments

The Forgotten Castles of the Garamantes

https://www.wildmanlife.com/the-forgotten-castles-of-the-garamantes/
1•bookofjoe•8m ago•0 comments

Gartner Says Data Center Electricity Consumption to Grow 26% in 2026

https://www.gartner.com/en/newsroom/press-releases/2026-06-10-gartner-says-data-center-electricit...
1•lopespm•9m ago•0 comments

After 20 years, scientists shrink a powerful laser onto a chip

https://www.sciencedaily.com/releases/2026/06/260604044240.htm
1•lopespm•9m ago•0 comments

University of Exeter to cut 150 academic staff

https://www.bbc.co.uk/news/articles/cx2djnz3y47o
2•sieste•11m ago•0 comments

Simple "Thank You" and "Please" Cost OpenAI Millions of Dollars Every Year

https://yipzap.com/how-simple-thank-you-and-please-cost-openai-millions-of-dollars-every-year/
1•noida•11m ago•4 comments

Long Island's Decommissioned Nuclear Power Plant

https://nickcarr.com/scouting-a-decommissioned-nuclear-power-plant/
2•mkmk•12m ago•0 comments

Number Form

https://en.wikipedia.org/wiki/Number_form
2•messe•12m ago•0 comments

Show HN: Moomacha – Zulip Native Agents Orchestrator

https://github.com/oxedom/moomacha
2•oxedom•14m ago•0 comments

I open sourced my DLES collection of 874 daily games

https://assets.dles.gg/#dles
2•trizoza•14m ago•0 comments

Blown Away by the Fear of Air – Draftofobia (2006)

https://www.spiegel.de/international/draftophobia-blown-away-by-the-fear-of-air-a-407764.html
2•nixass•15m ago•0 comments

When a scan becomes a searchable PDF

https://fairscan.org/blog/when-a-scan-becomes-a-searchable-pdf/
2•ericdanielski•21m ago•0 comments

Show HN: Drawbar – boring linear based workflows for Claude Code

https://github.com/mjn298/drawbar
2•seedlessmike•21m ago•0 comments

OpenAI Codex bombards SSDs with needless write operations

https://www.theregister.com/ai-and-ml/2026/06/23/openai-codex-bombards-ssds-with-needless-write-o...
5•jgalt212•21m ago•0 comments

Evolving Private Credit

https://www.finregrag.com/p/evolving-private-credit
2•petethomas•22m ago•0 comments

The "Low Trust-Open Source" Paradox of AI Adoption in China

https://sinocities.substack.com/p/the-low-trust-open-source-paradox
2•matthest•23m ago•0 comments

Freelancer.svoxx.com – A freelancer marketplace for international projects

https://freelancer.svoxx.com/int/en
2•kilincarslan•26m ago•0 comments

Emacs Liquid Glass

https://github.com/larrasket/emacs-liquid-glass
2•lr0•26m ago•0 comments

Whatnot Live Boost: Seller Analytics, CRM and Tools

https://leliveboost.com
2•listvore•26m ago•1 comments

The dynamics of narcissism in founding teams

https://doi.org/10.1016/j.jbusvent.2025.106569
2•toomuchtodo•26m ago•2 comments

Make AI Boring Again

https://charitydotwtf.substack.com/p/make-ai-boring-again
4•cyndunlop•30m ago•2 comments

The Intercept Sues to Uncover Secretive Government Anti-Protester Database

https://theintercept.com/2026/06/24/intercept-lawsuit-ice-protesters-surveillance-travel/
9•petethomas•31m ago•1 comments

Connect Your AI Agent to Google Sheets

https://quickchat.ai/post/connect-ai-agent-to-google-sheets
3•piotrgrudzien•32m ago•0 comments

Show HN: In-App Events ASO Guide (with 2025 search integration)

https://launchshots.app/blog/app-store-in-app-events-aso-2026
2•okutan•32m ago•0 comments

Jeff Kaplan: World of Warcraft, Overwatch, Blizzard and Future of Gaming [video]

https://www.youtube.com/watch?v=H9rF1CSSh-w
2•tehnub•33m ago•0 comments

Dow Faces Parkinson's Lawsuit over Chlorpyrifos Safety Claims

https://finance.yahoo.com/markets/stocks/articles/dow-dow-faces-parkinson-lawsuit-101415713.html
5•Teever•36m ago•0 comments

Word choice is the most granular level of writing craft

https://medium.com/@thesuperrepemail/the-psychology-of-word-choice-news-and-blogs-af4c1c377762
2•mssblogs•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.