frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Agent Canvas

https://www.openhands.dev/blog/introducing-agent-canvas
1•joshcsimmons•3m ago•0 comments

Show HN: Browser LLM Fit

1•init0•5m ago•0 comments

Ban Infinite Scrolling

https://www.rubenerd.au/ban-infinite-scrolling/
2•theorchid•7m ago•0 comments

Global regularity problem for the incompressible three-dimensional Navier-Stokes

https://terrytao.wordpress.com/2026/09/07/finite-time-blowup-with-smooth-forcing-term-for-the-inc...
2•digital55•10m ago•0 comments

A Highly Productive Dark Age: The Impact of AI on Mathematics

https://ev12183725.substack.com/p/a-highly-productive-dark-age
2•ceh123•12m ago•0 comments

OpenAI claims maths breakthrough on a famed 'Millennium Problem'

https://www.nature.com/articles/d41586-026-02842-5
1•Gedxx•13m ago•1 comments

One decision put Ruby into a downward spiral. It's not too late to fix it

https://rubyai.beehiiv.com/p/one-decision-put-ruby-into-a-downward-spiral-it-s-not-too-late-to-fi...
4•MattRogish•14m ago•0 comments

Elon Musk told ex-girlfriend he needed 'a legion of kids before the civil war'

https://www.theguardian.com/film/2026/sep/08/elon-musk-ashley-st-clair-documentary-venice
3•hackerbeat•17m ago•0 comments

If LLMs can't write, I doubt it can lead us to AGI

https://www.thetrueengineer.com/p/i-tested-every-ai-model-the-same
3•adletbalzhanov•19m ago•0 comments

Java and Polyglot Microservice Benchmarks (K6 Load Test)

https://ozkanpakdil.github.io/test-microservice-frameworks/posts/2026/2026-09-05-microservice-fra...
1•ejboy•19m ago•0 comments

How to Build a Printer

https://nishantjosh.dev/blogs/how-to-build-a-fking-printer/
1•cat-whisperer•19m ago•0 comments

iPhone Ultra accessories

https://dbrand.com/search/device/iphone-ultra
1•thijsr•21m ago•0 comments

Astra is fully rolled out to Plus, Pro, Business, and Enterprise users

https://twitter.com/OpenAI/status/2097431322117476423
1•vertigoruntime•22m ago•0 comments

New England Lighthouses

https://mapped.earth/lighthouses/new-england
2•MarcoDewey•24m ago•0 comments

Show HN: SimpleW – Lightweight C# Web Server with optional addons

https://simplew.net/
1•prodbro•25m ago•0 comments

There will only be four jobs

https://99d.substack.com/p/there-will-only-be-four-jobs
1•jacoblb64•26m ago•0 comments

Meta Just Launched Muse

4•Qhloi•27m ago•5 comments

China-Based AI Companies Using Distillation at Scale Against US AI Companies

https://www.cisa.gov/news-events/cybersecurity-advisories/aa26-251a
2•GrinningFool•27m ago•0 comments

Songspot – How Fast Can You Name a Track?

https://playdaily.org/songspot
2•WaterlooWarrior•28m ago•0 comments

Ask HN: As AI becomes more capable what's the value of knowledge?

1•mettamage•29m ago•3 comments

Ineffable Intelligence adds six cofounders

https://fortune.com/2026/09/07/ineffable-intelligence-hires-cofounders-hiring-google-deepmind-ins...
1•derangedHorse•29m ago•0 comments

ChatGPT Is Apologetic, Claude Is Self-Righteous, Both Need a Human Translator

https://correresmidestino.com/you-still-need-a-human-translator/
1•frizlab•29m ago•0 comments

JasyPDF – Create PDFs easier than ever

https://jasy.dev/
1•eustoria•30m ago•0 comments

Build the semantic layer for agents instead of people

https://www.angellist.com/blog/the-semantic-layer-nobody-maintains
1•jmrothrock_3•31m ago•0 comments

A Pageflip/Flipbook Custom Element Powered by HTML-in-Canvas

https://www.bram.us/2026/09/02/html-in-canvas-pageflip/
1•eustoria•31m ago•0 comments

California winemaker Tom Rinaldi has died

https://www.sfchronicle.com/food/wine/article/tom-rinaldi-duckhorn-obituary-22422146.php
1•brandonb•31m ago•1 comments

Show HN: Blackholes – A macOS workspace for coding agents

https://blackholes.dev
1•andygeek•33m ago•0 comments

Ask HN: I can't submit and my account is from 2024

1•ahmedhossamdev•34m ago•1 comments

Urban congestion relief experiments through routing-app interventions

https://www.nature.com/articles/s44284-026-00443-x
1•bhouston•35m ago•0 comments

Ask HN: What is your best Agent Skill?

1•kingkongjaffa•36m ago•2 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 :)