commit c9868211fa092aadf0ea0d8a525f9ef49f498833
parent 836e03e603581aa625f59d76ee59c37c25fe84a3
Author: viznut_web <viznut_web@web>
Date: Fri, 3 Jun 2022 13:18:18 +0200
Diffstat:
1 file changed, 28 insertions(+), 0 deletions(-)
diff --git a/hardware.mdwn b/hardware.mdwn
@@ -0,0 +1,28 @@
+The world is full of abandoned computer hardware, so buying new hardware is not very recommendable. Therefore, we shouldn't be too picky with even the lousiest pieces of hardware but rather try to approach their problems as something to be fixed with hacking, reverse-engineering and activism.
+
+Possible problems with hardware:
+
+* Insufficient documentation (preventing repair, reuse and/or reprogramming)
+* Insufficient hacking/repair culture
+* Difficulty of [[repairing|Right to repair]]
+* Difficulty of component reuse (no [[Design for disassembly]])
+* Unavailability of replacement components
+* High energy consumption (even when running idle)
+* High design complexity (often leading to a dependence on closed driver/firmware blobs, especially when combined with lack of documentation)
+* [[DRM]] locks preventing the running of third-party code
+* [[Software]] issues from all the code that can't be replaced
+
+Efforts to create new hardware components in biosphere-compatible and/or local ways may be worth supporting, although that goal is still very far away.
+
+Types of hardware components:
+
+* [[Processors]] (including [[SoC]]s)
+* [[Displays]]
+* [[Batteries]]
+* [[Input devices]]
+* [[Storage devices]]
+* [[Radio devices]]
+
+See also:
+
+* [[Bedrock platform]]