frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Apple, Still

https://taoofmac.com/space/blog/2026/04/12/1330
1•rcarmo•1m ago•0 comments

BrickFormer Source Code Released

https://github.com/loryruta/brickformer
2•loryruta•8m ago•1 comments

LLM Wiki Skill: Build a Second Brain with Claude Code and Obsidian

https://medium.com/@alirezarezvani/llm-wiki-skill-build-a-second-brain-with-claude-code-and-obsid...
1•jungard•12m ago•0 comments

HubVanta AI

https://hubvanta.com/
1•hubvanta•14m ago•0 comments

PEP 495: Local Time Disambiguation

https://peps.python.org/pep-0495/
2•tosh•16m ago•0 comments

Day 3 post-launch. No viral moment. Still shipping

https://www.indiehackers.com/post/day-3-post-launch-no-viral-moment-still-shipping-985da62829
1•AnimeMyPic•17m ago•0 comments

Fast and Easy Levenshtein distance using a Trie

https://stevehanov.ca/blog/fast-and-easy-levenshtein-distance-using-a-trie
1•sebg•18m ago•0 comments

Google Displayed Polymarket Bets as News 'In Error,' Google Says

https://gizmodo.com/google-displayed-polymarket-bets-as-news-in-error-google-says-2000745381
1•giuliomagnifico•21m ago•0 comments

The Protégé Problem Today

https://www.proofofconcept.pub/p/the-protege-problem-today
1•kiyanwang•21m ago•0 comments

Tea: A Stimulant That Made the Modern World

https://worldhistory.substack.com/p/tea-a-stimulant-that-made-the-modern
2•crescit_eundo•22m ago•0 comments

How the Toyota Prius comes to die in Mongolia [video]

https://www.youtube.com/watch?v=KyEVDmoh5lo
1•nxobject•23m ago•0 comments

mb: fast month boundary, in memoriam of aab

https://github.com/kparc/mb
1•tosh•26m ago•0 comments

Agentic Memory: Memento Mori

https://kubekattle.github.io/ktl/blog/portal-long-term-memory.html
1•KyleVlaros•27m ago•0 comments

No one owes you supply-chain security

https://purplesyringa.moe/blog/no-one-owes-you-supply-chain-security/
2•birdculture•30m ago•0 comments

Israel Mounts Lavish Campaign to Win Back Evangelicals

https://washingtonspectator.org/israeli-government-is-spending-millions-to-court-american-evangel...
4•throw310822•31m ago•0 comments

Show HN: Android AI agent-assistant operating your apps (no adb,PC,root,etc.)

1•sshnaidm1•31m ago•1 comments

Launchfolio – Create a portfolio in minutes for free, no account needed

1•SyedAtril•31m ago•0 comments

Running an x86-based computer with minimal to no RAM sticks [video]

https://www.youtube.com/watch?v=IHItbgHutVo
2•exploraz•31m ago•0 comments

Show HN: Uncook, the Social Network for Food

https://uncook.xyz
1•moffers•32m ago•0 comments

2026 Hungarian Parliamentary Election

https://en.wikipedia.org/wiki/2026_Hungarian_parliamentary_election
1•JumpCrisscross•32m ago•0 comments

Don't Let Your Boss Do Your Job

https://kevingoldsmith.substack.com/p/dont-let-your-boss-do-your-job
1•kiyanwang•32m ago•0 comments

Knuth Reward Check

https://www.thomas-huehn.com/knuth-reward-check/
2•Tomte•35m ago•0 comments

The Role and History of Bitcoin Core Maintainers

https://bitcoinmagazine.com/print/the-core-issue-the-role-and-history-of-bitcoin-core-maintainers
1•giuliomagnifico•39m ago•0 comments

Thoughts on the use of artificial intelligence in programming courses [video]

https://www.youtube.com/watch?v=1u-gQ-d5Lv8
1•leduyquang753•40m ago•0 comments

Show HN: Reverse-engineered Cursor tab completion client

https://github.com/abyesilyurt/cursor-tab
1•abyesilyurt•40m ago•0 comments

Show HN: Git Diff TUI with Go

https://difi.vercel.app/
1•oug-t•40m ago•0 comments

Is Cybersecurity Over? [video]

https://www.youtube.com/watch?v=fM7GIIylXqI
4•0xcrypto•40m ago•0 comments

Put your SSH keys in your TPM chip

https://raymii.org/s/tutorials/Put_your_SSH_keys_in_your_TPM_chip.html
1•type0•40m ago•0 comments

Linux 7.0 Ready for Release with Many Changes

https://www.phoronix.com/news/Linux-7.0-Changes
2•Bender•41m ago•0 comments

Show HN: Shoggoth.db Self Organizing Database

https://github.com/GistNoesis/Shoggoth.db
1•GistNoesis•41m ago•1 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 :)