frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

ProofMode – Video Authenticity Standard

https://divine.video/proofmode
1•dudewhocodes•7m ago•1 comments

Building serverless applications with Rust on AWS Lambda

https://aws.amazon.com/blogs/compute/building-serverless-applications-with-rust-on-aws-lambda/
1•cebert•15m ago•0 comments

Nitrux [Linux] 5.0 Launches with Hyprland as Default Desktop

https://linuxiac.com/nitrux-5-0-launches-with-hyprland-as-default-desktop/
1•indigodaddy•18m ago•0 comments

Forces are preventing us fighting the climate crisis by taking knowledge hostage

https://www.theguardian.com/commentisfree/2025/nov/14/climate-crisis-communication-super-rich
4•billybuckwheat•23m ago•0 comments

Show HN: Visual agent dashboard for Cursor (mockup)

https://imgur.com/a/7bZio94
1•ktotheb•24m ago•0 comments

The Myth of Private AI: Why Your Chat Logs Are a Legal Battlefield

https://x.com/vladzima/article/1989459570658259258
3•salkahfi•26m ago•0 comments

Google and Disney Reach Deal to Restore ESPN, ABC to YouTube TV

https://www.cnbc.com/2025/11/14/google-disney-reach-deal-to-restore-espn-abc-others-to-youtube-tv...
3•gslin•26m ago•1 comments

A structural regular expression engine for Rust

https://www.sminez.dev/match-it-again-sam/
1•vinhnx•27m ago•0 comments

Anthropic Launches Use Case Library

https://www.claude.com/resources/use-cases
3•vinhnx•28m ago•0 comments

The Siren Music and Sound Package in Smalltalk

https://fastlabinc.com/Siren/
1•ofalkaed•28m ago•0 comments

Emails Reveal Jeffrey Epstein Money Financed Bitcoin Core Development

https://www.therage.co/epstein-bitcoin-core/
3•cramsession•28m ago•0 comments

Leaked documents shed light into how much OpenAI pays Microsoft

https://techcrunch.com/2025/11/14/leaked-documents-shed-light-into-how-much-openai-pays-microsoft/
4•CharlesW•29m ago•0 comments

AI note-taking startup Fireflies was really two guys typing notes by hand

https://www.pcgamer.com/software/ai/usd1-billion-ai-company-co-founder-admits-that-its-usd100-a-m...
6•thomassmith65•33m ago•0 comments

The War Against Human Nature

https://www.nytimes.com/2025/11/14/opinion/paul-kingsnorth-humanity-technology.html
1•anbcodes•35m ago•0 comments

Making music as accessible to learn as coding

https://blog.terrydjony.com/learning-music-should-be-as-accessible-as-learning-coding/
1•terryds•36m ago•0 comments

AMD GPUs Go Brrr

https://hazyresearch.stanford.edu/blog/2025-11-09-amd-brr
1•vinhnx•39m ago•0 comments

Methods for Using the GLM Coding Plan in Claude Code

https://docs.z.ai/devpack/tool/claude
1•handfuloflight•44m ago•0 comments

YouTube TV and Disney reach agreement

https://www.nytimes.com/athletic/6802603/2025/11/14/youtube-tv-espn-disney-status-deal-agreement/
3•milleramp•48m ago•0 comments

Process World, Object-Oriented Mind

https://aethermug.com/posts/process-world-object-oriented-mind
2•layer8•51m ago•0 comments

Astrophotographer snaps photo of skydiver 'falling' past the sun's surface

https://www.livescience.com/space/the-sun/astrophotographer-snaps-absolutely-preposterous-photo-o...
3•toss1•52m ago•1 comments

Code Climate Quality Is Now Qlty Software

https://codeclimate.com/blog/code-climate-quality-is-now-qlty-software
1•Kerrick•54m ago•0 comments

Show HN: Tf-dialect: Teach AI agents your org's Terraform standards via MCP

https://github.com/UtpalJayNadiger/tf-dialect
1•iacguy•56m ago•0 comments

Sysadmins Take Note

https://bitfieldconsulting.com/posts/sysadmins-take-note
1•Curiositry•1h ago•0 comments

Show HN: Turn Any Website into AI Knowledge Base [1-Click] Free Workflow

https://www.youtube.com/watch?v=YYCBHX4ZqjA
1•ahmedelhadidi•1h ago•0 comments

Anthropic 'disrupted' 'the first case of a large-scale AI cyberattack

https://fortune.com/2025/11/14/anthropic-disrupted-first-documented-large-scale-ai-cyberattack-cl...
1•toss1•1h ago•1 comments

VisiData – open-source spreadsheet for the terminal

https://www.visidata.org/
4•andsoitis•1h ago•2 comments

Show HN: BranchBox – isolated dev environments per feature

https://github.com/branchbox/branchbox
1•rida•1h ago•0 comments

Review of Spreadsheet User Interfaces

https://www.vogt.world/review-of-spreadsheet-user-interfaces/
1•andsoitis•1h ago•1 comments

Zig GUI from Scratch

https://www.vogt.world/zig-gui-from-scratch-part-1/
2•andsoitis•1h ago•0 comments

Quantifying Long-Range Information for Long-Context LLM Pretraining Data

https://arxiv.org/abs/2510.25804
1•PaulHoule•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 :)