frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Best Black Friday Software Deals 2025 (Lifetime Deals and Product Bundles)

https://www.blackfridaydeals.directory/black-friday-software-deals-2025
1•bfdd•5m ago•0 comments

The Day Anonymity Died: Inside the OpenReview / ICLR 2026 Leak

https://medium.com/@billxu_atoms/the-day-anonymity-died-inside-the-openreview-iclr-2026-leak-ee68...
1•luizcdc•6m ago•0 comments

FedEx joins list of billion-dollar companies laying off workers

https://www.dailymail.co.uk/yourmoney/article-15332637/fedex-layoffs-coppell-texas.html
1•Bender•7m ago•0 comments

Nerd-Sniped: Project Search

https://zed.dev/blog/nerd-sniped-project-search
1•andromedaM31•9m ago•0 comments

Search – The Moat of the Search Index

https://robonomics.substack.com/p/search-the-moat-of-the-search-index
1•gmays•11m ago•0 comments

What I've Been Reading

https://marginalrevolution.com/marginalrevolution/2025/11/what-ive-been-reading-280.html
1•paulpauper•11m ago•0 comments

'Worrying' virus resistant to body's defense system

https://www.dailymail.co.uk/health/article-15335177/bird-flu-virus-resistant-fever.html
1•Bender•11m ago•0 comments

'We Do Fail a Lot': Defense Startup Anduril Hits Setbacks with Weapons Tech

https://www.wsj.com/business/anduril-industries-defense-tech-problems-52b90cae
1•paulpauper•11m ago•0 comments

Addiction is not the right model for smartphones

https://www.nytimes.com/2025/11/28/opinion/internet-phones-social-media-addiction.html
1•paulpauper•11m ago•0 comments

Ransomware Attack Disrupts Local Emergency Alert System Across US

https://www.securityweek.com/ransomware-attack-disrupts-local-emergency-alert-system-across-us/
1•Bender•12m ago•0 comments

Airbus A320 Fly by wire corrupted by radiation in flight

https://viewfromthewing.com/airbus-a320s-could-be-temporarily-grounded-worldwide-for-software-upd...
9•JohannMac•13m ago•3 comments

Electron vs. Tauri

https://www.dolthub.com/blog/2025-11-13-electron-vs-tauri/
2•birdculture•13m ago•0 comments

Hacker News RAG Search

https://hn.fiodorov.es/
1•thunderbong•17m ago•0 comments

Show HN: Open-source AI Codemaps written in Rust

https://github.com/RohanAdwankar/oxdraw/discussions/39
1•RohanAdwankar•20m ago•0 comments

Good engineers write bad code at big companies

https://www.seangoedecke.com/bad-code-at-big-companies/
3•gfysfm•20m ago•0 comments

Why 'hold forever' investors are snapping up venture capital 'zombies'

https://techcrunch.com/2025/11/25/why-hold-forever-investors-are-snapping-up-venture-capital-zomb...
3•andrewstetsenko•21m ago•0 comments

Airbus grounds A320 aircraft amid solar radiation risk

https://aerospaceglobalnews.com/news/a320-grounding-radiation/
4•dboreham•21m ago•1 comments

The original ABC language, Python's predecessor (1991)

https://github.com/gvanrossum/abc-unix
3•tony•22m ago•0 comments

Decimal Is Sometimes Wrong

https://jt-hill.com/dropping-decimal/
3•jt-hill•24m ago•2 comments

Oura ring deal raises valid concerns about users' health data security

https://this.weekinsecurity.com/oura-ring-deal-raises-valid-concerns-about-users-health-data-secu...
1•mindracer•25m ago•0 comments

George Hotz: Replacing My MacBook

https://geohot.github.io//blog/jekyll/update/2025/11/28/replacing-my-macbook.html
10•__rito__•26m ago•1 comments

Everyone Is Invited to Jane Austen's Birthday Party

https://www.nytimes.com/2025/11/26/books/jane-austen-birthday.html
2•bryanrasmussen•32m ago•0 comments

TermoSlack – A Terminal Based Slack Client

2•adhyys•33m ago•0 comments

Category Theory for JavaScript/TypeScript Developers

https://ibrahimcesar.cloud/blog/category-theory-for-javascript-typescript-developers/
1•ibrahimcesar•34m ago•0 comments

Sabine Hossenfelder: I believe the world will change dramatically, soon [video]

https://www.youtube.com/watch?v=w9l7FyJ7mIk
1•imaginaryunit01•37m ago•1 comments

The Unlikely Story of How Cats Became Our Pets

https://www.scientificamerican.com/article/the-incredible-unlikely-story-of-how-cats-became-our-p...
2•pseudolus•38m ago•1 comments

Show HN:TaskHub – Update

https://github.com/TaskHub-Server/TaskHub.Shared
1•andrey-serdyuk•40m ago•1 comments

The Commodore 64 is back on the production line for the first time in 30 years

https://www.techradar.com/computing/the-commodore-64-is-back-on-the-production-line-for-the-first...
5•indigodaddy•41m ago•2 comments

US Navy accused of cover-up over dangerous plutonium in San Francisco

https://www.theguardian.com/us-news/2025/nov/27/us-navy-san-francisco-plutonium
4•clanky•42m ago•0 comments

United Nations Convention Against Cybercrime

https://en.wikipedia.org/wiki/United_Nations_Convention_against_Cybercrime
1•numpad0•45m 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•7mo 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•7mo 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•7mo 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•7mo 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.