Skip to content

Instantly share code, notes, and snippets.

View philopaterwaheed's full-sized avatar
🥰
planitly for the win

philo san philopaterwaheed

🥰
planitly for the win
View GitHub Profile
@pietersp
pietersp / hybrid_gpu_archcraft_laptop_setup.md
Last active September 14, 2025 14:06
Archcraft linux setup on Intel/Nvidia hybrid laptop

Setting up my Hybrid graphics Laptop with Archcraft Linux

Setting up hybrid graphics linux is generally painful with the current state of Nvidia support. If you can avoid getting an Nvidia GPU based laptop if you plan to use Linux. I use a distro called Archcraft and had some issues specific to my setup (distro/hardware)

The hardware I am installing this on is a TongFang GM6TG7W (aka Wootbook Extreme IV). It has an Intel iGPU and an Nvidia 3070 Max-Q dGPU.

@pesterhazy
pesterhazy / building-sync-systems.md
Last active September 13, 2025 20:57
Building an offline realtime sync engine

So you want to write a sync system for a web app with offline and realtime support? Good luck. You might find the following resources useful.

Overview articles