frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

San Francisco's new AI school

https://www.theguardian.com/technology/2025/oct/18/san-francisco-ai-alpha-school-tech
1•andsoitis•4m ago•0 comments

Effect of Computerized Cognitive Training on Vesicular Acetylcholine Transporter

https://games.jmir.org/2025/1/e75161
2•bookofjoe•11m ago•1 comments

Watching 25,000 Dice Neatly Arrange Themselves Shouldn't Be This Fascinating

https://www.sciencealert.com/packing-density-shear-force-dice-inside-cylinder-physics
3•Anon84•21m ago•1 comments

Smartwatches achieve centimeter-level accuracy with new tracking algorithms

https://techxplore.com/news/2025-10-smartwatches-centimeter-accuracy-tracking-algorithms.html
1•Brajeshwar•26m ago•0 comments

Transparent wearables gives real-time warnings about overexposure to sunlight

https://techxplore.com/news/2025-10-transparent-wearable-real-overexposure-sunlight.html
2•Brajeshwar•27m ago•0 comments

The Fight over Whose AI Monster Is Scariest

https://www.wsj.com/tech/ai/the-fight-over-whose-ai-monster-is-scariest-41a43193
1•Brajeshwar•33m ago•0 comments

Autoerasetool / Tribeca, a security system for Apple internal devices

https://orangera.in/mw/index.php/BlogPost:AutoErase
1•denysvitali•35m ago•0 comments

Neuroscientists can now predict what color you're seeing

https://www.psypost.org/neuroscientists-can-now-predict-what-color-youre-seeing-the-secret-is-sur...
2•geox•37m ago•0 comments

Hackers Had Been Lurking in Cyber Firm F5 Systems Since 2023

https://www.bloomberg.com/news/articles/2025-10-18/hackers-had-been-lurking-in-cyber-firm-f5-syst...
4•JumpCrisscross•47m ago•0 comments

Friendship Begins at Home

https://3quarksdaily.com/3quarksdaily/2025/10/friendship-begins-at-home.html
2•herbertl•57m ago•0 comments

TerraVision: A Terrain Visualization System (1994) [pdf]

https://www.sri.com/wp-content/uploads/2021/12/778.pdf
1•yubblegum•58m ago•0 comments

The first non-opioid painkiller

https://worksinprogress.co/issue/the-first-non-opioid-painkiller/
1•herbertl•1h ago•0 comments

I made a website with Apple iWeb in 2025

https://www.spacebar.news/making-iweb-website-2025/
2•herbertl•1h ago•0 comments

I ended my relationship because AI told me to

https://jetwilliams.com/from-prayers-to-prompts/
4•tejitopia•1h ago•5 comments

Wrongfully imprisoned for more than 40 years, US man faces deportation to India

https://www.bbc.com/news/articles/clykvypl9gxo
3•tartoran•1h ago•1 comments

Broadcom AFBR-S20: High-Performance Miniature Spectrometer Product Brief [pdf]

https://docs.broadcom.com/docs/AFBR-S20xx-PB
1•teleforce•1h ago•0 comments

3-year-old born deaf can hear 2 years after breakthrough gene therapy treatment

https://www.goodmorningamerica.com/wellness/story/3-year-old-born-deaf-can-hear-gene-therapy-trea...
2•testrun•1h ago•0 comments

Console Raytracer in C++

https://github.com/DinoZ1729/Ray
1•reconnecting•1h ago•0 comments

Check Your Blood Alcohol Level

https://baccalculator.pro/
1•Rarpr716•1h ago•0 comments

Easy-to-use calculator for Roblox Grow a Garden

https://growagardencalculator.one
2•Rarpr716•1h ago•0 comments

Potential new therapeutic target for asthma discovered

https://medicalxpress.com/news/2025-10-potential-therapeutic-asthma.html
1•PaulHoule•1h ago•0 comments

Result Isomorphism

https://blog.ploeh.dk/2025/10/15/result-isomorphism/
2•sltr•1h ago•0 comments

Charting the life of an Amazon CloudFront request

https://aws.amazon.com/blogs/networking-and-content-delivery/charting-the-life-of-an-amazon-cloud...
3•cebert•1h ago•0 comments

Programming Language Checklist (2011)

https://www.mcmillen.dev/language_checklist.html
1•pRusya•1h ago•0 comments

Using Pegs in Janet

https://articles.inqk.net/2020/09/19/how-to-use-pegs-in-janet.html
3•Bogdanp•1h ago•0 comments

Show HN: Turning MCP tool calls into durable orchestrations

https://github.com/P0u4a/mcp-workflow
2•p0u4a•1h ago•0 comments

Boeing Tests Aircraft Structural Fatigue

https://www.jalopnik.com/1997030/how-boeing-tests-aircraft-structural-fatigue/
1•kungfudoi•1h ago•1 comments

The Enshittification of Everything with Cory Doctorow [video]

https://www.youtube.com/watch?v=P1EKQidRooc&list=TLPQMTgxMDIwMjX6qnNUjm7-_w&index=5
4•latentnumber•1h ago•0 comments

Technological Optimism and Appropriate Fear

https://jack-clark.net/2025/10/13/import-ai-431-technological-optimism-and-appropriate-fear/
1•JumpCrisscross•2h ago•0 comments

RAG-Anything: All-in-One RAG Framework

https://arxiv.org/abs/2510.12323
2•simonpure•2h ago•0 comments
Open in hackernews

The Business Case for Vanilla JavaScript

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

Comments

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

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

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