frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

VibeOS

https://en.wikipedia.org/wiki/VibeOS
1•maayank•1m ago•0 comments

Show HN: TuringLLM – a LLM-powered Universal Turing machine

https://github.com/gmlion/TuringLLM
1•gmlion•1m ago•0 comments

Apple Silicon's on-device AI bet hasn't moved – only the chip range that runs it

https://tbreak.com/apple-silicon-on-device-ai-doug-brooks-wwdc/
1•Austin_Conlon•2m ago•0 comments

Three of our worst VC stories

https://twitter.com/eastdakota/status/2062860530360959273
2•orgonon•3m ago•0 comments

Nvidia DGX Spark GB10 – AI Models and Guide with vLLM and Autonomous Script

https://github.com/omnia-projetcs/spark-dgx
1•nico248•5m ago•0 comments

What people don't get about safety at Anthropic

https://twitter.com/kevins8/status/2062969935379513431
1•kevinatac•7m ago•0 comments

How Elon Musk Killed Hundreds of Thousands of People

https://www.currentaffairs.org/news/how-elon-musk-killed-hundreds-of-thousands-of-people
3•tastyface•7m ago•0 comments

S&P 500 rejects SpaceX, also blocking entry for OpenAI and Anthropic

https://arstechnica.com/tech-policy/2026/06/sp-500-blocks-fast-spacex-entry-wont-waive-rule-for-u...
1•AndrewDucker•11m ago•0 comments

How to Stop Shipping Low-Quality RL Environments (With Examples)

https://www.latent.space/p/bad-envs
1•swyx•12m ago•0 comments

Show HN: Busbar – every LLM behind one URL, in a single Rust binary

https://github.com/MattJackson/busbarAI
1•mattjackson86•13m ago•0 comments

UK orders Google to allow publishers to opt out of AI scraping

https://apnews.com/article/google-britain-ai-competition-regulation-ce2016a4519fbe234799e009bac8f120
3•1vuio0pswjnm7•14m ago•0 comments

The effects of foods on LDL cholesterol levels

https://www.sciencedirect.com/science/article/pii/S0939475321000028
1•brandonb•15m ago•0 comments

I Put ChatGPT Browser Inside My Terminal [video]

https://www.youtube.com/watch?v=YErIWOPytuc
1•tomerbd•16m ago•0 comments

The Wrath of the Killdozer (2009)

https://www.damninteresting.com/the-wrath-of-the-killdozer/
1•bookofjoe•17m ago•0 comments

Data Centers Have a New Adversary: Tigers and Leopards at a Zoo

https://www.bloomberg.com/news/articles/2026-06-05/data-centers-have-a-new-adversary-tigers-and-l...
1•1vuio0pswjnm7•19m ago•0 comments

Amazon Employees Show Up to City Council Meetings, Demand Limits on Data Centers

https://www.wired.com/story/amazon-employees-publicly-demand-regulations-on-data-centers/
4•1vuio0pswjnm7•20m ago•0 comments

We Built Plainform and What It Means for Your Next Project

https://plainform.dev
1•eradon•20m ago•0 comments

Transformers Are Inherently Succinct

https://openreview.net/pdf?id=Yxz92UuPLQ
3•brandonb•21m ago•1 comments

Jax Back Ends and Devices

https://www.gilesthomas.com/2026/06/jax-backends-and-devices
1•gpjt•21m ago•0 comments

Tech sovereignty package to strengthen Europe's digital autonomy and resilience

https://ec.europa.eu/commission/presscorner/home/en
2•andrewstetsenko•21m ago•0 comments

Show HN: SupXML, modern memory-safe XML parser replacement for libxml2

https://supso.org/projects/sup-xml/docs
1•jrpt•22m ago•0 comments

Against an Increasingly User-Hostile Web (2017)

https://neustadt.fr/essays/against-a-user-hostile-web/
3•arunc•26m ago•0 comments

Pasteur, a zero-knowledge pastebin as an unikernel in OCaml

https://github.com/dinosaure/pasteur
2•dinosaure•30m ago•0 comments

Employees aren't resisting AI – they're resisting fear

https://www.fastcompany.com/91541703/employees-arent-resisting-ai-theyre-resisting-fear-ai-employ...
1•berlianta•31m ago•0 comments

OpenClaw Got Safer in Public

https://openclaw.ai/blog/openclaw-security-in-public
1•cryptoking1106•31m ago•0 comments

Digital Dead Man's Switch for Your Files

https://trustbourne.com/
1•BerislavLopac•31m ago•0 comments

What is my IP address?

https://ip.hny.io
1•astrochicken•33m ago•0 comments

Show HN: Lazarus, a coding agent for long-horizon tasks

https://github.com/ExpressGradient/lazarus
1•Sai_Praneeth•34m ago•0 comments

Are Memories Transferable – Or Edible?

https://www.quantamagazine.org/are-memories-transferable-or-edible-20260605/
2•kiwicopple•34m ago•0 comments

AI enthusiasts race against time, AI skeptics race against entropy

https://charity.wtf/2026/06/02/ai-enthusiasts-are-in-a-race-against-time-ai-skeptics-are-in-a-rac...
2•BerislavLopac•35m 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•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 :)