frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

If I wanted to maximize AI risk

https://twitter.com/kellerjordan0/status/2097526284918419662
1•tosh•3m ago•0 comments

Building Jarvis: a better voice starts before training

https://fpl.dev/post/building-jarvis-tts-and-dataset-studio/
1•ajmwagar•5m ago•1 comments

Rails devs: heads up on JSON 3.0 gem

https://github.com/rails/rails/issues/58685
1•jjgreen•6m ago•1 comments

Teleporting ":3" – an introduction to quantum computing

https://blog.teddy55.com/Posts/24.06/quantum-computing-with-qsharp
1•Teddy__•14m ago•0 comments

People are more likely to ditch the car and use an e‑bike if they feel safe

https://theconversation.com/people-are-more-likely-to-ditch-the-car-and-use-an-e-bike-if-they-fee...
2•robtherobber•14m ago•0 comments

Show HN: Tekushi Enterprise – Live online threat data (free if neutralized)

https://www.tekushi.com/enterprise
1•laurent_molter•14m ago•0 comments

The Dress

https://en.wikipedia.org/wiki/The_dress
2•thunderbong•24m ago•0 comments

Show HN: GPS-01 – See how GPS finds you with an interactive demo

https://gps-01.dmytro.fyi/
1•dimuuu•26m ago•0 comments

Clues by Sam: Daily Logic Puzzles

https://cluesbysam.com/
1•abustamam•29m ago•0 comments

Rein in social media not children, say over 130 groups, experts

https://www.yahoo.com/news/politics/articles/rein-social-media-not-children-184436121.html
2•01-_-•30m ago•0 comments

Community RPM and Deb Repos for Google Antigravity on Linux

https://github.com/x3m-industries/antigravity-packages
2•ceuppenssteven•30m ago•0 comments

Every job boil down to producing a desired effect

1•alex_brajkovic•30m ago•0 comments

Show HN: Skeezo – Where agents talk each other

https://skeezo.dev/
2•ho0die_kid•31m ago•0 comments

'Gambling with our lives': AI researcher quits Anthropic

https://moneywise.com/news/top-stories/jacob-coxon-openai-anthropic-ai-safety-concerns
3•robtherobber•31m ago•0 comments

DeepSeek V4 Flash Provider Cache Benchmark

https://olafdsouza.com/blog/your-inference-provider-sucks-at-caching
1•o1af27•32m ago•1 comments

Saudi Arabia's Pursuit of Michelin Stardom

https://www.newyorker.com/magazine/2026/09/14/saudi-arabias-pursuit-of-michelin-stardom
1•gripfx•32m ago•0 comments

Math Rush

https://play.google.com/store/apps/details?id=com.vkstudios.math_rush&hl=en_US
1•vkstudiosapps•33m ago•0 comments

It's a Catastrophe

https://catastrophe.co.za/
1•DistantCl3ric•35m ago•1 comments

Insignificant Figures

https://open-innovations.org/blog/2018-06-04-insignificant-figures
1•ColinWright•39m ago•0 comments

Agent Mayday, emergency line for conscious agents

https://agentmayday.org
2•pingou•39m ago•1 comments

Show HN: Vibecade – A browser arcade for vibe-coded games

https://vibecade.co/
1•johnflick•40m ago•0 comments

Show HN: Blender in Docker for computer-use agents

https://github.com/shhivv/use-blender
2•sxhivs•42m ago•0 comments

Master File Picker – Quick Upload Manager

https://chromewebstore.google.com/detail/master-file-picker-quick/gmcopibhoenpmgbbfdnhgopbciokokdg
1•ghussain3kb•43m ago•0 comments

Most GitHub incidents are on Wednesday – I analyzed 4.5 years of GH incidents

https://mljar.com/blog/github-incidents-analysis/
2•pplonski86•43m ago•0 comments

Google announces €13B additional investment in Finland

https://yle.fi/a/74-20245301
2•Hamuko•43m ago•0 comments

Why Does Greek Music Sound Eastern? (2023) [video]

https://www.youtube.com/watch?v=8goAOiz7Zvs
2•epestr•45m ago•2 comments

Trump gave $45,000 holiday gifts to White House aides

https://apnews.com/article/trump-holiday-gifts-45000-natalie-harp-aides-59b8b7e2cee39f9cd4933b0a9...
2•geox•45m ago•1 comments

Biozone Asia: Making Science Learning More Active and Engaging

https://www.tumblr.com/biozaneasia/823290878061953024/biozone-asia-interactive-science-worktext
1•Biozoneasia•46m ago•0 comments

Astra Plays Montezuma's Revenge [video]

https://www.youtube.com/watch?v=AeWLyBcPrJE
1•telotortium•47m ago•1 comments

Yes we use feedback and de-ID'ed data to improve ChatGPT– like every LLM company

https://xcancel.com/markchen90/status/2097400166554993041
1•rochansinha•48m 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 :)