frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Writing Design Docs

https://blog.ceejbot.com/posts/design-docs/
1•ProfDreamer•33s ago•0 comments

OpenAI says to update Mac apps ChatGPT and Codex as security precaution

https://9to5mac.com/2026/04/10/openai-says-to-update-mac-apps-including-chatgpt-and-codex-as-secu...
1•lashull•43s ago•0 comments

Reconstruction of human metabolic models with large language models

https://www.pnas.org/doi/10.1073/pnas.2516511123
1•XzetaU8•53s ago•0 comments

Elixir Client SDK 1.0 for EventSourcingDB Now Available

https://docs.eventsourcingdb.io/blog/2026/04/13/elixir-client-sdk-10-now-available/
1•goloroden•1m ago•0 comments

I got tired of rearranging my monitors every time I plug them in

https://github.com/akshin18/monitor_man
1•akshin18•5m ago•0 comments

The Closing of the Frontier

https://tanyaverma.sh/2026/04/10/closing-of-the-frontier.html
1•MindGods•6m ago•0 comments

Apple removes Lebanese village names from Apple Maps as Israel attacks

https://twitter.com/EthanLevins2/status/2043366941922926940
12•newspaper1•9m ago•1 comments

Generate tool-specific AI config files from shared templates

https://github.com/fabis94/universal-ai-config
1•idid•10m ago•0 comments

LLM-Wiki

https://keepnotes.ai/blog/2026-04-12-llmwiki/
1•xngbuilds•13m ago•0 comments

Apple has removed most of the towns and villages in Lebanon from Apple maps

https://maps.apple.com/frame?center=33.723388%2C35.614698&span=1.983925%2C4.004193
73•thepasswordis•18m ago•20 comments

Why "200 OK" does not mean your system worked

https://blog.bridgexapi.io/why-200-ok-does-not-mean-your-system-worked
1•Bridgexapi•18m ago•0 comments

Y Combinator lets you cross the line [video]

https://www.youtube.com/watch?v=ptT_LGfT69k
2•ethanwillis•19m ago•0 comments

High schooler's 3D design saves Seminole County thousands on election equipment

https://www.clickorlando.com/news/local/2026/04/10/high-schoolers-3d-design-saves-seminole-county...
1•gnabgib•19m ago•0 comments

Agentjail: Minimal Linux sandbox for running untrusted code/apps/agents

https://github.com/bugthesystem/agentjail
1•ziyasal•19m ago•1 comments

Canal of the Pharaohs

https://en.wikipedia.org/wiki/Canal_of_the_Pharaohs
1•softwaredoug•19m ago•0 comments

Nailing Jell-O to the Wall, Again. Can China Contain LLMs?

https://senteguard.com/blog/nailing-jell-o-to-the-wall-again-can-china-contain-llms-1767694568878
1•paulpauper•19m ago•0 comments

Artificial Intelligence and Human Legal Reasoning

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6525800
1•paulpauper•20m ago•0 comments

Apps and programming: two accidental tyrannies

https://andymatuschak.org/tat/
1•nathcd•24m ago•0 comments

I build a modern APIs listing engine

https://api-engine.vercel.app/
2•heyFFFF•24m ago•1 comments

Show HN: I built a project board where AI agents join as real teammates

https://is.team
2•spotlayn•25m ago•0 comments

Every feature should earn its place

https://twitter.com/karrisaarinen/status/2043378194938777813
1•tosh•25m ago•0 comments

Drift. Native Mac ambient sound mixer with spatial audio (no subscription)

https://driftsound.app
2•beeruot•36m ago•0 comments

Can you self-host AI on Intel NPU or ARC (iGFX and proper card?

https://github.com/aweussom/NoLlama
1•aweussom•36m ago•1 comments

Apple Accused of Removing Village Names of Disputed Territory in South

https://twitter.com/Villgecrazylady/status/2043380336545968466
8•pain_perdu•38m ago•0 comments

Show HN: A proactive AI agent on iMessage that texts you before you even ask

https://hemesh.tech/builds/summer-ai.html
1•HemeshCh•39m ago•0 comments

IrDA

https://computer.rip/2026-04-11-IrDA.html
2•Sniffnoy•41m ago•1 comments

Are sugar substitutes healthier than the real thing?

https://www.economist.com/science-and-technology/2026/04/10/are-sugar-substitutes-healthier-than-...
11•vinni2•42m ago•4 comments

Most businesses still run on spreadsheets built 10 years ago

https://www.chilcy.com/
1•sajithfx•44m ago•0 comments

Show HN: Revdiff – TUI diff reviewer with inline annotations for AI agents

https://github.com/umputun/revdiff
6•bumpa•44m ago•1 comments

New Modern Greek

https://redas.dev/NewModernGreek/
1•holoflash•45m 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•11mo ago

Comments

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