frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Workflowy but Open Source

https://twitter.com/CameronPak/status/2074262605779124317
1•campak•1m ago•0 comments

Meta accused of discriminating against non-Chinese workers in latest layoff

https://old.reddit.com/r/cscareerquestions/comments/1uq4a92/meta_accused_of_discriminating_agains...
1•PieUser•2m ago•0 comments

IBM Expands Z17 and LinuxONE 5 Mainframe Lineups with Single Frame and Rackmount

https://www.servethehome.com/ibm-expands-z17-and-linuxone-5-mainframe-lineups-with-single-frame-a...
1•rbanffy•6m ago•0 comments

Choosing a Claude model and effort level in Claude Code

https://claude.com/blog/claude-model-and-effort-level-in-claude-code
2•geoffbp•7m ago•0 comments

Rumik: Voice AI

https://rumik.ai/
1•handfuloflight•7m ago•0 comments

On-call Engineer 2026 by Kai Lentit [YouTube]

https://www.youtube.com/watch?v=sY1UqUuBqQQ
1•thinkmassive•8m ago•0 comments

Chinese memory and storage firm expected to more than 60k% jump in profits

https://www.tomshardware.com/tech-industry/chinese-memory-and-storage-firm-expected-to-post-more-...
1•rbanffy•9m ago•0 comments

I coded a shoot 'em up alone at 18 after learning Lua in a single week

1•DamixLord•11m ago•0 comments

Show HN: Backlog – tasks and contexts manager for AI coding agents

https://github.com/mazen160/backlog
2•mazen160•18m ago•0 comments

Show HN: Instant GraphRAG over any Postgres database

https://polygres.com
1•daleverett•19m ago•1 comments

Agent Name Service: The universal AI Agents identity system

https://opensourcewatch.beehiiv.com/p/agent-name-service-the-universal-ai-agents-identity-system
2•CrankyBear•22m ago•0 comments

The End of Compute Scarcity? Not So Fast

https://cloudedjudgement.substack.com/p/clouded-judgement-7326-the-end-of
1•gmays•23m ago•0 comments

Omnibaas, a provider-agnostic Infrastructure-as-Code compiler for BaaS services

https://github.com/davidecampora/Omnibaas
1•davidecampora•23m ago•1 comments

Waymo reports teen riders for bad behavior and delivers them to the police

https://www.latimes.com/business/story/2026-07-07/waymo-reports-teen-riders-for-bad-behavior-deli...
5•pilingual•24m ago•1 comments

Fable 5 wrote a Windows kernel in 38 minutes

https://tolmo.com/blog/when-the-model-writes-the-kernel/
2•adolfoabegg•25m ago•0 comments

An agent in 100 lines of Lisp

https://thebeach.dev/posts/lisp-agent/
3•jamiebeach•27m ago•0 comments

Acceleration without fuel: superconducting thruster uses Earth's magnetic field

https://www.space.com/technology/acceleration-without-fuel-revolutionary-superconducting-thruster...
1•svggrfgovgf•27m ago•1 comments

Rejected Emoji Proposals

https://charlottebuff.com/unicode/misc/rejected-emoji-proposals/
2•gaws•27m ago•1 comments

Get recommended a cheaper model with this skill

https://www.rightmodeler.com
1•piyussh•28m ago•0 comments

Private Messaging App Isn't WhatsApp or Signal, It's Delta Chat

https://lifehacker.com/tech/delta-chat-messaging-app-privacy
1•aslandb•29m ago•1 comments

Software can unlock 300 GW of capacity on US grid without building power plants

https://www.pv-magazine.com/2026/07/07/software-can-unlock-300-of-capacity-on-u-s-grid-without-bu...
1•philipkglass•29m ago•0 comments

Avatar Aang: The Last Airbender

https://www.youtube.com/watch?v=7b20GRFZBFE
1•skogstokig•31m ago•0 comments

The Opportunity Atlas: Mapping the Childhood Roots of Social Mobility [pdf]

https://opportunityinsights.org/wp-content/uploads/2018/10/atlas_paper.pdf
2•simonebrunozzi•32m ago•0 comments

Modder builds 8,192-core GPU at home out of RISC-V microcontrollers

https://www.tomshardware.com/maker-stem/modder-creates-8-192-core-gpu-at-home-out-of-risc-v-micro...
2•rbanffy•32m ago•0 comments

New Research: A "Verified" GitHub Commit Is Not Unique

https://www.internationalcyberdigest.com/new-research-a-verified-github-commit-is-not-unique/
1•yogthos•34m ago•0 comments

Meta's Teen Safety Case Just Became a $1.4T Existential Threat

https://gizmodo.com/metas-teen-safety-case-just-became-a-1-4-trillion-existential-threat-2000782306
4•colinprince•35m ago•1 comments

Satteri: A Markdown pipeline forged in Rust for the JavaScript world

https://satteri.bruits.org/
2•nateb2022•39m ago•0 comments

There Will Never Be Enough Compute

https://mithils3.substack.com/p/there-will-never-be-enough-compute
2•Mithil-Salunkhe•39m ago•0 comments

US manufacturers' energy costs soar because of AI data center demand

https://arstechnica.com/tech-policy/2026/07/us-manufacturers-energy-costs-soar-because-of-ai-data...
8•doener•40m ago•1 comments

Australia space agency has found 'likely source' of mystery space balls

https://www.bbc.com/news/articles/c1jyydr7jnjo
1•johnnyApplePRNG•40m 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.