frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Mythos 'Discovered' a CVE in Its Training Data and That's Still Worrying

https://rival.security/posts/mythos-discovered-a-cve-already-in-its-training-data---and-thats-sti...
1•speckx•1m ago•0 comments

Chaos erupts as cyberattack disrupts learning platform Canvas amid finals

https://arstechnica.com/security/2026/05/chaos-erupts-as-cyberattack-disrupts-learning-platform-c...
2•joozio•5m ago•0 comments

Hobonichi Digital Planner

https://techoapp.1101.com/
1•skogstokig•9m ago•0 comments

Seedream AI image studio for global creators

https://www.doubao.photos
2•yibaoshan•10m ago•0 comments

Claude's signup workflow is terrible

2•b112•16m ago•0 comments

Sociotechnical Architecture Reviews: Understanding Teams, Not Just Artefacts

https://www.youtube.com/watch?v=Nb3xsZVqxpY
1•RebootStr•21m ago•1 comments

Notes on Incidents

https://www.seangoedecke.com/notes-on-incidents/
1•dondraper36•21m ago•0 comments

Why LLM-as-judge fails for code evaluation

https://navigara.medium.com/the-story-of-navigara-how-we-built-the-performance-layer-for-modern-e...
2•alienll•33m ago•0 comments

Brightness Issue in Old S3 Graphics Cards

https://hackaday.com/2026/04/21/why-some-s3-videocards-have-a-brightness-issue/
2•networked•37m ago•0 comments

Turn any title into thumbnail, OG image or blogpost cover

https://thumbapi.dev
2•dinall•39m ago•1 comments

PWABuilder

https://pwabuilder.com/
4•Tomte•40m ago•0 comments

The Enemy (Part 4)

https://stephanrewind.itch.io/atlantic-41/devlog/1516937/the-enemy-part-4
2•ndr42•40m ago•1 comments

I Still Like Jenkins

https://til.andrew-quinn.me/posts/i-still-like-jenkins/
3•hiAndrewQuinn•44m ago•1 comments

A YouTube Music player that runs in your terminal

https://github.com/chuzcjoe/musicli
2•chuzcjoe•45m ago•0 comments

LeWorldModel: Stable End-to-End Predictive Architecture from Pixels

https://arxiv.org/abs/2603.19312
4•felineflock•47m ago•0 comments

LUKSbox: Encrypted vaults that survive the next decade

https://github.com/PentHertz/LUKSbox
7•fratellobigio•55m ago•0 comments

Show HN: I made an IPv6 proxy for GitHub

https://githubv6.com/
2•immibis2•59m ago•0 comments

Cherry Kearton – groundbreaking 19th-century nature photographer

https://www.bbc.com/future/article/20260507-cherry-kearton-the-eccentric-influence-on-a-young-sir...
3•jeffwass•1h ago•1 comments

I Will Never Use AI to Code

https://antman-does-software.com/i-will-never-use-ai-to-code-or-write
41•ishanz•1h ago•39 comments

Poka-Yoke

https://en.wikipedia.org/wiki/Poka-yoke
7•the-mitr•1h ago•1 comments

Anthropic weighs fundraising for near $1T valuation, FT reports

https://www.reuters.com/technology/anthropic-weighs-fundraising-near-1-trillion-valuation-ft-repo...
4•giuliomagnifico•1h ago•0 comments

Young people explicitly banned from openSUSE – urgent call for reversal

https://lists.opensuse.org/archives/list/project@lists.opensuse.org/message/6PU6JU2IGKDANYNN3KIXD...
10•robin_reala•1h ago•2 comments

The Birthplace of AI

https://www.cantorsparadise.com/the-birthplace-of-ai-9ab7d4e5fb00
4•tzury•1h ago•0 comments

Show HN: Know Any Good Jokes?

https://6jokes.com
1•dobodob•1h ago•0 comments

Why people prefer Hermes than OpenClaw

https://agentwatch.aicompass.dev
1•davideuler•1h ago•1 comments

Code with Claude 2026 – San Francisco (playlist) [video]

https://www.youtube.com/watch?v=GMIWm5y90xA&list=PLmWCw1CzcFim2obQ-w3ohbULOfwp5lApR
1•pramodbiligiri•1h ago•0 comments

EU calls VPNs "a loophole that needs closing" in age verification push

https://cyberinsider.com/eu-calls-vpns-a-loophole-that-needs-closing-in-age-verification-push/
67•muse900•1h ago•24 comments

Building an AI-Powered IDE Companion App

https://mesmacosta.medium.com/google-cloud/from-idea-to-execution-building-an-ai-powered-ide-comp...
1•graup•1h ago•2 comments

How empty are the depths of space?

https://bigthink.com/starts-with-a-bang/how-empty-depths-space/
2•Kaibeezy•1h ago•0 comments

Color space conversion that transforms RGB/RYB colors in code/learn mode

https://rybitten.space/
1•jamiecurle•1h 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 :)