frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Muse Code by Meta is out of Beta

https://dev.meta.ai/
1•obahareth•27s ago•1 comments

Monero Inflation Checker – FCMP++

https://www.reddit.com/r/Monero/comments/1w3hcos/monero_inflation_checker_fcmp/
1•Cider9986•2m ago•0 comments

Show HN: *Another* marketplace for returns, overstock, and second-life inventory

https://mintshelf.com/blog/mint-shelf-1-0-launch
1•potatopotaro•4m ago•0 comments

'Freakish Little Animals': Ferret Owners Gather to Celebrate Their Charms

https://www.nytimes.com/2026/08/31/us/ferret-buckeye-bash.html
1•fortran77•4m ago•1 comments

Nestflix

https://nestflix.fun/
1•l3x•5m ago•0 comments

How Does Quantum Mechanics Work?

https://explainers.blog/posts/how-does-quantum-mechanics-work/
1•worldvoyageur•10m ago•0 comments

How A Telescope Mirror Creates an Image [video]

https://www.youtube.com/watch?v=n5YpxFiJf7k
1•nativeit•13m ago•0 comments

TimesFM-3: zero-shot foundation model for multivariate forecasting

http://goog.gle/4x5WGpD
2•nateb2022•13m ago•0 comments

Sony, Warner sue Anthropic, alleging "blatant theft" of intellectual property

https://www.axios.com/2026/08/29/anthropic-sony-warner-music-copyright
3•cdrnsf•15m ago•0 comments

Mongodump Tasks Automate and Schedule MongoDB Backups

https://visualeaf.com/blog/mongodump-tasks-automate-and-schedule-mongodb-backups/
2•fan_drew•16m ago•0 comments

Don't Be Ahead

https://www.guidavid.com/writing/dont-be-ahead
1•gdss•16m ago•0 comments

Show HN: LogiCola 3

https://logicola.org
1•kotk•16m ago•1 comments

SecretSpec 0.20: Git, Docker, inline specs, and five new providers

https://secretspec.dev/blog/secretspec-0-20-git-docker-inline-specs-and-five-new-providers/
1•domenkozar•17m ago•0 comments

Show HN: Sidework – 100% free site for side hustle, live in 2 min mobile/desktop

https://www.my-sidework.com/
1•daltonlcarr•18m ago•0 comments

Causality beyond the Reichenbach principle: the degrees-of-freedom method

https://www.nature.com/articles/s41598-026-66455-8
1•bryanrasmussen•18m ago•0 comments

Canaries in the Gold Mine: Early Productivity Gains from AI

https://www.nber.org/papers/w35684
1•nilen•19m ago•0 comments

Show HN: Silent Fail, get an email when your n8n workflow stops running

https://silentfailapp.com
1•kdeosingh•20m ago•0 comments

Show HN: An agent that finds you jobs with just your resume

https://applymyresume.com
1•alirsgp•22m ago•3 comments

Show HN: Guess the AI model from its web design

https://raq.com/blog/can-you-spot-ai-web-design/quiz
2•hawke•22m ago•0 comments

Bank of England chief warns new AI models threaten global financial stability

https://www.cnbc.com/2026/08/31/bailey-frontier-ai-financial-stability-risk.html
2•TMWNN•22m ago•0 comments

AI Agents Are Fundamentally Restructuring the Software Paradigm

https://arxiv.org/abs/2606.05608
2•speckx•25m ago•0 comments

AI Is an Anti-Primary Source Machine

https://www.hnn.us/article/ai-is-an-anti-primary-source-machine
1•prismatic•25m ago•0 comments

Ask HN: Could tariffs be a good thing?

1•silexia•25m ago•2 comments

Reddit mod used AI to hack Star Wars Galaxies emulator over a 14-year-old grudge

https://massivelyop.com/2026/08/29/a-reddit-mod-used-ai-to-hack-a-star-wars-galaxies-emulator-ove...
1•speckx•27m ago•0 comments

"Zlibrary my beloved": Anthropic staff chats extolling piracy cited in Sony suit

https://arstechnica.com/tech-policy/2026/08/zlibrary-my-beloved-anthropic-staff-chats-extolling-p...
2•hadrien01•27m ago•0 comments

Vitela. A free, type-safe alternative to Overleaf

https://vitela.artificialfallibility.com/
1•camilochs•28m ago•0 comments

DeepSeek v4 Flash Vision Exp is now open-weight

https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-Vision-Exp
1•florianherrengt•28m ago•0 comments

The Domain Software Engineer

https://patent.dev/the-domain-software-engineer/
1•funktionslust•29m ago•0 comments

PDE Role Explorer

https://dit-2026-app.john-04e.workers.dev/page26
1•whiteboardr•30m ago•0 comments

Merit, Hire engineers based on simulated work

https://applymerit.com
1•jonas_kgomo•33m 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•1y ago

Comments

kuberwastaken•1y 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 :)