frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Zenly – Investment research platform built around a quality/value score

https://zenlyfinancial.com/
1•juliiii•1m ago•0 comments

Collabora Online 26.04: Your Documents, Your AI, Your Decade of Data Sovereignty

https://www.collaboraonline.com/blog/cool-26-04-release/
1•maxloh•1m ago•0 comments

Earth's Greatest Catastrophes Seem to Follow a Mysterious 27M-Year Pulse

https://www.sciencealert.com/earths-biggest-disasters-strike-in-a-hidden-pattern-every-27-million...
1•jnord•3m ago•0 comments

Amazon overhauls its AI strategy, winding down most flagship models

https://www.businessinsider.com/amazon-overhauls-ai-strategy-phasing-out-most-nova-models-2026-7
1•thm•3m ago•0 comments

Hugging Face Has a Deepfake Nudes Problem

https://www.wired.com/story/hugging-face-has-a-nonconsensual-deepfakes-problem/
1•thm•3m ago•0 comments

Unless Its Governance Changes, Anthropic Is Untrustworthy

https://www.lesswrong.com/posts/5aKRshJzhojqfbRyo/unless-its-governance-changes-anthropic-is-untr...
1•thepasch•4m ago•0 comments

What I Worked on (2021)

https://paulgraham.com/worked.html
1•oumua_don17•4m ago•0 comments

SOXS just printed a 96.5% spike with the VIX at 18.90. That has never happened

https://tradeintelligent.substack.com/p/soxs-just-printed-a-965-spike-with
1•alizasl•8m ago•0 comments

One big winner in War on Iran: US natural gas exporters. Big loser: Europe

https://kdwalmsley.substack.com/p/one-big-winner-in-war-on-iran-us
1•comebhack•12m ago•0 comments

The User Is the Processor

https://aito.ai/blog/the-predictive-application/
1•arauhala•12m ago•0 comments

You got what you wanted. Why doesn't it feel like anything?

https://lanternhours.substack.com/p/you-got-what-you-wanted-why-doesnt
1•cuongvtran•14m ago•0 comments

Psychology Research Is Mostly Fine

https://www.astralcodexten.com/p/psychology-research-is-mostly-fine
1•Michelangelo11•16m ago•0 comments

FreeBSD Just Removed the Last of Its GPL-Licensed Code

https://hackaday.com/2026/07/28/freebsd-just-removed-the-last-of-its-gpl-licensed-code/
1•olalonde•16m ago•0 comments

Meta Is Fighting a Mountain of Social-Media Lawsuits at Just the Wrong Time

https://www.wsj.com/tech/meta-is-fighting-a-mountain-of-social-media-lawsuitsat-just-the-wrong-ti...
1•1vuio0pswjnm7•17m ago•0 comments

Rachel has a new brain. She hasn't noticed. Our cloud bill definitely has

https://old.reddit.com/r/consentbar/comments/1v8vdgu/rachel_got_a_brain_transplant_and_our_token_...
1•genesem•18m ago•0 comments

Jewellery Shops Colombo

https://www.careems.com
1•jayanath99•19m ago•0 comments

He wanted a true solar vehicle, so he built Solar Bear, an open-source trike

https://autos.yahoo.com/ev-and-future-tech/articles/wanted-true-solar-vehicle-built-164500021.html
1•moltean•19m ago•0 comments

Show HN: Fulltext search on PDFs and scanned images

https://github.com/Shadi/docs-search
1•_shadi•21m ago•0 comments

Cognitive Farmsteading

https://contraptions.venkateshrao.com/p/cognitive-farmsteading
1•swolpers•22m ago•0 comments

SpaceX stock-purchasing by Congress members fuels conflict concerns

https://www.cnbc.com/2026/07/28/spacex-stock-congress-lawmakers-ipo-conflict-of-interest.html
3•1vuio0pswjnm7•23m ago•0 comments

I 4x'd a 367x479 stamp-sized photo through 8 upscaling models

https://enlarger.app/blog/upscayl-vs-enlarger/
1•jaakkoc•23m ago•1 comments

Be careful downloading Windows 11 apps from Google

https://www.windowslatest.com/2026/07/27/be-careful-downloading-windows-11-apps-from-google-70-fa...
1•01-_-•25m ago•1 comments

From Code Generation to Risk Validation

https://luisvieira.me/blog/ai-across-the-sdlc
1•luisvieira_gmr•27m ago•0 comments

What's New in JavaScript? ECMAScript 2027

https://tc39.es/ecma262/
1•aanthonymax•27m ago•2 comments

Meta Got Everything It Wanted in a Secret Louisiana Data Center Deal

https://www.nytimes.com/2026/07/27/technology/meta-data-center-louisiana.html
3•01-_-•27m ago•0 comments

GPS Week Number Rollover

https://en.wikipedia.org/wiki/GPS_week_number_rollover
1•taubek•28m ago•0 comments

Did AI Hack HuggingFace?

https://www.youtube.com/watch?v=q2KCrmQz9WE
1•rustyhancock•29m ago•1 comments

Can anti-fraud make large-scale attacks unprofitable?

1•jezzwar•32m ago•1 comments

Show HN: DynoTable – The DynamoDB GUI with real SQL and your AI agent

https://dynotable.com/
1•dynotable•33m ago•0 comments

Self Hosting LLMs with Llama.cpp

https://data4sci.substack.com/p/self-hosting-llms-with-llamacpp
1•Anon84•37m 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.