frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Loam – AI hiring for early-stage founders

https://www.hireloam.com/
1•benhartley•42s ago•0 comments

Anthropic Moved the Fable Deadline Again

https://www.vincentschmalbach.com/fable-july-19-extension/
2•vincent_s•4m ago•0 comments

An Epistemic Audit for Existential Risks from AI

https://www.lesswrong.com/posts/aHJ8MkPTWPDnuFLRL/an-epistemic-audit-for-existential-risks-from-ai
1•joozio•4m ago•0 comments

White House to rally utilities, data centers over AI power costs

https://www.reuters.com/legal/litigation/white-house-rally-utilities-data-centers-over-ai-power-c...
1•adithyaharish•5m ago•0 comments

DiscoMCP – Turn an unknown MCP into a reusable operational skill for AI agents

https://github.com/ieranama/discomcp
1•inigoerana•7m ago•0 comments

Saws, Sewing Machines and Telescopes: Things on Loan from Your Library

https://www.kqed.org/news/12085382/saws-sewing-machines-and-telescopes-the-surprising-things-on-l...
2•agnosticmantis•7m ago•0 comments

Show HN: Sixfold – A quick to play word game

https://sixfold.pwheslop.com
1•pwheslop•9m ago•0 comments

Your Data built the AI boom – but Big Tech is pocketing 100% of the equity

https://www.marketwatch.com/story/your-share-of-the-ai-wealth-is-a-right-not-a-handout-here-is-ho...
2•robtherobber•13m ago•0 comments

Firefox will soon start releasing new versions every two weeks

https://www.neowin.net/news/mozilla-firefox-to-follow-google-chrome-microsoft-edge-with-new-relea...
2•bundie•15m ago•0 comments

Show HN: All the Government's 385,000 pages of UFO files to date

https://hypergrid.systems/war.gov-ufo-viewer/microfilm5
2•keepamovin•17m ago•1 comments

I built an iOS app that photographs your pantry and tells you what you can cook

https://apps.apple.com/us/app/simmerz/id6767691610
1•khhuff06•17m ago•0 comments

Doing things right is a lonely craft

https://en.andros.dev/blog/d0d251b2/doing-things-right-is-a-lonely-craft/
2•andros•21m ago•0 comments

The Un-Ice Age

https://www.earthdata.nasa.gov/news/feature-articles/un-ice-age
2•thunderbong•21m ago•0 comments

A NUMA blind spot in Xen's paravirtual I/O path

https://edera.dev/stories/numa-part-3-xens-pv-i-o-path-and-its-numa-blind-spot
1•virtio_vixen•23m ago•0 comments

Photovoltaics are still running after a year under Swiss trains

https://www.theregister.com/offbeat/2026/07/13/photovoltaics-are-still-running-after-a-year-under...
2•manarth•29m ago•1 comments

Grok Build CLI uploads your whole repo – Git history+.env secrets – to xAI cloud

https://old.reddit.com/r/LocalLLaMA/comments/1ut7tis/grok_build_cli_uploads_your_whole_repo_full_...
1•taubek•29m ago•0 comments

The Americans Striking It Rich in the Data-Center Buildout

https://www.msn.com/en-us/money/realestate/the-americans-striking-it-rich-in-the-data-center-buil...
1•littlexsparkee•30m ago•0 comments

Prompting

https://learn.chatgpt.com/docs/prompting
1•tosh•31m ago•0 comments

How I made $25k in 15 days with a game built by Claude Code

https://leocoout.medium.com/how-i-made-25k-in-15-days-with-a-game-built-entirely-by-claude-code-9...
1•svenfaw•31m ago•1 comments

Building with Friction

https://adjohu.com/blog/building-with-friction/
1•adjohu•32m ago•0 comments

You cleaned up your diet, and somehow feel worse. What to do

https://www.plantbasededit.com/cleaned-up-diet-and-feel-worse/
1•martinagabr•36m ago•0 comments

Ask HN: At what age did you start to feel your learning ability decline?

1•bagol•36m ago•0 comments

Some Monsters Are Real

https://climatecasino.substack.com/p/some-monsters-are-real
2•akyuu•36m ago•1 comments

Checkpoints for AI sessions – carry context across AI tools, self-hosted

https://github.com/OurThinkTank/founders-os
1•ourthinktank•37m ago•0 comments

A new monetary metric is found in the thermodynamic relation energy – GDP

https://arxiv.org/abs/2508.08723
1•frabarbieri•38m ago•0 comments

Beijing's 'Manhattan Project': China Close to Cracking Code of EUV Lithography

https://timesofindia.indiatimes.com/science/beijings-manhattan-project-china-close-to-cracking-co...
1•softveda•39m ago•2 comments

Building a Compliance-Ready Casino Platform

https://geekyants.com/case-studies/secure-casino-web-platform-kyc-payments-geo-compliance
2•Krishnaswaroop•39m ago•1 comments

Automate your link building outreach with one tool

https://www.autobacklinks.ai
1•welsenesbros•42m ago•0 comments

Show HN: LLM-mock – Record and replay OpenAI/Anthropic calls in pytest (v1.0)

https://github.com/autopost/llm-mock
2•roman_t•44m ago•0 comments

TLS Handshakes: Measuring the Performance of 4 Cryptography Libraries

https://c410-f3r.github.io/thoughts/tls-handshakes-measuring-the-performance-of-4-cryptography-li...
1•CaioFer•51m 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.