Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start [2023/08/19 08:51] Topazstart [2024/05/15 15:58] (current) Topaz
Line 25: Line 25:
 * https://oldvcr.blogspot.com/2023/02/dusting-off-dreamcast-linux.html * https://oldvcr.blogspot.com/2023/02/dusting-off-dreamcast-linux.html
  
-### DOS+### IBM PC
  
 +* [[:ibm_pc|IBM PC]]
 * [[:msdos|MS-DOS]] * [[:msdos|MS-DOS]]
  
Line 32: Line 33:
  
 * [[:raspberry_pi:badger_2040|Badger 2040]] * [[:raspberry_pi:badger_2040|Badger 2040]]
 +* [[:raspberry_pi:inky_frame|Inky Frame]]
  
 ### Quantel ### Quantel
Line 40: Line 42:
  
 * [[:linux|Linux]] * [[:linux|Linux]]
 +
 +### Haiku
 +
 +* [[:haiku|Haiku]]
  
 ## CPUs ## CPUs
Line 83: Line 89:
 * [[:technologies:mixxx|Mixxx]] DJ software * [[:technologies:mixxx|Mixxx]] DJ software
 * [[:technologies:obs|OBS]] streaming studio * [[:technologies:obs|OBS]] streaming studio
 +* [[:technologies:neovim|NeoVim]] editing software
 +* [[:technologies:audacity|Audacity]] audio editing software
 +* [[:technologies:hugo|Hugo]] blogging software
 +* [[:technologies:gitea|Gitea]] git hosting webapp
  
 ## Hardware ## Hardware
  
-* [[:mechanical_keyboard:sweet16_v2|Sweet16 v2] mechanical keyboard kit+* [[:mechanical_keyboard:sweet16_v2|Sweet16 v2]] mechanical keyboard kit 
 +* [[:3d_printer:prusa_mk4|Prusa Mk4]] 3d printer
  
 ## How tos ## How tos
Line 94: Line 105:
 * [[:how_tos:detect_and_swap_failing_linux_hard_drive|Detect and swap out a failing Linux hard drive]] * [[:how_tos:detect_and_swap_failing_linux_hard_drive|Detect and swap out a failing Linux hard drive]]
  
-## Programming+## Electronics
  
-### C+I'm trying to understand electronics.
  
-#### Pointers+* [[:electronics|Electronics]]
  
-If you want to take a void pointer then use it for building a structure of objects of the same data size, recast it:+## Programming
  
-```c +[[:programming:c|C]] programming language
-void *myRAM;+
  
-// allocate the ram+## Random
  
-short *shortInterface = (short *)myRAM; +[[:random_things|Random Things]]
-shortInterface++; //=> incremented by 2 +
-```+
  
 --- ---