frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tools to Prevent Dementia

https://www.scmp.com/lifestyle/health-wellness/article/3368006/why-dementia-preventable-and-new-t...
1•elo2000•7m ago•0 comments

New startup to test psychedelic-like drug against Parkinson's symptom

https://www.statnews.com/2026/09/17/biotech-news-ariadne-testing-psychedelic-like-drug-parkinsons...
1•elo2000•8m ago•0 comments

Chronic stress may trigger hidden inflammation that damages the heart

https://lms.mrc.ac.uk/chronic-stress-may-trigger-hidden-inflammation-that-damages-the-heart/
2•doener•11m ago•1 comments

Are we talking less? A Q&A with psychologist Matthias Mehl (March 2026)

https://news.arizona.edu/news/are-we-talking-less-qa-psychologist-matthias-mehl
1•BiraIgnacio•12m ago•0 comments

Does Jev Have Politics? (Yes)

https://idlerambling.substack.com/p/does-jev-have-politics-yes
1•Sketchy_•16m ago•0 comments

Turn curiosity into a map you can explore

https://www.echohive.ai/experiments/drift
1•echohive42•18m ago•0 comments

AI Netscape – 1997 Chrome, 2026 AI

https://ainetscape.com/
1•TStringham•22m ago•2 comments

The addiction of online sports gambling: "Like crack in the '80s"

https://www.cbsnews.com/news/sports-betting-apps-gambling/
3•dzonga•24m ago•1 comments

The Crown of Creation

https://mika.global/post/1789946288.html
1•mika314•25m ago•0 comments

KDE Goes to the Pyramids [video]

https://media.ccc.de/v/kde2026-58-kde_goes_to_the_pyramids
2•sho_hn•29m ago•0 comments

How Anthropic CEO Dario Amodei's Writings Help Explain A.I. Fears

https://www.nytimes.com/2026/09/17/technology/dario-amodei-anthropic-essays-ai.html
3•gmays•29m ago•0 comments

Popular European Games

https://playfrom.eu/
1•doener•29m ago•0 comments

EkkoBSD

https://ekkobsd.org/
2•threemux•31m ago•0 comments

DAPO: An Open-Source RL System from ByteDance Seed and Tsinghua Air

https://github.com/BytedTsinghua-SIA/DAPO
2•the_arun•32m ago•0 comments

My AI Kept Pushing Me to Ship, So I Asked It Why

https://www.oreilly.com/radar/my-ai-kept-pushing-me-to-ship-so-i-asked-it-why/
1•Anon84•33m ago•0 comments

"Reds of the Brick-Colored Road"

https://theinterposer.substack.com/p/reds-of-the-brick-colored-road
2•headspreader•34m ago•0 comments

Navier-Stokes, AI, Future of Mathematics with Martin Hairer (2014 Fields Medal) [video]

https://www.youtube.com/watch?v=G8HMa_tgM34
1•amichail•35m ago•0 comments

The viewers ditching streaming 'rot' in favour of DVDs

https://www.rnz.co.nz/life/screens/movies/the-viewers-ditching-streaming-rot-in-favour-of-dvds
6•billybuckwheat•36m ago•0 comments

Where Rust actually is in Windows 11

https://hunterworks.software/teardowns/rust-in-windows-11
2•10000000001•38m ago•0 comments

Show HN: Lightspeed, bidirectional WebSockets for Laravel (with asteroids demo)

4•jv22222•49m ago•1 comments

Show HN: Try Omarchy for Windows – Full Omarchy Desktop on Windows

https://github.com/omacom/try-omarchy-windows
1•tsouth2•54m ago•2 comments

V Language Review (2023)

https://n-skvortsov-1997.github.io/reviews/
1•birdculture•58m ago•0 comments

Lattice Gazette

https://lattice-gazette.pages.dev/
2•measurablefunc•1h ago•0 comments

Show HN: AI Adoption Survey (Census)

https://www.crawlspider.com/pages/ai-adoption-rate
1•njx•1h ago•0 comments

Can the Far Right Be Deradicalized? [video]

https://www.youtube.com/watch?v=aHnGZ8PDDFY
2•PorciiVorbesc•1h ago•1 comments

Show HN: jevals – replacing LLM judges with typed Jev decisions

https://github.com/openlayer-ai/jevals
5•gbayomi•1h ago•0 comments

What Happened to the Snowden Archive

https://libroot.org/posts/what-happened-to-the-snowden-archive
61•EXHades•1h ago•12 comments

30 years after Civ2, Eivind IV built his own 4X game (Genesis)

https://forums.civfanatics.com/threads/30-years-after-civ2-i-finally-built-my-own-4x-game-genesis...
3•JohnHammersley•1h ago•2 comments

Google's Open Agentic Orchestrator

https://agentexecutor.io
69•blazarquasar•1h ago•22 comments

Computers Add Numbers

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

Show HN: Lightspeed, bidirectional WebSockets for Laravel (with asteroids demo)

4•jv22222•49m ago
Hi HN!

Laravel has worked with websockets for years but generally speaking it's a one way push architecture (i.e. http in, sockets out).

Lightspeed is kind of like node in that it's a single server that serves your http and your websockets all under one roof. Auth runs in 0.03ms (a Redis read, no database). Your Laravel handler runs inside the full container and the reply comes back down the same socket. I think this could be really cool for creating new ways of working with Laravel.

Anyway, I put together a live demo to show it in action. Basically a cross between slither.io and Asteroids.

Game here:

https://innerloop.works/lightspeed

Repo here:

https://github.com/innerloop-dev/lightspeed

Note: This is 0.1.0, the API may change before 1.0. It needs the Swoole extension and Redis. MIT.

Comments

AlchemistCamp•8m ago
How does this relate to Laravel LiveWire?