Skip to content

Instantly share code, notes, and snippets.

View artemkoloskov's full-sized avatar
🏠
Working from home

Artem Koloskov artemkoloskov

🏠
Working from home
View GitHub Profile
@artemkoloskov
artemkoloskov / README.md
Created June 18, 2026 08:38
Keep macOS from re-enabling AWDL — a LaunchDaemon that holds awdl0 down for stutter-free game/VR streaming (Quest/Virtual Desktop, Moonlight, GeForce Now, Parsec)

Keep macOS from re-enabling AWDL (stutter-free game / VR streaming)

A small root LaunchDaemon that holds the awdl0 interface down for as long as you want — so it keeps working even though macOS automatically turns Apple Wireless Direct Link (AWDL) back on every ~10–15 minutes.

The problem

Your Mac has a single Wi-Fi radio. AWDL — the protocol behind AirDrop, Handoff, Sidecar, Universal Control, iPhone Mirroring, and Apple Watch unlock — periodically hops that radio off your Wi-Fi channel to look for nearby Apple devices. Each hop is a ~50–100 ms stall, roughly once a second. For anything real-time over Wi-Fi (Quest / Virtual Desktop, Moonlight, GeForce Now, Parsec, remote desktop) that shows up as constant micro-stutter.

The usual fix is:

@artemkoloskov
artemkoloskov / build-prod.json
Last active May 6, 2026 05:59
Inia AI Platform — deployed versions
{"schemaVersion":1,"label":"build · production","message":"v1.0.60","color":"green","namedLogo":"docker","logoColor":"white"}
@artemkoloskov
artemkoloskov / InterfacesAndAbstracts.cs
Created May 22, 2024 04:09
Interfaces and abstracts
using Newtonsoft.Json;
public interface IInterf
{
string PropFromInterfaceAbstract { get; set; }
string MethFromInterfVirtual();
T FromJson<T>(string json);
string ToJson();
}
0420c43f36b22cc0541d13db3743a96def1526c449468ef58569dd8cf66f726ce964075f7cf249edfb42dea20d58ef97284793e99102f8d698bff8b46c6f37d9e8;romanornr