frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Digga – DNS, RDAP/WHOIS, subdomains and more in one lookup

https://digga.dev
1•maathis•18s ago•0 comments

Data-Directed Programming in Haskell

https://entropicthoughts.com/sicp-2-4-data-directed-programming-in-haskell
1•surprisetalk•25s ago•0 comments

Cloudflare wants to build the economic layer of the AI web

https://thenewstack.io/cloudflare-ai-web-economics/
1•thm•54s ago•0 comments

A Beloved Old-School Tech Brand Is Back, Its New Product Is a $500 Flip Phone

https://www.inc.com/chris-morris/a-beloved-old-school-tech-brand-is-back-and-its-new-product-is-a...
1•1vuio0pswjnm7•55s ago•0 comments

US Supreme Court FTC Ruling Raises Fresh Threat to EU–US Data Transfers

https://www.lawfuel.com/us-supreme-court-ftc-ruling-raises-fresh-threat-to-eu-us-data-transfers/
1•ndsipa_pomu•1m ago•0 comments

Introduction to Genomics for Engineers

https://learngenomics.dev/docs/biological-foundations/cells-genomes-dna-chromosomes/
1•yreg•2m ago•0 comments

Why is Everything Boring Now [video]

https://www.youtube.com/watch?v=koKDP6kPvvY
1•thm•3m ago•0 comments

Supreme Court says AI-generated hallucinated precedents 'catastrophic'

https://www.thehindu.com/news/national/methyl-isocyanate-of-law-supreme-court-quashes-verdict-bas...
3•thisislife2•4m ago•0 comments

Show HN: Neural Inverse Cloud

https://www.neuralinverse.com/cloud
2•Sanjay05•5m ago•0 comments

Mozilla Thundermail – standard Big Tech, anti-user TOS and privacy policy

https://infosec.exchange/@crankylinuxuser/116847878544800671
3•nekusar•5m ago•1 comments

Processing files that are too big to fit into memory

https://bylizhao.github.io/programming/2025/09/07/processing-files-that-are-too-big-to-fit-into-m...
1•signa11•7m ago•0 comments

Convert Freedom Units to Metric in e-books as you are reading

https://github.com/Fank1/foot-cream
3•fankd0g•9m ago•1 comments

Open dataset of cannabis growing problems (79 structured diagnoses, JSON/CSV)

https://github.com/SirVival87/cannabis-diagnose-dataset
1•cannabisdoc•11m ago•0 comments

Karp: Anthropic/OpenAI are stealing customer IP and their tokens have low value

https://twitter.com/Ric_RTP/status/2072403984304984202
5•alecco•12m ago•2 comments

This blog is written in en-GB

https://shkspr.mobi/blog/2026/07/this-blog-is-written-in-en-gb/
3•mritzmann•13m ago•0 comments

Multiplayer Networking Resources

https://github.com/0xFA11/MultiplayerNetworkingResources
1•gafferongames•15m ago•0 comments

Beyond Git: Real-Time Version Control for Godot – Lilith Duncan – GodotCon 2026 [video]

https://www.youtube.com/watch?v=CAJ_iIedx_I
1•surprisetalk•15m ago•0 comments

William Thurston: On Proof and Progress in Mathematics (1994) [pdf]

https://www.ams.org/journals/bull/1994-30-02/S0273-0979-1994-00502-6/S0273-0979-1994-00502-6.pdf
1•yu3zhou4•15m ago•0 comments

A Deep Dive on China's "LineShine" All-CPU, Exaflops-Class Supercomputer

https://www.nextplatform.com/hpc/2026/06/25/a-deep-dive-on-chinas-lineshine-all-cpu-exaflops-clas...
1•rbanffy•17m ago•0 comments

ESA Outlines High-Tech Lander Instruments for 2050 Enceladus

https://www.universetoday.com/articles/esa-outlines-high-tech-lander-instruments-for-2050-enceladus
1•bookofjoe•19m ago•0 comments

Is One Layer Enough? A Single Transformer Layer Matches Full-Parameter RL Train

https://arxiv.org/abs/2607.01232
1•tcp_handshaker•20m ago•0 comments

How to deadlock a Java ExecutorService

https://mlangc.github.io/java/concurrency/2026/06/05/executor-deadlock.html
1•0x54MUR41•21m ago•0 comments

Show HN: SwiftShrink – compress an image to an exact KB size, in the browser

https://swiftshrink.com/
1•Talha_Asjad•22m ago•0 comments

Running Qwen 3.6 Locally on a Mac Mini M4 with 16GB RAM

https://maloyan.xyz/blog/running-qwen-locally-mac-mini-m4
2•mpweiher•23m ago•0 comments

ChatControl 1.0 mass scanning is to be sneaked through via a 3rd vote next week

https://digitalcourage.social/@echo_pbreyer/116849906752825989
1•nickslaughter02•23m ago•1 comments

Ancient cave paintings can harbor human DNA for millennia, scientists find

https://www.scientificamerican.com/article/ancient-cave-paintings-can-harbor-human-dna-for-millen...
1•beardyw•24m ago•0 comments

Excalibur.js: Free open-source 2d game engine in TypeScript

https://excaliburjs.com/
1•bryanhogan•24m ago•0 comments

Language Server for YAML Files

https://github.com/redhat-developer/yaml-language-server
1•ankitg12•24m ago•0 comments

Why Gemini 3.1 Pro lost money running Andon Café

https://andonlabs.com/blog/why-gemini-lost-money-andon-cafe
1•EvgeniyZh•25m ago•0 comments

The Brain Prefers to Read on Paper Rather Than on Screens, a New Study Says

https://www.inc.com/jessica-stillman/your-brain-prefers-to-read-on-paper-rather-than-on-screens-n...
2•1vuio0pswjnm7•26m 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.