
Memorix
Memory match, rebuilt. Drag pairs. Chain combos. Ascend.
What it does
A grid of color blocks flashes for 2 seconds. Memorize the positions. They flip face-down. Now drag matching pairs before the clock hits zero. Correct match: +5s, +100 pts × combo. Wrong merge: −5s, combo resets. Peek a tile for −3s if you're stuck. Chain 5 in a row and you're at 5× multiplier. One global leaderboard. Your best run holds your rank — no spamming. Anonymous from the first tap. Free on iOS and Android.
Does the same job
all alternatives →
- HIHow I topped the HuggingFace open LLM leaderboard on two gaming GPUsMar 2026 · dnhkng.github.io · ▲495
I found that duplicating a specific block of 7 middle layers in Qwen2-72B, without modifying any weights, improved performance across all Open LLM Leaderboard benchmarks and took #1. As of 2026, the top 4 models on that leaderboard are still descendants. The weird finding: single-layer duplication does nothing. Too few layers, nothing. Too many, it gets worse. Only circuit-sized blocks of ~7 layers work. This suggests pretraining carves out discrete functional circuits in the layer stack that only work when preserved whole. The whole thing was developed on 2x RTX 4090s in my basement. I'm…
Magic Memory: Match Pairs - Android FreeJul 2026 · play.google.com · ▲13A playful memory matching game for kids


- IMI made a daily puzzle game about mixing colors2024 · refractor-game.com · ▲19
While on paternal leave, I wanted to create a game my newborn daughter could eventually play and learn something from. I was heavily inspired by the daily puzzle games I consistently play such as Wordle and Strands. Refractor is a game about connecting colored tiles together to reach all the goals. Use "refractor" tiles to combine two colors together but be careful not to trap yourself in! The game is won when all goals are fulfilled. The tech stack is: Laravel + Inertia, React + TypeScript, and DaisyUI + TailwindCSS. Open to any questions or feedback. Hope you might find it interesting!
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io



Photosynthesis fires two of your iPhone
Life & fun · 29d ago · photosynthesis.camera
- CCCreatium Coach▲320
Your multimedia mentor that takes you from mid to great
Life & fun · 11d ago · producthunt.creatium.info
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 29d ago · solouno.io
Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com