frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

ADHD as a circadian rhythm disorder: evidence and implications for chronotherapy

https://www.frontiersin.org/journals/psychiatry/articles/10.3389/fpsyt.2025.1697900/full
1•selimonder•1m ago•0 comments

First of its kind, AI malware. CLOSEDQUORUM

https://www.theregister.com/security/2026/09/22/windows-closedquorum-malware-uses-ai-models-to-au...
1•Wpnx330•1m ago•0 comments

Qwen Intelligence

https://www.qwenintelligence.com/
1•ctas•2m ago•0 comments

Claude Code reads AGENTS.md only when telemetry is on

https://blog.szypowi.cz/p/claude-code-reads-agents.md-only-when-telemetry-is-on/
2•pszypowicz•4m ago•0 comments

Latest BGP hijack targets hosting software vendor

https://blog.apnic.net/2026/09/22/latest-bgp-hijack-targets-hosting-software-vendor/
1•signa11•4m ago•0 comments

Agents do now what got Smart Tags pulled from IE in 2001

https://www.thisandthat.chat/blog/who-owns-a-page-after-it-leaves-your-server/
1•jreynar•6m ago•0 comments

Ctrl+alt+delirium – The unusual engineering hacks that shaped computing history

https://www.amazon.com/gp/product/B0H4ZFH9CS
2•tzanz•6m ago•0 comments

Enhance Your HDR Experience: Bright Images in Chrome and Safari

https://blog.master.dev/brighter-than-white/
1•ibobev•6m ago•0 comments

Why You Should Fix Bugs Before Writing New Features

https://probablydance.com/2026/09/22/the-mundanity-of-excellence-small-wins-and-why-you-should-fi...
1•ibobev•7m ago•0 comments

The data does not show mass unemployment

https://lemire.me/blog/2026/09/21/nomassunemployment/
1•ibobev•8m ago•0 comments

The AI Content Moderation Platform

https://www.checkstep.com/
1•CS-Sean•10m ago•0 comments

Jev-rs: a Rust crate to turn a LLM to serve jev

https://github.com/yijunyu/jev-rs
1•yijunyu•17m ago•1 comments

The Moon in the Terminal

https://isene.org/2026/09/The-Moon-In-The-Terminal.html
1•surprisetalk•19m ago•0 comments

Pyrowave video codec now in beta

https://steamcommunity.com/groups/homestream/discussions/0/564794422009744473
1•kmfrk•20m ago•0 comments

Show HN: Red-team your AI agent

https://www.botgauge.com
1•sanathbhat•20m ago•0 comments

OpenTelemetry SDK Overhead

https://docs.coroot.com/tracing/opentelemetry-overhead/
2•Tombar•23m ago•0 comments

Just the Links, Please

https://brettterpstra.com/2026/09/22/just-the-links-please/
1•rdmuser•23m ago•0 comments

Blink: An Embeddable Jev Engine

https://github.com/sqliteai/blink
1•marcobambini•23m ago•0 comments

Show HN: BuildABrowser (Java) – Passes Acid2, Has CSS Grid and an Android port

https://buildabrowser.net/
4•everyos_•23m ago•0 comments

Apple Links Landmarks on Its Maps App to Hidden Histories Podcast Episodes

https://www.engadget.com/2266233/apple-links-landmarks-on-its-maps-app-to-hidden-histories-podcas...
1•mikece•24m ago•0 comments

The body temperature of Tyrannosaurus rex

https://www.science.org/doi/10.1126/sciadv.aeb7653
1•alberto-m•25m ago•0 comments

Dark matter detection: Event LZ230616

https://en.wikipedia.org/wiki/LZ_experiment
1•stare_spb•27m ago•0 comments

Jev-serve: Run latest qwen3.8, all LLM models, mlx-supported

https://github.com/rreinold/jev-serve
1•rreinold2•27m ago•0 comments

Top free SaaS listing directories

https://goodsaas.xyz/blog/top-free-saas-directories-2026
1•agnes_realm•29m ago•0 comments

Dyson Won't Say What's Wrong with Its CameraJet Toothbrush

https://www.wired.com/story/dyson-wont-say-whats-wrong-with-the-camerajet-toothbrush/
2•amelius•30m ago•1 comments

Early-2000s investor decks were their own art form

https://www.slidebook.io/blog/article/decks-from-early-days-of-internet/
2•oyster143•30m ago•0 comments

GPT-6 Astra is the best vision model

https://blog.roboflow.com/gpt-6-astra-vision/
1•plurby•31m ago•0 comments

What if we created a local AI tool to measure your security?

https://github.com/just-not-google/BiNeuron
1•BiNeuron•32m ago•0 comments

Explaining ShapeshiftUI – Jev picks the UI, TypeScript does the math

https://anishfn.qala.lol/writing/shapeshift
1•m4rty•32m ago•0 comments

How to Optimise Hiring for Software, Platform and SRE Roles

https://noxidjobs.co.uk/resources/hiring-guides/how-to-optimise-hiring-for-software-platform-and-...
1•enjoyminded•32m 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.