frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Strategic advice from LLM's is "trendslop", say researchers

https://hbr.org/2026/03/researchers-asked-llms-for-strategic-advice-they-got-trendslop-in-return
1•marojejian•33s ago•1 comments

Maybe I'm the Alien [video]

https://www.youtube.com/watch?v=y894m7joEBc
1•hank808•2m ago•0 comments

Speeding Up Zsh

https://arkoinad.com/posts/zsh_speedup.html
1•Brajeshwar•2m ago•0 comments

Trying to Become a Better Programmer by Writing a PHP Interpreter in C++

https://github.com/GiuseppePuleri/jimphp/blob/main/README.md
1•pulerigiuseppe•2m ago•1 comments

The UAP report so far

https://marginalrevolution.com/marginalrevolution/2026/05/the-uap-report-so-far.html
1•paulpauper•4m ago•0 comments

Software Ate My Homework

https://www.theatlantic.com/ideas/2026/05/canvas-hack-campus-fragility/687115/
2•paulpauper•4m ago•0 comments

Jon Rubinstein: Former Apple Hardware Chief on Saving Apple, iMac, iPod, iPhone [video]

https://www.youtube.com/watch?v=PvFMT58lgvk
2•tosh•5m ago•0 comments

Loops and Routines Without Claude

https://ingresslabs.net/blog/spec-driven-development-loops
1•akrylov•5m ago•0 comments

Admit It, That Protein Shake Is Basically Soylent

https://www.theatlantic.com/health/2026/05/soylent-protein-shake/687120/
1•paulpauper•6m ago•0 comments

Cloudflare Pages is down in Spain

https://www.cloudflarestatus.com
2•mariopt•6m ago•1 comments

Getting LLMs Drunk to Find Remote Linux Kernel OOB Writes (and More)

https://heyitsas.im/posts/drinking-llms/
1•hnpufflib•8m ago•0 comments

Mass Gen expands virtual care for 30k patients with no primary care clinicians

https://www.bostonglobe.com/2026/05/09/business/mass-general-brigham-primary/
1•bookofjoe•9m ago•1 comments

Long short-term memory (1997) [pdf]

https://www.bioinf.jku.at/publications/older/2604.pdf
1•andsoitis•10m ago•0 comments

Where will UX design be in 5 years? 5 Predictions (2017)

https://designlab.com/blog/where-ux-design-5-years-predictions
1•downbad_•12m ago•1 comments

I learned something about GPUs today

https://foon.uk/blackshift-sand-bug/
1•birdculture•12m ago•0 comments

Peter Naur – Programming as Theory Building (1985) [pdf]

https://pages.cs.wisc.edu/~remzi/Naur.pdf
1•s4i•14m ago•0 comments

Chicago undergraduate mathematics bibliography (1999)

https://www.ocf.berkeley.edu/~abhishek/chicmath.htm
1•Tomte•16m ago•0 comments

Firefox vs. Chromium security in 2022, how true is it still today?

https://madaidans-insecurities.github.io/firefox-chromium.html
1•wyoh•17m ago•1 comments

GM to pay $12.75M to settle California driver privacy probe

https://www.reuters.com/sustainability/boards-policy-regulation/gm-pay-1275-million-settle-califo...
2•1vuio0pswjnm7•17m ago•0 comments

Show HN: Free C course called "C Systems Lab"

https://csystemslab.com/
2•vhcosta•19m ago•0 comments

Impact of Trump aid cuts: 9 million deaths by 2030

https://www.nytimes.com/2026/05/09/opinion/foreign-aid-cuts.html
5•marojejian•21m ago•1 comments

GM to Pay $13M to Settle Claims It Sold Californians' Driving Data

https://www.law.com/therecorder/2026/05/08/gm-to-pay-13m-to-settle-claims-it-sold-californians-dr...
2•1vuio0pswjnm7•21m ago•0 comments

Show HN: How-to-Train-Your-GPT

https://github.com/raiyanyahya/how-to-train-your-gpt
1•RaiyanYahya•23m ago•0 comments

sick of dealing with unwanted line breaks when you copy text from claude code?

https://github.com/aaronw122/termcopy/
1•aaronw122•23m ago•0 comments

I Hired Too Fast. I Had to Let Everyone Go. Here's What I Learned

https://comuniq.xyz/post?t=1057
2•01-_-•24m ago•0 comments

Marginal likelihood is exhaustive leave-p-out cross-validation

https://belko.xyz/posts/lml-and-cross-validation/
1•samuel2•25m ago•0 comments

It's time to talk about agentic "remote control"

https://arpadvoros.com/posts/2026/05/08/its-time-to-talk-about-agentic-remote-control/
1•arpadav•26m ago•0 comments

AI wants direct access to your data

https://matthiasplappert.com/blog/2026/ai-wants-direct-data-access/
2•sherlock_h•29m ago•0 comments

Mythos finds the vulnerabilities. VibeAI makes sure YOU understand them

https://hugonomy.com/
1•GlyphWeaver_a•30m ago•0 comments

Show HN: You can edit the game by chatting with it

https://aion.quest/
1•xkoda•30m ago•0 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•12mo 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.