frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why Law Is Law-Shaped

https://lawvm.org/why-law-is-law-shaped/
1•ekns•2m ago•0 comments

Show HN: AI powered coding interview practice

https://protechstack.com/practice
2•vampiregrey•8m ago•0 comments

SHOW HN: 50k+ Shopify Store Database Leads with Niche Segmentation

https://kanbauser.gumroad.com/l/shopifyleads
1•nazbasho•8m ago•0 comments

Trump: Australia's media bargaining laws 'foreign extortion'

https://www.theguardian.com/media/2026/apr/29/trump-australia-news-bargaining-laws-extortion
1•KnuthIsGod•9m ago•0 comments

Payphone Tag

https://hackaday.com/2026/04/28/payphone-tag-is-australias-new-national-sport/
1•altilunium•11m ago•0 comments

Taylor Swift files trademarks for voice and image amid concern over AI misuse

https://www.theguardian.com/music/2026/apr/27/taylor-swift-trademarks-voice-image-ai
1•JeanKage•11m ago•0 comments

US to issue new 'America250' passports featuring Donald Trump's image

https://www.theguardian.com/us-news/2026/apr/28/donald-trump-passports
2•KnuthIsGod•13m ago•0 comments

Quantum Computing and Blockchain [pdf]

https://assets.ctfassets.net/sygt3q11s4a9/6EjYavuGdtJDYCqaJrASj9/9f464a8bf26f44bd6c85710fe7e4a29f...
2•Tomte•17m ago•0 comments

Aihumanbench

1•AIhumanbench•17m ago•1 comments

Rspack 2.0: a 10x faster Webpack built in Rust

https://rspack.rs/blog/announcing-2-0
3•AbuAssar•21m ago•0 comments

Why I Still Reach for Lisp (& Scheme) Instead of Haskell

https://jointhefreeworld.org/blog/articles/lisps/why-i-still-reach-for-scheme-instead-of-haskell/...
8•jjba23•23m ago•1 comments

Product Thinking for Open Source Library Design

https://pckt.blog/b/krzysu/product-thinking-for-open-source-library-design-qzw69a9
6•krzysu•27m ago•0 comments

A free solution to the GitHub Actions supply chain crisis

https://developerwithacat.com/blog/202604/github-actions-supply-chain-commit/
1•pabs3•31m ago•0 comments

Mining magnate Andrew Forrest takes Meta 2 court over scam ads using his likenes

https://www.abc.net.au/news/2026-04-17/andrew-forrest-battles-meta-over-fake-ads/106574806
3•asdefghyk•32m ago•1 comments

The Wrong Black Box Problem

https://dekodiert.de/en/articles/das-falsche-black-box-problem
9•sdoering•33m ago•0 comments

The EC is turning Google Search into a privacy and national-security risk

https://blog.lukaszolejnik.com/the-european-commission-is-turning-google-search-into-a-privacy-an...
6•negura•35m ago•0 comments

Building a Basic Cache with SQLite

https://alexwlchan.net/2026/sqlite-cache/
7•ingve•35m ago•0 comments

Why C++ Wins in Finance(2026)

https://www.youtube.com/watch?v=InLxLEqg_fs
7•theawesomekhan•36m ago•0 comments

Ubuntu silicon-optimized inference snaps for AI

https://canonical.com/blog/canonical-releases-inference-snaps
5•jmngomes•37m ago•0 comments

Show HN: LLM-assisted reconstruction of partially decompiled Minecraft 26.1.2

https://github.com/stevefan1999-personal/demcstify
8•stevefan1999•37m ago•0 comments

Ask HN: How are you stopping supply chain attacks via compromised dev keys?

5•CountVonGuetzli•40m ago•0 comments

The world is rejecting science and truth, here are 5 ways to fight back

https://www.theguardian.com/commentisfree/2026/apr/28/world-rejecting-science-truth-five-ways-fig...
6•JeanKage•42m ago•0 comments

Native vs. Cross Compilation: A Love Story,a War Story and a Debugging Nightmare

http://carminatialessandro.blogspot.com/2026/04/native-vs-cross-compilation-love-story.html
5•throw324du•44m ago•0 comments

Back Up and Running

https://blog.tindie.com/2026/04/back-up-and-running/
15•zimpenfish•46m ago•2 comments

Vanishing Culture: A New Book on the Loss of Our Digital Memory

https://blog.archive.org/2026/04/23/introducing-vanishing-culture-a-new-book-on-the-loss-of-our-d...
5•robtherobber•47m ago•0 comments

The Great Oxidation Event: How Cyanobacteria Changed Life

https://asm.org/articles/2022/february/the-great-oxidation-event-how-cyanobacteria-change
8•thunderbong•47m ago•0 comments

How to distribute skills to your engineers

https://newsletter.port.io/p/how-to-build-a-skills-library-for-your-engineering-team
10•krakenwake•48m ago•0 comments

Predictive pursuit emerges in high-dimensional recurrent neural networks

https://www.biorxiv.org/content/10.64898/2026.04.23.720457v1
7•paraschopra•48m ago•0 comments

Tell HN: An update from the new Tindie team

18•altairprime•49m ago•3 comments

Beijing Auto Show: more EV models in each of 17 halls than in the US

https://electrek.co/2026/04/26/beijing-auto-show-2026-insane-glimpse-future-auto-industry/
4•Geekette•51m ago•0 comments
Open in hackernews

The Business Case for Vanilla JavaScript

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

Comments

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

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

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