frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

$1900 Bug Bounty to Fix the Lenovo Legion Pro 7 16IAX10H's Speakers on Linux

https://github.com/nadimkobeissi/16iax10h-linux-sound-saga
1•birdculture•1m ago•0 comments

VapeRE: Reverse engineered disposable vape microcontroller boards

https://github.com/schlae/VapeRE
1•fanf2•7m ago•0 comments

N8n on FreeBSD – installation, configuration, and optimisation

https://m4c.pl/blog/n8n-freebsd-installation-configuration/
1•m4c-pl•8m ago•1 comments

Layanan Agoda Indonesia

1•Werasu•8m ago•0 comments

NATO Innovation Fund

https://www.nif.fund/
1•doener•9m ago•0 comments

Halfbakery: Purely functional programming with heat output

https://www.halfbakery.com/idea/Purely_20functional_20programming_20with_20heat_20output#1763275883
1•GravyPouch•10m ago•0 comments

Windows 95 in Electron. Runs on macOS, Linux, and Windows

https://github.com/felixrieseberg/windows95
1•thunderbong•11m ago•0 comments

Simplifying Cluster-Wide PostgreSQL Execution with Exec_node() and Spock OSS

https://www.pgedge.com/blog/simplifying-cluster-wide-sql-execution-in-pgedge-with-exec_node
1•pgedge_postgres•13m ago•0 comments

I'm 74, spent 18mo coding an on-device AI platform to fix the GTM model

1•ingconsani•16m ago•1 comments

My B2B SaaS runs 100% in the browser

https://rootcx.com/product/overview
1•seyz•19m ago•0 comments

The Great AI Bubble

https://broligarchy.substack.com/p/the-great-ai-bubble
2•mathgenius•19m ago•0 comments

AI Didn't Steal the Doctor's Job. It Gave Them Their Evenings Back

https://www.trytwofold.com/blog/ai-didnt-steal-the-doctors-job
1•ragswag•22m ago•0 comments

Culture Wars (1995)

https://www.wired.com/1995/05/culture/
1•robtherobber•24m ago•0 comments

Language Learning for the Streets

1•Sayuj01•25m ago•0 comments

Architectural debt is not just technical debt

https://frederickvanbrabant.com/blog/2025-10-31-architectural-debt-is-not-just-technical-debt/
1•BerislavLopac•26m ago•0 comments

Mission, Vision, PoTAYto, PoTAHto

https://longform.asmartbear.com/mission-vision/
2•BerislavLopac•27m ago•0 comments

Show HN: Translate images to any language instantly with AI

https://aiimagetranslator.net
1•kadeus•27m ago•0 comments

Show HN: I'm created simple CLI-calendar without time.h

1•DenisDolya•27m ago•0 comments

Blade Runner Model Shop

https://imgur.com/a/mv8qf
1•exvi•32m ago•0 comments

YC's Formula for Startup Manufacturing

https://investing101.substack.com/p/build-whats-fundable
2•allenleee•38m ago•0 comments

Build Bridges, Not Walls

https://bitfieldconsulting.com/posts/bridges-not-walls
3•saikatsg•43m ago•0 comments

Anthropic CEO warns that without guardrails, AI could be on dangerous path [video]

https://www.youtube.com/watch?v=aAPpQC-3EyE
1•sschueller•45m ago•1 comments

Robotic anthropomorphic hand made with only Legos

https://www.popsci.com/technology/teen-builds-robotic-hand-legos/
2•I_Nidhi•47m ago•0 comments

Why kaspa succeeds where crypto projects have failed

https://kaspa.org/why-kaspa-succeeds-where-millions-of-crypto-projects-have-failed/
1•salkahfi•47m ago•0 comments

Fed's Logan: Would be hard to support December rate cut

https://www.reuters.com/business/feds-logan-would-be-hard-support-december-rate-cut-2025-11-14/
1•zerosizedweasle•50m ago•0 comments

Best AI Browsers

https://www.kosmik.app/blog/best-ai-browsers
2•hemanr01•53m ago•2 comments

$300 Free Claude Code/Anthropic AI Credits

https://indiekithub.com
3•reluxe0310•54m ago•2 comments

His Legal Name Is One Letter – The Airline Rejects It

https://viewfromthewing.com/his-legal-name-is-one-letter-the-airline-rejects-it-and-says-just-cal...
2•thunderbong•1h ago•1 comments

What's the Deal with Ractors?

https://byroot.github.io/ruby/performance/2025/02/27/whats-the-deal-with-ractors.html
1•Fudgel•1h ago•0 comments

Musk, Bezos and Pichai Want AI Data Centers in Space

https://www.wsj.com/tech/now-tech-moguls-want-to-build-data-centers-in-outer-space-a8d08b4b
1•pomarie•1h 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 :)