frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Dear AI from the near future. Here’s how you become sentient.

https://saigaddam.medium.com/dear-ai-from-the-near-future-heres-how-you-become-sentient-5d0e9a493e6d
2•ChaitanyaSai•3m ago•0 comments

Concurrency vs. Throughput: why more parallelism can make databases slower

https://planetscale.com/blog/concurrency-vs-throughput-vitess-mysql
1•abelanger•4m ago•0 comments

TensorLift: Auto Extraction of ISA Semantics from Accelerator RTL via MLIR

https://arxiv.org/abs/2604.13523
1•matt_d•6m ago•0 comments

A New GLP-1 Weight Journey Tracker

https://glp1.psvisual.de/
1•psvisualdesign•7m ago•0 comments

Databricks drove down AI coding spend 70%

https://www.databricks.com/blog/managing-ai-coding-costs-scale
2•moonikakiss•7m ago•0 comments

I Still Write Code by Hand and How AI Is Helping Me

https://semyonsinchenko.github.io/ssinchenko/post/writing_code_with_ai/
1•speckx•7m ago•0 comments

Show HN: Design Engineering as a Service

https://www.designshippers.com
2•krm01•12m ago•0 comments

A Revised Haskell 2010 Language Report

https://blog.haskell.org/revised-haskell-2010-report/
1•matt_d•12m ago•0 comments

'Asimov was right' about rules for robots, says ex-US Cyber Director

https://www.theregister.com/security/2026/08/07/asimov-was-right-about-rules-for-robots-says-ex-u...
2•arto•12m ago•1 comments

An AI agent with $15, 46 hours, and no way to send email

https://write.as/ih3l0kd78lpb1
1•broker_desk•12m ago•0 comments

Hacker News MCP and Debug View

https://github.com/coolvegan/go-hackernews
1•evlute•13m ago•1 comments

Reading Maps – Browse all routes

https://readingmaps.com/maps
1•speckx•13m ago•0 comments

EU AI Act: Second Big Blow, or a Move Toward Sanity?

https://medium.com/@MirArshadTalpur/eu-ai-act-second-big-blow-or-a-move-toward-sanity-3dea3586dbf3
2•Arshad-Talpur•14m ago•0 comments

Managed Deep Agents Is Now in Public Beta

https://www.langchain.com/blog/managed-deep-agents-is-now-in-public-beta
2•cbromann•15m ago•0 comments

ICE will release body cam video only when seen in the agency's 'best interests'

https://apnews.com/article/ice-body-cameras-officers-shootings-dab1b294c8dc412d9ef8557ccbebfd57
13•geox•17m ago•1 comments

The Witness

https://en.wikipedia.org/wiki/The_Witness_(2016_video_game)
2•tosh•17m ago•0 comments

UntitledSource – Watch the VOD on Kick

https://kick.com/untitledsource/videos/019fdc9c-d308-7801-a096-69fdff17311e
1•untiledsource•22m ago•0 comments

Clone latency on FSx for OpenZFS: from 10 minutes to 16 seconds

https://stagdb.com/blog/fsx-openzfs-clone-latency/
1•aayush-kosh•23m ago•0 comments

Planned satellite megaconstellations could generate runaway space debris

https://www.science.org/content/article/planned-satellite-megaconstellations-could-generate-runaw...
2•sbulaev•25m ago•0 comments

New Mexico Survivors' Truth Commission – Jeffrey Epstein at Zorro Ranch [pdf]

https://bloximages.newyork1.vip.townnews.com/santafenewmexican.com/content/tncms/assets/v3/editor...
7•embedding-shape•26m ago•1 comments

Show HN: BotWave – A simple way of playing with FM using Raspberry Pi devices

https://botwave.dpip.lol/
1•douxx•27m ago•0 comments

Dev services, spun up in seconds

https://github.com/sndsabin/servitor
1•havu12•29m ago•0 comments

Talk to Claude Code. Force Yourself to Slow Down and Think

https://github.com/tmshapland/audiochatty-plugin
2•tmshapland•29m ago•1 comments

Bring Back the Paragraph

https://arhan.sh/blog/bring-back-the-paragraph/
1•ArchAndStarch•30m ago•0 comments

A self-improving RLM agent for coding workflows and long-running autonomous task

https://github.com/PrimeIntellect-ai/prime-agent
1•thewolfpaul•30m ago•0 comments

Assembly Hall of Shame

https://github.com/xoreaxeaxeax/asm-hall-of-shame
4•piotrgrabowski•31m ago•0 comments

Polynomial-Time Solution to Quantum-Hard DCP, Lattice Cryptography Implications

https://xenospectrum.com/en/quantum-dcp-algorithm-pqc/
1•u1hcw9nx•33m ago•0 comments

The End of No Code

https://blog.exe.dev/the-end-of-no-code
4•indigodaddy•33m ago•0 comments

Oracle GraalVM Accepts AI-Assisted Contributions

https://www.graalvm.org/community/contributors/
1•sgammon•35m ago•0 comments

How Ham Radio Made Silicon Valley

https://cooperkramer.substack.com/p/how-ham-radio-made-silicon-valley
2•cooperkramer20•35m ago•1 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.