frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Breathtaking

https://aeon.co/essays/do-hold-your-breath-on-the-benefits-of-conscious-breathing
1•andsoitis•5m ago•0 comments

Street Fishing in the Canals of 'Little Venice' – Treviso, Italy

https://www.nytimes.com/2026/04/21/travel/treviso-italy-canal-fishing-little-venice-local-guide.html
1•bookofjoe•6m ago•1 comments

Reality Is a Shared Hallucination (1997)

http://reactor-core.org/reality-hallucination.html
1•downbad_•8m ago•1 comments

Show HN: VidMark – Frame.io-style timestamped comments for Google Drive

https://github.com/markksantos/VidMark
1•markksantos•12m ago•0 comments

Waveoverhangs – Steep overhangs without supports

https://waveoverhangs.com/
1•SpyCoder77•13m ago•0 comments

Jensen says Nvidia now has 'zero percent' market share in China

https://www.tomshardware.com/tech-industry/artificial-intelligence/jensen-says-nvidia-now-has-zer...
3•iamflimflam1•14m ago•0 comments

UAE Plans to Run 50% of Government on Agentic AI Within Two Years

https://www.mitsloanme.com/article/uae-plans-to-run-50-of-government-on-agentic-ai-within-two-years/
2•andsoitis•21m ago•0 comments

Icestream – enabling efficient streaming writes in Apache Iceberg

https://github.com/jordepic/Icestream
2•jordepic•21m ago•1 comments

Techm Studios

https://www.techmstudios.co.za
1•mtyide•22m ago•0 comments

Keeping HamClock Alive

https://hamclock.com/
1•Ariarule•23m ago•0 comments

I'm Fighting Two Wars

https://www.ft.com/content/95f501d0-1493-47b0-8ada-dc7c942036c9
1•merksittich•26m ago•1 comments

The Planet Is Dying but You've Got Work on Monday

https://collapse2050.substack.com/p/the-planet-is-dying-but-youve-got
1•vrganj•27m ago•0 comments

Milei Ends Argentina's Deficit After 123 Years – Global Finance Magazine

https://gfmag.com/economics-policy-regulation/argentina-milei-administration-eliminates-deficit/
5•bilsbie•28m ago•1 comments

Onion Futures Act

https://en.wikipedia.org/wiki/Onion_Futures_Act
3•xvirk•32m ago•0 comments

Ask HN: How do you show your free software projects to the world?

2•MaxwellJensen•35m ago•3 comments

AI for Teams: Team-in-the-Loop

https://jitera.com/blog/team-in-the-loop/
2•jitera•36m ago•0 comments

Training language models to be warm can reduce accuracy and increase sycophancy

https://www.nature.com/articles/s41586-026-10410-0
1•Anon84•38m ago•0 comments

Australian police officers can be tracked via taser and body-cam bluetooth

https://www.abc.net.au/news/2026-05-04/police-location-tracked-bluetooth-flaw-axon-tasers-bodycam...
2•satori99•39m ago•0 comments

How A.I. Is Transforming China's Entertainment Industry

https://www.nytimes.com/2026/05/03/world/asia/china-microdrama-ai-backlash.html
2•Markoff•40m ago•1 comments

Duralang – decorator makes every LangChain LLM/tool/MCP call a Temporal Activity

https://temporal.io/code-exchange/duralang-durable-stochastic-ai-agents-with-one-decorator
3•deepanshsaxena•41m ago•0 comments

Most Companies Aren't Anywhere Near Ready for AI

https://danielmiessler.com/blog/most-companies-arent-ready-for-ai
1•rmason•43m ago•1 comments

WolfCOSE: Zero alloc, PQC, MISRA-C, FIPS 140-3 built with wolfCrypt

https://github.com/aidangarske/wolfCOSE
1•aidangarske•46m ago•0 comments

Performance of a large language model on the reasoning tasks of a physician

https://www.science.org/doi/10.1126/science.adz4433
1•kakoni•50m ago•1 comments

Llama.ttf: a font file which is also a large language model and inference engine

https://fuglede.github.io/llama.ttf/
1•smitec•53m ago•0 comments

Show HN: HypergraphZ – A Hypergraph Implementation in Zig

https://github.com/yamafaktory/hypergraphz
1•yamafaktory•53m ago•0 comments

Erm: A Local CLI That Strips Ums, Uhs, and Erms from Speech

https://doug.sh/posts/erm-a-local-cli-that-strips-ums-uhs-and-erms-from-speech/
1•dougcalobrisi•55m ago•0 comments

Show HN: Interpretable AutoResearch – Legible Agent Workflows

https://github.com/BarishNamazov/interpretable-autoresearch
2•barishnamazov•56m ago•0 comments

Bose SoundTouch Cloud Replacement

https://github.com/gesellix/Bose-SoundTouch
1•gesellix•1h ago•1 comments

My Agent Memory Library Helps Write Indie Articles

https://benemson.com/blog/agents/my-agent-memory-library-helps-write-indie-articles
1•emson•1h ago•2 comments

Skin Trackers – S&P-style indices for the CS2 skin market

https://skintrackers.com/en
1•Jorgin_•1h 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•12mo ago

Comments

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