Solstice Quest: Keeper of the Flame
This is a submission for the June Solstice Game Jam What I Built Video Demo Code How I Built It Prize Category
Topic
20 articles found
This is a submission for the June Solstice Game Jam What I Built Video Demo Code How I Built It Prize Category
I see a lot of posts hunting for the secret Cursor setting that unlocks 10x productivity. After using it every single day for months on real work, I can tell you: there isn't one. The gap between "I have AI autocomplete" and "I'm actually faster" isn't a setting. It's a handful of habits. Most peopl
Book: The TypeScript Type System — From Generics to DSL-Level Types Also by me: The TypeScript Library — the 5-book collection My project: Hermes IDE | GitHub — an IDE for developers who ship with Claude Code and other AI coding tools Me: xgabriel.com | GitHub You add a new payment method. PixPaymen
I reviewed the Keen Hyperport H2 sandals last summer, but they're still my go-to for hikes during heatwaves.
Our guide to the best new movies you can stream on HBO Max in June 2026, each of which is rated 90% or higher on Rotten Tomatoes.
Over a half of dads say they want to spend Father's Day relaxing — so here's how to give him the peace and quiet he's actually looking for.
I’ve been walking in the Keen Apex Targhee Mid hiking boots for a month, and they’ve made their way into my hiking shoe rotation — here’s why.
For the last two weeks, I've been typing on the typewriter-style Epomaker Glyph, and its sound, design and typing experience have truly won me over.
I play a lot of games to test gaming headsets, from Expedition 33 to F1 25, but I never skip Control because of its eerie soundscape and great combat sounds.
Claude Fable 5 is the best model I've ever used, hands down, but it's expensive and carries several asterisks.
Samsung has released the stable One UI 8.5 update for the Galaxy F15, which launched in 2024 with One UI 6. The update has firmware version E156BXXUADZE7, requires a download of around 2.5GB, and bumps up the Android security patch level on the Galaxy F15 to May 5, 2026. While stable One UI 8.5 for
AI agents are getting good at doing things — triaging your inbox, updating a Notion doc, opening a GitHub issue, moving a Trello card. But to do any of that, an agent needs access to your accounts. And that's where most setups quietly become a problem: you hand an agent a long-lived API key or an OA
Introduction Task 1 (Individual) CLI generates verifier + challenge → Opens browser with challenge in state param → User authorizes on GitHub → GitHub redirects to localhost callback with code → CLI exchanges code + verifier for tokens What broke: typescript// Before redirect const state = randomByt
A reflection on performance optimization at scale and building reliability mechanisms; two tasks that defined my internship. Every engineering internship has its share of "aha" moments; those late-night debugging sessions where a breakthrough finally clicks, or the PR that takes seven commits to get
Every year, millions of students open YouTube, find a Python tutorial, watch three hours of someone else coding, and then close the laptop feeling like they learned something. Why Every Other Platform Is Still Passive Learning in Disguise What Lumetrix Play Actually Does The Free Editor: Where Real
Playwright MCP permite que un agente controle un navegador real, pero no reemplaza una suite de tests. Úsalo para reproducir bugs, explorar UI y generar evidencia revisable. Playwright MCP es un servidor Model Context Protocol que expone capacidades de Playwright a agentes de IA para abrir páginas,
Hello all, I built a search engine from scratch in Java. In a previous course we were given it as a group project, but since I worked on just the document processing module, I didn't really understand (I didn't understand at all actually) how the rest of it worked, so I decided to rebuild it from sc
Hi DEV Community 👋 My name is Steven Doan. I’m a freelance websites developer. I have worked with WordPress for many years, building websites for clients and affiliate projects. Recently, I’ve also been learning and building with Astro, modern static sites, and better web performance workflows. I j
What is NeuralBridge? NeuralBridge is an embedded SDK (not a gateway) that makes your AI agents resilient against LLM failures. It runs inside your Python process — zero infrastructure, zero HTTP proxy, one dependency. pip install neuralbridge-sdk import neuralbridge as nb result = nb.run("Explain q
Show HN: NeuralBridge — We Built a Self-Healing SDK for LLM-Powered Agents After months of production experience running LLM calls at scale, we realized something uncomfortable: every AI agent eventually crashes. Not because the code is wrong, but because LLM APIs fail in ways you can't predict. Tim