frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Russia issues international wanted notice against Telegram founder Pavel Durov

https://www.france24.com/en/europe/20260729-russia-issues-international-wanted-notice-against-tel...
1•28304283409234•1m ago•0 comments

Did you know Mastodon has 2 different logos for their server profiles?

https://www.reddit.com/r/Mastodon/comments/1v9q9pf/did_you_know_mastodon_has_2_different_logos_for/
1•doener•2m ago•0 comments

Show HN: Vimgolf.ai – Learn Vim by playing through a map of levels

https://vimgolf.ai
1•nickandbro•3m ago•0 comments

Im 14 and I want to create AI for students

1•grgnend•8m ago•0 comments

Can a 2.8T Model Run on a Single Node of Nvidia B300 X8?

https://blog.us.fixstars.com/deploying-kimi-k3-on-day-0-can-a-2-8t-model-run-on-a-single-node-of-...
1•ai2027•8m ago•0 comments

Triton Control – an open-source control plane for Nvidia Triton on Kubernetes

https://github.com/ai-lab-tech/triton-control
1•ai-lab-tech•9m ago•0 comments

College lab class ends with 32 people on antibiotics for deadly germ exposure

https://arstechnica.com/health/2026/07/college-lab-class-ends-with-32-people-on-antibiotics-for-d...
1•Tomte•9m ago•0 comments

Ross Douthat joins revamped 60 minutes

https://www.washingtonpost.com/business/2026/07/28/ross-douthat-leaves-new-york-times-bari-weisss...
2•_tk_•10m ago•0 comments

Brain Can Rewire Itself to Allow True Multitasking

https://www.sciencealert.com/your-brain-really-can-learn-to-multitask-and-scientists-just-reveale...
1•TMWNN•10m ago•0 comments

US bans humanoid robots from China, citing 'unacceptable risks'

https://www.theguardian.com/us-news/2026/jul/28/fcc-ban-humanoid-robots-china
1•beardyw•14m ago•1 comments

Show HN: Skewrun – fix Kerberos clock skew per-process, no root (open source)

https://github.com/JVBotelho/skewrun
1•jvbotelho•16m ago•1 comments

Global Infrastructure. Israeli Partner. One Invoice. Local Currency

https://www.medone.co.il/digital-realty-data-centers-israel
1•MedOneLtd•17m ago•0 comments

Fed up with Big Tech, communities turn to data collectives for control

https://restofworld.org/2026/ai-data-collectives-mozilla/
1•thm•17m ago•0 comments

Can the New York Times Save Journalism from Our AI Overlords?

https://www.wired.com/story/the-big-interview-podcast-a-g-sulzberger-new-york-times/
1•thm•20m ago•0 comments

A 2024 Plea for Lean Software (with running code)

https://berthub.eu/articles/posts/a-2024-plea-for-lean-software/
1•tosh•23m ago•0 comments

Note-taking medium, laptop vs. longhand, doesn't affect immediate learning

https://twitter.com/MichaelPauleen/status/2082089059095380106
1•mm_mm•26m ago•1 comments

ChatGPT claims rogue AI attacked more companies

https://www.bbc.co.uk/news/articles/c2el319vzr3o
4•osrec•26m ago•0 comments

Japan's Genki Robotics to launch first product this year, says CEO

https://asia.nikkei.com/editor-s-picks/interview/japan-s-genki-robotics-to-launch-first-product-t...
1•akg_67•28m ago•1 comments

Adding IndieWeb support to my static Hugo blog

https://blog.kulman.sk/adding-indieweb-to-hugo-blog/
2•ig0r0•28m ago•0 comments

How Nuclear-Powered Submarines Work [video]

https://www.youtube.com/watch?v=NTCNwRvUcuo
1•simonebrunozzi•29m ago•0 comments

Krei.se – 4D Butterfly – Custom WebGPU Engine, Geometric Algebra [video]

https://www.youtube.com/watch?v=0ueU6nnKDQE
1•Krei-se•29m ago•0 comments

How Profitable Is LLM Inference? Doing the Math on Kimi K3

https://cefboud.com/posts/ai-inference-costs-profit/
2•theanonymousone•30m ago•0 comments

Subaru reduced 30GB container pulls from three hours to three minutes

https://www.cncf.io/announcements/2026/07/28/subaru-wins-cncf-end-user-case-study-contest-for-acc...
1•rotariuvladimir•30m ago•0 comments

From a Research Report to a Validated Factor with AI

https://medium.com/@DolphinDB_Inc/from-research-report-to-validated-alpha-let-ai-build-debug-and-...
1•yiweileng•31m ago•0 comments

An Empirical Study of Model Context Protocol Applications

https://arxiv.org/abs/2607.25635
1•cwbuilds•32m ago•0 comments

Servo now passes 100% of WPT tests for the WebCrypto API

https://floss.social/@servo/117002165161738219
2•Vinnl•33m ago•0 comments

CodeCrucible: A blueprint for LLM-driven SAST

https://engineering.block.xyz/blog/codecrucible-a-blueprint-for-llm-driven-sast
1•handfuloflight•36m ago•0 comments

The Shape of Data (2022)

https://www.scattered-thoughts.net/writing/the-shape-of-data/
1•tosh•36m ago•0 comments

Russia charges Telegram founder Durov with facilitating terrorism

https://www.reuters.com/world/russias-fsb-charges-telegram-founder-durov-with-facilitating-terror...
7•ai2027•41m ago•0 comments

Scaling Agentic RL: 365,000 Environments for SWE, Terminal, and Search

https://www.primeintellect.ai/blog/scaling-agentic-rl
1•anacleto•41m 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•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 :)