[Is Microsoft getting ready to add PC games to Xbox Cloud Gaming?]
Author: tim
Learn TensorFlow.js – Deep Learning and Neural Networks with JavaScript
TensorFlow Tutorial 18 – Custom Dataset for Images
Build an Image Classifier in 16 minutes using TensorFlow JS
Announcing Windows 11 Insider Preview Build 25336
Cyberpunk 2077 | Ray Tracing: Overdrive Mode – 4K Technology Preview Reveal
Connect Pacer to Google Fit – Troubleshooting
[I connected Pacer to Google Fit but the steps displayed are zero/zed, or very few]
To get Pacer to work, I installed on Android: Fitbit, Pacer, Google Fit, and Google Health Connect. All the apps had to be authorized with Fitbit to share data. And there was a security email I had to approve.
Policy Gradient Theorem Explained – Reinforcement Learning – AlphaStar
Train AI to win at Starcraft and DOTA
How to Run PyTorch Models in the Browser With ONNX.js
[Run PyTorch models in the browser using ONNX.js]
According to this video from 3 years ago, ONNX.js only does interference mode so it can’t do training. It still works if you can do your training in Python and port the trained model over to JS.
Format JSON in VS Code
Cmd + Shift + P and then Format JSON
Everything you need to know about the new Prusa MK4!
The world’s fastest train.
Using MEAT instead of Motors
GDC 2023 – Nreal

[Nreal] is a compact AR headset with [SDKs for Android]. The shop has [dev kits] for sale [$1199 per unit + $499 lenses]. For retail, the Light edition is [$599] and the Air edition is [$379].
Google and Apple vets raise $17M for Fixie, a large language model startup based in Seattle
Bitbucket Browser
I customized the [Win32 sample WebView2Browser] to make a dedicated browser for Bitbucket. This is useful when you need two accounts logged in at the same time.
Original Repository: [WebView2Browser]
Custom Browser: [WV2_BitbucketBrowser]
Godot at GDC 2023: The Indie Experience
WebView2 Browser – MS Teams
I customized the [Win32 sample WebView2Browser] to make a dedicated browser for MS Teams. This is better than using Electron Forge because it has the address bar, tabs, and browser controls.
Original Repository: [WebView2Browser]
Custom Browser: [WV2_MSTeamsBrowser]
Razer Razer | Feel Sharp, Play Sharp
Custom Chroma RGB on Hogwarts Legacy
What ever happened to Truckla?
Electron Forge – Getting Started
Overview
Electron Forge is an all-in-one tool for packaging and distributing Electron applications. It combines many single-purpose packages to create a full build pipeline that works out of the box, complete with code signing, installers, and artifact publishing. For advanced workflows, custom build logic can be added in the Forge lifecycle through its Plugin API. Custom build and storage targets can be handled by creating your own Makers and Publishers.
[Electron Forge – Getting Started]
npm init electron-app@latest my-app