frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Control Codex via WhatsApp using a Codex plugin

https://github.com/abuiles/codex-whatsapp-relay
1•abuiles•2m ago•0 comments

Prompt Repetition Improves Non-Reasoning LLMs

https://arxiv.org/abs/2512.14982
2•wslh•3m ago•0 comments

Stop Embedding Your Corpus Blindly

https://decompressed.io/learn/sample-first-rag
2•zacole•5m ago•0 comments

Toolcast – Turn any API into an AI agent tool with one command

https://github.com/Djsand/toolcast
2•Djsand•7m ago•0 comments

US warns EU to pass trade deal or risk losing 'favourable' access to LNG

https://www.ft.com/content/6bf153e4-11af-44d5-9d1c-48b5c7ad26ef
2•geox•9m ago•0 comments

Pkgmirror: self-host your own Zig mirror

https://devlog.hexops.org/2026/announcing-pkgmirror/
2•emidoots•9m ago•0 comments

Reasoning-Based Personalized Generation for Users with Sparse Data

https://arxiv.org/abs/2602.21219
2•PaulHoule•11m ago•0 comments

OpenCode-LLM-proxy – use any OpenCode model via OpenAI/Anthropic/Gemini API

https://github.com/KochC/opencode-llm-proxy
2•kochc•12m ago•2 comments

Show HN: Build AI Trading Agents in Cursor/Claude with an MCP Server

https://financialdata.net/mcp-server
2•financial-data•12m ago•0 comments

Anthropic throttles Claude subscriptions to meet capacity

https://www.infoworld.com/article/4151196/anthropic-throttles-claude-subscriptions-to-meet-capaci...
2•ceejayoz•13m ago•1 comments

More AI-Generated Slop (2026)

https://www.dotnetperls.com/2026_3_24_more-ai-generated-slop
2•speckx•13m ago•0 comments

Some uncomfortable truths about AI coding agents

https://standupforme.app/blog/some-uncomfortable-truths-about-ai-coding-agents/
3•borealis-dev•20m ago•0 comments

Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents

https://github.com/outworked/outworked/releases/tag/v0.3.0
8•ZeidJ•27m ago•0 comments

Show HN: We built Cursor, but for data transformations (open source)

https://github.com/zipstack/visitran
3•naren87•29m ago•0 comments

Show HN: Solution for Prompt Injection of AI Agents

https://github.com/safe-agentic-world/nomos
3•prudhvinomos•29m ago•0 comments

Scrolling Forward, Sliding Backward: Social Media Threatens Democracy

https://www.mdpi.com/2076-0760/15/2/143
3•PaulHoule•30m ago•0 comments

15 Years of Forking

https://www.waterfox.com/blog/15-years-of-forking/
2•MrAlex94•30m ago•0 comments

Byte Magazine Archive 1975 to 1995

https://www.worldradiohistory.com/Byte_Magazine.htm
3•oldnetguy•31m ago•1 comments

The Video Software That Powers the Internet (and Almost Nobody Knows It Exists)

https://roughcut.heyeddie.ai/p/the-video-software-that-powers-the
3•rantingdemon•33m ago•0 comments

Tapes: transparent AI agent telemetry

https://johncodes.com/archive/2026/02-09-introducing-tapes/
2•speckx•34m ago•0 comments

A foundation model of vision, audition, and language for in-silico neuroscience

https://ai.meta.com/research/publications/a-foundation-model-of-vision-audition-and-language-for-...
2•dkrylov•34m ago•0 comments

How to Kill a Tech Monopoly

https://www.fourplex.net/2026/03/25/how-to-kill-a-tech-monopoly/
2•bbsc•36m ago•0 comments

Beijing's surprise intervention on Meta's Manus rattles tech founders

https://www.cnbc.com/2026/03/27/meta-manus-china-review-singapore-washing-model-regulation-.html
3•inaros•37m ago•0 comments

Clawbolt: AI assistant for contractors, not knowledge workers

https://blog.mozilla.ai/the-hardest-part-of-running-a-small-business-in-the-trades/
2•river_otter•38m ago•1 comments

Show HN: A votable list of the one thousand best books

https://kylebenzle.com/bookreviews.php
2•hilliardfarmer•41m ago•0 comments

Show HN: Foundry: a Markdown-first CMS written in Go

https://github.com/sphireinc/Foundry
3•nsayoda•47m ago•2 comments

Jaybird 6.0.5 Released

https://firebirdsql.org/en/news/jaybird-6-0-5-and-jaybird-5-0-12-released
2•mariuz•48m ago•0 comments

Speculative Decoding: Performance or Illusion?

https://specdecode-bench.github.io/
3•matt_d•48m ago•0 comments

Ask HN: Mercury Bank closed account due to residency – alternatives?

2•salleisha•49m ago•1 comments

LLM Persuasion Benchmark: Multi-Turn Persuasion Between Models

https://github.com/lechmazur/persuasion
7•zone411•50m ago•0 comments
Open in hackernews

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

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

Thanks for checking it out.

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