frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Berapa Nomor Wa Tokopedia

1•asterdan712•45s ago•0 comments

Apakah Tokopedia Ada Wa

1•asterdan712•1m ago•0 comments

Felix Hlatky: First Official Day as the Executive Director of Mastodon

https://mastodon.social/@mellifluousbox/115569615176946969
2•sohkamyung•1m ago•0 comments

Verifiability

https://karpathy.bearblog.dev/verifiability/
1•HermanMartinus•2m ago•0 comments

Hello

1•shashanoid•5m ago•0 comments

Everyone enjoys fewer lunch options (or, why I love pairwise comparisons)

https://woolean.com/blog/welcome-to-woolean
1•rfarley04•6m ago•0 comments

Show HN: Anime wallpaper 4k Major update with AI

https://animewallpaper4k.net
1•niliu123•9m ago•0 comments

Show HN: I Created reciept scanner and expense manager for my family

https://famverge.app/
1•dzasa•10m ago•0 comments

A unified model of memory and perception [pdf]

https://www.sissa.it/sites/default/files/attachments/news/SISSA%20press%20release%20Neuron.pdf
1•XzetaU8•11m ago•0 comments

PayPal blocks Asahi Linux users

https://gist.github.com/asahilina/31dd6bf3cde26a51e0fc1414e1abe730
1•undeveloper•17m ago•1 comments

Are DeepSeek Moments Now the New Normal?

https://www.bloomberg.com/opinion/articles/2025-11-17/ai-are-deepseek-moments-now-the-new-normal
1•salkahfi•19m ago•0 comments

Skelet – Minimalist, Thread-Safe Config Library for Python

https://github.com/pomponchik/skelet
1•pomponchik•21m ago•1 comments

FFM – Java's new approach to interop with native code

https://developer.ibm.com/articles/j-ffm/
1•birdculture•25m ago•0 comments

Ubisoft Says AI Generated Anno Art 'Slipped Through'

https://kotaku.com/anno-117-pax-romana-ai-loading-screen-patch-ubisoft-2000644399
4•zppln•27m ago•0 comments

Agentic Property-Based Testing: Finding Bugs Across the Python Ecosystem

https://mmaaz-git.github.io/agentic-pbt-site/
1•mmaaz•28m ago•1 comments

Falcon 9 launches Sentinel-6B satellite to monitor global sea level

https://spacenews.com/falcon-9-launches-sentinel-6b-satellite-to-monitor-global-sea-level/
1•N19PEDL2•34m ago•0 comments

Event Sourcing in Go: From Zero to Production

https://skoredin.pro/blog/golang/event-sourcing-go
1•tdom•34m ago•0 comments

How Quake.exe got its TCP/IP stack

https://fabiensanglard.net/quake_chunnel/index.html
2•billiob•34m ago•0 comments

Fear Spreads Across Markets as Crypto Selloff Raises Alarms

https://www.bloomberg.com/news/articles/2025-11-18/pessimism-spreads-across-markets-as-crypto-rou...
2•zerosizedweasle•35m ago•0 comments

Mastodon CEO steps down as the social network restructures

https://techcrunch.com/2025/11/18/mastodon-ceo-steps-down-as-the-social-network-restructures/
6•gloxkiqcza•35m ago•0 comments

How Colds Spread

https://www.lesswrong.com/posts/92fkEn4aAjRutqbNF/how-colds-spread
2•comp_throw7•36m ago•1 comments

Scan PQC TLS for a whole domain, Free

https://QCready.com
1•weddpros•38m ago•0 comments

My Next Chapter with Mastodon

https://blog.joinmastodon.org/2025/11/my-next-chapter-with-mastodon/
3•robin_reala•39m ago•0 comments

My two-part desk setup

https://arslan.io/2025/11/18/my-two-part-desk-setup/
2•farslan•41m ago•0 comments

Reverse Engineered an OLED Display

https://www.greyb.com/blog/reverse-engineering-oled-display/
13•I_Nidhi•47m ago•0 comments

High-performance hash utility with fast mode

https://github.com/vyrti/hash-rs
1•vyrti•48m ago•1 comments

Generate cost-optimised GKE ComputeClass specs from live GCP pricing data

https://github.com/brtkwr/gkecc
1•brtkwr•48m ago•0 comments

Mephedrone Is a Cursed Drug

https://psychotechnology.substack.com/p/mephedrone-is-a-cursed-drug-1730
3•eatitraw•49m ago•0 comments

EU Frequency Group: Upper 6 GHz Band Needed for 6G, WLAN Loses Out

https://www.heise.de/en/news/EU-Frequency-Group-Upper-6-GHz-Band-Needed-for-6G-WLAN-Loses-Out-110...
2•i-con•51m ago•0 comments

How to Pick Your Battles

https://www.leadinginproduct.com/p/how-to-pick-your-battles
1•benkan•51m 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•6mo ago

Comments

kuberwastaken•6mo 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 :)