frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Three major PC makers now using Chinese memory

https://www.tomshardware.com/tech-industry/three-major-pc-makers-now-using-chinese-memory-to-figh...
2•rbanffy•1m ago•0 comments

Show HN: Share context between friends via MCP

https://crosswalk.to/
1•jase_jase•1m ago•0 comments

It's not a fear of "AI communism"; it's a fear of competitive market capitalism

http://observationalepidemiology.blogspot.com/2026/07/its-not-fear-of-ai-communism-its-fear.html
1•speckx•1m ago•0 comments

We built a software factory to drive Astro's GitHub issue count to zero

https://blog.cloudflare.com/astro-issue-triage/
1•sbulaev•2m ago•0 comments

Foods I use for brain fog instead of supplements

https://www.plantbasededit.com/6-foods-i-use-for-brain-fog-instead-of-supplements/
1•martinagabr•4m ago•0 comments

USGS launches interactive maps of real-time streamflow conditions

https://www.usgs.gov/centers/new-england-water-science-center/news/usgs-launches-interactive-stre...
2•MarcoDewey•5m ago•1 comments

YInMn Blue: The first new blue in two centuries

https://chemistry.oregonstate.edu/chemistry-news-events/yinmn-blue
1•zhinit•5m ago•0 comments

Real cost running LLMs production

https://soamee.com/en/blog/en-real-cost-running-llms-production
1•javiermanzano•5m ago•0 comments

Show HN: Denorm – Declarative derived columns (Postgres)

https://gitlab.com/kendowns/denorm
1•KenPainter•5m ago•0 comments

Beyond Static Benchmarks: A Post-Leaderboard Evaluation Paradigm for Music GenAI

http://www.alexanderlerch.com/posts/paper-musaik/
1•lerch•6m ago•0 comments

Show HN: Stonefold – a deterministic gateway between AI agents and your systems

https://stonefold.ai/
1•gabert•6m ago•0 comments

Utah lawmakers decided to tax large tech companies

https://www.sltrib.com/news/2026/08/04/utahs-new-targeted-advertising-tax/
1•toomuchtodo•8m ago•0 comments

Memoirs of a Long-Time Luddite

https://angadh.com/luddite-1
1•surprisetalk•9m ago•0 comments

Show HN: Real-time bus tracker for every stop in Great Britain, built on BODS

https://stopboard.uk/
1•josephmjustin•9m ago•0 comments

Interactive, 3D disassembly of an ETA watch movement

https://eta6497-disassembly.netlify.app/
1•JamilD•10m ago•0 comments

FFmpeg 9.0 Released

https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/9.0:/Changelog
2•LaSombra•10m ago•0 comments

Lossless Inference

https://runinfra.ai/news/lossless-inference
3•OsamaJaber•11m ago•0 comments

Does Anyone Know a Real, Live, Human Being WHO Works at Facebook?* (2023)

https://robinmckinleysblog.com/does-anyone-know-a-real-live-human-being-who-works-at-facebook/
1•bariumbitmap•12m ago•0 comments

SSH-over-IROH: connect to any machine without IP, behind a NAT/firewall

https://github.com/rustonbsd/iroh-ssh
1•janandonly•12m ago•0 comments

Every way to dereference a pointer in C (personal-blog)

https://blog-rosy-mu-6g08eh3dr6.vercel.app/blog/pointers
1•SyntaxError2505•12m ago•0 comments

Personal Software Journey: Self-Hosting Agent-Built Apps on a Mac Mini

https://metedata.substack.com/p/016-my-personal-software-journey
1•young_mete•13m ago•0 comments

WebGPU Glass Material

https://github.com/ektogamat/webgpu-mesh-transmission-material
1•wildpeaks•13m ago•0 comments

SpaceX's satellite ambitions squeeze out rivals reliant on its rockets

https://www.reuters.com/business/aerospace-defense/spacexs-satellite-ambitions-squeeze-out-rivals...
1•sleepyguy•13m ago•0 comments

Smart wound dressing speeds up healing by triggering body's own repair signals

https://www.eurekalert.org/news-releases/1137465
1•gmays•14m ago•0 comments

Scientific American's Easter

https://leancrew.com/all-this/2026/04/scientific-americans-easter/
1•speckx•15m ago•0 comments

Pi, Minimal and Performant

https://earendil.com/posts/pi-autoresearch-and-databricks/
2•tosh•16m ago•1 comments

Fossil Preserves Ichthyosaur That Ate Pterosaur Before Becoming Food Itself

https://www.discovermagazine.com/100-million-year-old-fossil-preserves-an-ichthyosaur-that-ate-a-...
1•anyonecancode•17m ago•0 comments

Skip-Level One-on-Ones

https://mgrebler.substack.com/p/the-secret-to-skip-level-one-on-ones
1•fagnerbrack•19m ago•0 comments

Gmail will end send-as support from third-party email addresses

https://support.google.com/mail/answer/17101213?hl=en
4•ritzaco•19m ago•1 comments

Show HN: Free SEO checker that finds redirect chains and www issues

https://redirectiq.com/tools/seo-checker
1•joshkurz•19m ago•0 comments
Open in hackernews

Show HN: My journey into game development with AI

https://playdowntime.com/
1•gennadiygryva•49m ago
I had a development background initially, moved out to a different field 20+ years ago, but often have a nostalgia with periodic attempts to create something. Wanted to share the last one, started 2 months ago as part of my upskilling with AI. Choice what to develop was easy - spent lots of time commuting to the office and wanted a simple game playable offline, without ads, within 5-10 minutes. I have never developed mobile games and this was an point of the experiment - how far I can reach? :)

Stage 0 (full control & no trust) - I started with VS Code + Android Studio. Yes, Claude created something, however compilation and error correction was an old-style pain. Initially googled, then asked AI "check and correct the error". Then I realised that I don't need neither VS Code nor Android Studio. When I need to review a code, i can do it in project folder directly.

Stage 1 (building the trust) - moved to Claude Code CLI. Jointly with Claude we defined the processes and the team structure (agents responsible for core framework, games, QA tests, and the tech lead performing the code review), and then Claude set up the environment (bye-bye VS Code). At this stage, I still reviewed some code but started to build trust into overriding reviews by tech lead.

Stage 2 (direction and supervision of the AI team) - I realised that it's more valuable to have a proper planning to define the requirements (concept, high-level architecture and design), and then allow agents to develop the game, add automated QA tests, and then tech lead to do a code review.

Some rules on the road and helpful processes that we defined on this journey: - Key architectural decisions are fixed during the initial planning. AI is not allowed to circumvent them and must ask my approval, and in most cases, we found better ways within the initial boundaries. The same applies to the core app framework that was frozen after the initial implementation and QA. - Hard module ownership - prevents agents to make quiet changes to each other's code. Technical lead still flags such cases during review, but these are rare exceptions now. - UI design - Claude can do UI, but it's not the strongest area, and initially it was a pain... We established a workflow when all UI changes are first shown on local web server. It still takes multiple iterations to get to appropriate level, but much easier now. - Device testing matrix - it allows to see how it looks like on different screens (resolution, density, aspect). We ended up in 12 types from low-end to high-end phones and tablets. One script runs app on emulator and takes screenshots. Another script identifies issues in app screens. The last presents all screenshots (by devices, layouts based on portrait/landscape, touch/buttons, dark/light theme) on local web server. Once all ok, the screenshots are promoted as golden and used in later QA tests. - Triage flag - helpful when I'm away and have some ideas or thoughts. I simply raise an issue on Github mobile, add a triage flag, and Claude picks it in our next session. - Detailed test plans for manual testing on live devices. - For marketing materials, AI's focus is shifted towards low-level details. It's helpful to propose some points or do a sense check of human-written draft. But if you want a story with a correct focus - do it manually...

Key controls in the process are: - peer review by tech lead agent for all changes; - automated QA tests and UI tests based on the device matrix; - standardised release process (validation of QA tests, final testing of AAB release, updates to Play Store listing and website, and some other steps); - Play Store upload is still a manual step, done by me when happy with all release process checks and steps.

And a little about the application itself - it's free, offline, currently contains 2 games (easy classic games where you don't need to learn how to play), and more games are coming :) Web-page: https://playdowntime.com