frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Estimating AI productivity gains from Claude conversations

https://www.anthropic.com/research/estimating-productivity-gains
1•kerim-ca•2m ago•0 comments

Show HN: ConfluenceMeter Beta, live panel for crypto confluence

https://www.confluencemeter.com/mvp
1•Paugallego•3m ago•1 comments

Show HN: Root-dir: a command-line community for devs, builders and creators

https://www.root-dir.com
1•madsmadsdk•7m ago•0 comments

Formal Specification for Authorization: Clarity Before Implementation

https://blog.gchinis.com/posts/2025/11/formal-specification-for-authorization/
1•gchinis•7m ago•0 comments

Hamas attack victims sue Binance for allowing payments to militant group

https://www.reuters.com/legal/government/hamas-attack-victims-sue-binance-allegedly-allowing-paym...
2•barredo•9m ago•0 comments

Alphaproof paper (IMO 2024 Silver) is finally published in Nature [pdf]

https://www.nature.com/articles/s41586-025-09833-y_reference.pdf
1•zuzatm•9m ago•0 comments

Show HN: MenuPhotoAI – AI food photography that keeps dishes real

https://www.menuphotoai.com
1•redp314•11m ago•0 comments

Canva is considering porting Affinity to Linux

https://techcentral.co.za/affinity-for-linux-canvas-next-big-move-could-reshape-the-desktop-softw...
2•methuselah_in•13m ago•0 comments

Dutch public broadcaster NOS quits X over disinformation

https://www.reuters.com/business/media-telecom/dutch-public-broadcaster-nos-quits-x-over-disinfor...
2•giuliomagnifico•14m ago•0 comments

Skyscrapers engulfed in flames after fire spreads on bamboo scaffolding

https://metro.co.uk/2025/11/26/three-skyscrapers-engulfed-flames-fire-spreads-bamboo-scaffolding-...
1•perihelions•15m ago•0 comments

Coffee

https://chrispymm.co.uk/coffee
1•worez•21m ago•0 comments

Invisible Details of Interaction Design

https://rauno.me/craft/interaction-design
1•bfirsh•21m ago•0 comments

Learnings from 1 year of agents: PostHog AI

https://posthog.com/blog/8-learnings-from-1-year-of-agents-posthog-ai
1•czue•30m ago•0 comments

Show HN: An app that turns doomscrolling into learning

https://apps.apple.com/app/id6754678719
1•HamadAlmheiri•30m ago•0 comments

Show HN: NxtPitch – AI that instantly generates pitch proposals

https://nxtpitch.com
1•anmolkushwah19•33m ago•0 comments

Get us off Microsoft! Lawmakers press EU Parliament to change in-house IT

https://www.politico.eu/article/get-us-off-microsoft-eu-lawmakers-press-parliament-to-change-in-h...
3•robtherobber•35m ago•0 comments

Dell (Dell) Q3 2026 Earnings Call Transcript

https://www.theglobeandmail.com/investing/markets/stocks/DELL/pressreleases/36316186/dell-dell-q3...
1•doener•36m ago•1 comments

I don't care how well your "AI" works

https://fokus.cool/2025/11/25/i-dont-care-how-well-your-ai-works.html
3•todsacerdoti•38m ago•0 comments

Dynamic Skillset Reference Architecture

https://chatbotkit.com/examples/dynamic-skillset-reference-architecture
1•_pdp_•38m ago•1 comments

Cosmic Paradox Reveals the Awful Consequence of an Observer-Free Universe

https://www.quantamagazine.org/cosmic-paradox-reveals-the-awful-consequence-of-an-observer-free-u...
1•ibobev•39m ago•0 comments

A Cell So Minimal That It Challenges Definitions of Life

https://www.quantamagazine.org/a-cell-so-minimal-that-it-challenges-definitions-of-life-20251124/
2•ibobev•39m ago•0 comments

New York City's Next Super Storm

https://www.nytimes.com/video/nyregion/100000010524474/new-york-citys-next-super-storm.html
1•fleahunter•40m ago•0 comments

Particle Physicists Detect 'Magic' at the Large Hadron Collider

https://www.quantamagazine.org/particle-physicists-detect-magic-at-the-large-hadron-collider-2025...
1•ibobev•40m ago•0 comments

U.S. Nuclear Arms Chief Warns Against Leaks of Secret Information

https://www.nytimes.com/2025/11/26/science/brandon-williams-nuclear-weapons-nnsa.html
1•quapster•40m ago•0 comments

Underappreciated Books to Learn Object Oriented Design and UML?

2•shivajikobardan•53m ago•0 comments

Council reaches position on Chat Control

https://www.consilium.europa.eu/en/press/press-releases/2025/11/26/child-sexual-abuse-council-rea...
4•tonoto•54m ago•2 comments

Replace internal links in the new Gato AI Translations (WordPress)

https://gatoplugins.com/blog/replace-internal-link-urls-with-v15-2-of-gato-ai-translations-for-po...
1•leoloso•54m ago•0 comments

Show HN: VibeJar – Mood Tracking and Journal

https://apps.apple.com/in/app/vibejar-mood-tracker-journal/id6755709551
1•mohninad•59m ago•0 comments

LLMs: The gift that keeps on giving

https://mltrenches.substack.com/p/llms-the-gift-that-keeps-on-giving
2•druub•1h ago•0 comments

The Monocab Project

https://www.monocab-owl.de/english-language/
1•robin_reala•1h ago•0 comments
Open in hackernews

The Business Case for Vanilla JavaScript

https://lewiscampbell.tech/blog/250430.html
6•LAC-Tech•7mo ago

Comments

copypaper•7mo 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•6mo ago
What benefits of a framework?

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

proc0•7mo 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•6mo 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•6mo 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•7mo 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•6mo 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.