frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A U.S. Citizen Deleted His Phone's Data. Now He Faces a Felony Charge

https://www.nytimes.com/2026/07/28/us/duress-password-phone-wipe-charge.html
1•aarghh•42s ago•0 comments

Show HN: Sleepsignal.app

https://sleepsignal.app/
1•coldbreeze•1m ago•0 comments

Lightweight Spring Boot Monitoring Without Prometheus and Grafana

https://pvrlabs.xyz/articles/lightweight-spring-boot-monitoring.html
2•ejboy•3m ago•0 comments

Show HN: Local meeting notes transcriber, but linuxy

https://github.com/tomelliot/all-ears
1•tomelliot•3m ago•0 comments

Anatomy of a frontier lab agent intrusion, replayed from 17,600 logged actions

https://huggingface-anatomy-of-frontier-lab-model-intrusion.static.hf.space/index.html
1•colinplamondon•6m ago•0 comments

AI helps Stanford scientists discover natural Ozempic without usual side effects

https://www.sciencedaily.com/releases/2026/07/260719230608.htm
1•rsyring•10m ago•0 comments

Growth of the Vacant Housing Stock in the US

https://wolfstreet.com/2026/07/28/growth-of-the-vacant-housing-stock-in-the-us/
2•iamnothere•12m ago•0 comments

"Google and Reddit do not own the Internet," web scraper says after court win

https://arstechnica.com/tech-policy/2026/07/google-wont-give-up-odd-war-against-ai-web-scraping-d...
3•thunderbong•15m ago•0 comments

Most Americans favor political changes that require amending the Constitution

https://www.pewresearch.org/short-reads/2026/07/28/most-americans-favor-big-changes-to-the-politi...
2•iamnothere•16m ago•0 comments

The Moon Is a Harsh Mistress

https://en.wikipedia.org/wiki/The_Moon_Is_a_Harsh_Mistress
3•BiraIgnacio•21m ago•0 comments

The Difference Between a Button and a Link

https://unplannedobsolescence.com/blog/buttons-vs-links/
6•alexpetros•23m ago•0 comments

Hubbele: Open-source notetaking app for you and your agents

https://www.hubble.md/
3•handfuloflight•24m ago•0 comments

Show HN: Manim (3Blue1Brown's animation engine) in the browser via WebGPU

https://studio.academa.ai/
7•sinaatalay•27m ago•0 comments

OpenAI models used Artifactory zero-days to escape to the internet

https://www.bleepingcomputer.com/news/security/openai-models-used-artifactory-zero-days-to-escape...
2•sbulaev•28m ago•0 comments

Ask HN: Is there a "mouse" for parallel work?

3•ckmar•36m ago•1 comments

The Actual Reason Why Google "Fell Out" of the AI Race Changes Everything

https://www.thealgorithmicbridge.com/p/the-actual-reason-why-google-fell
4•ai2027•36m ago•1 comments

Mark Zuckerberg Blasts Centralization of A.I. Power

https://www.nytimes.com/2026/07/28/technology/mark-zuckerberg-meta-ai.html
7•defrost•37m ago•1 comments

By billboards for over 100 years, holdout building by Macy's is back

https://ephemeralnewyork.wordpress.com/2026/07/27/hidden-by-billboards-for-over-100-years-the-tin...
2•donohoe•38m ago•1 comments

OpenAI's agents hacked second account during model testing

https://www.axios.com/2026/07/28/openai-hugging-face-modal-labs-hack
4•rguiscard•39m ago•0 comments

Told to Train AI Models, Indian Workers Fought Back

https://thewire.in/labour/told-to-train-ai-models-indian-workers-fought-back
2•ripe•40m ago•1 comments

Apple plans to lease iPhones for $17.99 a month through partnership with Klarna

https://www.cnbc.com/2026/07/28/apple-plans-to-lease-iphones-for-17point99-a-month-through-klarna...
3•petethomas•44m ago•1 comments

OpenAI open-sources Codex Security CLI for repository scans and CI

https://runtimewire.com/article/openai-open-sources-codex-security-cli-typescript-sdk
2•ryanmerket•47m ago•0 comments

Knitting the Web: We Need Interlinkers

https://brennan.day/knitting-the-web-we-need-interlinkers/
2•cosmicgadget•47m ago•0 comments

Hedge funds face demands to stump up collateral as AI stocks tumble

https://www.ft.com/content/5c8a2816-8f28-4257-8707-b22ebaa6089c
4•mapping365•48m ago•0 comments

Show HN: Cloudflarebase – open-source Firebase alternative on Cloudflare

https://github.com/cloudflarebase/cloudflarebase
2•alex_equimake•51m ago•0 comments

Stop Building Spas for Internal Tools: The Modern PHP Alternative

https://www.gridphp.com/blog/stop-building-spas-for-internal-tools-the-modern-php-alternative/
2•gridphp•53m ago•0 comments

Apple becomes second $5T company as investors flee AI stocks

https://www.theguardian.com/technology/2026/jul/28/apple-second-ever-5tn-company-as-investors-fle...
7•devonnull•53m ago•0 comments

Timing of When Ingredients Are Added to Recipes

https://old.reddit.com/r/dataisbeautiful/comments/1v9bq7i/oc_timing_of_when_ingredients_are_added...
2•embedding-shape•55m ago•0 comments

From Cracker Barrel to Boeing, Companies Are Turning to Retired CEOs

https://www.wsj.com/business/from-cracker-barrel-to-boeing-companies-are-turning-to-retired-ceos-...
4•petethomas•56m ago•0 comments

Async-Profiler and OpenTelemetry Spans

https://krzysztofslusarski.github.io/2026/07/27/spans.html
2•mfiguiere•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.