frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Digital Security for Everyone

https://seanpedersen.github.io/posts/digital-security
1•sean_pedersen•2m ago•0 comments

How to Add Subheading Under Title in Filament 3.2 Laravel 12

https://www.youtube.com/watch?v=iP133QCaOxc
1•techwrath11•4m ago•0 comments

Supreme Founder – Introducing the Orbital Synergy Platform

https://supremefounder.com/the-idea.html
1•fmfamaral•16m ago•0 comments

Ask HN: Are guided tooltip onboarding working in 2025?

1•athulsuresh123•20m ago•0 comments

Ubuntu 25.10: A Retrospective

https://jnsgr.uk/2025/10/ubuntu-25
1•jnsgruk•21m ago•0 comments

Extended Cold Weather Clothing System

https://en.wikipedia.org/wiki/Extended_Cold_Weather_Clothing_System
1•tosh•23m ago•0 comments

Rapid Rare Earth Reshoring

https://xcancel.com/object_zero_/status/1976726412888318378
1•ironyman•26m ago•0 comments

Incident: India B788 near Dubai on Oct 9th 2025, multiple system failures

https://avherald.com/h?article=52e3472f
3•hggh•27m ago•0 comments

Incident: India B788 at Birmingham on Oct 4th 2025, RAT deployed

https://www.avherald.com/h?article=52dfd1cb
2•hggh•28m ago•0 comments

Will AI Usher in an Economic Boom, or Just a Lot of Mediocre Automation?

https://www.bloomberg.com/news/articles/2025-10-10/will-ai-usher-in-an-economic-boom-or-just-a-lo...
2•helsinkiandrew•30m ago•1 comments

'Car Brain' Is Making the US Unhealthy and Dangerous. EVs Won't Fix It

https://www.bloomberg.com/news/articles/2025-10-10/car-brain-is-making-the-us-unhealthy-and-dange...
2•helsinkiandrew•30m ago•1 comments

The Rise of the Discord Architect

https://www.levellr.com/the-rise-of-the-discord-architect-the-new-must-have-role-for-community-le...
1•dylancollins•35m ago•0 comments

Dynamics of Falling Chains

https://perso.ens-lyon.fr/jean-christophe.geminard/miscellaneous.html
2•o4c•36m ago•0 comments

Explore Good First Issues of open source protecting natural resources

https://climatetriage.com
1•protontypes•36m ago•0 comments

International journalists urge Israel to allow reporters in Gaza after ceasefire

https://www.theguardian.com/media/2025/oct/11/international-journalists-gaza-israel-press-freedom
1•NomDePlum•37m ago•0 comments

Framework under fire for Omarchy/DHH/Hyprland support?

https://crimier.github.io/posts/Framework-Omarchy/
1•edent•39m ago•0 comments

Eon – An Effects-Based OCaml Nameserver

https://ryan.freumh.org/eon.html
2•Bogdanp•40m ago•0 comments

Google 'Times New Roman' to see the results in that font

https://www.google.com/search?q=Times+New+Roman
2•liquid99•47m ago•0 comments

Asking Claude how many "n"s are in the word "banana" ... thread.

https://mathstodon.xyz/@mjd/114908712831034027
2•ColinWright•49m ago•0 comments

To collapse sidebar at jsfiddle.net you need to buy the PRO plan

https://jsfiddle.net/
1•liquid99•53m ago•0 comments

Spiritual Programming and AI Development

https://lovable.dev/projects/e376ab56-c29e-45d4-849c-644295928e78
1•tvali•53m ago•1 comments

Vietnam Airlines Data Breach

https://haveibeenpwned.com/Breach/VietnamAirlines
7•pbd•1h ago•0 comments

New Underwater UFO Sightings and the Hidden Non-Human Tech – Rep. Tim Burchett [video]

https://www.youtube.com/watch?v=O3eiFAl2JtQ
1•keepamovin•1h ago•0 comments

Show HN: I made a tool to create your own OpenAI award and get noticed by them

https://aitokenawards.com/
1•stemonteduro•1h ago•0 comments

Show HN: I built a fitness app that lets you log meals/workouts via WhatsApp

https://www.heyfitt.com/
1•liorp•1h ago•0 comments

Show HN: Built a complete personal finance app with AI at 18

https://wealth-ai.in/
1•asaws•1h ago•0 comments

Show HN: ObolusFinanz – Simple finance tools (German tax and investment)

https://www.obolusfinanz.de/en
1•sanzation•1h ago•0 comments

Best Cyclist Wins Bike Race. That's Not Even Half the Story

https://www.wsj.com/sports/rwanda-cycling-world-championships-pogacar-c625a690
1•impish9208•1h ago•2 comments

Build your own X

https://github.com/codecrafters-io/build-your-own-x
2•pykello•1h ago•0 comments

Tilt Doom (2023)

https://www.youtube.com/watch?v=o76U0JPrMFk
1•nmstoker•1h ago•0 comments
Open in hackernews

Show HN: Next-Nexus – Optimize Next.js App Router SSR Costs with Smart Caching

https://github.com/next-nexus-org/next-nexus
1•vgotu99•2h ago
Hi HN,

I'm excited to share next-nexus, an open-source data layer library for Next.js App Router applications.

The Problem: Next.js's SSR is great for SEO, but repeatedly performing full SSR for every user visit can lead to significant server load and increased operational costs. While search engine bots only need the first render, real users often revisit pages, making continuous full SSR inefficient.

Our Solution: next-nexus was built to address this. Our core philosophy is to optimize the first render on the server, and then efficiently manage subsequent data on the client using smart caching.

How it helps: next-nexus provides a powerful, integrated data layer that supports modern React paradigms, including RSC.

  - Cost & Performance Optimization: Our intelligent rendering mechanism ensures the first render is server-optimized, while subsequent renders leverage client-side caching. This drastically reduces unnecessary server requests, cutting down server load and operational costs.
  - Enhanced Developer Experience: Easy-to-use APIs and intuitive hooks simplify complex async data operations. It also automates data hydration (no manual HydrationBoundary setup like in some other libraries), letting developers focus on core logic.
  - Seamless User Experience: Efficient caching strategies and automated data hydration mean users see content faster and interact with a fully responsive application immediately, without loading spinners.
  - App Router & RSC Ready: Built from the ground up for Next.js App Router and React Server Components.
We're passionate about making Next.js development more efficient and cost-effective.

We'd love to hear your thoughts and feedback.

- GitHub: https://github.com/next-nexus-org/next-nexus

- Docs: https://next-nexus.vercel.app

Thanks for checking it out!