Featured

Google DeepMind’s Most Intelligent Open Model Yet

If you’ve been watching the open-model space closely, Gemma 4 looks like a serious step forward. Google describes it as its most intelligent open model family yet , built from Gemini 3 research and technology , with a strong focus on maximizing intelligence per parameter . In plain English: more brains, less bloat. That matters, especially for people who want powerful AI that can run on their own hardware , not just in the cloud. What Is Gemma 4? Gemma 4 is part of Google DeepMind’s open model lineup, lightweight, developer-friendly models designed for building AI apps while still being capable enough for serious work. According to the official DeepMind page, Gemma 4 is positioned as: Google’s most intelligent open model family Built using Gemini 3 research and technology Designed for advanced reasoning Optimized for agentic workflows Available in multiple sizes for both edge devices and desktop/workstation use The Model Sizes: Tiny Brains and Big Brains One ...

Sideload apk's on Oculus Go

Prerequisites





You'll also need a PC, with adb setup (platform tools) and a micro USB cable



Enable developer options in the oculus app by going to settings> device> headset settings> enable developer options

Plug the headset into a USB 3.0 socket on you're PC and allow USB debugging on the headset



Extract the platform tools zip file on your PC 

Open a terminal and type 

adb devices 

You're headset should show as a string of numbers in the terminal. If it doesn't, update the driver in device manager in windows with the oculus USB driver.

Note: the oculus go sdk version is 25 , or android 7, check the Android API in the APK package you downloaded

adb install "app.apk" 




Tip: right-click on the apk you want to install and in the context menu, tap on 'copy as path' 

If there's an error that there is multiple adb devices connected, check in the terminal. Windows subsystem for android can possibly come up in terminal along with the headset

The apps you install will be in your library under 'unknown sources'

Related links


 

Comments