frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: A framework for designing and prototyping with AI-assisted code editors

https://github.com/bmoff/code-first-design
1•moff444•1m ago•0 comments

Software 1.0 easily automates what you can specify, 2.0 what you can verify

https://twitter.com/karpathy/status/1990116666194456651
1•speckx•1m ago•0 comments

Ask HN: How to orchestrate multi-agent workflows (beyond one-shot prompts)?

1•grandimam•1m ago•0 comments

JUCE with the Zig Build System

https://github.com/szkkng/juzi
2•akatsutki•4m ago•0 comments

Official LIGO-Virgo-Kagra Benchmark Shows KFR Outperforming FFTW in CERN Root

https://ar5iv.labs.arxiv.org/html/2503.14292
2•danlcaza•6m ago•0 comments

Every log must fire: applying Chekhov's gun to cybersecurity incident reports

https://andreafortuna.org/2025/11/17/chekhovs-gun-and-cybersecurity-incident-reports
2•speckx•7m ago•0 comments

Chat – all-new secure messaging on X

https://twitter.com/chat/status/1989465741444485180
1•ChrisArchitect•7m ago•0 comments

Social media de-imagined. Use your words

https://cyberspace.online
2•keircn•8m ago•1 comments

The Platonic Case Against AI Slop

https://www.palladiummag.com/2025/11/14/the-platonic-case-against-ai-slop/
3•freddyym•9m ago•1 comments

Why two tiny mountain peaks became one of the internet's most famous images

https://theconversation.com/why-two-tiny-mountain-peaks-became-one-of-the-internets-most-famous-i...
2•avonmach•9m ago•0 comments

Exploring Gender Bias in Six Key Domains of Academic Science

https://journals.sagepub.com/doi/10.1177/15291006231163179
1•CGMthrowaway•10m ago•0 comments

EEG-Based Neurofeedback in Athletes and Non-Athletes

https://www.mdpi.com/2306-5354/12/11/1202
2•PaulHoule•10m ago•0 comments

Show HN: Natural language query interface for Postgres

https://github.com/kriti-sc/pg_gen_query
1•KritiKay•11m ago•0 comments

Show HN: I built a better Notion Web Clipper

https://notate.so/
1•kubeden•11m ago•0 comments

DESI's Dizzying Results

https://www.universetoday.com/articles/desis-dizzying-results
1•belter•11m ago•0 comments

Microsoft: Azure hit by 15 Tbps DDoS attack using 500k IP addresses

https://www.bleepingcomputer.com/news/microsoft/microsoft-aisuru-botnet-used-500-000-ips-in-15-tb...
2•speckx•11m ago•0 comments

Nuclear-Waste Arks Are a Bold Experiment in Protecting Future Generations

https://www.scientificamerican.com/article/nuclear-waste-arks-are-a-bold-experiment-in-protecting...
2•quapster•12m ago•0 comments

A new book recovers the origins of Effective Altruism

https://newrepublic.com/article/202433/happened-effective-altruism
4•Thevet•13m ago•0 comments

A Vast Majority of Steam Deck Owners Are Reportedly Existing PC Users

https://twistedvoxel.com/vast-majority-of-steam-deck-owners-are-pc-users/
1•pjmlp•13m ago•0 comments

The Baumol Effect and Jevons paradox are related

https://www.a16z.news/p/why-ac-is-cheap-but-ac-repair-is
3•cubefox•14m ago•0 comments

Show HN: Pinggy – A digital town square for your city

https://pinggy.com
1•vasanthv•14m ago•0 comments

Perplexity: How Big Tech Kills Competitors by Building Them

https://medium.com/@strategymat/perplexity-how-big-tech-kills-competitors-by-building-them-da8593...
1•Mati16•16m ago•0 comments

Pocket Audio HiChord

https://hichord.shop/
1•ofrzeta•17m ago•1 comments

Treasury Secretary Bessent reveals plan to tackle soaring $38T debt

https://www.thestreet.com/crypto/policy/treasury-secretary-bessent-reveals-plan-to-tackle-soaring...
1•consumer451•17m ago•0 comments

You only live once, self host a NAT Gateway

https://www.awsistoohard.com/blog/self-hosting-nat-gateway
1•veryrealsid•19m ago•0 comments

The Pentagon Is Spending Millions on AI Hackers

https://www.forbes.com/sites/thomasbrewster/2025/11/15/pentagon-spends-millions-on-ai-hackers/
2•speckx•19m ago•0 comments

Build a DeepSeek Model from Scratch

https://www.manning.com/books/build-a-deepseek-model-from-scratch
2•0x54MUR41•19m ago•0 comments

Show HN: Combi-message: simple key-value data store over HTTP+Socket.IO

https://github.com/gbafana25/combi-message
1•gkm25•25m ago•0 comments

Stark Medical Scanner Sort Of

https://filbot.com/medical-scanner/
1•freediver•26m ago•0 comments

Cities Panic over Having to Release Mass Surveillance Recordings

https://www.nakedcapitalism.com/2025/11/cities-panic-over-having-to-release-mass-surveillance-rec...
47•pavel_lishin•27m ago•3 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 :)