frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Turns Out, Nobody Wants a Data Center in Their Backyard

https://www.motherjones.com/politics/2026/05/ai-data-center-gallup-opposition-american/
1•cdrnsf•46s ago•0 comments

Information art: diagramming microchips Cara McCarty [pdf]

https://www.moma.org/documents/moma_catalogue_2101_300062988.pdf
1•structuredPizza•1m ago•0 comments

Building low-latency voice agents in 3 lines of code with GPT Realtime 2 and AG2

https://docs.ag2.ai/latest/docs/blog/2026/05/12/LiveAgent/
1•Lancetnik•1m ago•0 comments

Saved passwords in Edge memory: what we're changing and why

https://microsoftedge.github.io/edgevr/posts/Saved-passwords-in-Edge-memory-what-were-changing-an...
1•soheilpro•1m ago•0 comments

DIY open-source ultrasound hardware on the rp2040/rp2350

http://un0rick.cc/pic0rick
1•kelu124•2m ago•0 comments

Ask HN: Why do LLMs use em dashes so often?

1•dwa3592•2m ago•0 comments

Show HN: My portfolio built with Three.js and GSAP and Lenis

1•lakshyak789•2m ago•0 comments

Helping ChatGPT better recognize context in sensitive conversations

https://openai.com/index/chatgpt-recognize-context-in-sensitive-conversations/
1•ilreb•2m ago•0 comments

Minimal coefficients in N = pA and qB always equal the digital root

https://github.com/A19dammer91/N-pA-qB-with-p-1-mod-q-extended-to-3D-and-4D-systems
1•A19dammer91•2m ago•0 comments

Andreessen Horowitz Is Spending on Politics Like No Other

https://www.nytimes.com/2026/05/13/technology/andreessen-horowitz-politics.html
3•01-_-•5m ago•0 comments

Featherweight elastic suit could transform everyday movement

https://techxplore.com/news/2026-04-featherweight-elastic-everyday-movement-ways.html
1•PaulHoule•6m ago•0 comments

New Google accounts may only get 5GB free storage

https://www.engadget.com/2173013/new-google-accounts-may-only-get-5gb-free-storage-unless-you-lin...
2•01-_-•6m ago•0 comments

Show HN: Specdd – Spec-driven development as a Claude/Codex/Cursor skill

https://github.com/unboundinnov/specdd
1•diablovox•6m ago•0 comments

Pnpm is being rewritten in Rust

https://twitter.com/zkochan/status/2054966567692099943
1•AbuAssar•6m ago•0 comments

When Purpose Is All That Is Left – What 200 Sci-Fi Books Reveal About Meaning

https://www.livenowclub.com/wonder/essay
1•louskywalker•7m ago•0 comments

UChicago to offer free tuition for families making under 250K

https://chicagomaroon.com/52351/news/uchicago-to-offer-free-undergraduate-tuition-for-families-ma...
1•mklyachman•8m ago•1 comments

Out-of-process orchestration for Claude Code

https://claudeverse.ai/blog/out-of-process-orchestration
1•kcarriedo•9m ago•0 comments

WhatsApp launches private 'incognito' conversations with its AI chatbot

https://www.bbc.com/news/articles/c99lmyr1dnxo
2•Brajeshwar•9m ago•0 comments

Show HN: An interactive atlas of Crusader-era sites in the Kingdom Of Jerusalem

https://crusaderatlas.com/
1•mintycake•11m ago•0 comments

"You look like a good Joe": retelling the giant pink Joi scene Blade Runner 2049

https://firasd.substack.com/p/you-look-like-a-good-joe-k-and-joi-blade-runner-2049-ryan-gosling-a...
1•firasd•11m ago•0 comments

The Queen's Duck

https://bwiggs.com/notebook/queens-duck/
1•SEJeff•13m ago•0 comments

US clears H200 chip sales to 10 China firms as Nvidia CEO looks for breakthrough

https://www.reuters.com/business/retail-consumer/us-clears-h200-chip-sales-10-china-firms-nvidia-...
5•layer8•15m ago•0 comments

Texas county pauses data center construction in rural areas

https://www.texastribune.org/2026/05/12/texas-hill-county-approves-data-center-construction-pause...
4•gmays•17m ago•0 comments

Deal reached with hackers to delete data stolen from the Canvas platform

https://www.nbcnews.com/tech/tech-news/deal-reached-hackers-delete-data-stolen-canvas-educational...
7•fortran77•17m ago•2 comments

Show HN: Nanci, CI written in plain Python, locally debuggable

https://nanci.dev/
1•Hex08•18m ago•0 comments

One in seven in UK prefer consulting AI chatbots to seeing doctor, study finds

https://www.theguardian.com/society/2026/may/13/one-in-seven-prefer-ai-chatbots-to-seeing-doctor-...
2•Brajeshwar•18m ago•0 comments

Blanet

https://en.wikipedia.org/wiki/Blanet
1•JumpCrisscross•20m ago•0 comments

A field manual for Deutsche Bahn

https://blog.hofstede.it/a-field-manual-for-three-years-on-deutsche-bahn/
3•fanf2•21m ago•0 comments

Plasma secrets: Windows position for naughty apps

https://www.dedoimedo.com/computers/plasma-window-position-2026.html
2•speckx•23m ago•0 comments

World's first laughing gas breathalyser trialled in England

https://news.sky.com/video/worlds-first-laughing-gas-breathalyser-trialled-in-england-13544036
1•austinallegro•23m ago•0 comments
Open in hackernews

The Business Case for Vanilla JavaScript

https://lewiscampbell.tech/blog/250430.html
6•LAC-Tech•1y ago

Comments

copypaper•1y ago
I would personally never touch a frontend not written with a framework. Sounds like a terrible developer experience--especially with a team. But from reading your article, it sounds like your issue is with React itself. I would recommend you try Svelte, it sounds like what you're looking for. It's as close to vanilla js as you can get with all the benefits of a framework.
LAC-Tech•1y ago
What benefits of a framework?

I think that's why I wrote this - I almost completely fail to see them.

proc0•1y ago
I think React caved in to wider adoption pressure to introduce abstractions that are intuitive on the surface level but are costly in terms of large scale complexity.

> It's "declarative" right up until you're debugging stateful hooks, or resorting to useRef, or trying to reason about when a "component" re-renders

Maybe they should have modularized the core library more and have these things be separate, because the core idea of a uniflow pattern with reactivity is good.

I think what happened, at least in frontend, is that the industry pushed away from having engineers do any design or architecting on the frontend. All of these high level patterns have been "outsourced" to frameworks, and the result usually is something that has trouble scaling and adjusting to whatever domain it's in.

LAC-Tech•1y ago
Maybe they should have modularized the core library more and have these things be separate, because the core idea of a uniflow pattern with reactivity is good.

That's what SolidJS does. IE the signal implementation is completely stand alone. I feel like it's better at doing what react purports to do then react is.

* think what happened, at least in frontend, is that the industry pushed away from having engineers do any design or architecting on the frontend. All of these high level patterns have been "outsourced" to frameworks*

I don't think react patterns are particularly high level, or do they save you from architecture. Whether it's vanilla JS or react, you still have to design.

proc0•1y ago
Oh I haven't looked at Solidjs yet, interesting will take a look. And yeah you may still need to design your application, but having hooks be something that is out-of-the-box pushes you into certain patterns and needs to be actively ignored to avoid its design influence. I've worked in large codebases where they make almost everything into hooks, and they start getting ridiculous, breaking composability but at the same time giving the illusion that you are making your code more modular.
GianFabien•1y ago
I write web front-ends for industrial embedded systems. So my experience might differ from business WebApps.

In my experience it requires a longer learning curve for the various frameworks than to simply learn the relevant Web API. My learning is very much JIT and over time I have built up a robust class library that gets my stuff done. When I get stuck ChatGPT suggests fixes that sometimes work and spare me from losing more hair.

LAC-Tech•1y ago
My experience too - part of what I found is how much about how react worked I'd forgotten. But the browser itself was easier to pick up.