Explore >> Select a destination


You are here

dsat.igada.de
| | austinmorlan.com
9.9 parsecs away

Travel
| | I recently finished building Ben Eaters 8-bit Breadboard Computer but near the end of it I realized that much of the fun was in the design and the learning, but the act of actually cutting wire was an exercise in tedium. I wasnt quite ready to put the 8-bit computer behind me, but I didnt want to cut or bend wire anymore. Another thing thats been on my to-do list is programming for the original Game Boy (GB).
| | destevez.net
9.6 parsecs away

Travel
| | [AI summary] The text describes the transmission of telemetry data from a spacecraft using different virtual channels (VCs). It explains that VC 1 is used for transmitting recorded telemetry data over CFDP files, while VC 63 is an idle channel transmitting dummy data. The text also discusses the contents of data packets from various APIDs (Application Protocol IDs) and the structure of the data they contain.
| | wiki.nesdev.com
5.4 parsecs away

Travel
| | Tile compression refers to techniques that allow fitting more graphics data into a smaller space. Programs using CHR ROM cannot use compressed tiles, as their tile data must be stored in the PPU's native format. But programs using CHR RAM can process tile data while copying it from PRG ROM to CHR RAM, and this processing allows storing more tiles in the same space.
| | blog.arkadi.one
46.6 parsecs away

Travel
| As I fall down the NixOS rabbit hole, this is a reference page for me. This is base install of GNOME NixOS from my Acer laptop. # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running 'nixos-help'). { config, pkgs, ... }: { imports = [ # Include the results of the hardware scan.