40 results for Community Aesthetic · 3.250s

News for “Community Aesthetic”
14 results • 3246 ms server time
Advertisement
Moozonian News
github.com• Mar 10, 2026• 1 min read
Show HN: 2D RPG base game client recreated in modern HTML5 game engine with AIWhen I was much younger, I used to play a Korean MMORPG called Helbreath, and I also hosted a bunch of private servers for it. I eventually moved on, but I always loved the game’s aesthetics, its 2D nature, and its atmosphere. That may just be nostalgia talking.The community maintained private server and client, which to my knowledge were based on leaked official files, were written in fairly archaic C++. If you’re interested in the original sources, I’ve included the main client and server files, Client.cpp and Server.cpp, in the reference folder. I always felt that if the project was rewritten in something more modern and better structured, a lot more could be done with it. But rewriting an MMORPG client and server from scratch is not exactly the kind of thing you do on a whim. That said, there was a guy who got pretty far with a C# rewrite and an XNA-based client, though that project is now also discontinued.Now that the AI has become quite capable, I decided to see how far I could
Moozonian News
typecrt.pages.dev• Mar 5, 2026• 1 min read
Show HN: TypeCrt – Zero-latency typing test in vanilla TS, no frameworksHey HN, I built TypeCrt because every typing test I tried had noticeable input lag at 150+ WPM. Monkeytype uses React. Keybr uses React. 10FastFingers feels like 2012. So I built one from scratch with vanilla TypeScript, vanilla CSS, and direct DOM manipulation — no React, no Vue, no Angular.The result: zero perceptible input latency, even at 200+ WPM.Some things I'm proud of:- CRT terminal aesthetic with 50+ themes and a visual theme creator - Adaptive practice mode ("KeyForge") that uses Markov chains to generate words targeting your weakest keys - Per-word burst speed breakdown, keystroke heatmaps, consistency tracking - Command palette (Ctrl+Shift+P), mechanical keyboard sounds, pace caret ghost - Cloud sync via Firebase, tiered analytics dashboardTech stack: TypeScript (strict) + Vanilla CSS + Vite. ~15K lines. No dependencies beyond Chart.js and Firebase.I'd genuinely love feedback from this community — especially on performance, UX, and what features would make you switch from y
Moozonian News
github.com• Feb 4, 2026• 1 min read
Show HN: Implementation of Google's PaperBanana (diagram generation from text)The original authors haven't released code yet, so I built it from the paper. It takes a methodology section as input and generates a publication-style diagram.The pipeline uses five agents: a retriever selects reference diagrams via in-context learning, a planner drafts the layout, a stylist adjusts for conference aesthetics, a visualizer renders with Gemini, and a critic evaluates and refines over three rounds.The part that took the most effort was the reference dataset. The paper curates 292 (text, diagram, caption) tuples from 2,000 NeurIPS papers, filtering by aspect ratio and human review. Reproducing that required PDF layout extraction with MinerU, positional heuristics to identify methodology sections (paper headings are wildly inconsistent), and manual verification of each example.Output quality depends heavily on reference set quality. Requesting community to submit their papers via issues so we can add them. Quality examples in, quality output out!Runs on Gemini's free tier.
Advertisement