frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Evaluating CUDA Tile for AI Workloads on Hopper and Blackwell GPUs

https://arxiv.org/abs/2604.23466
2•matt_d•3m ago•0 comments

What Is a "Now Page"?

https://nownownow.com/about
2•_vaporwave_•4m ago•1 comments

New study reveals why housing booms and busts are built into the system

https://www.kcl.ac.uk/news/new-study-reveals-why-housing-booms-and-busts-are-built-into-the-system
2•littlexsparkee•4m ago•0 comments

Apple wants to kill your Time Capsule, but they run NetBSD so they can't

https://www.osnews.com/story/144845/apple-wants-to-kill-your-time-capsule-but-they-run-netbsd-so-...
2•latexr•5m ago•0 comments

Blog post about Open Source contribution best practices

https://blog.csystemslab.com/blog/2026-04-26-dont-open-a-pull-request-yet/
2•vhcosta•6m ago•1 comments

Claude system prompt bug wastes user money and bricks managed agents

https://github.com/anthropics/claude-code/issues/49363
2•thomashobohm•11m ago•1 comments

Is it incel to want to be a father? [video][30min]

https://www.youtube.com/watch?v=Pf15HmxooMc
2•Bender•11m ago•0 comments

AI Worries Have Returned to Wall Street. Now Come Earnings

https://www.wsj.com/tech/ai-worries-have-returned-to-wall-street-now-come-earnings-d680e19c
3•htk•12m ago•0 comments

Mesa: A Versioned Filesystem for Agents

https://www.mesa.dev/blog/introducing-mesa-filesystem-for-agents
2•state•14m ago•0 comments

Compiler Testing – Part 1: Coverage-Guided Fuzzing with Grammars and LLMs

https://nowarp.io/blog/compiler-testing-part-1/
2•matt_d•15m ago•0 comments

ChatGPT serves ads. Here's the full attribution loop

https://www.buchodi.com/how-chatgpt-serves-ads-heres-the-full-attribution-loop/
8•lmbbuchodi•16m ago•0 comments

Show HN: Filedge – parse SEC filings for $0.05 via x402, no keys

https://filedge.io/
2•arvindravi•18m ago•0 comments

AI researchers want AI to fake "thinking" – by Mike Elgan

https://www.machinesociety.ai/p/ai-researchers-want-ai-to-fake-thinking-247
3•MaysonL•18m ago•1 comments

Claude for Creative Work

https://www.anthropic.com/news/claude-for-creative-work
3•elsewhen•24m ago•0 comments

GameNova – Turn text prompts into playable 3D games in 60 seconds

https://www.gamenova.io
2•Taskclan•25m ago•0 comments

Show HN: Niimbot Label Printer desktop app with Pretix integration

https://github.com/ooguz/niimbot-printer
2•m3rcury•26m ago•0 comments

Apple Colour Matching Functions Article by LTTLabs

https://www.lttlabs.com/articles/2026/04/11/apple-studio-display-xdr-display-testing-results
2•HeyMeco•27m ago•0 comments

A Milestone in Formalization: The Sphere Packing Problem in Dimension 8

https://www.alphaxiv.org/abs/2604.23468
2•measurablefunc•28m ago•0 comments

Proxies, Sandboxes and Agent Security

https://www.gouthamve.dev/proxies-sandboxes-and-agent-security/
4•gouthamve•29m ago•0 comments

My Login Shell in Assembly

https://isene.org/2026/04/Bare.html
2•birdculture•30m ago•0 comments

VibeBench: Measuring 1k Engineers' Opinions of New Models

https://vibebench.standardagents.ai/
6•jpschroeder•34m ago•2 comments

From spaghetti to main bus: refactoring an AI agent orchestrator with Elm

https://blog.mariohayashi.com/p/the-factory-must-grow-part-ii-from
2•mhay•35m ago•0 comments

Show HN: 49Agents – 2D Canvas IDE for Orchestrating Agents, Repos, Issues

https://github.com/49Agents/49Agents
2•alpadurza•37m ago•0 comments

For SF's public defenders, resistance is the new black

https://sfstandard.com/2026/04/27/public-defenders-wear-all-black-protest/
2•iancmceachern•38m ago•0 comments

The lamps you're not allowed to have. Exploring the Dubai lamps (2021) [video]

https://www.youtube.com/watch?v=klaJqofCsu4
3•bb88•38m ago•0 comments

Joby flies first point-to-point air taxi flight tests in New York

https://www.reuters.com/business/aerospace-defense/joby-flies-first-point-to-point-air-taxi-fligh...
2•canucker2016•39m ago•0 comments

An open-source platform to auto-update agent skills and discover fresh sources

https://www.loooop.dev/
2•kl01•43m ago•0 comments

Redmine

https://www.redmine.org/
2•tamnd•43m ago•0 comments

A persistent Unix-like ESP8266 system with more that 70 console commands

https://github.com/hery-torrado/KernelESP
2•herytorrado•48m ago•1 comments

Client side search and recommendation with TurboQuant

https://h3manth.com/ai/cinematch/
1•init0•50m ago•0 comments
Open in hackernews

Show HN: Syneva – An AI Chatbot Ported to a Kids' Tile-Based Limited Game Engine

https://sprig.hackclub.com/share/VzO62YQXBGOpcbj7xusB
2•kuberwastaken•11mo ago

Comments

kuberwastaken•11mo ago
I made SYNEVA as a part of my fun-research repo while I learn about LLMs at https://github.com/Kuberwastaken/MiniLMs

I came across Sprig while Scrolling through Hack Club, it's a Javascript game engine that's like Scratch's older brother (fun fact, it's partially made by Scratch's creator too) but has it's own set of unique limitations because it runs on a custom hardware.

All sprites need to be made in Bitmap, you have to use single character variable names but most importantly, you can only use 8 characters to control the "game".

I had to make a virtual keyboard implementation (which was awful btw) using WASD to navigate keyboard, K to select and I to send the message.

also, it doesn't have any audio support and uses an event sequencer to get any music into it (got around it by making https://github.com/Kuberwastaken/Sprig-Music-Maker that converts midis to it)

SYNEVA is a rule based chatbot, so not technically AI but hey, still pretty fun and really cool to use (I also made it understand slang and some brainrot, so try that out too lol)

Hope you enjoy it :)