frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

An Economic Analysis of a Drug-Selling Gang's Finances [pdf]

https://pricetheory.uchicago.edu/levitt/Papers/LevittVenkateshAnEconomicAnalysis2000.pdf
1•paulpauper•27s ago•0 comments

Agent Session Kit (ASK) – Git guardrails for AI-assisted coding workflows

https://github.com/qarau/agent-session-kit
1•qarau•30s ago•1 comments

Teenagers report for duty as Croatia reinstates conscription

https://www.bbc.com/news/articles/c93j2l32lzgo
1•tartoran•1m ago•0 comments

Show HN: LocalConvert –browser-based file converter using ffmpeg.wasm no uploads

1•Gokul_Raj_R•1m ago•0 comments

Advice for (Berkeley) Ph. D. students in math (2013)

https://blogs.ams.org/mathgradblog/2013/06/25/advice-berkeley-ph-d-students-math-bjorn-poonen/
1•paulpauper•1m ago•0 comments

Billionaires are a danger to themselves and (especially) us

https://pluralistic.net/2026/03/09/autocrats-of-trade-2/
1•Refreeze5224•2m ago•0 comments

Show HN: SimpleStats – Server-side Laravel analytics, immune to ad blockers

https://simplestats.io/blog/server-side-analytics-laravel
1•Sairahcaz2k•2m ago•1 comments

They Solved AI Hallucinations

https://www.youtube.com/watch?v=1ONwQzauqkc
1•neilellis•2m ago•0 comments

Show HN: TV Next – the uncluttered TV Tracking app you've been looking for

1•dmehers•3m ago•0 comments

Bell Character

https://en.wikipedia.org/wiki/Bell_character
1•baalimago•3m ago•0 comments

The Most Beautiful Freezer in the World: Notes on Baking at the South Pole

https://www.newyorker.com/culture/the-weekend-essay/the-most-beautiful-freezer-in-the-world
1•mitchbob•5m ago•1 comments

We went from 13 to 48 tools in our trading risk API for AI agents

https://github.com/System-R-AI/systemr-python
1•ashimnandi•6m ago•1 comments

Send a Message to Space

https://hellooo.space/
1•carlsverre•6m ago•0 comments

Autoformalization Is Required for Sovereignty

https://twitter.com/ani_pai/status/2031042753015013462
1•MrBuddyCasino•6m ago•0 comments

Gabibi is a tool for intentionally degrading images (in Japanese)

https://amix-design.com/tl/tool-gabibi/
1•anigbrowl•7m ago•0 comments

A New Chapter for Bluesky

https://bsky.social/about/blog/03-09-2026-a-new-chapter-for-bluesky
2•minimaxir•8m ago•0 comments

Mojo: GPU Puzzles

https://puzzles.modular.com/
1•tosh•8m ago•0 comments

What Is an AI Decision Engine

https://aicreationlabs.com/ai-decision-engine/
1•peteridah•9m ago•1 comments

Bluesky CEO Jay Graber Is Stepping Down

https://www.wired.com/story/bluesky-ceo-jay-graber-is-stepping-down/
2•zzzeek•9m ago•0 comments

How to Build MCP Servers for Your Internal Data

https://www.freecodecamp.org/news/how-to-build-mcp-servers-for-your-internal-data/
1•rmason•9m ago•0 comments

Participate in the 4th Berlin Salary Trends survey

https://survey.handpickedberlin.com/en
1•igorrek•11m ago•1 comments

Raccoons solve puzzles for the fun of it, new study finds

https://science.ubc.ca/news/2026-03/raccoons-solve-puzzles-fun-it-new-study-finds
1•geox•11m ago•0 comments

The "Sediment in Software"-Chart

https://www.youtube.com/watch?v=BxIsPxBAxHQ
1•brsc2909•12m ago•0 comments

AWS SDK for Rust: Using S3-Compatible APIs with Other Clouds

https://rup12.net/posts/s3-api-compatibility-is-awesome/
1•todsacerdoti•13m ago•0 comments

VFX artists vibe-coded a neural network green screen "unmixing" tool [video]

https://www.youtube.com/watch?v=3Ploi723hg4
1•fceruti•13m ago•0 comments

Iints-AF open-source pre-clinical simulation SDK for insulin delivery algorithms

https://python35.github.io/IINTS-Site/html/intelligence.html
1•BobbaersRune•13m ago•1 comments

Code Review for Claude Code

https://claude.com/blog/code-review
1•adocomplete•14m ago•0 comments

Reversible barocaloric effect in neopentyl plastic crystal solid solutions

https://www.nature.com/articles/s43246-026-01084-2
1•PaulHoule•14m ago•0 comments

Ghostty 1.3 Released

https://twitter.com/mitchellh/status/2031042095822340417
3•nodesocket•15m ago•0 comments

Golf club firm owned by Trump's sons merges with drone manufacturer

https://www.theguardian.com/business/2026/mar/09/trump-family-business-drones-merger
4•johnshades•17m 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•10mo ago

Comments

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