frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Researchers Discover the Optimal Way to Optimize

https://www.quantamagazine.org/researchers-discover-the-optimal-way-to-optimize-20251013/
1•jnord•1m ago•0 comments

Collective Matrix Multiplication – JAX Pallas:Mosaic GPU

https://docs.jax.dev/en/latest/pallas/gpu/collective_matmul.html
1•matt_d•2m ago•0 comments

Show HN: The small startup with nothing to sell and everything to lose

1•ModernMechanic•5m ago•0 comments

The Rules of Investing Are Being Loosened. Could It Lead to the Next 1929?

https://www.nytimes.com/2025/10/13/magazine/investing-private-equity-crypto-crash-1929.html
2•zerosizedweasle•6m ago•0 comments

Brooklyn woman dies after being struck by wind-blown solar panel

https://gothamist.com/news/brooklyn-woman-dies-after-being-struck-by-wind-blown-solar-panel-offic...
1•geox•7m ago•0 comments

America's Quantum Manufacturing Moment

https://warontherocks.com/2025/10/americas-quantum-manufacturing-moment/
1•jonbaer•7m ago•0 comments

Meta AI adviser spreads disinformation about shootings, vaccines, trans people

https://www.theguardian.com/technology/2025/oct/12/meta-ai-adviser-robby-starbuck
1•CharlesW•7m ago•0 comments

Improving MCP tool call performance through LLM code generation

https://github.com/zbowling/mcpcodeserver
1•zbowling•10m ago•1 comments

Cookie Clicker Ultra (introduction to googology)

https://www.olsak.net/mirek/cookie_clicker/
1•cevi•11m ago•0 comments

Show HN: WebHooks for the Spotify API

https://spotifywebhooks.com
2•jakewhiteyo•12m ago•0 comments

Starship's Eleventh Flight Test

https://x.com/i/broadcasts/1mrGmBjyEZgJy
2•LorenDB•17m ago•0 comments

Tesla Cybertruck sales are flatlining

https://www.theverge.com/news/798889/tesla-cybertruck-sales-decrease-q3-2025
2•zerosizedweasle•17m ago•1 comments

Derek Sivers's books are free until October 18. Here's what I learned from them

https://medium.com/simple-pub/10-lessons-from-derek-sivers-that-will-transform-your-writing-busin...
1•herbertl•18m ago•0 comments

Warming induces unexpectedly high soil respiration in a wet tropical forest

https://www.nature.com/articles/s41467-025-62065-6
2•PaulHoule•19m ago•0 comments

Mind2Web: Towards a Generalist Agent for the Web

https://osu-nlp-group.github.io/Mind2Web/
2•jinqueeny•21m ago•0 comments

Show HN: Morpheus – Adaptive Code Security Analyzer

https://morpheus-security.ai/login
1•jdslatermd•22m ago•0 comments

Ramses: ESA's mission to rendezvous with asteroid Apophis [video]

https://www.youtube.com/watch?v=_mqk_5L3H08
1•michelangelo•22m ago•0 comments

Pi Kiosk – A Simple Raspberry Pi Kiosk App

https://github.com/geerlingguy/pi-kiosk
3•indigodaddy•22m ago•0 comments

Cartridge Chaos: The Official Nintendo Region Converter and More

https://nicole.express/2025/not-just-for-robert.html
2•wicket•22m ago•0 comments

The Scam That Duped Pokémon's Most Obsessive Card Collectors

https://www.popularmechanics.com/culture/a65054664/pokemon-card-authentication-scam/
1•bookofjoe•23m ago•1 comments

Ask HN: How do you optimize your website for bots/agents?

1•vieews•25m ago•0 comments

Visit a Random Now Page

https://rickumali.com/now/
2•wizardforhire•29m ago•0 comments

U.S. consumers bearing more than half the cost of tariffs Goldman Sachs says

https://www.nbcnews.com/business/consumer/us-consumers-bearing-half-cost-tariffs-far-goldman-sach...
8•zerosizedweasle•32m ago•1 comments

Why Haskell is the Perfect Fit for Renewable Energy Tech

https://mrcjkb.dev/posts/2025-10-08-haskell-for-renewables.html
2•TheWiggles•33m ago•0 comments

Comparing Coplay and Unity MCP

https://www.coplay.dev/blog/comparing-coplay-and-unity-mcp
2•ibobev•42m ago•0 comments

Field Guide to TSL and WebGPU

https://blog.maximeheckel.com/posts/field-guide-to-tsl-and-webgpu/
3•ibobev•44m ago•0 comments

Chaos, Confusion, Conspiracies: Inside a Facebook Group for RFKjr's Autism Cure

https://www.wired.com/story/chaos-confusion-conspiracies-facebook-group-rfk-autism-cure/
6•ck2•46m ago•0 comments

Claude Container 1.3.0 – Dockerized Claude Code with API Proxy and Datasette

https://github.com/nezhar/claude-container/releases/tag/1.3.0
1•nezhar•47m ago•1 comments

Ordering Types in SQL

https://buttondown.com/jaffray/archive/ordering-types-in-sql/
3•ibobev•48m ago•0 comments

Techstars Investment Terms Update

https://www.techstars.com/newsroom/investment-terms
1•azhenley•50m ago•0 comments
Open in hackernews

Show HN: Vanilla Roguelike – My 5-Year Solo Ruby Project Now OSS

https://github.com/Davidslv/vanilla-roguelike
2•davidslv•2h ago
After 5 years of solo development, I'm opening up Vanilla Roguelike, a turn-based roguelike written in pure Ruby.

I belive it demonstrates Ruby's strengths in game dev, with procedural maze generation (algorithms like Binary Tree and Recursive Backtracker) and an ECS (Entity-Component-System) architecture for modularity.

Current state: It's a work-in-progress.

Mechanics are limited (e.g., you can move across the map, open the messages menu, transition to a new level, no full combat yet), but I believe the foundation is solid and welcoming to anyone with the desire to contribute.

GitHub: https://github.com/Davidslv/vanilla-roguelike

I'd love feedback, issues, or PRs to help evolve it even further.

Let's showcase what Ruby can do in roguelikes!