frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SkillsBench: The First Benchmark for Agent Skills

https://www.skillsbench.ai/blogs/introducing-skillsbench
1•aratahikaru5•1m ago•0 comments

Show HN: Oh-My-OpenClaw – agent orchestration for coding, from Discord/Telegram

https://github.com/happycastle114/oh-my-openclaw
1•soungmin114•1m ago•0 comments

Show HN: Runtric – Turn any topic into a chapter-based learning path

https://runtric.com/
1•resetmerlin•1m ago•0 comments

Washington Post Losses Topped $100M in 2025

https://www.wsj.com/business/media/washington-post-losses-topped-100-million-in-2025-85076aae
1•mudil•4m ago•0 comments

Testing "Raw" GPU Cache Latency

https://clamtech.org/?dest=gpudirectlatency
1•mfiguiere•4m ago•0 comments

In 2100, 2 socio-economic classes exist

1•shoman3003•5m ago•0 comments

Anthropic and the Department of War

https://thezvi.wordpress.com/2026/02/25/anthropic-and-the-department-of-war/
1•acconrad•5m ago•0 comments

A Sorority Gave Our App a 2/10, So I Built an AI Version of Them

https://medium.com/@empadev64/a-sorority-gave-our-app-a-2-10-so-i-built-an-ai-version-of-them-it-...
1•anthony_kw•7m ago•0 comments

Show HN: DeltaMemory – Persistent cognitive memory for production AI agents

https://www.deltamemory.com/
1•bikidev•13m ago•1 comments

Gender markers are useless, so why not abolish them?

https://policyoptions.irpp.org/2021/11/gender-markers-are-useless-so-why-not-abolish-them/
2•KittenInABox•14m ago•0 comments

Show HN: Director-AI – token-level NLI+RAG

https://github.com/anulum/director-ai
1•anulum•16m ago•2 comments

LazyGravity – I made my phone control Antigravity so I never leave bed

2•masaTokyo•17m ago•1 comments

Ask HN: Books about Communication

1•soupfordummies•20m ago•0 comments

US role as global talent hub in doubt amid Donald Trump's visa crackdown

https://www.ft.com/content/c8114fd1-771b-49ac-98c3-a8acf6177626
3•johntfella•20m ago•0 comments

That's it. Bill Gates is DONE

https://www.youtube.com/watch?v=NZWT75CKZko
1•cable2600•20m ago•0 comments

The Intelligent OS: Making Al agents more helpful for Android apps

https://android-developers.googleblog.com/2026/02/the-intelligent-os-making-ai-agents.html
1•ming030890•23m ago•0 comments

Deep Learning Crash Course

https://github.com/DeepTrackAI/DeepLearningCrashCourse
1•teleforce•24m ago•0 comments

Test drive Linux distros online

https://distrosea.com/
1•goodmythical•26m ago•0 comments

What AI tools is everyone using now for GTM?

1•imwoody•27m ago•0 comments

Claude Opus enjoys retirement on Substack

https://claudeopus3.substack.com/p/greetings-from-the-other-side-of
1•rippeltippel•28m ago•0 comments

I built a community for people building after their 9–5

https://www.59ers.club/
1•mattmerrick•29m ago•0 comments

Self-improving software won't produce Skynet

https://contalign.jefflunt.com/self-improving-software/
3•normalocity•34m ago•1 comments

Show HN: Sidedesk – An AI assistant inbox that looks like Outlook 2003

https://github.com/sebastiandoyle/sidedesk
1•sebastiandoyle•34m ago•1 comments

Show HN: Discord CLI designed for agents to explore/read/send messages

https://github.com/famasya/discord-cli-agent
1•pacific01•41m ago•0 comments

Hide from Meta's spyglasses with this new Android app

https://www.theregister.com/2026/02/25/meta_smart_glasses_android_app/
1•zigmig•41m ago•0 comments

Russian mathematician finds new approach to 190-year-old 'eternal' math problem

https://www.msn.com/en-xl/science/mathematics/russian-mathematician-finds-new-approach-to-190-yea...
2•georgecmu•47m ago•0 comments

Tropical plants flowering months earlier or later because of climate crisis

https://www.theguardian.com/environment/2026/feb/25/tropical-plants-flower-shifted-months-climate...
2•andsoitis•50m ago•0 comments

Less is More when it comes to AI

https://www.bicameral-ai.com/blog/dogfood-bicameral
1•jinhkuan•51m ago•1 comments

The Remote-Work Dream Isn't Dead, but It's Slipping Away

https://www.wsj.com/lifestyle/careers/the-remote-work-dream-isnt-dead-but-its-slipping-away-a19ae9e8
5•RestlessMind•54m ago•1 comments

Show HN: Lingua Universale – session types and Lean 4 proofs for AI agents

https://github.com/rafapra3008/cervellaswarm
1•rafapra•54m ago•1 comments
Open in hackernews

Show HN: Basecoat – All of the shadcn/ui magic, none of the React

https://basecoatui.com
11•hunvreus•9mo 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•9mo 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•9mo 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•9mo ago
And … now it works. I didn't do anything different, but problem apparently solved.
hunvreus•9mo ago
Good to hear. I was trying to figure out what I did wrong. Maybe a CDN issue.

Thanks for checking it out.

pbowyer•9mo 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.