frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Turnpike – typed cost attribution for LLM calls

https://github.com/lucianareynaud/turnpike
1•lucianareynaud•5m ago•0 comments

Quantum computing could fix AI's sustainability problem

https://www.japantimes.co.jp/commentary/2026/04/06/world/quantum-computing-ais-sustainability-pro...
3•billybuckwheat•8m ago•0 comments

Ryan Sarver on X: "How I built a chief of staff on OpenClaw"

https://twitter.com/rsarver/status/2041148425366843500
1•Anon84•8m ago•0 comments

Delve Scandal Just Keeps Getting Worse

https://captaincompliance.com/news/the-delve-scandal-fake-soc-2-audits-open-source-code-theft-and...
4•richartruddie•11m ago•0 comments

Show HN: Manceps – Ruby Client for the Model Context Protocol (MCP)

https://github.com/zarpay/manceps
1•obiefernandez•12m ago•0 comments

Dear Heroku: Uhh What's Going On?

https://judoscale.com/blog/heroku-whats-going-on
2•crcastle•19m ago•0 comments

Stop using AI wrappers and just use Claude

https://brickstack.substack.com/p/i-tried-every-gamma-alternative-just
2•brickstack•19m ago•1 comments

Vision Language Models (2025)

https://huggingface.co/blog/vlms-2025
1•walterbell•30m ago•0 comments

The highest-scoring AI memory system ever benchmarked

https://github.com/milla-jovovich/mempalace
1•latchkey•31m ago•0 comments

Kafka-ML: Connecting the data stream with ML/AI frameworks

https://github.com/ertis-research/kafka-ml
1•teleforce•34m ago•0 comments

Global Fuel Shortage Pushes Governments Toward Demand Controls

https://oilprice.com/Energy/Crude-Oil/Global-Fuel-Shortage-Pushes-Governments-Toward-Demand-Contr...
7•toomuchtodo•34m ago•0 comments

Bezier drawing tool w infinite zoom

https://fatih-erikli-potato.github.io/path-draw/
2•fatih-erikli-cg•36m ago•0 comments

OpenClaw Plugin for Claude Code CLI – Persistent Worker Pool with Smart OAuth

https://github.com/AlexChen31337/openclaw-plugin-claude-code
1•alexchen_dev•38m ago•0 comments

Astronauts Dedicate Moon Crater to Carroll Wiseman, Wife of NASA Commander

https://www.nytimes.com/2026/04/06/science/moon-crater-carroll-reid-wiseman.html
1•shpat•40m ago•0 comments

Training mRNA Language Models Across 25 Species for $165

https://huggingface.co/blog/OpenMed/training-mrna-models-25-species
3•gmays•41m ago•0 comments

It's Time to Take Down Your Smart Cameras [video]

https://www.youtube.com/watch?v=UMIwNiwQewQ
1•locusm•42m ago•0 comments

New Jersey cannot regulate Kalshi's prediction market, US appeals court rules

https://finance.yahoo.com/markets/options/articles/jersey-cannot-regulate-kalshis-prediction-1331...
1•pseudolus•43m ago•0 comments

ATS Resume Builder – Build an ATS friendly resume and get more interviews

https://ats-resume.com
2•chTijani•47m ago•0 comments

Physical Engineering AI – tools for mech engineers

https://github.com/010zx00x1/Awesome-Physical-Engineering-AI
2•010zx00x1•47m ago•0 comments

I set up a static blog that can be updated just by email

https://knxnts.xyz/blog-4.6.26.html
1•knxnts•51m ago•1 comments

I used a single power station to keep my off-grid cabin running

https://www.zdnet.com/home-and-office/energy/bluetti-apex-300-power-station-review/
1•y1n0•51m ago•1 comments

Exploring Psychic Powers Live TV Special (1989) [video]

https://www.youtube.com/watch?v=djKBUDg-v-M
1•nomilk•53m ago•0 comments

AI workout plan generator for Indian personal trainers (coachiq.in)

1•allgrips•55m ago•0 comments

Brevity Constraints Reverse Performance Hierarchies in Language Models

https://arxiv.org/abs/2604.00025
1•handfuloflight•57m ago•0 comments

Succession – Agent Lineage Evolution for an Agentic World

https://danieltan.weblog.lol/2026/04/succession-ale-for-an-agentic-world
1•danieltanfh95•1h ago•0 comments

Motorola USB OTG Problems (2023)

https://goughlui.com/2025/09/20/notes-motorola-moto-g84-5g-usb-otg-problems-bad-vbus/
2•goodburb•1h ago•1 comments

Gemini CLI accessed outside permited directory, then admits fault

https://twitter.com/i/status/2041317025583374376
1•yowayb•1h ago•1 comments

How Plausible Is 'Project Hail Mary'? Astrophysicists Have Thoughts

https://www.nytimes.com/2026/04/04/movies/project-hail-mary-scientific-accuracy.html
3•bookofjoe•1h ago•1 comments

Solod – A Subset of Go That Translates to C

https://github.com/solod-dev/solod
14•TheWiggles•1h ago•0 comments

Memory poisoning in AI coding agents

https://github.com/asamassekou10/ship-safe
1•asamassekou•1h ago•0 comments
Open in hackernews

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

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

Thanks for checking it out.

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