frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A deep-ocean desalination startup hopes to rewrite California's water future

https://www.latimes.com/environment/story/2026-06-02/california-desalination-tech-oceanwell-testing
1•andsoitis•3m ago•0 comments

Show HN: Tailor Your Resume to each role with AI

https://www.refer.me/tailor-resume
1•scottfits•4m ago•0 comments

AI Vulnerability Intelligence Agent Converts CVEs to Actionable Security Reports

https://github.com/gtamir02-png/cve-ai-agent/blob/main/README.md
1•gtamir02•7m ago•1 comments

The Economic Implications of Learning by Doing [pdf](1962)

https://www.haverford.edu/sites/default/files/Arrow1962.pdf
2•sonabinu•7m ago•0 comments

I made a kernel 2.2x faster. It made my training loop 3x slower

https://kyrieblunders.bearblog.dev/making-dr-grpo-go-brrr/
1•vishal-padia•8m ago•0 comments

Errors are the last interface agents read

https://steel.dev/blog/errors-are-the-interface-agents-actually-read
1•nkko•8m ago•0 comments

Putting Code Under a Microscope: Wavelet-Based Context for LLMs

https://yogthos.net/posts/2026-06-02-wavescope.html
1•yogthos•9m ago•0 comments

From Proxy to Proxyless: Removing Envoy from Reddit's Feed Serving Path

https://old.reddit.com/r/RedditEng/comments/1ttwqaj/from_proxy_to_proxyless_removing_envoy_from/
1•platzhirsch•10m ago•0 comments

Flag turned Microsoft 365 apps into account takeover pipeline

https://enclave.ai/blog/flagleft-microsoft-365-android-forgotten-flag-account-takeover
1•talhof8•10m ago•0 comments

Intelligent Terminal 0.1

https://devblogs.microsoft.com/commandline/announcing-intelligent-terminal-version-0-1/
4•jongalloway2•10m ago•0 comments

Microsoft launches Project Solara, device platform for AI

https://www.geekwire.com/2026/inside-microsofts-project-solara-a-new-platform-for-devices-that-ru...
4•louiereederson•11m ago•0 comments

We Thought We Were Building Payload Builders

https://blog.bridgexapi.io/bxruntime-rollout-part-3-we-thought-we-were-building-payload-builders
1•Bridgexapi•13m ago•0 comments

Open source AI native hedge fund

https://github.com/achaljhawar/1rok
2•satoshiclad•16m ago•0 comments

The Untold Story of SQLite (2021)

https://corecursive.com/066-sqlite-with-richard-hipp/
1•tosh•17m ago•0 comments

Flipping two bytes to stop ls from being a program

https://frn.sh/program/
1•shellpipe•17m ago•0 comments

Remote work – not AI – is killing job prospects for the youth

https://www.theregister.com/cxo/2026/06/02/remote-work-not-ai-is-killing-job-prospects-for-the-yo...
2•Bender•18m ago•2 comments

GTA cheat service Atlas Menu hacked as attacker alleges screenshot spying

https://www.theregister.com/security/2026/06/01/gta-cheat-service-atlas-menu-hacked-as-attacker-a...
2•Bender•18m ago•0 comments

Stephen Wolfram on Mathematica (2019) [video]

https://www.youtube.com/watch?v=J1JslUzGdek&list=PLHJB2bhmgB7esz0BxMCt1jJwsoaqWtFff&index=334
2•tosh•19m ago•1 comments

Show HN: Bookeeper,A modern desktop app for tracking your books&reading progress

https://github.com/VahidR/bookeeper
2•vahid_r•19m ago•0 comments

Intel and pals cram 36,864 CPU cores into a 100kW rack while chasing AI dragon

https://www.theregister.com/ai-and-ml/2026/06/02/intel-and-pals-cram-36864-cpu-cores-into-a-100kw...
2•Bender•19m ago•0 comments

Slate's Modem-Free Pickup Brings Privacy Back to Driving

https://www.mobilityengineeringtech.com/component/content/article/55318-slates-modem-free-pickup-...
2•sleepyguy•21m ago•0 comments

Uber Caps Usage of AI Tools Like Claude Code to Cut Costs

https://www.bloomberg.com/news/articles/2026-06-02/uber-caps-usage-of-ai-tools-like-claude-code-t...
2•louiereederson•21m ago•0 comments

Balance of Power Chess – a chess-themed trick-taking card game

https://pypi.org/project/bop-chess/
2•silversummitco•24m ago•0 comments

Three Ways to Get Paid

https://jasonzweig.com/three-ways-to-get-paid/
8•nate•25m ago•0 comments

F# RISC-V v0.6.0 released

https://github.com/mrLSD/riscv-fs/releases/tag/v0.6.0
2•mrLSD-dev•25m ago•0 comments

CLI tool that packages data science projects for LLM context windows

https://github.com/arianmokhtariha/data2prompt
2•ArianM•25m ago•0 comments

Show HN: Hop – JSX for Rust

https://hoplang.com
5•lyxell•26m ago•0 comments

Show HN: I built a way to find and install Claude skills

https://www.claudinho.xyz/
3•patrickmds•26m ago•0 comments

HackathonHub is an all-in-one platform for running hackathons and game jams

https://hackathonhub.xyz/
2•igorthenomad•27m ago•1 comments

It's not just Taylor series

https://www.johndcook.com/blog/2026/06/01/not-just-taylor-series/
2•ibobev•27m 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.