frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GenesisDB on DigitalOcean: One Click, Done

https://www.genesisdb.io/blog/posts/2026-02-24/genesisdb-one-click-digitalocean
3•patriceckhart•1m ago•0 comments

Go's secret weapon: the standard library interface

https://fredrikaverpil.github.io/blog/2025/12/28/gos-secret-weapon-the-standard-library-interfaces/
1•hambes•2m ago•0 comments

Apple's Multibillion-Dollar Push to Make Chips in the U.S. [video]

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

Amazon would rather blame its own engineers than its AI

https://www.theregister.com/2026/02/24/amazon_blame_human_not_ai/
1•beardyw•11m ago•0 comments

Slow Tuesday Night by R. A. Lafferty (1965)

https://www.baen.com/Chapters/9781618249203/9781618249203___2.htm
1•monort•13m ago•0 comments

Why the Intelligence Crisis Scenario Is Wrong

https://deadneurons.substack.com/p/why-the-intelligence-crisis-scenario
1•nr378•13m ago•0 comments

Data Crew's Route Optimiser Framework

https://tech.marksblogg.com/data-crew-route-optimiser-solver-framework.html
1•marklit•13m ago•0 comments

Managed Iceberg for Streaming with PostgreSQL Simplicity – RisingWave Open Lake

https://risingwave.com/lakehouse/
1•AnneWodell•14m ago•0 comments

FinCrew: Multi-Agent AI Financial Intelligence

1•adnan_builds•14m ago•1 comments

Pentagon sets Friday deadline for Anthropic to abandon ethics rules for AI

https://www.politico.com/news/2026/02/24/hegseth-sets-friday-deadline-for-anthropic-to-drop-its-a...
2•borski•18m ago•0 comments

Orbital datacenters are a pie-in-the-sky idea: Gartner

https://www.theregister.com/2026/02/25/gartner_orbiting_datacenter_peak_insanity/
1•beardyw•19m ago•0 comments

AMD and Meta strike $100B AI deal that includes 10% stock deal

https://www.tomshardware.com/tech-industry/artificial-intelligence/amd-meta-100-billion-deal
1•pjmlp•19m ago•0 comments

Core Banking Is a Terrible Idea. It Always Was

https://andrewbaker.ninja/2026/02/24/core-banking-is-a-terrible-idea-it-always-was/
2•jinonoel•20m ago•1 comments

Show HN: RAgent – Claude Code on a VPS So Remote Control Never Drops

https://github.com/Chris-bzst/ragent
1•chris-bzst•24m ago•0 comments

ShipGrowth – Discover, Compare and Submit Best AI Tools

https://shipgrowth.dev
1•duanhjlt•26m ago•0 comments

Stripe is reportedly eyeing deal to buy some or all of PayPal

https://techcrunch.com/2026/02/24/stripe-is-reportedly-eyeing-deal-to-buy-some-or-all-of-paypal/
1•taubek•28m ago•0 comments

Software engineers could go extinct this year, says Claude Code creator

https://fortune.com/2026/02/24/will-claude-destroy-software-engineer-coding-jobs-creator-says-pri...
3•bfmalky•29m ago•1 comments

Waymo Expands Autonomous Rides to Dallas, Houston, San Antonio, and Orlando

https://waymo.com/blog/2026/02/dallas-houston-san-antonio-orlando
4•integralpilot•30m ago•1 comments

Pg_doom

https://github.com/DreamNik/pg_doom
3•fla•34m ago•0 comments

Asahi Linux in the Cloud: Scaleway Launches Dedicated M2 Pro Mac Mini Servers

https://www.scaleway.com/en/mac-mini-asahi-linux/
3•Lwrless•34m ago•0 comments

Claw-Guard.org – Agentic Monetisation Middleware That Works

https://claw-guard.org
1•gmerc•34m ago•0 comments

WiseTech Global to cut 2k jobs as AI ends era of 'manually writing code'

https://www.abc.net.au/news/2026-02-25/wisetech-job-losses-losing-2000-over-next-two-years-coding...
1•BrissyCoder•35m ago•1 comments

Show HN: AGX v2 – From multi-agent chat to execution graph

https://github.com/ramarlina/agx
1•Mendrika•38m ago•0 comments

What's so hard about continuous learning?

https://www.seangoedecke.com/continuous-learning/
2•rbanffy•43m ago•0 comments

Show HN: Chorus – Open-source Agent and human collaboration platform on AI-DLC

https://github.com/Chorus-AIDLC/Chorus
2•fennu637•44m ago•0 comments

Show HN: I let Claude autonomously deploy OpenClaw and write an honest review

https://blog.rezvov.com/deploying-openclaw-sixteen-incidents-one-day
1•alexrezvov•44m ago•0 comments

Michael Faraday: Scientist and Nonconformist(1996)

http://silas.psfc.mit.edu/Faraday/
1•o4c•45m ago•0 comments

Show HN: ClawMoat – Open-source runtime security for AI agents (zero deps, <1ms)

https://github.com/darfaz/clawmoat
1•ildar•48m ago•0 comments

North American Computational Linguistics Open Competition

https://naclo.org/practice.php
2•Antibabelic•51m ago•0 comments

DSGym: A holistic framework for evaluating and training data science agents

https://www.together.ai/blog/dsgym
1•roody_wurlitzer•52m ago•0 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.