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 March 6, 2025 20:51
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 April 28, 2025 07:41
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