frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

You cleaned up your diet, and somehow feel worse. What to do

https://www.plantbasededit.com/cleaned-up-diet-and-feel-worse/
1•martinagabr•2m ago•0 comments

Ask HN: At what age did you start to feel your learning ability decline?

1•bagol•2m ago•0 comments

Some Monsters Are Real

https://climatecasino.substack.com/p/some-monsters-are-real
1•akyuu•2m ago•0 comments

Checkpoints for AI sessions – carry context across AI tools, self-hosted

https://github.com/OurThinkTank/founders-os
1•ourthinktank•3m ago•0 comments

A new monetary metric is found in the thermodynamic relation energy – GDP

https://arxiv.org/abs/2508.08723
1•frabarbieri•4m ago•0 comments

Beijing's 'Manhattan Project': China Close to Cracking Code of EUV Lithography

https://timesofindia.indiatimes.com/science/beijings-manhattan-project-china-close-to-cracking-co...
1•softveda•5m ago•0 comments

Building a Compliance-Ready Casino Platform

https://geekyants.com/case-studies/secure-casino-web-platform-kyc-payments-geo-compliance
1•Krishnaswaroop•6m ago•0 comments

Automate your link building outreach with one tool

https://www.autobacklinks.ai
1•welsenesbros•9m ago•0 comments

Show HN: LLM-mock – Record and replay OpenAI/Anthropic calls in pytest (v1.0)

https://github.com/autopost/llm-mock
1•roman_t•10m ago•0 comments

TLS Handshakes: Measuring the Performance of 4 Cryptography Libraries

https://c410-f3r.github.io/thoughts/tls-handshakes-measuring-the-performance-of-4-cryptography-li...
1•CaioFer•17m ago•0 comments

Show HN: I built an agent framework where the agent is just one file

https://github.com/loopedautomation/agent-framework
1•RatulMaharaj•17m ago•1 comments

Tell HN: The Codex App is replaced by ChatGPT

1•vintagedave•18m ago•2 comments

EU will seek to limit children's access to social media

https://www.rte.ie/news/europe/2026/0713/1583074-eu-social-media/
2•austinallegro•20m ago•1 comments

Show HN: Call to Control AI Agents via the Web

https://diffforge.ai/
2•Rizzist•27m ago•0 comments

Michael Saylor's Cryptic Bitcoin Post Sparks Fresh Strategy Speculation

https://coinmarketcap.com/community/post/377739002/
1•joeymabia1•28m ago•0 comments

TalkScrolls

https://talkscrolls.com/
1•gerhardm13•33m ago•0 comments

BirdyChat now has an API and MCP support

https://www.birdy.chat/blog/birdychat-now-has-an-api-and-mcp-support
1•rmesters•33m ago•0 comments

CEO under fire for mass layoff amid foreign hiring spree, on Fed jobs task force

https://www.foxnews.com/politics/ceo-under-fire-mass-layoffs-amid-foreign-worker-hiring-spree-now...
2•Alien1Being•34m ago•0 comments

If Henry Rollins were a bookkeeper

https://gyurka.nl/graphflag.html
1•the_ed•36m ago•1 comments

Indian companies look to Chinese LLMs as AI costs bite

https://asia.nikkei.com/business/technology/artificial-intelligence/indian-companies-look-to-chin...
1•Alien1Being•39m ago•0 comments

A memory-bounded architecture for bursty HTML-to-PDF workloads

https://adrianani.com/articles/html-to-pdf-api-blueprint
2•adrianani-com•39m ago•1 comments

Chinese AI models are gaining ground with U.S. companies

https://www.cnbc.com/2026/07/07/chinese-ai-models-costs-us-openai-anthropic.html
2•Alien1Being•40m ago•0 comments

SonaCMS – A flat-file PHP CMS with no database

https://github.com/romeo19361/SonaCMS
1•romeo19361•40m ago•0 comments

An Enterprise-Grade Platform for Agent Development and Governance

https://dolphindb.com/blogs/48
1•CrazyTomato•41m ago•0 comments

Top Reactjs Development Services to Check in 2026

https://focusreactive.com/blog/top-reactjs-development-services-in-2026/
1•katyadrozd•41m ago•0 comments

Debian: Security support for Bookworm handed over to the LTS team

https://www.debian.org/News/2026/20260712
1•tapanjk•44m ago•0 comments

Do you write with AI? Do you think people notice?

1•Gravityloss•45m ago•1 comments

Rewrite

https://gist.github.com/rtfeldman/77fb430ee57b42f5f2ca973a3992532f
1•tosh•45m ago•0 comments

Claude.md is RAM, not disk

https://albertoarena.it/posts/claude-md-is-ram-not-disk/
4•moebrowne•55m ago•0 comments

Open Book Touch: A pocketable, front-lit, open source e-reader

https://www.crowdsupply.com/oddly-specific-objects/open-book-touch
2•tapanjk•58m 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 :)