frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenAI is breaking Silicon Valley unwritten code. That's why Apple is so angry

https://www.businessinsider.com/openai-breaking-silicon-valley-unspoken-rule-apple-talent-2026-7
1•RestlessMind•1m ago•0 comments

I Cut an AI Agent's Token Use by 94%

https://vivekhaldar.com/articles/compiling-an-ai-agent-skill/
1•gmays•1m ago•0 comments

Show HN: Kimi K3 spent nearly 8 hours building this 78-card tarot site

https://askciela.com/
1•lilyucb•1m ago•0 comments

Show HN: Waylou Slack Is Open

https://join.slack.com/t/waylou/shared_invite/zt-4491sutoj-0nXfXIsrqLm3UvwHg5mmtA
1•Emirhan123•1m ago•0 comments

Google is open-sourcing its 3D emoji

https://www.theverge.com/design/967606/google-open-source-3d-emoji
1•Brajeshwar•1m ago•0 comments

Kimi 3: What does the future look like for humanity today?

https://duttakapil.substack.com/p/reaction-to-kimi-3-what-does-the
1•duttakapil•4m ago•1 comments

PyCon US 2026 Recap

https://katherinemichel.github.io/blog/conferences/pycon-us-2026-recap.html
1•KatiMichel•5m ago•0 comments

Doom in MS Paint from Mark Russinovich

https://github.com/markrussinovich/DoomPaint
1•samch•5m ago•1 comments

Show HN: Pgnudge – tell your app which Postgres tables just changed

https://github.com/janbjorge/pgnudge
1•jeeybee•6m ago•0 comments

Show HN: Threads Management CLI and Skills

https://github.com/mrhustlex/threads-api-cli-skills
1•mrhustlex•6m ago•0 comments

Show HN: Run a 120B-parameter MoE on Android mid-range phone CPU-only llama.cpp

https://github.com/Helldez/BigMoeOnEdge
1•Helldez•7m ago•0 comments

World Cup Picture Puzzle Game

https://pic-puzzle-khaki.vercel.app/
1•frankensteins•7m ago•1 comments

Resolution Horizon – Finding the mathematical limit where AI overfits to noise

https://github.com/bjoern-janson/resolution-horizon
1•bjoern_janson•9m ago•0 comments

JSON Inspector – A native, offline JSON workspace for macOS

https://apps.apple.com/fr/app/json-inspector/id6780994209?mt=12
1•SylvainMouquet•9m ago•0 comments

The Braun Grid System

https://onlyonceshop.com/blog/the-braun-grid-system
1•dgellow•9m ago•0 comments

Nginx module that bans clients by their 404/403 error rate, in-worker

https://www.getpagespeed.com/server-setup/nginx/nginx-abuse-guard-module
1•dvershinin•10m ago•0 comments

AI slop cut first-time contributor merge rates 18.18% across 294 repos

https://arxiv.org/abs/2607.04003
3•logickkk1•10m ago•0 comments

I Turned a 1982 Vectrex into the Strangest Spotify Player [video]

https://www.youtube.com/watch?v=0aPy9STetpg
1•CharlesW•11m ago•0 comments

China plans to hit an asteroid with a Mach 26 projectile in planet defence test

https://www.scmp.com/news/china/science/article/3360752/china-plans-hit-asteroid-mach-26-projecti...
1•larrysalibra•12m ago•0 comments

Oterminus

https://pooriat.github.io/oterminus/
1•PooriaT•13m ago•0 comments

wp2shell: Pre-Auth RCE in WordPress Core

https://own2pwn.fr/articles/appsec/wp2shell-wordpress-rce
1•skilled•14m ago•0 comments

Berners-Lee 'sorry' for slashes (2009)

http://news.bbc.co.uk/2/hi/technology/8306631.stm
1•thunderbong•14m ago•0 comments

AI advice reduced "I don't know" answers from 44% to 3%

https://osf.io/preprints/psyarxiv/5y6m4_v1
1•logickkk1•15m ago•0 comments

Platform engineering's new job: serving environments at agent speed

https://thenewstack.io/serving-environments-agent-speed/
1•Brajeshwar•15m ago•0 comments

Show HN: Tab O' War, a TBH like piracy game

https://tow.urbanodx.com/
1•urbanogt5•16m ago•0 comments

Using Claude to manage static IP assignments

https://blog.herlein.com/post/unifi-fixed-hosts-skill/
1•gherlein•21m ago•0 comments

Do Language Models Plan Ahead for Future Tokens? (2024)

https://arxiv.org/abs/2404.00859
1•Alifatisk•23m ago•0 comments

Prompt Injection Attacks Are Thwarting AI Hacking Agents

https://arstechnica.com/security/2026/07/now-defenders-are-embracing-the-prompt-injection-too/
1•joozio•23m ago•0 comments

Blick Editor

https://blickeditor.com/
2•lexoj•25m ago•0 comments

Show HN: Rasptele – Manage a Raspberry Pi Docker Server from Telegram

https://github.com/maddhruv/rasptele
1•maddhruvhn•28m 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 :)