frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Bring All Your Context Together

1•Daniel-Pan•1m ago•1 comments

Terminals for vibe coding, not only Ghostty, but also kitty

https://blog.chuanxilu.net/en/posts/2026/07/from-warp-to-kitty/
1•alexwwang•2m ago•0 comments

Kitty: New Level of Mouse Support

https://sw.kovidgoyal.net/kitty/changelog
1•zdkaster•4m ago•0 comments

Omegle for Weed

https://omeweed.com/
1•mmorga71•13m ago•0 comments

Thoughts on design as founding engineer

https://www.thrice.me/on-design
1•groznyj•15m ago•0 comments

Show HN: Free open-world zombie survival sandbox game

https://smartlydressedgames.com/unturned/
2•meridiona•16m ago•0 comments

Cpp2Rust: Automatic Translation of C++ to Safe Rust

https://github.com/Cpp2Rust/cpp2rust
3•Jimmc414•19m ago•0 comments

Responsibly Building the AI Future

https://blogs.microsoft.com/on-the-issues/2026/07/09/responsibly-building-the-ai-future/
2•ChrisArchitect•23m ago•0 comments

Muse AI auto opt-in all public Instagram accounts

https://twitter.com/MKBHD/status/2075375524684218655
2•firefoxd•25m ago•1 comments

Show HN: TensorSharp: Open-Source Local LLM Inference Engine

https://tensorsharp.ai/
2•zhongkaifu•26m ago•0 comments

Show HN: Even Keel – free, no-signup freelance pricing calculators

https://evenkeelhq.com/
1•evenkeelhq•27m ago•0 comments

Ben Bernanke Joins Anthropic Oversight Trust

https://www.anthropic.com/news/ben-bernanke
1•Jimmc414•29m ago•1 comments

Secretive China Cheap Maker Is Built to Dodge US Curbs

https://www.bloomberg.com/news/features/2026-07-09/china-s-cxmt-chipmaker-eyes-ipo-to-challenge-s...
1•rndsignals•30m ago•1 comments

Ente's business metrics are open

https://ente.com/open/
1•vinyasns•34m ago•0 comments

The ChatGPT browser is dead

https://www.theverge.com/ai-artificial-intelligence/963654/openai-chatgpt-atlas-ai-browser-shut-d...
1•mattas•40m ago•0 comments

Two Case Studies of NaN

https://sebsite.pw/w/20260709-nan.html
1•ryantsuji•40m ago•0 comments

Exit Chat Control

https://exitchatcontrol.org/
2•mparramon•41m ago•0 comments

Show HN: BrowserBox over SSH – The KRNL Browser

https://win9-5.com/krnl
2•keepamovin•43m ago•1 comments

A man who would change Russia

https://www.economist.com/leaders/2026/07/09/the-man-who-would-change-russia
1•andsoitis•43m ago•2 comments

Japan does not cut down centuries-old trees for development; they relocate them

https://timesofindia.indiatimes.com/science/japan-does-not-cut-down-centuries-old-trees-for-devel...
1•speckx•46m ago•0 comments

Show HN: Resultant Engineering Student Tools Website

https://resultant.tools/
1•will2092347•49m ago•0 comments

OpenAI's API can now keep reasoning across turns instead of discarding it

https://drop-05a4352b-803.sophisticated-stay.workers.dev
3•CjHuber•49m ago•0 comments

Camera Chase Vehicle

https://transistor-man.com/gimbal_camera_rover.html
1•geerlingguy•50m ago•0 comments

Microsoft's carbon emissions went up 25 percent in 2025

https://www.theverge.com/tech/963728/microsoft-sustainability-report-2026
4•1vuio0pswjnm7•52m ago•1 comments

Fast Perceptual Image and Video Metrics

https://github.com/halidecx/fmetrics
1•computerbuster•55m ago•1 comments

Show HN: Free AI transcription with faster-whisper on Colab T4 GPU

https://github.com/arthiccc/gcolab-whisper
1•arthiccc•56m ago•1 comments

A plain-English guide to moving a Windows 10 PC to Linux Mint

https://tomadelstein.substack.com/p/chapter-one-linux-system-administration
5•tadelstein•57m ago•0 comments

Xcancel Is Down?

2•DivingForGold•58m ago•4 comments

Show HN: Debloat Slack – Get rid of Slackbot, AI upsells and other annoyances

https://github.com/benri-ai/slack-debloat
2•ed_mercer•1h ago•0 comments

We Helped an Auto Parts Plant Cut MES Query Times by Up to 116x

https://medium.com/@DolphinDB_Inc/how-we-helped-an-auto-parts-plant-cut-mes-query-times-by-up-to-...
1•yiweileng•1h 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.