frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gatik expands autonomous truck fleet with Loblaw to be largest in North America

https://www.freightwaves.com/news/gatik-expands-autonomous-truck-fleet-with-loblaw
1•crescit_eundo•45s ago•0 comments

Starbucks is closing Government Center's iconic steaming kettle location

https://www.boston.com/news/business/2025/09/26/starbucks-is-closing-government-centers-iconic-st...
1•corvad•54s ago•0 comments

RFC: Wayland protocol to Prefer Dark Style (2021)

https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/57
2•transpute•5m ago•0 comments

Eleven YC Rejections. A Yes at 350kph

https://farhanhossain.substack.com/p/eleven-yc-rejections-a-yes-at-350kph
2•M_farhan_h•6m ago•1 comments

TikTok Sold for $14B

https://www.cnbc.com/2025/09/25/trump-approves-tiktok-deal-through-executive-order.html
5•vincent_s•7m ago•2 comments

Ask HN: Would you try a crossword that changes around your answers?

4•amichail•10m ago•1 comments

The Future of Databases Is Local-First

https://marcobambini.substack.com/p/the-future-of-databases-is-local
1•marcobambini•15m ago•0 comments

Nisar First Images from NASA

https://www.nasa.gov/news-release/nasa-isro-satellite-sends-first-radar-images-of-earths-surface/
2•seatac76•15m ago•0 comments

Unusual molecular conformation could help explain RNA's versatility

https://phys.org/news/2025-09-unusual-molecular-conformation-rna-versatility.html
1•PaulHoule•15m ago•0 comments

Micro Men(2009) – movie about the creation of ARM

https://www.youtube.com/watch?v=XH5L-iTIbP8
4•alexcos•15m ago•0 comments

Show HN: Go Allocations Explorer for VS Code

https://marketplace.visualstudio.com/items?itemName=Clipperhouse.go-allocations-vsix
2•mwsherman•16m ago•0 comments

Computational Graphs in AI [ChatGPT Pulse] – We Are Better

https://www.hopit.ai/stories?category=software_engineering_first_principles&slug=how-computation-...
7•ArchieIndian•17m ago•1 comments

Ask HN: Did you add an AI character to your product? How did it go?

1•sarbak•17m ago•0 comments

A Temporary Communication

https://medium.com/luminasticity/a-temporary-communication-a6dc3e8902b6
1•bryanrasmussen•19m ago•0 comments

Today is Stanislav Petrov day

https://en.wikipedia.org/wiki/1983_Soviet_nuclear_false_alarm_incident
3•maxbond•20m ago•2 comments

I learned to stop worrying and love the debt

https://worksinprogress.co/issue/how-i-learned-to-stop-worrying-and-love-the-debt/
1•judicious•20m ago•0 comments

Noyb WIN: Austrian authority forbids unlawful credit scoring by KSV1870

https://noyb.eu/en/noyb-win-austrian-authority-forbids-unlawful-credit-scoring-ksv1870
3•latexr•22m ago•0 comments

The UK announces mandatory digital ID plans

https://www.theverge.com/news/786323/uk-digital-id-plans-mandatory-immigration-crackdown
5•ryukafalz•22m ago•3 comments

Show HN: Minimal YouTube to MP3 tool with clean UI and no sign up

https://www.aithumbnail.so/tools/youtube-to-mp3-converter
2•sachou•22m ago•0 comments

SpaceX – Evolving the Multi-User Spaceport

https://www.spacex.com/updates#multiuser-spaceport
2•thsName•23m ago•0 comments

Google AI Pro and Ultra subscribers get CLI and Code Assist with higher limits

https://blog.google/technology/developers/gemini-cli-code-assist-higher-limits/
1•jnd0•24m ago•0 comments

Better health conversations: Research on a "wayfinding" AI agent based on Gemini

https://research.google/blog/towards-better-health-conversations-research-insights-on-a-wayfindin...
1•tmoertel•24m ago•0 comments

We reverse-engineered Flash Attention 4

https://modal.com/blog/reverse-engineer-flash-attention-4
4•charles_irl•25m ago•0 comments

Fast UDP I/O for Firefox in Rust

https://max-inden.de/post/fast-udp-io-in-firefox/
4•Bender•26m ago•0 comments

Carbon cycle flaw could push Earth into an Ice Age; overcorrects for warming

https://phys.org/news/2025-09-carbon-flaw-earth-ice-age.html
3•Brajeshwar•27m ago•0 comments

Astronomers Have Found 6k Planets Outside the Solar System

https://www.wired.com/story/6000-planets-have-been-found-outside-the-solar-system/
2•Brajeshwar•27m ago•0 comments

Melange: Pegging AI inference to the cost of the most expensive model

https://mela.ng
2•Paralus•27m ago•1 comments

AI-Designed Viruses Are Replicating and Killing Bacteria

https://singularityhub.com/2025/09/25/ai-designed-viruses-are-replicating-and-killing-bacteria/
1•Brajeshwar•27m ago•0 comments

Sunken World War II Debris Has Become Surprisingly Useful for Sea Creatures

https://gizmodo.com/sunken-world-war-ii-debris-has-become-surprisingly-useful-for-sea-creatures-2...
3•gmays•27m ago•0 comments

Felony charges after South Carolina high school filled "fart spray" for weeks

https://arstechnica.com/culture/2025/09/felony-charges-after-south-carolina-high-school-filled-wi...
4•Bender•29m ago•0 comments
Open in hackernews

Ask HN: Are there any non-SPA front end developers left?

6•karolinepauls•1h ago
Back in "my days" we would get an in-house web designer to create assets, styles, and a demo HTML document demonstrating all necessary components to implement the planned content.

We would then break down the demo HTML into templates, which we would render in the backend, and work from there.

There would be JS for interactive components - first Knockout (viewmodels, terrible idea), then React (which would let you separate the state from presentation).

Backend templates + React frontend components was IMO the optimum, as long as your POST handling logic was sensible and data-oriented rather than some OO nightmare (https://wtforms.readthedocs.io/en/3.2.x/fields/#the-field-base-class).

You didn't have to implement the API separately from the frontend to later discover that your frontend developer worked really... fast. And implemented their own understanding of the problem domain. These days, if you're super unlucky, you discover that your frontend has been blessed with some non-standard component wrappers, which wrap components, which wrap components, which wrap... And somehow types in TS docs still have no links, so good luck finding what they mean by TData, especially if TData comes from a different codebase.

tl;dr: The tldr is in the title. I want sanity back :D

Comments

cranberryturkey•1h ago
I'm starting to get into building .onion sites and my general experience is people on Tor all have js disabled. So I'm looking for a js-free framework that works with node.js (ironically)