frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Alzheimer's Damage in Mice Reversed with Just Two Injections

https://www.sciencealert.com/scientists-reverse-alzheimers-damage-in-mice-with-just-two-injections
1•ivell•1m ago•0 comments

Hugging Face debuts Microduck, an adorable $399 waddling robot

https://www.axios.com/2026/08/27/hugging-face-debuts-microduck-a-399-robot
1•thm•1m ago•0 comments

Meta reportedly abandoned an AI-focused restructuring plan laying off thousands

https://www.engadget.com/2244816/meta-reportedly-abandoned-an-ai-focused-restructuring-plan/
1•AtillaBosma•4m ago•0 comments

How I communicate as an engineer

https://dhrumil.ca/thoughts/how-to-communicate-as-an-engineer
1•dhrumilcse•5m ago•0 comments

Show HN: adbcBridge – any ODBC driver as an Apache Arrow ADBC driver (C, 0.1)

https://github.com/singhpratech/adbcbridge
1•aiexplore369•8m ago•0 comments

MS-Agent is a lightweight framework designed to empower agent auto exploration

https://github.com/modelscope/ms-agent
1•Bluestein•8m ago•0 comments

Please stop flooding our projects with AI slop to furnish your CV

https://neilalexander.dev/2026/06/30/flooding-contributions
5•lr0•10m ago•0 comments

The Cost of Cognitive Debt

https://ljtn.github.io/epiq/blog/cost-of-cognitive-debt.html
1•ionetan•10m ago•0 comments

Convert JPG and PNG tables to editable Excel files with JPG2Excel

https://jpg2excel.app
1•jpg2excel2026•10m ago•0 comments

Show HN: Gluestack – Open-Source UI Components for React and React Native

https://gluestack.io/
1•Harish_0089•10m ago•0 comments

Glippy WebMCP – a coding-agent plugin for making a site usable by browser agents

https://github.com/jbobbink/glippy-webmcp
1•jwbobbink•11m ago•0 comments

Thermal Anomaly Discovered Below Mars's South Pole

https://www.caltech.edu/about/news/thermal-anomaly-discovered-below-marss-south-pole
1•geox•11m ago•0 comments

Show HN: DriftScript – a scripting language for 3D engines

https://script.driftengine.dev/
1•DriftTechnologi•12m ago•0 comments

Why did the CIA chief go to Moscow? We have to assume the worst-case scenario

3•gitowiec•13m ago•0 comments

Junie Can Now Run on Your Mac – No Credits, No Cloud

https://blog.jetbrains.com/junie/2026/08/junie-local-launch/
1•chillax•15m ago•0 comments

The most upvoted Product Hunt launches are no more compliant than the least

https://lawcel.com/blog/compliance-does-not-arrive-with-traction
1•ulfaslak•15m ago•0 comments

Reverse-IP tracking and session logging for high-intent B2B traffic

https://www.dje-ka.com/post/abm-remarketing-engine-dark-web-traffic-saas-pipeline
1•AngelikaAttwood•17m ago•0 comments

AI-Generated ASCII Diagrams

https://www.johndcook.com/blog/2026/08/20/ai-generated-ascii-diagrams/
1•ibobev•18m ago•0 comments

ClickGap: Autonomous QA for ClickHouse

https://clickhouse.com/blog/clickgap-autonomous-qa-for-clickhouse
1•larebz•19m ago•0 comments

CSS Infinity Use Cases

https://nerdy.dev/css-infinity-use-cases
2•ibobev•20m ago•0 comments

Show HN: Claude Code sessions next to the macOS dock

https://github.com/palamim/port
1•leopalamim•21m ago•0 comments

The Foundation owns the IP. DuckLabs ships the release

https://query.farm/blog/ducklabs-ships-the-release/
1•rustyconover•22m ago•0 comments

Why didn't the Windows Entertainment Pack run a DOS version inside an emulator?

https://devblogs.microsoft.com/oldnewthing/20260825-00/?p=112645
3•ibobev•23m ago•0 comments

HuggingBay: Torrent Tracker for AI Models

https://huggingbay.xyz/
1•AbuAssar•24m ago•0 comments

Twitch Giveaway Tool – Pick random winners from Twitch chat

https://spinthewheel.io/more/twitch-giveaway-tool
1•AngelikaAttwood•25m ago•0 comments

Show HN: Remotevibe – remote coding sessions on your own VPS from your phone

https://github.com/alediaferia/remotevibe
1•alediaferia•28m ago•1 comments

Show HN: Ticket Fairy CLI for event ticketing

https://www.ticketfairy.com/cli
1•riteshpatel•29m ago•0 comments

The Independent AI Coding Community for Cursor, Claude Code and LLMs

https://promptcube3.com/en/
1•lucascaijia•29m ago•2 comments

Give this skill to your AI to build decks for you

https://github.com/kritikmodi/deckloom
1•kritikmodi•30m ago•0 comments

Getting a Cease and Desist from Waffle House (2025)

https://www.jack.bio/blog/wafflehouse
1•birdculture•30m 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.