frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open Source Credential Proxy and Vault for Agents

https://twitter.com/dangtony98/status/2046982854710857762
1•vmatsiiako•39s ago•0 comments

Exposing Attack Behaviour in Realtime

https://fibratus.io
1•archrabbit•2m ago•0 comments

Show HN: Linux Desktops in the Browser

https://vmpixel.com/
1•andoando•2m ago•0 comments

Tantrums as Status Symbols (2005)

https://marginalrevolution.com/marginalrevolution/2005/08/tantrums_as_sta.html
1•downbad_•5m ago•1 comments

Meta tracking employee keystrokes on Google, LinkedIn, Wikipedia for AI training

https://www.cnbc.com/2026/04/22/meta-tracks-employee-usage-on-google-linkedin-ai-training-project...
4•1vuio0pswjnm7•6m ago•0 comments

Anthropic now requires new Claude users to verify identity with photo ID

https://twitter.com/Pirat_Nation/status/2044960285510053929
3•croes•7m ago•0 comments

Information Asymmetry

https://en.wikipedia.org/wiki/Information_asymmetry
2•downboots•31m ago•1 comments

Malicious Checkmarx Artifacts Found in Official KICS Docker Repo and Code Ext

https://socket.dev/blog/checkmarx-supply-chain-compromise
1•orkj•32m ago•0 comments

Show HN: CreepJS Browser Fingerprinting

https://abrahamjuliot.github.io/creepjs/
2•gastonmorixe•33m ago•0 comments

Sruthi Chandran Elected Debian Project Leader

https://bits.debian.org/2026/04/dpl-elections-2026.html
2•tapanjk•37m ago•0 comments

Every local SEO playbook is built on proximity, AI overviews ignore it completly

https://webmatrices.com/post/every-local-seo-playbook-is-built-on-proximity-ai-overviews-ignore-i...
1•bishwasbh•38m ago•1 comments

Ars Technica: Our newsroom AI policy

https://arstechnica.com/staff/2026/04/our-newsroom-ai-policy/
3•zdw•43m ago•1 comments

Computing in the Era of Doom: What Were PCs Like in 1993?

https://www.ahalbert.com/reviews/technology/2026/04/20/black-book-doom.html
1•pjmlp•46m ago•0 comments

High Street mini-marts selling cocaine, cannabis and prescription drugs

https://www.bbc.co.uk/news/articles/c62l429w2pko
2•vinni2•48m ago•0 comments

A disabled kea parrot is the alpha male of his circus

https://www.cell.com/current-biology/fulltext/S0960-9822(26)00259-9
1•zdw•49m ago•0 comments

Ford pivoting to catch up with his real competitor: China's BYD

https://finance.yahoo.com/sectors/technology/articles/ford-ceo-says-tesla-doesn-180115430.html
2•KnuthIsGod•51m ago•0 comments

Bloom filters: the niche trick behind a 16× faster API

https://incident.io/blog/bloom-filters
2•crcastle•1h ago•1 comments

Cursor and SpaceX: In search of a complete loop

https://kwokchain.com/2026/04/23/cursor-and-spacex-in-search-of-a-complete-loop/
2•borisjabes•1h ago•0 comments

Show HN: Viscacha - A crashsafe, zero infra job system for funcs/AI pipelines

https://github.com/skylarm-b/viscacha
1•SkyguyMB•1h ago•0 comments

House lawmakers get a chilling demo of 'jailbroken' AI

https://www.politico.com/news/2026/04/22/ai-chatbots-jailbreak-safety-00887869
1•0in•1h ago•1 comments

Anthropic has surged to a trillion-dollar valuation on secondary markets

https://www.businessinsider.com/anthropic-trillion-dollar-valuation-on-secondary-markets-2026
2•Growtika•1h ago•0 comments

I am building a cloud

https://crawshaw.io/blog/building-a-cloud
60•bumbledraven•1h ago•8 comments

Half of AI health answers are wrong even though they sound convincing

https://theconversation.com/half-of-ai-health-answers-are-wrong-even-though-they-sound-convincing...
2•KnuthIsGod•1h ago•1 comments

Iran's IRGC warns it may cut undersea internet cables in Persian Gulf

https://www.msn.com/en-in/money/news/iran-s-irgc-warns-it-may-cut-undersea-internet-cables-in-per...
2•KnuthIsGod•1h ago•3 comments

Open source is not the problem, but its misuse by corporations

https://www.heise.de/en/blog/Open-source-is-not-the-problem-but-its-misuse-by-corporations-112667...
1•goloroden•1h ago•0 comments

ChatGPT for Clinicians

https://twitter.com/thekaransinghal/status/2047091103170785324
1•stenlix•1h ago•0 comments

MacBook Neo and How the iPad Should Be

https://craigmod.com/essays/ipad_neo/
1•jen729w•1h ago•0 comments

'Intelligence may be scalable, but accountability is not'

https://www.msn.com/en-us/news/technology/intelligence-may-be-scalable-but-accountability-is-not-...
2•galaxyLogic•1h ago•1 comments

DragonRuby's Seventh Year – Where We Started and Where We're Going

https://dragonruby.itch.io/dragonruby-gtk/devlog/1497015/dragonrubys-seventh-year-where-we-starte...
4•doppp•1h ago•0 comments

Pokemon Red and the Evolution of FSM

https://www.makonea.com/en-US/blog/Pokemon-Red-and-the-Evolution-of-FSM
1•jdw64•1h ago•0 comments
Open in hackernews

The Business Case for Vanilla JavaScript

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

Comments

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

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

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