Bookmarks tagged programming

15 Jun 2023 cohost.org
> People say some things on Stack Overflow.
> Posts are not linked to avoid unwanted interaction. Please do not touch the art. > Curator: @iliana@cohost.org
21 Dec 2022 www.copetti.org
An in-depth analysis that explains how this console works internally
"One[sic] another topic, have you ever wondered what causes games to lag? When the V-Blank interrupt is called to allow graphics update, sometimes the game is still executing some heavy code and skips the V-Blank window, graphics can’t be updated until the next V-Blank call and since the frame wasn’t updated, this is manifested as a drop in frame-rate."
10 Dec 2022 veekaybee.github.io
Is what we do development anymore?
#cloud + #programming
10 Dec 2022 jdisaacs.com
In this blog post I will overview how to setup flakes with NixOS and home-manager, and my approach to system configuration. I will also take care to introduce the Nix language and provide links to learning more. This is the first post in my NixOS Desktop series which I will use to explore my Nix and Linux journey.
#linux + #nix + #programming