commit 099d891c80eb62e3e2d826a7a10ba372396e3967 Author: Gabriel Date: Thu Jul 10 18:58:11 2025 -0400 Parses content reasonably well for MVP status, will update as I try to integrate it into the main project diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..7a6a73e --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,2115 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "addr2line" +version = "0.24.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" +dependencies = [ + "gimli", +] + +[[package]] +name = "adler2" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" + +[[package]] +name = "atom_syndication" +version = "0.12.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2f68d23e2cb4fd958c705b91a6b4c80ceeaf27a9e11651272a8389d5ce1a4a3" +dependencies = [ + "chrono", + "derive_builder", + "diligent-date-parser", + "never", + "quick-xml", +] + +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + +[[package]] +name = "autocfg" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" + +[[package]] +name = "backtrace" +version = "0.3.75" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" +dependencies = [ + "addr2line", + "cfg-if", + "libc", + "miniz_oxide", + "object", + "rustc-demangle", + "windows-targets 0.52.6", +] + +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + +[[package]] +name = "bitflags" +version = "2.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" + +[[package]] +name = "bumpalo" +version = "3.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" + +[[package]] +name = "byteorder" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" + +[[package]] +name = "bytes" +version = "1.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" + +[[package]] +name = "cc" +version = "1.2.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362" +dependencies = [ + "shlex", +] + +[[package]] +name = "cfg-if" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" + +[[package]] +name = "chrono" +version = "0.4.41" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" +dependencies = [ + "num-traits", +] + +[[package]] +name = "core-foundation" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "core-foundation-sys" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" + +[[package]] +name = "cssparser" +version = "0.34.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c66d1cd8ed61bf80b38432613a7a2f09401ab8d0501110655f8b341484a3e3" +dependencies = [ + "cssparser-macros", + "dtoa-short", + "itoa", + "phf", + "smallvec", +] + +[[package]] +name = "cssparser-macros" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" +dependencies = [ + "quote", + "syn", +] + +[[package]] +name = "darling" +version = "0.20.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" +dependencies = [ + "darling_core", + "darling_macro", +] + +[[package]] +name = "darling_core" +version = "0.20.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" +dependencies = [ + "fnv", + "ident_case", + "proc-macro2", + "quote", + "strsim", + "syn", +] + +[[package]] +name = "darling_macro" +version = "0.20.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" +dependencies = [ + "darling_core", + "quote", + "syn", +] + +[[package]] +name = "derive_builder" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" +dependencies = [ + "derive_builder_macro", +] + +[[package]] +name = "derive_builder_core" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" +dependencies = [ + "darling", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "derive_builder_macro" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" +dependencies = [ + "derive_builder_core", + "syn", +] + +[[package]] +name = "derive_more" +version = "0.99.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "diligent-date-parser" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8ede7d79366f419921e2e2f67889c12125726692a313bffb474bd5f37a581e9" +dependencies = [ + "chrono", +] + +[[package]] +name = "displaydoc" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "dtoa" +version = "1.0.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" + +[[package]] +name = "dtoa-short" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" +dependencies = [ + "dtoa", +] + +[[package]] +name = "ego-tree" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2972feb8dffe7bc8c5463b1dacda1b0dfbed3710e50f977d965429692d74cd8" + +[[package]] +name = "encoding_rs" +version = "0.8.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "equivalent" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" + +[[package]] +name = "errno" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" +dependencies = [ + "libc", + "windows-sys 0.60.2", +] + +[[package]] +name = "fastrand" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" + +[[package]] +name = "fnv" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + +[[package]] +name = "form_urlencoded" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" +dependencies = [ + "percent-encoding", +] + +[[package]] +name = "futf" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" +dependencies = [ + "mac", + "new_debug_unreachable", +] + +[[package]] +name = "futures-channel" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" +dependencies = [ + "futures-core", + "futures-sink", +] + +[[package]] +name = "futures-core" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" + +[[package]] +name = "futures-io" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" + +[[package]] +name = "futures-sink" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" + +[[package]] +name = "futures-task" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" + +[[package]] +name = "futures-util" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" +dependencies = [ + "futures-core", + "futures-io", + "futures-sink", + "futures-task", + "memchr", + "pin-project-lite", + "pin-utils", + "slab", +] + +[[package]] +name = "fxhash" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" +dependencies = [ + "byteorder", +] + +[[package]] +name = "getopts" +version = "0.2.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cba6ae63eb948698e300f645f87c70f76630d505f23b8907cf1e193ee85048c1" +dependencies = [ + "unicode-width", +] + +[[package]] +name = "getrandom" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" +dependencies = [ + "cfg-if", + "libc", + "wasi 0.11.1+wasi-snapshot-preview1", +] + +[[package]] +name = "getrandom" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" +dependencies = [ + "cfg-if", + "libc", + "r-efi", + "wasi 0.14.2+wasi-0.2.4", +] + +[[package]] +name = "gimli" +version = "0.31.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" + +[[package]] +name = "h2" +version = "0.4.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785" +dependencies = [ + "atomic-waker", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "http", + "indexmap", + "slab", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "hashbrown" +version = "0.15.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" + +[[package]] +name = "html5ever" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c" +dependencies = [ + "log", + "mac", + "markup5ever", + "match_token", +] + +[[package]] +name = "http" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + +[[package]] +name = "http-body" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" +dependencies = [ + "bytes", + "http", +] + +[[package]] +name = "http-body-util" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" +dependencies = [ + "bytes", + "futures-core", + "http", + "http-body", + "pin-project-lite", +] + +[[package]] +name = "httparse" +version = "1.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" + +[[package]] +name = "hyper" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "h2", + "http", + "http-body", + "httparse", + "itoa", + "pin-project-lite", + "smallvec", + "tokio", + "want", +] + +[[package]] +name = "hyper-rustls" +version = "0.27.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" +dependencies = [ + "http", + "hyper", + "hyper-util", + "rustls", + "rustls-pki-types", + "tokio", + "tokio-rustls", + "tower-service", +] + +[[package]] +name = "hyper-tls" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" +dependencies = [ + "bytes", + "http-body-util", + "hyper", + "hyper-util", + "native-tls", + "tokio", + "tokio-native-tls", + "tower-service", +] + +[[package]] +name = "hyper-util" +version = "0.1.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df" +dependencies = [ + "base64", + "bytes", + "futures-channel", + "futures-core", + "futures-util", + "http", + "http-body", + "hyper", + "ipnet", + "libc", + "percent-encoding", + "pin-project-lite", + "socket2", + "system-configuration", + "tokio", + "tower-service", + "tracing", + "windows-registry", +] + +[[package]] +name = "icu_collections" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" +dependencies = [ + "displaydoc", + "potential_utf", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_locale_core" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" +dependencies = [ + "displaydoc", + "litemap", + "tinystr", + "writeable", + "zerovec", +] + +[[package]] +name = "icu_normalizer" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_normalizer_data", + "icu_properties", + "icu_provider", + "smallvec", + "zerovec", +] + +[[package]] +name = "icu_normalizer_data" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" + +[[package]] +name = "icu_properties" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_locale_core", + "icu_properties_data", + "icu_provider", + "potential_utf", + "zerotrie", + "zerovec", +] + +[[package]] +name = "icu_properties_data" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" + +[[package]] +name = "icu_provider" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" +dependencies = [ + "displaydoc", + "icu_locale_core", + "stable_deref_trait", + "tinystr", + "writeable", + "yoke", + "zerofrom", + "zerotrie", + "zerovec", +] + +[[package]] +name = "ident_case" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" + +[[package]] +name = "idna" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" +dependencies = [ + "idna_adapter", + "smallvec", + "utf8_iter", +] + +[[package]] +name = "idna_adapter" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" +dependencies = [ + "icu_normalizer", + "icu_properties", +] + +[[package]] +name = "indexmap" +version = "2.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" +dependencies = [ + "equivalent", + "hashbrown", +] + +[[package]] +name = "io-uring" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013" +dependencies = [ + "bitflags", + "cfg-if", + "libc", +] + +[[package]] +name = "ipnet" +version = "2.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" + +[[package]] +name = "iri-string" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" +dependencies = [ + "memchr", + "serde", +] + +[[package]] +name = "itoa" +version = "1.0.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" + +[[package]] +name = "js-sys" +version = "0.3.77" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" +dependencies = [ + "once_cell", + "wasm-bindgen", +] + +[[package]] +name = "libc" +version = "0.2.174" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" + +[[package]] +name = "linux-raw-sys" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" + +[[package]] +name = "litemap" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" + +[[package]] +name = "lock_api" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" +dependencies = [ + "autocfg", + "scopeguard", +] + +[[package]] +name = "log" +version = "0.4.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" + +[[package]] +name = "mac" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" + +[[package]] +name = "markup5ever" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18" +dependencies = [ + "log", + "phf", + "phf_codegen", + "string_cache", + "string_cache_codegen", + "tendril", +] + +[[package]] +name = "match_token" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "memchr" +version = "2.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" + +[[package]] +name = "mime" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" + +[[package]] +name = "miniz_oxide" +version = "0.8.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" +dependencies = [ + "adler2", +] + +[[package]] +name = "mio" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" +dependencies = [ + "libc", + "wasi 0.11.1+wasi-snapshot-preview1", + "windows-sys 0.59.0", +] + +[[package]] +name = "native-tls" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" +dependencies = [ + "libc", + "log", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework", + "security-framework-sys", + "tempfile", +] + +[[package]] +name = "never" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91" + +[[package]] +name = "new_debug_unreachable" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" + +[[package]] +name = "num-traits" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" +dependencies = [ + "autocfg", +] + +[[package]] +name = "object" +version = "0.36.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" +dependencies = [ + "memchr", +] + +[[package]] +name = "once_cell" +version = "1.21.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" + +[[package]] +name = "openssl" +version = "0.10.73" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" +dependencies = [ + "bitflags", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "openssl-probe" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" + +[[package]] +name = "openssl-sys" +version = "0.9.109" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" +dependencies = [ + "cc", + "libc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "parking_lot" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" +dependencies = [ + "lock_api", + "parking_lot_core", +] + +[[package]] +name = "parking_lot_core" +version = "0.9.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" +dependencies = [ + "cfg-if", + "libc", + "redox_syscall", + "smallvec", + "windows-targets 0.52.6", +] + +[[package]] +name = "percent-encoding" +version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" + +[[package]] +name = "phf" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" +dependencies = [ + "phf_macros", + "phf_shared", +] + +[[package]] +name = "phf_codegen" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" +dependencies = [ + "phf_generator", + "phf_shared", +] + +[[package]] +name = "phf_generator" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" +dependencies = [ + "phf_shared", + "rand", +] + +[[package]] +name = "phf_macros" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" +dependencies = [ + "phf_generator", + "phf_shared", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "phf_shared" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" +dependencies = [ + "siphasher", +] + +[[package]] +name = "pin-project-lite" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" + +[[package]] +name = "pin-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + +[[package]] +name = "pkg-config" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" + +[[package]] +name = "potential_utf" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" +dependencies = [ + "zerovec", +] + +[[package]] +name = "precomputed-hash" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" + +[[package]] +name = "proc-macro2" +version = "1.0.95" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "quick-xml" +version = "0.37.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" +dependencies = [ + "encoding_rs", + "memchr", +] + +[[package]] +name = "quote" +version = "1.0.40" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "r-efi" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" + +[[package]] +name = "rand" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +dependencies = [ + "rand_core", +] + +[[package]] +name = "rand_core" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" + +[[package]] +name = "redox_syscall" +version = "0.5.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" +dependencies = [ + "bitflags", +] + +[[package]] +name = "reqwest" +version = "0.12.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" +dependencies = [ + "base64", + "bytes", + "encoding_rs", + "futures-channel", + "futures-core", + "futures-util", + "h2", + "http", + "http-body", + "http-body-util", + "hyper", + "hyper-rustls", + "hyper-tls", + "hyper-util", + "js-sys", + "log", + "mime", + "native-tls", + "percent-encoding", + "pin-project-lite", + "rustls-pki-types", + "serde", + "serde_json", + "serde_urlencoded", + "sync_wrapper", + "tokio", + "tokio-native-tls", + "tower", + "tower-http", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + +[[package]] +name = "ring" +version = "0.17.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" +dependencies = [ + "cc", + "cfg-if", + "getrandom 0.2.16", + "libc", + "untrusted", + "windows-sys 0.52.0", +] + +[[package]] +name = "rss" +version = "2.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2107738f003660f0a91f56fd3e3bd3ab5d918b2ddaf1e1ec2136fb1c46f71bf" +dependencies = [ + "atom_syndication", + "derive_builder", + "never", + "quick-xml", +] + +[[package]] +name = "rss_content" +version = "0.1.1" +dependencies = [ + "ego-tree", + "reqwest", + "rss", + "scraper", +] + +[[package]] +name = "rustc-demangle" +version = "0.1.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" + +[[package]] +name = "rustix" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" +dependencies = [ + "bitflags", + "errno", + "libc", + "linux-raw-sys", + "windows-sys 0.59.0", +] + +[[package]] +name = "rustls" +version = "0.23.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1" +dependencies = [ + "once_cell", + "rustls-pki-types", + "rustls-webpki", + "subtle", + "zeroize", +] + +[[package]] +name = "rustls-pki-types" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" +dependencies = [ + "zeroize", +] + +[[package]] +name = "rustls-webpki" +version = "0.103.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" +dependencies = [ + "ring", + "rustls-pki-types", + "untrusted", +] + +[[package]] +name = "rustversion" +version = "1.0.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" + +[[package]] +name = "ryu" +version = "1.0.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" + +[[package]] +name = "schannel" +version = "0.1.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" +dependencies = [ + "windows-sys 0.59.0", +] + +[[package]] +name = "scopeguard" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + +[[package]] +name = "scraper" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "527e65d9d888567588db4c12da1087598d0f6f8b346cc2c5abc91f05fc2dffe2" +dependencies = [ + "cssparser", + "ego-tree", + "getopts", + "html5ever", + "precomputed-hash", + "selectors", + "tendril", +] + +[[package]] +name = "security-framework" +version = "2.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" +dependencies = [ + "bitflags", + "core-foundation", + "core-foundation-sys", + "libc", + "security-framework-sys", +] + +[[package]] +name = "security-framework-sys" +version = "2.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "selectors" +version = "0.26.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd568a4c9bb598e291a08244a5c1f5a8a6650bee243b5b0f8dbb3d9cc1d87fe8" +dependencies = [ + "bitflags", + "cssparser", + "derive_more", + "fxhash", + "log", + "new_debug_unreachable", + "phf", + "phf_codegen", + "precomputed-hash", + "servo_arc", + "smallvec", +] + +[[package]] +name = "serde" +version = "1.0.219" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_derive" +version = "1.0.219" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "serde_json" +version = "1.0.140" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +dependencies = [ + "itoa", + "memchr", + "ryu", + "serde", +] + +[[package]] +name = "serde_urlencoded" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" +dependencies = [ + "form_urlencoded", + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "servo_arc" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "204ea332803bd95a0b60388590d59cf6468ec9becf626e2451f1d26a1d972de4" +dependencies = [ + "stable_deref_trait", +] + +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + +[[package]] +name = "siphasher" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" + +[[package]] +name = "slab" +version = "0.4.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" + +[[package]] +name = "smallvec" +version = "1.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" + +[[package]] +name = "socket2" +version = "0.5.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" +dependencies = [ + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "stable_deref_trait" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" + +[[package]] +name = "string_cache" +version = "0.8.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" +dependencies = [ + "new_debug_unreachable", + "parking_lot", + "phf_shared", + "precomputed-hash", + "serde", +] + +[[package]] +name = "string_cache_codegen" +version = "0.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" +dependencies = [ + "phf_generator", + "phf_shared", + "proc-macro2", + "quote", +] + +[[package]] +name = "strsim" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" + +[[package]] +name = "subtle" +version = "2.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" + +[[package]] +name = "syn" +version = "2.0.104" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "sync_wrapper" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" +dependencies = [ + "futures-core", +] + +[[package]] +name = "synstructure" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "system-configuration" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" +dependencies = [ + "bitflags", + "core-foundation", + "system-configuration-sys", +] + +[[package]] +name = "system-configuration-sys" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "tempfile" +version = "3.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +dependencies = [ + "fastrand", + "getrandom 0.3.3", + "once_cell", + "rustix", + "windows-sys 0.59.0", +] + +[[package]] +name = "tendril" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" +dependencies = [ + "futf", + "mac", + "utf-8", +] + +[[package]] +name = "tinystr" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" +dependencies = [ + "displaydoc", + "zerovec", +] + +[[package]] +name = "tokio" +version = "1.46.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" +dependencies = [ + "backtrace", + "bytes", + "io-uring", + "libc", + "mio", + "pin-project-lite", + "slab", + "socket2", + "windows-sys 0.52.0", +] + +[[package]] +name = "tokio-native-tls" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" +dependencies = [ + "native-tls", + "tokio", +] + +[[package]] +name = "tokio-rustls" +version = "0.26.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" +dependencies = [ + "rustls", + "tokio", +] + +[[package]] +name = "tokio-util" +version = "0.7.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" +dependencies = [ + "bytes", + "futures-core", + "futures-sink", + "pin-project-lite", + "tokio", +] + +[[package]] +name = "tower" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" +dependencies = [ + "futures-core", + "futures-util", + "pin-project-lite", + "sync_wrapper", + "tokio", + "tower-layer", + "tower-service", +] + +[[package]] +name = "tower-http" +version = "0.6.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +dependencies = [ + "bitflags", + "bytes", + "futures-util", + "http", + "http-body", + "iri-string", + "pin-project-lite", + "tower", + "tower-layer", + "tower-service", +] + +[[package]] +name = "tower-layer" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" + +[[package]] +name = "tower-service" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" + +[[package]] +name = "tracing" +version = "0.1.41" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" +dependencies = [ + "pin-project-lite", + "tracing-core", +] + +[[package]] +name = "tracing-core" +version = "0.1.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" +dependencies = [ + "once_cell", +] + +[[package]] +name = "try-lock" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" + +[[package]] +name = "unicode-ident" +version = "1.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" + +[[package]] +name = "unicode-width" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" + +[[package]] +name = "untrusted" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + +[[package]] +name = "url" +version = "2.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" +dependencies = [ + "form_urlencoded", + "idna", + "percent-encoding", +] + +[[package]] +name = "utf-8" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" + +[[package]] +name = "utf8_iter" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" + +[[package]] +name = "vcpkg" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" + +[[package]] +name = "want" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" +dependencies = [ + "try-lock", +] + +[[package]] +name = "wasi" +version = "0.11.1+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" + +[[package]] +name = "wasi" +version = "0.14.2+wasi-0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" +dependencies = [ + "wit-bindgen-rt", +] + +[[package]] +name = "wasm-bindgen" +version = "0.2.100" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" +dependencies = [ + "cfg-if", + "once_cell", + "rustversion", + "wasm-bindgen-macro", +] + +[[package]] +name = "wasm-bindgen-backend" +version = "0.2.100" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" +dependencies = [ + "bumpalo", + "log", + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-futures" +version = "0.4.50" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" +dependencies = [ + "cfg-if", + "js-sys", + "once_cell", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.100" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.100" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-backend", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.100" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "web-sys" +version = "0.3.77" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "windows-link" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" + +[[package]] +name = "windows-registry" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" +dependencies = [ + "windows-link", + "windows-result", + "windows-strings", +] + +[[package]] +name = "windows-result" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-strings" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-sys" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.60.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" +dependencies = [ + "windows-targets 0.53.2", +] + +[[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +dependencies = [ + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm 0.52.6", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", +] + +[[package]] +name = "windows-targets" +version = "0.53.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" +dependencies = [ + "windows_aarch64_gnullvm 0.53.0", + "windows_aarch64_msvc 0.53.0", + "windows_i686_gnu 0.53.0", + "windows_i686_gnullvm 0.53.0", + "windows_i686_msvc 0.53.0", + "windows_x86_64_gnu 0.53.0", + "windows_x86_64_gnullvm 0.53.0", + "windows_x86_64_msvc 0.53.0", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" + +[[package]] +name = "windows_i686_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" + +[[package]] +name = "windows_i686_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + +[[package]] +name = "windows_i686_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" + +[[package]] +name = "wit-bindgen-rt" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" +dependencies = [ + "bitflags", +] + +[[package]] +name = "writeable" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" + +[[package]] +name = "yoke" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" +dependencies = [ + "serde", + "stable_deref_trait", + "yoke-derive", + "zerofrom", +] + +[[package]] +name = "yoke-derive" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "synstructure", +] + +[[package]] +name = "zerofrom" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" +dependencies = [ + "zerofrom-derive", +] + +[[package]] +name = "zerofrom-derive" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "synstructure", +] + +[[package]] +name = "zeroize" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" + +[[package]] +name = "zerotrie" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", +] + +[[package]] +name = "zerovec" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" +dependencies = [ + "yoke", + "zerofrom", + "zerovec-derive", +] + +[[package]] +name = "zerovec-derive" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..9263d29 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,23 @@ +[package] +name = "rss_content" +version = "0.1.1" +edition = "2024" + +[dependencies] +ego-tree = "0.10.0" +reqwest = {features=["blocking"], version="0.12.22"} +#iced = { git = "https://github.com/iced-rs/iced", version = "0.14.0-dev" , features=["markdown"]} +rss = "2.0.12" +scraper = "0.23.1" + +[profile.dev] +debug=true +incremental = true +codegen-units = 16 + +[profile.release] +opt-level = "z" +lto = true +codegen-units = 1 +panic = "abort" +strip=true diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..20b372e --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +# rss_content + +A simple rust crate to serialize `` into useful objects using the `scraper` crate. If you need to parse general rss, you probably just want the [rss crate](https://crates.io/crates/rss) + +This is part of my personal learning of Rust & [iced.](iced.rs) +The purpose of this library is to be useful for selecting particular iced widgets. diff --git a/src/elements.rs b/src/elements.rs new file mode 100644 index 0000000..722416a --- /dev/null +++ b/src/elements.rs @@ -0,0 +1,46 @@ + +#[derive(Debug)] +pub enum Item { + Ignore, + Text(String), + //text, links, formatting are all markdown + //arguably, for better control it will be best to turn markdown into its own set of items + Image(String), + Gif(String), //can't detect gif from image, has to be handled on front-end + Svg(String),// wont' support for a while I think. + Video(Video), + Audio(Audio), + Source(String), + BoldedText(Vec), + EmphasisText(Vec), + UnorderedList(Vec), + OrderedList(Vec), + ListItem(Vec), + Paragraph(Vec),//gotta replace this with specific items, needlessly flexible + Link(Link), +} + +#[derive(Debug)] +pub struct Link{ + pub href: String, + pub children: Vec +} + +#[derive(Debug)] +pub struct Video{ + pub children: Vec + //might have to do fancy things to detect autoplay... +} +#[derive(Debug)] +pub struct Audio{ + pub children: Vec + //might have to do fancy things to detect autoplay... +} +#[derive(Debug)] +pub enum ContainerTag{ + P, + Div, + Button,//arguably redundant + Table, + +} \ No newline at end of file diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..c34e47e --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,128 @@ +use scraper::{ElementRef, Html, Node}; +mod elements; +use elements::*; + +/* + The goal here is to flatten the DOM as much as possible. + paragraphs with fancy formatting are turned into markdown, same with +*/ +pub fn itemize_content(content: &str) -> Vec { + let frag = Html::parse_fragment(content); + frag.root_element().children().map(|e|{ + parse_items(e) + }).collect() +} + +pub fn get_children(el: &ElementRef) -> Vec{ + el.children().map(|c|{parse_items(c)}).collect() +} + +fn parse_items(n: ego_tree::NodeRef<'_,Node>) -> Item{ + if n.value().is_text(){ + return Item::Text((&n.value().as_text().unwrap()).to_string()) + } + + if n.value().is_element(){ + let el = ElementRef::wrap(n).unwrap(); + let tag_name = el.value().name(); + let mut item: Item; + match tag_name { + "br" => {return Item::Text("\n".to_owned())}, + "hr" => {return Item::Text("---".to_owned())} + "p" => { + return Item::Paragraph(get_children(&el)) + }, + "a" => { + let href = match el.attr("href") { + Some(link) => {link} + None => {""} + }; + return Item::Link( + Link{ + href: href.to_owned(), + children: get_children(&el) + } + ) + } + "img" => { + match el.attr("src") { + Some(src) => { + return Item::Image(src.to_owned()) + }, + None => {return Item::Ignore} + } + } + "source" => { + match el.attr("src") { + Some(src) => { + return Item::Source(src.to_owned()) + }, + None => {return Item::Ignore} + } + } + "video" => { + return Item::Video( + Video{ + children: get_children(&el) + } + ) + } + "ol" => { + return Item::OrderedList(get_children(&el)) + } + "ul" => { + return Item::UnorderedList(get_children(&el)) + } + "li" => { + return Item::ListItem(get_children(&el)) + } + + _ => {} + }; + } + + Item::Ignore + + + +} + +/* +Ideally I would verify what works and write tests for it. +I also need a function to process markdown items. +*/ +/* +pub fn add(left: u64, right: u64) -> u64 { + left + right +} + +#[cfg(test)] +mod tests { + use super::*; + + #[test] + fn it_works() { + let result = add(2, 2); + assert_eq!(result, 4); + } +} + */ +#[cfg(test)] + mod tests { + use core::panic; + use rss::Channel; + mod example_data; + + use crate::{itemize_content, tests::example_data::FEEDS}; + #[test] + fn real_feeds(){ + let _ = FEEDS.map(|u|{ + let feed = rss::Channel::read_from(u.as_bytes()).unwrap(); + let results: Vec<_> = feed.items.into_iter().map(|item| { + itemize_content(&item.content.unwrap()); + }).collect(); + //let results: Vec<_> = itemize_content(u); + println!("Evaluated feed\nScanned {} items without errors",results.len()) + }); + } +} \ No newline at end of file diff --git a/src/tests/example_data.rs b/src/tests/example_data.rs new file mode 100644 index 0000000..8485d34 --- /dev/null +++ b/src/tests/example_data.rs @@ -0,0 +1,19732 @@ +pub const FEEDS: [&str; 2] = [ + LSN, + GABE_ROCKS +]; + +pub const LSN: &str = r#" + + + + Libre Solutions Network + https://libresolutions.network/ + Freedom in the digital age + Hugo -- gohugo.io + en-ca + + https://libresolutions.network/logo.png + + + Support this work! + + Darknet Market Maximalism with Anti Moonboy (AKA Xenu) + https://libresolutions.network/videos/anti-moonboy/ + Sun, 06 Jul 2025 13:42:05 +0000 + + https://libresolutions.network/videos/anti-moonboy/ + + + + + + Exploring the possibilities that remain for peer-to-peer digital cash + <p><a href="https://peertube.libresolutions.network/w/cG7Nag4zKju8dhy7y7XxVi">Listen on Peertube</a></p> +<p>This is a great conversation with <a href="https://antimoonboy.com/">Anti Moonboy</a> a highly knowledgeable Monero advocate also known as <a href="https://x.com/xenumonero">Xenu on X.</a> It was a pleasure to be joined by a knowledgeable and passionate cyber rebel to discuss many things including his latest manifesto <a href="https://antimoonboy.com/darknetmarketmaximalism/">Darknet Market Maximalism.</a> In our conversation we touch on the wider cryptocurrency discussion as well as the finer points of decentralization and privacy.</p> +<p>If you&rsquo;re interested in staying up to date on Monero and other topics <a href="https://antimoonboy.com/amn/">Anti Moonboy News</a> is a phenomenal resource. Please consider following Anti Moonboy through his site&rsquo;s <a href="https://antimoonboy.com/index.xml">RSS feed,</a> but you can also check out his channels on <a href="https://www.youtube.com/@Anti_Moonboy">YouTube,</a> <a href="https://rumble.com/c/c-7272376">Rumble,</a> and <a href="https://odysee.com/@anti_moonboy:7">Odysee.</a></p> +<blockquote> +<p><em>The Times 03/Jan/2009 Chancellor on brink of second bailout for banks.</em></p> +<p><a href="https://www.investopedia.com/terms/g/genesis-block.asp">Satoshi Nakamoto - Bitcoin Genesis block</a></p></blockquote> +<h3 id="links--resources">Links &amp; Resources:</h3> +<ul> +<li><a href="https://www.cnbc.com/2025/05/15/coinbase-says-hackers-bribed-staff-to-steal-customer-data-and-are-demanding-20-million-ransom.html">Coinbase says hackers bribed staff to steal customer data and are demanding $20 million ransom</a></li> +<li><a href="https://www.cbc.ca/news/world/world-us-cryptocurrency-related-crimes-1.7546701">&lsquo;Wrench attacks&rsquo; subject some cryptocurrency holders to violence, kidnapping</a></li> +<li>Self-hosting tools: +<ul> +<li><a href="https://yunohost.org/">YunoHost</a></li> +<li><a href="https://libreserver.org/">LibreServer</a></li> +<li><a href="https://start9.com/">Start9</a></li> +</ul> +</li> +<li><a href="https://protos.com/michael-saylor-suggests-selling-kidneys-as-bitcoin-dips-below-80k/">Michael Saylor suggests selling kidneys as bitcoin dips below $80K</a></li> +<li><a href="https://antimoonboy.com/aotpo/">Attacked of the Poisoned Outputs</a></li> +<li><a href="https://libresolutions.network/videos/bitcoin">Geopolitics &amp; Empire: Bitcoin’s Rise &amp; Its Future Role…Tulip Mania or Digital Gold?</a></li> +<li><a href="https://youtu.be/_alDjVDcX4k">Sam Bankman Fried and his empty boxes.</a></li> +<li><a href="https://libresolutions.network/articles/zano">The Zano Conspiracy: Hijacking Privacy</a> | <a href="https://gabe.rocks/docs/#/page/zano">Notes</a> +<ul> +<li><a href="https://antimoonboy.com/posts/amn32/">Anti Moonboy News 32 - Spy Nodes</a></li> +<li><a href="https://odysee.com/@anti_moonboy:7/AMN9:c">Anti Moonboy News 9 - &ldquo;How is Zano being used today?&rdquo;</a></li> +<li></li> +</ul> +</li> +<li><a href="https://xmrchat.com/">XMRChat</a></li> +<li><a href="https://nostr.com/">Nostr</a></li> +<li><a href="https://xmrbazaar.com/">XMRBazaar</a></li> +<li><a href="https://libresolutions.network/articles/mitra/">Mitra</a> | <a href="https://codeberg.org/silverpill/mitra">Repository</a></li> +</ul> +<h3 id="donate">Donate</h3> +<ul> +<li><a href="https://antimoonboy.com/donate/">Support Anti Moonboy</a></li> +<li><a href="https://libresolutions.network/about/support">Support this work</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Decentralization in Practice: Pitfalls and Possibilities + https://libresolutions.network/videos/simplified-privacy/ + Sun, 29 Jun 2025 17:21:41 +0000 + + https://libresolutions.network/videos/simplified-privacy/ + + + + + + Talking the finer points of freedom tech with Simplified Privacy + <p>This conversation is an opportunity to learn from <a href="https://simplifiedprivacy.com/">Simplified Privacy,</a> an organization that works to put decentralization in practice. It was a pleasure to talk with <a href="https://simplifiedprivacy.com/shadow-rebel/index.html">Shadow</a> from the team to dig deep into the challenges involved with privacy for fun and profit. This was a great opportunity to compare notes on the bleeding edge of decentralization and privacy tools and the practical realities of putting it to use. There are a lot of important questions to ask and lots of fine points to consider.</p> +<p>You can follow Simplified Privacy on <a href="https://ditto.pub/@npub14slk4lshtylkrqg9z0dvng09gn58h88frvnax7uga3v0h25szj4qzjt5d6">Nostr</a> to get connected.<br> +They also have <a href="https://podcast.simplifiedprivacy.com/">podcasts</a> and <a href="https://video.simplifiedprivacy.com/">videos</a> on a variety of privacy &amp; decentralization topics.<br> +For those looking to peer deeper into the systems, you can also browse their public <a href="https://git.simplifiedprivacy.is/explore/repos">code repositories.</a></p> +<h2 id="relevant-links">Relevant links:</h2> +<ul> +<li><a href="https://cyberfreedom.ca/tag/45th-parliament/">New Canadian Legislation against privacy</a></li> +<li><a href="https://www.jeffgeerling.com/blog/2025/self-hosting-your-own-media-considered-harmful-updated">Self-hosting your own media considered harmful (Updated)</a></li> +<li><a href="https://youtu.be/ftJ6eGll8HU">YouTube Considers This Software &ldquo;Harmful or Dangerous&rdquo;</a></li> +<li><a href="https://videos.lukesmith.xyz/w/fd4pz1jhA9GazuJ9PUy7tM">Fight the System? Or Exit the System?</a></li> +<li><a href="https://youtu.be/6AynIIFM2WU">AKSHUALLY! You Should ALWAYS Use A VPN! - The Hated One</a></li> +<li><a href="https://www.androidpolice.com/meta-yandex-apps-de-anonymize-localhost-tracking/">Researchers catch Meta apps abusing Android to track sensitive browsing history</a></li> +<li><a href="https://snikket.org/blog/on-the-jabber-ru-mitm/">On the jabber.ru MITM attack</a></li> +<li><a href="https://arstechnica.com/security/2024/06/critical-moveit-vulnerability-puts-huge-swaths-of-the-internet-at-severe-risk/">Critical MOVEit vulnerability puts huge swaths of the Internet at severe risk</a></li> +<li><a href="https://www.404media.co/the-signal-clone-the-trump-admin-uses-was-hacked/">The Signal Clone the Trump Admin Uses Was Hacked</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Smile! You're being recorded. + https://libresolutions.network/articles/smile-recorded/ + Wed, 18 Jun 2025 15:00:42 +0000 + + https://libresolutions.network/articles/smile-recorded/ + + Recognizing and contending with the nature of systemic surveillance. + <p>Omnipresent surveillance isn&rsquo;t merely normalized, but expected. It&rsquo;s a sad state of affairs when the extreme consolidation and misuse of sensitive personal information is merely yet another risk placed on individuals without a care. Worse still, people are quick to blame consumers for particular technology choices without considering structural factors. While it is worth our time to try to find ways to minimize digital intrusions, at some point the bigger picture has to be drawn and confronted. We are well past the time where being careful about what you post online was sufficient to protect your data. In our time, almost every institution you interact with creates a larger and larger digital footprint that is almost entirely outside of your own control.</p> +<p>While this can be mitigated by refusing to interact with any large public or private institution, it is unreasonable to expect the general public to make the same sacrifice consistently. Instead of playing the blame game, it can be useful to take stock of the information that is unnecessarily collected by institutions we choose to interact with, and those people are forced to contend with. Even when information collection is necessary, we should ask if data retention truly necessary? Even if it is, how long? Regardless of how long the information is kept, what practices are acceptable with that particular information? By recognizing the new threats created by mass data collection we should reassess how we allow people&rsquo;s information to be collected and used.</p> +<p>Many of these issues are currently coming to a head with <a href="https://www.cbsnews.com/video/senate-holds-hearing-23andme-concerns-company-selling-customers-data/">the sale</a> of 23andMe&rsquo;s treasure trove of sensitive data ranging from personal details to DNA. In many ways this is but the tip of a massive and jagged iceberg, given that the potential uses (<em>and misuses</em>) for intimate personal and medical details multiply by the day. While institutions both public and private promise to protect the information they collect with the latest and greatest standards and practices, these guarantees aren&rsquo;t worth very much. Data breaches are <a href="https://tech.co/news/data-breaches-updated-list">so common</a> to be background noise to many. Once information is shared, sold, or stolen, there is hardly any recourse for those who are harmed by its misuse.</p> +<p>The only way to ensure information is protected across time is to never record it in the first place. Consequences of breaches both large and small are severe for individuals. Information divulged in breaches is often <a href="https://www.fastcompany.com/91347086/data-breach-illicit-markets-personal-information-criminals">weaponized</a> against individuals, resulting in a wide array of terrible consequences. The tragedy is that your digital footprint is already far outside your control. While it is advisable to avoid proactively enlarging it, the sad fact is that almost every institution and service has an incentive to <a href="https://gizmodo.com/data-broker-brags-about-having-highly-detailed-personal-information-on-nearly-all-internet-users-2000575762">work against you.</a></p> +<p>The latest stock-market hype cycle, <a href="https://youtube.com/playlist?list=PLFQvErdlATeY-mEHozu5GlfffewysnHFq">&quot;<em>AI Mania</em>&quot;</a> is the fuel for this particular bonfire of civil liberties. The clear desire to integrate &lsquo;intelligent&rsquo; tools into all levels of society is based on the assumption that the mass collection, retention, and use of sensitive personal information is not only harmless, but desirable. This is a direct assault on the ability for individuals to have, much less choose their own boundaries with particular entities. It&rsquo;s a lot harder to &lsquo;opt-out&rsquo; of particular features when your phone plan is <a href="https://infosec.exchange/@briankrebs/114699542271613288">linked to your healthcare</a> or entities are able to leverage information collected on you from everywhere and anywhere.</p> +<p>The problem is not contained to a single institution or sector. This is a classic <a href="https://www.investopedia.com/terms/e/externality.asp">negative exernality</a> feedback loop. The privacy and security of individuals is being traded for risk management by institutions both public and private. This trade is anything but voluntary and immensely one-sided. Powerful automation and robotics systems are being developed with the express purpose of making our physical reality <a href="https://x.com/bigmadcrab/status/1930016652457898091">as controlled</a> as our digital one. If one is concerned about the information dark age online, they should be a great deal more concerned with what is coming to our actual lives if this trend continues.</p> +<p>It can be hard for people to see why anyone would cooperate with all this, but there are many strong incentives to go <em>play pong</em> with the machine. The gold rush surrounding artificial intelligence tools means that many are going to experiment with &lsquo;AI agents&rsquo;, even <a href="https://techcrunch.com/2025/03/07/signal-president-meredith-whittaker-calls-out-agentic-ai-as-having-profound-security-and-privacy-issues/">at their own peril.</a> The more interwoven these tools become with our lives, the more serious abuses can come from the misuse of personal information. It&rsquo;s one thing when a person chooses to use these tools, but a whole other scenario when institutions are making use of them and individuals are left with the consequences.</p> +<p>While private entities are massively responsible for expanding surveillance, Governments are escalating their own measures. Every level of society, including corporate data collection can be leveraged for <a href="https://www.openrightsgroup.org/blog/why-predictive-policing-must-be-banned/">real-time social control.</a> The <a href="https://theconsciousresistance.com/emergent201-tech-army/">militarization</a> of everyday technical tools has profound implications for governments capacity and willingness to suppress even the most minor signs of dissent.</p> +<p>This depressing dystopia is far from the inevitable path that its beneficiaries and sci-fi would have you believe. The biggest barrier to a better digital future is not the systems we have to contend with but our own imagination and will. Devices can be repurposed, systems can be replaced, and tools can be rebuilt or refined. In the worst case scenario, we&rsquo;ll have a great deal of recycling to do. It is difficult to draw the line that the problem is not the devices themselves, necessarily. &lsquo;Wearables&rsquo;, touch-screen devices, robots, and automation are all things that get a lot of <em>well-intentioned</em> ire, but are hardly the actual basis for the feared top-down technological terror. The actual problems are caused by these tools being built for a terrifyingly consolidated power structure to manage any resistance, internal or external. As political corruption consolidates actual power, the digital landscape morphs to suit this state of affairs. It is unavoidable that those who want a better digital experience must be engaged citizens supporting initiatives for transparency, accountability and justice.</p> +<p>The good news is that non-technical people are very much needed in this fight. None of this is an engineering problem. This is a reflection that our digital experience is a direct consequence of the powers at play in society. It is understandably overwhelming to consider the greater scope at hand. To make matters worse, it is entirely unlikely that these problems will be properly addressed. One can bet on more invasive (<em>both voluntary and coerced</em>) data collection on even the smallest details one can imagine in their life. The problem with privacy is that its harms are largely abstract to many people. The solutions are even more opaque as it&rsquo;s genuinely difficult to understand what moves are genuinely worth the effort. It&rsquo;s a challenging problem to solve because the harms are effectively diffused throughout society, like pollution, harming people in subtle to severe situations over longer periods of time. Odds are, there will likely be no single moment where people decide to take these issues head-on, especially when there are more pressing matters at hand. Unfortunately, this does nothing to stop privacy issues from impacting various other areas of life. This leads to scenarios where people are distraught by our modern digital landscape, but feel it&rsquo;s not only inescapable but also impossible to change.</p> +<p>There is a case for apathy. Those of us who want to see a better digital future may not want to admit it, but many people are up against more acute and practical concerns than data privacy. This is incredibly frustrating as we see the consolidation and weaponization of information used to create new and concerning dangers. Instead of blaming those who are unable to prioritize privacy, we have to ask ourselves what we need to do to structurally <em>change the game</em>. It is not reasonable to expect those shackled by information control and invasive surveillance to pay the entire cost of overcoming it themselves. Such an expectation is an inevitable descent into disappointment and despair.</p> +<h3 id="but-what-can-we-do">But what can we do?</h3> +<p>I would encourage you to face the problems as they are, and with some faith and creativity seek out smaller wins. Given that we have finite lifetimes, our goal shouldn&rsquo;t be to unilaterally solve everything. Instead, a cooperative long-term approach of <em>building momentum</em> in the right direction can absolutely yield meaningful results. There are notable examples from history in both the <a href="https://www.fsf.org/">Free Software Foundation</a> and the <a href="https://www.eff.org/">Electronic Frontier Foundation,</a> but know that you need not be constrained by these particular efforts. Don&rsquo;t be afraid of drawing your own lines in different places than others. If anything it can be a unique advantage to recognize particular problems and share insights.</p> +<p>Those who can unplug their minds from algorithmic control should, those who can protect their information absolutely need to, but that&rsquo;s not the entire picture. The best we can expect from the vast majority of people is for them to play the cards they&rsquo;re dealt. It is our job as those who want to work towards a better digital future to give the public better cards to play. In hindsight the cypherpunks most important point was recognizing it was the role of privacy advocates to create things that make digital autonomy possible and convenient. It is absolutely a high bar. Every year commercial trends raise the expectations the public has for technology. This is a daunting challenge, but more importantly an awesome opportunity.</p> +<p>It is fundamentally crucial that we recognize that our digital experience is downstream of our cultural understanding of the tools and systems we use. Without judicious and careful understanding of the world as it is, we will never see the future as we would like it to be. The dreamers must come to understand the doomers, and the doomers in turn must learn to appreciate the dreams. With this common understanding then we can wrestle with the fundamental social foundations of our technological landscape. This is far from philosophical navel-gazing, but is a necessary prerequisite for making the change necessary to avoid digital totalitarianism.</p> +<p>Now more than ever, it is vital to build a vision for a better digital experience. Simply decrying the egregious abuses of our existing one will only help us find opportunities to cope. By bringing people together to envision a truly radical and ambitious transformation of cyberspace, we have the opportunity to build lasting and holistic <em>solutions</em>. We have only begun to grapple with the consequences of our experience as it is. There is so much work to define what a better future looks like. Those of us with technical ability have two immense responsibilities: to be stewards for technology <em>as it is</em>, and to be fierce advocates for technological change that is used for people rather than against them.</p> +<p>If we are willing to take on these responsibilities, it is outright shocking how quickly things can improve. By responding to present-day realities we can properly inform long-term approaches. There is a real chance to make the tyrants of the world regret leaving so many bright technical minds <a href="https://sfstandard.com/2025/05/20/silicon-valley-white-collar-recession-entry-level/">without work.</a> Fighting for freedom in the real world is increasingly dependent on recognizing and addressing the realities in cyberspace, and we would ignore this to our peril. Those interested in a better future in general would be wise to consider how we plan to make space for a much needed independent technical revolution.</p> +💌 Thank you for reading this via RSS 📡 + + + + Digital Autonomy & Open-Source Intelligence with James Corbett + https://libresolutions.network/videos/digital-autonomy-osint/ + Thu, 12 Jun 2025 10:55:02 +0000 + + https://libresolutions.network/videos/digital-autonomy-osint/ + + + + + + https://libresolutions.network//images/corbett.webp + + + Discussing the fine points of research, censorship & AI terror. + <p>We return to the <a href="https://libresolutions.network/tags/digital-autonomy-series">Digital Autonomy series</a> to take a close look at our role in participating in today&rsquo;s information landscape. It is an honor and a pleasure to be joined by James Corbett of the <a href="https://corbettreport.com">Corbett Report</a> to dig into this topic in detail. James brings his vast experience as an independent researcher and alternative media voice. We discuss the evolving digital landscape as well as the pressing concerns around artificial intelligence tools. Independent voices and audiences themselves face unprecedented challenges to make the most of the opportunities of our time.</p> +<p>Consider taking this as an opportunity to reevaluate how you want to engage online. It has never been more clear that our time on corporate platforms is on borrowed time. You can consider trying out the <a href="https://libresolutions.network/tags/fediverse">Fediverse</a> or <a href="https://nostr.com/">nostr</a> or even just bookmark sites you find important and valuable. We all have a role to play in shaping the future of the information landscape, and our choices matter.</p> +<h2 id="links-discussed">Links discussed:</h2> +<ul> +<li> +<p><a href="https://www.washingtontimes.com/news/2006/apr/18/20060418-110124-3694r/">CIA mines ‘rich’ content from blogs</a></p> +</li> +<li> +<p><a href="https://corbettreport.com/episode-288-open-source-journalism/">Open Source Journalism</a></p> +</li> +<li> +<p><a href="https://corbettreport.com/mission-un-accomplished-the-corbett-report-back-on-youtube/">Mission Un-Accomplished? The Corbett Report Back on YouTube</a></p> +</li> +<li> +<p><a href="https://antennapod.org/">AntennaPod</a></p> +</li> +<li> +<p><a href="https://corbettreport.com/the-corbett-report-now-on-ipfs/">The Corbett Report . . . Now on IPFS!</a></p> +</li> +<li> +<p><a href="https://andrewblackman.net/2025/05/no-rss-isnt-dead/">No, RSS isn’t dead!</a></p> +</li> +<li> +<p><a href="https://www.businessinsider.com/jack-dorsey-partially-to-blame-for-centralizing-the-internet-regrets-2022-4">Twitter founder Jack Dorsey said he&rsquo;s &lsquo;partially to blame&rsquo; for centralizing the Internet and that he regrets it</a></p> +</li> +<li> +<p><a href="https://odysee.com/@Odysee:8/welcomestheindependentmediaalliancetoportal:b">Decentralization in Action: Odysee Welcomes the Independent Media Alliance to Portal</a></p> +</li> +<li> +<p><a href="https://gabe.rocks/sharing/ima.opml">Independent Media Alliance.opml</a></p> +</li> +<li> +<p><a href="https://libresolutions.network/articles/grayjay/">A Grayjay Review</a></p> +</li> +<li> +<p><a href="https://www.jeffgeerling.com/blog/2025/self-hosting-your-own-media-considered-harmful-updated">Self-hosting your own media considered harmful (updated)</a></p> +</li> +<li> +<p><a href="https://www.youtube.com/watch?v=ftJ6eGll8HU">YouTube Considers This Software &ldquo;Harmful or Dangerous&rdquo;</a></p> +</li> +<li> +<p><a href="https://corbettreport.com/the-internet-is-dead-long-live-the-internet/">The Internet Is Dead. Long Live the Internet.</a></p> +</li> +<li> +<p><a href="https://corbettreport.com/we-need-to-talk-about-ai/">We Need To Talk About AI</a></p> +</li> +<li> +<p><a href="https://web.archive.org/web/20230810084819/https://www.youtube.com/watch?v=sFj6-z8KeeU&amp;t=2985s">Neil Postman on Technopoly (1992)</a></p> +</li> +<li> +<p><a href="https://www.theglobeandmail.com/business/article-shopify-ceo-says-ai-use-for-work-a-fundamental-expectation-for-all/">Shopify CEO says AI use for work a ‘fundamental expectation’ for all employees</a></p> +</li> +<li> +<p><a href="https://ml-site.cdn-apple.com/papers/the-illusion-of-thinking.pdf">The Illusion of Thinking: Understanding the Strengths and Limitations of Reasoning Models via the Lens of Problem Complexity</a></p> +</li> +<li> +<p><a href="https://youtube.com/playlist?list=PLFQvErdlATeY-mEHozu5GlfffewysnHFq">AI Mania - Nobody Special</a></p> +</li> +<li> +<p><a href="https://www.iflscience.com/rokos-basilisk-the-banned-thought-experiment-you-might-regret-reading-about-78478">Roko&rsquo;s Basilisk: The &ldquo;Banned&rdquo; Thought Experiment You Might Regret Reading About</a></p> +</li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Cool Concepts That Deserve More Recognition + https://libresolutions.network/articles/experiments/ + Tue, 27 May 2025 10:37:16 +0000 + + https://libresolutions.network/articles/experiments/ + + Learning from the past to inform the future + <p>Over the years, there have been many fascinating projects attempting to push the limits of digital decentralization. What makes these inventions interesting is the opportunity to truly transform the systems people take for granted. While not every attempt succeeds in radically changing the game, there is often quite a fair bit to learn from them. In fact, it is often through failed experiments that we can learn the most to inform future approaches. Cyber rebels of all stripes need to rekindle their sense of creativity and curiosity.</p> +<p>It is tragic that so many brilliant technical minds are absorbed into big money cargo cults rather than drawn to working on practical answers to pressing problems. A lot of the very tantalizing and game-changing techniques are very often the most obscure. It is our job as cyber rebels to give these underrated gems their due credit. In the hopes of exploring the art of the possible, we&rsquo;ll be looking at a few fascinating projects that have covered important ground.</p> +<h3 id="zeronet---a-web-revolution">ZeroNet - A web revolution</h3> +<p>A particularly ambitious project to reinvent the Internet as we know it was <a href="https://gabe.rocks/docs/#/page/zeronet">ZeroNet.</a> This project was a particularly daring attempt to solve a great many problems all at once. Describing itself as &ldquo;Open, Free and un-censorable websites, using Bitcoin cryptography and BitTorrent network&rdquo;. The project was also built to be quite friendly with Tor, leveraging existing anonymity solutions to protect privacy on this new frontier. This project had some absolutely astounding potential and some very well-refined approaches. It is a shame that <a href="https://github.com/HelloZeroNet/ZeroNet">the repository</a> hasn&rsquo;t been updated since 2021, but the project lives on as <a href="https://github.com/zeronet-conservancy/zeronet-conservancy">0net.</a></p> + +<a href='https://youtu.be/cjVMuLLoM00'> + +<video muted autoplay preload="none"> + <source src='https://libresolutions.network/media/video/zn.mp4'> +</video> + +</a> + +<p>If ZeroNet had gained significant adoption, it would have become an incredibly powerful tool against online censorship. ZeroNet attempted to level the playing-field of information dissemination by ensuring that sites were served by their visitors. Getting the visitors to share the load meant that the originator didn&rsquo;t even need to stay online for their content to remain available. This has many performance benefits that have also been replicated in other projects. <a href="https://corbettreport.com/interview-1435-declare-your-independence-with-ipfs/">IPFS</a> is another parallel initiative that tried to take this on, but ZeroNet also had other advantages.</p> +<p>Far from merely being a resilient content delivery system, ZeroNet had a truly revolutionary design for serving dynamic content. A limitation IPFS and other similar approaches had was that it was impossible or impractical to build even relatively simple web experiences on top of them. Because of its radically different approach to static and dynamic content, ZeroNet had mechanisms to allow for any modern site to be built on top of it. At the peak of its popularity ZeroNet had a decentralized, password-less, pseudonymous single-sign-on system that worked with <a href="https://zeronet.io/docs/using_zeronet/sample_sites/">blogs, mail</a> and even an attempted YouTube clone. Serving a web site from ZeroNet rather than the regular Internet had many advantages similar to other <a href="http://libresolutions.network/operations/shadow">darknets,</a> such as no cost permission-less hosting.</p> +<p>ZeroNet did a lot of very interesting things, but it certainly had its limitations. To my knowledge it was quite obscure and relatively unknown even to technical people. Many trade-offs had to be made to work as well as it did, and there are a wide variety of valid criticisms one could make. If ZeroNet was remade today I&rsquo;m sure it would be radically different, but there is a great deal to appreciate about how it was put together. The best and worst thing about ZeroNet was that it took on a lot all at once. This made the project much more rigid and inflexible, but certainly created a more user-friendly experience than similar projects often have.</p> +<h3 id="opennic---democratic-dns">OpenNIC - Democratic DNS</h3> +<p>Many people underestimate how many problems of our current Internet are downstream of the social conventions around DNS, Domain Name System. Web addresses (such as <code>libresolutions.network</code> or <code>example.com</code>) are effectively just names mapped to assigned numbers. What we know of as the Internet is largely based on the mutual agreement on a single set of addresses mapped to assigned internet addresses. There is no real technical barrier to people deciding to use alternative numbers mapped to the same names. You very well could reinvent your own internet and assign names and numbers as you wish, but then the problem is getting others to cooperate. This may sound wildly impractical, but it&rsquo;s truly a testament to how free we can be with technology if we choose to be. It&rsquo;s worth understanding the advantages of an alternative DNS root if for no other reason to recognize the real potential we have to change our digital experience.</p> +<blockquote> +<p>The centralized and capitalist nature of the domain name system is a huge design problem for those of us working to build bridges between the centralized Web and the Peer Webs as the current system makes it very difficult to match the onboarding experience of centralized platforms. (You can sign up to a centralized social network in 30 seconds… can you register your own domain name, have your server and app set up, and be up and running with your decentralized one in that time? You could. But not with our current system.)</p> +<p><a href="https://web.archive.org/web/20180626180725/https://ar.al/2018/06/26/web+/#fn:1">Web+ - Aral Balkan</a></p></blockquote> +<p>One of the recurring problems when it comes to radically transforming the very structure of the web is facing DNS. While some attempts try to eliminate DNS all together, a great deal of infrastructure has been built on top of it, so throwing it away entirely includes a variety of trade-offs and consequences. The trouble with going through the effort to reinvent the wheel, is that you&rsquo;re also going to reinvent many other things people take for granted as well. This would notably include infrastructure for generating and accepting certificate files to protect connections with TLS.</p> +<p>Despite being over 24 years old, OpenNIC is a very ambitious attempt to maintain an independent DNS root. What&rsquo;s worth considering is that it doesn&rsquo;t have to be the only one. As covered in <a href="https://corbettreport.com/interview-1328-new-world-next-week-with-james-evan-pilato/">NWNW 1328,</a> Russia <a href="https://www.defenseone.com/technology/2017/11/russia-will-build-its-own-internet-directory-citing-us-information-warfare/142822/">made a move</a> in 2017 to build their own. With some creativity, it&rsquo;s absolutely possible for even smaller localities to experiment with doing the same themselves. By localizing control over the &ldquo;Internet phonebook&rdquo;, it&rsquo;s possible to begin building <a href="https://anarchosolarpunk.substack.com/p/offgridinternet">truly independent</a> digital infrastructure.</p> +<h3 id="piratebox---portable-internet">PirateBox - Portable internet</h3> +<div class="image-container"> + +<a href='https://commons.wikimedia.org/wiki/File:Piratebox.jpeg'> + +<img loading="lazy" +src='https://upload.wikimedia.org/wikipedia/commons/4/45/Piratebox.jpeg' +> + +</a> + + +<p class="caption"> + Chgoddon, CC BY-SA 3.0, via Wikimedia Commons <a target='_blank' href='https://commons.wikimedia.org/wiki/File:Piratebox.jpeg'>Source</a> +</p> + + +</div> +<p>If you&rsquo;re interested in local internet you can start yourself, PirateBox was a phenomenal demonstration of <a href="https://youtu.be/t4V_Pt2C3Qk">what can be done.</a> The concept is relatively straightforward: you load up public services on portable hardware and then share a public WiFi (or wired) access point. The PirateBox project itself is <a href="https://forum.piratebox.cc/read.php?9,23070">discontinued since 2019</a> but it&rsquo;s a relatively simple concept to replicate. In many ways it is much easier, because many open source self-hostable solutions are even more robust and accessible.</p> +<p>It may seem quaint in a time where most people spend their time collaborating online, but there are real advantages to locally-based digital services. At minimum, it&rsquo;s a convenient way to have your own separate internet with a curated set of content and services. With a significant investment in network access, a permanent installation could provide private and uncensored comms to a small community.</p> +<p>As a proof-of-concept the project demonstrated that even mobile phones <a href="https://youtu.be/0MEyxMY_Gus">can be utilized.</a> It&rsquo;s important to consider that there are many ways to adapt to modern consumer trends. Ironically, because smartphones are consumption-based devices, they&rsquo;re well suited to be clients for PirateBox-like systems. With permanent installations, and long-range communications there can be many useful independent networks with a wide variety of capabilities.</p> +<h3 id="gun---decentralized-application-framework">Gun - Decentralized application framework</h3> +<p>The holy grail that cyber nomads have been seeking for a long time is a truly refined ecosystem to build dApps. A &ldquo;dApp&rdquo; is a decentralized application that doesn&rsquo;t rely on centralized points of failure. The calling card for a good dApp is &ldquo;write once, use forever, anywhere&rdquo;. <a href="https://gabe.rocks/docs/#/page/gun">Gun</a> is a web application framework that provides peer-to-peer functionality and a decentralized database to persist data. These features are what&rsquo;s necessary to build truly revolutionary online experiences.</p> +<p>This means that any developer who learns to use gun can build almost any <a href="https://archive.fosdem.org/2022/schedule/event/gun/">peer-to-peer private application</a> they can imagine. This radically different way of building applications creates new possibilities to escape the problems of our present paradigm. By breaking free of centralized management, these applications have the potential to build the &ldquo;best of all worlds&rdquo; when it comes to convenience, security, and resilience.</p> +<p>Gun has the advantage of leveraging many modern web browser functionalities. This is both an asset and a liability. On the positive side, it allows for many tried and tested technologies to be leveraged to build the foundation. But on the negative side it means that these applications are entirely dependent on major browser vendors. In a time where the future of the open web is in doubt, there are reasons to take this concern seriously. Like many of the other projects in this piece, and others across the web there are win conditions beyond critical mass success. Even if gun doesn&rsquo;t become the main dApp framework, there can still be a lot to learn from it&rsquo;s successes and challenges.</p> +<h2 id="the-future">The Future</h2> +<p>These three examples are but a taste of the ocean of possibilities out there. I wanted to highlight these examples to show that obscurity or lack of mass adoption is not actually failure. Ambitious attempts themselves are valuable experiments regardless of how they end up. Often times, newer projects are inspired or informed from techniques that were tried in the past. It&rsquo;s high time we embrace the &ldquo;<em>freedom in freedom</em>&rdquo; and learn to explore possibilities rather than fight over dogmatic preferences and approaches.</p> +<p>There are a wide variety of projects I&rsquo;m currently curious to see grow and evolve. From <a href="https://guix.gnu.org/">Guix</a> a new approach to a fully-free Linux OS, to the fascinating work of the <a href="https://spritely.institute/">Spritely Institute</a> on real-time distributed computation. Peer-to-peer and private applications are also entering a new phase as <a href="https://www.iroh.computer/">Iroh</a> and <a href="https://veilid.com/">Veilid</a> are becoming more mature. But software is only part of the real equation. Finding truly independent and &lsquo;hackable&rsquo; (<em>user-modifiable</em>) hardware solutions is what I&rsquo;m most curious about these days.</p> +<p>As dark as the technological landscape can be at times, it&rsquo;s now more important than ever to remember that there is so much potential to build a different future. The inertia behind centralized and controlled platforms is very much on borrowed time. Even you could discover, build, or share the part that tips the scales. There is an immense amount of power in the hands of those who decide to strike out a new path in our time. Digital technology is really just a heap of re-programmable logic circuits, with enough effort, creativity, and inspiration there are no limits to how much things can change.</p> +<p>Never forget that your choices matter, and that we can always forge a new path.</p> +💌 Thank you for reading this via RSS 📡 + + + + The opportunity of our time: Reversing Demoralization + https://libresolutions.network/articles/remoralization/ + Sun, 04 May 2025 20:44:38 +0000 + + https://libresolutions.network/articles/remoralization/ + + https://libresolutions.network//media/stock/candles.webp + + + Learning to overcome defeatism and apathy + <p>A free cyberspace needs people willing to take action and learn from mistakes. Demoralization robs people not only of their capacity for action, but also their very spirit. Making the best of our future requires us to directly oppose the mass-demoralization that paralyzes people in despair and complacency.</p> +<p>To take part in a better digital future, we are obligated to wrestle with the real human problems that will be with us no matter what tools we use. The social dynamics of our society aren&rsquo;t things we can out-engineer, nor should we want to try. It is of utmost importance that those of us interested in better tools for a brighter tomorrow need to contend with the real difficulties people are actually facing. If we do not work to &ldquo;<em>win hearts, and change minds</em>&rdquo; on important issues like privacy, security, and digital autonomy; nobody will have any sympathy for our concerns.</p> +<p>How many times have freedom-minded people heard:</p> +<p>&ldquo;<em>It&rsquo;s hopeless.</em>&rdquo;</p> +<p>&ldquo;It&rsquo;s too late.&rdquo;</p> +<p>&ldquo;<em>We won&rsquo;t make a difference!</em>&rdquo;</p> +<p>&ldquo;<em>What&rsquo;s the point in trying?</em>&rdquo;</p> +<p>&ldquo;<em>They won&rsquo;t let it happen!</em>&rdquo;</p> +<p>There is a dire need to recognize and reverse the most insidious force working against people&rsquo;s lives and liberty. It is so oppressive and omnipresent that many feel it is not merely immovable, but a fundamental structure of our reality. The vast majority of things needed to make our digital (and actual) lives better aren&rsquo;t technological engineering challenges, but rather sophisticated <a href="https://en.wikipedia.org/wiki/Collective_action_problem">collective action problems.</a> This means that the path to success isn&rsquo;t dependent on novel breakthroughs in technology but rather in preserving and repairing a frayed social fabric. It is tempting to blame those who wallow in despair, but it is always far more important to ask ourselves why so many are trapped within it.</p> +<blockquote> +<p>&ldquo;<em>Despair is an op[eration], and it&rsquo;s world wide.</em>&rdquo;<br> +Catherine Austin Fitts</p></blockquote> +<p>The most potent weapon of our time is not merely fear, but the <a href="https://posthumousstyle.substack.com/p/is-the-military-developing-mind-reading">calculated mass application</a> of it. When governments and corporations are the most desperate to maintain their stranglehold over the public, we can expect ever increasing resources to be deployed into never-ending mass demoralization. This is because a demoralized individual is compliant, dependent, and unwilling to consider alternatives. The demoralized person is a very profitable mark because they are vulnerable to advertising campaigns and emotionally charged scams. A demoralized public will be entirely unable to push for accountability, justice, or even simple truth, by design. It is vital to understand that rage is not evidence of resisting demoralization, because rage <a href="https://libresolutions.network/articles/redirecting-resistance">can be directed.</a> If anything, rage is a weakness that leads many to a path of fruitless self-destruction.</p> +<h2 id="recognizing-demoralization">Recognizing demoralization</h2> +<p>It&rsquo;s relatively easy to identify demoralization in those who are different than us, but so much harder to find it in our peers and ourselves. When we understand the harms of both targeted and mass demoralization, it is crucial for us to recognize it in our midst. At its root, demoralization is learned helplessness. The constant mutterings of the demoralized is that &ldquo;it doesn&rsquo;t matter&rdquo;. Details, or even the truth itself are irrelevant when one learns that their own contributions to society, or even their own life make no difference. Robbed of dignity and self-determination, people individually and as a whole begin to adapt to their captivity.</p> +<p>These adaptations drive the individual to lose perspective of their situation. Over time it becomes difficult to even remember what life was like before they had to adapt to a countless array of impositions and threats. In losing touch with their own life circumstances, it becomes almost impossible to understand others, especially those who are different. While it is certainly possible for an individual to rise above these challenges, it is a whole other matter to reverse the tide society wide.</p> +<h3 id="why-are-people-demoralized">Why are people demoralized?</h3> +<p>The easily accessible answers are far too oversimplified. While it&rsquo;s undoubtedly true that modern entertainment technologies and convenient services have taken face-to-face time away from people, &ldquo;digital disconnects&rdquo; are only a partial and temporary measure. It is more difficult to wrestle with the idea that mass demoralization of the public is an intended policy outcome for its stabilizing effects. It&rsquo;s so much easier for corrupt schemes to go along nicely when people are unable to react and respond. Over time, the consequences of this kind of abuse create conditions that perpetuate these circumstances.</p> +<p>Very often, the subjects of demoralization are themselves blamed for their condition. In a world where everyone can recognize <a href="https://corbettreport.com/5thgen/">omnipresent negative messaging</a> and polarization, this seems to be an uncharitable stretch. Viewed from a far, it is so much easier to identify demoralized people because the problems they are adapting to seem abstract or at least distant. Whereas when we look at ourselves and those around us we are intimately aware of the circumstances that constrain our agency and power. This mismatch is precisely responsible for much of the polarization we see today; different groups of people are demoralized by different but similar circumstances, leading to anger and confusion.</p> +<p>As times get harder, bitterness and resentment settle in. These feelings make it harder to trust and cooperate. This directly attacks people&rsquo;s ability to work together to achieve things that matter. As people begin to forget that people actually <em>can</em> work together to make a difference, eventually the entire idea begins to sound crazy and impossible. All this creates a suffocating atmosphere of futility and despair. Living in those conditions is no simple thing, one necessarily must cope however they can. Truly recognizing demoralization in oneself and others is often far too terrifying to contemplate.</p> +<h3 id="were-not-exempt">We&rsquo;re not exempt</h3> +<p>Demoralization isn&rsquo;t about what you know, or what you have. It&rsquo;s about what you&rsquo;re doing. Given the overall depressing atmosphere of the modern digital landscape, it is no surprise that almost everyone shows some signs of demoralization. It&rsquo;s easy to arrogantly dismiss that we have been corrupted by hopelessness in one way or another simply because we want to believe we&rsquo;re above it all. What makes despair and apathy corrosive is that they weave themselves into the very social fabric that means no single person can fight it alone, no matter how well-equipped. Do not fall into the trap of assessing yourself as having everything figured out and others being a herd of dull and demoralized masses. In truth, almost all of us are closer than we care to admit.</p> +<h3 id="yuri-bezminov-was-hopefully-wrong">Yuri bezminov was (<em>hopefully</em>) wrong</h3> +<p>While he didn&rsquo;t invent the term, people often associate the word demoralization with Yuri Bezminov&rsquo;s <a href="https://youtu.be/y9FjDb6_tcc?list=PLBED093AE4B485153">lectures.</a> He makes a couple of very strong claims that are entirely counter-productive to overcoming mass demoralization:</p> +<p>Claim: <em>Demoralized people can&rsquo;t be reasoned with</em></p> +<p>With the benefit of hindsight, this seems to be a great mindset to isolate oneself from others. This ironically creates more demoralization in the long run. It would be more productive to consider that one has to take more care when trying to persuade others. Any good sales person knows the most important skill on their part is to <em>listen</em>. One has to understand a person&rsquo;s perspective to begin to change their mind. It&rsquo;s entirely possible (<em>and quite likely</em>) that those you can&rsquo;t persuade have concerns and risks you don&rsquo;t comprehend.</p> +<p>Claim: <em>Demoralization is irreversible</em></p> +<p>The fundamental point of this piece is that we can and should work to bring others from the brink. It is worth striving to refine our skills, knowledge, and language to build a digital future people want to be a part of. Things are hard, and many people are absolutely struggling with a lot, but there is so much that can be done to make real tangible change. Not immediately, not all at once, and definitely not easily, but it&rsquo;s absolutely achievable.</p> +<h2 id="learning-to-overcome-demoralization">Learning to overcome demoralization</h2> +<p>Just because it&rsquo;s outright impossible to single-handedly and unilaterally transform society, this doesn&rsquo;t mean we can&rsquo;t make a meaningful difference. With people growing more and more frustrated with our existing digital experience, building gradual improvements seems like a lower and lower bar every day. The most important step is to remind others and ourselves that we don&rsquo;t need to accept things as they are. We are entitled to a better digital future and we can work together to make it happen. Resisting digital totalitarianism requires a lot of hope, and all the imagination we can come across. It is perfectly within our reach to work to build, and share a culture of good stewardship over our digital lives. We must recognize the opportunity in inspiring ourselves and others to take first steps. With clarity, focused effort, and willingness to cooperate, there is so much that can be accomplished.</p> +<p><a href="https://youtu.be/aVNDLISHXpw">No, Humanity Doesn&rsquo;t Have to Zombie Walk Into a Dystopic Nightmare Future</a></p> +<h3 id="growth-mindset">Growth mindset</h3> +<p>The thing holding most people back the most is the understandable desire to change everything all at once. That&rsquo;s far too impractical for many, so embracing gradual change is a practical necessity. A dozen different projects starting small can avalanche into massive changes over time. Odds are most people can think of a few things they would want changed in their digital life, even the simpler fixes can be quite meaningful.</p> +<p>It&rsquo;s a lot more important to be willing to learn than to have everything figured out. Nobody is going to change everything all at once, odds are people are going to want different options. Being able to withstand setbacks and experiment can really unlock better opportunities and insights. Building the capacity for people to take risks to try new things out itself is a worthwhile goal.</p> +<p>Embracing win/win cooperation will be the biggest game-changer when it comes to transforming our digital lives. It&rsquo;s entirely likely that people with radically different visions for a better cyberspace can still share insights, progress, and opportunities. By focusing on shared objectives we can set aside petty fights that derail meaningful improvements.</p> +<h3 id="learning-lessons">Learning lessons</h3> +<p>Optimism doesn&rsquo;t mean refusing to <a href="https://margaretannaalice.substack.com/p/against-defeatism-the-apocaloptimist">admit difficulties.</a> It is natural, and absolutely vital to spend time recognizing the limits and drawbacks of particular techniques and tools. A willingness to take criticism is far more valuable than avoiding it entirely. By being able to maintain honest and open communication, so many embarrassing problems can be avoided. Facing the bleakness of how difficult things are isn&rsquo;t about diminishing hope, but about refining and informing it. Making strategic decisions can be the difference between playing around and gaining serious ground. It&rsquo;s almost certain that many techniques have been tried in the past, and that there is useful information to glean from previous attempts. Despite how shiny and new our tools can seem, almost nothing is truly new under the sun.</p> +<h3 id="share-goodwill">Share goodwill</h3> +<p>There&rsquo;s no extra credit for working alone. <a href="https://rusingh.com/surround-yourself/">Surround yourself</a> with people willing to do what they can. <em>Teamwork makes the dream work</em> as they say. Becoming comfortable working with others to build new things is very much its own reward. Finding ways to share joy despite bleak circumstances is often what will make or break long-term success. Spending time to recharge and celebrate the small wins is critical in maintaining morale and momentum. Appreciating and supporting creative works can go a long way to make things less of a slog. Songs, memes, and silly cartoons are all things that can help get the word out and share perspective.</p> +<p>A better digital future has to be explicitly pro-human and pro-fun. We have a unique opportunity in our time to make things that are truly transformative but also have real soul and care put into them. There are so many ways in which we can revitalize our digital experience with play and creativity rather than tyranny and profit. It has never been easier to make a bigger impact on the future of cyberspace, it is high time we embrace it. There are all kinds of ways one can get involved, but it starts with helping others break free from the worst of it.</p> +<p>Remind yourself that your enemies aren&rsquo;t those with different technological choices, but rather those who seek to impose theirs on others. Willingness to accept differences and make compromises can absolutely yield promising results with proper boundaries. Even relatively small projects can do a lot of good. A simple forum, small online community, or even a simple tool can be part of a bigger picture to help people gain a much better digital experience. Instead of surrendering cyberspace to bots and Big Tech, we can proactively create our own things that demonstrate that we can all ask for better.</p> +<p>If the Internet never forgets, how do you want to be remembered?</p> +💌 Thank you for reading this via RSS 📡 + + + + The Lie of AI + https://libresolutions.network/articles/lie-of-ai/ + Thu, 17 Apr 2025 01:25:57 +0000 + + https://libresolutions.network/articles/lie-of-ai/ + + https://libresolutions.network//media/stock/confused-man.webp + + + Dispelling the false dichotomy between innovation and precision + <p>Tools can be great, but stories are much more powerful. By weaving a fantastic tale you can trap people into wrestling with the wrong questions. It is difficult to disentangle the reality of what machine learning tools actually offer, as opposed to the sci-fi cultism that surrounds &ldquo;AI&rdquo; discourse. To make matters wore, efficiency and accelerated progress are mere pretexts for the central management of all economic (<em>and even non-economic</em>) activity under a consolidated technological machine. If the top-down roll-out of AI tools in workplaces were about efficiency and productivity, there would be no need to <a href="https://aftermath.site/ai-video-game-development-art-vibe-coding-midjourney">push so hard</a> to get the workforce to adopt tools. Any truly revolutionary advancements would have workers and entrepreneurs experimenting with or without permission, not under mandate. The imposition of <a href="https://betakit.com/shopify-ceo-tobi-lutke-tells-employees-to-prove-ai-cant-do-the-job-before-asking-for-resources/">&ldquo;AI first&rdquo;</a> policies in government and corporations reeks of a political maneuver, rather than a technological one.</p> +<h2 id="ai-politics">AI Politics</h2> +<p>Science fiction offers no shortage of terrifying potential futures at the hand of rogue AI systems. The far more pressing issue for many people is the concern about generative tools like ChatGPT and more sophisticated &ldquo;agents&rdquo; eliminating jobs. If these tools were being adopted purely for efficiency and innovation this would be merely a difficult transition in a phase that could potentially leave people better off. The problem is that consolidated infrastructure and information management under centralized control creates additional risks. It seems that the &rsquo;efficiency&rsquo; that much of theses institutions are after is not productivity, but this technological and economic consolidation. This is conspicuously absent from the public discussion about throwing AI into everything.</p> +<p>Generally, this line of questioning comes up in regards to equity concerns. If we&rsquo;re transforming every institution to systematically discriminate, the chosen solution seems to be to merely carve out the most broad categorizations. Unfortunately, the more data provided to the machine, the more innocuous reasons the system can find to discriminate against or target any particular person or group. Even worse, we must ask what are the consequences of creating even more dependence on these corporate platforms. Countries have already begun to recognize digital sovereignty as <a href="https://libresolutions.network/articles/government-in-tech">an important priority.</a> It is high time we heed that warning and recognize that institutions are often much more vulnerable to these problems than we consider.</p> +<p>The stakes are quite high. There are countless initiatives to deeply integrate various &ldquo;AI tools&rdquo; into almost every major institution in society. <a href="https://www.healthcareexcellence.ca/media/qdmn0p3b/20211208_aireport_en.pdf">Healthcare,</a> <a href="https://www.europol.europa.eu/media-press/newsroom/news/how-ai-can-strengthen-law-enforcement-insights-europols-new-report">law enforcement,</a> and even <a href="https://educationhub.blog.gov.uk/2025/03/artificial-intelligence-in-schools-everything-you-need-to-know/">education</a> aren&rsquo;t safe from the long march. Manufacturing and military are no exception as the AI arms race <a href="https://libresolutions.network/articles/war-and-technocracy/">heats up.</a> While workplaces are being disrupted with inane chatbots and AI workflows, the real innovation is in building an all-encompassing <a href="https://corbettreport.com/algocracy/">&lsquo;algocracy&rsquo;.</a> The difference between the average person&rsquo;s direct experience with AI, and how vulnerable they are to its excesses couldn&rsquo;t be more extreme.</p> +<p>People are already beginning to notice that a reliance on generative AI tools not only builds dependence, but also <a href="https://www.windowscentral.com/software-apps/copilot-and-ChatGPT-makes-you-dumb-new-microsoft-study">atrophies the mind.</a> It is intuitively clear that taking the &ldquo;easy way&rdquo; undermines one&rsquo;s ability to properly master their trade or craft. On the other hand, that doesn&rsquo;t matter at all when the job one is confined to serves no real purpose other than to boost the stock value of AI companies. If the plan is to replace a competent, skilled, and rational workforce with robotic servants, training human talent serves no purpose. This has profound impacts as not only do workers have to worry about AI tools being imposed in their workplaces, but for skills and training to be withheld from them. We can expect more professions to be <a href="https://en.wikipedia.org/wiki/Deskilling">&lsquo;de-skilled&rsquo;</a> and replaced with streamlined AI-friendly gig work.</p> +<p>The two-punch combination of withdrawing opportunities to learn skills, and the expectation that workers self-sacrifice their mental faculties for minimal gains is likely to be devastating to people&rsquo;s long-term prospects. The true dangers of AI for most people are not magical properties of the technologies themselves, but rather calculated economic warfare waged in the name of their implementation. It has almost nothing to do with the technology itself, but is entirely in the way these controlled platforms are infiltrating society. It is crucial to understand that without the AI mania hype <a href="https://youtube.com/playlist?list=PLFQvErdlATeY-mEHozu5GlfffewysnHFq">manufacturing a bubble</a> to distort incentives, these tools would be deployed in more rational and productive ways.</p> +<h2 id="the-death-of-the-web">The Death of the Web?</h2> +<p>Corporate social media has caused a lot of problems, but one of the more subtle ones is the absolute devastation of the Web as a resource for people to create, learn &amp; share together. A world-wide means of direct communication for people in a variety of media formats has truly <a href="https://libresolutions.network/articles/perfect-cms/">changed the world.</a> Government censorship and corporate consolidation have drastically impacted the ability for the Web to function for dissent as well as cultural expression and exchange. To make matters worse, the companies training AI models are <a href="https://www.designrush.com/news/80-percent-of-web-traffic-is-bots-the-hidden-cost-of-ai-scraping">raising the costs</a> for those trying to share content at all. There aren&rsquo;t many great solutions to this, it&rsquo;s really a difficult predicament to manage.</p> +<p>If we are not careful, we could absent-mindedly give AI tools the authority to be the gateway for people&rsquo;s access to information as a whole. Search engines are in a <a href="https://libresolutions.network/articles/search/">difficult spot</a> with more people beginning to use chatbots to respond to any and every query. Without direct audience support, it is unlikely that running a web site will be economically viable for much longer. This has profound implications for the future of humanity&rsquo;s knowledge as a whole. It is ironic in the quest to build tools that could deliver all of humanity&rsquo;s knowledge to the forefront, we end up <a href="https://posthumousstyle.substack.com/p/are-the-tech-bros-insane">putting it in jeopardy.</a></p> +<p>The <a href="https://libresolutions.network/articles/dead-internet/">Dead Internet Theory</a> isn&rsquo;t a quirky observation, but a serious problem with devastating consequences. If everyone&rsquo;s information landscape is entirely polluted by corporations and dictated by governments, genuine dissent and accountability will only become more and more out of reach. The last thing we want is for every level of society to be manipulated by the same forces that have transformed the &lsquo;digital town square&rsquo; into a spectacle of self-harm and menticide.</p> +<h2 id="rising-above">Rising above</h2> +<p>Things are absolutely looking staggeringly dire. As people&rsquo;s opportunities in the real world decline, we can sadly also expect them to evaporate in cyberspace. It is crucial that we recognize that this is a path we can deviate from. If we recognize the manufactured dependence on these systems as the problem and threat that it is there are many alternative actions that can be taken. It is paramount that people get others to understand that we are allowing our civic, social and economic lives to be systematically undermined by not mere technological change, but the weaponization of it.</p> +<p>The situation is far from hopeless. It seems quite likely that the economic engineering of insanity is as fragile as it is potent. You have the power to rationally plan out your future on what&rsquo;s good for you and those around you. Just because there are overwhelming incentives to &lsquo;go with the flow&rsquo;, that doesn&rsquo;t mean that it is, the only path possible. There are thankfully many ways for you to double-down on your humanity. I fully expect our present insanity to sow the seeds for an environment where people begin to respect genuine craftsmanship and care.</p> +<p>The worst thing AI tools can do to you is to deter you from building up your own capabilities. No matter what skills or knowledge you work to acquire and refine, the better you can recognize the truly useful advances in your field or endeavor. While automation and generative AI can be very sexy, it can also leave you with an unpleasant feeling of being unfulfilled. Mastering your own craft, or even learning a variety of practical skills can be its own reward worth cherishing. We may not be able to escape the AI inquisition over our lives, but we can at least create room to retreat from it.</p> +💌 Thank you for reading this via RSS 📡 + + + + Practical Paranoia: Navigating A Hostile Digital Landscape + https://libresolutions.network/articles/practical-paranoia/ + Wed, 09 Apr 2025 05:10:00 +0000 + + https://libresolutions.network/articles/practical-paranoia/ + + https://libresolutions.network//media/stock/spy.webp + + + Making the best of difficult situations + <p>One of the greatest roadblocks to people making real progress in improving our digital experience is apathy. The all too common refrain &ldquo;<em>they can get anything if they want</em>&rdquo; ignores the all-too-real reality that &ldquo;they&rdquo; can be more than just governments and intelligence agencies. Given our sad state of affairs, <em>they</em> can be smaller and smaller entities as the stakes rise. You would be shocked at what could come your way if you just became enough of a target. To make matters worse, to the worst offenders, everyone is a target. Governments aren&rsquo;t just interested in spying on you, but seizing more and more control over your entire life. Recognizing the &lsquo;big picture&rsquo; of our technological troubles can help us appreciate the long term objectives. It is far too late to merely make a few simple changes to feel &lsquo;safe&rsquo;.</p> +<p>Privacy invasions are bad, but dependency is arguably worse. Once people are &rsquo;locked-in&rsquo; to particular tools, they&rsquo;re vulnerable to future impositions with less ability to change course. The sheer scale of consolidation in our time makes even relatively abstract abuses have immense impact. Subtle propaganda or &lsquo;dark patterns&rsquo; can force behavior change in large groups of people. Making the effort to avoid or circumvent these intrusions can be daunting in the best of circumstances. The situation is dire, but is it worth going against the grain?</p> +<p>In today&rsquo;s digital landscape, even the very idea of privacy appears entirely out of reach. Flexibility and independence is impractical and expensive for the vast majority of people. This is because many of the encroachments that appeared under the guise of convenience have come at significant costs. Many people struggle to recognize the undesirable impacts of tools and services they use, much less devote time to mitigating them. When one becomes aware of these all-pervasive threats, the natural response is to become entirely overwhelmed. It&rsquo;s a reasonable question to wonder what&rsquo;s worth one&rsquo;s effort and what is more pain than peace of mind.</p> +<p>Deciding how far one is willing to go to secure not just privacy, but digital autonomy and censorship resistance will have a lot to do with one&rsquo;s goals. While I would hope that you&rsquo;re sympathetic to these aims, it&rsquo;s certainly a great deal to expect one to make it their top priority. Even worse, in some circumstances like employment, people often have little choice. Those choosing to refuse to adopt the &rsquo;latest and greatest&rsquo; are often seen as sticklers or &rsquo;luddites&rsquo; despite there being very valid reasons to have pause. It is crucial to consider the path we&rsquo;re on and what can be done to navigate in a more productive direction.</p> +<p>A sizable portion of the public has clear ideas of what should be avoided, but a concrete idea of where to go is generally lacking. The Free Software movement has done a great job providing incredible alternatives, but genuinely radical change is required to make an impact for the broader public. Many great strides have been made in public awareness, but actionable steps are often insufficient and/or require significant technical ability. The fight for a better digital future requires a truly independent vision of a better cyberspace that isn&rsquo;t aiming to put massive demands on the public.</p> +<p>At the very least, we must recognize where things have gone wrong. Beyond merely adapting to every new imposition, strategic choices have to be made. To make real progress one has to accept that this is not an all-or-nothing affair, but it is a war of attrition. Can our greatest and freest minds build something better before everyone is trapped into selling every neuron in their brain? Can we create, build, and share genuine solutions before people are out of options? Do we have the humility to reach out to those behind before they&rsquo;re trapped in shame and despair?</p> +<h2 id="the-broad-strokes">The broad strokes</h2> +<p>Any attempt at narrowing down what&rsquo;s worth a person&rsquo;s time is almost definitely going to be contentious and incomplete at best. Each person is going to have more or less available time and resources available to improve their digital experience. It&rsquo;s easy to blame people for not doing enough, but much harder to consider what steps could be taken to make the right choices more practical. In my opinion, the optimal balance is to be motivated by deliberate decision-making with reasonable expectations, rather than fear.</p> +<h3 id="simplify">Simplify</h3> +<p>No matter where you wish to draw the line, complexity is bound to cause problems. A disorganized digital life is as problematic as real-world analogues. Cutting back from non-essential accounts/software/systems can go a long way to bring back some peace of mind. Ruthlessly streamlining your digital life can yield time, money and even security benefits. By focusing on tools, systems, and devices that enrich your life, you can avoid the stress of innumerable dead ends. Above all, it is important to remember that we should fiercely exercise our right to refuse various tools, devices and systems while we still can.</p> +<h3 id="replace-the-most-egregious-options">Replace the most egregious options</h3> +<p>Things are far worse than the &ldquo;if it&rsquo;s free, you&rsquo;re the product&rdquo; days. If anything, people often pay for the privilege of a user-hostile experience. When things truly can&rsquo;t be given up, it can sometimes be worth learning a better alternative until you&rsquo;re ready to make a complete switch. Don&rsquo;t let purists dissuade you from making small steps to change your digital life, gradual progress is real change. Ultimately, it&rsquo;s about asking yourself if the product or service is financially incentivized to give a good experience, or simply collect your data. Sometimes, like in the case of social media companies, they also have a vested interest in manipulating you, potentially making the deal much worse.</p> +<h3 id="fortify-your-mind">Fortify your mind</h3> +<p>The information landscape is both incredible and tragic, sadly much of it is getting much worse over time. No matter what technological decisions you make, it&rsquo;s prudent to guard your mind against undue influence. Manipulating minds is big business that scales to incredibly significant power. Being skeptical of information sources, especially those saying what you want to hear is absolutely vital. It&rsquo;s critical to take time to understand the incentives that your media, news, and entertainment have. It is intuitively clear that entities with the resources to buy the best influence, PR, and advertising are likely not those providing honest value-for-value. Recognize that your trust is an incredibly valuable prize that you should be very judicious with.</p> +<h3 id="ask-others">Ask others</h3> +<p>Odds are, you likely have trusted friends who have already taken many steps to improve their privacy and/or security. Instead of simply following someone&rsquo;s prescribed plan of what &lsquo;should be done&rsquo;, it can be incredibly useful to get feedback on how particular things work in practice. It is very easy to put together lists of theoretically good options, but it&rsquo;s much harder to spend the time properly evaluating then. Learning how various tools or substitutes actually work in practice is much more useful than stressing over perfection.</p> +<h2 id="the-fine-details">The Fine details</h2> +<p>The best use of your time is to gradually refine your digital habits to work for you. There are crucial areas where you&rsquo;ll want to start, but pragmatism goes a long way. You&rsquo;re not going to be able to change everyone else&rsquo;s habits once you&rsquo;ve decided what works for you. Flexibility and compromise are necessary parts of adapting to the world as it is.</p> +<h3 id="digital-sovereignty">Digital sovereignty</h3> +<p>Reclaiming control over your work, ideas, memories, and files is a great place to start. Prioritizing tools that allow you to work without the internet is a great strategy for long-term resilience. It&rsquo;s much easier to predict a system you have some control over than a wide variety of online services competing for attention and market-share. If you can&rsquo;t do anything productive without access to online services, it&rsquo;s worth wondering how much of your device is wasted computing power.</p> +<p>Offline or offline-first tools go a long way towards allowing you to be productive in a permission-less way. This is an area where Free &amp; Open Source software provides a great deal of abundance. The less dependent you are on online services the less influence corporations and governments inherently have over your processes. By taking action to protect your information and workflows, you&rsquo;re also building reliable independence.</p> +<h3 id="communication">Communication</h3> +<p>Ensuring that your personal communications aren&rsquo;t being leveraged against you is a pretty critical objective. Why should your sensitive conversations with friends and family be fed into AI algorithms to precisely market or manipulate you? Healthy boundaries are a must-have in a time where companies are rushing to squeeze everything out of you and governments are desperate to suppress dissent. The trouble with improving your communications is that some level of negotiation with others is required. People may have different priorities and ease-of-use is often a very important factor. Communication is definitely an area where choosing the &ldquo;lesser evil&rdquo; is a perfectly defensible choice.</p> +<h3 id="opsec">OPSEC</h3> +<p>Protecting your data is one thing, but protecting data about you is a whole other challenge. Anonymity and pseudonymity are very valuable tools when interacting online. Speaking from experience, using your real name online for a tiny bit more credibility is not worth the many serious downsides. We are in a time where it&rsquo;s relatively easy for novices to automate cyber-stalking, and there are other severe threats like &lsquo;doxxing&rsquo; and &lsquo;swatting&rsquo;. When people are more polarized than ever, its never been easier for small organized groups to make an example out of a target.</p> +<p>Consider being very careful about what information you share on public platforms, or with services that collect and sell data. So much is already out of your control that what little you can do to protect your identity online is very valuable. Things can seem innocuous and harmful today, but you never know where the winds will blow a decade from now and what makes somebody a &lsquo;fair target&rsquo; for harassment and abuse. Fierce insistence on not only your own privacy, but respect for that of others is absolutely paramount moving forward.</p> +💌 Thank you for reading this via RSS 📡 + + + + The UN Is Working To Open Source Your Government: For Better Or Worse + https://libresolutions.network/articles/politics-in-tech/ + Tue, 25 Feb 2025 00:00:00 +0000 + + https://libresolutions.network/articles/politics-in-tech/ + + https://libresolutions.network//media/stock/un.webp + + + Embracing the opportunities of our time + <p>We are in a difficult position when it comes to maintaining our digital liberties. Governments across the world are racing to seize more control over people&rsquo;s <a href="https://reclaimthenet.org/apple-rejects-uk-surveillance-backdoor-pulls-icloud-encryption">private information</a> and <a href="https://reclaimthenet.org/whatsapp-eu-dsa-vlop-regulation-meta-46-million-users">communications.</a> People are beginning to recognize the downsides of moving the &ldquo;public square&rdquo; to controlled online platforms. In truth, we are only beginning to grapple with the problems caused by our technological landscape. A great deal can be done, but if we continue to let apathy and defeatism discourage real action, we will end up in very grim circumstances.</p> +<p>It&rsquo;s certainly possible to withdraw oneself from the most blatant intrusions, but escaping entirely ends up being quite unsustainable. Various workplaces are introducing <a href="https://reclaimthenet.org/ai-is-inflaming-workplace-surveillance">their own intrusions</a> into people&rsquo;s digital lives, and many public institutions evaluating &ldquo;AI tools&rdquo; with little care for the important details. The public is denied representation in the future of technology. For many, their only voice is to choose one intrusion over another.</p> +<p>With enough effort, collaboration, and time we could forge a better path. While many of the devices we use have become so entrenched in our lives, that doesn&rsquo;t mean we no longer have the ability to set healthy boundaries. The devices themselves can be redesigned, changed, and improved based off lessons we have learned in recent decades. A healthier digital landscape is very much within reach, we just have to devote our focus and resources to it. If we aren&rsquo;t proactive in shaping the future of our own technological experience, governments and corporations will speak for us.</p> +<p>Many super-national entities are working towards transforming our digital experience. The United Nations has a concerning initiative that may have far-reaching implications about the future of digital government and open source projects. This isn&rsquo;t the first initiative of its kind, but a parallel initiative that could very well end up being quite impactful. During the Covid Crisis, The EU launched the <a href="https://libresolutions.network/articles/government-in-tech/">Next Generation Internet</a> plan to reshape cyberspace. The plan included leveraging open-source development to truly harness decentralized innovation. While there were many excellent advancements under this initiative, the positives were largely incidental. The EU NGI was motivated by a desire to help European governments protect their digital sovereignty from Big Tech, but not necessarily to protect the digital sovereignty of European citizens. In part, the goal was to transform not only Europe&rsquo;s digital experience, but also that of the world. While the rhetoric against digital totalitarianism was laudable, in practice it seems that Europe&rsquo;s stance was in degree and not in principle.</p> +<h3 id="the-un--open-source-solutions">The UN &amp; open source solutions</h3> +<p>While it was great to see many great and excellent Free Software projects get funding, it certainly comes at a price. If the EU or any institution directs funds towards open source projects, they can effectively pick winners and losers. Various &lsquo;soft&rsquo; mechanisms such as <a href="https://www.youtube.com/watch?v=QBZ21k4BL04">codes of conduct</a> can enforce social and political behaviors. This means that the more investment made into Open Source by Big Tech, governments, or other institutions, the more the ecosystem is made in their image. The stakes of this are quite high. Not only does this mean particular projects can thrive or be broken by political incentives, but so to can individuals seeking to build their skills. To truly build a better digital future we must contend with these forces and find ways to <a href="https://libresolutions.network/operations/bankroll">make our own impact.</a></p> +<p>The greatest challenge posed by the UN&rsquo;s involvement in Open Source is the mere fact that there are a lot of resources being tapped into. A world-wide network of people to collaborate with on particular projects, and a great deal of mentorship and support. It is quite possible that many communities will be entirely unable to retain technical talent that hasn&rsquo;t gone to either UN initiatives or Big Tech projects. This is a non-trivial problem to overcome.</p> +<blockquote> +<p>Recognizing the significant potential for Open Source to be deployed to accelerate progress on the SDGs, ECOSOC has called for the development of specific proposals for how its power can be best leveraged.</p> +<p>The OSPO for Good event hosted by the United Nations Office of Special Envoy on Technology and the United Nations Office of Information and Communications Technology answers directly to this call by focusing on how OSPOs, which have been instrumental for tapping the value of Open Source in the private sector, can be used also outside of industry, by governments, not for profits, and academia.</p> +<p>Such “OSPOs for Good” have the power to bring the world’s population closer together, both technically through an open and interoperable infrastructure, and socially through the open and culture-spanning communities that maintain the infrastructure through peer-production and collective action.</p> +<p><a href="https://www.un.org/digital-emerging-technologies/sites/www.un.org.techenvoy/files/OSPOs_for_Good_Report_1.pdf">OSPOs for Good Building &amp; Designing Cooperative Digital Infrastructure</a></p></blockquote> +<p>The UN like the EU, recognizes the power of open source collaboration and bottom-up change. It&rsquo;s highly likely that these initiatives will bear genuinely good fruit, but there will be smaller details to be concerned with. Putting our entire digital future in the hands of the UN, (or some compromise between governments &amp; corporations) is sure to diminish any hopes of having meaningful digital autonomy in the future. It is important to recognize that decentralized innovation is the future, but many forces are competing to seize control of it.</p> +<p>This year at FOSDEM, a European open source conference sponsored by Google and other big companies, there was <a href="https://fosdem.org/2025/schedule/event/fosdem-2025-5687-scaling-open-source-solutions-to-achieve-the-sustainable-development-goals-a-global-call-to-action/">a presentation</a> made by representatives from the <a href="https://www.digitalpublicgoods.net/who-we-are">Digital Public Goods Alliance.</a> The presentation outlines how open source initiatives are driving various <a href="https://wikispooks.com/wiki/Agenda_2030">UN sustainable development goals.</a> The DPGA has <a href="https://www.devex.com/news/why-donors-are-backing-a-global-push-for-digital-public-infrastructure-104007">received funding</a> from various governments, the Gates Foundation, and many more <a href="https://www.digitalpublicgoods.net/who-we-are">notable members</a> like USAID. They even include an <a href="https://www.digitalpublicgoods.net/registry">interesting registry</a> mapping projects to particular SDGs.</p> +<h2 id="digital-public-goods--sdgs">Digital Public Goods &amp; SDGs</h2> +<p>Just as many great things came out of the EU NGI, it&rsquo;s important not to take an all-or-nothing approach. Digital public goods can definitely be a fantastic mechanism to build a freer cyberspace, but the devil is always in the details. +Recognizing the potential of actual digital public goods is not necessarily the same as elevating the DPGA&rsquo;s definition. The Digital Public Goods Alliance has <a href="https://www.digitalpublicgoods.net/standard">its own standard</a> for what meets their definition of a digital public good. The standard includes 9 &lsquo;indicators&rsquo; of something meeting the criteria. Indicators 4,5,8 are great things relating to what is worth striving for, but indicators 1 &amp; 8 are where things get messy.</p> +<p>#1 is the primary concern. The DPGA has explicit political goals for open source projects that aim to meet the standard. While the goals themselves may seem desirable, the devil is often in the details. For example, what content preferences can we expect from a project aimed at advancing education? Given the UN&rsquo;s preference for censorship of what is deemed <a href="https://www.un.org/en/un-coronavirus-communications-team/five-ways-united-nations-fighting-%E2%80%98infodemic%E2%80%99-misinformation">misinformation,</a> we can expect any &lsquo;digital public good&rsquo; that meets the standard to be also hostile to unpopular or inconvenient (<em>but possibly true</em>) information. In #8 the standard also includes a requirement for the project to &ldquo;Do No Harm by Design&rdquo;. Knowing the UN&rsquo;s heavy-handed approach to <a href="https://reclaimthenet.org/un-cybercrime-treaty-human-rights-concerns-ratification">sensitive issues,</a> there is no reason to expect this standard would be enforced fairly or consistently, especially world-wide.</p> +<p>Given that we know the UN is not the ideal steward for the future of open source, how should we react? Is the plan to merely avoid anything labeled a &lsquo;digital public good&rsquo; and fall prey to corporate schemes instead? Big Tech is just as, if not more willing to take control over our digital future if we don&rsquo;t reassert our own vision. Privacy, censorship resistance, elegance and efficiently can all be things we expect out of our own tools. A great deal can and should be done to help people reclaim their digital autonomy with a flexible but informed approach.</p> +<h3 id="notable-examples">Notable Examples</h3> +<p>The DPGA recognizes various projects and systems, some you may even be aware of already. When one browses <a href="https://www.digitalpublicgoods.net/registry">the registry</a> it&rsquo;s clear that this is a large collection of tools for helping nations secure some form of digital sovereignty. While this can overlap with individuals and communities reclaiming their digital autonomy, it doesn&rsquo;t always. Some genuinely useful (or otherwise harmless) projects are included within the registry, but others with more <a href="https://www.digitalpublicgoods.net/r/iverify">explicitly agenda-driven</a> motivations are too. Browsing the software section reveals a variety of technical tools with health &amp; climate monitoring dashboards.</p> +<ul> +<li><a href="https://www.digitalpublicgoods.net/r/fedora-linux">Fedora Linux</a></li> +<li><a href="https://www.digitalpublicgoods.net/r/drupal">Drupal</a></li> +<li><a href="https://www.digitalpublicgoods.net/r/libreoffice">LibreOffice</a></li> +<li><a href="https://www.digitalpublicgoods.net/r/mautic">Mautic</a></li> +<li><a href="https://www.digitalpublicgoods.net/r/openmandriva-lx">OpenMandriva Lx</a></li> +<li><a href="https://www.digitalpublicgoods.net/r/rocky-linux">Rocky Linux</a></li> +<li><a href="https://www.digitalpublicgoods.net/r/tor-browser">Tor Browser</a></li> +<li><a href="https://www.digitalpublicgoods.net/r/truenas">TrueNAS</a></li> +<li><a href="https://www.digitalpublicgoods.net/r/openstreetmap">OpenStreetMap</a></li> +<li><a href="https://www.digitalpublicgoods.net/r/mozilla-common-voice-dataset">Mozilla Common Voice Dataset</a></li> +<li><a href="https://www.digitalpublicgoods.net/r/harmony">Harmony</a></li> +<li><a href="https://www.digitalpublicgoods.net/r/wikipedia">Wikipedia</a></li> +</ul> +<h3 id="dont-throw-out-the-baby-with-the-bathwater">Don&rsquo;t throw out the baby with the bathwater!</h3> +<p>In discussions about digital tools, people are incredibly quick to take an all-or-nothing approach. Just because we understand influences in the open source community, doesn&rsquo;t mean that &ldquo;open source is compromised&rdquo;. By its own definition open source is decentralized innovation. Institutions like the EU and the UN are correctly recognizing its potential to make radical and dramatic change quickly. It is crucial that we recognize the very same potential and actualize it ourselves.</p> +<p>One can expect many excellent and worthwhile software and systems being recognized by the DPGA. For the moment, those under threat of digital totalitarianism have to make the best with what is available, or they can produce themselves. Expecting perfection is a non-starter in an environment where people have to make difficult decisions with available resources. It&rsquo;s quite possible that many UN sanctioned Digital Public Goods are worth considering for particular purposes.</p> +<p>In fact, those interested in forging a truly independent digital landscape should consider what has been done by the EU and the DPGA. Learning from not only the featured projects, but also the plan itself. There are many crucial details that those interested in building real &ldquo;freedom tech&rdquo; need to understand before even beginning to build their own solutions. Until such a time where we can expect independent communities and freedom-loving people world wide to build up their own technological innovation potential, there will always be catching up to do.</p> +<h3 id="digital-freedom-goods">Digital Freedom Goods</h3> +<p>A good place to start would be defining a set of objective and testable criteria for what real freedom tools would be like. We can expect them to align with Free Software &amp; Hardware goals, but there are many other things worth considering. We are at such a critical point because there is still a great deal of time to make real changes. We can gain a lot from taking the time to peer back through existing experiments and lessons learned over the years. There are useful projects that show promise, and useful techniques worth replicating.</p> +<p>It is important to make the distinction between tools that give governments more digital sovereignty, as opposed to tools that can build a better digital landscape for all of us. There will be systems and tools with overlapping purposes, but others could be irrelevant or entirely at odds with personal digital sovereignty. It is critical that those liberty-minded individuals among us spend time putting together a vision of an efficient but ultimately healthy digital landscape. With enough people united under this vision, people would have something to flock to instead of Big Tech corporations or government-sponsored tech.</p> +<p>While many do build great things on their own, they&rsquo;re often without much support. It is on us to discover, share, and support useful freedom tools so long as they are genuinely useful. It&rsquo;s long past time to stop falling for marketing hype and start focusing on building up truly independent paths forward. Governments and corporations have very clear ideas about what direction we will be heading in, it&rsquo;s time we work towards building our own vision.</p> +💌 Thank you for reading this via RSS 📡 + + + + Teachable Moment: Memecoin Mayhem + https://libresolutions.network/articles/teachable-memecoin/ + Tue, 18 Feb 2025 00:00:00 +0000 + + https://libresolutions.network/articles/teachable-memecoin/ + + https://libresolutions.network//media/stock/slots.webp + + + Learning from one of the creators of the latest rug pull. + <p>Javier Milei, Argentina&rsquo;s &ldquo;libertarian&rdquo; resident promoted a memecoin &lsquo;Libra&rsquo;. The <a href="https://www.vivalalibertadproject.com/">project&rsquo;s website,</a> which Milei linked to, claimed that the project was &ldquo;<em>created with a clear mission: to boost the Argentine economy by funding small projects and local businesses, supporting those who seek to grow their ventures and contribute to the country’s development.</em>&rdquo; While this certainly sounds laudable, the game was rigged from the start.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/libra-chart.webp' +> + + + +</div> +<p>It turns out that shortly after hitting a lot of quick attention, the price <a href="https://decrypt.co/306134/did-argentina-president-javier-milei-launch-solana-meme-coin">quickly dropped 89%.</a> Javier Milei even deleted his tweet supporting the project. This controversial launch, featured things that look like a pretty typical <a href="https://www.investopedia.com/terms/p/pumpanddump.asp">pump and dump scheme.</a> This whole incident is noteworthy because of how much memecoin shenanigans are tolerated in politics and activist circles. Even president Trump has his own <a href="https://www.reuters.com/markets/currencies/trumps-meme-coin-made-nearly-100-million-trading-fees-small-traders-lost-money-2025-02-03/">official memecoin.</a> It&rsquo;s worth asking ourselves, is this the behavior we want to see from our &lsquo;allies&rsquo;?</p> +<h2 id="coffeezilla-interview-highlights">Coffeezilla interview highlights</h2> +<p>Coffeezilla does fantastic work. I&rsquo;m a huge fan of <a href="https://youtu.be/LDhU295bUv4">his reporting.</a> Coffeezilla managed to get Hayden Davis, one of the creators of the Libra memecoin <a href="https://youtu.be/EqizJTbxAEM">to talk about the incident.</a> If you haven&rsquo;t given much thought to the memecoin hype, this is very much worth your time. Coffeezilla manages to get some quite detailed and shocking admissions from Hayden. It&rsquo;s worth expanding on some of the small details of the conversation to get a better picture of the memecoin schemes. You can also watch Coffeezilla&rsquo;s follow-up video <a href="https://youtu.be/Ud6GuH7gSDw">here.</a></p> +<h3 id="the-reality-distortion-field">The reality distortion field</h3> +<p>The most fascinating part of this interview is listening to someone from a particularly strong <a href="https://en.wikipedia.org/wiki/Reality_distortion_field">reality distortion field.</a> Much of what Hayden says shocks Coffeezilla, and likely much of the public as well. When one is surrounded by people with particular strong preferences and beliefs it becomes difficult to question the atmosphere we are in. It is a great reminder to question our own assumptions about many things, even where there may even be consensus.</p> +<p>As an outsider, it&rsquo;s very clear that Hayden is surrounded by people who claim to believe that while these memecoins often end up as naked rug-pull scams, there is surely a bright future for &lsquo;social finance&rsquo;. His attitude is nakedly nihilistic about these schemes because of corruption throughout the rest of society. Going so far as to argue &ldquo;<em>but then how else can we make money?</em>&rdquo; as if to say that profitable returns are the only meaningful indicator of productive economic activity. It&rsquo;s understandable to be cynical about the bigger picture, but at what point do we take responsibility for our own actions?</p> +<p>This reality distortion field is itself troubling to contemplate. That many bright, entrepreneurial people are being given a strong signal that fraud is a good and productive use of their talents. In the interview, Hayden explicitly makes the case that the entire cryptocurrency industry, or even the economy at large is fundamentally no different. Even if one accepts this premise, it&rsquo;s not difficult to make the case that there are wildly varying degrees to which this is true in particular places. The nihilistic refusal to make these distinctions seems to be a fundamental pillar of this reality distortion field. While it&rsquo;s certainly true that neither Hayden or I will change all this, there&rsquo;s something tragically dim about giving in to these forces. Is this truly the best we can hope for? I beg to differ.</p> +<h3 id="sniping">Sniping</h3> +<p>Much of the conversation revolves around discussion of &lsquo;sniping&rsquo; the memecoin supply. This is when people will quickly buy up a sizable chunk of the memecoin supply before it&rsquo;s even announced. For example, between when the Libra <a href="https://www.investopedia.com/terms/s/smart-contracts.asp">smart contract</a> was deployed, and when Javier Milei tweeted about it. This gives the &lsquo;snipers&rsquo; an extraordinary advantage over all the people who find out about the memecoin later.</p> +<p>If this activity was purely organic, it would be easier to defend the behavior. It gets worse when behaviors like insider trading gets involved. It&rsquo;s one thing to buy up a memecoin quickly because you think the name has potential, it&rsquo;s a whole different world when you know in advance it&rsquo;s going to be promoted by big names. Given the way these launches are structured, it&rsquo;s guaranteed that there will be some with access to information that can be used to get massive returns at the expense of the rest.</p> +<p>To take things to a whole new level, in the interview the co-creator of Libra explains that those launching their own memecoin feel a need to snipe their own tokens. Not only was it done in this case, he argues that this is common practice in the space. This makes an already quite predatory arrangement even more slanted. Not only are the &lsquo;outsiders&rsquo; competing with those who specialize in sniping memecoins, inside traders, but also the creators themselves. By having a large control of the token supply, the creators and insiders can directly manipulate the price of these assets with very little transparency.</p> +<h3 id="insider-perks">Insider perks</h3> +<p>In addition to all the other issues related to the Libra launch, Dave Portnoy <a href="https://cointelegraph.com/news/dave-portnoy-claims-returned-6-million-libra-tokens-founder">was offered</a> a substantial amount of tokens to hype the project. David claims that after being told he was not to disclose this, that he returned the tokens. It just so happens that this very favorable exchange happens after the tokens had already crashed in value.</p> +<blockquote> +<p>One insider who had lost about $5.34 million on LIBRA was compensated $5 million.</p> +<p>This insider, none other than Barstool founder David Portnoy, had spent 29,000 SOL worth $5.77 million on LIBRA tokens roughly 9 minutes after it launched at $2.51 per coin but quickly lost over $5 million as the token crashed amid speculation of foul play and as President Milei pulled his support, Lookonchain analysis showed on Monday, February 17.</p> +<p>After the loss, however, Portnoy was sent 5 million USDC in two tranches of 4.5 million USDC and 500,000 USDC. He also dumped his remaining LIBRA holdings after receiving this compensation.</p> +<p><a href="https://thecryptobasic.com/2025/02/17/how-libra-token-creator-compensated-dave-portnoy-while-others-hold-the-bag/">How LIBRA Token Creator Compensated Dave Portnoy While Others Hold the Bag</a></p></blockquote> +<p>Unlike other bag holders, David was given the opportunity to be made whole. The very fact that this was done demonstrates the nature of these memecoin schemes. There are many losers and a few winners by design. It&rsquo;s worth considering how memecoins exemplify cryptocurrency at its worst, and what incentives they create for content creators. Despite a great deal of rhetoric about eliminating central banks, it&rsquo;s troubling to see many trends all converge on the mere privatization and digitization of central banking.</p> +<h2 id="opposing-the-grift-industrial-complex">Opposing the grift industrial complex</h2> +<h3 id="how-memecoins-work">How memecoins work:</h3> +<p>To put the interview in perspective, it&rsquo;s worth contemplating the scheme from start to finish.</p> +<ol> +<li>People get together to plan to launch a cryptocurrency asset</li> +<li>Deals are made, to get investment and buy off influencers</li> +<li>Branding and marketing is put together, then the token is launched</li> +<li>Word gets out, project creators, insiders and skilled traders leap on the opportunity to secure large amounts of the token</li> +<li>The influencers and figures promote the token to the masses</li> +<li>Enticed by a rising price, the captive audience flocks in and buys the overpriced collectibles</li> +<li>Large holders dump the token absorbing a majority of the funds put in by wider public</li> +</ol> +<p>It does not matter if the price tanks immediately, or after some time, the scheme is the same. All the buyers of the token are effectively a commodity being sold to investors by leveraging their parasocial connections. As was brought up in the interview, people you follow (&quot;<em>key opinion leaders</em>&quot;/KOLs) have many opportunities to exchange your trust for financial gain. Sponsorships absolutely have <a href="https://odysee.com/@WatchmanPrivacy:1/Sponsorships:e">their problems,</a> so it is on you to judge your sources of information based on what they market to you.</p> +<p>Memecoins are far from the only way this happens, it&rsquo;s just one of the more blatant iterations of it. It is an instructive example of what kinds of behavior are indicative of mass manipulation. Looking at the bigger picture, we can consider how predatory modern social media is. Centralized platforms like Big Tech and <a href="https://libresolutions.network/articles/alt-tech">Alt-Tech</a> all have the ability to pick winners and losers. As the selected winners grow large audiences, they then have the opportunity to make substantial amounts off promoting various products and schemes to them. It&rsquo;s worth asking how &lsquo;independent&rsquo; many of these voices can be when they are beholden to not only the platforms they choose, but also the partnerships that fund their operation. If we truly want to build up independent voices in the public discussion, we have to support them. Payment processors notwithstanding, it&rsquo;s often just as easy to directly support great investigative work as buy a memecoin.</p> +<h3 id="we-can-do-better">We can do better</h3> +<p>I would encourage you to adopt high standards. Not just in the voices you let influence your thinking, but also for platforms and what your wider community tolerates. There is definitely a limit to how effective your activism or cause can be if you permit your constituents to be fleeced by frauds and needless time-sinks. There is a great deal you can do to uplift truly independent voices, sharing great works directly with others is much more revolutionary than jumping to the &ldquo;next great platform&rdquo;. If we want a meritocracy in public discourse, it&rsquo;s up to all of us to be the stewards of it.</p> +<p>Above all, it&rsquo;s important to consider how many social and political phenomenons are primarily driven by the desire to emotionally manipulate audiences to put them into a &lsquo;marketable&rsquo; mindset. We all have buttons that can be pressed to raise fear, urgency, or insecurity. Recognizing that social media manipulation builds real fortunes can help put the need to disentangle from these machinations into perspective. It&rsquo;s largely a matter of judgement: do you want to put your efforts towards supporting the most sleek and popular leaders, or would you rather discover and share genuine insight that others need?</p> +<p>No matter how sophisticated our digital prison becomes, never forget that we have the ability to shape the future together. You would be genuinely surprised at how effective even the smallest of steps can be. Diverting your attention away from hype and instead turning it towards what you can do to make a difference on the small scale will yield fantastic results over time. There are many ways to make a difference, don&rsquo;t let clever marketing trick you into thinking a purchase is the first step.</p> +💌 Thank you for reading this via RSS 📡 + + + + Can we save free speech online? Yes, if we build it! + https://libresolutions.network/articles/perfect-cms/ + Tue, 11 Feb 2025 00:00:00 +0000 + + https://libresolutions.network/articles/perfect-cms/ + + https://libresolutions.network//media/stock/network.webp + + + How to lay the foundation for a better cyberspace. + <p>What would it be like to build something as radical as <a href="https://clas.ucdenver.edu/nhdc/sites/default/files/attached-files/entry_172.pdf">the printing press</a> or the Internet today? Many of us take for granted that the World Wide Web already is the pinnacle of this achievement. We then erroneously assume that any improvement must be out of reach for us mere mortals. The good news is that there already is a blueprint for radically transforming the Web. This is no pie-in-the-sky fantasy. I will share the fundamentals of how to forge a path for a better cyberspace.</p> +<p>It is tragic that for many, the World Wide Web is entirely confined to a few social media sites and mainstream publications. There are many tools one could build to reshape our online experience, but there&rsquo;s a single one that can change this dynamic entirely: a Content Management System. Yep, CMS tools are things that truly don&rsquo;t get enough attention when it comes to building a better cyberspace.</p> +<h3 id="what-is-a-content-management-system-cms">What is a Content Management System (CMS)?</h3> +<p>A Content Management System is the service that runs many functions for a website. It generally interfaces with a database and provides tools for non-technical users to configure and run the site. Without a content management system, one has to write every web part of their site &ldquo;by hand&rdquo;, or with the help of a <a href="https://libresolutions.network/articles/best-website-for-you">static site generator.</a> The CMS is the lifeblood of a website that effectively defines what features and functionality is possible. If one wants to have a dramatic impact on the future of the Web, building a great CMS is likely one of the best ways to do it.</p> +<p>Novel features can be designed to build a CMS that not only transforms cyberspace, but also makes it more resilient to censorship. There is a great deal of &rsquo;low-hanging fruit&rsquo; ripe for taking on many present challenges head-on. Building a truly transformative CMS is no small task, but the potential upside is immense.</p> +<h2 id="wordpress-a-proven-record-for-decentralizing-cyberspace">WordPress: A proven record for decentralizing cyberspace</h2> +<p>The History of <a href="https://wordpress.org/">WordPress</a> is its own <a href="https://youtu.be/wd4DjJdCvJY">long</a> <a href="https://youtu.be/GVzzC06qICw">story.</a> WordPress is a very ubiquitous CMS that powers <a href="https://www.wpzoom.com/blog/wordpress-statistics/">over 43%</a> of the World Wide Web. There&rsquo;s an entire industry around themes, plug-ins, and support as well as education. As a software project and community, WordPress is wildly successful. Thanks to its plug-in system, it&rsquo;s hard to think of anything that can&rsquo;t be done with it.</p> +<p>It certainly didn&rsquo;t start out dominating the Web. WordPress was one of many open-source blogging platforms. Its flexibility and relatively high usability gave it real staying power. It&rsquo;s a shining example of how much wealth can be made off building a fundamental public good. One doesn&rsquo;t need to pay to use WordPress, merely install it and run it like any other Free and Open Source Software. Part of this permissiveness allowed it to be packaged by hosting providers even further lower the barrier to entry.</p> +<p>By its mere existence, WordPress has given many people the opportunity to participate in Cyberspace that otherwise might not have been able to. Its relatively accessible features and adaptability are what allowed a simple open source project to dominate the entire Web. If you&rsquo;re somebody who does manage to move their attention beyond social media sites, odds are many of the sites you visit are running WordPress.</p> +<p>No matter how &ldquo;big&rdquo; WordPress is, it&rsquo;s still a very useful tool for decentralizing the Web. It supports <a href="https://gabe.rocks/docs/#/page/really%20simple%20syndication">RSS</a> out of the box, and even has a <a href="https://wordpress.com/support/enter-the-fediverse/">fediverse plug-in.</a> Despite being over 20 years old, WordPress is still pushing boundaries and innovating. Practically everything you want to do with a web site can be built with WordPress, and if it can&rsquo;t you can always build new themes and plug-ins to support it.</p> +<p>This isn&rsquo;t to say WordPress is perfect. No software project ever fully breaks free from the assumptions it was built on. There are new innovations worth fully embracing from a fresh start. The greatest advantage a new competitor can offer is simplicity. WordPress itself can do anything, but that doesn&rsquo;t mean it&rsquo;s easy to pull off. There are many competitors to WordPress, some open source as well, others fully proprietary. If one wants to radically transform cyberspace for the better, learning from WordPress&rsquo; example is a the place to start.</p> +<h2 id="can-we-do-better">Can we do better?</h2> +<p>Building a new CMS to forge a new Cyberspace is no small feat. If we truly want others to participate in a free and open web, we must ensure that the tools to do so are accessible and intuitive. It will take a fair bit of investment, lots of work, but it&rsquo;s likely the best place to start. There are many great examples to learn from, and many new innovations to embrace. Building a configurable, user-friendly, pro-decentralization CMS is certainly an achievable goal to strive for.</p> +<p>Personally, I took a <a href="https://gabe.rocks/tech/ghost/">look at Ghost</a> which is a newer CMS that also took a stab at <a href="https://ghost.org/changelog/activitypub-alpha/">decentralized social media.</a> Ghost is trying to leverage itself to take on the independent creator economy, and includes payments as a first-class feature. The trouble is, I don&rsquo;t believe payment features and a bolted-on social layer are quite enough to truly adapt to present-day troubles.</p> +<p>The beauty of a first-class free and open source CMS is that it can solve many problems at once. Once those problems are solved, others can then leverage those solutions. This is the mechanism that allows a truly revolutionary tool to actually reshape cyberspace.</p> +<h2 id="building-the-best-the-perfect-cms">Building the best: The &lsquo;perfect&rsquo; CMS</h2> +<p>If you&rsquo;d like to hire a CTO to build a free software revolution in cyberspace my contact details can be found <a href="https://gabe.rocks/get-in-touch/">here.</a></p> +<p>😅 I&rsquo;m (<em>mostly</em>) kidding. I plan to freely share the secret sauce here since I am currently unable to build such a tool on my own. I have some smaller projects in mind for this year, so I&rsquo;ll be pleased if people beat me to it.</p> +<h3 id="aim-high">Aim high</h3> +<p>Imagine a radically better cyberspace, and build the tool that people would actually use in that reality. Recognize that for every person, business, or group a &ldquo;website&rdquo; can be all kinds of very different things. Come up with as many different &ldquo;use cases&rdquo; for your software and hone those insights into requirements for a truly flexible platform. This defined flexibility will guide the construction of a truly revolutionary tool.</p> +<p>Despite what the defeatists will tell you, there&rsquo;s a bright future in building real solutions to present-day problems. The endeavor itself will make anyone involved a powerful force for shaping cyberspace in a better direction. Armed with an ambitious goal, some diligent testing and experimentation, programmers can become a real <a href="https://libresolutions.network/videos/serenum">force to reckon with.</a></p> +<h3 id="security">Security</h3> +<p>A fundamental pillar of this project has to be strong security. As a tool for even the technical novice, it must not create opportunity for costly mistakes. Recognizing that this system may be operating in <a href="https://libresolutions.network/articles/hostile-cyberspace">hostile cyberspace,</a> it&rsquo;s crucial that security is at the foundation of every decision. One way to enable decentralization without compromising on security would be a layered module approach.</p> +<p>Instead of giving every plug-in or custom module access to everything, modules should have defined roles and be granted only what is necessary to fulfill those roles. A custom theme shouldn&rsquo;t need direct access to your database, and a new video player shouldn&rsquo;t need to connect to remote sites. Strong authentication will be needed to protect users and resources. Adopting the latest and greatest in security practices will yield great results moving forward. The plan from the beginning should be to be adaptable to future security upgrades.</p> +<h3 id="decentralization">Decentralization</h3> +<p>A great deal of software today is written to build a monopoly around. Instead, there is an opportunity to build a truly revolutionary tool. Building a CMS with censorship resistance from the ground up can be a powerful advantage. Instead of &ldquo;reinventing the wheel&rdquo; the system can gracefully connect with existing censorship resistance technologies. By defining alternative transports, the entire idea of &ldquo;the Web&rdquo; can be broadened further beyond what it is today.</p> +<p>There are many alternative transport mechanisms for websites. Some people use the &ldquo;dark web&rdquo; with <a href="https://libresolutions.network/operations/shadow">Tor &amp; I2P,</a> but there are even more options. <a href="https://veilid.com/">Veilid</a> and <a href="https://reticulum.network/">Reticulum</a> are both fascinating new ideas for revolutionizing cyberspace. For all the reasons existing content management systems are adopting federated social plug-ins, it makes sense to build this kind of decentralized social layer directly into the software. <a href="https://libresolutions.network/articles/mitra">Mitra</a> supports cross-federation over the web and darknets alike.</p> +<p>By designing the system with decentralization in mind, there must be a concept of a &ldquo;remote user&rdquo;. Recognizing that somebody commenting on, or engaging with your site must be able to define their own profile on their own systems. There are ways to leverage decentralization for better content as well. <a href="https://framablog.org/2023/11/28/peertube-v6-is-out-and-powered-by-your-ideas/">PeerTube uses</a> decentralized technologies to enable peer-to-peer streaming. RSS and <a href="https://www.thepodcasthost.com/business-of-podcasting/what-is-podcasting-2-0-and-why-should-i-care/">Podcasting 2.0</a> should be first-class features of the CMS.</p> +<p>Beyond this, it should be a goal of the system to provide the capability to help guests &amp; contributors migrate their work to their own platform. Many fascinating systems could be built to allow multiple publications to collaborate over the open web. With this in place, people could gradually move from being guest contributors to eventually having their own body of work on their own platform as they learn.</p> +<h3 id="modularity">Modularity</h3> +<p>The CMS should be designed to open as many doors as possible without drowning the user in abstract decisions. Instead, it should be designed to have an opinionated approach to things to serve the user. Learning from WordPress&rsquo;s modularity is important, but that flexibility needs to be harnessed properly. A great many things that can be done with plug-ins should be able to be done with the software itself.</p> +<p>With a strong baseline set of features, and defined modularity, the CMS can be in an excellent position to adapt and grow over time. Modules that users don&rsquo;t want or need can be disabled. When beginning to use the software, basic questions can be asked about what they would like to begin with various &ldquo;profiles&rdquo; of pre-set defaults.</p> +<h3 id="efficiency">Efficiency</h3> +<p>Above all, the tool should work for the user. There are many solved problems that are unnecessary to make the user toil with. Properly converting and sizing media, transcribing audio &amp; video are all things that can be easily done automatically today. Focus on assisting the user do what they want to, rather than making them fight the CMS to get basic things done. Performance is another critical objective. A great deal can be done to optimize for speed without the expense of quality. Being blazing fast at different scales is no small feat. The CMS should be as responsive as possible and find ways to optimize speed without dependency on third-parties.</p> +<h3 id="accessibility">Accessibility</h3> +<p>Administrating the CMS should assume very little technical knowledge. This requires some strong design skills to ensure the software is intuitive as well as powerful. In addition to this, every effort should be made to use <a href="https://libresolutions.network/docs/#/page/progressive%20enhancement">progressive enhancement</a> to be adaptable to a wide variety of viewers.</p> +<p>New innovations are a great way to differentiate itself. A companion app could make it easy to publish content on the go. With the proper open protocols, this companion app could make updating one&rsquo;s own space in cyberspace as easy as posting to social media.</p> +<h2 id="can-we-build-it">Can we build it?</h2> +<p>It would certainly require a great deal of work, but the opportunity is there. This is likely outside the scope of a single person, and would need a broader team or community to turn into a reality. Difficult is a far cry from impossible. It&rsquo;s worth remembering that online free expression can be safeguarded by deliberate innovation if we put our minds to it. Instead of falling for the next big platform that promises to be better, we can truly build a foundation for a better outcome.</p> +💌 Thank you for reading this via RSS 📡 + + + + How to REALLY Resist Digital ID – #SolutionsWatch + https://libresolutions.network/videos/corbett-report/ + Tue, 04 Feb 2025 00:00:00 +0000 + + https://libresolutions.network/videos/corbett-report/ + + + + + + https://libresolutions.network//media/images/solutionswatch.webp + + + Gabriel joins the Corbett Report + <p>It was an honor and privilege to join James Corbett for <a href="https://corbettreport.com/category/solutions/">#SolutionsWatch</a> to discuss <a href="https://gabe.rocks/docs/#/page/digital%20identification">Digital ID</a> and how we can (<em>or can&rsquo;t</em>) stop it. James Corbett is a legend and a great inspiration to this project. I would highly recommend you check out more of his work at <a href="https://corbettreport.com/">the Corbett Report.</a></p> +<p><strong>Show notes and comments</strong> <a href="https://corbettreport.com/how-to-really-resist-digital-id/">on the Corbett Report</a><br> +Since I&rsquo;m a Corbett Report subscriber I&rsquo;ll be engaging there as well!</p> +💌 Thank you for reading this via RSS 📡 + + + + Reminder: Big Tech sucks no matter who is in charge + https://libresolutions.network/articles/big-tech/ + Mon, 20 Jan 2025 00:00:00 +0000 + + https://libresolutions.network/articles/big-tech/ + + https://libresolutions.network//media/images/social-media.webp + + + All the more reason to double down on the open web. + <h3 id="animal-farm-the-digital-pen">Animal Farm: The digital pen</h3> +<p>The power and profit from manipulating masses of <a href="https://www.dictionary.com/browse/menticide">menticided</a> people is not to be underestimated. Nations across the world are considering it as part of their <a href="https://www.aa.com.tr/en/opinion/opinion-elon-musk-brazil-and-the-battle-for-digital-sovereignty/3332242">&lsquo;digital sovereignty&rsquo;.</a> The people, are not as dull as social engineers would hope, and are beginning to turn away from the most egregious abuses. This is impacting growth &amp; engagement figures, and also impacts their ability to collect more data for artificial intelligence. +Despite years of troubling decisions, these companies are now beginning realize they need <a href="https://www.theverge.com/2025/1/3/24334946/meta-ai-profiles-instagram-facebook-bots">actual people</a> on their sites. The most overt sign would be Mark Zuckerberg&rsquo;s <a href="https://www.youtube.com/watch?v=7k1ehaE0bdU">interview on Joe Rogan,</a> but this is no isolated incident. There has been a long trend of people beginning to recognize how abusive social media giants can be. The industry even has a cute term for it <a href="https://itif.org/publications/2024/12/16/eight-ways-the-new-administration-can-pursue-a-post-techlash-agenda/">&rsquo;techlash&rsquo;</a>.<br> +The Information Technology &amp; Innovation Foundation describes it as:</p> +<blockquote> +<p>&ldquo;New technologies and the tech companies that provide them are accused of fueling a myriad of economic and societal problems—from destroying individual privacy to amplifying biases, destroying jobs, and snuffing out competition.</p> +<p><a href="https://itif.org/events/2024/12/17/techlash-2025/">Techlash 2025: The Outlook for Tech Policy in the Trump Administration</a></p></blockquote> +<p>Of course, the ITIF argues that these are myths and exaggerations, but despite their damage control, it matches people&rsquo;s lived experiences. The problems created by corporate consolidation of cyberspace will manifest no matter which company the public flocks to. Even worse, these problems <a href="https://www.schneier.com/essays/archives/2024/06/how-online-privacy-is-like-fishing.html">become normalized,</a> making the intrusions feel acceptable. The answer is not new platforms, but new paradigms. There is a great deal of potential already being demonstrated in the decentralized social media networks such as Nostr and the <a href="https://blog.elenarossini.com/my-year-of-fediverse-explorations/">Fediverse.</a> It&rsquo;s important to remember if you just want information, <a href="https://gabe.rocks/docs/#/page/really%20simple%20syndication">RSS</a> still can&rsquo;t be beat! By truly committing ourselves to a better digital future, the road ahead becomes much more clear.</p> +<h3 id="zuckerberg-cooling-marks">Zuckerberg cooling marks</h3> +<p>Zuckerberg&rsquo;s interview on Joe Rogan is a great introduction to the concept of <a href="https://kieranhealy.org/blog/archives/2002/10/31/cooling-the-mark-out/">cooling the mark.</a> Skilled con artists have recognized that many people are smart enough to decipher schemes as they happen. This creates a problem where those who recognize the fraud or abuse end up willing to do something about it. Instead the scammer has to spend time consoling the victim. By arguing that the scheme was not only not a problem, the con artist can slip in that it was actually good for the victim.</p> +<p>As such, Zuckerberg is outright saying out loud what many had seen first-hand, but never seen addressed for years. Many commenting on the interview have been attempting to create a mark-cooling narrative that lessons have been learned and that mistakes will be corrected in the future. This presumes that Meta&rsquo;s actions during the Covid Crisis, or other political events were not intended from the beginning. By re-contextualizing the overreaches of the last years, not only is history re-written but actual <a href="https://libresolutions.network/articles/social-media">important lessons</a> are buried. Even worse, by reframing reality with the same assumptions the problem was created with, the groundwork for future offenses is being laid.</p> +<p>One of the questions people have to ask themselves is &ldquo;<em>Why the sudden pivot on censorship?</em>&rdquo;. Failing to consider this is to fall into the same trap of not asking why specific overt measures were put into place at the start. No serious individual can truly swallow the idea that governments and corporations are only now seeing the error of their ways. In fact, the <a href="https://www.verywellmind.com/streisand-effect-8654367">Streisand Effect</a> has been well understood for two decades. Instead of naively chalking it all up to ignorance, one needs to consider a more sophisticated game of <a href="https://roundingtheearth.substack.com/p/mindwar-a-radicalizing-mixture-of">mindwar.</a></p> +<p>All strong emotions are prone to being weaponized. By putting people in a situation where they are desperate you can <a href="https://cdn-assets.minds.com/The_Censorship_Effect.pdf">leverage their dissatisfaction</a> to run all kinds of <a href="https://libresolutions.network/articles/-alt-tech">cons</a> and <a href="https://libresolutions.network/articles/redirecting-resistance/">schemes.</a> It is my perspective, that what many experienced as &lsquo;The Culture War&rsquo; was a carefully crafted psychological event. In hindsight, it is clear that many people with a variety of concerns had their voices silenced in an orchestrated and coordinated fashion. It is too easy to presume that the eventual state of having to &ldquo;tone down&rdquo; the overt manipulation wasn&rsquo;t known from the beginning. That limited window would be a very valuable opportunity to discover what techniques are able to <a href="https://consentfactory.org/2024/08/23/the-global-crackdown-on-dissent/">manufacture consent</a> without as much resistance.</p> +<h3 id="speech-not-reach">Speech not reach</h3> +<p>Elon Musk notably <a href="https://x.com/elonmusk/status/1593673339826212864">announced</a> a new standard of &ldquo;Freedom of speech, but not freedom of reach&rdquo;. There are natural barriers that make widespread information dissemination difficult, but modern-day social media companies are artificial structures. They have two major functions: attracting people to consume content, then selling their information and attention to others. Selling attention shifts incentives on the platform, prioritizing that which is profitable to promote. This means that there is a specific reason for every dominating narrative.</p> +<p>People often mistake social media platforms for a level playing field. Truly &lsquo;organic&rsquo; discovery and growth is something that can only be possible in a <a href="https://libresolutions.network/videos/attention-democracy">radically different environment.</a> This is something that already exists in some form on the open web. Outside of these consolidated platforms, nobody is funneled to spend time on specific sites over others. Your web browser gives you access to the limitless potential of the entire world wide web. There are still barriers, but they are somewhat limited to what is inherent to the technology, rather than having artificial gate-keeping organizations. The way to actually &lsquo;fix&rsquo; online free expression is to create a <a href="https://archive.is/AF2i7">&lsquo;web browser for social&rsquo;.</a> People need a tool that allows them to communicate in an interoperable permission-less way. If you&rsquo;ve been following the <a href="https://libresolutions.network/tags/fediverse">Fediverse,</a> you would know that there are exciting things on this front already.</p> +<h3 id="platform-migration">Platform Migration</h3> +<p>Just prior to the United states banning Tiktok, many people have <a href="https://www.forbes.com/sites/petersuciu/2025/01/15/tiktok-users-heading-to-rednote--it-looks-similar-has-the-same-issues/">flocked to</a> another social media app &lsquo;Rednote&rsquo;. This strategy is highly unlikely to be effective. Even if the community successfully migrates in significant numbers, countries all over the world are building the technological capacity to segregate themselves from &lsquo;foreign influence&rsquo;. Digital &lsquo;sovereignty&rsquo; for your government, but at your expense. Switching from platform-to-platform will never be sufficient to actually resolve these problems.</p> +<p>The fact of the matter is that almost every social media app is going to be a <a href="https://www.eff.org/deeplinks/2025/01/online-behavioral-ads-fuel-surveillance-industry-heres-how">spying nightmare.</a> Nit-picking a particular one can be missing the point. No matter what platforms you&rsquo;re on you should consider sticking to the web version, rather than the apps. It&rsquo;s worth thinking about how every bit of data you provide these platforms can be <a href="https://docs.reclaimthenet.org/12-18-24-Censorships-Next-Frontier.pdf">leveraged by governments</a> and other partners against you.</p> +<p>It is vital now more than ever that people and communities begin to consider how to build up their own independent digital infrastructure. Without doing this, people will always be <a href="https://www.technocracy.news/how-engineered-dependency-erases-our-autonomy/">subjects of the whims</a> of governments and corporations alike. It is incredibly ironic that <a href="https://libresolutions.network/operations/hearth">localizing the Internet</a> will also have significant advantages to combating world-wide censorship. With a truly sovereign community infrastructure, it is much harder for outside forces to prevent messages from reaching it. As more and more people worldwide rebuild cyberspace from the ground up, you would be surprised how much better the web could be.</p> +<h3 id="turning-away-from-the-trough-of-menticide">Turning away from the trough of menticide</h3> +<p>It is high time we reject Big Tech for <em>what it is</em> rather than who&rsquo;s in charge of it. In hindsight, it is clear to see that social media giants were specifically designed <a href="https://corbettreport.com/the-weird-darpa-facebook-coincidence-you-never-heard-about/">as public control systems.</a> One has to understand that every corporate (or state-run) social media platform is its own rigged game, with varying degrees of fairness. Continuing to migrate to the most perceived &lsquo;free&rsquo; option merely entrenches the mechanism itself: the commodification of parasocial interactions. What&rsquo;s worse than profit off destroying minds is the real power that can be gained by manipulating those minds.</p> +<p><em>&lsquo;Slop&rsquo;</em> and &lsquo;<em>brainrot</em>&rsquo; are both terms to describe content with little informational value maximized for social media metrics. On any platform designed to capture one&rsquo;s attention, these addictive and demeaning forms of content will proliferate widely. If you&rsquo;re not used to listening to those with different perspectives than you, it&rsquo;s going to be very hard to identify what percentage of your feed is pure slop. The brainrot is the long-term effects of not proactively managing your attention, and merely &lsquo;doomscrolling&rsquo; until your dopamine centers can&rsquo;t respond anymore. The truth is, liberating yourself from these machinations still leaves many others trapped in it. Many are justifiably concerned about the effects of these platforms and want to either push for reform or outright ban these platforms.</p> +<p>Banning particular platforms will only mitigate the most egregious examples. The better option is to build ‘digital town square’ on a foundation that doesn’t foster these problems. This is not about just slapping a web3 token on top of social media, but truly understanding what participation in the Free and Open Web means. Big Tech CEOs, including Mark Zuckerberg have repeated over and over again that reducing online harms at scale is impossible, so we need to stop pretending that they&rsquo;re going to miraculously figure it out. We are responsible for our participation online, and it requires us to consider what models we empower with it.</p> +<h2 id="anti-slop-protocols">Anti-slop protocols</h2> +<p>It&rsquo;s clear that many people are going to continue to use mainstream social media, often without exploring the decentralized alternatives. This is a shame, but it&rsquo;s at least a situation that can be mitigated. Taking the time to protect yourself from &lsquo;slop&rsquo; will go a long way to reduce social media&rsquo;s impact on you. It&rsquo;s a bit of effort and might even be controversial, but you may find these techniques effective.</p> +<ul> +<li> +<p><strong>Keep your purpose in mind</strong></p> +<p>Don&rsquo;t visit a social media site to merely gaze at what the algorithm decides for you, remember what you actually want out of visiting in the first place.</p> +</li> +<li> +<p><strong>Use the web version, rather than the app</strong></p> +<p>This is a great way to keep you from being distracted by notifications and also reduces the information the platform can learn from you.</p> +</li> +<li> +<p><strong>Organize people you find insightful into lists</strong></p> +<p>This is massively better than just waiting for their updates to be put into your feed.</p> +</li> +<li> +<p><strong>Make use of mute feature</strong></p> +<p>Sometimes you can mute words as well! It can be helpful when a big story is getting too much attention to simply ignore posts where that phrase is used.</p> +<p>It&rsquo;s also a great idea to mute accounts that specialize in slop or otherwise inflammatory content.</p> +</li> +<li> +<p><strong>Engage Judiciously</strong></p> +<p>Leaving a &rsquo;like&rsquo; can feel like such a small thing, but the algorithms tend to take it quite seriously. Your engagement is largely what drives your experience so make sure you&rsquo;re being deliberate.</p> +</li> +<li> +<p><strong>Don&rsquo;t respond to a post with massive engagement</strong></p> +<p>If a hundred thousand people have already liked the post, and there are thousands of comments, reconsider the benefit in adding yours to the pile. If you want to respond to an overall conversation, it&rsquo;s better to take the time to write your own long-form post about the discussion.</p> +</li> +<li> +<p><strong>Ignore anyone too big</strong></p> +<p>Any massively public figure inherently has to maximize for the lowest common denominator. Consider finding accounts that others may not be aware of that have real merit. &ldquo;Too big&rdquo; can be a judgement call. My own metric is if your IRL contacts have heard of them, that&rsquo;s way past the &rsquo;too big&rsquo; scale.</p> +</li> +<li> +<p><strong>Prioritize length</strong></p> +<p>This signal is a bit noisy since people can use chatGPT to generate large amounts of text, but it still holds relatively well. If someone is willing to take the time to frame their argument well, it&rsquo;s often more worth considering than a simple one-line reaction.</p> +</li> +<li> +<p><strong>Resist the urge to stay current</strong></p> +<p>It&rsquo;s only natural to want to be on top of breaking issues. On the other hand, unless you&rsquo;re personally involved, fact finding takes time. There is a great deal of noise that can be added by good-faith speculation and outright shameless attempts to capitalize on breaking news. Prioritizing which events are worth understanding in detail can definitely go a long way.</p> +</li> +</ul> +<p>These are of course, suggestions and aspirations. Feel free to take on what you think can help you stay focused and discard the ones that aren&rsquo;t desirable or even supported on your platform of choice. The most important thing is to be deliberate about what you&rsquo;re doing and not let platforms themselves dictate your participation. Of course, like many other things this is easier said than done.</p> +<p>For those with spare time, resources, and creativity at hand, it may be seriously worth considering creating your own platforms. The Internet may be dead, but we can salvage the Free and Open Web by doubling-down on building it ourselves. While having your own website may not bring in huge amounts of views, you would be surprised at the quality feedback you get with quality contributions. Consider what you would like to see the <em>digital town square</em> look like, and what you can do to build that future.</p> +💌 Thank you for reading this via RSS 📡 + + + + Digital Autonomy & Fitness with Zachary Boissinot + https://libresolutions.network/videos/fitness/ + Mon, 13 Jan 2025 00:00:00 +0000 + + https://libresolutions.network/videos/fitness/ + + + + + + https://libresolutions.network//media/images/gabe-and-zach.webp + + + Work against resistance to become the resistance + <p>I would like to introduce you to Zachary Boissinot. A great Canadian who is passionate about health and people&rsquo;s autonomy. I joined Zach to discuss what it&rsquo;s been like for him a personal trainer and owner of a gym. Recently I&rsquo;ve begun to <a href="https://gabe.rocks/health/">make progress</a> on my own weight loss journey thanks in big part to his instruction. We touch on some of the recent challenges people are facing, as well as potential concerns of how health data can be misused. I hope you&rsquo;ll find our conversation worth diving into.</p> +<p>The <a href="https://libresolutions.network/tags/digital-autonomy-series/">Digital Autonomy Series</a> is where I try to have conversations to &lsquo;bridge the gap&rsquo; between technical minds and the real concerns people have in their daily lives. The goal is to build some understanding of the pressing issues related to how our digital experience impacts different domains of life. By learning from others with a solid understanding in one of those areas, we can begin to <a href="http://localhost:1313/articles/digital-autonomy/">imagine how a better digital future</a> would actually work.</p> +<p>Zachary runs <a href="https://afootabovefitness.com/">A Foot Above Fitness</a> a gym with an excellent community and it&rsquo;s a pleasure to be a part of it. There&rsquo;s something uniquely inspiring about a community of people being so forthcoming with kindness and encouragement. Even if you&rsquo;re not local, there&rsquo;s a lot that can be learned from his example. You can also get connected through either <a href="https://www.facebook.com/AFootAboveFitness">Facebook</a> or <a href="https://www.instagram.com/afootabovefitness/">Instagram.</a></p> +💌 Thank you for reading this via RSS 📡 + + + + The Zano Conspiracy: Hijacking Privacy + https://libresolutions.network/articles/zano/ + Tue, 07 Jan 2025 00:00:00 +0000 + + https://libresolutions.network/articles/zano/ + + https://libresolutions.network//media/stock/digital-world.webp + + + Unraveling a massive affinity scam targeting the privacy-conscious cryptocurrency community. + <p>Last December, Roger Ver appeared on the <a href="https://rumble.com/v5xyrwt-why-the-intel-agencies-want-to-track-your-every-transaction-and-throw-roger.html">Tucker Carlson show.</a> Taking the time to outline his history as an old Bitcoin fan, and staunch economic freedom advocate. He raised his concerns about how Bitcoin was &lsquo;hijacked&rsquo; by nefarious forces to neuter its utility as anything other than &lsquo;digital gold&rsquo;. Roger&rsquo;s take on Bitcoin&rsquo;s flaws are incredibly compelling, partly because it is backed by some real history. I raised many similar concerns when I spoke with <a href="https://roundingtheearth.substack.com/">Mathew Crawford</a> and Hrvoje on <a href="https://geopoliticsandempire.com/2024/11/15/bitcoin-tulip-gold/">Geopolitics &amp; Empire.</a> It is concerning however, to see this Bitcoin &rsquo;limited hangout&rsquo; used to promote a very <a href="https://youtu.be/aES5WvXgAcw?t=161">suspect cryptocurrency.</a></p> +<p>Roger is currently being prosecuted for tax evasion, despite renouncing his citizenship and &ldquo;becoming a citizen of the world&rdquo;. He believes this is a politically motivated prosecution. In <a href="https://home.solari.com/hijacking-bitcoin-the-hidden-history-of-btc-with-steve-patterson/">her interview</a> with the co-author of Roger Ver&rsquo;s book &lsquo;Hijacking Bitcoin&rsquo;, Catherine Austin Fitts points out that how Roger is being prosecuted is highly irregular. <a href="https://www.freerogernow.org/">The public petition</a> in his name has currently reached over 18 thousand signatures. The petition has been signed by notable names like Tucker Carlson, Bret Weinstein, Jeffrey Tucker, Aaron Day with many others.</p> +<p>In his conversation with Tucker, Roger Ver argues that the only way to preserve financial privacy and autonomy is for humanity to adopt cryptocurrency, but specifically private ones. This is because while there are many cryptocurrencies, many of them are perfectly transparent. This creates privacy concerns. While private cryptocurrencies are absolutely worth exploring, Roger Ver has a few specific solutions in mind. Leveraging the fear of state abuse via central bank digital currencies, he argues we need to rush into more cryptocurrency projects. Saying he would be embarrassed to promote Bitcoin today, but he <a href="https://x.com/zano_project/status/1870135248098382248">explicitly promoted</a> two other cryptocurrencies Monero &amp; <a href="https://gabe.rocks/docs/#/page/zano">Zano.</a> I had already been familiar with Monero which I consider one of the few decent cryptocurrencies, but I had never heard of Zano. What I found looking into Zano I found highly troubling.</p> +<p>I am choosing to highlight Zano for two reasons:</p> +<ol> +<li>Some quite prominent figures vocal about decentralization and privacy have promoted it.</li> +<li>It&rsquo;s exemplary of what one should avoid if they are to consider cryptocurrency at all.</li> +</ol> +<p>After spending a significant amount of time digging, and comparing notes with others even more knowledgeable than me, my mind is made up. I am strongly convinced that there is something nefarious in the promotion of Zano.</p> +<h2 id="whats-wrong-with-zano">What&rsquo;s wrong with Zano?</h2> +<p>Zano is a cryptocurrency that has a great deal of <a href="https://pdfhost.io/v/oIeFyPGBn_Zano">red flags.</a> These particular red flags put it in the <a href="https://yanmaani.github.io/proof-of-stake-is-a-scam-and-the-people-promoting-it-are-scammers/">same league</a> as many failed projects and outright frauds. In many ways, it is an excellent example of how predatory the cryptocurrency market can be. Even people who may be familiar with Bitcoin itself, may not truly be able to appreciate the significant differences between it and other cryptocurrencies. There are many fundamental differences to these digital assets that can have a profound impact on how they work, as well as their future.</p> +<h3 id="the-liquidity-problem">The liquidity problem</h3> +<p>Making a small cryptocurrency popular is no simple task. Bitcoin has had over a decade to gain familiarity and access, but almost every other cryptocurrency has to compete with <a href="https://explodingtopics.com/blog/number-of-cryptocurrencies">thousands</a> of others. It is incredibly hard to stand out without at least promising truly innovative features. It&rsquo;s very straightforward to download the source code of a cryptocurrency, make some trivial changes to function and branding to make a new one. These slight variations are often shameless attempts to ride on the coattails of a more successful project, but also create a &ldquo;spam&rdquo; problem for exchanges.</p> +<p><a href="https://www.investopedia.com/tech/190-cryptocurrency-exchanges-so-how-choose/">Exchanges</a> are online platforms where people generally buy their cryptocurrency. There are a huge variety of them, and they all have a different selection of cryptocurrencies. Some are naturally more popular than others. When one creates a cryptocurrency, it is not automatically listed on any exchanges, especially not the centralized ones. These exchanges effectively operate as &ldquo;on-ramps&rdquo; for people to acquire cryptocurrencies and trade within them.</p> +<p>For smaller cryptocurrencies, this creates a bit of a &ldquo;<em>chicken and egg problem</em>&rdquo;. To be listed on an exchange, the coin needs to be sufficiently popular and <a href="https://crypto.com/en/university/liquidity-in-crypto-markets">liquid,</a> but to be sufficiently popular and liquid it needs to be on exchanges. A potential solution to this is DExs (<em>Decentralized Exchanges</em>), but these are generally not as popular among users. This creates many problems, but especially for cryptocurrency investors.</p> +<p>The biggest problem when trading a small coin is that you&rsquo;re effectively at the mercy of the few exchanges it is sold on. Even if you &lsquo;mine&rsquo; your own coins, you won&rsquo;t have many places to sell. What&rsquo;s worse, is that all kinds of market manipulation is possible by even relatively small players on obscure coins and exchanges. To make a bold statement, this means that there is no such thing as organic <a href="https://www.investopedia.com/terms/p/pricediscovery.asp">price discovery</a> for coins not widely listed. Prices can wildly vary between smaller exchanges. All of this together gives larger holders of smaller coins very powerful economic influence over the ecosystem. Specifically in the case of Zano, <a href="https://coinmarketcap.com/currencies/zano/#Markets">over 85%</a> of its known daily trading volume (at the time of writing) takes place in a single exchange. Yet even at the most popular exchange Zano isn&rsquo;t very liquid.</p> +<h3 id="hijacking-privacy">Hijacking privacy</h3> +<p>The Zano project seems to have a lot of resources to throw around and buy influence. This on its own is a huge red flag for me. It wouldn&rsquo;t be the first time a nominally &lsquo;decentralized&rsquo; project that used its own tokens to buy up positive PR. Odysee/LBRY had a program where they would <a href="https://scribe.rip/@scottcbusiness/what-happened-to-lbry-odysee-ded8c4c24bbb">sponsor creators</a> with a significant amount of LBRY credits to be unlocked after a particular time. This meant that many popular figures had a huge incentive to promote and speak well of the platform no matter what the reality. Many well-known figures, may promote various cryptocurrencies, without being able to properly communicate the massive risks in playing with unproven cryptocurrencies. It&rsquo;s often the case that many of these personalities themselves may not be able to reasonably tell just how bad a particular asset can be. This is because cryptocurrency projects all have very important details that often get glossed over by people getting excited about rapid price increases.</p> +<p>I am highly suspicious that Zano has effectively &ldquo;bought its way&rdquo; into the online discussions it&rsquo;s featured in. Regardless, the plug in Roger Ver&rsquo;s Tucker Carlson interview has effectively done this. It&rsquo;s so easy for somebody enchanted by a beautiful website, rising price, and growing popularity to overlook many glaring signs of trouble. Technical details take time to prove. Software requires testing and validation to truly prove that systems work as intended. It&rsquo;s incredibly common for catastrophic bugs to come out of nowhere, just <a href="https://fortune.com/2024/08/03/crowdstrike-outage-fortune-500-companies-5-4-billion-damages-uninsured-losses/">ask Crowdstrike.</a> But price rises come a lot faster than technical merit. It&rsquo;s incredibly easy for a new cryptocurrency to become multiples of its current price on small exchanges before most people even hear of it. This in combination with project creators (and investors) maintaining control over the token supply with a huge <a href="https://scribe.rip/zano-news/zano-development-fund-breakdown-5d320a6a88f2">pre-mine</a> makes for a very predatory arrangement.</p> +<h3 id="rigging-the-game">Rigging the game</h3> +<p>Zano actually had multiple opportunities for insiders to take significant control over the token supply. The <a href="https://docs.zano.org/docs/learn/emission/#premine">pre-mine</a> allocated nearly 30% of the total token supply to fund the project. This means that as the cryptocurrency launched, a huge share of the total supply was under control of the project team. Some argue that this is a good thing, it gives those working on the project a means of funding development of the project. Unfortunately, this is also a very popular means for outright frauds to run straightforward <a href="https://www.investopedia.com/terms/p/pumpanddump.asp">pump and dump</a> scams. For some cryptocurrencies, they use &lsquo;Proof-of-Stake&rsquo; as their consensus algorithm, which makes this circumstance even more dire. Because under a proof-of-stake system large holders have a significant control over the currency itself. In addition to this, large holders can maintain a permanent advantage by receiving profits from staking their large holdings.</p> +<p>While Zano had a very generous premine, that wasn&rsquo;t the only opportunity for insiders to acquire a large stake of the supply. In a highly unusual move, holders of a different cryptocurrency called <a href="https://bitcointalk.org/index.php?topic=740112.0">Boolberry</a> were able to exchange their tokens for Zano at a <a href="https://blog.zano.org/coinswap-launch/">1:1 ratio.</a> In another unusual action, the window to swap tokens was relatively short. Lasting around a month, one can assume that only the most &lsquo;in the know&rsquo; holders would have had the opportunity to swap. Large holders of this highly obscure and relatively inexpensive token can potentially have a significant stake in Zano. Since Zano is intended to be a private cryptocurrency, there is no known way to learn how much of the supply is dominated by insiders.</p> +<p>In yet another unique move, Zano uses <a href="https://archive.is/JdPb0">both</a> <a href="https://www.investopedia.com/terms/p/proof-work.asp">Proof-of-Work</a> and <a href="https://www.investopedia.com/terms/p/proof-stake-pos.asp">Proof-of-Stake.</a> Proof-of-work is where computing power is used to validate the network. Proof-of-Stake instead has holders of the token &rsquo;lock up&rsquo; some of their funds to participate in exchange for a share of block rewards. Because (<em>like many others</em>) Zano is a relatively new cryptocurrency, its proof-of-work consensus is at risk of being dominated by those with significant computing power. The creator argues that adding proof-of-stake is a means of overcoming this initial weakness. On the other hand, there are other solutions that don&rsquo;t create immense profit for insiders. A popular solution other cryptocurrencies use is <a href="https://academy.binance.com/en/glossary/merged-mining">&lsquo;merged mining&rsquo;</a> where the cryptocurrency can be &lsquo;mined&rsquo; in parallel with other larger coins, encouraging more computing power a lot faster.</p> +<p>A hybrid consensus algorithm is a bold move that may encounter un-intuitive complications. The introduction of Proof-of-stake itself may not have been done for system security reasons, but possibly for profit. The combination of a pre-mine coin and proof-of-stake &ldquo;pump and dump&rdquo; is a scam that has gotten very old these days. It&rsquo;s almost comical. Zano is possibly in the worst of all worlds given that there was a massive pre-mine, a large amount of Boolberry trade-ins, which will all be able to profit off staking rewards in the future. To discuss this and other issues in a <a href="https://youtu.be/vHWEhO5RSHM">Q&amp;A with the Zano team,</a> &lsquo;Untraceable&rsquo; effectively argued this was a &ldquo;dev tax&rdquo; on Zano in perpetuity. Meaning that the developers would have the capability of profiting off the system at the expense of participants. It is worth considering that it is not just merely the developers, but also unknown insiders who may also be able to reap significant staking rewards. To the degree it works out this way, it a frustrating <em>re-creation</em> of all the things cryptocurrencies were ideally invented to eliminate. If we are willing to passively accept the owners of a cryptocurrency dominating the consensus algorithm and profiting off the ecosystem itself&hellip; are we really any better off than with central banks?</p> +<p>Zano is attempting to corner the market on private digital currencies (<em>and assets!</em>) while maintaining significant control over the token supply. A digital currency using proof-of-stake with a consolidated supply is truly just a <a href="https://live.solari.com/w/p/dYcUH3sp9KY5v82GcoFWxH?playlistPosition=1">CBDC</a> with extra steps. It&rsquo;s really worth considering how many of these projects directly aimed at enticing &lsquo;freedom fighters&rsquo; are &ldquo;wolves in sheep&rsquo;s clothing&rdquo;. Since at least the <a href="https://www.citationneeded.news/the-fraud-was-in-the-code/">FTX</a> collapse, it&rsquo;s clear that there is a desire to build a <a href="https://roundingtheearth.substack.com/i/85749309/establishing-a-new-global-financial-order-in-one-fell-swoop">CBDC issuer</a> that&rsquo;s technically private. I wholeheartedly believe that Zano is an attempt to encircle the private cryptocurrency space and neuter it, because it&rsquo;s possible that alternatives are far too resilient to tolerate. If Zano is given preferential treatment compared to Monero by exchanges, you will be able to be certain that this is true.</p> +<h3 id="the-bigger-picture">The bigger picture</h3> +<p>One can argue, that none of this matters. The Zano team effectively did during <a href="https://youtu.be/vHWEhO5RSHM">their Q&amp;A.</a> As somebody who has watched the cryptocurrency space when people actually cared about decentralization, innovation, and potential it&rsquo;s truly awful to witness. It seems that the simple strategy of setting up yet another cryptocurrency and hyping it up is itself so profitable it distracts from sincere attempts to build real solutions. What concerns me the most about the Zano platform is that it seems perfectly suited to operate as a means to recapitalize on the <a href="https://whistleblowersinternational.com/Blog/meme-coin-scams-how-to-spot-and-avoid-them/">memecoin hype,</a> without delivering much in tangible innovation. I&rsquo;m quite sure that sounds harsh, but regardless of whatever price movement Zano makes, I am incredibly skeptical it will accomplish stated objectives.</p> +<p>It&rsquo;s clear that there isn&rsquo;t a lot of interest in pointing out the flaws of various cryptocurrency projects. The time and effort to validate well-funded marketing in an area the majority of people don&rsquo;t understand is daunting. It&rsquo;s not just myself. If you listen <a href="https://youtu.be/vHWEhO5RSHM">to the Q&amp;A,</a> <a href="https://x.com/DontTraceMeBruh">Untraceable</a> is very knowledgeable and has clearly done his homework. But I fully expect this to be ignored as the price may well continue to rise despite it all. I made an attempt to reach out to others much more knowledgeable about cryptocurrency than me, and received variations of the same question: &ldquo;<em>Why are you even looking at this?</em>&rdquo;. Those I know who have a serious grasp of the fine details can&rsquo;t take this project seriously, but is your favorite parasocial hero going to tell you this?</p> +<p>But all the major red flags: the premine, the token swap, decisions made about the consensus algorithm, lack of technical documentation, are all worth keeping in mind for any hyped-up asset. When one watches the cryptocurrency market with a healthy dose of skepticism you will see many doomed-from-the-start projects rise and fall over and over. One of the things that makes Zano particularly noteworthy is that it is not merely cryptocurrency, but it also intends to be a platform to launch other digital assets. As Untraceable pointed out in the Q&amp;A, Zano doesn&rsquo;t support smart contracts. This means that any digital assets launched under Zano are &lsquo;dumb tokens&rsquo; that currently are under centralized control. If Zano becomes significantly popular, the platform itself can become a haven for pump-and-dump memecoins that have no utility. The centralized issuance and lack of ability to create smart contracts makes any of these assets suspect.</p> +<h3 id="kaurma-not-all-that-glitters-is-gold">Kaurma: Not all that glitters is gold</h3> +<p>Bitcoin may be very successful as &lsquo;digital gold&rsquo;, but many people are very disinterested in the <a href="https://watchmanprivacy.com/2024/10/18/130-are-bitcoin-podcasts-divine-intervention/">current trajectory</a> of the Bitcoin community. The race to seek out the &rsquo;next Bitcoin&rsquo; is very intense these days. Many are desperate to recapture the vision, or the dream of <em>peer to peer digital cash</em>. Building a project to take on this ambition is laudable, but actually achieving it is no small feat. If Bitcoin was &lsquo;hijacked&rsquo; or otherwise unable to function as a medium of exchange, any new project has massive shoes to fill to even make the attempt. In public discussions, there is a huge lack of serious consideration for what lessons could have been learned. Privacy, scaling, decentralization are all secondary concerns to marketing the next hyped up asset.</p> +<p>One of the things I stumbled on while looking into Zano was Aaron Day&rsquo;s ambitious project Kaurma. The Zano profile on X <a href="https://x.com/zano_project/status/1874896193672953925">shared a video</a> of Aaron Day explaining the dangers of CBDCs and economic surveillance. Arguing that you &lsquo;defeat surveillance with privacy&rsquo; and therefore we need to use Monero, Zano and his new project, which is planned to be built on top of Zano. The choice to build on top of Zano is interesting, given the details above. In defending this choice, he argues that a &ldquo;fair launch&rdquo; <a href="https://x.com/AaronRDay/status/1876297418435854735">isn&rsquo;t really important.</a> This certainly raises concerns about his ability to fairly steward a stablecoin project.</p> +<p>Aaron Day <a href="https://x.com/AaronRDay/status/1859379045256896901">wrote:</a></p> +<blockquote> +<p>Tether will either blow up in a scandal or will be co-opted by the establishment and will become the de facto CBDC for this US. Either way, the end result is digital tyranny.</p> +<p>This is why we are launching Kaurma - a gold-backed privacy stablecoin on Zano.</p> +<p>The world deserves private, P2P digital cash.</p></blockquote> +<p>A &ldquo;gold-backed privacy stablecoin&rdquo; is quite the mouthful. It&rsquo;s also at least an order of magnitude more complex than actually succeeding to build a peer to peer digital cash system. The intention appears to be to build the stablecoin (a digital asset with a stable value) with Zano&rsquo;s &ldquo;Confidential Asset&rdquo; system. There are significant concerns about how these assets <a href="https://x.com/DontTraceMeBruh/status/1821797625835769864">are centralized.</a> In addition to this, tying the physical world (like with gold) to cryptocurrencies is no simple task either. There are many cryptocurrency projects that have &rsquo;tokenized&rsquo; gold, but none of them are truly decentralized. Despite many people being attracted to cryptocurrency for decentralization &amp; privacy, it seems that one is going to have to trust the operators of Kaurma to back their end of the bargain. While it&rsquo;s almost guaranteed that Tether has problems, is building more Tether-like entities truly a solution?</p> +<p>Those genuinely interested in decentralizing financial power have to understand that the fine details matter. Being overly ambitious without due caution is at best a recipe for making others pay for your foolish mistakes. The problem is that this is largely a question of values. Being okay with your &ldquo;allies&rdquo; being fleeced by endless frauds and scams is a road to <a href="https://libresolutions.network/articles/redirecting-resistance/">de-facto sabotage.</a> There are values that served those who got into cryptocurrency early, that have largely been forgotten as the market has been refined into a parasocial plundering machine. It is highly suspect that those with the means to rise on centralized platforms always happen to have a &lsquo;solution&rsquo; that requires people to hand over their money and data for empty promises.</p> +<h2 id="can-we-do-better">Can we do better?</h2> +<p>Decentralizing is hard. Adopting a cryptocurrency in 2025 is not going to meaningfully protect people from CBDCs, de-banking, or state surveillance. For the vast majority of people their real weak-points are employment and ability to pay for necessities. Neither of those are going to be transformed overnight. If your goal is to just make enough money off suckers to &rsquo;liberate&rsquo; yourself from today&rsquo;s major inconveniences, then maybe that can work. When one is truly interested in rebuilding the foundations of our digital experience, a lot more fundamental work is required to make meaningful change. The desire to do <em>something</em> to oppose tyranny is wonderful, but it&rsquo;s also something that can be weaponized against you.</p> +<p>At some point, thought leaders need to demonstrate their willingness to <em>walk the walk</em>. If they talk a big game about innovation, decentralization, and protecting privacy, how much do their actions reflect this? It&rsquo;s easy to be skeptical about what you&rsquo;re being told, but it&rsquo;s a whole other challenge to consider what you&rsquo;re not being told. In an age where people&rsquo;s digital experience is being confined to increasingly controlled devices, the systems we slather on top are never going to make a meaningful difference.</p> +<p>I am incredibly disappointed that I am even moved to not only write this piece, but make it as long as this. One of the prime motivators for me to begin writing about technical topics was the complete un-seriousness they are given in so-called freedom loving circles. I am convinced that at least 99% of the cryptocurrency ecosystem exists to build a cargo-cult that keeps motivated technical minds away from real solutions. Bitcoin was released in 2008, do you feel more or less digitally free since then? Almost everyone who is old enough to remember would admit that things have gotten dire. Has the plentiful variety of cryptocurrencies available meaningfully enhanced your digital experience? I certainly doubt it.</p> +<p>The most important way to make progress is to work against people being forced into digital systems not herd them into yet another unproven &lsquo;solution&rsquo;. If it truly is the answer, it can absolutely catch on organically. Technology can be a powerful force for helping people with all kinds of problems, but things will continue to get worse if we continue to be careless. New tools are needed, but at a much more fundamental level than mere software. It is distressing to see well-meaning people lured into blatant scams by appealing to their justified fear of tyranny and abuse. We should expect better from our thought-leaders. If they are so careless to look into the fine details, who needs enemies?</p> +💌 Thank you for reading this via RSS 📡 + + + + Tool Tuesday: Logseq + https://libresolutions.network/videos/logseq/ + Tue, 07 Jan 2025 00:00:00 +0000 + + https://libresolutions.network/videos/logseq/ + + https://libresolutions.network//media/images/logseq.webp + + + An excellent knowledge management tool + <p>Welcome to a the first (<em>of many</em>) iteration of <strong>Tool Tuesday,</strong> a new format where I show off a free and open source tool I <em>actually use</em> and find useful. Today&rsquo;s episode is about <a href="https://logseq.com/">Logseq,</a> a knowledge management tool. Logseq is <a href="https://github.com/logseq/logseq?tab=AGPL-3.0-1-ov-file#readme">fully Free Software.</a> Logseq is a great privacy-first option that supports all the major platforms; Windows, MacOS, Linux, as well as Android &amp; iOS. I&rsquo;ve only scratched the surface of what makes it useful, so I hope you feel enticed to dive in.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/010e942b-abe0-47f3-b133-2aaf1b5f9b8e' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +💌 Thank you for reading this via RSS 📡 + + + + Casey Means: 'Good Energy' & Biosurveillance + https://libresolutions.network/articles/good-energy/ + Thu, 02 Jan 2025 00:00:00 +0000 + + https://libresolutions.network/articles/good-energy/ + + https://libresolutions.network//media/stock/meds.webp + + + Can Big Data & wearables improve our health? + <p>Since the Covid Crisis, there has been a renewed interest in people taking control of their health. This on its own is fantastic news. This is something that&rsquo;s very close to my heart since I&rsquo;ve been embarking on my own <a href="https://gabe.rocks/health">health journey.</a> As part of this, I was gifted Casey Means&rsquo; book <a href="https://www.goodreads.com/book/show/196848596-good-energy"><em>Good Energy</em></a> by my mother. I think there is a lot of very useful and important information in this book. Sadly, it also leaves out a wide variety of <a href="https://youtu.be/gXjj2EoElFg">important information,</a> especially when it comes to digital autonomy.</p> +<h2 id="good-energy">Good Energy</h2> +<p>The book is about Casey Mean&rsquo;s journey from being a surgeon within the medical system, to adopting new ideas and practices for helping people take charge of their own health. Recognizing that to a surgeon armed with a hammer (scalpel) everything starts to look like a nail, she started to consider how many different problems were caused by common lifestyle factors. The book outlines how taking on many simple habits can really build into massive health improvements over time. The author provides a large picture of how our modern environment impacts our health, and strategies for mitigating this. If you&rsquo;re somebody like me, who could learn a lot more about health, I would highly recommend reading the book as a good step in taking responsibility for one&rsquo;s health.</p> +<p>Just because I agree with many points made by the book, doesn&rsquo;t mean I agree with every line. It is absolutely true that to take better charge of one&rsquo;s own health getting more information is helpful. On the other hand, as a &rsquo;techie&rsquo; I have significant concerns over data privacy. It would be different if all the means of acquiring your own personal health information were entirely analog. In that case, you could harmlessly get all the information required with few to no privacy concerns. Sadly this isn&rsquo;t the state of things.</p> +<p>Good Energy explicitly recommends many smart watches and devices known as &lsquo;wearables&rsquo;. There are non-trivial privacy concerns people should consider before making an informed choice about using them. The book goes even further to recommend having a Continuous Glucose Monitor (GCM) to get real-time metabolic information. The author is an adviser to <a href="https://www.levels.com/">Levels,</a> a company that is launching a new <a href="https://archive.is/uQMBE">smart GCM.</a> over time, I&rsquo;ve become more and more skeptical of the further digitization of health. All kinds of companies are after everyone&rsquo;s <a href="https://www.microjourneys.io/p/exploring-the-pure-blood-trap">medical information,</a> but what are they using it for?</p> +<h2 id="wearables-a-cause-for-concern">Wearables: A cause for concern?</h2> +<p>Health monitors as a whole are a gold mine of useful information about a person. This is something that can be used for an incredible amount of good, but sadly also just as much evil. The best way to protect sensitive information is not to record it, and these tools by design do a lot of recording. It&rsquo;s one thing to have crucial information in your own hands, but once it&rsquo;s in others&rsquo; control the game changes completely.</p> +<blockquote> +<p>While digitizing medical data could revolutionize healthcare, systemic inefficiencies, weak security measures, and a lack of trust in Big Tech make it risky. These vulnerabilities expose patients to data theft, scams, fraud, and exploitation. If patients can&rsquo;t trust healthcare companies like UnitedHealth Group to safeguard sensitive health data, why should they believe digitizing and uploading healthcare data to a Big Tech company like Google is a good idea?</p> +<p><a href="https://www.androidpolice.com/sending-digitized-medical-data-to-google-bad-idea/">Android Police: Digitizing and sending medical data to Google sounds like a bad idea</a></p></blockquote> +<p>This is a non-trivial concern. As we &lsquo;digitize&rsquo; healthcare, there are many serious questions to ask about who or what is being empowered with our sensitive health information. We have already seen much simpler IoT devices used to <a href="https://www.theguardian.com/world/article/2024/jun/25/tracking-device-domestic-violence-offenders-stalking-apple-find-my-friends">enable stalking and harassment,</a> the dangers related to health monitors are only beginning to become apparent. There is a frustrating lack of health monitoring gadgets that don&rsquo;t require a smartphone app. These apps all inherently rely on connecting to a corporate controlled service with very few real guarantees of privacy. Even when a particular provider may have strong guarantees, little prevents it (and all of people&rsquo;s sensitive information) from being <a href="https://www.forbes.com/sites/andrewwilliams/2021/01/14/google-now-owns-fitbit-what-it-means-for-your-fitness-data-privacy/">sold to a new company</a> with less scruples. There are countless ways personal health information on a wide variety of people could be misused and abused.</p> +<p>In fact, we already saw in the Covid Crisis that vaccination status was used to fuel <a href="https://www.campfire.wiki/doku.php?id=vaccine_passport">systematic discrimination</a> in many areas of life in many countries. Given the serious decline in both medical ethics and privacy since that time, there are hardly any guarantees about all kinds of forms of medical discrimination in the future. To be clear, there&rsquo;s a lot of good to come from people being given the tools to take charge of their own health, but unfortunately that&rsquo;s not exactly what&rsquo;s being offered here. With the vast majority of commercially available options, the risk of people&rsquo;s sensitive biological information being in the wrong hands is almost guaranteed.</p> +<p>In addition to all this, there are also simple fundamental technical <a href="https://theconversation.com/a-medical-right-to-repair-can-empower-consumers-and-save-lives-234451">problems with the lifecycle</a> of these products. Being so dependent on smartphones and online services means that these products are vulnerable to (if not designed with) <a href="https://pirg.org/articles/bricked-house-how-obsolescence-looms-over-our-smart-home-devices/">planned obsolescence.</a> Just as one begins to take charge of their health, a simple business decision could pressure them into giving up more data just in exchange for continuing to use the tool they&rsquo;ve begun to rely on. With people beginning to connect the very idea of taking care of themselves with cloud-based tools, they can forget the most important tool of all: being in control of their health and data. Without the individual being in control of their technological experience, just like with health, they can fall prey to very nefarious and harmful schemes.</p> +<h2 id="biosecurity-is-more-information-always-good">Biosecurity: Is more information always good?</h2> +<p>To reiterate, individuals having control of their own information is an entirely different circumstance than <a href="https://freedomhouse.org/report/freedom-net/2021/global-drive-control-big-tech">powerful institutions</a> having insight into the public&rsquo;s information. As <a href="https://macleans.ca/society/why-social-media-has-taken-over-your-life-and-you-need-to-sign-off-now/">we saw</a> with Big Tech social media, information that can be abused inevitably will be. The stakes can only become higher and higher as the information collected from people shifts from self-reported data to passively collected biological markers. Far from a mere hypothetical, these tools are able to be weaponized to build <a href="https://unlimitedhangout.com/2021/05/investigative-reports/wearable-solutions-and-the-internet-of-incarceration/#from-private-prisons-to-wearable-prisons">wearable prisons</a> given enough opportunity.</p> +<blockquote> +<p>In a much related manner, the ruling class also seems to be marrying the issue of mass incarceration with the wearables revolution.</p> +<p>“In a digital world with ankle bracelets and GPS devices, there is no reason to believe that physical imprisonment is the only option for those convicted of nonviolent offenses,” Darrell West wrote for the Brookings Institute in 2015. “Compared to incarceration, ankle bracelets and GPS devices seem far more tolerable. They keep offenders in society, are less punitive than prisons, and are much less expensive.”</p> +<p><a href="https://unlimitedhangout.com/2021/05/investigative-reports/wearable-solutions-and-the-internet-of-incarceration/">Wearable “Solutions” and the Internet of Incarceration</a></p></blockquote> +<p>When one is letting a cloud-enabled wearable govern their personal health decisions, are they truly free? How many of those subtle nudges from the platform able to change seemingly unrelated decisions? Is it not out of the question to imagine of the individual&rsquo;s biological information for propaganda and control purposes? Just as these &lsquo;innovations&rsquo; blur the line between those incarcerated and those who are &lsquo;free&rsquo;, they also blur the line between civilian and target. Military use of and investment in wearables is <a href="https://www.gminsights.com/industry-analysis/military-wearables-market">rising precipitously.</a> There are serious questions to ask about how personal health information is able to be used against people in the future.</p> +<blockquote> +<p>And he’s [Giorgio Agamben] really articulated what this is and where it’s going, and the fact that this is a new governance paradigm for the planet. For example, he did an interview in May of 2020—so, very early on—called Polemos Epidemios, where he said:</p> +<p>“An epidemic, as is suggested by its etymological roots in the Greek term demos (which designates the people as a political body), is first and foremost a political concept. In Homer, polemos epidemios is the civil war. What we see today is that the epidemic is becoming the new terrain of politics, the battleground of a global civil war — because a civil war is a war against an internal enemy, one which lives inside of ourselves.”</p> +<p>And it goes on to say:</p> +<p>“It is important to understand that biosecurity, both in its efficacy and in its pervasiveness, outdoes every form of governance that we have hitherto known. As we have been able to see in Italy — but not only here — as soon as a threat to health is declared, people unresistingly consent to limitations on their freedom that they would never have accepted in the past.”</p> +<p>Well, that’s a pretty good articulation of what’s happened over the past couple of years.</p> +<p><a href="https://corbettreport.com/interview-1698-james-corbett-lays-out-the-biosecurity-agenda/">James Corbett Lays Out the Biosecurity Agenda</a></p></blockquote> +<p>Not only we can be sure that these changes have disastrous consequences, but we can also be sure that this information is already leaking wherever possible. Both wearables and various online fitness services have had <a href="https://www.scworld.com/analysis/unsecured-fitness-app-database-leaks-61m-records-highlights-health-app-privacy-risks">massive data breaches</a> in the recent past. Even when these services aren&rsquo;t being outright breached, generous data sharing and selling will ensure that your information is not &lsquo;siloed&rsquo; within a single organization.</p> +<p>It&rsquo;s incredibly troubling to see prominent voices having financial ties to &lsquo;solutions&rsquo; that collect, and eventually give away sensitive health information. For a time, a huge amount of YouTube personalities were sponsored by BetterHealth, an online teletherapy service. It turned out that BetterHelp was <a href="https://www.theverge.com/2023/3/2/23622227/betterhelp-customer-data-advertising-privacy-facebook-snapchat">lying</a> about it&rsquo;s promise to not share customer sensitive data with Big Tech giants. This is an important reminder that we can&rsquo;t take these companies privacy guarantees at face value.</p> +<h2 id="are-there-good-wearables">Are there good wearables?</h2> +<p>It&rsquo;s certainly <a href="https://www.welivesecurity.com/en/privacy/prescription-privacy-protection-exercise-caution-mobile-health-app/">a minefield.</a> Despite Mozilla&rsquo;s <a href="https://foundation.mozilla.org/en/privacynotincluded/garmin-vivoactive/">glowing report</a> on Garmin wearables, I&rsquo;m not convinced there are enough acceptable options in the space. The most convenient option for many will be either the <a href="https://foundation.mozilla.org/en/privacynotincluded/google-pixel-watch/">Google</a> or <a href="https://foundation.mozilla.org/en/privacynotincluded/apple-watch/">Apple</a> variant based on their smartphone of choice. The apps built around these watches all inherently make you more reliant on their services, undermining your ability to keep your information private. If you&rsquo;ve made the (laudible) effort of &ldquo;de-googling&rdquo; your phone, a smart watch will likely claw back some of the progress made. Even if you do find a decently secure and private choice, other health apps can <a href="https://globalnews.ca/news/4249893/pumpup-security-breach-fitness-app/">be their own problem.</a></p> +<h3 id="what-i-would-like-to-see-in-a-smart-watch">What I would like to see in a smart watch</h3> +<p>I don&rsquo;t think it&rsquo;s impossible for a company to build a privacy-friendly wearable. In fact, <a href="https://github.com/jakkra/ZSWatch">ZSWatch</a> is a model project to consider. It&rsquo;s a Free and Open Source hardware &amp; software solution. Using a powerful app <a href="https://gadgetbridge.org/">Gadgetbridge</a> to put you in charge of your own information. There&rsquo;s a great deal of opportunity in designing a health monitor that doesn&rsquo;t sacrifice on privacy and autonomy. If you&rsquo;re interested in building these kinds of products, here&rsquo;s my wishlist:</p> +<ul> +<li>Highly Repairable</li> +<li>Waterproof (I like to swim!)</li> +<li>Replacable straps</li> +<li>No Smartphone/app required</li> +<li>All the basic metrics: +<ul> +<li>Sleep</li> +<li>Steps</li> +<li>Heart rate</li> +</ul> +</li> +<li>Workout tracking</li> +<li><em>Optional</em> personal server (appication) that can be run for those who want real-time metrics available.</li> +<li><em>Optional</em> User-friendly software for updating firmware and making changes</li> +<li>Direct data export &amp; backup/import</li> +<li>Robust support for simple applications being built by users</li> +<li>Notifications/Interactions for phones</li> +<li>Compatible with <a href="https://kdeconnect.kde.org/">KDE Connect</a></li> +<li>Works as a FIDO2 key / additional storage.</li> +</ul> +<h3 id="thinking-differently">Thinking differently</h3> +<p>There are definitely still some &ldquo;app free&rdquo; pedometers available. I would encourage you to focus on the healthy habits rather than particular technologies. The most powerful tool you&rsquo;ll ever have for improving your health is your own mind. Taking your own notes, recording your progress in a workbook can help a great deal. My hope is that you walk away reading this not only cautious about many of these wearables, but more importantly confident you can make changes in your life without them. All the value of these tools only matters if they genuinely improve your life, which is something you have the power to do without them. Having more in-depth information helps, but there&rsquo;s a great deal that can be done on your own.</p> +<p>The book <em>Good Energy</em> by Casey Means is still an excellent guide for taking control of your health, even if you pass on the wearables recommendation. Having already made many of the changes suggested in the book myself (even prior to reading it) I&rsquo;ve noticed a radical change in my quality of life. You will still get a great deal out of taking charge of your lifestyle without making yourself dependent on these online services. I can certainly understand circumstances where it may feel like a decent trade-off regardless. In that instance, I would just remind you that you&rsquo;re not forever dependent. Once you&rsquo;ve built the habits, you&rsquo;re always free to continue your journey without the wearables.</p> +💌 Thank you for reading this via RSS 📡 + + + + Teachable Moment: Bitcoin can survive everything... except World War 3 + https://libresolutions.network/articles/teachable-bitcoin/ + Wed, 18 Dec 2024 00:00:00 +0000 + + https://libresolutions.network/articles/teachable-bitcoin/ + + https://libresolutions.network//media/stock/bitcoin.webp + + + Raising the bar in cryptocurrency discussions. + <p>I stumbled on a shocking piece making the rounds on social media. It&rsquo;s a fascinating example of how hype or doom can be manufactured so quickly over such a fundamental misunderstanding (or deception). The article was a piece in Fortune titled <a href="https://fortune.com/2024/12/17/bitcoin-downtime-update-quantum-computing-attack-study/">&quot;<em>Bitcoin would need over 300 days of downtime to adequately defend itself from the ‘imminent’ threat of quantum computing, research finds&quot;</em>.</a></p> +<p>Here is the offending paragraph:</p> +<blockquote> +<p>A study from the University of Kent’s School of Computing calculated that if Bitcoin were to try to effectively protect itself from the threat quantum computing poses, it would take a protocol update that would take the cryptocurrency offline for 76 days. More realistically, the study calculated, <strong>Bitcoin would instead designate 25% of its server to a protocol update and allow its users to continue to mine and trade at a slower rate.</strong> But in that scenario, the downtime would take about 305 days. That’s 10 full months.</p></blockquote> +<p><em>Please point to me where the Bitcoin server is, Fortune.</em></p> +<p>I was immediately perplexed about this article because anyone who spent time following <a href="https://scribe.rip/@lorenzoprotocol/what-was-the-bitcoin-block-size-war-f17cff7af502">the blocksize war</a> in Bitcoin would know that upgrades happen without downtime. I was even more surprised to read the linked <a href="https://arxiv.org/html/2410.16965v1">paper</a> from the Kent’s School of Computing, which also seemed to have this knowledge gap.</p> +<blockquote> +<p>Proverbially, this is easier said than done. Any upgrade to a current-day cryptosystem to make it quantum-secure comes with an all-but inevitable downtime.</p></blockquote> +<p>It&rsquo;s funny how this line in the paper doesn&rsquo;t have a citation. I genuinely have no idea why the authors of the paper put this in writing. The only scenario I can imagine this being plausible is if a powerful entity had kept an advanced protype quantum computer secret and their first observable act was to take on Bitcoin. Is it possible, sure&hellip;</p> +<p>But not only is this not particularly likely, but there would most definitely be other signs on the way. In that scenario, Bitcoin is already toast, as the trust in the system will be gone entirely and it would be pointless to even attempt such an upgrade. There are many other scenarios where the Bitcoin network has time to upgrade. None of these scenarios involve downtime. The truth of the matter is that this paper fundamentally misunderstands how decentralized networks operate, which makes me have serious questions about the state of academia.</p> +<p>I&rsquo;ve been meaning to follow-up on the <a href="https://www.campfire.wiki/doku.php?id=bitcoin:bitcoin_education_guide">Bitcoin</a> conversation I had the pleasure of participating in on <a href="https://geopoliticsandempire.com/2024/11/15/bitcoin-tulip-gold/">Geopolitics &amp; Empire.</a> Not only has it sparked many intense debates within my friends and associates, but there&rsquo;s also been a much wider discussion on Bitcoin&rsquo;s role in shaping the future of the US dollar and even digital currency systems. I believe there are some fundamental pieces of information that should be wider understood as this conversation progresses. It is clear, that there is a significant hunger for a deeper understanding on this topic.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/7c2613a8-4f93-4d1a-acdd-b5e2f2b027d1?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h2 id="the-basics">The basics</h2> +<h3 id="quantum-computing-hype">Quantum computing hype</h3> +<p>Google&rsquo;s new Quantum Chip &lsquo;Willow&rsquo; has <a href="https://blog.google/technology/research/google-willow-quantum-chip/">reached a new milestone</a> of cracking a key challenge in a tiny fraction of the time it would take an ordinary machine. This is due the fact that quantum computers process information in a much different way than classical computers do. The idea is that <a href="https://www.ibm.com/topics/quantum-computing">these differences</a> can potentially find answers to hard-to-compute problems. Of course, these differences have profound security implications.</p> +<h3 id="encryption-apocalypse">Encryption apocalypse</h3> +<p>Encryption uses math to protect information. To the degree quantum computers are vastly more powerful at the kinds of math used to protect information, they can be much more capable at reversing that math. In theory, this could be used to break many forms of encryption used today in online banking, websites, and even Bitcoin. As such powerful forces across the world are not only racing for <a href="https://www.techtarget.com/searchsecurity/definition/quantum-supremacy">Quantum Supremacy,</a> and having the most quantum computing power, but also for having the strongest <a href="https://www.nist.gov/cybersecurity/what-post-quantum-cryptography">post-quantum cryptography,</a> to protect their secrets.</p> +<p>This has profound impacts for cryptocurrencies, which all function due to cryptographic math. If quantum computers to become practical to use for breaking all kinds of cryptographic functions, than only &ldquo;post-quantum&rdquo; cryptocurrency projects will be able to withstand the onslaught. Of course this is not unique to cryptocurrency. Governments across the world have been collecting people&rsquo;s communications on a <a href="https://www.keyfactor.com/blog/harvest-now-decrypt-later-a-new-form-of-attack/">&ldquo;harvest now, decrypt later&rdquo;</a> basis that will absolutely give those interested in historical mass surveillance an unprecedented insight into people&rsquo;s lives.</p> +<p>To make matters worse, all digital communications and security would be impacted in this scenario. A nation or corporation using such computing power for their own interests would effectively have the ability to read any intercepted communications. Online finance, and other institutions already <a href="https://www.whitehouse.gov/wp-content/uploads/2024/07/REF_PQC-Report_FINAL_Send.pdf">have to solve these problems,</a> just differently than cryptocurrencies.</p> +<h3 id="a-bitcoin-post-quantum-upgrade">A Bitcoin post-quantum upgrade</h3> +<p>The punchline is that Bitcoin could absolutely upgrade to post-quantum cryptography with zero downtime. The <a href="https://arxiv.org/html/2410.16965v1">paper,</a> and the article(s) written about it are fundamentally misunderstanding how upgrades work in a decentralized network. Unlike centralized services, where the service provider can use a load-balancer to seamlessly migrate users to an upgraded system, decentralized networks have to handle things differently. The benefit of a decentralized protocol is that no single entity can shut down, disrupt, or modify the network, the idea of &ldquo;downtime&rdquo; for upgrades makes little sense.</p> +<p>Bitcoin, and every other blockchain based system has an advantage. Every block is an approximate for time and can be programmatically used to trigger certain events. Here&rsquo;s a step-by-step walk-through of how a post-quantum upgrade of the Bitcoin network would work:</p> +<ol> +<li>The developers would agree on one of likely many solutions to migrate Bitcoin&rsquo;s addresses, and security to new post-quantum cryptography.</li> +<li>The ecosystem developers would then modify their Bitcoin software to &ldquo;switch over&rdquo; to the new cryptography after a certain time, defined by a specific block in Bitcoin&rsquo;s blockchain.</li> +<li>Operators would then on their own time, without any downtime to the wider network, upgrade their software.</li> +<li>Eventually, once time passes to reach the selected block in the blockchain, everything running on the Bitcoin network switches over to the new cryptography and continues running as normal.</li> +</ol> +<p><em>But it can&rsquo;t be that easy right?</em></p> +<p>Here&rsquo;s the rub, that&rsquo;s a possible, but simplified &amp; idealistic scenario. At minimum, you&rsquo;d want to not hinge all the massive changes on a single hard fork. It presumes that all participants are enthusiastically pleased with the desired solution. In the past, controversial changes to the Bitcoin network have torn the community apart. But why would anyone reject this upgrade? Surely everyone in Bitcoin wants to have quantum-safe Bitcoin?</p> +<p>Imagine a hypothetical scenario where there is not one single post-quantum cryptography solution, but a variety. Instead of everyone making the choice between making the upgrade or not, maybe there are multiple competing proposals. Consider that the technical details, may be relatively minor, but we&rsquo;ve already seen how social media can be weaponized to turn minor misunderstanding into horror and rage. With many competing scenarios, even assuming them all to be genuine finding <em>consensus</em> on the solution long-term is a non-trivial task.</p> +<p>These different directions would likely be not only incompatible with each other, but by design they would all have to be incompatible with the way Bitcoin has run since its inception. This means that the post-quantum upgrade to Bitcoin must be a <a href="https://youtu.be/XCo6yyutYAM">hard fork,</a> any software not applying the upgrade will effectively be running a completely different system.</p> +<p>Given how the Bitcoin community has handled scaling &amp; <a href="https://videos.lukesmith.xyz/videos/watch/6bae169d-abec-40f5-95dc-8a2c5687d767">privacy,</a> I am pessimistic that they could actually perform a migration to post-quantum cryptography. This is not the same as saying that it&rsquo;s impossible. Given the amount of wealth in the Bitcoin ecosystem, I imagine there&rsquo;s quite a bit of incentive to get it right. But this highlights Bitcoin&rsquo;s fundamental weakness, it will always be vulnerable to <a href="https://www.bitchute.com/video/4GT3RKbwxDZh">manipulation of people</a> influential in the community.</p> +<p>The mere idea of post-quantum Bitcoin splitting into a couple or several different parallel hard-forks would be absolutely disastrous for the long-term health of the project. On the other hand it&rsquo;s possible that entities interested in resolving problems in Bitcoin could take advantage of the hard fork opportunity to correct other problems as well. In that scenario you would likely see different post-quantum Bitcoin networks diverge into entirely different projects, which could be a great thing in the long run. Bitcoin successfully migrating to post-quantum encryption would be a historic accomplishment that would be very difficult to overstate. If the Bitcoin community successfully completes a post-quantum upgrade hard-fork I will certainly be recanting some of my harsher words regarding how I see the community &hellip;but I won&rsquo;t be holding my breath.</p> +<h2 id="but-what-is-the-real-bitcoin-killer">But what is the real Bitcoin killer?</h2> +<p>The ongoing discussion around Bitcoin and its future is lacking some very important wider context. It is my personal belief that the major powers in the world are preparing (but not yet initiating) a global-scale World War 3. Bitcoin &lsquo;maximalists&rsquo; would argue that this can potentially be avoided if countries can replace brutal and bloody wars with <a href="https://archive.org/details/softwar-theory/page/15/mode/2up">softwar.</a> The simplest argument for this idea is that if entities can become more wealthy peacefully enriching themselves off Bitcoin, why would they commit acts of aggression to get less?</p> +<p>I believe that only analyzing human warfare at the economic level is reductive. One could ask, &ldquo;If Bitcoin hasn&rsquo;t stopped any wars yet, when will it start stopping wars?&rdquo; If not at 100K USD, will it need to reach 1M USD? How about 1 Billion USD? I&rsquo;m sure many would consider outright astronomical numbers a bargain to end wars forever, but wars may yet come. When wars get hot, many things quickly get pushed off the table. A scenario where World War 3 escalates despite Bitcoin is one where its utility is drastically limited.</p> +<p>Bitcoin (and every other cryptocurrency) inherits circumstances downstream of our technological landscape. No matter how well designed and robust the Bitcoin network can be, there are fundamental realities that it relies on and must contend with. In an open warfare scenario, not only is energy likely to be rationed away from independent operations, but computing power is already aggregated into clusters. This means that while the network itself may be able to operate in the most dire of circumstances, access can certainly be restricted and manipulated by strong forces in wartime. To the degree Bitcoin can be a threat to opposing powers, it can also be a target.</p> +<p>Regardless of what the future holds, it is crucial that we consider the fundamentals of our technological landscape. Cyberspace itself must have fertile ground for supporting peaceful innovation, lest we surrender it all to the Military Industrial Complex. Bitcoin <em>and many other great and useful technologies,</em> serve effectively no purpose if digital freedom as we know it is extinguished by warmongers. It matters not where you fall on Bitcoin being benevolent or malevolent, it is time to ask what is the future of cyberspace and where does that put us?</p> +💌 Thank you for reading this via RSS 📡 + + + + The Cyberwar comes for thee: telecommunications companies breached + https://libresolutions.network/articles/telecom-hack/ + Fri, 06 Dec 2024 00:00:00 +0000 + + https://libresolutions.network/articles/telecom-hack/ + + + + + + https://libresolutions.network//media/stock/switchboard.webp + + + A vindication of civilian-based cyber defense + <p>You can taste the palpable salty feeling from the US Federal Government having to tell citizens they should use <a href="https://www.nbcnews.com/tech/security/us-officials-urge-americans-use-encrypted-apps-cyberattack-rcna182694">encrypted communications.</a> After ages of fighting citizen&rsquo;s right to private communications from the very beginning, it seems that desperate measures must be taken to prevent foreign adversaries from having access to sensitive information. This is a radical departure from the top-down message of &ldquo;<em>nothing to hide, nothing to fear.</em>&rdquo;</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/memes/telecom-hack.webp' +> + + + +</div> + +<h2 id="telecommunications-breach">Telecommunications Breach</h2> +<p>Since 2022, a hacking group presumably linked to the Chinese government categorized as <a href="https://theconversation.com/what-is-salt-typhoon-a-security-expert-explains-the-chinese-hackers-and-their-attack-on-us-telecommunications-networks-244473">&ldquo;Salt Typhoon&rdquo;</a> have gained incredibly sensitive access to telecommunications infrastructure all over the <a href="https://www.bleepingcomputer.com/news/security/white-house-salt-typhoon-hacked-telcos-in-dozens-of-countries/">world.</a> This has recently escalated, to there being evidence of targeted spying on both 2024 presidential candidates.</p> +<p>What&rsquo;s most troubling about this breach, is that it also included the &ldquo;lawful access&rdquo; <a href="https://www.politico.com/news/2024/11/13/china-hackers-wiretap-data-telcos-00189445">backdoor wiretaps.</a> So not only are everyone&rsquo;s sensitive communications vulnerable in specific contexts, but also by anyone with the capabilities of leveraging Salt Typhoon&rsquo;s intrusion. Currently, there is <a href="https://www.washingtonpost.com/technology/2024/12/03/china-hack-salt-typhoon-telecom/">no announced timeline</a> for this being addressed. There&rsquo;s not a whole lot of reason to be optimistic. Last month, a <a href="https://youtu.be/HyNcrdxI9ZU">Senate Judiciary Committee</a> discussed just how logistically challenging it is to address this issue.</p> +<h2 id="never-let-a-crisis-go-to-waste"><em>Never Let A Crisis Go To Waste</em></h2> +<p>Naturally this kind of disaster is a great pretext for governments to push sweeping changes in impacted industries. At minimum, we can expect massive changes to be driven in cybersecurity, telecommunications, and hardware manufacturers. While many of these changes are long overdue, with security professionals rejoicing, others are not so benign.</p> +<p>This massive breach itself can be used as a rallying cry to consolidate control over digital products, companies, and even entire digital ecosystems. As the cyber security industry has advanced, the line between &ldquo;cyber&rdquo; and human problems becomes quite blurry. Serious concerns, like <a href="https://freedomhouse.org/sites/default/files/2023-04/FH_TransnationalRepression2023_0.pdf">transnational repression</a> can potentially be weaponized against subsets of the population. What&rsquo;s more is that almost any aspect of what people currently take for granted as &ldquo;digital freedom&rdquo; can evaporate away as &rsquo;national security&rsquo; interests take priority.</p> +<p>I am not so naive to believe this is the long-overdue wake-up-call to governments that their citizen&rsquo;s security matters. If anything, this is a rallying cry for control freaks to demand more top-down micromanagement of all things technological. Instead of working on strategies from the ground up to create a truly resilient and secure digital landscape, these concerns will be leveraged to seize even more control over the World Wide Web. We have the opportunity to push for a different direction, but time is vanishingly short.</p> +<h2 id="re-introducing-civilian-based-cyber-defense">Re-Introducing Civilian-based Cyber Defense</h2> +<p>Originally, I introduced the idea in <a href="https://libresolutions.network/articles/policy-framework/">Good Governance in Cyberspace: Digital Freedom Policy Framework</a> for Policies for the People. The idea is inspired by the idea of <a href="https://www.nonviolent-conflict.org/wp-content/uploads/2016/02/Civilian-Based-Defense-English.pdf">Civilian-Based Defense,</a> which is a fascinating model for society-wide resilience and freedom. Bringing civilian-based defense to cyberspace is likely to be much more effective than any top-down approach and can radically transform our digital landscape for the better.</p> +<blockquote> +<p><strong>The Structural Basis of Freedom</strong></p> +<p>When power is effectively diffused throughout the society among strong loci, the rulers&rsquo; power is most likely subjected to controls and limits, thus enabling the society to resist oppression, usurpation, and aggression. This condition is associated with political &ldquo;freedom&rdquo; When, on the other hand, such loci have been seriously weakened or their independence of action has been destroyed, when the subjects are all equally impotent and the society&rsquo;s power has become highly centralized, then the rulers&rsquo; power will most likely be uncontrolled. This condition is associated with &ldquo;tyranny.&rdquo;</p> +<p>It is no accident that past totalitarian systems have attempted either to eliminate all independent groups or to subject them to full control by the party or state. Ultimately therefore, freedom is not something that rulers &ldquo;give&rdquo; their subjects. Nor, in the long run, do the formal institutional structures and procedures of the government (as, for example, may be laid out in the constitution) by themselves determine the degree of freedom or the limits of the rulers&rsquo; power.</p> +<p>A society may in fact be more free or more oppressed than the formal constitutional or legal arrangements would indicate. Instead, the extent and intensity of the rulers&rsquo; power and the actual degree of freedom of the society will be set by the strength of the subjects and the condition of: the institutions of the whole society. The rulers&rsquo; power and the degree of the society&rsquo;s freedom may in turn, be expanded or contracted by the interplay between the actions of the rulers and those of the subjects: some rulers may choose not to be as oppressive as the structural condition permits, and other rulers may receive more support than the structural condition requires, making them more powerful.</p> +<p>Increases in the rulers&rsquo; power are directly or indirectly determined, on the one hand, by the willingness of the subjects to accept the rulers, to obey to cooperate and to carry out their orders and wishes. On the other hand, reductions in the rulers&rsquo; power are determined by the subjects&rsquo; unwillingness to accept the rulers, coupled with their ability to disobey, to withhold cooperation, to defy orders, and to refuse demands made upon them.</p> +<p>The degree of liberty or tyranny in any political society is, it follows, largely a reflection of the relative determination of the subjects to be free, of their willingness and ability to organize themselves to live in freedom and, very importantly, their ability to resist any efforts to dominate or enslave them. In other words, the population can use the society itself as the means to establish and defend its freedom. Social power, not technological means of destruction, is the strongest guarantor of human freedom.</p> +<p><a href="https://www.nonviolent-conflict.org/wp-content/uploads/2016/02/Civilian-Based-Defense-English.pdf">Civilian-based Defense - A Post-Military Weapons System: Page 32</a></p></blockquote> +<p>This maps directly onto our digital experience. The <a href="https://fsf.org">Free Software movement</a> has demonstrated the incredible potential of building solutions that put power in the hands of the user. By building verifiable, open and transparent systems more people can collaborate to innovate on genuine solutions to pressing problems. The Open Source model of development has been so powerful that even <a href="https://opensource.org/sponsors">giant mega-corporations</a> have adopted it (<em>in part or in full</em>) for their needs. True digital decentralization requires a hard look at how our devices are manufactured, built, and repaired. The entire &ldquo;lifecycle&rdquo; of the devices we use is filled with opportunities for genuine advancement.</p> +<p>Devices and software built with this in consideration can radically lower the &ldquo;technical knowledge&rdquo; barrier required for everyone to comfortably navigate. Many of our current challenges are precisely caused by the present condition of so much consolidated control over digital technology. I would encourage the future cyber rebels in our midst to consider building for the future we all want. Instead of corporate or state requirements driving innovation in this space, people can take on the challenge of learning to construct within new paradigms and discover novel approaches. The beauty of programmable circuits is that their potential is very often more constrained by our imagination than physics.</p> +<p>Everyone needs to consider who we are empowering when we allow nations to seize control over the digital landscape in the name of keeping us safe. Are we truly protecting ourselves from digital threats when we accept governments and corporations dictating our digital futures to us? If we do accept ceding more and more control in the name of safety, how can that control inevitably be abused? What should we focus on when it seems that our entire future is highly intertwined with present changes in the digital landscape?</p> +<p>I ask these questions aloud because there are no simple answers, only urgent lines of inquiry. More study, less complacency is the way out of digital totalitarianism. More passion, less apathy is what we need to truly push back against nefarious forces. I&rsquo;m convinced that the public does have the qualities to build a much better technological future, all that&rsquo;s required is some effort and creativity. In these times, this can&rsquo;t be more urgent. If we desire strong freedoms within and without our societies, a much stronger emphasis on bottom-up problem-solving is required. The nature of cyberwarfare is that there aren&rsquo;t really battle lines, merely troubles that come for us all, in one form or another. Governments and corporations will take care of themselves, but who&rsquo;s thinking about everyday people?</p> +💌 Thank you for reading this via RSS 📡 + + + + Teachable Moment: GrapheneOS DESTROYS Unplugged + https://libresolutions.network/articles/teachable-phones/ + Fri, 29 Nov 2024 00:00:00 +0000 + + https://libresolutions.network/articles/teachable-phones/ + + + + + + https://libresolutions.network//media/images/grapheneos-unplugged.webp + + + Walking through the fine points of smartphone privacy & security. + +<p>GrapheneOS <a href="https://x.com/GrapheneOS/status/1808159435245646046">writes</a> to Unplugged: (Emphasis mine)</p> +<blockquote> +<p>No, you created it to make money. You do not believe in anything beyond making money. You&rsquo;ve marketed your products with <em>highly inaccurate privacy and security claims including claiming it&rsquo;s impenetrable.</em></p> +<p><strong>You are scamming people</strong>, and spreading misinformation about an open source project further contributes to it.</p> +<p>The past history of many of the people involved in your company didn&rsquo;t get erased through creating a new one.</p> +<p><strong>You aren&rsquo;t on the same side as us</strong> and the deeper you dig, the more of a response there&rsquo;s going to be from us. <strong>You are not our allies</strong>, and you are <em>not bringing people privacy and security</em>. <strong>You&rsquo;re grifters</strong>.</p></blockquote> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/grapheneos-unplugged-dunk.webp' +> + + + +</div> +<h2 id="what">What?</h2> +<p>Alright, let&rsquo;s rewind a bit. <a href="https://unplugged.com/">GrapheneOS</a> is an open source custom operating system for Android devices (in the Pixel line) that &ldquo;de-googles&rdquo; the device and provides a wide variety of security and privacy features. Unplugged is a &ldquo;private smartphone&rdquo; company founded by the <a href="https://en.wikipedia.org/wiki/Erik_Prince">Blackwater founder</a> Erik Prince.</p> +<p>The above exchange began when Pierre Chang on X asked Unplugged what makes their phone more secure than GrapheneOS, tagging them.</p> +<p>GrapheneOS then <a href="https://x.com/GrapheneOS/status/1804551479484645421">replied</a> with:</p> +<blockquote> +<p>Where do they make any claim about GrapheneOS?</p> +<p>It&rsquo;s an ARMv8.2 MediaTek Dimensity 1200 SoC device running a non-hardened fork of the Android Open Source Project. The hardware/firmware doesn&rsquo;t come close to meeting our security requirements, and it&rsquo;s not a hardened OS.</p></blockquote> +<p>To translate this a bit. Android Open Source Project (AOSP) is the base foundation that all android-based systems are built on top of. It initially doesn&rsquo;t include Google and other bloatware, but vendors tend to add that on. As GrapheneOS states, hardware and firmware matter a great deal when it comes to security, so getting it right is important. They also claim that the Unplugged phone&rsquo;s operating system LibertOS isn&rsquo;t hardened. In this context hardened means making specific modifications to improve security.</p> +<p>What&rsquo;s interesting to note is that in this exchange, Unplugged doesn&rsquo;t attack GrapheneOS in their weakest point: dependence on Google manufactured hardware. It&rsquo;s possible that they don&rsquo;t do this because they don&rsquo;t want people taking too close a look at their own hardware choices.</p> +<p>They get close in this exchange where GrapheneOS <a href="https://x.com/GrapheneOS/status/1804634097442324989">replies</a> to Unplugged defending their firmware.</p> +<blockquote> +<blockquote> +<p>When using GrapheneOS (or any other custom ROM), Google driver binaries are required, but Google does not provide any commitments regarding data collection or privacy in this code.</p></blockquote> +<p>This claim about data collection / privacy for the firmware or drivers isn&rsquo;t accurate. Additionally, you use a MediaTek SoC device with proprietary MediaTek firmware and drivers, and they aren&rsquo;t known for having good security. The hardware, firmware and driver security of the devices we&rsquo;re supporting is much better, not worse as you&rsquo;re making it seem.</p> +<p>As a side note, GrapheneOS is an operating system. The term ROM isn&rsquo;t accurate and we don&rsquo;t want it to be referred to as such. It&rsquo;s a fork of the Android Open Source Project like the stock OS on any Android device.</p></blockquote> +<p>Unplugged makes the argument that their product is important because the GrapheneOS <a href="https://grapheneos.org/install/web">web installer</a> is too difficult for much of the general population. You can watch <a href="https://youtu.be/L1KZWjZVnAw">Mental Outlaw demonstrate</a> the process and judge for yourself. Regardless of the overall difficulty, would it not be better to have a trusted friend or relative give you assistance rather than settle for a potentially inferior product? In fact if one wants the privacy and security guarantees of GrapheneOS, you can always buy a pre-flashed version from a provider like <a href="https://abovephone.com/">Above Phone</a> &hellip;but that does require putting trust in that provider.</p> +<p>Back in July in response to a podcast, <a href="https://x.com/GrapheneOS/status/1816539910620479802">GrapheneOS wrote:</a></p> +<blockquote> +<p>Unplugged has simply doubled down on false claims about GrapheneOS security, pretending people cannot buy devices with GrapheneOS installed and pretending it&rsquo;s hard to install along with promoting their blatantly insecure products with false marketing.</p> +<p>&hellip;</p> +<p>They keep pushing the false claim that Pixels supporting using another OS makes them less secure. The reality is that it&rsquo;s properly implemented in a secure way without adding any significant attack surface. The bottom of the barrel MediaTek Unplugged devices have awful security.</p> +<p>They still haven&rsquo;t ported to the initial release of Android 14 with Android 15 right around the corner. This means they&rsquo;re missing at least around a year of Moderate severity privacy/security patches and huge privacy/security improvements from the past year of Android releases.</p> +<p>Unplugged is using an SoC from MediaTek, a company known to have poor security practices, which fares poorly against real attackers and which has a history of <em>repeatedly shipping actual backdoors.</em> They&rsquo;re trying to portray that as more trustworthy and more secure hardware. Nope.</p> +<p>Unplugged was founded by Erik Prince, noted war criminal and illegal arms dealer. They make a point in talking about the involvement of their employees in enabling <a href="https://citizenlab.ca/2022/04/catalangate-extensive-mercenary-spyware-operation-against-catalans-using-pegasus-candiru/">these kinds of operations</a></p> +<p>That doesn&rsquo;t imply competence, but explains the lack of ethics.</p> +<p>They&rsquo;re trying to present themselves as if they were leaders in the field and switched sides, but they never were and simply want money.</p> +<p>Unplugged is an <strong>affinity scam</strong> in the same vein as the Freedom Phone. At least Freedom Phone doesn&rsquo;t seem to try to harm open source projects.</p> +<p>Unplugged has built their product out of open source projects, but without complying with the licenses from projects like DivestOS and while trying to harm open source. Claiming to be in the process of replacing some of the code they were caught stealing doesn&rsquo;t change much&hellip;</p></blockquote> +<p>Now that&rsquo;s the root of the teachable moment here. What is an <a href="https://libresolutions.network/articles/redirecting-resistance/">affinity scam?</a> In short, it&rsquo;s when people create a scheme to profit off values without actually &ldquo;walking the walk&rdquo;. At worst, it is a deliberate attack on a particular group of people that masquerades as &ldquo;one of them&rdquo;. It happens to all kinds of groups and movements, and the privacy and security space is no exception.</p> +<p>It&rsquo;s really worth asking why so many <a href="https://libresolutions.network/articles/alt-tech/">targeted operations</a> end up having severe <a href="https://www.dailydot.com/debug/andrew-tate-the-real-world-hack/">data breaches.</a> Is it really too crazy to believe that in this day and age, cyberwarfare is just part of politics? Even Exxon is being investigated for allegedly hiring hackers to go after <a href="https://www.reuters.com/business/energy/exxon-lobbyist-investigated-over-hack-and-leak-environmentalist-emails-sources-2024-11-27/">environmentalists.</a></p> +<p>We are in serious trouble if we can expect huge amounts of money to go into undermining people&rsquo;s security. At minimum, it means everyone has to be a lot more careful about recommendations from media figures and personalities. This is one of the major reasons I am in no rush to sell any products. I don&rsquo;t inherently believe that commercial success is impossible while providing good security, but I consider that bar extremely high.</p> +<p>This is largely because nothing exists in a vacuum. If one company does everything they can to be the best they can be, they can still lose. We don&rsquo;t have a &ldquo;perfect market&rdquo; when it comes to digital security. Because a large portion of the public aren&rsquo;t very knowledgeable about the issues, it creates opportunities for them to be taken advantage of. A company that spends a majority of it&rsquo;s time buying PR and marketing will inherently out-compete one that actually invests in the technical merits, all else being equal. But all things aren&rsquo;t equal, many institutions and private interests have a great deal to gain from undermining people&rsquo;s security.</p> +<p>This is why Free and Open Source Software (FOSS) is a pre-requisite for genuine advancements in privacy &amp; security. By delivering solid software or hardware as a public good, it is much easier for more parties to test and validate any claims, especially security. Despite what many believe, refusing to compromise on Software &amp; Hardware freedom doesn&rsquo;t mean making money is impossible, it just means you have to take a radically different approach. My personal suspicion these days, is that the &ldquo;Unix Philosophy&rdquo; of &ldquo;Do one thing, and do it well&rdquo; can do a lot of good. Instead of single-handedly trying to completely transform the smartphone market all at once, maybe it&rsquo;s better to focus on a single component and delivering it in a robust verifiable way.</p> +<p>This ultimately brings me to my own objection to the Unplugged phone on a very conceptual level. They pre-load some interesting software options with the phone. With their own dedicated VPN/Messenger/Antivirus and Store apps, it really makes you wonder how much of your life you&rsquo;re trusting to them. Are we supposed to believe that while using sub-standard hardware (according to GrapheneOS), they&rsquo;ve managed to somehow deliver the best secure Messenger/VPN &amp; antivirus without any problems whatsoever? Call me skeptical.</p> +<h2 id="can-smartphones-be-safe">Can smartphones be safe?</h2> +<p>There really does seem to be a pattern of inferior options being promoted by slick marketing and alternative media. Even the Brax2 phone <a href="https://www.productreview.com.au/listings/brax2-privacy-phone">was no exception.</a> People want to believe there are simple ways to avoid all the pitfalls of our modern digital environment, but that&rsquo;s not possible. Everything involves trade-offs or sacrifice when one is trying to make meaningful progress. When one doesn&rsquo;t understand these trade-offs they can fall prey to outright deceptive claims and become ensnared in something far more malevolent than even the defaults.</p> +<p>This is a big part of the reason <a href="https://libresolutions.network/articles/why">why</a> this project is about trying to build understanding and context to these problems. Meaningful improvements are possible and within reach, they just require seriousness and dedication. One of the most important steps of all is building up more independent security research. This requires a great deal of funding, education, and promotion for those who either have the skills, or are able to learn them. Anything we can do to <a href="https://libresolutions.network/operations/bankroll">bankroll</a> independent security research will go a long way to answering the questions we have about how to move forward.</p> +<h2 id="tldr">TL:DR</h2> +<p>I wouldn&rsquo;t recommend buying the Unplugged phone and still see GrapheneOS as the gold-standard for smartphone security. It&rsquo;s important to remember that a great deal of interests have sophisticated means and a huge desire to undermine your security. Tread lightly, and always double-check your assumptions.</p> +💌 Thank you for reading this via RSS 📡 + + + + MAHA & The Military - A Medical Freedom Roundtable + https://libresolutions.network/videos/maha-military/ + Tue, 26 Nov 2024 00:00:00 +0000 + + https://libresolutions.network/videos/maha-military/ + + https://libresolutions.network//media/images/maha-military.webp + + + + <blockquote> +<p>Make American Healthy Again (MAHA). It&rsquo;s the slogan that brought together former adversaries Robert F. Kennedy Jr. and President Donald Trump under a unified vision of a happier, healthier tomorrow. But questions remain: where does MAHA fit into the second Trump administration, and among the competitive agendas of Kennedy&rsquo;s newfound allies?</p></blockquote> +<p><strong>Teachers For Choice:</strong> <a href="https://teachersforchoice.org/">https://teachersforchoice.org/</a><br> +<strong>Liam Sturgess:</strong> <a href="https://www.liamsturgess.com/">https://www.liamsturgess.com/</a></p> +💌 Thank you for reading this via RSS 📡 + + + + Why Does Digital Freedom Matter? + https://libresolutions.network/articles/why-freedom/ + Tue, 26 Nov 2024 00:00:00 +0000 + + https://libresolutions.network/articles/why-freedom/ + + https://libresolutions.network//media/stock/laptop.webp + + + The reasons for realignment. + <h2 id="a-defense-of-lost-causes">A defense of lost causes</h2> +<p>A lot of the negative feedback I receive is not that digital freedom is undesirable, but generally that it&rsquo;s impossible. Or at least, that it&rsquo;s too difficult to be worth considering. In truth, these are very valid criticisms. At best, digital freedom is very far down the list of people&rsquo;s pressing concerns of today. It is incredibly difficult to argue that a great deal of effort (and opportunity costs) needs to be taken on to radically reinvent our digital landscape. What could possibly justify the immense challenge on so many fronts just to begin making incremental change?</p> +<p>The purpose of this project, is not to single-handedly succeed at resolving all the massive issues at play. It is plain to see that this is impossible. Instead it is to act as (one of many) guideposts for others to start forging a better path. We have a once-in-a-century opportunity to make an impact on the future of technology from the bottom-up. It is of utmost importance that we take the time to evaluate how to avoid the dire pitfalls and build a better future. This chance is worth seizing. It is highly unlikely that there will be an opportunity this good ever again if the present sentiments of defeatism and apathy take hold.</p> +<p>Digital freedom is not the most important cause, but it has profound impacts on almost every other cause. As digital systems have infiltrated so many aspects of our lives, it&rsquo;s important to consider how they can be used and abused.. Unless one decides to opt-out entirely, there will always be a degree of impact that must be understood to make optimal choices. A defeatist will tell you that these changes are inevitable and unavoidable. This is the wrong mindset because there are alternatives to an all-or-nothing approach.</p> +<p>For the same reason a great deal of people won&rsquo;t decide to forsake electricity entirely, there is a phenomenal amount of good that can come from adopting powerful tools. But for all the reasons people are becoming suspicious of corporate social media, we must be chiefly concerned with how these powerful systems can be weaponized against ourselves and others. The goal is not to fight change itself, but take an active role in participating in shaping that change. Because if we refuse to, we will entirely give up our digital sovereignty individually, and collectively&hellip; and who knows what else.</p> +<h2 id="digital-consolidation-is-consolidation-of-everything-else">Digital consolidation <em>is consolidation of everything else</em></h2> +<p>One of the most underestimated forces in our day is how consolidated power in the technology space impacts almost every other issue. The most blatant example is the fact that when there are few viable online platforms, very little has to change for there to be rampant censorship and manipulation. In an environment with more competition and interoperability, there would be less problems and a better experience overall. As more and more people live a majority of their lives locked within corporate digital platforms, their options become drastically reduced.</p> +<p>We are already seeing how digital platforms are themselves ushering in <a href="https://archive.is/1ttmL">Orwellian doublespeak,</a> as remake new words to express things outside the automated censors. This effect is only going to have more profound impacts as we allow our entire digital landscape to be dictated by a handful of mega-corporations. Since digital platforms are already having a significant impact on culture, a powerful feedback loop is already in effect. The cultural changes from our digital decisions have impacts on our options to make change in the future. When we abandon the free and open web, in favor of a single corporate controlled &ldquo;digital town square&rdquo; we doom the future of free expression no matter who holds the reigns.</p> +<p>This applies to hardware as well. How many people are constantly frustrated with how badly smartphones have impacted their lives, yet feel powerless to address it? This is beyond mere addiction. As society centers itself around technological assumptions, those assumptions become hard requirements very quickly. There is no reason to believe this will end with smartphones. If we do not take the time to radically reassert individual autonomy separate from technological choices, things can get grim as fast as you can say <em>&lsquo;singularity&rsquo;</em>.</p> +<p>This is the secret behind the true importance of fighting for digital liberty. Not only can we avoid future dangers, but we can also correct many serious problems in the present day. With a truly holistic and bottom-up approach for building a new digital foundation, fixing problems that seem impossible to resolve becomes much more viable. Suddenly issues such as e-waste, energy efficiency, and digital control are all much easier to tackle with pragmatic solutions. The opportunities are endless when it comes to taking the time to learn, create, and share not just alternatives &hellip;but entirely new paradigms.</p> +<h2 id="crucial-objectives">Crucial objectives</h2> +<p>It&rsquo;s all well and good to wish for a better future, but it needs to be defined. Clear parameters are required to identify current problems and plan new directions. The only constraints on our ability to create a free cyberspace are our collective drive and creativity. There are many levels of detail that can go into this, but it&rsquo;s clear that the primary objectives should at least be: <strong>privacy,</strong> <strong>security,</strong> and <strong>autonomy.</strong></p> +<h3 id="privacy">Privacy</h3> +<p>Privacy is not hiding. It&rsquo;s about informed choice over one&rsquo;s information. Everyone deserves a surveillance-free digital experience to effectively accomplish what they need. Participation in society, or acquiring basic needs should not require one to give up their reasonable expectations of personal privacy. The severe disks of weaponizing personal information individually and at scale are only beginning to become more widely understood. It is a guarantee that there are far more disastrous and un-intuitive impacts that are yet to be discovered.</p> +<h3 id="security">Security</h3> +<p>Making compromises on security will always cause problems down the road. Having high standards for verifiable security is effectively the starting point of making any kind of guarantees at all. Reasonable precautions need to be taken to ensure systems function as expected. A strong security environment can be a powerful public good that can make cyberspace a great deal better than it currently can be.</p> +<h3 id="autonomy">Autonomy</h3> +<p><a href="https://libresolutions.network/articles/digital-autonomy/">Digital Autonomy</a> is the cornerstone of a pro-human digital future. Devices and systems must work for their operators not against or on them. This requires radical transparency and deliberate decisions to avoid imposing artificial limitations or restrictions. By taking the &ldquo;protocols not platforms&rdquo; paradigm to the hardware level, people can more freely choose to use or refuse all kinds of options. Personal computing needs to become even more personal, not something imposed from outside forces.</p> +<h3 id="other-useful-considerations">Other useful considerations</h3> +<p>These really are just a starting point. Since the road is long it makes sense to consider other objectives as well. Elegance should be a priority to make systems maximally usable. Efficiency should be prized as it&rsquo;s own end. Robustness can be a focus to enhance reliability. As you can see, even with all these factors there are boundless opportunities to learn and improve. The truth is that there is no finish line, it&rsquo;s all about constantly refining things for the better.</p> +<h2 id="playing-the-long-game">Playing the long game</h2> +<p>At the simplest level, a radical shift in our cultural understanding and attitudes surrounding technology is a must. We can no longer afford to naively accept impositions from corporations or governments as if they have no consequences. Above all, education and outreach are essential to addressing this long campaign across time. Perfectionism should be a guiding star and not a obstacle to making change. People from all walks of live will have meaningful feedback on how things can be made better. The better we become at properly incorporating that feedback, the better our digital future will be.</p> +<p>There are a wide variety of barriers to making this kind of radical change across time. It may sound entirely unreasonable economically. This challenge is something that needs to be confronted with sober ambition. Transforming the entire foundation of our digital experience will always take a great deal of time. Thankfully, there will be significant improvements along the way. Even moderate approaches towards this ideal can have phenomenal impact on people&rsquo;s very lives. We must nurture the garden of cyberspace to flourish a bountiful fruits of innovation, lest we let it wither into a thorny maze of tyranny.</p> +💌 Thank you for reading this via RSS 📡 + + + + Geopolitics & Empire: Bitcoin’s Rise & Its Future Role…Tulip Mania or Digital Gold? + https://libresolutions.network/videos/bitcoin/ + Thu, 14 Nov 2024 00:00:00 +0000 + + https://libresolutions.network/videos/bitcoin/ + + + + + + https://libresolutions.network//media/images/bitcoin-ge.webp + + + Digging deep into the questions, concerns, and aspirations within the Bitcoin community. + <p>It was an honor and pleasure to dig deep into the Bitcoin discussion on <a href="https://geopoliticsandempire.com/2024/11/15/bitcoin-tulip-gold/">Geopolitics &amp; Empire.</a> <a href="https://roundingtheearth.substack.com/">Mathew Crawford</a> brings a wealth of knowledge to the table to take it to the next level. I really enjoyed taking the topic to task with two brilliant friends.</p> +<blockquote> +<p>Gabriel of Libre Solutions Network and Mathew Crawford discuss all things bitcoin and how it seems the plan was to have Trump installed and push crypto. They comment on the role of the U.S. military, influencers, BlackRock, the potential future role of bitcoin erasing U.S. debt and functioning as a banking currency, digital gold, tulip mania, viewing the technology as neutral, bitcoin&rsquo;s future price, and more!</p></blockquote> +<h4 id="mathew-crawford">Mathew Crawford</h4> +<p><a href="https://x.com/EduEngineer">Mathew Crawford</a> is an Educator, Entrepreneur, Statistician, Finance Specialist, and Founder of <a href="https://roundingtheearth.substack.com">Rounding the Earth.</a></p> +<h3 id="comments">Comments:</h3> +<ul> +<li><a href="https://geopoliticsandempire.substack.com/p/gabe-lsn-and-mathew-crawford-bitcoins">Substack</a></li> +<li><a href="https://peertube.libresolutions.network/w/gkaw1gr1ra1iWXANt8E5c4">Fediverse</a></li> +</ul> +<p>You may also enjoy <a href="https://libresolutions.network/tags/tnt-radio/">previous conversations</a> with Hrvoje from his <a href="https://geopoliticsandempire.substack.com/s/hrvoje-moric-show-tnt-radio">TNT Radio show.</a></p> +<hr> +<p>Podcast intro music is from the song &ldquo;The Queens Jig&rdquo; by &ldquo;Musicke &amp; Mirth&rdquo; from their album &ldquo;Music for Two Lyra Viols&rdquo;: <a href="http://musicke-mirth.de/en/recordings.html">http://musicke-mirth.de/en/recordings.html</a> (available on iTunes or Amazon)</p> +💌 Thank you for reading this via RSS 📡 + + + + Did You Enjoy Your Ephemeral Web Experience? + https://libresolutions.network/articles/ephemeral-web/ + Mon, 14 Oct 2024 00:00:00 +0000 + + https://libresolutions.network/articles/ephemeral-web/ + + https://libresolutions.network//media/stock/candle-smoke.webp + + + Consequences and considerations from the Internet Archive outage. + <p>The <a href="https://archive.org">Internet Archive</a> has been down since October 9th. As of morning eastern time, a provisional read-only version of the Wayback Machine is online.</p> +<p>Initially when archive.org went down, there was a prompt displaying a message:</p> +<blockquote> +<p>&ldquo;Have you ever felt like the Internet Archive runs on sticks and is constantly on the verge of suffering a catastrophic security breach? It just happened. See 31 million of you on HIBP!&rdquo;.</p></blockquote> +<p>&ldquo;HIBP&rdquo; referring to the breach notification service <a href="https://haveibeenpwned.com/"><em>have i been pwned?</em></a>, which is worth checking with any and all emails you happen to use. At the very least it&rsquo;s worth making sure you&rsquo;re not re-using any passwords from previous breaches.</p> +<p>The outage itself meant that for many, we are already experiencing an <em>ephemeral web</em> where the current state is the only state. The old adage &ldquo;<em>the Internet never forgets</em>&rdquo; relies on a variety of assumptions and compromises. The truth is, a great deal of information disappears from the web on a very regular basis. Projects terminate, companies rebrand and/or change, other sites just disappear without a trace. In the hope of preserving crucial information, various online archives have been used. It takes an immense amount of resources, allegedly 160 petabytes, of data to even attempt to store a record of the web&rsquo;s state. This is something that very few can even consider taking on. This difficulty means that the web will always have ephemeral qualities to a degree, and we have to consider how best to navigate that environment.</p> +<h2 id="navigating-the-ephemeral-web">Navigating The Ephemeral Web</h2> +<p>Have you ever been in a chat room with disappearing messages? <a href="https://www.youtube.com/watch?v=T32XfRSaC0w">Maybe you should.</a> The web as it exists is very similar to that. Every site and service changes over time. In some ways this may not necessarily be bad, not every byte of data on the web is inherently valuable or desirable. Some people may be relieved that their digital footprint fades over time. But there are serious and troubling concerns as well. As an information management system, the World Wide Web is arguably one of the <em>wonders of the world</em>. Any decision to deliberately, destroy, conceal or manipulate critical information is itself a massive problem. Beyond mere entropy, there will always be concerted efforts to ensure that particular information is kept from being used to counter various interests.</p> +<p>The deliberate removal of information online can be as simple as various platforms removing content from their site, it could be institutions breaking links to previously available reports and documents, or even destruction of entire sites. It takes a great deal of effort to preserve information across time. That effort isn&rsquo;t to be taken for granted. Online information destruction certainly isn&rsquo;t new, but there is a troubling, and accelerating trend. One of the more significant warnings is episode 384 of the Corbett Report&rsquo;s podcast <a href="https://corbettreport.com/episode-384-the-library-of-alexandria-is-on-fire/"><em>The Library of Alexandria is on Fire</em></a> where James Corbett gives some excellent advice regarding overcoming this problem:</p> +<ul> +<li> +<p><strong>Refuse cloud-confined devices</strong></p> +<p>The very beginning of preserving information is having the very storage devices under your own control.</p> +</li> +<li> +<p><strong>Move away from controlled platforms</strong></p> +<p>Relying on online services to protect information is doomed in the long run.</p> +</li> +<li> +<p><strong>Save EVERYTHING!</strong></p> +<p>As far as your own information management is concerned: if it&rsquo;s not on your own machine, it doesn&rsquo;t exist.</p> +</li> +</ul> +<p>It&rsquo;s worth reiterating that information management is its own (<em>very worthwhile!</em>) skill. There&rsquo;s a variety of things you&rsquo;ll want to do on top of preserving information, but saving it is always the first step. Never feel bad merely saving information, but here&rsquo;s some things worth considering after you have:</p> +<ul> +<li> +<p><strong>Indexing:</strong> Is your information stored in an easily searchable way?</p> +<p><em>The easiest way to accomplish this is to use very descriptive file names, so that they can be searched with your operating system, regardless of media type.</em></p> +</li> +<li> +<p><strong>Conversion:</strong> Sometimes you want information in a different format, this is useful to save space and stay current.</p> +</li> +<li> +<p><strong>Adding Metadata:</strong> There&rsquo;s a lot of useful information about saved content that&rsquo;s worth keeping, such as transcriptions, summaries, and citations.</p> +</li> +<li> +<p><strong>Sharing:</strong> Why keep it all to yourself? Sharing is caring and can help better protect information by increasing the amount of copies in existence. Remember <a href="https://libreddit.projectsegfau.lt/r/DataHoarder/comments/y1heob/hoarding_preservation/">hoarding is not preserving,</a> but it&rsquo;s a good start!</p> +</li> +</ul> +<p>But why do we need information on our machines if the Internet Archive exists? If we can&rsquo;t hope to compete with the 160PB behemoth ourselves, why bother duplicating data ourselves?</p> +<h2 id="concerns">Concerns</h2> +<p>While it&rsquo;s been <a href="https://www.theverge.com/2024/10/11/24268040/internet-archive-data-breach-outage-hacked">confirmed that</a> the entire Internet Archive should be back online in &ldquo;<em>days not weeks</em>&rdquo; there are some serious questions to ask in the meantime. At the very least, we have up to 31 million emails breached from a population that is more likely to be journalists and researchers.(<em>independent and mainstream alike!</em>) This is an important reminder that when one is doing sensitive work, that you should make sure to isolate online identities from each other by using completely different emails. It should go without saying that any information that can be used, <em>will be.</em></p> +<p>The outage itself is a serious concern. Given that not only is this an election year, but also many high-stakes events are currently taking place that benefit from having a public information trail. The (<em>hopefully</em>) temporary outage of the Internet Archive not only temporarily <em>memory-holes</em> the existing record, but potentially <em>permanently</em> prevents current events from being properly preserved. This may have profound implications on the future.</p> +<p>Far more troubling than the outage itself, is the nature of the hack of the Internet Archive itself. With the data from the breach, we know that those who attacked the Internet Archive had access since <a href="https://www.bleepingcomputer.com/news/security/internet-archive-hacked-data-breach-impacts-31-million-users/">September 28th.</a> There is a great deal of damage that attackers could do in even a single day without being detected. Even worse, because the Internet Archive is a <em>record of events</em> a mere rollback to a previous state is insufficient to reverse serious inside attacks. Independent tech journalist Bryan Lunduke <a href="https://youtu.be/DZq-eplpWfQ">raises the serious concern</a> that these attackers may not be the only ones attacking the Internet Archive, merely the ones that we know about.</p> +<p>It is difficult to overstate the implications of the Internet Archive potentially being manipulated in real-time. Attackers with high-level access could absolutely manipulate records in difficult to address ways. We have assurances from staff that <a href="https://x.com/brewster_kahle/status/1844790609573277792">the data is safe,</a> but it is an open question how confidently they can make those assurances.</p> +<h2 id="what-makes-the-internet-archive-great">What Makes The Internet Archive Great?</h2> +<p>Despite all this, should the Internet Archive return, there is no reason to abandon the cause entirely. Imperfections are themselves noteworthy, but never a reason to completely disregard any particular tool. For what it is, the Internet Archive is a phenomenal achievement and a incredibly useful service for a wide variety of people and purposes.</p> +<h3 id="trust">Trust</h3> +<p>As a long-standing archive, the Internet Archive has garnered a great deal of trust. For many, the site is a go-to resource, and it has partnered with many organizations like libraries and other institutions. This trust is a big part of the reason why citing the Wayback Machine is very often considered as good as citing the original link itself. Other alternatives, may not have the same level of trust, and it may be difficult to rely on them.</p> +<h3 id="scale-depth--diversity">Scale, Depth &amp; Diversity</h3> +<p>The size alone of the Internet Archive is formidable. Beyond merely archiving versions of the web, it also includes a massive amount of media from all over the world. The cultural and historical relevance of that information is its own treasure not to be taken lightly. No radical new approach will even begin to reach the same size anytime soon.</p> +<h3 id="age">Age</h3> +<p>Founded in 1996, the Internet archive has a massive head-start over other projects. Despite present circumstances, almost 30 years of being operational is nothing to scoff at. Catching up to 30 years of information at such a scale is an enormous task.</p> +<h2 id="limitations-of-the-internet-archive">Limitations of The Internet Archive</h2> +<p>Despite these things, there are reasons why one should consider alternative archives for particular purposes. For some situations, these limitations may be deal-breakers, for others they may be fairly trivial. In any case it is still best that one still maintains their own archives of important information, for its own sake and potentially because of the following.</p> +<h3 id="centralized">Centralized</h3> +<p>The Internet Archive is a massive target. From now, until it stops existing it will always have to contend with a wide variety of threats. From cyber threats like this incident, to even financial and legal troubles. The institution itself is vulnerable to being pressured by a variety of forces that all have their own agendas. This is not to say that a decentralized internet archive is some kind of panacea. Such an undertaking would absolutely have its own challenges and trade-offs.</p> +<h3 id="removals">Removals</h3> +<p>There are primarily three ways that information is deleted the Internet Archive:</p> +<ol> +<li> +<p><strong>Copyright Infringement:</strong></p> +<p>Since March 2001, their <a href="https://archive.is/QOhQq">copyright policy states:</a></p> +<blockquote> +<p>The Internet Archive respects the intellectual property rights and other proprietary rights of others. The Internet Archive may, in appropriate circumstances and at its discretion, remove certain content or disable access to content that appears to infringe the copyright or other intellectual property rights of others.</p></blockquote> +</li> +<li> +<p><strong>Deletion Requests:</strong></p> +<p>Internet Archive honors <a href="https://archive.is/uc7n4">deletion requests</a> as well, these are reviewed by their team. There are many reasons why a request would be honored, such as removing <a href="https://blog.lukaszwojcik.net/how-to-delete-personal-data-from-wayback-machine/">personal information,</a> but can quite plausibly include a wide variety of other requests as well.</p> +</li> +<li> +<p><strong>/robots.txt</strong></p> +<p>Every website can forbid the Wayback Machine from recording information through their <code>robots.txt</code> file. This file is generally used to suggest to search engines and other bots what information is supposed to be indexed. Not only does the Wayback Machine <a href="https://archive.is/tdXaS">honor this mechanism,</a> but they also apply it retroactively. Meaning that it is relatively simple for any website operator to &ldquo;memory-hole&rdquo; their own specific content, even on a per-item basis.</p> +</li> +</ol> +<h2 id="a-call-for-innovation">A Call For Innovation</h2> +<p>The greatest challenge with independent archives is credibility. Anyone can create their own modified mirror of a web site and claim it&rsquo;s an honest and true archive. If the operators of the site deny its authenticity how can others be sure? It&rsquo;s a reasonable question if <em>any archive</em> can be trusted on a long enough time frame. One can even argue that generative AI tools can make any and all information falsifiable. Reputation can&rsquo;t be trusted, because it can be sold as a commodity like anything else.</p> +<p>Credibility alone, is not the only reason to preserve information, however. The truth is that there are many reasons to take on the task even in such conditions. In many scenarios, the information itself would be lost to time forever. Preservation can very often be its own end for a wide variety of reasons. When aiming to hold powerful institutions accountable, very often the information can be corroborated by other facts.</p> +<p>Trying to independently archive the entire Web is effectively an impossible task. The goal should never be to preserve the totality of information online, but merely what is important. Defining what is important is its own massive challenge, but ultimately it boils down to a personal choice on how to use resources available. It is clear that more tools for independent information management are needed. Either building those tools yourself, or teaming up with others to cooperate on them would be a massive step in the right direction. Indexing and automation are both viable avenues to provide powerful tools for independent researchers.</p> +<p>We can hope, that for as long as the digital landscape remains somewhat free, that there will be those willing to support investing in building specialized tools that can begin to <em>level the playing field</em>. If we are not ardent in our support for a better technological future, we may end up with the ones imposed on us via governments and/or corporations.</p> +<h2 id="tools-to-consider">Tools to Consider</h2> +<h3 id="other-online-archives">Other Online Archives:</h3> +<p>These are definitely worth considering, even in parallel with the Wayback Machine.</p> +<ul> +<li><a href="https://archive.ph/">Archive Today</a></li> +<li><a href="https://ghostarchive.org/">Ghost Archive</a></li> +</ul> +<h3 id="archiving-tools">Archiving Tools</h3> +<ul> +<li>Courtesy of the <a href="https://github.com/awesome-selfhosted/awesome-selfhosted?tab=readme-ov-file#archiving-and-digital-preservation-dp">Awesome-Selfhosted list</a>: +<ul> +<li><a href="https://archivebox.io/">ArchiveBox</a></li> +<li><a href="https://github.com/wabarc/wayback">Wayback</a></li> +<li><a href="https://github.com/iipc/awesome-web-archiving">[<em>bigger list</em>]</a></li> +</ul> +</li> +<li><a href="https://webrecorder.net/">Webrecorder</a> which is a suite of useful tools for maintaining one&rsquo;s own web archives. Webrecorder aims for accuracy that may not be matched by other tools.</li> +<li><a href="https://github.com/gildas-lormeau/SingleFile">SingleFile</a> Browser add-on to save pages &ldquo;as a single .html file&rdquo;, which can be a handy alternative to printing a page as a PDF.</li> +<li><a href="https://github.com/yt-dlp/yt-dlp">yt-dlp</a> for downloading videos &amp; audio</li> +<li>For those who want to go pro, <a href="https://wiki.archiveteam.org/">archive team</a> is a great place to get started.</li> +</ul> +<h2 id="dont-forget-your-backups">Don&rsquo;t forget your backups!</h2> +<div class="image-container"> + +<a href='https://libresolutions.network/articles/backups'> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/backups.webp' +> + +</a> + + + +</div> +<p>Any data that isn&rsquo;t backed up is considered to be in a superposition of accessible and gone forever. It&rsquo;s there until it just isn&rsquo;t. Since the goal is to preserve information, it&rsquo;s crucial to learn how to protect information now that you&rsquo;ve started collecting it.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/ad775286-6a54-40fd-adca-b56be7caff8f' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +💌 Thank you for reading this via RSS 📡 + + + + Good Governance in Cyberspace: Digital Freedom Policy Framework + https://libresolutions.network/articles/policy-framework/ + Wed, 09 Oct 2024 00:00:00 +0000 + + https://libresolutions.network/articles/policy-framework/ + + https://libresolutions.network//media/stock/whitehouse.webp + + + Ideas for Policies for the People + <h2 id="what-is-policies-for-the-people">What is &ldquo;Policies for the People?&rdquo;</h2> +<p><a href="https://www.policiesforpeople.com/">Policies for the People</a> is a fascinating project aimed to help the public &ldquo;open source&rdquo; policies for a better future. They have several main categories such as Health, Food, Liberty, Economy &amp; Peace. I would encourage you (but especially Americans) to get involved in either writing your own proposals, or at least giving constructive feedback to ones written about issues that are near and dear to you.</p> +<p>As somebody who is a HUGE FAN of bottom-up strategies, I believe this is a golden opportunity to recognize the potential of elected representatives having organized, genuine bottom-up feedback. The platform is running <a href="https://www.discourse.org/">Discourse</a> which is the go-to choice for many open source projects &amp; communities. The platform itself <a href="https://github.com/discourse/discourse">is available</a> as fully Free and Open source, so it&rsquo;s even possible to setup your own independent instance. I would highly recommend considering how you could adopt this model for your own region or priorities.</p> +<p>I am thrilled to take a stab at building a better technological future by presenting my vision on what the United States Federal Government can do to improve. My hope is that you find <a href="https://forum.policiesforpeople.com/t/digital-freedom-policy-framework/2115">my submission</a> a worthwhile conversation-starter. If you have feedback, I would highly encourage you signing up to <a href="https://forum.policiesforpeople.com/">Policies for the People,</a> and then replying to <a href="https://forum.policiesforpeople.com/t/digital-freedom-policy-framework/2115">the post.</a></p> +<h2 id="executive-summary">Executive Summary</h2> +<h3 id="primary-concerns">Primary Concerns</h3> +<ul> +<li>Allowing Foreign governments to dictate free expression online</li> +<li>Big Tech &amp; Government stifling innovation</li> +<li>Mass surveillance and privacy risks to citizens</li> +</ul> +<h3 id="overview">Overview</h3> +<p>There is an immense amount of opportunity in building conditions for a more free cyberspace. By adopting a strong stance on digital freedoms and protections, Americans can transform the digital landscape. This opportunity represents a chance to truly resolve many pressing concerns, and brings huge economic and cultural benefits.</p> +<p>When many think of grand-sweeping changes in technology, often they think of the European Union. As a leader pushing for ambitious reforms, the EU is very much in the driver&rsquo;s seat of deciding the future of cyberspace. While there are many benefits to this, the EU does not prioritize classic American values such as free speech. This is quite apparent in many projects and initiatives.</p> +<p>In this proposal, I share a vision on how the United States can replicate many of the successes from the European Union&rsquo;s strong digital vision, without conceding cyberspace to be dictated by the EU or foreign adversaries. This proposal is a vision for a future of cyberspace where Americans are free to maximize innovation, creativity, and security.</p> +<p><strong>At a high level the following reforms are required:</strong></p> +<ul> +<li>A strategic vision to exceed the European Union&rsquo;s <a href="https://ngi.eu/">Next Generation Internet</a> initiative</li> +<li>Institutional Safety</li> +<li>A Digital Bill of Rights</li> +<li>Creating opportunity for a better cyberspace</li> +</ul> +<h2 id="strategic-vision">Strategic Vision</h2> +<p>Protecting the interests of Americans in cyberspace requires a bold new departure from the status quo. For too long, the web has largely stagnated as cyber threats and online harms escalate. Instead of trying to address concerns on a reactionary per-issue basis, a new direction is needed to confront the foundations of these troubles. The goal must be to transform the technological landscape to represent one of innovation, collaboration, and strong security practices.</p> +<p>First and foremost, there must be recognition of the fact that online freedom issues quickly become national security concerns. If Americans don&rsquo;t feel they can safely and effectively engage online, they become vulnerable to <a href="https://libresolutionsnetwork.substack.com/p/lessons-from-alt-tech-failures">being exploited,</a> undermining their own security. Transformative change is required to adapt to the realities of cyberspace in our time. As the Crowdstrike Global IT outage has shown, top-down security efforts have their own risks. Instead of developing a plan to centrally manage digital affairs, Americans deserve a properly decentralized technological landscape.</p> +<p>A variety of EU projects are aimed specifically at granting the European Union <a href="https://www.sovereigntechfund.de/">digital sovereignty,</a> but falls short of reclaiming it for the citizenry as well. A cyber strategy for the United States has to recognize the importance of it&rsquo;s own digital sovereignty as well as that of individual Americans. If this opportunity is forsaken, the entire infrastructure of our online interactions can be dictated by the European Union, or even foreign adversaries.</p> +<p>Thus, the United States Cyber Strategy must pivot away from consolidating power through Big Tech, and towards empowering citizens, families, communities, and businesses to be truly resilient from modern cyber threats. This will require a long-term plan that includes necessary components like right to repair, privacy protections, strong privacy guarantees, and above all transparency and accountability. Americans are not lacking in skills, knowledge, or creativity, what is lacking is a solid foundation to build a modern and free cyberspace.</p> +<p>The benefits of a bottom-up effort to transform our digital landscape <a href="https://sfconservancy.org/blog/2015/sep/29/vw/">are immense.</a> This taps into vast swaths of under-utilized labor and skills and create the conditions for multi-disciplinary collaboration and innovation. Open Source has proven to be a highly effective and highly resilient model for not only innovation, but also collaboration with throughput vastly superior to constrained models. The future of work is here, it&rsquo;s just about making it economic.</p> +<p>The purpose of the strategic vision is to realign priorities towards <em>Civilian-based cyber defense</em>. This principle recognizes the reality that every person has a role to play in keeping digital threats at bay. Therefore radical new approaches are required to foster an environment of education, collaboration, and competition. By creating fertile ground for innovation and bottom-up feedback, many of our present challenges can be <a href="https://autonomia.digital/en/2024/01/19/free-software-digital-security.html">transformed into opportunities.</a></p> +<h3 id="civilian-based-cyber-defense">Civilian-based Cyber Defense</h3> +<p>The principle of Civilian-based cyber defense is so effective that it has already been partly implemented out of necessity. Organizations like CISA run programs to raise cybersecurity awareness and digital education. This is something that needs to be explored to it&rsquo;s fullest, and brought to the forefront of many cyber &amp; education initiatives. Instead of relying on massive entities to safeguard everyone, a radical new approach is required to tackle modern digital threats. This new approach is equipping every individual to be an <a href="https://savannah.gnu.org/news/?id=10677">active participant</a> in a more safe and secure future.</p> +<p><strong>Understanding the threats</strong></p> +<p>These risks are outlined to demonstrate that many of these threats and their components are inseparably intertwined. For too long our institutions are modeled with a vision that cyberspace is entirely separate from the real world and <a href="https://www.makeuseof.com/smart-glasses-privacy-issues/">people&rsquo;s lives.</a> Cyber threats very often include planning, preparation, or even methods that impact real-world infrastructure and people&rsquo;s personal vulnerabilities. The idea that these threats can be mitigated, much less eliminated without a holistic, bottom-up approach is madness at best and arrogance at worst.</p> +<ul> +<li> +<p><strong>Cyber warfare</strong></p> +<ul> +<li>Software / Hardware supply chain attacks</li> +<li>Mass surveillance (foreign and domestic)</li> +<li>Ransomware</li> +<li>System disruption</li> +</ul> +</li> +<li> +<p><strong>Cybersecurity &amp; IT</strong></p> +<ul> +<li>Malware</li> +<li>Breaches</li> +<li>Outages</li> +<li>Social engineering attacks</li> +</ul> +</li> +<li> +<p><strong>Online Harms</strong></p> +<ul> +<li>Harassment</li> +<li>Cyber-stalking</li> +<li>Exploitation</li> +</ul> +</li> +<li> +<p><strong>Privacy Risks</strong></p> +<ul> +<li>Identity theft</li> +<li>Personal safety / Extortion</li> +<li>Undermines trust</li> +<li>Chills speech and participation</li> +</ul> +</li> +<li> +<p><strong>Fragility</strong></p> +<ul> +<li>Single-points of failure</li> +<li>Dependence</li> +<li>Censorship</li> +<li>Lack of competition</li> +</ul> +</li> +</ul> +<p><strong>Civilian-Based Cyber Defense in Action</strong></p> +<ul> +<li> +<p><strong>Education</strong></p> +<p>Our technological future is always going to be in the hands of our youngest. Their decisions on what to use, how to use it, and what to build on fundamentally reshapes our collective digital experience in real-time. At the very least, it is crucial that this is an informed decision. At the bare minimum, &ldquo;computer literacy&rdquo; should be tracked, fostered, and improved just like actual literacy.</p> +<p>Beyond schooling, public awareness is crucial. Education and outreach must be a life-long experience. Just as online threats and harms have evolved over the last two decades, we can be quite sure they will continue to evolve at a rapid rate. This can only be ameliorated with an environment where Americans are able to have a meaningful impact on their own digital experience.</p> +<p>A wide range of initiatives are on the table when one recognizes that the first-line of cyber defense isn&rsquo;t powerful tech giants, but rather individuals themselves.</p> +</li> +<li> +<p><strong>Research</strong></p> +<p>Information is the most precious resource. Initiatives that can acquire vital information about pressing concerns are invaluable. America&rsquo;s highly <a href="https://www.engadget.com/big-tech-layoffs-183005386.html">skilled and creative workforce</a> can take advantage of opportunities to leave no stone un-turned when it comes to investigating digital threats, and their solutions. Agencies should be leveraging their unique insight to provide information to the public on ground that needs to be covered.</p> +<p>Building a national defense strategy around bottom-up innovation requires exhausting lines of inquiry that many technical minds are eager to explore. With properly aligned goals, the digital sovereignty of individuals and national security can lead to powerful strengthening of both. By relying on the same methods to secure both, citizens can have a direct impact on not only improving their lives, but the very fate of the nation.</p> +</li> +<li> +<p><strong>Collaboration</strong></p> +<p>Leveraging powerful models, like Open Source development (for both hardware and software) offers huge benefits for innovation. There are many ways to include people with varied expertise to gain multi-disciplinary benefits from broader collaboration. With open and transparent methods of governance, and even tools and techniques, feedback from the front-line can make an even bigger impact.</p> +<p>Transparent sharing of insights, but also including public feedback into the equation, allows for much more rapid iteration on crucial concepts.</p> +</li> +<li> +<p><strong>Innovation</strong></p> +<p>With the benefits of hardware and software freedom, technologies can be safely used in both public and private contexts. Optimizations can be widely deployed and many can reap the benefits. By building the foundation for a truly free technological landscape, the USA can become the home for boundless innovation. Realigning strategies and goals for a free digital future has immense opportunities for both individuals and institutions.</p> +</li> +</ul> +<h2 id="institutional-safety">Institutional Safety</h2> +<p>While all of the above sounds wonderful and amazing, very little of it is truly possible without trust. This is very much where the European Union fails to deliver on what they intend in their digital strategy. With some reform, the United States is in the unique, enviable position to be a world leader in not just technological innovation, but also digital freedom and security. Improving the relationship between institutions and people, trust can be built towards genuine cooperation and shared interests.</p> +<h3 id="de-fanging-the-surveillance-apparatus">De-FANGing the Surveillance Apparatus</h3> +<p>The very fact that the European Union has spent so much trying to break free from American companies tells us all we need to know about how much Americans can trust public-private collaboration with these entities. As such, not only do Americans require stronger privacy and security guarantees, but they also deserve a government that doesn&rsquo;t leverage private entities against their interests. Public, short, medium and long term plans must be made to entirely <a href="https://www.eff.org/deeplinks/2023/11/reauthorizing-mass-surveillance-shouldnt-be-tied-funding-government">dismantle domestic surveillance.</a></p> +<p>Cooperation, subsidy, and information sharing with for-profit entities must be phased out. These institutions seize and pacify a huge amount of America&rsquo;s top minds and puts them to work building things that are incompatible with a free digital future. Maintaining proper boundaries between private and public institutions is a vital reform in building meaningful trust in the future. When law enforcement requires information, it must be obtained with a valid court order, both requests and receipts must be properly and transparently disclosed.</p> +<h3 id="digital-bill-of-rights">Digital Bill of Rights</h3> +<p>The White House currently has a <a href="https://www.whitehouse.gov/ostp/ai-bill-of-rights/">Blueprint for an AI Bill of Rights.</a> Some of the concerns raised are excellent, others are unnecessary barriers to innovation. Even worse however, the AI Bill of Rights is far too narrow, and possibly wastes the opportunity to develop a truly comprehensive Digital Bill of Rights. <a href="https://www.adbusters.org/articles-coded/digital-bill-of-rights">A Digital Bill of Rights</a> must not only apply to government departments, but where possible, to publicly traded and regulated entities. Some of these exist already in some form or another, but a comprehensive (Federal) act is required.</p> +<p><strong>Digital Bill of Rights (Shortlist)</strong></p> +<ul> +<li><strong>Access</strong> +<ul> +<li>Non-discrimination on protected status, politics, or even a wider range of criteria</li> +<li>Prior notice to disruptions to access with proper due-process</li> +</ul> +</li> +<li><strong>Data Sovereignty</strong> +<ul> +<li>Right to refuse data collection</li> +<li>Control over how information is used and shared</li> +<li>Right to request, and delete personal data</li> +</ul> +</li> +<li><strong>Transparency &amp; Accountability</strong> +<ul> +<li>Clear and transparent disclosure of information sharing and breaches of personal information</li> +<li>Liability for data misuse</li> +</ul> +</li> +<li><strong>Freedom of Choice</strong> +<ul> +<li>The right to refuse particular devices, services, and systems</li> +</ul> +</li> +</ul> +<h3 id="regulate-digital-public-infrastructure-providers-as-common-carriers">Regulate digital public infrastructure providers as &ldquo;common carriers&rdquo;</h3> +<p>Not only as a means to strengthen the Digital Bill of Rights, but also to protect good-faith providers of digital infrastructure. With a broad conception of public digital infrastructure, more Americans can feel they can equitably participate in the digital economy.</p> +<p>This would include:</p> +<ul> +<li>ISPs</li> +<li>Domain Registrars &amp; Public DNS Providers</li> +<li>Cloud &amp; Web Hosting Providers</li> +<li>Payment Providers</li> +<li>Financial institutions</li> +</ul> +<h2 id="protecting-innovation--security">Protecting Innovation &amp; Security</h2> +<p>To compete in the modern digital environment, new approaches are required to stay adaptable. Beyond sustaining various rackets, the goal is to allow American innovation to thrive in an environment that makes people and cyberspace more free. There is significant demand for secure, verifiable systems that put the person first. Instead of falling behind foreign competitors, the USA can reclaim it&rsquo;s status as not only the land of the free, but also free cyberspace.</p> +<h3 id="right-to-repair">Right to Repair</h3> +<p><a href="https://www.repair.org/know-your-rights">Right to repair</a> involves various reforms that are essential to long-term innovation and security. Of crucial importance is the ability for users to have the capacity to modify potentially defective <a href="https://sfconservancy.org/copyleft-compliance/firmware-liberation.html">firmware.</a> Very often digital products fall behind in security, so much so that the EU is considering harsh import restrictions under the <a href="https://digital-strategy.ec.europa.eu/en/policies/cyber-resilience-act">Cyber Resilience Act.</a></p> +<p>By encouraging an environment where devices are more free and open by default, users can have the control to obtain the highest security guarantees needed for the situation. This alone has the potential to resolve security issues faster than any single initiative could, by allowing almost everyone to take a role in thwarting cyber threats.</p> +<h3 id="prioritize-free--open-source-software--hardware">Prioritize Free &amp; Open Source Software &amp; Hardware</h3> +<p>Software &amp; hardware freedom is a very important public good. Open source is a very effective way to put bottom-up feedback and contributions to use. By harnessing these goals, America&rsquo;s technological economy can be radically transformed in a way that provides a great deal of jobs and opportunities. By using Free &amp; Open Source Software, government agencies and departments can not only reclaim their own digital sovereignty, but individuals as well. The technological landscape moves very quickly, and is only poised to accelerate as enthusiasm for decentralized open cooperation improves. It&rsquo;s crucial not to miss the opportunity to embrace this change.</p> +<hr> +<p><strong>Related Proposals:</strong></p> +<ul> +<li><a href="https://forum.policiesforpeople.com/t/digital-privacy-bill-of-rights/162/1">Digital Privacy Bill of Rights</a></li> +<li><a href="https://forum.policiesforpeople.com/t/digital-privacy-act-of-202x/748">Digital Privacy Act of 202X</a></li> +<li><a href="https://forum.policiesforpeople.com/t/right-to-repair-legislation/581">Right to Repair Legislation</a></li> +<li><a href="https://forum.policiesforpeople.com/t/nil-law-attached-to-your-cyber-footprint/152">NIL Law attached to your cyber footprint</a></li> +<li><a href="https://forum.policiesforpeople.com/t/the-digital-privacy-and-anti-surveillance-act/465">The Digital Privacy and Anti-Surveillance Act</a></li> +<li><a href="https://forum.policiesforpeople.com/t/enhanced-privacy-protection-for-u-s-citizens/545">Enhanced Privacy Protection for U.S. Citizens</a></li> +<li><a href="https://forum.policiesforpeople.com/t/how-to-restore-free-speech-through-simple-legislation/35">How to Restore Free Speech Through Simple Legislation</a></li> +<li><a href="https://forum.policiesforpeople.com/t/rural-broadband-infrastructure/1398">Rural Broadband Infrastructure</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Mitra: A tool to rebuild online free expression + https://libresolutions.network/articles/mitra/ + Tue, 08 Oct 2024 00:00:00 +0000 + + https://libresolutions.network/articles/mitra/ + + https://libresolutions.network//media/images/mitra-q&a.webp + + + A Q&A with Mitra's developer Silverpill + <h2 id="introduction">Introduction</h2> +<p>For quite some time, I&rsquo;ve been on the hunt for effective technological solutions. One of the major game-changers online has been the rise of decentralized social media. The <a href="https://libresolutions.network/tags/fediverse">Fediverse</a> is one such system for building and running decentralized social media. In my opinion, the Fediverse is one of the more under-utilized tools by those who want to protect free speech online. Instead of merely moving to greener pastures with a new tech giant, we can take advantage of the opportunity to <a href="https://peertube.libresolutions.network/w/bVw81Snxdp9nQe2k5wQUDd?start=0s">transform the social landscape</a> ourselves.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/40a5c731-92e5-48ec-bc4f-a441a9930408?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>I run a few of my own Fediverse servers at the moment, such as <a href="https://peertube.libresolutions.network">Peertube,</a> <a href="https://codeberg.org/silverpill/mitra">Mitra,</a> and <a href="https://misskey-hub.net/en/">Misskey.</a> But when it comes to censorship resistance features, Mitra is a cut above the rest. And so I had asked <a href="https://mitra.social/@silverpill">Silverpill</a> the developer of Mitra if he would join me for a Q&amp;A.</p> +<h2 id="qa">Q&amp;A</h2> +<h4 id="in-your-own-words-what-is-mitra">In your own words, what is Mitra?</h4> +<blockquote> +<p>Mitra is a social media server for the Fediverse.</p></blockquote> +<h4 id="why-that-logo-how-did-you-come-up-with-it">Why that logo? How did you come up with it?</h4> +<blockquote> +<p>The outer shape is known as <a href="https://en.wikipedia.org/wiki/Rub_el_Hizb">Rub el Hizb,</a> it&rsquo;s an Islamic symbol. There is no deep meaning, I just saw it somewhere and decided to use it as a starting point. I experimented with many different designs and selected one that seemed most interesting and pleasing to the eye. You can spot a bunch of &ldquo;M&quot;s inside.</p></blockquote> +<h4 id="why-should-more-people-become-familiar-with-and-use-federated-social-media">Why should more people become familiar with and use federated social media?</h4> +<blockquote> +<p>You can have your own Twitter, Facebook or YouTube, connected to thousands of other small networks. Isn&rsquo;t that great?</p> +<p>I think federation is the best architecture for a decentralized social network. The user experience is decent and the network can scale without compromising on decentralization, as was demonstrated by Email, XMPP and Matrix.</p></blockquote> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/mitra-screenshot.webp' +> + + +<p class="caption"> + Mitra home +</p> + + +</div> +<h4 id="why-did-you-decide-to-build-mitra">Why did you decide to build Mitra?</h4> +<blockquote> +<p>Before Mitra I was working with blockchain technology. At some point I realized that decentralized financial infrastructure needs a social layer, and that existing solutions are inadequate. After doing some research on decentralized social protocols I picked ActivityPub because it was mature, well-designed and had a strong developer community with values similar to mine. The missing pieces were decentralized payments and decentralized identity, so I started working on these problems.</p></blockquote> +<h4 id="what-makes-mitra-unique-compared-to-other-fediverse-servers">What makes Mitra unique compared to other Fediverse servers?</h4> +<blockquote> +<p>So, one of my original goals was integrated payments. I tried several ideas and eventually settled on paid subscriptions. This feature provides a way to accept payments in Monero and publish premium content for paying subscribers.</p> +<p>The second goal was decentralized identity, or &ldquo;nomadic identity&rdquo;, as we call it in the Fediverse. This turned out to be a very difficult task, but I&rsquo;ve made significant progress. Nomadic identity mechanism allows people to have an account that is not tied to any single server, but exists on many servers simultaneously. My implementation of this mechanism is not complete yet and currently can be used only by developers.</p> +<p>Mitra also can federate over Tor and I2P networks.</p> +<p>Besides that, it is very lightweight and easy to host, so it might be a good choice even for those who are not interested in subscriptions and nomadic identity.</p></blockquote> +<h4 id="what-other-fediverse-software-would-you-recommend-servers-clients-etc">What other Fediverse software would you recommend? (Servers, Clients, etc)</h4> +<blockquote> +<p>My favorite server is <a href="https://pleroma.social/">Pleroma.</a> I borrowed many ideas from it when Mitra was in the early stages of development. <a href="https://codeberg.org/streams/streams">Streams</a> is also very interesting. It implements nomadic identity in the same way as Mitra, and has many other nice features.</p> +<p>Among web clients, my favorite was Soapbox, but its developer quit Fediverse (there is now a fork called <a href="https://github.com/BDX-town/Mangane">Mangane)</a>. For Android devices, I recommend <a href="https://github.com/captainepoch/husky">Husky.</a></p></blockquote> +<h4 id="in-your-opinion-what-features-are-most-important-for-censorship-resistance">In your opinion, what features are most important for censorship resistance?</h4> +<blockquote> +<p>In my work I prefer to focus on the positive side of censorship resistance: digital sovereignty. A server that runs on your own hardware and that doesn&rsquo;t depend on any external services is practically unstoppable. This is already possible today with Tor and I2P, but requires specialized technical knowledge, and even if you have it, you can communicate only with a very small number of people.</p> +<p>So the most important features are those that make this experience more accessible. Ideally, everyone should be able to send messages to millions of followers from a personal social media server that runs on the phone with unstable internet connection.</p></blockquote> +<h3 id="what-are-the-biggest-threats-to-online-free-speech-and-what-do-you-believe-has-kept-them-at-bay-the-best">What are the biggest threats to online free speech, and what do you believe has kept them at bay the best?</h3> +<blockquote> +<p>The biggest threat is centralization. It occurs on multiple levels, both technical and social, and every time there is a bottleneck, someone tries to use it to censor their opponents. What keeps it at bay are all those people who invest resources in building decentralized networks and circumvention tools, and those who make information about these tools accessible to the general public.</p></blockquote> +<h4 id="are-any-of-the-alternative-protocols-like-nostr-meaningful-competition-from-a-censorship-resistance-perspective">Are any of the alternative protocols (like nostr) meaningful competition from a censorship resistance perspective?</h4> +<blockquote> +<p>Nostr seems to be the only meaningful competition, although it is still not big enough to matter. Other networks are even smaller, or not really decentralized.</p> +<p>The current situation is really unfortunate because so much effort is wasted in technological dead ends. Fediverse is the biggest decentralized network and is perfectly capable of supporting decentralized identity, the purported lack of which is often used as an excuse to create a competing protocol.</p></blockquote> +<h4 id="how-does-a-person-or-even-a-small-group-directly-oppose-online-censorship">How does a person, or even a small group directly oppose online censorship?</h4> +<blockquote> +<p>Use decentralized networks and open source software. Educate others. Ultimately, this a collective action problem, and only together we can make censorship prohibitively expensive and therefore ineffective.</p></blockquote> +<h4 id="what-are-your-short-medium-and-long-term-goals-for-mitra">What are your short, medium and long term goals for Mitra?</h4> +<blockquote> +<p>In the short term, I&rsquo;ll be working on several basic features that are still missing, such as polls, audience controls and moderation tools. Medium term plans include finishing nomadic identity system, improving premium subscriptions and implementing groups. I&rsquo;m also planning to release a Rust library for developing ActivityPub applications. In the long term, I want to build a powerful social media server that has everything you need, costs nothing and can run in your pocket.</p></blockquote> +<h4 id="what-motivates-you-to-continue-building-mitra-into-the-future">What motivates you to continue building Mitra into the future?</h4> +<blockquote> +<p>I think a tool like Mitra is necessary, an no one else is working on that, so I have no choice but to build it myself.</p></blockquote> +<h4 id="outside-of-just-mitra-how-are-you-working-to-make-the-fediverse-even-better">Outside of just Mitra, how are you working to make the Fediverse even better?</h4> +<blockquote> +<p>I proposed a number of standards for the Fediverse, covering message signing, quote posts, federated payments, data portability and other things. I also help maintain a platform for publishing those proposals (<a href="https://codeberg.org/fediverse/fep">Fediverse Enhancement Proposals,</a> or FEPs).</p> +<p>Every Friday I publish a newsletter about the Fediverse: <a href="https://mitra.social/@weekinfediverse">https://mitra.social/@weekinfediverse</a></p></blockquote> +<h4 id="whats-the-best-way-to-support-your-work">What&rsquo;s the best way to support your work?</h4> +<blockquote> +<p>Try Mitra. If you like what I&rsquo;m doing, you can help by suggesting improvements, testing different clients, reporting bugs and spreading the word.</p> +<p>If you&rsquo;re a developer, you can contribute to Mitra or implement my FEPs in your own project.</p> +<p>I also accept donations. My Monero address is <code>8Ahza5RM4JQgtdqvpcF1U628NN5Q87eryXQad3Fy581YWTZU8o3EMbtScuioQZSkyNNEEE1Lkj2cSbG4VnVYCW5L1N4os5p</code></p></blockquote> +💌 Thank you for reading this via RSS 📡 + + + + Cyber Fix Episode 8: Learning from Others + https://libresolutions.network/videos/cyber-fix-8/ + Mon, 07 Oct 2024 00:00:00 +0000 + + https://libresolutions.network/videos/cyber-fix-8/ + + + + + + https://libresolutions.network//media/images/cyber-fix-icon.webp + + + Solutions and technological terrors. + <p>Welcome to Cyber Fix, your dopamine-infused tech news update.<br> +My name is Gabriel, here to help get other information junkies up to speed with important tech news. Stay tuned for a light-hearted exploration of hostile cyberspace and what we can do about it.</p> +<p>Cyber Fix is on hiatus, you may now listen to full episodes on <a href="https://peertube.libresolutions.network/w/p/2FbUhGmiRbzmf1TUjWP3Xr">PeerTube</a></p> +<h2 id="stories">Stories</h2> +<h3 id="platform-peril">Platform Peril</h3> +<ul> +<li><a href="https://www.404media.co/telegram-changes-policy-says-it-will-provide-user-data-to-authorities/">Telegram Changes Policy, Says It Will Provide User Data to Authorities</a></li> +<li><a href="https://x.com/TechloreInc/status/1841569103066124436">Since 2018, Telegram has been able to disclose IP addresses/phone numbers of criminals to authorities.</a></li> +<li><a href="https://www.404media.co/telegram-confirms-it-gave-u-s-user-data-to-the-cops/">Telegram Confirms it Gave U.S. User Data to the Cops</a></li> +<li><a href="https://kevquirk.com/blog/my-thoughts-on-the-wordpress-drama">My Thoughts on the WordPress Drama</a></li> +<li><a href="https://www.indiemediatoday.com/p/rokfin-what-is-going-on-a-sale-closing">Rokfin: What Is Going On? A Sale? Closing?</a></li> +<li><a href="https://www.theverge.com/2024/9/30/24253727/reddit-communities-subreddits-request-protests">Reddit is making sitewide protests basically impossible</a></li> +</ul> +<h3 id="solutions-roundup">Solutions Roundup</h3> +<ul> +<li><a href="https://savannah.gnu.org/news/?id=10677">Time to take back the Internet</a></li> +<li><a href="https://antennapod.org/blog/2024/10/hacktoberfest-2024">AntennaPod is participating in Hacktoberfest 2024 – Join us!</a></li> +<li><a href="https://bookofadamz.com/how-to-keep-communicating-when-your-internet-is-disrupted/">How to keep communicating when your internet is disrupted</a></li> +<li><a href="https://ladybird.org/newsletter/2024-09-30/">This Month in Ladybird September 2024</a></li> +<li><a href="https://github.com/Redot-Engine/redot-engine">Redot Game Engine</a></li> +</ul> +<h3 id="the-fine-details">The Fine Details:</h3> +<ul> +<li><a href="https://x.com/naomibrockwell/status/1840377991303770308">Modern society has a super complicated relationship with privacy</a></li> +<li><a href="https://www.thelastamericanvagabond.com/digital-id-foundation-technocracy/">Digital ID: The Foundation for Technocracy</a></li> +<li><a href="https://www.eff.org/deeplinks/2024/09/ftc-report-confirms-commercial-surveillance-out-control">FTC Report Confirms: Commercial Surveillance is Out of Control</a></li> +<li><a href="https://news.itsfoss.com/youtube-strikes-media-server-video/">YouTube Doesn&rsquo;t Want You to Use a Media Server at Home</a></li> +<li><a href="">Tornado Cash: Code Not Speech, Non-Custodial MSBs, Knowledge Not Required</a></li> +</ul> +<h3 id="cyberwar">Cyberwar</h3> +<ul> +<li><a href="https://dailysceptic.org/2024/10/02/microsoft-buys-nuclear-power-plant-to-run-ai-and-its-showing-us-the-future/">Microsoft ‘Buys’ Nuclear Power Plant to Run AI – and it’s Showing Us the Future</a></li> +<li><a href="https://torrentfreak.com/isps-betrayed-over-pirate-site-blocking-threats-the-reckoning-will-be-invisible-241005/">ISPs ‘Betrayed’ Over Pirate Site-Blocking Threats, The Reckoning Will Be Invisible</a></li> +<li><a href="https://hackread.com/dutch-police-hacked-officers-details-exposed/">Dutch Police Hacked, 63,000 Officers’ Details Exposed</a></li> +<li><a href="https://www.lawfaremedia.org/article/the-cyber-resilience-act--an-accidental-european-alien-torts-statute">The Cyber Resilience Act, an Accidental European Alien Torts Statute?</a></li> +<li><a href="https://archive.is/QDGf8">U.S. Wiretap Systems Targeted in China-Linked Hack</a></li> +</ul> +<h3 id="music-credits">Music Credits:</h3> +<ul> +<li><a href="https://youtu.be/n79aphwhpW0">Y&amp;V - Lune</a></li> +<li><a href="https://youtu.be/o_v9WSImGIU">Valcos - A New Light</a></li> +<li><a href="https://youtu.be/qLYmtdi-GzA">Killercats - Kaibu</a></li> +<li><a href="https://youtu.be/hu3FPs2MYc0">Dark Ages - MaxKoMusic</a></li> +</ul> +<hr> +<h3 id="honorable-mentions">Honorable Mentions</h3> +<p>These are items that didn&rsquo;t quite make it into the final episode, but noteworthy in their own right.</p> +<ul> +<li><a href="https://arstechnica.com/tech-policy/2024/10/harvard-students-make-auto-doxxing-smart-glasses-to-show-need-for-privacy-regs/">Meta smart glasses can be used to dox anyone in seconds, study finds</a></li> +<li><a href="https://www.theregister.com/2024/09/26/unauthenticated_rce_bug_linux/">That doomsday critical Linux bug: It&rsquo;s CUPS. May lead to remote hijacking of devices</a></li> +<li><a href="https://xeiaso.net/notes/2024/cups-cve/">You&rsquo;re probably not vulnerable to the CUPS CVE</a></li> +<li><a href="https://arstechnica.com/security/2024/09/nist-proposes-barring-some-of-the-most-nonsensical-password-rules/">NIST proposes barring some of the most nonsensical password rules</a></li> +<li><a href="https://www.eff.org/deeplinks/2024/09/digital-id-isnt-everybody-and-thats-okay">Digital ID Isn&rsquo;t for Everybody, and That&rsquo;s Okay</a></li> +<li><a href="https://youtu.be/cIBLOkvoVl8">We Need Internet! Running a 3,000 ft Fiber Optic Cable</a></li> +<li><a href="https://mrzool.cc/tex-boilerplates/">LaTeX Boilerplates</a></li> +<li><a href="https://anytype.io/">anytime - the everything app for those who celebrate trust &amp; autonomy</a></li> +<li><a href="https://www.amacad.org/publication/internet-and-engaged-citizenship">The Internet and Engaged Citizenship</a></li> +<li><a href="https://citizenlab.ca/2024/10/gender-based-digital-transnational-repression-as-a-global-authoritarian-practice-article-by-the-citizen-lab-published-in-globalizations/">Gender-based digital transnational repression as a global authoritarian practice</a></li> +<li><a href="https://dailydarkweb.net/threat-actor-claims-to-have-breached-high-profile-israeli-institutions/">Threat Actor Claims to Have Breached High-Profile Israeli Institutions</a></li> +<li><a href="https://youtu.be/QFyZk1nLih8">CrowdStrike executive testifies on global outage</a> (Starts ~30mins in)</li> +<li><a href="https://cdt.org/insights/insights-from-a-child-safety-online-symposium-bridging-research-and-policy/">Insights from a Child Safety Online Symposium: Bridging Research and Policy</a></li> +<li><a href="https://youtu.be/6NsRC0T35WA">The TENET Media Disaster</a></li> +<li><a href="https://mstdn.ca/@andykm/113239835423280803">TekSavavvy Quarterly Transparency Report</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Cyber Fix: Episode 7 + https://libresolutions.network/videos/cyber-fix-7/ + Sun, 22 Sep 2024 00:00:00 +0000 + + https://libresolutions.network/videos/cyber-fix-7/ + + + + + + https://libresolutions.network//media/images/cyber-fix-icon.webp + + + Exploding pagers and control grid updates + <p>Welcome to Cyber Fix, your dopamine-infused tech news update.<br> +My name is Gabriel, here to help get other information junkies up to speed with important tech news. Stay tuned for a light-hearted exploration of hostile cyberspace and what we can do about it.</p> +<p>Cyber Fix is on hiatus, you may now listen to full episodes on <a href="https://peertube.libresolutions.network/w/p/2FbUhGmiRbzmf1TUjWP3Xr">PeerTube</a></p> +<h2 id="part-1">Part 1</h2> +<h3 id="no-joke-exploding-pagers--radios">No Joke: Exploding Pagers &amp; Radios</h3> +<ul> +<li> +<p><a href="https://drmathewmaavak.substack.com/p/death-by-remote">Death by Remote</a></p> +</li> +<li> +<p><a href="https://www.404media.co/experts-lebanon-pager-explosions-likely-not-lithium-batteries-alone/">Experts: Lebanon Pager Explosions Likely Not Lithium Batteries Alone</a></p> +</li> +<li> +<p><a href="https://tube.tchncs.de/videos/watch/9eef3877-b1f2-4b10-8a6e-f57dba645b2c">Targeted Pagers Explode Across Lebanon</a></p> +</li> +<li> +<p><a href="https://www.bunniestudios.com/blog/2024/turning-everyday-gadgets-into-bombs-is-a-bad-idea/">Turning Everyday Gadgets into Bombs is a Bad Idea</a></p> +</li> +</ul> +<h4 id="digital-blunders">Digital Blunders:</h4> +<ul> +<li> +<p><a href="https://x.com/AutismCapital/status/1836511189796556905">first Trump Bitcoin transaction takes minutes to complete and they’re unsure if it even went through</a></p> +</li> +<li> +<p><a href="https://www.techradar.com/pro/security/researchers-find-hundreds-of-android-apps-using-ocr-to-steal-login-details">Crypto fans beware — hundreds of Android apps found using OCR to steal login details</a></p> +</li> +<li> +<p><a href="https://techcrunch.com/2024/09/10/bumble-to-leverage-ai-to-help-users-with-profiles-and-conversations/">Bumble to leverage AI to help users with profile creation and conversations</a></p> +</li> +</ul> +<h3 id="solutions-roundup">Solutions Roundup:</h3> +<ul> +<li> +<p><a href="https://blog.freecad.org/2024/09/10/the-first-release-candidate-of-freecad-1-0-is-out/">The first release candidate of FreeCAD 1.0 is out</a></p> +</li> +<li> +<p><a href="https://ar.al/notes/encouraging-individual-sovereignty-and-a-healthy-commons/">Building the world you want to live in</a></p> +</li> +<li> +<p><a href="https://samthursfield.wordpress.com/2024/09/17/fairphone-5-review/">Fairphone 5 review</a></p> +</li> +<li> +<p><a href="https://x.com/gnukeith/status/1835879824939766242">The plan is simple</a></p> +</li> +<li> +<p><a href="https://www.privacytools.io/guides/exodus-for-android-finds-trackers">Exodus for Android: Finds trackers embedded in all your apps</a></p> +</li> +<li> +<p><a href="https://radicle.xyz/2024/09/10/radicle-1.0.html">Radicle 1.0</a></p> +</li> +<li> +<p><a href="https://servo.org/blog/2024/09/11/building-browser/">Building a browser using Servo as a web engine!</a></p> +</li> +</ul> +<h2 id="part-2">Part 2</h2> +<h3 id="tech-news">Tech News:</h3> +<ul> +<li> +<p><a href="https://www.macrumors.com/2024/09/18/end-to-end-encryption-rcs-messages/">End-to-End Encryption Coming for iPhone-to-Android RCS Messages</a></p> +</li> +<li> +<p><a href="https://x.com/IncogNetLLC/status/1834227149147935202">IncogNET is now an accredited registrar for .ST</a></p> +</li> +<li> +<p><a href="https://techcrunch.com/2024/09/17/discord-launches-end-to-end-encrypted-voice-and-video-chats/">Discord launches end-to-end encrypted voice and video chats</a></p> +</li> +<li> +<p><a href="https://www.techdirt.com/2024/09/20/ex-cop-wields-law-that-only-protects-cops-to-sue-data-broker-for-selling-his-personal-data/">Ex-Cop Wields Law That Only Protects Cops To Sue Data Broker For Selling His Personal Data</a></p> +</li> +</ul> +<h3 id="precrime-roundup">Precrime Roundup:</h3> +<ul> +<li> +<p><a href="https://ioc.exchange/@matthew_d_green/113113384146496597">Phones &amp; Precrime</a></p> +</li> +<li> +<p><a href="https://archive.is/cOnPx">Billionaire Larry Ellison says a vast AI-fueled surveillance system can ensure &lsquo;citizens will be on their best behavior&rsquo;</a></p> +</li> +<li> +<p><a href="https://www.ctvnews.ca/business/pwc-tells-employees-it-will-use-location-data-to-police-back-to-office-rule-1.7031968">PwC tells employees it will use location data to police &lsquo;back-to-office&rsquo; rule</a></p> +</li> +<li> +<p><a href="https://sfstandard.com/2024/09/16/san-francisco-police-bought-drones-illegally-emails-warned/">Emails show cops knew buying drones broke state law. They did it anyway</a></p> +</li> +<li> +<p><a href="https://reclaimthenet.org/australian-intelligence-official-threatens-to-ban-private-messaging">Australian Intelligence Official Threatens To Ban Private Messaging</a></p> +</li> +</ul> +<h3 id="control-grid-updates">Control Grid updates:</h3> +<ul> +<li> +<p><a href="https://darkwebinformer.com/chainalysis-successful-deanonymization-attack-on-monero-2/">Chainalysis Successful Deanonymization Attack on Monero</a></p> +</li> +<li> +<p><a href="https://reclaimthenet.org/canadian-conservatives-propose-bill-for-online-digital-id-verification-and-anonymity-restrictions">Canadian Conservatives Propose Bill for Online Digital ID Verification and Anonymity Restrictions</a></p> +</li> +<li> +<p><a href="https://www.techradar.com/computing/artificial-intelligence/can-ai-make-you-less-gullible-or-is-it-a-conspiracy">Can AI make you less gullible or is it a conspiracy?</a></p> +</li> +<li> +<p><a href="https://x.com/ausvstheagenda/status/1834375535813951606">This is about Sovereignty</a></p> +</li> +</ul> +<h3 id="music-credits">Music Credits:</h3> +<ul> +<li><a href="https://youtu.be/n79aphwhpW0">Y&amp;V - Lune</a></li> +<li><a href="https://youtu.be/o_v9WSImGIU">Valcos - A New Light</a></li> +<li><a href="https://youtu.be/qLYmtdi-GzA">Killercats - Kaibu</a></li> +<li><a href="https://youtu.be/MT814DNhy_U">Ephixa &amp; Jim Yosef - Everlasting [NCS Release]</a></li> +</ul> +<hr> +<h3 id="honorable-mentions">Honorable Mentions:</h3> +<ul> +<li> +<p><a href="https://www.cbc.ca/news/business/bakx-boc-cbdc-digital-currency-1.7326887">Bank of Canada shelves idea for digital Loonie</a></p> +</li> +<li> +<p><a href="https://www.ftc.gov/news-events/news/press-releases/2024/09/ftc-staff-report-finds-large-social-media-video-streaming-companies-have-engaged-vast-surveillance">FTC Staff Report Finds Large Social Media and Video Streaming Companies Have Engaged in Vast Surveillance of Users&hellip;</a></p> +</li> +<li> +<p><a href="https://blog.torproject.org/tor-is-still-safe/">Is Tor still safe to use? </a></p> +</li> +<li> +<p><a href="https://nlnet.nl/news/2024/20240919-NGI-Assure-Concluded.html">NGI Assure Programme Successfully Concluded</a></p> +</li> +<li> +<p><a href="https://techcrunch.com/2024/09/21/x-reverses-course-in-brazil/">X reverses course in Brazil</a></p> +</li> +<li> +<p><a href="https://itsfoss.com/compute-module/">What is a Compute Module? Why should you care about it?</a></p> +</li> +<li> +<p><a href="https://cyberscoop.com/oig-audit-calls-for-more-clarity-from-cisa-dhs-on-disinformation-mission/">OIG audit calls for more clarity from CISA, DHS on disinformation mission</a></p> +</li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Private Web Search: A Contradiction in Terms + https://libresolutions.network/articles/search/ + Wed, 11 Sep 2024 00:00:00 +0000 + + https://libresolutions.network/articles/search/ + + https://libresolutions.network//media/stock/search.webp + + + A look at the fine details of finding information online + <p>One of the first things many people do online is search for information. A simple search may not seem like sensitive information, but all of everyone&rsquo;s searches, on every topic, all the time absolutely includes a lot of sensitive information. If that wasn&rsquo;t bad enough, it&rsquo;s relatively simple for those collecting the information to make inferences on that data to learn incredibly sensitive things about individuals.</p> +<p>There is a wide variety of search engines that have attempted to build their own indexes, or tried to position themselves as privacy-respecting alternatives to mainstream search:</p> +<ul> +<li><a href="https://swisscows.com/en">Swisscows</a> is an &ldquo;anonymous search engine&rdquo; hosted in Switzerland.</li> +<li>Brave is not just a browser, but they have also attempted to put together their own independent <a href="https://brave.com/search/">search engine</a>.</li> +<li><a href="https://kagi.com/">Kagi</a> is a company that hopes to make <a href="https://help.kagi.com/kagi/why-kagi/why-pay-for-search.html">paying for search</a> a sustainable way to improve search functionality.</li> +<li><a href="https://stract.com/">Stract</a> is another interesting option that received <a href="https://libresolutions.network/articles/government-in-tech/">funding from the EU,</a> but unfortunately intends on using ads for <a href="https://stract.com/about">funding in the future.</a></li> +<li><a href="https://www.mojeek.com/">Mojeek</a> is another attempt at an independent search provider.</li> +<li>For those who like their solutions <a href="https://libresolutions.network/articles/tokenized-resistance">tokenized</a> there&rsquo;s <a href="https://presearch.io/">Presearch.</a></li> +<li>But if private search is a fruitless endeavor anyways, why not get some <a href="https://www.ecosia.org/">trees out of it?</a></li> +</ul> +<p>To figure out how to protect our information online, we have to take a serious look at one of the biggest culprits of not only invasions of privacy, but also online manipulation and censorship: <strong>search engines.</strong> It is incredibly tempting for some to want to replace a known-malicious part of their tech life (like <em>Google</em>) by merely introducing a &ldquo;better&rdquo; drop-in replacement recommended online. Unfortunately, solving some of the serious problems regarding dragnet surveillance and censorship will require more consideration and effort.</p> +<h2 id="understanding-web-search">Understanding Web Search</h2> +<p>To many, web search is synonymous with &ldquo;<em>Google</em>&rdquo;. Google certainly isn&rsquo;t the only search engine out there, but it is by far the largest and most used in the English language. Despite it still being the de-facto standard for many, the concerns related to Google Search are quite numerous. From banning <a href="https://archive.is/oZgOg">particular results</a> and queries, to the significant privacy concerns, there are a lot of reasons why somebody would want to switch to a different search engine.</p> +<p>But the friction is quite high. Many report that no matter what engine they switch to, they never get quite as good results. This itself can sometimes be a bit of a &ldquo;skill issue&rdquo; given that searching is something one can get better at over time. There definitely is truth to people&rsquo;s trouble however. Any competing search engine has a phenomenal amount of work to do before even beginning to think about being comparable. Any existing search engine has the advantage of time and hindsight. A new project effectively has to out-innovate both of those advantages in addition to building almost entirely from scratch.</p> +<p>The most valuable and important parts of any search engine are the <em>crawler</em> and the <em>index</em>. These are the two crucial components any serious attempt at building a new search engine has to get right.</p> +<h3 id="the-crawler">The Crawler</h3> +<p>To allow others to search the entire web, you&rsquo;d have to actually <em>visit</em> the entire web at one point. If for no other reason to load the site and store what&rsquo;s on the site. Building a bot (<em>or set of bots</em>) to scan the entire internet and record their contents is a massive undertaking. This alone sets a very high minimum on the amount of resources required to build and maintain a search engine. Presumably, you want your search engine to be reasonably up to date, so this requires constant upkeep.</p> +<p>Loading so many web sites, and downloading any needed resources alone is a huge burden in both bandwidth and storage costs. Some smaller search engines will focus on a particular niche. This comes with significant downsides however, crawling less creates blind spots for your search engine thus limiting its usefulness for others. That can be a perfectly reasonable trade-off when aiming for specialization. <a href="https://wiby.me/">Wiby</a> for example, primarily indexes non-commercial hobbyist style web sites.</p> +<p>While crawling the web there are effectively two big questions that need answers. 1) How wide do you cast your net over the web to discover resources? and 2) How much information do you collect on each resource? Number 2 is harder because one could just store links and their titles, but a more sophisticated engine will store keywords or even the entire text to have the most accurate information possible. With the the greater accessibility of machine transcription, it may even make sense to download and transcribe audio/video content for even more accuracy.</p> +<p>If all that wasn&rsquo;t challenging enough, there will always be content online that is inaccessible to your crawler. Any information that requires an account or payment will automatically be refused to your crawler until it becomes well-known and approved by those resources. The more time people create &amp; share information behind these walled-gardens the worse off all search engines inevitably become.</p> +<h3 id="the-index">The Index</h3> +<p>After you&rsquo;ve crawled all over the web your work still has only really just begun. A proper search engine needs to be fast, complete, and accurate. All of this relies on the information you&rsquo;ve stored being intelligently analyzed and categorized for retrieval. For fast retrieval you&rsquo;ll probably want to calculate scores for common queries in advance, or use mathematics to generate them with a carefully curated subset of your information. A search engine without a crawler is frozen in time, but a search engine without an index is just a massive unsorted collection of online resources.</p> +<p>Properly building a search index requires a great deal of forethought and maintenance. There will always be ways to improve accuracy and speed. The algorithms built on top of your index may be specifically designed for particular kinds of information. There is ultimately no limit to what can be done to craft the perfect index of the entire web. I would argue that the index is the most important resource of a search engine, big or small.</p> +<h2 id="the-problem-of-surveillance">The Problem of Surveillance</h2> +<p>This is important to understand to make sense of the privacy risks of search engines. When you use a web search, it&rsquo;s very difficult to hide the fact that you&rsquo;re using it, especially from the provider itself. While tools like Tor &amp; VPNs can mitigate the risk a bit, the vast majority of people won&rsquo;t even take these (far from bullet-proof) measures. This creates a wide variety of concerns, especially as the searches from a wide variety of people starts becoming massively aggregated. Search data from particular people is also very useful information to have against that specific group.</p> +<p>There have been many &ldquo;private web search&rdquo; providers that have entered the space. Ultimately the first thing they offer is a promise to collect less data about you than Google. While that&rsquo;s good, it&rsquo;s not a high bar. Even when a search engine actually collects very little, the aggregate information as a whole is still a treasure trove of power that can be used against individuals and groups alike. And if no user data is collected at all, that will never stop governments that snoop on their own citizens.</p> +<p>In a time where people running tech companies are <a href="https://www.theguardian.com/commentisfree/article/2024/sep/07/telegram-chiefs-arrest-sends-a-clear-message-tech-titans-are-not-above-the-law">placed under arrest,</a> it&rsquo;s time to start wondering how independent a search engine truly can be. Even with no data collection and no snooping involved, every entity will face the pressure to leave out inconvenient information from their index, even merely as a cost saving measure. The difficulty of running a large search engine itself creates so many challenges that are almost impossible for any truly independent organization to achieve without external interference.</p> +<p>To make matters worse, given the difficulty in hiding that one is using a particular public search engine, it&rsquo;s entirely possible that using an obscure search engine itself reveals a fair amount about a person.</p> +<h2 id="alternative-strategies">Alternative Strategies</h2> +<h3 id="metasearch">Metasearch</h3> +<p>One strategy is to use a privacy-protecting <a href="https://www.privacytools.io/privacy-frontends">front-end</a> to route your search queries through a variety of public search engines. <a href="https://docs.searxng.org/">SearXNG</a> is a notable example that&rsquo;s highly configurable. Using a metasearch engine alone is a meaningful improvement over using many public search engines. A community of people sharing a metasearch engine provides more people &ldquo;safety in numbers&rdquo;, at least from the search engines themselves.</p> +<p>Of course, the danger of using a metasearch engine is that one is placing their trust on the operator to be responsible, trustworthy, and competent. Another point to consider is that a metasearch engine can not find information that is concealed (or otherwise not indexed) by the configured search engines.</p> +<h3 id="the-pirate-bay">The Pirate Bay</h3> +<p>The Pirate Bay is an example of a web service that has been able to stay online despite a massive amount of opposition both legal and technical. It&rsquo;s important to note that this was possible because The Pirate Bay exists to index a narrow set of content (Torrents) and stores the bare-minimum amount of information to work. This allows the service to be quickly mirrored or migrated elsewhere incredibly easily. The larger and more complicated a service is, the harder it is to make resilient to external pressure and influence.</p> +<h3 id="searching-particular-sites">Searching Particular Sites</h3> +<p>Many seem to forget that various websites often have their own search function. This amnesia is sometimes warranted because sadly many sites own search engine is not as efficient as just using google and <a href="https://support.google.com/websearch/answer/2466433">specifying the site.</a> When looking for specific information, it&rsquo;s often quite effective to search specialized or related wiki&rsquo;s or forums to get a specific answer. This lost art is becoming part of many people&rsquo;s habits again now that search engines are gradually <a href="https://libresolutions.network/articles/dead-internet">getting worse</a></p> +<p>Of course, searching a specific site is only as private as the site you&rsquo;re visiting is. It is sad to hear that allegedly &ldquo;Gen Z&rdquo; is notorious for using TikTok as their go-to search engine, which is a condemnation of our current situation.</p> +<h2 id="can-we-do-better">Can We Do Better?</h2> +<p>It&rsquo;s hard to believe that <em>yet another private search engine</em> is the panacea to resolve all our privacy concerns. While many of them provide non-trivial benefits, for those aiming to make dragnet surveillance impossible, we need to go even further. Breaking away from the cloud works for various kinds of software, why can&rsquo;t it work for search?</p> +<h3 id="local-search">Local Search</h3> +<p>Usually, your device has an embedded search function that can search files and even settings. This is a very useful thing to have. It doesn&rsquo;t immediately sound like a crazy idea to distribute indexes to devices for people to search on their own. A narrow, but useful search engine would be a powerful thing to include on one&rsquo;s own machine. <a href="https://kiwix.org/en/">Kiwix</a> is a fascinating project that aims to provide (searchable) online resources for offline use.</p> +<p>Personally, I actually do have my own locally hosted search engine. One of my favorite <a href="https://gabe.rocks/tech/rss-love">RSS</a> readers, <a href="https://freshrss.org">FreshRSS</a> stores every article from each feed I&rsquo;m subscribed to. This means that when I want to find relevant commentary on a particular story, I can easily find stories related to topics I&rsquo;m interested in. Having done this for quite some time, I&rsquo;ve found it a very valuable tool for looking back as issues develop.</p> +<p>Indexing the entire Internet is an immense affair. It&rsquo;s entirely possible that the best search engine for an individual to represent an incredibly tiny fraction of the entire whole. Where possible it would be nice if such a search engine was able to be dynamically extended with additional indexes. That would mean that provided the device one is searching on is sound, all searches would be safe from prying eyes, and even censorship!</p> +<h3 id="information-management">Information Management</h3> +<p>What ultimately makes one search engine better than another is <em>relevance.</em> This is what makes LLM-generated search summaries convincing even when they&rsquo;re obviously wrong. If the solution to make offline search a viable endeavor is sharing small, but useful indexes, then a wide variety of information management tools are needed. Once such tool I&rsquo;ve been starting to use is <a href="https://logseq.com/">Logseq</a> and I&rsquo;ve been quite impressed.</p> +<p>Software like this, that allows users to leverage their own computing and knowledge in a harmonious way is clearly the way we build not only better privacy, but a much better digital experience for people. Those interested in learning how to build software should consider how to build tools that enable that experience, rather than ones that fit neatly within the cloud paradigm. More and more people are learning to break free from the cloud for their workflows, but often find themselves looking for tools. There are many niches worth filling, so find one you find interesting!</p> +<h3 id="building-high-quality-resources">Building High-quality Resources</h3> +<p>Condensing information and resources is incredibly valuable. By maintaining a public online resource where you curate useful knowledge, you can greatly assist others in saving time. This is where the Free and Open Web really shines. High quality independent websites are the backbone of a truly free cyberspace and can do innumerable things to tip the scales in favor of people and communities.</p> +<p>As long as your content is available in accessible and/or machine-readable formats, a great deal can be done to make those resources indexed more easily. With a large collection of valuable information to share, you can reduce the odds that snoopers have a clear idea of what specific information people are accessing. This is why I would highly encourage any web site to include a full-text <a href="https://libresolutions.network/rss">RSS archive</a> of all their posts. You never know when such a thing may be seriously helpful.</p> +<h2 id="conclusion">Conclusion</h2> +<p>Private web search is almost impossible in our current environment where large institutions are fighting over control of people&rsquo;s very own knowledge. It is crucial to build solutions that broaden people&rsquo;s ability to learn, create &amp; share independently. Information control is a terrifying force that can be incredibly difficult to reverse. For many, search is where they acquire most of their information online, and it&rsquo;s getting increasingly controlled. Thinking about ways to acquire information online without systems acting as gatekeepers is going to become only more important as time goes on.</p> +💌 Thank you for reading this via RSS 📡 + + + + Teachable Moment: John McAfee's Gmail Rant + https://libresolutions.network/articles/teachable-mcafee/ + Wed, 04 Sep 2024 00:00:00 +0000 + + https://libresolutions.network/articles/teachable-mcafee/ + + https://libresolutions.network//media/images/mcafee-glowing.webp + + + Responding to arguments from a late veteran computer expert + <p>I&rsquo;ve seen this video making the rounds and feel compelled to use it as a teachable moment. This is a great example that can be used to go deeper into a couple of important points about privacy &amp; security. It&rsquo;s always important to consider why a particular short, oversimplified video is making the rounds <em>right now</em>. Often it&rsquo;s not too hard to speculate why nefarious interests would be interested in promoting particularly simplified views. Important ideas take time to understand, so always take the time to reflect on the details when you can, or at least embrace some uncertainty.</p> +<h2 id="who-was-john-mcafee">Who was John McAfee?</h2> +<p>That&rsquo;s a complicated question to answer. Allegedly John McAfee died of suicide in 2021. John had a compelling technical resume. Besides being known for selling anti-virus software, he also worked for Booz Allen Hamilton, Lockheed, and <a href="https://en.wikipedia.org/wiki/John_McAfee">even NASA.</a> Despite being well credentialed, he was quite a controversial figure with a very dramatic life. What&rsquo;s specifically relevant to his statements here is that he was somebody who got to learn computers very well just as they were getting off the ground. There is no doubt that he was a very skilled technical mind. In addition to this, he would bring important issues like <a href="https://libresolutions.network/tags/cyberwar">Cyberwar</a> into the forefront of the <a href="https://youtu.be/KMjCie-fTRo">2016 US presidential election.</a></p> +<p>He made some excellent statements regarding online privacy and security. It&rsquo;s obvious that McAfee had a very clear understanding of not only the technological details, but also the broader social implications. During some of his more lucid comments he discusses the important details with clarity that I hope to someday myself. In some ways, I would argue this clip is doesn&rsquo;t represent him at his best. So much so, that I am convinced the wide dissemination of this particular clip is a <a href="https://roundingtheearth.substack.com/p/mindwar-not-fifth-generation-warfare">mindwar operation</a> aimed at not only disarming people from taking their own privacy seriously, but also to discredit some of McAfee&rsquo;s more salient points.</p> +<p>One final disclaimer is that I am uncertain when this video was recorded, but of all people John would still know better regardless.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/079a3193-8edb-47f1-96d6-205f2d63ded0?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p><a href="https://libresolutions.network/media/text/mcafee-gmail-rant.txt">[Link to transcript]</a></p> +<h2 id="rebuttals--refinement">Rebuttals &amp; Refinement</h2> +<h3 id="overall-message">Overall message</h3> +<p>Before addressing the content of the message, there is a lot about the <em>framing</em> that needs to be addressed. The most important factor is that privacy and security are not a simple binary of &ldquo;safe/unsafe&rdquo;. Safe from who? Unsafe how? There are always finer details that matter. Given McAfee&rsquo;s complicated history, he has a particular (well-funded and well-staffed) adversary in mind and is predominantly concerned with a single threat (the US government).</p> +<div class="image-container"> + +<a href='https://libresolutions.network/media/diagrams/threat%20modeling.webp'> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/threat%20modeling.webp' +> + +</a> + + +<p class="caption"> + Feel free to download and share! +</p> + + +</div> +<p>You&rsquo;re probably (<em>hopefully</em>) not in the same situation that John McAfee was, therefore your particular risks and circumstances will vary. Not only is this specific advice not particularly applicable to most individuals, many more concerns have become more pervasive threats to individuals and organizations alike. In short, cyberwar is no longer a sci-fi, or state-vs-state affair. Instead governments and corporations are <a href="https://libresolutions.network/articles/insecurity">wrestling over control</a> of not just the public conversation, but our <a href="https://libresolutions.network/articles/government-in-tech">technological future</a> as a whole.</p> +<p>Thus your average individual (<em>even more for a high-value target!</em>) needs to be cognizant of a wide variety of threats: stalkers, scammers, online mobs, gangs of cyber criminals, and even tech companies themselves. While McAfee makes some factual points in the video, the overall video leaves a counter-productive impression. It&rsquo;s the opposite of informative, and requires fine correction. In today&rsquo;s environment, things have only gotten much more complicated in the last few years, and certainly the last decade.</p> +<p>Yes, it is almost certain that a capable, motivated adversary can absolutely seize data from almost anyone no matter how cautious. The question is at what cost? Can every adversary seize everyone&rsquo;s data all the time? That would get quite expensive rather fast, it would become even more expensive if those people were taking strategic measures to enhance their privacy and security. Ultimately, if we wish to de-fang the surveillance and censorship apparatus, getting more people involved to take action to raise the cost of mass surveillance is a highly effective tactic.</p> +<p>In addition to new adversaries, the game has gotten a lot more complicated with the advancement of new threats to people&rsquo;s digital lives. Various governments are cracking down on various forms of dissent and online speech. Highly sophisticated <a href="https://www.interpol.int/en/News-and-Events/News/2024/INTERPOL-Financial-Fraud-assessment-A-global-threat-boosted-by-technology">online scams are on the rise.</a> The sum total of data collection on people is weaponized to manipulate the public. Even <a href="https://mastodon.social/users/wchr/statuses/113045679054331232">employers</a> are getting in on the mass surveillance game. State and private propaganda influence operations wage cyberwar both covert and overt. And if all that wasn&rsquo;t bad enough, machine learning algorithms are quite capable of making all of the above a lot worse.</p> +<p>As always, the only constant is change. One can&rsquo;t expect to clip two minutes from somebody with a very unique situation and an incredible depth of knowledge and necessarily expect to fairly represent their sum total expertise. I am certain that if John McAfee was still alive today and didn&rsquo;t have the adversaries he did, he would state things very differently.</p> +<h2 id="point-by-point">Point by point</h2> +<h3 id="email">Email</h3> +<blockquote> +<p>I am dissed constantly for using <em>Gmail</em> as my email system<br> +&hellip;<br> +if you think you have any privacy whatsoever with an encrypted system whether it’s an email system like Proton mail or an encrypted messaging system like signal you have no fucking privacy</p></blockquote> +<p>The problems with email are pervasive. Even tools like Pretty Good Privacy (PGP) have their limitations. While McAfee is correct to point out that encryption is no <em>&lsquo;silver bullet</em> to privacy with email, he&rsquo;s completely wrong when it comes to the choice of provider. As he points out later in the video, encryption was designed to thwart man-in-the-middle attacks. He&rsquo;s likely not at all concerned about somebody (other than the govt) compromising Google&rsquo;s infrastructure to get at him. The problem is that in his situation, the vast array of concerns from Google itself are still <a href="https://campaignsoftheworld.com/news/the-dark-side-of-google/">worth considering.</a></p> +<p>It would be better if McAfee explained that in his situation, abstract concerns like data-mining and data sovereignty are a much lower priority to him when he has to worry about imprisonment (and potentially assassination). But when an email provider (even one such as Proton) has the capability of snooping on emails, there are many reasons why an individual would want to take precautions. This is where the condemnation of Gmail makes perfect sense. From a standpoint of protecting emails from prying eyes of the provider, Google is obviously the worst one to choose.</p> +<p>That said, Signal and Proton mail are worlds apart in terms of the risks involved. It&rsquo;s not a reasonable comparison to make. Signal was originally designed to protect SMS messages, and eventually this was dropped in favor of becoming a pure messaging app. It&rsquo;s pretty cool these days to dunk on Signal for it&rsquo;s board&rsquo;s membership, but when governments come knocking they repeatedly show they have (almost) nothing to hand over as recently as <a href="https://signal.org/bigbrother/santa-clara-county/">last month.</a> On the other hand Proton has <a href="https://restoreprivacy.com/protonmail-logs-users/">repeatedly</a> handed over user data.</p> +<p>Notably, there is a &ldquo;secure by design&rdquo; email client that does offer similar protection. It seems surprisingly absent in many discussions around secure messengers, but <a href="https://delta.chat/en/">Delta Chat</a> is a fascinating telegram competitor that I believe is vastly underestimated in this space. Recently Delta Chat was able to respond to Russian authorities that they <a href="https://delta.chat/en/2020-05-01-roskamnadzor">have no user data to give away.</a></p> +<h3 id="encryption">Encryption</h3> +<blockquote> +<p>encryption was designed 35 years ago to prevent a man in the middle attack meaning someone between your transmission and your receipt<br> +&hellip;<br> +encryption is a worthless piece of shit old technology that is being marketed as a safe system. There is no safety anymore, there is no privacy.<br> +&hellip;<br> +you are being sold a fucking bill of goods which is worthless with encryption</p></blockquote> +<p>As explained earlier, this is all relative. Cryptography (encryption) is a tool, and tools need to be applied and understood in their proper context. McAfee is absolutely correct that &ldquo;encrypted&rdquo; has become somewhat of a marketing buzzword that loses meaning rather quickly. Encryption is a very useful tool in a wide variety of contexts. It&rsquo;s quite ironic that many sharing this particular rant would also argue Signal is &ldquo;worthless&rdquo; because it <a href="https://www.bleepingcomputer.com/news/security/signal-downplays-encryption-key-flaw-fixes-it-after-x-drama/">didn&rsquo;t encrypt</a> the local messages database in the desktop client.</p> +<p>There are different ways to use encryption to protect information. You can protect information in transit (which is what McAfee refers to here), you can encrypt it at &ldquo;rest&rdquo; (which is what Signal was criticized for not doing), and apparently while <a href="https://phoenixnap.com/blog/encryption-in-use">in use.</a> Depending on your situation, these different techniques all have very important effects on what and how it protects. Of course, the details matter. Encrypting not enough is often just as damaging as not encrypting at all.</p> +<p>This is where my charitable interpretation of what McAfee is expressing is that in his situation, he feels that encryption will not protect him against the particular adversary he&rsquo;s concerned about. That&rsquo;s certainly a defensible position, but it&rsquo;s far from saying encryption is worthless for everyone, everywhere, all the time.</p> +<h3 id="smartphones">Smartphones</h3> +<blockquote> +<p>there&rsquo;s no man in the middle anymore! we don&rsquo;t need them<br> +your fucking smartphone is the surveillance device preferred by every government on the fucking planet</p></blockquote> +<p>This is the strongest point in the entire video, since many individuals will also have a smartphone. It is important to have reasonable expectations about what protections you can have from un-trusted devices you use. Arguably, this is the biggest <em>&lsquo;Achilles Heel&rsquo;</em> of various privacy software, if it only works on a smartphone your expectations have to be reduced dramatically. This also applies to any system running an atrocious AI data-miner such as <a href="https://arstechnica.com/gadgets/2024/08/microsoft-will-try-the-data-scraping-windows-recall-feature-again-in-october/">Microsoft Recall</a> ( or even <a href="https://globalnews.ca/news/10580200/kaspersky-cyber-product-us-ban/">antivirus software&hellip;?</a> )</p> +<p>How much you can trust a particular device or system is a complicated question. A great deal has gone into protecting consumer devices, and for various Android devices there are ways to have them <em>&ldquo;De-Google&rsquo;d&rdquo;</em> that may provide some benefits. But! McAfee&rsquo;s strongest point is also a fairly weak point against encryption in general. Because serious risks to savvy smartphone users are really only presented by governments and tech companies. For those concerned with protecting their data sovereignty, there are significant benefits to encryption even on these devices. At any rate, people always have the choice to perform private tasks on more secure devices.</p> +<h3 id="malware">Malware</h3> +<blockquote> +<p>Do you know how easy it is to plant malware?<br> +Go on pornhub, if you&rsquo;ve been on pornhub someone is now listen[ing] to you.<br> +All you have to do is do a drive-by of a website and it sets the &ldquo;download unauthorized applications flag&rdquo;, the first click and you now have malware that is doing two things:<br> +Watching your inputs before they&rsquo;re encrypted and transmitting them <br> +And reading the outputs after they are fucking [de]crypted people</p></blockquote> +<p>This is another very solid point in general. It&rsquo;s not just state-level actors leveraging malware to <a href="https://arstechnica.com/tech-policy/2024/06/shopping-app-temu-is-dangerous-malware-spying-on-your-texts-lawsuit-claims/">collect people&rsquo;s information</a> or seize <a href="https://timesofindia.indiatimes.com/india/pegasus-like-spyware-attack-likely-on-select-individuals-warns-apple/articleshow/109227296.cms">control over people&rsquo;s devices.</a> As always, this is a greater concern for high-value targets, but even just the technologically naive can fall for opportunistic traps. Again, this doesn&rsquo;t feel like a strong argument against encryption, but rather raises the amount of effort one has to put in managing their digital affairs. Nobody would seriously suggest that just because a thief can throw a brick through your window that you should never lock your doors.</p> +<p>One could always avoid porn sites and <a href="https://libresolutions.network/articles/hostile-cyberspace">hostile cyberspace</a> all together. It&rsquo;s possible to build more secure systems that protect regular users better. There&rsquo;s always a great deal that you can do to measurably reduce your risk to malware. Just being careful and running an <a href="https://ublockorigin.com/">ad-blocker</a> takes you a great deal of the way there.</p> +<h3 id="legal">Legal</h3> +<blockquote> +<p>I use Gmail for one reason<br> +the last company that requires a fucking subpoena from a government in order to give them your information, and their lawyers have 30 fucking days to review the subpoena<br> +30 days is enough for me, I change my email every 15 days</p></blockquote> +<p>I think relying on a legal strategy to protect your data is more flawed than relying on encryption. Just ask anyone who wants <a href="https://gdpr.eu/right-to-be-forgotten/">to be forgotten</a> online. I don&rsquo;t think anyone can be certain that Google can&rsquo;t figure out which of their users keeps changing accounts every two weeks. The best argument McAfee would have for using Gmail is that he is so attached to the Google ecosystem that it would be pointless for him to try to withhold information from them. Even simple things like using an Android phone, and various cloud services is enough to cross that threshold. But that represents an entirely new problem.</p> +<h2 id="not-discussed-but-still-relevant">Not discussed, but still relevant</h2> +<h3 id="interacting-with-others">Interacting with others.</h3> +<p>Lets take everything McAfee said at face value for a moment. He claims that in his situation, there&rsquo;s no benefit to him for switching from Gmail to any other nominally secure provider for email. This breaks down the moment somebody else wants to contact him via email or he contacts a person through email. Suddenly he&rsquo;s impacted someone else&rsquo;s ability to protect information from Google just to communicate with him. This is exactly why even if it would do him no benefit to switch, others would benefit from him switching to a different provider. For example, if he was using Proton for mail, any Proton user could send him an email that would be encrypted in transit and at rest, and be at least a fair bit safer than in plain text on Google&rsquo;s servers.</p> +<h2 id="conclusion">Conclusion</h2> +<p>While John McAfee was a very knowledgeable person, his particular situation leads him to make judgement calls that aren&rsquo;t necessarily right for everyone, especially as the situation evolves. At best, it&rsquo;s an important reminder that your privacy and security are never entirely up to a single technology choice. It is the sum total of all your digital decisions that makes up your overall situation. Systems that handle personal information need to embody the spirit of &ldquo;secure by design&rdquo;. As always, the best way to protect information is not to record it, but the next best thing is to not store it. If it must be stored, than encryption is one tool to protect it from prying eyes.</p> +<p>If you see somebody sharing that video to make a snide point that protecting privacy is worthless, please consider sharing this post to explain why the reality is much more nuanced than that short clip presents.</p> +<hr> +<p>Rest in peace John McAfee.<br> +I pray that God has mercy on his soul, and for comfort to his loved ones.</p> +💌 Thank you for reading this via RSS 📡 + + + + Cyber Fix: Episode 6 + https://libresolutions.network/videos/cyber-fix-6/ + Mon, 26 Aug 2024 00:00:00 +0000 + + https://libresolutions.network/videos/cyber-fix-6/ + + + + + + https://libresolutions.network//media/images/cyber-fix-icon.webp + + + Tech Disasters & Solutions + <p>Welcome to Cyber Fix, your dopamine-infused tech news update.<br> +My name is Gabriel, here to help get other information junkies up to speed with important tech news. Stay tuned for a light-hearted exploration of hostile cyberspace and what we can do about it.</p> +<p>Cyber Fix is on hiatus, you may now listen to full episodes on <a href="https://peertube.libresolutions.network/w/p/2FbUhGmiRbzmf1TUjWP3Xr">PeerTube</a></p> +<h3 id="tech-disasters">Tech Disasters</h3> +<ul> +<li><a href="https://www.bleepingcomputer.com/news/security/hackers-leak-27-billion-data-records-with-social-security-numbers/">Hackers leak 2.7 billion data records with Social Security numbers</a></li> +<li><a href="https://www.troyhunt.com/inside-the-3-billion-people-national-public-data-breach/">Inside the &ldquo;3 Billion People&rdquo; National Public Data Breach</a></li> +<li><a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-confirms-august-updates-break-linux-boot-in-dual-boot-systems/">Microsoft confirms August updates break Linux boot in dual-boot systems</a></li> +<li><a href="https://www.bleepingcomputer.com/news/microsoft/zero-click-windows-tcp-ip-rce-impacts-all-systems-with-ipv6-enabled/">Zero-click Windows TCP/IP RCE impacts all systems with IPv6 enabled, patch now</a></li> +<li><a href="https://www.bleepingcomputer.com/news/security/google-fixes-ninth-actively-exploited-chrome-zero-day-in-2024/">Google fixes ninth Chrome zero-day tagged as exploited this year</a></li> +<li><a href="https://www.threads.net/@chriswelch/post/C-8LF4BOSAP">Google Pixel 9&rsquo;s AI photo features</a></li> +</ul> +<h3 id="solutions-roundup">Solutions Roundup:</h3> +<ul> +<li><a href="https://lunduke.locals.com/post/6020029/total-linux-desktop-pcs-now-over-56-million">Total Linux Desktop PCs Now Over 56 Million</a></li> +<li><a href="https://logseq.com/">Logseq</a></li> +<li><a href="https://www.surveillancewatch.io/">Surveillance Watch</a></li> +<li><a href="https://arxiv.org/abs/2206.04049">Hypersyn: A Peer-to-Peer System for Mutual Credit</a></li> +<li><a href="https://childrenshealthdefense.org/defender/robert-kennedy-jr-chd-standing-biden-administration-censorship-lawsuit/">RFK Jr. and CHD Get Green Light to Sue Biden Administration for Censorship</a></li> +</ul> +<h3 id="control-grid-updates">Control Grid Updates:</h3> +<ul> +<li><a href="https://arstechnica.com/security/2024/08/shocker-french-make-surprise-arrest-of-telegram-founder-at-paris-airport/">Shocker: French make surprise arrest of Telegram founder at Paris airport</a></li> +<li><a href="https://blog.cryptographyengineering.com/2024/08/25/telegram-is-not-really-an-encrypted-messaging-app/">Is Telegram really an encrypted messaging app?</a></li> +<li><a href="https://telegram.org/faq#q-do-you-process-data-requests">How does Telegram process data requests?</a></li> +<li><a href="https://thebaffler.com/salvos/the-crypto-keepers-levine">The Crypto- Keepers</a></li> +<li><a href="https://www.eff.org/deeplinks/2024/08/un-general-assembly-and-fight-against-cybercrime-treaty">The UN General Assembly and the Fight Against the Cybercrime Treaty</a></li> +<li><a href="https://www.eff.org/deeplinks/2024/08/eff-and-partners-breton-uphold-fundamental-rights-enforcing-dsa">EFF and Partners to EU Commissioner: Prioritize User Rights, Avoid Politicized Enforcement of DSA Rules</a></li> +<li><a href="https://www.nbcnews.com/news/us-news/disney-says-man-cant-sue-wifes-death-agreed-disney-terms-service-rcna166594">Disney says man can&rsquo;t sue over wife&rsquo;s death because he agreed to Disney+ terms of service</a></li> +</ul> +<h3 id="finer-details">Finer Details:</h3> +<ul> +<li><a href="https://x.com/NameIsSpartacus/status/1826121058388423012">I ain&rsquo;t scared of no nanobots</a></li> +</ul> +<h3 id="honorable-mentions">Honorable Mentions:</h3> +<ul> +<li><a href="https://www.welivesecurity.com/en/eset-research/be-careful-what-you-pwish-for-phishing-in-pwa-applications/">Phishing in PWA applications (iOS &amp; Android)</a></li> +<li><a href="https://www.youtube.com/watch?v=iZyqVGHjDGo">Communities on Nostr with Ditto</a></li> +<li><a href="https://www.wired.com/story/the-cloud-is-a-prison-can-the-local-first-software-movement-set-us-free/">The Cloud Is a Prison. Can the Local-First Software Movement Set Us Free?</a></li> +<li><a href="https://blog.isosceles.com/openssh-backdoors/">OpenSSH Backdoors</a></li> +<li><a href="https://blog.jim-nielsen.com/2024/blog-vs-social-posts/">Blog Posts vs. Social Posts</a></li> +<li><a href="https://www.thisdaysportion.com/posts/modes-of-reading-the-independent-web">Modes of reading the independent web</a></li> +<li><a href="https://tube.tchncs.de/videos/watch/84879753-be58-4461-84ac-95f96f51d190">BREAKING: Telegram Founder Pavel Durov ARRESTED</a></li> +<li><a href="https://www.w3.org/TR/privacy-principles/#privacy-labour">Privacy Labor</a></li> +</ul> +<h3 id="music-credits">Music Credits:</h3> +<ul> +<li><a href="https://youtu.be/n79aphwhpW0">Y&amp;V - Lune</a></li> +<li><a href="https://youtu.be/o_v9WSImGIU">Valcos - A New Light</a></li> +<li><a href="https://youtu.be/qLYmtdi-GzA">Killercats - Kaibu</a></li> +<li><a href="https://youtu.be/Uq-jny83Tlw">Sad Dubstep Music</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Operation: Hearth + https://libresolutions.network/operations/hearth/ + Mon, 19 Aug 2024 00:00:00 +0000 + + https://libresolutions.network/operations/hearth/ + + https://libresolutions.network//media/stock/barn-house.webp + + + Making computing more local + <p>A radically different digital experience is more within reach than it would seem. With a bit of effort, support, and creativity, small groups and communities can make a huge difference. People can build up, pool, and share digital resources to benefit others. By adapting to the physical realities of digital systems, we can make more beneficial choices. Not only that, but there is the opportunity to restructure cyberspace in a way that is more in tune with people&rsquo;s real-life connections. Despite how &ldquo;pie in the sky&rdquo; this may sound, it is a realistic initiative for gradually liberating people from top-down digital control.</p> +<p>The secret to <a href="#">Operation: Hearth</a> is the efficient re-allocation of technological resources with people in mind. Big Tech has operated on the basis of providing so much for free, that even highly technical people have lost sight of the importance of these resources. This creates scenarios where entire communities, institutions and even governments <a href="https://libresolutions.network/articles/government-in-tech/">struggle with control</a> over their own digital sovereignty.</p> +<blockquote> +<p>&ldquo;Decentralization is the way of the future&hellip;<br> +The revolution is already here. The only question is:<br> +<strong>Do you want to be a part of it?&rdquo;</strong></p> +<p>James Corbett</p> +<p><a href="https://corbettreport.com/decentralize-everything-how-to-avoid-the-technocratic-nightmare/">Decentralize Everything: How To Avoid the Technocratic Nightmare</a></p></blockquote> +<p>I&rsquo;ll re-introduce the three primary resources in cyberspace brought up in my guide <a href="https://gabe.rocks/tech/reclaiming-cyberspace/">Reclaiming Territory in Cyberspace</a> which are: <strong>computing power,</strong> <strong>bandwidth,</strong> and <strong>storage.</strong> Every device you acquire, or put to use has advantages and disadvantages regarding those resources. For example, it is intuitive to even non-technical people that a <a href="https://thin.computer/index.php/2024/03/21/using-termux-on-android-for-self-hosting-yes-really/">smart phone</a> is likely not the device you want to use to provide a web service to millions of users. Our advantage when trying to reclaim cyberspace is that we&rsquo;re not trying to move everyone on big tech to a new super-massive platform. Instead we are trying to do our part to make radical change on the <a href="https://small-tech.org/">small</a> scale. The following strategies are introduced in order from least to most skill required.</p> +<h3 id="offline-first-workflows">Offline-first Workflows</h3> +<p>Free (and Open Source) Software is fantastic. Many people intuitively understand the benefits of software being collaboratively built in the open, but there is a far greater advantage of using such solutions: offline-first workflows. By ensuring all your working data (such as documents, photos, videos and everything else) is in one place makes it much easier to keep track of and <a href="https://libresolutions.network/articles/backups">backup</a> when needed.</p> +<p>This is something almost anybody can take advantage of. The goal is not necessarily to never connect to the Internet, but to do all you can without being reliant on it. A great deal of my software choices have been made with this in mind.<br> +Here is a list of Free (and Open Source) Software that I believe are useful for this:</p> +<ul> +<li><a href="https://libreoffice.org">LibreOffice</a> for documents / spreadsheets.</li> +<li><a href="https://inkscape.org">Inkscape</a> for creating / editing images as well as PDFs.</li> +<li><a href="https://krita.org">Krita</a> for those with artistic talent.</li> +<li><a href="https://blender.org">Blender</a> a phenomenally powerful tool that can be used for a wide variety of creative tasks. I&rsquo;ve used it for video editing but it&rsquo;s also a very powerful 2d &amp; 3d animation suite!</li> +<li><a href="https://freecad.org">FreeCAD</a> A parametric 3d modeler, which means you can design precise components for 3D printing.</li> +<li><a href="https://www.kicad.org/">KiCad</a> allows you to design circuit boards.</li> +<li><a href="https://mozilla.org/en-US/thunderbird">Thunderbird</a></li> +<li><a href="https://github.com/JetpackDuba/Gitnuro/">Gitnuro</a> a tool for git <a href="https://libresolutions.network/videos/gitnuro">[Developer interview]</a></li> +<li><a href="https://github.com/abb128/LiveCaptions">LiveCaptions</a> is a pretty neat utility that provides real-time audio transcription for Linux desktop users.</li> +<li>&hellip;and many, many more. This is not an exhaustive list by any means.</li> +</ul> +<h2 id="sharing-is-caring">Sharing is Caring</h2> +<p>The following are strategies that more technical people can use to help bring others the benefits of more localized and (more) trusted computing. The downstream consequences of such a transformation would do wonders to combat censorship, top-down manipulation, and surveillance all at the same time. What many people under-estimate is that it once particular services are established and running, it can be quite trivial to share them in ways that make it even easier to for others to participate.</p> +<h3 id="the-home-server">The Home Server</h3> +<p>Change really can start at home. If you have a spare computer lying around, or even just a powerful machine, you can start running your own home services. This is a very useful way for technical people to provide their family members with the advantages of a (more) trusted computing experience without as much friction. One of the more popular options for this is to run a <a href="https://nextcloud.com/athome/">Nexcloud</a> server. The options are <a href="https://github.com/awesome-selfhosted/awesome-selfhosted">quite limitless</a> especially if one learns to build their own services.</p> +<p>The main advantage of a home server is that you can once again gain all the benefits of cloud computing without the drawbacks of putting your data under somebody else&rsquo;s control. With great power comes great responsibility, so it is important to take on challenges gradually as you learn to resolve troubles. Becoming your own (or your family&rsquo;s) IT person can be frustrating and demanding at times. With reasonable expectations, gradual improvements, and a bit of patience by everyone involved, a great deal of good can be accomplished. I would highly recommend experimenting quite a bit to get a feel for what you want to run and support before taking on others as users.</p> +<p>There are a variety of tools that themselves can help one in their goal of learning to run their own services. While these specific tools are handy, they are by no means a requirement. It&rsquo;s possible to even run your own services from a Windows machine.</p> +<ul> +<li><a href="https://libreserver.org/">LibreServer</a></li> +<li><a href="https://yunohost.org/#/">Yunohost</a></li> +<li><a href="https://github.com/Start9Labs/start-os">StartOS</a></li> +</ul> +<h3 id="community-services">Community Services</h3> +<p>Do you know if you have a local, trusted hosting provider for various online services? It seems highly likely that the real reason many people are stuck with big-tech options is because of a lack of trusted local services. With surveillance and censorship only becoming more extreme, providing private local services seems like a huge opportunity for skilled and well-equipped entrepreneurs who want to protect not only themselves, but others as well.</p> +<p>Community services are very well suited to systems that perform better at scale. These can be things like e-mail &amp; community discussion platforms, to other more radical ideas such as providing storage and bandwidth for smaller entities in the community. Another benefit is that thanks to the Internet, these community run services can still be quite accessible to the wider-world when needed.</p> +<p>For those who are remote or isolated for whatever reason, they can absolutely still benefit from online community services. Both skilled and less-skilled people alike can reap the benefits of pooled resources with a wide variety of options. Some may choose to offer open services <a href="https://disroot.org/en">to the public,</a> but that is not the only option.</p> +<h4 id="pubnix">Pubnix</h4> +<p>I&rsquo;d like to take the opportunity to highlight the concept of a <em>public access unix system.</em> The provider(s) maintain and run what is essentially a shared computer over the Internet. This means that the capability exists for small online communities (or &ldquo;digital tribes&rdquo;) can have all kinds of community-centered experiences. Once someone with the skill understands how a <a href="https://tilde.town/~cmccabe/online-communities.html">pubnix</a> works, it becomes clear that they are a very powerful tool for empowering small-scale groups of people online.</p> +<p>An old and famous pubnix is the <a href="https://en.wikipedia.org/wiki/SDF_Public_Access_Unix_System">Super Dimension Fortress</a> and it&rsquo;s something I wish I had encountered when I was learning my way around computers &amp; linux. <a href="https://sdf.org">SDF</a> has been in operation <strong>since 1987</strong> which makes it older than a large amount of computer users today. It&rsquo;s not the only example, there is also the <a href="https://tilde.club">Tilde Club</a> and a wider network of <a href="https://tildeverse.org/">tilde communities.</a> While these existing pubnixes are excellent and fascinating projects by themselves, I would challenge you to imagine what starting your own would look like.</p> +<p>Many of these pubnixes provide a near friction-less experience for members who want to start building their own web space on top of it. Of course this is not at all limited to the web, and applies to many other kinds of online services. It&rsquo;s an invaluable model for online communities that deserves much greater traction and awareness.</p> +<h2 id="restructuring-cyberspace">Restructuring Cyberspace</h2> +<p>With a long goal of radically changing cyberspace in mind, it becomes clear that there is actually quite a bit of work to do. It&rsquo;s easy to be overwhelmed with despair when one understand how far the Internet <em>is</em> from what it <em>could be</em>. What should excite you is that much of the effort required presents a treasure-trove of opportunities for learning and innovation. It has never been easier for individuals and groups, to have a positive impact on our digital future.</p> +<h3 id="new-software--hardware">New Software &amp; Hardware</h3> +<p>As the three primary resources in cyberspace (storage, computing power, bandwidth) become less scarce to smaller groups, new opportunities open up for systems better suited for that environment. Many ideas and techniques that seem implausible now, may very well be critical in building the foundation for a better digital future. The chance to write truly important software, and build revolutionary hardware is becoming more and more accessible. Early innovators can take a chance at building for the future they want, potentially resolving many &ldquo;chicken and egg&rdquo; problems.</p> +<h3 id="local-isps--community-networks">Local ISPs / Community Networks</h3> +<p>Acquiring and running computing power and having lots of storage definitely helps a person, group, or community gain more digital sovereignty. When it comes to the world-wide-web having low-latency high-speed connections are also quite important. There are many radical approaches to not only making networks <a href="https://www.ncf.ca/en/high-speed-internet/community-wifi/">more accessible,</a> but by building local networks you build resilience from external disruption.</p> +<blockquote> +<p>Self-management, the absence of profit, technological appropriation, and a community nature are recurrent characteristics of community networks. Self-management means that the decisions about the infrastructure will be made by the community itself, based on the formulation of its own rules.</p> +<p><a href="https://cetic.br/media/docs/publicacoes/7/20221129163841/sectoral_studies_community_networks_and_the_internet_in_brazil.pdf">Community Networks and The Internet in Brazil</a></p></blockquote> +<p>A famous example would be <a href="https://www.cbc.ca/news/science/wifi-nyc-mesh-new-york-city-1.4617106">NYC Mesh</a> where enterprising tech volunteers built a powerful community internet for residents in exchange for a <a href="https://archive.is/UQYTO">monthly donation.</a> It&rsquo;s worth pointing out that community networks don&rsquo;t necessarily have to be wireless ones, and there are many advantages to <a href="https://tech.co/news/chattanooga-fastest-internet-usa-2018-08">running fiber to homes.</a> It is possible to design community networks in such a way, that allows for direct connectivity to local services. Even greater censorship resistance can be built on community networks directly connecting to each other across large distances, instead of necessarily being routed through <a href="https://libresolutions.network/articles/hostile-cyberspace">hostile cyberspace.</a></p> +💌 Thank you for reading this via RSS 📡 + + + + Trouble in Tech with Michael Ginsburg + https://libresolutions.network/videos/trouble-in-tech/ + Fri, 16 Aug 2024 00:00:00 +0000 + + https://libresolutions.network/videos/trouble-in-tech/ + + + + + + https://libresolutions.network//media/images/actionable-truth-banner.webp + + + Exploring pitfalls, dead ends, and solutions + <p>I had a great conversation with Michael Ginsburg of <a href="https://www.actionabletruth.media/">Actionable Truth Media</a> discussing how people are manipulated into supporting fake decentralization or fake solutions to pressing technological troubles. If you enjoyed our conversations you can visit his website at <a href="https://actionabletruth.media">actionabletruth.media</a> or on his <a href="https://actionabletruth.substack.com/welcome">Substack.</a></p> +<iframe src='https://peertube.libresolutions.network/videos/embed/8318b66f-dc78-4f3d-a3c4-870d67d1ba43?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h2 id="the-musk-operation-x">The Musk Operation (X)</h2> +<p>We briefly touch on how many people are falling into the cult of personality around Elon Musk, ultimately empowering Musk to have more control over their digital lives. Rallying around false saviors has a high opportunity cost in the best case scenario, and makes one complicit in all manner of concerns the worst case.</p> +<div class="image-container"> + +<a href='https://x.com/CJHopkins_Z23/status/1823440897851449564'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/cj-musk-trump.webp' +> + +</a> + + + +</div> +<h2 id="web3-technocracy">Web3 Technocracy</h2> +<p>While the Odysee team seems to be making an admirable effort taking action against censorship, there is reason to be concerned with the finer details. When one takes a close look at the &ldquo;web3&rdquo; ecosystem, many red flags come into view. Regardless of how one feels about the SEC decision, there are good reasons to take a close look at what new direction Odysee is taking.</p> +<ul> +<li><a href="https://odysee.com/@lbry:3f/theendoflbryinc:d">The End of LBRY Inc.</a></li> +<li><a href="https://scribe.rip/@scottcbusiness/what-happened-to-lbry-odysee-ded8c4c24bbb">What Happened To LBRY &amp; Odysee?</a></li> +<li><a href="https://marginalrevolution.com/marginalrevolution/2023/10/the-sec-burned-lbry-to-the-ground.html">The SEC Burned LBRY to the Ground</a></li> +<li><a href="https://fingfx.thomsonreuters.com/gfx/legaldocs/mopakmakkpa/SECURITIES%20LBRY%20ruling.pdf">Ruling</a></li> +<li><a href="https://odysee.com/@Odysee:8/FAQOdyseenewtech:e">FAQ concerning Odysee&rsquo;s new tech</a></li> +<li><a href="https://x.com/jvlchandra/status/1820863442514797043">Odysee moving from Ads</a></li> +<li><a href="https://x.com/jvlchandra/status/1821250660949541328">Fiat monetization for creators</a></li> +</ul> +<section class="listing" style="background-image:url(https://libresolutions.network//media/road2hell.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/blockchain/" ><h2>The road to hell: misplaced optimism in the blockchain space</h2><i></i></a> + + <span></span> + </div> +</section> +<ul> +<li><a href="https://arweave.org/">Meet Arweave: Permanent information storage.</a></li> +<li><a href="https://x.com/aoTheComputer/status/1800244712093204553">Additionally, persons in the US will not be able to mint $AO tokens via bridging to the network.</a></li> +<li><a href="https://www3.weforum.org/docs/WEF_Cryptocurrency_Uses_Cases_2020.pdf">World Economic Forum - Crypto, What Is It Good For?</a></li> +<li><a href="https://x.com/fwdresearch/status/1798748571006902751">Forward Research, what is Arweave AO</a></li> +<li><a href="https://mirror.xyz/0x1EE4bE8670E8Bd7E9E2E366F530467030BE4C840/-UWra0q0KWecSpgg2-c37dbZ0lnOMEScEEkabVm9qaQ">Arweave AO economics</a></li> +<li><a href="https://x.com/MessariCrypto/status/1821233597954846746">Decentralized Physical Infrastructure Networks (DePIN)</a></li> +</ul> +<h2 id="internet-shutdowns">Internet Shutdowns</h2> +<p>Michael raised the concern around Internet shutdowns. In whole or in part, internet shutdowns are a <a href="https://youtu.be/smyZdtGD2ds">recurring phenomenon</a> as governments <a href="https://www.accessnow.org/press-release/keepiton-restore-internet-during-student-protests-bangladesh/">seize control</a> during times of unrest. World-wide accessible communication is a vitally important objective for those who care about a free and open Internet. In our conversation Michael explores how an internet shutdown could be used to manufacture consent for various policies such as digital ID. Currently, it seems like the primary use of internet blackouts is to <a href="https://reclaimthenet.org/sierra-leone-cuts-off-internet-protests">quell dissent.</a></p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-9-preview.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-9/" ><h2>Tools of the Technocracy: #9 Internet Shutdowns</h2><i>Information control is the root of modern tyranny.</i></a> + + <span></span> + </div> +</section> +💌 Thank you for reading this via RSS 📡 + + + + Cyber Fix: Episode 5 + https://libresolutions.network/videos/cyber-fix-5/ + Sun, 11 Aug 2024 00:00:00 +0000 + + https://libresolutions.network/videos/cyber-fix-5/ + + + + + + https://libresolutions.network//media/images/cyber-fix.webp + + + Cyber Fix is a show to provide entertaining and insightful analysis of developments in Cyberspace. + <p>Cyber Fix is on hiatus, you may now listen to full episodes on <a href="https://peertube.libresolutions.network/w/p/2FbUhGmiRbzmf1TUjWP3Xr">PeerTube</a></p> +<h3 id="links-discussed">Links Discussed:</h3> +<h4 id="advertising-and-the-future-of-the-web">Advertising and the Future of the Web</h4> +<ul> +<li><a href="https://www.techdirt.com/2024/08/08/google-loses-big-antitrust-fight-which-will-mean-what-exactly/">Google Loses Big Antitrust Fight, Which Will Mean What, Exactly? </a></li> +<li><a href="https://techcrunch.com/2024/08/06/breaking-up-google-would-offer-a-chance-to-remodel-the-web/">Breaking up Google would offer a chance to remodel the web</a></li> +<li><a href="https://corp.rumble.com/blog/rumble-joins-x-to-sue-advertising-cartel-that-allegedly-conspired-to-withhold-digital-advertising-revenue/">Advertising Cartel that Allegedly Conspired to Withhold Digital Advertising Revenue</a></li> +<li><a href="https://www.businessinsider.com/ad-group-to-suspend-garm-initiative-following-elon-musk-lawsuit-2024-8">The Global Alliance for Responsible Media is &lsquo;discontinuing&rsquo; after Elon Musk&rsquo;s X filed an antitrust lawsuit against it</a></li> +<li><a href="https://www.thisdaysportion.com/posts/firefox-s-new-web-site-advertising-preferences-are-a-dark-pattern-and-the-idea-of-private-personalised-ads-is-nonsense-anyway">Firefox’s new Web Site Advertising Preferences are a dark pattern and the idea of private personalised ads is nonsense anyway</a></li> +<li><a href="https://fortune.com/2024/08/05/mozilla-firefox-biggest-potential-loser-google-antitrust-search-ruling/">Forget Apple, the biggest loser in the Google search ruling could be Mozilla and its Firefox web browser</a></li> +</ul> +<h4 id="ai-sucks">AI SUCKS</h4> +<ul> +<li><a href="https://www.forbes.com/sites/bryanrobinson/2024/07/23/employees-report-ai-increased-workload/">77% Of Employees Report AI Has Increased Workloads And Hampered Productivity, Study Finds</a></li> +<li><a href="https://www.techradar.com/computing/artificial-intelligence/survey-says-ai-is-more-buzzkill-than-buzzword-for-marketing">Survey says AI is more buzzkill than buzzword for marketing</a></li> +<li><a href="https://techcrunch.com/2024/07/26/apple-signs-the-white-houses-commitment-to-ai-safety/">Apple signs the White House’s commitment to AI safety</a></li> +<li><a href="https://www.youtube.com/watch?v=YsLf4lAG0xQ">AI Safety is a scam</a></li> +</ul> +<h4 id="crowdstrike-outage-fallout">Crowdstrike Outage fallout</h4> +<ul> +<li><a href="https://www.crowdstrike.com/wp-content/uploads/2024/08/Channel-File-291-Incident-Root-Cause-Analysis-08.06.2024.pdf">Root Cause Analysis</a></li> +<li><a href="https://www.bleepingcomputer.com/news/security/crowdstrike-delta-air-lines-refused-free-help-to-resolve-it-outage/">Crowdstrike: Delta Air Lines refused free help to resolve IT outage</a></li> +<li><a href="https://www.techradar.com/pro/microsoft-hits-back-at-delta-says-airline-refused-help-following-crowdstrike-outage-and-even-ignored-an-email-from-satya-nadella-himself">Microsoft hits back at Delta — says airline refused help following CrowdStrike outage, and even ignored an email from Satya Nadella himself</a></li> +<li><a href="https://www.bleepingcomputer.com/news/legal/crowdstrike-sued-by-investors-over-massive-global-it-outage/">CrowdStrike sued by investors over massive global IT outage</a></li> +<li><a href="https://www.fsf.org/blogs/community/lets-not-celebrate-crowdstrike-lets-point-to-a-better-way"> Let&rsquo;s not celebrate CrowdStrike &ndash; let&rsquo;s point to a better way </a></li> +</ul> +<h4 id="solutions-roundup">Solutions Roundup</h4> +<ul> +<li><a href="https://www.chris-wood.design/resources/linux-for-ux-designers">Linux for UX Designers - What I learned after a year of doing design work on Linux</a></li> +<li><a href="https://system76.com/cosmic">Cosmic - Launch page</a></li> +<li><a href="https://ostechnix.com/pop_os-24-04-lts-first-alpha-with-cosmic-desktop-released/">Pop!_OS 24.04 LTS First Alpha With COSMIC Desktop Is Released</a></li> +<li><a href="https://blog.system76.com/post/cosmic-team-interview-byoux">COSMIC Team Interview: Building Your Own User Experience </a></li> +<li><a href="https://sls.eff.org/">Street Level Surveillance</a></li> +<li><a href="https://brainmade.org/">Brain Made</a></li> +<li><a href="https://adamd.sdf.org/computers/mini/2024/07/20/FLX1LinuxPhone.html">Furi Labs FLX1 Linux Phone first impressions</a></li> +</ul> +<h3 id="after-the-break">After the Break:</h3> +<h4 id="tech-troubles">Tech Troubles</h4> +<ul> +<li><a href="https://www.csoonline.com/article/3480918/design-flaw-has-microsoft-authenticator-overwriting-mfa-accounts-locking-users-out.html">Design flaw has Microsoft Authenticator overwriting MFA accounts, locking users out</a></li> +<li><a href="https://arstechnica.com/tech-policy/2024/08/doj-sues-tiktok-alleging-massive-scale-invasions-of-childrens-privacy/">DOJ sues TikTok, alleging “massive-scale invasions of children’s privacy”</a></li> +<li><a href="https://techcrunch.com/2024/07/31/bumble-and-hinge-allowed-stalkers-to-pinpoint-users-locations-down-to-2-meters-researchers-say/">Bumble and Hinge allowed stalkers to pinpoint users’ locations down to 2 meters, researchers say</a></li> +<li><a href="https://techcrunch.com/2024/08/09/ecovacs-home-robots-can-be-hacked-to-spy-on-their-owners-researchers-say/">Ecovacs home robots can be hacked to spy on their owners, researchers say</a></li> +<li><a href="https://www.pcgamer.com/hardware/this-3d-printed-laser-chip-hacking-device-uses-a-dollar20-laser-pointer-costs-dollar500-to-build-and-was-developed-so-that-people-can-do-this-in-their-homes/">This 3D printed laser chip-hacking device uses a $20 laser pointer, costs $500 to build, and was developed so that &lsquo;people can do this in their homes&rsquo;</a></li> +</ul> +<h4 id="control-grid-updates">Control Grid Updates</h4> +<ul> +<li><a href="https://torrentfreak.com/z-library-more-domains-seized-than-any-other-pirate-site-in-history-240721/">Z-Library: More Domains Seized Than Any Other Pirate Site in History</a></li> +<li><a href="https://www.therage.co/banks-aml-inefficient-access-to-social-media/">Banks Find AML &ldquo;Ineffective&rdquo;, Propose Access To Social Media</a></li> +<li><a href="https://cybernews.com/security/paris-2024-olympic-apps-eavesdropping-on-users/">Gold rush for data: Paris 2024 Olympic apps are eavesdropping on users</a></li> +<li><a href="https://news.microsoft.com/2024/08/08/palantir-and-microsoft-partner-to-deliver-enhanced-analytics-and-ai-services-to-classified-networks-for-critical-national-security-operations/">Palantir and Microsoft Partner to Deliver Enhanced Analytics and AI Services to Classified Networks for Critical National Security Operations</a></li> +<li><a href="https://techcrunch.com/2024/08/09/as-unrest-fueled-by-disinformation-spreads-the-u-k-may-seek-stronger-power-to-regulate-tech-platforms/">As unrest fueled by disinformation spreads, the UK may seek stronger power to regulate tech platforms</a></li> +</ul> +<h4 id="dunking-on-bitcoin">Dunking on Bitcoin</h4> +<ul> +<li><a href="https://x.com/sheislaurenlee/status/1816950008828272966">Snowden&rsquo;s Warning to Bitcoiners&hellip;and everyone</a></li> +<li><a href="https://x.com/jeremykauffman/status/1817895472540905636">The problems with Bitcoin are cultural.</a></li> +<li><a href="https://x.com/AaronRDay/status/1820178013847441684">Bitcoin and Network Effects: A myth?</a></li> +</ul> +<h4 id="fine-details">Fine Details:</h4> +<ul> +<li><a href="https://www.pcworld.com/article/2413156/hackers-can-wirelessly-watch-your-screen-via-hdmi-radiation.html">Hackers can wirelessly watch your display via HDMI radiation</a></li> +<li><a href="https://tv.undersco.re/w/b1d19257-96a8-4ca2-bee2-b526e8e8ee2c">What Comes Next is Nothing: FOSS, subculture and platform collapse</a></li> +<li><a href="https://www.404media.co/podcast-signals-president-meredith-whittaker-on-backdoors-and-ai/">404 Media Interviews Meredith Whittaker on Backdoors &amp; AI</a></li> +<li><a href="https://www.bleepingcomputer.com/news/security/russia-blocks-signal-for-violating-anti-terrorism-laws/">Russia blocks Signal for &lsquo;violating&rsquo; anti-terrorism laws</a></li> +<li><a href="https://soatok.blog/2024/07/31/what-does-it-mean-to-be-a-signal-competitor/">What Does It Mean To Be A Signal Competitor?</a></li> +</ul> +<h4 id="music-credits">Music Credits:</h4> +<ul> +<li><a href="https://youtu.be/n79aphwhpW0">Y&amp;V - Lune</a></li> +<li><a href="https://youtu.be/o_v9WSImGIU">Valcos - A New Light</a></li> +<li><a href="https://youtu.be/qLYmtdi-GzA">Killercats - Kaibu</a></li> +<li><a href="https://youtu.be/zTdzbNVf6lE">The Grid by SavfkMusic</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Are You For Or Against Technocracy? + https://libresolutions.network/articles/rethink-technocracy/ + Thu, 25 Jul 2024 00:00:00 +0000 + + https://libresolutions.network/articles/rethink-technocracy/ + + https://libresolutions.network//media/3-breaking-free.webp + + + Your concrete choice between conscience or control + <p>We are far from the time where various dystopian terrors were mere science-fiction. They are here, and we can see their effects. No longer blissfully ignorant, we have a choice, and a role to play in shaping the future. Some see the rise of surveillance, censorship, and consolidation of power as a threat to all we hold dear, others may see it as an opportunity to enrich themselves or resolve crises. This may initially seem like a fair exchange: some data and personal choice in return for mild advancements and security. We have seen this deal turn sour over and over, time and time again. It is poised to only get worse as digital intrusions continue to become more invasive.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/dystopia.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/technocratic-assimilation/" ><h2>Has the technocracy already assimilated you?</h2><i>Where does the balance of power lie within your life?</i></a> + + <span></span> + </div> +</section> +<p>The decision to maintain control over your data, or to avoid <a href="http://localhost:1313/articles/hostile-cyberspace/">hostile cyberspace</a> may seem entirely inconsequential. But each day, each person refutes or reaffirms their support or withdraw from consolidated power and top-down control. Decisions over details that may seem innocuous, such as where to store data, how you work, and what tools are used; all amount to meaningful changes in cyberspace both for good and ill.</p> +<p>Presently, it seems that the path of least resistance is one fraught with suffering and despair, for ourselves and for others. The best thing about our problems being better understood is that we can identify the sources of problems, and start to find solutions. The hardest part about this burden of knowledge is that we must face our own responsibility for our choices.</p> +<p>It&rsquo;s all well and good to recognize the danger of an all-encompassing totalitarian <a href="https://libresolutions.network/articles/insecurity/">cyber-police state.</a> Complete hubris is to consider that it&rsquo;s <em>just being used incorrectly</em>. After all, if the problems are entirely <em>who&rsquo;s really in charge</em>, taking on that responsibility is the clear alternative. This means that there are not merely two choices.</p> +<p>Alternatively, one can recognize the dangers of such power and work to withdraw their financial, social, and cognitive support for the technological terror that is being constructed. Ultimately working to ensure that no person or people is able to wield such power against others. Doing this requires a lot of hard work, compassion and creativity to truly make waves across time.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/platos-cave.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/cyber-resistance/" ><h2>Rise of the Cyber Resistance</h2><i>Finding the path that works for you</i></a> + + <span></span> + </div> +</section> +<p>But those are not the only options. One may recognize the opportunity within the corrupt workforce to <a href="https://corbettreport.com/musk/">seize the power for themselves.</a> There are all kinds of rationalizations that will comfortably fit within one&rsquo;s mind to justify whatever excesses are necessary to secure such power. Telling themselves &ldquo;If I don&rsquo;t, <em>worse people</em> will!&rdquo; and that may sometimes be true to some degree, but it&rsquo;s always relative.</p> +<p>But why take on <em>all that work yourself?</em> This is something that can easily be outsourced to the <a href="https://www.thelastamericanvagabond.com/trump-conservatives-technocracy/">well-funded political machine.</a> Instead of doing the hard work of understanding how systems actually work, and then working on ways to decentralize power, you can simply watch a new false savior to wage your battles from the comfort of your favorite glowing rectangle. By shirking your responsibility to engage, connect, and understand, you are empowering those who profit off speaking for you. With no mind to accountability in any form, power will be abused without resistance.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/1056de6c-237f-4ad5-8b59-762cdef5135e?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>For better or worse, it&rsquo;s not entirely up to you. This is a decision we all make in some form or another, on all kinds of issues. In terms of systems for mechanized control, the consequences can be quite profound. Therefore your decision is not merely a consequence of your preferences, attitude, or stated goals, but actually involves many more decisions like allies, methods, and choices.</p> +<p>This applies not just to individuals, but institutions like corporations and even governments. If one is quick to blame people for choosing convenience over principles, they must also consider how that multiplies over large organizations. It makes no difference how these systems are organized, be it through government, corporate power, or even on a blockchain the troubles are all the same. It is of utmost concern that the tide of machines being used to manipulate, destroy, and control people is reversed.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/stock/broken-house.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/war-and-technocracy/" ><h2>The Ugliness of War and Technocracy</h2><i>A look at weapons of war in the digital age.</i></a> + + <span></span> + </div> +</section> +<p>The purpose of <a href="https://libresolutions.network/articles/why/">this project</a> is to encourage each other to take on the task of making total technocratic control impossible. This means, not merely in &lsquo;<em>the right hands</em>&rsquo;, not only when convenient, not ever. There are a wide array of convincing pretexts one may use to justify censorship, mass surveillance, or worse. It is my position that these methods <em>themselves</em> distort incentives against them being used properly, and ultimately lead to terrifying abuses.</p> +<p>The trouble for those working to re-work the foundations so that future generations may be more free from and over their digital experience, is that it is crucial not to be naive about those with different choices. First one must understand that there are many who are not willing or able to put in the effort to liberate themselves much less others, and forgive them for it. Then also recognize that there are many who will knowingly work to undermine the autonomy of others for their own benefit.</p> +<p>With the understanding that there are not only those who go along to get along, but a wide array of people competing for dominance, it becomes easier to understand why so much is spend on undermining the efforts of those working to improve cyberspace. The many differing factions vying for control over cyberspace are aligned in a single goal: nobody should be able to liberate the public. That is why you&rsquo;ll often encounter fair-weather allies turn 180 degrees once they&rsquo;ve built a stronger coalition than their opponents.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/affinity-scam.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/redirecting-resistance/" ><h2>Mass Resistance Redirected</h2><i>Selling out for shamefully low prices</i></a> + + <span></span> + </div> +</section> +<p>There is an urgent need for people to set aside petty differences and be honest to keep malevolent forces at bay. It is well past time to push for genuine accountability in our systems and our governance. This requires people to urgently build connections that are stronger than any political or social drama of today.</p> +<p>The future of a free cyberspace depends on the future of people being free to live without being micro-managed by systems of control. This is why our freedom over technology is inseparably connected with freedom from it in the real world. Instead of conceding cyberspace as a force for intrusion into people&rsquo;s lives, we can <a href="https://gabe.rocks/tech/reclaiming-cyberspace/">reclaim it</a> for each other.</p> +💌 Thank you for reading this via RSS 📡 + + + + Heads up! Software Freedom Day: Reconnect, Rediscover, Rebuild + https://libresolutions.network/articles/software-freedom-day/ + Wed, 24 Jul 2024 00:00:00 +0000 + + https://libresolutions.network/articles/software-freedom-day/ + + https://libresolutions.network//media/images/artistic-banner.webp + + + September 21st is Software Freedom Day, celebrate with others! + <p>Never before has our ability to build complicated systems been such a threat to our very being. Social manipulation, media addiction, and many other problems lead people to want to disconnect entirely, or capitulate in despair. Many of us know better, and want to share a better digital future with others. Bringing that into being requires more than just using the right tools yourself, or having the perfect setup.</p> +<p>It is incredibly important our journey to reclaim <a href="https://libresolutions.network/articles/digital-autonomy/">digital autonomy</a> isn&rsquo;t taken on alone. Getting others involved is a fun and engaging way to actually strengthen your community online and offline. The answer is to learn, create, and share together with others. These days, people are almost begging for reasons to leave cyberspace behind and bond with each other in person.</p> +<p>In just a little less than two months, you have time to prepare what you want to share with others for <strong>Software Freedom Day on September 21st.</strong> Maybe you&rsquo;d like to organize a get-together, or instead merely get drinks with some friends to <a href="https://libresolutions.network/tags/digital-autonomy--the-arts/">talk about your digital experience.</a> Whatever you choose, there is tons of opportunity in sharing the software freedom with others. This is an excellent chance to rekindle a world-wide movement for digital freedoms, and reconnect with each other.</p> +<div class="image-container"> + +<a href='https://digitalfreedoms.org/en/sfd'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/software-freedom-day-2012.webp' +> + +</a> + + +<p class="caption"> + Resurrecting Software Freedom Day - LibrePlanet 2024 <a target='_blank' href='https://framatube.org/videos/watch/3d4c65c5-db42-4b61-b8e7-82564898cc33'>Source</a> +</p> + + +</div> +<h2 id="what-is-software-freedom">What is &lsquo;Software Freedom&rsquo;?</h2> +<p>Software that is free allows you to inspect it&rsquo;s source code, make your own modifications, and share it with (<em>or without your changes</em>) with others. Ideally, this means that our software can be more transparent, personal, and flexible. There is a vast array of <a href="https://www.fsf.org/about/what-is-free-software">Free Software</a> available, with over 6000 projects listed on the <a href="https://directory.fsf.org/wiki/Main_Page">free software directory.</a> The free software movement has grown significantly in no small part due to warning about many of our current day struggles as early as four decades ago. Software freedom is about more than just software licenses, it&rsquo;s a mission to reclaim control over your machines and ultimately, your entire digital experience.</p> +<p>That mission is about more than just our individual experience, but also about withdrawing consent from consolidated top-down control systems. By supporting the digital autonomy of others, you&rsquo;re helping throw a wrench in the gears of the technocratic machine. The less data and control flowing to corporations (<em>or dictated by governments</em>) the more people can expect their systems to be transparent, efficient, and reliable. The fact that a great deal of <em>Free as in Freedom</em> software also happens to be <em>free as in low cost</em> is a great win for accessibility.</p> +<h2 id="helpful-resources-for-software-freedom-day">Helpful Resources for Software Freedom Day</h2> +<ul> +<li><a href="https://digitalfreedoms.org/en/sfd/blog/ten-ways-to-make-your-software-freedom-day-more-fun">Ten Ways to Make Your Software Freedom Day More Fun!</a></li> +<li><a href="https://digitalfreedoms.org/en/sfd/events?view=map">Software Freedom Day - Events Map</a></li> +<li><a href="https://peertube.libresolutions.network/c/lsn/videos">Libre Solutions Network Videos</a></li> +<li><a href="https://video.blender.org/c/blender_reels/videos">Blender Video</a></li> +<li><a href="https://switching.software/">Switching Software</a></li> +<li><a href="https://tilvids.com/videos/trending">TILvids</a></li> +</ul> +<h2 id="the-digital-freedom-foundation">The Digital Freedom Foundation</h2> +<p>The <a href="https://digitalfreedoms.org/">Digital Freedom Foundation</a> is a non-profit that aims &ldquo;<em>to empower all people to freely connect, create and share in a digital world that is participatory, transparent, and sustainable.</em>&rdquo; It&rsquo;s the go-to resource for organizing, or discovering local digital freedom events.</p> +<table> + <thead> + <tr> + <th>Event</th> + <th>Date</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://digitalfreedoms.org/en/sfd">Software Freedom Day</a></td> + <td><strong>September 21st</strong></td> + <td>Software Freedom Day is an annual worldwide celebration of Free Software. It provides a wonderful way to increase awareness and educate others about the value of Free, Libre and Open Source Software.</td> + </tr> + <tr> + <td><a href="https://digitalfreedoms.org/en/hfd">Hardware Freedom Day</a></td> + <td><strong>April 19th</strong></td> + <td>Hardware Freedom Day celebrates the benefits of Open Hardware and Open Hardware design initiatives. Imagine what we could do if medical and technical hardware was inexpensive and accessible for manufacture for everyone needing these tools.</td> + </tr> + <tr> + <td><a href="https://digitalfreedoms.org/en/dfd">Document Freedom Day</a></td> + <td><strong>March 26th</strong></td> + <td>Document Freedom Day is an international event to celebrate and raise awareness of Open Standards. Without Open Standards how can we successfully communicate, share knowledge and scientific discoveries?</td> + </tr> + </tbody> +</table> +<p>Hopefully you can get connected with others through these events, or manage to run your own! Change really starts when we get together to share our passions, knowledge, and experiences. There has never been a better time to get people engaged on the wide variety of issues caused by our reliance on Big Tech, or state encroachments on cyberspace.</p> +<p>Of course, you&rsquo;re always welcome to use the Internet as a last resort!<br> +Feel free to share your thoughts, experiences, or creative work for Free Software Day however you can.</p> +💌 Thank you for reading this via RSS 📡 + + + + Cyber Fix: Episode 4 + https://libresolutions.network/videos/cyber-fix-4/ + Mon, 22 Jul 2024 00:00:00 +0000 + + https://libresolutions.network/videos/cyber-fix-4/ + + + + + + https://libresolutions.network//media/images/cyber-fix.webp + + + Cyber Fix is a show to provide entertaining and insightful analysis of developments in Cyberspace. + <p>Cyber Fix is on hiatus, you may now listen to full episodes on <a href="https://peertube.libresolutions.network/w/p/2FbUhGmiRbzmf1TUjWP3Xr">PeerTube</a></p> +<h2 id="links-discussed">Links Discussed</h2> +<h3 id="wacky-tech-news">Wacky tech news:</h3> +<ul> +<li><a href="https://www.techdirt.com/2024/07/11/2350-amazon-astro-business-robots-to-become-pointless-paperweights-11-months-after-release/">$2,350 Amazon ‘Astro’ Business Robots To Become Pointless Paperweights 11 Months After Release </a></li> +<li><a href="https://futurism.com/the-byte/child-safe-ai-alexa-girl-penny-wall-socket">Researchers Call for &ldquo;Child-Safe AI&rdquo; After Alexa Tells Little Girl to Stick Penny in Wall Socket</a></li> +<li><a href="https://www.web3isgoinggreat.com/single/squarespace-domain-hijacking">Popular defi protocol websites replaced with wallet drainers amid mass Squarespace domain hijacking</a></li> +<li><a href="https://stackdiary.com/linksys-velop-routers-send-wi-fi-passwords-in-plaintext-to-us-servers/">Linksys Velop routers send Wi-Fi passwords in plaintext to US servers</a></li> +<li><a href="https://www.schneier.com/blog/archives/2024/07/cloudflare-reports-that-almost-7-of-all-internet-traffic-is-malicious.html">Cloudflare Reports that Almost 7% of All Internet Traffic Is Malicious</a></li> +</ul> +<h3 id="firefox-woes">Firefox Woes:</h3> +<ul> +<li><a href="https://www.thisdaysportion.com/posts/firefoxs-new-web-site-advertising-preferences-are-a-dark-pattern-and-the-idea-of-private-personalised-ads-is-nonsense-anyway/">Firefox’s new Web Site Advertising Preferences are a dark pattern and the idea of private personalized ads is nonsense anyway</a></li> +</ul> +<h3 id="solutions-roundup">Solutions Roundup:</h3> +<ul> +<li><a href="https://brainfucksec.github.io//firefox-hardening-guide-2024">Firefox Hardening Guide 2024</a></li> +<li><a href="https://www.techradar.com/phones/i-used-a-dumb-phone-for-a-week-here-are-5-things-i-loved-and-5-things-i-missed">I used a ‘dumb phone’ for a week – here are 5 things I loved and 5 things I missed</a></li> +<li><a href="https://www.thepodcasthost.com/business-of-podcasting/what-is-podcasting-2-0-and-why-should-i-care/">What is Podcasting 2.0? And Why Should I Care?</a></li> +<li><a href="https://firewallsdontstopdragons.com/how-and-why-to-block-ads/">How and Why to Block Ads</a></li> +<li><a href="https://kzimmermann.0x.no/articles/end_of_line_proprietary_os.html">Reaching an &ldquo;end of the line&rdquo; regarding proprietary OSes</a></li> +</ul> +<h3 id="dispatches-from-the-cyberwar">Dispatches from the Cyberwar</h3> +<p><a href="https://thehackernews.com/2024/07/sap-ai-core-vulnerabilities-expose.html">SAP AI Core Vulnerabilities Expose Customer Data to Cyber Attacks</a></p> +<h2 id="after-the-break">After the Break</h2> +<h3 id="crowdstrike">Crowdstrike</h3> +<ul> +<li><a href="https://x.com/SheriefFYI/status/1814208527335850481">Sherief, FYI</a></li> +<li><a href="https://x.com/RealGeneKim/status/1814380972068221344">X thread of the scope of the damage</a></li> +<li><a href="https://x.com/vincent_vancode/status/1814414074492731585">Commentary of BSOD&rsquo;d MRI machine</a></li> +<li><a href="https://infosec.exchange/@da_667/112814798447666589">How does one secure data?</a></li> +</ul> +<div class="image-container"> + +<a href='https://bsd.network/@cynicalsecurity/112819827542225590'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/crowdstrike-tos.webp' +> + +</a> + + + +</div> +<ul> +<li><a href="https://www.techradar.com/computing/windows/experts-are-warning-it-could-take-weeks-to-fix-the-global-it-outage-heres-what-we-know">Experts are warning it could take &lsquo;weeks&rsquo; to fix the global IT outage – here&rsquo;s what we know</a></li> +<li><a href="https://stackdiary.com/crowdstrike-took-down-debian-and-rocky-linux-a-few-months-ago-and-no-one-noticed/">CrowdStrike took down Debian and Rocky Linux a few months ago and no one noticed</a></li> +<li><a href="https://thehackernews.com/2024/07/cybercriminals-exploit-crowdstrike.html">Major Microsoft 365 outage caused by Azure configuration change</a></li> +</ul> +<p>Read more:</p> +<ul> +<li><a href="https://www.crowdstrike.com/blog/falcon-update-for-windows-hosts-technical-details/">Technical Details: Falcon Content Update for Windows Hosts</a></li> +<li><a href="https://www.crowdstrike.com/falcon-content-update-remediation-and-guidance-hub/">Remediation and Guidance Hub: Falcon Content Update for Windows Hosts</a></li> +</ul> +<h3 id="notable-breaches">Notable Breaches</h3> +<ul> +<li><a href="https://www.techtarget.com/searchsecurity/podcast/Risk-Repeat-ATTs-Snowflake-database-breached">Risk &amp; Repeat: AT&amp;T&rsquo;s Snowflake database breached</a></li> +<li><a href="https://mjtsai.com/blog/2024/07/12/huge-att-data-breach/">Huge AT&amp;T Data Breach</a></li> +<li><a href="https://www.biometricupdate.com/202407/data-breach-raises-questions-about-fractal-ids-decentralized-identity-architecture">Data breach raises questions about Fractal ID’s decentralized identity architecture</a></li> +</ul> +<h3 id="government-and-tech">Government and Tech</h3> +<ul> +<li><a href="https://www.techdirt.com/2024/07/08/for-whatever-reason-the-us-post-office-is-still-running-its-mail-cover-surveillance-program/">For Whatever Reason, The US Post Office Is Still Running Its Mail Cover Surveillance Program</a></li> +<li><a href="https://www.bankofcanada.ca/2024/07/staff-discussion-paper-2024-11/">The Role of Public Money in the Digital Age</a></li> +<li><a href="https://cyberscoop.com/cyber-budget-priorities-fiscal-2024/">White House wants to boost cyber funds for fiscal 2026</a></li> +<li><a href="https://fsfe.org/news/2024/news-20240719-01.html">EC cuts funding support for Free Software projects</a></li> +<li><a href="https://kde.org/announcements/2024_ngi_openletter/">KDE signs petition urging European Union to continue funding free software</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Why Support the Libre Solutions Network? + https://libresolutions.network/articles/why/ + Fri, 19 Jul 2024 00:00:00 +0000 + + https://libresolutions.network/articles/why/ + + https://libresolutions.network//media/3-breaking-free.webp + + + Advancing the discussion on tech and liberty. + <p><a href="#im-sold-how-do-i-help">[Jump to how you can help]</a></p> +<p>As more people&rsquo;s lives become entirely dependent on technology, the impacts of the systems and tools we use can only become more profound. By naively accepting the assumptions and systems provided by corporations and governments, we allow ourselves to become prey on their hunting grounds.</p> +<p>This project was always intended to motivate people to take part in changing the technological landscape from the bottom up. We can all take action in our lives, for a better balance with cyberspace, one that isn&rsquo;t outright dominated by large institutions. Each member of the public is under threat from grave concerns like mass surveillance, censorship, and manufactured dependence. Overcoming this will require time, perseverance, and a commitment to judgement-free education and outreach. As difficult as this can seem, we know that it is demonstrably within our power to fundamentally change our digital experience.</p> +<p>Instead of merely presenting one-size-fits-all solutions, the focus has always been on providing the necessary context to build meaningful understanding. I wholeheartedly believe that we can build a digital foundation that isn&rsquo;t corrosive to our autonomy, mental health, and civic participation. It will require a phenomenal amount of work, which is why it&rsquo;s crucial to take on incremental goals while keeping a long-term vision in mind.</p> +<h3 id="what-is-that-vision">What is That Vision?</h3> +<p>The primary vision of the Libre Solutions Network is to discover, share, and collaborate on actionable steps for individuals and communities to reclaim their <a href="https://libresolutions.network/articles/digital-autonomy/">digital autonomy.</a> Which is when people are in charge of what systems they use, how they are used, and when they are used.</p> +<p>Without becoming overly invested in particular approaches, this project is about learning important lessons to build a solid understanding. Then with that knowledge, making the journey from where we are to where we would like to be. At the same time, it is important to recognize the shortcomings of approaches that rely too much on insulating people from each other, or from understanding.</p> +<p>In short, this project aims to be the &ldquo;<em>Teach a man to fish</em>&rdquo; equivalent to promoting digital autonomy. Instead of striving to find the single best answer of today, the goal is always to build a more complete picture of where we are and where we would like to be. The way forward is going to require people motivated to learn, collaborate, and share. The values this project aims to promote are stewardship, responsibility, and dedication. Collaboration between people of different walks of life requires putting particular concerns aside, and embracing the opportunities that lie ahead.</p> +<h3 id="what-makes-this-project-different">What Makes This Project Different?</h3> +<p>The Libre Solutions Network is about getting the public excited about opportunities in building a better digital future. A great deal of this includes research into novel solutions as well as long-forgotten techniques to modern-day problems. I&rsquo;ve come to learn that the biggest obstacle to people&rsquo;s privacy, security, and digital autonomy is not doubt, ignorance, or even fear, but actually defeatism.</p> +<p>Despite the current state of technology being a recent phenomenon, a great deal of people see it as not only inevitable, but also immutable. These are both false. Through the Libre Solutions Network I aim to raise people from the slumber of apathy and despair and reinvigorate people&rsquo;s fierce pursuit for true innovation.</p> +<p>By putting cutting-edge software into practice I advance and share not only my own technical knowledge, but its application to broader objectives such as censorship resistance and digital autonomy. By recognizing the advantages of tried-and-true techniques, genuinely foundational knowledge can be shared to help others start on a better path.</p> +<h3 id="why-gabriel">Why Gabriel?</h3> +<p>I have been told throughout my career that I have a gift for communicating technological ideas and problems to those without advanced knowledge. I have witnessed my capacity to bridge understanding between those with tech skills and those without. This project is primarily motivated by my desire to use these skills for good.</p> +<p>I believe this project is important, and a great deal of compulsion drives me to carry it forward. While I will always work to advance this mission in some form or another, financial constraints limit my ability to allow this project to flourish. I&rsquo;ve spent a great deal of time researching this problem, but I know I&rsquo;ve really only scratched the surface. I believe I am in a unique position to know where the rich veins of insight can be found.</p> +<p>With more resources for this project I feel like I would be able to make significant investments that could make this project much more effective. Acquiring knowledge in specific areas of interest often results in costs from hardware or even information. Expanding my own knowledge helps me get a clearer picture of the larger whole. The hope is that if I am given the ability to fulfill this mission directly, I can then greatly accelerate other&rsquo;s ability to get up to speed.</p> +<p>I have ambitious goals. If given the opportunity, I believe this project can grow into a powerful force. Not only for keeping the the encroachments of technocratic control at bay, but it would also do wonders for helping people discover and adopt vastly better ways of working with technology, rather than being forced to work for it.</p> +<p>Furthermore, I believe that it is about more than merely the goals themselves. Goals are important, and one is almost always lost without them. However, I have a firm appreciation that the means used to accomplish particular goals are themselves worth giving serious consideration. If we truly want to deviate from the digital status quo, prioritizing education as an end to itself is vital. We need to recognize that building up the people&rsquo;s knowledge is a more worthwhile endeavor than providing a &lsquo;solution&rsquo; that teaches them nothing.</p> +<h3 id="achievements">Achievements</h3> +<p>Over the course of this project, there are a variety of things that have validated its importance to me.</p> +<p><strong>Digital Autonomy First</strong></p> +<p>All of my work has been made with censorship-resistance in mind, and decentralized platforms are given first-class treatment. Posts are written for <a href="#">this website</a> which includes a <a href="https://libresolutions.network/rss">media-embedded RSS feed</a> for use with various podcasting apps. In addition to this, videos and audio broadcasts are given first-class treatment on the self-hosted <a href="https://peertube.libresolutions.network">PeerTube instance.</a> Furthermore, for those who are deeply concerned about their anonymity, the website is mirrored on <a href="http://3vmmhpy7723gkeohqalch5ycesyjl7atnol5jdiqbb55a5be7bcmtrid.onion/">Tor</a> &amp; <a href="http://libresolutionsnetwork.i2p/?i2paddresshelper=szPtrjHWqRnRnKiLEhTCtuZP6xqIau71yPEuxZSYziOzM-2uMdapGdGcqIsSFMK25k~rGohq7vXI8S7FlJjOI7Mz7a4x1qkZ0ZyoixIUwrbmT-saiGru9cjxLsWUmM4jszPtrjHWqRnRnKiLEhTCtuZP6xqIau71yPEuxZSYziOzM-2uMdapGdGcqIsSFMK25k~rGohq7vXI8S7FlJjOI7Mz7a4x1qkZ0ZyoixIUwrbmT-saiGru9cjxLsWUmM4jszPtrjHWqRnRnKiLEhTCtuZP6xqIau71yPEuxZSYziOzM-2uMdapGdGcqIsSFMK25k~rGohq7vXI8S7FlJjOI7Mz7a4x1qkZ0ZyoixIUwrbmT-saiGru9cjxLsWUmM4jszPtrjHWqRnRnKiLEhTCtuZP6xqIau71yPEuxZSYziOzM-2uMdapGdGcqIsSFMK25k~rGohq7vXI8S7FlJjOIx22WZm3WShEGsIwgVYjO6UOdhCqbpa1J5t3O56Hc1IFBQAEAAcAAA==">I2P</a> hidden services, which also includes the same RSS feeds.</p> +<p>The content itself is made with primarily Free Software and/or Open Source tools:</p> +<ul> +<li><strong>Images:</strong> Made with <a href="https://inkscape.org">Inkscape</a> and <a href="https://gimp.org">GIMP</a></li> +<li><strong>Videos:</strong> Edited using <a href="https://blender.org">Blender</a> and often recorded with <a href="https://obsproject.com/">OBS Studio,</a> some intereviews have taken place over <a href="https://jitsi.org/">Jitsi</a></li> +<li><strong>Audio:</strong> Editing done with <a href="https://www.audacityteam.org/">Audacity</a></li> +<li><strong>Operating System</strong> My favorite Linux Distribution</li> +<li><strong>Command-line tools:</strong> <a href="https://ffmpeg.org">ffmpeg</a> for converting audio/video &amp;</li> +<li><strong>Website:</strong> <a href="https://gohugo.io">hugo</a> for <a href="https://libresolutions.network/articles/best-website-for-you/">static website generation</a> with a automatic continuous deployment service integrated with <a href="https://forgejo.org/">Forgejo</a> for source control.</li> +<li><strong>Information Management</strong> <a href="https://freshrss.org">FreshRSS</a></li> +</ul> +<p><strong>World-wide Reach:</strong></p> +<p>Some of my articles, notably <a href="https://libresolutions.network/articles/tools-of-the-technocracy">The Tools of The Technocracy</a> as well as <a href="https://libresolutions.network/articles/war-and-technocracy">The Ugliness of War and Technocracy</a> have been translated into many languages and widely shared. <a href="#">This website</a> has seen hits from 79 countries all over the world!</p> +<table> + <thead> + <tr> + <th>Country</th> + <th>Visitors</th> + </tr> + </thead> + <tbody> + <tr> + <td>🇺🇸 United States</td> + <td>(44%)</td> + </tr> + <tr> + <td>🇷🇺 Russian Federation</td> + <td>(13%)</td> + </tr> + <tr> + <td>🇨🇦 Canada</td> + <td>(7%)</td> + </tr> + <tr> + <td>🇬🇧 United Kingdom</td> + <td>(5%)</td> + </tr> + <tr> + <td>🇦🇺 Australia</td> + <td>(3%)</td> + </tr> + <tr> + <td>🇳🇱 Netherlands</td> + <td>(2%)</td> + </tr> + <tr> + <td>🇩🇪 Germany</td> + <td>(2%)</td> + </tr> + <tr> + <td>🇨🇳 China</td> + <td>(2%)</td> + </tr> + <tr> + <td>🇫🇷 France</td> + <td>(2%)</td> + </tr> + <tr> + <td>🇦🇹 Austria</td> + <td>(1%)</td> + </tr> + </tbody> +</table> +<p>Despite being Canadian, it seems that more of my known hits are coming from Russia.<br> +Hopefully more Canadians find interest in this work!</p> +<p><strong>Unique Coverage:</strong></p> +<p>Where possible, I&rsquo;ve covered topics that aren&rsquo;t easy to find elsewhere:</p> +<ul> +<li><a href="https://libresolutions.network/videos/data-shedding">Data Shedding - A Real-time Privacy Risk</a></li> +<li><a href="https://libresolutions.network/articles/broken-internet">Cybergheddon ISP-level De-platforming</a></li> +<li><a href="https://libresolutions.network/articles/alt-tech">Lessons from Alt-Tech Failures</a></li> +<li><a href="https://libresolutions.network/videos/serenum">Serenum: The &lsquo;From Scratch&rsquo; OS Revolution</a></li> +</ul> +<p><strong>Long-form guides on Actionable Topics</strong></p> +<ul> +<li><a href="https://gabe.rocks/tech/reclaiming-cyberspace">Reclaiming Territory in Cyberspace</a></li> +<li><a href="https://libresolutions.network/articles/diy-audit">DIY Cyber Audit</a></li> +<li><a href="https://gabe.rocks/tech/rss-love">We Don’t Love RSS Enough</a></li> +<li><a href="https://libresolutions.network/articles/backups">Securing your Data: Backups</a></li> +<li><a href="https://libresolutions.network/operations/shadow">Operation: Shadow</a></li> +</ul> +<h2 id="testimonials">Testimonials</h2> +<blockquote> +<p>A great partner in the fight to liberate our stuff!</p> +<p><a href="https://fighttorepair.substack.com/">Fight to Repair</a></p></blockquote> +<blockquote> +<p>Gabriel, you doing something unique and useful. Helping people like me navigate the dangers of technology while also appreciating and taking advantage of is invaluable!&quot;</p> +<p><a href="https://annecantstandit.substack.com/">Anne Gibbons</a></p></blockquote> +<blockquote> +<p>Gabriel, awesome that you are helping people to learn about free software and to embrace the freedom and respect the community generates.</p> +<p>William</p></blockquote> +<blockquote> +<p>Excellent and detailed coverage on the tools of technocracy and their privacy invasion and mass social engineering.</p> +<p><a href="https://www.alilybit.com/">A Lily Bit</a></p></blockquote> +<h2 id="im-sold-how-do-i-help">I&rsquo;m Sold! <em>How Do I Help?</em></h2> +<h3 id="the-basics">The Basics</h3> +<p>I greatly appreciate any encouragement or constructive feedback. I&rsquo;ve certainly learned a lot from insight provided by those who appreciate this project, always know that your thoughts, questions, or suggestions are always welcome.</p> +<ul> +<li> +<p>If nothing else, it can help a lot if you just make sure this resource isn&rsquo;t forgotten.</p> +<p>Bookmarking the website at <a href="https://libresolutions.network/">libresolutions.network</a> goes a long way.</p> +</li> +<li> +<p>I highly recommend following the media-enabled <a href="https://libresolutions.network/rss">RSS Feed</a> or the light text/audio only <a href="https://libresolutions.network/about/index.xml">feed.</a></p> +</li> +<li> +<p>Don&rsquo;t forget that there is also a <a href="https://peertube.libresolutions.network">PeerTube instance</a> for all audio and video broadcasts.</p> +</li> +<li> +<p>Sharing the information in this project with others is always very appreciated.</p> +<p>If you use social media, you are encouraged to share clips, screenshots and link back!</p> +</li> +</ul> +<h3 id="getting-involved">Getting Involved</h3> +<p>This project has always been about more than just myself. I&rsquo;ve always greatly appreciated the feedback and insight I&rsquo;ve been given from others who have commented or reached out via other means.</p> +<h3 id="financial-support">Financial Support</h3> +<p>There are three ways to financially support this project, both Substack and Mitra subscriptions include access to full-length episodes of my new tech news roundup <a href="https://libresolutions.network/tags/cyber-fix"><em>Cyber Fix</em>.</a> At the time of writing I believe the show is off to a great start, and I look forward to keeping it informative while making it more and more of an enjoyable listen.</p> +<ul> +<li><a href="libresolutionsnetwork.substack.com/subscribe">Substack subscription</a></li> +<li><a href="https://fedi.libresolutions.network/@lsn/subscription">Mitra subscription</a></li> +<li>Donation through <a href="https://liberapay.com/Gabe">Liberapay</a></li> +</ul> +<p><em>If you are already supporting this work, you have my sincere gratitude!</em></p> +💌 Thank you for reading this via RSS 📡 + + + + Noise About Signal + https://libresolutions.network/articles/noise-about-signal/ + Wed, 17 Jul 2024 00:00:00 +0000 + + https://libresolutions.network/articles/noise-about-signal/ + + https://libresolutions.network//media/images/keyboard-key.webp + + + Mulling over recent digital woes + <p>Earlier this month, Signal was embroiled in controversy as a known vulnerability in the desktop client was rediscovered by an iOS developer. Initially, the president of the Signal Foundation decided to state that it <a href="https://x.com/mer__edith/status/1810645893714002039">didn&rsquo;t need to be fixed,</a> but after a short period of time, the Signal developers started <a href="https://github.com/signalapp/Signal-Desktop/pull/6849#issuecomment-2218845070">working on a fix.</a> In short, community engagement saved the day and we can all sleep better knowing that a fair amount of people care about security enough to push for meaningful improvements. That&rsquo;s not quite the end of the story though, there are good reasons to consider the fine details.</p> +<h3 id="what-was-the-vulnerability">What was the vulnerability?</h3> +<p>Many programs you use require <em>persistence</em> in some form or another. +In the case of Signal, this means that without saving files you would need to re-sync your account every time you open the program and download all your messages again. To solve this, programs generally store file and/or a database in an application data folder under your user account.</p> +<p>This <em>seems</em> like a normal and reasonable thing to do, however on desktop platforms there is less protection from the user themselves accessing files. This means that any other program you run has the <em>capability</em> of stealing that information as long as it is run under your user account. Mobile operating systems like Android and iOS work differently, and try to isolate files on a per-app basis.</p> +<p>Without any additional protections, such as the user having to enter a password to decrypt the messenger&rsquo;s files, the user&rsquo;s messages are vulnerable to being read by malicious actors. Anyone who seizes access to the files also has access to the user&rsquo;s Signal chats and their content. It&rsquo;s worth noting that for this particular vulnerability, Session (a Signal fork) was also impacted by this problem. In truth, for the same reasons that Signal didn&rsquo;t see it as an important problem in 2018, I would expect other applications to have similar problems.</p> +<h3 id="what-are-the-implications">What are the implications?</h3> +<p><strong>Convenience vs security:</strong></p> +<p>Depending on what the goals for a particular project are, you can rationally defend particular limitations. If a software project merely intends to be a &ldquo;starter option&rdquo; for somebody just beginning to seize control over their digital affairs, ease-of-use may be a higher priority than state-of-the art. It does sound like a terrible idea to those of us who do prioritize privacy and security, but getting more people protected from the most egregious threats can have a huge impact if made easy enough.</p> +<p>Signal is held to a higher standard however, at least by many who see it as the de-facto standard for a secure messenger. One way to overcome the convenience vs security dilemma is to allow for users to opt-in to better security protections. This isn&rsquo;t necessarily ideal, because people rarely switch away from the defaults. Another solution would be to offer various &ldquo;flavors&rdquo; of the program, with different defaults based on the needs the user has. With regular reminders that enhanced security is available, this could be a best-case scenario for everyone involved at the cost of additional development headache.</p> +<p>Another solution that I believe should be considered more, is the adoption of hardware token based authentication. Instead of relying entirely on ourselves to remember and constantly enter difficult passwords, using an authentication key can work better. Having a dedicated encryption module can offer a more seamless interaction with various security measures at the cost of more development overhead. In addition to this, hardware keys can not be stolen over the Internet as easily as passwords.</p> +<p>Of course, without any development work, a sophisticated solution is for experienced users to use something like <a href="https://www.qubes-os.org/">Qubes OS</a> to manually isolate every program on their system in its own virtual machine.</p> +<p><strong>The only constant is change:</strong></p> +<p>Personally, what&rsquo;s really interesting to me is that this scenario really highlights how much people are generally willing to overlook problems when there isn&rsquo;t a readily available &rsquo;turn-key&rsquo; solution. Since 2018, operating system features built for protecting sensitive information have been developed and more widely adopted by other applications. These features gaining prominence is the very thing that moved the needle on making the status quo untenable.</p> +<p>Not only do threats evolve, but so do solutions. It is possible that many things we currently accept may become disastrous, yet easy to resolve in the future. If nothing else, this is a call to seriously consider long-term sustainability of various habits and techniques, as well as how we can emphasize adaptability in a rapidly changing environment. It is clear that now is not the time for complacency, and that a significant amount of effort is required to truly build a coherent foundation for computing.</p> +<p><strong>File management:</strong></p> +<p>Consider: <em>Does it even make sense to protect various files as &lsquo;special&rsquo; in the first place</em>?</p> +<p>While at first glance one may assume that critical information like decryption keys are inherently more worth protecting than miscellaneous files or other program data, but there are good counter-arguments. For example, any documents or records you keep themselves may have sensitive content that also needs to be protected. In addition to this, most browsers are also vulnerable to the same threat, which means attackers can potentially break into a person&rsquo;s accounts or read their entire browsing history.</p> +<p>That itself is a big problem, without simple answers. One option is to try to build more protections on top of existing systems, another is to wipe the slate clean and try to rebuild entirely based on lessons learned. If you haven&rsquo;t already, I&rsquo;d highly recommend watching this interview I had with the developer of <a href="https://samhsmith.com/serenum/">Serenum</a> to discuss his attempt at resolving some of these issues from the ground up.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/1ada88a4-40e8-421f-9fc0-fda2fc260da2?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>It&rsquo;s a bold direction for sure, but even more important than the project itself is for more people to learn the fundamental levels of computing to help transform the foundation. People vastly underestimate what can be accomplished with a bit of knowledge becoming a bit more common.</p> +<h2 id="a-defense-of-pragmatism">A defense of pragmatism</h2> +<p>I will reiterate my position that it&rsquo;s always worth using the most secure messenger you can with those around you. Isolating yourself entirely by refusing to compromise with close contacts is a road to being very isolated. Instead of demanding everyone you know only interact with you with a single &lsquo;perfect&rsquo; option <a href="https://libresolutions.network/articles/the-perfect-messenger"><em>that doesn&rsquo;t exist</em></a> taking on the burden of being familiar with multiple good <em>or even less bad</em> options can help move people away from the most egregious circumstances.</p> +<p>Remember that while your own situation is vital, the big picture matters a great deal too.<br> +To paraphrase the founder of <a href="https://futo.org">FUTO:</a></p> +<blockquote> +<p>&ldquo;A good programmer can often get in the weeds and be like: Hey, this is cool! I solved this hard conceptual problem, but polishing this for a billion users, that&rsquo;s no fun! Who&rsquo;s going to polish it for a billion users? It&rsquo;s gonna be a big company that can pay people money.&rdquo;</p> +<p><a href="https://peertube.futo.org/videos/embed/229204e8-af1b-4904-8f72-04cf9ac9cc2b">FUTO - Using the term &ldquo;open source&rdquo; - a response to everything!</a></p></blockquote> +<iframe src='https://peertube.libresolutions.network/videos/embed/229204e8-af1b-4904-8f72-04cf9ac9cc2b' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>Protecting digital autonomy needs to be about more than just our own individual self-interest, and more about doing what we can to help others. It is clear now more than ever that we don&rsquo;t just need great programmers, but we also need more people to take these issues seriously, and that can&rsquo;t happen if the solutions are too difficult to use. Despite everything, I find it easier and easier to be an optimist regarding these problems. It definitely seems that we really are only a bit of education, support, and passion away from making radical changes for a better technological future.</p> +<p>As bleak as things can be, it&rsquo;s reassuring that a great deal of the problems we want to take on are very much in the open. As much as it can feel like rebuilding it all requires starting from scratch, that&rsquo;s not true in the slightest. Important lessons have been learned that can help us steer clear from a wide range of fundamental problems and there is a lot of amazing software to retool or at least learn from.</p> +<p>I hope you can get excited about considering how things can be different, and how you can fit into making our digital environment better for not only yourself, but also those around you. It seems the opportunities for real change are only just beginning to present themselves.</p> +💌 Thank you for reading this via RSS 📡 + + + + Digital Autonomy And The Arts with The Starfire Codes + https://libresolutions.network/videos/arts7/ + Wed, 10 Jul 2024 00:00:00 +0000 + + https://libresolutions.network/videos/arts7/ + + + + + + https://libresolutions.network//media/images/arts7.webp + + + Making sense of the online media matrix + <p>I spoke with Demi Pietchell from <a href="https://www.starfirecodes.com/welcome">The Starfire Codes</a> to learn from her experience as someone with a long career in online media. We touch on many ongoing concerns such as community dynamics, censorship, the loss of coherence online, and even how that impacts artistic and intellectual creatives.</p> +<h3 id="featured-works">Featured Works:</h3> +<ul> +<li><a href="https://www.starfirecodes.com/p/the-unintentional-online-meritocracy">The Unintentional Online Meritocracy Experiment</a></li> +<li><a href="https://www.starfirecodes.com/p/the-importance-of-intellectual-honesty">The Importance of Intellectual Honesty</a></li> +<li><a href="https://www.starfirecodes.com/p/censorship-an-unethical-violation-of-natural-law">Censorship: An Unethical Violation of Natural Law</a></li> +<li><a href="https://www.starfirecodes.com/p/the-loss-of-meaning-in-a-hyperconnected-age">The Loss of Meaning in a Hyperconnected Age</a></li> +<li><a href="https://www.starfirecodes.com/p/social-fragmentation-examining-the-roots">Social Fragmentation: Examining the Roots and Finding Reconnection</a></li> +</ul> +<p>The <a href="https://peertube.libresolutions.network/w/p/1nTQDQee8QWTn1YDC7Wz8H">Digital Autonomy And The Arts Series</a> includes an open invitation for discussing how our digital experience impacts our lives. Beyond simply exploring arts &amp; tech, I would be happy to explore other domains as well. If you&rsquo;re interested in exploring this discussion, consider <a href="mailto://gabriel@libresolutions.network?subject=Digital%20Autonomy">getting in touch</a> to share how your passion connects with, or is impacted by technology.</p> +💌 Thank you for reading this via RSS 📡 + + + + Serenum: The 'From Scratch' OS Revolution + https://libresolutions.network/videos/serenum/ + Mon, 08 Jul 2024 00:00:00 +0000 + + https://libresolutions.network/videos/serenum/ + + + + + + https://libresolutions.network//media/images/serenum-banner.webp + + + A conversation with Sam H. Smith + <p>I had the honor and pleasure to speak with <a href="https://samhsmith.com/">Sam Smith</a> about the new operating system he&rsquo;s building: <a href="https://samhsmith.com/serenum/">Serenum.</a> We had a conversation about what motivated him to build this system, plans for the future, and where this all meets the bigger picture.</p> +<p>Now more than ever, it’s time to seriously look closer at the fundamentals of our technological landscape and Sam has done the hard work of building something that could be the beginning of a solid new foundation to build on. For those who want to really advance their technical skills, it’s a great chance to seize the opportunity to understand computers at a very sophisticated level. Even for the ‘non-wizards’ among us, this project should represent a ray of hope in an otherwise tragically bleak technological landscape.</p> +<p>Even for those among us who aren’t ‘computer wizards’, this project should represent a ray of hope in an otherwise tragically bleak technological landscape. When it comes to forging a new path, I believe that making technology truly personal is something that can be a real game-changer. Even if one isn’t able to engage with or directly support this project, some of the fundamental principles are worth understanding to be aware of just how different things can be.</p> +<p>This project is fascinating for many reasons, but especially because it’s a call to action for those who wish to start truly innovating for the future. Many programmers, especially inexperienced ones can become intimidated by “low level” development, feeling filtered by complexity and lost in a labyrinth of extremely technical documentation.</p> +<p>The Serenum project is an opportunity to get in on the ground floor of an exciting new frontier to take one’s technological knowledge to a new level. At the very least, let this conversation to be a reminder to stay curious, push the boundaries of your knowledge, and take the time to truly gain mastery over circuitry.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/serenum-hello.webp' +> + + +<p class="caption"> + No capture card, sorry! +</p> + + +</div> +<p>If you&rsquo;d like to learn more about the Serenum operating system, you can take a look at the <a href="https://samhsmith.com/serenum/release_6/">latest release.</a> Interested in more technical background details? Take a look at his original <a href="https://vimeo.com/887510365/8446cf0e2d">demo</a> and follow-up <a href="https://vimeo.com/889303217/4ea9a13f28">Q&amp;A.</a></p> +<p>Keep up with Sam&rsquo;s work at: <a href="https://twitch.tv/samhsmith">Twitch,</a> <a href="https://www.youtube.com/channel/UC5d70JGqd8oJlCwaEOC_0Kw">YouTube,</a> or join the discussion on <a href="https://discord.gg/PE2k3QN62Q">Discord.</a></p> +<p>This is an ambitious project, which in its own right is worth celebrating. I highly recommend thinking seriously about having reasonable expectations for what you intend to get out of this. If you feel you have the desire, time, and patience you may want to consider getting your hands on the hardware. You can do so at <a href="https://taberna.shop">taberna.shop.</a></p> +<p>Other <em>from scratch</em> operating systems you may have heard of, or be curious about are:</p> +<ul> +<li><a href="https://redox-os.org/">Redox</a></li> +<li><a href="https://www.serenityos.org/">SerenityOS</a></li> +<li><a href="https://reactos.org/">ReactOS</a></li> +<li><a href="https://toaruos.org/">ToaruOS</a></li> +<li><a href="https://templeos.org/">TempleOS</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Cyber Fix: Episode 3 + https://libresolutions.network/videos/cyber-fix-3/ + Sun, 07 Jul 2024 00:00:00 +0000 + + https://libresolutions.network/videos/cyber-fix-3/ + + + + + + https://libresolutions.network//media/images/cyber-fix.webp + + + Cyber Fix is a show to provide entertaining and insightful analysis of developments in Cyberspace. + <p>Cyber Fix is on hiatus, you may now listen to full episodes on <a href="https://peertube.libresolutions.network/w/p/2FbUhGmiRbzmf1TUjWP3Xr">PeerTube</a></p> +<h3 id="internet-of-terrors">Internet of Terrors:</h3> +<p><a href="https://cybernews.com/security/rockyou2024-largest-password-compilation-leak/">RockYou2024: 10 billion passwords leaked in the largest compilation of all time</a><br> +<a href="https://hackread.com/android-spyware-steals-gamers-tiktok-users-data/">New Android Spyware Steals Data from Gamers and TikTok Users</a><br> +<a href="https://ludic.mataroa.blog/blog/i-will-fucking-piledrive-you-if-you-mention-ai-again/">I Will F**king Piledrive You If You Mention AI Again</a><br> +<a href="https://hackaday.com/2024/06/30/root-your-sleep-number-smart-bed-discover-it-phoning-home/">Root Your Sleep Number Smart Bed, Discover It Phoning Home</a><br> +<a href="https://hackaday.com/2024/06/26/bats-can-no-longer-haunt-apple-vr-headsets-via-web-exploit/">Bats Can No Longer Haunt Apple VR Headsets Via Web Exploit</a><br> +<a href="https://www.resecurity.com/blog/article/cybercriminals-are-targeting-digital-identity-of-singapore-citizens">Cybercriminals Are Targeting Digital Identity of Singapore Citizens</a><br> +<a href="https://www.mollywhite.net/micro/entry/fighting-bots-is-fighting-humans">Fighting Bots is Fighting Humans</a></p> +<h3 id="alt-tech-updates">Alt-Tech Updates:</h3> +<p><a href="https://techcrunch.com/2024/06/24/experts-say-telegrams-30-engineers-team-is-a-security-red-flag/">Telegram says it has ‘about 30 engineers’; security experts say that’s a red flag</a><br> +<a href="https://brave.com/blog/brave-shields-manifest-v3/">What Manifest V3 means for Brave Shields and the use of extensions in the Brave browser</a><br> +<a href="https://www.bleepingcomputer.com/news/software/proton-launches-free-privacy-focused-google-docs-alternative/">Proton launches free, privacy-focused Google Docs alternative</a><br> +<a href="https://x.com/naomibrockwell/status/1809291643838951716">Naomi Brockwell on signal desktop issue</a><br> +📢 Update: <a href="https://x.com/mer__edith/status/1810645893714002039">Statement by Meredith Whittaker</a> (President of Signal Foundation)</p> +<h3 id="problems-with-x">Problems with X:</h3> +<p><a href="https://www.eff.org/deeplinks/2024/06/hack-age-verification-company-shows-privacy-danger-social-media-laws">Hack of Age Verification Company Shows Privacy Danger of Social Media Laws</a><br> +<a href="https://reclaimthenet.org/x-re-joins-pro-censorship-advertisers-alliance">X Re-Joins Pro-Censorship Advertisers’ Alliance</a></p> +<h3 id="solutions-roundup">Solutions Roundup:</h3> +<p><a href="https://theoverlay.ghost.io/sustainability-and-standards-we-need-to-talk-about-building-censorship-circumvention-infrastructure/">Sustainability and Standards: We Need To Talk About Building Censorship Circumvention Infrastructure</a><br> +<a href="https://mastodon.social/@MakerTube/112729651355807241">Celebrating 1 year of MakerTube Public Registrations</a><br> +<a href="https://itsfoss.com/lm-studio-linux/">Using LM Studio to Run LLMs Easily, Locally and Privately</a><br> +<a href="https://ladybird.org/announcement">Announcing the Ladybird Browser Initiative</a></p> +<h3 id="music-credits">Music Credits:</h3> +<p><a href="https://youtu.be/n79aphwhpW0">Y&amp;V - Lune</a> <br> +<a href="https://youtu.be/o_v9WSImGIU">Valcos - A New Light</a> <br> +<a href="https://youtu.be/qLYmtdi-GzA">Killercats - Kaibu</a> <br> +<a href="https://youtu.be/N4uxaLPEWJc">My Path - Next Route</a></p> +💌 Thank you for reading this via RSS 📡 + + + + Insecurity + https://libresolutions.network/articles/insecurity/ + Wed, 26 Jun 2024 00:00:00 +0000 + + https://libresolutions.network/articles/insecurity/ + + https://libresolutions.network//media/images/wasteland.webp + + + How insecurity fuels security problems + <p>It&rsquo;s ironic that the more the governments try to close their grip over the minds of the public, the more it begins to slip. From domestic turmoil, rising populist sentiment, and even just economic conditions, people are increasingly feeling a need to have a concrete impact on state policy. Instead of simply leaving it to their managerial handlers, motivated people are working to educate themselves and take action on a wide variety of topics.</p> +<p>This is incredibly dangerous to <a href="https://youtu.be/ZggCipbiHwE">&lsquo;Our Democracy&rsquo;</a> and those who benefit from how it functions. The greatest fear of those responsible for overseeing the system is that over time, people&rsquo;s actions can actually tip the balance of power away from the delicately constructed &lsquo;pay to play&rsquo; dynamics built within it. If the public manages to wrestle political power away from lobbies, corporate powers, other &lsquo;stakeholders&rsquo;, the less power politicians have to auction to the highest bidder.</p> +<p>For government officials who perceive their job to be <em>managing the public, rather than serving them</em>. This is an urgent and pressing crisis. To overcome this a phenomenal amount of research has gone into <a href="https://www.pewresearch.org/topic/news-habits-media/media-society/misinformation/">tracking and identifying</a> how information spreads online, with a huge amount of help from Big Tech no doubt. That was only the first step in then refining information control measures to protect the public from their desire to enact meaningful reform.</p> +<p>A wide variety of methods were attempted in &ldquo;digital public spaces&rdquo;, such as social media, forums, and even <a href="https://fandomwire.com/call-of-duty-modern-warfare-3s-disruptive-behaviour-enforcement-explained-and-how-to-appeal/">video games</a>. Such methods included <em>shadow-banning</em> which is when one is banned from being seen without any clear indication, or more overt methods like banning individual accounts that gained traction. Eventually it became clear that the only way to truly <em>fortify</em> the public from their own ideas was to start leveraging financial control.</p> +<p>&lsquo;De-monetized&rsquo; is now a well-known term online for when an individual or even company are restricted from receiving funds through a particular platform. This is a double-hitter when it comes to chilling effects on free expression. Not only are those who are impacted potentially forced to shut down operations, but their opposition has more space to grow louder and bolder. Financial de-platforming for political reasons is a very potent tool that has an impact that shouldn&rsquo;t be underestimated.</p> +<p>As effective as these methods can be, they ultimately rely on people deriving their world views from the <em>parasocial hell</em> that is corporate social media. Independent web sites, and personal communications have been largely <a href="https://libresolutions.network/articles/broken-internet/">but not entirely</a> unaffected by these measures. This has created a lot of room for those who are motivated enough to begin the work of seriously making a difference. While this may seem like such a minor or trivial thing, but it&rsquo;s actually far from it. It&rsquo;s crucial to understand that when it comes to the ability to broker political power to &lsquo;stakeholders&rsquo; any real opposition has the capacity to spin out-of-control, especially in our highly-connected yet-not-entirely-controlled environment.</p> +<h3 id="breaking-in">Breaking In</h3> +<p>Because even private dissent and private thoughts are intolerable, and independent web sites and social media are just too much to bear, governments feel the pressure to take drastic action. In what is only the latest assault on people&rsquo;s fundamental natural rights, governments of the world want to break into your home. Not yet literally, nor physically, but they want to have unimpeded insight into the communications between you and your closest contacts. Dinner table talk just isn&rsquo;t the same with a government agent sitting next to you.</p> +<p>End-to-end encrypted communication outside corporate networks is something those who wish to have total control over information can not tolerate. This is true of any encryption for the most part. From the beginning of the <a href="https://www.lawfaremedia.org/article/the-shapeshifting-crypto-wars">crypto wars</a> governments have always attempted to undermine the public&rsquo;s privacy even at the expense of security. If you listen to <a href="https://media.privacyinternational.org/videos/watch/a56faeff-d41e-46c6-93fc-9e01eab8383c">this discussion,</a> on the history of encryption, you&rsquo;ll learn not only was privacy in the digital realm a very hard-won fight, it&rsquo;s even more important than ever.</p> +<h2 id="european-union-strikes">European Union Strikes</h2> +<p>The European Union is taking bold action against people&rsquo;s private communications. Ironically, while they <a href="https://libresolutions.network/articles/government-in-tech/">support many initiatives</a> that can support people&rsquo;s digital autonomy, they are moving fast to undermine it from the top-down. Previously they&rsquo;ve proposed <a href="https://libresolutions.network/articles/eu-cyberwar/">back-dooring</a> all online web traffic, but another proposal aims to directly attack private communication with mandated client-side-scanning for illegal material.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/client-side-scanning.png' +> + + + +</div> +<p>While fighting CSAM and its distribution is a desirable and noble goal, this step ultimately is prone to staggering scope creep without any guarantees of accountability or transparency. In situations where people are given obscene one-sided power over others you will always inevitably see <a href="https://www.cnn.com/2013/09/27/politics/nsa-snooping/index.html">abuses.</a> In case you had doubts, EU ministers have already moved to <a href="https://www.eureporter.co/business/data/mass-surveillance-data/2024/04/15/leak-eu-interior-ministers-want-to-exempt-themselves-from-chat-control-bulk-scanning-of-private-messages/">exempt themselves</a> from the measure. Thankfully, the vote for the legislation seems to be <a href="https://www.patrick-breyer.de/en/chat-control-vote-postponed-huge-success/">postponed, for now.</a> This is a great indication that being vigilant and being proactive can create tangibly beneficial results.</p> +<h2 id="a-world-wide-push">A World-Wide Push</h2> +<p>It seems as no coincidence, that 2024 marked the year in which the most people voted globally, is also marked as a year with an immense <a href="https://www.eff.org/deeplinks/2024/06/un-cybercrime-draft-convention-blank-check-unchecked-surveillance-abuses">world-wide push</a> for internet regulation. It&rsquo;s not only ironic but highly demonstrative of how inter-twined the balance of power in nominally democratic countries is with online participation.</p> +<p>Notably, Many internet censorship bills have been making progress in North America and throughout the world. In addition to online ID or age verification laws, more aggressive legislation against various forms of speech is also being proposed in many jurisdictions. Undeniably, these restrictions and impositions create many chilling effects.</p> +<p>This is a delicate game for those who wish to maintain control. While getting large tech corporations to censor or promote content is effective, the more people who break away to independent alternatives make it exponentially harder. As more and more people truly learn to use technology as an effective tool, rather than a self-curated mind-prison, the more impossible information control becomes. Those who wish to push for meaningful change, transparency, and accountability need to skill-up and adapt without falling into the many well-laid traps.</p> +<h2 id="a-chance-for-change">A Chance for Change</h2> +<p>All this, motivated the creation of a <a href="https://libresolutions.network/operations/beehive/">beehive</a> called <em>Canadian Cyber Freedom</em> at <a href="https://cyberfreedom.ca">cyberfreedom.ca</a>. It&rsquo;s intended to be a resource, but also a collaborative environment for Canadians to learn new ways for citizens to engage on political issues. The purpose of the project is to demonstrate that with a small amount of technical knowledge, activists can greatly enhance their efforts.</p> +<p>Very often legislation comes out before the public gets a chance to understand the issues, much less make fair judgement on them. In most countries, giving the public a close look at legislation that impacts their lives is likely enough to motivate real pushback. With the pace that legislative bodies have to work at, a relatively tiny amount of activists could assemble resources that can adapt and move faster than legislation itself.</p> + +<p>The best way for citizens to move the needle against troubling legislation is for activists to effectively and fairly educate the public. Very often, debates over political issues become needlessly divisive. The way to resolve this is to find ways to collaborate on educating the public on not just the legislation itself, but also the wider issues. The more polished the collected information can become, the more opportunities towards bringing people on-board.</p> +<p>This requires trusting the recipients of the information a bit. Instead of merely relying on a single emotionally charged opinion piece, sharing the entire picture, warts and all will ultimately lead to better decisions and more rational opposition. <a href="https://cyberfreedom.ca">Canadian Cyber Freedom</a> is just an example, that I hope eventually becomes a meaningful resource. But there are many ways for groups interested on a wide variety of issues to adopt the same pattern to tackle other issues.</p> +<h2 id="taking-on-online-harms-directly">Taking On Online Harms Directly</h2> +<p>While I am wholeheartedly opposed to giving governments and corporations more control over people&rsquo;s ability to dissent, I am not ignorant of many serious online threats to individuals and especially children. It is understandable that many who recognize these dangers urgently want change that is far too long overdue. Having government &lsquo;child-proof&rsquo; the Internet is just as irrational and likely to backfire as leaving everything on the shoulders of parents. It&rsquo;s not about &lsquo;striking a balance&rsquo; but rather about understanding that the problem is far bigger than just small parameters.</p> +<blockquote> +<p>Online spaces don’t exist in a vacuum, they’re a part of our human society. As things become challenging and confusing in life, there is an incredible draw to retreat to online spaces that feel cozier than the rest of the world. <br> +Leading to all kinds of problems:</p> +<ul> +<li>Sleep deprivation</li> +<li>Depression</li> +<li>Over-eating</li> +<li>Escapism</li> +<li>Political extremism / radicalization</li> +</ul> +<p>Sounds a lot like a millennial doesn’t it? Many of us are internet-addicted for a variety of reasons. +Many of these problems aren’t new, and likely won’t be going away anytime soon. Some appear to have gotten much worse.</p> +<p><a href="https://libresolutions.network/articles/think-of-the-children/">Is the Internet safe for children? +</a></p></blockquote> +<p>Every aspect of people&rsquo;s lives is becoming increasingly intertwined with online services and a wide variety of online interactions. This alone is a serious reason to take a look at a much broader picture. If even a small fraction of people only get their interactions with other human beings mediated by online services, (or even worse &hellip;AI-enabled ones) this alone can compound into a serious crisis of loneliness and despair for those people. Just as the problems have increased, so has the damage. Is it not fair to say that nobody could be prepared for having most of their <a href="https://www.ctvnews.ca/health/kids-average-daily-screen-use-increased-by-more-than-an-hour-and-twenty-minutes-during-pandemic-analysis-1.6142328">socialization pushed online?</a> While the Covid Crisis is a notable event, in this respect it was a mere escalation of an existing trend. Having compassion for those suffering from a wide variety of impacts is a necessary step towards lasting change.</p> +<p>Placing a larger emphasis on real-life personal interactions is of utmost importance. Quite tragically it seems we are completely forgetting that children need a safe and nurturing environment in the real world. We are all under constant threat to <a href="https://libresolutions.network/videos/data-shedding/">online surveillance</a> and addictive <a href="https://libresolutions.network/articles/programmable-currency/">gamified interactions,</a> which can only cause problems in the long run. With this in mind, I don&rsquo;t believe that all online interactions and systems are equal. Raising maximizing the quality of use for devices and systems, while minimizing dangers from less ideal services is the optimal path for everyone.</p> +<p>Clearly, resolving this goes far beyond a bit of legislation and hearings. To the degree those blunt instruments can be useful, there&rsquo;s always more direct action people can take in their lives to make a meaningful difference. The first step involves getting a serious sober grasp of the problems. On that, a great starting point would be the work of <a href="https://www.childrenandtech.co.uk/about">Catherine Knibbs.</a> Catherine has written many books on the subject and has worked extensively as a child therapist seeing these troubles up-close. <a href="https://www.childrenandtech.co.uk/shop/p/online-harm-books-directly-available-from-routledge-or-amazon"><em>Online Harms and Cybertrauma</em></a> is necessary reading for any online user, in my opinion. You can also check out her <a href="https://www.youtube.com/channel/UCb2cLs1_9NYeTMglSRT-Spg">YouTube channel</a> or <a href="https://www.instagram.com/catherine_knibbs/">Instagram account</a> and share particularly useful videos or ideas with those around you.</p> +<p>It is extremely important for those who truly care about improving online safety have a strong understanding of these issues. Not only for its own sake, but also so that we can all have serious, reasoned discussions about addressing the root causes of these problems. Problems don&rsquo;t go away merely because we don&rsquo;t approve of popular solutions, there are many who are already in great pain who need care. Instead of allowing tragedy to be exploited for political power, we can all work towards setting proper boundaries at all levels of society. A lot more can be accomplished through compassion and education than scoring cheap political &lsquo;wins&rsquo;.</p> +💌 Thank you for reading this via RSS 📡 + + + + Cyber Fix: Episode 2 + https://libresolutions.network/videos/cyber-fix-2/ + Mon, 24 Jun 2024 00:00:00 +0000 + + https://libresolutions.network/videos/cyber-fix-2/ + + + + + + https://libresolutions.network//media/images/cyber-fix.webp + + + Cyber Fix is a show to provide entertaining and insightful analysis of developments in Cyberspace. + <p>Cyber Fix is on hiatus, you may now listen to full episodes on <a href="https://peertube.libresolutions.network/w/p/2FbUhGmiRbzmf1TUjWP3Xr">PeerTube</a></p> +<h3 id="music-credits">Music Credits:</h3> +<p>Y&amp;V - Lune: <a href="https://youtu.be/n79aphwhpW0">https://youtu.be/n79aphwhpW0</a><br> +Valcos - A New Light: <a href="https://youtu.be/o_v9WSImGIU">https://youtu.be/o_v9WSImGIU</a><br> +Killercats - Kaibu: <a href="https://youtu.be/qLYmtdi-GzA">https://youtu.be/qLYmtdi-GzA</a><br> +@SavkMusic - The Traveling Symphony: <a href="https://youtu.be/Qn3mb4LsoD8">https://youtu.be/Qn3mb4LsoD8</a> +GhostrifterOfficial - Resurgence: <a href="https://youtu.be/IzA39soWYG8">https://youtu.be/IzA39soWYG8</a></p> +💌 Thank you for reading this via RSS 📡 + + + + The Ugliness of War and Technocracy + https://libresolutions.network/articles/war-and-technocracy/ + Sun, 16 Jun 2024 00:00:00 +0000 + + https://libresolutions.network/articles/war-and-technocracy/ + + https://libresolutions.network//media/stock/broken-house.webp + + + A look at weapons of war in the digital age. + <p>For those interested in preserving our nations, free markets, culture, or even basic human rights, we are in an outright harrowing time. Many of these challenges are direct physical assaults like warfare, but there is also a wide variety of abstract dangers. Such as censorship, surveillance, economic warfare, or disaster capitalism. Governments battle against their people for control over policy, and against mega-corporations for control over the public. Families, communities, even entire nations are stuck in the crossfire of larger plans without clear allies to depend on. Marshall McLuhan&rsquo;s quote has become a tired cliche these days as more and more people recognize that vast swaths of humanity are under attack from seemingly every direction.</p> +<blockquote> +<p>&ldquo;World War 3 is a guerrilla information war with no division between military and civilian participation.&rdquo;</p> +<p>- <a href="https://en.wikipedia.org/wiki/Marshall_McLuhan">Marshall McLuhan</a></p></blockquote> +<p>The quote accurately describes what many are feeling, but little else.<br> +It leaves behind many questions to ponder further:</p> +<ul> +<li>What is the war about?</li> +<li>Who&rsquo;s waging the war, and against whom?</li> +<li>Who&rsquo;s winning?</li> +<li>Is there a side to join or oppose?</li> +<li>When will it be over?</li> +<li>What can we do to protect ourselves?</li> +</ul> +<p>I don&rsquo;t pretend to have all the answers, but there are useful guides to follow. In the words of <a href="https://iceni.substack.com/p/spartacast-12">Spartacus</a> &ldquo;<em>War has always been a convenient human-shredder for the overclass. It has always been this way. &hellip;It’s a scam. It has always been a scam.</em>&rdquo;. We&rsquo;re reminded to consider who has always had a hand in orchestrating and profiting off wars: the powerful. Unfortunately, this isn&rsquo;t immediately helpful. Just as the atom bomb changed the balance of power between nations of the world, <a href="https://libresolutions.network/videos/tnt-radio-network-states/">network warfare,</a> where dynamic super-national forces engage in a <a href="https://roundingtheearth.substack.com/p/call-it-world-war-e">global civil war,</a> the game has changed immensely. As super-wealthy cliques accrue wealth and power that rivals nations, governments themselves can easily become mere strategic objectives in larger games.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/40fccac2-0239-40ce-88d5-4a029770c25b?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>It is arguable that network warfare has been the essential root of all human warfare throughout history. The only difference is that both people themselves, and our means of waging war, have the potential to be so disconnected from pre-existing structures of tribes, faiths, or nations. Never before have the warmongers of the past had the entire world potentially at their mercy, as well as the entire population. This form of warfare is total unrestricted warfare, and encompasses all aspects of participation in human society. It has been said that &rsquo;the person is political&rsquo;, paired with the acknowledgement that politics is warfare waged through other means, we understand our predicament more clearly.</p> +<p>There is a way to keep this simple, without losing the important details. People feel under attack, and they are correct to feel this way. This is because unlike what AI evangelists or &lsquo;Net Zero&rsquo; malthusians will tell you, human beings are the prize. Not just the prize, but the <strong>only prize</strong>. Tyrants of all scopes of ambition realize that the source of all earthly power stems from effective cooperation between human beings. This requires them to use more and more <a href="https://corbettreport.com/the-age-of-neurowarfare/">sophisticated means</a> of coercion to not undermine the value of total control.</p> +<p>The point of sharing this is that you understand what &ldquo;side you&rsquo;re on&rdquo; is a much more complex question than various accidents of birth. The physical, economic, and even digital empires run by many or even a few are competing for dominance over you and others. Lending your strength or allegiance to one may or may not be mutually exclusive with others. This naturally leads one to wonder if they can opt-out entirely, and abandon the game of conquest and live a life of peace. We can always pray this is possible, but it&rsquo;s important to recognize that we inherit circumstances that make this require much more intense work than merely not choosing to commit overt aggression.</p> +<h2 id="conceptualizing-a-global-civil-war">Conceptualizing a Global Civil War</h2> +<p>Economic control is no less devastating than bombs or bullets. Even when direct violence is involved, there are a wide array of ephemeral &lsquo;slow-kill&rsquo; means available. Biowarfare, toxins, or even sabotage of essentials are all means to cause mass poverty, suffering and death. Normalcy bias and plausible deniability allow atrocities to take place without recognition or recourse. Quiet weapons doing minor cumulative damage can make a significant impact despite going undetected and being difficult to attribute. To make matters worse, responsibility can be diffused by providing a vast array of self-destructive means of illusory relief.</p> +<h3 id="a-fractal-of-suffering">A Fractal of Suffering</h3> +<p>Almost everyone can intuit simple cause and effect, most of the time. What&rsquo;s much harder for many people to grasp is <em>force multipliers</em>. Various techniques such as propaganda, spycraft, or even financial engineering can make relatively straight-forward attacks work through an incomprehensible maze of complexity. In these circumstances people only identify the pain, not the source of it. This can often lead those who don&rsquo;t wish to feel guilty to justify the existence of that pain for their own comfort.</p> +<h3 id="overheated-threat-awareness">Overheated Threat Awareness</h3> +<p>With attacks coming from seemingly nowhere and everywhere, there is a natural desire to identify threats. This desire can be leveraged by propagandists and profiteers alike to further their own ends, exhausting the reflex. As people continuously transform themselves into <em>the boy who cried wolf</em> over and over, the populace becomes numb to the sensation of danger. In circumstances where this numbness has taken hold, people are no longer able to act on their self-preservation instincts, creating easy targets for even the most blatant schemes.</p> +<h3 id="propaganda">Propaganda</h3> +<p>The &ldquo;<em>information landscape</em>&rdquo;, which is an abstraction of everyone&rsquo;s thoughts, perceptions, and available information is a <a href="https://unlimitedhangout.com/2024/03/investigative-reports/weaponizing-reality-the-dawn-of-neurowarfare/">valuable strategic target</a> of tyrants. The ability to control, restrict or modify the flow of information gives anyone a significant advantage over others. Pairing this with sophisticated understanding of people&rsquo;s natural desires, fears, and hopes is a phenomenally powerful weapon to wield against individuals and groups alike. Beyond merely being a blunt instrument to rally compliance, propaganda can be weaponized to turn people against themselves, even individually. This immensely toxic pattern mass-produces hurt people who are readily able to hurt others.</p> +<h3 id="merchants-of-death">Merchants of Death</h3> +<p>War can be big business for propagandists, profiteers, and plunderers alike. It provides the state the pretext to more overtly and more aggressively dominate the financial system. This leads to the mass financial and social engineering of the economic structure to support the war effort.</p> +<blockquote> +<p>To illustrate how U.S. military and intelligence agencies have supported tech startups, consider the case of Keyhole, a small San Francisco-based company that developed software for creating three-dimensional models of the earth’s surface. By patching together satellite images and aerial photos, the program could essentially produce a high-resolution map of the entire planet.</p> +<p><strong>In-Q-Tel provided seed funding in 2003, and within two weeks, military and intelligence agencies were reportedly using Keyhole’s software to support the U.S. war in Iraq.</strong> The following year, Google acquired Keyhole for an undisclosed sum. It was renamed Google Earth and today, it is worth approximately $4 +billion. In this case, In-Q-Tel’s investment paid off in monetary terms, but the bigger jackpot was the Keyhole program itself, which the CIA and Pentagon immediately deployed in support of military operations.</p> +<p>Like many DIU and In-Q-Tel investments, Keyhole-Google Earth is a dual-use technology that can be adapted for both military and civilian applications. <strong>The vast majority of In-Q-Tel funded startups acquired by large tech companies have created dual-use products</strong>, such as <a href="https://www.geekwire.com/2015/amazons-aws-acquires-portlands-appthwack-seeking-an-easy-way-to-test-apps-in-the-cloud/">AppThwack</a> and Elemental Technologies (acquired by Amazon); <a href="https://blogs.microsoft.com/blog/2014/12/01/microsoft-acquires-acompli-provider-innovative-mobile-email-apps/">Acompli</a> and <a href="https://www.digitalspy.com/tech/a392457/microsoft-acquires-perceptive-pixel-inc/">Perceptive Pixel</a> (acquired by Microsoft); Tacit Software (acquired by Oracle); +<a href="https://www.prnewswire.com/news-releases/ibm-plans-to-acquire-cleversafe-to-propel-object-storage-into-the-hybrid-cloud-300153991.html">Cleversafe</a> (acquired by IBM); <a href="https://www.crn.com/news/networking/300085046/cisco-takes-aim-at-microsoft-with-acquisition-of-mindmeld">MindMeld</a> (acquired by Cisco); <a href="https://www.anandtech.com/show/10858/samsung-acquires-qd-vision">QD Vision</a> (acquired by Samsung); and <a href="https://ipvm.com/reports/sony-acquires-pixim">Pixim</a> (acquired by Sony).</p> +<p><a href="https://watson.brown.edu/costsofwar/papers/2024/SiliconValley">How Big Tech and Silicon Valley are Transforming the Military-Industrial Complex</a></p></blockquote> +<p>It&rsquo;s hard to imagine the long-term incentive changes when an entire industry becomes a creature of the MIC. When states and super-national entities harness such massive economic power to run sprawling computing power to mechanize warfare, is there even possibly room for accountability? How does all this spending impact journalism, academia, or even governance?</p> +<h2 id="cyberwar">Cyberwar</h2> +<p>When people imagine cyberwars, they often think of shocking news stories of ransomware attacks by shady hacker groups. This is a very serious concern, but another quite troubling development is the digitization of warfare that has accelerated since people&rsquo;s very lives have become technologically transformed.</p> +<p>The technological dimension of warfare is staggering. There was a time where the most horrifying technological terror was the atomic bomb. While not eclipsing its destructive power, various <em>tools of precision</em> like drones, surveillance infrastructure, or autonomous weapons can be part of the construction of all manner of <a href="https://treacherous.tech/2024/04/14/weaponised-ai-isnt-killer-robots-its-just-humans-killing-on-autopilot/">inhumane horrors.</a> The tragic irony is that warfare has generally been quite human. Warriors throughout history taking up arms against other people across the globe, or even withing their own regions, have always had to contend with the atrocities up close. It seems that we may be on the cusp of witnessing this change in real-time.</p> +<h3 id="surveillance">Surveillance</h3> +<p>Data collected for seemingly innocuous purposes can quickly become <a href="https://www.theguardian.com/world/2018/jan/28/fitness-tracking-app-gives-away-location-of-secret-us-army-bases">military intelligence.</a> There are many non-intuitive uses for even seemingly insignificant data-points collected over time.</p> +<blockquote> +<p>Using AI from Palantir, an American firm, Ukrainian counter-intelligence fishes for illuminating linkages in disparate pools of data. <strong>Imagine, for instance, an indebted divorcee at risk of losing his flat and custody of his children who opens a foreign bank account and has been detected with his phone near a site that was later struck by missiles.</strong> In addition to such dot-connecting, the AI performs <strong>“social-network analysis”</strong>. If, say, the hypothetical divorcee has strong personal ties to Russia and has begun to take calls from someone whose phone use suggests a higher social status, then AI may increase his <strong>risk score.</strong></p> +<p><a href="https://archive.is/TvLvY#selection-991.0-991.40">How Ukraine is using AI to fight Russia</a></p></blockquote> +<p>A serious challenge caused by industrialized surveillance is <em>information asymmetry</em>, where information is known to few but unknown to great many. The first casualty of war is the truth, and this is never more clear when immense amounts of data are collected in secret to be used selectively. Just as cyber threats blur the lines between military and civilian targets, domestic surveillance becomes more of a priority for troubled regimes.</p> +<div class="image-container"> + +<a href='https://libresolutions.network/media/images/worldcoin-before-after.webp'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/worldcoin-before-after.webp' +> + +</a> + + +<p class="caption"> + From War to Worldcoin: collecting biometrics for later use. +</p> + + +</div> +<h3 id="machine-learning">Machine Learning</h3> +<p>It would be naive, if not outright dangerous to underestimate the consequences of military use of machine learning, and how it can <a href="https://sub.media/gaza-is-an-image-of-the-future/">move to dominate our lives.</a> Artificial intelligence is its own buzzword, but one must not fall into the trap of thinking it&rsquo;s all worthless. The more a problem (or killing) can be accurately reduced to a simple set of variables, the more effective <a href="https://www.youtube.com/watch?v=XEM5qz__HOU">these tools</a> can become. Another danger is that many downsides of contemporary AI tools are still serious concerns. Machine errors can be devastating and must not be used to downplay accountability.</p> +<p>The military industrial complex (MIC) is a terrifying machine. Media, industry, and economy are all impacted directly or indirectly by it. Between 2022 and 2023 US Department of Defense spending on AI related contracts jumped from $269 million to <a href="https://time.com/6961317/ai-artificial-intelligence-us-military-spending/">$4.3 billion.</a> It is concerning at minimum that this huge amount of resources in military uses of machine learning effectively drains talent from non-combat uses, which could actually improve people&rsquo;s lives and solve serious problems. While it is true that military advancements in technology eventually <em>trickle down</em> this only happens after an immense amount of avoidable suffering, it is not without cost either.</p> +<h3 id="dominating-cyberspace">Dominating Cyberspace</h3> +<p>The Internet, despite it&rsquo;s flaws, is a valuable tool for transmitting critical information. During times of conflict it is a common tactic for powers to <a href="https://www.accessnow.org/press-release/mena-keepiton-internet-shutdowns-2023-en/">cut off access</a> as a means of restricting information or aid. It is a mistake to believe that an Internet shutdown means that others can not use their own private (or military) networks to maintain connectivity. This means that Internet shutdowns are a measure that overwhelmingly impacts civilians and may have much smaller cost for the initiator than one would assume.</p> +<p>Cutting off internet access can also be done in parts. <a href="https://libresolutions.network/articles/tools-of-the-technocracy-9/">Sophisticated techniques</a> can be used to deny, filter and even manipulate content given enough resources. In many circumstances, it may be preferable to simply inspect network traffic rather than outright block it. Interfering with communications changes behavior, but silently monitoring generally doesn&rsquo;t.</p> +<h3 id="cyber-attacks">Cyber Attacks</h3> +<p>Just as the lines between the physical and digital realities blur in our lives, so too do they in warfare. The more critical systems that depend on inter-connected online services, the more brittle and vulnerable people are to malicious (state-backed or not) entities. The impact can be devastating with little distinction between <a href="https://www.bbc.com/news/technology-66998064">civilian and military targets.</a> Because of this, major cyber attacks certainly get the headlines. The impact of disruptive attacks on infrastructure can not be over-stated, but the risk management solutions by the regime can be just as troubling.</p> +<p>Governments have made it clear that information counter to their interests being disseminated itself is seen no different as a &lsquo;cyber attack&rsquo;. In recent years there has been greater emphasis on manipulating minds in the name of safety and national security. This is a troubling new direction in justifying the elimination of free expression, and justifying propaganda operations. A regime that treats it&rsquo;s own citizens as if they were any other computing resource will justify very troubling means to meet its objectives.</p> +<p>As non-combatants, it is not merely enough to demand secure systems. It is crucial that we do not allow the fear of <a href="https://libresolutions.network/tags/cyberwar/">cyberwars</a> to allow institutions to take over our digital or actual lives. There is an immense pressure building for people to set aside <a href="https://libresolutions.network/articles/digital-autonomy/">digital autonomy</a> or even their civil rights in the name of safety. One must be cautioned that conceding these is a road to supporting atrocities without even the pretext of accountability. By being cow-towed into dependence on the regime, the public can very well make themselves unknowing accomplices in what they would otherwise resist with all their might.</p> +<h3 id="mechanized-murder">Mechanized Murder</h3> +<p>As mechanized murder has become more advanced, and various technologies specialize into broader &ldquo;<em>soft-kill</em>&rdquo; capabilities, the circumstances become grim in unimaginable ways. Despite conflicts feeling vastly distant for many North Americans, warfare is as real as it as even been. For decades we have seen how many techniques and <em>weapons of war</em> are first tested in remote conflicts then eventually assimilated into the <a href="https://www.marketplace.org/2020/06/12/police-departments-1033-military-equipment-weapons/">domestic control structure.</a></p> +<p>This raises the stakes when it comes to our moral culpability in supporting such actions. Just as more powerful weapons expand our capacity to unleash terrible atrocities, automated weapons make each decision carry an immense amount of moral weight. Instead of responsibility being diffused between dozens of people, each reacting in the moment, a single person shoulders the entire responsibility for an orchestra of death and destruction.</p> +<blockquote> +<p>The technology on offer may fall far short of Terminator-style robots: in Ukraine, the call to engage with a given target still lies with a human decision maker. But for how long?</p> +<p>&hellip;</p> +<p>“If you think of AI as drones autonomously and independently making some decisions to strike or not to strike something, there is no such thing yet,” said Fedorov. “But I think that there is a certain future for it.”</p> +<p><a href="https://www.politico.eu/article/robots-coming-ukraine-testing-ground-ai-artificial-intelligence-powered-combat-war-russia/">‘Our Oppenheimer moment’ — In Ukraine, the robot wars have already begun</a></p></blockquote> +<hr> +<h2 id="becoming-a-peacemaker">Becoming a Peacemaker</h2> +<p>If you are not already convinced, I would hope that you would consider taking on the role of peacemaker. The powers that are in play are capable of irreversible damage, not only that but our responsibility has never been greater. Despite what the overwhelming propaganda would have you believe, we all have an opportunity to push for peace. By connecting with those around you and working to understand and resolve even minor disputes, greater impacts can build over time. Bring peace to first yourself, then those around you, so that you can all work against cruelty in all its many forms.</p> +<p>It is good to be proactive in asking ourselves if our words, and actions dehumanize others or build trust and empathy. Taking action in your own life to withdraw your support and presence from institutions and structures that support senseless violence is highly admirable. It is your burden to take on the massive undertaking of consciously evaluating how you support, or hold accountable various human endeavors without losing faith.</p> +<p>When one sees how bleak things are, it becomes easy to judge. We are all born into cycles that must be broken. Feeling superior to others, or more morally righteous is a prideful pathway to turning into what one wishes to fight. Genuine compassion, patience, and mercy are non-negotiable attributes when it comes to building lasting peace. It is painful to witness further pain caused by ignorance or arrogance, but it is typical that people know not what they do. Taking the time to understand other&rsquo;s frame of mind and how to build trust and understanding is the only reliable path to making progress in dark times.</p> +<hr> +<p>Header photo <a href="https://www.pexels.com/photo/destroyed-residential-building-under-gray-sky-11518762/">Destroyed Residential Building Under Gray Sky</a></p> +💌 Thank you for reading this via RSS 📡 + + + + Cyber Fix: Episode 1 + https://libresolutions.network/videos/cyber-fix-1/ + Wed, 12 Jun 2024 00:00:00 +0000 + + https://libresolutions.network/videos/cyber-fix-1/ + + + + + + https://libresolutions.network//media/images/cyber-fix.webp + + + Cyber Fix is a show to provide entertaining and insightful analysis of developments in Cyberspace. + <p>Cyber Fix is on hiatus, you may now listen to full episodes on <a href="https://peertube.libresolutions.network/w/p/2FbUhGmiRbzmf1TUjWP3Xr">PeerTube</a></p> +<h3 id="music-credits">Music Credits:</h3> +<p>Y&amp;V - Lune: <a href="https://youtu.be/n79aphwhpW0">https://youtu.be/n79aphwhpW0</a><br> +Valcos - A New Light: <a href="https://youtu.be/o_v9WSImGIU">https://youtu.be/o_v9WSImGIU</a><br> +Killercats - Kaibu: <a href="https://youtu.be/qLYmtdi-GzA">https://youtu.be/qLYmtdi-GzA</a></p> +💌 Thank you for reading this via RSS 📡 + + + + Rise of the Cyber Resistance + https://libresolutions.network/articles/cyber-resistance/ + Mon, 10 Jun 2024 00:00:00 +0000 + + https://libresolutions.network/articles/cyber-resistance/ + + https://libresolutions.network//media/images/platos-cave.webp + + + Finding the path that works for you + <h2 id="confronting-the-techno-empire">Confronting The Techno Empire</h2> +<p>Humanity has a long history of overcoming complicated challenges, even self-inflicted ones. Tyrants desperately want you to believe their control is total, inevitable, and impossible to reverse. This belief is not only a self-defeating illusion, it&rsquo;s also very easy to dismantle. What&rsquo;s harder to dismantle is the idea that many modern technologies aren&rsquo;t inherently evil themselves.</p> +<p>For many, various devices and systems are themselves manifestations of the malicious intentions behind our modern digital experience. This is a perfectly understandable belief in many circumstances, smartphones themselves are notorious for being the gateway of online intrusion into people&rsquo;s daily lives. Even worse, many of the major companies laying the foundation for almost all of the software and devices we use <a href="https://unlimitedhangout.com/2021/05/investigative-reports/the-cover-up-continues-the-truth-about-bill-gates-microsoft-and-jeffrey-epstein/">are themselves attached</a> to shady organizations and hostile agendas.</p> +<p>Despite all this, there are many who are diligently working to unravel all of it, piece by piece. This can sound impossible until one takes the time to learn the fundamentals. When one starts to tune out all the propaganda and calm their fears of technological terror they can start to make progress at forging a different path. Those at the forefront of breaking new ground take the time to learn simple physics, a programming language or two, and a bit of engineering. The more skills these <em>cyber rebels</em> learn, the more cyberspace can be reclaimed for noble causes.</p> +<p>To those who take the time to reflect, things are in quite a recoverable state. We are a long way into rediscovering and mapping out the ideal software patterns and practices that avoid many, if not the vast majority of our modern-day woes. The truly immense challenges ahead are more fundamental and will require inspiration, creativity and a drive for real innovation. Low-level learning of circuitry, computer engineering, and how to program circuits will be the bedrock of the new cyber resistance. The cyber rebellion is all about making the best of what we have while building that which can truly work for the people rather than against them.</p> +<p>In the broader fight against tyranny, those with technological aptitude and understanding are vital in many underestimated ways. Just as vehicles adopting more surveillance technologies doesn&rsquo;t make mechanics evil or useless, it creates an opportunity for skilled individuals to participate in a better way. Salvage, reverse engineering, repair, and creation are all vitally important techniques that will only become more important over time. Those practices will also themselves highlight lessons that are crucial to truly improving the devices and systems we use.</p> +<h2 id="cyber-rebel-profiles">Cyber Rebel Profiles</h2> +<p>Despite aiming for mostly similar goals, many digital rebels operate completely differently and have wildly different preferences. Instead of working to unite the differing flavors and specialties into a single consensus, the optimal path forward requires finding ways in which they can compliment each other. Aligning over shared goals, and knowing when to set differences aside is one of the most valuable skills in these times. The following profiles are generalities, and a single person may find it advantageous to dabble in more than one area of focus.</p> +<h3 id="digital-nomad">Digital Nomad</h3> +<p>With almost every major platform having serious issues, digital nomads move from pasture to pasture to get the most out of what&rsquo;s offered until things turn sour. These people will likely focus on one or maybe two devices, generally preferring whatever works on-the-go. Simplicity and elegance are valued over having any and every feature available. Often they tend to be quite good software developers, happy to build something that suits their particular needs. Digital nomads prefer systems that works in close proximity like peer-to-peer messengers such as <a href="https://briarproject.org/">briar,</a> and ephemeral services like nostr.</p> +<h4 id="resources">Resources</h4> +<ul> +<li><a href="https://libresolutions.network/operations/shadow">Operation: Shadow</a></li> +<li><a href="https://nostr.net/">All about nostr</a></li> +<li><a href="https://blog.nihilism.network/servers/anon.html">Anonymity, Privacy and Plausible Deniability</a></li> +</ul> +<h3 id="cyber-homesteader">Cyber Homesteader</h3> +<p>Instead of taking the web for what it is, these individuals focus on building up their own micro-internet. Self-hosting services, using powerful hardware the cyber homesteader dreams of being able to provide fully-featured network of services for those around them. By building up their own services and community, a cyber homesteader is able to reduce reliance on the Internet as a whole. They have the advantage of leveraging the latest and greatest hardware to enable others to have reasonably secure infrastructure with a decent amount of work. With the same skills, even a pile of old hardware can be transformed into a micro data-center with a high amount of utility.</p> +<h4 id="resources-1">Resources</h4> +<ul> +<li><a href="https://alexgleason.me/blog/run-your-own-server/">A crash course on running your own servers on a shoestring budget</a></li> +<li><a href="https://blog.nihilism.network/selfhosting/index.html">Self-Hosting: Decentralisation and Privacy</a></li> +<li><a href="https://github.com/awesome-selfhosted/awesome-selfhosted">Awesome-Selfhosted</a></li> +<li><a href="https://delightful.club/">Delightful Lists</a></li> +</ul> +<h2 id="specializations">Specializations</h2> +<h3 id="archivist">Archivist</h3> +<p>Despite the problems of the current Internet, there&rsquo;s a tremendous amount of valuable information worth preserving. Never before has so much knowledge been able to fit in something as small as a simple microSD card. Just as immediately as people started sharing information, data was beginning to be eroded by time, technical changes, and <a href="https://corbettreport.com/episode-384-the-library-of-alexandria-is-on-fire/">outright destruction.</a> By curating a personal collection of data, the &ldquo;data-hoarder&rdquo; works to ensure valuable insights, great works, and magnificent art isn&rsquo;t lost to entropy forever.</p> +<h4 id="resources-2">Resources</h4> +<ul> +<li><a href="https://wiki.archiveteam.org/index.php/Introduction">Archive Team - Introduction</a></li> +<li><a href="https://archivebox.io/">ArchiveBox</a></li> +</ul> +<h3 id="computer-wizard">Computer Wizard</h3> +<p>A good developer is worth a great deal. With the right focus, well-made software can make what we want to do easier and what we don&rsquo;t want harder. These people are problem solvers through and through, the challenge is to get them interested in the right problems! Computer wizards are also excellent at securing software and systems. Those who learn from the cypherpunks will build systems that are resilient from surveillance and censorship alike.</p> +<h4 id="resources-3">Resources</h4> +<ul> +<li><a href="https://www.freecodecamp.org/news/what-is-programming-tutorial-for-beginners/">What is Programming? A Handbook for Beginners</a></li> +<li><a href="https://github.com/practical-tutorials/project-based-learning">Project Based Learning</a></li> +<li><a href="https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA">Fireship</a></li> +</ul> +<h3 id="mechanical-mind">Mechanical Mind</h3> +<p>Those with a sophisticated understanding of how hardware works on a physical level can make the impossible doable. Getting the most out of hardware that exists, or being able to reprogram logic circuits are skills that can resolve a great many problems. To a great mechanical mind there aren&rsquo;t good and evil devices, only components that can be stripped out and put to better use. With the ability to make the most out of existing components, and even build new ones, the opportunities are endless.</p> +<h4 id="resources-4">Resources</h4> +<ul> +<li><a href="https://lcamtuf.coredump.cx/">Icamtuf</a></li> +<li><a href="https://www.youtube.com/channel/UC6biysICWOJ-C3P4Tyeggzg">Low Level Learning</a></li> +<li><a href="https://learn.adafruit.com/">Adafruit guides</a></li> +</ul> +<h3 id="cyber-muse">Cyber Muse</h3> +<p>Those with a flair for presentation, can hone their skills in multimedia. No matter what the medium, their expertise is ensuring that tyrants can&rsquo;t stop the signal. Getting the word out by a variety of means, these cyber rebels work to ensure they&rsquo;re heard by other rebels and even those captured by the techno empire. Having a broad understanding of media formats, live production, and various multimedia skills allows them to be very useful in a pinch!</p> +<h4 id="resources-5">Resources</h4> +<ul> +<li><a href="https://kde.org/for/creators/">KDE for Creators</a></li> +<li><a href="https://www.davidrevoy.com/categorie3/tutorials-brushes-extras">Tutorials: David Revoy</a></li> +<li><a href="https://opensource.com/article/16/12/yearbook-top-open-source-creative-tools-2016">34 open source tools for creatives</a></li> +<li><a href="https://libresolutions.network/tags/digital-autonomy--the-arts/">Digital Autonomy and the Arts</a></li> +</ul> +<h3 id="retro-conservationist">Retro Conservationist</h3> +<p>Nostalgia not a dirty word! One can the principle of &ldquo;If it ain&rsquo;t broke, don&rsquo;t throw it away!&rdquo;. In the 2020s one would be very surprised at what can be accomplished with hardware from a decade ago. A retro conservationist is crucial to keeping systems running across long periods of time, having seen first hand how entropy treats machines. Our culture throws a lot away, and there&rsquo;s a great deal that can be repurposed instead of wasted.</p> +<h4 id="resources-6">Resources</h4> +<ul> +<li><a href="https://8bitnews.io/archive">8bit News</a></li> +<li><a href="https://retrocomputingforum.com/">Retro Computing Forum</a></li> +<li><a href="https://retrogamecoders.com/blog/">Retro Game Coders</a></li> +</ul> +<h3 id="futurist">Futurist</h3> +<p>There will always be those fascinated by the latest and greatest to see where the limits are. Following emerging trends can help those both new and experienced adopt new techniques or refine existing practices. Often there are useful new strategies that can be applied in other contexts. Those reflecting on the latest and greatest can get a sense for where new opportunities lie.</p> +<h2 id="battlefields">Battlefields</h2> +<p>But where will you find all these fantastic net warriors? If you&rsquo;re lucky you may find a couple sticking around on mainstream social media or accessible platforms, but these days you&rsquo;ll find a majority of them engaging in the fight for the web itself.</p> +<h3 id="independent-web">Independent Web</h3> +<p>We can rebuild the web by <a href="https://gabe.rocks/tech/reclaiming-cyberspace/">taking part.</a> No matter how bad search engines get, or how void of information mainstream websites become, there is always the opportunity of creating an oasis in the desert. Too many forget that the web itself is an open, decentralized, permission-less system that is vital in the fight to oppose tyranny in all its forms.</p> +<h3 id="decentralized-social-media">Decentralized Social Media</h3> +<p>To some it may come as a surprise to know that social media can already outside corporate control. There are a variety of protocols but the two major ones are nostr and activitypub, both effectively part of the larger <a href="https://libresolutions.network/tags/fediverse">Fediverse.</a> By migrating to owner operated systems surveillance and censorship can both be challenged directly, at the cost of working out how to cooperate in an open network.</p> +<h3 id="networks">Networks</h3> +<p>There&rsquo;s a very powerful tug-of-war going on. The fight to wrestle control over the entire single world-wide Internet has the potential to destroy it forever. Those interested in the ability for people around the world to challenge power have to wrestle with the consequences either way. There&rsquo;s a wide variety of strategies that can be employed, but overcoming this challenge requires a lot more study by brilliant minds.</p> +<h3 id="machine-brawl">Machine Brawl</h3> +<p>Changing the technological landscape over the long time requires changes in hardware. There is only so much that can be done in software, eventually more deliberate work is needed to make improvements. It is possible to reclaim many modern conveniences without sacrificing autonomy or privacy if effort is put into improving the very foundation of our digital experience. Those engaged in rewiring the future have a great deal of power to have a massive impact.</p> +<hr> +<p>If you&rsquo;d like to suggest a resource, feel free to <a href="mailto://gabriel@libresolutions.network?subject=resource">reach out!</a></p> +💌 Thank you for reading this via RSS 📡 + + + + What is Digital Autonomy? + https://libresolutions.network/articles/digital-autonomy/ + Tue, 28 May 2024 00:00:00 +0000 + + https://libresolutions.network/articles/digital-autonomy/ + + https://libresolutions.network//media/images/breaking-free-banner.webp + + + Aligning for a good future of technological innovation + <h2 id="when-big-brother-has-all-the-cards">When Big Brother Has All The Cards&hellip;</h2> +<p>It is clear to many that modern digital society includes at best trading away one&rsquo;s private life in exchange for fleeting novelty and convenience. At worst, we&rsquo;ve industrialized profiting off people&rsquo;s self-destructive traits to infantilize humanity mentally, socially, and even spiritually. These troubles have been long in the works, with minor exchanges here and there, but now the situation is dire and escalating.</p> +<p>Just as some people were beginning to grasp how large social media giants manipulate their feeds and minds for profit, an entirely new game has arisen. Companies hyping up their cloud &ldquo;AI&rdquo; chat interfaces as a substitute for any and all means of properly navigating information online. Google has been caught in a <a href="https://www.theverge.com/2024/5/23/24162896/google-ai-overview-hallucinations-glue-in-pizza">sticky situation</a> where its search would return ridiculous answers to ordinary queries. This is really only the tip of the iceberg when it comes to how the web may be transformed if the public acclimates to this form of finding information.</p> +<p>It&rsquo;s easy to hyper-fixate on the flawed use of &ldquo;AI&rdquo; in its present, quirky form. In doing so, one can completely fail to see how to overall trend is moving against people&rsquo;s ability to find information online, or even use their own devices. Not to be outdone, Microsoft decided to eliminate any doubt that the Windows operating system is spyware. Announcing a new feature called <a href="https://mashable.com/article/microsoft-recall-ai-feature-uk-investigation">&ldquo;Recall AI&rdquo;,</a> the system is intended to take at least a dozen screenshots per minute, potentially building a very complete user profile to be sold, or stolen off the device.</p> +<p>There is a frustrating sense of apathy and defeatism when these stories make headlines. Some will remark the creeping risk created by more surveillance and control, but ultimately many will simply shrug these concerns off like they have done in many other instances. Worst of all, those who do recognize some danger from these threats and encroachments will retreat into total nihilism and exclaim &ldquo;<em>nothing is really secure</em>&rdquo; or the all-time classic &ldquo;<em>they can get you anyways</em>&rdquo;. While both of these statements are indisputably true, it&rsquo;s wildly irresponsible to treat every security problem as a reason to care less.</p> +<p>In the spirit of being charitable, I don&rsquo;t believe the large numbers of people who are apathetic about privacy, ignorant about security risks, or even dismissive of concerns have malicious intent. It seems more likely that much of this is a form of <em>learned helplessness</em> developed over the long course of attempting to <em>adapt</em> to technological intrusion. Just as those who reject propaganda outright may feel weary from incessant long-term exposure, those who are subjected to digital slights may too regret them piling up.</p> +<p>It is not hopeless. It is easy to feel completely at a loss of what to do or where to go next. The solution involves identifying a guiding star to follow towards the right direction. That guiding star is <a href="https://techautonomy.org/"><em>Digital Autonomy</em>.</a> Which is the acknowledgement our natural rights such as bodily autonomy, freedom of conscience, as well as life, liberty, and happiness are not void in cyberspace. Protecting these natural rights in cyberspace requires more careful consideration of various technological systems and strategies.</p> +<h2 id="understanding-digital-autonomy">Understanding Digital Autonomy</h2> +<p>A simple definition of digital autonomy is <a href="https://www.compass.info/news/article/what-is-digital-autonomy-and-why-is-it-important/">the ability to retain awareness and control over your own affairs in the digital space.</a> This requires not only for systems and devices themselves to be transparent and consistent, but this also requires community stewardship and education. Many systems and devices are <a href="https://www.defectivebydesign.org/"><em>defective by design</em></a> in a variety of ways. Manufacturers will often impose restrictions to protect their interests at the user&rsquo;s expense, or online marketplaces can restrict you from <a href="https://arstechnica.com/gaming/2024/05/after-you-die-your-steam-games-will-be-stuck-in-legal-limbo/">content you&rsquo;ve paid for</a> or remove it entirely. These concerns sound trivial when applied to media, but are far more nefarious when it comes to personal devices or vehicles <a href="https://www.advrider.com/ride-smart-your-vehicle-or-your-neighbours-vehicle-is-spying/">spying on you</a> for a variety of entities. On the road we&rsquo;re taking, many goods are beginning to resemble smartphones in all the wrong ways.</p> +<p>Your digital belongings need to begin to more resemble your analogue possessions. When you use a notebook, you&rsquo;re likely not confused by the pages or lines inside it. It is not miraculously working to profit some other entity at your expense, and it is wholly yours as long as you choose to keep it. You have the ability to share it entirely, or even in individual sections, even sharing them with the wider world. Of course what is shared can generally be hard to un-share, but at least the choice is yours to begin with.</p> +<p>In many cases it isn&rsquo;t really about rebuilding everything, but merely how various tools are used and reworking particular features. Even relatively simple things go a long way to enhance a person&rsquo;s digital autonomy while using a system, such as intuitive menus that allow data to be painlessly exported. As more and more people learn to expect these simple methods, they can be further refined to synergize with existing solutions for an even better experience.</p> +<p>Unfortunately, many of the ideal solutions don&rsquo;t quite exist yet, or not in an easy to substitute way. As the public became accustomed to getting work done on cloud solutions, many offline-first workflows have largely faded into distant memory. There is a great deal of power to be regained as people rediscover, build or learn ways of doing computing work on their own systems without outside interference.</p> +<p>Despite what defeatists would have you believe, it is possible to build genuinely empowering technology. None of it would have ever been popular at all if there wasn&rsquo;t a spark of ingenuity that drew people in the first place. With a relatively small investment in education, experimentation and encouragement, we could transform the digital landscape to be entirely unrecognizable. Too many assume that a radically better digital future involves no online interaction at all, this is too pessimistic. It&rsquo;s entirely about setting the proper boundaries so that meaningful interactions are enhanced by new tools rather than governed by them.</p> +<h2 id="digital-autonomy-is-about-more-than-tech">Digital Autonomy Is About More Than Tech</h2> +<p>It is undeniable that the Internet has encroached too far into people&rsquo;s lives. It has gone so far that people in entirely unrelated domains feel the pressure of looming technocracy. I would encourage you to imagine how a vastly better digital ecosystem would impact your passions in life. As part of this conversation, I&rsquo;ve had the pleasure of hosting many conversations with people about how technology intersects with their passions to gain a finer understanding of these issues.</p> +<h3 id="digital-autonomy-and-fitness">Digital Autonomy and Fitness</h3> +<p>One of the more concerning trends these days is the encroachment of big data on our very bodies. It&rsquo;s important to carefully consider how health information can be weaponized individually and as a society. Never forget that the best health tool is your own mind.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/5bc7c687-b9a2-41ec-84d4-4ea7200c0776?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h3 id="digital-autonomy-and-resilient-living">Digital Autonomy and Resilient Living</h3> +<p>For those who are more <em>off-grid</em> it can be interesting to discuss the finer points of being connected to the wider world. I hope you&rsquo;ll enjoy this <a href="https://peertube.libresolutions.network/w/2ZJBHUtGjecNTaRCY9Stba">broadcast with Rebecca!</a></p> +<iframe src='https://peertube.libresolutions.network/videos/embed/1028cbe9-b1c1-4916-91f2-f5c9fbb81ee9?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h3 id="digital-autonomy-and-the-arts">Digital Autonomy and The Arts</h3> +<p>I am blessed to know many wonderful artists. They were generous enough to launch the digital autonomy discussions with me, and for that I am grateful.<br> +You can watch the entire playlist <a href="https://peertube.libresolutions.network/w/p/1nTQDQee8QWTn1YDC7Wz8H">on PeerTube</a></p> +<iframe src='https://peertube.libresolutions.network/video-playlists/embed/030e90e4-6bd1-4a8c-b332-9e438d2f21f3?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p><em>If you are at all interested in taking part, please consider <a href="mailto:gabriel@libresolutions.network?subject=Digital%20Autonomy%20and...">contacting me.</a></em></p> +<p>I would be pleased to connect with passionate individuals who are interested in sharing their challenges and hopes when it comes to how technology impacts our lives.</p> +<p>Please provide a short summary of your passion and what you&rsquo;d like to discuss!</p> +<h2 id="take-charge">Take Charge</h2> +<p>It&rsquo;s very easy to become overwhelmed. The goal isn&rsquo;t to change everything all at once at the same time. Just like many other transformative changes in life, this is a marathon and not a sprint. You can make simple changes like using Free Software tools like <a href="https://www.libreoffice.org/">LibreOffice,</a> <a href="https://www.blender.org/">Blender,</a> or <a href="https://inkscape.org/">Inkscape</a> to create your own media and documents. Those who are more ambitious may want to try to run their own home server with a variety of services like <a href="https://www.freshrss.org/">FreshRSS,</a> or even their <a href="https://libresolutions.network/articles/best-website-for-you/">own website</a>. The hard part would be migrating communications away from mainstream providers like Facebook. This involves working together with others to negotiate what best fits those participating.</p> +<p>There is a lot of opportunity in experimenting with and learning the large variety of techniques that people already use to break free from the cloud. As time passes it may be <a href="https://libresolutions.network/operations/bankroll/">easier to support</a> new device manufacturers, or large software projects to really create radical change. The more work that goes into solving this problem the easier things will get. There is little need to be dogmatic or impatient with others, any collaborative success will go a long way towards shaping the future we want.</p> +💌 Thank you for reading this via RSS 📡 + + + + Introducing Gitnuro + https://libresolutions.network/videos/gitnuro/ + Thu, 23 May 2024 00:00:00 +0000 + + https://libresolutions.network/videos/gitnuro/ + + + + + + https://libresolutions.network//media/images/gitnuro.webp + + + A FOSS Git Client for Newbies and Pros + <p><em>Many hands make light work</em>. This is the essence behind the idea of <a href="https://libresolutions.network/operations/beehive/">Operation: Beehive</a> which outlines how people can use various software collaboration tools for non-technical uses. Git by it&rsquo;s nature is an offline-first collaborative tool, this perfectly models what the optimal offline/online balance should be for many activities.</p> +<p>To maintain our digital autonomy, it&rsquo;s crucial to find ways to collaborate without being locked behind cloud platforms or locked-in services. This requires working in completely different ways than how Big Tech has trained people to collaborate within their digital walls. In scouring the net for research and ideas, I stumbled on <a href="https://github.com/JetpackDuba/Gitnuro">Gitnuro</a> which is described as a &ldquo;<em>A FOSS Git multi-platform client for newbies and pros.</em>&rdquo;</p> +<p>I hope you find this conversation with me and <a href="https://jetpackduba.com/">Abdelilah El Aissaoui</a> illuminating and inspiring. It was a pleasure to discuss not only his project but also his experiences and what people can do to support excellent software like Gitnuro. If we want to change the technological landscape for the better, it requires is to <a href="https://libresolutions.network/operations/bankroll/"><em>put our money where our needs are</em></a> and support independent developers and projects ourselves.</p> +<p>Abeliah himself gives some excellent tips on what actions people can take. Even simple things like opening quality issues, donations, or even a written thanks can go a long way to reinvigorate their efforts. I hope that you may consider sponsoring Abdelilah <a href="https://github.com/sponsors/JetpackDuba">on github,</a> or any other Free Software project that suits you well!</p> +💌 Thank you for reading this via RSS 📡 + + + + Digging Deep into Digital ID + https://libresolutions.network/videos/digital-id/ + Sun, 05 May 2024 00:00:00 +0000 + + https://libresolutions.network/videos/digital-id/ + + + + + + https://libresolutions.network//media/images/digital-id.webp + + + + <p>Join Gabriel &amp; <a href="https://whiteroseintelligence.com">Liam Sturgess</a> in a discussion taking a look at the video <a href="https://video.canadiancivil.com/w/e4TDrHhd1wHEsTSvK2wCjU">Canada Fell Behind on Digital ID</a> by Canadian Civil. The video contrasts Canada&rsquo;s government log-in systems against Australia&rsquo;s RealMe single sign-on, making the argument that Canada should make changes. This video, presents an opportunity to learn from advocates for strong <a href="https://libresolutions.network/articles/digital-id">Digital ID</a> systems, and to refine our understanding of the merits and pitfalls of that position.</p> +<p>Take the opportunity to watch our response to Canadian Civil&rsquo;s video. You&rsquo;ll likely be surprised about how much you can learn by listening to fierce advocates on &rsquo;the other side&rsquo; on this issue and others. It is far better to be equipped with awareness of your opposition&rsquo;s arguments, rather than to be disarmed by ignorance. We&rsquo;ll encounter some of the very strong arguments behind changing the way Canada currently does things, but also our concerns about how that change may take place.</p> +<h3 id="learn-more">Learn more</h3> +<ul> +<li><a href="https://rumble.com/v2vvbrj-identity-is-yours-and-yours-alone-microjourneys.html">Identity is Yours, and Yours Alone - Microjourneys</a></li> +<li><a href="https://www.immigrantdefenseproject.org/wp-content/uploads/Digital-IDs-FAQ.pdf">Understanding the Risks of Digital IDs</a> (PDF)</li> +<li><a href="https://unlimitedhangout.com/2023/10/investigative-reports/sdg16-part-2-enforcing-digital-identity/">SDG16: Part 2 — Enforcing Digital Identity</a></li> +<li><a href="https://youtu.be/G1AjkYFlPF4"> Why Covid-19 is the perfect Privacy by Design case (By Stephan Engberg)</a></li> +<li><a href="https://www.alilybit.com/p/global-progress-in-digital-identification">Global Progress in Digital Identification Systems</a></li> +<li><a href="https://mobileidworld.com/alberta-opens-search-digital-id-executive-director-042607/">Alberta Searches for Digital ID Director Even as Premier Denies Program’s Existence</a></li> +<li><a href="https://thespinoff.co.nz/internet/07-12-2021/what-is-realme-and-why-do-people-hate-it-so-much">What is RealMe and why do people hate it so much?</a></li> +<li><a href="https://web.archive.org/web/20211118132100/https://www.health.govt.nz/system/files/documents/pages/ministry_of_health_position_statement_on_the_management_of_unvaccinated_individuals_in_healthcare_settings_.pdf">Ministry of Health position statement on the management of unvaccinated individuals in healthcare settings</a></li> +<li><a href="https://wiki.whiteroseintelligence.com/en/SMART-Health-Card">SMART Health Card</a></li> +<li><a href="https://rumble.com/v10t0w0-dig-it-104-digital-id-blockchain-and-databases.html">Dig It! #104: Digital ID, Blockchain &amp; Databases </a></li> +<li><a href="https://corbettreport.com/digitalid/">Episode 415 – The Global Digital ID Prison</a></li> +<li><a href="https://reclaimthenet.org/canadas-conservatives-realize-they-cant-be-anti-digital-id-and-pro-online-age-verification">Canada’s Conservatives Realize They Can’t Be Anti Digital ID and Pro Online Age Verification</a></li> +<li><a href="https://www.michaelgeist.ca/2024/01/bill-s-210-is-just-the-beginning-how-a-canadian-digital-lobby-group-is-promoting-a-standard-to-foster-widespread-adoption-of-age-verification-technologies-in-canada/">Bill S-210 is Just the Beginning: How a Canadian Digital Lobby Group is Promoting a Standard to “Foster Widespread Adoption of Age Verification Technologies in Canada”</a></li> +</ul> +<p>Due to many technical issues during recording unfortunately the production quality is not as desired. Some cleanup was done, but my apologies for the overall visual quality.</p> +💌 Thank you for reading this via RSS 📡 + + + + Understanding Hostile Cyberspace + https://libresolutions.network/articles/hostile-cyberspace/ + Thu, 02 May 2024 00:00:00 +0000 + + https://libresolutions.network/articles/hostile-cyberspace/ + + https://libresolutions.network//media/images/bad-network.webp + + + Making sense of various online threats to privacy and security. + <p>To make deliberate decisions to improve one&rsquo;s own privacy and security, one must make sense of cyberspace itself, and how it can be weaponized. With the benefit of hindsight, it is quite easy to see the traps that were set out for the public. The great news is that there is a phenomenal amount of <a href="https://gabe.rocks/tech/reclaiming-cyberspace">territory to be reclaimed</a> when people take action. Even a relatively simple shift to offline-first workflows will do wonders to secure control over one&rsquo;s information. Of course, not all applications can be carried out entirely offline. For a variety of reasons, one must make use of the Internet and online services built on top of it. This piece will help people learn to discern the various risks related to <em><strong>hostile cyberspace</strong></em>, to better choose what to use and how.</p> +<h2 id="cyberspace-fundamentals">Cyberspace Fundamentals</h2> +<p>What makes computers amazing is that they can talk to each other. Software you use can connect with software running on other machines to do all kinds of fascinating and interesting things. <strong>Cyberspace</strong> is any and all connected machines, including the services and apps running on them. These apps, services, and websites will all have various features and functionality. Unfortunately not all of this functionality is harmless. Spying, censorship, and even manipulation can be omnipresent threats on various websites and apps. One of the more un-intuitive network security problems is that these machines <em>can lie to each other</em> which is the root of many serious concerns. Setting aside some of these more advanced concerns, we&rsquo;ll explore how cyberspace is structured.</p> +<h3 id="there"><em>There&rsquo;s No Place Like Home</em></h3> +<p>Home is the machine you&rsquo;re running. Provided you&rsquo;re not infected with <em>malware,</em> this is your kingdom. You can decide which services to run, what to do with files, and whatever else suits your needs. With enough knowledge you may even be able to modify the device itself to change fundamental behavior. There are many ways for programs to share data on your own machine if you wish, and a great deal that you can do without connecting elsewhere.</p> +<p>Generally, you&rsquo;ll have a <a href="https://libresolutions.network/articles/diy-audit/#browsers"><em>web browser</em></a> installed on your device so you can reach the <em>world wide web</em>, and the variety of services on it. This is often where most users will spend most of their time if they have not yet been assimilated into a wide variety of cloud-based services. The browser is a very sophisticated program that loads web sites from all over the Internet, but also has many advanced features for web applications. Ensuring that your browser itself is not vulnerable to intrusion, or giving away unnecessary information is vital to your own privacy online.</p> +<p>Other applications can also interact with online services. Using programs to load data from the web is fairly common, but can also have many of the same concerns as using a browser. Since browsers can generally be uniquely identified by their <a href="https://www.amiunique.org/">fingerprint,</a> specialized software may be designed to access online information without divulging as much information. Some information leakage is unavoidable. By accessing an online resource it is inherently impossible to hide the fact that you&rsquo;ve reached a particular service. The moment your request leaves your own network, it is now under control of the remote operators, and potentially others in-between.</p> +<h3 id="reaching-out">Reaching Out</h3> +<p>To retrieve information from the Internet, your request has to be routed across the world. The server may be next door, or all the way across the ocean. To make this happen, various <em>routers</em> will forward along the request to others towards the destination. Once the request is received the response is then forwarded all the way back to your system. Without any issues on the part of the service you connect to, it&rsquo;s entirely possible for traffic between you and your destination to be copied, spied on, censored, or even manipulated. This is why the web uses encryption (HTTPS) to ensure that you have a secure connection to a server. Keep in mind that there are ways this can be overcome. Network security is it&rsquo;s own challenge when it comes to these problems.</p> +<p>Assuming that your connection to the service isn&rsquo;t being interfered with or abused in any way, it is unfortunate that the <em>service itself</em> can betray your trust in all kinds of un-intuitive ways. The phrase &ldquo;If it&rsquo;s free, you&rsquo;re the product.&rdquo; certainly applies. Unfortunately, being a paying customer is no inherent defense from malicious activity. Beyond merely selling your data, the service itself can expose you to <a href="https://www.mcafee.com/learn/what-is-malvertising-and-how-do-you-avoid-it/">malware through advertizing</a> or even require you to install dubious software. One of the major contributors to the <a href="https://libresolutions.network/articles/dead-internet/">death of the web</a> is search engines driving traffic to hostile web pages that make browsing the web it&rsquo;s own challenge. To make matters worse many services are hostile to users using privacy enhancing technologies like Tor or those connecting from proxies. By requiring users to reveal their real IP address, they are exposed to having their location, or even identity potentially uncovered.</p> +<h3 id="far-far-away">Far, Far Away</h3> +<p>That is not the end of potential troubles. The online services you use could be reliant on other services. These distant providers may have undesirable implications for the service itself and your use of it. These <em>third-party services</em> are generally responsible for many privacy risks, but for a high-value target they may even be a security concern. This risk is so serious that many governments are questioning how it can impact <a href="https://libresolutions.network/articles/government-in-tech/">their own data sovereignty.</a> This is a much more difficult problem to resolve because such information may not be readily available. For the more surface-level technical details a service like <a href="https://builtwith.com">BuiltWith</a> may help, but for some services you&rsquo;ll never have a complete (or honest) picture.</p> +<h2 id="defining-hostile-cyberspace">Defining &ldquo;<em>Hostile Cyberspace</em>&rdquo;</h2> +<blockquote> +<p><strong>Hostile cyberspace</strong> is any and every online site or service that engages in malicious activity such as:</p> +<ul> +<li>Harvesting data</li> +<li>Manipulating people</li> +<li>Sharing or failing to secure user data</li> +<li>Censoring or manipulating content</li> +<li>Provides features at the expense of dependence (vendor lock-in)</li> +<li>Distributes malware or serves ads that do</li> +</ul></blockquote> +<p>This includes a vast majority of the Internet. The most blatant examples would be mainstream social media, many smartphone apps and cloud productivity software. An un-intuitive example of hostile cyberspace would be sites and services that <a href="https://libresolutions.network/articles/alt-tech/">abuse your trust</a> with bad practices. The root of hostile cyberspace is making use of storage/bandwidth or computing power that isn&rsquo;t entirely under your control, or that of those you trust. <em>Trust</em>, in this circumstance, means more than congeniality, but responsibility, stewardship, and competence.</p> +<h3 id="people-farming">People Farming</h3> +<p>The line between corporate data-harvesting and state surveillance gets ever blurry. The more and more people relying on a single giant organization the more value there is in exploiting and subverting the users and their information. This unfortunately creates a feedback loop where large services can use power gained from large user counts to capture or leverage against other people. Selling user data for profit is one such feedback loop, but there are many others.</p> +<p>In our time it is not simply about money, influence over minds, especially large numbers, can easily be converted back into money or other forms of power. Profiting off people&rsquo;s online activity aligns incentives to ensure that people are encouraged, or even addicted to being constantly online for the sake of being online, to their own detriment. Taking control of your own mind requires making deliberate choices about what online organizations and systems you allow to influence or even govern your information and activity.</p> +<h2 id="shields-up">Shields Up</h2> +<p>When one knows that they are interacting with hostile cyberspace there is a variety of measures that can be taken. The most basic but also very efficient measure is to use ad-blockers or other protections like disabling scripts and remote resources. By &ldquo;locking down&rdquo; your browser you limit what can ultimately be used against you. On the network side, you can proxy your requests through a remote server or anonymizing software like Tor. This is useful in situations where you don&rsquo;t want either your location, or precise network details to be known. Using random or otherwise false personal information to fill out forms is one of many ways to work against active data collection.</p> +<p>None of this, is a silver-bullet however. The more one interacts with hostile cyberspace the more opportunities are presented to compromise the user, thus raising the complexity of proper countermeasures. It can be easy to overlook particular technical details that undo all the work of protecting oneself in hostile cyberspace. It is always about a cost-benefit between what you&rsquo;re willing to do to prevent bad outcomes. The most efficient means, is to merely avoid hostile cyberspace by making use of personal or offline alternatives where possible.</p> +<h2 id="avoiding-hostile-cyberspace">Avoiding Hostile Cyberspace</h2> +<p>While the majority of the Internet is hostile to your digital autonomy, it would be a mistake to believe that it is entirely so. A non-trivial portion of the web includes many sites that merely provide information and don&rsquo;t engage in the wide array of nefarious practices. Unfortunately in many cases they do not get the same amount of attention due to not usually being commercial ventures. There are rare services and online communities that do value and take responsibility for protecting user information and providing beneficial tools.</p> +<p>For example, databases of valuable or detailed information aren&rsquo;t necessarily something someone wants to download entirely just to look up a few items. It makes sense for an entity to provide a means for the public (or customers) to have easy access to specific information. This only becomes nefarious once users themselves become a means to a different end than providing information as a service.</p> +<p>Another example would be cloud services that make use of open standards and Free Software. Taking proper measures to protect user data (such as encryption under control of the user, and good security practices), much can be done to run a service or platform quite responsibly. Useful features like being able to export data or media, as well as run your own instance can provide people the means to try new options before they&rsquo;re ready to commit to maintaining them themselves.</p> +<p>Ultimately, simplicity is the key. Over-complicated or ambitious solutions can fail in bizarre or unexpected ways. Reasonable expectations, and a pinch of caution can go a long way to make better choices.</p> +💌 Thank you for reading this via RSS 📡 + + + + Is This The End? + https://libresolutions.network/articles/end-of-the-web/ + Thu, 18 Apr 2024 00:00:00 +0000 + + https://libresolutions.network/articles/end-of-the-web/ + + https://libresolutions.network//media/images/web-dead.webp + + + How long can the free and open web survive attacks at every level? + <h2 id="will-we-watch-the-end-of-the-free-and-open-web">Will We Watch The End Of The Free And Open Web?</h2> +<p>These days, people are quick to attack the web for how it is, or more precisely how they make use of it. It doesn&rsquo;t take a technical mind to notice that &lsquo;browsing the web&rsquo; has felt less like an adventure, and more like being at the console for a nuclear power plant. Day-to-day things are boring, but every once in a while panic rises and simple mistakes can have disastrous consequences. People who were around to see it generally miss how the web was before corporate social media: small sites and small communities. We have forgotten the power of small niche online interactions.</p> +<p>Simple sites, created for fun or as quirky experiments. Among them even blogs containing unique treasures, galleries of personal photography and art. As online communities grew larger things became so much more serious, and the barrier between the far away alternate reality of the web and real life was fractured. This barrier would crack, and eventually break once a critical mass of people were nudged into not just being online, but being <em>themselves online.</em> It is quite ironic then, that much of the generations that brought themselves to the open web, may be the ones to see it&rsquo;s demise. A light dims in the distance, as we begin to forget what it was even for.</p> +<p>The <a href="https://corbettreport.com/media/">Media Matrix</a> has caught up with the Internet Age. Large institutions are no strangers to this rich new medium of the millennium. Far from it, they&rsquo;re already very <a href="https://libresolutions.network/articles/government-in-tech/">far into the process</a> of remolding what could have been into what serves their interests. No longer a refuge from censorship (to the degree it was), or even the insanity of the world, the Internet is far less free than it could be. Corporations lead the charge on surveillance, building all-pervasive <a href="https://libresolutions.network/videos/data-shedding/">real-time monitoring of every person</a> who didn&rsquo;t take proactive measures to limit contact. Governments chose to work to restrict dissent that threatens preferred policies and power. Despite the early Internet being well within living memory, it is no longer for individuals.</p> +<h2 id="internet-war-measures">Internet War Measures</h2> +<p><a href="https://twitter.com/Snowden/status/1779920066840055847">Snowden warns</a> that this week, the NSA is being given control over the Internet. This is done through extending the powers in the Foreign Intelligence Surveillance Act (FISA) section 702, allowing the <a href="https://tube.tchncs.de/videos/watch/f4031e9e-e6a0-4060-b1f7-145723a18612">NSA to compel</a> communications services to act as part of the country&rsquo;s surveillance apparatus. The United States is not unique in this regard, there has been an ongoing assault on citizen&rsquo;s digital autonomy that has only escalated since 2020. Late last year, the EU <a href="https://libresolutions.network/articles/eu-cyberwar/">proposed</a> regulation to back-door web traffic as well as build a digital identity framework.</p> +<iframe src='https://tube.tchncs.de/videos/embed/f4031e9e-e6a0-4060-b1f7-145723a18612?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>Warfare has changed, and so too has the players. While nations still have conflicts with nations, governments are also becoming more tyrannical as they start to see the public as a threat to their uncontested power. This is made worse by private entities like multi-national corporations increasing their own power, locking large institutions into a negative sum game. No matter what the outcome, people will be worse off for the scramble. As geopolitical, economic, and other tensions rise we can fully expect for institutions to seize and abuse more and more power.</p> +<p>This means that the Internet is just another battlefield. To maintain untenable policies, institutions first seize control over information, then communication, and lastly the people themselves. The free and open web isn&rsquo;t the reason why liberty is at risk worldwide, it&rsquo;s merely one of the early obstacles to all kinds of atrocious acts. It&rsquo;s easy to forget that many online services can stay very much intact while the ability for people to share vital information or cooperate can be taken from them entirely. Too many fall into the trap of believing that the web is entirely a tool of oppression, and underestimate it&rsquo;s value for opposing tyranny.</p> +<h3 id="where-do-things-go-from-here">Where Do Things Go From Here?</h3> +<p>Structural assaults such as <a href="https://libresolutions.network/articles/broken-internet/">ISP-Level De-platforming</a> and other interventions make the death of a single Internet for the world all the more certain. As corporations and governments develop their own <em>great firewalls</em> to micro-manage communication, the net will be fractured into a variety of <a href="https://theweek.com/news/technology/961002/what-is-the-splinternet">splinternets.</a> These &ldquo;split internets&rdquo; will be highly-controlled networks that one may be allowed access to use particular services. This is effectively the final-form of <em>hostile cyberspace</em> where any communications, content, or even access is completely under control of the operators. Such access can be gated behind authentication or even identification.</p> +<p>As this escalates, one can fully expect all but the most trivial discussion migrating to <a href="https://libresolutions.network/operations/shadow">darknets</a> while they still function. People themselves will either choose to work within an increasingly hostile and constrained digital environment, or will spend more and more time actively working to resist it. Eventually, this work will eventually culminate in small groups creating their own small internets. Community networks become much more important, and specialized tools will be highly sought after.</p> +<p>The great danger is if people entirely lose the ability to communicate with the outside world. While the tragedies of the world may weigh heavily on some, it is vital that people do not forsake the world or allow ourselves to be forsaken by it. If tyrants are permitted to perfectly isolate people from each other with the powerful tools that exist today, widespread atrocities are all but inevitable. This is the real challenge before us. Not to save a particular website, not to reform a particular service, or even to seize control ourselves. The single objective is to preserve people&rsquo;s ability to challenge abuse of power and to victimize the defenseless. This requires getting serious <em>and realistic</em>. It is far beyond anyone to single-handedly resolve all of it. Instead it&rsquo;s critical to prioritize actionable meaningful steps that can be replicated widely for maximum impact.</p> +<h2 id="the-simple-heroics-of-a-lost-cause">The Simple Heroics Of A Lost Cause</h2> +<p>When one recognizes the value that a free and open web presents to those who wish to hold abusive authority accountable, the more precious even relatively simple things become. When one thinks of a hero, they often think of a champion who receives the praise of all the world and recognition in history. People forget the anonymous everyday heroes who make small acts of charity, cooperation, and hope. The independent web does not need to have the best servers, the most clever software, or even the best minds to make it thrive. It does not need to compete with corporate networks and government control. People working to create, learn, and share together is always enough to make a difference.</p> +<p>It&rsquo;s easy to underestimate the resilience of the World Wide Web. For all it&rsquo;s faults, and all the concessions made, it&rsquo;s still an amazing <a href="https://hypermedia.systems/hypermedia-reintroduction/">hypermedia system.</a> Just as regimes can destroy books, there will always be people who have preserved them. A single person, can have <a href="https://gabe.rocks/tech/reclaiming-cyberspace/">an immense impact</a> to work to preserve and restore information, digital technology has made this phenomenally easier. As long as people have access to digital tools, there will be people willing to store and share important information. The beauty of <a href="https://libresolutions.network/best-website-for-you/">simple web sites</a> is that not only can they make use of many modern media formats, but they&rsquo;re pure data. This means that they can be distributed all kinds of ways.</p> +<p>It&rsquo;s time to seriously consider how you want to take part and make your mark on the future of cyberspace. Will people continue feeding data, money, and power to the machine until the end? No matter where things end up, we still have a choice today. We can choose what services we want to use, run or share. We can make deliberate decisions on which technology we wish to use and avoid, while supporting the right of others to refuse to be locked in. <em>Your participation matters,</em> and every little action has an impact that can build up over time.</p> +💌 Thank you for reading this via RSS 📡 + + + + Unjected Shows Nothing But Contempt For Their Users + https://libresolutions.network/videos/unjected/ + Fri, 12 Apr 2024 00:00:00 +0000 + + https://libresolutions.network/videos/unjected/ + + + + + + https://libresolutions.network//media/images/videos2.webp + + + A cautionary example from an arrogant endeavor. + <p>Earlier this week, I hastily recorded a video for the <a href="https://libresolutionsnetwork.substack.com/p/how-stupid-do-they-think-you-are">substack newsletter</a> to dennounce the <a href="https://rumble.com/v4oo5qu-the-unjected-show-058-turbo-cancer-in-youth-or-accelerated-aging.html">astounding behavior by Unjected</a> in response to news breaking of their site being found to have <a href="https://www.dailydot.com/debug/anti-vax-dating-site-unjected-private-user-data-dms/">serious vulnerabilities.</a> Instead of informting their users of the risks of their information being vulnerable, the company instead would prefer to downplay and dismiss any concerns and mislead their users about what steps they <em>should</em> take to protect their private information.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/f3d724a9-ca6e-4a30-be98-362d0fdafebe?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>I have included the video here for anyone who may like to see an exemplary example of the attitude you DON&rsquo;T want to see in operators of a site you frequent. It&rsquo;s important that people learn <a href="https://libresolutions.network/articles/alt-tech/">Lessons from Alt-Tech Failures</a> of the past. It&rsquo;s highly concerning how various ventures will take people&rsquo;s values or identity to wear a skin-suit of them for <a href="https://libresolutions.network/articles/redirecting-resistance/">self-serving reasons.</a> Educate your friends and family of the risks of data breaches, and try to choose only online services you can trust, better yet consider <a href="https://comfy.guide/">self-hosting</a> what you can.</p> +<p>More importantly, don&rsquo;t let people use the scare tactic of &ldquo;<em>the government can get everything</em>&rdquo; to dissuade you from putting in the effort to reinforce your own privacy and security. There are many advantages to even incremental steps that can resolve future problems.</p> +<div class="image-container"> + +<a href='https://libresolutions.network/media/diagrams/threat%20modeling.webp'> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/threat%20modeling.webp' +> + +</a> + + + +</div> +💌 Thank you for reading this via RSS 📡 + + + + Lessons from Alt-Tech Failures + https://libresolutions.network/articles/alt-tech/ + Mon, 08 Apr 2024 00:00:00 +0000 + + https://libresolutions.network/articles/alt-tech/ + + https://libresolutions.network//media/images/cyberwar.webp + + + Understanding the dangers of letting down your guard. + <p>Data breaches are a serious problem. We do not live in an environment where it is safe for people&rsquo;s PII (Personally Identifiable Information) to be widely available. When somebody&rsquo;s data is leaked or stolen, there can be and have been serious repercussions for that person. It is desperately important that we not only carefully choose the platforms we use, but also that they’ve taken steps to protect their users from risks related to <em>the platform itself</em>. This piece aims to highlight examples where so-called “Alt-Tech” platforms have failed to do so, and hopefully provide meaningful insight from those experiences.</p> +<p>Big Tech has its own share of blame. By providing convenient access to privately owned (but often publicly funded) infrastructure, people have been lulled into a position of not only dependence, but outright helplessness. If it had not been for the model of <em>everyone throws their private information into a handful of nominally-free services</em>, it&rsquo;s possible that problems we have to account for today wouldn&rsquo;t exist at all.</p> +<p>Breaking free requires more than simply switching providers. Consolidating information into a single large target has its own risks, changing the operators of it do not inherently resolve those risks. Sadly, it is all too easy for people to fall into the trap of supporting ill-equipped, negligent or outright malicious providers if they merely <a href="https://libresolutions.network/redirecting-resistance">brand themselves differently.</a> As more people are and have been pushed out of mainstream providers due to escalating and extreme censorship, they may fall into outright traps.</p> +<h2 id="can-you-trust-an-online-service">Can You Trust an Online Service?</h2> +<p>What most people underestimate these days is the position of trust one puts into any service they use, but especially those they share important information with. Those who profit off mass data collection are very content to keep this information in the dark. By connecting to an online service you are at minimum trusting the fact that you&rsquo;ve accessed it won&rsquo;t be used against you. The problem with data about you being leaked online is that suddenly you&rsquo;re not just worried about big brother, but now you have to ask yourself if you have &lsquo;<em>nothing to hide</em>&rsquo; from extremist political rivals, people with personal grudges, and a large variety of online cyber-criminals.</p> +<p>There are many concerns even for well-managed services:</p> +<h3 id="passive-data-collection">Passive Data Collection</h3> +<p>For the most part, most people are essentially navigating <em>hostile cyberspace</em>. Passive data collection is what&rsquo;s collected by simply interacting with the service. From tracking scripts to ads, there are many dangers inherent to online services that people will mitigate with tools such as ad-blockers and firewalls. That&rsquo;s only part of the picture however, as there are many nominally benign forms of passive data collection, which may include:</p> +<ul> +<li>Recording the IPs of your visits</li> +<li>Technical details of your device or application (<em>fingerprinting</em>)</li> +<li>Storing your activity across the platform</li> +<li>Logs recording information across time</li> +</ul> +<h3 id="active-data-collection">Active Data Collection</h3> +<p>Active data collection is information you have to explicitly provide the service, this can be your account details, ID verification, or any posts and interactions made on the service. Active data collection can include a wide variety of forms including:</p> +<ul> +<li>Log-ins &amp; Sessions</li> +<li>Posts and uploads</li> +<li>Requested personal information and documentation</li> +<li>Payment information</li> +</ul> +<h3 id="third-parties">Third-Parties</h3> +<p>Of course, any nominally dissident service can defeat all the efforts of putting together a rock solid service by slapping Google Analytics on it to track their users. To go even further, it&rsquo;s worth considering the entire &ldquo;tech stack&rdquo; that the service is built on. Is it dependent on hosting from Amazon Web Services or Microsoft Azure? Is it making use of hosted providers that themselves can be restricted or abused? The sad truth is that a lot of malicious activity can be hiding behind a pretty website or smartphone app.</p> +<h3 id="application-exploits">Application Exploits</h3> +<p>Even in an online service designed with the best of intentions, there are ways in which simple errors can create devastating security breaches. When there is a <em>security vulnerability</em> in the application running the service, additional data can be stolen from third-parties and misused. The impact can vary greatly in scale and scope: from impacting a small portion of the service, to potentially giving hackers and the curious alike admin-level access. Even worse, application exploits are a very important tool for hackers to gain system-level access to the operator&rsquo;s systems.</p> +<h3 id="system-compromise">System Compromise</h3> +<p>System compromise is a disastrous and serious concern. It&rsquo;s hard to imagine things worse than an application exploit giving the hacker admin-level access, but system compromise gives access to every component of the services that run the platform. This means that those who gain access can then modify records, cover their tracks, introduce new &ldquo;features&rdquo;, or disable others. The platform is effectively under new management and any information that&rsquo;s available (far more than one would think) is vulnerable to destruction and publication. Without proactive vigilance from service operators intrusion can go undetected for quite some time.</p> +<h2 id="examples-alt-tech">Examples: Alt-Tech</h2> +<p>It may seem unfair to focus on &ldquo;Alt-Tech&rdquo; when there are many data-breaches in Big Tech services. It&rsquo;s true that data-selling and data breaches are a serious problem on those platforms, but this is a known problem. What&rsquo;s harder is when people starting a venture to <em>replace</em> Big Tech are naive or flippant about the many security risks. In the name of <em>being better</em> than Big Tech these ventures are also taking on the massive challenge of properly safeguarding their users&rsquo; data. Especially when one is aiming to provide services for people who are being mistreated by their own governments. When working to help protect others from state overreach, they should realize the seriousness of their task increases their responsibility significantly. Some may sadly fall into a false sense of security when it comes to so called &ldquo;alt-tech&rdquo; alternatives. While a service that isn&rsquo;t deliberately selling your data can be an improvement, one that gets breached can end up being just as dangerous if not more. When hackers seize the data from a service people trust maybe a bit too much, it can transform that service into a de-facto <em>honeypot</em>, even if the providers had no intention of being such.</p> +<h2 id="ledger">Ledger</h2> +<p>Those of you thinking ahead may have anticipated web3 as a solution. Unfortunately, there are many impure implementations of Web3 that allow for private profit and project governance. These projects are just as vulnerable as any other web service. Despite the security advantages of a hardware wallet, the associated Ledger service had <a href="https://haveibeenpwned.com/PwnedWebsites#Ledger">its own breach</a> in summer 2020. This is highly concerning alone due to the privacy and security benefits one may assume from using a dedicated security solution. The breach includes physical addresses, which is a very dangerous data-point to have exposed for many people.</p> +<h2 id="parler">Parler</h2> +<p>Despite being de-platformed by Amazon Web Services, activists managed to scrape a large variety of public posts and upload terabytes of user content to The Internet Archive. This wouldn&rsquo;t have happened if Parler had dead-simple rate-limiting features that many other services will have to basically keep bots in check. The lack of such feature, and other bad design choices <a href="https://www.wired.com/story/parler-hack-data-public-posts-images-video/">created the problem.</a> The scraping of public data is a grey zone when it comes to data protection. In many circumstances it&rsquo;s not considered a real Data Breach. For the purposes of the impact it has on individuals, it often won&rsquo;t have much of a difference. In this case, Parler&rsquo;s data was used to create an <a href="https://www.theverge.com/2021/1/14/22231749/parler-interactive-map-video-gps-capitol-attack">interactive map</a> of protestors and identify them for legal action or vigilante retaliation. Regardless of how one feels about that particular protest, it&rsquo;s worth keeping in mind that this tactic would be effective against any protest that isn&rsquo;t overwhelmingly popular.</p> +<h2 id="gab">Gab</h2> +<p>Given the creator&rsquo;s decisions over the years, It&rsquo;s hard to take Gab seriously. Originally created by a &ldquo;buy a website&rdquo; <a href="https://williamwelna.wordpress.com/2017/01/02/destroying-gab-with-words-on-a-screen-but-at-least-its-not-livejournal/">online shop called Pusher,</a> the social media site has had a long history of bizarre technical issues. In hopes to resolve some of these, Gab eventually used the code from the Federated Social Network Mastodon. This created some issues as the mainstream Fediverse urgently reacted to <a href="https://fediverse.wiki/wiki/The_Gabbening">work against</a> Gab&rsquo;s inclusion into the wider network, a political decision that emboldened a culture of thought-policing over parts of the Fediverse. Despite this some other servers would have been interested in federating, but Gab itself decided to not maintain federation.</p> +<p>Eventually, Gab had <a href="https://www.campfire.wiki/doku.php?id=gab">its own data breach</a> leaking 70GB of user information. The site DDOSecrets is holding on to the data and scraped additions. They claim to have restricted access to the data to &ldquo;journalists and researchers&rdquo; for what little that&rsquo;s worth. This data was one of many treasure troves of data used to research not just <a href="https://stacks.stanford.edu/file/druid:ns280ry2029/20220601_gabufacturing_dissent.pdf">extremism,</a> but also a large swath of people who were displeased with mainstream social media and sought an alternative.</p> +<p>One can choose to believe that Mr. Torba is sincere in his effort to legitimately represent a large amount of the American public hoping to dissent against various policies. This gets harder to believe when the CTO of Gab has threatened to abuse data to <a href="https://archive.is/Z7MXi">build profiles</a> on their own users. Ever since the site announced they would be <a href="https://news.gab.com/2024/03/social-media-as-we-know-it-is-dead-and-ai-killed-it/">pay-walling media attachments,</a> the rise of anti-anonymity rhetoric by the founder and others is highly concerning. To be clear, it makes no sense to use your personal information on a site with a long history of security issues, no matter what their cause is.</p> +<h2 id="unjected">Unjected</h2> +<p>Data breaches from dating sites are a non-trivial concern even in ordinary circumstances. People are encouraged to share intimate details about themselves they likely wouldn&rsquo;t on other services. Despite a fairly small amount of users, the &ldquo;dating site for the unvaccinated&rdquo; is a particularly troubling example. The <a href="https://archive.is/uZrJC">technical details</a> are very much worth reading, but an attempt to do them justice will be made. The whole saga involves an embarrassing attempt to downplay and dismiss grave security concerns. When building a service for a community of people one feels are in need of special protection, a lack of concern for user information is a serious red flag.</p> +<p>In mid 2022 <a href="https://www.campfire.wiki/doku.php?id=unjected">Unjected</a> was caught with their pants down with an application exploit that was <a href="https://archive.is/bJHcM">trivially easy to avoid.</a> Despite its simplicity, that exploit allowed someone to have full admin access immediately. To make things worse, there were other exploits discovered, the site effectively didn&rsquo;t enforce any security at all. Once somebody knew the paths for particular items, they could access whatever they wanted. This meant that from the beginning the site had no real security, only <a href="https://en.wikipedia.org/wiki/Security_through_obscurity">security through obscurity</a> which doesn&rsquo;t help for long, if at all.</p> +<p>The Severity of the security risks raise more than just technical concerns. Like many other examples, there was a callous hubris on the part of the organization in the face of what should have been taken very seriously. The last thing you as a user want is for a service you rely on to have their spokespeople focused on PR and damage control over actually investigating and resolving potential problems. This absolutely raises the burden for those interested in starting this kind of venture, but the alternative is to lead users into a trap.</p> +<p><em><strong>Update:</strong></em> Daily Dot reports that despite two years passing, the original researcher who discovered the 2022 breach confirms that the site is <a href="https://www.dailydot.com/debug/anti-vax-dating-site-unjected-private-user-data-dms/">just as insecure as before.</a></p> +<h2 id="givesendgo">GiveSendGo</h2> +<p>Crowdfunding is an extremely powerful tool. Large amounts of individuals choosing to donate to accomplish an achievable goal is something <a href="https://libresolutions.network/operations/bankroll/">society needs to consider</a> more and more. Unfortunately, those who have concerns with the largest platform may feel the need to settle for <em>the next best thing</em>. This was the case for the Canadian Freedom Convoy protest of February 2022. After raising over $10M CAD, GoFundMe had closed the crowdfund. A new fundraiser was created on GiveSendGo that raised over $9.7M CAD, with donors across the country and some abroad. What could have been a success <a href="https://www.dailydot.com/debug/givesendgo-trucker-convoy-hack-leak/">ended in disaster</a> as hackers published a as website that published all the donors information.</p> +<p>Making the rounds on <a href="https://archive.is/fUV8F">Twitter</a> the release of information about supporters was given <a href="https://www.foxnews.com/media/twitter-hacked-material-canadian-freedom-convoy-donors-hunter-biden-laptop">free reign</a> on the platform. Eventually this lead to retaliation against <a href="https://www.thestar.com/news/canada/ottawa-officer-gets-punished-for-donating-to-the-freedom-convoy/article_af65d728-ab3d-5909-9743-82a7cece4c9a.html">those who donated</a> even <a href="https://ottawacitizen.com/news/local-news/threats-close-stella-luna-gelato-cafe-after-owners-name-appears-in-givesendgo-data-leak">relatively small amounts.</a> This was so egregious that even Ilhan Omar <a href="https://www.dailymail.co.uk/news/article-10522245/Squad-member-Ilhan-Omar-defends-Ottawa-cafe-owner-donated-Canadian-Freedom-Convoy-truckers.html">tweeted</a> &ldquo;<em>I fail to see why any journalist felt the need to report on a shop owner making such an insignificant donation rather than to get them harassed. It&rsquo;s unconscionable and journalists need to do better.</em>&rdquo;</p> +<p>This is an excellent example of how political polarization in the public can be manipulated to undermine everyone&rsquo;s rights. The response to the Freedom Convoy protest by the <a href="https://www.cbc.ca/news/politics/emergencies-act-federal-court-1.7091891">Canadian Government</a> as well as the media, is a mark against Canadian civil rights history. We should all be careful by what means we permit institutions to limit peaceful means of resolving conflict. It&rsquo;s never a bad time to to ask ourselves just how far we&rsquo;re willing to let states go to suppress protests and other forms of political dissent.</p> +<h2 id="epik">Epik</h2> +<p>The more important a service is, the more dangerous information from it being abused can be. Epik was a web hosting provider and domain registrar. It&rsquo;s one thing to have your own website hacked, but if your service provider is hacked you have a whole world of other troubles. The Epik breach was an epic disaster. Hackers effectively stole <a href="https://www.campfire.wiki/doku.php?id=epik#data_breach">everything</a> and made it available as a torrent.</p> +<ul> +<li>Domain purchases</li> +<li>Domain transfers</li> +<li>WHOIS history</li> +<li>DNS changes</li> +<li>Email forwards, catch-alls, etc.</li> +<li>Payment history</li> +<li>Account credentials</li> +<li>Over 500,000 private keys</li> +<li>An employee&rsquo;s mailbox</li> +<li>Git repositories</li> +<li>/home/ and /root/ directories of a core system</li> +<li>Bootable disk images</li> +</ul> +<p>While the media will focus on the most inflammatory websites, a mass dump of the data doesn&rsquo;t quite discriminate. Others who chose to use their service for whatever reason will end up caught in the crossfire. Since Epik&rsquo;s own systems had been infiltrated, this has serious security concerns for any website hosted on their infrastructure at the time.</p> +<p>If you&rsquo;re curious, you can see the list of <a href="https://www.campfire.wiki/doku.php?id=covid-19_pandemic:data_breaches">Data Breaches during the Covid Crisis</a> I started on <a href="https://campfire.wiki">Campfire.Wiki</a></p> +<h3 id="a-concerning-pattern">A Concerning Pattern</h3> +<p>Theres a similar pattern among similar incidents where irresponsible operators will put the needs of their business ahead the interests of their users. You can find examples of outright denial, downplaying, or even inadequate solutions touted as a complete fix. When a representative for a service follows the following script, it is a sure sign to never do business with them again:</p> +<ol> +<li>&ldquo;<em>There was no hack, they&rsquo;re lying, it&rsquo;s FUD!</em>&rdquo;</li> +<li>&ldquo;<em>Okay there was a hack but it was a minor glitch and we fixed it.</em>&rdquo;</li> +<li>Hackers claim it&rsquo;s not fixed, and post more data</li> +<li>&ldquo;<em>Okay it was bad, but it&rsquo;s fixed, for <em>real this time</em>, but they&rsquo;re not in our systems!</em>&rdquo;</li> +<li>Media reports that the systems were in fact actually breached and/or data is posted online, potentially because of system compromise or a major vulnerability.</li> +</ol> +<h2 id="does-it-really-have-to-be-this-way">Does It Really Have To Be This Way?</h2> +<p>One may argue that attempting to find solutions to this problem is a hopeless endeavor. If teams of people with serious funding aren&rsquo;t able to solve the problem what hope is there? It is of utmost important that we take a second look and ask ourselves what problem we&rsquo;re actually trying to solve. Are we actually trying to fight against censorship and democratize problem-solving? Are we truly motivated in making sure the problems caused by Big Data are put behind us? Resolving those questions is far beyond the scope of &ldquo;how do I design my next website?&rdquo; The answers lie in taking a look at the fundamentals of cyberspace and being willing to explore a much wider variety of possibilities.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/58745e7d-9184-470a-bdec-a9c4c31d2bde?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h3 id="education-is-key">Education Is Key</h3> +<p>Communities need to prioritize their own technological knowledge capital. Spending time to teach the fundamentals can help people not fall prey to the most prevalent of problems. Relying on governments or corporations to secure the Internet for everyone is asking to be entirely beholden to them. The ideal way forward requires people to be taught not merely how to use various technologies but to understand them at a deep fundamental level.</p> +<p>When fighting for something that matters, <em><strong>the details matter.</strong></em> One must not only consider what someone is up to but also how they intend to achieve it. The means of achieving particular goals can very easily and quickly corrupt the entire enterprise. Having the knowledge, but also the courage to call out careless or negligent behavior among one&rsquo;s allies is a very difficult but important thing to do.</p> +<h3 id="join-the-self-hosting-revolution">Join The Self-Hosting Revolution</h3> +<p>I can personally attest that self-hosting is a fun and liberating venture&hellip;most of the time. It does take a fair amount of skill and effort, especially to maintain across time. While it may not be for every single person, small communities self-hosting services can help distribute the data, and therefore the risk much better than large monolithic platforms. It&rsquo;s much safer to keep everyone&rsquo;s data separate and distributed. To make the most out of this, open protocols are the way to allow a variety of different systems to still maintain some form of interoperability. A heterogeneous network built with a common protocol will be much more resilient to cyber attacks than everyone running the same <em>one-size-fits-all</em> solution, or pooling their data in the same entities.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/3ea25e18-a741-4fc1-9159-aacebef87855?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>One of the best advantages of self-hosting or running services for a small community is that it reduces your reliance on large platforms. While it may be a challenge to protect your own systems, with proper backups you&rsquo;ll have a lot less to lose than someone on a large platform that got breached or was selling the data anyways. With reasonable expectations, such as accepting that software is never complete but always improving, we can create radical change with relatively simple innovations.</p> +<h3 id="opsec-operational-security">OPSEC (Operational Security)</h3> +<p>With our existing platforms and services harvesting more and more information on their users, it&rsquo;s worth asking what you&rsquo;re willing to do to <a href="https://corbettreport.com/salting-your-data-solutionswatch/">mix things up.</a> Does every website you use require your real name just to lurk occasionally? Is it even reasonable that most online entertainment includes all kinds of invasive forms of surveillance? Our predicament as individuals is that protecting our private information is a burden that has been placed on us by the circumstances we find ourselves in. It takes proactive work, and careful consideration to not fall into traps.</p> +<p>Let&rsquo;s ask a few questions:</p> +<ul> +<li>Do you sign up to newsletters with your main or work email?</li> +<li>How many sites have your only phone number or physical address?</li> +<li>Do you repeat usernames (or even worse passwords) across services?</li> +<li>How many accounts do you have open with sites that you haven&rsquo;t interacted with in years?</li> +</ul> +<p>Each of those are OPSEC problems that you may want to spend time resolving in advance of a breach. +As always it&rsquo;s worth checking known breaches for <a href="https://haveibeenpwned.com/">your information.</a> Sometimes controversial online services will openly share guides with their users on how they can <a href="https://archive.is/ABkK2">proactively protect themselves</a> from being compromised <a href="https://libresolutions.network/media/images/kiwifarms-new-user-tips.webp">in the event of a breach.</a> General understanding and awareness can often go a lot further with a bit of creativity than relying solely on every service being impervious.</p> +<h3 id="advice-for-future-alt-tech-projects">Advice for Future &ldquo;Alt-Tech&rdquo; Projects</h3> +<p>Think all the above were just chumps or malicious from the start?<br> +Believe that you could do better and want to build the next big thing?</p> +<p>It&rsquo;s still worth it to consider the following:</p> +<ul> +<li>Have a plan to detect system intrusion proactively</li> +<li>Build your product with security as a priority: Make deliberate choices in components and software</li> +<li>Test your application for exploits based off previous breaches</li> +<li>Get independent security audits</li> +<li>Assume you will be breached, take measures to minimize harm</li> +<li>Treat user information as radioactive: store as little of it as you have to, secure what you must keep</li> +<li>Make an organized effort to ensure members of the organization are aware of important security practices</li> +</ul> +<p>TL:DR Take cybersecurity seriously and don&rsquo;t bite off more than you can chew.</p> +💌 Thank you for reading this via RSS 📡 + + + + The Jason Lavigne Show + https://libresolutions.network/videos/the-lavigne-show/ + Tue, 26 Mar 2024 00:00:00 +0000 + + https://libresolutions.network/videos/the-lavigne-show/ + + + + + + https://libresolutions.network//media/images/lavigne-banner.webp + + + Reaching far and wide across Canada + <p>I had the pleasure of Joining Jason Lavigne on The Lavigne Show. It was an excellent opportunity to share my message with a Canadian audience of liberty-minded individuals across the country. Jason has had a fascinating variety of guests on his show including Hrvoje of Geopolitics &amp; Empire, Doc Malik, JJ Couey and even Dr Robert Malone among many others. +It has been an honor to be featured on the Lavigne Show, and I was absolutely astounded at the positive feedback I received in the live chat.</p> +💌 Thank you for reading this via RSS 📡 + + + + Online Threats & Technocracy with Hrvoje Morić + https://libresolutions.network/videos/hrvoje-moric-show-mar-2024/ + Wed, 20 Mar 2024 00:00:00 +0000 + + https://libresolutions.network/videos/hrvoje-moric-show-mar-2024/ + + + + + + https://libresolutions.network//media/images/tnt-radio.webp + + + A great conversation about the impositions on people's liberty, both online and in real life. + <p>I had an excellent time talking with Hrvoje Morić on his TNT Radio show. I highly recommend getting caught up with some of his great interviews with a very wide variety of fascinating guests. If you don’t already know of Hrvoje, you’re missing out and should absolutely take a look at <a href="geopoliticsandempire.com">Geopolitics &amp; Empire!</a></p> +<h3 id="breaking-update">Breaking Update</h3> +<p>An update from the Geopolitics &amp; Empire telegram channel:</p> +<blockquote> +<p>Hrvoje has left the building! I have finally found a guerrilla with enough experience to replace me on TNT Radio. Veteran information warrior Lieutenant General Jason Bermas!</p> +<p>The Ides of March was my last transmission on TNT Radio after 2 straight and grueling years of non-stop live shows without pause or break&hellip;broadcasting from Croatia and from around the USA and México.</p> +<p>I am completely frazzled and burned out. I LOVE TNT Radio, they have been amazing to me, they&rsquo;ve never censored me or caused me any problems, in fact&hellip;they&rsquo;ve largely left me alone the entire time. They were basically like: here&rsquo;s a mic, you got 2-3 hours, here&rsquo;s your pay, go!</p> +<p>But doing 10-15 interviews a week is nuts, personally, for me right now. I desperately need to take a break and slow down. I will re-focus my efforts on Geopolitics &amp; Empire! Stay frosty and stay tuned! 🎙 ✊</p></blockquote> +<p>It’s been an honor to be part of Hrvoje’s show on TNT Radio, and wish him the best!</p> +💌 Thank you for reading this via RSS 📡 + + + + Tools of the Technocracy: #12 Network States + https://libresolutions.network/articles/tools-of-the-technocracy-12/ + Tue, 12 Mar 2024 00:00:00 +0000 + + https://libresolutions.network/articles/tools-of-the-technocracy-12/ + + https://libresolutions.network//media/images/network-state-banner.webp + + + The formalization of world-wide tyranny + <h1 id="tools-of-the-technocracy--12-network-states"><a href="https://libresolutions.network/tags/tools-of-the-technocracy-series">Tools of the Technocracy</a>: #12 Network States</h1> +<h3 id="the-trap">The Trap</h3> +<p>Network states are pitched as a nice-sounding way to improve or sometimes outright replace governments. This is a trap disguised as an opportunity. It would seem that the goal is to <a href="https://libresolutions.network/articles/redirecting-resistance/">diffuse</a> people&rsquo;s desire for accountability into a variety of schemes for private profit. Tragically, even if these became successful, people are to be left behind. For many, the temptation to eschew all the baggage of existing governments and &lsquo;start fresh&rsquo; is very tempting. Especially for those who are young and beginning their careers, who understandably feel no responsibility for the tragedies of the past. In the long run, those people would be entirely disconnected from the community they fled, potentially leaving many others who aren&rsquo;t so lucky to struggle with the consequences.</p> +<p>This is the exact opposite of what&rsquo;s needed to actually secure justice for those victimized. Any &lsquo;solution&rsquo; that leaves people disconnected and communities shattered is the worst possible outcome. Instead of <a href="https://gabe.rocks/thoughts/dont-turn-on-the-flock/">turning on the public</a>, ideal solutions need to be oriented in investigating and acting on the truth. Digital tools can help, but they themselves can&rsquo;t be treated as the idol that absolves us of the responsibility to act.</p> +<p>To make matters worse, false saviors can betray their followers into building <a href="https://geopoliticsandempire.com/2022/04/23/spiritual-technocracy-great-awakening/">the very system they aim to avoid</a>. People&rsquo;s justifiable frustration with the way things are is a very powerful impulse for malevolent forces to exploit. It seems entirely predictable, that once tragedy of nearly any kind strikes, pre-packaged <em>solutions</em> are conveniently prepared for people to latch on to. By not allowing any crisis go to waste, people&rsquo;s time, focus, and resources are redirected from maintaining things well enough to prevent or mitigate the seemingly inevitable <em>next crisis</em>. These non-solutions are often very attractive, in the same way fast food is addictive but unhealthy.</p> +<h3 id="the-encroachment-phase">The Encroachment Phase</h3> +<p>It begins with forces using the unjustifiable aspects of the status quo to bit-by-bit dismantle or eliminate the parts that people rely on. By putting on a performance of impersonating independent reform, various non-state actors <a href="https://scribe.rip/aspen-ideas/sleeping-through-a-revolution-8c4b147463e5">can expand their own power</a> at the expense of people. Often these displays will make use of pretty language or voice long-running concerns that have gone unresolved.</p> +<p>A well-known example of this model is the company Uber. Uber was not an <em>innovation</em> that created new opportunities for communities. In many jurisdictions, the company started out <a href="https://www.cbc.ca/news/canada/ottawa/uber-becomes-officially-licensed-ottawa-1.3790649">operating as an illegal taxi,</a> with arguably worse working conditions, and added smart-city style <a href="https://www.upguard.com/blog/what-caused-the-uber-data-breach">data risks.</a> Taking advantage of a highly regulated industry, there was opportunity to <em>move fast and break things</em>, and seize more central control. It should be noted, that Uber <a href="https://fourweekmba.com/is-uber-profitable/">wasn&rsquo;t even profitable.</a> It ran at a loss up until 2023, making it significantly harder for competitors to participate in the space until then.</p> +<p>The company is a shining example of how profit-driven digital control can shape governance. As the service gained adoption, the <a href="https://www.washingtonpost.com/politics/uber-pressures-regulators-by-mobilizing-riders-and-hiring-vast-lobbying-network/2014/12/13/3f4395c6-7f2a-11e4-9f38-95a187e4c1f7_story.html">riders themselves</a> were leveraged to pressure governments to adopt more favorable regulation. If local governance is able to be dominated by a single large corporation, it raises serious questions about how much autonomy local residents truly have. Even federal governments, and even multi-nation structures like the EU have had to contend with large corporations and their dominance over industries or domains of life. This tug-of-war over control very often leaves the people taking the raw end of the deal. One has to wonder if governments will use network states to seize more control with vehicles like <a href="https://www.wired.com/story/itana-binance-charter-cities-institute-africa-tech-startup/">smart cities</a>, given how much big tech was weaponized in the last decade.</p> +<h2 id="understanding-the-network-state">Understanding the Network State</h2> +<p>In mid 2022, Balaji Srinivasan published <a href="https://thenetworkstate.com/book/tns.pdf">The Network State: How to Start a New Country</a>, which more-or-less argues that the existing structure of nations is obsolete. Advancing the idea that <em>&ldquo;The Network&rdquo; is the Next Leviathan</em>, the book argues that digital technology can enable human beings to cooperate on a scale that entirely outmatches the ways of nation states. By citing a couple of examples, the chapter makes it clear that Network States are explicitly digital and explicitly connected, arguing that mobile is better than stationary, virtual reality is superior to physical interaction, and that <a href="https://unlimitedhangout.com/2024/02/investigative-reports/tokenized-inc-blackrocks-plan-to-own-the-fractionalized-world/">smart contracts</a> are outright better than laws. If this isn&rsquo;t sufficiently staggering, those examples are expanded on with the following:</p> +<blockquote> +<p>These examples can be multiplied. As mentioned before, <strong>Uber and Lyft are better +regulators</strong> than the State’s paper-based taxi medallions, <strong>email is superior to the USPS</strong>, +and SpaceX is out-executing NASA. If you think about borders, you now need to think +about the Network’s telepresence (which defeats physical borders) and its encryption +(which erects digital borders). Or if you care about, say, the US census, the Network +gives a <strong>real-time survey</strong> which is far more up to date than the State’s 10 year process.</p> +<p>Page 53 <a href="https://thenetworkstate.com/book/tns.pdf">The Network State</a></p></blockquote> +<p>Ultimately, the appeal seems to be the lie that our problems with current nation states are that they are merely not <em>efficient enough</em>. Pretending that geography is a thing of the past now that people can be relegated to exile in cyberspace. By asserting that network states can be more powerful than nations, one is lead into the trap of believing that this is to the benefit of participants. For many people, the abuses from government and institutions come swiftly enough. The desire to make this process faster and more able to change on a whim isn&rsquo;t to the benefit of the people, but rather the owners of the system. Network state advocates argue that one is able to co-own the network with other participants, but if they truly are <em>the Next Leviathan</em> then one has to wonder what about opposing networks and nations? Many are concerned by China&rsquo;s high-tech <a href="https://fournier.substack.com/p/elon-musks-x-empire-building-a-trojan">surveillance and control model,</a> it seems that network states merely enhance all the worst aspects.</p> +<p>For all the fanfare, smart contracts are not a marker for fairness or even certainty. Odds are, there are many times you&rsquo;ve agreed to terms you haven&rsquo;t read or didn&rsquo;t truly agree with. By attempting to make governance trust-less, one is effectively placing ultimate trust on these systems. DAOs (<em>&ldquo;Decentralized&rdquo; &ldquo;Autonomous&rdquo; &ldquo;Organizations&rdquo;</em>) and smart contracts can both be <a href="https://www.coindesk.com/learn/understanding-the-dao-attack/">hacked and rolled back</a>, vastly increasing the challenge of <em>system security</em>. Jason Lowery has an <a href="https://youtu.be/Iln2itH2k3s">excellent explanation</a> why smart contracts backed by proof of stake are inherently malleable.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/1d88eafc-9fbe-414a-a874-ff4b047bb5c8?title=0&amp;peertubeLink=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>I don&rsquo;t agree with Jason with all his conclusions, but it&rsquo;s really important to understand his position that: <strong>System security depends on physical power (measured in watts).</strong> Meaning that the system needs a justification in the real material world, and can&rsquo;t solely exist as a social construct. Nation states solve this particular problem with taxes and armies. For a network state to truly replace nation states, it would require similarly powerful means to compel compliance. This means that while some people may come together and make their own authentic democratized network state, but it will still only exist within the wider context of physical power of those outside and within the system.</p> +<p>This brings us the problem of using Bitcoin or another proof of work system to build a network state. While it&rsquo;s inherently superior to any &ldquo;proof of stake&rdquo; solution, it has many drawbacks that are inherently non-starters. For example, we could not create a truly decentralized and self-sovereign network state with Bitcoin today because the costs to self-custody one&rsquo;s own Bitcoin becomes very prohibitive as the network expands. Scaling this, requires more computing resources, bandwidth and storage that can also increase the costs of running the network. This is the very reason why so many Bitcoin users use so many custodial exchanges and wallets despite Bitcoin being created to eliminate that problem.</p> +<p>But if proof of work is superior, why are other options even attempted? <strong>To create a powerful illusion.</strong> The very reason why network states have to pretend that living in augmented reality is superior to physical reality is the same reason they have to use proof of stake, hiding where the power actually is. A great deal of the blockchain space seems devoted to not democratizing power, but competing to build a mirage of doing so. If one advocated building a network state out of Bitcoin, people would immediately realize the immense price of being self-sufficient within that kind of system, in proof-of-stake systems, those costs can be concealed.</p> +<p>In the name of selling <em>decentralization</em>, advocates of network states offer a singularity of digital intrusion into people&rsquo;s lives, with a staggering acceptance of surveillance and control packaged as <em>risk management</em>. In addition to this hard sell, one has to take the claims of digital security at face value. Since any serious interrogation of privacy, security, and lock-in risks reveal many serious concerns. Once these concerns are raised, they are claimed to be addressed in the <em>implementation phase</em> of the revolution. Why worry about the details when there is a grand cyber-utopian <em>vision</em> to evangelize?</p> +<h3 id="the-next-leviathan">The Next Leviathan</h3> +<p>Paradoxically, the very anti-human idea of network states is borne out of it&rsquo;s principle contradiction: Human beings are useful and valuable. All the technocratic hype about automation, blockchain, AI, and virtual reality masks the true power underlying what Balaji calls &ldquo;The Next Leviathan&rdquo;. What those seeking to advance network states correctly understand is that large numbers of people cooperating can be an almost unstoppable force. This Leviathan is a <a href="https://rumble.com/v40x4r5-rte-discussions-41-the-cybernetics-matrix-revealed.html">cybernetics machine</a> that competes with other mass-mind control machines. In doing so, digital systems can be leveraged to transform human beings into cyber-collectivist foot-soldiers.</p> +<p>To avoid mincing words, this is the <strong>declaration of a permanent, automated, real-time <em>slave auction</em> with every human being on the planet as fair game.</strong></p> +<p>Understand that when harmonized together many of these new digital systems could be used for extreme levels of digitized tyranny. This series was primarily intended to help others consider the risks of mass-adoption and over-consolidation of various digital tools. Through the course of writing this series, it has become clear that what I suspected was possible is already highly formalized. To understand this, one only needs to read the book <em>The Network State</em> or watch the entire <a href="https://youtu.be/x-GfuIFkB_Y">Network State Conference</a> without being enchanted by the techno-utopianism.</p> +<p>Far from a voluntarist utopia, it seems that the archetypical network state is a form of digitized anarcho-feudalism. Leveraging members to undermine what remaining protections nation states do provide, in exchange for a facsimile nation over cyberspace. Just as young people today are bribed to give up privacy and security in exchange for convenience, the network state offers ways to streamline one&rsquo;s submission to all the same digital intrusions into people&rsquo;s lives. Blockchain tools to manage people and assets, smart technology to streamline systems to control more and more people.</p> +<p>The dark and twisted truth of this power is that human mind control experimentation has evolved past beyond controlling a single human being, but further into controlling people controlling other people. Artificial intelligence built on machine minds is an immense energy waste and effectively a dead end. It is immensely wasteful to use exponentially more energy to make LLMs (Large Language Models) only marginally more effective. Instead, seizing control of large amounts of human minds can do much more work with far less resources. The next level of artificial intelligence may very well be human intelligence organized into swarms for particular ends. This would necessarily require a form of total mental subjugation to ensure workers are on-task.</p> +<div class="image-container"> + +<a href='https://d197for5662m48.cloudfront.net/documents/publicationstatus/174214/preprint_pdf/791ef67bdd4a3441977152b6295f43ab.pdf'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/mind-energy.webp' +> + +</a> + + + +</div> +<p>With this in mind, all the machines and digital systems are mere instruments for a more critical goal; wrangling control over people&rsquo;s brain functions. This is an entirely new frontier, and the network state framework effectively argues that he who conquers the most minds wins. If true, it would be a devastating race-to-the bottom in terms of human liberty, as various <a href="https://roundingtheearth.substack.com/p/mindwar-a-radicalizing-mixture-of">gurus are positioned to take control</a> over others, leaving no minds uncorrupted.</p> +<p>What makes our current time so dynamic is that there is an open bid for those who are willing to manipulate others into control structures of a singular design but varying flavor. If you&rsquo;re ambitious enough, you&rsquo;ll be given the opportunity to sell-out your fellow human beings for <em>shamefully low prices.</em> What makes the network state powerful is that large amounts of coerced people can be weaponized against critics and dissenters. It is naive to believe that in an era where network states rule uncontested that human rights would be any better protected than they already are, and there are quite a few reasons why things would be even worse off.</p> +<h2 id="lies-of-the-network-state">Lies of the Network State</h2> +<p>Network states advocate for an entirely new system of power with many different illusions that mask the troubles caused by buying into the &ldquo;digital &gt; physical&rdquo; prison. To successfully market the dissolution of existing nation states, to make way for a world-wide technocracy, one has to be indoctrinated into believing the following lies:</p> +<h3 id="elimination-of-violent-competition">Elimination of Violent Competition</h3> +<p>Human history has had innumerable acts of war, genocide, and slavery. Much of this is attributed to nation states and their authoritarian ideologies across time. Time again that the very same dangerous superstition can be wrapped up in different language or symbols, just to enact the same regime of terror and cruelty. Network state advocates pretend that once people assemble themselves into self-selected groups, that there will no longer be any reason for violent conflict. To go further, the dream of network states relies on ignorance of various forms of <em>engineered dependence</em> such as <a href="https://www.bitchute.com/video/jBn5Zt0tdWcQ/">disaster capitalism</a>, industry capture, and coercion from non-state actors. By distracting people with beautiful virtual reality, it provides only escapism from, not means to improve actual reality.</p> +<h3 id="decentralization">Decentralization</h3> +<p>Fake decentralization is a booming industry. If Facebook or X forced users to maintain a &ldquo;profile server&rdquo; that was responsible for handling all requests, but maintained control over sorting and filtering posts, would that be decentralizing social media? In this case, the data is in the user&rsquo;s control, but not the means in which it is used. The same can be applied to organs of government, a system can dismantle most if not all the laws and regulations, but maintain the power over others.</p> +<p>There is a bizarre assumption that decentralization can only happen digitally. It seems that decentralization is a post-hoc rationalization of the extreme emphasis on digitization. This is despite the fact that analog options are inherently more decentralized and private. It is the introduction of automated digital systems that placed the burden of privacy and security on the plan. It is also entirely possible that greater digitization of society can create real limits to how decentralized a system can be.</p> +<h3 id="that-theyre-needed">That They&rsquo;re Needed</h3> +<p>If one recognizes that large groups of cooperating people are a powerful force that can rival nations, there is no need to put so much emphasis on digital systems and surveillance technology. It seems that advocates of network states are eager to have a system that tracks everyone&rsquo;s human connections, rather than simply building infrastructure that helps nurture meaningful connections between people. The adversarial focus against existing nations is also unnecessary, even the advocates themselves admit that most &ldquo;network states&rdquo; would have some form of cooperation (or subversion) of an existing nation state.</p> +<h3 id="fixing-statism">Fixing &ldquo;Statism&rdquo;</h3> +<p>If government is the problem, don&rsquo;t turbo-charge and automate it. If government isn&rsquo;t the problem, then you&rsquo;d fix the ones you have rather than dismantling it outright. Network states all seem to converge on the worst of both worlds. Network states are not merely an alternate form of government, but they are a model to create far more terrifying governments that are entirely unbound by what restrains existing governments. A principal focus of network states seems to be <a href="https://youtu.be/KU-6URq8IOo">undermining or avoiding regulations</a> or even human rights protections.</p> +<h3 id="inevitability">Inevitability</h3> +<p>If we accept the premise that network states are inevitable because they are inherently superior to regular nation states, that doesn&rsquo;t at all imply that any of the so-called benefits of network states would materialize. A lot of damage can be done while dismantling nation states without delivering on the good promises made by network state advocates. People can quite likely be very much worse off as problems not yet discovered manifest themselves after it&rsquo;s too late to reverse.</p> +<p>If network states are such a clear and obvious upgrade over nation states, what is preventing nation states from <a href="https://libresolutions.network/articles/government-in-tech/">augmenting themselves?</a></p> +<h3 id="living-in-cyberspace">Living in Cyberspace</h3> +<p>There is quite a bit of focus on the immaterial. This is a fanciful distraction from what is taking place in the physical world. Why is there such a rush to capture more and more people into virtual reality prisons? We should ask what is taking place, that people would be forced to adapt to having no control over their actual lives that they must be satiated with surrogate digital activities. &ldquo;Living in cyberspace&rdquo; is a contradiction in terms, hence the emphasis on <a href="https://youtu.be/yUYpJmk4zKQ">tiny, cheap, modular homes</a> for the people evicted from the physical world.</p> +<h1 id="solutions">Solutions</h1> +<p>The root of the issue when it comes to network states is the frame of mind. By doubling-down on the worst aspects of digitized society, people are pointed towards awful and avoidable directions. Instead of putting time and effort making human dependency work, try to imagine ways in which a people-first approach can keep cyberspace a distinct experience from our waking lives. It&rsquo;s not hard to work to forge a new path, it just takes some creativity and persistence. Take responsibility for holding public and private institutions accountable for overreach, corruption, and fraud.</p> +<h3 id="refuse-and-reverse-the-digitization-of-society">Refuse and Reverse the Digitization of Society</h3> +<p>It does not matter how trivial or benign the application is, it&rsquo;s clear that mandated use of technology is a recipe for disaster. Remember that it was not so long ago that everything was run with paper forms and correspondence in the mail. Institutions that serve us should be expected to have arrangements for those who choose to go without these intrusions.</p> +<div class="image-container"> + +<a href='https://mastodon.social/@lrvick/112079059323905912'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/lance-vick-smartphone-healthcare.webp' +> + +</a> + + + +</div> +<p>This is a situation where apathy and defeatism can do a lot of damage. We owe it to future generations not to burden them with shackles that many still do not even understand. You can start small, start with a local bank or a nearby provider. <a href="https://corbettreport.com/solutionswatch-notcommunity/">Getting together</a> to ensure that opt-ing out of these systems is still an option, or making it an option once again is the principal way people reassert their autonomy online and in the real world.</p> +<h3 id="be-judicious-about-how-things-are-done">Be Judicious about How Things are Done</h3> +<p>There are excellent digital tools, and there are awful digital tools. In addition to this, <a href="https://youtu.be/7ZSPf7YnGfE">how they&rsquo;re used</a> matters a great deal. Just because you agree with the goals of a particular initiative, that doesn&rsquo;t mean that all means to achieve it are desirable or effective. Take the time to understand the impacts, and downsides of particular tactics and methods. There are many things which may seem like a fantastic idea early on, that can have insidious effects after time.</p> +<p>Ask questions of your allies and opponents alike. Consider alternate motivations and incentives. Raising your tolerance for those asking difficult questions goes a long way to make your mission sustainable, and accountable. Consider what your actual goals are, and if the means you&rsquo;re taking are actually effective towards your ideal goal, or merely in service of someone else&rsquo;s interests.</p> +<h3 id="free-minds-and-save-souls">Free Minds and Save Souls</h3> +<p>When one is alone, and justifiably fearful of what&rsquo;s going on it&rsquo;s very easy to fall for all kinds of self-destructive scams. Now more than ever it is crucial to recognize the assaults on people and have compassion for their struggles. Doing what we can to support each other and refuse to leave others behind is what can set us apart from those who seek to dominate and control others. Taking the time, in whatever way you can to alleviate fear and suffering can go a long way to directly undermine both analog and digital tyranny.</p> +💌 Thank you for reading this via RSS 📡 + + + + A Warning about Network States with Hrvoje Morić + https://libresolutions.network/videos/tnt-radio-network-states/ + Mon, 11 Mar 2024 00:00:00 +0000 + + https://libresolutions.network/videos/tnt-radio-network-states/ + + + + + + https://libresolutions.network//media/images/tnt-banner-2.webp + + + A discussion on TNT Radio + <p>In anticipation of publishing a new <a href="https://libresolutions.network/articles/tools-of-the-technocracy/">tools of the technocracy</a> article, I had a chat with Hrvoje on his show to talk about what I had learned watching through <a href="https://youtu.be/x-GfuIFkB_Y">The Network State Conference 2023</a>. It&rsquo;s clear that the entire concept of Network States as published in <a href="https://thenetworkstate.com/">The Network State</a> and highlighted by the speakers, is at best an attempt to dress up an all-encompassing technocratic terror. At worst, it&rsquo;s a declaration of a world-wide open bid on human surveillance and control. Sharing some initial thoughts for the discussion, follow up article in <a href="https://libresolutions.network/articles/tools-of-the-technocracy-12/">Tools of the Technocracy #12</a></p> +<p>More episodes: <a href="https://geopoliticsandempire.substack.com/s/hrvoje-moric-show-tnt-radio">https://geopoliticsandempire.substack.com/s/hrvoje-moric-show-tnt-radio</a></p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/network-state-banner.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-12/" ><h2>Tools of the Technocracy: #12 Network States</h2><i>The formalization of world-wide tyranny</i></a> + + <span></span> + </div> +</section> +💌 Thank you for reading this via RSS 📡 + + + + Attention Democracy with William Maggos + https://libresolutions.network/videos/attention-democracy/ + Wed, 06 Mar 2024 00:00:00 +0000 + + https://libresolutions.network/videos/attention-democracy/ + + https://libresolutions.network//media/images/attention-democracy-banner.webp + + + + <p>In a special converation you would have a hard time finding elsewhere, Gabriel joins William Maggos to discuss the fediverse, attention economy, and the Culture War. Taking a sober look at the very foundation of our media and online discussions, William Maggos introduces the concept of <em>attention democracy</em>, where we can have a real impact on culture by choosing platforms that put people in charge of helping spread ideas and culture.</p> +<p>Learn more about William Maggos&rsquo; work at <a href="https://culturewar.radio/">Culture War Radio</a><br> +Follow <a href="https://liberal.city/@wjmaggos">@wjmaggos@liberal.city</a></p> +<p><em>The RSS Feed linked to the wrong video, this has been corrected</em></p> +💌 Thank you for reading this via RSS 📡 + + + + The EU Plan to Reshape the Internet Forever + https://libresolutions.network/articles/government-in-tech/ + Sun, 25 Feb 2024 00:00:00 +0000 + + https://libresolutions.network/articles/government-in-tech/ + + + + + + https://libresolutions.network//media/images/EU-NGI.webp + + + The old continent is bringing a sea of change. + <p>The world wide web is no stranger to government control. The Internet itself was created by the <a href="https://www.theguardian.com/technology/2016/jul/15/how-the-internet-was-invented-1976-arpa-kahn-cerf">US Military,</a> and governments across the world have subsidized Internet infrastructure in all kinds of ways. Many factors, such as the economies of scale, and sheer workforce size give large organizations an immense advantage when it comes to shaping the future of cyberspace. Just as individuals struggle with troubles relating to digital privacy &amp; security, so do large organizations and governments.</p> + +<p>In response, governments across the world are moving fast to address these concerns. With the motive and means to transform the fundamental elements that lay the foundation for our digital lives, a tidal wave of change is taking place and just beginning to accelerate. The winning move isn&rsquo;t to challenge the whole tsunami directly, but rather to find the right waves that can carry us to where we would like to be. Indifference and apathy will certainly lead us to a similar place it took us all during the big tech era: to dependence and exploitation.</p> +<blockquote> +<p>&ldquo;I am not familiar with the history of how the Internet/tech companies have infiltrated my life&ndash; I only know one day the past, the before Internet part of life was like in another galaxy, and I was forcibly acclimated into accepting an intrusive technology if I want to use the Internet or a &ldquo;smart&rdquo; phone.&rdquo;</p> +<p>Written by a friend</p></blockquote> +<p>If nothing else, this should be a reminder of the dire necessity to be vigilant of how governments and large corporations can shape cyberspace to tilt the balance of power against the public. Many governments like to be permissive in all the ways that don&rsquo;t impact prioritized policy objectives, then turn brutal the moment public opinion starts to shift against those policies. As the digital world has taken hold over more and more aspects of our lives, now more than ever, we all need take responsibility for shielding ourselves and others from such abuses.</p> +<p>Instead of continuing to let the web be dictated by American Tech Companies, Europe has a bold new strategy to plan, build, and <em>enforce</em> a new vision for cyberspace. The European Union&rsquo;s <a href="https://www.ngi.eu/">Next Generation Internet,</a> or NGI for short, aims to terraform cyberspace to represent the values of their elite. This plan is explicitly aimed at changing the Internet not just for Europeans, but for the entire world as well.</p> +<h2 id="understanding-the-next-generation-internet">Understanding the &ldquo;Next Generation Internet&rdquo;</h2> +<p>If you take a look at <a href="https://ngi.eu/wp-content/uploads/sites/48/2019/09/NGI-Brochure_A5_HR_FinalPrinted.pdf">the brochure</a>, it self-describes the plan as a &ldquo;Human Internet for a better future&rdquo;. Despite this, the document starts out making it explicitly clear that many technocratic ideals are directly woven into the plan. Surveillance, censorship, and more digital intrusion into our lives aren&rsquo;t depicted as problems to be solved, but rather <em>responsibly managed</em>.</p> +<blockquote> +<p>The Internet is the <strong>engine of digitisation of our society and our economy.</strong> +As connectivity increases, the boundaries between the real and the digital world are blurring. With the explosion of the Internet of Things (IoT), multimedia content and social media,the Internet offers an unprecedented access to data and online services.<br> +<strong>Artificial intelligence helps to extract meaning from this data</strong> and to embed autonomy and intelligence into networks, connected objects and services. +However, there has been an <strong>erosion of trust in the Internet</strong> following revelations about the exploitation of personal data, large-scale cybersecurity and data breaches, and growing awareness of <strong>online disinformation.</strong></p></blockquote> +<p>Do you feel the warm and fuzzy human feelings yet? To go further, this is an excellent example of <strong>&ldquo;brokering legitimacy&rdquo;</strong>. Which is when advocates for solving a problem undermine their cause by carving out counter-productive exceptions to their principles. This process uses the very real concerns about privacy and security to justify more control. Effectively binding critics of the plan, because it&rsquo;s leveraging the unjustifiable aspects of the status quo to dismantle the parts worth preserving.</p> +<p>It is naive to believe that the European Union, which very recently pushed to <a href="https://blog.mozilla.org/netpolicy/files/2023/11/eIDAS-Industry-Letter.pdf">backdoor everyone&rsquo;s web traffic,</a> is somehow sincerely interested in the privacy or even security of their citizens. I can wholeheartedly believe that European governments are very concerned about <a href="https://www.iccl.ie/wp-content/uploads/2023/11/Europes-hidden-security-crisis.pdf"><em>their own security</em></a> from the public, Big Tech, and foreign entities alike. As <a href="https://libresolutions.network/tags/cyberwar/">cyberwars escalate</a> moves are required to innovate not just their own systems, but to <a href="https://www.justice.gov/opa/pr/justice-department-conducts-court-authorized-disruption-botnet-controlled-russian">make changes</a> to the systems that their citizens use as well. The following quote is from the <a href="https://youtu.be/qeo7oJGxX7o">Next Generation Internet Policy Summit in 2020</a>, I find it exemplary of the kind of spirit that animates the initiative.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/3f3a8fbc-6ef8-4621-807a-2ad9d92e5af6?title=0&amp;peertubeLink=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p><a href="https://libresolutions.network/media/text/NGI-Anu-Bradford.txt">[Relevant Transcript]</a></p> +<p>In the name of resolving a wide variety of issues created by the US Government and American Tech companies, Europe is working to consolidate information control over the Internet. In hindsight, it appears that the laissez-faire approach governments took with large tech companies was to merely buy time while more sophisticated digital surveillance techniques were built up. Hence the desire for rapid <strong>regulatory and technological <em>innovation</em></strong> emphasized in the above quote.</p> +<p>In late 2019 <a href="https://ar.al/">Aral Balkan</a> spoke with the <a href="https://ar.al/2019/11/29/the-future-of-internet-regulation-at-the-european-parliament/">European Parliament</a>. Raising many important points, he pleaded with them to kill &lsquo;surveillance capitalism&rsquo;. The <a href="https://video.lqdn.fr/w/hyvebph9MEGdCJGME4niAh">video</a> is absolutely worth watching to get an understanding of how where we are bridges to where the European Union would like to go.</p> +<iframe src='https://video.lqdn.fr/videos/embed/861c07f7-7e9b-4e64-9765-cf1de592c8a0?subtitle=en' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<blockquote> +<p>[Regarding citing Facebook]</p> +<p>If this is the presumption under which you are regulating the Internet, +I despair about the future of human rights and about the future of our democracy.</p> +<p>&hellip;</p> +<p>You&rsquo;re going blindly towards a Silicon Valley model, I don&rsquo;t know why you&rsquo;re doing this.</p></blockquote> +<p>In short, Aral seems unconvinced that the EU will actually go far enough to radically support citizen&rsquo;s digital autonomy and is instead trying to import aspects of the big tech control regime under state control. It&rsquo;s hard to disagree with that perspective, and he exemplifies what actual opposition to these problems looks like.</p> +<p>As frustrating as some aspects of the Next Generation Internet vision are, it is to the EU&rsquo;s credit that this is a massive transparent undertaking. Much of it is not only open public knowledge, but features initiatives in which open participation is encouraged. This appears to be the case largely because the concerns around censorship and paternalism seem to be more broadly socially accepted in Europe, a critical sign that social acceptance of censorship is what entrenches it. The way in which the <a href="https://www.campfire.wiki/doku.php?id=next_generation_internet">Next Generation Internet</a> is being rolled out is very effective at neutralizing any outright opposition, to the degree it is even possible. It is easy to see how such sweeping and extreme transformations made in other domains would use a similar model.</p> +<p>It is a foolish and dangerous mistake to fall into the trap of thinking governments are entirely comprised of out-of-touch bureaucrats with no understanding of technology. In fact, these reforms are being drawn up by people with an incredibly high level of understanding that is quite difficult to match, independent reformers (<em>if there truly are any</em>) are at a serious disadvantage.</p> +<h2 id="fully-embracing-open-source">Fully Embracing Open Source</h2> +<p>One of the advantages the European Union has, is that they have recognized the immense opportunity of actually leaning into the open source development model. While North America bickers about <a href="https://www.forbes.com/sites/williamarruda/2024/02/20/how-the-in-office-vs-remote-debate-is-shaping-the-future-of-work/">remote work and commercial office space</a>, the EU is harnessing the power of efficient decentralized work. By taking the &ldquo;build it and they will come&rdquo; approach, they are entirely out-maneuvering competitors with a treasure-trove of opportunity that has been laying dormant in people&rsquo;s apathy and defeatism for over a decade.</p> +<p>The <a href="https://www.campfire.wiki/doku.php?id=nlnet_foundation">NLnet Foundation</a> funds a wide variety of Open Source projects and tools that fit within the Next Generation Internet vision. This is good in some ways, notably that many of <a href="https://www.campfire.wiki/doku.php?id=nlnet_foundation">these projects</a> are Free Software, which means that if things do go wrong, at least people can modify the projects for their own needs. One does have to wonder what the exact terms of the agreement are, and what &lsquo;carrots and sticks&rsquo; are used to ensure compliance.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/ngi-funding.webp' +> + + + +</div> +<p>Such explicit means may not be necessary however. It&rsquo;s entirely possible that this is merely a circumstance where both governments and individuals have aligned interests to resist foreign surveillance and control. When it comes to how the Internet is currently controlled, it&rsquo;s not always individual software itself that&rsquo;s the culprit. While Google/Apple/Facebook may be reading your messages, there are other ways to achieve the same goals.</p> +<p>Open standards, protocols, and Free Software are all things that benefit everyone. The degree of benefit will naturally vary on the nature, purpose and quality of the project. It is critical that people seize the opportunity created from this deluge of resources being thrown into making useful software. To be clear, the NGI vision absolutely includes a lot of genuinely good ideas and solutions that should be taken seriously. It also supports many excellent and important projects that shouldn&rsquo;t be seen as &rsquo;tainted&rsquo; simply due to association with this initiative.</p> +<p>Like similar initiatives, I believe many of these projects are selected because it is clearly an elegant and efficient way to achieve particular goals. One would hopefully understand that many technologies, but especially digital technologies can be used for good, evil, and everything in-between. An example worth pointing out is <a href="https://garagehq.deuxfleurs.fr/">garage</a> which appears to be building a highly-performant file storage server that organizations and individuals alike can both use for particular purposes. Naturally, there are some aspects which will benefit larger organizations more, but that will vary from project to project.</p> +<p>To be clear, I still fully intend to use and support <a href="https://www.ngi.eu/funded_solution/peertube/">PeerTube</a> and <a href="https://www.ngi.eu/funded_solution/misskey/">Misskey</a> for the foreseeable future, despite them both being supported, along with wider support for the <a href="https://libresolutions.network/tags/fediverse">fediverse</a>. I am very concerned that EU funding many excellent (and important) FOSS projects will be used by people with different agendas to undermine Free Software generally.</p> +<p>It would be all-too-easy for private companies to start selling unverifiable software-suites in the name of promising you &ldquo;<em>real security with none of that open-source stuff</em>&rdquo;. Falling for that kind of <a href="https://libresolutions.network/articles/redirecting-resistance/">affinity scam</a> is how you end up falling for things like the so-called <a href="https://www.cnet.com/tech/mobile/freedom-phone-the-ultimate-political-tool-and-why-you-should-avoid-it/">&quot;<em>Freedom Phone</em>&quot;</a> which inevitably includes a lot of open source tools because they&rsquo;re just outright better than what most people can achieve in their own time. Simplistic, binary thinking is what sabotages serious and meaningful reform. Even worse it can very often enable the worst aspects of the project by allowing them to be justified by the important parts of the initiative.</p> +<h2 id="velvet-glove-iron-fist">Velvet Glove, Iron Fist</h2> +<p>Just because there is good to be done, that doesn&rsquo;t mean there aren&rsquo;t rough edges to be concerned about. Keeping in mind that the primary motivation for the Next Generation Internet has more to do with protecting governments from the people rather than the other way around. With decades of surveillance scandals, censorship, and corruption there are good reasons to consider not further empowering governments through digital systems and tools.</p> +<p>Another serious concern one should consider is that the NGI project is very much a Covid Crisis era initiative. <a href="https://dapsi.ngi.eu/">NGI Dapsi</a> which did support an excellent project like <a href="https://dapsi.ngi.eu/hall-of-fame/postmarketos/">PostmarketOS</a> for linux phones, also sponsored the creation of a <a href="https://www.campfire.wiki/doku.php?id=vaccine_passport">vaccine passport</a> candidate, the <a href="https://dapsi.ngi.eu/hall-of-fame/dip/">Digital Immunization Passport</a>. <a href="https://brownstone.org/articles/Internet-censorship-everywhere-all-at-once/">Information control initiatives</a> such as tracking and combating so-called misinformation and disinformation, are very much a foundational principle of the EU&rsquo;s strategic priorities.</p> +<div class="image-container"> + +<a href='https://ngi.eu/wp-content/uploads/sites/48/2019/09/NGI-Brochure_A5_HR_FinalPrinted.pdf'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/ngi-projects.webp' +> + +</a> + + + +</div> +<p>In early 2020, The European Commission published their <a href="https://commission.europa.eu/document/download/ba32bdc7-9324-4eee-b9b3-3d91ad16ce00_en?filename=cnect_sp_2020_2024_en.pdf">Strategic plan for 2020-2024</a>. The strategic plan outlined &ldquo;A Europe Fit for the Digital Age&rdquo;, with 6 specific objectives:</p> +<blockquote> +<ol> +<li>Europe&rsquo;s strategic autonomy is ensured in critical technology areas</li> +<li>European <strong>single market for data</strong> where data can flow for the benefit of all and where rules for access and use of data are fair, practical and clear</li> +<li>Artificial intelligence that is human-centric, ethical, sustainable and that respects EU values</li> +<li>A fair, competitive and resource efficient digital economy</li> +<li>A cyber resilient Europe, <strong>promoting digital identities for all</strong> Europeans, while protecting their e-privacy</li> +<li>A modern, open and pluralistic society in the digital age <strong>where online disinformation is countered</strong> and diverse cultural content is available to all Europeans</li> +</ol></blockquote> +<p>Objective 1 makes it exceedingly clear why so many resources have been put into great software that actually works well. The EU, unlike the <a href="https://www.cbc.ca/news/politics/trudeau-says-rules-not-followed-arrivecan-1.7120318">Canadian government</a>, actually understands how to get meaningful results. With a strong desire to actually augment their national digital sovereignty, better privacy tools are sorely needed.</p> +<p>Objective 2 is arguably the most interesting. It seems that the EU intends to become the single broker for all of Europe&rsquo;s data. This is a fascinating (if not outright terrifying) concept, and is effectively the legalization of domestic mass surveillance. It is clear that the level of intrusion will be determined by how the EU leadership decides the benefits they receive outweigh the risks to the public.</p> +<p>Objective 3 is just an outright fanciful delusion at best and a desire to single-handedly regulate away general-purpose computing at worst. One has to wonder if the &ldquo;EU values&rdquo; referenced in the documentation represent values of the European public or values that are being <em>imposed</em> on them.</p> +<p>Objectives 4,5,6 greatly enhance state control over the Internet and where it reaches into public life. After decades of American administrations using &ldquo;national security&rdquo; as a pretext for all kinds of abuses, it&rsquo;s high time we understand that national sovereignty doesn&rsquo;t quite mean what it used to. From everything we have seen, it is clear that this vision is entirely about protecting the European Union&rsquo;s political structure rather than it&rsquo;s people.</p> +<h2 id="conclusion">Conclusion</h2> +<p>Despite many people being seriously concerned about hostile governments working to destroy the Internet, surprisingly little attention has been paid to the European Union. Many significant regulations have already been put into place and it seems that they are only the beginning. It is understandable, if not outright laudable, for the EU to take it&rsquo;s digital sovereignty seriously. It is however, our role to ensure that we are doing what we can to ensure those gains aren&rsquo;t at the expense of people&rsquo;s ability to dissent or otherwise participate in society.</p> +<p>Learn about Free Software, learn how to contribute to open source, these models are already clearly demonstrated to be the most efficient way forward on a wide variety of issues. This doesn&rsquo;t automatically mean that everything that is made that way is wholly benign. It means that <strong>our participation matters</strong>. What we do to decide how we build our tools and how they are used are vitally important concerns. The devil is in the details, as they say. The last thing I want to see, is people sharing this post to say &ldquo;X project is funded under the NGI, so therefore it&rsquo;s bad!&rdquo; in a bizarre <a href="https://www.kitklarenberg.com/p/signal-facing-collapse-after-cia">knee-jerk reaction</a>.</p> +<p>Anyone who even partially understands the state of online mass surveillance is keenly aware that the problem is larger than any single project or tool. We should absolutely be concerned about the state and future of projects that are entirely dependent on the EU for funding, but we have a role in this too. If we aren&rsquo;t proactively focused on <a href="https://libresolutions.network/operations/bankroll/">supporting development ourselves</a> we can hardly expect for it to be built out of nothing.</p> +💌 Thank you for reading this via RSS 📡 + + + + Digital Autonomy & The Arts with Hunter Stabler + https://libresolutions.network/videos/arts6/ + Sun, 18 Feb 2024 00:00:00 +0000 + + https://libresolutions.network/videos/arts6/ + + https://libresolutions.network//media/images/arts6-banner.webp + + + Part 6: Exploring tools and the social landscape + <p>Thrilled to have had an excellent conversation with <a href="https://hunterstabler.com">Hunter Stabler</a> about digital autonomy and the arts. We spoke about many different topics, ranging from Free Software, community, and the broader impact of social media. It was a pleasure to connect with somebody who’s taken many steps towards reclaiming their digital autonomy, and has such incredible talent.</p> +<p>You can take a look at Hunter’s creations on <a href="https://pixelfed.social/hunter_stabler">his Pixelfed.</a></p> +<p>We share an affinity for <a href="https://www.blender.org/">Blender</a> <a href="https://antennapod.org/">Antennapod</a> and <a href="https://xmpp.org/">XMPP</a>. Hunter has put together a CNC machine and likes to create with Free Software where possible. Adding that we need to all find ways to collaborate and work together to solve problems of education, outreach, and support.</p> +<h3 id="links-discussed">Links Discussed</h3> +<ul> +<li><a href="https://brownstone.org/articles/the-responsibility-of-intellectuals-2-0">The Responsibility of Intellectuals 2.0</a></li> +<li><a href="https://nationalcitizensinquiry.ca/testimony/">National Citizens Inquiry Testimony</a></li> +<li><a href="https://www.salon.com/2024/01/09/impossible-openai-admits-chatgpt-cant-exist-without-pinching-copyrighted-work/">&ldquo;Impossible&rdquo;: OpenAI admits ChatGPT can&rsquo;t exist without pinching copyrighted work</a></li> +<li><a href="https://apnews.com/article/ai-generated-election-deepfakes-munich-accord-meta-google-microsoft-tiktok-x-c40924ffc68c94fac74fa994c520fc06">Tech companies sign accord to combat AI-generated election trickery</a></li> +<li><a href="https://libresolutions.network/operations/bankroll/">Operation: Bankroll</a></li> +<li><a href="https://www.wired.com/story/air-canada-chatbot-refund-policy/">Air Canada Has to Honor a Refund Policy Its Chatbot Made Up</a></li> +</ul> +<h3 id="a-taste-of-freedom-libre-hosters">A Taste of Freedom: Libre Hosters</h3> +<p>A very important topic highlighted in this discussion was how somebody without much time or resources can get started with using excellent Free and Open Source Software. One way to become familiar with self-hostable services is to try them out with an online community that provides them.</p> +<p>Of course, since you are a guest on somebody else&rsquo;s infrastructure it&rsquo;s important to be a good digital citizen and respect their rules and culture while using their services. Of course, if you&rsquo;re an experienced self-hoster with spare resources, consider becoming your own libre hoster for others!</p> +<p>Here are some examples:</p> +<ul> +<li><a href="https://disroot.org/en">Disroot</a></li> +<li><a href="https://libreops.cc/">LibreOps</a></li> +<li><a href="https://weho.st/">weho.st</a></li> +</ul> +<p>Browse others at the <a href="https://libreho.st/">libre hosters directory</a></p> +<hr> +<p>This conversation took place over the <a href="https://fsf.org">Free Software Foundation</a>&rsquo;s <a href="https://jitsi.member.fsf.org/">Jitsi Instance</a>. Consider <a href="https://fsf.org/donate">becoming a member</a> to support Free Software, and gain acess to numerous member&rsquo;s benefits, including an XMPP account. <a href="https://obsproject.com/">OBS Studio</a> was used to record the conversation, and cleanup/edits were done in blender and <a href="https://www.audacityteam.org/">audacity</a>.</p> +💌 Thank you for reading this via RSS 📡 + + + + Pushing Back against Surveillance and Control with Hrvoje Morić + https://libresolutions.network/videos/hrvoje-moric-show-feb-2024/ + Fri, 16 Feb 2024 00:00:00 +0000 + + https://libresolutions.network/videos/hrvoje-moric-show-feb-2024/ + + + + + + https://libresolutions.network//media/images/tnt-radio.webp + + + Delving into the crucial issues impacting people's digital autonomy. + <p>Early this month, Hrvoje and I had a conversation about how governments and corporations are tightening their grip over the information landscape. We discussed some of my latest work, and it was an excellent opportunity to add some finer detail to points that come up often. Near the end, we talk about the <a href="https://cjhopkins.substack.com/p/the-verdict">war on dissent</a> in Germany. It’s important to note that the acquittal of CJ Hopkins <a href="https://cjhopkins.substack.com/p/the-resistible-rise-of-the-new-normal">is being appealed</a> by the German government. Reiterating the importance for us to rally around the importance of Free Speech and Expression in the face of totalitarianism.</p> + +💌 Thank you for reading this via RSS 📡 + + + + SoundCloud Censors Geopolitics and Empire + https://libresolutions.network/articles/geopolitics-and-empire-censored/ + Fri, 26 Jan 2024 00:00:00 +0000 + + https://libresolutions.network/articles/geopolitics-and-empire-censored/ + + https://libresolutions.network//media/images/soundcloud-hrvoje.webp + + + Understanding corporate censorship, and what can be done about it + <blockquote> +<p>So I have been a loyal customer to Germany-based SoundCloud since 2015, where my podcast has been hosted&hellip;and now they have finally jumped on the censorship bandwagon&hellip;by deleting one of my interviews from a year ago. <strong>Are there any censorship-resistant podcast hosting providers left?</strong></p> +<p>The censored interview: <a href="https://geopoliticsandempire.com/2023/02/14/christie-grace-big-pharma-wants-to-force-biologics-on-us">https://geopoliticsandempire.com/2023/02/14/christie-grace-big-pharma-wants-to-force-biologics-on-us</a></p> +<p><a href="https://t.me/GeopoliticsAndEmpire/43908">Geopolitics and Empire on Telegram</a></p></blockquote> +<p>This particular interview being censored is very notable to me. I was dissapointed to see that an episode of <a href="https://geopoliticsandempire.com/">Geopolitics and Empire</a> was removed, but when I noticed which specific interview was removed it certainly raised an eyebrow. I&rsquo;ve only had a passing awareness of Christie Grace&rsquo;s work, with much of it <a href="https://christiegrace.substack.com/">going over my head.</a> The thing I find specifically concerning is that there is a pattern of those with substantially higher-effort <a href="https://roundingtheearth.substack.com/p/lies-and-gaslighting-over-the-military">investigative work</a> being <em>sidelined</em> in favor of those who can meet the demand for simple and inflammatory rhetoric.</p> +<div class="image-container"> + +<a href='https://x.com/_HeartofGrace_/status/1719904020796449057'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/christie-censored.webp' +> + +</a> + + +<p class="caption"> + Not cool at all. +</p> + + +</div> +<p>When it first read her tweet I was stunned. Stunned that someone would have the audacity to demand a domain expert to <em>coach them</em> how to present ideas instead of&hellip; letting her speak to her expertise and answer questions. There&rsquo;s undeniably a sexist angle to this, as such I also worry that this may be more common than one would expect. It&rsquo;s a tragic mis-allocation of resources for those taking the time to actually put together potentially life-saving information to be maligned by those operating under the premise that it&rsquo;s all <em>just business</em>. This makes it explicitly clear that what our governments and mega-corporations fear the most is ordinary people choosing for themselves who and what to platform, rather than allowing intermediaries to shape any and all discussions.</p> +<h2 id="the-attention-economy-is-the-problem">The Attention Economy is the Problem.</h2> +<p>It&rsquo;s really easy for someone to dunk on Hrvoje for using soundcloud. <em>You should be hosting it yourself silly!</em> Right? That <em>sounds like useful information</em>, but is naive at best and arrogant at worst in the face of <a href="https://libresolutions.network/articles/broken-internet/">infrastructure-level de-platforming.</a> It is certainly possible for an individual to run a multimedia project as a passion project out of pocket, but the more hurdles that are thrown in the way, the fewer will actually manage to take part.</p> +<p>It may seem like an <a href="https://www.youtube.com/watch?v=akeRz7ouICQ">extreme position</a> to some, but it is clear that the industry built around supporting media with advertisements is fundamentally malignant. A smaller industry would not be able to get away with <a href="https://avoidthehack.com/ads-cybersecurity-risk">infecting users with malware</a> and <a href="https://www.iccl.ie/wp-content/uploads/2023/11/Europes-hidden-security-crisis.pdf">operating as a 24/7 continuous data breach</a>.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/43d3d114-38b0-4a33-a1c9-ca29f8107912?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h3 id="we-are-not-powerless">We are NOT Powerless.</h3> +<p>Blocking advertisements just makes sense, but to go even further we must explore more democratized and meritocratic ways of hosting, distributing, and sharing multimedia. The Free and Open Web is a beautiful thing, and despite many efforts to seize control over it we can still decide to <a href="https://libresolutions.network/tech/reclaiming-cyberspace/">reclaim territory in cyberspace</a> and make our mark on history.</p> +<h2 id="what-is-podcast-hosting">What is Podcast Hosting?</h2> +<p>Podcast hosting is a service that stores media files (either audio clips or video) and that allows for various podcast applications or apps to download and play media. Podcasting had its <a href="https://podnews.net/article/first-podcast-feed-history">origin in RSS Feeds</a> and sadly many &ldquo;podcasts&rdquo; stray from this open standard that really began a new independent media revolution. By allowing people to upload media for free, the platform seizes control over the content that is stored on it. If you&rsquo;re lucky, the platform still publishes an RSS feed instead of relying on centralized indexing services.</p> +<p>A podcast itself is very simple. It&rsquo;s a collection of video and/or audio files with a file that is <strong>machine-readable</strong> as in it&rsquo;s very simple for a program to parse the information and use it as needed. A slimmed-down example of what this file would look like is this:</p> +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-xml" data-lang="xml"><span style="display:flex;"><span><span style="color:#f92672">&lt;rss</span> <span style="color:#a6e22e">version=</span><span style="color:#e6db74">&#34;2.0&#34;</span><span style="color:#f92672">&gt;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">&lt;channel&gt;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">&lt;title&gt;</span>Example Podcast<span style="color:#f92672">&lt;/title&gt;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">&lt;link&gt;</span>https://example.com/podcast<span style="color:#f92672">&lt;/link&gt;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">&lt;item&gt;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">&lt;title&gt;</span>Episode 1<span style="color:#f92672">&lt;/title&gt;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">&lt;link&gt;</span>https://example.com/podcast/episode-1<span style="color:#f92672">&lt;/link&gt;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">&lt;enclosure</span> <span style="color:#a6e22e">url=</span><span style="color:#e6db74">&#34;/episode.mp3&#34;</span> <span style="color:#f92672">/&gt;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">&lt;/item&gt;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">&lt;/channel&gt;</span> +</span></span><span style="display:flex;"><span><span style="color:#f92672">&lt;/rss&gt;</span> +</span></span></code></pre></div><p>The file outlines the title and description for the show, as well as a link to where each audio/video clip is stored. Distilled down to this level, a podcast is quite similar to a <a href="https://libresolutions.network/articles/best-website-for-you/">static web site</a> designed for a different kind of application interface. It&rsquo;s pure data that can be stored in a large variety of ways. This means that any simple, inexpensive web hosting can be used to host a podcast. As the size of it grows, you may want to consider how you&rsquo;re purchasing storage, and maybe using something like object storage can help you reduce costs.</p> +<h3 id="podcasting-20">Podcasting 2.0</h3> +<p>By wholeheartedly embracing this, Adam Curry (aka &ldquo;The Podfather&rdquo;), co-creator of the podcast <a href="https://www.youtube.com/watch?v=lxLqBZ2MwCA">has started</a> an exciting initiative called Podcasting 2.0. This initiative aims to expand the RSS format to include additional features that many &ldquo;podcast&rdquo; platforms refused to adopt. These features include donation links, chapters, and even transcripts. By expanding the RSS format with the &ldquo;podcast namespace&rdquo; Podcasting 2.0 allows for anyone to immediately take advantage of the latest and greatest features using <a href="https://podcastindex.org/apps?appTypes=open+source&amp;elements=Chapters">open source software!</a></p> +<h3 id="sharing-is-caring">Sharing is Caring</h3> +<p>Censorship resistance is only part of the story. It is down to all of us as individuals to take a proactive role in helping get the word out for independent voices that take the time to make room for conversations that need to happen. Censorship thrives as long as there is tolerance for it, making a deliberate choice to amplify those who are suppressed is a very effective way to counteract it.</p> +<h3></h3> +💌 Thank you for reading this via RSS 📡 + + + + New Website: Cyberfreedom.ca + https://libresolutions.network/articles/building-a-beehive/ + Sun, 21 Jan 2024 00:00:00 +0000 + + https://libresolutions.network/articles/building-a-beehive/ + + https://libresolutions.network//media/images/honeycomb.webp + + + Let's get down to business + <p>There&rsquo;s something very powerful about splitting up a huge task into tiny pieces and making it easy for people to work on the particular chunks. In hopes to demonstrate how this is done, <a href="https://cyberfreedom.ca">cyberfreedom.ca</a> is now launched to demonstrate <a href="https://libresolutions.network/operations/beehive/">Operation: Beehive</a>. It is still very much a work in progress, but the seed is planted. A lot of basic questions need to be answered, but there&rsquo;s lots to come!</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/honeycomb.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/operations/beehive" ><h2>Operation: Beehive</h2><i>A model for highly productive decentralized work.</i></a> + + <span></span> + </div> +</section> +<h2 id="what-is-cyberfreedomca">What is Cyberfreedom.ca?</h2> +<p>Canadian Cyber Freedom is intended to be a resource for Canadians to identify legislative attacks on their digital autonomy and privacy. The site is a beehive because it&rsquo;s using a version-control system <strong>git</strong> to manage changes. Once changes are accepted, they are automatically integrated with the site. Anyone is free to clone <a href="https://code.gabe.rocks/gabriel/cyberfreedom">the repository</a> and start making their own changes. Once they&rsquo;ve published their version of the repository (or sent it directly) their updates can be integrated into the project.</p> +<p>The idea of keeping up with, and extensively detailing all the ways in which the government of Canada is working to undermine Canadians digital liberty is overwhelming. The hope is to recruit motivated volunteers to assist with building a resource that will help Canadians engage with their representatives to turn the tide in favor of liberty. While total success would be wonderful, even enough engagement to demonstrate the tactic would go a long way to change the game.</p> +<h3 id="why-all-the-fuss">Why all the fuss?</h3> +<p>Many hands make light work. The ability to get many people working together in a decentralized way is severely underestimated. The goal is to exemplify a process that with a little learning, allows everyone to maximize their own ability to contribute to larger projects.<br> +The major challenges are two-fold:</p> +<ol> +<li>The project has to be deliberately setup with this kind of workflow in mind. Some data formats or ways of managing information become much more complicated as projects gain participants or become larger.</li> +<li>It does require a bit of learning on the behalf of volunteers, in exchange for learning a useful skill, they&rsquo;re able to build things that would be impossible for individuals.</li> +</ol> +<p>On the other hand, there are also many advantages:</p> +<ul> +<li> +<p><strong>Anti-Fragile Information Sharing</strong></p> +<p>It&rsquo;s a lot harder to suppress information when a variety of people have a copy of it, that can be easily shared over many different mediums.</p> +</li> +<li> +<p><strong>Highly Scalable</strong></p> +<p>The more people who get involved, the more can get done quickly</p> +</li> +<li> +<p><strong>Inherently Self-Hosted and Offline-First</strong></p> +<p>It&rsquo;s all just managing information, there is no requirement to use websites or services at all. They&rsquo;re just convenient for access and sharing.</p> +</li> +<li> +<p><strong>Optimal Trust</strong></p> +<p>You may want the ability for people to contribute without necessarily trusting them with keys to the kingdom. Using git allows you to pull changes from anyone without having to give them control over your project.</p> +<p>Once you do want to trust collaborators to help you manage the project, it&rsquo;s as simple as creating an account on your forge for them, and setting up permissions to the repository.</p> +</li> +<li> +<p><strong>Division of Labor</strong></p> +<p>The beehive model allows for tech people to focus on tech things (such as site hosting and configuration) while contributors can focus on their areas of expertise such as writing, editing, translation, or creating multimedia content.</p> +</li> +</ul> +<h3 id="what-can-be-accomplished">What can be Accomplished?</h3> +<p>Demonstrating how to decentralize collaboration online and offline is a phenomenal asset to those who wish to endure and oppose total top-down control. The goal is to primarily demonstrate how a task that appears to be too large to take on can be relatively simply transformed into a goldmine of opportunity for all involved. If this process was better understood, the broader community could adopt this model towards creating resources for other kinds of important issues.</p> +<p>Of course, it would be wonderful if <a href="https://cyberfreedom.ca">cyberfreedom.ca</a> becomes the go-to resource to equip Canadians to engage with their elected officials to gain new ground for digital autonomy in Canada. With a bit of effort this resource could track terrible legislation before it has time to pass and give citizens the confidence to oppose it together. If this proves successful, it would be even possible for people to write new proposals that would greatly enhance the privacy and free expression rights on Canadians.</p> +<h3 id="thank-you-a-personal-note">Thank you: A Personal Note</h3> +<p>I want to thank everyone reading this at the moment, it&rsquo;s been a very rough start for me but I am very excited for the future of this and other projects. I hope that even if you can&rsquo;t contribute time that you&rsquo;re willing to at least share the idea with others, so that we can all start to bring meaningful change together. Whether you&rsquo;re reading this via email, the website, or RSS feed your support has meant a great deal and your feedback means a great deal.</p> +💌 Thank you for reading this via RSS 📡 + + + + Digital Autonomy & The Arts with Anne Gibbons + https://libresolutions.network/videos/arts5/ + Fri, 12 Jan 2024 00:00:00 +0000 + + https://libresolutions.network/videos/arts5/ + + https://libresolutions.network//media/images/arts5-banner.webp + + + Part 5: Understanding our tools and bonding over authenticity. + <p>I’m pleased to have had the opportunity to discuss <a href="https://libresolutions.network/tags/digital-autonomy-the-arts">Digital Autonomy &amp; The Arts</a> with Anne Gibbons. Anne is a courageous cartoonist and an inspiration to those who want to learn to make their mark on the canvas of history. We discuss the unique challenges that impact our lives at the cross-section of digital autonomy and artistic expression. I really appreciated having a discussion with a creative and passionate voice with such a wealth of experience.</p> +<p>You can follow Anne&rsquo;s work on <a href="https://annecantstandit.com/">her website</a> and <a href="https://annecantstandit.substack.com/">substack</a></p> +<h3 id="special-thanks-to-margaret-anna-allice">Special Thanks to Margaret Anna Allice</h3> +<p>This discussion wouldn’t have taken place if not for <a href="https://margaretannaalice.substack.com">Margaret Anna Alice</a> and I am very thankful for that. Please take the time to watch (and share!) <a href="https://margaretannaalice.substack.com/p/mistakes-were-not-made-video-dr-mike">Dr Yeadon’s incredible reading</a> of <a href="https://margaretannaalice.substack.com/p/mistakes-were-not-made-an-anthem">Mistakes Were NOT Made: An Anthem for Justice.</a></p> +<p>Related links:</p> +<ul> +<li><a href="https://www.corbettreport.com/the-media-matrix-full-documentary/">The Media Matrix</a></li> +<li><a href="https://arstechnica.com/information-technology/2022/11/deviantart-upsets-artists-with-its-new-ai-art-generator-dreamup/">DeviantArt upsets artists with its new AI art generator, DreamUp</a></li> +<li><a href="https://peertube.libresolutions.network/w/92rS5X3nfkHyZdknuodz6n">War and Democide</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Data Shedding + https://libresolutions.network/videos/data-shedding/ + Thu, 11 Jan 2024 00:00:00 +0000 + + https://libresolutions.network/videos/data-shedding/ + + https://libresolutions.network//media/images/data-shedding.webp + + + Understanding a severe real-time privacy risk + <p>The following video is a summary of <a href="https://www.iccl.ie/wp-content/uploads/2023/11/Europes-hidden-security-crisis.pdf">a report</a> on how programmatic advertising can be weaponized for mass real-time surveillance. This report is highly troubling but not particularly surprising. If you want to learn how it&rsquo;s being used, read up on the <a href="https://mastodon.social/@wchr/111410591996456032">mastodon thread</a> made by one of the report&rsquo;s authors.</p> +<h3 id="links">Links:</h3> +<ul> +<li><a href="https://mastodon.social/@wchr/111410591996456032">Mastodon Thread</a></li> +<li><a href="https://www.iccl.ie/wp-content/uploads/2023/11/Europes-hidden-security-crisis.pdf">Europe&rsquo;s Hidden Security Crisis Report</a></li> +</ul> +<h3 id="further-reading">Further Reading:</h3> +<ul> +<li><a href="https://unlimitedhangout.com/2021/04/investigative-reports/the-military-origins-of-facebook/">The Military Origins of Facebook</a></li> +<li><a href="https://www.corbettreport.com/how-palantir-conquered-the-world/">How Palantir Conquered the World</a></li> +<li><a href="https://en.wikipedia.org/wiki/Total_Information_Awareness">Total Information Awareness</a></li> +<li><a href="https://avoidthehack.com/ads-cybersecurity-risk">Understanding Malicious ads</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Securing your Data: Backups + https://libresolutions.network/articles/backups/ + Fri, 05 Jan 2024 00:00:00 +0000 + + https://libresolutions.network/articles/backups/ + + + + + + https://libresolutions.network//media/photos/drive.webp + + + Don't overlook the importance of backups! + <p>Backups can feel like a chore, but they&rsquo;re actually very empowering. Beyond the peace of mind knowing that you&rsquo;re much less likely to lose data, you&rsquo;re also in a better position to make changes. Many tasks, like moving from Windows to a Free and Open Source operating system, are much easier if you&rsquo;ve already got your own backups. Keeping your data safe can be as simple as making copies and distributing them, all the way up to running your own cloud. The main purpose is always the same, preventing the horrors of data loss.</p> +<h3 id="contents">Contents</h3> +<ol> +<li><a href="#tools">Tools</a></li> +<li><a href="#example-strategies">Example Strategies</a></li> +<li><a href="#extra-resources">Extra Resources</a></li> +</ol> + +<p>Data loss can be tragic. In a time where commercial services train us to think that everything is at our fingertips, it&rsquo;s easy to forget that some things really are irreplaceable. Sure you can probably hunt down all those memes you&rsquo;ve saved, but personal photographs, notes, and works can all disappear in a moment of surprise to be quickly replaced with a flood of dread and regret.</p> +<p>There&rsquo;s the harsh saying, data that isn&rsquo;t backed up is already lost. I&rsquo;ve personally felt the loss of some personal data over the years that I&rsquo;ll never get back. There are so many ways to lose data including deleting/overwriting data by mistake, device failure, or hostile attacks like ransomware. The solution is to keep your data on multiple devices in multiple places. Fortune favors the prepared, so it&rsquo;s best to do what you can to avoid such scenarios.<br> +The important steps are: <strong>Simplify, Store, Distribute, Test</strong>.</p> +<div class="image-container"> + +<a href='https://libresolutions.network/media/diagrams/backups.webp'> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/backups.webp' +> + +</a> + + +<p class="caption"> + share this poster! +</p> + + +</div> +<h2 id="simplify">Simplify</h2> +<p>Just like it can be hard to track down a specific form on a cluttered desk, it pays to have a deliberately organized system. Making as much use of your home directory as possible will go a long way. If you were able to have all your important files in a single place, such as <code>C:/Users/Gabriel</code> on Windows or <code>/home/gabriel</code> on Linux or Mac, it can be much easier to then copy and transfer those files.</p> +<p>Of course that&rsquo;s the ideal scenario, things may be saved elsewhere for all kinds of reasons, or even relegated to a particular cloud provider. This creates a new challenge of tracking down particular files in a race against time before they are forgotten all together. The complexity isn&rsquo;t always your fault, programs have the capability of installing their configuration settings in different places, so being aware of what program settings you need to keep safe is very important.</p> +<p>Using simpler tools, taking an offline-first approach, and spending time to organize important files can go a long way to making your backups simpler. Simple backups can sometimes be fully automated or at least sped up with scripts. This is all even more true when you use multiple devices, the more organized each device is, the less work required to manage it all.</p> +<h2 id="store">Store</h2> +<h3 id="recovery-checklist">Recovery Checklist:</h3> +<p>For a complete recovery you&rsquo;ll want to account for:</p> +<ul> +<li> +<p><strong>Personal/Work files</strong></p> +<p>Any file you wouldn&rsquo;t want to have deleted. These include personal photos, documents, scanned documents or media.</p> +</li> +<li> +<p><strong>Organizational Data</strong></p> +<p>Calendars and contacts are some of the first things you&rsquo;ll want to ensure you have in a format <a href="https://github.com/awesome-selfhosted/awesome-selfhosted#calendar--contacts">under your control</a>.</p> +</li> +<li> +<p><strong>Passwords</strong></p> +<p>If you use a password manager, it&rsquo;s very important not to lose all your passwords.</p> +</li> +<li> +<p><strong>Browser Profiles</strong></p> +<p>Arguably the most important program to back up the settings for would be your browser. You can also separately back up important data such as bookmarks. By having the entire profile you ensure you keep your settings, add-ons, and many other useful things to avoid disruption.</p> +</li> +<li> +<p><strong>Configuration files</strong></p> +<p>These are the program files mentioned earlier. Where they&rsquo;re stored will vary from program to program, and it may depend on what system you&rsquo;re using.</p> +</li> +<li> +<p><strong>Installation media</strong></p> +<p>At minimum, it&rsquo;s nice to have a fresh start every once in a while. Having an installer on a USB to reinstall your system after any issues is a very useful thing to have when you can just throw all your files back in place.</p> +</li> +<li> +<p><strong>System backups</strong></p> +<p>You can save time on re-installing your system and programs by maintaining a backup of your system in it&rsquo;s current state. System backups are very useful to get back and running after a catastrophic problem or if a device is lost.</p> +</li> +</ul> +<p>No matter how much (or how little) simplifying you&rsquo;ve done, you need to figure out how you&rsquo;re going to store your needed files. At minimum you&rsquo;ll want to copy them to some form of external medium or remote server.</p> +<h3 id="types-of-backups">Types of Backups</h3> +<ul> +<li> +<p><strong>Copy</strong></p> +<p>The most straightforward way to move files is to copy them from place to an external device such as a USB drive or optical media.</p> +</li> +<li> +<p><strong>Push</strong></p> +<p>If you have access to a home or remote server, you can regularly push files to keep them accessible.</p> +</li> +<li> +<p><strong>Pull</strong> +You could also give a home/remote server the capability to download your files remotely.</p> +</li> +<li> +<p><strong>Sync</strong> +It&rsquo;s also possible to use tools to sync files and folders between devices in real-time.</p> +</li> +</ul> +<h3 id="encryption">Encryption</h3> +<p>It&rsquo;s useful to encrypt your backups, so if they fall in the wrong hands all your private files are safe from compromise. Sometimes cloud services will claim your backups are encrypted, but it&rsquo;s critical that you control (and protect) the key that&rsquo;s used to access the files.</p> +<h3 id="automation">Automation</h3> +<p>Automation saves you time at the cost of initial configuration. It&rsquo;s ultimately up to you how sophisticated you want the backup to be. It can be a very simple regular copy, or very complex with real-time sync and extra features.</p> +<h3 id="offline-backups">Offline backups</h3> +<p>As far as I know, it&rsquo;s impossible to steal data from an unplugged storage device <a href="https://thehackernews.com/2022/07/new-air-gap-attack-uses-sata-cable-as.html">over the Internet.</a> Even if it was possible, it would be incredibly impractical to target most people. Having a backup that is disconnected from power is safe from all kinds of cyber threats.</p> +<h3 id="time">Time</h3> +<p>Sometimes files aren&rsquo;t merely lost, but are mistakenly damaged or altered. It&rsquo;s useful to have a version history of particular files or keep multiple system backups from different moments in time.</p> +<h3 id="redundancy">Redundancy</h3> +<p>Less is absolutely not more in this scenario. If you&rsquo;ve got spare time/resources and want to consider an additional layer of protection, more copies and/or more storage locations significantly increase the odds of being able to recover files in a disaster.</p> +<h2 id="distribute">Distribute</h2> +<p>There are scenarios where it&rsquo;s vital to have your data not exist in a single physical location. Natural disasters, break-ins, and many other unpredictable incidents can make it impossible to retrieve data once it&rsquo;s gone. Having a backup located somewhere else is how you overcome this.</p> +<p>For data that isn&rsquo;t personal or sensitive, sharing is a perfectly viable option. If you&rsquo;ve assembled an important curated collection of writing, media, or even just links publishing it online can help ensure your work isn&rsquo;t wasted. You can even distribute files (<em>that you have the rights to!</em>) on <a href="https://archive.org/">archive.org</a> to make a mark on history.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/photos/drive.webp' +> + + + +</div> +<h3 id="storage-types">Storage Types</h3> +<h4 id="portable-storage">Portable Storage</h4> +<p>The easiest way to get started is to copy your personal files to a portable storage device. When one doesn&rsquo;t require a huge amount of space, these are very convenient and work quite well. Portable flash storage is generally quite fast, but may not be suited for long-term storage.</p> +<h4 id="optical-media">Optical Media</h4> +<p>If you&rsquo;re storing a relatively small amount of data that you don&rsquo;t need to change, optical media such as CDs, DVDs, or Bluray disks may suit your purposes. Data stored on optical media is often likely to last much longer than flash storage when kept in ideal conditions.</p> +<h4 id="external-hard-drives">External Hard Drives</h4> +<p>A go-to method for people with many files is to back up their files to an external hard drive. These usually require their own power and data cable to work. They can feature faster speeds, and much larger storage space in exchange for a bulkier size.</p> +<h4 id="nas--remote-storage">NAS / Remote Storage</h4> +<p>A more sophisticated method to store data is to run a server that allows files to be transferred over the network. There are all kinds of methods to setup repositories of data with various different forms of access control.</p> +<h2 id="test">Test</h2> +<p>Backing up is just the first step! You&rsquo;ll want to make sure the files are properly usable. You don&rsquo;t want to waste the time running a fancy automated fully-encrypted backup system to have that effort tragically wasted the moment you actually need it.</p> +<h3 id="file-integrity">File Integrity</h3> +<p>If it&rsquo;s been quite some time, it&rsquo;s worth making sure your old file backups aren&rsquo;t corrupted or otherwise damaged. Bit rot, errors, and ordinary wear can all damage the information stored in a backup.</p> +<h3 id="disaster-recovery">Disaster Recovery</h3> +<p>It&rsquo;s good to make sure you can start with a new/fresh device in the event it gets damaged, or your residence is hit from a natural disaster.</p> +<h3 id="encryption-1">Encryption</h3> +<p>If your backups are encrypted it&rsquo;s important to make sure you can actually <em>decrypt</em> the backup. Otherwise, you&rsquo;re just generating random data.</p> +<h3 id="improve">Improve</h3> +<p>Over time, you&rsquo;ll find things in your backup strategy you want to improve. By testing your backups you have the opportunity to identify problems before you actually need the backup.</p> +<p><a href="#">Back to Top</a></p> +<h2 id="tools">Tools</h2> +<p>The best backup tool is the one you&rsquo;ll actually use. Each will vary in features, complexity, and ease-of-use. You may be limited by what system you&rsquo;re using and your comfort level with command-line tools.</p> +<h3 id="system-features">System Features</h3> +<p>Both Windows and Mac have built-in features for file backups and system recovery. There are many Utilities for Linux distributions as well.</p> +<h3 id="rsync--rclone">rsync &amp; rclone</h3> +<p><strong>rsync</strong> and <strong>rclone</strong> are tools that are so useful, either one of them is enough to consider learning how to use command-line tools yourself. Both are excellent tools for transferring and syncing files between multiple systems.</p> +<h3 id="disk-cloning">Disk Cloning</h3> +<p><a href="https://clonezilla.org/">Clonezilla</a> is a great tool for <a href="https://youtu.be/ci2VyorBjyQ">making an image</a> of an entire disk. This is one of many ways to create a full backup of an entire system or to migrate a system from one disk to another.</p> +<p><a href="#">Back to Top</a></p> +<h2 id="example-strategies">Example Strategies</h2> +<h3 id="easy-street">Easy Street</h3> +<ul> +<li>Copies personal files to an external hard drive</li> +<li>Has two extra usb drives one with an OS installer and the other with program installers or scripts</li> +<li>Regularly rotates the external hard drive with a relative for a secure offsite offline backup</li> +</ul> +<h3 id="the-digital-serf">The Digital Serf</h3> +<ul> +<li>Maximizes their use of cloud services</li> +<li>Uses multi-factor authentication to prevent intrusion</li> +<li>Distributes data among nameless and innumerable third parties</li> +<li>Zero digital autonomy, their entire digital life is at the mercy of a single provider without much ability to switch</li> +</ul> +<h3 id="total-sloth">Total Sloth</h3> +<ul> +<li>Uses their systems&rsquo; &ldquo;file history&rdquo; feature to have multiple versions of each file across time.</li> +<li>Once a month, shuts down their system and creates a system image from the drive</li> +<li>Copies the system image to an encrypted filesystem on an external drive</li> +<li>&ldquo;Simple as&rdquo; they mutter while driving to their secure locker offsite storage.</li> +</ul> +<h3 id="the-leech">The Leech</h3> +<ul> +<li>Encrypts files and uploads them to free or cheap cloud storage</li> +<li>Abuses <a href="https://youtu.be/4sDuNccDw80">free signups</a></li> +<li>Automates everything, providers hate him.</li> +</ul> +<h3 id="diy-cloud">DIY Cloud</h3> +<ul> +<li>Self-hosts a variety of services</li> +<li>All their devices <a href="https://enblog.eischmann.cz/2023/11/20/nextcloud-as-personal-cloud/">sync to the home server</a></li> +<li>Remote backup server pulls regular backups from the home server</li> +<li>Doesn&rsquo;t need much of the Internet anymore</li> +</ul> +<p><a href="#">Back to Top</a></p> +<h2 id="extra-resources">Extra Resources</h2> +<h3 id="video-guides">Video Guides</h3> +<ul> +<li><a href="https://share.tube/videos/watch/f3840d44-89fb-448b-8e07-e1be26f6bf59">My backup routine (and why I keep it simple)</a></li> +<li><a href="https://apertatube.net/videos/watch/0dbfa576-6051-4136-a78e-79ad94f4c44a">Let&rsquo;s Talk About Backups</a></li> +<li><a href="https://diode.zone/videos/watch/4bfdfc2a-c605-415c-a733-bb68d899faf0">&lsquo;Don’t eat my data - 30+ years of storage war stories&rsquo; - Steven Ellis (LCA 2020)</a></li> +<li><a href="https://youtu.be/id01_oBuNR4">How to Move Everything from an Old PC to a New PC</a></li> +<li><a href="https://youtu.be/2VwpmEA9pYQ">How to Clone Your OS Hard Drive in Linux to Use with a Different (or the same) Computer +</a></li> +</ul> +<h3 id="links">Links</h3> +<ul> +<li><a href="https://whynothugo.nl/journal/2014/08/06/performing-backups-the-right-way/">Performing backups the right way</a></li> +<li><a href="https://rclone.org/crypt/">https://rclone.org/crypt/</a></li> +<li><a href="https://web.archive.org/web/20240107104820/https://old.reddit.com/r/DataHoarder/wiki/backups">/r/DataHoarder Wiki - Backups</a></li> +<li><a href="https://www.engineersgarage.com/data-loss-backup-and-recovery-a-complete-beginners-guide/">Data Loss, Backup, and Recovery: A Complete Beginners’ Guide</a></li> +<li><a href="https://ruvi-d.scribe.rip/personal-data-backup-strategies-e06086f4865d">Personal Data Backup Strategies</a></li> +<li><a href="https://apebox.org/wordpress/tech/1325">Building a NAS</a></li> +<li><a href="https://github.com/awesome-foss/awesome-sysadmin#backups">Awesome Sysadmin - Backups</a></li> +<li><a href="https://en.wikipedia.org/wiki/Backup">https://en.wikipedia.org/wiki/Backup</a></li> +<li><a href="https://en.wikipedia.org/wiki/List_of_backup_software">https://en.wikipedia.org/wiki/List_of_backup_software</a></li> +<li><a href="https://wiki.installgentoo.com/wiki/Backups">https://wiki.installgentoo.com/wiki/Backups</a></li> +<li><a href="https://wiki.archiveteam.org/index.php/Backup_Tips">https://wiki.archiveteam.org/index.php/Backup_Tips</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Face to Face on the The Hrvoje Morić Show + https://libresolutions.network/videos/hrvoje-moric-show-dec-2023/ + Tue, 26 Dec 2023 00:00:00 +0000 + + https://libresolutions.network/videos/hrvoje-moric-show-dec-2023/ + + https://libresolutions.network//media/images/videos2.webp + + + Recorded for December 22nd + <p>I’m very grateful for the opportunity to share insights that don’t fit neatly into longer posts. Hrvoje Morić who is well known for <a href="https://geopoliticsandempire.com/">Geopolitics &amp; Empire</a>, is a fascinating person to talk to and a very knowledgeable host. We hit many important topics, opening with how big tech is working to regain people’s trust as well as legislative attacks on people’s online freedom. We also discuss Signal and the Open Technology fund, as well as cost savings from ditching the cloud.</p> +<p>The Hrvoje Morić Show: <a href="https://geopoliticsandempire.substack.com/s/hrvoje-moric-show-tnt-radio">https://geopoliticsandempire.substack.com/s/hrvoje-moric-show-tnt-radio</a></p> +💌 Thank you for reading this via RSS 📡 + + + + Operation: Bankroll + https://libresolutions.network/operations/bankroll/ + Wed, 20 Dec 2023 00:00:00 +0000 + + https://libresolutions.network/operations/bankroll/ + + https://libresolutions.network//media/images/bankroll.webp + + + Taking control of supporting solutions + <h2 id="putting-your-money-where-your-needs-are">Putting Your Money Where Your Needs Are</h2> +<p>This mindset is applicable to all kinds of problems, but I think is particularly suited to the challenge of helping people reduce their dependency on big tech infrastructure and state manipulation. Taking the time to evaluate your resources, and your requirements, you can put together a plan on how you and/or your friends or community can properly support a better path. Getting others involved can magnify your impact significantly, and better represent a variety of people&rsquo;s needs and concerns.</p> +<p>It has been a huge mistake for people to accept either high fees or surveillance in exchange for computing that should rightly be done under their own control and on their own devices. There will only be so many opportunities to correct that mistake, and time is running short. The desire for institutions to seize control over peoples’ computing is only likely to rise over time, so too will the necessity to be proactively involved in building better tools for people of all walks of life.</p> +<p>Liberty-minded individuals need to become proactive supporters of the technological ecosystem we wish to participate in. If we appreciate all the benefits we enjoy from useful Free and Open Source Software, then we should reward the effort with proactive funding. In so many ways over the years, people have become familiar with the costs of “free” services that aren’t under their control. The demand for digital autonomy can only rise as corporations and governments around the world become increasingly predatory.</p> +<h3 id="now-is-the-best-time">Now is the Best Time</h3> +<p>With Big Tech services bootstrapping themselves with debt only to operate at a loss to shove out competition, skating by through lucrative government contracts, they&rsquo;re arguably at the weakest they&rsquo;ve ever been. Corporations are raising prices, reducing services, and having <a href="https://news.crunchbase.com/startups/tech-layoffs/">massive layoffs,</a> forcing their workforce to find opportunities elsewhere. The last thing we want is for skilled, intelligent, and motivated people to continue building tools that work against us rather than for us. It is up to us to reverse this trend. Luckily, we have a great opportunity ahead of us.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/interest-rates.webp' + + alt='tradingview chart of descending debt servicing costs over decades' +> + + +<p class="caption"> + Voting with your wallet now matters much more now than it did for the last decade. <a target='_blank' href='https://tradingview.com'>Source</a> +</p> + + +</div> +<p>Now is a very unique window of time to make a serious impact on the future of technology. With interest rates higher than they&rsquo;ve been for quite some time, it&rsquo;s (relatively) harder for corporations and governments to purchase influence. Every dollar you spend (<em>or refuse to spend</em>) means a great deal about what incentives are created and maintained. This means that what little you can spare <em>can make a real impact</em>. If you&rsquo;re interested in <strong>bankrolling</strong> a better technological future, and have resources to spare I can&rsquo;t think of a better opportunity.</p> +<h2 id="holding-in-reserve">Holding in Reserve</h2> +<p>Of course, I am <strong>not telling you to spend without analyzing your own situation</strong>. First and foremost, ensure that you&rsquo;re still taking care of your responsibilities and that you&rsquo;re spending money that you would happily part with to make a better future. Odds are there may be charities or local support systems you may want to consider giving to. It can also be fruitful to save. It&rsquo;s possible that you may want to participate in supporting something new or want to get together with others to pledge a larger amount of funds to work on something ambitious.</p> +<h2 id="projects-worth-supporting">Projects Worth Supporting</h2> +<p>These are intended to be <em>examples</em> of how somebody can take action themselves to fund a more freedom respecting digital landscape. Suggestions are welcome! The intention is to give you an idea of what may be worth considering. Ideally, you&rsquo;d be using a substantial amount of Free and Open Source Software already and you&rsquo;re just going to budget to support the software and systems you use regularly or find useful.</p> +<h3 id="organizations">Organizations</h3> +<p>New initiatives and organizations are always needed to bring new ideas into reality, but those not willing to risk their limited resources supporting a long-shot can choose to instead support organizations with a track-record for delivering real results. Supporting an organization may also give benefits like membership, giving you a voice to raise concerns or even vote on important changes. Large organizations are complex machines. They may not be functioning exactly as you like, but by supporting organizations as a block of members, you can try to move them into a better direction.</p> +<p>No matter what organization you choose to support, be sure to make sure it is aligned (or able to be aligned) with your goals and values. Many large organizations have a tendency to lure in supporters with a <a href="https://libresolutions.network/articles/redirecting-resistance/">deceptive brand</a> that presents itself as noble, but in actuality under-delivers.</p> +<h4 id="local-credit-union">Local Credit Union</h4> +<p>While not strictly technological, I believe that supporting credit unions is an important step to protecting <a href="https://home.solari.com/financial-transaction-freedom-ftf/">financial transaction freedom</a>. While no organization is safe from state overreach, it&rsquo;s best to proactively put up as much resistance as possible, and build up resilience at the local level. Of course, supporters of digital autonomy should use their voice within any financial institution to encourage them to reduce their own dependency on big tech services, tracking, and other anti-user impositions.</p> +<p>At the time of writing this, I am currently a member of a credit union.</p> +<h4 id="advocates-for-digital-autonomy">Advocates for Digital Autonomy</h4> +<p>There are organizations centered around restricting state surveillance like the <a href="https://www.eff.org/">Electronic Frontier Foundation</a>, and Free Software advocacy such as the <a href="https://www.fsf.org/associate/benefits">Free Software Foundation.</a>. Of course, taking it to the local level can help. Donating funds or equipment to local clubs can help those without access to devices, or gain more materials to learn and share.</p> +<p>At the time of writing, I&rsquo;m currently a Free Software Foundation member, and have donated in the past to <a href="https://ev.kde.org/">KDE e.V.</a> in the past.</p> +<h4 id="software-foundations">Software Foundations</h4> +<p>If you use <a href="https://fund.blender.org/">blender</a>, <a href="https://inkscape.org/support-us/donate/">Inkscape</a>, <a href="https://framasoft.org/en/#support">PeerTube</a>, or <a href="https://matrix.org/blog/2023/12/electing-our-first-governing-board/">matrix</a> you may want to consider supporting their organizations. Large foundations can work on a variety of initiatives rather than a specific project. Love the Web? you could even become part of maintaining <a href="https://www.w3.org/donate/">open web standards.</a></p> +<h4 id="liberapay">Liberapay</h4> +<p><a href="https://liberapay.com/Liberapay/">Liberapay</a> needs more love. It&rsquo;s a donations platform for much of the Free Software and Open Source community. The platform allows you to support projects or developers directly if they wish, even <a href="https://liberapay.com/explore/pledges">pledge</a> for projects that aren&rsquo;t on the platform.</p> +<p>It&rsquo;s a pleasure to highlight some of the excellent projects collecting donations there:</p> +<ul> +<li><a href="https://liberapay.com/FreeCAD/">FreeCAD</a></li> +<li><a href="https://liberapay.com/keepassxc/">KeePassXC</a></li> +<li><a href="https://liberapay.com/YunoHost/">YunoHost</a></li> +<li><a href="https://liberapay.com/FreeTube/">FreeTube</a></li> +<li><a href="https://liberapay.com/FreshRSS/">FreshRSS</a></li> +<li><a href="https://liberapay.com/mumble/">Mumble</a></li> +</ul> +<p>If there is any ever doubt. It&rsquo;s always a good idea to verify with the project&rsquo;s website to ensure you&rsquo;re donating in the right place. Liberapay just makes it easy and convenient to support FOSS projects. Through other means, I&rsquo;ve donated to <a href="https://grapheneos.org/donate">GrapheneOS</a>, Misskey and <a href="https://framasoft.org/en/#support">PeerTube</a> as of the time of writing.</p> +<h2 id="purchases">Purchases</h2> +<p>The traditional use of the phrase <em>voting with your wallet</em> refers to <a href="https://www.corbettreport.com/buycotts-solutionswatch/">buycotts</a>, choosing to support a company with better practices than the competition. When it comes to purchasing hardware, the <a href="https://www.fsf.org/givingguide/v14/">FSF&rsquo;s Giving Guide</a> is a good place to look at the advantages of hardware that <em>respects your freedom</em>. It wasn&rsquo;t long ago that many wouldn&rsquo;t know where to find a computer vendor that sells machines with a linux distribution pre-installed, but now there are many vendors. When it comes to buying hardware, it&rsquo;s a good idea to do a bit of research to ensure it suits your needs well. Choose carefully, but boldly!</p> +<p>Sometimes it can be nice to get something back in exchange for supporting a wild idea. Other times, you may make a purchase in the hopes of opening an entire new frontier of devices, such as the <a href="https://unsigned.io/shop/">Reticulum packet radios</a> or the <a href="https://frame.work/ca/en">framework laptop</a>. These devices can come at a high price, but are often unique in quality or features.</p> +<p>I&rsquo;ve had good experiences purchasing from <a href="https://pine64.com/">Pine64</a> and <a href="https://system76.com/">System76</a> and the devices are still working well at the time of writing.</p> +💌 Thank you for reading this via RSS 📡 + + + + Digital Autonomy & The Arts with Margaret Anna Alice, Visceral Adventure & Liam Sturgess + https://libresolutions.network/videos/arts4/ + Wed, 13 Dec 2023 00:00:00 +0000 + + https://libresolutions.network/videos/arts4/ + + https://libresolutions.network//media/images/arts4-banner.webp + + + Part 4: Stories Worth Telling, Technocracy, and Wrestling with the Collapse of the Intangible + <p>In what has become my most ambitious media project yet, I had the pleasure of hosting a conversation with people I look up to as among my personal heroes. The Digital Autonomy Series is now one of my favorite projects as it allows the Libre Solutions Network to truly start to live up to its name.</p> +<h2 id="visceral-adventure">Visceral Adventure</h2> +<p>I got to know Tonika through <a href="https://www.campfire.wiki/doku.php?id=operation_uplift">Operation Uplift.</a> Her open mind, kindness, and drive are huge inspiration. I was absolutely blown away by how succinctly she summarized my primary motivation in writing The <a href="https://libresolutions.network/articles/tools-of-the-technocracy/">Tools of the Technocracy.</a></p> +<blockquote> +<p>This is the first time the technology has actually caught up with the goal of technocracy. This is why I think this is such a pivotal moment in human civilization. This is the first time that they can actually succeed in their goals and I think that is a huge distinction.</p></blockquote> +<p>Substack: <a href="https://visceraladventure.substack.com/">https://visceraladventure.substack.com/</a><br> +Rumble: <a href="https://rumble.com/user/VisceralAdventure">https://rumble.com/user/VisceralAdventure</a><br> +War and Democide: <a href="https://visceraladventure.substack.com/p/war-and-democide">https://visceraladventure.substack.com/p/war-and-democide</a></p> +<h2 id="liam-sturgess">Liam Sturgess</h2> +<p>If I was suspicious of any human being having superpowers, it would be He is an incredibly diligent investigative reporter in addition to being a phenomenal <a href="https://liamsturgess.bandcamp.com/track/the-things-we-take-with-us">musician,</a> voice actor, and producer. If you haven’t already, give <a href="https://liamsturgess.bandcamp.com/album/foreverland">Foreverland,</a> a listen!</p> +<blockquote> +<p>After all the years have flown away<br> +Meet me at the crossroads come and pray<br> +Looking out across from the open shore<br> +Live a life with open wings and soar<br> +We&rsquo;ll find pieces where we&rsquo;ve been<br> +And live off adrenaline<br> +We&rsquo;ll lift off from where we stand</p></blockquote> +<p>Substack: <a href="https://liamsturgess.substack.com/">https://liamsturgess.substack.com/</a><br> +Rumble: <a href="https://rumble.com/c/liamsturgess">https://rumble.com/c/liamsturgess</a><br> +Website: <a href="https://www.liamsturgess.com/">https://www.liamsturgess.com/</a></p> +<h2 id="margaret-anna-alice">Margaret Anna Alice</h2> +<p>George Orwell wrote: “In times of universal deceit, telling the truth is a revolutionary act.” Margaret Anna Alice is a <a href="https://margaretannaalice.substack.com/p/wake-up-toolkit">passionate chronicler</a> who has ensured that the revolution will not go without <a href="https://margaretannaalice.substack.com/p/mistakes-were-not-made-an-anthem-57a">the truth.</a> She has an unparalleled ability to artfully share the voice of reason without mincing words.</p> +<blockquote> +<p>You can deliver yourselves if you try, not by taking action, but merely by willing to be free.<br> +Resolve to serve no more, and you are at once freed. I do not ask that you place hands upon the tyrant to topple him over, but simply that you support him no longer;<br> +then you will behold him, like a great Colossus whose pedestal has been pulled away, fall of his own weight and break into pieces.</p> +<p><a href="https://margaretannaalice.substack.com/p/covid-is-over-if-you-want-it">COVID IS OVER! …If You Want It</a></p></blockquote> +<h3 id="more-links">More links:</h3> +<ul> +<li><a href="https://margaretannaalice.substack.com/p/consequential-quotes-aldous-huxleys">Consequential Quotes: Aldous Huxley&rsquo;s &ldquo;Words &amp; Behavior&rdquo;</a></li> +<li><a href="https://margaretannaalice.substack.com/p/consequential-quotes-war">Consequential Quotes: War</a></li> +<li><a href="https://margaretannaalice.substack.com/p/memes-by-themes-8-war-and-peace">Memes by THemes #8: War &amp; Peace</a></li> +<li><a href="https://margaretannaalice.substack.com/p/letter-to-a-colluder-stop-enabling">Letter to a Colluder: Stop Enabling Tyranny</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Why The Perfect Messaging App Doesn't Exist + https://libresolutions.network/articles/the-perfect-messenger/ + Sun, 10 Dec 2023 00:00:00 +0000 + + https://libresolutions.network/articles/the-perfect-messenger/ + + https://libresolutions.network//media/images/keyboard-key.webp + + + Making sense of security limitations + <p>Surveillance of peoples communications is a severe overreach. Especially the act of monitoring people&rsquo;s sensitive discussions with their most trusted contacts. Large institutions like corporations and governments are <a href="https://www.techpolicy.press/five-eyes-campaign-against-encryption-threatens-democracy/">wrestling over control</a> of and insight from people&rsquo;s private chats. This is largely because there are limitations to only data-mining public communications. All the money and effort spent on propaganda and censorship can be for naught if people are still allowed to make their own minds in private. This is why since the Covid Crisis there has been a rise in <a href="https://static1.squarespace.com/static/5e9ce713321491043ea045ef/t/612e722e73b7c13f4f89b8f0/1630433860565/PrivateMessaging%2C+PublicHarms_2021.pdf">research</a> into how to limit speech in private communications.</p> +<p>Already, there have been many proposed regulations all over the world, aimed at securing control over people&rsquo;s ability to communicate. Most infamously, we have the EU&rsquo;s <a href="https://blog.nicco.love/eu-chat-control-is-worse-than-i-thought/">ChatControl</a> &amp; Digital Services Act. It&rsquo;s important not to forget that corporations themselves already wield a significant amount of power over public and private communications. While governments helping themselves to slices of that pie is a problem, we should reconsider our role in baking it at all. This is to say, we are all responsible for <a href="https://reclaimthenet.org/uk-home-office-attacks-private-messaging">top-down control</a> of communication with our choices to use platforms that enable it.</p> +<p>The cost of apathy is quite high. If you&rsquo;ve been at all concerned about the ability for consent to be <em>manufactured</em> across a variety of issues, it will only be exponentially worse when people aren&rsquo;t permitted to dissent in private, much less public. If that isn&rsquo;t bad enough, there is a sense of defeatism and helplessness by those who haven&rsquo;t begun their journey to take control over their computing. Those who don&rsquo;t truly appreciate the benefits of <a href="https://fsfe.org/freesoftware/index.en.html">free software</a> are very prone to seeing it as an all-or-nothing affair, forgetting that incremental change can have massive benefits. Often, critics of more privacy-focused tools will underestimate the <a href="https://spyware.neocities.org/articles/discord">problems</a> from more popular systems.</p> +<p>Understandably, you have to take your <a href="https://antennapod.org/blog/2023/11/google-podcasts-migration">first steps</a> to truly feel the difference. While I encourage you to learn how to store your own files, host your own services, and use a variety of Free Software tools, this piece is about why there is no <em>silver bullet</em> to online communications. Of course this applies to much more than just instant messaging software, but it can be a useful example to highlight a wide variety of important issues. If we truly want to improve our technological landscape, we need a serious and thoughtful approach to understanding the problems.</p> +<h1 id="why-the-perfect-messenger-doesnt-yet-exist">Why The Perfect Messenger Doesn&rsquo;t (<em>Yet!</em>) Exist</h1> +<p>People really need to stop letting the fantasy of perfect security get in the way of making gradual improvements. Letting imperfections get in the way of you stepping away from total corporate control will leave you in a very sorry place. See the following <strong>threat modeling</strong> infographic. Just because you&rsquo;re still vulnerable to <em>state-level threats</em> doesn&rsquo;t mean it&rsquo;s not worth using a secure password, or proper encryption methods.</p> +<div class="image-container"> + +<a href='https://libresolutions.network/operations/shadow#threat-modeling'> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/threat%20modeling.webp' +> + +</a> + + +<p class="caption"> + Your risks aren&#39;t a single entity, but involve a variety of adversaries. +</p> + + +</div> +<h3 id="what-is-perfect-anyways"><em>What is Perfect Anyways?</em></h3> +<p>For the purposes of this piece, the <strong>perfect messaging software</strong> has the following <em>non-negotiable</em> attributes:</p> +<ol> +<li> +<p><strong>Free Software</strong></p> +<p>Free and Open Source Software has a variety of benefits that are highly valuable to those interested in computing on their own terms. Open Source software doesn&rsquo;t guarantee security, but potentially has the ability to resolve serious issues quickly, and allows for innovation from broader and more diverse perspectives.</p> +</li> +<li> +<p><strong>Self-Hostable</strong></p> +<p>If you&rsquo;re locked-in to a single provider, you&rsquo;re immediately placing them in a position of trust. They may be able to provide better security than you could on your own, but in an ideal world you (or your team/community) would have the option to take on that responsibility.</p> +</li> +<li> +<p><strong>Interoperable</strong></p> +<p>Being able to communicate across instances of the server software. This means that large communities, and single users / peer-to-peer deployments should have the ability to seamlessly communicate with each other.</p> +</li> +<li> +<p><strong>State of the Art Security</strong></p> +<p>The perfect software necessarily has to be secure from at least the majority (but ideally all) known risks. This includes threats of impersonation, censorship, and interception.</p> +</li> +<li> +<p><strong>Significantly Cross-Platform</strong></p> +<p>There is no point developing the perfect software only to run on corporate controlled ecosystems. Requiring Some to use a smartphone or other non-ideal software can be a deal-breaker.</p> +</li> +<li> +<p><strong>Expected Features</strong></p> +<p>The software should support a majority (<em>if not all</em>) of the same features people are used to using, such as video and voice calls, Group chats and calls, multimedia, and all kinds of other nice-to-haves.</p> +</li> +</ol> +<p>Additionally, I&rsquo;ll also define these <em>nice to haves</em> which matter a great deal to gaining traction:</p> +<ul> +<li> +<p><strong>Has a Significant Userbase</strong></p> +<p>While obscure software may be sound, safety in numbers applies in digital contexts too.</p> +</li> +<li> +<p><strong>Independently Funded</strong></p> +<p>Either as charity, or a crowdfund, it would be important that the project&rsquo;s existence is not beholden to a entity that can be controlled.</p> +</li> +<li> +<p><strong>Accessible</strong></p> +<p>Being easy to use is a pre-requisite to being ideal.</p> +</li> +<li> +<p><strong>Highly Configurable</strong></p> +<p>There may be reasons for people to prefer slight changes to the software&rsquo;s design. It&rsquo;s important to put the person in control of their own experience.</p> +</li> +</ul> +<h1 id="maybe-youve-heard-of-something-like-that">Maybe You&rsquo;ve Heard of Something Like That?</h1> +<p>Maybe such software <em>actually does exist</em>&hellip; or at least in part<a href="https://denshi.org/blog/every-chat-client-absolutely-sucks/every-chat-client-absolutely-sucks/">&hellip;Right?</a> You may even argue some of my criteria aren&rsquo;t essential at all, and that I&rsquo;m <em>making perfect the enemy of good</em>. You might actually be right, If you have a suggestion that meets a majority of these criteria, <a href="mailto:gabriel@libresolutions.network?subject=The%20perfect%20messenger">let me know</a> and even if it&rsquo;s close, I&rsquo;ll do a full review.</p> +<h2 id="security-is-hard-really-hard">Security is Hard. <em>Really Hard.</em></h2> +<p>The perfectionists often really underestimate what they demand. A straightforward solution to one security problem can sometimes make another one significantly harder. Seemingly simple questions like &ldquo;<em>Where are the messages stored?</em>&rdquo; can have profound impact on a variety of security concerns. This doesn&rsquo;t mean there&rsquo;s no point using anything at all, but it&rsquo;s important to understand what benefits you intend to get out of particular options. There can very often be solutions that are well suited to a variety of these problems, and the trade-offs may be worthwhile.</p> +<h3 id="metadata">Metadata</h3> +<p>Metadata is a <a href="https://avoidthehack.com/metadata-privacy">serious concern.</a> All kinds of additional information about content like who is talking to who, how often, and when can give spies a significant amount of information. The sum total of who you communicate with may seem like innocuous information, but it&rsquo;s very valuable to those who <a href="https://www.eff.org/deeplinks/2023/05/10-years-after-snowden-some-things-are-better-some-were-still-fighting">aim to control</a> the flow of information. Being able to detect when particular figures gain (or lose) influence over others itself is a significant data-point as well.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/4bbd4e5a-352d-4d24-82ea-e8832e902021?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>Securing metadata is a non-trivial problem to solve, especially if you want to have a variety of community &amp; individually administered services. The advantage of having communications go through a single-point is that erasing metadata is as simple as deleting it (or not preserving it in the first place). This becomes impractical for other reasons though, because if one can be prevented from accessing that single service, its metadata protection is&hellip;irrelevant.</p> +<h3 id="encryption">Encryption</h3> +<p>The other side of the coin of secure messaging is <a href="https://proton.me/blog/what-is-encryption">encryption.</a> Your messages need to be safe from prying eyes in transit and at rest. There are many factors to consider when understanding what encryption features are available. When information is encrypted with a key, those who have access to the key(s) will be able restore the original information.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/3ea25e18-a741-4fc1-9159-aacebef87855?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h4 id="key-management">Key Management</h4> +<p>When messages are encrypted, whose keys are used?<br> +Are messages secured with the participants keys or is a corporation doing all the encryption?<br> +Where are the keys stored? On the device, or with a service provider?<br> +These questions have profound impact on the security of the system and people&rsquo;s messages. Simply taking encrypted to mean secure is an easy trap to fall into.</p> +<h4 id="key-exchange">Key Exchange</h4> +<p>When someone starts a chat with someone new, how are keys exchanged? +Are the keys shared by users directly? Or is a service provider assigning keys to each participant?</p> +<h4 id="end-to-end-encryption">End-to-End Encryption</h4> +<p>Are messages secured from being snooped on by the service provider? +What are the guarantees that nefarious changes can&rsquo;t be introduced by the big tech corporation <a href="https://restoreprivacy.com/messenger-and-facebook-get-signal-based-end-to-end-encryption/">managing the keys?</a></p> +<h4 id="encryption-at-rest">Encryption at Rest</h4> +<p>Wherever the messages are stored for safekeeping, the last thing anyone wants is for those messages to be stolen and revealed. This means that the messages need to be stored privately, as well as encrypted in case the storage is compromised.</p> +<h4 id="perfect-forward-secrecy">Perfect Forward Secrecy</h4> +<p>It&rsquo;s a bad idea to have a single key for every message, to protect messages across time they need to be secured with a unique key individually. This means that if a key is discovered or revealed, it can&rsquo;t be used to decrypt past and future communications.</p> +<h3 id="external-threats">External Threats</h3> +<h4 id="interception">Interception</h4> +<p>Even if your communications are secure, it&rsquo;s possible that they may still be intercepted and stored. This gives attackers time to try breaking encryption as technology advances and more sophisticated techniques are discovered.</p> +<h4 id="software-environment">Software Environment</h4> +<p>Your messaging software may be perfect, but that may not prevent other parts of your system proactively attempting to spy on you. Even something as innocuous as the <a href="https://9to5mac.com/2023/12/06/push-notification-spying/">notifications system</a> on your smart phone can be used to steal information.</p> +<h2 id="interlude-why-is-this-worth-understanding">Interlude: <em>Why is this Worth Understanding?</em></h2> +<p>It&rsquo;s critical that we get key management <em>right</em>. After countless data breaches and hacks, it&rsquo;s understandable that institutions want to move people away from difficult (if not impossible) to secure systems like email and sms. You&rsquo;ll notice, both of these systems are used for <strong>authentication</strong>. Not only that, but sms for 2nd-factor authentication is also what has increased people&rsquo;s dependency on smartphones. We have a <em>chicken and the egg</em> problem when it comes to authentication. Switching to new systems ultimately requires some way to practically solve <strong>key management</strong>.</p> +<h3 id="diving-into-authentication">Diving into Authentication</h3> +<p>There is a <a href="https://libresolutions.network/articles/real-name-online/">great push</a> to end online privacy for all kinds of reasons. Governments and corporations don&rsquo;t really have incentives to protect you from risk, but rather want to <em>protect themselves from your risk.</em> This is why many workplaces will issue their own devices, locked down under their control and governments are seeking ways to digitize personal identification.</p> +<p>If we truly want to be in control of our own digital identities, and how they can and can&rsquo;t be used, it&rsquo;s critical that we refuse to be boxed into identity systems modeled after feudalism. Of course, escaping it by oneself is hardly sufficient, as liberty-minded individuals it is of utmost importance that we empower others to also refuse digital tyranny. Tools are a useful part of this, but so is understanding the proper boundaries.</p> +<p>By allowing a corporation or government to assign you a sole, permanent, digital key management system under their control, you&rsquo;re not a client but a subject. Suddenly as that authentication mechanism becomes embedded in other areas, such as entertainment, finance, and even social interaction one can be penalized in all kinds of cruel and bizarre ways. While using a single, intuitive, and permanent authentication method for everything may seem convenient, it&rsquo;s going to have troubling drawbacks if people don&rsquo;t have at least the option of self-custody.</p> +<p>Hardware authenticators and global password-less logins aren&rsquo;t inherently evil, but it&rsquo;s easy to see how they will be used to lure people into digital key management systems that take authentication out of their control. This can get much worse as biometrics are integrated into authentication itself. In that scenario it can be much harder to opt-out.</p> +<p>Anyways, it&rsquo;s worth thinking about.<br> +Back to messaging software.</p> +<h2 id="common-pitfalls">Common Pitfalls</h2> +<h3 id="reliance-on-smartphones">Reliance on Smartphones</h3> +<p>Mainstream smartphone platforms have constant and pervasive privacy risks, even from the manufacturer&rsquo;s themselves. This makes reliance on smartphones a net-negative for any secure messaging system. Some messengers exist exclusively as smartphone apps, meaning that those who do not use, or would prefer not to use them are locked out entirely. If nothing else, it&rsquo;s nice to have access to a keyboard once in a while. +Requiring a phone number and/or text message to register is functionally the same as requiring a mobile phone to use the system.</p> +<h3 id="large-groups">Large Groups</h3> +<p>As the number of participants rise, encrypting communications becomes more complex, and less useful as the content becomes all-but public information anyways. In some circumstances, it may be preferable to warn users as groups become too large to keep meaningfully private.</p> +<h3 id="third-party-integrations">Third-Party Integrations</h3> +<p>It can be very simple to rely on external providers for additional features. These additional features can come with significant privacy risks as clients make requests to these additional services. This can also include problems and security threats inherited from software ecosystem choices like particular libraries and APIs.</p> +<h3 id="user-experience-challenges">User Experience Challenges</h3> +<p>It can be difficult when a piece of software is superior on a large variety of important criteria, but then fails to be intuitive to use. This can be a significant barrier, and may also include accessibility concerns.</p> +<h3 id="free-of-charge-vs-paid-services">Free of Charge vs Paid Services</h3> +<p>Who funds development? Where does the hosting for the service come from? +These are critical questions to ask about any project, but it&rsquo;s especially important when it comes to your private communications. There&rsquo;s also the question of non-technical uses of funding. Does the app have an army of (potentially paid) online marketers? Is it featured in advertising or paid sponsorships? Are donations/revenue used for efforts that are more about politics than improving services?</p> +<h2 id="open-protocols">Open Protocols</h2> +<p>Open, interoperable protocols are exciting. They can help separate specific service providers from being the totality of the system itself. In the long run, hopefully these systems become significantly anti-fragile as they&rsquo;re adopted further. The main advantage of having an open protocol is that a variety of client software can be used, instead of betting everything on a single application. The point of an open protocol is to define a <em>common standard</em> that different systems can all interact through.</p> +<p>When it comes to choosing between Matrix and XMPP, you may want to consider <a href="https://lukesmith.xyz/articles/matrix-vs-xmpp/">this outline.</a> That said, open protocols are one of the foundational pieces of building a better technological future.</p> +<h3 id="xmpp">XMPP</h3> +<p>The <a href="https://xmpp.org/">Extensible Messaging and Presence Protocol</a> has been around since at least 2004. It is a <a href="https://ijver.me/blog/xmpp-explained/">fully decentralized</a> protocol with a variety of clients and servers. Definitely worth considering for fully independent communications infrastructure. XMPP supports multiple end-to-end encryption schemes. Since XMPP is an open protocol, it&rsquo;s possible to <a href="https://getimiskon.xyz/posts/2022/2022-04-21.html">build a server from scratch</a>.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/86d8b6df-8000-41f6-a92c-1d8ba2501972' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h4 id="clients">Clients</h4> +<ul> +<li>For Linux/Windows: <a href="https://gajim.org">Gajim</a></li> +<li>MacOS/iOS: <a href="https://monal-im.org/">Monal</a></li> +<li>Android: <a href="https://conversations.im/">Conversations</a></li> +</ul> +<h4 id="servers">Servers</h4> +<ul> +<li><a href="https://prosody.im/">Prosody</a></li> +<li><a href="https://www.ejabberd.im/index.html">Ejabberd</a></li> +</ul> +<p><a href="https://digdeeper.club/articles/xmpp.xhtml">Advanced guide</a></p> +<h3 id="matrix">Matrix</h3> +<p><a href="https://matrix.org/">Matrix</a> is an &ldquo;open network for secure, decentralized communication&rdquo;. The primary client is Element, which is a polished and intuitive cross-platform application. The matrix foundation has some <a href="https://matrix.org/blog/2023/09/matrix-2-0/">exciting innovations</a> in the works, including <a href="https://thirdroom.io/landing">VR experiences!</a></p> +<h4 id="clients-1"><a href="https://matrix.org/ecosystem/clients/">Clients</a></h4> +<ul> +<li><a href="https://element.io">Element</a></li> +<li><a href="https://fluffychat.im/">Fluffychat</a></li> +<li><a href="https://schildi.chat/">SchildiChat</a></li> +</ul> +<h4 id="servers-1"><a href="https://matrix.org/ecosystem/servers/">Servers</a></h4> +<ul> +<li><a href="https://github.com/matrix-org/synapse/">Synapse</a></li> +<li><a href="https://conduit.rs/">Conduit</a></li> +</ul> +<h2 id="alternative-messengers">Alternative Messengers</h2> +<h3 id="signal">Signal</h3> +<p><a href="https://www.signal.org/">Signal</a> has recently been under harsh scrutiny after recently <a href="https://www.signal.org/blog/signal-is-expensive/">asking for donations</a> to run their service and <a href="https://www.androidpolice.com/signal-testing-usernames-feature-privacy-messenger/">beginning testing</a> on using usernames instead of phone numbers. Despite a <a href="https://restoreprivacy.com/secure-encrypted-messaging-apps/signal/">solid history</a> the hard requirement of using a phone number has been a significant concern.</p> +<p>For those unable or unwilling to run their own communications infrastructure, Signal is a huge improvement over corporate and mainstream social media messengers and boasts <a href="https://www.signal.org/blog/pqxdh/">quantum resistance</a>. In fact, many of them are adopting a modified (possibly inferior) version of the signal implementation of end-to-end encryption.</p> +<p>For android, <a href="https://molly.im/">Molly</a> is a fully-free open source alternative client. The majority of issues surrounding Signal are inherent to using a phone with <a href="https://drewdevault.com/2018/08/08/Signal.html#google-play">google play services.</a></p> +<h3 id="briar">Briar</h3> +<p><a href="https://briarproject.org/">Briar</a> is a fascinating project aimed to allow communication over a variety of networks, including bluetooth. Unfortunately, Briar is limited to running on Android and it would be nice if it supported other platforms. Briar is missing some expected features, but it&rsquo;s censorship resistance features are very sophisticated.</p> +<h3 id="simplex">SimpleX</h3> +<p><a href="https://simplex.chat/">SimpleX</a> is very much in the same vein as Briar. Looks like an excellent and promising project, but sadly is limited to smartphones. SMP servers can be <a href="https://simplex.chat/docs/server.html">self-hosted</a> and the documentation is quite good.</p> +<h3 id="jami">Jami</h3> +<p><a href="https://jami.net/">Jami</a> is a peer-to-peer communication suite available for android, Windows &amp; Linux. It can also function as a SIP client to make ordinary phone calls. Jami can take a bit of time to learn, but has a wide array of useful features.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/31c78d28-ad9f-488d-b9cd-8a234c1c75aa' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h2 id="what-to-choose">What to Choose?</h2> +<p>I generally recommend not putting all your hopes into a single option. By restricting your choices to a single option it can be difficult to coordinate with others. Being flexible can help, but this should be reciprocal. Everyone&rsquo;s situation and desired results will be different, but in general I recommend using the most secure options that you and your contacts are willing to learn/adopt.</p> +<p>This is no trivial task, which is why you should help inform your contacts why taking their own privacy and security affects them and you. Many hands make light work, and we can achieve a lot when we work together.</p> +<h2 id="potential-game-changers">Potential Game-Changers</h2> +<p>None of this means we are doomed forever. There is a great deal of opportunity in working to resolve these problems. Not only that, but there are some key innovations that would go a long way to tipping the scales in favor of secure self-custody communications.</p> +<ul> +<li> +<p><strong>Modularity</strong></p> +<p>So called &ldquo;<em>freedom tech</em>&rdquo; needs to embrace the &ldquo;Unix Philosophy&rdquo;: <em>Do one thing, and do it well</em>. Far too many projects will try to reinvent <em>everything</em> and predictably fall flat while doing so. For example, when developing software for a particular purpose, consider using an open standard like <a href="https://openid.net/developers/how-connect-works/">OpenID connect</a> or <a href="https://indieauth.net/">IndieAuth</a> to let other software handle authentication. <a href="https://matrix.org/blog/2023/09/better-auth/">Separating authentication</a> from primary functions can allow for other innovations to improve that aspect of more systems.</p> +</li> +<li> +<p><strong>Hardware Keys</strong></p> +<p>A truly Free (<em>as in Freedom</em>) self-custody system for managing encryption keys could help in many areas. A permission-less system like <a href="https://fidoalliance.org/fido2/">FIDO2</a> could go a long way to make secure options much more user-friendly. Allowing for greater convenience and greater autonomy.</p> +</li> +<li> +<p><strong>Network Agnosticism</strong></p> +<p>Assumptions made in the past may not hold for the future of a more surveilled and censored Internet. The ability to seamlessly work with censorship evasion and anonymity technologies like <a href="https://libresolutions.network/operations/shadow">Tor and I2P</a> can go a long way.</p> +</li> +<li> +<p><strong>Generative Tools</strong></p> +<p>If metadata is such a big problem, embedded text-generation machine learning models could send out extra communications at random to unused keys. This could make the complexity of mapping actual communications significantly more expensive at minimal computational cost.</p> +</li> +<li> +<p><strong>Custom Devices</strong></p> +<p>People would do well to take inspiration from <a href="https://hackaday.com/2023/08/07/review-beepy-a-palm-sized-linux-hacking-playground/">Beepy</a> which is a custom device one can use with secure messengers. This straightforward concept of a single-purpose device can greatly reduce people&rsquo;s dependency on surveillance devices.</p> +</li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Digital Autonomy and Resilient Living + https://libresolutions.network/videos/resilient-living/ + Fri, 08 Dec 2023 00:00:00 +0000 + + https://libresolutions.network/videos/resilient-living/ + + https://libresolutions.network//media/images/resilient-living-banner.webp + + + Understanding down to earth solutions to practical problems. + <p>In this feature of <a href="https://libresolutions.network/tags/digital-autonomy-series">Digital Autonomy Discussions</a> Gabriel had a discussion with Rebecca Cunningham who runs <a href="https://www.redflyermedia.com/">Red Flyer Media.</a> She is a Visual Storyteller, Motorcycle Rider, Vagabond, Video Editor, Moto-Journalist, Documentary Filmmaker. We discuss censorship resistance, the rural and urban divide, as well as the many factors of building up one&rsquo;s own independence.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/1028cbe9-b1c1-4916-91f2-f5c9fbb81ee9?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h3 id="resources-referenced">Resources Referenced:</h3> +<ul> +<li><a href="https://meshtastic.org/">Meshtastic</a></li> +<li><a href="https://hackaday.io/project/164092-npr-new-packet-radio">New Packet Radio</a></li> +<li><a href="https://youtube.com/playlist?list=PLstAKURZ5YBhvKAuymg_Y0sC4w5aKN66w&amp;si=2rs5-L4tEcDyJuYc">Bear&rsquo;s Prepper Classroom Playlist</a></li> +<li><a href="https://www.youtube.com/live/u5qBwTIklUE?si=nk-z2hzrCZ21pPqF">Jack Spirko</a></li> +<li><a href="https://youtube.com/@lftn?si=olM53Fl06JYhqv_O">Nicole Sauce</a></li> +</ul> +<h2 id="more-to-come">More to Come</h2> +<p>This series is intended to help bring together different voices to explore how technology can help (or hinder) people&rsquo;s ability to live their lives. This episode is just a taste of the wide array of topics worth giving their own attention.</p> +<h3 id="join-the-discussion">Join the Discussion</h3> +<p>Would you like to talk about where digital autonomy intersects with your passion?<br> +You&rsquo;re invited! Feel free to <a href="https://libresolutions.network/videos/2023-11/#digital-autonomy-series">get in touch.</a></p> +💌 Thank you for reading this via RSS 📡 + + + + Papers Please: The Attack on Online Privacy + https://libresolutions.network/articles/real-name-online/ + Sat, 18 Nov 2023 00:00:00 +0000 + + https://libresolutions.network/articles/real-name-online/ + + https://libresolutions.network//media/images/no-trolls-wide.webp + + + Undermining online anonymity enables tyranny + <h2 id="leaping-at-shadows">Leaping at Shadows</h2> +<p>Calls to end anonymity on social media are not new, but every once in a while they return as tensions rise. These renewed calls will suggest more <a href="https://x.com/CitizenFreePres/status/1724527403798561155">extreme measures against platforms</a> that allow even mere pseudonymity, much less complete anonymity. These proposals aim to ensure that the cost of communication with others, or even the public will be privacy. The argument presumes that if everyone was forced to have everything recorded in their real name, then interactions online would always be more civil and productive.</p> +<p>This is a very disingenuous argument. Seemingly polite and efficient communications under one set of assumptions, at one time, may be seen in an entirely different context years later. Forcing people to speak only with their real names forces all communication to be contextualized within <a href="https://denisrancourt.ca/entries.php?id=20">real-life power struggles.</a> To say it a different way, the progressive leftists <em>are correct</em> that <strong>free speech isn&rsquo;t free speech if it&rsquo;s constrained by social status and institutional forces.</strong> Where they tend to go wrong is that they believe that building a new &ldquo;equitable&rdquo; social hierarchy and institutional structure on top can resolve this conflict.</p> +<p>What they misunderstand, but the establishment power players do understand quite well is that <em>online anonymity changes the game</em>. The <a href="https://www.activism.net/cypherpunk/manifesto.html">cypherpunks</a> had the right idea, give the people privacy and we can liberate ideas from the humans they&rsquo;re temporarily attached to. You may have heard <em>&ldquo;If voting ever really made a difference, they would make it illegal!&rdquo;</em>, with that in mind you might reconsider why online anonymity is such a threat to power. Despite being around for quite a while, people tend to misunderstand <strong>what social media is.</strong></p> +<p>There is limitless information online, more media than you could ever watch or listen to in many lifetimes. People do need a layer to discover, prioritize and share that content. One of the things that made social media immediately successful was to receive content made by, or suggested by your trusted contacts. Over time, platforms moved to <em>monetize</em> that trusted attention and started taking over people&rsquo;s feeds. This has lead to many people forgetting what good <a href="https://libresolutions.network/articles/social-media/">social media</a> ever was in the first place. With state censorship and corporate surveillance the deal has only <a href="https://libresolutions.network/articles/dead-internet/">gotten worse</a> and worse over time.</p> +<p>But hypothetically, the fact that you still <em>can get information from others</em> near and afar, friend and foe alike is <em>immensely powerful</em>. Being able to learn from those who don&rsquo;t share your background can help broaden your perspective and make you empathize with those you may not otherwise. Being able to receive information from others across space and time without governments or corporations interfering is <strong>the gamechanger</strong> that the powerful fear the most. This is why you should be not just suspicious, but outright disgusted at those who wish to restrict all communication to real names only.</p> +<p>This is why journalists <a href="https://www.politico.eu/article/the-curse-and-blessing-of-the-anonymous-source/">have procedures</a> to protect whistleblowers, who must remain anonymous to keep them safe from retaliation. Unfortunately, as media institutions become corrupted, so too does their ability to properly platform those wishing to fight abuse. A problem with this is that while one may have important information, it may be seen as not worthy of a particular journalists time. We should be grateful that there are <a href="https://libresolutions.network/operations/shadow/">tools that can</a> help whistleblowers speak to the public directly without risking their identity and safety. It&rsquo;s frustrating to see the calls for transparency only go in one direction. The <a href="https://libresolutions.network/articles/coordinated-attack/">policy position</a> is clear: <em>&ldquo;Privacy for me, but not for thee&rdquo;</em></p> +<h2 id="whats-in-a-name">What&rsquo;s in a Name?</h2> +<p>It is quite convenient that <a href="https://x.com/C_Kavanagh/status/1669505248220839936">the people</a> who often advance calls to undermine privacy are those who have <em>already established</em> profitable personas within the established orthodoxy. When one speaks out in their own name, (<em>as I do</em>) there is a price being paid to do so. Naturally one is open to criticism and attacks, but also the internet never forgets. We are in a time where one&rsquo;s public positions are always known once they are known. We would all do well to be <em>careful</em> with what we wish to attach our names to. This is often why those who choose to speak out in their names receive significant praise and trust. After all, if one is willing to stake their entire reputation on an issue, they must always be a strong incorruptible champion. The trouble though, is that things don&rsquo;t always work out that way.</p> +<p>Not everyone can afford to risk their income, or even their lives, to dissent against power. While there will always be a lucky few, who are able or willing to take that risk, imposing it on others will simply reduce the amount of people willing to speak out. It would be a mistake to restrict all speech to those who can afford to take the risk of speaking in their name. Protecting online privacy allows for more people to speak out about more things. It&rsquo;s very possible that there are people in positions to reveal damning secrets, but don&rsquo;t feel safe pointing others to the truth. From top secret institutions, to corporations, and even families, it&rsquo;s critical that there is always a channel for people to speak out about abuse, especially of the vulnerable. It should be our top priority to ensure that it&rsquo;s <em>possible</em> to correct grave wrongs.</p> +<iframe src='https://tube.tchncs.de/videos/embed/c0b1f5f8-1192-4efc-b9e8-8fa5d8286ba3?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>For the majority of the public, the information landscape has significantly consolidated around a few major services. With the exception of those who have already fled to <a href="https://libresolutions.network/articles/call-to-action-join-the-fediverse/">decentralized alternatives,</a> the majority of social media users have their attention constrained to a couple of corporate controlled entities. Those entities are under pressure of more state control to direct that attention. This means that anyone choosing to speak out in their name has to be careful about how they use their limited resources to make an impact. Those with power and influence can easily bribe, flatter, or otherwise compromise those with a large following. One may have a critical message to share, but the means they use to disseminate it can be quite restrictive.</p> +<p>To make things worse, using real names doesn&rsquo;t eliminate the worst of abuse and hostility. Hate and rage is often freely expressed (and sometimes rewarded) when taken out on <a href="https://www.campfire.wiki/doku.php?id=divisive_rhetoric_about_the_unvaccinated">officially sanctioned targets</a>, creating scenarios where those speaking out in their names are likely to be more cruel than one can be without naming themselves. When people are attacked by those with a well-known identity, it can often be more personal than a few low-effort attacks from trolls. This gets worse when everyone has to be named. Without the choice of opt-ing out of giving up your identity, you are forced to run the risk of eventually being turned into an &ldquo;<em>acceptable target</em>&rdquo; with no recourse.</p> +<p>This is true of taken names as well. Pseudonymity doesn&rsquo;t protect against attacks, slander, sanction or almost any other measure that can silence a real name. The major advantages of using a pseudonym is that your content can be disconnected from you as a person, and that your pseudonym is disposable. In fact, using a pseudonym instead of your real name was generally considered to be <em>basic internet safety</em> until social media companies started selling your data. When one demands all pseudonyms be unmasked, I ask: &ldquo;What gives you the right to demand everyone&rsquo;s personal information?&rdquo;. Because unlike a pseudonym, your real name <strong>isn&rsquo;t disposable</strong>.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/33dd267c-2db9-4ce9-b00c-c1d5225fe04c?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>This is not to say that there shouldn&rsquo;t be places where people choose to interact with their real names, but we should vehemently resist a one-size-fits-all imposition. Shoving anonymity and pseudonymity out of real-discussions won&rsquo;t improve things, but in fact is more likely to cause more radicalization and abuse. Discussions without real names attached can be less personal, so rational thought can take the wheel instead of heightened emotions. Emotions are part of the human experience. We should guide our thoughts and actions with love and compassion, just not at the expense of wrestling with difficult ideas.</p> +<h2 id="society-needs-its-radicals">Society Needs Its Radicals</h2> +<p>Much of the desire to purge online spaces of privacy has to do with the idea of building a <em>perception</em> of proper care and etiquette. There is nothing wrong with an exclusive space curating their own ideal experience, the troubles come when that becomes the only permissible model. Unlike the real-life metaphors people will cling to, such as bars and concert halls, the internet practically has no space limits. Outside of the raw storage to hold media, and the bandwidth to carry it, there is no reason one space has to exist at the expense of another. What does happen, is that legacy institutions resist and attack attempts to build democratized competition.</p> +<p>Radicals and their wild ideas can challenge long-held assumptions that may no longer hold, or resolve an untenable contradiction. New ways of thinking, new ways of solving problems are always a threat to entrenched power. Not all wild ideas are good ones, but the only way to find out which ones is to give them a chance to be understood. The more an institution is build on assumption, the more vulnerable it is to being disrupted by new concepts and different views. This means that those institutions will treat those ideas as an existential threat, regardless of their merits.</p> +<p>The advantage of isolating ideas, is that they can move faster than people. You have permission to copy this text, and share it with your friends, and they have the same granted to them, and so on. If this caught on, this piece and it&rsquo;s points would spread faster than any institution could keep up with. This is true of any written words, but we&rsquo;re seeing it apply more and more to images, and video as digital technology advances. Anything that becomes detached from it&rsquo;s origin and spread gets the benefit of being interpreted and reinterpreted from all kinds of different contexts. This can either add clarity, or refute the concept entirely.</p> +<p>Online <em>and offline</em> anonymity is <a href="https://libresolutions.network/articles/anonymity/">worth protecting,</a> but there&rsquo;s so much more that we can do. If we really want to move on from corrupt institutions, captured governments, and hostile media, it&rsquo;s possible we need to rediscover ways to cooperate without all the extra noise of who is who. A crucial task is building up tools, infrastructure, and projects that democratize information without compromising on people&rsquo;s privacy. This is because with a bit of creativity, all of us can <a href="https://libresolutions.network/operations/beehive/">work together</a> in ways that are impossible to shut down. A group of people working anonymously for a common purpose are significantly more expensive and complicated to infiltrate, bribe, or control. It&rsquo;s really easy to manipulate and pick apart a few popular figures, or pit their fans against each other. Successfully building efficient bottom-up tools can create a win-win scenario: institutions either reform themselves to adapt to the new circumstances, or are made obsolete by new structures. Either way, the people can choose to move things in a better direction.</p> +💌 Thank you for reading this via RSS 📡 + + + + The EU Cyberwar on People & the Web + https://libresolutions.network/articles/eu-cyberwar/ + Mon, 06 Nov 2023 00:00:00 +0000 + + https://libresolutions.network/articles/eu-cyberwar/ + + https://libresolutions.network//media/images/web surveillance & control.webp + + + Digital ID and undermining browsers + <p>The largest institutions from governments, alliances, and multi-national corporations are all wrestling for control over total digital dominance of the public. Your own access to information, and control over your data are both important objectives to these organizations. This battle over people&rsquo;s digital lives is not without it&rsquo;s consequences. There are disastrous possibilities if any group manages to secure surveillance and/or control over everyone&rsquo;s online communications, transactions, and information.</p> +<p>This problem isn&rsquo;t new. Even back in 2002, Stephan Engberg was one of many warning about how knee-jerk approaches to digital security can end up creating new unnecessary risks. From convenience to institutions with control over our lives, there are all kinds of ways in which security and control can be out of the people&rsquo;s hands. Essential services like banking, communication, and access to necessities can very easily be gated behind &ldquo;<em>secure</em>&rdquo; options fraught with problems.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/privacy-engineering-group-bigdata-vs-smalldata.webp' +> + + +<p class="caption"> + Privacy Engineering Group - Stephan Engberg <a target='_blank' href='https://youtu.be/G1AjkYFlPF4'>Source</a> +</p> + + +</div> +<p>There is a temptation, to try to build a <em>privacy respecting</em> foundation to build digital identity on. Stephan himself is working on Citizenkey, which aims to make anonymous verification possible, with the possibility of de-anonymization through a trusted third party. As an alternative route to total top-down control and tyranny, this would seem like a decent compromise, but unfortunately there is little reason to believe it would stay that way. The assumption that institutions have the right to treat people like livestock to be tracked is <em>itself the problem</em>.</p> +<p>There is no reason that as our lives are transformed by additional digital options, that we must accept losses of privacy to move forward. This arrogant fallacy merely suits those who want to rent-seek on advances in technology by privatizing (or brokering) control of it. At least while we still can, it&rsquo;s important to remember that each and every one of us cna choose a different path.</p> +<h1 id="the-poison-pill">The Poison Pill</h1> +<p>The EU recently had to <a href="https://digitalcourage.social/@echo_pbreyer/111301651490673542">back-off extreme client-side-scanning</a> measures, to much fanfare, even calling it a victory. Repealing merely the most offensive part of legislation that can enable and sanction state overreach is not a long-term solution. As we can see, the EU is already +rolling forward with more egregious attacks on people&rsquo;s privacy.</p> +<p>An <a href="https://blog.mozilla.org/netpolicy/files/2023/11/eIDAS-Industry-Letter.pdf">open letter</a> signed by Mozilla, and other tech organizations and companies, decries the inclusion of a <strong>root certifiate</strong> into browsers. A <a href="https://last-chance-for-eidas.org/art45interception.html">root certificate</a> is a digital file that validates SLL certificates for websites, for any website. If I can place a root certificate on your device (or have it included in your browser) I have the ability to decrypt <strong>all of your online traffic</strong>. This has been done <a href="https://censoredplanet.org/kazakhstan">by despotic regimes</a> to snoop on internet traffic and opens the door to even more egregious acts of online censorship. Not only are the root certificates required, but under the regulations browsers are not allowed to revoke the certificates if they are abused.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/d63f2d30-3f4c-4490-9f70-6cbe3aa78132?title=0' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>It&rsquo;s great to have organizations like the Linux Foundation, and companies like Cloudflare stand up for our internet security right? <em>Not so fast!</em> All the fanfare about eIDAS 2.0 seems to suspiciously exclude the fact that the regulation itself builds a framework for digital ID. These organizations are merely standing against the worst part of legislation that will undermine digital freedoms. If we can&rsquo;t trust our governments to <strong>not</strong> include provisions like the root certificate addition, trusting hem with digital ID is merely another opportunity to exploit the public.</p> +<h1 id="digital-id">Digital ID</h1> +<p>It&rsquo;s well understood that most internet traffic is bots these days. It&rsquo;s only becoming harder and harder for us and the controllers to tell who is a person and who is a digital agent acting on someone&rsquo;s behalf. Surveillance and control of the outside world is still an expensive and violent affair. <a href="https://libresolutions.network/tags/digital-id">Digital ID</a> is something that can mitigate both these problems. By forcing you to give up anonymity (or even pseudonymity) in a variety of places, you can be controlled by those who control the system.</p> +<p>During the Covid Crisis <a href="https://www.campfire.wiki/doku.php?id=vaccine_passport">vaccine passports</a> functioned as a beta test for Digital ID. Access to all kinds of entertainment and recreation was contingent on having a digital wallet that included your health information, many people lost their employment for lacking one. Far from a hypothetical, China used the health pass system to <a href="https://www.reuters.com/world/china/china-bank-protest-stopped-by-health-codes-turning-red-depositors-say-2022-06-14/">suppress bank runs.</a> This has given many insight into the abuses that are possible if access to services and essentials is gated behind a programmable identification.</p> +<p>While sympathy for those without vaccine passports wasn&rsquo;t particularly high where I lived, it&rsquo;s important to understand what this system does to all of our fundamental rights. For quite some time now, the western world has made civil rights progress by establishing groups that are protected from particular kinds of discrimination. Just as it wasn&rsquo;t any help to protect people from medical discrimination during the covid crisis, this framework will be wholly inadequate at protecting people from automated <em>individual discrimination</em>.</p> +<p>If the power structure has insight to all of a person&rsquo;s activities, what they read, and what they say. It becomes easier to oppress particular people for reasons that aren&rsquo;t attached to a protected class. More and more people&rsquo;s fundamental rights will be eroded by a constant flow of conjured <em>exceptions</em> to individual rights protections. In the Covid Crisis the discrimination was over health decisions, but the exact same framework could be used towards other ends. One day, a tyrant could use the system to punish those who are <em>neurodivergent</em>, or otherwise <em>deviant</em> from the ideal model citizen. Instead of punishing people for crimes, you can use permissioned control of society to punish individuals for <em>what they are</em> and for particular aspects of their lives.</p> +<h3 id="slowly-then-all-at-once">Slowly, Then All At Once</h3> +<p>Bit by bit, people have granted large corporations more and more control over people&rsquo;s lives. Governments are keenly interested in having an impact on this new source of power. The great challenge is that there may come a time where it is impossible for people within this system to reverse the effects and regain control. Digital IDs being launched voluntarily, is no guarantee that they will remain optional.</p> +<p>From <a href="https://digital-strategy.ec.europa.eu/en/faqs/qa-digital-identity-regulation-proposal">the FAQ</a></p> +<blockquote> +<p>The main novel element offered by the new rules is that everyone will have a right to have a EU Digital Identity Wallet which is accepted in all Member States. But at the same time, there will be no obligation. Users will be able to control what personal data they want to share with online services. While <strong>public services and <em>certain private services will be obliged to recognise</em> the EU Digital Identity Wallet</strong>, its security features make it attractive for all private service providers to recognise it for services that require strong authentication, creating new business opportunities.</p></blockquote> +<p>The fundamental issue is if people are willing to let top-down state control be inserted into all aspects of their lives like the internet was. Will people allow their governments to use corporations acting on their behalf, to carry out the same overreach? Will those who truly want to protect individual rights, find ways to help others outside this system? Is it already too late?</p> +<h1 id="what-can-we-do">What Can We Do?</h1> +<h3 id="right-to-be-offline">Right To Be Offline</h3> +<p>Accept that there are situations where people shouldn&rsquo;t be forced to use a particular electronic system or device. Accept that anonymity, especially online, is one of the best ways to protect against total surveillance. Anything that can be done to support those who choose not to be identified, or to refuse interacting with particular systems and services can go a long way.</p> +<h3 id="pushback">Pushback</h3> +<p>Get connected with people in your jurisdiction and get informed about the state of cyber laws and protections affecting you. A single person writing in to their bought-and-paid for politician isn&rsquo;t sufficient. This has to be one of the issues that a coalition is built around to find a better direction. Cooperating with others to run your own digital services as a community would be a radical improvement.</p> +<h3 id="withdraw-your-consent">Withdraw Your Consent</h3> +<p>Don&rsquo;t make tyranny easier by complying. Anything you can do that adds friction to the process of tracking and controlling everyone&rsquo;s activity can really make an impact. Choosing to avoid big tech services where possible, or refusing to adopt an &ldquo;optional&rdquo; government program can be something that reduces it&rsquo;s chance of catching off broadly.</p> +<hr> +<h3 id="more-resources">More Resources</h3> +<ul> +<li><a href="https://github.com/eu-digital-identity-wallet">European Digital Identity</a></li> +<li><a href="https://blog.eid.as/">blog.eIDAS</a></li> +<li><a href="https://digital-strategy.ec.europa.eu/en">Shaping Europe’s digital future</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + A Grayjay Review + https://libresolutions.network/articles/grayjay/ + Thu, 02 Nov 2023 00:00:00 +0000 + + https://libresolutions.network/articles/grayjay/ + + https://libresolutions.network//media/images/grayjay.webp + + + Highlighting an example of how mass media could be more organic. + <h1 id="what-is-grayjay">What is Grayjay?</h1> +<p><a href="https://grayjay.app/">Grayjay</a> is an android app. It&rsquo;s in early development but already works as an excellent video player. The goal of the app is to allow you to watch videos from creators on many platforms on a single app. This means that it doesn&rsquo;t matter as much to you if the person is on Youtube, Twitch, or Odysee you can subscribe to them all from a single app, even without an account! I imagine for many people who&rsquo;ve wanted to break away from certain large platforms, but have stuck around for a few great creators, this is a good option to solve that problem.</p> +<p>My immediate impression of the grayjay app was a good one. It seems like there&rsquo;s a very well-designed interface for browsing and watching videos. As someone using a de-googled grapheneOS phone, it was an outright upgrade. Where before I wouldn&rsquo;t be able to cast youtube videos to chromecast at all, with Grayjay I was able to cast right away. I had no issues trying to follow people on supported platforms and everything just felt seamless.</p> + +<a href='https://libresolutions.network/media/video/grayjay.mp4'> + +<video muted autoplay preload="none"> + <source src='https://libresolutions.network/media/video/grayjay.mp4'> +</video> + +</a> + +<p>I really like the design choice to have a solid user interface and abstract each platform into a plugin with particular features. You can even filter by platform in search, and even disable particular platforms as a whole in the sources tab. You really are very in control with this app, you can choose to limit what platforms are featured on the &ldquo;home&rdquo; tab, and even search. I&rsquo;m sure things like comments and payments will be different from platform to platform but it served the very basic role of being an excellent app to follow and search various video content creators.</p> +<h2 id="can-this-help-fight-against-censorship">Can This Help Fight Against Censorship?</h2> +<p>In short, I&rsquo;d say I&rsquo;m very optimistic. While this app can&rsquo;t stop anyone from being banned on a particular platform, it is already a very effective tool for following people across many platforms. Putting <a href="https://docs.polycentric.io/">polycentric</a> to aside for a moment, the very fact that it&rsquo;s possible to create new plugins to support other sites and integrate them ourselves means a great deal. I believe if Grayjay (and apps like it) started to become more common, we would see much better adoption for interoperable permission-less protocols. If most people were using this app to watch their videos, they could choose whatever plugins they wish. Some sources and plugins could be more or less censored than others, but the power of this system Software means that the user is in control.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/grayjay-platforms.webp' +> + + + +</div> +<p>For example, while at the time of writing the peertube plugin had some issues, I myself was able to correct them by writing my <a href="https://gabe.rocks/tech/grayjay-peertube/">own peertube plugin.</a> This is an excellent demonstration of what makes free software very powerful. I didn&rsquo;t need to ask for permission, the code and details were just sitting there for me to take the initiative. This means that in a very short time I was able to conform grayjay to work with my own self-hosted <a href="https://peertube.libresolutions.network">peertube instance</a> and make it work even better than the current state.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/grayjay-settings.webp' +> + + + +</div> +<p>It&rsquo;s actually quite hard to overstate what this actually means. This particular app can be used to support any platform your device has access to. Any set of videos on a website can be first-class citizens on the grayjay app. I can definitely say I think this really does <em>level the playing field</em> when it comes to online media. Suddenly, those who want to follow my peertube can with the same app they use to follow their mainstream youtube channels. Every user gets full control over what they do and don&rsquo;t want to see.</p> +<h2 id="moving-forward">Moving Forward</h2> +<p>In conclusion I do think this is the start of something exciting. There is a lot of excellent free software apps on <a href="https://f-droid.org/">F-Droid</a> so I hope this can be someone&rsquo;s start into becoming more comfortable with free software in general. The more you shift away from proprietary software the more you appreciate the gains made by using software that respects you as the user. If you like what this app has to offer I would highly recommend trying out <a href="https://antennapod.org/">AntennaPod</a> for Android as well. It&rsquo;s an excellent podcast app that supports multimedia and works pretty well as an RSS reader too. I would argue that it does most of what you would want out of an app like Grayjay, but the more the merrier.</p> +<p>I do have some concerns however, one of the problems FUTO is trying to solve is <em>decentralized online identity</em>. As someone concerned about the implications of Elon Musk trying to transform Twitter into &ldquo;<em>the everything app</em>&rdquo; I&rsquo;m not sure building an open-source <em>everything-app</em> is a good goal. Grayjay works very well as a multimedia app, and I think it&rsquo;s great for that. I&rsquo;m not sure I would want to then start entangling everyone&rsquo;s personal lives directly with it. The advantage of a decentralized online identity would be that when someone is removed from a platform, or even gets <a href="https://libresolutions.network/articles/broken-internet/">censored by ISPs</a> there would be a way for the audience to migrate to other options or even a <a href="https://libresolutions.network/operations/shadow/">hidden service</a>.</p> +<p>That said, the advantage of free software is that it really is what we make of it. People can definitely appreciate the great features this offers, and even entirely strip out whatever future enhancements are added on top. I think Grayjay is an excellent example of how to build censorship resistant software, even if it itself isn&rsquo;t reaching the ideal of Free and Open Source Software.</p> +<hr> +<p>I have not been paid by <a href="https://futo.org">FUTO</a> or anyone else to make this review, or try the software.</p> +<p><em><strong>Correction: Grayjay isn&rsquo;t Free and Open Source (FOSS)</strong></em></p> +<p>The PeerTube plugin <a href="https://gitlab.futo.org/videostreaming/plugins/peertube">is licensed under the GPL</a> a Free Software License, but the <a href="https://gitlab.futo.org/videostreaming/grayjay">Grayjay app isn&rsquo;t,</a> it&rsquo;s licensed under a <a href="https://futo.org/about/futo-statement-on-opensource/">different</a> license. <strong>Why does this matter?</strong> Essentially, FUTO is welcoming user control and collaborative innovation when it comes to their plugin system, but not the app itself. To go further, this increased my concerns stated below about integrating other identity features. In short, the Grayjay app is useful, but still lacks essential software freedoms. If you&rsquo;re interested in an android app that can truly decentralize the media landscape, I&rsquo;ll reiterate my endorsement of <a href="https://antennapod.org/">antennapod</a>.</p> +<p><a href="https://x.com/FUTO_Tech/status/1719527096534311365">FUTO Tech explains it on twitter</a></p> +💌 Thank you for reading this via RSS 📡 + + + + Digital Autonomy and the Arts: Part 3 + https://libresolutions.network/videos/arts3/ + Sat, 21 Oct 2023 00:00:00 +0000 + + https://libresolutions.network/videos/arts3/ + + https://libresolutions.network//media/images/arts-3-maa.webp + + + Featuring Margaret Anna Alice + <p>It is my honor and pleasure to have worked alongside such a passionate and talented writer. <a href="https://margaretannaalice.substack.com/p/dissident-dialogues-margaret-anna">Margaret Anna Alice</a> is an inspiration to those worldwide who wish to resist and dismantle totalitarianism. She is one of many critical voices in these turbulent times.</p> +<blockquote> +<p>Margaret Anna Alice writes about media narratives, politics, propaganda, mass control, psychology, history, philosophy, language, film, art, music, literature, culture, and health with a focus on COVID at <a href="https://margaretannaalice.com/">Margaret Anna Alice Through the Looking Glass</a>.</p></blockquote> +<h3 id="must-see-works">Must-see works:</h3> +<ul> +<li><a href="https://youtu.be/ueUXNL-A3Zg">Mistakes Were NOT Made: An anthem for Justice</a></li> +<li><a href="https://margaretannaalice.substack.com/p/wake-up-toolkit">Wake-up Toolkit</a></li> +<li><a href="https://margaretannaalice.substack.com/p/are-you-a-good-german-or-a-badass">Are You a Good German or a Badass German?</a></li> +<li><a href="https://margaretannaalice.substack.com/p/anatomy-of-a-philanthropath-dreams">Anatomy of a Philanthropath: Dreams of Democide &amp; Dictatorship</a></li> +<li><a href="https://margaretannaalice.substack.com/p/profiles-in-courage-the-canadian">Profiles in Courage: The Canadian Truckers</a></li> +<li><a href="https://youtu.be/bASZkhDROzo">Ode to a Whistleblower (Poem by Margaret Anna Alice; Video for Tribute to Daniel Ellsberg)</a></li> +<li><a href="https://youtu.be/Bd7dM59vocg">Do You Remember? (Collaboration Between Margaret Anna Alice &amp; Visceral Adventure)</a></li> +</ul> +<p>You can support Margaret Anna Alice&rsquo;s excellent work by:</p> +<ul> +<li>Subscribing on <a href="">Substack</a></li> +<li>Sending Bitcoin to <a href="bitcoin:bc1ql706rr7vj7c7nzxnqfp9rldw8ddfc20f492jk0">bc1ql706rr7vj7c7nzxnqfp9rldw8ddfc20f492jk0</a></li> +<li>Purchasing <a href="https://margaretannaalice.substack.com/p/get-the-book-the-vapor-the-hot-hat">The Vapor, The Hot Hat, &amp; The Witches Potion</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Applied Cyberwar: Hardware Exploits + https://libresolutions.network/articles/hardware-trojan/ + Thu, 19 Oct 2023 00:00:00 +0000 + + https://libresolutions.network/articles/hardware-trojan/ + + https://libresolutions.network//media/images/cpu-camera.webp + + + Just how bad is it? + <p>Recently a <a href="https://archive.ph/PGUdP">rumor</a> that the tragic Hamas attack was enabled by a potential <a href="https://www.albawaba.com/node/was-huawei-behind-israels-failure-detect-hamas-plans-1536954">lack of backdoors</a> accessible by western / <a href="https://allaboutcookies.org/what-is-the-five-eyes-alliance">5 Eyes</a> intelligence. Despite this, I wouldn&rsquo;t recommend rushing to order a Huwawei phone for privacy reasons. If my <a href="https://libresolutions.network/operations/shadow/#threat-modeling">threat model</a> called for investigating hardware attacks, simply changing providers would be insufficient to keep them at bay. Understanding hardware exploits requires a bit of understanding about how systems run, so let&rsquo;s take advantage of this teachable moment.</p> +<p>You&rsquo;re definitely going to want to revisit <a href="https://libresolutions.network/articles/cyberwar/">A Non-Combattant&rsquo;s Guide to Cyberwar</a> and <a href="https://libresolutions.network/articles/warlord-technology/">Escalating Cyberwar: Warlord Technology</a> if you haven&rsquo;t already. The important take-away is that there are <em>very advanced tools</em> for infiltrating systems using software. In addition to this, when working to combat hardware-based threats, you&rsquo;re going to need serious regular <a href="https://libresolutions.network/articles/diy-audit/">cyber audits.</a></p> +<h2 id="its-all-broken">It&rsquo;s All Broken</h2> +<p>It can sound <a href="https://synergeticdesign.substack.com/p/why-free-software-is-useless-when">very bleak</a> when one understands just how <a href="https://www.cs.cmu.edu/~rdriley/487/papers/Thompson_1984_ReflectionsonTrustingTrust.pdf">vulnerable digital systems</a> can be. The sad truth is that if somebody is willing to spend significant effort, resources, and time it&rsquo;s not a matter of if, but rather <strong>when</strong> they&rsquo;ll be able to breach your systems. At least for now, it can be a reasonably safe assumption that those who make a reasonable effort to protect themselves can at least secure themselves from un-targeted attacks, and otherwise make themselves a less valuable target.</p> +<p>The challenge is that modern hardware and software is essentially a <a href="https://youtu.be/kZRE7HIO3vk">massive jenga tower</a> of accumulated <a href="https://en.wikipedia.org/wiki/Technical_debt">technical debt.</a> For those who require utmost security and reliability, almost everything available today is absolutely unsuitable for that purpose. <strong>Supply chain attacks</strong> can be done by compromising either the physical components of the device, or the software built into the <em>tech stack</em>. The <strong>tech stack</strong> is everything required to run software on your device.</p> +<div class="image-container"> + +<a href='https://libresolutions.network/media/diagrams/device-stack.webp'> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/device-stack.webp' +> + +</a> + + +<p class="caption"> + Imagine that any one of these layers can be compromised +</p> + + +</div> +<p>The biggest reason why simply switching hardware providers is not sufficient to mitigate hardware threats; is that someone capable of <a href="https://puri.sm/posts/anti-interdiction-update-six-month-retrospective/">intercepting a shipment</a> sent to you can then attack the device directly. If you&rsquo;re already concerned about government surveillance, especially targeted surveillance, you&rsquo;ll need a proper way to validate that the systems you&rsquo;re using are free of unwanted changes, bugs, and not tampered with. In addition to this, you&rsquo;ll want to make sure your verified clean hardware actually <a href="https://ryf.fsf.org/">Respects your Freedom!</a></p> +<p>While hardware backdoors are a serious concern, it&rsquo;s important to pay serious attention to the software environment you&rsquo;re running. There&rsquo;s absolutely zero point making changes aimed at mitigating hardware based attacks if you&rsquo;re planning to run software that is known to spy on you on behalf of the same organizations. With all that out of the way, let&rsquo;s take the topic head-on.</p> +<h2 id="the-hardware-attacks">The Hardware Attacks</h2> +<p>If the manufacturer (or manufacturer&rsquo;s suppliers) introduce a defect or modification to their product, that modification can be exploited. Naturally the defect would be exploited by those who put it in there, but it&rsquo;s worth understanding that the very same defect could be exploited by others. This is why it is of utmost importance that we the public make it exceptionally clear that we will never accept undermining security or privacy in the name of safety, especially when it empowers unaccountable entities. In the long-run the only solution to this problem is designing hardware so that it can be independently verified with only a moderate amount of effort and tools.</p> +<p>Almost every device is complex enough that it&rsquo;s not all developed by a single entity. A single company could place a nefarious component into their portion of a device. It is safe to assume that most manufacturers would be testing for defects to detect obvious intrusions, but what if the modification doesn&rsquo;t impact device functionality? There is currently a lot of research into this. I&rsquo;ve come across a couple of papers discussing <a href="https://vista.cs.technion.ac.il/wp-content/uploads/2020/10/Day1-Lecture-1-Sylvain-Guilley.pdf">fascinating strategies</a> for detecting that.</p> +<div class="image-container"> + +<a href='https://tehranipoor.ece.ufl.edu/wp-content/uploads/2021/07/09-Hardware-Trojans.pdf'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/hardware-trojan.webp' +> + +</a> + + +<p class="caption"> + Click the image to view the slides, definitely worth your time +</p> + + +</div> +<p>Antennas are strange devices, the little I&rsquo;ve spent learning about radio communications has made me realize how little I understand about these devices. In a really strange way, anything can be an antenna if it&rsquo;s run with enough power, at a high enough frequency&hellip; Wireless communication definitely is one of the more interesting developments. To say nothing of some of the more bizarre advancements like quantum computing.</p> +<p>Even as a highly technical person, it gets really easy for the layers of abstraction to fool you into assuming that lower level details like hardware and firmware are always pristine. It&rsquo;s important to understand that at a fundamental level all these devices do is store, process and relay information. It&rsquo;s quite possible for a device to use information sent to it in deceptive ways, and there are <a href="https://hackaday.com/2022/07/22/satan-turns-hard-drive-cable-into-antenna-to-defeat-air-gapped-security/">very un-intuitive attacks</a> at the physical levels. These threats are very serious and almost impossible for a single person to attempt to mitigate. If it is the case that all our institutions are hostile, corrupt, and incapable of reform, it is then long past time for people to proactively cooperate on establishing the <em>means</em> to design, manufacture, and <strong>validate</strong> devices independently.</p> +<h2 id="firmware">Firmware</h2> +<p>Alright, so you&rsquo;ve used the latest and greatest techniques to validate that your hardware is free of any hardware intrusions or defects. Your team has triple-checked the specifications of every component to the smallest detail, and tested each component for common problems. As you start running software on it, you start to detect strange behavior. Suddenly, your device that you spend so much effort validating isn&rsquo;t working as intended.</p> +<p>You re-compile all your software from scratch in an effort to solve the problem, but it hits you. There&rsquo;s a whole <em>layer of code</em> between the software and the hardware. Many hardware components are themselves <em>programmable</em>. A passive component is something that serves a very simple and direct purpose, like a light that shines with power. Logic circuits are components that themselves have memory that allows them to be programmed with additional instructions or parameters that defines how they process information.</p> +<iframe src='https://tube.tchncs.de/videos/embed/02e76ea7-5735-4de3-b426-58e2d291376b' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>It may be complete overkill for a rogue intelligence outfit to compromise an entire system. Instead, it would be much easier to introduce changes to the closed-source firmware on the wireless radios for all kinds of smart devices. With that level of intrusion, it would be very difficult and expensive for someone to detect and correct, and the hardware and software would be none the wiser. This is why it&rsquo;s important to not only insist on <em>free as in freedom</em> software, but hardware and firmware as well.</p> +<p>Some other interesting videos:</p> +<ul> +<li><a href="https://youtu.be/HNwWQ9zGT-8">Spyware at The Hardware Level - Intel ME &amp; AMD PSP +</a></li> +<li><a href="https://youtu.be/Lr-9aCMUXzI">How Intel wants to backdoor every computer in the world | Intel Management Engine explained</a></li> +<li><a href="https://youtu.be/IW2YsxSj6zE">Dissecting the AMD Platform Security Processor </a></li> +<li><a href="https://youtu.be/GQE3a8WLeds">GOD MODE UNLOCKED - Hardware Backdoors in x86 CPUs</a></li> +</ul> +<h2 id="machines-can-lie">Machines Can Lie</h2> +<p>Programmable chips are incredible tools. So many amazing possibilities are enabled by the fact that they often are designed for <strong>abstraction</strong>. For example, a display may not actually expose direct control over all it&rsquo;s nitty-gritty details, but instead accepts commands to display pictures and text. This can make it much easier to build a simple device, but it comes at the cost that the other components sending the information are unable to ensure that what was sent is actually what is displayed. With this understanding, it&rsquo;s quite easy to see why security is such a hard problem. On some level, it is all downstream of physics.</p> +<p>It is clear that governments, corporations, and intelligence outfits have the <em>means and motive</em> to corrupt our devices and systems. We are aware that this happens in a non-zero amount of cases, including in western countries. It is anyone&rsquo;s guess how deep and how pervasive the problem is. It is an important problem to keep in mind when thinking of what direction we want our tools to go in, and how we intend to use them. On the other hand, I find this information not to be terribly practical on a day-to-day level. A big part of this is the fact that it&rsquo;s often very unnecessary to compromise hardware to spy on people or steal their data. If anything, people themselves have shown themselves to be all too willing to comply with surveillance and control if it&rsquo;s merely sold under the right pretext.</p> +<p>Personally, I believe the best way to act on this knowledge is to realize the dire necessity of building genuinely transparent, efficient and accountable institutions that can work to tackle these difficult problems. We can&rsquo;t do it alone, but I&rsquo;m more than confident we can get intelligent people together to make some serious progress.</p> +💌 Thank you for reading this via RSS 📡 + + + + Mass Resistance Redirected + https://libresolutions.network/articles/redirecting-resistance/ + Thu, 05 Oct 2023 00:00:00 +0000 + + https://libresolutions.network/articles/redirecting-resistance/ + + https://libresolutions.network//media/images/affinity-scam.webp + + + Selling out for shamefully low prices + <p>As scary as those with the means and motivation to dominate the world are, there&rsquo;s something immensely more powerful. The people. No matter how powerful you, or even your entire crew are, you still can&rsquo;t quite stand up to the rest of the world alone. This was my primary motivation to write <em>Tools of the Technocracy</em>, the out-in-the-open desire to power up the tools of mass subjugation is a terrifying prospect. Fear, isolation, propaganda, and violence are all means which the powerful use to keep people in line. What&rsquo;s less familiar to people is how bribery, flattery, and <a href="https://en.wikipedia.org/wiki/Circe">seduction</a> can be used.</p> +<p>In my opinion, the greatest strategic mistake made by who (<em>or what</em>) rules the earth, is that they unloaded absolutely every dirty trick at once. I wrote the <a href="https://libresolutions.network/articles/tools-of-the-technocracy/">Tools of the Technocracy</a> to take my part in documenting how technological weapons can, and could be used to dominate and control others. Not only is it incomplete, but even if it was, it would only be a very small fraction of the entire picture. I can definitely admit to being shockingly naive to mass mind control when I began writing it. At the time, I believed that the brainwashing was essentially 60% economic, and 40% mass media.</p> +<p>Despite being aware of even some of the examples listed below, it was only once I understood <a href="https://roundingtheearth.substack.com/p/how-the-magic-trick-works-cutting">the magic trick</a> did I begin to better conceptualize how highly motivated activists can be <a href="https://consentfactory.org/2023/09/20/mr-mikes-mondo-imbroglio-or-how-not-to-launch-a-global-anti-censorship-movement/0">assimilated</a> into the very same thing they want to fight. This really isn&rsquo;t unique to any particular idea or movement. Every sufficient <a href="https://libresolutions.network/articles/tools-of-the-technocracy-11/">power structure</a> is going to develop defenses against becoming overthrown.</p> +<blockquote> +<p>One of the stronger adaptations a dominance hierarchy can have is flexibility. A rigid system is too vulnerable to being outright overthrown by radicals. Instead of single-handedly orchestrating your machinations, it can be quite effective to open bid those actions to those you will reward handsomely. This is an excellent tactic to prevent defectors, because those interested in their own self-advancement will align themselves to your goals. Suddenly your vast conspiracy to dominate others is working as a decentralized network with plausible deniability, with the added bonus of components being entirely replaceable.</p> +<p><a href="https://libresolutions.network/articles/tools-of-the-technocracy-11/">Tools of the Technocracy: #11 Social Credit</a></p></blockquote> +<p>There are two components to this:</p> +<ol> +<li>Allowing for particular changes, but nothing that undermines your power.</li> +<li>Making your opposition complicit in maintaining it.</li> +</ol> +<p>Instead of taking your opposition head on, redirecting their focus, energy and <em>resources</em> on means in your favor or even under your control saves you a phenomenal amount of work. This means that you don&rsquo;t need to be convinced to stop fighting, you can self-destructively stew in anger and rage at the machine while it feeds on your essence. Anger is an important part of the human experience. Denouncing anger as a problem is its own problem, but it&rsquo;s important that your anger is properly focused and channeled. Whatever you&rsquo;re fighting for, it&rsquo;s important to keep in mind why, and how you intend to achieve your goals.</p> +<h2 id="false-saviors">False Saviors</h2> +<p>A clear-cut example of how this is achieved is a <em>false savior</em>. A figure is thrust into the spotlight as the answer to major problems. By dressing the figure up with your ideals, goals, and dreams you replace an ordinary human being on an altar of your own hubris. False saviors can be the work of powerful interests choosing to <em>lead the opposition themselves</em> or <strong>made</strong> as leaders get corrupted by fame, attention, or other compromising factors.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/false-saviors.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/beware-false-saviors" ><h2>Beware false saviors</h2><i>Putting faith into leaders is a road to disappointment. </i></a> + + <span></span> + </div> +</section> +<p>False saviors are erected by placing the complicated task of solving vastly complicated problems on the shoulders of a single person. No matter how powerful a single person is, they are still mortal and have the same weaknesses as many of us. In addition to this, the more power you put in someone&rsquo;s hands, the more it inevitably corrupts them. This is because <em>power has strings attached</em>, no system exists in a vacuum and there will always be constraints on how powers can be used. Just as human beings can and will be corrupted, entire organizations are arguably <em>more vulnerable</em> to all the same factors.</p> +<h2 id="the-affinity-scam">The Affinity Scam</h2> +<p>If one wanted to financially liquidate their opponents, lawfare may be one option, but there&rsquo;s a far more effective means of separating your enemies from their wealth: <a href="https://www.investopedia.com/terms/a/affinityfraud.asp">Affinity fraud</a>. By dressing up your financial enterprise with sleek branding that gives your opponents the <em>impression</em> it&rsquo;s run by those who are <em>just like them</em> with the same values and goals. It is naive to assume that frauds targeted at activists are merely interested in money, instead of other goals like sabotage and infiltration. With money taken from your opponents, you can then use it to buy influence over them.</p> +<h3 id="philanthropaths">Philanthropaths</h3> +<p>There is a particular brand of &ldquo;<em>philanthropist</em>&rdquo; that dresses themselves up in <em>the greater good</em>, but who&rsquo;s methods don&rsquo;t pass even the most basic scrutiny. They may claim to use their vast wealth to solve important problems, yet are actually engaging in very profitable <a href="https://unlimitedhangout.com/2021/08/investigative-reports/american-federation-of-teachers-sells-out-to-rockefellers-trilateralists-and-big-tech/">impact investing</a> by seizing control over the problem and enabling it.</p> +<blockquote> +<p>A philanthropath wants you dead … for the good of humanity.<br> +A philanthropath wants you enslaved … for the good of liberty.<br> +A philanthropath wants you silenced … for the good of free speech.<br> +A philanthropath wants you confined … for the good of your health.<br> +A philanthropath wants to surveil you … for the good of security.<br> +A philanthropath wants you to eat orthopterans … for the good of the planet.</p> +<p><a href="https://margaretannaalice.substack.com/p/anatomy-of-a-philanthropath-dreams-3fd#%C2%A7anatomy-of-a-philanthropath">Anatomy of a Philanthropath by Margaret Anna Alice</a></p></blockquote> +<p>Philanthropaths will generally focus on the most widely appealing causes, who opposes solving poverty, hunger, and disease? Those who don&rsquo;t have the desire or the time to evaluate or properly investigate the actual issues will very often fall victim to this kind of scheme. This kind of impact investing often builds power structures that get in the way of <a href="https://youtu.be/JIiaV-g-op0">meaningful local solutions</a> to these serious problems.</p> +<h3 id="grifting">Grifting</h3> +<p>Are universal ideals <em>too mainstream</em> for you? How about something more <em>specific</em>? You&rsquo;re completely different from the brainwashed masses, instead you see things how they actually are and are willing to pile up lots of money on top of your active social media engagement. &ldquo;<em>Grifting</em>&rdquo; is the art of liquidating a highly motivated niche. <em>It&rsquo;s just business after all.</em></p> +<div class="image-container"> + +<a href='https://web.archive.org/web/20230908105405/https://twitter.com/libertysafeinc/status/1699245595867971969'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/liberty-safe.webp' +> + +</a> + + +<p class="caption"> + So-called &#34;Liberty Safes&#34; actually had a backdoor into all their products. <a target='_blank' href='https://twitter.com/libertysafeinc/status/1699245595867971969#m'>Source</a> +</p> + + +</div> +<p>Individuals, organizations, and even charities can run into the terminal stage where their existence is dependent on the problem they set out to ameliorate. Over time, insidious but disastrous conflicts of interest can pile up in very unintuitive ways. This is actually termed quite well by progressives, for environmental concerns it&rsquo;s called <a href="https://www.wwf.org.uk/learn/guide-to-greenwashing"><em>greenwashing</em></a> and in the tech space there&rsquo;s <a href="https://puri.sm/posts/privacy-washing-do-as-i-say-not-as-i-do/">privacy washing.</a></p> +<blockquote> +<p>“The behavior of any bureaucratic organization can best be understood by assuming that it is controlled by a secret cabal of its enemies.”</p> +<p>Robert Conquest</p></blockquote> +<p><em>Robert may be on to something that&rsquo;s more than just a mere assumption.</em></p> +<h3 id="outright-robbery">Outright Robbery</h3> +<p>By tapping into outrage, panic, and urgency, nefarious agents can short-circuit their victims better sense-making. The well-informed expert may be sponsored by outright scams while they deliver you hard-hitting critical information. We all need to make a living, but some blame can be put on those who take sponsorships without any <a href="https://home.solari.com/not-again-wolves-loose-in-the-gold-and-silver-market/">due-dilligence.</a> The more profitable a scam is, the more eyeballs it can purchase through buying more advertizing, if the only goal is to simply liquidate opposition of money this alone is sufficient to create a powerful feedback loop.</p> +<h3 id="resistance-for-sale">Resistance for Sale!</h3> +<p>I would argue, that activist communities <em>themselves</em> have been commodified and resold online. We all feel a natural need to connect with others and work together. This is a very important facet of the game, but when money and <a href="https://roundingtheearth.substack.com/p/parasocial-dunbar-hacking">dunbar hacking</a> is involved, it can raise some serious red flags. Once you&rsquo;ve got a captive audience, it&rsquo;s very easy to then divert them with all the normal manipulative tactics to divert their attention and resources. Small insular communities are vulnerable to being transformed into a cult even when they don&rsquo;t begin as one.</p> +<h2 id="understanding-the-difference">Understanding the difference</h2> +<p>This wouldn&rsquo;t be the <strong>Libre Solutions Network</strong> if I didn&rsquo;t have any thoughts on how to proactively tackle this problem. Affinity scams are entirely about exploiting vulnerable, isolated, and scared people who are concerned about very real issues. It may be quite difficult to understand their concerns. Odds are if you have no idea why someone is wrapped up in a bizarre cult, it&rsquo;s because you&rsquo;re not sufficiently aware of their concerns.</p> +<h3 id="become-a-human-again">Become a Human Again</h3> +<p>The best way to rob would-be scammers of targets is to be a trusted judgement-free friend to someone. That way they can be potentially much more likely to consult you with something that&rsquo;s raised red flags. Everyone needs a trusted circle of people who genuinely care about them, and tragically for some it can&rsquo;t even be their own family. There will always be desperate lonely people, who may even be <strong>over-represented</strong> <em>in activist groups</em> because their work may be their own way to ask for help.</p> +<h3 id="learning-from-others">Learning from Others</h3> +<p>Building on the last point, consider that those with different values and beliefs than you, even opposing ones, can be correct about issues you care about. By escaping your echo chamber you can learn from those who have a radically different perspective that gives you meaningful opportunities to grow. This requires you to <em>humanize them as well as yourself to them</em>. Be a great ambassador for your beliefs by being genuinely willing to listen to others, even when it&rsquo;s exceedingly difficult.</p> +<h3 id="results-matter">Results Matter</h3> +<p>Self-awareness is critical. Work to understand your principal concern well enough to at least explain how a particular initiative or cause will meaningfully solve the problem, ideally without causing harm. At the very least, try to evaluate products and services on their genuine merits, rather than who is endorsing them.</p> +<h3 id="walking-the-walk">Walking the Walk</h3> +<p>For any particular concern, there are at least a couple of actions a figure or community can take that demonstrate they understand the problem and are willing to spend meaningful effort to correct it. Choices matter and compromises add up like tetris blocks. Practical compromises may seem like a winning trade in the moment, only to turn out to be a deal with the devil over time.</p> +<h3 id="all-money-is-blood-money">All Money is Blood Money</h3> +<p>Become incredibly skeptical of money, especially large sums of money. Wealth may not have to be a zero-sum game, but in many circumstances it certainly acts as one, or even negative-sum. Everyone needs currency to provide for their essentials, or to build the life they want, but understand that everything has a cost. It&rsquo;s possible that the true cost of money is on your soul, rather than it&rsquo;s pure monetary value. Remember, you can&rsquo;t take it with you.</p> +<blockquote> +<p>Imagine a giant picket line. The strike is over the future of humanity. People can either cross the picket line to work for those who want to enslave (and eventually destroy) humanity, being showered with fleeting opportunities and resources… or to stand up for oneself and find new ways to build elsewhere. The tragically sad truth is that there is a near limitless supply of desperate scabs who would happily (even knowingly) trade all of our futures for some present sustenance or comfort. You may be angry at these people, even willing to attack them, but they are not the root cause. Much of the harm that has already been done has created much tragedy and many victims.</p> +<p><a href="https://libresolutions.network/articles/tools-of-the-technocracy-11/">Tools of the Technocracy: #11 Social Credit</a></p></blockquote> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/chains.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-11" ><h2>Tools of the Technocracy: #11 Social Credit</h2><i>What&#39;s new is old.</i></a> + + <span></span> + </div> +</section> +💌 Thank you for reading this via RSS 📡 + + + + DIY Cyber Audit + https://libresolutions.network/articles/diy-audit/ + Sat, 30 Sep 2023 00:00:00 +0000 + + https://libresolutions.network/articles/diy-audit/ + + https://libresolutions.network//media/3-breaking-free.webp + + + Your launchpad for improving your own digital autonomy. + <p>It&rsquo;s good for people to take their own cybersecurity seriously. It&rsquo;s a huge topic, and it can be difficult to decide what&rsquo;s worth starting with, or expending a lot of effort on. This guide is intended to walk you through some of the basic &ldquo;bare-minimum&rdquo; steps one would want to take in improving their online security. In addition to pure security goals, this piece aims to emphasize how to reduce your dependency on systems that seize control of your information and workflows. It is my opinion that consolidated power inevitably leads to abused power, therefore one should take an active role in reducing their participating in enabling nefarious entities.</p> +<p><em><strong>But why?</strong></em> you may ask. If the corporate platforms, services, and tools are <em>working fine</em>, why put any effort in changing? It&rsquo;s easy to fall into the trap of believing our actions are of no consequence, and that compromises made along the way don&rsquo;t accrue debts. Over the last decade, people have given corporate digital giants (aka &ldquo;<em>Big Tech</em>&rdquo;) immense power in society. While it has already been abused in many ways, more concentrated power means more abuse.</p> +<div class="image-container"> + +<a href='https://libresolutions.network/media/diagrams/threat%20modeling.webp'> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/threat%20modeling.webp' +> + +</a> + + + +</div> +<p>It&rsquo;s largely a matter of personal responsibility on where you want to draw the line. Maybe it suits you to simply focus on preventing unwanted intrusion to your important accounts, or you could be willing to invest time and resources to do everything within your power. Your goals and aspirations are important to consider. Sometimes a small bit of effort can be strategically used to get the maximum benefit, others like to dedicate lots of effort over a significant amount of time. Ultimately the best moves are the ones that get the best impact with the effort and time you&rsquo;re able to expend.</p> +<p>This overview is intended to be a starting-point for someone interested in reducing what sensitive information is shared about themselves, and keeping their systems safer from unwanted intrusion.</p> +<h3 id="more-great-guides">More Great Guides:</h3> +<p>It may seem redundant to list other guides with similar information. Every project is going to have it&rsquo;s own perspective, prioritization, and level of detail. If this guide is not to your liking, I would hope that one or many of these will suit your needs.</p> +<ul> +<li><a href="https://ssd.eff.org">Surveillance Self-Defense</a></li> +<li><a href="https://www.thenewoil.org/">The New Oil</a></li> +<li><a href="https://avoidthehack.com/getting-started-cybersecurity">Getting Started: Basic Personal Cybersecurity for Everyone</a></li> +<li><a href="https://home.solari.com/faq/cybersecurity-what-we-do/">Cybersecurity – What We Do</a></li> +<li><a href="https://digdeeper.club/articles/ninja.xhtml">Ninja&rsquo;s Guide to the Internet</a></li> +<li><a href="https://brainfucksec.github.io/a-good-privacy-list">A Good Privacy List</a></li> +<li><a href="https://restoreprivacy.com/">Restore Privacy</a></li> +<li><a href="https://gunther.link/posts/privacy-basics/">10 Basic Steps to Digital Privacy</a></li> +</ul> +<h3 id="contents">Contents</h3> +<p><em>&hellip;More is to come!</em></p> +<ol> +<li><a href="#the-regular-audit">The Regular Audit</a></li> +<li><a href="#the-pebkac-vector">PEBKAC Vector</a></li> +<li><a href="#account-security">Accounts</a></li> +<li><a href="#e-mail">Email</a></li> +<li><a href="#browsers">Browsers</a></li> +<li><a href="#network-security">Network Security</a></li> +</ol> +<h2 id="the-regular-audit">The Regular Audit</h2> +<p>I&rsquo;d like to introduce you to the concept of a <strong><em>regular</em> security audit</strong>. Instead of trying to reinvent your entire digital life overnight, it can be helpful to set aside some amount of time to make gradual changes, or to spend dedicated time solving a particular problem. This can help you transform a giant task over time, without too much immediate disruption to how you currently do things.</p> +<p>You can commit to whatever time interval works for you. It could be monthly, quarterly, or even yearly is worth considering over never at all. This can help you budget the time you&rsquo;d like to spend on making changes, as well as help you keep an eye out for things to address later.</p> +<p>One helpful strategy would be to tier specific practices to certain intervals. For example making sure to run updates more regularly, but worry about changing passwords on a less frequent basis.<br> +A hypothetical plan could look like this:</p> +<table> + <thead> + <tr> + <th>📆 Interval</th> + <th>✅ Task</th> + </tr> + </thead> + <tbody> + <tr> + <td>Weekly</td> + <td>Running Updates</td> + </tr> + <tr> + <td>Weekly</td> + <td><a href="#inbox-cleaning">Cleaning your inbox</a></td> + </tr> + <tr> + <td>Weekly</td> + <td>File Backups</td> + </tr> + <tr> + <td>Monthly</td> + <td>Changing important passwords</td> + </tr> + <tr> + <td>Monthly</td> + <td>Deleting unused apps &amp; extensions</td> + </tr> + <tr> + <td>Quarterly</td> + <td>System Backups</td> + </tr> + <tr> + <td>Quarterly</td> + <td>Checking for <a href="https://haveibeenpwned.com/">breaches</a></td> + </tr> + <tr> + <td>Quarterly</td> + <td><strong>Helping others</strong> make changes</td> + </tr> + <tr> + <td>Yearly</td> + <td>Complete password rotation</td> + </tr> + <tr> + <td>Yearly</td> + <td>Online footprint <a href="#online-footprint">inspection</a></td> + </tr> + </tbody> +</table> +<p><strong>Why?</strong> Committing to a regular plan can help correct errors and keep you accountable. It also gets you focused on more proactive actions instead of always playing catchup.</p> +<p><a href="#contents">Back to Contents</a></p> +<hr> +<h2 id="the-pebkac-vector">The PEBKAC Vector</h2> +<p>The easiest way for someone or something to infiltrate your accounts and systems is your own capacity to make a mistake. Hence the, <em>Problem-Exists-Between-Keyboard-and-Chair</em> vector. (<em>That&rsquo;s you!</em>) One of the more obvious examples is how much people have been trained to share intimate details of their lives on corporate social media. Beyond just embarrassment, a lack of proper precautions can lead to having your entire system compromised. Consequences of that can range from mild regret to financially devastating.</p> +<h3 id="phishing-attacks">Phishing Attacks</h3> +<p>Phishing is when communications are sent out to trick a person to accidentally load a program, or divulge specific information. <a href="https://www.phishing.org/what-is-phishing">Phishing</a> is very effective when combined with other attacks. The more someone (or <em>something</em>) can learn about you, the more effective phishing messages can be tailored to you. It is not out of the question that voice cloning, and other <a href="https://libresolutions.network/tags/machine-learning">generative AI</a> tools will be used to <a href="https://proton.me/blog/what-is-email-spoofing#how-does-email-spoofing-work">impersonate</a> trusted contacts.</p> +<p>From <a href="https://libresolutions.network/articles/cyberwar/">A Non-Combattant&rsquo;s Guide to Cyberwar</a></p> +<blockquote> +<p>There are many different ways [phishing] can be carried out:<br> +<strong>E-mail:</strong> one kind of attack is an urgent email that requires you to immediately click a certain link. That link will then present a fake log-in form disguised as a legitimate site. This could be used to steal your credentials. If the site itself has a vulnerability, merely clicking the link itself could be enough to compromise your account.</p> +<p><strong>Attachments:</strong> any file sent your way may be more than meets the eye. There are a variety of methods that allow a file that’s opened to either run as a virus, or send your data elsewhere.</p> +<p><strong>None of this is exclusive to e-mail</strong>.<br> +Messaging apps, and online communities can all enable the same problems.</p></blockquote> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/spam-attack.webp' +> + + +<p class="caption"> + The line between spam and phishing is very blurry +</p> + + +</div> +<p>Sometimes, an adversary being able to figure out <em>which accounts are yours</em> is enough to get very useful information, or to break into already compromised accounts. Other times, getting you to run some malware can give up complete control of your system. The best defense is to be aware of phishing, and take precaution before opening links or attachments.</p> +<iframe src='https://archive.org/embed/protect-your-devices-from-hackers' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>Video: <a href="https://archive.org/details/protect-your-devices-from-hackers">Protect Your Devices From Hackers – Don&rsquo;t Get &lsquo;0wned&rsquo;</a> by <a href="https://archive.org/search?query=creator%3A%22AJ%2B+and+the+Electronic+Frontier+Foundation%22">AJ and the Electronic Frontier Foundation</a></p> +<h4 id="for-each-channel-a-purpose">For each channel, a purpose.</h4> +<p>Reflect on how and in what way your trusted contacts will interact with you. Having separate email address(es) for different purposes can help filter specific messages for you, this will help you know if a particular message is genuine or not. Very often services will give you the option to enter a code instead of clicking a link, which is helpful in this situation. If you&rsquo;re sure you must click a link, it can be worth copying it (<em>with a right-click, or long touch</em>) first, then inspecting it yourself before opening it.</p> +<p>Even something as simple as keeping in mind who tends to give you a phone call and who else prefers to use an end-to-end encrypted messaging app. If someone is reaching out to you in an unusual way, that can be an indication that something isn&rsquo;t right. This applies to workplaces too, it can be a good idea to avoid mixing your career with your personal life, having an account for each can keep things separated.</p> +<h3 id="big-tech-services">Big Tech Services</h3> +<p>Another way you may be outright, voluntarily handing out your information is when using cloud-driven and/or <a href="https://www.fsf.org/windows/#abuses">non-free</a> software and services. Moving your data to your own devices, or at least to services run without <a href="https://en.wikipedia.org/wiki/Vendor_lock-in">vendor lock-in</a>.</p> +<h4 id="disentangle-yourself-from-cloud-platforms">Disentangle Yourself from Cloud Platforms</h4> +<blockquote> +<p>There is no cloud, just somebody else&rsquo;s computer!</p></blockquote> +<p>Many online tools are just a <a href="https://www.gnu.org/philosophy/who-does-that-server-really-serve.en.html"><em>service as a software substitute</em>.</a> This means that while you gain the convenience of sophisticated technologies at scale, you will also be unable to choose the terms of your computing. Simple things like using your own software like <a href="https://www.libreoffice.org/">LibreOffice</a> or <a href="https://inkscape.org/">Inkscape</a> to create media allows you to keep your information under your own control. By not relying on external services for creating documents, presentations, or even notes you can go a long way to help reassert your own autonomy.</p> +<p>Choosing how you use social media will also have a significant impact. If you&rsquo;re willing to put up with some inconvenience, it can be worth using <a href="https://libredirect.github.io/">alternate front ends</a> for mainstream services to browse without being directly associated with an account. This can definitely help those who want to break away but don&rsquo;t want to miss out on important information.</p> +<h3 id="online-footprint">Online Footprint</h3> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-4.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-4/" ><h2>Tools of the Technocracy: #4 Online Identity</h2><i>What is following you in your digital tracks?</i></a> + + <span></span> + </div> +</section> +<h4 id="take-control-of-your-social-media">Take Control of your Social Media</h4> +<p>Being deliberate with your social media <a href="https://www.socialpilot.co/blog/ultimate-guide-manage-social-media-privacy-settings">privacy settings</a> is very important. Understand what features are available, and what it means for who can see what.</p> +<ul> +<li>Who can see posts you make?</li> +<li>Is your profile searchable by site-members or anyone?</li> +<li>Does someone have to request access to see your information?</li> +</ul> +<p>It&rsquo;s important to consider what you&rsquo;d like to be public, vs what is best left offline.<br> +The best way to protect information is to never record it in the first place!</p> +<h4 id="find-yourself-in-search-engines">Find Yourself in Search Engines</h4> +<p>You can see how easy it is to get information on you by performing your own searches. Given that search engines will make an attempt to find results relevant to you, it&rsquo;s worth trying multiple search engines rather than making assumptions off a single search. Including details about yourself may help narrow the results.</p> +<h4 id="consider-alternate-identities">Consider Alternate Identities</h4> +<p>On other platforms, you may have an identity that isn&rsquo;t your real name. It&rsquo;s generally a good idea not to repeat usernames across platforms unless the intention is for them to be publicly associated.</p> +<h4 id="close-dormant-accounts">Close Dormant Accounts</h4> +<p>If you no longer use a service, you may want to consider closing the account if the option is available. If nothing else, it ties up another loose end.</p> +<h4 id="privacy-policies">Privacy Policies</h4> +<p>Digital products and platforms will have a published <a href="https://time.com/3986016/google-facebook-twitter-privacy-policies/"><em>privacy policy</em></a> that ideally outlines what information is collected and how it&rsquo;s used. They will vary in content, clarity, and detail.</p> +<p>For online platforms privacy policies can help you understand:</p> +<ul> +<li>What information the platform collects</li> +<li>If your information is being shared with or sold</li> +</ul> +<p>Another document is a <strong>warrant canary</strong>. A <a href="https://www.okta.com/identity-101/warrant-canary/">warrant canary</a> is a document that explains that the organization hasn&rsquo;t received any requests for information from governments and/or law enforcement agencies. It&rsquo;s a useful thing to have, because law enforcement agencies will sometimes gag providers from informing their clients, or even stakeholders.</p> +<blockquote> +<p>&ldquo;Two government officials who spoke on the condition of anonymity said the Justice Department obtained an individualized order from a judge of the Foreign Intelligence Surveillance Court last year. <strong>Yahoo was barred from disclosing the matter.</strong>&rdquo;</p> +<p><a href="https://www.nytimes.com/2016/10/06/technology/yahoo-email-tech-companies-government-investigations.html">Yahoo Said to Have Aided U.S. Email Surveillance by Adapting Spam Filter</a></p></blockquote> +<h4 id="legislative-protections">Legislative Protections</h4> +<p>Depending on your jurisdiction, you may be entitled to privacy protections. Notably, EU Citizens are covered by the <a href="https://www.sophos.com/en-us/cybersecurity-explained/gdpr">GDPR</a> which grants outlines regulations for organizations handling data deletion requests from individuals. It is worth being familiar with what privacy protections exist (or <em>don&rsquo;t exist</em>) in your locale.</p> +<p><a href="#contents">Back to Contents</a></p> +<hr> +<h2 id="account-security">Account Security</h2> +<h3 id="using-a-password-manager">Using a Password Manager</h3> +<p>While a notebook of passwords can be lost or stolen, there are digital means to keep track of accounts and passwords. Conveniently, some managers have integrated browser extensions that can make it easy to log in with stored passwords. These tools can go a long way towards improving your account security a lot easier to maintain.</p> +<p>Two password managers that I&rsquo;ve used:</p> +<ul> +<li><a href="https://keepassxc.org">KeePass XC</a> (Offline)</li> +<li><a href="https://bitwarden.com">Bitwarden</a> (<a href="https://github.com/dani-garcia/vaultwarden">Self-Hostable</a>)</li> +</ul> +<div class="image-container"> + +<a href='https://libresolutions.network/media/diagrams/account-security-tools.webp'> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/account-security-tools.webp' +> + +</a> + + + +</div> +<h3 id="long--unique-passwords-per-account">Long &amp; Unique Passwords per account</h3> +<p><strong>Why?</strong> So that one account breach doesn&rsquo;t spread to others.</p> +<p><a href="https://bitwarden.com/password-strength/"><em>How strong is your password?</em></a></p> +<p>Reusing passwords means that if your password is found in a <a href="https://haveibeenpwned.com/">data breach</a> or hack, it can be used to gain access to other accounts.</p> +<p>Using a password manager can help you generate significantly longer passwords that are significantly harder to break, and may be more random than what you can come up with yourself.</p> +<p><a href="https://avoidthehack.com/getting-started-cybersecurity#developgoodpasswordmanagementpra...">Learn to develop good password management practices</a></p> +<h3 id="turn-on-either-totp-or-hardware-two-factor-authentication-where-possible">Turn on either ToTP or hardware two-factor authentication, where possible</h3> +<p><strong>Why?</strong> By adding two-factor authentication you significantly raise the difficulty of attacks on your accounts. This can also buy you time to reset your password if it’s stolen. Multi-factor authentication is very important for protecting important accounts.</p> +<h3 id="unique-e-mail-addresses-per-account">Unique e-mail addresses per account</h3> +<p><strong>Why?</strong> To make phishing campaigns much easier to identify.</p> +<p>Some e-mail providers support adding additional words to <a href="#e-mail">your email.</a> For example you may be able to use <code>+shopping</code> at the end of your email as: <code>name+shopping@example.com</code>. This is good for filtering mail, but makes your alternate e-mails potentially discoverable.</p> +<p>If you&rsquo;d like unique e-mails forwarded to your own e-mail address, an e-mail forwarding &amp; aliasing service like <a href="https://relay.firefox.com/">firefox relay</a> or <a href="https://addy.io/">addy.io</a> can help. Many people will already have multiple e-mails from different providers, some of them may support aliases or disposable addresses.</p> +<p><a href="#contents">Back to Contents</a></p> +<hr> +<h2 id="e-mail">E-mail</h2> +<p>Email is something that&rsquo;s critical to get right. Almost every online account allows for accounts to be recovered (or stolen!) through email. This means that it&rsquo;s the most important account to secure. Rotating your e-mail password more often than other accounts can definitely make a difference in the long run.</p> +<p>Beyond just being able to steal accounts, a hijacked email can also be used to spread scams and malware to others. Taking <a href="#account-security">account security</a> seriously is important!</p> +<h3 id="choose-a-great-provider">Choose a Great Provider</h3> +<p>Choosing a provider can be difficult. Even when one finds a great one, it&rsquo;s not worth entirely relying on a single provider. If you run your own website, e-mail hosting can sometimes be included with web hosting. Of course, there&rsquo;s always the option of running it yourself. That however, has its own <a href="https://cfenollosa.com/blog/after-self-hosting-my-email-for-twenty-three-years-i-have-thrown-in-the-towel-the-oligopoly-has-won.html">challenges</a>, but there are many <a href="https://bookofadamz.com/how-to-make-your-own-whatsapp-signal-telegram-competitor/">advantages</a>.</p> +<p>Email Provider Recommendations:</p> +<ul> +<li><a href="https://digdeeper.club/articles/email.xhtml">E-mail providers - which one to choose?</a></li> +<li><a href="https://restoreprivacy.com/email/secure/">10 Best Private and Secure Email Services for 2023</a></li> +<li><a href="https://gunther.link/posts/email/">Finding a Privacy-Friendly Email Provider</a></li> +<li><a href="https://www.privacyguides.org/en/email/">Privacy Guides - Email Services</a></li> +</ul> +<h4 id="criteria-to-consider">Criteria to consider:</h4> +<ul> +<li> +<p><strong>Privacy</strong></p> +<p>There are limits to how private e-mail can be, but it&rsquo;s at least worth selecting a provider that isn&rsquo;t profiting off <a href="https://www.theguardian.com/technology/2014/apr/15/gmail-scans-all-emails-new-google-terms-clarify">scanning your mail.</a><br> +Things to consider for privacy:</p> +<ul> +<li>How long the provider has been in business</li> +<li>Reputation of the provider</li> +<li>Jurisdiction</li> +<li>Business model and funding sources</li> +<li>End-to-End Encryption</li> +</ul> +</li> +<li> +<p><strong>Features</strong></p> +<p>Different options may have some variation in offerings. +Important features can be:</p> +<ul> +<li>Webmail</li> +<li>Storage size</li> +<li>Custom Domains</li> +<li>Disposable aliases</li> +<li>Multiple accounts/mailboxes</li> +<li>Encryption / PGP Support</li> +<li><a href="#using-an-e-mail-client">Client</a> (IMAP &amp; POP) Support</li> +<li>Forwarding and Filters</li> +</ul> +</li> +</ul> +<p>I personally believe the best-case scenario for mass e-mail providers are responsibly run local non-profit enterprises. As online communication has become more central to people&rsquo;s lives, competitive local infrastructure needs to take a more central role. While on the total other end of the spectrum, there also needs to be a place for less personal, but still quite small, providers that operate indiscriminately. Both have a very important place in safeguarding online freedom from a variety of threats.</p> +<h3 id="email-encryption">Email Encryption</h3> +<p>Every e-mail provider is going to market itself as secure. <em>Secure from <strong>what</strong>?</em> One may ask. Security is about proactive measures taken against particular problems. Nothing is 100% secure. Many security features proudly proclaimed by big tech services are really just about protecting information <em>in transit</em> as it goes from your machine to theirs. It&rsquo;s very difficult for a provider to protect you from <em>themselves</em>, even when there&rsquo;s desire to. There is always a degree of trust involved with hosting your data on somebody else&rsquo;s computer.</p> +<p>Domestic government (and corporate) surveillance is a serious concern as well. Many of us in the so-called &ldquo;Free World&rdquo; have to be concerned about the <a href="https://www.thenewoil.org/en/guides/less-important/five-eyes/">5 prying eyes</a>. With all this in mind, I would never put too much faith email <a href="https://www.theguardian.com/commentisfree/2014/may/20/why-did-lavabit-shut-down-snowden-email">security guarantees</a>. Even in the best of circumstances,treat e-mail like you would a postcard in the mail; not for anything particularly sensitive or private.</p> +<h4 id="strategy-1-inbox-level">Strategy 1: Inbox Level</h4> +<p>There are many end-to-end encrypted <a href="https://blog.thenewoil.org/2023-review-skiff-mail">(&ldquo;zero knowledge&rdquo;)</a> mailboxes provided by larger privacy-focused email providers. How it works is that in addition to your emails being secured in transit, they are also encrypted when they are stored. This means that as long as your account/password are secure, your email&rsquo;s content can only be read by you. This often comes at the cost of lack of third-party client support.</p> +<p>This strategy has advantages, but mostly its ease-of-use. It saves you the time of having to manage your own encryption keys, meaning that others should be able to send you encrypted emails right away. The downside of this strategy is that you&rsquo;re still placing a significant amount of trust on the provider, especially if you&rsquo;re using it for sensitive information.</p> +<h4 id="strategy-2-message-level">Strategy 2: Message Level</h4> +<p>When using your own email client, you can choose to <a href="https://emailselfdefense.fsf.org/en/">proactively encrypt</a> emails with PGP. For recipients who&rsquo;ve already setup their keys, some clients will be able to auto-discover the correct key for you so it can be fairly convenient. This strategy ensures that the email is secure as long as the recipients keys are, from all other parties. If your recipient already publishes their PGP key. (<em>Here&rsquo;s</em> <a href="https://gabe.rocks/pubkey.txt"><em>mine</em></a>)</p> +<div class="image-container"> + +<a href='https://libresolutions.network/media/images/email-security.webp'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/email-security.webp' +> + +</a> + + +<p class="caption"> + A Joke, but one with some elements of truth in it. +</p> + + +</div> +<h4 id="metadata-headaches">Metadata headaches</h4> +<p>Regardless of which strategy you use, due to how e-mail works it&rsquo;s impossible to conceal who you are sending it to, and many other details. Encrypted mail will protect the contents of the mail, but not extra information like when it was sent. For those who absolutely need to keep their contacts a secret, like investigative reporters, there are better options than e-mail.</p> +<h3 id="using-an-e-mail-client">Using an e-mail Client</h3> +<p>Using Free Open Source Software clients put you back in charge of your mail. While webmail and apps can be very convenient, they can often be very opinionated on how you <em>should</em> interact with your mail. Mail clients are a very important tool. Some will provide privacy features like blocking e-mail trackers, and other useful tools like custom filtering.</p> +<p>Instead of leaving your mail on a server forever, you can move them to your computer for offline access. Every client will have its own features, but having the capability to encrypt <a href="https://www.curtiswallen.com/pgp/">emails with PGP</a> is a non-trivial advantage.</p> +<p>I&rsquo;m a huge fan of <a href="https://www.thunderbird.net/">Mozilla Thunderbird</a> though there are other e-mail clients, <a href="https://www.privacyguides.org/en/email-clients/">Privacy Guides</a> has an excellent list of recommendations.</p> +<h4 id="configuring-your-client">Configuring Your Client</h4> +<p>It may seem intimidating, but if you have an uncommon mail provider, or roll you own email you may need to <a href="https://support.mozilla.org/en-US/kb/manual-account-configuration">configure your client.</a> This requires a few more options than just a username/password. To understand what the options mean you have to realize that you&rsquo;re setting up two things:</p> +<ol> +<li> +<p><strong>Incoming Server:</strong></p> +<p>Which needs:</p> +<ul> +<li>The mail server&rsquo;s hostname (such as pop.example.com)</li> +<li>Choosing either IMAP or POP as the protocol, this changes how the server handles mail that&rsquo;s delivered.</li> +<li>The port number the server is running on</li> +<li>your email &amp; password</li> +<li>Security settings</li> +</ul> +</li> +<li> +<p><strong>Outgoing Server:</strong></p> +<p>Which needs:</p> +<ul> +<li>The SMTP (<em>Simple Mail Transfer Protocol</em>) server&rsquo;s hostname</li> +<li>The server&rsquo;s port number</li> +<li>Your email &amp; password</li> +<li>Security settings</li> +</ul> +</li> +</ol> +<p>You&rsquo;ll want to consult your e-mail providers documentation for the specific values. Contacting customer service may help. These settings are what&rsquo;s required to configure any mail client, though some will be able to fill in some of the details when you provide your email address.</p> +<h4 id="delta-chat">Delta Chat</h4> +<p><a href="https://delta.chat/">Delta Chat</a> is a mail client that looks and functions as an end-to-end encrypted messaging app. It&rsquo;s an absolutely brilliant technique. Despite none of my contacts being (<em>currently</em>) willing to take it seriously, I actually believe that delta chat is one of the more underrated online messengers.</p> +<div class="image-container"> + +<a href='https://delta.chat'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/delta-chat.webp' + + alt='delta chat running on multiple devices' +> + +</a> + + + +</div> +<p>In theory, it should be very easy to adopt because it doesn&rsquo;t require anyone to create any new accounts. It handles encryption key management for you, and uses your own inbox for storage. Of course, it can also send regular emails to those who don&rsquo;t have it yet. For those who find <a href="https://www.signal.org/">signal</a> requiring a phone number to be too much, I consider delta chat a must-have.</p> +<h3 id="inbox-cleaning">Inbox Cleaning</h3> +<p>Junk mail piles up. Over the years, it can be easy to accumulate more and more spam and incoming mail that becomes unmanageable. This causes a lot of people to essentially ignore their e-mails all-together. If you&rsquo;re not quite at the point of just abandoning that particular email and starting fresh, there&rsquo;s a lot you can do to reduce the amount of unsanctioned messages.</p> +<h4 id="folders-and-filtering">Folders and Filtering</h4> +<p>Odds are, a lot of regular incoming correspondence is expected in advance. This means that you can create sub-folders for particular domains, and use filters to sort your mail for you.This can keep the important stuff at hand, while allowing you to sort through the rest at your convenience.</p> +<h4 id="unsubscribe-without-mercy">Unsubscribe Without Mercy</h4> +<p>Getting your email added or removed from marketing lists can really add-up over time. Reducing your incoming emails to what you specifically want can make a massive impact. <br> +You can clean a busy inbox with this process:</p> +<ol> +<li>Find an example of something you no longer wish to receive</li> +<li>Hit the &ldquo;unsubscribe&rdquo; button (usually near the bottom) on the email and get removed from the list</li> +<li>Search for messages from that sender and delete them all</li> +<li>Repeat every so often</li> +</ol> +<p>Eventually, you&rsquo;ll find you&rsquo;re entirely free of unwanted incoming e-mails except for outright spam.</p> +<h4 id="the-spam-war">The Spam War</h4> +<p>If you&rsquo;re getting a great number of spam, it&rsquo;s a sign that your email has appeared on <a href="https://haveibeenpwned.com">many kinds of lists</a>. Not having it published publicly can help, but fighting spam is a team effort. It&rsquo;s worth your time to report egregious examples, but eventually you&rsquo;ll want to setup your own filters for it. Where possible, if you have a filter that&rsquo;s working well, I&rsquo;d recommend having it also mark the message as spam.</p> +<p>Both <a href="https://fightspam.gc.ca/eic/site/030.nsf/frm-eng/MMCN-9EZV6S">Canadians</a>, and <a href="https://reportfraud.ftc.gov/">Americans</a> can report spam to law enforcement.</p> +<h3 id="trackers">Trackers</h3> +<p>There are two common types of e-mails you can send/receive. +Plain text, which as the name implies is just text and is therefore entirely free of trackers. Emails can also be HTML, like web pages. This allows for them to look appealing, include images, and unfortunately trackers!</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/4bbd4e5a-352d-4d24-82ea-e8832e902021' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>When you load an e-mail that loads content (like images) from a remote server, those assets can be used to send information. This can be used to get all kinds of engagement stats about how even you as an individual respond to particular messages. A troubling consequence of this is that those running <a href="#phishing-attacks">phishing</a> campaigns are able to use that information to come up with more compelling scams.</p> +<p><a href="#contents">Back to Contents</a></p> +<hr> +<h2 id="browsers">Browsers</h2> +<p>You may be reading this in a browser. As you likely are aware, a web browser is a powerful program that displays &amp; runs web pages and web applications. For many, it&rsquo;s their primary gateway to the world wide web as well as the internet as a whole. Being complacent about what browser(s) you&rsquo;re using is a surefire way to put your information in the hands of questionable external forces.</p> +<h3 id="understanding-the-web">Understanding the Web</h3> +<p>A good place to start is to refresh your understanding of what the web <em>actually is</em>. Like many things in our technological landscape, it wasn&rsquo;t built in a day, or even by a single person. It&rsquo;s an amalgamation of the work of many different people, institutions, and even governments over time. I&rsquo;m very passionate about people choosing to <a href="https://gabe.rocks/tech/reclaiming-cyberspace/">take an active role</a> in shaping cyberspace. Collectively, we do have a real impact on the future of the World Wide Web.</p> +<p>To begin, we have to start with the simplest of web pages. These are <strong>static web sites</strong> that display a set amount of text, images, or media.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/web%20static.webp' +> + + + +</div> +<p>Far from being mere <a href="https://en.wikipedia.org/wiki/Hypertext"><em>hypertext</em>,</a> the web now includes multimedia applications. Web 2.0 was when web sites became <em>dynamic</em>. Forums, Wikis, and even the first social media sites were dynamic because user interaction fed into a database that was used to generate web content. The earliest of these could work without many (if any) scripts at all, and were processed by the web site&rsquo;s <strong>back-end</strong> software.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/web%20dynamic.webp' +> + + + +</div> +<p>A web page can load real-time data from an online service, and/or stream audio and video. Because of this, the browser is the primary tool in many people&rsquo;s digital life. Like anything else, this includes a variety of risks and trade-offs.</p> +<p>The addition of more content and features to the web has made browsers themselves increase in complexity significantly. In theory, a browser would only need to support downloading the page, and displaying the text on it. As the web has evolved, browsers now support all kinds of multi-media, interactivity, and online gaming.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/web%20apps.webp' +> + + + +</div> +<p>While this isn&rsquo;t necessarily news to you, what is worth understanding is that all of these additional features have meaningful trade-offs when it comes to privacy &amp; security. There are those who yearn for a return of the days of just clean pure hypertext. If that sounds like something you&rsquo;re interested in, <a href="https://gemini.circumlunar.space/">gemini</a> is right up your alley. For the rest of us who would like to enjoy a wide variety of modern enhancements to the web, there is much to account for.</p> +<h3 id="surveillance">Surveillance</h3> +<p>In many ways, it helps to think of much of the Web as a street filled with surveillance cameras. Without making significant effort, it&rsquo;s trivial for those watching to keep track of where you go on a regular basis. In addition to this, the places you visit <em>themselves</em> may also be spying on you in exchange for a pithy sum.</p> +<h4 id="cookies--storage">Cookies &amp; Storage</h4> +<p>It&rsquo;s pretty useful to be able to log-in to a website. It&rsquo;s also very handy for the server to save some additional information on your end so when you return you can continue as normal. Using <em>sessions</em> is how servers keep track of who they&rsquo;re talking to. Naturally, if you divulge more information about yourself to a particular service, the more that information can be corroborated with other data points. Without saving cookies, log-ins and site settings would be lost immediately, but that doesn&rsquo;t mean you need to hold onto them forever.</p> +<h4 id="scripts">Scripts</h4> +<p>Either scripts from the site itself, or remote scripts pulled in from other services can do a wide range of things to try to uniquely identify you. On the other hand, many sites will not work at all and refuse to display something as simple as an article. Many tracking blockers will block all external scripts, but others will make exceptions that keep certain mainstream sites working.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/web%20scripts.webp' +> + + + +</div> +<p>The best practice would be to block any unnecessary scripts. There are many <a href="#browser-add-ons">add-ons</a> that can make this easier. &ldquo;Unnecessary&rdquo; can be a very broad categorization however, in some cases you may consider it worth blocking any and all scripts everywhere. This is the recommended setup when using the Tor Browser, because scripts can do many things to de-anonymize a visitor.</p> +<p>Sadly many of these invasive scripts have been thrust on the public without much alternative. As a web developer, it may be tempting (or even good for your resume) to develop using the latest fancy script frameworks, it&rsquo;s important to remember that you can maintain all the advantages of dynamic web sites without it. When security and privacy of your users is paramount, it&rsquo;s something worth considering.</p> +<h4 id="fingerprinting">Fingerprinting</h4> +<p>Now that you&rsquo;ve put in the effort to properly mitigate unwanted data leakage. There&rsquo;s still another nasty problem. If you require perfect anonymity online, it&rsquo;s worth understanding that your <a href="https://coveryourtracks.eff.org">browser fingerprint</a> can be used to uniquely identify you online. This is a problem, but it&rsquo;s one not worth working on at the expense of protecting important information.</p> +<h3 id="choosing-a-browser">Choosing a Browser</h3> +<p><a href="https://digdeeper.club">DigDeeper.club</a> has an excellent if troubling <a href="https://digdeeper.club/articles/browsers.xhtml">post on browsers</a>. Unfortunately the major take-away is that the situation is very dire:</p> +<blockquote> +<p>The only reasonable choice is <a href="https://www.palemoon.org/">Pale Moon</a>. <strong>Or, just try wean yourself off the modern web</strong> by sticking to websites such as the ones on Neocities, <a href="https://wiby.me">wiby.me</a>, etc. which are functional in NetSurf or terminal browsers. I hate to kill the positivity of yet another summary, but if reality forces me to - what can I do?</p></blockquote> +<p>(<em>emphasis mine</em>)</p> +<p><strong>If you require using the modern web</strong> (ie. most &ldquo;normal&rdquo; websites) I recommend reading through <a href="https://digdeeper.club/articles/browsers.xhtml">the guide</a> carefully and choosing what strikes the right balance for you.</p> +<p>Reading through the browser guide leaves the impression that a serious web &amp; browser renewal is something people from all walks of life should strongly consider.<br> +The root of the problem is two-fold:</p> +<ol> +<li>Additional features on modern web sites introduce additional privacy risks</li> +<li>To support these features, browsers themselves become more complicated to support, maintain, and validate</li> +</ol> +<p>I intend to follow-up on this particular section, and I think it&rsquo;s important to think-through how things should be done. This is one of the many reasons I emphasize more people getting involved, rather than let governments and corporations dictate it for us.</p> +<h4 id="the-more-the-merrier">The More the Merrier</h4> +<p>Because browsers are tools, it doesn&rsquo;t often make sense to entirely limit yourself to a single one. There are some advantages to using different browsers for different &ldquo;spheres&rdquo; of your life. Above all, it&rsquo;s best to understand why you&rsquo;re using a particular browser for a certain task. If you&rsquo;re really in love with a particular browser, you may be able to use multiple <em>profiles</em> with different <a href="https://divestos.org/pages/browsers">settings</a> in mind for different uses. Even something as simple as having separate bookmarks for each profile would make it easy to stay consistent.</p> +<div class="image-container"> + +<a href='https://youtu.be/j5r6jFE8gic'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/browser-tierlist.webp' +> + +</a> + + + +</div> +<p>In all cases you&rsquo;ll likely want to alternate browsers for different tasks, with at least one clearing cookies/logins/history on reload. You may also want to search for a <a href="#hardening">hardening guide</a> for whatever browser you choose, depending on your particular needs. It can help to have a hardened browser for most of your basic web tasks, with exceptions made for sites/services you need/trust and alternate ones for other things. <strong>Compartmentalization</strong> can go a long way especially with many browsers offering built-in VPNs. <em>More on VPNs later</em></p> +<h3 id="hardening">Hardening</h3> +<p>Here is an excellent <a href="https://brainfucksec.github.io/firefox-hardening-guide">firefox hardening guide</a> for firefox.</p> +<p><em>Hardening</em> is the process of changing settings for particular privacy and security. Sometimes these changes include disabling tracking from the program itself! A good place to start is opt-ing out of any telemetry or analytics reporting. Then I would generally recommend taking the most extreme settings you can bear day-to-day, and consider increasing as you adapt. Some more &lsquo;<em>extreme</em>&rsquo; changes would be <a href="https://avoidthehack.com/webrtc-leaks-how-to-fix">disabling WebRTC</a> to protect your IP at the cost of some real-time applications breaking.</p> +<p>Many of these changes will either be in your browsers settings panel or additionally <code>about:config</code> on firefox based browsers. On desktop Firefox Arkenfox&rsquo;s <a href="https://github.com/arkenfox/user.js/wiki">user.js</a> file is a highly-recommended change for getting the most optimal settings. This alone may be a good reason to pick a firefox or its derivatives over google chrome and its derivatives.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/browser-tools.webp' +> + + + +</div> +<p>If you&rsquo;re using <a href="https://brave.com/shields/">brave shields</a> you have an intuitive interface for being as strict as possible. It also has the advantage of being built into the browser for additional performance gains. On other browsers <a href="https://ublockorigin.com/">uBlock Origin</a> is the go-to add-on for having complete control over what resources sites can access. Learning how to use these tools can do a great deal of good.</p> +<h3 id="browser-add-ons">Browser Add-ons</h3> +<p>A browser can feel very limiting without many <a href="https://digdeeper.club/articles/addons.xhtml">essential add-ons.</a> Ad-blocking is de-facto necessary for browsing a great deal of the web to salvage some of your time and attention.</p> +<p>I&rsquo;ve personally used:</p> +<ul> +<li> +<p><a href="https://ublockorigin.com/">uBlock Origin</a></p> +</li> +<li> +<p><a href="https://github.com/gorhill/uMatrix">uMaxtrix</a></p> +<p>It&rsquo;s great to have full control over requests on a site-by-site basis. It takes a bit of learning, but is a very powerful tool that I&rsquo;d love to see built-in to new FOSS browsers. By blocking specific kinds of remote requests across the board, you can disable all third-party ads.</p> +</li> +<li> +<p><a href="https://libredirect.github.io">LibRedirect</a></p> +<p>A very useful tool for redirecting all kinds of mainstream social media links to dedicated (somtimes self-hosted!) web proxies.</p> +</li> +<li> +<p><a href="https://bitwarden.com">Bitwarden</a></p> +</li> +<li> +<p><a href="https://keepassxc.org/">KeePassXC</a></p> +<p>See <a href="#account-security">Account Security</a></p> +</li> +<li> +<p><a href="https://decentraleyes.org/">Decentraleyes</a></p> +<p>If you&rsquo;re going to allow remote scripts, it can be handy to proactively cache them, so that you&rsquo;re not constantly being tracked by loading them on each visit to separate sites.</p> +</li> +</ul> +<p><a href="#contents">Back to Contents</a></p> +<hr> +<h2 id="network-security">Network Security</h2> +<p>Computer networks are fascinating things. The ability to link two devices over a long distance to accomplish sophisticated tasks is what makes much of our modern computing environment seem outright magical. Of course, where there&rsquo;s power there&rsquo;s also danger, the massive capabilities of networked systems vastly complicate the challenges of securing systems. To do the best you can, it&rsquo;s important to have a basic understanding of computer networking and take reasonable precautions.</p> +<p>An important place to start is to understand that every data connection relies on a physical connection on some form. You can relay data between two computers by linking them directly, or use routers to share data with networks outside your own <em>local network</em>.</p> +<h3 id="local-area-network-lan">Local Area Network (LAN)</h3> +<p>Odds are, you likely have a modem/router machine in your house. It runs your local network and also provides a WiFi access point to wireless devices. This allows for all devices on the network to use the router to connect to your internet service provider (ISP).</p> +<p><strong>The importance of protecting your local network can not be overstated</strong>. Usually, your router will have a web admin access that you can use to ensure only devices you&rsquo;ve authorized are connected. Managing access to your local network is your first-line of defense against many nefarious threats. For low-value targets, physical access may be sufficient, but for high value targets or high-traffic locations, the considerations differ.</p> +<h3 id="wifi">WiFi</h3> +<p><strong>Use a strong WiFi password.</strong> Any device connected to your WiFi may as well be wired directly into every other computer or device on the network. Due to their nature as broadcasted signals, wireless networks are difficult to properly secure and may be vulnerable to <a href="https://thehackernews.com/2024/05/new-wi-fi-vulnerability-enabling.html">unintuitive attacks.</a> An open network, or even a weakly secured one creates opportunity for <a href="https://www.wired.com/2012/05/google-wifi-fcc-investigation/">spying,</a> compromise, or infiltration. There are many ways in which WiFi signals can be intercepted or jammed, in most cases it&rsquo;s best to run sensitive systems over a direct wired connection. In situations where WiFi is needed, there are options such as segregating wireless clients from the same network. An option is to have the wireless network entirely disconnected or to relegate different devices to separate VLANs.</p> +<h3 id="router">Router</h3> +<p>Routers are what move messages between networks. Your router may connect to an internal modem that acts as a gateway to your internet service provider to connect to the rest of the Internet. Like any device on your network, it&rsquo;s very important to ensure that you&rsquo;re <a href="https://download.fsfe.org/routers/rf-survey-report-2023.pdf">able to choose</a> a router that has up to date software and <a href="https://therecord.media/tp-link-router-vulnerability-botnets">isn&rsquo;t compromised.</a> Given its important role in your network, having a router you can trust is arguably one of the most important aspects of network security. At least in Canada, the status quo for many customers is to rely on a single device managed by their ISP, for better or worse. In some cases, people will decide to buy their own device running software that they trust and is maintained, to separate their network from the ISP provided router.</p> +<h3 id="firewalls">Firewalls</h3> +<p>A firewall is a useful tool to manage connections that come in the network. While it&rsquo;s worth remembering that <a href="https://firewallsdontstopdragons.com/buy-the-book/"><em>Firewalls Don&rsquo;t Stop Dragons</em>,</a> they are a vital tool in making connecting to the Internet without necessarily giving complete access. A firewall accepts incoming connections and ignores any connections that aren&rsquo;t explicitly allowed. Firewalls can be software on a router, such as the one included in many ISP-provided routers or a dedicated device. A go-to recommendation for custom firewall software is <a href="https://opnsense.org/">OPNsense</a> which is built on <a href="https://www.pfsense.org/">pfsense</a>.</p> +<h3 id="domain-name-system-dns">Domain Name System (DNS)</h3> +<p>Every site or service online has a <em>publicly routable IP address</em>, to connect to it your browser or applications need to get the correct IP address from the service&rsquo;s <em>domain</em>. This means that DNS is effectively a real-time system divulging what you&rsquo;re connecting to, how often, and when. One solution to resolve this is to encrypt your DNS queries. To do this, you&rsquo;ll want to make sure your devices and browsers are configured with a deliberately chosen <a href="https://dnscrypt.info/public-servers">DNS provider</a>. Encrypting your DNS requests is as important as not making them to a malicious or negligent entity.</p> +<p>There are many providers, but this only protects you from protecting onlookers from monitoring your requests, the provider may still have that information. Another important technique is to <em>cache</em> your requests with a <em>recursive DNS resolver</em>. This means that your devices will all connect to a resolver you run yourself, it then asks another DNS provider for the information and remembers it for a short period of time. <a href="https://pi-hole.net/">Pihole</a> is a fairly popular option for achieving this, and it also includes ad-blocking features.</p> +<p><strong>Why?</strong></p> +<blockquote> +<p>&hellip;for many actors, <a href="https://ssd.eff.org/module/why-metadata-matters">metadata</a> is far more valuable than the content. From a privacy perspective, DNS seems to be one of the most under-appreciated aspects of protecting oneself.<br> +In many ways it is because most good VPNs will handle DNS as well, but there are other considerations.</p> +<p>DNS can also be set at the application level. Browsers, for example, will have their own DNS settings. Most major browsers now support <a href="https://support.mozilla.org/en-US/kb/firefox-dns-over-https">DOH</a>, which is a very convenient way to encrypt your browser’s DNS queries. For encrypting all of your system’s DNS queries you may want to consider using <a href="https://dnscrypt.info/faq/">DNSCrypt</a>.</p> +<p><a href="https://gabe.rocks/tech/reclaiming-cyberspace/#dns">Reclaiming Territory in Cyberspace - DNS</a></p></blockquote> +<h3 id="end-to-end-protection">End-to-End Protection</h3> +<p>For a connection to be fully secure, it needs to:</p> +<ul> +<li>Reach its destination</li> +<li>Not be modified or interfered with</li> +<li>Have reasonable protection against being identified</li> +</ul> +<p>This turns out to be quite a high bar, even encryption often only protects the content of communications but it can be much easier to observe who&rsquo;s communicating with who, how often, or other metadata. You can do everything right on your end but if you connect to a malicious or compromised service, you can have problems. Man-in-the-middle attacks are even possible with modern encrypted websites, anyone able to use a certificate recognized by your device can do many malicious things including <a href="https://blog.mozilla.org/netpolicy/files/2023/11/eIDAS-Industry-Letter.pdf">deep packet inspection</a> to effectively nullify most web encryption. Resolving this is much more complicated, and requires much more effort.</p> +<h3 id="proxies-vpns--darknets">Proxies, VPNs &amp; Darknets</h3> +<p>For computer networks to work, every computer needs a public IP address. How this works in practice (with IPv4 usually&hellip;) is that your machine has a number that your router knows, which has a number your ISP knows, which is then shared with the rest of the internet. That last number is your IP (public) address. Using a VPN does two things: 1) encrypts traffic between you and the service 2) forwards your connections through one of their IP addresses.</p> +<blockquote> +<p>Virtual Private Network are often seen as the solution to all online privacy issues. This is people being mislead by slick advertising. VPNs are very useful for accessing content that is blocked in specific regions or protecting your IP from being known by online services. There are many ways users using a VPN can have their IP leaked so it is essential to make sure you are using your VPN properly.</p> +<p>Your internet service provider (ISP) may not be trustworthy so you may want to use a VPN, it is important to realize that by using a VPN you are effectively transferring the risk of your ISP logging, tracking, censoring your information to that VPN provider. Like ISPs VPNs are businesses and it is foolish to assume they will put your needs as an individual or customer before the interests of their business.</p> +<p><a href="https://libresolutions.network/articles/tools-of-the-technocracy-5/">Tools of the Technocracy: #5 Networks</a></p></blockquote> +<p>Just like DNS providers, your ability to trust your VPN provider is quite important as well. Your ability to protect your information from them is just as difficult as masking your internet activity from your ISP. In addition to this, VPNs are prone to very unintuitive attacks. <a href="https://mullvad.net/en/blog/2024/5/3/dns-traffic-can-leak-outside-the-vpn-tunnel-on-android">DNS leaks</a> are when your VPN is working fine, but your DNS queries are being routed from your home IP address instead of the VPN providers, effectively unmasking you. Ironically, VPNs are often recommended in circumstances where you can&rsquo;t trust the network, such as a public WiFi, but this is the exact scenario where a <a href="https://thehackernews.com/2024/05/new-tunnelvision-attack-allows.html">recent attack</a> would allow somebody to reroute your traffic outside the VPN. A proxy is a simpler way of changing where your requests come from than a VPN, but has similar concerns.</p> +<p>Unless you plan to work <em>entirely offline</em>, you&rsquo;re going to have to consider how you connect to the internet, and specific sites &amp; services.</p> +<p>I would argue, that it&rsquo;s more important these days to hide one&rsquo;s IP address than it was in the past. <a href="https://en.wikipedia.org/wiki/Internet_geolocation">Internet geolocation</a> as only gotten more precise over time. Depending on the accuracy, someone may be able to identify <a href="https://www.maxmind.com/en/locate-my-ip-address">your neighborhood.</a></p> +<blockquote> +<p>There is no one-size-fits-all solution when it comes to VPNs. Just like email, there are many VPN services out there and you should choose the service that works best for you. Depending on which one you choose, you can benefit from an increased level of security when connected to networks you wouldn’t ordinarily trust. But this means you&rsquo;re placing your trust in the VPN.</p> +<p><a href="https://ssd.eff.org/module/choosing-vpn-thats-right-you">Choosing the VPN That&rsquo;s Right for You</a></p></blockquote> +<p>Consider your goals:</p> +<ul> +<li>Are you just trying to avoid disclosing your IP with sites &amp; services you visit? +Good VPNs &amp; Proxies will suit this purpose.</li> +<li>Are you trying to evade <a href="https://libresolutions.network/articles/broken-internet/">ISP-level censorship</a> and connect to services that are online but inaccessible to you? This is what Tor was built for, potentially being difficult to identify is also a useful feature but is much <a href="https://support.torproject.org/faq/staying-anonymous/">less guaranteed.</a></li> +<li>Or are you trying to connect to specific &ldquo;hidden services&rdquo; served anonymously?<br> +Then you&rsquo;ll need want to consider <a href="https://libresolutions.network/operations/shadow">darknets</a> like Tor or I2P.</li> +</ul> +<p><a href="#contents">Back to Contents</a></p> +<hr> +<p><em>Thank you taking the time to read this overview.<br> +Any comments, questions or <a href="mailto:gabriel@libresolutions.network?Subject=diy%20audit">feedback</a> would be appreciated.</em></p> +<hr> +<p>Is this all there is to do? Of course not! +I hope that this can be a good starting reference for those who don&rsquo;t know where to begin.</p> +<h2 id="additional-resources">Additional resources</h2> +<ul> +<li><a href="https://gabe.rocks/tech/reclaiming-cyberspace/">Reclaiming Territory in Cyberspace</a></li> +<li><a href="https://libresolutions.network/operations/shadow">Operation: Shadow</a></li> +<li><a href="https://gofoss.net/">Go FOSS</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Conceptualizing Mind-reading Technology + https://libresolutions.network/articles/brain-transparency/ + Mon, 25 Sep 2023 00:00:00 +0000 + + https://libresolutions.network/articles/brain-transparency/ + + https://libresolutions.network//media/images/brain-chip.webp + + + Rorschach testing for social control + <h2 id="when-the-war-on-your-mind-goes-hot">When the War on your Mind Goes Hot</h2> +<p>From influence, profit, and power there are innumerable reasons why some and institutions would want the ability to <a href="https://iceni.substack.com/p/covid-19-deep-dive-part-iv-mind-control">manipulate your thoughts.</a> Of course, an efficient tool to learn how to control other&rsquo;s thoughts is to be able to read them in real-time. When it comes to online platforms a great deal of the mind-manipulation is done indirectly.</p> +<p>Ranking algorithms, Censorship, and financial incentives will all radically transform how people individually act as a group, but there will always be more <em>direct forces</em> that can be used. The problem with direct mind control devices is that they are difficult to understand. Just like social media, the applications are likely going to appear entirely harmless and innocuous to mask nefarious intent.</p> +<p>In this piece, I want to use an example to illustrate <strong>brain transparency</strong>. Which is the primary application of mind-reading technology. Instead of using indirect means to learn your thoughts; such as likes, comments, or what sites you visit, instead insights can be gleaned directly from your mind. With advanced technology and sophisticated understanding of how the brain actually works, mind-reading technology is far closer than one would imagine.</p> +<h1 id="brain-transparency">Brain Transparency</h1> +<p>Without even asking, I&rsquo;m very sure you can identify the patterns embedded in the two AI generated images below. From a distance, you can clearly see the pattern, but when you tune in to the fine details you can see that the image doesn&rsquo;t look too unusual without the extra context.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/ai-illusion.webp' + + alt='Two AI generated images, one with a spiral embedded andother with a checker pattern.' +> + + +<p class="caption"> + Image <a target='_blank' href='https://www.creativebloq.com/news/ai-optical-illusion-generator'>Source</a> +</p> + + +</div> +<p>Like any other illusion, it works because your brain works to identify patterns. Some patterns (like text) are more universal than others. If you wanted to construct a system that wanted to understand the person better than they know themselves, you could test them in a variety of ways with specific patterns that only resonate with specific people&hellip;</p> +<blockquote> +<p>If your childhood involved countless hours spent capturing, training and battling Pokémon, there may be a <a href="https://www.youtube.com/watch?v=kEIuQRHElcQ">wrinkle in your brain</a> that is fond of images of Wobbuffet, Bulbasaur and Pikachu.<br> +Stanford psychologists have identified preferential activation to Pokémon characters in the brains of people who played Pokémon videogames extensively as kids.</p> +<p><a href="https://news.stanford.edu/2019/05/06/regular-pokemon-players-pikachu-brain/">Stanford researchers identify brain region activated by Pokémon characters</a></p></blockquote> +<p>This leads one to ask: Could patterns be <em>deliberately placed</em> to then further manipulate people in ways others wouldn&rsquo;t notice? Like a perfect <em>dogwhistle</em>. Effectively turning everyone into a <em>sleeper agent</em> that can be identified, and manipulated. It&rsquo;s not just what you know, but <em>how you know it</em>. It&rsquo;s also what you don&rsquo;t know, or can&rsquo;t recognize. Everyone is different. There will always be ways to precisely target people with this knowledge, for either marketing, manipulation, or even psychological torture.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/meme-illusions.webp' +> + + + +</div> +<p>Far from being mere memes on the internet, once people start putting electrodes on their heads, the game changes dramatically. We have already seen how social media deteriorated people&rsquo;s ability to connect and communicate with each other, advanced mind-reading technology makes direct mind control a lot more of a pressing concern. It&rsquo;s possible that profit-seeking algorithms for social media have already had this effect in some form, but with devices that receive direct input from our minds, the results can be much more extreme. Tagging people based on what patterns their brains recognize is only one out of countless ways advanced technology can learn how people think.</p> +<h2 id="applications">Applications</h2> +<p>As an example, let&rsquo;s pretend that I run a major communication platform. Let&rsquo;s name it after a single letter of the alphabet. X (for eXample) is a place where people believe they can participate in the <em>digital town square</em>. As the operator of X, I have access to all the users information, as well as devices they&rsquo;ve purchased from me. Instead of using machine learning to ban or censor users, I merely work to please users who fall for my preferred (or sponsored) propaganda, and frustrate those who aren&rsquo;t properly learning from the propaganda. I introduce a new fictional character that represents the values I&rsquo;m pushing. Those who can&rsquo;t immediately recognize that character must be avoiding the propaganda, so they must be nudged or corrected.</p> +<p>There really isn&rsquo;t much of a debate on <em>if</em> this technology should be used to control people. Instead, we have technocrats gleefully announcing all the social problems that would be solved if we merely put all of our minds in the capable hands of the powerful. Many simply dismiss practical application of cutting-edge biology as sci-fi, which leads ethical considerations to be debated after the damage is done.</p> +<blockquote> +<p>Did you happen to watch Nita Farahany’s <a href="https://youtu.be/hfqD5aW0X5U">presentation at Davos</a> about Brain Transparency?<br> +Did you ever wonder why she wasn’t booed off the stage?<br> +It’s because everyone there implicitly accepts this sort of heinous rhetoric. They’ve gone all-in on these technocratic fantasies of theirs. They don’t even hide it. They’re actively normalizing ideas that would have been unthinkable a few years ago.</p> +<p><a href="https://iceni.substack.com/p/spartacast-07">Spartacast 7</a></p></blockquote> +<p>There&rsquo;s something about this topic that is downright terrifying to the soul. Those who recognize what&rsquo;s at stake can clearly see that a terrifying system of mental control has already been constructed. Speculating on future harms may seem fruitless when the already applied forms of conditioning, propaganda, and punishment have taken control in serious ways already. The difference this time is that dissenters are much easier to identify.</p> +<p>Those who cooperate with the regime can be marked in their minds, in a way that is very difficult (if not outright impossible) to fake. If there was ever a time to take the time to truly reflect on how you&rsquo;re using your thoughts and what impact there having, we may be approaching the end of the line. This is why I&rsquo;m highly concerned about the <em>adapt or be left behind</em> messaging embedded in discussions about machine learning tools, and potential cybernetic augmentations. What someone thinks is opting-in for career advancement may in fact come with some extremely invasive strings attached. One may want to reconsider the entire point of &ldquo;getting ahead&rdquo; when the price is complete control over your words, actions, and even thoughts. I have a feeling, that in the long run, these consequences will vastly outweigh potential benefits.</p> +💌 Thank you for reading this via RSS 📡 + + + + Signs the 'Dead Internet Theory' is correct + https://libresolutions.network/articles/dead-internet/ + Thu, 21 Sep 2023 00:00:00 +0000 + + https://libresolutions.network/articles/dead-internet/ + + https://libresolutions.network//media/images/graveyard.webp + + + What would it mean? What could be done about it? + <h1 id="the-dead-internet-theory">The &ldquo;Dead Internet&rdquo; Theory</h1> +<p>The basic concept of the <a href="https://en.wikipedia.org/wiki/Dead_Internet_theory">dead internet theory</a> is that a vast majority of the engagement online is artificial. And/or that every single human being on the Internet isn&rsquo;t actually connected to everyone else, but merely a chosen subset of people. One of the reasons this idea has gotten so much traction is that it eerily explains much of people&rsquo;s online experience. While it&rsquo;s possible that the feeling is just a figment of people&rsquo;s nostalgia for exploring the web for the first time, there are actual trends and circumstances that support the idea.</p> +<p>The following is a couple of signs that definitely point to the idea that the <strong>Dead Internet Theory</strong> is likely, and/or at least possible. Afterwards, I&rsquo;ll outline why this trend should be reversed, and how you can help.</p> +<h2 id="immense-bot-traffic">Immense Bot Traffic</h2> +<p>An individual has to make the decision to choose to engage, bots are just full auto. As long as there&rsquo;s currency, influence, or power to be gained from online participation, we can naturally assume the amount of bots online will steadily increase left unchecked. It&rsquo;s worth noting that not all bot traffic is inherently malicious. Timely notifications, alerts and announcements are all things people may want to be provided automatically.</p> +<p><strong>Examples:</strong></p> +<ul> +<li><a href="https://www.statista.com/statistics/1264226/human-and-bot-web-traffic-share/">Statista Estimates that merely 25% of web traffic is actually human</a></li> +<li><a href="https://www.bbc.com/news/technology-66850821">Mr Musk has long said that his solution for getting rid of bots and fake accounts on the social media platform is charging for verification.</a></li> +</ul> +<h2 id="content-generation-tools">Content Generation Tools:</h2> +<p>By lowering the barrier to human-like participation, bots can get more human reactions, making them much more effective. Being able to put together sentences, or speak with a voice can drastically change the game for even other bots. In this competitive arms race, new tools have a profound impact for both people and bots alike.</p> +<h3 id="examples">Examples:</h3> +<ul> +<li>ChatGPT</li> +<li>Midjourney</li> +<li>Voice Cloning</li> +</ul> +<h2 id="big-tech-consolidation">Big Tech Consolidation</h2> +<p>It&rsquo;s a lot easier to manipulate people on a small set of online services, than over a wide ecosystem of independent online sites and communities. By herding the public onto only a few services, coordination also becomes much easier.</p> +<p><strong>Examples</strong></p> +<ul> +<li>People only use a small set of apps</li> +<li>People can&rsquo;t name more than 10 websites</li> +<li>People use search engines as a <a href="https://peertube.libresolutions.network/w/q6PsrmDKdxj8rxbj74bqSm">substitute for bookmarks</a> or the address bar.</li> +<li>Search <a href="https://www.thestar.com/business/google-search-has-gotten-worse-here-s-the-trick-people-have-found-to-get-around/article_5d51869b-6be0-5de7-ae12-18e9b93f8323.html">sucks now</a></li> +</ul> +<h2 id="reach-control">Reach Control</h2> +<p>With control over major platforms, it&rsquo;s possible to counter breakthrough narratives before they gain momentum. Not only is this capability a highly profitable commodity, it&rsquo;s also a highly effective <em>mass mind control</em> weapon. Screens are always going to be finite, and so are people&rsquo;s attention and lifespan. There will always be power in having direct control over prioritizing what others can see, even when you&rsquo;re not outright gate-keeping information.</p> +<p><strong>Examples:</strong></p> +<ul> +<li>Non-chronological &ldquo;home&rdquo; and &ldquo;explore&rdquo; feeds</li> +<li>Curated Trending</li> +<li>Facebook&rsquo;s <a href="https://www.engadget.com/facebook-misinformation-virality-circuit-breaker-143924221.html">virality circuit breaker</a></li> +<li><a href="https://blog.twitter.com/en_us/topics/product/2023/freedom-of-speech-not-reach-an-update-on-our-enforcement-philosophy">Freedom of speech, not reach</a></li> +</ul> +<h2 id="virtualized-segregation">Virtualized Segregation</h2> +<p>One of the spookier claims associated with the Dead Internet Theory is that people are effectively segregated from other human beings and relegated to an <a href="https://geopoliticsandempire.substack.com/s/hrvoje-moric-show-tnt-radio"><em>algorithm ghetto</em></a>. At first glance this seems like something that would be impossible to test for. It would be safe to assume that the state-of-the art surveillance and identification tools would be used to filter users. In addition to this, platforms could (directly or indirecly) share information with each other to coordinate the isolation beyond a single platform or medium.</p> +<p><strong>How it works in practice:</strong> <a href="https://wowpedia.fandom.com/wiki/Sharding_(term)">World of Warcraft sharding</a></p> +<blockquote> +<p>When too many players are in an area, the game automatically creates a new &ldquo;shard,&rdquo; a copy of that area. Players entering the area will be placed on the new shard. The world appears identical from the player&rsquo;s perspective, with minor differences:</p> +<ul> +<li>Players can only see other players on the same shard.</li> +<li>Each shard has its own set of NPCs. As such, rare NPCs may respawn at different times on different shards.</li> +<li>Each shard has its own set of objects such as herbs and mining nodes.</li> +<li>Shards can be any geographic size but are usually limited to zones or smaller areas. The borders of a sharded area are invisible to players.</li> +</ul> +<p><strong>By design, players usually do not notice when the game moves them between shards</strong>, but players may notice NPCs momentarily disappear.</p></blockquote> +<p>The simplest way to understand sharding is to think of it as people being split into multiple parallel dimensions. There are performance reasons to do this, but there are also other advantages to be gained from keeping people unable to coordinate. For systems simpler than online games (like social media) sharding doesn&rsquo;t have to be absolute. Potentially, a system that does segregate people by default, could still make it possible to occasionally interact outside the bubbles to maintain the illusion of an open platform.</p> +<p><strong>Other Examples</strong></p> +<ul> +<li><a href="https://www.forbes.com/sites/kashmirhill/2014/06/28/facebook-manipulated-689003-users-emotions-for-science/?sh=324e2617197c">Facebook&rsquo;s mood manipulation experiment</a></li> +<li>Personalized curation for geographical or <a href="https://blog.google/canada-news-en/#overview">political circumstances</a></li> +<li>Delaying feed updates or excessively <a href="https://www.nytimes.com/2023/07/01/business/twitter-rate-limit-elon-musk.html">rate-limiting</a> access. (Sharding by time, rather than groups)</li> +</ul> +<h2 id="internet-censorship--shutdowns">Internet Censorship &amp; Shutdowns</h2> +<p>The internet even in it&rsquo;s current form can&rsquo;t survive the current trend of escalating censorship and demands for top-down control. Left unabated, <a href="https://www.bbc.com/news/blogs-trending-40494909">these forces will continue</a> to transform the web into merely another highly advanced propaganda machine.</p> +<ul> +<li><a href="https://libresolutions.network/articles/broken-internet/">ISP-level de-platforming</a></li> +<li><a href="https://www.eff.org/deeplinks/2023/08/isps-should-not-police-online-speech-no-matter-how-awful-it">EFF- ISPs Should Not Police Online Speech</a></li> +</ul> +<h2 id="human-disengagement">Human Disengagement</h2> +<p>Ironically, as the digital world has encroached more and more into peoples lives, actual participation hasn&rsquo;t kept pace. Commerce has greatly expanded online at the cost of centralizing control into a small set of payment providers. As the perceived value of engaging online drops, the easier it becomes for manipulators to take complete control.</p> +<h3 id="potential-examples">Potential Examples:</h3> +<ul> +<li>None of your contacts participate online regularly</li> +<li>Being inundated with low-effort comments</li> +<li>Getting to know people online feels impossible</li> +<li>Content and seems entirely disconnected from real-life events</li> +<li>The tone of online spaces is vastly different</li> +<li>A complete lack of humor</li> +</ul> +<h1 id="so-is-the-dead-internet-theory-actually-true"><em>So is the Dead Internet Theory actually true?</em></h1> +<h2 id="its-not-dead-but-its-dying">It&rsquo;s not dead, but it&rsquo;s dying.</h2> +<p>The internet is less of a single body and more of an ecosystem. There has undeniably been immense disruption, habitat loss, and disasters. That isn&rsquo;t to say that things can&rsquo;t improve.</p> +<h2 id="what-you-can-do">What you can do:</h2> +<p>Are you ready to <a href="https://gabe.rocks/tech/reclaiming-cyberspace/">reclaim cyberspace?</a> It&rsquo;s a massive undertaking but many hands make light work. By taking control of your online presence, content, and attention you are already making a massive impact on how the future of the web. Instead of providing unpaid labor for top-down information management systems, you can genuinely contribute to a global and public information superhighway.</p> +<h3 id="maintain-a-non-commercial-web-space">Maintain a non-commercial web space</h3> +<p>I don&rsquo;t believe it would take very many people at all taking an active interest in maintaining truly independent and personal <a href="https://libresolutions.network/articles/anonymity/">(or anonymous)</a> spaces online to have a massive impact on censorship resistance and meaningful interactions online.</p> +<h3 id="use-open-protocols-instead-of-corporate-platforms">Use open protocols, instead of corporate platforms</h3> +<p>Your own web space is just the beginning. There&rsquo;s a world of opportunity to explore open protocols &amp; systems for chat, audio/video calls, social media, collaboration, and many other things you can imagine.</p> +<h2 id="if-you-like-this-idea-and-want-to-discuss-it-with-others-please-share-this-image">If you like this idea, and want to discuss it with others, please share this image!</h2> +<div class="image-container"> + +<a href='https://libresolutions.network/media/diagrams/dead-internet.webp'> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/dead-internet.webp' +> + +</a> + + + +</div> +💌 Thank you for reading this via RSS 📡 + + + + Operation: Shadow + https://libresolutions.network/operations/shadow/ + Tue, 12 Sep 2023 00:00:00 +0000 + + https://libresolutions.network/operations/shadow/ + + https://libresolutions.network//media/images/intelligence.webp + + + Anonymity is a lot less dangerous than uncontested power + <h1 id="navigating-hostile-cyberspace">Navigating Hostile Cyberspace</h1> +<p>Many people are outright victims of virtual imprisonment. +Social media addiction is just the surface of a panopticon of <a href="https://videos.lukesmith.xyz/w/cBDUuKfSqxcrK4Kbh7ieJf">data-mining and manipulation.</a> If this wasn&rsquo;t bad enough, governments and public-private partnerships alike are further working to <a href="https://www.thedefensepost.com/2023/08/31/ussocom-ai-disinformation-social-media/">analyze, contain, and restrict dissent.</a> This asymmetric use of technology enables innumerable abuses and consolidates power in terrifying ways. Almost everyone recognizes that people&rsquo;s behavior has changed drastically due to online pressures, very few imagine the sum total effects this has on society.</p> +<p>If only there was some way out! A way to not attach every click, paragraph read, or comment left to a <em>permanent record</em>. A way to opt-out of this all-pervasive system of <em>individualized discrimination</em>. There is such a way: <strong>anonymity</strong>. Anonymity used to be the default online. Someone downloading a web page didn&rsquo;t automatically need to divulge who they were individually. Even when websites had user accounts, they could be disposable and didn&rsquo;t need to collect so much sensitive personal information.</p> +<p>More and more services are collecting, and sometimes requiring increasing amounts of personal information. This can disproportionally create risks for some. Things have deteriorated into such a state where one requires constant effort <em>not to divulge who they are</em> to certain entities online. There is a wide variety of technical means available for those interested in following specific individuals, or even subsets of the population across cyberspace.</p> +<p>There have been many prominent voices pushing for the eradication of online anonymity. Elimination of online anonymity is the digital equivalent of banning cash. In a misguided attempt to crack-down on crime and abuse you rob people of privacy and protection from discrimination when they need it most. One individual may not want a public profile attached to their name, but is still comfortable divulging their information in particular situations. Individuals from all walks of life should be empowered to only provide their identities when necessary and desired.</p> +<h2 id="threat-modeling">Threat Modeling</h2> +<p>You may feel no danger seeking out information, or speaking your mind online, but that&rsquo;s no comfort for others who might. Different people will have different risks, and the louder one aims to be the more enemies they tend to accrue. Anonymous speech potentially enables anyone on earth, to raise attention to a grave injustice with a much lower risk of retaliation. This is an essential trait to combat tyranny of all kinds worldwide.</p> +<p>Issues can be big or small, but no matter how powerful a person is, they are still one human being. There are absolute limits to how much they can protect themselves from retaliation from rivals, stalkers, and abusers. These threats can all be individual people, groups, or even entire institutions. Below, a threat modeling infographic is provided.</p> +<div class="image-container"> + +<a href='https://libresolutions.network/media/diagrams/threat%20modeling.webp'> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/threat%20modeling.webp' +> + +</a> + + + +</div> +<p>If one requires <em>perfect</em> anonymity, attaining it is quite a feat. That said, it&rsquo;s important to understand that this is not an all-or-nothing ordeal. Every step one takes to protect themselves online, affords them some defense against particular threats. One does not need to be a mastermind cyber-criminal to appreciate the benefits of incremental security improvements. It is critical to not let a sense of defeatism or nihilism creep in, small improvements <em>do have a large impact</em>.</p> +<p>As the web itself becomes nearly entirely consolidated by large corporations, hostile governments, and public-private partnerships, there are bound to be many who choose to make a conscious choice to go a different direction. Even if you&rsquo;re not willing to go as far to protect your digital independence, there&rsquo;s quite a bit you can do to help make it possible for more and more people. I don&rsquo;t take this lightly, but I consider this piece the most important I have written to date. Even more important than <a href="https://gabe.rocks/tech/reclaiming-cyberspace/">Reclaiming Territory in Cyberspace</a>. The <em>dark web</em> and it&rsquo;s derivatives is a topic that is surrounded by myth and rumors of questionable intent. There is quite a bit of technical knowledge that is vital for people to understand, even without the desire to interact with these systems.</p> +<h2 id="where-did-all-the-whistle-blowers-go">Where did all the whistle-blowers go?</h2> +<p>Anonymity protects those who don&rsquo;t wish to be mistreated or otherwise silenced because of who they are. Many authors have published books or articles under a pen name, other times people would put up posters while concealing their identities. There is a significant bias against those choosing to speak out without exposing their identity. There is an understandable reason for this; staking your entire reputation on a cause or a mission can add significant weight to one&rsquo;s words and actions. On the other hand, those who speak out in their name are shackled to pressures and incentives of their own existence in a world that is much bigger than themselves. Anonymity is one of the few scenarios where ideas can truly be judged on their merits, rather than associated with a person or groups reputation and perception.</p> +<p>You should never take anything anyone says at face value. Confide in trusted friends, research the claim yourself, but never dismiss something entirely because it merely comes without a name. While in some ways we are all more free to express ourselves than ever, the costs of non-conformity with present and future dogmas are permanent and extreme. Many problems today exist because hardly anyone is willing to threaten their livelihood rebuking authority, even when desperately necessary. This is terrifying because it creates a positive feedback loop that selects against any bottom-up feedback in society. People will constantly acknowledge that their leaders in government, business, or even civil society are deaf to their concerns and needs. If nobody will speak out&hellip;how can things change? In light of this anonymous speech is arguably more important than non-anonymous speech. It potentially allows for grave errors to be corrected, if nobody is willing to stake their social standing on it.</p> +<p>The suppression of anonymity takes two major forms:</p> +<ol> +<li>Introducing surveillance or identity verification as a requirement in more circles of life.</li> +<li>Proactively working to de-anonymize people or discourage them from protecting information that exposes them to risks.</li> +</ol> +<p>You can refuse to participate in domains where you&rsquo;re forced to give up your identity, but once an anonymous person becomes known, they will never again be unknown. This is especially likely in the case of dissidents or critics, who may have valid reasons for protecting their identity.</p> +<h2 id="online-anonymity-is-important-despite-being-near-impossible">Online anonymity is important, despite being near impossible</h2> +<p>Big services like Google, Microsoft, and Amazon (among others) spend a massive amount of effort trying to understand every person that uses their platform(s). So much so, that there is a great deal of surveillance infrastructure that &rsquo;trickles down&rsquo; to glean even more information from people elsewhere across the web. When using any of these top-down platforms you are at minimum an unpaid worker providing data about you and people in general. For better-or-worse every action you take while using these systems is you acting as an informant for the stakeholders that they represent. Far too many people assume they aren&rsquo;t saying a thing if they merely lurk or passively view content. To the contrary, where your attention goes says a great deal about you and even others.</p> +<h3 id="a-coordination-problem">A coordination problem</h3> +<p>The web, or even the Internet as it exists wasn&rsquo;t built in a day or by a single entity. The internet is largely a compromise between all kinds of different people, groups, and institutions. At least for now, no single entity has complete control over all of it, and we should all hope it stays that way. Beyond merely pleading, there is a great deal many of us can do. Even choosing to use a site or platform that collects moderately less information can have lasting impacts. If people understood how much effort was made to steer their attention, they would appreciate how much of a valuable force it really is. Due to the very complexity of how things are now, there is no &lsquo;silver bullet&rsquo; that can easily, simply, or quickly solve all or even many of the problems. Focusing on incremental change isn&rsquo;t just the best option, it&rsquo;s all anyone can do to make a difference.</p> +<h2 id="the-internets-achilles-heel-dns">The Internet&rsquo;s Achilles Heel: DNS</h2> +<p>What is a website? is <code>www.example.com</code> a website? That address is a <strong>domain name</strong> that allows your browsers and apps to connect to a specific server. DNS stands for <em>domain name system</em>. In theory, DNS is actually <a href="https://opennic.org/">decentralized</a> because while there are well established DNS servers and registrars, all it does is connect network addresses to names. There is little other than inertia preventing people from using alternative systems.</p> +<p>As it exists, most web administrators will generally register their domain with a regular <strong>domain registrar</strong> which is a company that runs their own <strong>nameservers</strong>. Usually, this requires a real name and address. In addition to this, payment methods like credit cards or non-private cryptocurrencies will make easy work of identifying who registered a particular domain. Because of this, and many other things it&rsquo;s almost impossible to host a website or online service anonymously as an individual person or group. While people who visit your site may not know who you are, but it&rsquo;s trivial for somebody to find out.</p> +<h3 id="domain-seizures">Domain Seizures</h3> +<p>Due to the lack of anonymity, it&rsquo;s entirely possible for governments or even public-private partnerships to demand domains be seized. Domains are registered by legal entities and many domains have already been seized to combat all kinds of criminal activity. The danger of this is that there may be a future where domain registrars have to police the content on domains registered by them. Just as Facebook, YouTube, and Twitter/X in the past have taken an editorial stance over their platform, it&rsquo;s not impossible for registrars to do the same.</p> +<h3 id="dns-censorship">DNS Censorship</h3> +<p>The registrars are only part of the equation. Nameserver operators can also be compelled to <a href="https://torrentfreak.com/govts-must-encourage-or-compel-internet-companies-to-fight-piracy-230831/">block sites</a> in the name of preventing copyright infringement, serious crimes, or political expediency. Already we are seeing countries like France become <a href="https://www.politico.eu/article/macron-mulls-cutting-access-social-media-during-riots/">more totalitarian</a> online <a href="https://archive.ph/vOIzM">for political reasons</a>. It would be naive to believe that this isn&rsquo;t already a worsening trend.</p> +<h3 id="surveillance">Surveillance</h3> +<p>Because DNS queries are so useful for understanding how people use the Internet, it&rsquo;s trivial for Internet Service Providers (ISPs) and other entities to sell valuable batches of <em>unencrypted dns queries</em>. In most cases the default setup is unencrypted and possibly not cached, meaning many entities know who&rsquo;s visiting what sites, and how often. This is but one of many ways to track people across the Internet. There are many more ways in which people are identified and manipulated online. It&rsquo;s perfectly reasonable to want to simply side-step all the insanity and simply start fresh.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-4.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-4/" ><h2>Tools of the Technocracy: #4 Online Identity</h2><i>What is following you in your digital tracks?</i></a> + + <span></span> + </div> +</section> +<h1 id="using-a-darknet">Using a Darknet</h1> +<p>The simplest &ldquo;darknet&rdquo; is a computer (or group of them) not connected to the Internet. It&rsquo;s quite straight-forward for someone to keep an &ldquo;air gapped&rdquo; (disconnected) machine as an offline repository for records and information management. Any means to connect one computer to another, that&rsquo;s not widely accessible is technically a &ldquo;darknet&rdquo;. The phrase <em>the deep web</em> is often associated with Tor hidden services, but has also been quite erroneously used to describe fringe or unpopular websites on the regular internet.</p> +<h2 id="anonymous-browsing">Anonymous browsing</h2> +<p>A major use of darknets is for people to browse the &ldquo;regular internet&rdquo; <a href="https://anonymousplanet.org/">anonymously.</a> This is one of the primary uses of Tor. Anonymous browsing is a significant challenge and requires a significant amount of caution. However, the benefit of being a Tor user on the Internet is that with some caution, you blend in with all the other Tor users. Unlike using a personal use VPN, using a darknet to <strong>proxy</strong> your connection to the regular internet allows you to act like a fish in a massive school of internet fish. The bigger the school, the lest identifiable, and ideally less of a target you are.</p> +<h2 id="hidden-services">Hidden Services</h2> +<p>Hidden services are where darknets get really neat. Remember everything said above about DNS? Forget it! Hidden services sidestep all those issues all at once. There are other ways to decide who connects to who. An alternative method is to have each site generate encryption keys that secure the connection, and identifies them as a key. Once this is in place, it&rsquo;s possible to route messages anonymously through the network. Through a marvel of modern mathematics, you have a new layer to the Internet where it&rsquo;s possible to have truly private and communications that can&rsquo;t be censored.</p> +<h2 id="website-mirroring">Website Mirroring</h2> +<p>By making your website <a href="https://xmrpower.bearblog.dev/mirror-your-website-tor-i2p/">accessible over darknets</a>, you&rsquo;re allowing those who may come from oppressive regimes to access your content. In addition to this you protect your online presence from censorship and domain seizure. It&rsquo;s best to mirror a <a href="https://libresolutions.network/articles/best-website-for-you/">static site</a> that doesn&rsquo;t rely on cookies or javascript. Running a hidden service yourself is free, so it&rsquo;s an option to archive a website after you no longer with to pay for regular hosting.</p> +<h2 id="securedrop">SecureDrop</h2> +<p>The possibility of online anonymity and hidden services are potentially a great boon to <a href="https://youtu.be/LkgN244ggzs">whistle-blowers</a> from all walks of life. In an environment where your average well-rounded citizen is capable of at least browsing the darknet, those who wish to right terrible wrongs may have the capability of speaking out without retaliation. Many damaging and twisted scandals could be broken far earlier, preventing even more damage in the long run.</p> +<p><a href="https://securedrop.org/">SecureDrop</a> is a fancy tool that allows people to submit information anonymously over tor. Running as a packaged hidden service, and being Free Open Source Software, it&rsquo;s even easier to democratize real transparency.</p> +<h1 id="examples">Examples</h1> +<h3 id="diy-vpn">DIY VPN</h3> +<p>In a close circle of trust, it can be helpful to share information or provide members only-services. You can create your own darknet by creating your own VPN or using SSH tunnels. Using either <a href="https://www.wireguard.com/">Wireguard</a> or OpenVPN you can create your own private network for you own internal services. For a small group and community, you can significantly protect your digital activities from prying eyes by rolling your own hidden services on your own virtual private network.</p> +<h3 id="sneakernet">Sneakernet</h3> +<p>Embrace the analogue and burn your information to optical disks and send them in the mail like how netflix started! Got some homing pigeons? You can be the bleeding-edge of <a href="https://en.wikipedia.org/wiki/IP_over_Avian_Carriers">IP over Avian Carriers</a>. A local community could use <a href="../beehive">Operation: Beehive</a> to cooperate on all kinds of interesting projects over a sneakernet.</p> +<h2 id="tor">Tor</h2> +<p>Tor is short for <strong>The Onion Router</strong>. <a href="https://youtu.be/uPLSVAz-I_Q">Onion Routing</a> is how messages sent within the tor network stay anonymous. Tor uses special clients called <em>bridges</em> that allow traffic from the network to go to the regular internet, allowing people using tor to access regular websites.</p> +<p><a href="https://www.torproject.org/">Tor Project Website</a></p> +<p><a href="https://youtu.be/zQW3MdF25B8">How to Access the Dark Web - Mental Outlaw</a></p> +<h3 id="snowflake-">Snowflake ❄️</h3> +<p>If you&rsquo;re interested in supporting those working to protect their privacy and/or overcome censorship, <a href="https://snowflake.torproject.org/">Snowflake</a> is a great way to help people connect to the Tor network.</p> +<h3 id="distributions">Distributions</h3> +<p>There are a variety of linux distributions created to assist in aspects of using the Tor network. <strong>Tails</strong> is a temporary operating system to make every session start identically on the Tor network. Like tails, <strong>Whonix</strong> routes all it&rsquo;s traffic over Tor. If that&rsquo;s still not enough for you <strong>Qubes OS</strong> allows you to create disposable whonix virtual machines.</p> +<p><a href="https://youtu.be/u5Lv_HXICpo">TailsOS Guide for the Ultra Paranoid - Mental Outlaw</a></p> +<h2 id="i2p">I2P</h2> +<p>Not as interested in touching the regular internet? Are you looking for a darknet with hidden services specifically in mind? The <strong>Invisible Internet Protocol</strong> (I2P) may suit your needs.</p> +<p><a href="https://geti2p.net/en/">I2P Project Website</a><br> +<a href="https://i2pd.website/">I2Pd</a></p> +<iframe src='https://tube.tchncs.de/videos/embed/8b304fd9-03c2-4daa-a8af-ed097e8ab0d7' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p><a href="https://tube.tchncs.de/videos/watch/8b304fd9-03c2-4daa-a8af-ed097e8ab0d7">I2P Tour: Search Engines, Free Anonymous Email, Interesting Eepsites</a></p> +<h2 id="limitations">Limitations</h2> +<p>Perfect anonymity is extremely difficult. While darknets can protect your private information online, it can be difficult to hide that you&rsquo;re using one. This makes darknet users, and those who wish to protect their privacy online in general, significant political targets from those who would like to seize control over digital communications in whole or in part.</p> +<h3 id="user-error">User Error</h3> +<p>The greatest threat to one&rsquo;s online privacy and security is <a href="https://www.computerhope.com/jargon/p/pebkac.htm">PEBKAC</a> errors. Your own mistakes, and capability to be manipulated is not to be underestimated. If you require perfect anonymity, ensure that you are diligent and don&rsquo;t become complacent. Even as someone who doesn&rsquo;t need anonymity, you&rsquo;re not immune to cybersecurity threats and all kinds of information can be leveraged against you.</p> +<h3 id="fingerprinting">Fingerprinting</h3> +<p>Despite the best efforts of many intelligent and skilled people, perfection is far from within reach. Many sophisticated surveillance tools are precisely tuned to identify patterns and correlations. This means that even the smallest technical detail can be used to potentially identify people</p> +<h3 id="browser-features">Browser features</h3> +<p>A great deal of the modern &lsquo;conveniences&rsquo; that current-day browsers have tend to leak sensitive information, when making choices about your setup, it can be wise to rely on basic text and images rather than full single-page applications.</p> +<h3 id="size-of-the-network">Size of the network</h3> +<p>When swimming in a school of fish, numbers matter. Efforts to discourage people from knowing how to use privacy tools greatly undermines everyone&rsquo;s ability to not only be anonymous online, but also to escape abuses by big tech platforms. For now, Tor users are not numerous enough, or don&rsquo;t have enough social capital to prevent big tech services from discriminating against them. In part this is because any privacy tool can be used for nefarious means, and they are often restricted as a security caution.</p> +<p>When a privacy network is small, it becomes much easier for those with significant resources to either target specific people within it, or even de-anonymize the entire network. In an ideal world, enough people would use these tools to protect dissidents from retaliation, and law enforcement would still have the tools to go after violent criminals through other means without compromising lawful people&rsquo;s privacy.</p> +<h2 id="useful-resources">Useful Resources</h2> +<ul> +<li><a href="https://digdeeper.club/">DigDeeper</a></li> +<li><a href="https://anonymousplanet.org/">The Hitchhiker’s Guide to Online Anonymity</a></li> +<li><a href="https://kycnot.me/">kycnot.me</a></li> +<li><a href="https://notabug.org/dfca/dfca">Digital Feudalism Counter Action</a></li> +<li><a href="https://simplifiedprivacy.com/">Simplified Privacy</a></li> +<li><a href="https://duskos.org/">Dusk OS</a></li> +<li><a href="https://prism-break.org/">Prism Break</a></li> +<li><a href="https://digitalfreedom.neocities.org/">Digital Freedom</a></li> +<li><a href="https://proton.me/blog/what-is-dark-web">What is the dark web? The good and bad of the Internet’s most private corner</a></li> +<li><a href="https://www.curtiswallen.com/pgp/">PGP Done Right - For Beginners</a></li> +<li><a href="https://tube.tchncs.de/c/privacy__tech_tips/videos">Right to Privacy - Privacy and Tech Tips Videos</a></li> +<li><a href="https://privacytoolslist.com/">Privacy Tools List</a></li> +<li><a href="https://ssd.eff.org/">EFF Surveillance Self-Defense Privacy Guides</a></li> +<li><a href="https://youtu.be/HQXRURfrf8w">31C3 - Tor Hidden Services and Deanonymisation</a></li> +<li><a href="https://www.cjr.org/tow_center_reports/guide-to-osint-and-hostile-communities.php">A Guide to Open Source Intelligence (OSINT)</a></li> +<li><a href="https://landchad.net/">Landchad System Guides</a></li> +<li><a href="https://xmrpower.bearblog.dev/mirror-your-website-tor-i2p/">Mirror your website onto the darknet</a></li> +<li><a href="https://www.hyphanet.org">Hyphanet</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Digital Autonomy and the Arts: Part 2 + https://libresolutions.network/videos/arts2/ + Tue, 05 Sep 2023 00:00:00 +0000 + + https://libresolutions.network/videos/arts2/ + + https://libresolutions.network//media/images/arts-banner.webp + + + Featuring Tonika & Liam Sturgess + <p>Liam Sturgess and Visceral Adventure join Gabriel to discuss the arts and cyberspace.</p> +<p>Watch Gabriel &amp; Liam&rsquo;s previous discussion on digital autonomy and the arts <a href="https://peertube.libresolutions.network/w/4UrH5kTwMVtMsnuCdRmPei">here</a></p> +<p>You can follow Visceral Adventure on <a href="https://visceraladventure.substack.com/">Substack</a>, <a href="https://twitter.com/VisceralAdvntr">Twitter</a> &amp; <a href="https://rumble.com/user/VisceralAdventure">Rumble</a></p> +<p>Visit <a href="https://www.liamsturgess.com">liamsturgess.com</a> to stay up to date with Liam&rsquo;s work. +You can also follow him via <a href="https://twitter.com/TheLiamSturgess">Twitter</a> or the Fediverse at <a href="https://gigaohm.bio/@LiamSturgess">@LiamSturgess@gigaohm.bio</a> +Don&rsquo;t forget to check out his series <a href="https://rumble.com/c/liamsturgess">Microjourneys</a> on Rumble. +Which is also mirrored on <a href="https://peertube.libresolutions.network/w/p/xiRDiR7qVjEyYTntpudyvP">this instance</a></p> +💌 Thank you for reading this via RSS 📡 + + + + Cybergeddon: ISP-level De-platforming + https://libresolutions.network/articles/broken-internet/ + Thu, 17 Aug 2023 00:00:00 +0000 + + https://libresolutions.network/articles/broken-internet/ + + https://libresolutions.network//media/tott-9-preview.webp + + + A slippery slope to the death of the Internet. + <p>It is important to remember that when it comes to free expression online, no corporation is <a href="https://consentfactory.org/2023/08/14/the-free-speech-twitter-psyop/">coming to save you</a>. For far too long, people have placed too much trust in corporate social media. They have certainly abused that trust, but as of recently a far more concerning trend has arisen: <em>parts of the Internet de-platforming itself</em>.</p> +<blockquote> +<p>ipv6 prefix-list ipv6-prefix-filter-as400304<br> +seq 950 <strong>deny 2607:46c0::/32</strong> le 48<br> +<a href="https://archive.is/L7dD4">Archive</a></p></blockquote> +<p>It doesn&rsquo;t look like much, this innocuous text reveals that <em>the Internet isn&rsquo;t dying&hellip; it&rsquo;s being killed.</em> It&rsquo;s not so much the <em>what</em> here that&rsquo;s important, but <strong>the why</strong> that matters a great deal here. For now, what&rsquo;s important to understand is that the Internet is built very differently from how most people imagine it.</p> +<div class="image-container"> + +<a href='https://libresolutions.network/media/diagrams/internet.webp'> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/internet.webp' +> + +</a> + + + +</div> +<p>The internet isn&rsquo;t a single homogeneous network, it&rsquo;s a network of networks. Those networks need a protocol to negotiate a vast array of details, to successfully and efficiently move data around. In many ways, it&rsquo;s somewhat of a <a href="https://xkcd.com/2347/">miracle</a> it all works at all.</p> +<p>Naturally, there are weak-points that get tested over time. In our age of incredibly high polarization, people may choose to take incredibly rash actions even if there are immensely harmful consequences to vital structures. In a way, I am conflicted to point this out, because if more mobs of people decided to selectively pressure ISPs to wage the culture war for them, it is effectively game-over for the Internet as a meaningful tool for free expression, cultural exchange, and the preservation of knowledge.</p> +<p>Unfortunately, we do not have the luxury of wishing the cat back into the bag. This is a one-way trip into a world where this is a risk people need to properly account for. In recent times, we have seen just how motivated governments and corporations across he world are to secure total dominance over online communications and commerce, it would be a mistake to idly stand by while politicized mobs secure a veto over critical infrastructure.</p> +<h1 id="what-happened">What happened</h1> +<ul> +<li>Joshua Moon runs a controversial online forum Kiwi Farms, which is the target of extreme and escalating online censorship.</li> +<li>Hurricane Electric has blocked network traffic from IPs associated owned by Joshua Moon, impacting IngocNet&rsquo;s services in Washington.</li> +<li>Washington has <a href="https://app.leg.wa.gov/RCW/default.aspx?cite=19.385.020">common carrier</a> protections for communications online.<br> +It is up to their attorney general, to enforce those protections.</li> +<li>IncogNet LLC has <a href="https://twitter.com/IncogNetLLC/status/1685359845505957888">filed a complaint</a> to the washington attorney general against hurricane electric for de-platforming their IPs.</li> +</ul> +<p>If you&rsquo;d like to hear the situation broken down by Joshua himself, you can listen to <a href="https://www.heterodorx.com/podcast/episode-107-how-the-internet-lost-its-backbone-with-joshua-moon/">this episode</a> of the <a href="https://www.heterodorx.com/">Heterodorx</a> podcast.</p> +<h2 id="technical-background">Technical Background</h2> +<p>Internet service providers (ISPs) have to connect to each other for this whole internet thing to work. One mechanism that helps with this is BGP (Border gateway protocol), which is how networks introduce themselves to each other. This connection between ISP networks is a fundamental unit of the Internet. Without it, you&rsquo;d need to have a <em>direct, physical connection</em> to every service you want to use.</p> +<p>BGP is a big deal, despite being something very few people have to interact with directly. Causing problems with it made the Internet unusable for half of Canada <a href="https://en.wikipedia.org/wiki/2022_Rogers_Communications_outage">last year</a>. It&rsquo;s a trivial change to block a particular network, which is done to mitigate direct attacks on the network or criminal activity. The weaponization of this is an immense challenge for anyone who cares about a free and open internet.</p> +<p>Not all ISPs are equal, anyone with the capability of applying pressure to critical components on <a href="https://www.eff.org/deeplinks/2021/01/beyond-platforms-private-censorship-parler-and-stack">&ldquo;the stack&rdquo;</a> has the ability to have immense power over anyone&rsquo;s ability to participate online.</p> +<p>The only reason we&rsquo;re hearing about this at all, is because of how dedicated Joshua Moon has been about keeping his website online. In the face of being de-platformed by multiple providers, many other projects would have merely given up. How many businesses or publication would persist after being de-platformed by ISPs and hosting providers all over the world?</p> +<p>What makes this incident personally interesting to me is that this is a window into the bleeding-edge of censorship online. I doubt that the Internet itself is resilient to sustain politically motivated attacks at such a fundamental level. This incident forces all of us to consider how the world would be different if access to the Internet was only possible with permission and control of unaccountable public-private partnerships.</p> +<h2 id="why-this-matters">Why this matters</h2> +<p>As cited in <a href="https://libresolutions.network/articles/tools-of-the-technocracy-9/">Tools of the Technocracy: Internet Shutdowns</a>:</p> +<blockquote> +<p>In a deeply troubling response, after both terminations we saw a dramatic increase in authoritarian regimes attempting to have us terminate security services for human rights organizations — often citing the language from our own justification back to us.</p> +<p><a href="https://blog.cloudflare.com/cloudflares-abuse-policies-and-approach/">Cloudflare blog</a></p></blockquote> +<p>Said succinctly, the slope is indeed <em>very slippery and very steep</em>.</p> +<p>It&rsquo;s difficult to overstate what this means for the future of the Internet. No site, service, or community can single-handedly withstand the forces at play here. The very same tactics used to shut down that forum, can and will be leveraged against anything. This means that even if the forum is successful at staying online, a strategy has been introduced that can be attempted at a different time, with a different pretext, on any target.</p> +<blockquote> +<p>In the United States, you have today created a law, the Telecommunications Reform Act, which repudiates your own Constitution and insults the dreams of Jefferson, Washington, Mill, Madison, DeToqueville, and Brandeis. These dreams must now be born anew in us.</p> +<p>You are terrified of your own children, since they are natives in a world where you will always be immigrants. Because you fear them, you entrust your bureaucracies with the parental responsibilities you are too cowardly to confront yourselves. In our world, all the sentiments and expressions of humanity, from the debasing to the angelic, are parts of a seamless whole, the global conversation of bits. We cannot separate the air that chokes from the air upon which wings beat.</p> +<p>In China, Germany, France, Russia, Singapore, Italy and the United States, you are trying to ward off the virus of liberty by erecting guard posts at the frontiers of Cyberspace.</p> +<p><a href="https://www.eff.org/cyberspace-independence">A Declaration of the Independence of Cyberspace</a><br> +By John Perry Barlow</p></blockquote> +<h2 id="what-you-can-do">What you can do</h2> +<p>Joshua Moon himself suggests that you:</p> +<ol> +<li>Learn how to acquire &amp; use Cryptocurrency if you&rsquo;re interested in supporting those who are de-banked.</li> +<li>Learn how to use <a href="https://www.torproject.org/">Tor</a>, to access information that may be entirely removed from the &ldquo;clearnet&rdquo;.</li> +<li>Support expanding <a href="https://www.investopedia.com/terms/c/common-carrier.asp">common carrier</a> protections for speech online.</li> +</ol> +<h2 id="a-call-to-stand-up-for-individual-rights">A call to stand up for individual rights</h2> +<p>You don&rsquo;t even have to like the forum to recognize that escalating top-down control over the Internet is a net-detriment for all our liberty. The feedback loop of people leveraging institutions to abuse their opponents only further escalates the cycle.</p> +<p>You need to start deciding what measures are &ldquo;too far&rdquo; even for those you disagree with the most. It is critical that we as people in society strengthen the restraints on how institutions are able to interact with people. Given how fundamental the Internet is with commerce and people&rsquo;s lives, it&rsquo;s vital that we reassert people&rsquo;s human liberties in cyberspace as well.</p> +<h2 id="non-solutions">Non-Solutions</h2> +<h3 id="tor-alone">Tor alone</h3> +<p>Relegating free and open expression to a small minority of technologically savvy dissidents is all-but a win condition for tyrants. Tor is an incredibly useful tool, and it is critical that people understand how to use it and other privacy networks, but it is not a complete solution. Any single tool that can be used for dissent can itself become a target.</p> +<p>While it&rsquo;s one thing to access the Tor network, it&rsquo;s a whole other challenge to attempt to hide that you&rsquo;re using it. If we allow ISPs to be weaponized against their customers, and the Internet itself, there is very little that can be done to route around it.</p> +<h3 id="web3-fixes-this">Web3 Fixes this!</h3> +<p>Building on he previous section, we cannot out-engineer a culture that tolerates, much less demands censorship. Due to the very way the Internet works, this problem can&rsquo;t be fixed with merely a different coat of paint on top. There are fundamental structural realities that higher level applications can&rsquo;t solve.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/road2hell.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/blockchain/" ><h2>The road to hell: misplaced optimism in the blockchain space</h2><i></i></a> + + <span></span> + </div> +</section> +<p>This is because the physical state of the network is downstream of real physical realities and economies of scale. It would be much easier to reaffirm individual rights, than to try to bet everything on engineering a perfect global network without compromise.</p> +<hr> +<h2 id="how-to-normalize-institutional-abuse">How to normalize institutional abuse</h2> +<p>There is a pattern where further and further excesses are justified in the name of persecuting the worst of the worst, yet they manage to be generalized to all of society like the <a href="https://brownstone.org/articles/the-dangerous-fantasy-of-zero-covid/">Zero Covid Policy</a> or the <a href="https://www.corbettreport.com/alqaeda/">War on Terror</a>. It wasn&rsquo;t long after Alex Jones was de-platformed that governments across the world were coordinating to <a href="https://foundationforfreedomonline.com/dhs-video-series-to-target-peer-beliefs/">control social media</a> entirely.</p> +<h3 id="1-find-an-unsympathetic-target">1. Find an <em>unsympathetic target</em></h3> +<p>By selecting a target that&rsquo;s difficult to defend, people will very often ask &ldquo;<em>Is this the hill to die on</em>?&rdquo;. By procrastinating to defend people&rsquo;s right to due process or from unreasonable sanctions, we enable further abuses. The target isn&rsquo;t selected for their suitability towards the intended policy goal, but rather <em>because they are unsympathetic</em>.</p> +<h3 id="2-target-them-with-a-dedicated-smear-campaign">2. Target them with a dedicated smear campaign</h3> +<p>I would caution you to not dismiss that you yourself may very well be such a target. None of us are without sin, and almost everyone can be <em>fit to be tied</em> in our age of algorithmically enhanced outrage and polarization. It&rsquo;s very easy to find a couple of points about anyone, that someone can find a non-trivial amount of people dislike.</p> +<p>This is the real danger of our polarized times. People are unwilling to stand for other&rsquo;s inalienable natural rights, and instead prefer to only stick out for their perceived allies in the culture wars. This means that nobody is truly above being tarred and feathered by a highly motivated group of activists.</p> +<p>Note: <em>Nothing has to be fabricated. People are naturally quite different and there are going to be real and meaningful disagreements. It is our responsibility to ensure those disagreements are handled properly and fairly, rather than wage culture war with the justice in the balance.</em></p> +<h3 id="3-shut-down-or-shut-out-the-target-without-any-due-process-or-means-to-appeal-on-factual-grounds">3. Shut down or shut out the target without any due process or means to appeal on factual grounds</h3> +<p>Again, ironically it&rsquo;s not really about the target, it&rsquo;s about the power to be seized from an opportunity. There are all kinds of means to burden a target with fines, reputational harm, or even violence without providing a fair an impartial hearing. In fact, even a guilty target being convicted would be counter-productive, because the goal is to use the perceived injustice to justify further excesses.</p> +<h3 id="4-broaden-the-scope-of-targets">4. Broaden the scope of targets</h3> +<p>As the target is <em>removed from play</em> it doesn&rsquo;t matter anymore who is on what side anymore. You can now use that incident as a precedent justify the same action on unrelated targets. Instead of addressing matters on their merits, instead you can smear critics as being accomplices of the target, or just as profane. With the mechanism in place, people who gain from exploiting it will be motivated to keep the narrative in place, and to continue to silence those who speak out against it.</p> +<h2 id="the-road-to-serfdom">The road to serfdom</h2> +<p>Let&rsquo;s pretend for a moment that we will fully intend to use this power for the benefit of all. Despite mainstream social media giants being unable to fully eliminate criminal activity of their networks, we&rsquo;re going to deputize ISPs to police every interaction online.</p> +<p>With means like online identity verification, criminals and deplorables alike will be able to be entirely purged from the Internet merely at the cost of an increasingly powerful bureaucracy monitoring, blocking, or altering people&rsquo;s communications. The process itself becomes the problem. Instead of actually resolving the problem we have merely concentrated more power into a more consolidated structure that becomes ripe for abuse.</p> +<h3 id="additional-references">Additional References</h3> +<ul> +<li><a href="https://t.me/kiwifarms">Kiwi Farms Telegram</a></li> +<li><a href="https://kiwifarms.pl/threads/total-retard-war-the-internet-backbones-censor-the-internet.141231/#post-16610184">Forum Post</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Digital Autonomy and the Arts + https://libresolutions.network/videos/arts/ + Thu, 20 Jul 2023 00:00:00 +0000 + + https://libresolutions.network/videos/arts/ + + https://libresolutions.network//media/images/liam-arts-banner.webp + + + Featuring Liam Sturgess + <p>This conversation is a follow-up to a piece written last year</p> +<blockquote> +<p>Art is the expression of the human soul, with it’s value being largely in the eye of the beholder. Corporations and governments can imitate art, or mass produce it with financial advantages, but they can’t compete with genuine creativity borne from real passion and real experiences. Tyranny isn’t beautiful, and slavery isn’t inspiring. When given a choice, people will naturally choose the free and beautiful over the rigid and stagnant. As freedom loving people it is absolutely vital for us to encourage, support and fund ventures to provide people the opportunity to enjoy pro-human media and creative works.</p> +<p>Artists are craving for a way for their work to be properly supported. Many artists are disillusioned by not being able to make it in large corporate spaces. If we truly desire a culture that protects freedom we must work to provide the space for artists to promote this culture. Working together we can support artists who care deeply about building a better world. This will create real cultural capital that can upend the systems that undermine our liberty. With truth on our side, there can be no limit to the heights of our imagination.</p></blockquote> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/artistic-banner.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/information-warfare-superweapons/" ><h2>Information Warfare Super-weapons</h2><i>Change the culture with these super effective tricks. Social engineers HATE these!</i></a> + + <span></span> + </div> +</section> +<p>Later in the conversation, we discussed how machine learning tools are changing the game for artists out there.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/abstract.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/collapse-of-the-intangible/" ><h2>The Collapse of the Intangible</h2><i>Keeping your head above water in a tsunami of change</i></a> + + <span></span> + </div> +</section> +<h3 id="more-about-liam-sturgess">More about Liam Sturgess</h3> +<ul> +<li><a href="https://gigaohm.bio/@LiamSturgess">@LiamSturgess@gigaohm.bio</a> on the Fediverse!</li> +<li><a href="https://www.liamsturgess.com/">Webisite</a></li> +<li><a href="https://liamsturgess.substack.com/">Substack</a></li> +<li><a href="https://liamsturgess.locals.com/">Locals</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Escalating Cyberwar: Warlord Technology + https://libresolutions.network/articles/warlord-technology/ + Mon, 17 Jul 2023 00:00:00 +0000 + + https://libresolutions.network/articles/warlord-technology/ + + https://libresolutions.network//media/images/warlord-tech.webp + + + Understanding asymmetric systems. + <blockquote> +<p><em>You have been found guilty.</em><br> +<em>No trial was necessary, your device has testified against you.</em></p></blockquote> +<p>When one navigates corporate controlled cyberspace, the message couldn&rsquo;t be more clear. Governments and tech giants negotiate the terms of total and utter digital feudalism while the people are herded into systems that are explicitly designed to control them. Even while it&rsquo;s still possible, opting-out comes at a non-trivial cost. It is a cost that must be paid in one form or another, because refusing to do so has a grave price as well.</p> +<h2 id="understanding-warlord-technology">Understanding Warlord Technology</h2> +<p>It&rsquo;s generally the case that powerful tools can be used for good or evil, but there are exceptions. Often things can be specialized for particular purposes, and those purposes can themselves be evil ends. On it&rsquo;s face, facial recognition may seem like something that isn&rsquo;t inherently bad, but things change a great deal when it&rsquo;s combined with an <a href="https://youtu.be/KOpCtUvruy0">orchestra of social manipulation</a> and control systems. Just as a bank account is useful to have, it&rsquo;s a whole other can of worms once people start being <a href="https://reclaimthenet.org/more-britons-raise-the-alarm-over-financial-deplatforming">de-banked</a> for political purposes.</p> +<p>As such, there are many tools that would be entirely useless to a single person on their own, but are immensely useful for those who have large groups of people to manipulate. What makes these tools <em>asymmetric</em> is that the advantages are only for the wielder, and disadvantages are imposed on the subjects. Centralized social media platforms are <a href="https://libresolutions.network/articles/social-media/">well-suited</a> for this. Not only are these platforms surveilling and manipulating their users, they have the capacity to lock down content only to fellow captives. This means that a public figure limiting their voice to these platforms is only able to get their voice out if they&rsquo;re allowed to. <em>Those of us who want to reach the public, and the <strong>public themselves</strong></em> must do more to support independent platforms and protocols, or else we&rsquo;ll all remain beholden to top-down information control systems.</p> +<p>There is a well-earned reluctance from the public to adopt smart appliances, and other intrusive technology. When every device is monitored and controlled by corporations in the cloud, any feature of that device being <a href="https://news.yahoo.com/remote-stealth-commands-tamper-temperatures-090308386.html?fr=sycsrp_catchall">abused arbitrarily</a> becomes an inevitability. Understanding this means that <strong>warlord technology</strong> is any device or system that enables someone else to have power over one or many other people. What effectively makes this technology so dangerous is the fact that it&rsquo;s simple to disguise the actual purpose. Tech giants offering free services in exchange for data-harvesting has successfully put many of the serious risks <em>out of sight and out of mind</em>. As governments across the world become more repressive, these risks come into view well after they could be prevented. The opposite exists as well too, it&rsquo;s possible for <em>emancipatory</em> technology to be developed that&rsquo;s useful to people generally, but fundamentally useless for anyone seeking power over others.</p> +<p>The <em>Free and Open Web</em> is an excellent example, independent and non-commercial websites managed by individuals using open protocols would have been a nightmare to properly index and seize control of. Because of this, people were nudged onto controlled platforms instead of self-publishing. Another example of asymmetric technology which benefits the people would be encryption and privacy tools. Those in power will always have the means and coordination to conceal their activities. Providing simple ways for users to protect their private information increases the costs of violating people&rsquo;s rights exponentially, which is why these tools are often <a href="https://element.io/blog/end-to-end-encryption-the-will-of-the-british-people/">targeted by governments</a> with <a href="https://www.theregister.com/2023/05/09/india_messaging_apps_ban/">any excuse they can find.</a></p> +<p>Of course, there is symmetric technology as well. Many general-purpose tools can be used for both great evil and good as well. I would argue truly asymmetric technologies are rare, or at least highly specialized. Almost everything has all kinds of potential uses that themselves can be used for benevolent or malicious choices, ultimately it&rsquo;s downstream of the human condition. It is important to keep in mind however, that even the most symmetric of technology can be used by those with malevolent (or indifferent) intent for malicious ends. Just as a hammer can be used to build or for cruelty, what may seem like a reasonable exchange may end up being a terrible situation.</p> +<h2 id="cyberwar-on-civilians">Cyberwar on Civilians</h2> +<p>As noted in <a href="https://libresolutions.network/articles/cyberwar/">A non-Combattant&rsquo;s Guide to Cyberwar</a>, governments are increasingly treating your devices, connections, and even your mind as a national security target. Under the pretext of combating foreign funded misinformation, governments across the globe are working to secure total information dominance over their populations. It should go without saying that this itself is inherently anti-democratic, despite being done in the name of <em>protecting our democracy</em>. Surveillance and censorship are serious problems, but very often the lede being buried is that it&rsquo;s just as much about <em>manipulation</em>.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/cyberwar.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/cyberwar/" ><h2>A Non-Combattant&#39;s Guide to Cyberwar</h2><i>Making sense of the chaos and the crossfire.</i></a> + + <span></span> + </div> +</section> +<p>Censorship and surveillance themselves are serious attacks on the rights and liberty on civilians, outright manipulation of the public is an even graver overreach with even more troubling implications. We can not take for granted the mistake it would be to allow these measures to continue unopposed. Too many ignore the active role governments have taken in waging cyberwar on the public. While it&rsquo;s intuitive to many that corporations have a profit-incentive to acquire and control as much data as possible, to others it&rsquo;s inconceivable to many more that governments would violate their own laws to secure domestic or foreign policy objectives.<br> +Despite the first amendment in the united states being quite clear:</p> +<blockquote> +<p><strong>Congress shall make no law respecting</strong> an establishment of religion, or prohibiting the free exercise thereof; <strong>or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.</strong></p></blockquote> +<p>The United States has an entire information control complex that involved government departments explicitly <a href="https://www.racket.news/p/twitter-files-thread-the-spies-who">working with corporations</a> to manipulate public discourse during the Covid Crisis. Even when the courts attempt to <a href="https://www.nationalreview.com/news/federal-judge-blocks-biden-officials-from-coordinating-censorship-with-social-media-companies/">restrict such overreach</a> the largely compliant media will continue the campaign of normalizing censorship and information control, essentially advocating for the nullification of the people&rsquo;s rights.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://alilybit.substack.com/p/the-silent-invasion" ><h2>The Silent Invasion</h2><i>The Speculative Foundation of Surveillance Behind the Ongoing Privacy Erosion</i></a> + + <span></span> + </div> +</section> +<p>All-encompassing surveillance is bad enough, using that information to manipulate and control the public is even worse, but far more terrible is to <a href="https://www.telegraph.co.uk/technology/2020/11/15/governments-square-fight-big-tech-encryption/">undermine people&rsquo;s security</a>. Governments across the world have made it explicitly clear that while you may nominally have the right to privacy and security, it disappears the moment it conflicts with policy objectives. Due to the power gained from limitless surveillance, you being a law-abiding citizen in good social standing means little. Free citizens across the world must find ways to reassert control and ownership over their governments, lest we all become subjects of tyrannical systems.</p> +<h2 id="digital-blockades">Digital Blockades</h2> +<p>The greatest mistake is to always presume internet blackouts are an all-or-nothing affair. The tragic truth is that the tools of suppression can be <em>incredibly precise</em>. The public at large has been almost wholly ignorant of this, and this has enabled behavior that leaves them vulnerable. Many people are expecting a full-on &ldquo;lights-out&rdquo; internet blackout. In almost every case this is unnecessary, as people themselves are all too willing to use top-down controlled platforms, self-censor and ignore practical privacy risks. The biggest challenge is that something as simple as not <a href="https://libredns.gr/">encrypting your DNS queries</a> by using the default, allows governments to lean on service providers to seize control.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-9-preview.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-9" ><h2>Tools of the Technocracy: #9 Internet Shutdowns</h2><i>Information control is the root of modern tyranny.</i></a> + + <span></span> + </div> +</section> +<p>It is almost cliche these days, that governments will do everything in their power to suppress genuinely useful information in a crisis when it plays to their advantage. It&rsquo;s important not to be naive about corporations as well. They are every bit as capable of egregious abuses. Public-Private partnerships have worked to transform our <em>turn-key totalitarianism</em> into an unending ratchet of tyranny. As economic, social, and political power concentrates, it can be harder and harder for truly independent infrastructure to operate in a neutral way, if not outright impossible. Over time, it can be too odious for even willing infrastructure providers to withstand the pressure to participate in censorship. No dissident or marginalized person can actually rely on a business or institution putting their needs ahead of the it&rsquo;s existence. This means that as more people conform to information control, and are compliant with ever more restrictive technology, the harder it is for people at all levels of society to break free. This is especially true for those who are disadvantaged.</p> +<p>Ultimately the more capable our devices are the more leverage they can potentially have over the public. We must be vigilant to not enable governments, corporations, or other malevolent entities to leverage them against us. Legislative restrictions are not sufficient to prevent abuse. Citizens must be well-educated on the risks, where possible devices &amp; systems must be properly verifiable and secure, lastly there must be severe consequences for abuse. In the name of fighting <a href="https://www.republicworld.com/world-news/europe/france-approves-law-to-remotely-eavesdrop-devices-of-suspected-terrorists-articleshow.html">terrorism or other threats</a> the French government is introducing powers to leverage every device a person has against them. Even if one agrees that this power is warranted in this specific circumstance, there is no guarantee that such powers won&rsquo;t be <a href="https://www.businessinsider.com/macron-france-social-media-phone-gps-camera-curb-protests-2023-7">generalized over time</a>. In fact, even very specific measures preventing such abuse have consistently been ignored by all kinds of governments under all kinds of pretexts.</p> +<h2 id="full-auto-tyranny">Full-Auto Tyranny</h2> +<p>We already live in a world where the state of cyberspace has profound impacts on how people behave outside of it. As it currently exists, the majority of cyberspace is dominated by Corporations, Governments, and other un-accountable entities. The dream of an &ldquo;information super-highway&rdquo; where people of all backgrounds can meaningfully create, learn and share together is in dire peril.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/hive-moderation.webp' +> + + +<p class="caption"> + Hive Moderation is a real-time AI censorship tool. +</p> + + +</div> +<p>&ldquo;Moderation at scale&rdquo; effectively means mass information control. Instead of merely ranching people onto platforms to serve them targeted ads, now the capabilities exist to immediately prevent inconvenient discourse, or even entirely shape discussion. Even if people are starting to wake up to 2010s era social media, hardly anyone is prepared for the impacts created by upcoming and state-of-the art systems of control. It is critical to not let the inefficiencies and short-comings of existing systems lure you into a false sense of security when it comes to future threats.</p> +<p>Naturally, these excesses will be demanded on the terms of safety, and preventing crime. While there are real and severe dangers in cyberspace, it is important to note that this level of control over the people is entirely unprecedented. As these systems roll out, people will only barely have solace in their own mind, but hardly anywhere else.</p> +<h2 id="fertile-ground-for-resistance">Fertile ground for resistance</h2> +<p>First and foremost, we need to strengthen our commitment to each other&rsquo;s inalienable human rights before nit-picking on particular technological choices.</p> +<p>These implications have a very real impact on our daily lives. More and more <a href="https://ottawabluesfest.zendesk.com/hc/en-us/articles/13089137560603-Onsite-Methods-of-Payment-CASHLESS">events and services</a> are going entirely <em>cashless</em> which often requires people to use products and services with terrible privacy protections. You may have been able to opt-out of these systems yourself, but what can be done to protect others from them? What about people who are perfectly fine with trading a total online-enabled surveillance grid if it makes their life easier? What about those who genuinely lack the time and energy to devote to opting out? Even entire cities can fold to the pressure of conforming to these trends in the face of powerful incentives.</p> +<p>Regardless of one&rsquo;s chosen level of participation, it is absolutely vital that we get others to understand the risks. With that understanding it can be much easier to individually and collectively negotiate vital protections that need to be available, and encourage investment in new products and techniques. For now, it seems that the demand for tools and systems that don&rsquo;t impact one&rsquo;s privacy and freedom is far too low. We are all responsible for if not outright raising that demand, and communicating it effectively.</p> +<p>It&rsquo;s a shame that the benefits of free and open dialogue are only readily apparent when they&rsquo;re gone. The capability for people across the world to freely exchange information near instantaneously is absolutely critical to people&rsquo;s life and liberty. It is vital that humanity maintains this critical component in holding the powerful accountable. Allowing the massive power structures that exist to have a veto power over people&rsquo;s communication is too large an advantage to passively permit.</p> +<p>In times of inflamed tensions, social unrest, or even economic troubles, it can be very tempting for governments to <em>smooth things over</em> by constraining people&rsquo;s ability to learn, create and share with each other. In many cases this undermines the peoples own ability to adapt to changes, potentially being caught unaware of dangers the state failed to (or chose not to) communicate. These days, whenever a nation adopts a particularly egregious control measure, regardless of pretext or circumstances other nations aren&rsquo;t far behind. While the assaults on people&rsquo;s privacy and digital autonomy are top-down they are enabled or even welcomed by particular behaviors that we have a responsibility to stop, and prevent.</p> +<p>The major challenge is that people from all walks of life need to be willing, able, and prepared to oppose abuse the situation arises. Like all deterrents to abuse, they have to be genuine and credible, or the people risk having their bluff called.</p> +💌 Thank you for reading this via RSS 📡 + + + + Out-thinking the Culture Wars with Gary Sharpe + https://libresolutions.network/articles/qa1-gary-sharpe/ + Fri, 14 Jul 2023 00:00:00 +0000 + + https://libresolutions.network/articles/qa1-gary-sharpe/ + + https://libresolutions.network//media/images/bulb.webp + + + A Q&A about emotional intelligence in these trying times. + <p>I really appreciate Gary Sharpe‘s perspective on the emotional side of what people face. He has a wealth of excellent advice and I was pleased to have the opportunity to do this Q&amp;A.</p> +<p><a href="https://garysharpe.substack.com/">Gary Sharpe&rsquo;s Articles</a></p> +<hr> +<h3 id="q--a">Q &amp; A</h3> +<p><em>One of the threads I&rsquo;m currently following is the Culture Wars, and how the public has been largely divided into a multitude of different ideologies that can often perceive each other as an existential danger. This itself seems to be a massive stressor that drives much of the strife people experience these days.<br> +From your perspective, what would be effective ways people can deescalate the cultural tensions without necessarily “giving up ground”?<br> +I ask this because, it&rsquo;s starting to take more of my attention. I&rsquo;ve been filtered into my own ideology, and I can certainly feel a limit to what kinds of people I can plausibly reach or even communicate with. Initially I had more hope that this would be resolved over time, but if anything it&rsquo;s only gotten worse and worse.<br> +Appreciate your thoughts!</em></p> +<blockquote> +<p>Gary: &ldquo;That’s a Big Question, and I wish I had the answer. Firstly, I agree with you that the Culture Wars are stressful for everyone. I also suspect that the powers-that-be are fomenting them on purpose, as part of classic divide-and-rule tactics.</p> +<p>The basic problem is, when we are in a fearful, or stressed, state, which as you say the Culture War itself induces and maintains, our psychological and physiological states shift markedly from when we are in a calm, relaxed state, when we feel safe.</p> +<p>In particular, from Dr Iain McGilchrist’s work, we know that we lose access to the right hemisphere of our brain&rsquo;s way of attending to the world. In this state, we can be totally delusional, and very rigid in our black and white thinking, utterly believe our own lies and construct halls-of-mirrors against receiving new or challenging information.</p> +<p>From Dr Stephen Porges’ work we know we also lose access to our social engagement system, including the loss of the ability to read other people, and become literally unable to tune in to other voices, and so we tend to see “others” from outside our tribe as dangerous threats.</p> +<p>Indeed, recent advances in psychology show the brain is essentially a predicting organ, and when the reality of the world doesn&rsquo;t match its predictions, it has to resolve the contradiction. It can do this in one of two ways: delude itself and ignore reality, or update itself and its predictions. In the stressed state, we tend to opt for the delusion, as new or countering information can induce a significant danger response in of itself: this threatens our own identity or world view, and shifts in these can be traumatic.</p> +<p>So the pragmatic answer to your question is when people are already triggered, it is probably not worth the energy trying to connect or get through to them [with facts and figures] The “not giving up ground” part of the question is probably part of the answer: to be able to be together, but agree not to discuss religion/ideology or politics if this triggers each other! One of the issues, however, is how every topic of conversation has become political.</p></blockquote> +<p>*“Every topic becoming political” - sadly, that&rsquo;s a big part of the problem. Language itself has become politicized and the decision to use/not use particular words is effectively signalling affiliation in many ways. <em>I think a lot of it comes down to trust. I really like <a href="https://youtube.com/watch?v=38hI_E33vq4">this video</a> about a game called</em> <a href="https://ncase.me/trust/">The Evolution of Trust</a>.</p> +<p><em>The simulation concludes that three things are required for the evolution of trust</em>:</p> +<ul> +<li><em>repeated interactions</em></li> +<li><em>possible win-wins</em></li> +<li><em>low miscommunication</em></li> +</ul> +<p><em>I&rsquo;m not sure what can be done about the first two, but on the third item I have continuously worked to try to be clear as possible, with varying degrees of success.</em></p> +<blockquote> +<p>Gary: On the trust and win-win topic, have you come across the work of <a href="https://youtube.com/watch?v=eF-E40pxxbI">Liv Boeree</a> she has been thinking about this and how to overcome the lose-lose forces of “Molloch”.</p></blockquote> +<p><em>Many online communities that are pleasant to be a part of aren&rsquo;t actually tolerant, but rather merely one of many echo-chambers of like-minded individuals.</em><br> +<em>In Corbett&rsquo;s <a href="https://www.corbettreport.com/the-media-matrix-full-documentary/">Media Matrix documentary</a> he cites that since the introduction of television, offline social interaction has been on the decline.</em><br> +<em>I think the biggest change in our era is that online interactions aren&rsquo;t merely an additional layer on top of regular human-to-human interaction, can be an alternative, especially for those who lack friends &amp; family.</em><br> +<em>Would you say that itself is the problem, or is it something that we could handle better?</em></p> +<blockquote> +<p>Gary: According to the work of Dr Stephen Porges, “real life” social interactions and social engagement is vital for humans to flourish. This is why putting someone into solitary isolation in prisons is the worse form of punishment, and considered a method of torture. It is also why loneliness is the biggest predictor of fast decline of conditions like Parkinson’s or dementia.</p> +<p>Online social engagement can provide some of these needs, but can not replace it completely, because it is missing some important “nourishing” elements, such as body language and touch. This is why zoom calls can be exhausting, whereas positive social engagement in real life can be restorative, and energy giving.</p></blockquote> +<p><em>I feel like this explains a great deal of why people are constantly kept in fear. There is much to be concerned about, but I think much of the fearmongering is to find ways to prevent people from seeing win-win scenarios. I spent much of 2020/2021 in fear, not of the virus, but what the state would/could do over it.<br> +While there was definitely serious overreach, and incredible harms done in the response I&rsquo;m not sure being consumed by fear improved my ability to handle it. In your opinion, what are some good ways to handle rational fear that goes too far?</em>&rdquo;</p> +<blockquote> +<p>Gary: I heard something which resonated with me on this just yesterday “fear is the worry that you are going to be less safe in the future than you are right now”. So the problem with being stuck in chronic fear is that we exile ourselves from even feeling safe in the now, even when there really is no imminent or proximate danger. Fear does keep us divided and distracted, and I agree this is being used on purpose by those who seek to control everything and everyone.</p> +<p>On the fear that comes with “waking up” to what is really going on the world, I have seen a common arc, including in myself, similar to what you describe. At first, it is not only terrifying, but also going down the rabbit holes can be addictive. So we get very scared, but also keep ourselves in the fear by constantly staring into the abyss.</p> +<p>Then we start to feel a need to do something about it, to become solution oriented, begin to focus on resistance and finding like minded people, and a sense safety in numbers. We then begin to pay less attention to the day-to-day minutiae of what the elites are up to and start building alternative systems.</p> +<p>I have watched daily youtubers like Richard Vobes and Dr John Campbell going through these stages in real time. It might like the stages of grief, so it might actually be necessary to go through the fear stage, in order to get to the other side.</p></blockquote> +<p><em>You&rsquo;ve hit an important point! There really does seem to be an addictive component. This is often pathologized to dismiss people&rsquo;s very real concerns, but I can&rsquo;t help but wonder if that element serves a real purpose. In your mind, what do you think specifically makes it addictive?<br> +I&rsquo;ve seen the mainstream argue it&rsquo;s because it&rsquo;s just selfish people who want to feel better than everyone else. In my experience this doesn&rsquo;t match up to reality as many of the other people I&rsquo;ve encountered on this journey are some of the least selfish I&rsquo;ve met.<br> +I do think the fact that it&rsquo;s even possible is a marvel to itself, it&rsquo;s a testament to how useful a free and open web can be.</em></p> +<blockquote> +<p>Gary: When we are stressed or threatened, we go through a defence cascade of escalating responses. First a startle or orienting response, that takes us either back to calm, or to a fight-flight type response. If the flight-fight response isn&rsquo;t successful at ameliorating the threat, we then escalate into a rigid type of freeze, or playing dead, response, and if that doesn&rsquo;t work we end up fainting or in a floppy type of freeze response.</p> +<p>Many of the threats that our nervous system perceives in the modern world are not ones we can fight or run away from. So a lot of people are stuck partially in a freeze response, with various levels of dysfunction. By putting ourselves into states of anger or functional fear, e.g. by focussing on an &ldquo;enemy&rdquo; that we can fight as &ldquo;keyboard warriors&rdquo;, we can temporarily bump ourselves out of the freeze response back into a fight-flight response, by generating internal dopamine and adrenaline.</p> +<p>Being in fight-flight allows us to be temporarily more functional in the world, and while this is not a healthy state to be in long term either, it feels generally less unpleasant and uncomfortable than being in freeze, so it is preferable for a lot of people.</p> +<p>Of course, like all addictions, using the Culture Wars or taking ourselves down the scary rabbit holes as our way of choice for getting the dopamine/adrenaline fix ends up needing more and more extreme stimulus for it to work and have the effect. Eventually we need to move out of the fear, into a more creative stage, becoming solution orientated and helping to build alternatives.</p></blockquote> +<p><em>Thank you so much for this, I greatly appreciate it and the answers themselves.</em></p> +<hr> +<p>If you haven’t read any of Gary’s writing, I’d highly recomment the following:</p> +<ul> +<li><a href="https://garysharpe.substack.com/p/the-view-from-a-self-traumatizing">The View From a Self-Traumatizing Society</a></li> +<li><a href="https://garysharpe.substack.com/p/the-dopamine-adrenaline-connection">The Dopamine-Adrenaline Connection</a></li> +<li><a href="https://garysharpe.substack.com/p/how-to-avoid-a-hybrid-orwellian-huxleyian">How to Avoid a Hybrid Orwellian-Huxleyian Dystopia</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Tools: the Good and the Bad + https://libresolutions.network/articles/tools/ + Tue, 27 Jun 2023 00:00:00 +0000 + + https://libresolutions.network/articles/tools/ + + https://libresolutions.network//media/images/tool-bench.webp + + + Understanding technological choices. + <blockquote> +<p>If all you have is a hammer, suddenly every single thing starts to look like a nail.</p></blockquote> +<p>Hardly and tool itself is wholly evil or entirely good. Not only are the <em>tools themselves</em> important, how we use them matters quite a bit as well. This applies all the way from the entire software ecosystem, down to the hardware components themselves. The fundamental attributes of the tool will set the incentives for how they can be used, and how they are used creates incentives for how future tools will be made. This feedback loop can be used to concentrate power or to distribute it. This is precisely where your understanding is a prerequisite for making deliberate choices.</p> +<h3 id="concepts">Concepts</h3> +<ul> +<li> +<p><strong>Autonomy</strong></p> +<p><em>Can I do what I want, on my own terms?</em></p> +</li> +<li> +<p><strong>Privacy</strong></p> +<p><em>Does using this, divulge information in unnecessary or unwanted ways?</em></p> +</li> +<li> +<p><strong>Efficiency</strong></p> +<p><em>Does it complete it&rsquo;s function with minimal waste?</em></p> +</li> +<li> +<p><strong>Verifiability</strong></p> +<p><em>Is it possible to validate the condition and function(s) of it?</em></p> +</li> +<li> +<p><strong>Accessibility</strong></p> +<p><em>Is it reasonably useful to those with different needs and requirements?</em></p> +</li> +</ul> +<h1 id="examples">Examples</h1> +<p>In the past, I have been asked for a quick answer to explain if a particular technology or system is itself good or bad. It can be difficult to give a concise answer when there are often a couple of fine points that are worth taking the time to focus on. It has often been said that <em>the medium is the message</em> and this much more the case when it comes to digital and online systems.</p> +<h2 id="qr-codes">QR Codes</h2> +<p>With the introduction of <a href="https://www.campfire.wiki/doku.php?id=vaccine_passport">vaccine passports</a>, QR codes have soured on a lot of people. Gating access to venues or services behind the need for one to digitally identify themselves presented many serious risks to privacy and civil rights. Unfortunately, none of this required a QR code specifically. <a href="https://blog.nortechcontrol.com/nfc-access-control">NFC</a> or RFID access cards could provide the exact same functionality. While QR codes were a highly-visible mechanism to enable automated segregation, there&rsquo;s no guarantee that future systems of control will look the same.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/tools-qr.webp' +> + + +<p class="caption"> + This article&#39;s URL as a QR code +</p> + + +</div> +<p>This is because QR codes are just one of many ways to transmit data over a short distance. Using a camera the device detects the pattern and then decodes it into the required data format. This can just be a bit of text, a website URL, or binary data. I don&rsquo;t think there&rsquo;s anything inherently harmful to QR codes being used on things like posters and business cards provided that they aren&rsquo;t hiding data or using <em>tracking links</em>.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/4bbd4e5a-352d-4d24-82ea-e8832e902021' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h3 id="qr-codes-are-not-all-created-equal">QR codes are not all created equal</h3> +<p>Because anything can be encoded into a QR code, there are still some risks to be aware of. Just like you shouldn&rsquo;t open strange links, you may not want to open every QR code you see. This is why some QR reader apps will display the decoded information so that you can decide if you want to open the link or not.</p> +<p>Another problem is that you may not even be able to decode the QR code at all. If you have to present an app-generated QR code to interact with a system, you may not have any knowledge of what data is being used and shared.</p> +<h2 id="smartphones">Smartphones</h2> +<div class="image-container"> + +<a href='https://libresolutions.network/media/diagrams/smartphone.webp'> + +<img loading="lazy" +src='https://libresolutions.network/media/diagrams/smartphone.webp' +> + +</a> + + + +</div> +<blockquote> +<p>The powers-that-be don’t want you to write your own stories, make your own movies, and draw your own art, even though everyone has, in their pockets, the technology to do all of the above, with a good wireless keyboard, a camera module, and a stylus.</p> +<p>No, they want you to read their dumbed-down prolefeed, watch Netflix, Instagram your cat, your food, and your cat food, swipe through Pinterest a few times, get your daily fix, and then peacefully, complacently, obediently nod off on the couch. They don’t want people carrying around devices that center the user as a creator of content. Instead, they want you to do nothing but consume their approved messages.</p> +<p>In short, for the vast majority of people, they’re trying to turn personal computers into television. They’re trying to drag us backwards, into a prior era, where the ruling class had a death grip on the narrative. This is a trend that must be resisted. Never give up your keyboards, ever.</p> +<p><a href="https://iceni.substack.com/p/spartacast-06">Spartacast 06</a></p></blockquote> +<p>If someone was limited to only using a smartphone they may be severely limited in what they&rsquo;re able to accomplish. As you can see, the consequences of giving up a keyboard alone are immense. If that wasn&rsquo;t bad enough, these devices tend to be vulnerable to malware exploited by all kinds of bad-actors. Smartphones are a high-value target because many people keep a treasure-trove of personal data. If that wasn&rsquo;t bad enough often the <a href="https://reclaimthenet.org/googles-private-coronavirus-tracking-app-data-leak">manufacturers themselves</a> will participate in undermining your privacy.</p> +<p>I&rsquo;ve written in the past:</p> +<blockquote> +<p><strong>It&rsquo;s not the smartphone, but what was in it.</strong></p> +<p>There is nothing inherently mind-killing about a small, portable computer that uses a touch-screen interface. What truly forged the massive mind control apparatus was the things that came with it:</p> +<ul> +<li>Real-time location tracking</li> +<li>24/7 audio and video surveillance capabilities</li> +<li>Corporate Social Media as <em>Digital information Control Systems</em></li> +</ul> +<p><a href="https://libresolutions.network/articles/information-control">Conceptualizing Information Control</a></p></blockquote> +<p>There are many ways that the useful parts of smartphones could be replicated in a simpler, <a href="https://thenewleafjournal.com/the-ideal-phone-e-ink-and-qwerty/">more focused device</a>. Re-installing android without google play services can go a long way for many android devices, but in the long run it would be excellent if we could support independent manufacturers that create genuinely good devices.</p> +<h2 id="centralized-platforms">Centralized Platforms</h2> +<p>A tried-and-true business model is to run a platform that allows users to create valuable content. With a large audience to attract all kinds of writers, musicians, podcasters, or even video producers, the platform can double-dip acquiring data on the audience as well as the performers. Just as creators will be able to see stats for their content, the platform&rsquo;s operators themselves will have all kinds of metrics and data on everyone.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/substack-stats.webp' +> + + +<p class="caption"> + Substack readership stats +</p> + + +</div> +<p>Creators on these platforms essentially trade some (or all) control over their content in exchange for an audience. No matter what method you use to disseminate your message, it&rsquo;s critical that you maintain control over your work. For example, the Libre Solutions Network is written for the website first, then the content migrated to substack for additional reach. This means that if I ever lost access, or decided that staying on the platform wasn&rsquo;t worthwhile, all the content would still exist.</p> +<p>As a member of the audience, it&rsquo;s critical that you help make it possible for creators to maintain their own independent presence. Simple habits like bookmarking and using an RSS reader can really make a huge difference in supporting an independent information landscape. At the very least it&rsquo;s vital that you ensure that your attention isn&rsquo;t entirely locked to a single or set of controlled platforms.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/learning-lessons.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/social-media" ><h2>Social Media: Learning the right lessons</h2><i>Understanding information control</i></a> + + <span></span> + </div> +</section> +<h2 id="machine-learning">Machine Learning</h2> +<p>The most dangerous aspect of AI right now is that it&rsquo;s being used as an excuse to build a regulatory environment that empowers the very same technocrats to have even more digital control over people. While machine learning tools are very effective force multipliers in particular situations, most of the so-called AI risks have already been done by people to people with tools that are already readily available. Humanity has never lacked the tools to totally and completely annihilate itself, additional powers and tools only represent a danger to the degree they <em>tip the scales</em>.</p> +<p>For example, while I currently choose not to automatically narrate all my posts with a cloned voice, it&rsquo;s a viable option. I would definitely oppose any effort that seeks to keep such technology out of people&rsquo;s hands, especially if there were offline-available tools that could be used without assistance from cloud services. Those who&rsquo;s power relies on information being a controlled resource would love nothing more than to have a monopoly on extremely efficient content creation.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/big-data.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-2/" ><h2>Tools of the Technocracy: #2 Big Data &amp; Artificial Intelligence</h2><i>What is all this data for anyways?</i></a> + + <span></span> + </div> +</section> +<p>There are many efficient uses of machine learning that don&rsquo;t automatically enable obscene privacy invasion. Distributing pre-trained models would be a great way to help people get more use out of low-power systems, potentially preventing a massive amount of waste. A prerequisite for better AI tools is a better way of building them. Instead of allowing big tech to hoover up all of everyone&rsquo;s information, we need to work together to collaborate on important datasets with data we choose.</p> +💌 Thank you for reading this via RSS 📡 + + + + A Non-Combattant's Guide to Cyberwar + https://libresolutions.network/articles/cyberwar/ + Fri, 16 Jun 2023 00:00:00 +0000 + + https://libresolutions.network/articles/cyberwar/ + + https://libresolutions.network//media/images/cyberwar.webp + + + Making sense of the chaos and the crossfire. + <p>We live in interesting times. In addition to the many <em>boots-on-the-ground</em> conflicts going on, cyberspace is a theatre of war with hardly any distinction between military and civilian targets. Nothing is <em>off-limits</em> and combatants can be anything from creative individuals to well-funded <em>state level actors</em> like governments and <a href="https://www.hackread.com/microsoft-sued-stolen-dark-web-credentials/">multi-national corporations</a>.</p> +<p>There&rsquo;s no way to be perfectly out-of-the-way. Any significant cluster of data, storage, computing power, or bandwidth can become a strategic resource to be sought after. When it comes to hacks, many cybersecurity professionals will say that <strong>it&rsquo;s a matter of when, not if.</strong> This means that the goal of the technocratic empires to centrally control data on everyone&hellip; everything&hellip; everywhere, backfires when <em>resilience</em> starts to become critically important.</p> +<h2 id="what-makes-you-a-target">What makes you a target?</h2> +<p>You may not be interested in cyberwar, but it has ways of being interested in you. For many governments, dissenting narratives are themselves considered a threat. The <a href="https://www.corbettreport.com/are-you-prepared-for-the-infodemic/">infodemic</a> narrative allows funding intended for protecting critical infrastructure from hacks, to be used to <a href="https://www.vice.com/en/article/dy33vx/night-fury-documents-detail-dhs-project-to-give-risk-scores-to-social-media-users">classify citizens</a> or <a href="https://twitter.com/MikeBenzCyber/status/1633219240575610881#m">censor your speech</a>. If only it stopped there, law-enforcement and intelligence agencies often make use of <a href="https://news.yahoo.com/canada-national-police-force-admits-110537329.html?fr=sycsrp_catchall">malware themselves</a> to invade people&rsquo;s devices with dubious oversight.</p> +<p>This is where your participation really matters. Propping up systems of control only raise the risk for yourself and others around you. It may not be a big deal when yet another company has a massive data breach, but it&rsquo;s a whole other matter when it&rsquo;s a treasure-trove of data the state has been collecting on everyone.</p> +<p>I hope that this would encourage democracies worldwide to shift from control and domination to education and innovation. By treating citizens as <em>just another target</em> you give up the most important strategic advantage: resilience.</p> +<blockquote> +<p>You cannot invade mainland United States. There would be a rifle behind each blade of grass.</p></blockquote> +<p>The best way to properly mitigate risk is to properly diffuse it. Avoiding systems that unnecessarily introduce risk would go a long way too. We don&rsquo;t just need people to have computer skills, but we need to implement better tools and methods for many aspects of cyberspace. Allowing tyrants to seize power over cyberspace <em>for your safety</em> merely replaces small solvable problems with a single massive one.</p> +<p>With all this in mind, even as a non-combattant, it&rsquo;s important to understand the battlefield and what you can do. There is a lot to understand even if you have no desire to ever hack anyone. Taking your own privacy, security and systems seriously can go a long way.</p> +<h1 id="cyberwarfare">Cyberwarfare</h1> +<p>Keeping digital systems safe from intrusion requires active vigilance. Whether it&rsquo;s your social media accounts, company software, or critical infrastructure, a great deal of proactive work is required to prevent or mitigate problems. The challenge is that the defense has to get lucky every time, whereas the attackers only need to get lucky once.</p> +<p>A serious problem is that various exploits can be <em>chained together</em> allowing for more sophisticated attacks to take place. To complicate matters, <em>the Internet never forgets</em>. Data that has been seized or leaked can be weaponized forever. This is why the top-down strategy of the state and corporations data-mining and manipulating the public is a terribly poor strategy for cyber resilience.</p> +<h2 id="social-engineering">Social Engineering</h2> +<p>We are all human after all. Ignorance is a problem, but so can an occasional act of carelessness. The point isn&rsquo;t to beat yourself up over every mistake, but to take incidents seriously enough to learn from them before they can be a bigger problem.</p> +<p>It has been often said <em>the people are the weakest link</em>. If such an individual is known, it can sometimes be much easier to manipulate a person with access, rather than the system directly. This gets much worse when everyone is under constant surveillance by a variety of different entities. Suddenly, a one-off cloud account hack can be a springboard for other intrusions.</p> +<h3 id="phishing">Phishing</h3> +<p><a href="https://www.phishing.org/what-is-phishing">Phishing</a> is worth it&rsquo;s own post.<br> +There are many different ways it can be carried out:</p> +<p><strong>E-mail:</strong> one kind of attack is an urgent email that requires you to immediately click a certain link. That link will then present a fake log-in form disguised as a legitimate site. This could be used to steal your credentials. If the site itself has a vulnerability, merely clicking the link itself could be enough to compromise your account.</p> +<p><strong>Attachments</strong> any file sent your way may be more than meets the eye. There are a variety of methods that allow a file that&rsquo;s opened to either run as a virus, or send your data elsewhere.</p> +<p><em>None of this is exclusive to e-mail</em>.<br> +Messaging apps, and online communities can all enable the same problems.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-4.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-4/" ><h2>Tools of the Technocracy: #4 Online Identity</h2><i>What is following you in your digital tracks?</i></a> + + <span></span> + </div> +</section> +<h3 id="impersonation">Impersonation</h3> +<p>Thanks to a variety of voice cloning tools, impersonation is a significant risk. There are already many scams where someone receives a call from someone who sounds like their loved one asking for urgent financial assistance. The biggest risk from impersonation is not just manipulation of your loved ones, but it also makes the risk of identity theft more potent.</p> +<h2 id="malware">Malware</h2> +<p>Malware is a bit of software that allows the attacker to either infiltrate or take control of particular systems. Sometimes it&rsquo;s for mining cryptocurrency, stealing data, or more nefarious ends. Not only are cybercriminals making use of malware, but <a href="https://www.corbettreport.com/beyond-pegasus-the-bigger-picture-of-israeli-cyber-spying/">governments too</a>.</p> +<h3 id="remote-execution">Remote execution</h3> +<p>Usually the first thing a sophisticated attacker wants over their target is the ability to execute a <em>payload</em> on the target&rsquo;s system. The payload is additional instructions or programs such as more malware.</p> +<h3 id="privilege-escalation">Privilege escalation</h3> +<p>It&rsquo;s bad enough to have a computer virus on your system, but often these programs will have techniques to give themselves more access over the system. This can include things like acting as your computer&rsquo;s administrator, or gaining access to control over services hosted on a server.</p> +<h3 id="botnets">Botnets</h3> +<p>When an attacker has control over many systems, they can be used as a <em>botnet</em>. A massive swarm of infected systems can be used for <a href="https://www.cloudflare.com/learning/ddos/what-is-a-ddos-attack/">DDOS attacks</a> or merely act as remote storage and proxy for attackers. By proxying their attacks, attackers can quite effectively disguise their origin.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://hiddencomplexity.substack.com/p/from-espionage-to-warfare-cyber-war" ><h2>From Espionage to Warfare - Cyber war grows</h2><i>Slow death of privacy</i></a> + + <span></span> + </div> +</section> +<h2 id="vulnerabilities">Vulnerabilities</h2> +<p>Believe it or not, machines aren&rsquo;t perfect either! Software development is <em>complicated</em> and computer engineering is even more so. From either simple mistakes or lack of forethought problems pile up over the course of development. From time and resource constraints hardly any product is perfect. Many large software projects will routinely release updates to fix vulnerabilities so updating is important.</p> +<h3 id="0-days">0 days</h3> +<p>&ldquo;0 days&rdquo; are a term for very valuable exploits that are presumed to be unknown to the developer/manufacturer at a given moment in time. This means that there&rsquo;s likely not a security fix coming for some time. 0 days can be be minor or quite critical. A major bug in a browser could potentially be part of a 0day that gives a malicious website access to your system. The most important take-away about 0days is that while software may be secure when working as intended, there can be circumstances where it isn&rsquo;t.</p> +<h3 id="supply-chain-attacks">Supply-chain attacks</h3> +<p>Especially in the cases where a vulnerability is introduced in production. Software is often built on other software called libraries, and hardware is generally built with components from other suppliers. This creates an opportunity for malicious actors to introduce problems in the creation of particular software or systems. Because many projects will often use the same components or libraries, this kind of attack can impact a wide variety of targets.</p> +<h3 id="backdoors">Backdoors</h3> +<p>More and more governments around the world are <a href="https://libresolutions.network/articles/coordinated-attack/">working to undermine</a> end-to-end encryption and online privacy. Intrusions do not end at demanding access to everyone&rsquo;s intimate conversations. Often governments and law-enforcement will ask for a vulnerability to be introduced to the <a href="https://www.eff.org/deeplinks/2018/04/fbi-could-have-gotten-san-bernardino-shooters-iphone-leadership-didnt-say">product itself.</a> This is the worst-case-scenario because it&rsquo;s a guarantee that such a valuable key would be discovered, stolen or abused.</p> +<h2 id="ransomware">Ransomware</h2> +<p>A particularly nasty kind of malware is <em>ransomware</em>. The gambit is that the virus encrypts all the infected system&rsquo;s files and <a href="https://thehackernews.com/2023/06/lockbit-ransomware-extorts-91-million.html">demands a payment in cryptocurrency.</a> Not only is everything unaccessible, but often the software will overwrite <em>everything the system has access to</em> potentially taking out entire enterprises. The <em>only</em> protection from ransomware is regular offline backups. May be a good reason to start sharing copies of your critical backups with trusted friends or family. Otherwise, you may end up with a particularly painful, or expensive lesson.</p> +<h2 id="consequences">Consequences</h2> +<p>As geopolitical conflicts continue, and attackers gain more ground, I would say there has never been a time where it has been more important to take control of your information. Demanding analogue or offline ways of interacting with important institutions is a must.</p> +<p>There is a significant push to digitize national currencies, and identity documents. One has to wonder if the escalation of state-funded cyber threats has less to do with strategic objectives, or rather creating a <em>pretext</em> to force citizens to surrender more information and control to less-and-less accountable institutions.</p> +<p>Governments and institutions are quickly rushing to orchestrate a top-down solution and handing over more influence to <em>public-private partnerships</em>. The &ldquo;stakeholders&rdquo; for these partnerships won&rsquo;t be representing your needs or your interests, but rather the influences over those entities.</p> +<p>It&rsquo;s very concerning to see soft-power projection taking control over people&rsquo;s lives. In his show <a href="https://rumble.com/c/liamsturgess">MicroJourneys</a> Liam Sturgess discusses how these public-private partnerships respond to these threats, and opens the door to discussing the implications.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/55fba39c-0827-40d4-bfd4-5b96ede41ae5' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>It is becoming hard to see where state power ends and corporate interests begin, and where they overlap. If the last few years is any indication, we can be sure that any additional power granted to these institutions inevitably leads to politicization, abuse, and weaponization. We are all responsible for how we enable governments, civil society organizations, and corporations to <a href="https://www.corbettreport.com/bracing-for-cyber-911/">undermine our freedom, rights, and security.</a></p> +<p>There will never be any guarantee that centrally managed services can be safeguarded properly. The only way to protect information, and the people who&rsquo;s safety depends on it, is not to record it at all. If it <em>must be recorded</em> than measures need to be taken to ensure it is not widely-shared. Sovereign computing needs to be less of a buzzword and more of a foundation for how we build, maintain, and interact with digital systems.</p> +💌 Thank you for reading this via RSS 📡 + + + + Operation: Beehive + https://libresolutions.network/operations/beehive/ + Wed, 07 Jun 2023 00:00:00 +0000 + + https://libresolutions.network/operations/beehive/ + + https://libresolutions.network//media/images/honeycomb.webp + + + A model for highly productive decentralized work. + <p>Bottom-up, decentralized, and <em>permissionless</em> strategies are at a premium. With the tools available to us, people from all walks of life are able to cooperate on incredible projects. Instead of relying on a tyrannical pharaoh&rsquo;s vision for some great project, people can make their own public goods. We don&rsquo;t <em>need</em> to be bigger or more powerful than large institutions to do incredible things. In many cases, it merely takes some creativity and diligent work.</p> +<p>There is much work to be done. Many important projects are unable to attain necessary funding or the volunteers to make it work. While it would be nice if we could merely come together and <em>bankroll</em> these projects, in some cases it may be efficient to reorganize the work itself. By being better able to manage large projects to <em>parallelize</em> work, we can gain efficiency in ways that are difficult to stop.</p> +<blockquote> +<p>Many hands make light work.</p></blockquote> +<p>Have you ever wanted to contribute to a project and been stuck trying to figure out how? Have there been times would you have just liked to <em>get started right away</em> to get a feel for what&rsquo;s involved? Often people don&rsquo;t know where to start, which allows big tech platforms to herd people into controlled environments.</p> +<p>It&rsquo;s time to think like little worker bees. Some go out and gather <em>information</em> for a project. Others, will take the information and <em>process</em> it into reusable chunks. These chunks can be assembled to valuable works. With even moderate success, we&rsquo;ll be overflowing with tasty honey. People vastly underestimate what could be accomplished if we merely found ways to properly <em>parallelize</em> large tasks.</p> +<p><a href="https://youtu.be/qUYkRWGWntE">Rebecca Miller-Webster gives an excellent talk about this</a>.<br> +Remember! You don&rsquo;t have to use GitHub to use git!</p> +<h2 id="the-worker-bee">The worker bee</h2> +<p>Are you ready to be a humble worker bee? With some consistent effort, you and other worker bees can start making delicious information <em>honey</em>. Honey is sweet, there are different kinds of honey. The choice is yours, on what particular kinds you&rsquo;re interested in making.</p> +<p>Every good worker bee needs the ability to contribute to the hive. A beehive is a <em>git repository</em> The repository stores all the information, metadata and history about the project. What&rsquo;s phenomenal about this is that unlike actual beehives, in the case of a disaster you can pick up and start where another hive left off.</p> +<p>You&rsquo;re going to want to be familiar with <a href="https://www.freecodecamp.org/news/git-and-github-for-beginners/">how to use git</a>. Git is an incredibly powerful tool that allows project changes to be managed from many sources. Imagine, that in the beehive (git repository) you and the other worker bees produce cells (commits) that the beekeeper decides to include in the hive.</p> +<p>What&rsquo;s excellent about using git is that you can still use many of the same tools you want to use to edit your files. There are also some excellent text editors that integrate git into them so that working with git can be almost effortless.</p> +<h3 id="principles">Principles</h3> +<ol> +<li> +<p><strong>Division of labor</strong></p> +<p>Everyone has special talents, we should maximize people&rsquo;s ability to contribute without hassle.</p> +</li> +<li> +<p><strong>Efficiency</strong></p> +<p>🐝 Beecome allergic to <em>re-inventing the wheel</em>. +Wherever possible, avoid people having to do the same thing over again.</p> +</li> +<li> +<p><strong>Robustness</strong></p> +<p>Work should always be in a usable state to avoid waste.<br> +Using <a href="https://control.com/technical-articles/machine-readable-vs-human-readable-data/">machine readable</a> formats can help with that.</p> +</li> +</ol> +<h3 id="goals">Goals</h3> +<ul> +<li> +<p><strong>Decentralized projects</strong></p> +<p>Often times, there are multiple uses for the same information.<br> +Different groups may want to use it in slightly different ways.<br> +Public repositories allow this to be done without starting from scratch.</p> +</li> +<li> +<p><strong>Friction-less participation</strong></p> +<p>Allowing work to begin without permission allows people to start without coordination.</p> +</li> +<li> +<p><strong>Censorship resistance</strong></p> +<p>With strategic use of these tools, critical projects can continue despite immense censorship and pressure.</p> +</li> +</ul> +<h3 id="advantages">Advantages</h3> +<ul> +<li> +<p><strong>Collaboration</strong></p> +<p>By managing changes directly, you can eliminate a lot of the work involved with coordination. In a well-documented project, volunteers can help get other volunteers started.</p> +<p>There is a wide range of possibilities for what kind of access control you want. You can have a small group of trusted participants, or allow the entire world to have access and have people approve changes.</p> +</li> +<li> +<p><strong>Automated workflows</strong></p> +<p>By using source files, and a deterministic process, you can have information transformed into a variety of formats automatically when changes are made. These formats could be websites, books, or other materials.</p> +<p>You can see this in action in a presentation given to the <a href="https://metaprepeducation.locals.com/post/4064502/introduction-to-git-with-gabriel">MetaPrep Education</a> community.</p> +</li> +<li> +<p><strong>Version control</strong></p> +<p>Being able to revert to a previous project state is quite useful, especially in instances where you&rsquo;d like to pick up where another project left off.</p> +</li> +</ul> +<hr> +<h2 id="examples-of-beehive-projects">Examples of Beehive projects</h2> +<p>This is not a mere hypothetical, there are <em>real</em> decentralized projects making use of this strategy already. While they&rsquo;re largely focused on technology and privacy, the same model could quite easily be applied to many different areas in life. These projects are excellent resources themselves. What makes them incredibly powerful is that with a little bit of knowledge, anyone can contribute to improve the project.</p> +<h3 id="go-foss">Go FOSS</h3> +<p><a href="https://gofoss.net/">https://gofoss.net/</a></p> +<blockquote> +<p><a href="https://gofoss.net/">gofoss.net</a> is a free and open source guide to online privacy, data ownership and durable technology. The project was launched in 2020 by a small team of volunteers, and is 100% non-profit – no ads, no tracking, no sponsored content, no affiliates.</p> +<p>We deplore that many tech companies generate profits at the expense of user privacy. We are increasingly concerned about governments intruding into the private sphere of citizens. And we see an urgent need for action to lower the environmental impact of technology.</p></blockquote> +<div class="image-container"> + +<a href='https://gofoss.net/'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/gofoss.webp' +> + +</a> + + + +</div> +<h3 id="online-spyware-watchdog">Online Spyware Watchdog</h3> +<p><a href="https://spyware.neocities.org/">https://spyware.neocities.org/</a></p> +<blockquote> +<p>The goal of this website is to classify spyware programs, so that users can be more aware that they are installing spyware.</p> +<p>Many &ldquo;everyday&rdquo; applications are actually spyware. We take an expansive and strict stance on what constitutes spyware. We define spyware as anything that includes telemetry, phoning home, automatic updates or is listening in without the user&rsquo;s knowledge or consent.</p></blockquote> +<div class="image-container"> + +<a href='https://spyware.neocities.org/'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/watchdog.webp' +> + +</a> + + + +</div> +<h3 id="prism-break">PRISM BREAK</h3> +<p><a href="https://prism-break.org/en/">https://prism-break.org/en/</a></p> +<blockquote> +<p>Help make mass surveillance of entire populations uneconomical! We all have a right to privacy, which you can exercise today by encrypting your communications and ending your reliance on proprietary services.</p></blockquote> +<div class="image-container"> + +<a href='https://prism-break.org/en/'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/prismbreak.webp' +> + +</a> + + + +</div> +<h3 id="switching-software">Switching Software</h3> +<p><a href="https://switching.software/">https://switching.software/</a></p> +<blockquote> +<p><a href="https://switching.software/">switching.software</a> is a grassroots website, that is trying to let people know about ethical and easy-to-use alternatives to well-known websites, apps and other software.</p></blockquote> +<div class="image-container"> + +<a href='https://switching.software/'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/switchingsoftware.webp' +> + +</a> + + + +</div> +<h3 id="privacy-guides">Privacy Guides</h3> +<p><a href="https://www.privacyguides.org/en/">https://www.privacyguides.org/en/</a></p> +<blockquote> +<p>Privacy Guides is a socially motivated website that provides information for protecting your data security and privacy. Our mission is to inform the public about the value of digital privacy, and global government initiatives which aim to monitor your online activity. We are a non-profit collective operated entirely by volunteer team members and contributors. Our website is free of advertisements and not affiliated with any of the listed providers.</p></blockquote> +<div class="image-container"> + +<a href='https://www.privacyguides.org/en/'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/privacyguides.webp' +> + +</a> + + + +</div> +<h3 id="awesome--delightful-lists">Awesome / Delightful Lists</h3> +<p>Lists like these are excellent resources for finding curated and detailed information. These are very often more useful than search engines, which will very often point you to a few sponsored results.</p> +<ul> +<li><a href="https://github.com/sindresorhus/awesome">https://github.com/sindresorhus/awesome</a></li> +<li><a href="https://codeberg.org/teaserbot-labs/delightful">https://codeberg.org/teaserbot-labs/delightful</a></li> +</ul> +<p>Publishing your own lists and indexes is a very powerful thing indeed. +It can be as simple as a text file, or a fully-featured search-enabled site. No matter what, the content is able to stand on it&rsquo;s own and can be freely shared.</p> +<hr> +<h2 id="understanding-the-method">Understanding the method</h2> +<p>FreeCodeCamp.org has an excellent <a href="https://youtu.be/RGOj5yH7evk">Crash Course</a> on git for beginners.</p> +<h3 id="example-filling-a-large-spreadsheet">Example: Filling a large spreadsheet</h3> +<p>Suppose you have a very large spreadsheet that has links to check for information, which then needs to be filled out into columns. With only a few rows, this can be quite manageable, but when there&rsquo;s thousands it can become difficult for even a team of people.</p> +<table> + <thead> + <tr> + <th>Link</th> + <th>Model #</th> + <th>Price</th> + </tr> + </thead> + <tbody> + <tr> + <td>example.com/1</td> + <td>Type 1</td> + <td>$5,500</td> + </tr> + <tr> + <td>example.com/2</td> + <td>Type 2</td> + <td>$6,450</td> + </tr> + <tr> + <td>example.com/3</td> + <td></td> + <td></td> + </tr> + <tr> + <td>&hellip;</td> + <td></td> + <td></td> + </tr> + <tr> + <td>example.com/1230532</td> + <td></td> + <td></td> + </tr> + <tr> + <td>&hellip;</td> + <td></td> + <td></td> + </tr> + </tbody> +</table> +<p>Instead of trying to sync a massive spreadsheet with hundreds of volunteers, making coordination quite difficult, you decide to try to use <code>git</code> to allow for parallel changes.</p> +<p>The first step would be to turn the massive spreadsheet into a <code>.csv</code> file, so that it can be edited in pure text, without worrying about which tools people are using. This allows your volunteers to contribute even if they don&rsquo;t use the same software as you.<br> +It would look something like this:</p> +<pre tabindex="0"><code>Link,Model #,Price +example.com/1,Type 1,5500 +example.com/2,Type 2,6450 +example.com/3 +example.com/4 +... +</code></pre><p>The goal here is to have volunteers submit their changes as quickly as possible in a way that&rsquo;s easy to manage. So that there isn&rsquo;t any duplication the project is hosted on a <strong>forge</strong>. A forge is an online site that hosts git repositories. For simplicity, in this example we will use GitHub.</p> +<p>The project maintainer creates a new <strong>git repository</strong> on github, then adds the <code>.csv</code> file. A simple procedure would be to encourage volunteers to start at a random item # to further avoid duplicate work. I&rsquo;ll explain what a potential contributor would need to do in this instance.</p> +<h4 id="the-worker-bee-1">The worker bee</h4> +<p>Volunteers will <code>clone</code> the repository. This allows them to download the <code>.csv</code> file and all previous changes that have been approved. The volunteer can then start opening the links and adding the information to their <code>.csv</code> file.<br> +For example:</p> +<pre tabindex="0"><code>Link,Model #,Price +... +example.com/15,Type 15,7500 +example.com/16,Type 16,3225 +example.com/17,Type 17,4605 +example.com/18,Type 18,8420 +... +</code></pre><p>The advantage of using git here is that it <em>manages the changes</em>. The volunteer can send this .csv directly to the project maintainer, or use the <em>pull request</em> feature to ask the maintainer to incorporate their changes.</p> +<h3 id="alternatives">Alternatives</h3> +<p>The <em>vision</em> behind operation beehive is decentralized permission-less work. This is not limited go tools like <code>git</code>. In fact, any wiki with open registrations would work quite well as well. The important features are that you work in an open and deterministic way, that makes it easier for people to carry on.</p> +💌 Thank you for reading this via RSS 📡 + + + + Has the technocracy already assimilated you? + https://libresolutions.network/articles/technocratic-assimilation/ + Mon, 29 May 2023 00:00:00 +0000 + + https://libresolutions.network/articles/technocratic-assimilation/ + + https://libresolutions.network//media/images/dystopia.webp + + + Where does the balance of power lie within your life? + <p>The technocracy is a managerialist top-down system of control with no accountability towards it&rsquo;s subjects. From the perspective of the system&rsquo;s owners, the subjects are at best livestock to be harvested and the worst is far too horrible to imagine. Such a cruel and deranged system seems quite alien to most people, despite often living it out in their own daily lives. Regardless of what disagreements divide people, far more are united under subservience to technological tyranny.</p> +<p>But surely you&rsquo;re immune to this? You&rsquo;ve recoiled in horror at many recent developments, turning that disgust into productive action to work towards a better future right? Sadly, we know all-too-well that there&rsquo;s always more work to be done. It&rsquo;s a never-ending, thankless toil that merely begets more challenges and more frustration. It&rsquo;s become quite clear to you that merely seeing through the lies alone is not enough to manifest change.</p> +<h2 id="technological-terror">Technological Terror</h2> +<p>The &ldquo;<em>Internet of Things</em>&rdquo;, and cloud services all work well to centralize information and control into a small set of hands. With innumerable opportunities for abuse, these systems create dangers that can be quite difficult to identify once one has become a captive. Restrictions can often be <em>out of sight, and out of mind</em>. <em>Convenience</em> is often a derogatory term for pragmatic choices people are nudged into making.</p> +<h3 id="on-demand">On-demand</h3> +<p>With a couple of taps nearly anything can be at your door in a relatively short period of time. Instant gratification of all manner of pleasures is only restrained by your budget or appetite. Cheap pleasure erodes away people&rsquo;s ability to appreciate joy in the simple things. While some things are now more accessible, many people fall into the trap of losing control of their own agency. What was once a convenient take-out treat can be a vulnerable person&rsquo;s go-to-meal.</p> +<h3 id="data-serfdom">Data serfdom</h3> +<p>Many online services can help people start projects quickly. Those projects can be locked-in to formats that can be difficult to reproduce other places. Regaining control of your media and source files can be a massive challenge when one works entirely within online cloud services instead of programs running on their own machine.</p> +<h3 id="junkification">Junkification</h3> +<p>As bad as the software can be, often the hardware isn&rsquo;t much better. Devices can constrain the user from installing or removing software, they can also take on surveillance directly. Despite much progress, the complexity of these devices often makes them too difficult or too expensive to pragmatically repair. When devices no longer receive security updates, it may not be safe to use them much longer anyways. <em>Planned obsolescence</em> is just part of the picture, a variety of awful incentives can create unusable devices from the very beginning. This is especially true of devices that are reliant on online services.</p> +<h2 id="hacking-humans">Hacking humans</h2> +<p>Power in society has always been some combination of resources, force and influence. These factors create powerful incentives that have a massive impact on people&rsquo;s behavior. The more extreme the power, the more overt it would become, sometimes formalizing into official structures. In some instances, people would consciously decide to act in defiance or opposition to such rule for a variety of reasons. In the information age, power doesn&rsquo;t need to be so crude, it can disguise itself with all kinds of illusions.</p> +<p>Information Asymmetry allows those with power to act in ways others may not even be able to predict. Censorship, surveillance, and propaganda are all powerful tools used to coerce people into a variety of losing bets. Over time, the distortions created by the powerful can fade into the background and become unthinkable to even notice.</p> +<h3 id="algorithmic-feeds">Algorithmic Feeds</h3> +<p>Being able to control what others see is a phenomenal power, having influence over it is quite a valuable currency. The advertizing industry built very sophisticated tools to monitor and manipulate people in precise ways. Far from being limited to mere novelty, these techniques were used to sell <em>ideas and emotions</em>. Through advanced marketing tools people&rsquo;s very minds became yet another natural resource to become polluted. Instead of the hazards being toxic chemicals, the ideal consumer was forged in an overwhelming foundry of fear.</p> +<blockquote> +<p>Fear leads to anger&hellip;</p></blockquote> +<h4 id="impotent-outrage">Impotent outrage</h4> +<p>It is well understood that triggering people&rsquo;s fight or flight response will get decisive action. Bathing the public in their insecurities became a very effective way to drive people to buy or promote things without thinking. These rash actions would inevitably create negative consequences, buyer&rsquo;s remorse would be greeted with familiar temptations. As people&rsquo;s relations with each other soured, the onset loneliness would drive people further and further into anger and sadness.</p> +<blockquote> +<p>&hellip;Anger leads to hate.</p></blockquote> +<h4 id="radicalization">Radicalization</h4> +<p>As tempers flared, something needed to take the fall. The true (and often self-inflicted) causes of people&rsquo;s suffering was far too difficult to face, instead people tore into each other. It&rsquo;s far easier to get cheap satisfaction over another than to address one&rsquo;s own problems. Perceived slights escalate into violent outbursts. With no shortage of justified rage, people lose sight of the humanity in each other.</p> +<blockquote> +<p>&hellip;and hate leads to suffering.</p></blockquote> +<h4 id="tragedy">Tragedy</h4> +<p>It didn&rsquo;t take much for people to eye-for-an-eye themselves into a very blind world. Not only can people not see what&rsquo;s right before them, but they can hardly hear those around them either. Instead, people instantly react to the quickest impression they can form to a particular post, comment, or piece of media. Nobody feels heard, and all feel forgotten. The wounds from past battles accumulate as the war on all rages on.</p> +<p>Those with any sense flee to what few alternatives existed, or retreated entirely. The digital nomads roaming cyberspace are scattered. They can see the fires from a distance, but they would often dissipate before getting close. Many were able to purchase peace at the price of solitude and isolation.</p> +<h2 id="checkup">Checkup</h2> +<p>Every <em><strong>Yes</strong></em> answer to the following questions is something that gives the technocracy leverage over you. Nobody is completely invulnerable. When engaging with others, it&rsquo;s important to encourage each other to make positive change, rather than nit-pick various shortcomings. Flaws should be an opportunity to learn how to overcome challenges, rather than a cause for scorn.</p> +<h3 id="finance">Finance</h3> +<ul> +<li>Are the majority of your purchases made via credit card?</li> +<li>Are you unable to get your essentials from locally owned enterprises.</li> +<li>Would you willingly &ldquo;sell out&rdquo; for money or career advancement, regardless of the impacts on others?</li> +<li>Are you living paycheck-to-paycheck?</li> +<li>Do you feel pressure to &ldquo;make-up&rdquo; for lost time?</li> +<li>Are your financial assets solely comprised of publicly-traded corporations and government bonds?</li> +<li>Is your income derived from government funding?</li> +<li>Are you constantly exposed to advertizing or sponsored promotions?</li> +<li>Would you be unable to trade for essentials without currency?</li> +<li>Are you inefficient with your time?</li> +<li>Can you name 5 brands, but not 5 kinds of trees native to your area?</li> +</ul> +<h3 id="technology">Technology</h3> +<ul> +<li>Would you be unable to go a day without your smartphone, and still be productive?</li> +<li>Does most of your computing take place using commercialized online services rather than offline programs?</li> +<li>Does your operating system record data on you?</li> +<li>Do you own a &ldquo;Internet of Things&rdquo; device like a smart TV or smart appliance?</li> +<li>Are search engines your only means of finding specific information?</li> +<li>If the Internet went down, could you still earn a living?</li> +<li>Is a majority of your entertainment derived from online services?</li> +<li>Would you be unable to do your regular errands without GPS or online-assisted navigation?</li> +<li>Is your profession reliant on cloud services or other proprietary enterprise software?</li> +<li>Would you be unable to teach a child math, art, or other skills without assistance of the Internet?</li> +<li>Does your transportation require you to divulge personal information?</li> +</ul> +<h2 id="alright-alright-now-what">Alright! Alright! Now what?</h2> +<p>Before you despair too much, understand that this isn&rsquo;t a single person&rsquo;s journey. To varying degrees, we are all captivated by forces either entirely outside of our control, or simply the consequences of decisions we&rsquo;ve made in the past. With few exceptions, almost nobody has managed to entirely wild themselves from the world. Perhaps this isn&rsquo;t inherently a bad thing. Ideally, in a fair and just society people <em>would want to have a <strong>stake</strong> in it</em>.</p> +<blockquote> +<p>Society grows great when people plant trees whose shade they shall never enjoy.</p></blockquote> +<p>No single person has the power to unilaterally transform it all, but every one of us has the capacity to redirect our focus, resources and spirit in a different direction. Have compassion for your own shortcomings as well as those of others. If we truly want to make a lasting improvement instead of merely pledging support to the same leaders in different uniforms, we&rsquo;re going to need to <em>change the game itself</em>. To do this, we&rsquo;ll need to understand what we&rsquo;re trying to navigate away from, which can help prevent us from forgetting what we&rsquo;re working towards.</p> +<h3 id="rewilding-ourselves">Rewilding ourselves</h3> +<p>Society domesticates people. This isn&rsquo;t inherently a bad thing, as trust grows people are naturally able to lower some defenses. The trouble comes when tyrants or opportunists decide to abuse that trust, rapidly diminishing it and harming those who haven&rsquo;t yet raised their own defenses. Then those who are the most trusting are hurt the most, and those who are the most guarded can often endure.</p> +<p>Becoming wild again doesn&rsquo;t mean becoming aggressive or cruel, merely gradually rebuilding your individual and social boundaries that have been eroded over time. Empowering yourself to be stronger, more skilled, or efficient can go a long way to rebuilding that independence. Though it&rsquo;s important to remember that we are social creatures, we need friends, allies, and family all the same.</p> +<p>By making yourself wild from systems of control, you can help build independence from it that builds room for others to do the same. This is an entirely different path than merely reforming society as it exists. Instead you are taking as much control of your life as you can, and working to build something entirely different. Taking deliberate action to become wild is to embrace a world where every choice is your own.</p> +<p>To do this, you&rsquo;ll need to make a conscious decision to reject the world as it exists, and form a clear idea of how you want to live despite it. In some cases there may be a negotiation, in others there may be outright rejection. You will likely still face consequences for these actions, but ultimately you are taking them head on. A simple example is to reject a social credit score in advance. Knowing that one is being made gives you the opportunity to deliberately live in defiance of it.</p> +<h3 id="make-peace">Make peace</h3> +<p>The greatest weapon of all tyrants is fear. Fear is used to induce compliance and paralyze opposition. Regardless if your fear is of death, capture, or assimilation into some hivemind, your first act of resistance is to shed your fear of it. Living without fear is hard. It&rsquo;s easy to underestimate the challenge during easy times, but when one is surrounded by panic it&rsquo;s a different environment all-together.</p> +<p>Every bit counts. The more at peace you are with yourself and your surroundings, the easier it is to make progress and support others. It&rsquo;s natural to get caught off-balance once in a while, but it&rsquo;s critical that you maintain focused on regaining your focus. We all need each other. Helping your allies in a difficult time can often mean a lot more than advancing against your opponents.</p> +💌 Thank you for reading this via RSS 📡 + + + + Raise your Shield + https://libresolutions.network/articles/raise-your-shield/ + Fri, 19 May 2023 00:00:00 +0000 + + https://libresolutions.network/articles/raise-your-shield/ + + https://libresolutions.network//media/images/platos-cave.webp + + + Guard and redirect your intentions + <p>It&rsquo;s a cliche nowadays to point out that society is fractured. The Culture Wars are no longer a side-show for the politically obsessed, instead they are front-and center in the spectacle, aggressively inciting the wider public to participate. Hate your family? Hate your community? Hate your country? Even worse, do you hate yourself? There is no shortage of (often quite valid) reasons to keep you in a prison of rage and despair.</p> +<h3 id="they-want-you-to-hate">They want you to hate</h3> +<p>It&rsquo;s quite alluring bait. The trap is so well executed that people&rsquo;s ability to truly humanize each other is effectively cut off by their own anger. This was no accident. It is quite a mistake to entirely dismiss the Culture Wars as a <em>mere distraction</em>. Many people have lost much just trying to make sense of the chaos and suffered a lot in the crossfire. The terrifying truth is that we have the most influential powers in society actively working to undermine people&rsquo;s ability to peacefully resolve conflict.</p> +<p>This has disarmed us from being able to correct or prevent institutional abuses. By fracturing people into isolated pits of fury and sadness people are unable to build even enough trust to communicate. Think of those people you&rsquo;re entirely unable to reason with, who benefits from your collective isolation? It&rsquo;s hard to escape when everyone is either too worn out or too hurt to meaningfully reciprocate.</p> +<p>Surely you&rsquo;ve heard &ldquo;<em>The only winning move is not to play</em>&rdquo;.<br> +That leads one to ask &ldquo;What game is being played, exactly?&rdquo;.<br> +In this piece, I&rsquo;m going to try to lay out the game in it&rsquo;s entirety as best as I can.</p> +<h2 id="the-game">The Game</h2> +<p>Life itself is a series of contests. Some are trivial like friendly competitive sports, others are all-encompassing horrors like wars. You don&rsquo;t always get to choose what competitions you&rsquo;re in, some even operate outside a person&rsquo;s natural lifespan. A great variety of circumstances of your birth have profound impact on what games you&rsquo;re a part of and which ones you can join or leave. No two people are entirely alike, (as a twin I would know) different people will very often play the same cards differently.</p> +<p>Many games make many prizes, some for the good, others for ill. Depending on your goals, some prizes may be hugely significant others may be outright disastrous. Ignorance is not bliss in many cases, others will often leverage it to their benefit. With only so much time to think, choose, and act, things can really start to look <em>rigged</em> from various points of view.</p> +<p>Very few people have the means, power, or influence to make massive changes on their own, but the sum total capabilities of many people can&rsquo;t be overstated. Being able to influence a great many connected, talented, and driven people is a phenomenal power for one to have. This is the real power that rulers wield. Whether taken by force, or voluntarily given, there is a hard limit on how much cooperation can be effectively leveraged towards goals. This is the raw basis for the <em>social contract</em>. Eventually, the ruler or institution loses enough will to cooperate that people move to defect.</p> +<h3 id="keeping-score-currency">Keeping score: Currency</h3> +<p>It&rsquo;s ironic to talk about the raw power of money these days. Odds are if you&rsquo;re reading this you&rsquo;re used to using a <em>fiat currency</em> which is to say a currency backed by &ldquo;faith and credit&rdquo; of your government. This is not the same as saying it&rsquo;s backed by nothing. Far from it, any currency is a de-facto measurement of the amount of raw power wielded by it&rsquo;s participants. That power can be used for good or evil. Every person proportional to the currency they wield makes a real tangible impact on the use of that currency.</p> +<p>Currency in a peaceful and productive civilization will be highly valuable, but there are other variables. The currency of a despotic and cruel system is <em>blood money</em>. This is what makes the love of money the root of all evil: prioritizing currency above all else is an open and active endorsement of the naturally imperfect dominance hierarchy. The more vicious the society, the more cruelty required to maintain the currency.</p> +<p>One of the vital aspects of currencies is that they act as a <em>means of communication</em>. Prices send powerful signals to people in all stations of life. For some prices represent options, for others they represent permission. This is why nearly all discussion of the Culture Wars misses vital context. The Culture Wars are merely offshoots of an all-encompassing global class war that we were all born into.</p> +<p>&ldquo;<em>Money makes the world go round</em>&rdquo; as many say, but it&rsquo;s far from the only factor. For many people once their basic needs are met they often consider different pursuits such as pleasure, knowledge, or power.</p> +<h3 id="the-rule-of-power">The rule of power</h3> +<p>Since currency is information, consider that money is the code that programs society. But what is the machine doing? Money communicates and coordinates power, but every civilization that uses money uses it for various purposes. Those purposes can be things like maintaining order, researching and building technologies, or fighting off competing civilizations. This is not merely done with money, but often with hard violence.</p> +<p>Anarchists correctly point out that governments are inherently violent entities. This is because every government is a formalization of a very real and harsh power structure. This power structure effectively operates as a <em>protection racket</em>, requiring some of your wealth or labor in exchange for keeping competitive systems at bay. Every idealist hopes that we can live without the need for brutal and violent governments, if any at all. The challenge is that any person or group powerful enough to compete with other states is nearly already one themselves.</p> +<p>Rulers offer people a choice, exist within the established order or at least don&rsquo;t interfere with it. Those choosing to negotiate with the existing order are <strong>reformers</strong> and those who actively seek it&rsquo;s demise are <strong>radicals</strong>.</p> +<p>Reformers will <strong>always</strong> have to make compromises with the society as it is. They generally have a great deal to lose if the game changes too much. A good reformer will work to make the system more flexible and robust. All reforms come at a real price however, they cost those in power making serious concessions potentially at the expense of their own station. This means that whatever power spent, they are almost always insufficient to address the primary grievances that drive them.</p> +<p>This is why every society will have a significant amount of varied radicals who focus on a kaleidoscope of interests. Radicals that are isolated and alone are fruitless. Societies over time have come up with many ways to either placate or contain radicals of all persuasions. Radicals can never and never will be united on consensus. Everyone can be fractured along lines of culture, religion, social class, among other things. This doesn&rsquo;t mean things can&rsquo;t change however, the moment radicals start to unite along widely shared <strong>red lines</strong>, they have a real chance to upset the balance of power.</p> +<p>A healthy society actually needs radicals. Every society will gradually assimilate reformers into being wholly ineffectual. In an advanced state, there will be no reformers at all, merely puppets instead. Eventually things become so apparent that radicals are able to build <em>coalitions</em> that together represent enough power to either fundamentally change the hierarchy. This is one of the reasons it&rsquo;s nearly impossible for societies to merely &ldquo;turn back time&rdquo; and go back to how things were, the conditions have been changed entirely.</p> +<p>When a large coalition of radicals is in danger of truly flipping the table, society has a stabilizing mechanism: an open bid for reformers. It&rsquo;s in the interests of those in power to provide the smallest concession that dismantles the coalition. This is why radicals have no use for a complicated consensus, it can be fractured far too easily. Only when an overwhelming amount of people get together and decide which few changes are <em>non-negotiable</em> is when a fruitful coalition can form. That said, it is much easier said than done.</p> +<h3 id="power-corrupts-absolutely">Power corrupts, absolutely</h3> +<p>There have been many times throughout history where one despotic order was replaced with another one that was every bit as cruel. This is because as people accrue power, be it through influence, currency, or force it begets a terrible cost on one&rsquo;s soul. The desire to rule over others to achieve one&rsquo;s goals is a very powerful temptation.</p> +<p>Very often &lsquo;victory&rsquo; can come at too high a toll. When the price of more change is more power, power often comes at the cost of real priorities. This creates a horrific spiral of needless destruction. Surely none of us want that right? How can we avoid the corruption of power while still advancing peace, liberty and prosperity?</p> +<p>Is it even possible at all?</p> +<h2 id="becoming-incorruptible">Becoming incorruptible</h2> +<p>Becoming a saint is certainly no small task. Thankfully, you don&rsquo;t need to succeed to make a meaningful impact. While it&rsquo;s impossible to get by with no power, your goal is to fundamentally maximize your <em>efficiency with power</em>. Being able to do more with less direct power gives you phenomenal options. By reducing your reliance on corrupt or tyrannical systems you will gradually become less beholden to their machinations. Eventually, you could get to the point where you&rsquo;re able to support others to act in better ways. The less power you need yourself, the more you can share with others. Power efficiency isn&rsquo;t a zero-sum game. Often helping others will significantly help you as well. This inevitably helps you form positive and healthy relations with others.</p> +<p>Setting small tangible goals and working towards them can help you better understand your limits and faults. The only way to turn down the allure of vast power is to come to terms with what is &rsquo;enough&rsquo; for you. Coming clean to yourself about what your real goals can help you understand what you are, and are not willing to do to achieve them. Once enough people work towards making incremental changes to shift away from systems working against us, and make small movements towards better areas, we will all benefit in innumerable ways.</p> +<h3 id="team-up">Team up</h3> +<p>If not already, you are now on <strong>Team Humanity</strong>. Your goal is to find ways to support others or otherwise decentralize power away from corrupt systems and people. Almost always you don&rsquo;t need to take anything or anyone head on, instead focus your energy on building people up and other productive outlets like making things. <strong>Learning</strong>, <strong>Creating</strong> and <strong>Sharing</strong> are the three pillars of the decentralized revolution. Instead of working to rally behind another despot in the waiting, you can help everyone get to a point where tyrants have no power at all.</p> +<p>Teaching others, providing for their needs, or comforting them is what will truly make an impact. It sounds too good to be true, but every ruler needs an army. Odds are you don&rsquo;t have a bigger army, so your only hope is that people together have the means and motivation to resist abuse of power. The more powerful the people are in every way, the less power individuals can accrue over others. This applies to all aspects of life; necessities like food and water, tools like technology and machines, as well as social needs like belonging and companionship. Team humanity needs to be where the cool and happy people are.</p> +<p>Anything that you can do to provide for yourself and others is vitally important, but stop short of working to gain power <em>over others</em>. Leadership is about setting an example and proving that things truly can be different. No state or laws can withstand the collective might of the people. You don&rsquo;t need to be on the same page as them to trust them to act in their own interests, which is why leveling the playing field helps reduce defectors.</p> +<h3 id="be-the-change-you-want-to-see">Be the change you want to see</h3> +<p>With the powerful tools at our disposal today, we have not just the opportunity but the obligation to try to use them for the most noble uses we can muster. The device you&rsquo;re reading this on is much more powerful than the systems that put a flag on the moon. Don&rsquo;t underestimate what a couple of creative individuals can achieve if they truly dare to imagine a better future. Don&rsquo;t give up on people, we all have our flaws and have made many mistakes. Take the time to reflect and collect yourself before engaging in petty fights. There is so much more to others than you think. The only thing worth fighting for is genuine love for yourself and others. Genuine self-respect is the bedrock to building a solid foundation of compassion and genuine joy with others.</p> +💌 Thank you for reading this via RSS 📡 + + + + DDoS Attack on the Mind (with Operation Uplift) + https://libresolutions.network/videos/operation-uplift/ + Tue, 09 May 2023 00:00:00 +0000 + + https://libresolutions.network/videos/operation-uplift/ + + https://libresolutions.network//media/images/rounding-the-earth.webp + + + + <p>Introducing the <a href="https://libresolutionsnetwork.substack.com/cp/120613391">Operation Uplift Community</a> +Watch on <a href="https://roundingtheearth.com/ddos-attack-on-the-mind/">Rounding The Earth</a></p> +💌 Thank you for reading this via RSS 📡 + + + + RTE Discussions - Encryption + https://libresolutions.network/videos/rounding-the-earth-3/ + Mon, 08 May 2023 00:00:00 +0000 + + https://libresolutions.network/videos/rounding-the-earth-3/ + + https://libresolutions.network//media/images/rounding-the-earth.webp + + + Discussing stragegies and the future of the digital landscape. + <p>Watch on <a href="https://roundingtheearth.com/exploring-encryption/">Rounding The Earth</a></p> +<iframe src='https://peertube.libresolutions.network/videos/embed/a4c68bf5-160a-4ef5-91e8-05ceb3edb79c' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>Follow Rounding The Earth on <a href="https://roundingtheearth.substack.com/">Substack</a> or <a href="https://roundingtheearth.locals.com">locals</a> and <a href="https://roundingtheearth.com/feed">RSS</a></p> +💌 Thank you for reading this via RSS 📡 + + + + The Protocol Wars are Here + https://libresolutions.network/articles/protocol-wars/ + Mon, 08 May 2023 00:00:00 +0000 + + https://libresolutions.network/articles/protocol-wars/ + + https://libresolutions.network//media/images/datacenter-war.webp + + + What tools are best to reclaim our digital autonomy? + <h1 id="the-protocol-wars">The Protocol Wars</h1> +<p>Battle lines are being drawn. The stakes could never be higher, the very future of how we all interact online is in our hands. It was so simple when everyone was silo&rsquo;d onto a few corporate controlled platforms. Now, there are new platforms that aren&rsquo;t merely controlled by a single entity, they are <em>interoperable</em> with each other, meaning that each system is composed of compatible units.</p> +<p>Will one system entirely dominate the others? Will &ldquo;super-nodes&rdquo; grow to dominate the entire ecosystem, leaving us with big tech tyrants yet again? How will you ensure that communications networks aren&rsquo;t used as tools to <em>shape</em> the discussion, rather than support it?</p> +<h2 id="awaiting-the-peer-to-peer-utopia">Awaiting the peer-to-peer utopia</h2> +<p>Currently, we&rsquo;re not quite able to jump straight to a private, secure and free-as-in-freedom peer to peer network. There are a variety of challenges in attempting to create a pure peer-to-peer ecosystem that get in the way. A peer-to-peer ecosystem that relies on participants using locked-down and controlled smartphones has limited usefulness. On the other hand, peer-to-peer file-sharing networks have maintained their robust existence as they are build on top of powerful machines with lots of bandwidth and storage.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/peer-to-peer.webp' +> + + + +</div> +<p>We can&rsquo;t escape the fact that hardware is a critically important part of the technological landscape. People&rsquo;s own technical skill and the capabilities of their hardware have a profound impact on what possibilities can emerge. There are real trade-offs when trying to move away from a client-server model. This is because <em>servers are useful and efficient</em>. Different participants may want more or less resources assigned to particular tasks, and using specialized hardware for the task goes a long way.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/board.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/hardware-matters" ><h2>Principle: Hardware matters</h2><i>It is easy to underestimate the underlying structure of our digital world.</i></a> + + <span></span> + </div> +</section> +<p>There are also privacy risks when it comes to peer-to-peer connections. Some protocols still will require a server to set up connections between peers, and unless you&rsquo;re using an anonymization network like Tor or I2P you&rsquo;re divulging information about you to other peers. This is why there is still a long way to go before truly peer-to-peer systems will be used as the standard.</p> +<h2 id="the-server-to-server-paradigm">The Server to Server paradigm.</h2> +<p>This doesn&rsquo;t mean we can&rsquo;t meaningfully decentralize. It&rsquo;s possible for people to run servers for themselves as well as others. The people using them gain most of the advantages of centralized systems, like being able to connect from thin-clients like smartphones.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/fedi-map.webp' +> + + +<p class="caption"> + Distributed Fediverse Instances <a target='_blank' href='https://fediverse.observer/map'>Source</a> +</p> + + +</div> +<p>You can then add real <em>interoperability</em> by using an open protocol to allow the servers to act as servers for each other. With a Server-to-Server layer, these systems have the advantage of being parts of a larger whole. Often these systems are called <em>federated</em> because they work as networks of communities.</p> +<p>This allows new protocols and systems to scale as well as the Internet itself. Having a server-to-server mechanism allows for an incredible amount of flexibility. Maybe some servers respond to all the others, maybe some of them only respond to ones they know. Everyone could eventually be situated with their own preferences without impacting others, all while still having an interoperable means of connecting.</p> +<h3 id="bridges">Bridges</h3> +<p>Once there is an open server-to-server protocol in place, it&rsquo;s easy for different systems to be bridged to each other. Either systems can adopt the same server-to-server protocol (federation) or they can translate from one protocol to another (bridging).</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/fedi-nostr-bridge.webp' +> + + + +</div> +<p>Bridges have been used on <a href="https://matrix.org/bridges/">matrix</a> to allow people to control all their chat applications from a single account. Any open protocol can be bridged to bring people together.It&rsquo;s a powerful technique that means that no single protocol has to dominate, instead they can cooperate.</p> +<h2 id="trade-offs">Trade-offs</h2> +<p>There are large differences to using different ecosystems. People may prefer something that could be decentralized but is still quite controlled like Blue Sky, or they may want to build custom software to only use protocols in deliberate ways. It&rsquo;s a wide spectrum, and some choices have bigger impacts than others.<br> +Things worth considering are:</p> +<ul> +<li>Is the protocol open and allows <em>permissionless</em> participation?</li> +<li>Does the protocol allow you to store information on your own machine, or one under your control?</li> +<li>Is the software <a href="https://www.fsf.org/about/what-is-free-software">free</a> from unwanted or harmful dependencies?</li> +</ul> +<h3 id="broadcast-systems">Broadcast systems</h3> +<p>If you&rsquo;re trying to get information out into the world, privacy may not be the highest priority. You&rsquo;ll still want to be secure, you won&rsquo;t want to be credibly impersonated, but you may not need perfect anonymity or to encrypt messages. A simple <a href="https://libresolutions.network/articles/best-website-for-you">static website</a> suits this purpose, but so does a profile on a well-run and popular social media service.</p> +<h2 id="fediverse">Fediverse</h2> +<p>The <a href="https://libresolutions.network/tags/fediverse">fediverse</a> has the potential to be a truly meritocratic digital town square.<br> +There are many community-run or self-hosted servers that operate without algorithmic manipulation or ads. Each user either runs or joins an <em>instance</em> that will host their content as it&rsquo;s shared with others.</p> +<p>Get started: <a href="https://jointhefedi.com/">https://jointhefedi.com/</a><br> +Popular Servers: <a href="https://soapbox.pub">Soapbox</a> or <a href="https://joinmastodon.org/">Mastodon</a> and many <a href="https://fediverse.info/explore/projects">more</a>..</p> +<h2 id="nostr">Nostr</h2> +<p>Nostr is a simple protocol with lots of new clients and features being built. It replaces the concept of a &ldquo;home server&rdquo; with many inter-changable relays. The primary advantage of this is that it prevents server administrators from being able to block people on behalf of other users. As long as two nostr users share a relay they are able to communicate. Some nostr communities have setup paid relays.</p> +<p>Get started: <a href="https://nostr.com/get-started">https://nostr.com/get-started</a><br> +Project: <a href="https://nostr.com/">https://nostr.com/</a><br> +Popular Client: <a href="https://iris.to">https://iris.to</a><br> +Popular Relay Software: <a href="https://github.com/Cameri/nostream">nostream</a></p> +<h2 id="private-systems">Private Systems</h2> +<p>When having private communications with friends/family or even co-workers it&rsquo;s great to have systems away from prying eyes. It&rsquo;s helpful to have a free and open protocol that people can communicate with you privately, that doesn&rsquo;t rely on sharing infrastructure. End-to-end encyption helps protect users on different servers from prying-eyes.</p> +<h3 id="matrix">Matrix</h3> +<p>Matrix is an excellent chat protocol that supports large rooms as well as direct chats. As of now, <a href="https://element.io/blog/drop-in-drop-out-chats-with-video-rooms-and-a-new-search-experience/">video rooms</a> are now in open beta.</p> +<p>Get started: <a href="https://matrix.org/docs/projects/try-matrix-now">https://matrix.org/docs/projects/try-matrix-now</a><br> +Project: <a href="https://matrix.org">https://matrix.org</a><br> +Popular Client: <a href="https://element.io">https://element.io</a><br> +Popular Server: <a href="https://matrix-org.github.io/synapse/latest/">Synapse</a></p> +<h3 id="xmpp">XMPP</h3> +<p>XMPP is another federated chat protocol. It&rsquo;s fast and efficient and has been used for quite some time now.</p> +<p>Get started: <a href="https://xmpp.org/getting-started">https://xmpp.org/getting-started</a><br> +Project: <a href="https://xmpp.org">https://xmpp.org</a><br> +Popular Client: <a href="https://astral.ninja/">https://astral.ninja/</a><br> +Popular Server: <a href="https://prosody.im/">Prosody</a></p> +<h2 id="making-your-choice">Making your choice</h2> +<p>It&rsquo;s up to you! It&rsquo;s worth trying different things out to see what works well for others. Some may just stick with <a href="https://signal.org/">signal</a> for convenience, others may use <a href="https://delta.chat/">delta chat</a> because it can be used on top of e-mails people already have. Whatever you can do to take control of your own information and computing can go a long way.</p> +<p>Check out this conversation I&rsquo;ve had with Mathew Crawford on Rounding the Earth about how to think about different approaches to keeping your information safe.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/a4c68bf5-160a-4ef5-91e8-05ceb3edb79c' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>Whatever you do, it&rsquo;s important to know why you&rsquo;re choosing one system over another. It may be more effort, but a little change can go a long way when it comes to keeping your information out of the hands of adversaries. Once you have something that works well for you, it becomes easier to share those advantages with others.</p> +💌 Thank you for reading this via RSS 📡 + + + + Conceptualizing Information Control + https://libresolutions.network/articles/information-control/ + Sun, 23 Apr 2023 00:00:00 +0000 + + https://libresolutions.network/articles/information-control/ + + + + + + https://libresolutions.network//media/images/information-control.webp + + + Truth is the first casualty of war + <p>Knowledge is power. Control over knowledge is immense power. This power isn&rsquo;t merely used to advance sciences and create new technologies, instead it&rsquo;s often used to take control of other people. Almost everyone these days seems to believe they&rsquo;re surrounded by brainwashed masses. What if there really is something to that? Who, or what, is actually doing the brainwashing?</p> +<p>It is a mistake to assume that someone who is acting differently than you is always making those decisions from incorrect information. There are often times where different people will have wildly varying interpretations of the same information. Now, instead of using the same information, see how they react to subsets of the <em>same information</em>.</p> + +<p>This doesn&rsquo;t mean that everyone is always right, but rather that they can often be talking about different aspects of the <em>same problem</em>. This has been a substantial driver of the <em>Culture Wars</em> because different messaging is naturally going to resonate with different subsets of the population. To make things worse, problems and solutions are framed in terms of &ldquo;<em>What nails can we hit with this hammer</em>?&rdquo; before considering other tools.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/information-asymmetry.webp' +> + + + +</div> +<p>This is what has made <em>language</em> a critical component in political competition. If we do not share goals, it is to my advantage that I ensure that you use <em>my framing</em> to understand the world around you. Words themselves become skirmishes over the broad ideas they can represent. Splitting into dialects, different factions sound increasingly incomprehensible to each other. Cooperation becomes challenging, compromise becomes impossible. Even worse, people are no longer able to <em>negotiate boundaries</em>. This all-but-ensures future conflict.</p> +<h3 id="motivated-reasoning">Motivated reasoning</h3> +<p>As this process advances, and people start to perceive that they are in some kind of existential competition, Culture Wars escalate. Suddenly, groups are less interested in finding workable common-ground, but instead every action is part of a greater conquest. Groups are now no longer devoted to cooperating in wider society, but instead fracturing out territory to secure their interests.</p> +<p>There is a fair amount of evidence, that much of the present-day divisions have been <em>manufactured</em> since the 2008 bail-outs and Occupy Wall St protests. I&rsquo;m sympathetic to this interpretation, but it&rsquo;s important not to lose sight that these manufactured divisions have real, <em>material consequences</em>.</p> +<h3 id="hurt-people-hurt-people">Hurt people hurt people</h3> +<p>These consequences have, and if not addressed, will continue to escalate tensions. The biggest challenge is that people are not always likely to state their frustrations in the most constructive manner. Tragically, many will often aggressively take out those frustrations on those they can, rather than the actual causes of that frustration.</p> +<p>How many wounds have been caused by the Covid Crisis? How many <em>real avenues</em> have people had to even have their grievances acknowledged? Different people will have all kinds of unique and complicated scars from different challenges. It is no small task to merely bring clarity and understanding to what has happened, it&rsquo;s an even greater one to conceptualize the long arc of it all.</p> +<h3 id="what-does-this-all-have-to-do-with-information-control">What does this all have to do with information control?</h3> +<p>Leveraging people&rsquo;s unique perspective towards specific ends is how targeted advertising <em>works</em>. The technocracy has had the tools and understanding of how to manipulate large groups of people, each one at a time, for well over a decade, if not significantly longer. Many rush to point to smartphones as the culprit. In fact, their rise in prominence is very coincident with the rise of many of the Culture Wars. I&rsquo;ll present a different interpretation: <strong>It&rsquo;s not the smartphone, but what was in it.</strong></p> +<p>There is nothing inherently mind-killing about a small, portable computer that uses a touch-screen interface. What truly forged the massive mind control apparatus was the things that came with it:</p> +<ul> +<li>Real-time location tracking</li> +<li>24/7 audio and video surveillance capabilities</li> +<li>Corporate Social Media as <em>Digital information Control Systems</em></li> +</ul> +<p>Information Control Systems have been the cause of not only the Culture Wars, but many more problems as well. The smartphone era was what made these Information Control Systems go digital, but it was not the origin of information control.</p> +<p>Surveillance is rarely merely about curiosity, rather it&rsquo;s about gathering information to leverage control over situations. Massive dragnet surveillance of the population is one of the greatest acts of <em>Information Asymmetry</em> in all of human history.</p> +<h1 id="information-asymmetry">Information Asymmetry</h1> +<blockquote> +<p><em>I know you are, but what am I?</em></p></blockquote> +<p>Spy craft of all kinds is highly reliant on information asymmetry. Being able to see even only marginally clearer through the fog of war is a massive advantage.<br> +There are three ways to gain and maintain your advantage :</p> +<ul> +<li>Become faster or more efficient at uncovering valuable information</li> +<li>Sabotage other efforts by undermining them directly</li> +<li>Selectively manipulate or destroy information not to your advantage</li> +</ul> +<p>This is where surveillance, censorship, propaganda, and all kinds of devious activities come into play. By being able to monitor you, while keeping things secret from you, powerful entities are able to maintain an immense advantage over you.</p> +<ul> +<li>By learning your emotional limits, it&rsquo;s possible to learn how to manipulate you.</li> +<li>By learning your habits, it&rsquo;s possible to plan around them.</li> +<li>By understanding who you are, it&rsquo;s possible to target you specifically.</li> +</ul> +<p>It&rsquo;s impossible to comprehend the scope of what information about you is available for mechanized manipulation. On the other hand, it&rsquo;s vastly simpler for someone with control of that data to use it for nefarious ends. This vastly enhances psychological manipulation efforts and puts each person at the mercy of forces they can&rsquo;t fully understand.</p> +<p>It is the height of hubris to take your understanding of publicly available information to be the best understanding anyone can have. It is a guarantee that there are groups and lines of communication that you&rsquo;re not aware of that have been more successful at gleaning a clear picture.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/ignorance.webp' +> + + + +</div> +<p>This is why the stereotype of &ldquo;the lone conspiracy theorist&rdquo; is such delicious fodder for conspirators. There may simply not be enough information available to truly present a coherent case, even when there is one. With full understanding of your conspiracy, you can selectively reveal information to undermine even the best possible explanation. Even worse, it possible to discredit true accusations with slander and deflection.</p> +<p>If an entity has a clear understanding of a situation or set of information that knowledge can be used to selectively manipulate disclosure.This is different than a merely incomplete picture that just happens to be lacking information. Without knowing the entire picture it can be very difficult to distinguish manipulated from incomplete information.</p> +<p>This is why <em>limited hangouts</em> are such a serious concern. While it&rsquo;s possible that companies and institutions may be interested in true transparency, unless they&rsquo;re willing to provide all the information as they have it, it&rsquo;s still at best an incomplete picture. They may be obligated to omit information for legal reasons, or deliberately omit references to certain events to fundamentally alter people&rsquo;s perception of the disclosure.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/info-theory.webp' +> + + + +</div> +<p>Many times, the best that people have is an incomplete picture. People can quickly fall into the trap of grasping the first seemingly-coherent explanation that fits the data they have, without realizing that they may be missing all kinds of crucial information. While this may sound like the worst case scenario, it is far better than falling prey to a manipulated understanding presented by an adversary.</p> +<h2 id="digital-information-control-systems">Digital Information Control Systems</h2> +<p>I routinely call any centralized information sharing platform an <em>Information Control System</em>. This is precisely because of the asymmetric information advantage given to those who run and operate the system over the people who participate in it. Rudimentary tools like &ldquo;Trending&rdquo; lists are such a minor fraction at what operators of these systems have at their disposal.</p> +<p>For example, one could learn all kinds of things about you if they merely had access to your credit card&rsquo;s purchase history. Just like if I read through every post you&rsquo;ve ever made online. Any tool that isn&rsquo;t explicitly avoiding collecting data, is inherently vulnerable to divulging such information.</p> +<p>Surveillance is only half the story, <em>manipulation</em> is the other side of the coin. In many cases outright censorship is too crude. It&rsquo;s well observed that the majority of people like to rely on whatever main feed the system provides for them, and will make hardly any attempt to deviate from it. This means that the main feed on any application is <em>prime real estate</em> for those who want to buy and sell your time and attention.</p> +<p>Outside of mere commodification, anyone who has a monopoly over a large number of people&rsquo;s attention in this way has the capability to do great harm to others. This is the true danger of information control systems, this is what makes civilian targets &lsquo;fair game&rsquo; in information war. You have likely heard that your mind is a battlefield, but what is the war over?</p> +<p>The prize for information control is nothing short than all-out <a href="https://libresolutions.network/articles/tools-of-the-technocracy-11/">dominance</a>. Maintaining information control is an inherently aggressive stance. The people most interested in identifying where everyone spends all their attention, are the most likely to have nefarious motives for doing so.<br> +So you have three major choices:</p> +<ul> +<li> +<p><strong>Opt-out, and ignore the information landscape entirely</strong>.</p> +<p>To the degree that you can, as there are always choices to be made.</p> +</li> +<li> +<p><strong>Choose a side, and face the consequences</strong>.</p> +<p>By joining the ranks of a cultural titan you are at the mercy of it, and your newfound enemies.</p> +</li> +<li> +<p><strong>Democratize the information landscape as much as possible</strong>.</p> +<p>Instead, work to mitigate the ability of those to control others.</p> +</li> +</ul> +<h2 id="predictive-programming">Predictive Programming</h2> +<p>I reject the common definition of predictive programming and present you with a different one:</p> +<blockquote> +<p><em>Using indoctrination to get the public to accept and act out an impossible concept.</em></p></blockquote> +<p>That&rsquo;s it. No complicated whinging about karmic consequences or secret plans. The world is a stage, and predictive programming is all about teaching the public what role they need to play. What&rsquo;s powerful about these impossible concepts, is that like any scam, <em>there&rsquo;s always more</em>. Always another try, another attempt at converting your hard-earned resources and attention into their profit.</p> +<h3 id="transitioning-to-renewables">Transitioning to renewables</h3> +<p>Fortunes have been made off of the delusion that it&rsquo;s possible to transition the majority of human energy consumption to wind and solar energy. By leveraging the public&rsquo;s ignorance of the true energy cost in running society, investors and consumers alike can be freely fleeced of resources in the name of making the impossible happen.</p> +<p>It&rsquo;s akin to hooking up two motors to a battery, and demonstrating that your <em>perpetual motion machine</em> is a breakthrough that will revolutionize the energy industry. Sleek 3D rendered windmills and solar panels on bright grassy landscapes leave out the awkward details that get in the way of real-world application.</p> +<h3 id="pandemics">Pandemics</h3> +<p>Long before the Covid Crisis people were presented with many examples of a hyper-lethal and hyper-contagious virus that would necessitate extreme measures. People grew to accept the idea that an indeterminable emergency would require all kinds of extraordinary measures without any real rational explanation.</p> +<p>I don&rsquo;t believe it is possible for any contagion to meet these <strong>three conditions</strong>:</p> +<ol> +<li>It must be sufficiently contagious, otherwise it wouldn&rsquo;t be a problem</li> +<li>It must be sufficiently severe and untreatable, otherwise it would be dealt with easily</li> +<li>It must be successfully contained by measures taken during the Covid Crisis, otherwise there would be no point in trying in the first place.</li> +</ol> +<p>A virus that meets two of those criteria would still a serious problem, but would not require the suspension of constitutional rights and massive wealth transfer orchestrated during the Covid Crisis.</p> +<h3 id="ai-sentience">AI Sentience</h3> +<p>Currently, many people fall victim to many mass media depictions of machine minds capable of sentience. This is vastly detached from the current or even rationally projected state of machine learning. I&rsquo;ll be the first to say that large AI models are very powerful and sophisticated tools, but they are not as magical as the hype would imply.</p> +<p>Machine learning models are essentially massive tables of numbers. Training the model involves modifying the numbers to fit the desired outcome. This results in a <em>very useful table of numbers</em>, but not a sentient one. Tragically, people are already anthropomorphizing these tools at the expense of real human interaction. I promise you, while large language models are quite interesting, they do not grow fond of you or even have a stake in your life.</p> +<p>Fearing them is also the opposite mistake, very often it&rsquo;s not the tools themselves that are evil, but rather the ends that people aim to use them for. It is critical that you invest in yourself as a human being, rather than live in terror that machine minds are out to destroy humanity. The terrible truth is that human beings are all too capable of that themselves, and they should be held responsible regardless of the methods they employ.</p> +<h2 id="overcoming-information-control">Overcoming Information Control</h2> +<h3 id="discretion">Discretion</h3> +<p>Privacy and Security are important. It&rsquo;s more important than ever to use tools that aren&rsquo;t <em>proactively testifying against you</em>. Software and hardware freedom are vitally important concepts these days that we should all do our part to promote.</p> +<p>Opposing the use of mass surveillance by the state and corporations is also of utmost importance. Privacy and anonymity need to be normalized, and the consequences of abusing people&rsquo;s private information need to become more severe.</p> +<h3 id="humility">Humility</h3> +<p>Don&rsquo;t fool yourself into thinking you can or will know everything. Understand that you and everyone around you is only human and there are limits to your knowledge. Idolizing a specific person as <em>the expert on everything</em>, even on a singular topic, is often a surefire way to be misled. With a healthy amount of distrust, you can build an understanding that isn&rsquo;t reliant on completely outsourcing your cognition to others. It&rsquo;s important to be courageous enough to question, but humble enough to question yourself too.</p> +<h3 id="persistence">Persistence</h3> +<blockquote> +<p>Personal memory units were banned six years before the crash, after someone found out that a few rogue Interplanetary Holy Tech officers were routinely editing consciousness data blocks in the cloud, modifying public opinion against IHT guidelines. There was an upheaval, media pundits had a field day, and the court hearing was transmitted to every citizen’s brain. In the end, the IHT officers pleaded guilty and were sent to the Genetic Recycle Lab. Shortly after, the AI Head of the IHT gave an address in which they talked about the need to tighten memory data security. Evidently, the best algorithms have been consulted with, and they concluded that personal units had to be turned in. I considered doing as I was told—but something inside me rebelled. Perhaps it was the fact that I have always felt like I was different, or maybe it was an encoded message from my grandfather, a famous artist and dissident who disappeared into the Genetic Recycle Lab a hundred and fifty years ago. I chose to follow my gut—and wiggled my way out of compliance.</p> +<p><a href="https://tessa.substack.com/p/deprecating-free-will-a-future-we">Deprecating Free Will: A Future We Don&rsquo;t Have to Accept</a></p> +<p>By Tessa Lena</p></blockquote> +<h4 id="you-need-to-save-information">You need to save information.</h4> +<p>One of the primary goals of information control is suppressing information that can be used to support dissenting narratives. Taking notes, or preserving information, is a very simple and effective way to prevent that outcome. The more people can do do preserve information the further along we can be to truly <em>leveling the playing field</em>.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/cc421336-2f60-4ab8-b014-df0a9bafbf9d' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>By extending your own and the public&rsquo;s memory, you can safeguard yourself and others from mass manipulation. Nothing is new under the sun and old scams resurface with new sleek branding. Being able to point out the connections can make a critical difference at important times.</p> +<h3 id="cooperate">Cooperate</h3> +<p>Do what you can to meaningfully communicate with others. Take the time to be patient with those with different perspectives. Even if you don&rsquo;t end up agreeing, there is very often lots of useful information to glean. Where possible, do your best to connect with others to understand them on a deeper level. Working with others allows you to accomplish more than you could on your own. By cooperating you can uncover things that may be impossible alone.</p> +<p>Not only do you need to do this for <em>yourself</em>, but you should want to pass down critical information to future generations, rather than just mere material wealth. Communicating across generations is one of the most important ways to ensure that people don&rsquo;t keep falling into the same all-too-familiar traps. A straight-forward way to do this is to publish your own information and attempt to make it as resilient as possible.</p> +💌 Thank you for reading this via RSS 📡 + + + + Storing and Protecting Knowledge - Round Table with Mark Kulacz + https://libresolutions.network/videos/rounding-the-earth-2/ + Tue, 18 Apr 2023 00:00:00 +0000 + + https://libresolutions.network/videos/rounding-the-earth-2/ + + https://libresolutions.network//media/images/rounding-the-earth.webp + + + Another excellent chat with Rounding the Earth 🌎 + <p>Mirrored from: <a href="https://rumble.com/v2iuqae-storing-and-protecting-knowledge-round-table-w-mark-kulacz-and-gabriel.html">https://rumble.com/v2iuqae-storing-and-protecting-knowledge-round-table-w-mark-kulacz-and-gabriel.html</a></p> +<p>Gabriel, Mark Kulacz, Liam Sturgess and Mathew Crawford discuss how to protect knowledge in an age of rampant censorship and manipulation.</p> +<p>Show links:</p> +<ul> +<li><a href="https://peertube.libresolutions.network/w/8JAkjYRxdwq3j1e1Df3NVc">Previous Discussion</a></li> +<li><a href="https://sites.google.com/a/housatonicits.com/home/">houseatronic.live</a></li> +<li><a href="https://youtu.be/DVEjmbMHUVo">Let&rsquo;s Talk America Ep1</a></li> +<li><a href="https://libresolutions.network/articles/best-website-for-you/">The best website for a single person</a></li> +<li><a href="https://github.com/wabarc/wayback">Wayback tool</a></li> +<li><a href="https://www.tiki-toki.com/">Tiki Toki</a></li> +<li><a href="https://roundingtheearth.substack.com/p/the-plandemonium-timeline-project">The Plandemonium Timeline Project</a></li> +<li><a href="https://graphcommons.com/graphs/b84c2616-9fa7-49f3-aa31-87d161127950">Covid-19 Bio-defense Mafia</a></li> +<li><a href="https://peertube.libresolutions.network/w/amsg2uM33HFxDCAVWAZvLe">Tracking Links video</a></li> +<li><a href="https://metaprepeducation.locals.com/">MetaPrep Education Community</a></li> +<li><a href="https://roundingtheearth.locals.com/">Rounding the Earth locals</a></li> +<li><a href="https://www.campfire.wiki/doku.php?id=start">Campfire Wiki</a></li> +</ul> +<p>Follow Rounding The Earth on <a href="https://roundingtheearth.substack.com/">Substack</a> or <a href="https://roundingtheearth.locals.com">locals</a> and <a href="https://roundingtheearth.com/feed">RSS</a></p> +💌 Thank you for reading this via RSS 📡 + + + + The Coordinated Attack on Cyberspace + https://libresolutions.network/articles/coordinated-attack/ + Thu, 13 Apr 2023 00:00:00 +0000 + + https://libresolutions.network/articles/coordinated-attack/ + + https://libresolutions.network//media/images/global-networks.webp + + + The technocracy is grabbing new powers to control your digital life + <p>For tyrants and dissidents alike, the Covid Crisis was a defining moment in the history of censorship. Top-down information control leapt out of the shadows into an overt campaign of propaganda, suppression and manipulation. One of the defining aspects of the crisis is that it exemplified an <em>arms race</em> between those who want complete top-down control, and those who would dare to seek their own path.</p> +<p>Despite the best efforts of Big Tech corporations, governments and NGOs, people who took a stand against creeping totalitarianism were able to meet, organize, and share information. Tenuous alliances were formed, dissidents from all walks of life made new allies, forging bonds with people they wouldn&rsquo;t have otherwise known.</p> +<p>From the Technocracy&rsquo;s point of view: this is a colossal mistake that <em>must be corrected</em>. The dual nature of the Internet as a tool to track people, as well as allow them to share information; is starting to become untenable to the technocracy.</p> +<p>Of course, they could try <a href="https://libresolutions.network/articles/tools-of-the-technocracy-9/">shutting down the Internet</a>, and starting something completely different. Instead of going for something so rash, we are currently witnessing a massive legislative push to grab immense power over people&rsquo;s digital lives.</p> +<p>For now, the primary objectives are to take control of:</p> +<h3 id="ranking-algorithms">Ranking algorithms</h3> +<p>We have all witnessed the incredible power of a majority of people getting their information from a small set of highly curated sources. Previously in the domain of corporations, the technocracy aims to put algorithms in control of either governments, or <em>public</em>-<em>private partnerships</em>.</p> +<h3 id="personal-communications">Personal communications</h3> +<p>Without the hindrance of a state and corporate backed censorship board, people can speak freely with each other if they choose. People&rsquo;s own personal networks are a viable channel for dissent. Unable to leverage interpersonal trust, the technocracy has to nudge people to self-censor to their closest contacts.</p> +<h3 id="anonymity">Anonymity</h3> +<p>The ability for people to submit information to the public record without retaliation only really works in the people&rsquo;s favour. Requiring some form of <a href="https://libresolutions.network/tags/digital-id/">Digital ID</a> to use services or access information is a vital requirement to taking control of cyberspace.</p> +<h3 id="information">Information</h3> +<p>&ldquo;Cybersecurity&rdquo; is far more broad than merely protecting against computer viruses and data breaches. The censorship industrial complex treats <a href="https://www.corbettreport.com/are-you-prepared-for-the-infodemic/">counter-narratives</a> as security concerns.</p> +<h1 id="the-legislation">The Legislation</h1> +<hr> +<h2 id="un-cybercrime-treaty">UN Cybercrime Treaty</h2> +<p>Link: <a href="https://www.unodc.org/unodc/en/cybercrime/ad_hoc_committee/home">https://www.unodc.org/unodc/en/cybercrime/ad_hoc_committee/home</a></p> +<blockquote> +<p><em>Ad Hoc Committee to Elaborate a Comprehensive International Convention on Countering the Use of Information and Communications Technologies for Criminal Purposes</em></p></blockquote> +<p>That&rsquo;s quite a mouthful, isn&rsquo;t it? The EFF has a <a href="https://www.eff.org/deeplinks/2023/04/decoding-uncybercrime-treaty">helpful breakdown</a>. The cybercrime treaty includes:</p> +<ul> +<li>Restrictions on Free speech</li> +<li>Expanded surveillance</li> +<li>Sharing your information with other governments</li> +<li>Compelled assistance in reducing security</li> +</ul> +<p><a href="https://youtu.be/eDYVUe8dPtI">Five ways the draft U.N. Cybercrime Treaty undermines your rights</a></p> +<h2 id="united-states-restrict-act">United States: Restrict Act</h2> +<p>Link: <a href="https://www.congress.gov/bill/118th-congress/senate-bill/686">https://www.congress.gov/bill/118th-congress/senate-bill/686</a></p> +<p>Erroneously known as the &ldquo;<em>Tiktok ban</em>&rdquo; the restrict act has been called the &ldquo;<strong>Patriot Act 2.0</strong>&rdquo;. It proposes steep penalties and harsh sanctions on anyone using, or supporting, digital infrastructure deemed a threat to national security.</p> +<p><a href="https://youtu.be/Hq-nNSyGH1U">The RESTRICT Act Is a Threat to Digital Freedom</a></p> +<h2 id="europe-chat-control">Europe: Chat Control</h2> +<p>Link: <a href="https://www.europarl.europa.eu/RegData/docs_autres_institutions/commission_europeenne/com/2020/0568/COM_COM(2020)0568_EN.pdf">https://www.europarl.europa.eu/RegData/docs_autres_institutions/commission_europeenne/com/2020/0568/COM_COM(2020)0568_EN.pdf</a></p> +<p>The game-changer in the ChatControl proposal is <em>client-side scanning</em>, entirely by-passing <a href="https://community.qbix.com/t/the-coming-war-on-end-to-end-encryption/214">end-to-end encryption</a>. The stated objective is to</p> +<p><a href="https://youtu.be/ViirnWnoreA">#StopScanningMe: How to actually protect children online</a></p> +<h2 id="canada">Canada</h2> +<h3 id="c-11">C-11</h3> +<p>Link: <a href="https://www.parl.ca/LegisInfo/en/bill/44-1/c-11">https://www.parl.ca/LegisInfo/en/bill/44-1/c-11</a></p> +<p>In the name of <em>preserving Canadian content,</em> C-11 aims to give more control to the CRTC. This is a broad overview of Canadian internet regulations. A highly contested part of the legislation is regulations on user content.</p> +<p><a href="https://youtu.be/3pvBflhiCYM">What Is Canada&rsquo;s Dystopian &ldquo;Online Streaming Act&rdquo;?</a></p> +<h3 id="c-26">C-26</h3> +<p>Link: <a href="https://www.parl.ca/LegisInfo/en/bill/44-1/c-26">https://www.parl.ca/LegisInfo/en/bill/44-1/c-26</a></p> +<p>A great deal of commentary of C-26 includes the phrase <em>cybersecurity <strong>is national security</strong></em>. This bill is Canada&rsquo;s revamp of cybersecurity legislation.</p> +<p>Learn more: <a href="https://fournier.substack.com/p/digital-surveillance-in-canada-2023">https://fournier.substack.com/p/digital-surveillance-in-canada-2023</a></p> +<hr> +<p>The truth is that this is a coordinated campaign that goes beyond even the technological impacts. One of the biggest challenges is that governments are stepping in to resolve problems created by corporate digital systems. While in some cases it may seem necessary, these bills take a sledgehammer to civil rights in the name of fighting real problems.</p> +<p>It is not enough to merely disengage and try to adapt to these excesses. People must work together to take control of their own computing, then enforce our natural rights.The best way to truly oppose this wave of totalitarianism is to take on the responsibility yourself of making changes in your life.</p> +💌 Thank you for reading this via RSS 📡 + + + + The Twitter and Substack Divorce + https://libresolutions.network/articles/substack-vs-twitter/ + Sat, 08 Apr 2023 00:00:00 +0000 + + https://libresolutions.network/articles/substack-vs-twitter/ + + https://libresolutions.network//media/images/musk-v-substack.webp + + + Big Tech turf wars + <p>When it comes to Twitter, Substack was on borrowed time. Musk has shown <a href="https://techcrunch.com/2022/12/15/elon-musk-suspends-mastodon-twitter-account-over-elonjet-tracking/">anti-competitive behavior</a> in the past. In response to Substack announcing their <a href="https://www.racket.news/p/the-craziest-friday-ever">notes feature</a>, it appears as though Musk has <a href="https://tessa.substack.com/p/twitter-is-censoring-substack">sanctioned Substack</a> in it&rsquo;s entirety. I appreciate that Substack has been a valuable platform for many who spoke out during the Covid Crisis. They provide a quick way of starting a newsletter and a valuable feature of allowing cross-pollination between communities through social features.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/learning-lessons.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/social-media" ><h2>Social Media: Learning the right lessons</h2><i>Understanding information control</i></a> + + <span></span> + </div> +</section> +<p>At the end of the day, Substack is still a <a href="https://www.gnu.org/philosophy/who-does-that-server-really-serve.html.en">Service as a Software Substitute</a>. Like many other entities, the convenience of getting started quickly or seamlessly is exchanged for a loss in freedom. Many rush to accuse Musk of &ldquo;building walls&rdquo; around his platform, but is Substack really much different?</p> +<p>Substack made a deliberate decision to allow embedded twitter tweets and youtube videos, but hasn&rsquo;t included various competitors to those platforms. Both twitter and Youtube have centralized and decentralized competitors that could have also been included, yet there is no sign of embedded PeerTube or even Rumble videos any time soon.</p> +<p>Twitter has retaliated against Substack the same way it attacked Mastodon, by labeling links to the platform as dangerous. This is and was a blatant case of profit-driven disinformation, yet neither Musk nor Twitter will face any sanctions for watering down the concept of such warnings. It&rsquo;s an act of deliberately yelling &ldquo;Fire!&rdquo; in your theater when a specific performer goes onstage.</p> +<h1 id="substack-under-attack">Substack under attack?</h1> +<p>The other day, the ADL published a <a href="https://www.adl.org/resources/blog/antisemitism-false-information-and-hate-speech-find-home-substack-0">list of substacks</a> that included Steve Kirsch and Robert Malone among what they consider the worst of the worst. Arguing that Substack has too lax moderation policies. Odds are, you could zero in on the most controversial members of any big platform and would find similarly deviant participants. What&rsquo;s interesting to note is the lumping in of the most visible critics of how the Covid Crisis was mismanaged. In time, we will see how Substack responds to these accusations moving forward.</p> +<p>To the degree the platform has allowed authentic investigation into questions that the powerful don&rsquo;t want investigated, every platform is under attack. It does not necessarily be an all-or-nothing affair, it could be limited to a specific author, or specific post that gets too much attention. No matter what, Substack is going to have a difficult task of balancing the needs of it&rsquo;s writers against the pressures put against it.</p> +<h2 id="preserving-the-good">Preserving the good</h2> +<p>Substack is an excellent community. It&rsquo;s one of the many places I&rsquo;ve recently encountered a wealth of free-thinkers that have deliberately put themselves out to challenge the madness during the Covid Crisis. For many, it&rsquo;s been a great place to encounter other people to express frustration about lockdowns, mandates, and consequences of bad policies when people&rsquo;s friends, representatives, or even relatives wouldn&rsquo;t hear it.</p> +<p>Many have interpreted the partial removal of mandates as the end of the push for top-down tyranny. Unfortunately this is far from the case, if anything very dangerous precedents have been set without hardly any correction. I would encourage any fellow authors, especially those who wrote during the early days to get involved in documenting it on the <a href="https://www.campfire.wiki/doku.php?id=covid-19_vaccines:injuries&amp;s%5B%5D=operationuplift">Campfire Wiki</a></p> +<p>There is a lot of excellent and valuable pertinent information exclusively on Substack. I would hope that all of these authors have made sure they have at least a local copy of their work instead of exclusively relying on Substack to keep it online. At minimum, I’d recommend archiving your favorite articles with something like <a href="https://archive.is/">archive.is</a> to be preserved long term.</p> +<h3 id="guerrilla-publishing">Guerrilla publishing</h3> +<p>When it comes to Substack authors specifically being censored by twitter, many of them are lucky to have their content also be mirrored by <a href="https://truthtalk.uk/">Truth Talk</a>. Oddly enough I am one such author lucky enough to have them <a href="https://truthtalk.uk/author/libre-solutions-network/">mirroring my writing</a></p> +<p>In addition to me, others are also mirrored.</p> +<ul> +<li><a href="https://truthtalk.uk/author/Tessa-Lena/">Tessa Lena</a></li> +<li><a href="https://truthtalk.uk/author/lily/">Lily</a></li> +<li><a href="https://truthtalk.uk/author/Karen-Hunt/">Karen Hunt</a></li> +</ul> +<p>I greatly appreciate being included, and this is a model that would scale quite well. If authors were interested, volunteers could create new &ldquo;hubs&rdquo; to mirror excellent content across the Internet and bypass the basic link blacklisting censorship. This has the advantage of disarming the programmed response by people who will disregard content if it&rsquo;s from &ldquo;tainted&rdquo; sources. You&rsquo;ll note this is why the establishment has changed gears to emphasizing that people should only listen to &lsquo;<em>approved</em>&rsquo; sources.</p> +<h2 id="a-better-way">A better way</h2> +<p>That’s really only part of the battle, because ideally you want your information to be easily accessible. Mirroring your content to a backup blog (or documents on your own machine) can go a long way. No matter what, you don’t want to put all your writing/research/work at the mercy of a single platform you don’t control.</p> +<p>No matter what your process is, consider keeping your writing on your own hardware &amp; software. This means either your own word processor or notes application, or something more sophisticated. This will make it easier to publish and migrate to a variety of other formats. It is fortuitous that I have recently written a guide on getting started on self-publishing yourself with static site generators.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/website.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/best-website-for-you" ><h2>The best website for a single person</h2><i>Add your voice to the free and open web</i></a> + + <span></span> + </div> +</section> +<p>If you&rsquo;re interested in a more open and decentralized alternative, publishing your own website goes a long way. Static site generators make it easy, but unfortunately you may miss the social aspect. If more and more people migrated to the <a href="https://libresolutions.network/articles/call-to-action-join-the-fediverse/">fediverse</a>, much of the community aspect could be integrated without the same top-down control of centralized social media. If you&rsquo;re interested in a fediverse-native blogging platform there is <a href="https://writefreely.org/">write freely</a></p> +<p>To reiterate, please make sure your work isn&rsquo;t at the mercy of any single platform. We have seen that the technocracy is eager to constrain the people&rsquo;s access to information, and to wield the devastating weapon of information control. Reach is a sincere challenge, we can all make our own content resilient, but ultimately people need to have an active desire to seek out alternative voices.</p> +<p>This is why the first operation, <a href="https://libresolutions.network/operations/chorus/">Chorus</a> emphasizes the importance of freedom of speech and expression. Those of us with any ability to get the word out do have a <em>responsibility</em> to boost and promote independent authentic voices. This is a tremendous task, there is much that needs to be said and little room to get through the few avenues of getting information to the public.</p> +<p>If you recognize that challenge, you&rsquo;ll understand my excitement for what we can do to truly democratize information dissemination. Everyone can take action in their own lives to redirect their attention away from platforms and services intended to <em>monopolize their access to information</em>.</p> +💌 Thank you for reading this via RSS 📡 + + + + Rounding The Earth Interview + https://libresolutions.network/videos/rounding-the-earth/ + Tue, 28 Mar 2023 00:00:00 +0000 + + https://libresolutions.network/videos/rounding-the-earth/ + + https://libresolutions.network//media/images/rounding-the-earth.webp + + + + <h1 id="rounding-the-earth">Rounding The Earth</h1> +<blockquote> +<p>Gabriel of Libre Solutions Network joins Mathew Crawford and Liam Sturgess to introduce the RTE community to an ever-growing world of alternative platforms for social media, communication and more.</p></blockquote> +<p>Watch on <a href="https://rumble.com/v2f3mdm-big-tech-solutions-round-table-w-gabe-of-libre-solutions-network.html">Rumble</a> +Show notes on <a href="https://roundingtheearth.com/big-tech-solutions-libre-solutions-network/">Rounding The Earth</a></p> +<p>Follow Rounding The Earth on <a href="https://roundingtheearth.substack.com/">Substack</a> or <a href="https://roundingtheearth.locals.com">locals</a> and <a href="https://roundingtheearth.com/feed">RSS</a></p> +💌 Thank you for reading this via RSS 📡 + + + + The best website for a single person + https://libresolutions.network/articles/best-website-for-you/ + Fri, 24 Mar 2023 00:00:00 +0000 + + https://libresolutions.network/articles/best-website-for-you/ + + https://libresolutions.network//media/images/website.webp + + + Add your voice to the free and open web + <p>Every single person should have their own website. I don&rsquo;t just mean that we should all rush out to buy a fancy firstname.com domain. Instead, that it would benefit us all, if more people would take an active role in building the <a href="https://home.cern/news/opinion/computing/open-internet-and-free-web"><em>free and open web</em></a>.</p> +<p>As I wrote in <a href="https://gabe.rocks/tech/reclaiming-cyberspace/">Reclaiming Territory in Cyberspace</a>, there are three primary resources in cyberspace:</p> +<ul> +<li>Storage</li> +<li>Computing Power</li> +<li>Bandwidth</li> +</ul> +<p>We are all lucky, that websites are not at all demanding when it comes to these resources. The biggest concern is storage, with bandwidth being the next most important factor. You need the storage to hold all the files in your website, and the bandwidth to reach your audience. I believe there are many conditions today, that if we were willing, could enable us to truly take the web out of the hands of governments and corporations. Does this sound too good to be true? Allow me to make my case.</p> +<h1 id="understanding-static-websites">Understanding static websites</h1> +<p>A <em>static</em> website is one that&rsquo;s merely a collection of properly formatted files. These files will include the HTML, JavaScript and CSS (the skeleton of the website), as well as any other multimedia content like images and video.</p> +<p>Static websites can be <a href="https://motherfuckingwebsite.com/">quite simple</a> or support a <a href="https://libresolutions.network/tags/voiceover/">wide range of multimedia</a>. Either way, it&rsquo;s best to think of a static website as a pamphlet or poster that you can easily update. Depending on your ideal audience, it can be better to work with a text and links only but informative website, or include beautiful images, video or animations. This will all depend primarily on where you intend to store the website (in the cloud, or on your machine?) and how much bandwidth you and your audience have access to.</p> +<p>While I am generally a critic of leveraging cloud infrastructure, static sites are one of the major exceptions. Since a static website is like a poster, hosting it on the cloud is akin to putting it up on a commercial, but prominent bulletin board. An underappreciated feature of static websites is that they are inherently unhackable. Like a poster, it can be taken down or defaced, but you&rsquo;re never going to suffer a data breach or have it infect your systems.</p> +<h2 id="static-site-generators">Static Site Generators</h2> +<p>What makes static websites more accessible than ever is <em>static site generators</em>, these generators are designed to allow people to ignore the nitty-gritty aspect of web design, and just get to writing content. What really makes static site generators excellent is that they make the job of maintaining a large and complicated website relatively simple for a single person.</p> +<p>The basic process of using any static site generator to build your website is like this:</p> +<ol> +<li>Install whichever generator you choose</li> +<li>Run the generator to build a new project folder</li> +<li>Browse the Generator&rsquo;s themes gallery, and import whichever theme suits you</li> +<li>Use whatever editor(s) you like to modify, copy and create files into where they need to be</li> +<li>Run the generator command to view changes in real time</li> +</ol> +<p><em>Pages are usually written in <a href="https://www.markdownguide.org/basic-syntax/">markdown</a></em></p> +<h3 id="hugo">Hugo</h3> +<p>Site: <a href="https://gohugo.io/">https://gohugo.io/</a><br> +Themes: <a href="https://themes.gohugo.io/">https://themes.gohugo.io/</a><br> +Documentation: <a href="https://gohugo.io/documentation/">https://gohugo.io/documentation/</a></p> +<h3 id="jekyll">Jekyll</h3> +<p>Site: <a href="https://jekyllrb.com/">https://jekyllrb.com/</a><br> +Themes: <a href="https://jekyllrb.com/docs/themes/">https://jekyllrb.com/docs/themes/</a><br> +Documentation: <a href="https://jekyllrb.com/docs/">https://jekyllrb.com/docs/</a></p> +<h3 id="zola">Zola</h3> +<p>Site: <a href="https://www.getzola.org/">https://www.getzola.org/</a><br> +Themes: <a href="https://www.getzola.org/themes/">https://www.getzola.org/themes/</a><br> +Documentation: <a href="https://www.getzola.org/documentation/">https://www.getzola.org/documentation/</a></p> +<h3 id="hexo">Hexo</h3> +<p>Site: <a href="https://hexo.io/">https://hexo.io/</a><br> +Themes: <a href="https://hexo.io/themes/">https://hexo.io/themes/</a><br> +Documentation: <a href="https://hexo.io/docs/">https://hexo.io/docs/</a></p> +<h3 id="astro">Astro</h3> +<p>Site: <a href="https://astro.build/">https://astro.build/</a><br> +Themes: <a href="https://astro.build/themes">https://astro.build/themes</a><br> +Documentation: <a href="https://docs.astro.build/en/tutorial/0-introduction/">https://docs.astro.build/en/tutorial/0-introduction/</a></p> +<h3 id="enhancement-themes">Enhancement: Themes</h3> +<p>Themes are important, they do a lot of really heavy lifting in the end-result of the generated site. Themes will outline what goes in the headers, footers, sidebars and the overall look of the site. Themes will also have control over some of the finer details like social media previews and RSS integration.</p> +<p>This is what&rsquo;s motivated me to build my two Hugo themes <a href="https://code.gabe.rocks/gabriel/freedom">Freedom</a> and <a href="https://code.gabe.rocks/gabriel/valor">Valor</a> from the ground up. They are very much a work in progress, but I appreciate having a fine degree of control. Odds are if you have very specific requirements, modifying an existing theme can also work for you.</p> +<h3 id="enhancement-widgets">Enhancement: Widgets</h3> +<p>Static sites are nice, but you want <em>MORE</em>. If you want to add dynamic features like comments or real-time integrations, overhauling the theme can be overkill. Often you can create <em>shortcodes</em>, that will give you the ability to include custom html/css/javascript that will work like a new widget with enhanced functionality.</p> +<p>Some theme generators will also give you the ability to <em>override</em> parts of the theme. For example, if you want to add icons to the navigation menu, you could copy the existing one into the designated overrides folder and add your icons there.</p> +<h3 id="enhancement-version-control">Enhancement: Version control</h3> +<p>Ouch! You&rsquo;ve gotten hit by a <a href="https://www.cisa.gov/stopransomware/ransomware-guide">ransomware attack</a>. All your files have been encrypted by a virus, and can&rsquo;t be recovered unless you hand the hackers some Monero. Thankfully, you&rsquo;ve been using a self-hosted version control system like <a href="https://gitea.io/en-us/">Gitea</a>. So you can simply pull down the old version of the website and upload it again. Version control allows you to have a permanent record of changes made over time.</p> +<h4 id="teams">Teams</h4> +<p>Online version control is also very useful for collaboration. Instead of maintaining the static website alone, you can share access to the repository with others. Many online source control providers will often also include <a href="https://docs.codeberg.org/codeberg-pages/pushing-output/">integrated hosting</a>.</p> +<h2 id="hosting">Hosting</h2> +<p>Static websites are <em>portable</em> by nature. As long as the site structure is sound (use relative links) you can often put <em>mirrors</em> in multiple locations. This is an excellent way to maintain a resilient presence, instead of relying on a single point of failure. Because static websites are often quite simple and small, multiple uploads of the same content aren&rsquo;t always so arduous.</p> +<h3 id="online-source-control">Online Source Control:</h3> +<p>Want to get started quickly? <a href="https://pages.github.com/">Github Pages</a> has an excellent overview on how to use <a href="https://rogerdudler.github.io/git-guide/">Git</a> to push your static site to a repository and get running immediately.</p> +<p>You can also use:</p> +<ul> +<li><a href="https://docs.codeberg.org/codeberg-pages/pushing-output/">Codeberg Pages</a></li> +<li><a href="https://docs.gitlab.com/ee/user/project/pages/">Gitlab Pages</a></li> +</ul> +<h2 id="own-your-own-domain">Own your own domain</h2> +<p>When you buy your <em>domain</em>, which is your web address online, (e.g. <a href="https://libresolutions.network">https://libresolutions.network</a>) you&rsquo;re going to want to own the domain yourself. This means that you purchase your domain directly from a domain registrar. For an often modest yearly fee, you can secure a name on the regular internet. It&rsquo;s important to have control over the dns records yourself, in case you feel the need to migrate or add additional services.</p> +<h3 id="managed-hosting">Managed hosting</h3> +<p>Often, domain registrars themselves will offer some form of <em>managed hosting</em>. This means some tool like cPanel will be available to you to simply upload the files to the site directly.</p> +<h3 id="diy-hosting">DIY Hosting</h3> +<p>You can always run your own web server, although it will require more technical knowledge. Going DIY allows you to reduce as many intermediaries as possible.</p> +<h2 id="getting-on-the-dark-web">Getting on the Dark Web</h2> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-9-preview.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-9" ><h2>Tools of the Technocracy: #9 Internet Shutdowns</h2><i>Information control is the root of modern tyranny.</i></a> + + <span></span> + </div> +</section> +<p>For those concerned about the increase in draconian control over the Internet, it can be helpful to mirror their content to one or many darknets, such as Tor or I2P. Even as a regular web user, I would highly recommend at least having the knowledge of how to visit websites on the darknet, for we do not know what kind of measures will be used in future crises.</p> +<h3 id="sneakernet">Sneakernet</h3> +<p>With a static website, you don&rsquo;t have to worry about complicated things like databases and user accounts. This means you have the advantage of being able to mirror the entire content onto a physical, portable format that can be distributed in person. When paired with version control, it can become a very efficient means of securely distributing large amounts of critical data.</p> +<p>Who knows? Maybe we can start supporting independent websites by purchasing archives in <a href="https://newworldnextweek.com/products/corbett-report-2010-data-archive-usb-flash-drive">a physical format!</a></p> +💌 Thank you for reading this via RSS 📡 + + + + The Collapse of the Intangible + https://libresolutions.network/articles/collapse-of-the-intangible/ + Tue, 21 Mar 2023 00:00:00 +0000 + + https://libresolutions.network/articles/collapse-of-the-intangible/ + + https://libresolutions.network//media/images/abstract.webp + + + Keeping your head above water in a tsunami of change + <p>I&rsquo;ve reflected on how the rapid pace of change has warped my perspective relative to those significantly older than me. Becoming curious how upcoming changes and trends will leave me out of step with new experiences.</p> + +<video muted autoplay preload="none"> + <source src='https://libresolutions.network/media/video/mirror.mp4'> +</video> + +<p>Video: <a href="https://youtu.be/-7mTJVyTR-w">Yayoi Kusama Infinity Mirrors</a></p> +<p>Advanced machine learning models have allowed people to hold a mirror up to the vastness of internet data. This is not just any mirror, but an <a href="https://youtu.be/-7mTJVyTR-w"><em>infinity mirror</em></a>. This phenomenal infinity mirror transforms a mere slice of the human experience into a kaleidoscope of infinite possibilities. It&rsquo;s the ultimate creative <em>force multiplier</em>. This unleashing of creative force will inevitably be used to spread both joy and pain in incalculable ways. The game is changing.</p> +<h1 id="all-intangible-value-is-heading-to-zero">All <em>intangible</em> value is heading to zero</h1> +<p>What does this really mean? All kinds of media (articles, photos, videos, etc.) will be entirely fungible. With the assistance of automated text generation tools, people have <a href="https://www.scmp.com/tech/big-tech/article/3211051/chatgpt-written-books-are-flooding-amazon-people-turn-ai-quick-publishing">rushed to flood</a> existing niches of creativity. As these tools improve, more and more complex media will be often little more than a mere thought away.</p> +<p>As copyright holders struggled to contain digital distribution, they&rsquo;re no match for automated <em>regeneration</em> of personalized derivatives. Any remix or rehash of old ideas is within the grasp of anyone with access to tools trained on them. Imitations, parody, outright frauds are all inevitably going to saturate any and every available context.</p> +<p>This isn&rsquo;t limited to content, impersonation is well within reach. You may receive a call from a familiar voice, only for it to be a scammer impersonating your relative. Video and voice deepfakes aren&rsquo;t necessarily new, but it&rsquo;s clear these things are going to be more within reach over time. This can have the effect of eroding trust in nearly any digital context. With very few (if any) ways to demonstrate authenticity, it will be impossible to validate frauds from genuine actors. Online spaces that were once giant profit-earning engines will dwindle into a mere ghost of the past.</p> +<h2 id="desperate-measures">Desperate Measures</h2> +<p>Governments, corporations and all the powers of the world will rush to keep this all under their control. The last thing they need is individuals having the power to rapidly and efficiently communicate ideas in a variety of ways. While people may be presently separated by differing experiences or ways of thinking, these tools have the ability to help people effectively <em>translate</em> cultural messages.</p> +<p>Imagine a trivial scenario. An activist finds a fantastic article that explains a vital concept in a useful way. They want to share with others, but can&rsquo;t quite <em>express the idea</em> for those coming from a different perspective. Now they have the power to use automated tools that may better understand the other&rsquo;s context.</p> +<p>All kinds of intangible differences between people evaporating would cause significant troubles for those who profit off those distinctions. Suddenly, almost anyone can be <em>brought up to speed</em>, regardless of ideology.</p> +<p>Actions taken to restrict or control machine learning algorithms aren&rsquo;t likely to succeed. Without successfully robbing people of all general-purpose computing, there will always be mechanisms to circumvent interference. Amusingly enough, we&rsquo;re already witnessing them being <a href="https://arstechnica.com/information-technology/2023/03/you-can-now-run-a-gpt-3-level-ai-model-on-your-laptop-phone-and-raspberry-pi/">redistributed to inexpensive machines</a>. Like Prometheus gifting fire to mankind, it would seem that the very technology itself is prone to democratization.</p> +<h1 id="the-hard-limit-information">The hard limit: Information</h1> +<p>No matter how powerful these tools become, they have one unmovable obstacle; they can&rsquo;t create information. Representing existing information in other ways is possible, but these tools can&rsquo;t act on information that isn&rsquo;t there.</p> +<p>For example, generating articles or other short written content is quite trivial. With the ability to generate limitless words, you&rsquo;re presented with a challenge: <em>What to say?</em></p> +<p><em>Do you continue banging the same drum in a multitude of different ways?</em></p> +<p>There&rsquo;s value in that. It&rsquo;s a highly effective way to communicate fundamental concepts to different people.</p> +<p><em>Will you strive on your own to bring something genuinely unique, at your own pace?</em></p> +<h3 id="the-adventurer">The adventurer</h3> +<p>If you&rsquo;re faced with the potentiality of people creating countless imitations of your original ideas, do you abandon your quest? Shut down and sit in the cave watching the shadows? Or do you leave the endless noise and forge a new path?</p> +<p>It&rsquo;s important not to fear the power of limitless creation. For those who wish to discover and create, it is an opportunity to be the very root of countless experiences. This is the best guarantee anyone can have that their accomplishments and insights will truly leave a mark on history.</p> +<p>With all the tools of at your disposal, it&rsquo;s critical to focus on <em>what should be said</em> rather than merely what can be said. Understand that you&rsquo;ll have no significant advantage following the crowd that wants to endlessly regenerate new iterations of popular or alluring experiences. Regardless of if you embrace media generation tools, or shun them entirely, steer your mind on how you can share joy, love and hope.</p> +<h1 id="rebuilding-balance">Rebuilding balance</h1> +<p>Almost everyone today has reservations about the drastic impact the Internet has had as it&rsquo;s taken over our lives. The saturation of the intangible gives us an opportunity to <em>leave the immaterial to be immaterial</em>. Leave the free and open web to become a space for sharing and learning from information, but not allowing it to become a parasocial replacement for living.</p> +<p>It seems that we are at the beginning of an immense <em>fracturing</em> of our way of life. While the intangible creations will continue to have dwindling value over time, becoming overly invested in them is a path to self-destruction. This may very-well be the &ldquo;last call&rdquo; to those who would like to escape the machinations that dominate the minds of the people.</p> +<p>To truly be <em>ahead of the game</em>, one needs to wholeheartedly embrace genuine tangible interactions with other people. While the Internet can be a fantastic and wondrous place, we should live for each other and not the machine. It&rsquo;s never a bad time to lend someone some assistance, build something new, or even do something active.</p> +💌 Thank you for reading this via RSS 📡 + + + + Tools of the Technocracy: #11 Social Credit + https://libresolutions.network/articles/tools-of-the-technocracy-11/ + Sat, 04 Mar 2023 00:00:00 +0000 + + https://libresolutions.network/articles/tools-of-the-technocracy-11/ + + + + + + https://libresolutions.network//media/images/chains.webp + + + What's new is old. + <h1 id="tools-of-the-technocracy--11-social-credit"><a href="https://libresolutions.network/tags/tools-of-the-technocracy-series">Tools of the Technocracy</a>: #11 Social Credit</h1> +<p>I will remind you of the <a href="https://libresolutions.network/articles/tools-of-the-technocracy/">opening</a> for this series:</p> +<blockquote> +<p>In the past, tyrants and dictators have had a hard limit on how far they could push people. From either logistical difficulties, fear of resistance, or liberation from other nations; these hard limits have been getting softer and softer as technology advances. Recent history has shown an ever-increasing centralization of power into a smaller and smaller set of control structures.</p> +<p>&hellip;</p> +<p>The tyrants of the world are winning a massive arms race against the rest of humanity. We must not merely avoid these systems, rather every one of us is responsible for preventing them from being weaponized against the people.</p></blockquote> +<p>The covid crisis was a preemptive strike<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> against those who would consider challenging perpetual top-down control. Using unjustified and arbitrary measures to put small enterprises out of business,<sup id="fnref:2"><a href="#fn:2" class="footnote-ref" role="doc-noteref">2</a></sup> putting many workers out of work. Sabotaging the education of millions of children.<sup id="fnref:3"><a href="#fn:3" class="footnote-ref" role="doc-noteref">3</a></sup> Separating families, and forcing the elderly to die alone.<sup id="fnref:4"><a href="#fn:4" class="footnote-ref" role="doc-noteref">4</a></sup> Deploying a barrage of fear and propaganda that many have hardly recovered from. The total human cost is incalculable, but the oligarchs made trillions.<sup id="fnref:5"><a href="#fn:5" class="footnote-ref" role="doc-noteref">5</a></sup></p> +<p>All that, was just in 2020.</p> + +<p>Odds are, if you&rsquo;re reading this you&rsquo;re very well aware of this. The problem is you have to understand the majority of people hardly understand it. This preemptive strike against the public was deliberate and calculated, the lack of serious mainstream accounting is all the proof anyone needs.<sup id="fnref:6"><a href="#fn:6" class="footnote-ref" role="doc-noteref">6</a></sup> The legacy media is (at the time of writing) complicit in justifying the measures and downplaying the harms. Upper-middle class workers in the so-called &rsquo;laptop class&rsquo; were effectively bribed with generous work from home policies. While they had the time to investigate the wider issues around them, many chose not to <em>&ldquo;rock the boat&rdquo;</em>.</p> +<h3 id="not-my-problem">&ldquo;<em>Not my problem</em>&rdquo;</h3> +<p>Why don&rsquo;t people <em>care</em>? Anyone aware of this can just look around and see incredible amounts of devastation everywhere they look. Surely <em>everyone</em> can&rsquo;t be so blatantly ignorant? It&rsquo;s true that many may genuinely struggle to make the connection, even if they can see it, but that doesn&rsquo;t quite explain the overwhelming wave of apathy that meets these issues. People are vastly misinformed about their place in the world, and the diffusion of responsibility is pure paralysis for those who aren&rsquo;t prepared to take responsibility.</p> +<p>What does all this have to do with social credit systems?</p> +<h1 id="a-gentle-introduction-to-the-human-dominance-hierarchy">A gentle introduction to the human dominance hierarchy</h1> +<p>Tyranny and abuse weren&rsquo;t invented in 2020. Much of what has happened, has already happened in similar ways or all kinds of variations. For as long as there have been humans, you can count on some of them to form groups to seize control over resources, territory, and other people. Everything from your local social group, to geopolitical alliances between nations is encompassed in this.</p> +<p>There have been precious few exceptions and limitations. Historically, though a lot of blood, sweat and tears people were able to set limits on the abuses powers could get away with. Back in 13th century, through the Magna Carta; people managed to codify that even the king, the ruler and owner of everything, needed to have limits.<sup id="fnref:7"><a href="#fn:7" class="footnote-ref" role="doc-noteref">7</a></sup></p> +<blockquote> +<p>Whenever Legislators endeavor to take away and destroy the property of the people, or to reduce them to slavery under arbitrary power, they put themselves into a state of war with the people, who are thereupon absolved from any further obedience.</p> +<p>John Locke</p></blockquote> +<p>This is because at even the simplest level, a gang requires some degree of chosen (or coerced) participation. The decision-makers form a chain of compliance that must remain unbroken for orders to reach all the way to the lowest levels. This means that the &ldquo;game&rdquo; participants play has to account for every level of the system. As groups get larger, from villages and towns to globe-spanning empires, the &lsquo;game&rsquo; of raw domination would take on more abstractions and aspects of soft-power. Every aspect of human life is downstream of our collective behavior in this dominance hierarchy.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/programmable-currency.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/programmable-currency" ><h2>Programmable currency</h2><i>What is it good for?</i></a> + + <span></span> + </div> +</section> +<p>For example, some countries may emphasize great importance in education to develop competitive technologies to gain wealth. Others may merely use their military might to seize resources from other regions. The impacts of those differences will reverberate down to even the humble carpenter. Regardless if the country is a top-down command economy, or an entirely free market, the carpenter will find success or failure based on how compatible his products are with the power structure. In one he may have more success and status making tools, in the other he may do better making weapons.</p> +<p>This all sounds rather bleak. Wouldn&rsquo;t it be better if we had a good hierarchy, or none at all?</p> +<h3 id="the-story-of-i-am-good">The story of &ldquo;<em>I am good</em>&rdquo;</h3> +<p>People can be sold a lie that&rsquo;s merely a convenient pretext to participate in conquest or to mistreat others within society. Beyond lies, lots of true information can be leveraged in support of the dominant order. One can easily argue that opponents of it are misfits, freaks, or even deplorables, and that the system&rsquo;s foreign enemies really aren&rsquo;t any better.</p> +<p>In fact, in many circumstances their own self-preservation instincts will fight their better senses to conform. Just as a baby knows it will die when unloved<sup id="fnref:8"><a href="#fn:8" class="footnote-ref" role="doc-noteref">8</a></sup>, every cell in your body understands what standing against the dominance hierarchy means. This places an overwhelming amount of stress on anyone who consciously exists outside or against it. For the story of &ldquo;<em>I am good</em>&rdquo; to take hold of society, it doesn&rsquo;t need to be particularly robust, it hinges on people&rsquo;s natural impulses.</p> +<p>As an individual, it can be difficult to understand how your actions can cause risk or harm to others. I am highly suspicious that the Social Justice movement was weaponized to get people to reflexively defend their position within the hierarchy. &ldquo;<em>Check your privilege</em>&rdquo; was not only a rhetorical weapon used to silence others, but backs people into a corner of <em>system justification</em>.<sup id="fnref:9"><a href="#fn:9" class="footnote-ref" role="doc-noteref">9</a></sup></p> +<p>This isn&rsquo;t to say a good and fair dominance hierarchy <em>can&rsquo;t exist</em>. It&rsquo;s just that it has to overcome the challenges posed by competing hierarchies that compete on raw force and efficiency. There are good people constantly working to level the playing field or address problems, we know meaningful change is possible. It just does require difficult things like compromise and consensus.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/high-places.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/high-places" ><h2>Redefining &#34;High Places&#34;</h2><i>Lets re-balance power from the bottom-up</i></a> + + <span></span> + </div> +</section> +<p>Things can be hard for those who recognize what&rsquo;s gone wrong and want to fix it.</p> +<h3 id="radicals-vs-reformers">Radicals vs Reformers</h3> +<p>The only true revolution is the replacement of an existing dominance hierarchy with a different one. This is what radicals want, while reformers simply want to modify the structure of the existing one.</p> +<p>Reformers want to make the dominance hierarchy more fair or efficient, ideally with sane and humane goals. They recognize the benefits of preserving what&rsquo;s functional within the existing structures. Even the most effective reformers will struggle against various <em>inflexibilities</em> of the system refusing to bend.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/snowjob.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/anatomy-of-a-psyop" ><h2>Anatomy of a psyop</h2><i>Cognitive warfare in action</i></a> + + <span></span> + </div> +</section> +<p>Radicals may or may not also want those things, but more principally want the dominance hierarchy <em>reorganized</em>. For some games like monarchy, replacing the king could result in a dramatic shift. Radicals recognize that those with status and resources within the hierarchy are squandering them, and that they should be used in a different way. Radicals often struggle to build meaningful coalitions to support overthrowing the existing dominance hierarchy.</p> +<p>In the context of many activist movements, among those who agree on many issues, the dividing line will be between radicals and reformers. The radicals will accuse the reformers of being propped-up by the existing power-structure. Then the reformers will retort that the radicals are sabotaging meaningful change with their resentment, arguing that keeping the power structure in place is a fair trade for meaningful change.</p> +<p>One of the stronger adaptations a dominance hierarchy can have is <em>flexibility</em>. A rigid system is too vulnerable to being outright overthrown by radicals. Instead of single-handedly orchestrating your machinations, it can be quite effective to open bid those actions to those you will reward handsomely. This is an excellent tactic to prevent defectors, because those interested in their own self-advancement will align themselves to your goals. Suddenly your vast conspiracy to dominate others is working as a decentralized network with plausible deniability, with the added bonus of components being entirely replaceable.</p> +<h1 id="social-credit">Social credit</h1> +<p>What fuels a social credit system is to reduce one&rsquo;s participation in society to currency. Many would argue we&rsquo;re already there, but the existence of public goods, like a free and open internet can go a long way to <em>level the playing field</em>. Carbon allowances, CBDC&rsquo;s, energy rationing, smart contracts are all things that can be used interchangeably to place restrictions on individuals for their conduct. What this changes is that room for those who don&rsquo;t culturally, intellectually, or morally conform to society is all but eliminated. Suddenly, all of humanity is reduced to mere <em>cogs in the machine</em> for some &lsquo;greater purpose&rsquo;.</p> +<p>Maybe you&rsquo;ve got a &lsquo;greater purpose&rsquo; in mind for such a system. I can promise you that it&rsquo;s pure madness. The very imposition of such tools for total top-down control <em>themselves</em> are incompatible with fundamental morality. For example, we have seen an incredible rise in censorship, yet hate remains and people aren&rsquo;t noticeably any nicer online. I am highly skeptical that this would improve in different hands. Merely replacing one tyrant for another isn&rsquo;t the answer here.</p> +<p><a href="https://youtu.be/rStL7niR7gs">The Rules for Rulers - CGP Grey</a></p> +<h2 id="the-game-of-power">The game of power</h2> +<p>A social credit system is an <em>implementation</em> of the human dominance hierarchy. The system functions to incentivize individuals to conform to the decision-maker&rsquo;s goals. Today, because people are rightly concerned with the dreams of the technocrats they remain arrogantly ignorant of the existing mechanisms of social control. Social conventions, institutions, and financial incentives are all downstream of the human dominance hierarchy. Instead of running through a digital ID and connected to a smart-contract fueled grid, it runs on people.</p> +<p>People decide who is high status and low status. Every act, either reaffirms or denigrates the dominance hierarchy and has associated consequences. Money is merely currency. People&rsquo;s entire lives are ruled by how they are treated by those around them. There are many non-financial actions that have immense impact on a person&rsquo;s overall well-being. Reducing the sum-total effects of human social interactions to financial transactions is to explore a planet through a keyhole.</p> +<p>The &ldquo;Great Reset&rdquo; and 4th industrial revolution <em>are in fact a revolution</em>. This revolution is one that reduces the various &lsquo;inefficiencies&rsquo; in the human dominance hierarchy from the perspective of the technocrats. Instead of allowing people to evaluate their situation and use their mind to respond, the goal is to construct a system that dictates how they <em>should</em> act.</p> +<h1 id="analog-to-digital">Analog to digital</h1> +<p>The advantage of going digital means that you replace an army of well paid upper to middle class managers with mere code that the rest of humanity is forced to live by. Effectively, the oligarch class has decided to &ldquo;<em>cut out the middle man</em>&rdquo; between themselves and the workforce. By simplifying everyone&rsquo;s vocation to a set of rigid standards that must be followed without question, nobody is safe from being replaced with a trivial software suite and an army of underpaid &lsquo;gig workers&rsquo;.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/skynet-workforce.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/skynet-workforce" ><h2>The Rise of a SkyNet Workforce</h2><i></i></a> + + <span></span> + </div> +</section> +<p>Just as people communicate social signals, a digital social credit system will communicate praise or condemnation in a variety of ways. Instead of merely fining people or using the brutality of a criminal justice system, the technocracy can simply de-rank the individual and their associates. To some this may appear as more compassionate, but may end up having incalculable harms and distortions in the long run.</p> +<p>Just as advertising algorithms have already learned how to influence and manipulate people, more and more machines can be deployed to manage human beings. Many organizations that currently exist would be made totally obsolete, for better or worse. There <em>are</em> many efficiencies to further digitizing society, but there&rsquo;s no real need to implement it in such a top-down manner.</p> +<h3 id="central-planing-works-but-all-effective-central-planners-are-evil">Central planing works, but all effective central planners are evil</h3> +<p>Robots are no exception. Tyrants in nations and the workforce are often poor performers unless they figure out ways to expend those around them as a resource for greater efficiency. Do you really expect the digital social credit system to place a high value on your individual well-being? I would already bet against it. In many countries, there are poor protections for fundamental rights. In addition to this, in the last few decades civil rights gains have only carved out additional niches of protection rather than protecting individuals as a whole. The &ldquo;protected class&rdquo; framework will likely not protect anyone when civil rights are entirely discarded on an individual level.</p> +<h3 id="population-management">Population management</h3> +<p>It really is impossible to overstate the danger of putting humanity&rsquo;s fate into the hands of a few technocrats. Their malthusian desire to lower the population is something they&rsquo;ve made abundantly clear. If only that was the worst of it, with existing technologies at their disposal, the capability exists to <em>alter</em> what remains of humanity in fundamental ways. People haven&rsquo;t been getting any healthier under their watch, and we would only watch the deterioration accelerate when given more control.</p> +<h3 id="fit-for-purpose">Fit for purpose</h3> +<p>The tools outlined in this series are very much the tip of the iceberg. It&rsquo;s concerning to see so much information control ramp up exponentially in the last decade. In hindsight this was no accident. As things increasingly converge on more troubling outcomes, we can only become more aware of the urgency to oppose tyranny. It&rsquo;s important not to underestimate <em>information asymmetry</em>. The amount of publicly accessible information isn&rsquo;t likely to encompass even most of the true threats and dangers. The impressive AI tools that are just reaching the public are mere children&rsquo;s toys compared to what is likely already being used in the halls of power.</p> +<h2 id="the-human-element">The human element</h2> +<p>Imagine a giant picket line. The strike is over the future of humanity. People can either cross the picket line to work for those who want to enslave (and eventually destroy) humanity, being showered with fleeting opportunities and resources&hellip; or to stand up for oneself and find new ways to build elsewhere. The tragically sad truth is that there is a near limitless supply of desperate scabs who would happily (even knowingly) trade all of our futures for some present sustenance or comfort. You may be angry at these people, even willing to attack them, but they are not the root cause. Much of the harm that has already been done has created much tragedy and many victims.</p> +<p>This is why you can&rsquo;t just &ldquo;<em>outrun the next guy</em>&rdquo;, or earn enough to isolate yourself from what is currently in the works. If there&rsquo;s one lesson I want you to learn from <em>Tools of the Technocracy</em> it would be this: <strong>No one is safe, until this is stopped.</strong> Nobody is rich enough, or connected enough to suddenly win a fight against tyrants who have planned this since before I was born. This is why all the heroes people line up to worship will always fail them. They couldn&rsquo;t stop it even if they tried.</p> +<p><strong>The people are the key</strong>, but they&rsquo;re not just fodder you can throw at the problem. Without a real plan, or at least some meaningful support you will run out of bodies by the time you figure out what&rsquo;s hitting you. Many of the more intelligent commentators will point out that people need to connect with their communities, but for many that underestimates the very real decimation of social bonds that has already ocurred. Rebuilding society and culture is a momentous task, now people must figure out how to do it while under attack.</p> +<h1 id="solutions">Solutions</h1> +<p>I don&rsquo;t have all the answers, just parts of the puzzle. I started writing this series in part because I myself was at a loss of what to do, and decided to focus on a narrow part of what I saw as the <a href="https://twitter.com/denisrancourt/status/1630371348991074305">overall problem.</a> I wholeheartedly believe that to secure individual rights, and create a future worth passing on, <em>revolutionary change is necessary</em>.</p> +<h2 id="for-radicals">For Radicals</h2> +<p>My advice, dear radical, is to never <a href="https://gabe.rocks/thoughts/dont-turn-on-the-flock/">turn on the people.</a> More of them are on your side in numbers and ways you can&rsquo;t fathom.</p> +<p>There is a legal, decentralized, and incredibly powerful mechanism to disrupt the dominance hierarchy from the bottom-up. <strong>Charity</strong>. We have already seen enough to know that large numbers of energetic and healthy people are what the technocrats fear the most. It is much easier (and more practical) to build up people than to single-handedly try to take town those with immense wealth and power.</p> +<p>By simply working on effective ways to support others you can help provide people much-needed breathing room to build themselves up. While it&rsquo;s important to start with necessities like food, energy &amp; shelter, other under-appreciated things to provide would be education &amp; training, social support, and recreation facilities.</p> +<p>Recognize that there <em>are real reformers</em>. Not everyone who agrees with you may be willing to go to the same lengths to achieve the same goal, this doesn&rsquo;t mean you can&rsquo;t cooperate or share ideas. Because reformers tend to work within the system rather than outside of it, they may have decent suggestions on how to secure resources for pressing concerns.</p> +<h2 id="for-reformers">For reformers</h2> +<p>Your task, reformer, is to sincerely take the time to understand the grievances of radicals. It is very difficult for those under the strain that is placed on them to properly articulate their concerns.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/cave.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/false-awakening" ><h2>The False Awakening</h2><i>The changing of the guard is not the same as defeat of the guard</i></a> + + <span></span> + </div> +</section> +<p>&ldquo;<strong>Stop!</strong>&rdquo; is your friend. Reformers will face innumerable obstacles trying to implement any real change, but reducing further harms can go a long way. If a terrible idea is being discussed, work to prevent it. If it can&rsquo;t be prevented work to delay it. If it can&rsquo;t be delayed, work to reverse it. If it can&rsquo;t be reversed ensure it can never happen again.</p> +<p>Recognize the limits of the system, find opportunities to alleviate suffering despite it.</p> +<h2 id="for-us-all">For us all</h2> +<p>No matter who you are and what your outlook is. Reclaim the power of deciding who deserves your time, attention, and respect. Reevaluate the systems you use and organizations that get your time, money and work.</p> +<iframe src='https://tube.doctors4covidethics.org/videos/embed/bb448a75-a2f5-4cea-8067-cb08c8524010' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>If you want to learn more about how I think things can be turned around, take a look (or listen) to my 2030 backcasting.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/uni-campus.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/backcasting-2030" ><h2>Backcasting 2030</h2><i>What made 2023 the pivotal year?</i></a> + + <span></span> + </div> +</section> +<div class="footnotes" role="doc-endnotes"> +<hr> +<ol> +<li id="fn:1"> +<p><a href="https://denisrancourt.ca/entries.php?id=9">https://denisrancourt.ca/entries.php?id=9</a>&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p> +</li> +<li id="fn:2"> +<p><a href="https://www.forbes.com/sites/christiankreznar/2020/09/16/small-businesses-are-closing-at-a-rapid-pace-with-restaurants-and-retailers-on-the-west-coast-among-the-hardest-hit/">https://www.forbes.com/sites/christiankreznar/2020/09/16/small-businesses-are-closing-at-a-rapid-pace-with-restaurants-and-retailers-on-the-west-coast-among-the-hardest-hit/</a>&#160;<a href="#fnref:2" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p> +</li> +<li id="fn:3"> +<p><a href="https://www.macleans.ca/longforms/covid-19-pandemic-disrupted-schooling-impact/">https://www.macleans.ca/longforms/covid-19-pandemic-disrupted-schooling-impact/</a>&#160;<a href="#fnref:3" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p> +</li> +<li id="fn:4"> +<p><a href="https://www.nytimes.com/2020/04/07/nyregion/dying-alone-coronavirus.html">https://www.nytimes.com/2020/04/07/nyregion/dying-alone-coronavirus.html</a>&#160;<a href="#fnref:4" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p> +</li> +<li id="fn:5"> +<p><a href="https://inequality.org/great-divide/updates-billionaire-pandemic/">https://inequality.org/great-divide/updates-billionaire-pandemic/</a>&#160;<a href="#fnref:5" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p> +</li> +<li id="fn:6"> +<p><a href="https://consentfactory.org/2022/12/18/the-year-of-the-gaslighter/">https://consentfactory.org/2022/12/18/the-year-of-the-gaslighter/</a>&#160;<a href="#fnref:6" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p> +</li> +<li id="fn:7"> +<p><a href="https://chertseymuseum.org/magna_carta">https://chertseymuseum.org/magna_carta</a>&#160;<a href="#fnref:7" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p> +</li> +<li id="fn:8"> +<p><a href="https://www.popsci.com/1950s-experiments-attachment-unethical/">https://www.popsci.com/1950s-experiments-attachment-unethical/</a>&#160;<a href="#fnref:8" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p> +</li> +<li id="fn:9"> +<p><a href="https://unlimitedhangout.com/2022/11/investigative-reports/covid-19-mass-formation-or-mass-atrocity/#the-anatomy-of-atrocity">https://unlimitedhangout.com/2022/11/investigative-reports/covid-19-mass-formation-or-mass-atrocity/#the-anatomy-of-atrocity</a>&#160;<a href="#fnref:9" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p> +</li> +</ol> +</div> +💌 Thank you for reading this via RSS 📡 + + + + Introduction to the Fediverse + https://libresolutions.network/videos/fediverse/ + Mon, 20 Feb 2023 00:00:00 +0000 + + https://libresolutions.network/videos/fediverse/ + + https://libresolutions.network//media/images/fediverse.webp + + + + <h1 id="introduction-to-the-fediverse">Introduction to the fediverse</h1> +<iframe src='https://peertube.libresolutions.network/videos/embed/40a5c731-92e5-48ec-bc4f-a441a9930408' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>Part of <a href="https://libresolutions.network/operations/chorus">Operation Chorus</a></p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/fediverse.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/call-to-action-join-the-fediverse" ><h2>Call to action: Join the Fediverse</h2><i>A simple, but very effective way to tip the scales in favor of free speech.</i></a> + + <span></span> + </div> +</section> +💌 Thank you for reading this via RSS 📡 + + + + Operation: Chorus + https://libresolutions.network/operations/chorus/ + Sun, 19 Feb 2023 00:00:00 +0000 + + https://libresolutions.network/operations/chorus/ + + https://libresolutions.network//media/images/tavern.webp + + + Safeguarding free expression + <p>&ldquo;<em>omnes voces nostri</em>&rdquo;<br> +&ldquo;<em>All our voices</em>&rdquo;</p> +<p>Many problems in our time are caused by a severe power imbalance caused by <em>information hazards</em>. Information hazards are created when people and even entire societies operate under false pretenses. We can not rely on any single body or organization to question the foundations of every aspect of society to find errors, instead individuals should be empowered to use their own knowledge, skill, and intuition to learn from the world around them. As those individuals learn and share insights with others, we can all make a better world together.</p> +<p>Merely creating a hierarchy of those who are &ldquo;qualified&rdquo; to suppress so-called &lsquo;misinformation&rsquo; and &lsquo;disinformation&rsquo; simply uplifts a small few to a priestly class for an array of false gods. Instead, truth-seeking will always be an inherently decentralized process. People from all walks of life, and a variety of perspectives are all required for society to truly self-examine. Criminalizing expression only worsens problems, entrenched orthodoxies crystalize into terrible abuses. Censorship is only ever effective at protecting abusive hierarchies, and sowing resentment. Instead, people should be given the leeway to learn from themselves and those around them, and opportunities to correct mistakes.</p> +<blockquote> +<p>If you make peaceful revolution impossible, you make violent revolution <em>inevitable</em></p> +<p>John F. Kennedy</p></blockquote> +<p>If society continues the trend of increasing censorship to resolve inconsistencies, people will continue to suffer without real representation. All this does is build enmity between those with the means to insulate themselves from abuses and those without.</p> +<h3 id="principles">Principles:</h3> +<ul> +<li>Advocating for maximal free expression rights for all people is one of the best ways to sustain liberal values long term.</li> +<li>Public institutions should uphold freedom of expression.</li> +<li>Organizations should be held accountable for censorship, chilling effects and propaganda.</li> +</ul> +<hr> +<h3 id="goals">Goals:</h3> +<ol> +<li>Promote expanding socially and legally acceptable free expression</li> +<li>Enhance labor protections for workers and whistle blowers to speak freely</li> +<li>Empower individuals to have difficult conversations</li> +<li>Encourage the adoption of interoperable and <em>permissionless</em> systems</li> +<li>Lobbying local institutions to provide these systems as services to local residents</li> +<li>Oppose legislation that empowers censorship or surveillance</li> +<li>Remembering and supporting those who are silenced<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></li> +</ol> +<h2 id="relevant-content">Relevant content</h2> + +<p>See more relevant <a href="https://libresolutions.network/tags/operation-chorus">content</a>.</p> +<div class="footnotes" role="doc-endnotes"> +<hr> +<ol> +<li id="fn:1"> +<p><a href="https://malwords.substack.com/p/remembering-the-victims-of-the-medias">https://malwords.substack.com/p/remembering-the-victims-of-the-medias</a>&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p> +</li> +</ol> +</div> +💌 Thank you for reading this via RSS 📡 + + + + Backcasting 2030 + https://libresolutions.network/articles/backcasting-2030/ + Tue, 07 Feb 2023 00:00:00 +0000 + + https://libresolutions.network/articles/backcasting-2030/ + + + + + + https://libresolutions.network//media/images/uni-campus.webp + + + What made 2023 the pivotal year? + <h2 id="what-is-backcasting">What is backcasting?</h2> +<p>Backcasting is when you imagine a scenario for an ideal future and try to trace a path to there from today. Instead of simply being comforted by a future world as we would like it to be, the goal is to identify opportunities to take action immediately. Backcasting is about discovering a <em>blueprint</em> for that better future and investigating how it can be made into reality. +I will be using the scenario from the <a href="https://home.solari.com/coming-tuesday-2030-backcasting-with-catherine-austin-fitts-solari-allies-and-solari-series-hosts/">Solari Report</a>:</p> + +<blockquote> +<p>For our purposes, the year is 2030, and this is our “desirable future”: In 2030, freedom reigns planetwide, with the push for central control having failed miserably. Local currencies are flourishing, while lack of use slowly marginalizes the few CBDCs that were implemented. The World Economic Forum is bankrupt, and a depressed Klaus Schwab has retreated to his home in the Alps. Family and community prosperity is growing throughout the developed and emerging markets as economies decentralize—and as government enforcement, regulation, intervention, and taxation decrease. In short, there is much to celebrate.</p></blockquote> +<p><em>How was this brought about?</em></p> +<h1 id="accountability">Accountability</h1> +<p>Change really begun with accountability. People taking responsibility for the systems they use and the incentives they bring about. By being more critical of our choices, it became easier to make deliberate decisions that grew to impact wider society.</p> +<h2 id="it-started-with-courageous-individuals">It started with courageous individuals</h2> +<blockquote> +<p>A hero ventures forth from the world of common day into a region of supernatural wonder: fabulous forces are there encountered and a decisive victory is won: the hero comes back from this mysterious adventure with the power to bestow boons on his fellow man.</p> +<p>Joseph Campbell - A hero of a thousand faces</p></blockquote> +<p>Heroes aren&rsquo;t the people who you see on the TV or those who get the big interviews. In this story, the heroes are those who recognized the great evil lurking and set out to challenge it head-on. People who quickly went to confront the darkness themselves so that they may spare others the horrors. They made mistakes, suffered losses and won small victories. Learning many things the entire way. When they returned from their journey they brought light and hope as the darkness faded away.</p> +<h2 id="simple-acts-of-heroism">Simple acts of heroism</h2> +<p>Not everyone started at the same point, some were born ready, others had preparations to make. As more people made progress, it became easier for others to catch up.</p> +<p>The first and most courageous act one makes is continuing to love in a world of hardship. Injustice rightfully gives rise to great anger, but love must always be the animating force. Coming back from facing darkness requires a conscious decision to <em>choose life</em>. Forging a strong commitment to embrace life, beauty and wonder to the fullest was when heroes were truly forged.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/campfire-night.webp' +> + + + +</div> +<p>With so much anger and pain, nothing was safe from a deluge of dread and sadness. Many of the heroes fell in terrible ways trying to just stand still in the torrent of chaos. Some had support, others had preparations, but the few who endured managed to find some footing to steady themselves from the otherworldly brutality they had been exposed to. They never lost sight of those alongside them who weren&rsquo;t so fortunate.</p> +<p>Steadying themselves required powerful introspection and the ability to care for themselves. The heroes needed to build themselves up to be stronger than ever. Not in a selfish manner, but in a way that gave them the strength to carry on. Carrying on often meant accepting difficult differences with others. Other times, it meant shielding one&rsquo;s mind from malevolent forces. Reducing energy spent on enraging culture war rivalries, and instead focusing on concrete goals for action. As the heroes made progress, unshackled from doubt and despair, things started to gain momentum. Fear shrunk away from being an ever-present oppressive force to becoming once again a distrusted stranger.</p> +<p>As momentum grew, so too did a constant reorganization of priorities. So many different voices had unique insight into the road that lead us all astray. It took time to shift attention and refocus energies so people tended to take more care with those resources. Spending extra time to reflect to themselves, or to investigate their own concerns more deeply. This questioning of not only the world as it is, but of themselves and us all for what we are. With this insight, gradual but meaningful changes were made on a constant basis.</p> +<h2 id="the-work-of-legends">The work of legends</h2> +<p>It all started within reach. The massive tidal wave of change was built with individuals choosing to act on the world around them. Local movements grew and caught on quickly, learning from mistakes made along the way. What made the difference wasn&rsquo;t brilliance, riches, or even luck. It was all built through tireless persistence of those who dared to dream of a better world.</p> +<p>Hardly anyone could even attempt it all alone. Our heroes didn&rsquo;t just need to be stronger, they needed allies, support and numbers. While many different groups had many fantastic victories, it was support that truly laid the foundation to our bright future. The victims of the old ways were innumerable, many of the heroes themselves haunted by the extent of the suffering they managed to witness. What made 2023 the pivotal year was the defensive victories.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/marketplace-night.webp' +> + + + +</div> +<p>This required a solid fortification of people&rsquo;s right to life, liberty and happiness. Support didn&rsquo;t merely mean taking on the banner of other&rsquo;s suffering, but meaningful actions to address the causes. Those who were injured were given care.Those who lost loved ones were given comfort. Those who&rsquo;s careers were displaced by technocratic tyranny were found meaningful work. Those left behind were remembered. With real systems of support outside the technocratic state-controlled bureaucracies, people were able to take more risks to work for change without simply being burnt out and spent like fodder. Positive change was only possible when we stopped losing great freedom-fighters to the cold entropy of letting them fall.</p> +<p>Gradually, community bonds started to heal as people began to share the abundance of each other. Neighborhoods became warm and welcoming as people made meaningful connections. These real bonds forged in staving off devastation, became wellsprings of joy. It was this joy that brought people to new heights they never imagined before. Major victories were starting to happen all over, as people would use that joy to fuel supporting others.</p> +<h2 id="liberating-the-tech-stack">Liberating the tech stack</h2> +<p>Brought together by the joy of life and living together, there was much that needed to change in the technological landscape. What was originally seen as inconvenient and arbitrary changes were eventually seen as natural and obvious. People individually and collectively renegotiated different ways of using, building, and sharing technology.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/platos-cave.webp' +> + + + +</div> +<p>Big Tech social media was the first to go. People saw how it had been weaponized against them from the beginning. More and more grew distrustful of any top-down centralized service calling itself a &ldquo;platform&rdquo;. These systems of control were difficult to break free from, but the heroes were the first to fully disconnect their minds from the mass mind-control platforms.</p> +<p>Increasingly aware of how Digital ID could be abused against the public, the people learned to make little use of anything that required an account for the purposes of collecting data on users. Instead of using apps from big tech stores, open and accessible web-based apps became more popular. As people became more familiar with experimenting with different options, lesser-known minimal protocols like <a href="https://gemini.circumlunar.space/">Gemini</a> were given a chance to show us a different kind of web. The heroes were at the forefront of encouraging others to embrace open protocols instead of the latest popular platform running on big tech infrastructure.</p> +<p>As people started regularly thinking about their software choices, and how they can impact their <a href="https://fsf.org">freedom</a>, attention eventually moved to hardware. With a newfound appreciation for freedom, sovereignty, and privacy in the digital world, there were many things that needed to be done differently. Early on a great deal of attention was spent on <a href="https://www.ifixit.com/Right-to-Repair">right to repair</a> ensuring that independent farmers weren&rsquo;t beholden to technocratic abuse. Repairing old technologies was a fantastic way to reduce e-waste and give people opportunities to learn and experiment.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/board.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/hardware-matters" ><h2>Principle: Hardware matters</h2><i>It is easy to underestimate the underlying structure of our digital world.</i></a> + + <span></span> + </div> +</section> +<p>There would be instances where devices designed for a corporate dystopia simply wouldn&rsquo;t have much use anymore. There was lots of opportunity for innovation. &ldquo;Nostalgic&rdquo; things like physical keyboards, removable batteries, and single-purpose devices all made a comeback in a big way. Efficiency and true <em>elegance</em> were real priorities.</p> +<h2 id="stewardship">Stewardship</h2> +<p>Oddly enough, some of the heroes were fairly technologically inclined themselves. Long-disillusioned with Big Tech and the way things had gone, they had many ideas on ways for the rest of us to break free. People would regularly be shocked and surprised at how many of these innovations had just been abandoned to the aether. Over time more and more individuals experimented with different tools and technologies to find what adapted well to their situations.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/uni-campus.webp' +> + + + +</div> +<p>These heroes would begin to start community-run services. Instead of everyone needing to use e-mail from Big Tech providers, dependable and trustworthy individuals were able to run small operations for small groups of users and assist others with starting their own. Education and outreach were vitally important parts of recruiting more people to build and share. These community services were a nightmare for those who wanted easily indexed access to everyone&rsquo;s private information. All kinds of different services were provided, some communities had more novel needs than others. If nothing else, there was now real local representation in cyberspace that people could rely on.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/fediverse.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/call-to-action-join-the-fediverse/" ><h2>Call to Action: Join the Fediverse now!</h2><i>A simple, but very effective way to tip the scales in favor of free speech.</i></a> + + <span></span> + </div> +</section> +<p>Instead of using their skills to help large corporations harvest data, our technological stewards helped people take control over their own computing. Teaching them how to use Free and Open Source software to manipulate their own data gave people a real sense of digital autonomy. New projects would be created for building useful public datasets that don&rsquo;t include people&rsquo;s private information.</p> +<p>As people&rsquo;s digital independence was better safeguarded, it became even easier for people to protect their sovereignty in other domains. Instead of wasting massive amounts of human effort and energy moderating &ldquo;<em>the one conversation</em>&rdquo;, people would participate in the places they felt had value. People were used to difficult and honest discussions and got better at resolving complicated disputes. Instead of people constantly calling for censorship, it was hardly ever considered. Egregious legislation worldwide was challenged and opposed. <a href="https://mullvad.net/en/blog/2023/2/1/eu-chat-control-law-will-ban-open-source-operating-systems/">ChatControl</a> and other laws targeting digital freedoms received constant and serious criticism. Politicians could no longer justify these excesses as &ldquo;<em>for the greater good</em>&rdquo; as people no longer believed them.</p> +<p>Those of us who were technologically inclined, realized that our talents weren&rsquo;t the only skills lacking. We understood that we needed all kinds of people with all kinds of skills. Instead of simply dragging people onto platforms we deem superior, we build the groundwork that open alternatives &ldquo;<em>just work</em>&rdquo; for all of us. We work to empower those with different talents and build on their successes. This is my message to you, dear reader. No matter what your unique skill-set is, it definitely has a place in building this beautiful future.</p> +💌 Thank you for reading this via RSS 📡 + + + + In defense of anonymity + https://libresolutions.network/articles/anonymity/ + Sun, 08 Jan 2023 00:00:00 +0000 + + https://libresolutions.network/articles/anonymity/ + + https://libresolutions.network//media/images/anonymous-crowd.webp + + + Don't let the trolls bait you into turning on privacy + <blockquote> +<p><em>&ldquo;If you give me six lines written by the hand of the most honest of men. I will find something in them which will hang him&rdquo;</em></p> +<p>Cardinal Richelieu</p></blockquote> +<p>In a time where so much data about people is being constantly harvested in increasingly invasive ways, there is a lot of material to work with. As I&rsquo;m sure we have all seen, there innumerable ways in which people&rsquo;s own beliefs, mistakes or decisions land them in serious trouble. Even in cases where the anger is justified, is it truly <em>justice</em> to weaponize constant mass surveillance against everyone at all times?</p> +<p>The internet <em>is a dangerous place</em>. The more intertwined your life is with it the more leverage it has to impact you. Many people dash straight at this for the upsides, but are shocked and horrified once they discover that there are downsides as well. This is because whatever the Internet <em>really is</em>, it has tremendous power.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-4.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-4/" ><h2>Tools of the Technocracy: #4 Online Identity</h2><i>What is following you in your digital tracks?</i></a> + + <span></span> + </div> +</section> +<p>This is not to say everyone <em>must</em> be anonymous <em>at all times</em>, but rather that people vastly underestimate the <em>consequences</em> of undermining online privacy. Different people have <em>very different risks</em> related to being forced to disclose even simple aspects of their identity. It is difficult to overstate how much our digital landscape acts as an extension of <a href="https://report.foundationforfreedomonline.com/11-22-22.html">state and corporate power</a>.</p> +<h2 id="pseudonymity">Pseudonymity</h2> +<p>A common mistake people make is to assume that just because you&rsquo;re not aware of a person&rsquo;s real name, that they are actually anonymous. In many cases they&rsquo;re simply using an alias to forge a found identity to build an online presence around. +Where possible, I&rsquo;d recommend doing this. +There are many great tools for creating new identities from scratch:</p> +<ul> +<li> +<p><em>Need a profile photo?</em></p> +<p><a href="https://thispersondoesnotexist.com/">This Person does not exist.</a></p> +</li> +<li> +<p><em>What about all the little details?</em></p> +<p><a href="https://datafakegenerator.com/generador.php">DataFake Generator</a> can help.</p> +</li> +<li> +<p><em>Are people too boring?</em> +<a href="https://thisxdoesnotexist.com/">This X does not exist.</a></p> +</li> +</ul> +<p>Surely you&rsquo;re wondering by now.</p> +<blockquote> +<p><em>But Gabriel! Are <strong>you</strong> real?</em></p></blockquote> +<p><em>Yes, dear reader</em>, I use my real name and face. When you listen to my voice-overs you are hearing my real voice. This is a conscious decision because far too often defenses of anonymity are dismissed merely because the arguments are made from an anonymous/pseudonymous speaker. I wholeheartedly wish to prove there are important reasons for anonymity, and that you don&rsquo;t need to be anonymous to make that case.</p> +<p>All-too-often &lsquo;accountability&rsquo; is something seen to only apply on the lower levels of the pecking order. If we are ever to live in a time with responsible leaders and trustworthy institutions people need to be given the opportunity to learn, and correct mistakes. Privacy, generally, evens the playing field.</p> +<h2 id="appealing-to-authority">Appealing to Authority</h2> +<p>A common mistake people make is to completely disregard information <em>from the fringes</em>. This is what has allowed many to be blind-sided by many of the rapid changes in the last decade. Ideally, people would develop a habit of judging every idea by its own merits, instead of by its origins. Many hands make light work so it is efficient to decentralize ways of collecting, analyzing and sharing information. A highly underestimated problem is that those with prestige, credentials, or even a proven track record can lie. Often people with the right data share the wrong conclusions because of warped incentives. Ensuring that all people regardless of backgrounds can question leaders and experts is a fantastic way to keep them honest.</p> +<p>It is a tragic shame that during the Covid Crisis, some of the best information came from a <em>decentralized gang of &lsquo;misinformation&rsquo; spreaders</em>. Unlike the mainstream and credentialed sources, they consistently came up with the <em>wrong answers</em>. The great irony is that while it is hard to verify information from &rsquo;less credible&rsquo; sources, they often have few incentives to lie and mislead. Many are simply those who feel it&rsquo;s their only way to make a real impact. Because of this many anonymous and pseudonymous commentators have a real ability to &ldquo;<em>cut through the crap</em>&rdquo;. In addition to this, not everyone with useful insights is in the position to handle vigilante retaliation from angry political opponents.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/intelligence.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/intelligence/" ><h2>The failure of intelligence</h2><i>The current state of affairs is a warning that top-level intelligence is failing</i></a> + + <span></span> + </div> +</section> +<p>There are times when you need someone (or an army) to shout &ldquo;The emperor has no clothes!&rdquo;. Nobody is perfect, and this isn&rsquo;t made better when we get into groups. Governments and organizations of all sizes would do well to properly respond to bottom-up feedback to avoid catastrophic problems. Many organizations have critical <a href="https://www.patientsafety.va.gov/professionals/stop-the-line.asp"><em>&ldquo;stop-the-line&rdquo;</em></a> processes designed to address critical safety issues. Over time large, organizations have gradually come to recognize that the greatest scandals are often seen as they develop, by the very people carrying out their duties. With <a href="https://www.compliancequest.com/capa-corrective-and-preventive-action/">real accountability</a> and proper integration of internal feedback, great disasters can be averted.</p> +<h2 id="pseudonymous-figures-speak-truth-to-power">Pseudonymous figures speak truth to power</h2> +<p>Sometimes we are not so lucky to have critical feedback come from inside the house. Other times we are all reliant on those who have seen the problems up-close taking on the herculean effort of trying to get the word out despite the all-too familiar stubborn reactions of disbelief, denial and deflection. When the time for justice comes, these voices are critical for rebuking the familiar excuse: <em>&ldquo;there was no way we could have known!&rdquo;</em>.</p> +<p>You may be enlightened enough to listen to the truth wherever it comes from, but a great deal of people don&rsquo;t. Often when people attempt to voice inconvenient truths they are first slandered as being entirely ignorant. Once it is shown the person <em>actually does</em> know what they&rsquo;re talking about, the very next accusation is that they are simply leveraging the problem for their own self-interest. (As if nobody could possibly have anything to gain from the status quo). Lastly, if all else fails, the personal attributes of the critic are use against them to discredit their case. Their age, social status, race, or any other details you can imagine can all be used to bludgeon down the truth.</p> +<p>Instead of confusing matters with personal drama, an alternative approach people take is to leave their identity out of the discussion. Nobody has anything to gain by pressuring people like this to reveal any aspect of their identities. Ultimately, it doesn&rsquo;t matter who they are. What matters is what they bring humanity as a whole by daring to investigate and speak out where others are afraid to. Those who have everything to gain from warped incentives or outright corruption would be pleased with any attempts to expose weaknesses.</p> +<p>Here a few examples:</p> +<h3 id="doomberg">Doomberg</h3> +<p><a href="https://doomberg.substack.com/">Substack</a></p> +<p>The little green chicken reminds us that: <em><strong>Energy is life</strong></em>. Warning of the dangers of counter-productive energy policies and various geopolitical risks. While their recent content is now premium-only, I will share some highlights from the past that aren&rsquo;t paywalled:</p> +<ul> +<li><a href="https://doomberg.substack.com/p/what-canada-means-for-crypto">What Canada Means for Crypto</a></li> +<li><a href="https://doomberg.substack.com/p/a-serious-proposal-on-us-energy">A Serious Proposal on US Energy</a></li> +<li><a href="https://doomberg.substack.com/p/farmers-on-the-brink">Farmers on the Brink</a></li> +</ul> +<h3 id="stormcloudsgathering">StormCloudsGathering</h3> +<p><a href="https://t.me/StormCloudsGathering">StormCloudsGathering</a> has long been a vocal advocate for non-violent resistance to tyranny. A consistent promoter of a &ldquo;common ground movement&rdquo; where we put aside petty political divides and work towards our common stake in the future.</p> +<iframe src='https://youtube.com/embed/ydZEaZGsWTU' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h3 id="spartacus">Spartacus</h3> +<p><a href="https://iceni.substack.com/">Substack</a></p> +<p>The <a href="https://media2-production.mightynetworks.com/asset/32250065/OGSpartacus_v4_N3MC.pdf">Spartacus Letter</a> was distributed anonymously. It is a well-sourced compendium of corruption and abuse from the Covid Crisis.</p> +<blockquote> +<p>This message is too important to be silenced. Its tone is admittedly incendiary in places, but it was difficult for us not to get emotional about this, given the nature of the subject matter and what our investigation revealed.</p></blockquote> +<h3 id="jikkyleaks-substackcomvv">Jikkyleaks 🐭substack.com/vv</h3> +<p>How do you eat an elephant? One bite at a time. +Sometimes is helps to be a small little mouse (or an army of them).</p> +<div class="image-container"> + +<a href='https://twitter.com/jikkyleaks'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/jikky.webp' +> + +</a> + + + +</div> +<p>Feel free to <a href="mailto:contact@libresolutions.network?subject=RE:%20In%20Defense%20of%20anonymity%20suggestion">suggest more inclusions</a></p> +<hr> +<h2 id="the--problem">The <em>&ldquo;anonymous cowardly troll demons&rdquo;</em> problem</h2> +<p>A simple irony is that anonymous trolls are the perfect target to <em>false flag</em>. There&rsquo;s no complicated branding to imitate or re-create, just simply fly whatever feels relevant. Those who would like to make sure everyone is accountable to a <a href="https://libresolutions.network/tags/technocracy">digital social credit system</a> are highly motivated to make sure people have a low opinion of people&rsquo;s ability to speak anonymously.</p> +<div class="image-container"> + +<a href='https://twitter.com/jordanbpeterson/status/1600329860638863360'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/peterson-troll-demons.webp' +> + +</a> + + + +</div> +<p>It is undeniable that not all anonymous and pseudonymous actors are good. People <em>do</em> need the tools to be able to filter out attacks. <strong>The problem begins when anonymous bad actors are used to justify attacks on privacy and anonymity</strong>. If you&rsquo;re at all concerned about <a href="https://libresolutions.network/tags/digital-id">digital ID</a> you&rsquo;re going to recognize cries for burdensome regulation and demands for authentication as part of that agenda.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/digital-id.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/digital-id/" ><h2>Digital ID: The Basics</h2><i>What is it? What can you do about it?</i></a> + + <span></span> + </div> +</section> +<p>This is all enabled by the &ldquo;bait and switch&rdquo; tactic of increasing control in the name of keeping people safe from harm. Notoriously used by governments, corporations have also been adopting it as an excuse as well. The only way to truly protect data is to never record it, which means that it&rsquo;s <em><strong>impossible to keep people safe</strong> through invasive surveillance</em>.</p> +<h2 id="individual-rights">Individual Rights</h2> +<p>In name of protecting vulnerable groups, more and more ground has been ceded to to-down control. In hindsight, this has done a very poor job at protecting those groups. Instead, tensions, resentment, and mistrust have all grown out of the further and further encroachment against individual liberty. There is great danger in gating access to information and vital services behind surveillance, which will inevitably grow into control.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/high-places.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/high-places" ><h2>Redefining &#34;High Places&#34;</h2><i>Lets re-balance power from the bottom-up</i></a> + + <span></span> + </div> +</section> +<p>The solution <em>isn&rsquo;t</em> to limit what individuals can do or freely express. Rather the proper way to address these situations is to enforce limits on what can be <em>done to people regardless of who they are</em>. This is the only way to create a immovable <a href="https://www.lesswrong.com/posts/Kbm6QnJv9dgWsPHQP/schelling-fences-on-slippery-slopes">schelling fence</a> against complete erasure. These simple limits are called <strong>rights.</strong> Regardless of what particular &lsquo;red lines&rsquo; you believe should be drawn, we all need to at least agree on a couple of fundamental lines that must not be crossed&hellip;quickly.</p> +<p>Regardless of who the target is, are you comfortable with them:</p> +<ul> +<li>Being unable to voice potentially life-saving information?</li> +<li>Being unable to make a living ever again?</li> +<li>Being cut off entirely from all human interaction or trade?</li> +<li>Being subjected to arbitrary confiscation of assets or even children?</li> +</ul> +<p>Even if you can imagine circumstances where these actions are justified, hopefully you&rsquo;d at least want them proven to a high standard in a truly independent process. Make no mistake, people <em>do</em> need protection from online mobs, but I would urge you to consider who or what benefits from their use. And also, what is there to lose from anonymous voices being silenced forever.</p> +💌 Thank you for reading this via RSS 📡 + + + + Your Support Is Needed + https://libresolutions.network/about/support/ + Sun, 01 Jan 2023 00:00:00 +0000 + + https://libresolutions.network/about/support/ + + + <h1 id="supporting-the-libre-solutions-network">Supporting the Libre Solutions Network</h1> +<p>The Libre Solutions Network is currently a passion project for <a href="https://gabe.rocks">Gabriel</a>.<br> +The hope is that people will see value in the perspective and content here.<br> +I sincerely hope you find value in what you find here.</p> +<style> + #support-buttons { + flex-direction: column; + align-items: center; + background:linear-gradient(180deg,var(--glass-darker),transparent,var(--glass-darker)); + border-left:3px solid var(--accent-lighter); + border-right:3px solid var(--accent-lighter); + padding:10px; + border-radius: 15px; + } + #support-buttons h2{ + margin:5px; + } + #support-buttons a { + margin: 0px; + } + + #support-buttons button { + background: linear-gradient(180deg, var(--btn), var(--btn2), var(--btn)); + font-size:large; + padding:5px; + width:8rem; + text-shadow: black 2px 2px 2px; + color:white; + font-family: "arial"; + font-weight:bolder; + } +</style> +<div id="support-buttons" style="margin-left:0.5rem;margin-right:0.5rem;"> + + <h2 style="width:100%;text-align: center;font-size:xx-large;">Support this work</h2> + <p>Join the discussion</p> + <a href="https://libresolutionsnetwork.substack.com/subscribe"><button style="--btn:orange;--btn2:rgb(172, 75, 15);">Substack</button></a> + <p>Support new initiatives</p> + <a href="https://liberapay.com/Gabe/donate"><button style="--btn:rgb(255, 255, 97);--btn2:rgb(110, 95, 0);">Liberapay</button></a> + <a href="https://buymeacoffee.com/libresolutionsnetwork"><button style="--btn:rgb(0, 179, 255);--btn2:rgb(8, 62, 120);">Buy Me a Coffee</button></a> + <p>Alternatives</p> + <a href="https://fedi.libresolutions.network/@lsn/subscription"><button style="--btn:rgb(78, 227, 90);--btn2:green;">Fediverse</button></a> + <a + href="monero:45DtHFkTW9sTXWZNsP1EUvWcACaipVmqPGjSwDaaLkHb7i8VxLxN1tnDa1EgTwMT5UbMsfK4AiNWLCi9B99Tj6y8AWadtuN"><button style="--btn:orange;--btn2:rgb(137, 81, 3);">Monero</button></a> + <p><a href="https://libresolutions.network/articles/why/">Why support this work?</a></p> +</div> +<p>You can also donate with <a href="https://buymeacoffee.com/libresolutionsnetwork">Buy Me a Coffee</a></p> +<p>The goal isn&rsquo;t to grow costs very much. The Libre Solutions Network is being built in a way that&rsquo;s designed to be replicated at little cost. Beyond allowing Gabriel to continue working on the project, the rest is entirely devoted to improving the quality of content.</p> +<p>If you would like to support specific improvements or use an alternative payment method, feel free to <a href="mailto:gabriel@libresolutions.network?subject=Initiative%20funding">get in touch</a></p> +💌 Thank you for reading this via RSS 📡 + + + + Social Media: Learning the right lessons + https://libresolutions.network/articles/social-media/ + Sun, 11 Dec 2022 00:00:00 +0000 + + https://libresolutions.network/articles/social-media/ + + https://libresolutions.network//media/images/learning-lessons.webp + + + Understanding information control + <h2 id="what-went-wrong">What went wrong</h2> +<p>Corporate social media entities aren&rsquo;t <em>&ldquo;the public square</em>&rdquo; and they aren&rsquo;t a safe way to stay in touch with family and friends. While they may masquerade as such, they are the furthest thing from being either of those. These are <em><strong>information control systems</strong></em>. One of the best things about the <a href="https://www.dailymail.co.uk/news/article-11519177/Twitter-kept-secret-blacklist-accounts-topics-stop-trending.html">#TwitterFiles</a> is that for many people, it&rsquo;s a window into what those operating these systems see. This is hardly a secret. In 2020 <a href="https://www.thesocialdilemma.com/">The Social Dilemma</a> has great coverage on how social media corporations are built to manipulate their users. Ironically, a lot of its commentary on &ldquo;fake news&rdquo; already hasn&rsquo;t aged very well. The documentary pathologizes those who didn&rsquo;t fall in lockstep with the lockdown agenda. The first hour is still worth understanding.</p> +<div class="image-container"> + +<a href='https://libresolutions.network/media/images/twitter-files.webp'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/twitter-files.webp' +> + +</a> + + +<p class="caption"> + Twitter is only the tip of the iceberg +</p> + + +</div> +<p>As governments and corporations fight over who gets to be the arbiter of truth, suppression and manipulation will continue to rise. The cost of this constant manipulation is hard to quantify, and most commentary treats it as a non-negotiable fixture of modern life. Control over everyone&rsquo;s access to information, and ability to express themselves begets all kinds of problems. In mainstream coverage, a lot of the emphasis is focused on misinformation from users. Yet, they&rsquo;re notably silent on <a href="https://www.millennialmillie.com/post/shadow-gate-2-0-full-movie">state and corporate driven disinformation</a>.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-4.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-4/" ><h2>Tools of the Technocracy: #4 Online Identity</h2><i>What is following you in your digital tracks?</i></a> + + <span></span> + </div> +</section> +<p>As people&rsquo;s access to information becomes more centralized and controlled, there&rsquo;s a rising acknowledgement that so does the <em>responsibility</em> over it. We are currently stuck between a tug-of-war between corporations and governments over control over the people&rsquo;s access to information. This didn&rsquo;t suddenly take place. Far from something these platforms were instantly tasked with; the preparations had been gradually taking place for years. Purportedly to stop the harms of , censorship gradually ramped up. Over the long run the public was conditioned to accept increasingly invasive censorship.</p> +<h3 id="twitter">Twitter</h3> +<p>The blue bird has been largely regarded as the &ldquo;digital public square&rdquo; for quite some time. Despite a minority of people using the platform, and an even smaller minority actually posting, Twitter has relied on the <em>perception</em> of being the public square. Much of that illusion was propped up by a first-class presence of mainstream media, as well as the verification system. Prior to Musk&rsquo;s takeover being verified on twitter was a form on status symbol on the platform. In addition to this, being verified allowed the user to ignore interactions from the &ldquo;riff raff&rdquo; of unverified users.</p> +<p>Twitter has been as bad as any other big tech platform for censorship, datamining and algorithmic manipulation. The site has long been criticized for the short character count, making clear communication difficult.</p> +<blockquote> +<p>&hellip;Twitter has censored leaks about corruption in politics, crimes committed the Government and spy agencies, opinions that didn’t agree with the Western propaganda about the war in Ukraine. This is criminal. This is wrong. And this is what’s happening at all big tech companies.</p> +<p>I like to tell @Jack +and all our fellow tech entrepreneurs… You have sold us out. You have betrayed us. You have destroyed our rights and democracy. You have turned the dream of what the Internet can do for humanity into a nightmare. Shame on you.</p> +<p>Kim Dotcom on <a href="https://twitter.com/KimDotcom/status/1601039458165350401">Twitter</a></p></blockquote> +<p>The <a href="https://brownstone.org/articles/the-twitter-files-just-the-beginning/">#TwitterFiles</a> is a very important confirmation of what many have suspected for quite some time. It is easy to fall prey to the illusion that this was merely a failing of Twitter&rsquo;s management at the time. In an age where governments and corporations will use any and all leverage they can against the people, <a href="https://twitter.com/AvidHalaby/status/1602127460677844993">anything that can be subverted will be</a>. New management is likely to be little more than a fresh coat of paint on the same top-down information control machine.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/cave.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/false-awakening" ><h2>The False Awakening</h2><i>The changing of the guard is not the same as defeat of the guard</i></a> + + <span></span> + </div> +</section> +<p>&ldquo;The bird is freed&rdquo; Tweeted Elon Musk. The mainstream media is in full meltdown over the uncertainty of what &ldquo;Twitter 2.0&rdquo; will be. Whatever Elon&rsquo;s plans for Twitter are; there aren&rsquo;t enough assurances to those who are used to controlling the conversation.</p> +<h3 id="facebook-aka-lifelog">Facebook AKA &ldquo;Lifelog&rdquo;</h3> +<p>Twitter wasn&rsquo;t the only platform outright <a href="https://www.businessinsider.com/facebook-has-portal-government-officials-to-request-content-be-suppressed-2022-11">puppeteered by government</a>. Facebook certainly has dubious origins when it comes to government interference. It has been caught <a href="https://www.bbc.com/news/technology-28051930">running experiments on it&rsquo;s users</a> and vast <a href="https://www.nbcnews.com/tech/social-media/mark-zuckerberg-leveraged-facebook-user-data-fight-rivals-help-friends-n994706">misuse</a> of user data.</p> +<blockquote> +<p>Yes, Twitter censors people + has close ties to the National Security State.</p> +<p>However, now people are not focusing on how SBF is about to get away with a billion dollar Ponzi or how the WHO is about to establish a global biosecurity authority, etc. +Whitney Webb on <a href="https://twitter.com/_whitneywebb/status/1601222803134418944">Twitter</a></p></blockquote> +<p>Speaking of FTX, it&rsquo;s very concerning how many ties keep leading back to information control. <a href="https://substack.com/profile/41123571-liam-sturgess">Liam Sturgess</a> has a great explanation of Facebook in his look into effective altruism. He brings up many of the things that the movie &ldquo;The Social Network&rdquo; has left out.</p> +<p><a href="https://rumble.com/v1yq43y-examining-effective-altruism-part-ii-rounding-the-news.html">Examining Effective Altruism: Part II - Rounding the News</a></p> +<h3 id="youtube">YouTube</h3> +<p>Far from being an <em>organic</em> video sharing platform. YouTube is big business. It&rsquo;s a game for the big players and there are rules to compete. What makes the platform unique is that it shares ad revenue with it&rsquo;s creators. This means that YouTube has a spigot to encourage or discourage a wide variety of behaviors. All kinds of fantastic and hardly-controversial creators have been &ldquo;demonetized&rdquo;, effectively eliminating them from mainstream participation.</p> +<p><a href="https://www.youtube.com/watch?v=vlxghmlGNoI">Game Theory: The End of an Era</a></p> +<p>Where big business takes the wheel, propaganda isn&rsquo;t far behind. Those with power are able to use their wealth to mislead the public into accepting that which isn&rsquo;t in their interest. Anti-human nihilism and guilt can be placed squarely on the masses to disarm themselves mentally.</p> +<p><a href="https://www.youtube.com/watch?v=HjHMoNGqQTI">How Kurzgesagt Cooks Propaganda For Billionaires</a></p> +<p>Is it really still a mystery why so many positions that are &ldquo;settled science™&rdquo; all point in the same anti-human direction? Can we really blame &ldquo;<em>those crazy kids</em>&rdquo; who have been raised (or radicalized) in hyper-reality manufactured entirely to destroy them?</p> +<h3 id="reddit">Reddit</h3> +<p>Reddit is a site that features walls of [deleted] and [removed] posts on every controversial topic and even some seemingly non-controversial ones. This is because Reddit is patrolled by legions of volunteer moderators. It&rsquo;s no free-for-all because the moderators have a clear hierarchy which builds <a href="https://www.protocol.com/reddit-powermods-war">powermods</a>. These powermods essentially control the content over the entire site. A notable powermod was <a href="https://kirbysommers.substack.com/p/evidence-that-reddit-user-maxwellhill">maxwellhill</a>, who notably hasn&rsquo;t posted since Ghislane Maxwell has been arrested.</p> +<p>In addition to outright censorship, reddit is notorious for self-censorship because your posts are linked to a profile that earns &ldquo;karma&rdquo;. Not only will users be called out for old posts, but losing too much karma impacts your ability to participate in different subreddits.</p> +<h3 id="discordlinkedin-tiktok-tinder-and-others">Discord,LinkedIn, Tiktok, Tinder, and others</h3> +<p>Anywhere people&rsquo;s access to others is gated behind an opaque centralized service, they are open to manipulation and abuse. It is high time that people recognize this and refuse to cooperate with it. People should be empowered to make their own decisions without being arbitrarily retaliated against. Those who seek the ability to control information will always have questionable judgement.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/4bbd4e5a-352d-4d24-82ea-e8832e902021' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h2 id="the-trap">The trap</h2> +<p>A recurring theme in mainstream commentary on social media manipulation is that this is simply a problem that needs to be <em>managed</em> by various non-profits and state actors. This presumes that such manipulation is tolerable in the first place. It is quite ironic that the <a href="https://time.com/4793331/instagram-social-media-mental-health/">very problem</a> created by state and corporate influence is something the mainstream is pushing to be solved with more state and corporate control. If anything, they have <em>already shown</em> a severe lack of trustworthiness with the tools that already exist.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://consentfactory.org/2022/12/10/swimming-with-sharks/" ><h2>Swimming with sharks</h2><i>So, Elon Musk’s new free-speech Twitter appears to going extremely well...</i></a> + + <span></span> + </div> +</section> +<p>It is highly dishonest to portray social media enterprises as rogue actors let loose by &ldquo;laissez faire&rdquo; free market profiteering. They&rsquo;ve all had very close ties with governments and even intelligence agencies. Any and all harms permitted while three-letter-agencies had their <a href="https://www.washingtonpost.com/news/business/wp/2018/04/24/yahoo-fined-35-million-for-failing-to-disclose-cyber-breach/">hand up these companies</a> is a problem of <em>prioritization</em> not power.</p> +<p>As the actions of Twitter before the Musk purchase have shown: <em>Trust and Safety</em> isn&rsquo;t about protecting the people. These institutions work as commissars within centralized services to thought-police in ways that would have been impossible not long ago. The terrifying reality is that the watchers are being watched by other watchers, competing for zeal to climb for status. The current political environment suffers in part by a self-organized conspiracy against the people. The people are effectively out manuevered, and in limited supply of options to protect themselves.</p> +<p>Self-hosted and decentralized alternatives are foundational steps towards progress. The people taking action to adopt these platforms would go a long way to leveling the playing field. However, this is not the totality of the fight. It would be naive to believe that once the people walk away from information control systems, that those who profit off controlling the discussion would just pack it in and give up.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-9-preview.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-9" ><h2>Tools of the Technocracy: #9 Internet Shutdowns</h2><i>Information control is the root of modern tyranny.</i></a> + + <span></span> + </div> +</section> +<p>Many of the same mechanisms use to control and manipulate social media are <a href="https://reclaimthenet.org/wordpress-considered-censoring-new-york-post">just as applicable to service providers</a>. Free speech exists as a widely shared cultural principle or not at all. Stronger safeguards need to <a href="https://protectthestack.org/">#Protect the Stack</a> from being leveraged against the people. Service providers as well as financial services are all points of failure that can be weaponized to <a href="https://www.givesendgo.com/bitchute">eliminate competition</a>.</p> +<h2 id="the-root-of-the-problem">The root of the problem</h2> +<blockquote> +<p>We can never know what <em>would have happened</em>, Lucy. But what will happen is another matter entirely.</p> +<p>Aslan - The Chronicles of Narnia</p></blockquote> +<p>We have a saying here: <em>&ldquo;We only have one <strong>timeline</strong>&rdquo;</em>. In short, this means that the damage is done. There is no use to endlessly speculate about how history could have been altered if things had been done differently. Instead we should learn from the past for the purpose of building a better future, or at least avoiding past mistakes.</p> +<h3 id="the-mainstream">The Mainstream</h3> +<p>The mainstream media and platforms have effectively sold out their credibility. Trust in these institutions has justifiably been in decline for some time. In hindsight, it is easy to believe that the mainstream media has always been the top-down information control machine that exists today. It can be useful to keep in mind that different technologies and forms of media have their own trade-offs. In todays media landscape, <em>the medium is the message</em> couldn&rsquo;t be more obvious.</p> +<p>Charitably, a single mainstream information landscape has a purpose. There was a time where the technology to get messages out wasn&rsquo;t as democratized as it is today. In addition to raw technological challenges, it is useful to have information dissemination enhanced with credibility and expertize.</p> +<div class="image-container"> + +<a href='https://libresolutions.network/media/images/mainstream.webp'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/mainstream.webp' +> + +</a> + + + +</div> +<p>Whether it&rsquo;s fact-checkers, universities, or large corporate media outlets, they all suffer from a primary weakness that has inevitably lead to a loss of trust: <strong>rigidity</strong>. This refined information propagation machine has to function in ways that undermine it&rsquo;s ability to properly convey issues. Mass media is inherently limited by the very constrained attention span of it&rsquo;s audience. This leaves hardly any room for nuance, or representing a broad spectrum of issues. These institutions fail to properly characterize, prioritize and report on nearly every pressing concern of the day. More and more, as the mainstream loses dominance, it will have to divert more and more attention to issues that inflate it&rsquo;s self-importance.</p> +<p>This means that anyone earnestly attempting to get people to understand any issue through this medium, is going to be restrained by the very same constraints. It&rsquo;s easy to underestimate the challenge of communicating simple concepts to a broad audience.</p> +<ul> +<li> +<p><strong>Narrow</strong></p> +<p>Only a few topics can rise.</p> +</li> +<li> +<p><strong>Brief</strong></p> +<p>No topic can be given much time for depth or self-reflection</p> +</li> +<li> +<p><strong>Dogmatic</strong></p> +<p>Authority is presumed, and hardly questioned if at all.</p> +</li> +</ul> +<p>With all these limitations one could easily be mislead to think there is no room for malice. This couldn&rsquo;t be further from the truth. <a href="https://www.corbettreport.com/media/">The Media Matrix</a> is a comprehensive history on this. If the mainstream media ever had a legitimate purpose, it has certainly transformed itself into part of a large growing <em>information control apparatus</em>.</p> +<p>During the Covid Crisis, instead of merely reporting on information as things developed; the mainstream media took an active role in <em>shaping the conversation</em>. If anyone is to receive clemency for getting things wrong, it is certainly not those who ensured that people would. To many this was an outright shocking development. It was so shocking, that people often couldn&rsquo;t accept that things were <em>this bad</em>.</p> +<p><em>Surely, they will eventually report the truth as lies get discredited in time?</em> That is a very cold comfort. Smothering the truth when lives are on the line isn&rsquo;t erased by getting it right years after the fact if at all. it is important to realize this is <a href="https://www.corbettreport.com/flashback-mediakills/">far from the only time</a>.</p> +<h2 id="getting-it-right">Getting it right</h2> +<p>The Covid Crisis laid bare the deadly effects of censorship before all to see. We are all responsible for learning from what <a href="https://unlimitedhangout.com/2022/11/investigative-reports/covid-19-mass-formation-or-mass-atrocity/">has happened</a>.</p> +<p>Among other things, we should:</p> +<ol> +<li>Grow our disgust for: +<ul> +<li>Thoughtless compliance</li> +<li>Censorship</li> +</ul> +</li> +<li>Enhance our appreciation for: +<ul> +<li>Principled opposition</li> +<li>Inalienable human rights</li> +</ul> +</li> +</ol> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/high-places" ><h2>Redefining &#34;high places&#34;</h2><i>Lets re-balance power from the bottom-up</i></a> + + <span></span> + </div> +</section> +<h3 id="connecting-with-others">Connecting with others</h3> +<p>Instead of focusing on a <em>single public square</em>, it is better that we nurture a symphony of vastly different spaces with different parameters and cultures. This way important information and insights can be properly elevated from a variety of sources, instead of being bottle-necked by a single mindset or culture. Achieving this requires a solid commitment to authentically liberal values and a much higher tolerance for differences than people have generally shown.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/fediverse.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/call-to-action-join-the-fediverse/" ><h2>Call to Action: Join the Fediverse now!</h2><i>A simple, but very effective way to tip the scales in favor of free speech.</i></a> + + <span></span> + </div> +</section> +<p>If you&rsquo;re still trapped on any of the big tech social media platforms please consider leaving. At the very least you&rsquo;ll want to consider building a presence on more accessible <em>federated</em> alternatives. In doing so you can help diversify people&rsquo;s ability to express themselves and learn from others.</p> +<h3 id="live-not-by-lies">Live not by lies</h3> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/images/live-not-by-lies.webp' +> + + + +</div> +<blockquote> +<p>When the truth offends we lie and lie until we can no longer it is even there&hellip;but it is still there&hellip; +Every lie we tell incurs a debt to the truth. +Sooner or later that debt is paid.</p> +<p>valery legasov</p></blockquote> +<p>There&rsquo;s never a bad time to <a href="https://home.solari.com/coming-clean/">come clean</a>. Anything you can do to fix the little things in your live can build to meaningful change over time. While lies have real, devastating impact, there&rsquo;s always something to be gained by making good on wrongs done.</p> +<h3 id="oppose-censorship">Oppose censorship</h3> +<p>One of the many ways we should honor the victims of the Covid Crisis is to work to make impossible the level of censorship and top down control that enabled the very crimes committed.</p> +💌 Thank you for reading this via RSS 📡 + + + + The Rise of a SkyNet Workforce + https://libresolutions.network/articles/skynet-workforce/ + Wed, 16 Nov 2022 00:00:00 +0000 + + https://libresolutions.network/articles/skynet-workforce/ + + + + + + https://libresolutions.network//media/images/skynet-workforce2.webp + + + Employee of the Month: Terminator + <p>Machine learning is starting to take over the economy the very way the Internet already has. A variety of newly available tools have caused a great deal of controversy in <a href="https://www.washingtonpost.com/technology/2022/09/02/midjourney-artificial-intelligence-state-fair-colorado/">art circles</a> and <a href="https://githubcopilotlitigation.com/">free software communities.</a>. These advancements in AI-powered tools are effectively game-changers in the domains they disrupt.</p> +<p>Hailed by techno-utopians of all stripes, these advancements are huge part of driving the so-called <a href="https://www.forbes.com/sites/bernardmarr/2016/04/05/why-everyone-must-get-ready-for-4th-industrial-revolution/?sh=1065627a3f90">4th Industrial revolution</a>. If we are not careful, we will run straight into the trap of allowing these tools to be weaponized against everyone. Understanding how these tools work on a basic level is important.</p> + +<p>You may have heard <em>&ldquo;Data is the <a href="https://www.thenewoil.org">new oil</a></em>&rdquo;. That &ldquo;oil&rdquo; is fuel for massively powerful machine learning algorithms. No publicly (or easily) accessible data, media, or information is safe from the &ldquo;data beast&rdquo;. The data beast is hungry for any and all information, it doesn&rsquo;t matter how trivial or private, it wants everything. The reason is because every addition of well-collected information is invaluable in building a wide array of powerful machine learning <em>models</em>.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/big-data.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-2/" ><h2>Tools of the Technocracy: #2 Big Data &amp; Artificial Intelligence</h2><i>What is all this data for anyways?</i></a> + + <span></span> + </div> +</section> +<h2 id="what-is-a-machine-learning-model">What is a machine learning &lsquo;model&rsquo;?</h2> +<p>A model is the sum-total of all insights a machine learning model &ldquo;learns&rdquo; while analyzing large amounts of data. The larger and more complicated the model the more sophisticated problems the model can be used to solve. For example, imagine you wanted to be an olympian athlete but hadn&rsquo;t decided on a sport. An AI could use a model trained on data from every previous athlete, like their physical attributes, record, diet, and other things to give you a &ldquo;life plan&rdquo; it calculates is most likely to succeed.</p> +<p>Models are &ldquo;trained&rdquo; by analyzing massive, well-categorized datasets. This means that the raw data itself often isn&rsquo;t enough. It needs to be carefully curated into a highly detailed and correct set of information and it&rsquo;s quite easy to fall short of that. Any and all deviations from reality will distort outputs from machine learning models. This gives rise to concerns about AI models treating people unfairly. Models trained on data we collect is effectively holding a mirror up to ourselves. Whatever small slice of reality we simplify and package to train on is how the model sees the world.</p> +<p>The only way to solve that problem would be a highly invasive all-pervasive surveillance and control system that tracks nearly every atom in the area of concern. In addition to being highly impractical, it&rsquo;s highly unlikely people would knowingly choose that kind of world. It&rsquo;s what we unknowingly choose that is a problem however, what systems are we building by refusing to take an active role in shaping the future?</p> +<h2 id="employee-of-the-month-terminator">Employee of the month: Terminator</h2> +<p>A great deal of resources are invested in understanding how robots can <a href="https://twitter.com/SiChunLam/status/1379556406123229185">recognize</a>, track and <a href="https://fortune.com/2015/10/19/army-wifi-gun/">destroy</a> things.</p> + +<a href='https://twitter.com/LeftSentThis/status/1536060869506834434'> + +<video muted autoplay preload="none"> + <source src='https://libresolutions.network/media/video/robot-feats.mp4'> +</video> + +</a> + +<p>That video is from a tweet saying:</p> +<blockquote> +<p>Everything, and I mean EVERYTHING I see these robots doing, I am imagining a host of military grade weapons attached to them, how those technologies trickle down to the police, and ultimately who will be attacked by these robots.</p></blockquote> +<p>When it comes to the workforce, soldiers and police may be the most at risk of being automated away entirely. Such a shift could be used to eliminate any trace of accountability or <a href="https://twitter.com/BanKillerRobots/status/1592570626547515392">morality</a> in such institutions.</p> +<h2 id="ai-has-learned-to-code">AI has &ldquo;learned to code&rdquo;</h2> +<p>This demo is quite impressive. The presenter is using Github copilot to build a simple program with spoken words instead of typing. It&rsquo;s initially quite striking how much of a win this kind of technique is for making development more accessible. It is fair to be skeptical, many live tech demonstrations are often highly staged to smooth over many real-life issues. That said, this specific goal does not seem very far away.</p> +<video controls preload="metadata"> + <source src='https://libresolutions.network/media/video/skynet-workforce-copilot.mp4'> +</video> +<p>Are software developers obsolete now? Likely not for a while, even using these tools requires some technical skill or understanding. It&rsquo;s also a lot harder to make guarantees of safety or security for systems that aren&rsquo;t carefully designed by humans. That&rsquo;s not to say there may not be powerful analysis tools built from these models that could strengthen security.</p> +<h3 id="the-dark-side">The Dark side</h3> +<p>Github is what&rsquo;s known as a code forge. A place for developers to host their code and collaborate on improving it. Different forges have different features but Github, owned by Microsoft is the largest and most popular. Developers often choose to distribute their code under various <a href="https://www.gnu.org/licenses/license-list.en.html">licenses</a>. These licenses dictate the terms in how the code can be used in other software projects.</p> +<iframe src='https://youtube.com/embed/x1IVJ54bHO8' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>Code is just information. Nothing has stopped Github from training copilot with all the data on their platform, and potentially other publicly accessible repositories as well. It is arguable that Microsoft has violated the license of many of these projects, however when it comes to those who use copilot to make new projects it&rsquo;s not clear at all.</p> +<h2 id="can-a-robot-create-a-beautiful-masterpiece">Can a robot create a beautiful masterpiece?</h2> +<p>Gearheads aren&rsquo;t alone, creatives are now struggling with the same issues. DeviantArt, a large platform for sharing artistic works announced <a href="https://www.deviantart.com/team/journal/Create-AI-Generated-Art-Fairly-with-DreamUp-933537821">DreamUp</a> which is their equivalent of tools like stable diffusion. Trained on a massive collection of categorized creative works, the model could be used to create entirely new works.</p> +<iframe src='https://youtube.com/embed/IGj_3OhMrAU' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>The artists raised some concerns about how this was done.</p> +<ul> +<li>Did DeviantArt train their model with artists art without <em>explicit permission</em>?</li> +<li>How can artists opt-out of such data-mining?</li> +<li>Will DeviantArt remove artists art from the model or dataset(s) if the artist did not wish for their works to be used for training AI.</li> +</ul> +<h2 id="concerns">Concerns</h2> +<p>As you can see, these problems are highly generalizable. Sure it&rsquo;s programmers and digital artists today, but how far away are authors, musicians, or even lawyers from being assimilated? It is tempting to nit-pick particular implementations and say that the flaws of today are an inherent fixtures of AI problem solving. This is naive, because it can be hard to predict what problems can be solved quickly and what problems will take ages.</p> +<h3 id="copyright--trademark-concerns">Copyright &amp; Trademark concerns</h3> +<p>Is using publicly accessible content to train AIs a derivative work? Are models fair use? Even if one is fully within their rights to use an artists works to train a model, what about use of the artists name in the creation of new works? If someone trained a model on your voice and published songs of you singing, should you have any right to demand compensation or restrict how it&rsquo;s used?</p> +<iframe src='https://youtube.com/embed/W5M-dvzpzSQ' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h3 id="asymmetric-advantages">Asymmetric advantages</h3> +<p>It is naturally impossible to know who is making models out of what data unless those entities chose to disclose that information. This means there is no way in knowing how much your data has been used to train models used to manipulate you. What recourse will you really have when violations take place in secret?</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-4.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-4/" ><h2>Tools of the Technocracy: #4 Online Identity</h2><i>What is following you in your digital tracks?</i></a> + + <span></span> + </div> +</section> +<p>Large platforms have many inherent advantages over smaller projects, even when there isn&rsquo;t any malice or bad behavior. Amazon has been caught using their platform to <a href="https://www.forbes.com/sites/retailwire/2022/10/17/controversy-persists-over-amazons-use-of-data-to-favor-its-knockoffs/?sh=1bb260d7f64e">produce knock-offs of viable products</a> from smaller sellers.</p> +<p>Is machine learning too powerful <a href="https://www.wearethemighty.com/mighty-history/catholic-church-banned-crossbow-warfare/">not to use</a>? In any competitive environment, can you really afford <em>not</em> to use performance enhancing tools regardless of the ethical or legal considerations? How can people and organizations properly set conditions to <strong>not</strong> incentivize massive fraud and privacy violations?</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://roundingtheearth.substack.com/i/78770620/this-is-the-story-about-how-machine-learning-drives-the-education-system-to-destroy-science" ><h2>Machine Learning Into the Destruction of Science</h2><i>The Science Wars Part XII</i></a> + + <span></span> + </div> +</section> +<h3 id="workforce-displacement">Workforce displacement</h3> +<p>Since we&rsquo;re already seeing problems in education, the wider workforce likely isn&rsquo;t far behind. Just because your entire profession can&rsquo;t be automated, that doesn&rsquo;t mean that machine learning can&rsquo;t simply be used to assimilate away the most viable parts of your business model. Even despite a so-called <a href="https://www.marketwatch.com/story/a-u-s-labor-shortage-is-planting-the-seeds-for-lots-of-layoffs-heres-how-11667607221">labor shortage</a> workers are having a difficult time negotiating higher wages and better working conditions.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/construction-banner.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-3/" ><h2>Tools of the Technocracy: #3 Robots, IoT, Automation, Oh my!</h2><i>Transforming the world in ways seen and unseen</i></a> + + <span></span> + </div> +</section> +<p>Cybernetics, novel biologics, and performance enhancing drugs can all be things people may feel forced to take on to compete in a rapidly changing work environment. While we are to be concerned with the consolidation of state power through <a href="https://libresolutions.network/articles/tools-of-the-technocracy-10">CBDCs</a>, we must also be vigilant against corporations using the very same <a href="https://libresolutions.network/articles/programmable-currency">mechanisms</a> to control people. We do not have the luxury of passively allowing &ldquo;futurists&rdquo; to decide what they&rsquo;re willing to have us all sacrifice for their own greater wealth. As this continues, the road ahead looks quite grim indeed. The following video is about a fictional setting in the game Warframe, it&rsquo;s a warning worth heeding.</p> +<iframe src='https://youtube.com/embed/P6203Dne8T4' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h3 id="ethics-concerns">Ethics concerns</h3> +<p>When it comes to surveillance and aglorithmic manipulation much of the work takes place out of sight and out of mind. There are real questions of ownership, rights, and autonomy when it comes to how personal and private information is used. It&rsquo;s important not to be defeatist on this point. Just because information <em>can</em> be used in particular ways doesn&rsquo;t mean we can&rsquo;t recognize it as a crime. A great many terrible things are nearly impossible to stop, the solution isn&rsquo;t to accept them but to create a proper framework for addressing them.</p> +<h2 id="the-bright-side">The bright side</h2> +<p>It&rsquo;s not all bleak and terrible. There is good news in this story too. Just as these tools are powerful they can be used for good. At it&rsquo;s core, machine learning is a useful way to extract actionable information from massive datasets. Creating large, accurate, ethically-sourced public datasets can create fascinating new possibilities.</p> +<h3 id="new-public-goods">New public goods</h3> +<p>Mozilla <a href="https://commonvoice.mozilla.org/en/about">Common Voice</a> is a project where people collaborate on creating a massive, diverse, high quality voice dataset. This can be used to power useful models like <a href="https://github.com/mozilla/TTS">Text to Speech for all</a> and <a href="https://github.com/mozilla/DeepSpeech">DeepSpeech</a>. DeepSpeech can be used to create your own voice-controlled applications. This is a very cute demo of someone using stable diffusion to place an AR elephant in a tree. Despite it&rsquo;s silliness, it does show how effective this technology can be in creating new and fascinating experiences.</p> + +<a href='https://twitter.com/BjoernKarmann/status/1590648681169985537'> + +<video muted autoplay preload="none"> + <source src='https://libresolutions.network/media/video/ar-elephant.mp4'> +</video> + +</a> + +<p>Of course there are tons of medical advancements related to using machine learning to recognize patterns. These are fantastic for things like diagnosing issues from x-rays or other data. To reiterate, machine learning clearly isn&rsquo;t evil, but rather the impetus to spy on everyone to dominate them absolutely is. There are responsible ways to collect, store and curate data and these need to be at least enforced but ideally supported.</p> +<h3 id="taking-action">Taking action</h3> +<p>Fundamentally we the people have to choose. Either between allowing our collective destiny to be dictated to us by those who have no regard for humanity, or to take on the great effort of <a href="https://www.corbettreport.com/interview-1576-james-corbett-on-solutions-for-resisting-technocracy/">wrestling control</a> back into our own hands. As radical as this sounds, it doesn&rsquo;t require a massive shift.</p> +<p>It never been more urgent to stop contributing to tyrannical systems of control. If you&rsquo;re involved in making top-down control into a reality, I urge you to reconsider the downsides of building a future you likely don&rsquo;t want to live in. It is high time we not only step away from top-down control, but assist others doing so.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/high-places" ><h2>Redefining &#34;high places&#34;</h2><i>Lets re-balance power from the bottom-up</i></a> + + <span></span> + </div> +</section> +<p>On a higher level, it&rsquo;s worth coming up with new standards and approaches to how information is collected, stored, and shared. Anything we can do to break away from the cloud goes a long way in mitigating the nefarious technocratic forces. Storing your own data instead really helps mitigate how it can be used against you.</p> +💌 Thank you for reading this via RSS 📡 + + + + The False Awakening + https://libresolutions.network/articles/false-awakening/ + Mon, 31 Oct 2022 00:00:00 +0000 + + https://libresolutions.network/articles/false-awakening/ + + + + + + https://libresolutions.network//media/images/cave.webp + + + The changing of the guard is not the same as defeat of the guard + <p><em>The changing of the guard is not the same as defeat of the guard.</em></p> +<p>Twitter is under <em>new management</em>. There is all kinds of excitement and despair over what this means for the future of free speech on that particular information control system. Odds are, we can expect some noticeable changes on what is and is no longer allowed within the new paradigm. This should not be mistaken for an expansion of the people&rsquo;s right to voice dissent. As priorities change, harmless admissions of past infractions are not evidence of reform.</p> + +<p>If nothing else, people must not be fooled into thinking this shift of policy is the answer to all the censorship and suppression of the past. This essentially presumes that we are presently aware of the full scope of past information control. It is highly likely that there are unknown taboos that still haven&rsquo;t truly found a voice. When someone desperately waits for free speech to return to a top-down centralized service, they underestimate the problem.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/false-saviors.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/beware-false-saviors" ><h2>Beware false saviors</h2><i>Putting faith into leaders is a road to disappointment. We all have to work together as individuals to make lasting change.</i></a> + + <span></span> + </div> +</section> +<p>Freedom of speech <em>is</em> freedom from consequences. In the name of fighting hate and so-called misinformation people have ceded incredible ground to organizations to shape public discussion. By allowing voices to be suppressed in all kinds of situations, the protections for all kinds of essential and vital dissent are constantly eroded. It is tempting to attempt to find ways to engineer away censorship. This constantly underestimates the willingness of the public to participate in censorship by refusing to uphold protections that whistle-blowers and those with dire warnings have to rely on.</p> +<p>The currently watered-down concept of freedom of speech is essentially the right to utter words alone, and face incredible sanctions for it. The public has long nurtured its tolerance for censorship to grow massively. People can be shocked and horrified by an opaque and arbitrary social credit system, but underestimate the sum effects of allowing censorship to flourish. This is to say that freedom of speech can only exist as a widely-shared culturally protected concept. This is first and foremost a social problem. People urgently need to reevaluate the mechanisms used to silence people and the costs we have paid for them.</p> +<p>As acceptable discourse has shrunken into a vanishingly small clown show, people are predictably and understandably desperate for discussions where their concerns are properly heard. This impulse is being exploited by innumerable bad actors to trap people into micro-cults out of touch with everyone else. These micro-cults are as varied and diverse as any other consumer product. Over time, creating a false dichotomy between the blatantly absurd mainstream and a kaleidoscope of mind prisons.</p> +<h2 id="a-mind-prison-example-q">A Mind Prison Example: Q</h2> +<p>Many Q phrases are instant red flags. &ldquo;White hats&rdquo; which generally refer to the benevolent overlords in positions of power. They for some reasons must allow atrocities for the &ldquo;greater good&rdquo;, yet never actually make any real change. &ldquo;The great awakening&rdquo; which is this cult&rsquo;s equivalent of any utopian fantasy&rsquo;s great revolution. The Q cult has outgrown a small set of posts on an anonymous image board to a full-out megagrift empire.</p> +<p>People stuck in the Q mind prison are fervent ideologues, they are quite often more invested in people&rsquo;s opinion of Q than of any of the so-called &ldquo;redpills&rdquo; that have supposedly awoken them. Despite a phenomenal track-record of falsified predictions, many of them still circulate. Others are practically unfalsifiable. For example, claiming that all the politicians you don&rsquo;t like have already been executed, but have merely been replaced with body-doubles to not alarm the public. By exploiting what people are starting to learn about many nefarious agendas in play, people are lured back into a safe containment. The &ldquo;Quantum financial system&rdquo; is simply a re-branding the evils people are starting to question. Other times, luring people with the idea that <em>they</em> can somehow be at the top of the social credit system, it traps them into morally justifying the system. This insidious moral inversion is all pervasive in these mind prisons.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/snowjob.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/anatomy-of-a-psyop" ><h2>Anatomy of a psyop</h2><i>Cognitive warfare in action</i></a> + + <span></span> + </div> +</section> +<p>The most aggravating aspect of the Q situation, is that it is very often used as a justification for more top-down control of information. <em>&ldquo;Behold all the silly nonsense the plebs can convince themselves of, surely we must protect them from such harmful influence?&rdquo;</em> say the technocrats and their chorus of compliant media. The sad truth is that the accusation on its face isn&rsquo;t wrong, a great variety of people <em>do</em> believe in a great variety of nonsense. The problem begins with assuming that <em>more top-down control</em> is the answer and not the root cause of the issue. Only through honest, open debate with proper transparency can we avoid creating our own dark age.</p> +<h2 id="a-recognizable-pattern">A recognizable pattern</h2> +<p>This is all in no way limited to the Q mega-grift, which simply has some of the most recognizable branding. Regardless of your political or social beliefs there are almost always outright scams ready to take your money for comforting lies and entertainment. They generally follow a predictable format:</p> +<ul> +<li>They are in possession of magical cheat codes that they are eager to share with you, the wise critical thinker who sees through all the lies</li> +<li>Thankfully, the answer is trivially simple and requires no real work on your part or upheaval of existing structures or systems</li> +<li>It comes at a very low cost, but for some reason you&rsquo;re still always an additional larger contribution away from the prize</li> +<li>An inability to actually discuss or explain the merits of the primary worldview or issues</li> +<li>A winning combination of shock, flattery, and shame to keep you in suspense</li> +</ul> +<p>It is overly simplistic to think of the cost only in terms of money. Your time and attention are precious and should be something you optimize continuously to serve you and your loved ones. It is clear to me that our present environment wants nothing more than for us to fight each other over anything and everything. Taking the time to bring people together despite differing beliefs and values is likely one of the most challenging, yet vital tasks of our time. A good identifier for a mind prison is one that preaches you as a lone fighter against the ignorant masses. All kinds of people are doing fantastic work all the time, and we would do well to remember and take time to give credit.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/high-places.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/high-places" ><h2>Redefining &#34;High Places&#34;</h2><i>Lets re-balance power from the bottom-up</i></a> + + <span></span> + </div> +</section> +<p>This is one of the most nefarious aspects of these mind prisons. Instead of helping people build up and celebrate new heroes, these schemes essentially downplay any real urgency to confront the issues at all. The arrogant belief that the elites in society know best and that the &ldquo;riff raff&rdquo; can&rsquo;t be trusted is it&rsquo;s own mind prison. By embracing a limiting top-down view of society you blind yourself from truly making an attempt to understand human beings and what drives them. People vastly underestimate the advantages of bottom-up strategies and structures.</p> +<h2 id="beware-the-trap">Beware the Trap</h2> +<p>Being stuck in a mind prison is not only counter-productive, but it can be dangerous. You isolate yourself from people you need to stay connected with. People who don&rsquo;t share your beliefs aren&rsquo;t your enemies. Focusing on fighting the people around you is only going to make you unpopular and alone. It&rsquo;s important to humanize yourself to others as well as you when you look in the mirror. Taking time to better understand your ideas can help you properly convey them to those who may not be receptive at first. Everyone needs a good friend more than they need another truth bomb.</p> +<p>That said, do not let what allows you to forgive friends and family be manipulated into grating blanket <a href="https://www.eugyppius.com/p/emily-oster-proposes-a-pandemic-amnesty">amnesty</a> to those who abused their power and authority. The Covid Crisis didn&rsquo;t merely open up new wounds to tear apart society, it also revealed to many an unforgettably dark corruption that has taken near complete control. When it comes to many of the technocrats plans, people ask &ldquo;Why now?&rdquo; and the answer lies in the fact that much of our cultural rot is from a mask worn to hide terrible and unsustainable lies.</p> +<iframe src='https://youtube.com/embed/MIHC4NNScEI' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>I believe the technocracy is <a href="https://www.fromrome.info/2022/01/14/how-skull-bones-plans-to-co-opt-world-wide-resistance-to-the-plandemic/">desperate for a scapegoat</a> and doesn&rsquo;t particularly care who or what it is. By putting people into difficult situations, then slandering them in the media otherwise kind and dutiful people from all walks of life are made into monsters. As more and more divisions in society isolate people, the danger rises. We have seen how effectively the technocrats were able to use the covid crisis to inflame hatred, we would do well to do anything we can to prevent that from being utilized further. It would be all to easy for those in power to entirely avoid accountability if they maintain the ability to turn the public against a convenient scapegoat.</p> +<p>This is the root of the false awakening. More and more people stumble into the all the lies, corruption, and contradictions of our established order. As these doubts, fears, and concerns pile up; so does friction and resistance. Those in power have an incredible incentive to manage this fragmentation by effectively isolating every fracture into it&rsquo;s own bubble. We can expect the manufacture, marketing, and adoption of individualized mind prisons to be increased exponentially as those in power get more and more desperate. It&rsquo;s not hard to see our current culture fractured into two inconsolable factions, if we&rsquo;re not careful we will end up with everyone perfectly isolated in a terrible free-for-all.</p> +<p>You being aware of a particular piece of truth isn&rsquo;t the answer, what we need is <em>integration</em>. Being authentically awake isn&rsquo;t simply accepting a single redpill about some scandal or lie in society. It&rsquo;s about being able to properly conceptualize the world as it is, rather than how others would like it to be, or even how you&rsquo;d like it to be. This integration of understanding is what needs to be shared. We won&rsquo;t all know everything about everything, but we need to cooperate on processes to properly investigate the truth, uncover corruption and make concrete, lasting change.</p> +<p>Without actually integrating our understanding with how we work together, we run the risk of granting those in power and corrupt institutions total control over the future. Our future is already uncertain in so many ways, the only way to properly account for those risks is to bring them to the forefront of our mind and actions. Almost every institution in our lives is in need of complete and total reform that may be outright impossible in some instances. These institutions reflect the unacknowledged damage that has been inflicted on the public for a long time, that has gone neglected and forgotten. Rebuilding essential civic and social institutions will be an all-too-difficult task. We are all going to need as many people willing to come together and practice an unfamiliar amount of solidarity. This can only take place with excellent individuals working to reach out and authentically connect with those around them. I wish you the best of luck.</p> +💌 Thank you for reading this via RSS 📡 + + + + Tools of the Technocracy: #10 Central Bank Digital Currencies + https://libresolutions.network/articles/tools-of-the-technocracy-10/ + Fri, 14 Oct 2022 00:00:00 +0000 + + https://libresolutions.network/articles/tools-of-the-technocracy-10/ + + + + + + https://libresolutions.network//media/images/cbdc-chains.webp + + + Late-stage financial repression + <h1 id="tools-of-the-technocracy-10-central-bank-digital-currencies"><a href="https://libresolutions.network/tags/tools-of-the-technocracy-series">Tools of the Technocracy</a>: #10 Central Bank Digital Currencies</h1> +<h3 id="what-is-money">What is money?</h3> +<p>This is a really humorous video that really gets at the core of this discussion.<br> +<em><strong>Money is something we made up.</strong></em></p> + +<a href='https://www.tiktok.com/@paigelayle/video/6902953819722861825'> + +<video muted autoplay preload="none"> + <source src='https://libresolutions.network/media/video/tott-10-inflation.mp4'> +</video> + +</a> + +<p>Her tiktok attracted a lot of people lecturing her on inflation, about how raising the money supply devalues the money. What those responses are missing is the key statement in the video.<br> +&ldquo;<em>You let <strong>THIS happen!</strong></em>&rdquo; she exclaims holding up a plastic 5$ bill and plastic 50$ bill side-by side.</p> + +<h3 id="what-exactly-did-we-let-happen">What exactly did we &ldquo;<em>let happen</em>&rdquo;?</h3> +<p>A <a href="https://www.kitco.com/news/2019-12-02/Nearly-one-third-of-Americans-believe-U-S-dollar-is-backed-by-gold-Genesis-Mining-s-survey.html">third of Americans</a> still believe the US dollar is backed by real, tangible value in the form of gold. This hasn&rsquo;t been true for quite some time, and that is why our central bank currencies are also called <em>fiat currencies</em>. It is almost a guarantee that you, the reader reader are paid, taxed, and earning income in a central bank currency known either as dollars, euros, or any other national currency. This has already had <a href="https://wtfhappenedin1971.com/">significant impact of society</a>.</p> +<h2 id="what-is-a-central-bank">What is a central bank?</h2> +<p>A central bank is a &ldquo;bank for banks&rdquo;.<br> +&ldquo;<em>Why would a bank need a bank?&rdquo;</em><br> +Your deposits at a bank are a liability to that bank, they have legally needed &ldquo;bank money* called <em>reserves</em> to offset that liability on their balance sheet.</p> +<p>John titus does a fantastic job explaining how this works, and has changed during the Covid Crisis.</p> +<div class="image-container"> + +<a href='https://youtu.be/VYOEvurCVuk'> + +<img loading="lazy" +src='https://libresolutions.network/media/images/tott-10/split-circuit.png' +> + +</a> + + +<p class="caption"> + From &#34;Larry &amp; Carstens&#39; Excellent Pandemic&#34; by John Titus <a target='_blank' href='https://youtu.be/VYOEvurCVuk'>Source</a> +</p> + + +</div> +<p><a href="https://www.corbettreport.com/federalreserve/">Central banks are corporations</a>, that lend money to governments and other banks. Central banking is effectively the death of free enterprise, not only do market participants have to out-compete vertical monopolies but also entities with the power to create and distribute money from nothing. This power effectively means that some participants experience lavish success in a simulated economy, while those outside the simulated economy must operate in the harshest of economic conditions. Before countries entirely adopt CBDCs en-masse, now is the perfect time to consider (if not the last time) if central banks are institutions that ought to be abolished entirely.</p> +<h2 id="digital-currencies">Digital Currencies</h2> +<p>In a sense, any digital form of national currency is <em>already a central bank digital currency.</em> It is important to understand that while digital currencies are <a href="https://libresolutions.network/tags/tools-of-the-technocracy-series">tools of the technocracy</a> so too are central banks <em>themselves</em>. What central banks are after with digital currencies isn&rsquo;t merely control. They have control already. Their concern is that their control is too crude, instead they would prefer precise options to micro-manage the economy down to individual transactions.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-1.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-1/" ><h2>Tools of the Technocracy #1: Digital Currency</h2><i>How the digital financial complex works against you...and what you can do about it.</i></a> + + <span></span> + </div> +</section> +<h3 id="payment-processors">Payment processors</h3> +<p>Online payment processors allow people to seamlessly transact. Most payment processors use central bank currencies because for most people they are the only currency they use. These payment processors have <a href="https://reclaimthenet.org/paypal-fine-2500-intolerance-discriminatory/">significant leverage over those reliant on them</a>. As if monetary policy didn&rsquo;t distort the economy enough, now payment processors are eager to show they can be proactive in surveilling, fining, and otherwise restricting their users. This is because they will be effectively competing with CBDCs in these areas.</p> +<h3 id="cryptocurrencies">Cryptocurrencies</h3> +<p>Satoshi made history when he created the first digital currency with no central issuing authority that couldn&rsquo;t be counterfeit. This was no small feat. By using the power of raw computing power, Bitcoin is still the largest mover in the huge cryptocurrency space. Not all cryptocurrencies are decentralized. As computing power, or financial control ramp up, only time will tell how many truly decentralized projects will survive.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/road2hell.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/blockchain/" ><h2>The road to hell: misplaced optimism in the blockchain space</h2><i></i></a> + + <span></span> + </div> +</section> +<p>The biggest challenge with cryptocurrency in our current age is that money is only part of our current troubles. We can all switch to a &ldquo;silver bullet&rdquo; system tomorrow and there would still be immense damage to be undone. Just as money is a construct we create, it is also entirely reliant on the rule of law. No money, no matter how secure or private can itself alone overthrow tyrants.</p> +<h2 id="what-is-a-cbdc-really">What <em>is</em> a CBDC <em>really</em>?</h2> +<p>The major threat that new CBDCs present is that they are highly likely to be streamlined with the following properties:</p> +<h3 id="programmable">Programmable</h3> +<p>In addition to having control of every transaction, programmable currencies allow participants to enter <em>new kinds of transactions</em>. This could include all kinds of things, such as directly monetizing surveillance. Automated systems could be used to enhance these digital contracts.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/programmable-currency.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/programmable-currency" ><h2>Programmable currency</h2><i>What is it good for?</i></a> + + <span></span> + </div> +</section> +<h3 id="interoperable">Interoperable</h3> +<p>As Mathew Crawford points out: &ldquo;A networks value increases exponentially in relation to the number of its users&rdquo; it wouldn&rsquo;t make sense to limit total top-down financial control to a single jurisdiction. Eventually a global uni-system could be built on top without the participants having any power to prevent the change.</p> +<h3 id="so-what">So what?</h3> +<p>These things can enable an <a href="https://iceni.substack.com/p/spartacast-05#details">industrial revolution without people</a>. The technocrats don&rsquo;t just believe they&rsquo;ve won in finance, but all of human history and evolution. They intend to transform all our countries into giant (but shrinking) open-air prisons.</p> +<h3 id="corporate-backed-digital-currencies">Corporate-backed digital currencies</h3> +<p>Odds are <em>essential workers</em> will likely not be lucky enough to use the state-issued CBDC. Instead they may be restricted to using their companies <strong>Corporate-Backed Digital Currency</strong>, a modern version of the <a href="https://en.wikipedia.org/wiki/Company_store">company store</a>. These indentured servants would have no capacity to transact outside approved channels.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/servicification.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/servicification" ><h2>Servicification</h2><i>One of the greatest threats to private property rights.</i></a> + + <span></span> + </div> +</section> +<p>It is critical not to simply be reflexively averse to a central bank digital currency, and naive to the threads presented by corporate backed digital currencies. Where convenient I recommend mentioning both in similar situations.</p> +<h2 id="concerns">Concerns</h2> +<p>Frustratingly, it doesn&rsquo;t take much imagination to guess how these systems will be used. We have already seen mass de-platforming by financial institutions as a means of censorship. So many things that could be done with a CBDC have already been done on either as a whole, or with specific interventions.</p> +<p>Other encroachments will be much more sinister and harder to predict. New functionality and advancements in technology will open up unimaginable possibilities. No single person would be capable of understanding it all, making anyone who attempts to sound mad to those who haven&rsquo;t.</p> +<h3 id="surveillance">Surveillance</h3> +<p>Surveillance itself is enough of an invasion, regardless what it is being used for. People deserve the right to make mistakes, learn, and grow as people. It is troubling in an age where there is hardly any accountability for those at the top, the public is being targeted for any kind of micro-infraction. The only way to restore a free and fair society is to tilt the scales in the opposite direction.</p> +<h3 id="censorship">Censorship</h3> +<p>Programmable currencies are entirely able to dictate their use. No transaction is permanent, likely only the record of it is. This can be used to develop powerful feedback loops to entirely eliminate dissent.</p> +<h3 id="financial-repression">Financial Repression</h3> +<p>Reprisals for unapproved actions can be harsh and all-encompassing. Not only are you entirely vulnerable to the whims of the system, those around you will also face the same consequences for lending support.</p> +<h3 id="social-control">Social control</h3> +<p>Using financial control to manipulate the public is <a href="https://www.federalreserve.gov/newsevents/pressreleases/other20220929a.htm">already being tested</a>.</p> +<h3 id="micro-management">Micro-management</h3> +<p>With additional forms of contracts punishments can be fine-tuned to elicit very specific responses. All kinds of virtual systems can be precisely configured to represent your deemed place in society.</p> +<h3 id="failure">Failure</h3> +<p>Central planning in any form is civilization&rsquo;s equivalent of putting all your eggs in one basket&hellip;over a cliff. It is a total failure mode of any human system and should be avoided at all costs. When these schemes inevitably go wrong, so much damage to lives, communities, and vital human capital is often unrecoverable.</p> +<p>Or more importantly, <em>why the rush</em>?</p> +<p>There are a variety of factors that mean that the <em>powers that ought not to be</em> might not really have time on their side when it comes to preparing alternative financial systems.</p> +<p>John Titus can explain complicated financial concepts in a way that is remarkably accessible. He&rsquo;s published many great videos addressing the bailouts and lack of criminal prosecution since the great financial crisis.</p> +<p><a href="https://www.youtube.com/watch?v=VRV_1ECbasw">Presenting America&rsquo;s Real Coup d&rsquo;Etat</a></p> +<h3 id="geopolitics">Geopolitics</h3> +<p>As the world changes so do alliances and incentives. Many brilliant minds have suggested that the Covid Crisis could be a <a href="https://denisrancourt.ca/videos.php?id=37">painful diversion</a> from an ongoing <a href="https://rumble.com/v1lamwt-rte-raw-exploring-the-iatrogenocide-hypothesis.html">geopolitical Struggle</a>.</p> +<p>Regardless of the underlying reasons we can almost certainly expect future disruptions and difficulties. If nothing else please find ways to be more resilient yourself and take care of others.</p> +<h2 id="solutions">Solutions</h2> +<h3 id="just-say-no-and-do-not-comply">Just say &ldquo;NO!&rdquo; and Do not comply!</h3> +<p>Tank your social credit score in advance! The most powerful tool the technocracy has to influence you is your own mind. Deliberately properly aligning the incentives yourself can go a long way.</p> +<p>Authentic peaceful disobedience is priceless in these times. As aggrivating as things are it&rsquo;s important to understand that it&rsquo;s our duty to demonstrate that all peaceful options have been exhausted.</p> +<h3 id="hold-institutions-accountable">Hold institutions accountable</h3> +<p>We can not engineer nor evade our way around the fact that the rule of law is precious and needs to be restored. There is hardly any reason to start new laws and constitutions from scratch when we can&rsquo;t even enforce existing ones. Greater transparency and accountability will pay dividends in all other aspects of working for freedom.</p> +<h3 id="sharing--charity">Sharing &amp; Charity</h3> +<p>A great way to eliminate financial incentives is to provide what you can without financial strings. Cooperation is at a premium these days, so there is much to gain from sharing with others. Building a robust safety-net for those ejected from the social credit system is a pre-requisite for mass resistance.</p> +<h3 id="sound-money">Sound money</h3> +<p>I&rsquo;m not particularly biased towards any asset or commodity, but I am highly skeptical of any solution that doesn&rsquo;t re-ground society back to tangible value. Our manipulated currencies have corrupted even trivial incentives for so long that I doubt we can avoid facing those consequences. This is why it is all-the-more important that high-profile criminals be prosecuted for their ill-gotten-gains.</p> +<h3 id="time-banking">Time banking</h3> +<p>Anything that values human beings and their time more is a good thing. The technocracy has aimed to glamorize a future without other people. If we all have to embrace barter to resist tyranny, time banking is a very efficient model.</p> +<h3 id="local-digital-currencies-and-decentralized-cryptocurrencies">Local digital currencies and decentralized cryptocurrencies</h3> +<p>While any and all useful digital systems should be used for what they can, relying on a single global blockchain may be an inefficient option for regions that may face radically different circumstances. Building an online bank from the ground up is not a technically sophisticated task. Anyone capable of creating a dynamic website is capable of building a functional prototype. The main difficulties are around physical security and accountability for the assets.</p> +💌 Thank you for reading this via RSS 📡 + + + + Servicification + https://libresolutions.network/articles/servicification/ + Wed, 12 Oct 2022 00:00:00 +0000 + + https://libresolutions.network/articles/servicification/ + + https://libresolutions.network//media/images/servicification.webp + + + One of the greatest threats to private property rights. + <p>Today, so many online services confuse the concept of ownership.<br> +Ownership is not merely access to a product. +Ownership is about <em>rights</em>, for both tangible and intangible property.<br> +What options do you have to use, enjoy, or transfer that property?<br> +What limits (if any) exist on those options.<br> +These rights are entirely dependent on either the rule of law, or on force.</p> +<blockquote> +<p>If Claus Schwab aims to deprive me of my property and my liberty, he needs to remember I have a gun.</p> +<p>Rick Rule</p></blockquote> +<p>The very reason the law exists, is so that people don&rsquo;t have to resort to violent means to defend themselves. In an ideal world, people would clearly and efficiently negotiate outcomes. This requires acceptable and enforceable <em>boundaries</em> to limit what actions can be taken against people. Otherwise the situation can rapidly devolve into <em>anarcho-tyranny.</em> <sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></p> +<p>The <a href="https://libresolutions.network/articles/tools-of-the-technocracy/">tools of the technocracy</a> aren&rsquo;t always used to outright rob people. Quite often, they are instead used to <em>tip the scales</em> in a way that coerces people into giving in to schemes that they otherwise wouldn&rsquo;t. Convenience in exchange for surveillance is the most clear example, but there are other options. If not prevented by a vigilant populace, the state can force people to <a href="https://reclaimthenet.org/canadian-government-has-allocated-105-3-million-to-world-economic-forum-digital-id-partnership/">beta test</a> additional surveillance and control.<sup id="fnref:2"><a href="#fn:2" class="footnote-ref" role="doc-noteref">2</a></sup></p> +<h1 id="servicification">Servicification</h1> +<p>Servicification is the replacement of concrete ownership with temporary access. Arguably there are some efficiency gains. Instead of fragile, disposable products providers would invest in products that are built to last. In addition to this, unused products could be accessible to be used by others. These benefits are more advantageous for the <em>owner</em> of the property rather than the users. The only benefit the user gains is that it potentially gives people access to products that they would be otherwise unable to afford.</p> +<p>A big problem is that in our current landscape, the users will likely be charged more than just currency. People may have to pay with their data in addition to currency. Even worse, by using these products may be entirely gated behind a social credit system armed with all-pervasive mass surveillance.</p> +<h3 id="virtual-goods">Virtual goods</h3> +<p>Music, videos, software, &amp; video games are all already quite accessible through online stores. &ldquo;Owning&rdquo; these <em>virtual products</em> isn&rsquo;t actual ownership, it&rsquo;s merely purchasing a <a href="https://www.nytimes.com/wirecutter/blog/you-dont-own-your-digital-movies/"><em>temporary license</em></a> to make use of them. Temporary as in, the service provider can decide to no longer give the user access. Or even when the service provider goes under, access becomes impossible.</p> +<p>NFTs are an interesting attempt to solve that problem. If one stores entire digital goods on the blockchain, smart contracts could allow permanent <sup id="fnref:3"><a href="#fn:3" class="footnote-ref" role="doc-noteref">3</a></sup> and transferrable access. This arrangement requires there to be an incentive for the blockchain to be stored-long term, which may require a high and increasing token price.</p> +<h3 id="reality-alterations">Reality alterations</h3> +<p>Beyond digital goods, servicification can be used to regulate and manage physical assets and goods. With enough surveillance and automation, renting something or somewhere can be done without any human interaction. This is always a double-edged affair, when things are conveniently enabled without human interaction, they can also be <em>restricted</em> without any human interaction or judgement.</p> +<video controls preload="metadata"> + <source src='https://libresolutions.network/media/video/wef-clothes-drm.mp4'> +</video> +<p>Video source: <a href="https://twitter.com/heliodown/status/1501550504677101570">Twitter</a></p> +<p>This is a new frontier for digital intrusion into people&rsquo;s lives. While one may hope that they are exempt because they don&rsquo;t own any smart devices, there are ways around this. People with less money can be presented with predatory arrangements where renting a place also requires them to opt-in to all kinds of surveillance and control, ensuring that privacy and autonomy is only limited to the very wealthy.</p> +<p>It is important to note that these measures aren&rsquo;t enhancements. In no way does adding internet access to a lock make it more secure. A digital token may <em>represent access</em> but this is in no way the same thing as a key physically required to mechanically unlock a door.</p> +<h3 id="the-sharing-economy">The &ldquo;sharing economy&rdquo;</h3> +<p>Jobs aren&rsquo;t safe either. Offshoring allowed the financial class to use human suffering as a competitive advantage against labor. Servicification allows an even further impoverishment of the citizens. By cutting up a single well-paid career into micro-tasks that are then farmed out to either underpaid workers with no bargaining power, or simply automated.</p> +<blockquote> +<p>Consumerism in America has transferred billions and trillions of dollars of wealth to would-be financial despots who now want to monopolize all resources, all property, and collect rents from them from now until the end of time, all in the name of sustainability.</p> +<p><a href="https://iceni.substack.com/p/spartacast-05">Spartacus</a></p></blockquote> +<p>In the best of circumstances, this will have disastrous consequences for the workforce. This precariousness-by-default will eliminate the last vestiges of security people once took for granted. Taken to the extreme, it undermines the very social contract by turning the entire public into mercenaries.</p> +<h2 id="better-ways">Better ways</h2> +<h3 id="entrepreneurship">Entrepreneurship</h3> +<p>The lockdowns during the Covid Crisis were an atrocious attack on small enterprises. If local economies are to ever thrive again this must be actively reversed. This is not something we have the luxury of simply hoping for. People need to actively work to reduce unfair barriers leveraged against local businesses. One of the things the technocrats fear the most is strong communities with economic self-determination. Making these changes may be difficult and expensive, but it is a whole lot more difficult and expensive to live in a society without an authentic local economy.</p> +<h3 id="libraries">Libraries</h3> +<p>Yes, most of the efficiency of servicification can be gained from your local library. Using a <a href="https://en.wikipedia.org/wiki/Library_of_Things">library of things</a> <sup id="fnref:4"><a href="#fn:4" class="footnote-ref" role="doc-noteref">4</a></sup> allows people to get use out of items they may only need occasionally. There is no reason that the products being shared need to be owned by a multi-national corporation. By supporting and enhancing surveillance-free alternatives we can all benefit from modern efficiency without compromising the vulnerable.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://synergeticdesign.substack.com/p/the-future-will-be-community-based" ><h2>The future will be community-based</h2><i>The need to belong is thwarting the globalist agenda.</i></a> + + <span></span> + </div> +</section> +<div class="footnotes" role="doc-endnotes"> +<hr> +<ol> +<li id="fn:1"> +<p>Anarcho-tyranny on <a href="https://www.urbandictionary.com/define.php?term=anarcho-tyranny">urban dictionary</a></p> +<blockquote> +<p>Anarcho-tyranny is a concept, where the state is argued to be more interested in controlling citizens so that they do not oppose the managerial class (tyranny) rather than controlling real criminals (causing anarchy). Laws are argued to be enforced only selectively, depending on what is perceived to be beneficial for the ruling elite.</p></blockquote> +&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></li> +<li id="fn:2"> +<p>Vaccine passports are a notable example.&#160;<a href="#fnref:2" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p> +</li> +<li id="fn:3"> +<p>Well, as permanent as the blockchain running it anyways.&#160;<a href="#fnref:3" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p> +</li> +<li id="fn:4"> +<p>Share a shovel, share a machine&#160;<a href="#fnref:4" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p> +</li> +</ol> +</div> +💌 Thank you for reading this via RSS 📡 + + + + The failure of intelligence + https://libresolutions.network/articles/intelligence/ + Sat, 08 Oct 2022 00:00:00 +0000 + + https://libresolutions.network/articles/intelligence/ + + https://libresolutions.network//media/images/intelligence.webp + + + The current state of affairs is a warning that top-level intelligence is failing + <p>In an ideal world, people would do their best to understand reality and share that understanding with others. Some call this journalism. This kind of journalism has been under attack for quite some time. The very reason that ideal world can&rsquo;t exist is because being able to understand reality better than others, or to even conceal that reality from others gives one power. That power is sought by all kinds of people in all kinds of situations and it corrupts them. No amount of <em>&ldquo;It&rsquo;s for the greater good!&rdquo;</em> rationalization will comfort their souls, and deep down they know it.</p> +<blockquote> +<p>The very word “secrecy” is repugnant in a free and open society; and we are as a people inherently and historically opposed to secret societies, to secret oaths and to secret proceedings. We decided long ago that the dangers of excessive and unwarranted concealment of pertinent facts far outweighed the dangers which are cited to justify it. Even today, there is little value in opposing the threat of a closed society by imitating its arbitrary restrictions. Even today, there is little value in insuring the survival of our nation if our traditions do not survive with it. And <strong>there is very grave danger that an announced need for increased security will be seized upon by those anxious to expand its meaning to the very limits of official censorship and concealment.</strong></p> +<p>John F. Kennedy <a href="https://voicesofdemocracy.umd.edu/john-f-kennedy-address-the-president-and-the-press-27-april-1961-speech-text/">27 April 1961</a></p></blockquote> +<p>Secrets beget more secrets, and they blister with corruption. This deep corruption has taken root in almost all levels of society. One has to be ejected from it all to appreciate the full extent of it. People very ability to understand what lies before them is under attack on the most fundamental levels. More control, suppression and deceit are constantly required to maintain the illusion. These illusions are not mere phantoms, they require sacrifice. Greater and greater sacrifices are made just for more to be demanded.</p> +<p>People are not blind to this. Every day in all their actions they make a conscious choice. &ldquo;<em>Is this level of sacrifice enough to cover the secrets I maintain?</em>&rdquo; We are all tainted by the secrets we participate in. Every deviation from sharing the truth as we know it incurs unimaginable debts. There is only one act that can truly change things. It is a loving act of self-sacrifice. That act of self-sacrifice is to shout:</p> +<h2 id="enough">Enough!</h2> +<p>Enough with the lies, enough with the pretending, enough with the sacrifices. It takes a monumental act of courage to take on not only the secrecy, but also make yourself an enemy of those who still harbor them. This is no small feat. Telling the truth in an age of deceit is an immense risk in even the most trivial of examples. How do we as free people respond?</p> +<blockquote> +<p>Don&rsquo;t underestimate the power of truth, there&rsquo;s nothing more powerful. Now in order to speak what you might regard as the truth you have to <strong>let go of the outcome!</strong> You have to think: &ldquo;Alright I&rsquo;m going to say what I think. Ignorant as I am, stupid as I am. I am going to state what I think as clearly as I can and I&rsquo;m going to live with the consequences no matter what they are.</p> +<p>Jordan Peterson at the <a href="https://youtu.be/watch?v=HzZ9h7bM6QE">Manning Conference 2017</a></p></blockquote> +<p>As Peterson warns us, it is not safe to speak the truth. People have to do it anyways. You need to have the faith that the cost is worth it. Without that faith you will falter when you&rsquo;re needed most. You may never know when that time comes, it is best to always be on guard. If nothing else, understand you&rsquo;re not alone. There are many others who have taken up that challenge in the largest and smallest of ways.</p> +<h2 id="freeassange">#FreeAssange</h2> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://twitter.com/johnpilger/status/1577372529169154073" ><h2>John Pilger on Twitter🐦 </h2><i>Julian Assange is in prison, representing you yes, you. Why? Because eventually the violent, rapacious power that put him there will touch your life, perhaps worse than that...</i></a> + + <span></span> + </div> +</section> +<p>By sacrificing Julian Assange for <a href="https://web.archive.org/web/20120614232056/https://www.michaelmoore.com/words/mike-friends-blog/why-im-posting-bail-money">these lies</a>, what&rsquo;s next? Who or what should we prepare to hoist onto the altar of public relations. Merely evading the wrath of those who benefit from secrecy is not enough. These injustices simply beget more injustices. In doing so we don&rsquo;t just corrupt the public record, but our own moral understanding. Some may argue these methods are worthwhile, but it is indisputable they have a cost. That cost rises every day with every concession away from the truth.</p> +<p>This is <em>the mechanism</em> that is making all our lives more difficult. You can choose almost any contentious political issue, delve deep enough you find ultimately the troubles are the cost of maintaining some kind of secret. People have been mislead in so many ways. It is terrifyingly asinine to label a handful of alleged misconceptions <em>&ldquo;disinformation&rdquo;</em> to take the blame for decades of deceit.</p> +<blockquote> +<p>When you try to equate yourself with Julian Assange you&rsquo;re making a very dangerous gesture.</p> +<p>John Bolton</p></blockquote> +<p>We are well past dangerous. We have gambled with so many lives, for so long and for what? Deranged western leaders have sabotaged generations of human capital. Nobody is safe. No amount of acquiescence or displays of loyalty will protect anyone from a system of total corruption. Wealth won&rsquo;t protect anyone either. Without the rule of law safety and wealth are both meaningless, unenforceable concepts.</p> +<hr> +<h2 id="the-goal-is-justice-the-method-is-transparency"><em>The goal is justice, the method is transparency</em></h2> +<div class="image-container"> + +<a href='https://johnpilger.com/videos/julian-assange-in-conversation-with-john-pilger'> + +<img loading="lazy" +src='https://libresolutions.network/media/assange-interview.webp' +> + +</a> + + + +</div> +<p>Our goal as free people in society shouldn&rsquo;t simply be to be those <em>in-the-know</em>. Being &ldquo;awake&rdquo; is a pitiful consolation when one idly watches the tides of tyranny crash forth. It is long past time to take action, but I&rsquo;ll also call you to imagine. Imagine a world that isn&rsquo;t constantly wasting time, energy, effort, and lives in the name of preserving secrecy. What could be gained by saving the immense cost of maintaining secrecy and lies?</p> +<p>All around us we witness the unending failures of intelligence at the highest levels. What is all the censorship, surveillance, and narrative control for if it fails to bring forth truth? People struggle to agree on some of the most basic tenets of our reality. Instead of cooperating to build understanding we draw battle lines. Waging our culture wars, while criminals plunder our societies in the cover of ignorance and hatred.</p> +<p>Whatever we currently call intelligence needs to give way for justice. Agencies, think-tanks, and individuals are all called to say &ldquo;Enough!&rdquo; and aim for restoring integrity. We can undo the damage done by lies, but we can use the truth to set us free of them.</p> +💌 Thank you for reading this via RSS 📡 + + + + Principle: Hardware matters + https://libresolutions.network/articles/hardware-matters/ + Wed, 05 Oct 2022 00:00:00 +0000 + + https://libresolutions.network/articles/hardware-matters/ + + https://libresolutions.network//media/images/board.webp + + + It is easy to underestimate the underlying structure of our digital world. + <h2 id="back-to-basics">Back to Basics</h2> +<p>There are innumerable examples of average people being unable to explain how the modern conveniences of their life work. From creating food, energy, and products to what it takes to make them accessible, nearly everyone is quite ignorant about these things. In an age of such rapid transformation it is quite understandable if not predictable. When it comes to technology, almost everything is quite obscured for a person who doesn&rsquo;t take the time to look.</p> +<p>This creates a great deal of confusion and friction when trying to truly decentralize power. In most cases, it’s not always necessary for someone to know details about every service and system they use. However, there are many advantages to being aware of some fundamental elements of digital systems that surround us. We as people working to safeguard and expand human liberty, must at least understand the basics of how things work.</p> +<h2 id="hardware">Hardware</h2> +<p>In their simplest form, computers use power to run computations on signals. They can use those signals to manipulate devices to do all kinds of things like run displays or store information. These devices can have ways to <a href="https://www.coreysdigs.com/technology/welcome-to-the-surveillance-state-biometrics-data-collection-is-all-around-you/">collect information</a> and signals for the computer. With more sophisticated programming we can use these signals to create files and media, access the web, and enjoy a large variety of multimedia content. When it comes to any device you have, you&rsquo;ll at least want to be aware of what it <a href="https://reclaimthenet.org/tim-hortons-privacy-settlement/"><em>can do</em>.</a></p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://libresolutionsnetwork.substack.com/p/reclaiming-cyberspace-1" ><h2>Reclaiming territory in cyberspace: #1 Hardware basics</h2><i>Start your journey in building up your digital sovereignty.</i></a> + + <span></span> + </div> +</section> +<h3 id="specialized-hardware">Specialized hardware</h3> +<blockquote> +<p>One cpu = one vote</p> +<p><a href="https://www.bitcoin.com/satoshi-archive/whitepaper">Satoshi Nakamoto</a></p></blockquote> +<p>One of the things that initially got me excited about <a href="https://www.campfire.wiki/doku.php?id=bitcoin">Bitcoin</a> was that it created a market incentive for people to acquire more powerful computing. I had hoped that this would eventually decentralize computing power across society. That was quickly demolished when <a href="https://cryptobriefing.com/cryptocurrency-mining-asic-centralization/">specialized hardware</a> was created uniquely for the purpose of mining Bitcoin. There are also specialized devices for <a href="https://itsfoss.com/best-sbc-for-ai/">machine learning</a> and <a href="https://www.ionos.com/digitalguide/server/security/what-is-fido2/">authentication</a>. using specialized hardware can do wonders for resource efficiency and simplifying problems.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/construction-banner.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-3/" ><h2>Tools of the Technocracy: #3 Robots, IoT, Automation, Oh my!</h2><i>Transforming the world in ways seen and unseen</i></a> + + <span></span> + </div> +</section> +<p>Unfortunately that also means that general computing devices could end up being restricted from the people. If all kinds of functions are available through cloud providers and specialized products, bad actors could argue that general-purpose computing is too dangerous to be accessible to the masses. General purpose devices would likely consume more resources, and these &ldquo;wasteful&rdquo; devices could be restricted in the name of conserving energy.</p> +<iframe src='https://youtube.com/embed/IgF3OX8nT0w' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h2 id="what-happens-when-we-ignore-hardware">What happens when we ignore hardware?</h2> +<p>There&rsquo;s no reason to guess because in many ways we already have. Smartphones are the perfect representation of what happens when we aren&rsquo;t in control of our computing. People&rsquo;s own devices and data can become <a href="https://dt.gl/privacy-update-google-scans-private-photos-leading-to-false-accusations/">weaponized against them</a>.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/pi-vs-smartphone.webp' +> + + + +</div> +<h3 id="the-cloud">The cloud</h3> +<blockquote> +<p><em>There is no cloud, there is only someone else&rsquo;s computer</em></p></blockquote> +<p>By putting all of your data on cloud services you have no idea where the data is actually stored and if it is truly protected. While the best way to protect data is to never record it, a great way is to only store it on your own devices. While many cloud providers boast stringent security, data breaches are an <a href="haveibeenpwned.com/">all-too-common occurrence.</a> By keeping your data to yourself, it is safer because you&rsquo;re likely to be less of a target than everyone&rsquo;s cloud data combined.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-4.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-4/" ><h2>Tools of the Technocracy: #4 Online Identity</h2><i>What is following you in your digital tracks?</i></a> + + <span></span> + </div> +</section> +<h3 id="serverless">&ldquo;Serverless&rdquo;</h3> +<p>Why use your own devices at all? Why not simply centralize all computing power and storage into one giant <a href="https://en.wikipedia.org/wiki/Mainframe_computer">big iron.</a> Due to the economies of scale, it can be tempting to reap the efficiency gains of using massive supercomputers as a common good. While for some applications this may be quite viable, the name &ldquo;serverless&rdquo; is entirely misleading. All the computation and storage still needs to exist somewhere. Whoever, or whatever has control of that mainframe is effectively the master of the resource. Bad actors would be highly motivated to corrupt and manipulate that resource, undermining any efficiency gains from centralization.</p> +<p>If you&rsquo;re sincerely interested in running systems without servers at all, you may be interested in <a href="https://github.com/amark/gun">gun.js</a>. Gun is a useful framework for building peer-to-peer persistent applications. These applications effectively store all the important data among the users.</p> +<h2 id="rebuilding">Rebuilding</h2> +<p>All three primary resources in cyberspace (Computing power, Storage, &amp; bandwidth) are entirely reliant on hardware. This means if you&rsquo;re hoping to democratize our online experience, you want to ensure those three (and the hardware that supports them) are as decentralized as possible. While it may be impossible to perfectly decentralize these things, incremental progress can yield exponential results.</p> +<h3 id="free-as-in-freedom-hardware">Free (as in Freedom) hardware</h3> +<p>It is a mistake to continue to buy hardware from large corporations with an incentive to sell you cloud services. You can&rsquo;t reasonably expect that they will chose principles they don&rsquo;t have over their bottom-line. Ideally your hardware would be entirely sourced from local, ethically built, businesses that respect your freedom. Unfortunately we are quite far away from that being the standard. It is our responsibility collectively to remove <a href="https://2ndlook.news/2022/02/06/made-to-break-planned-obsolescence-and-the-right-to-repair/">unnecessary barriers</a> to making that a reality.</p> +<p>The <a href="https://fsf.org">Free Software Foundation</a> has a fantastic campaign called <a href="https://ryf.fsf.org/"><em>Respects your freedom</em></a> or hardware that meets their <a href="https://ryf.fsf.org/about">certification</a></p> +<h3 id="other-initiatives">Other initiatives</h3> +<p>Regardless of what we choose, it&rsquo;s important that we get better at supporting hardware designers and manufacturers that support freedom.</p> +<ul> +<li><a href="https://puri.sm/">Purism</a></li> +<li><a href="https://system76.com/">System76</a></li> +<li><a href="https://e.foundation/">E Foundation</a></li> +<li><a href="https://pine64.com/">Pine64</a></li> +<li><a href="https://starlabs.systems/">Star Labs systems</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Programmable currency + https://libresolutions.network/articles/programmable-currency/ + Sun, 25 Sep 2022 00:00:00 +0000 + + https://libresolutions.network/articles/programmable-currency/ + + https://libresolutions.network//media/images/programmable-currency.webp + + + What is it good for? + <p>With ordinary money like cash or coins, the holder decides what they want to do with it and what needs to be disclosed. <em>Programmable currency</em> is an entirely different situation. In many ways, they aren&rsquo;t much of a deviation from existing digital currency that can be tracked, blocked and controlled. The differences lie in scale, scope, and application. When someone has their <a href="https://www.zerohedge.com/political/ottawa-city-councillor-demands-government-seize-7-million-raised-canadian-truckers">donations seized</a>, or <a href="https://reclaimthenet.org/canadas-td-bank-freezes-1-1m-donated-to-freedom-convoy-protesters/">their bank account frozen</a>, there is an action that needs to make that happen. Someone has to recognize an event, then take action and make the change.</p> +<p>With programmable currency <em>intervention can be the default</em>. Instead of you being protected from interference, you are at the whims of the <em>rules of the game</em>. Ideally, people would be able to choose the terms they&rsquo;re beholden to. The challenge is that both state and corporate entities are more than able and willing to enforce one-sided terms onto the public. There is much to say about the diabolical uses for programmable currency.</p> +<h2 id="what-is-it-good-for">What is it good for?</h2> +<p>Currency is a concept first and foremost. Instead of getting lost in the technical details of specific digital currencies, realize that programmable currency can be built on simple ideas. This piece, aims to help you understand how these systems work. Surely there&rsquo;s more to programmable currency than pure evil? What can programmable currency be used for?</p> +<h3 id="smart-contacts">Smart contacts</h3> +<p>There are many situations where one may want some product or service, but isn&rsquo;t too concerned about who or what provides it. With programmable currency one could automatically pay the first entity that delivers it. Even fully-centralized programmable money may provide the mechanism for ordinary people to setup these kinds of interactions.</p> +<p>This has all kinds of other uses. With this, and a high degree of automation; one could run a nearly entirely automated business. When a customer places an order, the machines detect the transaction. The machines then can prepare the order, maybe even paying human laborers in the programmable currency to handle some of the trickier parts along the way.</p> +<h3 id="open-science">Open Science</h3> +<p>Kevin McKernan argues that the peer review system is broken. That its main flaw is the lack of a price signal for reviewers. Funded by the Dash project, Kevin published results and papers about sequencing cannabis plants. Through the course of the project a great deal of progress was made. He does focus more on the scientific elements of the project, but some elements are clear:</p> +<ul> +<li>Science could be a lot more transparent</li> +<li>The barrier to entry can be lowered significantly</li> +<li>Participants can be better rewarded for their contributions</li> +</ul> +<p><a href="https://youtu.be/watch?v=iSZ3TynIczw">Kevin McKernan - Texas Bitcoin Conference</a></p> +<h3 id="alternative-financial-models">Alternative financial models</h3> +<p>Many proponents of programmable currency are fierce advocates of universal basic income (UBI). <a href="https://cesium.app/en/">Cesium</a> is an attempt to make this a reality. Every day each participant in the web-of-trust is given a daily guaranteed dividend. The value of the currency is solely determined by the value offered by the participants. This currency isn&rsquo;t designed for saving or investing, but purely as a way to provide grassroots liquidity.</p> +<p><a href="https://youtu.be/y1b7rppRkaI">The libre currency without jargon</a></p> +<h2 id="a-trivial-example">A trivial example</h2> +<p>If you&rsquo;ve ever tried a variety of games for Android or iOS, this can illuminate things a great deal. Many smartphone games are outright designed to extract the most amount of money from the customer as regularly as possible. With all the state-of-the-art research on how to manipulate people, any centralized digital currency will definitely resemble the worst aspects of any popular mobile game.</p> +<p><a href="https://youtu.be/wUrBlQaDkfM">How Gacha Games Trick Players into Spending Thousands</a></p> +<p>As a player of any mobile game you bring in two primary resources: your money and your time. Your goal is to effectively convert one or both of those resources into in-game experiences and rewards. These mobile games tend to have two in-game currencies: one that is purchased with time, another that is purchased with your money. If you understand those dynamics, you understand everything you need to about how programmable currency will be used against people.</p> +<p>The game&rsquo;s two currencies have many properties that are unique to programmable currencies:</p> +<ul> +<li> +<p><strong>They are limited to specific uses</strong></p> +<p>In these games the currencies are not equal. &ldquo;Money currency&rdquo; will take you so much farther than the &ldquo;time currency&rsquo; and there is usually a very unfavorable ratio when exchanging these.</p> +</li> +<li> +<p><strong>May be explicitly manipulated by the issuer</strong></p> +<p>The player doesn&rsquo;t have any control over the game&rsquo;s infrastructure. Their only choice is to use the currencies as intended or work outside the system entirely.</p> +</li> +<li> +<p><strong>Purchasing the currency locks you into the system</strong></p> +<p>There may be no way to recover value from the system. If the game itself is not one you enjoy, and you&rsquo;re outside of the refund window, there may be no way to recover the value you put into the system. It may even be outright impossible.</p> +</li> +</ul> +<h1 id="what-cant-programmable-currency-do">What can&rsquo;t programmable currency do?</h1> +<h3 id="eliminate-security-concerns">Eliminate security concerns</h3> +<p>There are <a href="https://web3isgoinggreat.com/">many examples</a> of poorly designed Web3 projects getting hacked or having <a href="https://www.zerohedge.com/crypto/ethereums-censorship-resistance-under-attack-recap-biggest-crypto-news-2nd-week-august">funds sanctioned</a>. These systems aren&rsquo;t immune to all the same failings that existing digital infrastructure has. Like any other endeavor great care should be placed in ensuring the privacy, security and autonomy of participants. Just like with any other kind of app, convenience can come at a price.</p> +<h3 id="handle-trust">Handle Trust</h3> +<p>It is all-too-appealing for those of us interested in technology to believe in our hubris, that simply the right technological innovation will overcome human problems. It can&rsquo;t be overstated that this mindset will always lead to mistakes. Tools are tools, whether they are wielded by us or the technocracy. &ldquo;Trust-less&rdquo; systems can&rsquo;t bring health and wealth to a society of people who don&rsquo;t respect each other.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/blockchain-banner.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/blockchain/" ><h2>The road to hell: misplaced optimism in the blockchain space</h2><i></i></a> + + <span></span> + </div> +</section> +💌 Thank you for reading this via RSS 📡 + + + + Redefining "high places" + https://libresolutions.network/articles/high-places/ + Wed, 21 Sep 2022 00:00:00 +0000 + + https://libresolutions.network/articles/high-places/ + + https://libresolutions.network//media/images/high-places.webp + + + Lets re-balance power from the bottom-up + <p>The technocracy is a terrifying, horrific and inhuman assault on our very being. People are under assault from all angles: financial, emotional, and intellectual. By keeping people alone and isolated, the technocracy can seem all-but-entirely unopposed. It is quite easy to fall into the trap of envying it&rsquo;s power, or even wishing to share in the ill-gotten-gains. This trap is what can transform the most fervent freedom fighter into yet another foot-soldier for the machine.</p> +<h2 id="selling-out-for-shockingly-low-prices">Selling out for shockingly low prices</h2> +<p>Working for the technocracy is working for those who want to enslave you, and everyone around you. With previous regimes, one could argue there was an incentive to defect. People naturally feel drawn to securing their own legacies, even sadly at the expense of others. This however, doesn&rsquo;t apply here. There is no pleasant future purchased in exchange for complying with this inhuman agenda. Whatever temporary creature comforts one enjoys for attacking humanity is a very small price in exchange for the consequences.</p> +<p>&ldquo;<em>What consequences?</em>&rdquo; Rizza Islam started his speech at <a href="https://rumble.com/vuk6vk-rizza-islam-full-speech-defeat-the-mandates-dc.html">Defeat the Mandates</a> with a profound statement.</p> +<blockquote> +<p><strong>This is the example of what you get</strong> when you choose to attack all members of the human family.<br> +<strong>This is what you get</strong> when you decide to go after a person&rsquo;s child. <br> +<strong>This is what you get</strong> when you choose to attack men, women, medical professionals, those with degrees, those without degrees, and those in-between.</p></blockquote> +<p>If there&rsquo;s one thing we need to do above all else, it is to maintain and nurture our love for humanity in these dark times. This is a highly necessary call to unity. We do not have the luxury of being choosy with allies. You&rsquo;re not going to agree with everyone in this fight. Odds are you may have severe disagreements or even unhealed wounds.</p> +<p>In case anyone needs a reminder, governments all over the world used the pretext of a crisis to seize more power and control. Instead of using any of that power to help anyone, all major institutions enforced measures and decisions that <a href="https://odysee.com/@MaajidNawaz:d/EP22-Radical:1">consistently caused harm</a> instead of preventing it. When presented with evidence of harm, these institutions responded with threats, gaslighting, and indifference. <strong>Regardless of what can be salvaged from these institutions, they have no authority, credibility, and legitimacy until the cause those issues is addressed.</strong></p> +<h1 id="redefining-high-places">Redefining &ldquo;high places&rdquo;</h1> +<p>This is not a call for attacking people in those institutions, wishing ill on them, or even replacing the institutions themselves. It is well past time to acknowledge what is, rather than what we would like to be.</p> +<ul> +<li><strong>These institutions, as they exist, are working against people.</strong></li> +<li><strong>These institutions, as they exist, are hopelessly corrupt.</strong></li> +</ul> +<p>Thankfully the good doctor has a cure for this situation:</p> +<blockquote> +<p>&ldquo;<em>Turn away from evil, run towards good</em>&rdquo;</p> +<p>Dr Vladimir Zelenko</p></blockquote> +<h2 id="turn-away-from-evil">Turn away from evil</h2> +<h3 id="stop-envying-their-wealth-and-prestige">Stop envying their wealth and prestige</h3> +<p>In many ways, this is the hardest and most critical. People are being placed into desperate situations and it is a very trying time for almost everyone. Any status gained from working within institutions responsible needs to be met with extreme scorn. While there may be people inside them that are kind and loving within their own circle, but nothing they say or do is to be met with praise. Achievements in service of evil are no achievements at all.</p> +<h3 id="stop-complying">Stop complying</h3> +<p>When given the choice to make a situation easier or harder for those working against humanity, why do them any favors? Anything people can do to create friction for those who desire total control works to help us all. Total control would be almost impossible if people actively chose to encourage indifference to err on the side of non-compliance.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://twitter.com/denisrancourt/status/1480314494370914305" ><h2>Denis Rancourt on Twitter 🐦</h2><i>To all those who say &#34;we need mass resistance&#34;... I say &#34;we need individual non-compliance&#34;. Plus, that is something you actually control. Stop being a social theorist, and actually join the resistance.</i></a> + + <span></span> + </div> +</section> +<h3 id="dont-take-them-seriously">Don&rsquo;t take them seriously</h3> +<p>We live in a time of <em>aggressive absurdities</em>. People are expected to live a lie to maintain the illusion of a functioning human society. These are dangerous times and mistaking propaganda for reality is a very expensive and life-threatening mistake. As much as possible, give no credence to what these institutions would have you believe. Instead, work with those who are continuously working to dig up the truth beneath the surface.</p> +<h2 id="run-towards-good">Run towards good</h2> +<h3 id="value-and-nurture-what-has-been-taken-from-the-people">Value and nurture what has been taken from the people</h3> +<p>So many things have been ripped away from people, or even forgotten entirely. These are the things we should be maximizing in our lives:</p> +<ul> +<li>Truth</li> +<li>Health</li> +<li>Trust</li> +<li>Beauty</li> +<li>Peace</li> +<li>Autonomy</li> +<li>Privacy</li> +<li>Wisdom</li> +<li>Freedom</li> +</ul> +<p>How many of these things come from the technocracy? Will total top-down control with us at the helm bring these things to each other? Remember that it is impossible to win at that game, and it is good that what we want can be achieved through different means.</p> +<h3 id="support-others">Support others</h3> +<p>All of this is bigger than any of us. Nobody can take it all alone. Unity is our greatest strength.</p> +<ul> +<li>They want people isolated and alone? <strong>Work with others to bring people together.</strong></li> +<li>They want people fearful and in dread? <strong>Raise people&rsquo;s spirits and give them hope.</strong></li> +<li>They want people angry and wrathful? <strong>Bring peace to difficult situations and settle disputes.</strong></li> +</ul> +<h3 id="step-into-yourself">Step into yourself</h3> +<p><em>To err is human, to forgive is divine.</em> Forgive yourself as well as others. Working for human freedom requires courage and otherworldly strength. Forging meaningful connections with others can help you truly recognize your own talents and strengths.</p> +<h2 id="you-have-friends-in-high-places">You have friends in high places</h2> +<p>What do you admire most?</p> +<p>Is it large sums of money? Fame? Power? No?</p> +<p>If you&rsquo;re be willing to trade all of those things for a better world, I have good news for you.</p> +<p><strong>You are not alone.</strong></p> +<p><em>An incomplete list, in no particular order:</em></p> +<h4 id="dr-kulvinder-kaur-md">Dr Kulvinder Kaur MD</h4> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://twitter.com/dockaurG/status/1329933660146053121#m" ><h2>Kulvinder Kaur MD on Twitter 🐦</h2><i>If you are trying to make sense of this nightmare, pls start here. Beginning a Scientific Evidence-Based Humanitarian Response to Covid-19: can be applied globally based on GBD</i></a> + + <span></span> + </div> +</section> +<h4 id="dr-paul-merik">Dr Paul Merik</h4> +<iframe src='https://youtube.com/embed/IMgjCDc0PeM' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h4 id="dr-christina-parks">Dr Christina Parks</h4> +<iframe src='https://youtube.com/embed/8DOOZpGA_VI' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h4 id="dr-byram-bridle">Dr Byram Bridle</h4> +<iframe src='https://rumble.com/embed/vr7vkn/?pub=10epb7' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h4 id="jessica-rose">Jessica Rose</h4> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://jessica5b3.substack.com/p/i-have-no-words-for-how-elated-i" ><h2>I have no words for how elated I am at my most recent experience in life.</h2><i>World Council for Health meeting in Vienna</i></a> + + <span></span> + </div> +</section> +<h4 id="meryl-nass">Meryl Nass</h4> +<iframe src='https://youtube.com/embed/uKtU3lxjVa4' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h4 id="catherine-austin-fitts">Catherine Austin Fitts</h4> +<iframe src='https://youtube.com/embed/m0YW81RA26I' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h4 id="spartacus">Spartacus</h4> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://iceni.substack.com/p/coming-soon" ><h2>ICENI - Institute for Coronavirus Emergence Nonprofit Intelligence</h2><i>We are a loose confederation of independent COVID-19 researchers who have collected and analyzed large reams of data on the virus, its nature, its origins, and the ongoing political scandals surrounding the government response.</i></a> + + <span></span> + </div> +</section> +<h4 id="stormcloudsgathering">Stormcloudsgathering</h4> +<iframe src='https://youtube.com/embed/d-NmvDzUsdM' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h3 id="the-freedom-convoy">The Freedom Convoy</h3> +<p>There were tons of people who organized, supported, and participated in the Canadian Freedom Convoy. Every single one of those great people are cheering you on.</p> +<iframe src='https://youtube.com/embed/4NEFLvA39wQ' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h3 id="and-many-many-others">and many, many others:</h3> +<p>Beyond the <a href="https://www.campfire.wiki/doku.php?id=people_speaking_out_against_the_narrative">pillars of courage</a> that are recognizable to anyone, there are many more people who have put in many tireless hours for the good of all. This is the time for all of us to reject tyranny however we can.</p> +<ul> +<li>Those searching for, and sharing the truth</li> +<li>Those working to comfort those in need</li> +<li>Those who’ve donated their skills and expertise to uncover corruption</li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Tools of the Technocracy: #9 Internet Shutdowns + https://libresolutions.network/articles/tools-of-the-technocracy-9/ + Sat, 03 Sep 2022 00:00:00 +0000 + + https://libresolutions.network/articles/tools-of-the-technocracy-9/ + + + + + + https://libresolutions.network//media/tott-9-preview.webp + + + Information control is the root of modern tyranny. + <h1 id="tools-of-the-technocracy-9-internet-shutdowns"><a href="https://libresolutions.network/tags/tools-of-the-technocracy-series">Tools of the Technocracy</a>: #9 Internet Shutdowns</h1> +<p>The <em>free and open web</em> is an idea. It&rsquo;s the idea that humanity can share a distributed (or entirely decentralized) information repository for free expression and open dialogue. So many great things would be outright impossible without the world&rsquo;s <em>information superhighway</em>. The threats to a free and open web are legion, governments, corporations, and other malevolent entities are eager to control your access to information.</p> + +<p>In the age of widespread tolerance for censorship, the term <em>&ldquo;net neutrality&rdquo;</em> is entirely forgotten. This is an important reminder that censorship is very much as <a href="https://youtube.com/watch?v=wtt2aSV8wdw">social phenomenon</a> as well as a technological threat. Controlling information is always about controlling people. Given complete control over what information one&rsquo;s subjects have access to, that entity is their ruler regardless of the law.</p> +<h2 id="why-shut-down-the-internet">Why Shut Down The Internet?</h2> +<p>The internet can be a phenomenal equalizer; people have access to immense amounts of human knowledge and expression. Despite all the aspects of our digital world being leveraged against people, the Internet has many properties that are beneficial to humanity at large. +It&rsquo;s censorship resistant, and good valuable information can be relatively permanent.</p> +<blockquote> +<p><em>The internet interprets censorship as damage, and routes around it.</em></p></blockquote> +<p>I really like that quote, but I feel it misses the mark. <em><strong>People</strong></em> interpret censorship as an attack on their right to freedom of thought, and those people work to route around it. This is a nightmare for technocrats and tyrants of all walks of life. Professionals, academics, and bureaucrats don&rsquo;t fear the public being able to use the Internet to learn their skills and replace them. Instead, what they truly fear is the public being able to use the Internet to expose them as <em><strong>frauds</strong></em>. Censorship is an attack on all people by attacking their very ability to learn, create and share.</p> +<p>The danger of internet shutdowns, in whole or in part, is the fundamental undermining of the people&rsquo;s ability to peacefully find alternatives to serious problems. It is true that the Internet is used to surveil, control, and manipulate people. Those activities could very easily be deployed by these forces on their own separate networks &amp; infrastructure, it just happens to be fairly convenient to use what is here already.</p> +<hr> +<h2 id="whole-internet-shutdowns">Whole Internet Shutdowns</h2> +<p>Internet shutdowns are already a well-established phenomenon. Regardless of justification, whole internet shutdowns have drastic consequences on the people and represent an overt attack on their civil rights. By denying people&rsquo;s ability to access information, and their ability to be heard by the rest of the world; you enable the worst actors to commit their crimes in the cover of darkness.</p> +<blockquote> +<p>India leads total shutdowns globally. In 2021, the world’s largest democracy shut off its internet 106 times – more than the rest of the world combined. Hardest-hit was the conflict-ridden region of Jammu and Kashmir, which was subject to 85 shutdowns under the guise of containing separatist violence. The blackouts shut down Zoom classes for students, stopped doctors from communicating with their remote patients and crippled the banking system, causing mortgage holders to default on their loans. Apple crops rotted before they could be sold and businesses were paralyzed.</p> +<p><a href="https://www.theguardian.com/technology/2022/aug/29/flicking-the-kill-switch-governments-embrace-internet-shutdowns-as-a-form-of-control">https://www.theguardian.com/technology/2022/aug/29/flicking-the-kill-switch-governments-embrace-internet-shutdowns-as-a-form-of-control</a> +<a href="https://twitter.com/jrotermund/status/1564158516327333889">https://twitter.com/jrotermund/status/1564158516327333889</a></p></blockquote> +<p>Such a drastic measure is (outside of accident &amp; sabotage) never taken lightly. Any trivial excuse for initiating one is almost certainly a lie. A government may blame a foreign adversary, but one has to ask: &ldquo;Qui bono?&rdquo;. Who really benefits from cutting off a nations public access to information, and to be heard from the wider world?</p> +<h2 id="partial-internet-shutdowns">Partial Internet Shutdowns</h2> +<p>While a whole internet shutdown could be localized in a small area, another option is altering the infrastructure to monitor, alter, or deny access to specific kinds of traffic. It is possible for unencrypted (or recognizable patterns) traffic can be filtered, throttled, or monitored. This means that specific kinds of services, like e-mails or uploads can be disrupted entirely.</p> +<h3 id="great-firewalls">Great Firewalls</h3> +<p>When an entity has control of some parts of the Internet infrastructure there are all kinds of techniques that can be used to block access to sites and specific kinds of services. These &ldquo;great firewalls&rdquo; can also be used to block connections entirely from or to the outside world. From a strategic perspective, blocking isn&rsquo;t the only option, surveillance is an incredibly powerful tool for hunting down dissidents.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-5.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-5#cloudflare" ><h2>Tools of the Technocracy: #5 Networks</h2><i>Much of the digital infrastructure in place today is built to structurally enable tyranny.</i></a> + + <span></span> + </div> +</section> +<p>The little padlock on your browser means the site is secure right? <strong>No.</strong> The only thing that little padlock says is that you have a direct encrypted connection to <strong>a server</strong>. Without inspecting the certificate itself and verifying with others you can&rsquo;t always be sure you&rsquo;re connected to <strong>the correct server</strong>.</p> +<div class="image-container"> + +<a href='https://web.archive.org/web/20150724070237/https://www.privacyinternational.org/sites/default/files/PAKISTAN%20REPORT%20HIGH%20RES%2020150721_0.pdf'> + +<img loading="lazy" +src='https://libresolutions.network/media/tott-9-dpi.webp' +> + +</a> + + + +</div> +<p>This technology drastically reduces the amount and kinds of services you can trust. These insidious techniques can make it seem almost impossible to use the Internet securely and privately. Solutions exist, but one has to responsibly manage their expectations when it comes to trade-offs. It&rsquo;s essentially an open secret that the Internet was developed for the purpose of being an all-encompassing surveillance grid. If humanity wants to maintain the information superhighway as a public good, we are all going to have to learn to be nimble and change our behavior to reform cyberspace.</p> +<h2 id="targeted-attacks">Targeted Attacks</h2> +<p>A broad internet shutdown is a desperate move. Strategically, it&rsquo;s much more efficient to eliminate sources (and disseminators) of information that you want to restrict. This is exactly why the public at large must constantly be told why censorship has to continue. If people understood the true cost of censorship, no self-respecting person would tolerate it.</p> +<h3 id="cyberattacks">Cyberattacks</h3> +<p>Sufficiently motivated adversaries with enough resources can make keeping a service online very difficult. Just as we are all mortal no service is fully attack-proof. The cost to fight a cyberattack is almost always significantly more than the cost to initiate it.</p> +<h3 id="denial-of-infrastructure">Denial Of Infrastructure</h3> +<blockquote> +<p>In a deeply troubling response, after both terminations we saw a dramatic increase in authoritarian regimes attempting to have us terminate security services for human rights organizations — often citing the language from our own justification back to us.</p> +<p><a href="https://blog.cloudflare.com/cloudflares-abuse-policies-and-approach/">Cloudflare blog</a></p></blockquote> +<p>In ideal circumstances such restriction would be impossible. However, as long as the three primary resources of cyberspace (storage, computing power, bandwidth) are subject to the economies of scale; there will always be powerful incentives to rely on certain entities one-way-or-another.</p> +<div class="image-container"> + +<a href='https://stonetoss.com/comic/build-big/'> + +<img loading="lazy" +src='https://libresolutions.network/media/tott-9-stonetoss.webp' +> + +</a> + + + +</div> +<h3 id="attacking-the-people">Attacking The People</h3> +<p>The people running any kind of site or service are just humans like you and me. They are mortal. Not only that, but they are vulnerable to smear campaigns, threats, and bribes.</p> +<h2 id="the-infodemic"><a href="https://www.corbettreport.com/are-you-prepared-for-the-infodemic/">The Infodemic</a></h2> +<p>There is a high demand for people rationalizing censorship. Technocrats, tyrants, and social engineers of all kinds are all willing to pay handsomely for (or even fight for) the ability to control people&rsquo;s minds. In today&rsquo;s day and age, it&rsquo;s completely laughable to believe that any of that power will be devoted at all for the people&rsquo;s benefit.</p> +<p><em>Are there limitless <a href="https://youtu.be/watch?v=YWdD206eSv0">lies on the Internet?</a>.</em></p> +<p><strong>Absolutely.</strong></p> +<p><em>Are there mobs of angry people willing to do all manner of cruel things to others on the Internet?</em></p> +<p><strong>No doubt.</strong></p> +<p><em>Are there groups of people disproportionately targeted by all kinds of online abuse and manipulation?</em></p> +<p><strong>Yes, 100%.</strong></p> +<p><em>Is anyone, any group of people, or institution so entirely noble and wise that they can wield the power to control information justly?</em></p> +<p><strong>Nope. Not now, and likely <a href="https://infogalactic.com/info/P_versus_NP_problem">not ever.</a></strong></p> +<h3 id="why">Why?</h3> +<p>This is a reasonable question to ask. It&rsquo;s easy to imagine society can decide what forms of expression are most cruel, most egregious, most harmful and only limit sanctions on that. The unfortunate truth is that even if that is the case today, there is never a guarantee that it will remain that way. The &ldquo;<em>slippery slope fallacy</em>&rdquo; can&rsquo;t be applied to events driven by exponential growth and decay. When abuses of power aren&rsquo;t swiftly and harshly punished, future abuses aren&rsquo;t just welcomed; they are <em><strong>incentivized</strong></em>.</p> +<h3 id="misinformation-disinformation-malinformation">Misinformation, Disinformation, Malinformation</h3> +<p>These terms are thrown around so casually these days, attributed to so many things that it is hard to see them as anything other than thought-terminating-cliches.<br> +Apparently they are supposed to mean:</p> +<ul> +<li> +<p><strong>Misinformation</strong></p> +<p><em>Information that isn&rsquo;t true but the people sharing it <strong>believe it is true</strong></em></p> +</li> +<li> +<p><strong>Disinformation</strong></p> +<p><em>Information that isn&rsquo;t true, even though the people spreading it <strong>know it&rsquo;s false</strong></em></p> +</li> +<li> +<p><strong>Malinformation</strong></p> +<p><em>Information that <strong>is actually true</strong>, but has &ldquo;<em>undesirable effects</em>&rdquo;</em> (such as loss of trust in institutions, bank runs, scandals)</p> +</li> +</ul> +<p>Ironically these terms themselves are actually quite dangerous ideas. They presume not just the desirability of information control, but also the outright moral necessity of it. That alone would be bad enough, but having seen how these labels are applied over the last two years. They are hardly used fairly at all. These terms are little more than smears by a desperate press that&rsquo;s losing trust faster than they can say &ldquo;<em>Streisand effect!</em>&rdquo;.</p> +<div class="image-container"> + +<a href='https://blog.cloudflare.com/kiwifarms-blocked/'> + +<img loading="lazy" +src='https://libresolutions.network/media/tott-9-cfb.webp' +> + +</a> + + + +</div> +<h3 id="harassment">Harassment</h3> +<p>Human beings have a great capacity to hurt each other. The internet, like any other tool greatly enhances this. When someone doesn&rsquo;t take absolute care to be anonymous there is little-to-nothing they can do to protect themselves from the ire of an irate mob, especially a well-financed and motivated one. This makes many people want to rush to suppress any hostile expression. It backfires all the time. Societal rifts need to be healed, not torn further and further apart.</p> +<p>Facebook can&rsquo;t handle all the hate and abuse from people on their own platform, with the state-of-the art tools. While there may be financial incentives for Facebook to fan the flames, they fail to completely eliminate all kinds of criminal activities from their services. It is highly likely that suppressing all anger and hate is an impossible task.</p> +<p>This doesn&rsquo;t mean that the hate has to continue to burn. Selectively suppressing anger and hate just fosters resentment and escalates the hate. Instead, empowering people to peacefully negotiate, separate themselves from, or simply accept differences in society can help. Raising tensions only serves to benefit those who have bad intentions or ulterior motives.</p> +<h3 id="automated-extremism">Automated Extremism</h3> +<p>We are not just dealing with small groups of malevolent people. Automated tools exist to flood people with all kinds of inflammatory material. Simply lashing out at the people who are confused and angry is blaming the victims. Yes, they often beget more victims. Which builds a cycle of eye-for-an-eye&rsquo;ing each other for a very blind world.</p> +<p>For those that are sincerely worried about extremism, or people indoctrinated with nonsense, remember that those people don&rsquo;t exist in a vacuum. It is well understood that suppression doesn&rsquo;t actually reduce those problems. We have seen over and over that all it does is inflame anger and drive people further underground. Exiling those people and demeaning their concerns is incredibly counter-productive.</p> +<p>The only reason to take the suppression approach is if there is some part of the associated discourse that you want to keep buried forever. If that&rsquo;s the case I&rsquo;m highly suspicious of your motives.</p> +<p>What can be done bout the anger and hate?</p> +<p><a href="https://merylnass.substack.com/p/how-to-conceptualize-and-fight-back"><strong>You are the solution!</strong></a></p> +<p>If you&rsquo;re reading this, you&rsquo;re already a curious and thoughtful person. This is the key to diffusing the conflicts in society. While we all have ways we can improve ourselves to be more charitable and understanding with others, you have to take time to be more outspoken to humanize those who are being attacked. Tessa Lena has a <a href="https://rumble.com/embed/v1b5giz">fantastic presentation</a> on this.</p> +<hr> +<h2 id="solutions-for-censorship-resistance">Solutions for censorship resistance</h2> +<h3 id="build-big">Build Big</h3> +<p>Nobody can tackle the full threat of internet shutdowns alone. It can be difficult to get people interested in collaborating until it happens. That said, everyone is going to wish that in a moment of an internet shutdown there is a flood of volunteers rushing to help get people back online immediately.</p> +<p>Democratization of internet infrastructure is vital. High-bandwidth long-range communications aren&rsquo;t easy to build, but many of these challenged can be overcome with dedicated and talented people being supported.</p> +<p>What&rsquo;s more powerful than too big to fail? <strong>Too small to shut down.</strong><br> +Power and control should be as distributed as possible. Instead of relying on heroes to have all the answers we all need to work on solutions that can scale beyond our self-interest and political division.</p> +<h3 id="useful-projects">Useful Projects</h3> +<p>These all require some degree of technical knowledge, but are highly worth exploring.</p> +<ul> +<li><a href="https://meshtastic.org">Meshtastic</a></li> +<li><a href="https://yggdrasil-network.github.io/">Yggdrasil</a></li> +<li><a href="https://intranet.tildeverse.org/">TildeNet</a></li> +</ul> +💌 Thank you for reading this via RSS 📡 + + + + Digital ID: The basics + https://libresolutions.network/articles/digital-id/ + Fri, 02 Sep 2022 00:00:00 +0000 + + https://libresolutions.network/articles/digital-id/ + + https://libresolutions.network//media/digital-id.webp + + + What is it? What can you do about it? + <h2 id="101-what-is-digital-id">101: What is Digital ID?</h2> +<p>The rise of technocratic control has justifiably motivated people into taking action and resist the foundational <a href="https://libresolutions.network/tags/tools-of-the-technocracy-series/">tools of the technocracy</a>. Many of these tools are well positioned to leverage any form of digital ID against you. What forms can Digital ID take?</p> +<ul> +<li><a href="https://twitter.com/ronin19217435/status/1563300304006684673">A biometric implant</a>?</li> +<li><a href="https://reclaimthenet.org/canada-faces-call-to-scrap-vaccine-passport-app/">A smartphone app</a>?</li> +<li><a href="https://twitter.com/backtolife_2023/status/1564488781624901632">Your face</a>?</li> +<li>A microchip in your passport?</li> +</ul> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/ca-passport-chip.webp' +> + + + +</div> +<p>Any and all of these can be used in such a system. There isn&rsquo;t a specific need to use exclusively and only those. Mass surveillance (online and outside) can make anonymity entirely difficult to outright impossible. This has incredible implications for all kinds of interactions; instead of you getting to choose who (or what) you identify yourself to, you are automatically identified to the system and quite possibly everyone else around you.</p> +<h3 id="identification">Identification</h3> +<p>&ldquo;<em>Who cares if people know who you are?</em>&rdquo; you may ask. If only it were that simple.<br> +While your identity may not be shared with everyone around you, the system will know. Then <strong>almost anything and everything</strong> can be used against you.</p> +<ul> +<li>That article you read three years ago?</li> +<li>Someone you&rsquo;re associated with?</li> +<li>Religious or political views?</li> +</ul> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-4.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-4/" ><h2>Tools of the Technocracy: #4 Online Identity</h2><i>What is following you in your digital tracks?</i></a> + + <span></span> + </div> +</section> +<p>This information has already been <a href="https://thecountersignal.com/pakistani-government-threatens-to-block-digital-ids-to-shut-down-access-to-bank-accounts/">used against people</a>. It is impossible to predict what information will be leveraged and how. Once the system is in force it is highly unlikely there will be any transparency or recourse when it is abused. We have <a href="https://reclaimthenet.org/mark-zuckerberg-joe-rogan-fbi-hunter-biden/">already seen</a> how big tech social media and other organizations are eager to <a href="https://reclaimthenet.org/farm-credit-canada-bank-freedom-convoy/">misuse information</a>, how much more likely is it to be abused by an even less <a href="https://www.oval.media/en/mrglobal-2/">accountable entity</a>?</p> +<h3 id="surveillance">Surveillance</h3> +<p>The feedback loop driving further data collection is very strong. The more data you have about people the more power you have over them. Even if you&rsquo;re as careful as possible; your fellow citizens, businesses and services, or even institutions can all be pressured or bribed into divulging information about you.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-7.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-7/" ><h2>Tools of the Technocracy: #7 Smart Cities</h2><i>Smart cities are marketed as if they are for the convenience of its residents, but this couldn’t be further from the truth.</i></a> + + <span></span> + </div> +</section> +<p>Even when services and organizations aren&rsquo;t proactively concerned with what your activities are, they could be using convenient systems that simply collect information in the background.</p> +<h3 id="devices">Devices</h3> +<p>&ldquo;Smart&rdquo; devices, implants, computers, can all be used to represent you. All that matters is that the system can uniquely identify you. Even if the devices themselves aren&rsquo;t proactively being used against you, software and services you use can often pick up the slack.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/construction-banner.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-3/" ><h2>Tools of the Technocracy: #3 Robots, IoT, Automation, Oh my!</h2><i>Transforming the world in ways seen and unseen</i></a> + + <span></span> + </div> +</section> + +<video muted autoplay preload="none"> + <source src='https://libresolutions.network/media/ar-card.mp4'> +</video> + +<h3 id="data-sovereignty">Data sovereignty</h3> +<p>Digital ID begins with data. While you can avoid using devices that disclose that data, it&rsquo;s much harder to prevent state and corporate entities from collecting and sharing the data they have on you. That&rsquo;s the trouble. Data <strong>about you</strong> isn&rsquo;t the same as <strong>your</strong> data.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/road2hell.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/blockchain/" ><h2>The road to hell: misplaced optimism in the blockchain space</h2><i></i></a> + + <span></span> + </div> +</section> +<p>The only data you can call &ldquo;your data&rdquo; is data that is stored on systems you control. Data about you is near impossible for you to entirely quantify. Surely, if we made sure that everything was stored on a blockchain it would be better! At least more transparent?</p> +<h3 id="governance">Governance</h3> +<p>The <a href="https://chrgj.org/wp-content/uploads/2022/06/Report_Paving-a-Digital-Road-to-Hell.pdf">threats</a> inherent to a mass surveillance and control grid are not solved by changing who&rsquo;s running it, or what technology it is stored on. With such a system, the people running it are not immune to the all-too-human problem of being corrupted by power. Putting this system it&rsquo;s own artificial intelligence to determine how it should be run is no better.</p> +<p>Due to the very nature of this kind of control, there is no reason for it to be fair, consistent or even logical. By placing everyone&rsquo;s destiny inside a centralized control grid you introduce <a href="https://www.lesswrong.com/tag/paperclip-maximizer">catastrophic failure modes</a>. The failure of every utopian fantasy, of every totalitarian regime, is thinking &ldquo;<em>this time we have all the information we need to decide everything</em>&rdquo;.</p> +<p>As we have seen, the very process of collecting every minute detail of everything is itself an inhuman endeavor, and an absurd waste of resources. Fear and distrust has turned people against each other to clamor for a false savior to attack their enemies. Don&rsquo;t make the mistake of betting against humanity. While human beings have a horrifying capacity for evil, people from all walks of life are capable of great feats of mercy and justice.</p> +<h2 id="solutions">Solutions</h2> +<p>Don&rsquo;t fall prey to despair. The propaganda that leads you to believe that these systems of control are inevitable is just that. They can all be dismantled simply and quickly with enough will and effort.</p> +<h3 id="data-economics">Data economics</h3> +<p><strong>Data needs to become a liability</strong> instead of an asset. There needs to be serious criminal consequences for misuse of data, and civil liabilities for leaking data about people. If organizations became liable for information they collect, you can imagine how quickly they would start to prioritize the privacy of their patrons and staff.</p> +<h3 id="embrace-the-analog">Embrace the analog</h3> +<p>There are all kinds of things that people can do to take back the future and have fun doing it!</p> +<ul> +<li>Cash &amp; Coin</li> +<li>Physical Records</li> +<li>Non-digital entertainment +<ul> +<li>Books</li> +<li>Board games</li> +<li>Live music</li> +<li>Sports</li> +</ul> +</li> +<li>Community gatherings +<ul> +<li>Barbecues</li> +<li>Dances</li> +<li>Competitions</li> +<li>Workshops</li> +<li>Worship</li> +</ul> +</li> +</ul> +<p>There is a reason most democracies have codified the right to freely assemble and the right to pursue happiness. Our society becoming more advanced and connected should only enhance our ability to do these things not take away from them.</p> +<h3 id="support-humanity">Support humanity</h3> +<p>This agenda thrives on insecurity and desperation. If you were ever waiting for a good time to give to those in need&hellip;now is a fantastic time to give to those who need it most. Food banks and shelters have a direct impact on people in your community and can make great use of what you can give.</p> +<h2 id="warn-people">Warn people!</h2> +<div class="image-container"> + +<a href='https://globalcitizensunited.substack.com/p/digital-id-flyer'> + +<img loading="lazy" +src='https://libresolutions.network/media/digital-id-poster.webp' +> + +</a> + + + +</div> +💌 Thank you for reading this via RSS 📡 + + + + Tools of the Technocracy: #8 Transhumanism + https://libresolutions.network/articles/tools-of-the-technocracy-8/ + Mon, 29 Aug 2022 00:00:00 +0000 + + https://libresolutions.network/articles/tools-of-the-technocracy-8/ + + + + + + https://libresolutions.network//media/tott-8.webp + + + How close are the technocrats to modifying you? Too close. + <h1 id="tools-of-the-technocracy--8-transhumanism"><a href="https://libresolutions.network/tags/tools-of-the-technocracy-series">Tools of the Technocracy</a>: #8 Transhumanism</h1> +<p>None of the <a href="https://libresolutions.network/tags/tools-of-the-technocracy-series/">tools of the technocracy</a> are better marketed than the concept of <em>transhumanism</em>. To some it brings to mind techno-utopian ideas like advanced cybernetics and augmented reality, to outright hubris like defeating death. That&rsquo;s not really where the dark side even begins. It gets ghoulish fast when one realizes the potential impacts to healthcare, propaganda, and human health as we know it.</p> + +<p>Criticism of novel technologies is it&rsquo;s own trope. Most people aren&rsquo;t necessarily concerned about the <a href="https://archive.org/details/IndustrialSocietyAndItsFuture-TheUnabombersManifesto">existence of new technologies</a>, but rather how those new developments are allowed to shape and impact our lives. It&rsquo;s easy to see why more useful, durable, and accessible prosthetics would be seen as a nearly universally good thing, just as mind-control chips programmed by the technocracy would be seen as universally bad.</p> +<p>The sanitized term is <a href="https://horizons.gc.ca/en/2020/02/11/exploring-biodigital-convergence/">digital convergence</a>. &ldquo;<em>What happens when biology and digital technology merge?</em>&rdquo;<br> +Note the certainty, <strong>when</strong> biology and technology merge not <strong>if</strong>. This is because even some of the most trivial technologies can have profound impacts on society. For example smartphones and social media have changed people as well as the media landscape in big ways.</p> +<hr> +<h2 id="humanity-is-already-being-altered">Humanity is already being altered</h2> +<p>Our modern societies have witnessed drastic changes in people&rsquo;s physiology in a relatively short period of time. When a class of technocrats have complete control, advanced gene-editing technology is overdoing it. Just like plants and animals, humanity can modify these things with selective pressures and breeding. Giving technocrats top-down control of society, provides them absolute power to do the same to the public. Eugenics is in many ways the same technocratic formula ( collect data on everything, make modifications, shape the future) applied to biology.</p> +<div class="image-container"> + +<a href='https://youtu.be/watch?v=Uo-kSxHNSDQ'> + +<img loading="lazy" +src='https://libresolutions.network/media/tott-8-changes.webp' +> + +</a> + + + +</div> +<p>This creates the potential for a terrifying crisis. With the technology that is already within reach, a society that doesn&rsquo;t recognize individual rights will inevitably transform people&rsquo;s bodies into a <a href="https://libresolutions.network/articles/blockchain">tokenized commodity</a>. By denying people ownership of their own bodies, all other trespasses are a mere formality. Mandating euthanasia, modification, or use/denial of reproductive means will be all in play. This is the fundamental problem; not about which technologies are good or bad, but entirely about how to preserve our rights and autonomy.</p> +<iframe src='https://youtube.com/embed/fJGPM94iKKQ' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<hr> +<h2 id="what-are-the-technocrats-after">What are the technocrats after?</h2> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://iceni.substack.com/p/covid-19-deep-dive-part-viii-transhumanism" ><h2>COVID-19 Deep Dive Part VIII: Transhumanism</h2><i>The concept of human enhancement goes hand-in-hand with technocracy</i></a> + + <span></span> + </div> +</section> +<h3 id="complete-domination-over-humanity">Complete domination over humanity</h3> +<p>The tools of the technocracy are essentially all the pieces the technocrats want on the board to &lsquo;checkmate&rsquo; humanity. Once the people are locked into being <a href="https://www.coreysdigs.com/global/dig-it-with-special-guest-cathrine-austin-fitts/"><em>collateralized</em> by the system</a>, the technocrats can make use of the public for all kinds of twisted and monstrous experiments.</p> +<h3 id="immortality">Immortality</h3> +<p>Why rule if you can&rsquo;t rule forever? The desire to seize complete control overlaps perfectly with a lack of willingness to give it up. Acceptance of death is a vital part of coming to terms with your life. Over and over those who live in fear of death, often die without having lived.<br> +Even if you envy the ability to live forever, would you really want to live forever on the technocracy&rsquo;s terms?</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://jessicar.substack.com/p/i-once-dreamed-of-being-cybernetically" ><h2>I once dreamed of being cybernetically-enhanced</h2><i>NOT ANYMORE... a personal thank you from me to the responsible unintelligencia</i></a> + + <span></span> + </div> +</section> +<h3 id="beyond-bodies">Beyond bodies</h3> +<p>Living forever in the same human body just doesn&rsquo;t suit the technocrats. Even after all kinds of fancy augmentations, fanciful ideas like uploading your consciousness to exist as a program for the end of time gain traction.</p> +<hr> +<h2 id="how-the-technocrats-plan-to-achieve-it">How the technocrats plan to achieve it</h2> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://alilybit.substack.com/p/the-internet-of-bodies-the-wefs-proposal" ><h2>The &#39;Internet of Bodies&#39; — The WEF’s Proposal to Control Human Behavior Through Authoritarian Surveillance</h2><i>The central theme of the Great Reset agenda is the manipulation of human nature to advance globalist corporate-state power-merging and the erosion of individual rights and liberties-oriented policies.</i></a> + + <span></span> + </div> +</section> +<h3 id="narrative-control">Narrative Control</h3> +<p>It can&rsquo;t be understated how much the tools of the technocracy build each other up. More centralization and control makes it easier to further centralize and control things. Propaganda will look like a crude instrument once the technocracy has electrodes directly connected to people&rsquo;s brains.</p> +<h3 id="health-control">Health control</h3> +<p>Turning people against their own bodies is the fundamental transhumanist goal. Anything that makes people look weak and sick compared to the pristine cybernetic products will work to their favor. Getting the public to be confused about what protects and what harms their health is a very powerful means of achieving this.</p> +<iframe src='https://youtube.com/embed/AZq7FdkugXQ' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>When people&rsquo;s lives, bodies and minds are all just data-points on a dashboard it&rsquo;s very easy to argue in favor of monstrous policies and practices. In the name of doing &ldquo;<em>what&rsquo;s best for the patient</em>&rdquo; medical staff can be made to serve the system rather than the patients.</p> +<h3 id="technological-integration">Technological integration</h3> +<p>What are all the gadgets for anyways? People are going to need additional sensors on them so they can be bombarded with all kinds of numbers to track about themselves. Those numbers could be used to do more than just make better health decisions, but also pushing new products.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/construction-banner.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-3/" ><h2>Tools of the Technocracy: #3 Robots, IoT, Automation, Oh my!</h2><i>Transforming the world in ways seen and unseen</i></a> + + <span></span> + </div> +</section> +<hr> +<h2 id="the-faustian-bargain">The Faustian Bargain</h2> +<p>It is important not to be distracted by the sci-fi utopianism to be lured into a false-sense of security about the downright ghoulish downsides of this technology, and especially this technology in the technocrats hands. It is important to keep in mind that these systems can be very easily used for evil and horrific things.</p> +<h3 id="downgrades">Downgrades</h3> +<p>Instead of an implant, chip or system that augments your ability to do things, it&rsquo;s often much simpler to make these systems prevent certain things. Crude mechanisms to create pain in a person when they behave in ways the system doesn&rsquo;t like is a very trivial mechanism that would have powerful results in conditioning a person.</p> +<h3 id="rights">Rights</h3> +<p>The transhumanist agenda creates a great deal of civil rights troubles. As technological systems are allowed to invade our minds and our bodies we put the liberty of all humanity at risk.</p> +<h4 id="1-privacy">1. Privacy</h4> +<p>The most obvious concern is privacy; if these devices are monitoring all kinds of activity in and around your body, who has access to that information?</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/big-data.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-2/" ><h2>Tools of the Technocracy: #2 Big Data &amp; Artificial Intelligence</h2><i>What is all this data for anyways?</i></a> + + <span></span> + </div> +</section> +<h4 id="2-economic-pressures">2. Economic pressures</h4> +<p>If only it was as simple as just disconnecting from these systems. In some situations cybernetic augments may be seen as a necessary requirement for certain jobs. This creates a powerful incentive against people who wish to keep their bodies unmodified, or would rather avoid specific modifications.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-1.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-1/" ><h2>Tools of the Technocracy #1: Digital Currency</h2><i>How the digital financial complex works against you...and what you can do about it.</i></a> + + <span></span> + </div> +</section> +<h4 id="3-censorship-and-manipulation">3. Censorship and manipulation</h4> +<p>Many &lsquo;upgrades&rsquo; go beyond what you can perceive. All kinds of imperceptible actions will be able to manipulate people far better than social media and advertising can. Instead of relying on symbolism and experiences to produce certain thoughts and feelings, the technocrats will aim to make you experience the desired inputs directly.<br> +Even if they can&rsquo;t force people to forget things yet, they&rsquo;ll be forced to act as if they have.</p> +<hr> +<h2 id="solutions">Solutions</h2> +<h3 id="take-control-of-your-health">Take control of your health</h3> +<ul> +<li>Understand your body, get to know your habits.</li> +<li>Find trustworthy people to help you build up your health, and avoid the things that damage you.</li> +<li>Get active, play and enjoy being a human being!</li> +</ul> +<h3 id="dont-let-them-define-human">Don&rsquo;t let them define human</h3> +<p>While it is true that you are more than just the sum total of your parts, it&rsquo;s best not to give the technocrats complete domain to define what we as human beings are, and what we are not. We as people should support each other&rsquo;s dignity regardless of what chosen or refused modifications are made.</p> +<blockquote> +<h3 id="corbett-technocracy-is-insane-anti-human-and-it-will-fail">Corbett: Technocracy Is Insane, Anti-Human And It WILL Fail</h3> +<p>&ldquo;But on a more relatable level, we already know intuitively that the anti-human, synthetic systems that the technocrats are trying to put in place are a pipe dream. Does anyone other than the most deluded technocrat believe that humanity can really abandon the natural world and adopt a food system completely dependent on synthetic, lab-grown “meat,” genetically modified “plants” and poisonous chemicals? Or that sentient AI chatbots are going to be running society as soon as the Google engineers let them out? Or that an economy built on social credit and CBDCs can really function? Of course not. Even the people who are pulling the technocrats’ strings know this isn’t workable in the long run.&rdquo;</p> +<p><a href="https://www.technocracy.news/corbett-technocracy-is-insane-anti-human-and-it-will-fail/">Technocracy News</a></p></blockquote> +<h3 id="free-as-in-freedom-hardware-and-software">Free <a href="https://fsf.org">(as in Freedom)</a> Hardware and software</h3> +<p>These technological systems need transparency and consent. People should never be forced or pressured to integrate technology into their body ever. This line must never be crossed or we risk falling into outright techno-totalitarianism. If people choose to integrate technology into themselves they should have the full rights to repair, modify and use it however they see fit.</p> +💌 Thank you for reading this via RSS 📡 + + + + Simple Tips: Tracking Links + https://libresolutions.network/videos/tracking-links/ + Tue, 23 Aug 2022 00:00:00 +0000 + + https://libresolutions.network/videos/tracking-links/ + + https://libresolutions.network//media/images/tracking-links.webp + + + Tracking links and what you can do about them + <p>You can <strong>clean your links</strong> by removing extra parameters or making sure to only send perma-linked content to people.</p> +💌 Thank you for reading this via RSS 📡 + + + + Tools of the Technocracy: #7 Smart Cities + https://libresolutions.network/articles/tools-of-the-technocracy-7/ + Thu, 18 Aug 2022 00:00:00 +0000 + + https://libresolutions.network/articles/tools-of-the-technocracy-7/ + + + + + + https://libresolutions.network//media/images/smart-megacity.webp + + + Smart cities are marketed as if they are for the convenience of its residents, but this couldn’t be further from the truth. + <h1 id="tools-of-the-technocracy-7-smart-cities"><a href="https://libresolutions.network/tags/tools-of-the-technocracy-series">Tools of the Technocracy</a>: #7 Smart Cities</h1> +<h2 id="what-is-a-smart-city">What is a smart city?</h2> +<p>Just like the &lsquo;smart&rsquo; in smart devices is really just code for surveillance. A &lsquo;smart&rsquo; city is really just a surveillance &amp; control city. In essence, the smart city is the ultimate application of all the <a href="https://libresolutions.network/articles/tools-of-the-technocracy/"><em>tools of the technocracy</em></a> against it&rsquo;s captives. Even the tone of their marketing gives off how much disdain they have for human beings.</p> + +<p><a href="https://iceni.substack.com/subscribe">ICENI Bulletins</a> outlines the primary attributes of a smart city.</p> +<blockquote> +<h2 id="attributes-of-a-future-smart-city">Attributes of a Future Smart City</h2> +<ul> +<li> +<p><strong>It must be a planned community</strong>, laid out for high efficiency and short transit times. Practically everything one would need would be within walking distance of one’s apartment.</p> +</li> +<li> +<p>For many workers, telecommuting via the metaverse would replace physical commutes. One’s home would also be one’s workplace. Therefore, office space would be replaced with residential space, and practically everything along one’s commute - <strong>convenience stores, clothing shops, laundromats, coffeehouses, restaurants, et cetera - would be eliminated.</strong></p> +</li> +<li> +<p>Physical services and many commercial areas would largely be <strong>replaced with on-demand and delivery services</strong>, including robo-delivery by drones or other unmanned vehicles.</p> +</li> +<li> +<p>Everything would be tightly regulated, with people’s utilization of services, consumption of goods, criminal activity, and other <strong>behaviors monitored by constant, all-encompassing surveillance</strong>.</p> +</li> +<li> +<p>This same surveillance system would be used to automatically dispatch emergency services, as required, by detecting ongoing crimes, medical emergencies, and fires, using all manner of networked sensors.</p> +</li> +<li> +<p>Networked sensors would also be used to determine electricity and natural gas usage, among other metrics of consumption and waste.</p> +</li> +</ul> +<p><a href="https://iceni.substack.com/p/covid-19-deep-dive-part-vii-smart">COVID-19 Deep Dive Part VII: Smart Cities and Neo-Malthusianism</a></p></blockquote> +<h2 id="so-in-short">So in short&hellip;</h2> +<div class="image-container"> + +<a href='https://thefreethoughtproject.com/'> + +<img loading="lazy" +src='https://libresolutions.network/media/smart-city.webp' +> + +</a> + + + +</div> +<hr> +<h2 id="why">Why?</h2> +<p>One of the most underestimated factors of the technocracy is the massive arms-race between the people and the technocrats. If people understood how essential the liberty they have left to their survival is they would have guarded it much more carefully during the <a href="https://www.campfire.wiki/doku.php?id=covid-19_pandemic">Covid Crisis</a>.</p> +<p>Data alone isn&rsquo;t that valuable, it&rsquo;s the ability to leverage it for power and control that has fueled the constant eradication of privacy in people&rsquo;s lives. In many ways people choose to trade their privacy for convenience, but there are powerful incentives tipping the scales.</p> +<p>Smart cities are marketed as if they are for the convenience of its residents, but this couldn&rsquo;t be further from the truth. Smart cities are built for efficiently monitoring and controlling all aspects of people&rsquo;s lives. There are massive challenges in trying to monitor and control every minute detail in life.</p> +<h3 id="there-are-only-two-ways-to-solve-that-problem">There are only two ways to solve that problem:</h3> +<ol> +<li>Build up more computing power, storage &amp; bandwidth incurring greater energy, resource, and management costs.</li> +<li><em>&lsquo;Simplify&rsquo;</em> the problem by limiting people&rsquo;s freedom.</li> +</ol> +<p>There are limits to how far you can go with #1. Management of more and more complexity can become an impossibility. Energy is also likely to be <a href="https://peakprosperity.com/courses/crashcourse/">highly constrained</a> for the near future. You only need a convenient pretext to get the public under your control to go along with #2.</p> +<h3 id="what-does-2-look-like-in-practice">What does #2 look like in practice?</h3> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/big-data.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-2/" ><h2>Tools of the Technocracy: #2 Big Data &amp; Artificial Intelligence</h2><i>What is all this data for anyways?</i></a> + + <span></span> + </div> +</section> +<ul> +<li> +<p>If you don&rsquo;t have the computation to store and calculate everyone attending social events, visiting family, and otherwise moving about?</p> +<p><strong>Just stop them from moving around!</strong></p> +</li> +<li> +<p>Can&rsquo;t easily build the infrastructure to listen to everyone, everywhere, all the time?</p> +<p><strong>Simply force them onto digital platforms you control!</strong></p> +</li> +</ul> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/construction-banner.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-3/" ><h2>Tools of the Technocracy: #3 Robots, IoT, Automation, Oh my!</h2><i>Transforming the world in ways seen and unseen</i></a> + + <span></span> + </div> +</section> +<ul> +<li> +<p>Don&rsquo;t want things like human understanding, mercy or charity dulling your harsh enforcement mechanisms?</p> +<p><strong>Simply use machines to carry out the orders!</strong></p> +</li> +<li> +<p>Tired of administrators being held accountable for decisions that impact people?</p> +<p><strong>Deflect to the automatic system and claim it is for the greater good!</strong></p> +</li> +</ul> +<p>There are all kinds of <em>&lsquo;optimizations&rsquo;</em> you can do when you decide to grab complete top-down control, and develop robust mechanisms to silence and discredit any dissent. This is why smart cities will resemble all the worst aspects of <a href="https://en.wikipedia.org/wiki/Company_town">company towns</a>.</p> +<hr> +<h2 id="its-already-started">It&rsquo;s already started.</h2> +<p><em>&ldquo;Noah was a conspiracy theorist when it started to rain&rdquo;</em><br> +Dr Zelenko</p> +<p>An easy mistake to make when thinking about the tools of the technocracy, is to only recognize them in their most extreme and visible forms. Systems are gradually introduced and built on to construct what could be seen as impossible. While someday you may see drones enforcing edicts on street-corners, it&rsquo;s a mistake to think that because there aren&rsquo;t outright visible features, that the system isn&rsquo;t already being built.</p> +<p>For cryptocurrency the 2010s were a decade of optimism and hope. The 2020s are where we get to see the real &lsquo;double-edged&rsquo; aspects of these systems. Blockchain technology is efficient at administration and storing information. As you can see, <a href="helium.com">helium</a> is being used to roll-out IoT infrastructure.</p> +<div class="image-container"> + +<a href='https://explorer.helium.com/iot'> + +<img loading="lazy" +src='https://libresolutions.network/media/tott-7-helium.webp' +> + +</a> + + + +</div> +<p>There are many good uses for such a project, sadly, in our troubled times no tool is above <a href="https://reclaimthenet.org/treasury-sanction-tornado-cash-privacy-first-amendment/">political interference</a>. There is a storm of attacks on anything resembling independent, censorship resistant communication/financial networks, even if they aren&rsquo;t secure as they seem. It is important not to become overconfident or have too much faith in an individual product.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/road2hell.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/blockchain/" ><h2>The road to hell: misplaced optimism in the blockchain space</h2><i></i></a> + + <span></span> + </div> +</section> +<hr> +<h2 id="digital-id">Digital ID</h2> +<p>As far as a smart city is concerned, <em>you aren&rsquo;t human</em>. You don&rsquo;t have rights. You can&rsquo;t own property. Your activities aren&rsquo;t limited in terms of money, but rather <em>permission</em>. All your activities are <a href="https://scribe.rip/world-economic-forum/welcome-to-2030-i-own-nothing-have-no-privacy-and-life-has-never-been-better-ee2eed62f710">constantly monitored</a> and the system has the capability to intervene at any time.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-1.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-1/" ><h2>Tools of the Technocracy #1: Digital Currency</h2><i>How the digital financial complex works against you...and what you can do about it.</i></a> + + <span></span> + </div> +</section> +<p>To the smart city administration, you happen to be an animal that carries around a tool that represents you in the system. If carrying the tool is too burdensome it can be implanted.<br> +Yes, the smartphone works as a digital ID. Your phone number and/or IMEI is enough to uniquely identify you in all kinds of situations.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-4.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-4/" ><h2>Tools of the Technocracy: #4 Online Identity</h2><i>What is following you in your digital tracks?</i></a> + + <span></span> + </div> +</section> +<hr> +<h2 id="solutions">Solutions</h2> +<h3 id="boycott-digital-id">Boycott Digital ID</h3> +<p>Reducing your dependence on surveillance devices is important. It is equally important to prevent people from being <a href="https://reclaimthenet.org/doctor-is-fined-for-refusing-to-use-canadas-vaccine-passport/">forced into using them</a>. The more people locked into these systems, the less they are able to accept your refusal to participate.</p> +<p>In any and all circumstances it is best to refuse to divulge personally identifying information, especially with institutions and services you don&rsquo;t trust.<br> +This includes (but is not limited to):</p> +<ul> +<li>Full name</li> +<li>Location data &amp; home address</li> +<li>Phone Number</li> +<li>E-mail address</li> +<li>Credit card details</li> +<li>Government ID</li> +</ul> +<p>Vitally important is to support the great local organizations working to protect freedoms in your area. The <a href="https://donations.solari.com/take-action-crowdfund/">Take Action Crowdfund</a> is a fantastic resource for finding initiatives to support.</p> +<h3 id="get-involved">Get involved</h3> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://www.technologyreview.com/2022/06/29/1054005/toronto-kill-the-smart-city/" ><h2>Toronto wants to kill the smart city forever</h2><i>The city wants to get right what Sidewalk Labs got so wrong.</i></a> + + <span></span> + </div> +</section> +<blockquote> +<p>By May 2020, Sidewalk had pulled the plug, citing “the unprecedented economic uncertainty brought on by the covid-19 pandemic.” But that economic uncertainty came at the <strong>tail end of years of public controversy</strong> over its $900 million vision for a data-rich city within the city.</p> +<p>It’s hardly unusual for citizens to get up in arms about new development, and utopias fail for all sorts of reasons. But the opposition to Sidewalk’s vision for Toronto wasn’t about things like architectural preservation or the height, density, and style of the proposed buildings—the usual fodder for public outcry. The project’s tech-first approach antagonized many; <strong>its seeming lack of seriousness about the privacy concerns of Torontonians was likely the main cause of its demise.</strong></p></blockquote> +<p>Almost everything the technocrats want to force on people are impossible without the compliance of the public. Do not fall for the trap of believing these changes are inevitable. We can all work to shape the world we want, and the most important part is getting connected and engaged in your community. It&rsquo;s important to build and maintain systems and infrastructure that strengthens communities.</p> +<h3 id="work-to-prevent-an-all-digital-financial-system">Work to prevent an all-digital financial system.</h3> +<p>Catherine Austin Fitts <a href="https://solari.com">(Solari.com)</a> and Children&rsquo;s Health Defense have a fantastic series <a href="https://live.childrenshealthdefense.org/shows/financial-rebellion">Financial Rebellion</a> that regularly discusses strategies to prevent total top-down control of the financial system. One of these strategies is <a href="https://home.solari.com/cash-friday">#CashEveryday</a></p> +<h3 id="independent-long-range-communications">Independent long-range communications</h3> +<p>Establishing &lsquo;off-grid&rsquo; communication networks to bypass censorship will be a dire necessity once the capability exists to completely segregate locations from the Internet. As technology improves, so does the ability to counteract censorship.</p> +💌 Thank you for reading this via RSS 📡 + + + + The road to hell: misplaced optimism in the blockchain space + https://libresolutions.network/articles/blockchain/ + Thu, 04 Aug 2022 00:00:00 +0000 + + https://libresolutions.network/articles/blockchain/ + + https://libresolutions.network//media/images/blockchain-banner.webp + + + + <div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/road2hell.webp' +> + + + +</div> +<p>I didn&rsquo;t want to believe James Corbett at the time, but he warned us in 2018.<br> +<a href="https://www.corbettreport.com/bitcoinpsyop/">The bitcoin psyop</a> outlines the differences between central-bank digital currencies (CBDCs) &amp; public permission-less blockchains. He also rightly outlines how smart contracts themselves could become <a href="https://libresolutions.network/tools-of-the-technocracy-series/">tools of the technocracy</a>.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-1.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-1/" ><h2>Tools of the Technocracy #1: Digital Currency</h2><i>How the digital financial complex works against you...and what you can do about it.</i></a> + + <span></span> + </div> +</section> +<p>This article isn&rsquo;t intended to denounce every blockchain based system. Public blockchains can be used to create fantastic public goods. It&rsquo;s still important to understand how they can be used for evil. There is a great deal of inherent danger in how they can be used to create digital prisons around us.</p> +<h2 id="yes-bitcoin-too">Yes, Bitcoin too.</h2> +<p>Bitcoin is the linchpin of the entire cryptocurrency ecosystem. Its disruption or disappearance would cause near-existential risks for the rest of the blockchain space. While it is the most successful public blockchain to date, Bitcoin is not without it&rsquo;s problems. The most significant challenge is scaling it to support more transactions. There are sophisticated systems layered on top of Bitcoin that attempt to solve this, but in many ways it starts to look like just building the tower of babel higher and higher.</p> +<p>The most significant difference between Bitcoin and other blockchain based systems is the <em>consensus algorithms</em> they use. If you simplify these systems down to a game, the consensus algorithm is essentially the rules of the game. Every round the participants compete to validate a block.<br> +The two main consensus algorithms are <em>Proof of Work</em> (PoW) or <em>Proof of Stake</em> (PoS):</p> +<h3 id="proof-of-work">Proof of Work</h3> +<p>Using an arms race of computing power to &ldquo;mine&rdquo; a block, this competition creates hard physical restraints on hostile entities ability to manipulate the outcome. This is the solution what makes the idea of counterfeiting Bitcoin a near impossibility.</p> +<h3 id="proof-of-stake">Proof of Stake</h3> +<p>Instead of &lsquo;wasting&rsquo; so much energy you could ask participants of the game to &ldquo;lock up&rdquo; some tokens to proceed to the next round. This complicates matters significantly. How should initial tokens be distributed?</p> +<p>At first glance, both of these consensus algorithms have significant trade-offs depending on the system you want to build. There are other varieties and hybrids but it&rsquo;s important to understand that the rules of the game are only the starting point. While Bitcoin&rsquo;s PoW mechanism seems &ldquo;fair&rdquo; in hindsight, many are growing concerned about the concentration of mining power.</p> +<hr> +<h2 id="what-blockchains-do-well">What blockchains do well</h2> +<h3 id="storing-information">Storing information</h3> +<p>Naturally you&rsquo;d want to fill the blockchain blocks with something. Blockchains are fantastic for permanent records. Regardless of the consensus mechanism blockchains are effectively auctions for permanent storage. If the value of the token goes too low, the participants may leave for a more profitable game.</p> +<h3 id="bootstrapping-systems">Bootstrapping systems</h3> +<p>As long as cryptocurrency has value, systems can automatically transfer that value. This means that certain kind of bounty or reward systems are able to distribute that value within desired parameters. By defining a set of behavior we want and creating a market for a token that pays for that behavior, very complicated changes can be made quickly.</p> +<h2 id="what-they-cant-do">What they can&rsquo;t do</h2> +<h3 id="create">Create</h3> +<p>Blockchains don&rsquo;t create or build anything, they simply administrate activities. This means that if you&rsquo;re using a blockchain based system to use more storage than exists on your device, that storage has to be maintained by another party to keep the system functioning.</p> +<h3 id="solve-human-problems">Solve human problems</h3> +<p>Using blockchain to enforce social credit scores will be a tantalizing option for the technocracy, refusing to adopt digital ID is a pre-requisite for stopping this. It&rsquo;s dangerous to pretend that this can be entirely escaped by simply adopting a new technology.</p> +<p>Despite what some may hope, these systems operate within human society not outside it. This means that many pre-existing problems (corruption, poverty, ect) are not automatically solved by adopting blockchain based technology. Tyranny is very much a human problem, one that can&rsquo;t be simply prevented by escaping to yet another controlled virtual world.</p> +<hr> +<h2 id="problems">Problems</h2> +<h3 id="blockchain--decentralization">Blockchain != decentralization</h3> +<p>Because of the apparent success of decentralized blockchain systems there is a &ldquo;cargo cult&rdquo; mentality applied to blockchain-based solutions to various problems. This creates a very dangerous blind-spot. Just like any other useful tool blockchains can be used to useful purposes and malevolent ones. Many projects can very easily incorporate some benefits and harms in the same system.</p> +<p>It&rsquo;s important to keep in mind that any blockchain based system runs on top of the existing physical reality. Imbalances in the primary resources of cyberspace (storage, bandwidth &amp; computing power) still manifest in important ways. Simply transferring data &amp; computation from &ldquo;the cloud&rdquo; to &ldquo;the blockchain&rdquo; doesn&rsquo;t inherently provide any additional protection or benefits. There is an illusion that blockchains are inherently run by more trustworthy actors, but that is far from a guarantee.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://www.bitchute.com/video/4GT3RKbwxDZh/" ><h2>Can Bitcoin Circumvent Economic Tyranny?</h2><i>Dr. Joseph Mercola hosted a phenomenal discussion between finance guru Catherine Austin Fitts and Aleksandar Svetski, editor of Bitcoin Times magazine, to talk about the breakdown of our economy and potential solutions.</i></a> + + <span></span> + </div> +</section> +<h3 id="oversimplifying-security--privacy">Oversimplifying security &amp; privacy</h3> +<p>By giving users wallet software as a substitute for accounts on centralized services, people can in-theory gain some additional control over their data. These systems can even encrypt the users data so that the provider(s) have little-or-no access. This can be a significant improvement from the client-server model where the service operator has access to all the data in the system. While these are real possibilities, it is a mistake to assume a system operates this way simply because it uses a blockchain.</p> +<p>There&rsquo;s a saying in the cryptocurrency community. <em>&ldquo;Not your keys, not your coins&rdquo;</em><br> +This applies to any privacy or security guarantees made by a blockchain based system. For most people, having someone hack into their e-mail or facebook would be a big problem, but at least the damage can be limited. If people integrate their entire online identity with a wallet, gaining control to that wallet is full-on digital identity theft.</p> +<p><a href="https://youtu.be/watch?v=y4GB_NDU43Q">Single Point of Failure: The (Fictional) Day Google Forgot To Check Passwords</a></p> +<p>Throwing data onto the blockchain (even when encrypted) violates the first rule of keeping data safe: The best way to protect data is never to record it.</p> +<h3 id="nfts">NFTs</h3> +<p>This article could only go so long without including the word &ldquo;scam&rdquo;. NFTs are effectively a mechanism to turn anything (property, jobs, or even you!) into a virtual commodity.</p> +<p>Instead of merely being overpriced novelties, in the hands of copyright owners NFTs could become the fuel for powerful <em>information control</em> systems. It&rsquo;s hard to overstate the dystopian potential of tokenizing ideas.</p> +<p><a href="https://twitter.com/seriouslynft/status/1555183150707445760#m">Information land-grabs</a> are one thing, but <em>permission</em> can also be tokenized. Instead of activities having a price the system can simply hand out vouchers and only allow the select few to use them.</p> +<h3 id="net3">Net3</h3> +<p>The current state of the Internet is too useful to humanity. All the current censorship and control is a mere atom compared to the ton of power the technocracy wants to have. The very foundation of the Internet has to be destroyed and rebuilt for them to achieve their aims.</p> +<p>Web3 replaces separate, compartmentalized accounts with a &ldquo;wallet&rdquo; that holds the keys to your identity. Instead of signing in with a chosen username and password you are signing in with a universal and distinct identity. While current iterations allow for relatively anonymous use, it is a <a href="https://twitter.com/Nicolas_Sassoon/status/1508242641447649285">mistake to assume</a> this will always be the case.</p> +<p>The web3 wallet operates eerily similarly to how a digital ID would operate online. I would be so bold as to suggest that the web3 space exists to beta-test such initiatives. While the vaccine passports were introduced to beta-test the physical and enforcement side, web3 is effectively the online prototype.</p> +<p>Call it &ldquo;<strong>net3</strong>&rdquo; because instead of an interconnected web they are building a net to trap us all into specific systems of control.</p> +<h3 id="automation">Automation</h3> +<p>Throw robots in the mix and you&rsquo;ve got the capability of building an entirely inhuman system.Instead of a person being responsible for decisions the blame can be placed on the amorphous &ldquo;system&rdquo;. Removing the human element can&rsquo;t improve outcomes in situations where responsibility is paramount.</p> +<iframe src='https://youtube.com/embed/AIk94MJS_Sc' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<hr> +<h2 id="doing-it-right">Doing it right</h2> +<p>One of the largest problems with tokenized solutions is that their participants are financially pressured into pushing other people onto the platform. Many crucial downsides may be omitted by those evangelizing their particular solution. If there&rsquo;s one thing you should leave this remembering it&rsquo;s: <em>Data in your control is much better than data in any blockchain</em>.</p> +<p>Surely there&rsquo;s a better way? How can we truly work for actual decentralization without embracing technological terror? Some important concepts have been (re)introduced to people through the blockchain ecosystem:</p> +<ul> +<li>Self-hosting</li> +<li>Peer-to-peer connections</li> +<li>Encryption &amp; Key management</li> +</ul> +<p>Many of these things are doable without tokenizing and storing every interaction. It&rsquo;s best not to throw all of these things into one basket, and use them intelligently where they work best.</p> +<h3 id="new-ways-to-log-in">New ways to log in</h3> +<p>When trying to reduce the amount of sign-ins or eliminate passwords entirely there are interesting options that don&rsquo;t require a cryptocurrency wallet. <a href="https://indieauth.com/">IndieAuth</a> looks quite promising. It uses your own website to link to already existing systems to authenticate yourself.</p> +<p>Hate passwords all together? <a href="https://webauthn.guide/">Webauthn</a> is an interesting proposal to do that. It uses hardware authenticators to generate separate identities for every service. This allows password-less login backed by strong encryption.</p> +<h3 id="federation">Federation</h3> +<p>Both <a href="https://fediverse.info">ActivityPub</a> and <a href="https://matrix.org">Matrix</a> use interoperable servers to connect communities together. You can run these servers yourself and have all the benefits of a fully-decentralized ecosystem without your data leaving your control. This is why <a href="https://joinpeertube.org/">PeerTube</a> will likely be much more successful than any blockchain-based video-hosting service.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/fediverse.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/call-to-action-join-the-fediverse/" ><h2>Call to Action: Join the Fediverse now!</h2><i>A simple, but very effective way to tip the scales in favor of free speech.</i></a> + + <span></span> + </div> +</section> +💌 Thank you for reading this via RSS 📡 + + + + Is the Internet safe for children? + https://libresolutions.network/articles/think-of-the-children/ + Sat, 23 Jul 2022 00:00:00 +0000 + + https://libresolutions.network/articles/think-of-the-children/ + + https://libresolutions.network//media/think-of-the-children.webp + + + Surveillance, manipulation and online predators are threats we all face. How can we keep children safe? + <h2 id="nope">Nope.</h2> +<p>Just as playing in traffic isn&rsquo;t safe for children, all people need to be properly mentally, and emotionally equipped to navigate the chaotic environment of the Internet. Sometimes it&rsquo;s market forces, other times it&rsquo;s algorithms, but nearly everywhere there are pitfalls designed to rob people of all ages their time, attention, and resources.</p> +<p>Gaming gets a lot of flak for doing this to children, but it&rsquo;s far from the only place. Social media likes, boosts, and shares are effectively points keeping score in larger social games. The greatest challenge of protecting children online is realizing that their mind is as much at stake as their body and safety is.</p> +<h3 id="visualizing-the-problem">Visualizing the problem</h3> +<p>Imagine the Internet is a massive, sprawling city. There are some amazing, safe, and well maintained places. There are also some dangerous places infested with notorious gangs. Not only that, but there are places that range from everywhere in between. Most people would understandably plan to steer clear of the more dreadful places, but people underestimate the barriers to entry (and residence) in the nicer places.</p> +<h2 id="risks">Risks</h2> +<h3 id="surveillance">Surveillance</h3> +<p>Many online services make it exceedingly easy to just give away more and more information. Many platforms attempt to mitigate it but the problem is systemic. There are a number of <a href="https://neal.fun/dark-patterns">dark patterns</a> used to gate access to information or content behind accounts, personal details, or other information. It’s not always clear what is optional and what is required.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-4.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-4" ><h2>Tools of the Technocracy: #4 Online Identity</h2><i>What is following you in your digital tracks?</i></a> + + <span></span> + </div> +</section> +<p>Constant surveillance of all people is a significant problem. We won&rsquo;t know the true costs of putting children at the mercy of machine learning algorithms for a long time.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/iot.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/eye-on-thee/" ><h2>IoT: The &#39;Eye-on-Thee&#39;</h2><i>A fantastic real-world example of how simple, inexpensive devices can be used for evil.</i></a> + + <span></span> + </div> +</section> +<h3 id="mental-health">Mental health</h3> +<p>Online spaces don’t exist in a vacuum, they’re a part of our human society. As things become challenging and confusing in life there is an incredible draw to retreat to online spaces that feel cozier than the rest of the world. <br> +Leading to all kinds of problems:</p> +<ul> +<li>Sleep deprivation</li> +<li>Depression</li> +<li>Over-eating</li> +<li>Escapism</li> +<li>Political extremism / radicalization</li> +</ul> +<p>Sounds a lot like a millennial doesn’t it? Many of us are internet-addicted for a variety of reasons. +Many of these problems aren’t new, and likely won’t be going away anytime soon. Some appear to have gotten <a href="https://gummibear737.substack.com/p/the-lgbtq-pandemic-and-mental-health">much worse.</a></p> +<p>One of the things that has gotten a lot worse is algorithms, in the early days feeds had only the crudest metrics to judge engagement. Now AI has an immensely accurate picture of how to manipulate people into all kinds of behaviors.</p> +<h3 id="market-forces">Market forces</h3> +<p>The advertising industrial complex comes for every marketable group. It does not care if you&rsquo;re a wealthy person with tons of time on your hands, or a child who&rsquo;s stolen their parents credit card. It&rsquo;s a powerful machine designed to do whatever it takes to separate money from the fools and wise alike.</p> +<p>These systems effectively work to build addictions in people. The system really doesn&rsquo;t care what kind of addiction it is: <a href="https://twitter.com/SteamFocus/status/1421063456409726983">gaming, gambling</a>, porn, food, ect. It only cares about how it can turn that addiction into regular and increasing business. You can call these systems evil (and I&rsquo;d agree) but the important thing to realize is that they&rsquo;re entirely indifferent to the suffering they create.</p> +<h3 id="institutions">Institutions</h3> +<p>Schools have been <a href="https://twitter.com/CodaStory/status/1324080978969722882">guilty of rolling out surveillance technology</a> to use on children. During the covid crisis many schools closed their doors, with <a href="https://childrenshealthdefense.org/defender/pandemic-school-closings-harmed-children/">predictably disastrous consequences for children</a>. Remote learning was a golden opportunity for centralization and control as the tools presented to the schools were loaded with privacy problems.</p> +<p>Large institutions are often given deals on software packages that have business model in surveillance. EdTech is a big industry and a non-trivial part of it is data collection. In many ways these tools are not really tools but glorified cages. While your child will seem knowledgeable in using these products, they could be like a fish-out-of-water when having to learn how to accomplish the same tasks without them.</p> +<p>A significant challenge is that trying to bring change or accountability to these institutions is <a href="https://abigailshrier.substack.com/p/when-the-state-comes-for-your-kids">nearly impossible to do alone</a>. It is in your own interest to ensure that not only your own children, but also the children in your community aren&rsquo;t beholden to technocratic control.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://reclaimthenet.org/wef-rational-reasons-microchip-children/" ><h2>World Economic Forum website suggests there are &#39;rational&#39; reasons to microchip your child</h2><i>The article suggests there are ways to &#39;ethically make these amazing technologies a part of our lives.&#39;</i></a> + + <span></span> + </div> +</section> +<h3 id="peer-pressure">Peer pressure</h3> +<p>If any of the above were bad enough, unfortunately you have to be concerned about your child&rsquo;s peers. It&rsquo;s hard to feel included when you&rsquo;re not in the latest devices and systems. It can be hard to balance your child&rsquo;s desire to interact with their friends against the harms caused by these platforms.</p> +<hr> +<h2 id="the-wrong-answer-censorship-control-and-centralization">The wrong answer: Censorship, Control, and Centralization</h2> +<p>Governments around the world are converging on &lsquo;solutions&rsquo; to these problems that all inch us closer towards technocratic totalitarianism. The problem with most of these methods is that they aren&rsquo;t even useful in the extreme circumstances where someone will try to justify them.</p> +<ul> +<li><strong>Censorship</strong> harms children&rsquo;s ability to learn and process information.</li> +<li>Greater <strong>control</strong> over people&rsquo;s digital lives teaches them learned helplessness, effectively robbing them of the opportunity to learn to take control themselves.</li> +<li><strong>Centralization</strong> harms everyone&rsquo;s ability to solve problems, and build resilience.</li> +</ul> +<p>One of the greatest things protecting all people online is relative anonymity.<br> +Anonymity allows people to interact with sources of information without necessarily having to divulge any information about themselves. From bullying, online predators, and financial scams there is more and more propaganda trying to convince people that anonymity must be eliminated. This is the absolute worst solution, in every instance it&rsquo;s been tried it has failed to successfully safeguard the vulnerable. Elimination of anonymity only serves to feed data-collectors and empower those who seek control over others.</p> +<hr> +<h2 id="solutions">Solutions</h2> +<h3 id="real-life-activities">Real life activities</h3> +<p>What children need most in the world is engaged parents who proactively work to enhance their freedom, opportunities, and well-being. Unfortunately this isn&rsquo;t always easy, but it gets easier when you get others involved with you.</p> +<ul> +<li>Host community dances</li> +<li>Teach and learn skills together</li> +<li>Get involved in community sports</li> +<li>Be where the fun and joy can be found</li> +</ul> +<p>Instead of children lurking online to escape the world, ensure that there are real opportunities for them to learn, create, play, and share with people in their community.<br> +Taking time to build a strong family bond is one of the most important things you can do to keep your children safe. Being approachable allows them to warn you of dangers that may not be on your radar.</p> +<h3 id="ground-rules">Ground rules</h3> +<p>There are a handful activities you would want to restrict until your child has shown an appropriate level of responsibility. Like many other rules there are ways around them, but the point is to steer them away from sliding into a trap.</p> +<ol> +<li> +<p><strong>Smart devices</strong></p> +<p>If nothing else the more your entire family can avoid &lsquo;smart&rsquo; devices the better.</p> +</li> +<li> +<p><strong>Screen time</strong></p> +<p>The internet is a useful tool, disallowing it entirely is likely not the best strategy. Outside of practicing specific skills, long stretches of screen time will do most people very little benefit and non-trivial harm.</p> +</li> +<li> +<p><strong>Online purchases</strong></p> +<p>The easier it is for your children to make purchases the easier it is for algorithms to rob them with scams and manipulation.</p> +</li> +<li> +<p><strong>Online Games and communities</strong></p> +<p>Take the time to investigate certain games and online communities to make a reasonable judgement on a case-by-case basis.</p> +</li> +</ol> +<h3 id="build-their-technical-understanding">Build their technical understanding</h3> +<p>Preventing technology from monitoring or manipulating your children doesn&rsquo;t mean they have to be ignorant. There are many age-appropriate ways to learn how to build or modify simple electronics and write basic programs.</p> +<ul> +<li><a href="https://arduino.cc">Arduino</a></li> +<li><a href="https://scratch.mit.edu">Scratch</a></li> +</ul> +<p>What you will want to do is protect them and their information from data-driven services.<br> +Ensure your children know not to share identifying or sensitive information:</p> +<ul> +<li>Real names</li> +<li>Location information +<ul> +<li>Residence</li> +<li>School</li> +<li>Nearby activities</li> +</ul> +</li> +<li>Photos (only share the best memes!)</li> +<li>Any kind of financial details</li> +<li>Contact information</li> +</ul> +<section class="listing" style="background-image:url(https://libresolutions.network//media/4-data-breach.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/4-account-security-best-practices/" ><h2>Account security best practices</h2><i>How to make sure every service you use is as secure and as private as possible.</i></a> + + <span></span> + </div> +</section> +<p>It can be useful to create fake identities (make it fun!) for them to use on various platforms so you can make sure the accounts don’t have it. Anything you can use your own accounts for the better, such as purchases and subscriptions.</p> +<h3 id="adapt-your-childs-education">Adapt your child&rsquo;s education</h3> +<p>The current system is setup to teach people helplessness and dependence. +It is important to everyone, especially at young ages to understand that they do have the capacity to build their own independence. Find resources that have <a href="https://tuttletwins.com">higher goals</a> than teaching children to be cogs in a machine.</p> +<p>Watch <a href="https://live.childrenshealthdefense.org/shows/financial-rebellion/te8DFdQZny">Corey Lynn&rsquo;s appearance</a> on CHD TV&rsquo;s show: Financial Rebellion</p> +💌 Thank you for reading this via RSS 📡 + + + + Anatomy of a psyop + https://libresolutions.network/articles/anatomy-of-a-psyop/ + Sun, 17 Jul 2022 00:00:00 +0000 + + https://libresolutions.network/articles/anatomy-of-a-psyop/ + + https://libresolutions.network//media/images/brain-pain.webp + + + Cognitive warfare in action + <p>A shadowy figure appears out of nowhere and tells you:</p> +<ul> +<li>They understand your problems</li> +<li>It’s worse than you think</li> +<li>They have a really simple solution they just need you to hand over your private information (or large sums of cash) to make all your worries go away</li> +<li>The solution doesn’t require any real work on your part</li> +</ul> +<p>It’s a scam.</p> +<p>Blatant scam artists and social engineers both heavily rely on affirming your biases. The scammer will say things that are either well known to be true, or strongly believed by subsets of the population. As someone aware of the threats totalitarian control presents, you are a prime target for social engineers. Anything that they can do to give you either a false sense of security or a harmless outlet for frustration, makes it harder for you to fight back.</p> +<p><a href="https://libresolutions.network/articles/chewtoys">Chewtoys: The Alchemy of mastering mass anger</a></p> +<p>Now that the public has a higher level of awareness about the top-down control grid, there is a race to ensure that the public isn&rsquo;t actively focused on rebuilding their own sovereignty. Sovereignty always requires work. Paying a protection racket doesn’t liberate you, it only allows you to rent some temporary safety. Having reliable, trustworthy, and accurate information is one of the most important steps in taking control in your own life. Information can be seen as a form of capital that can be enhanced with tools and skills.</p> +<p>That’s all very difficult and complicated right? In today’s fast-paced and complex world, surely there is a simply and easy solution? What if I just take a moment to listen to what this shadowy figure has to say.</p> +<h2 id="snow-job">Snow job</h2> +<blockquote> +<p>An effort to deceive, overwhelm, or persuade with insincere talk, <strong>especially flattery.</strong> +Urban dictionary</p></blockquote> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/snowjob.webp' +> + + + +</div> +<blockquote> +<p>Don’t worry about your social media habits!</p> +<p>Don’t worry about the technocratic control system!</p> +<p>We have a way to get you into the elite class!</p> +<p>It’s simple all you have to do is join our telegram server and share with your friends.</p></blockquote> +<p>Are you starting to doubt? These guys can’t be fake, take a look at their ‘leet’ <em>hacker skillz</em>!</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/snowjob2.webp' +> + + + +</div> +<p>…Except that on firefox, all you have to do is add view-source: before the address and you are immediately aware that this is a normal Wordpress site.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/snowjob3.webp' +> + + + +</div> +<p>When releasing sensitive and critical information to all of humanity there’s a few basic things you want to get right:</p> +<ol> +<li> +<p>Reduce points of failure as much as possible:</p> +<ul> +<li>Publish only a simple set of pages written without extra scripts or plug-ins</li> +<li>Avoid any third-party publishing platforms</li> +</ul> +</li> +<li> +<p>Make the content as resilient and censorship resistant as possible:</p> +<ul> +<li>Where’s the TOR hidden service?</li> +<li>Why isn’t the information backed up on IPFS or even available as a torrent?</li> +</ul> +</li> +<li> +<p>Don’t have any “official” communications from big tech platforms such as Youtube / Twitter / Facebook and, yes, Telegram.</p> +<p>Why?</p> +<ul> +<li>At best, you’ll waste time getting banned over and over again</li> +<li>These platforms have the capability of limiting whatever reach you may potentially have.</li> +<li>You’re giving away information to these platforms that can be inevitably tracked back to you.</li> +</ul> +</li> +</ol> +<p>That’s just the bare-minimum basics before you get focused on the more complicated things like:</p> +<ul> +<li>Where do you host your server?</li> +<li>What communication methods do you and your team use?</li> +<li>What are your backups? Can everything be seized in a single day?</li> +</ul> +<p><a href="https://twitter.com/OculumLabs/status/1548752813337055234">But they&rsquo;re getting hacked!</a></p> +<p>They’re not special, almost any website of a certain size will get this kind of attention. Bots are constantly looking for vulnerable systems to exploit to use for their own ends. Exploiting a completely open system is something that is trivial to automate.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/false-saviors.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/beware-false-savior" ><h2>Beware the false saviors</h2><i>Putting faith into leaders is a road to disappointment. We all have to work together as individuals to make lasting change.</i></a> + + <span></span> + </div> +</section> +<p>Who knows? That might be the kind of problem they have when they can’t even setup their WIX website without having an ad banner.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/snowjob4.webp' +> + + + +</div> +<h3 id="what-do-they-want">What do they want?</h3> +<p>Your time and attention are precious resources. Anyone and anything that can soak it up by offering you an easy road to freedom doesn’t have your best interests in mind. A far more nefarious goal would be to slander people with real concerns about digital IDs and the surveillance economy as simply deluded by this straw-man.</p> +<p>The most disgusting aspect of this performance is that it rides on people’s greed to passively accept a top-down slavery system. “Oh, it’s as bad as you think it is but worse, but it will only be the <em>good people</em> in the elite class now,” is a disgusting attitude to take. Power without accountability is corrosive on morality. A social credit caste system with the “good people” on the top will inevitably devolve into a nightmare with evil people on the top.</p> +<p>Social credit systems are real, and not just in China. The massive wealth divide does effectively create different classes of people. The “system” they’re warning you about is already in place on a basic level. Promising to “wipe your slate clean” in exchange for promoting them on social media is not the ideal solution even if it worked.</p> +<p>Sovereignty is power. All power is expensive to maintain. The price of liberty is eternal vigilance and proactive action. None of us will be able to simply purchase freedom. The freedom of your fellow human beings, even when you disagree, is your greatest asset. We must work to restore integrity and accountability in all aspects of our lives, not chasing quick-and-easy scams pretending to be solutions.</p> +💌 Thank you for reading this via RSS 📡 + + + + IoT: The "Eye-on-Thee" + https://libresolutions.network/articles/eye-on-thee/ + Tue, 12 Jul 2022 00:00:00 +0000 + + https://libresolutions.network/articles/eye-on-thee/ + + https://libresolutions.network//media/images/iot-banner.webp + + + A fantastic real-world example of how simple, inexpensive devices can be used for evil. + <p>The <em>Internet of things</em> (IoT) is not so much an agenda, but a consequence of cheap, ubiquitous technology. Much of the engineering, investment, and application has gone directly into making devices better at gathering information. This information is then fed to <a href="https://libresolutions.network/articles/tools-of-the-technocracy-2/">machine learning algorithms</a> to further &ldquo;optimize&rdquo; society.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/iot.webp' +> + + + +</div> +<p>This constant data-collection is not benign. There <em>is</em> an agenda to constantly push the boundaries of centralization and control. Most of the opportunities provided by the <em>internet of things</em> are asymmetrically advantageous to the <a href="https://libresolutions.network/articles/tools-of-the-technocracy"><em>technocracy</em></a>. All the systems of surveillance and control will be deployed foremost against the public. This doesn&rsquo;t mean however, that other people won&rsquo;t be able to leverage those systems to cause people harm. While the technocracy has a minor incentive to reduce the power other gains from these tools, it is essentially a <a href="https://www.economicshelp.org/micro-economic-essays/marketfailure/negative-externality">negative externality</a></p> +<h2 id="example-airtags">Example: AirTags</h2> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/airtag.webp' +> + + + +</div> +<p>Airtags, are simple wireless devices made by apple to help people find their lost things. What makes airtags miraculous is that they don&rsquo;t require complicated GPS technology, but instead rely on nearby devices and networks to report it&rsquo;s location. Simplifying in this way allows the devices to stay in operation for a very long time.</p> +<h3 id="the-process-is-simple">The process is simple:</h3> +<ol> +<li>Add the tag to your account</li> +<li>Give it a useful label</li> +<li>Leave it on or with what (or who) you want to track.</li> +<li>Watch it go on your &ldquo;find my device&rdquo; app.</li> +</ol> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/google-location-history.webp' +> + + + +</div> +<p>It is worth noting, that this is not the first way to get a hold of someone&rsquo;s daily routine. Android devices maintain a location history that keeps tabs on you in real time. In the past one would only need to have access to your google account to watch your every move. I highly recommend turning off location history, I can&rsquo;t think of a single benefit of keeping it on. Unfortunately it is important to keep in mind that turning these features off does not prevent them from being used by the corporations that run them.</p> +<p><a href="https://www.rebelnews.com/airtag_tracking_people_at_disney">They just found out that they were being tracked by AirTags, and didn’t know how it got planted on them.</a></p> +<p>Apple has introduced features to make it harder for stalkers to track people without their consent with these devices. Notably the device will transparently inform nearby apple devices that it is in range of them. This is a step in the right direction, however it is almost impossible to completely eliminate the privacy risks of such a device. Understand that devices such as this can become a whole lot smaller in the future, and much easier to conceal.</p> +<p><a href="https://youtu.be/watch?v=dNZDBGeBj6s">AirTag Anti-Stalking Features Revealed!</a></p> +<p>This creates a great deal of problems for all kinds of people. Counteracting these measures requires proactive vigilance, despite requiring very little effort on the person using the tracker. As these devices improve so will this asymmetric advantage. Not only that, but the technocracy will then be able to leverage this enormous power in even more egregious ways. The line gets blurry when <a href="https://www.knzr.com/cop-jailed-for-on-exs">agents of the technocracy</a> use that power against people in their personal lives.</p> +<p><a href="https://twitter.com/TweeetLorraine/status/1537405658919800835">Woman Allegedly Used Apple AirTag to Track and Kill Her Boyfriend</a></p> +<p>It is important not to understate the dangers. All surveillance, be it targeted or blanket is a serious risk to individuals of all walks of life. The more information collected on people, and the more sophisticated the tools to use that information, the more danger people are in. This should be a rallying cry to all to force large institutions to have proper accountability and leadership. The rising corruption and totalitarianism is a force that will ensure all these tools are used to the detriment of humanity.</p> +💌 Thank you for reading this via RSS 📡 + + + + Tools of the Technocracy: #6 Virtual Reality + https://libresolutions.network/articles/tools-of-the-technocracy-6/ + Sat, 30 Apr 2022 00:00:00 +0000 + + https://libresolutions.network/articles/tools-of-the-technocracy-6/ + + + + + + https://libresolutions.network//media/tott-6.webp + + + Seeing is believing, and the capability to leverage your own senses against you only gets more extreme over time. + <h1 id="tools-of-the-technocracy-6-virtual-reality"><a href="https://libresolutions.network/tags/tools-of-the-technocracy-series">Tools of the Technocracy</a>: #6 Virtual Reality</h1> +<blockquote> +<p>What is reality?</p> +<p>Is it what you can touch?</p> +<p>What you can feel?</p> +<p>What you see?</p></blockquote> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/lying-eyes.webp' +> + + + +</div> +<h2 id="how-much-do-your-thoughts-and-past-experiences-shape-those-things">How much do your thoughts and past experiences shape those things?</h2> +<h2 id="psyops">Psyops</h2> +<p>As of 2020, Most forms of mind control were constructed through incentive structures:</p> +<p>Social media algorithms incentivize specific kinds of engagement to maximize people’s reprogramming of each other. Strong financial incentives are used to shape interactions and transform entire sectors of society in various ways. Mainstream media still shapes a powerful impression of the state of reality for a significant amount of people, creating top-down cultural incentives. Academia isn’t safe either, despite all the criticism placed on the public over trading autonomy, independence &amp; integrity for convenience&hellip;all kinds of institutions are far more egregiously guilty of the same offense. Ironically, due to the slow rate of change in organizations; they are often trapped into choosing the simplest changes, rather than the more important ones. Over time this creates a tidal-wave of institutional change that costs significantly more energy, resources, and career credit to oppose than to ride. This often pushes institutions to adopt technology and solutions that work against people, rather than for them.</p> + +<p>A massive game-changer for the technocracy will be the ability to build powerful behavior modification systems (mind control) that take advantage of your own senses. Cognitive warfare is waged by <a href="https://twitter.com/SaranghaeyOppaa/status/1226035679945097216">exploiting vulnerabilities in our minds</a>. Overcoming these effects is much more challenging than simply recognizing incentives and working around them when possible. When it comes to perception control, every drop of prevention is worth an ocean of cure. Because we’re only at the beginning of witnessing these techniques, we can only speculate on the extent of the dangers. As always, it will be of utmost importance to guard your mental, emotional, and even spiritual state in the face of these challenges.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/construction-banner.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-3/" ><h2>Tools of the Technocracy: #3 Robots, IoT, Automation, Oh my!</h2><i>Transforming the world in ways seen and unseen</i></a> + + <span></span> + </div> +</section> +<h2 id="technological-terror">Technological terror</h2> +<p>When most people think of virtual reality they think of high-resolution displays presenting a 3D environment for people to explore and interact with <a href="https://twitter.com/Alientrap/status/1157399869717471232">complex controllers</a>. Tactile improvements to people’s ability to really feel what’s in these environments are only getting better and better. The only thing slowing this down seems to be people getting motion sick from playing for more than short periods of time. As more improvements are made and more problems get addressed this will become the frontier of multi-media content. Suddenly, instead of learning things in purely abstract ways, people will be able to learn all kinds of things by doing it. With truly endless possibilities this means that VR will also be the state-of-the-art delivery mechanism for propaganda.</p> +<p>For now, when a tragedy or circumstance is exploited to drive people’s emotions; the technocracy has a couple of ways to convey the situation. As this technology develops and becomes more ubiquitous, the technocracy will be able to have people experience these events directly, in a completely crafted scenario. The lines between propaganda, entertainment, learning, and all kinds of things will be blurred even more than they are already. Virtual reality will be the information war battleground of the future, but as it stands it won’t be a battle but outright mind-slaughter. Unless people’s ability to create and distribute these experiences is democratized, large institutions will enjoy a massive advantage in controlling content. This is a significant challenge because of the significant start-up costs.</p> +<h2 id="body-snatchers">Body snatchers</h2> +<p>The campaign doesn’t end there however; virtual reality technology won’t end with nicer displays, controls, and tactile feedback. As cybernetics improve, there will be powerful incentives to have these systems send and <a href="https://twitter.com/BlackrockNeuro_/status/1492900664527273992">receive direct signals</a> to your body. This would allow these devices to save incredible amounts of energy and provide a level of immersion that is currently impossible. This shift from presenting stimuli to create signals in your brain, to sending those signals directly to your brain will exponentially increase the power and influence of those <a href="https://twitter.com/Resist_05/status/1534440661419986946">who have control</a> of these systems.</p> +<p>Surely this technology wouldn’t be forced on people right? It will stay purely in the realm of entertainment and all you’ll have to do is turn off the VR TV right? This is sadly not the case. As long as our society still yields to top-down control, almost every institution will have powerful incentives to adopt these tools. <a href="https://twitter.com/Soitwouldbe/status/1530929365382483972">Training and education</a> will likely be the first place to majorly adopt these systems because of how powerful an information transfer tool they are. It will also enhance automation efforts. In a society driven by these technologies, your rights to bodily autonomy will be seen as an outdated inefficiency that gets in the way of powerful societal “innovation”. Big data and machine learning has a massive role to play in this space. Many of these devices will be used to get more data from people to learn how to further manipulate them.</p> +<p>The competitive advantages and economies of scale could make these problems nearly impossible to uproot. It is absolutely critical to do all we can to prevent these systems from driving all our lives in the way that the Internet does already. Digital currencies are a very powerful system for bootstrapping new technologies, and it is no longer inconceivable that people will be bribed into transforming their body into a test-bed for novel technology. It is of utmost importance that we work to protect bodily autonomy in an environment where people will be even more motivated to set it all aside. We as a society have already gravely crossed red lines that never should have been crossed.</p> +<h2 id="solutions">Solutions</h2> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/ephesians6.webp' + + alt='Ephesians 6:12' +> + + + +</div> +<h3 id="take-action">Take action</h3> +<p>Pushing back against centralization and control takes a great deal of active focus to start. Once you’ve regained some of your own independence and liberty you can then help bring it to others. The crux of these issues is not necessarily the technologies themselves. Instead, it’s our cultural acceptance for top-down control of so many aspects of our lives. Bringing awareness of these issues, and what we should prioritize to safeguard ourselves can go a long way.</p> +<h3 id="learn-create--share">Learn, Create &amp; Share</h3> +<p>The primary advantage the technocracy has is a monopoly on people’s perception of reality. A very effective way to turn the tide in the information war is to share art, beauty, and stories that bring people hope, and a desire for change. Anything you can create to bring more independence and freedom into their lives is worth making. Try to have appreciation for the great works people have created. Try to appeal to people’s better selves, instead of cynically just trying to win with snark.</p> +<h3 id="support-open-software-and-hardware">Support open software and hardware</h3> +<p>Many of these systems aren’t going away. Being able to liberate people from these systems may require a significant amount of technical skill and tooling. There is a great deal of potential in prosthetics and assistive technology. We can avert many of dangers by promoting software and hardware freedom. There is a treasure-trove of opportunity when we realign our focus to support and prioritize ways to enhance each other’s lives.</p> +💌 Thank you for reading this via RSS 📡 + + + + Tools of the Technocracy: #5 Networks + https://libresolutions.network/articles/tools-of-the-technocracy-5/ + Wed, 27 Apr 2022 00:00:00 +0000 + + https://libresolutions.network/articles/tools-of-the-technocracy-5/ + + + + + + https://libresolutions.network//media/tott-5.webp + + + Much of the digital infrastructure in place today is built to structurally enable tyranny. + <h1 id="tools-of-the-technocracy-5-networks"><a href="https://libresolutions.network/tags/tools-of-the-technocracy-series">Tools of the Technocracy</a>: #5 Networks</h1> +<p>Networks are the infrastructure used to bridge the physical world and online systems. They can enable people from all over the world to communicate with each other, which sadly has the downside of technocrats having the capability of monitoring and controlling people’s communications.</p> +<h3 id="networks-have-precious-resources-that-enable-their-utility">Networks have precious resources that enable their utility:</h3> +<ul> +<li> +<p><strong>Latency</strong></p> +<p><em>How quickly can a signal reach it’s destination</em></p> +</li> +<li> +<p><strong>Range</strong></p> +<p>How far can a signal go</p> +</li> +<li> +<p><strong>Bandwidth</strong></p> +<p>How much information can a signal carry</p> +</li> +<li> +<p><strong>Encryption</strong></p> +<p>Prevents people from snooping on signals</p> +<p>These resources are critical in delivering content. One of the largest challenges to decentralization is the economies of scale. This means that “the system” has advantages to completely eliminate any competition. Centralized and privacy invading options will always be more efficient and convenient than other options. It is important to manage your expectations accordingly.</p> +</li> +</ul> + +<h2 id="cloudflare">Cloudflare</h2> +<blockquote> +<p>Cloudflare is the world&rsquo;s largest MITM [Man in the middle] proxy(reverse proxy). +Cloudflare owns more than 80% of CDN market share and the number of cloudflare users are growing each day. They have expanded their network to more than 100 countries. Cloudflare serves more web traffic than Twitter, Amazon, Apple, Instagram, Bing &amp; Wikipedia combined. &gt; Cloudflare is offering free plan and many people are using it instead of configuring their servers properly. They traded privacy over convenience. +Source: <a href="http://crimeflare.eu.org">http://crimeflare.eu.org</a></p></blockquote> +<p>Almost every large website and service is using Cloudflare, this means that any encryption between you and the website and service is effectively broken at that point. While your connections will be protected until they reach Cloudflare’s servers, after that point it is entirely down to trust. It is naive to think that Cloudflare isn’t forced to <a href="https://archive.ph/Wgxnq">monitor the massive trove of data</a> it can collect on people’s online activity. A VPN may protect your IP but it won’t be able to secure the data sent to these services.</p> +<p>What services get out of using Cloudflare is DDOS protection. Distributed Denial of Service attacks are when a massive amount of bandwidth is used to take down your service. This is essentially a protection racket where any site worth targeting has to spend resources to protect against these kind of attacks. It is possible that many of these attacks are being initiated by actors who would rather sites stay behind Cloudflare or similar services.</p> +<h2 id="vpns">VPNs</h2> +<p>Virtual Private Networks are often seen as the solution to all online privacy issues. This is people being mislead by slick advertising. VPNs are very useful for accessing content that is blocked in specific regions or protecting your IP from being known by online services. There are many ways users using a VPN can have their IP leaked so it is essential to make sure you are using your VPN properly.</p> +<p>Your internet service provider (ISP) may not be trustworthy so you may want to use a VPN, it is important to realize that by using a VPN you are effectively transferring the risk of your ISP logging, tracking, censoring your information to that VPN provider. Like ISPs VPNs are businesses and it is foolish to assume they will put your needs as an individual or customer before the interests of their business.</p> +<h2 id="wireless-networks">Wireless Networks</h2> +<p>The largest challenge of wireless networks is that there will be many of them outside your control. +Ubiquitous surveillance provided by devices all around you isn’t something you can easily mitigate. Ignorance isn’t bliss however, you are still vulnerable to these systems.</p> +<h2 id="wi-fi">Wi-Fi</h2> + +<video muted autoplay preload="none"> + <source src='media/wifi-sonar.webm'> +</video> + +<p>Wireless networks are difficult to secure, especially from a motivated adversary. Even your own wireless router is likely <a href="https://youtu.be/watch?v=URkD_TbiE8I">outright selling your data</a>. Activities done over wireless networks are much easier to intercept than ones over wired connections.</p> +<p>If this wasn’t bad enough, wireless devices can be used as sonar to track everyone in a given space. Given that these devices are continuously listening this can provide a <a href="https://youtube.com/watch?v=IRELLH86Edo">very complete picture</a> of people’s day-to-day lives.</p> +<h2 id="mobile-data-lte--5g">Mobile data (LTE / 5G)</h2> +<p>Much has been speculated about the health risks due 5G / Wi-Fi, while harms from EMF may be worth investigating in specific circumstances they are outside the scope of this article. Even in instances where the technology itself is harmless it can often coincide with other weaponized technology.</p> +<p>What is clear is that introducing more and more cheap, accessible bandwidth to more devices exponentially increases the capabilities of those who want to track and control. +5G will be very useful for relaying huge amounts of data including ultra-high resolution video from all kinds of angles.</p> +<h2 id="lorawan">LoRaWAN</h2> +<p>For some applications, a full internet connection is overkill. LoRa devices can send small signals over a very long range. This can be a very efficient way of relaying data from sensors. There is already a cryptocurrency launched to bootstrap a <a href="https://www.helium.com/solutions">worldwide surveillance grid</a>.</p> +<h2 id="iot--automation">IoT &amp; Automation</h2> +<p>The more accessible connectivity is for devices the more these devices can encroach on the physical world. These applications can become cheaper and more common, discreet, and invasive. As networks expand, techniques that were impossible before become viable opportunities.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/construction-banner.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-3/" ><h2>Tools of the Technocracy: #3 Robots, IoT, Automation, Oh my!</h2><i>Transforming the world in ways seen and unseen</i></a> + + <span></span> + </div> +</section> +<h2 id="big-data">Big Data</h2> +<p>Any information, no matter how trivial can be collected and analyzed to gain power over others. Those in control of the data collection systems will have massive advantages over those who don’t. Machine learning can be used to make these systems much more efficient at collecting specific kinds of data based on raw details.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/big-data.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-2/" ><h2>Tools of the Technocracy: #2 Big Data &amp; Artificial Intelligence</h2><i>What is all this data for anyways?</i></a> + + <span></span> + </div> +</section> +<hr> +<h2 id="solutions">Solutions</h2> +<h3 id="tor">Tor</h3> +<p>Like the Internet, The <a href="https://www.torproject.org/">Onion Router</a> (Tor) has origins as a military project. +It has two very useful features for reclaiming your digital freedom:</p> +<h3 id="anonymity">Anonymity</h3> +<p>As far as online services are concerned, Tor users generally appear the same. When one uses the Tor browser they have the same fingerprint as all other users to make them harder to individually identify. As well your connection is then routed to the Internet through “exit relays” such as the <a href="https://snowflake.torproject.org/">Snowflake extension</a>.</p> +<h3 id="hidden-services">Hidden services</h3> +<p>Hidden services are services that are accessible entirely within the Tor network. This means that they do not use “exit relays” and instead are only routed within Tor. The advantage of this is that you can be very sure that you are having a secure connection directly to the intended recipient, with all of the security guarantees of the Tor network.</p> +<p>Having your website or service available as a hidden service has some significant advantages:</p> +<ul> +<li>Protection from Man-in-the-middle attacks</li> +<li>Your service can still be accessible if your domain is taken from you</li> +<li>Hidden services can be served from mobile connections</li> +</ul> +<p>There are other “darkweb” protocols such as I2P.</p> +<h3 id="community-networks">Community networks</h3> +<p>Meshnets are a useful way to democratize connectivity. There doesn’t need to be a one-size-fits-all approach some options will work better in different places. You could also run your own services behind VPNs run by your community instead of commercial enterprises. Investing in a truly independent community network is a significant challenge but can yield incredible rewards.</p> +<h3 id="faraday-is-your-friend">Faraday is your Friend</h3> +<p>Having a <a href="https://youtu.be/watch?v=EozJr-vdHm8">faraday bag</a> can help keep your phone from reporting your location while you travel with it. Given the potential these devices have against you, it can be wise to create secure locations in your home or business that don’t allow signals in or out. This won’t prevent devices from listening and recording, but if you place them in a soundproof location that can help.</p> +💌 Thank you for reading this via RSS 📡 + + + + Beware the false saviors + https://libresolutions.network/articles/beware-false-saviors/ + Sat, 16 Apr 2022 00:00:00 +0000 + + https://libresolutions.network/articles/beware-false-saviors/ + + https://libresolutions.network//media/false-saviors.webp + + + Putting faith into leaders is a road to disappointment. We all have to work together as individuals to make lasting change. + <div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/false-saviors.webp' +> + + + +</div> +<p>There is a great deal of buzz about <a href="https://reclaimthenet.org/twitter-poison-pill-elon-musk/">Elon Musk’s face-off against twitter</a>. +While it is impressive to see Elon specifically raise free speech issues against Big Tech, it is unlikely that even radical changes to twitter would actually create meaningful change. Sadly many people allow figureheads to lure themselves into a state of complacency. By buying into the idea of a fantastical leader to rally behind people can fall into the trap of thinking that change is sudden, and requires no work on their part.</p> +<p>Many of the problems we face didn’t start with Twitter and won’t end with Twitter either.</p> +<p>Twitter is a big system, big systems have a great deal of momentum. This momentum grows or shrinks in response to incentives. As anyone can see, Twitter has been run as a loss leader to sell centralized information control. Any system that has a monopoly on people’s access to information will inevitably become a valuable target for malevolent entities to corrupt and control.</p> +<p>Getting excited and distracted by large figureheads (politicians, celebrities, ect) inevitably leads to disappointment when a single person is unable to make massive changes that are out-of-step with the way people are acting in their daily lives. By investing in promoting and cheering for these leaders we can lose sight of the simple changes we need to make. Every individual has a vital role in changing the culture and incentive structure. Don’t think about needing the perfect leader, think about how their job can be made easier by encouraging those around you to make changes themselves. +Big Tech didn’t simply gain control over everyone’s lives overnight, it happened gradually, bit-by-bit over time with each concession by each person. Everyone is responsible for reversing the power that the Tools of the Technocracy have taken over the people. These are systems that collectively we have financed, built, and maintained&hellip;thankfully they can be dismantled together.</p> +<h2 id="what-can-we-do">What can we do?</h2> +<p>What can we do?</p> +<ol> +<li> +<p>GET MOTIVATED!</p> +<p>There is so much we can accomplish by working together, so many new things can be created if we have a will to break free from centralized control. +Being willing to invest time, energy, and resources into building things is a vital aspect of changing anything.</p> +</li> +<li> +<p>Diversify your information sources</p> +<ul> +<li>Don’t depend on any specific site/app for all your news or information</li> +<li>Bookmark (CTRL-D) useful or informative sites so you can visit them again without being tracked by search engines</li> +<li>Not every issue or topic is new, you can often find very valuable information published in books, there is a treasure trove of useful information in the past. Don’t limit your knowledge to what is relevant in your feeds.</li> +</ul> +</li> +<li> +<p>Fight back against the centralized control system.</p> +<p>There is a fantastic series on Financial Rebellion hosted by Children’s Health Defense. +It is a great starting point on how to create friction against centralized control systems.</p> +</li> +<li> +<p>Read the Tools of the Technocracy Series if you haven’t already. In each article I include solutions to undermining top-down information control.</p> +</li> +</ol> +<p><a href="https://libresolutions.network/tags/tools-of-the-technocracy-series">Tools of The Technocracy</a></p> +💌 Thank you for reading this via RSS 📡 + + + + Tools of the Technocracy: #4 Online Identity + https://libresolutions.network/articles/tools-of-the-technocracy-4/ + Tue, 22 Mar 2022 00:00:00 +0000 + + https://libresolutions.network/articles/tools-of-the-technocracy-4/ + + + + + + https://libresolutions.network//media/tott-4.webp + + + What is following you in your digital tracks? + <h1 id="tools-of-the-technocracy-4-online-identity"><a href="https://libresolutions.network/tags/tools-of-the-technocracy-series">Tools of the Technocracy</a>: #4 Online Identity</h1> +<p>There are some good reasons to attach your identity to online interactions, there are just as many (if not more) good reasons not to. It is important to understand how your actions ripple across the Internet and wider data-landscape. One of the greatest challenges in keeping your data secure is the fact that the Internet almost never forgets. It’s so difficult to be aware of all the data-points that have built over time.</p> + +<p>Even if you are a very open and public person, it is vital that you are in control of what data about you is collected, stored, and analyzed. Instead of having systems actively probing you for any and all data they can seize, it is better to understand and use systems that give you the control to only disclose what you want to share.</p> +<h2 id="concerns">Concerns</h2> +<h3 id="conformity">Conformity</h3> +<p>Social media has been largely what closes the loop between you staring into the data abyss, and the data staring back at you. By learning peoples’ interests, likes and dislikes the algorithms are able to put that information to use to manipulate them. The most dangerous part about social media is the capability to leverage your self-image against you. With even relatively simple techniques (such as suppressing the visibility of a particular post) these systems can manipulate how your social circle reacts to specific information.</p> +<p>Facebook is really old news when it comes to data-mining people. Tiktok is the state-of-the art, in <a href="https://youtube.com/watch?v=nfczi2cI6Cs">learning from people</a>. Tiktok has advantages that older social media platforms don’t. It’s purely mobile focused, which means the app has access to all kinds of data from your mobile phone. This includes cameras, microphones, location data, and even how you’re holding the device while scrolling. It would be foolish to assume we can imagine all the ways advanced algorithms can be used to study and manipulate people. How many people would even consider <a href="https://www.forbes.com/sites/kashmirhill/2014/07/10/facebook-experiments-on-users/">facebook was up to this in 2011-2013?</a></p> +<h3 id="echo-chambers">Echo chambers</h3> +<p>This conformity, is the foundation for a fractal of echo-chambers, all becoming isolated from the larger whole. Echo-chambers create divisions within society that eventually make cross-communication almost impossible. By <a href="https://youtu.be/watch?v=DwCEAdeFXEM">entrenching people into their sub-groups</a> and turning them against each other, everyone is effectively silenced. This is an under-estimated effect of chilling effects.</p> +<p>I believe it is naive to operate under the assumption that these echo-chambers are a purely organic phenomenon. Manipulating the human mind is a massive, and well funded academic venture. The power gained from destroying people’s ability to collectively search for the truth is immense.</p> +<p>If covert censorship wasn’t bad enough, there is a vast array of censorship and suppression tools available. The more information the system has about you the more it has at it’s disposal to use against you and ideals you may support. The ever-increasing cries of “fighting misinformation” and “combating hate” are used as a pretext to justify further centralized information control.</p> +<div class="image-container"> + +<a href='https://torproject.org'> + +<img loading="lazy" +src='https://libresolutions.network/media/tott-4-tor.webp' +> + +</a> + + + +</div> +<h3 id="personification">Personification</h3> +<p>Now back at you, all these tools are specifically aimed at identifying, storing, and analyzing your every action in the hopes to get leverage over you and others. Very subtle and innocuous information can be correlated with other data to make unthinkable associations.</p> +<blockquote> +<p>They will shut it <a href="https://www.coreysdigs.com/technology/can-bitcoin-circumvent-economic-tyranny/">(Bitcoin)</a> down not by controlling the technology, but by controlling the people.</p> +<p>Catherine Austin Fitts</p></blockquote> +<p>You can leave behind a banned account, even evade region locks with a VPN, but it’s not easy to get a new identity and almost impossible to erase your online footprint. The more online systems demand people turn over their identities online, the more people are vulnerable to all kinds of threats. Dissidents can be marked for life with no recourse. Naturally these people will be restricted from the digital financial complex.</p> +<h3 id="stalking">Stalking</h3> +<p>Not only are exposed people vulnerable to retaliation from the state, but in an increasingly polarized environment people will be vulnerable to retaliation from anyone who has access to their information. As the dehumanization of the opposition continues, people won’t draw the line at harming innocents if they are led to believe the situation is dire enough. No transgression will be too small to justify retaliation. How many times have we seen people respond to someone losing their job over past comments with “Freedom of speech isn’t freedom from consequences”?</p> +<p>This is a clarion call for abusers and petty tyrants. The very reason the rule of law and the presumption of innocence are important is because the spillover damage from vigilante justice is unending. In our modern enlightened age we certainly have managed to forget basic problems that have been with us since the dawn of civilization.</p> +<h3 id="children">Children</h3> +<p>As someone who spent time exploring the Internet from a young age, I can certainly admit to being unable to comprehend the dangers at the time. As grown-ups today believe that their parents were clueless about technology, the exponential growth, escalation, and evolution of online threats have left current and future parents woefully outmatched. Children won’t simply be at the mercy of their own potential actions, but the actions of relatives and even friends.</p> +<p>As a parent it is your responsibility to make sure that they are prepared to face these dangers, but also that your information is not making that more difficult. Safeguarding them from all the new and tantalizing services is going to be a very difficult challenge. This is an area that needs more research.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/think-of-the-children.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/think-of-the-children/" ><h2>Is the Internet safe for children?</h2><i>Surveillance, manipulation and online predators are threats we all face. How can we keep children safe?</i></a> + + <span></span> + </div> +</section> +<h3 id="bots--manipulation">Bots &amp; manipulation</h3> +<p>Humans are outnumbered! In many circumstances there is little reason to believe that the person you are talking to online is even human. This is an incredible problem when empathy is already severely lacking in online discourse. As bots get better and better at convincingly imitating people, people will feel more and more overwhelmed which will contribute to some simply choosing not to bother speaking at all.</p> +<div class="image-container"> + +<a href='https://archive.today/SL7Mm'> + +<img loading="lazy" +src='https://libresolutions.network/media/tott-4-bots.webp' + + alt='Humans are outnumbered!' +> + +</a> + + + +</div> +<p>Botting social networks isn’t necessarily a zero-sum game. Some platforms are easier for smaller actors to influence, it is a critical mistake to assume all bots are from a single interested party rather than a group of varying (sometimes overlapping or conflicting) agendas.</p> +<h3 id="anti-anonymitity">Anti-anonymitity</h3> +<p>Anonymity gets a bad wrap in online discussions. Far too many people consider it “cowardice” to speak out without having your name, reputation, and future at stake. This is not a compassionate or reasonable stance to have in an age with so many asymmetric power imbalances. It is a very convenient way for those perfectly within established orthodoxy to throw stones from their glass towers. The most vital way to undermine centralized information control is to prevent knowledge from being <a href="https://twitter.com/torproject/status/1469358942211829761">judged by it’s origin</a>. A fantastic way to achieve this is publishing information, data or communications anonymously.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/anonymous-crowd.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/anonymity" ><h2>In defense of anonymity</h2><i>Don&#39;t let the trolls bait you into turning on privacy</i></a> + + <span></span> + </div> +</section> +<h2 id="your-online-tracks">Your online tracks</h2> +<h3 id="personal-devices">Personal devices</h3> +<p>Every device you come into contact with has the capability to be turned against you. Smartphones are some of the worst. Devices with microphones can record your every word and expression. Cameras can track your expression. Worst of all is location data, which gets more and more precise as technology improves. All this is simply assuming the device is working as intended, phishing attacks can be used to gain even more intimate access to your information or otherwise do you harm.</p> +<h3 id="big-tech-social-media">Big Tech Social Media</h3> +<p>Many people complain of social media “holding their real-life contacts hostage”. +It is very important that you aren’t gating social interaction with you behind data-mining social services. This does require a fair bit of effort and a willingness to compromise. +Social media becoming the “town square” wasn’t an inevitable development, it was a necessary step in the encroachment of digital systems dominating our entire lives. You may have a right to remain silent under your laws, but unfortunately your data <a href="https://web.archive.org/web/20220708061004/https://www.theguardian.com/world/2022/jul/07/canada-police-spyware-admission-surveillance-experts">doesn&rsquo;t make use of it</a>.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/4bbd4e5a-352d-4d24-82ea-e8832e902021' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>The technocracy’s vision of what social media is and should be is evil. Until we can migrate people to services that put people in charge of their data, it is best to avoid putting any significant importance on social media under the control of corporations &amp; government influence.</p> +<h3 id="online-services">Online services</h3> +<p>There is no way of knowing for sure an online service you use isn’t simply sharing data with big tech in the first place. Even if they adamantly refuse to share or sell data that all evaporates when the company is sold. Services can be hacked and the only way to protect sensitive data is to never record or share it. Understand that everything you share with any particular online service can eventually be used against you.</p> +<h3 id="digital-id">Digital ID</h3> +<p><a href="https://twitter.com/greg_scott84/status/1505695001166041092">Digital ID</a> is the crown jewel of technocratic totalitarianism. Like any other deal-with-the-devil scenario it will be attached to many luxuries and conveniences… at least at the start. Take any of the problems in this article and make them 10x worse. There will never be any guarantee that digital ID systems will be any more secure than systems that came before it. The terms of the digital ID program may appear to be favorable at the beginning, but once locked in… the terms will be altered and your only recourse will be to pray the terms aren’t altered further.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/digital-id.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/digital-id/" ><h2>Digital ID: The Basics</h2><i>What is it? What can you do about it?</i></a> + + <span></span> + </div> +</section> +<p>It is impossible to overstate the importance of preventing, resisting, and outlawing the implementation of digital identification. Merely avoiding it yourself will be no protection, as those entrapped in the system will be weaponized against you. The weaponization of people who have fallen prey to centralized information control is a mere taste of what is to come when people are locked into a digital gulag.</p> +<hr> +<h2 id="solutions">Solutions</h2> +<h3 id="connect-with-people-in-real-life">Connect with people in real life</h3> +<p>Be the person to provide the authentic, uncensored human experience with those you care about. The fight to maintain human liberty is bigger than any one of us. Bring joy outside of online experiences and focus on the people around you.</p> +<h3 id="provide-people-with-a-more-secure-form-of-communication">Provide people with a more secure form of communication</h3> +<p>By having multiple good options for people to try you don’t have to try to force everyone onto a single app/system. Some great options are:</p> +<ul> +<li>Delta Chat</li> +<li>Session</li> +<li>Element</li> +<li>Signal</li> +</ul> +<h3 id="improve-your-account-data-and-security">Improve your account data and security.</h3> +<section class="listing" style="background-image:url(https://libresolutions.network//media/4-data-breach.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/4-account-security-best-practices/" ><h2>Account security best practices</h2><i>How to make sure every service you use is as secure and as private as possible.</i></a> + + <span></span> + </div> +</section> +<h3 id="federated-social-media">Federated social media</h3> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/fediverse.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/call-to-action-join-the-fediverse/" ><h2>Call to Action: Join the Fediverse now!</h2><i>A simple, but very effective way to tip the scales in favor of free speech.</i></a> + + <span></span> + </div> +</section> +<h3 id="self-hosting">Self-hosting</h3> +<p>Want to be entirely on your own terms? Running your own website is a way to have complete control while still being able to maintain a presence. These two sites have great guides for getting started.</p> +<ul> +<li><a href="https://landchad.net">https://landchad.net</a></li> +<li><a href="https://learn.sadgrl.online">https://learn.sadgrl.online</a></li> +</ul> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-5.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-5/" ><h2>Tools of the Technocracy: #5 Networks</h2><i>Much of the digital infrastructure in place today is built to structurally enable tyranny.</i></a> + + <span></span> + </div> +</section> +💌 Thank you for reading this via RSS 📡 + + + + Information Warfare Super-weapons + https://libresolutions.network/articles/information-warfare-superweapons/ + Sun, 13 Mar 2022 00:00:00 +0000 + + https://libresolutions.network/articles/information-warfare-superweapons/ + + https://libresolutions.network//media/images/artistic-banner.webp + + + Change the culture with these super effective tricks. Social engineers HATE these! + <h2 id="memes">Memes</h2> +<p>Memes are very often under-appreciated due to being simple or not taking themselves seriously. They are powerful tools to bring new insights to discussion. Social engineers target memes due to their incredible impact in spreading ideas. Many of the threats to liberty aren’t always actions of tyrants but rather the apathy or ignorance of the public. If we are to preserve liberty we need to greatly magnify our efforts to promote liberty as a cultural value rather than simply a personal asset The effectiveness of memes comes from their simplicity and the potential to evoke strong emotions. The most valuable part of a good meme is the ability to “compress” lots of information into a consider sharable medium.</p> +<p>The problem is that people are ensnared in a culture that doesn’t properly value liberty or their rights. Corporations and governments work hard to curate online spaces to shape culture in their favor. This has had disastrous social consequences and devastating effects on people’s mental health. We must not only focus on undoing this demoralization but also on preventing it from taking hold ever again. People must not only learn the tools to protect themselves, but they must also learn to value things that are good and beautiful. The most effective way to rebuild a freedom-loving culture is to properly invest in providing a strong foundation for that culture to flourish. How does one build this foundation?</p> +<h2 id="art">Art</h2> +<p>Art is the expression of the human soul, with it’s value being largely in the eye of the beholder. Corporations and governments can imitate art, or mass produce it with financial advantages, but they can’t compete with genuine creativity borne from real passion and real experiences. Tyranny isn’t beautiful, and slavery isn’t inspiring. When given a choice, people will naturally choose the free and beautiful over the rigid and stagnant. As freedom loving people it is absolutely vital for us to encourage, support and fund ventures to provide people the opportunity to enjoy pro-human media and creative works.</p> +<iframe src='https://youtube.com/embed/dNt4NIQ7FTA' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p>Artists are craving for a way for their work to be properly supported. Many artists are disillusioned by not being able to make it in large corporate spaces. If we truly desire a culture that protects freedom we must work to provide the space for artists to promote this culture. Working together we can support artists who care deeply about building a better world. This will create real cultural capital that can upend the systems that undermine our liberty. With truth on our side, there can be no limit to the heights of our imagination.</p> +<p>I am no artist, but this piece is a call to people who value freedom to commit to supporting independent artists and building a true appreciation for their works. It is impossible to overstate the potential to change the global conversation against those who hate humanity when we sustain methods of lasting cultural change. There are so many ways to express what has gone wrong in the last two years. There are stories that need to be told, tragedies that cry out to be mourned, and victories that must be shared.</p> +<p>Starting small</p> +<p>In the long term, it would be ideal to create formal spaces and institutions with these goals in mind, but as individuals there is still a great deal we can do:</p> +<ul> +<li>With an appreciation that you need beauty in your life, hire artists to paint, sculpt, or even draw pieces for decoration in your home or office. These can be fantastic conversation pieces.</li> +<li>Connect with local musicians, get people together to enjoy their music.</li> +<li>Host events to give them an opportunity to promote themselves.</li> +<li>Hire artists to create content for your website or social media profiles. Very often they can create better memes than what many of us can do with simple skills.</li> +<li>Prominently feature like-minded talent in projects you undertake.</li> +</ul> +<h2 id="do-it-yourself">Do it yourself!</h2> +<p>Can you draw, sing, dance, sculpt, paint, draw, carve, or create in other ways? +Now is a great time to shine, you can stand out by promoting hope, freedom and compassion. +I would be more than happy to feature you on my website! Do you have your own website? You might find Interverse interesting!</p> +<p>I also recommend joining the Fediverse:</p> +<h2 id="great-foss-tools">Great FOSS Tools</h2> +<p>There are a lot of fantastic Free &amp; Open Source tools that are very useful for creating content. +My hope is that one of these tools will help spark inspiration in what you can achieve or support someone in achieving. +I would highly recommend donating to the development of these tools because they have made creating content much more accessible.</p> +<h2 id="inkscape">Inkscape</h2> +<iframe src='https://peertube.linuxrocks.online/videos/embed/52813370-8f92-4fd3-9324-890fa6c4c7cc' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p><a href="https://inkscape.org/">https://inkscape.org/</a></p> +<blockquote> +<p>Whether you are an illustrator, designer, web designer or just someone who needs to create some vector imagery, Inkscape is for you!</p></blockquote> +<p>Inkscape is fantastic for vector graphics, which are awesome at all sizes! +It’s a fantastic tool for making posters, logos and even full-size banners!</p> +<p><a href="https://inkscape.org/support-us/">Support</a></p> +<h2 id="krita">Krita</h2> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/krita.gif' +> + + + +</div> +<p><a href="https://krita.org/en/">https://krita.org/en/</a></p> +<p>A digital painting program.</p> +<blockquote> +<p>Krita is a professional FREE and open source painting program. It is made by artists that want to see affordable art tools for everyone.</p> +<ul> +<li>concept art</li> +<li>texture and matte painters</li> +<li>illustrations and comic</li> +</ul></blockquote> +<p>Demo Video: <a href="https://youtu.be/fga5f3ixmVo">Krita 5 is HERE! Go for it!</a></p> +<p><a href="https://fund.krita.org/">Support</a></p> +<h2 id="darktable">Darktable</h2> +<p><a href="https://www.darktable.org/">https://www.darktable.org/</a></p> +<p>Photography software</p> +<blockquote> +<p>Darktable is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.</p></blockquote> +<h2 id="lmms">LMMS</h2> +<p><a href="https://lmms.io/">https://lmms.io/</a></p> +<p>Music production</p> +<blockquote> +<p>Let&rsquo;s make music with a free, cross-platform tool for your computer. +Produce music with your computer by creating melodies and beats, synthesizing and mixing sounds, arranging samples and much more.</p></blockquote> +<p><a href="https://lmms.io/get-involved">Support</a></p> +<h2 id="synfig">Synfig</h2> +<p><a href="https://www.synfig.org/">https://www.synfig.org/</a></p> +<p>2d animation</p> +<blockquote> +<p>Synfig Studio is a free and open-source 2D animation software, designed as powerful industrial-strength solution for creating film-quality animation using a vector and bitmap artwork. It eliminates the need to create animation frame-by frame, allowing you to produce 2D animation of a higher quality with fewer people and resources.</p></blockquote> +<p><a href="https://www.synfig.org/donate/">Support</a></p> +<h2 id="blender">Blender</h2> +<iframe src='https://video.blender.org/videos/embed/a69d68a5-a0e0-4a80-9d66-49f093c97aaf' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<p><a href="https://www.blender.org/">https://www.blender.org/</a></p> +<h3 id="blender-can-do-almost-anything">Blender can do almost anything:</h3> +<ul> +<li>3d modeling</li> +<li>Digital sculpting</li> +<li>Video editing</li> +<li>Simulations</li> +<li>Digital painting</li> +<li>Animations</li> +</ul> +<p><a href="https://www.blender.org/support/">Support</a></p> +<h2 id="godot">Godot</h2> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/godot.gif' +> + + + +</div> +<p><a href="https://godotengine.org/">https://godotengine.org/</a></p> +<p>Game engine</p> +<blockquote> +<p>The game engine you waited for. +Godot provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel. +Godot is completely free and open-source under the very permissive MIT license. No strings attached, no royalties, nothing. Your game is yours, down to the last line of engine code.</p></blockquote> +💌 Thank you for reading this via RSS 📡 + + + + Tools of the Technocracy: #3 Robots, IoT, Automation, Oh my! + https://libresolutions.network/articles/tools-of-the-technocracy-3/ + Mon, 07 Mar 2022 00:00:00 +0000 + + https://libresolutions.network/articles/tools-of-the-technocracy-3/ + + + + + + https://libresolutions.network//media/images/construction-banner.webp + + + Transforming the world in ways seen and unseen + <h1 id="tools-of-the-technocracy-3-robots-iot-automation-oh-my"><a href="https://libresolutions.network/tags/tools-of-the-technocracy-series">Tools of the Technocracy</a>: #3 Robots, IoT, Automation, Oh my!</h1> +<p>With big data as the brains, robots act as the eyes, ears, and fists of the technocracy. Ubiquitous 5G (and above) connectivity gives autonomous systems a massive advantage over human beings. Understand that there is more to these systems than meets the eye. There is an entire orchestra of coordinated systems and services that harmonize into incredibly powerful tools. These tools are only beginning to be weaponized against the public.</p> + +<h2 id="robots">Robots</h2> +<p>Eventually the digital world needs to make an impact on the physical. Robots are the ideal tool for the technocracy to enforce it’s will on the material world. In many situations it is becoming much more inexpensive to accomplish tasks with robots than to equip humans for the same task. Robots won’t question their orders, they won’t (likely) turn against the system, and most importantly they don’t have legal rights. The technocracy has an urgent need to replace thinking, responsible people with autonomous drones with pre-programmed commands.</p> +<p>The most obvious example would be police robots. When equipped with advanced riot suppression technology, these robots will by able to quell any and all public uprisings with little resistance. Far from science fiction, the capability exists to terminate people with <a href="https://www.newscientist.com/article/2278852-drones-may-have-attacked-humans-fully-autonomously-for-the-first-time/">almost fully automated systems</a>.</p> +<h2 id="drones">Drones</h2> +<p>While scouting for information, highly mobile drones can be equipped with a large variety of surveillance equipment, sensors, and weapons. Having an aerial view can provide incredible context to large scale situations. While soaring up above, acting as the “eye in the sky” drones can be used to transmit information to a variety of systems. Small disposable drones have advantages that other “heavy duty” robots may not, they can operate in swarms and each independent unit may be entirely expendable.</p> +<h2 id="transport-and-access">Transport and Access</h2> +<p>The convenience of autonomous delivery will be what ushers in the invasion of more autonomous drones, cars, and trucks. Autonomous vehicles are an invaluable tool for the technocracy. By removing humans from the driving-seat of the economy the system can effectively seize control of nearly all trade. Eventually, access to goods and services can be entirely restricted by simply not allowing vehicles to travel to certain places. If proximity isn&rsquo;t something that can be controlled, locks can be used to prevent access to specific places. Beyond merely imposing fines for arbitrary infractions, a person&rsquo;s entire life can be restricted by the manufactured world around them.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-7.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-7/" ><h2>Tools of the Technocracy: #7 Smart Cities</h2><i>Smart cities are marketed as if they are for the convenience of its residents, but this couldn’t be further from the truth.</i></a> + + <span></span> + </div> +</section> +<h2 id="robots-in-disguise">Robots in disguise</h2> +<p>Any robot, with it’s variety of sensors, tools, and networks will be able to perform a wide array of functions in a highly robotic world. A robot preparing your food may also be listening to your conversations simply to fulfill some contract in the system. Cryptocurrency and smart contracts can be used to expand what existing robots can be used for. More and more these discrete systems will converge into a single operating fabric. Robots will become more generalized as technology advances, with tasks being mostly assigned by proximity.</p> +<h3 id="smart-devices">“Smart” devices</h3> +<p>Smart phones, smart TVs, smart homes&hellip; What is it that makes a tool “smart” anyways? +In a general sense “smart” simply means that it can be used against you. Why is your phone “smart” but your laptop isn’t? It’s because your phone is a surveillance device. It provides the system vital functionality that isn’t under your control.</p> +<p>Is a device or appliance really “yours” if it is constantly working to incriminate you? How about if it refuses to work under conditions dictated by others? These systems don’t specifically need to be commanded by a malevolent entity, your dishwasher could simply require you to use a smart contract to operate it. This smart contract could be fed real time information about water use in your region to ensure it is being rationed correctly. Smart contracts can be incredible mechanisms to make systems fair, but their ability to make unjust systems shouldn’t be underestimated.</p> +<p>Smart contracts define incentive structures, and they can be designed with an incredible amount of precision. It is entirely possible for products and services to micro-manage quality or effectiveness relative to your status in the system. This means that the most innocuous and fair systems could end up being leveraged against people if the system itself has a flaw.</p> +<h3 id="implants">Implants</h3> +<p>Not all digital devices are optional. As medical technology advances people can be very reliant on complicated systems. It is of the utmost importance that people with disabilities are empowered by these tools and not harmed by them. While giving up your privacy (or opting in to ads) may seem like a fair trade for your sight back, this is not a trade we should force someone to make.</p> +<p>The major challenge is that there is no end to what can be turned against you. This can be forced onto the more vulnerable by making the only affordable items sabotaged with tracking &amp; control. The most dystopian outcomes imaginable are on the table when the effects are unseen or individualized. People are far too quick to rationalize the suffering of others rather than to truly take the time to understand the underlying causes.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-8.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-8" ><h2>Tools of the Technocracy: #8 Transhumanism</h2><i>How close are the technocrats to modifying you? Too close.</i></a> + + <span></span> + </div> +</section> +<h2 id="tiny-tech">Tiny Tech</h2> +<p>There&rsquo;s nothing sacred to the technocrats. There&rsquo;s nothing special about biology that would prevent them from using your individual cells like they use your data against you. Most people are familiar with the idea of nanobots. but the idea of manipulating small-scale natural processes directly is very much out of mind. The very nature of tiny technology is that it very easily stays out of sight, and can be difficult to properly conceptualize.</p> +<p>Nano-machines and &ldquo;smart dust&rdquo; are still very real concerns as well. Even in the most benign of circumstances they can become a terrible form of pollution like micro-plastics. The technocracy has shown terrible stewardship for the natural world despite manufactured appearances. It would be very difficult to properly investigate the long-term ecological or individual health impacts of individual nano-scale applications.</p> +<h2 id="automation">Automation</h2> +<p>Automation isn’t simply about making robots better, but also making our lives more robotic. In many cases is it much easier to simply reduce a task into smaller tasks than to design, build, and equip a robot to take over the entire work. This has profound implications for the direction the system is moving in. People will become marginalized to make room for robots in the name of efficiency. The most insidious part is that workers are already being conditioned to train artificial intelligence to learn from them. Many workers are training their replacements without knowing it!</p> +<p>This has far-reaching impacts beyond the service industry. Nearly any job can be broken down into small units of work that could be automated eventually. The safest positions are the ones that are harder to break into smaller units, or tasks that take advantage of a large variety of skills. Media and legal institutions will be pressured to force professionals to undermine their own field to make it easier to be automated away.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/skynet-workforce.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/skynet-workforce" ><h2>The Rise of a SkyNet Workforce</h2><i>Employee of the Month: Terminator</i></a> + + <span></span> + </div> +</section> +<p>It’s worth noting that automation itself isn’t inherently evil or wrong. Ideally workers would be properly compensated for training AIs and people would be supported with the understanding that their livelihoods were sacrificed for greater efficiency. Currently automation is a super-weapon against the working classes. There is no reason it has to stay that way.</p> +<hr> +<h2 id="solutions">Solutions</h2> +<h3 id="diy">DIY</h3> +<p>Consider countermeasures against robots</p> +<ul> +<li>Instead of WiFi, using wired networks</li> +<li>Setup spaces your devices can’t listen in to.</li> +<li>Use a faraday bag for your smartphone</li> +<li>Use analog/low-tech solutions where possible</li> +</ul> +<p>As more and more valuable tools are converted to “smart devices” there is an immense opportunity to take up a niche market of simpler devices that don’t violate their owners privacy. AI doesn’t need to be a harmful development. By learning about these systems we can avoid the dangers as well as develop more humane ways of moving forward.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/board.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/hardware-matters" ><h2>Principle: Hardware matters</h2><i>It is easy to underestimate the underlying structure of our digital world.</i></a> + + <span></span> + </div> +</section> +<h3 id="build-and-maintain-the-human-economy">Build and maintain the “human economy”</h3> +<p>Robots &amp; automation are going go displace an incredible amount of people in the best-case scenarios. The optimal strategy would be for people to work on establishing an economy for people instead of one against them. This doesn’t mean you shun progress, in fact developing efficient systems allows you to share the gains with your community.</p> +<p>If you’re building autonomous systems ensure that they are licensed, developed, and distributed in a way that benefits human beings. For example, a city could establish a smart contract that requires robots to pay taxes on transactions that help support local food &amp; housing systems.</p> +<h3 id="body-mechanics">Body mechanics</h3> +<p>As the world becomes more and more controlled, the machine of last resort is you. A self-driving car may decide where you can drive to, but your own body can be the limit of where you can bike to. Even better if you have access to horses for travel. Developing tools and methods that focus on augmenting what you can do yourself will liberate you from relying on tools that work against you.</p> +💌 Thank you for reading this via RSS 📡 + + + + Call to Action: Join the Fediverse now! + https://libresolutions.network/articles/call-to-action-join-the-fediverse/ + Tue, 22 Feb 2022 00:00:00 +0000 + + https://libresolutions.network/articles/call-to-action-join-the-fediverse/ + + https://libresolutions.network//media/images/fediverse.webp + + + A simple, but very effective way to tip the scales in favor of free speech. + <p>The Fediverse is a web of federated social networks. Powered by the ActivityPub protocol, they allow for interoperability between them. <a href="https://tilvids.com/w/juFy6FerVv5MVMKVKZXdqs">Here is a fantastic demo of it in action today</a></p> +<iframe src='https://peertube.libresolutions.network/videos/embed/40a5c731-92e5-48ec-bc4f-a441a9930408' style="height:max-content;aspect-ratio: 16/9;min-height:460px;max-height:15rem;max-width:60rem;" width="100%" height="100%"> + +</iframe> +<h3 id="currently-there-are-many-federated-equivalents-to-popular-sites-people-use">Currently there are many federated equivalents to popular sites people use:</h3> +<ul> +<li>For YouTube there is <a href="https://joinpeertube.org/">PeerTube</a></li> +<li>For Instagram there is <a href="https://pixelfed.org/">Pixelfed</a></li> +<li>For Twitter there is <a href="https://joinmastodon.org/">Mastodon</a>, <a href="https://pleroma.social/">Pleroma</a> and <a href="https://misskey.io">Misskey</a></li> +<li>For Facebook there is <a href="https://friendi.ca/">Frendica</a></li> +<li>For Podcasts &amp; Music there is <a href="https://funkwhale.audio/">Funkwhale</a></li> +<li>For Reddit there is <a href="https://join-lemmy.org/">Lemmy</a></li> +</ul> +<h2 id="why-bother">Why bother?</h2> +<p>Continuing to use mainstream social networks is becoming more and more untenable each day. None of them operate for the good of their users. This has already created a dire crisis for free speech online. +This doesn’t mean we should all run and hide. It is vital that we overcome chilling effects to ensure that voices can be heard. +As Peterson explains below, <a href="https://youtu.be/watch?v=KMj9wsrPE5U">it is better to pay the price for speaking than not speaking.</a></p> +<h2 id="things-can-be-better-this-time">Things can be better this time</h2> +<p>Federated social networks have a significant set of advantages. Simply being aware that they exist gives you power. You are not required to have an account or maintain a presence to access information on these sites. For example, you can browse the #Censorship hashtag for any instance you choose. This works with any tag. Don’t want to browse? You can change that same link to an RSS feed by adding ‘.rss’ to the end.</p> +<p>This is an immense improvement from current social media sites; anyone with an RSS reader can access all the same information as anyone in the network without having to give up privacy.</p> +<h2 id="how-do-i-start">How do I start?</h2> +<p>For most instances it’s as easy as creating an account on any other website. An instance is like a home. There are features to migrate accounts if you like as well. +Your presence doesn’t need to be permanent and I would encourage you to have multiple identities.</p> +<p>Check out the fediverse.party portal to pick an instance: +<a href="https://fediverse.party/en/portal/servers/">https://fediverse.party/en/portal/servers/</a></p> +<p>These are instances listed by interest or focus. Be aware that each instance has it’s own rules and culture. People are generally friendly, but like anywhere else, try to be kind in turn.</p> +<h2 id="get-connected">Get connected</h2> +<p>You can make a post with #introduction to introduce yourself to the network, this is a handy way to get followers and meet like-minded people. +<a href="https://mastodon.social/tags/askfediverse">#askfediverse</a> is a very useful hashtag to get answers to questions that people might know. +Each instance has a public directory that users may choose to be listed in. For Mastodon it will be the instance site + /explore. So for mastodon.social it’s <a href="https://mastodon.social/explore">https://mastodon.social/explore</a></p> +<h2 id="getting-the-most-out-of-it">Getting the most out of it</h2> +<p>By getting your information from the fediverse, you can avoid having to share twitter/facebook links if the same information is available there. This helps promote a more resilient online information ecosystem. +The software running these instances is open source and can be run yourself. This can be a challenging task but is very useful for people who want to have complete control by having an instance for just themselves.</p> +<h3 id="follow-the-libre-solutions-network-on-the-fediverse"><a href="https://fedi.libresolutions.network/@lsn">Follow the Libre Solutions Network on the Fediverse.</a></h3> +<h2 id="a-note-on-privacy">A note on privacy</h2> +<p>The Fediverse is an open network, it’s important to keep in mind this is for broadcasting public information. By leaving big tech platforms behind it is essential to redefine what we believe should and shouldn’t be shared publicly.</p> +<p>If you’re looking for a secure platform to communicate sensitive information I would recommend checking out <a href="https://xmpp.org/about/technology-overview/">XMPP</a> &amp; <a href="https://matrix.org/">Matrix.</a></p> +💌 Thank you for reading this via RSS 📡 + + + + Tools of the Technocracy: #2 Big Data & Artificial Intelligence + https://libresolutions.network/articles/tools-of-the-technocracy-2/ + Wed, 16 Feb 2022 00:00:00 +0000 + + https://libresolutions.network/articles/tools-of-the-technocracy-2/ + + + + + + https://libresolutions.network//media/images/big-data.webp + + + What is all this data for anyways? + <h1 id="tools-of-the-technocracy-2-big-data--artificial-intelligence"><a href="https://libresolutions.network/tags/tools-of-the-technocracy-series">Tools of the Technocracy</a>: #2 Big Data &amp; Artificial Intelligence</h1> +<h2 id="big-data">Big data</h2> +<p>Big data is an arms race for information and computing power. +The more information and computing power an entity has the more power it can leverage against you or over others. Privacy is generally discussed in terms of protecting yourself individually, but more and more it is becoming vital to protect your information to protect everyone. By reducing how much you feed into big data, you prevent that data from being weaponized against others. How is all this data collected anyways?</p> + +<h3 id="web--app-analytics">Web &amp; App analytics</h3> +<p>Online services are very interested in where you spend your time and attention. There are a multitude of different ways trackers infect your online experience.</p> +<video controls preload="metadata"> + <source src='https://libresolutions.network/media/video/tracking-links.mp4'> +</video> +<p>Browsers currently have much more fine-tuned control over what information you share with sites you visit. There are <a href="https://libresolutionsnetwork.substack.com/p/reclaiming-cyberspace-3">mechanisms to mitigate</a> this. <a href="https://www.independent.co.uk/tech/moviepass-track-eyes-phone-cameras-b2013273.html">With a smartphone app</a> however, there are much fewer ways to restrict surveillance, and they generally require more effort.</p> +<h3 id="fingerprinting">Fingerprinting</h3> +<p><a href="https://amiunique.org/fp">Browser Fingerprinting</a> is a set of techniques that analyze how your browser behaves. Many technical details about your browser (such as your monitor size, language, &amp; time zone) allow you to stand out from other users. When combined with other information, such as your IP, it can be very easily to track you as a unique user. This does not mean that you should continue to leak data. The best defense is getting more people to take their privacy and security seriously. An alternative would be to find ways to send out fake data and interactions to <a href="https://adnauseam.io/">add noise</a> to the dataset.</p> +<p><a href="https://gemini.circumlunar.space/">Gemini</a> is a new protocol intended to mitigate the amount of tracking sites can do. It is a growing ecosystem and there already is a great deal of great content there. Websites on Gemini are called <em>capsules</em>. You do need a gemini-compatible browser to view them.</p> +<h3 id="data-driven-services">“Data driven” services</h3> +<p>Cloud platforms and online services aim to be ‘<em>data driven</em>’ this means that details from every interaction are recorded so that they can ‘<em>improve their services</em>’. Unfortunately for their employees, clients, and partners, this data is very often collected and processed by a third party. Other times it is simply outright sold.</p> +<p>Many organizations use Microsoft, Google or other cloud providers to run their day-to-day affairs. This has tragic implications for the people who rely on those institutions. Your ‘private’ information could be collected by big tech firms without you ever directly using their services.</p> +<h3 id="dragnet-surveillance">Dragnet surveillance</h3> +<p>Simply not being a target is not enough to avoid problems. Instead of relying on tracking you as an individual, many techniques involve spying on everyone. By being able to analyze every interaction, everyone can manipulated all the time. With more and more sophisticated tools, this becomes a larger and larger threat. The state has the power to force people into using specific services. As a matter of principle the powers of the state and large corporations to collect information on people <a href="https://www.eff.org/deeplinks/2022/02/privacy-experts-federal-and-state-agencies-end-use-facial-verification-services">must be restricted</a>.</p> +<h3 id="biometrics">Biometrics</h3> +<p>Biometrics are special pieces of data that should be guarded the most. +Such as:</p> +<ul> +<li>Your DNA</li> +<li>Your face</li> +<li>Your eyes</li> +<li>Your fingerprints</li> +<li>Your <a href="https://twitter.com/wef/status/1427721919483326470#m">heartbeat</a></li> +<li>Your gait</li> +</ul> +<p>Essentially, anything that uniquely identifies you is not something you want your data to be able to be traced back to. The problem with biometrics is that unlike passwords or keys they can not be (easily) changed or revoked. It is much easier to change a password than get an entirely new face.</p> +<h3 id="limitations-of-de-identified-data">Limitations of “De-identified” data</h3> +<p>De-identifying data is the process of removing or changing information like names and addresses in the hope that the dataset won’t allow you to uniquely identify a person. This protection, isn&rsquo;t absolute. For example, location data is essentially impossible to ‘de-identify’. How many people visit your home during certain hours each day? Even if the system doesn’t list their names it’s probably not too hard to find out.</p> +<h3 id="data-brokerages">Data brokerages</h3> +<p>When your data is collected by different parties very often they will repackage and sell out the data. There are large data brokerages with massive datasets. +This means that intelligent systems (or a determined adversary) could potentially gather a near-complete picture of your life by correlating pieces from different datasets. This is a massive advantage that large firms will always have over smaller organizations.</p> +<h3 id="data-breaches">Data breaches</h3> +<p>It is not only your own personal security that matters, but also the security of all those who are keeping data about<a href="haveibeenpwned.com/"> you. HaveIbeenPwned</a> is a great tool to verify if your e-mail appears in any data breaches. The trouble is that any information that becomes accessible is impossible to truly erase. Those wishing to use data to control others likely do not care for ethical concerns about how it is sourced.</p> +<hr> +<h2 id="artificial-intelligence">Artificial intelligence</h2> +<p>AI is no longer a sci-fi concept, it is very real and very present in our lives. Artificial intelligence is fueled by big data. This creates a feedback loop that incentivizes further data collection. The more data that exists, the more data there is to abuse.</p> +<h2 id="how-does-it-work-signals--levers">How does it work? Signals &amp; Levers</h2> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/tott-2-signals.webp' +> + + + +</div> +<p>To oversimplify a bit, an AI algorithm is given many signals as ‘inputs’ and outputs one or many results. AIs are ‘trained’ by feeding them inputs and the desired outputs. It is essentially the AIs job to learn how to produce those outputs. By adjusting the values in its ‘<em>memory</em>’, it will learn how to give better results. Once an AI is trained with enough data it will be able to reliably produce accurate results for new data.</p> +<p>A great deal of these results are derived from a properly designed network and dataset. An AI fed with data that is incomplete or biased can produce useless or incorrect results. This is why it is a horrific idea to allow AI algorithms designed to track and control you to have control over your life. These AI algorithms can work together to create more sophisticated tools.</p> +<h3 id="hard-to-predict-correlations">Hard-to-predict correlations</h3> +<p>AI algorithms shouldn’t have direct control over systems that have the capability of harming people. By giving complex AIs levers to control the real world it can be almost <a href="https://www.wired.com/story/these-algorithms-look-x-rays-detect-your-race/">impossible to predict</a> what the potential impacts can be. The potential risks to human rights or even safety can’t be overstated.</p> +<p>This is because no matter how powerful our machines are, or how sophisticated our algorithms are we are not able to fully simulate the human experience in our human societies. There will be blind-spots and bad incentives. They are designed by humans after-all.</p> +<h2 id="these-tools-are-impressive">These tools are impressive</h2> +<p>This is not to say AI is useless or bad, it has many very useful and powerful applications. You can explore the possibilities with this amazing YouTube channel <a href="https://youtube.com/c/K%C3%A1rolyZsolnai/videos">Two Minute Papers</a>. The best way to use AI is to use it where there is no danger in a wrong answer. My favorite example is upscaling, generating <a href="https://youtu.be/watch?v=0X1RtXCvPFQ">higher resolution images</a> from lower resolution ones.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/skynet-workforce.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/skynet-workforce" ><h2>The Rise of a SkyNet Workforce</h2><i></i></a> + + <span></span> + </div> +</section> +<h2 id="not-all-sunshine-and-rainbows">Not all sunshine and rainbows.</h2> +<p>The sad news is that many of these systems are in control of our very lives. There is a race to give AI algorithms complete control of what we see, hear, and remember. It is important to keep in mind that these powerful tools are constantly working in the background in the interests of powerful institutions.</p> +<p>It is very possible that these AI algorithms feed into each other in unintuitive ways. As the technocracy expands out their digital control the impacts may become more clear.</p> +<h3 id="advertising">Advertising</h3> +<p>The study of the humans in cyberspace has been ongoing for quite some time. The game-changer is that artificial intelligence can find subtle ways to manipulate you that even its creators couldn’t imagine. Every time you interact with an ad online you are training algorithms to learn how to grab peoples’ time and attention.</p> +<h3 id="censorship">Censorship</h3> +<p>Giving AIs the power to moderate the Internet has disastrous potential. Human beings, for all their wisdom, have failed to ever use censorship for anything good. Artificial intelligence should never be a barrier to people’s ability to access information or express themselves.</p> +<h3 id="astroturfing">Astroturfing</h3> +<p>Bots are also faster at engaging online than human beings. It would be trivial to use currently available technology to swarm the Internet with bots that are able to out-produce any real human input to spread propaganda. Bots already outnumber humans on social media. The usual solution to this is to demand that human beings use their real identities online, but this immediately backfires by giving AIs a list of ‘real targets’ to hit.</p> +<p>AI is a game-changer for the technocracy. By <a href="https://thegrayzone.com/2021/10/08/nato-cognitive-warfare-brain/">herding people into systems</a> with defined goals, the systems can set incentive structures to make the herd act how the system wants. If you believe money is a powerful influence over individual people, watch when every aspect of their lives is made better or worse based off how they are judged by these systems.</p> +<h3 id="plausible-deniability">Plausible deniability</h3> +<p>An underestimated part of these AI algorithms is that with datasets on everyone they can still <a href="https://youtu.be/watch?v=eRAPKG7hbA8">target people individually.</a> While this specific case may be an isolated incident, the capability exists to manipulate individuals more subtly. This can impact those who may be more vulnerable, or less likely to speak out.</p> +<h3 id="perception-management">Perception management</h3> +<p>As top-down control drives more and more of what people see and experience this allows AIs to learn how to manipulate people’s behavior in incalculable ways. As we allow fewer systems to take total control over information, those who run those systems can actively brainwash the public for any purpose.</p> +<p>Perception management is a weapon primarily aimed at people’s subconscious minds. There is immense opportunity to leverage people’s very own biology against themselves. Fear, disgust and anger are some of the strongest emotions that can be used to influence people.</p> +<h3 id="digital-gulags">Digital Gulags</h3> +<p>‘Social credit scores’ don’t need to be binary. +Everything in your life can be put on a sliding scale. +If you behave ‘well’ the system can reward you with:</p> +<ul> +<li>A more pleasant social media feed</li> +<li>More favorable transaction costs and terms</li> +<li>Preferential resolutions in disputes</li> +<li>Access to more computing power</li> +<li>Access to more energy</li> +<li>Better quality food</li> +</ul> +<p>If the system decides you’re not doing what it wants it can <a href="https://twitter.com/cyprianous/status/1493414970976980992">punish you</a> with:</p> +<ul> +<li>More negative news</li> +<li>Less representation in disputes</li> +<li>Less computing power</li> +<li>Energy rationing</li> +<li>Lower quality food</li> +</ul> +<p>Once allowed, this system wouldn’t simply turn people into slaves, it would hijack evolution to transform what once were human beings into different creatures all-together. Sounds a lot like <a href="https://slate.com/technology/2014/07/rokos-basilisk-the-most-terrifying-thought-experiment-of-all-time.html">Roko’s Basilisk</a>….</p> +<hr> +<h2 id="solutions">Solutions</h2> +<h3 id="take-privacy-and-security-seriously">Take privacy and security seriously</h3> +<p>Consider switching away from tools and technology that track you as part of their business model. It is worth your time to find hardware, operating systems, and programs that aren’t proactively reporting on your behavior. This doesn’t have to be all-at-once but can be done gradually. Every bit helps and there is a gradient of success. Another option is simply to modify your lifestyle to find ways to rely less on digital systems.</p> +<h3 id="limit-your-interaction-with-data-driven-services">Limit your interaction with data-driven services</h3> +<p>This doesn’t mean you have to immediately close your bank account or quit your job. Using your influence as a customer or employee can help shift institutions in a better direction. Be aware of how these systems work and how you can mitigate their effects on your life. +In any instance where you can replace a service or tool that is tracking you with one that isn’t you’re making great progress. <a href="https://backgroundchecks.org/justdeleteme/">Consider having your data deleted from unused sites</a>. Try shopping in store, rather than from an online store-front.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/fediverse.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/call-to-action-join-the-fediverse" ><h2>Call to action: Join the Fediverse</h2><i>A simple, but very effective way to tip the scales in favor of free speech.</i></a> + + <span></span> + </div> +</section> +<p>Switching away from <a href="https://libresolutions.network/articles/1-emancipate-yourself-from-mental-slavery">Algorithmically manipulated social media</a> towards better alternatives such as <a href="https://fediverse.party/">pleroma &amp; mastodon</a> can help a great deal. Gab also doesn’t manipulate what appears in your feed. Ensure that you’re bookmarking important sites. RSS feeds are also critical in getting information without censorship or moderation.</p> +<h3 id="support-open-data">Support open data</h3> +<p>AI can be used for good! Open source tools and open datasets level the playing-field a great deal. An interesting project in this space is <a href="https://commonvoice.mozilla.org/en">Mozilla Common Voice</a>. It is difficult for this kind of work to compete with corporate or state-level initiatives, but it would be much harder to hide private data in a public dataset.</p> +<p>Consider getting involved locally, if there are local groups interested in privacy rights as well as security you can work to influence local governments and institutions to better protect people’s privacy.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/construction-banner.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-3/" ><h2>Tools of the Technocracy: #3 Robots, IoT, Automation, Oh my!</h2><i>Transforming the world in ways seen and unseen</i></a> + + <span></span> + </div> +</section> +💌 Thank you for reading this via RSS 📡 + + + + Tools of the Technocracy: #1 Digital Currency + https://libresolutions.network/articles/tools-of-the-technocracy-1/ + Tue, 01 Feb 2022 00:00:00 +0000 + + https://libresolutions.network/articles/tools-of-the-technocracy-1/ + + + + + + https://libresolutions.network//media/tott-1.webp + + + How the digital financial complex works against you...and what you can do about it. + <h1 id="tools-of-the-technocracy--1-digital-currency"><a href="https://libresolutions.network/tags/tools-of-the-technocracy-series">Tools of the Technocracy</a>: #1 Digital Currency</h1> +<p>Digital currency is what makes online commerce work so well. The trouble is that as the Internet has invaded our lives, it has given the digital financial complex more and more power. This is the foundation of a “social credit system” that aims to <a href="https://www.zerohedge.com/political/cbdc-how-covid-became-path-global-financial-surveillance">control every aspect</a> of your life. Having the “right” social attitudes or behavior will not be enough to endure this. The game is total control and the prize is all your time and assets.</p> + +<h2 id="data-collection">Data collection</h2> +<p>The first thing to be surrendered to these digital financial tools was privacy. Having access to transaction data tells those collecting the information a great deal about you. It is trivial to glean travel patterns, interests, and all sorts of details about your life if they can catalogue your transactions. It is near impossible to keep your financial information private when operating through these services.</p> +<h2 id="censorship">Censorship</h2> +<p>People assume that financial institutions will only intervene in the most egregious of circumstances. Under the guise of stopping terrorism, hate and criminal activity the financial sector has acquired the power to be the arbiter of online commerce. Large institutions are only getting started abusing this power to micro-manage more and more economic activity.</p> +<p>This censorship, even when used for so-called “benign” purposes, distorts market incentives. At minimum, there will be <a href="https://reclaimthenet.org/ko-fi-unpublishes-page-of-uk-womens-rights-group/">chilling effects</a> and perverse incentives created by these interventions. As these measures accelerate, trust becomes a fading memory.</p> +<h2 id="financial-repression">Financial repression</h2> +<p>Do you have control of your money? If not, is it really “your money”? In many cases, digital currency can be frozen, blacklisted or <a href="https://www.globalresearch.ca/rule-power/5796021">even seized from you</a>. In these situations you often have little-or-no recourse. The cryptocurrency space has a term “Not your keys…Not your Bitcoin”. This is doubly true for fiat-based platforms. Digital currencies linked to fiat (state) currencies also have the unfortunate side-effect of being silently seized through rising amounts of inflation.</p> +<hr> +<h2 id="the-villains">The Villains</h2> +<h3 id="creditdebit-cards">Credit/Debit Cards</h3> +<p>The earliest stage financial tracking. Almost everyone is guilty of using these. They are certainly preferable to the alternatives listed below, but in all instances it is better for you to use debit cards instead of credit cards where possible.</p> +<h3 id="cryptocurrency">Cryptocurrency</h3> +<p>Not all cryptocurrencies are the same. Some are more decentralized than others. Important questions to ask are:</p> +<ul> +<li>Can you run your own client/wallet? (a “full node”)</li> +<li>Who are the developers?</li> +<li>How is the protocol developed?</li> +<li>Does it have a proven history?</li> +<li>Does it shield you from inflation?</li> +</ul> +<p>Unlike debit/credit cards where financial transactions are tracked by a private entity, financial analysis is open to anyone who has access to the blockchain (usually everyone). Some argue this is more “fair” and that it would be better if we transitioned our entire financial system to a public ledger.</p> +<p>This wouldn’t achieve the desired effects. Those with power and wealth would still have the means to conceal their activities. On top of this, they would still have the ability to have asymmetric power over individuals by developing better tools to track and analyze their financial activities.</p> +<p>The notable exception being Monero. While it’s privacy may be currently intact, there is no guarantee that it never will be broken. By nature of being stored on a public blockchain, once that protection is broken it is lost forever.</p> +<h3 id="custodial-services-paypalvenmostripeect">Custodial services (Paypal/Venmo/Stripe/ect)</h3> +<p>These services often aim to make it easier for people, businesses and institutions to accept payments. They often come at a high cost. If financial tracking wasn’t bad enough, they also have the power to control your customers money. They can unilaterally decide to cut you off often leaving you in a very difficult financial situation.</p> +<p>In late 2022, Paypal instituted a <a href="https://www.dailywire.com/news/new-paypal-policy-lets-company-pull-2500-from-users-accounts-if-they-promote-misinformation">policy</a> granting them the power to fine users for so-called misinformation. After a massive wave of account cancellations, Paypal announced that the policy was included in error. At best, this policy was a &ldquo;trial baloon&rdquo; to get a pulse of how much tolerance the public has for financial censorship.</p> +<h3 id="centralized-cryptocurrency-exchanges-and-services">Centralized Cryptocurrency exchanges and services</h3> +<p>Speaking of: “Not your keys, not your Bitcoin”, keeping cryptocurrency assets on exchanges or services exposes you to counter-party risk. You shouldn’t rely on a specific service to hold all your cryptocurrency/assets. Many of these institutions may not have a strong history to justify any level of trust.</p> +<p>Exchanges have been caught <a href="https://www.coindesk.com/markets/2019/07/19/crypto-exchange-bitmex-under-investigation-by-cftc-bloomberg/">trading against their customers</a>, <a href="https://www.coindesk.com/business/2022/06/29/coinbase-is-reportedly-selling-geo-location-data-to-ice/">selling information to the state</a>, and being outright <a href="https://www.lewrockwell.com/2022/11/charles-hugh-smith/ftx-the-dominoes-of-financial-fraud-have-yet-to-fall/">ponzi schemes</a>. An underestimated concern is that many cryptocurrency exchanges operate as the “on-ramp” from the fiat currency system. By converting fiat currency into cryptocurrency you can be transferring value from a system that has little privacy into one with no privacy.</p> +<hr> +<h2 id="where-is-all-this-headed">Where is all this headed?</h2> +<h3 id="blockchain-prisons">Blockchain Prisons</h3> +<p>A misconception people often have about cryptocurrency and blockchain projects is that they are, by their nature, decentralized. This is not an essential feature of blockchains nor cryptocurrencies.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/road2hell.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/blockchain/" ><h2>The road to hell: misplaced optimism in the blockchain space</h2><i></i></a> + + <span></span> + </div> +</section> +<p>What blockchain technology gives the technocracy is interoperability. A private distributed ledger could be used to give interoperability to CBDCs. On November 15th 2022, the New York Fed launched a <a href="https://www.reuters.com/markets/currencies/banking-giants-new-york-fed-start-12-week-digital-dollar-pilot-2022-11-15/">12 week digital dollar pilot</a>.</p> +<h3 id="smart-contracts">Smart Contracts</h3> +<p>A smart contract is an incentive system built on top of a blockchain ledger. None of the currently existing smart contract platforms are private. This means that all the data in a given smart contract is public. They could potentially encrypt data with a wallet’s private-key but that does make it difficult to share that data with others.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/programmable-currency" ><h2>Programmable currency</h2><i>What is it good for?</i></a> + + <span></span> + </div> +</section> +<p>Smart contracts build systems that can create ways for humans and non-human systems to be rewarded by specific activities. For instance, Helium is attempting to incentivize people to provide data connectivity to systems built to track-and-trace activity in the real world. This is a powerful way to re-engineer society.</p> +<h3 id="nfts">NFTs</h3> +<p>A Non-Fungible-Token is a blockchain asset that can be assigned to a specific entity. Notably, for now, people are selling “digital ownership” of pieces of art. It is not difficult to imagine a scenario where all property ‘rights’ are regulated by a system that temporarily assigns NFTs to those who are “authorized” to access that particular item or property.</p> +<p>NFTs have even more potential. These systems can be much more flexible and opaque in very unintuitive ways. Everything is determined by the smart contract. It would be trivial to create individualized rules to limit who gets to use their ‘rights’ to the fullest…if at all.</p> +<h3 id="web3">Web3</h3> +<p>Web3 is the encroachment of the cryptocurrency space into the entire internet. By building experiences on top of smart contracts, which have no privacy, every activity online can feed into algorithms that are used to tailor the totality of the online experience to each individual.</p> +<p>In many ways Web3 allows for much of Silicon Valley to be automated away with blockchain systems. While this may sound like a good thing, you are merely changing one bad system for another. Without a truly decentralized, private and secure blockchain Web3 will only work to the detriment of it’s users.</p> +<h3 id="internet-of-things">Internet of Things</h3> +<p>By connecting more and more ‘things’ to the Internet it exposes them to being dominated by the systems discussed here. A ‘thing’ doesn’t need to be a trivial device such as a “smart speaker” or a fridge. It would very well be the car you drive or the <a href="https://archive.is/GsMPm">door you enter to get to your office.</a></p> +<h2 id="permission-economy">Permission Economy</h2> +<p>Do you think everything outlined above sounds awful and dystopian? The following will take it into overdrive:</p> +<h3 id="cbdcs">CBDCs</h3> +<p>Central bank digital currencies are the final form of repressive fiat currencies. Instead of your central bank simply devaluing your labour and wages for fiscal stimulus, they can now control the demand side of the equation by limiting what you are allowed to buy (or sell) and when. The system has no desire to use prices as a mechanism to allocate resources because of the belief that the technology now exists to <a href="https://alilybit.substack.com/p/cbdcs-why-governments-cheer-and-humanity">run everything.</a></p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-10" ><h2>Tools of the Technocracy: #10 Central Bank Digital Currencies</h2><i>Late-stage financial repression</i></a> + + <span></span> + </div> +</section> +<h3 id="tokenized-life">Tokenized life</h3> +<p>NFTs could be used to determine permissions in the ‘internet of things’. In that case, it will become near impossible to act outside the wishes of the system. Eventually the system will want to have every gram, ounce, or milliliter of resources accounted for. In the name of ‘efficiency’, they will attempt to track and control every atom on the planet.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-7.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-7/" ><h2>Tools of the Technocracy: #7 Smart Cities</h2><i>Smart cities are marketed as if they are for the convenience of its residents, but this couldn’t be further from the truth.</i></a> + + <span></span> + </div> +</section> +<h3 id="virtual-reality">Virtual Reality</h3> +<p>Once people are denied all mobility rights and determination it becomes a lot easier to sell virtual experiences for data and profit.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-6.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-6/" ><h2>Tools of the Technocracy: #6 Virtual Reality</h2><i>Seeing is believing, and the capability to leverage your own senses against you only gets more extreme over time.</i></a> + + <span></span> + </div> +</section> +<p>This is the endgame of control. After seizing all the resources and property, they will also control the people by having direct control of their perception. When the physical world becomes much to harsh to bear those who remain will be psychologically herded into a virtual farm that’s entire purpose is to keep them ‘out of the way’.</p> +<hr> +<h2 id="solutions">Solutions</h2> +<div class="image-container"> + +<a href='https://home.solari.com/cash-friday/'> + +<img loading="lazy" +src='https://libresolutions.network/media/tott-1-cash.webp' + + alt='#CashEveryday' +> + +</a> + + + +</div> +<p><a href="https://home.solari.com/cash-friday/">#CashEveryday</a> is an initiative to keep cash alive, by using cash transactions wherever possible. While fiat currency has its problems, cash is an anonymous and untraceable way to transfer value. You really should be using cash in every possible transaction. This reduces the amount of control third-parties have over transactions, and promotes keeping things local. Regardless of what new innovations take place, there should always be a private, physical component to the financial system.</p> +<h2 id="volunteer--buy-nothing">Volunteer / “Buy nothing”</h2> +<p>There are two other highly underestimated commodities that are drained by the technocracy: your time and attention. By giving your time to support people and causes in your community, you can often have a huge impact with very little financial input. Your contributions won’t be able to as easily be frozen or tracked by third parties.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/lsn-banner.webp)" > + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/high-places" ><h2>Redefining &#34;high places&#34;</h2><i>Lets re-balance power from the bottom-up</i></a> + + <span></span> + </div> +</section> +<p>Often you may be able to find local “Buy nothing” groups on social media. Donating items you don’t need anymore can help restore locked wealth in your community and help those who may need those items. You may find something useful yourself!</p> +<h2 id="understand-that-wealth-is-more-than-just-currency">Understand that wealth is more than just currency</h2> +<p>I highly recommend you watch though the Peak Prosperity <a href="https://www.peakprosperity.com/crashcourse/">Crash Course</a>. Updated in 2018, it has aged frighteningly well. While the main take away is the role of energy in our society there are many other vital insights. The most valuable tip in leaving the rat race is to realize that there are many things much more vital to your well-being than currency.</p> +<h3 id="work-to-break-away-from-the-all-digital-financial-system">Work to break away from the all-digital financial system</h3> +<p>There is a fantastic series by Children’s Health Defense called <a href="https://live.childrenshealthdefense.org/shows/financial-rebellion">Financial Rebellion</a> which is a treasure-trove of great advice in this series.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/big-data.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-2/" ><h2>Tools of the Technocracy: #2 Big Data &amp; Artificial Intelligence</h2><i>What is all this data for anyways?</i></a> + + <span></span> + </div> +</section> +💌 Thank you for reading this via RSS 📡 + + + + Tools of the Technocracy + https://libresolutions.network/articles/tools-of-the-technocracy/ + Sat, 08 Jan 2022 00:00:00 +0000 + + https://libresolutions.network/articles/tools-of-the-technocracy/ + + + + + + https://libresolutions.network//media/tools-of-the-technocracy.webp + + + Why the very fate of humanity will be decided in this next decade. + <h2 id="our-darkest-hour">Our Darkest Hour</h2> +<blockquote> +<p><em>We are currently in a time like none other in all of human history.</em></p></blockquote> +<p>In the past, tyrants and dictators have had a hard limit on how far they could push people. From either logistical difficulties, fear of resistance, or liberation from other nations; these hard limits have been getting softer and softer as technology advances. Recent history has shown an ever-increasing centralization of power into a smaller and smaller set of control structures.</p> +<p>We as everyday people have been complicit in building and maintaining these control structures. Almost every technology has allowed people to trade privacy, security or freedom for convenience. Technology isn’t inherently bad, but allowing this power to go unchecked absolutely is.</p> + +<p>The sum total of what the world is constructing is nothing short of a planet-wide <a href="https://odysee.com/@PlanetLockdown:6/Catherine-Austin-Fitts:cc">enslavement grid</a> that has never been possible before. The individual parts create feedback loops that make it very difficult for people to extrapolate the long term impacts.</p> +<p>The tyrants of the world are winning a massive arms race against the rest of humanity. We must not merely avoid these systems, rather every one of us is responsible for preventing them from being weaponized against the people.</p> +<h1 id="our-last-chance">Our last chance</h1> +<p>This time is so critical because the powers that ought not to be are in a desperate rush to finalize this system. The internet and the ability for people all over the world to coordinate and learn from each other has greatly tipped the balance of power into humanity’s favor. It is paramount that we put all other differences aside to focus on protecting the future for all people.</p> +<p>This means that until the technocrats are discredited and prosecuted the following doesn’t matter at all:</p> +<ul> +<li>Political affiliation</li> +<li>Religious affiliation</li> +<li>Education</li> +<li>Cultural background or race</li> +<li>Physical characteristics such as sex or disability</li> +<li>Wealth (or lack thereof)</li> +<li>Anything else you can think of…</li> +</ul> +<p>The truth is the only useful indicator you have for who can be trusted is if they are <strong>proactively focused on enhancing human liberty and fighting against human enslavement.</strong></p> +<p>You are going to find people in this fight that have different beliefs than you, often staggeringly so. It is paramount that you put these feelings aside for the good of all. You and everyone else will be better for it. Those who can reach across to those with fundamental differences to oppose tyranny are going to be the most important people in the world.</p> +<h1 id="a-future-worth-fighting-for">A future worth fighting for</h1> +<p>Overthrowing this evil will open up a fractal of possibilities for people to improve the world around them. There have been incalculable harms done by the waste of building these systems that could have been used for much better things.</p> +<p>Ending information control will allow people to work to provide genuine solutions to many of the worlds problems. Stopping the censorship of cures will eliminate much avoidable suffering. Resources spent oppressing people will be freed up to solve real problems. We will still have challenges, and there will still be political squabbles, but we have a very real opportunity to right many grave wrongs. I am not promising anyone a utopia, merely a world immensely more just than our current one.</p> +<h1 id="the-tools">The tools</h1> +<p>This series will help you better understand what technologies are being weaponized against people. Simply avoiding them or remaining ignorant isn’t quite enough to avoid their effects. Much of the public is in the dark about these things, it is vital that we are all able to explain what is wrong with these mechanisms of control.</p> + +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-1.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-1/" ><h2>Tools of the Technocracy #1: Digital Currency</h2><i>How the digital financial complex works against you...and what you can do about it.</i></a> + + <span></span> + </div> +</section> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/big-data.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-2/" ><h2>Tools of the Technocracy: #2 Big Data &amp; Artificial Intelligence</h2><i>What is all this data for anyways?</i></a> + + <span></span> + </div> +</section> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/construction-banner.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-3/" ><h2>Tools of the Technocracy: #3 Robots, IoT, Automation, Oh my!</h2><i>Transforming the world in ways seen and unseen</i></a> + + <span></span> + </div> +</section> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-4.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-4/" ><h2>Tools of the Technocracy: #4 Online Identity</h2><i>What is following you in your digital tracks?</i></a> + + <span></span> + </div> +</section> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-5.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-5/" ><h2>Tools of the Technocracy: #5 Networks</h2><i>Much of the digital infrastructure in place today is built to structurally enable tyranny.</i></a> + + <span></span> + </div> +</section> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-6.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-6/" ><h2>Tools of the Technocracy: #6 Virtual Reality</h2><i>Seeing is believing, and the capability to leverage your own senses against you only gets more extreme over time.</i></a> + + <span></span> + </div> +</section> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-7.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-7/" ><h2>Tools of the Technocracy: #7 Smart Cities</h2><i>Smart cities are marketed as if they are for the convenience of its residents, but this couldn’t be further from the truth.</i></a> + + <span></span> + </div> +</section> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-8.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-8" ><h2>Tools of the Technocracy: #8 Transhumanism</h2><i>How close are the technocrats to modifying you? Too close.</i></a> + + <span></span> + </div> +</section> +<section class="listing" style="background-image:url(https://libresolutions.network//media/tott-9-preview.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-9" ><h2>Tools of the Technocracy: #9 Internet Shutdowns</h2><i>Information control is the root of modern tyranny.</i></a> + + <span></span> + </div> +</section> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/cbdc-chains.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-10" ><h2>Tools of the Technocracy: #10 Central Bank Digital Currencies</h2><i>Late-stage financial repression</i></a> + + <span></span> + </div> +</section> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/chains.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-11" ><h2>Tools of the Technocracy: #11 Social Credit</h2><i>What&#39;s new is old.</i></a> + + <span></span> + </div> +</section> +<p><section class="listing" style="background-image:url(https://libresolutions.network//media/images/network-state-banner.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-12/" ><h2>Tools of the Technocracy: #12 Network States</h2><i>The formalization of world-wide tyranny</i></a> + + <span></span> + </div> +</section> +</p> +💌 Thank you for reading this via RSS 📡 + + + + The most valuable asset for the coming decade + https://libresolutions.network/articles/5-most-valuable-asset/ + Tue, 04 Jan 2022 00:00:00 +0000 + + https://libresolutions.network/articles/5-most-valuable-asset/ + + https://libresolutions.network//media/5-disintermediation.webp + + + Not cryptocurrency, but this Intangible will change your life in miraculous ways. + <h1 id="trust">Trust</h1> +<p>Over the last decade individuals and institutions have shifted from covertly selling out their trust to overtly abusing that trust. <a href="https://youtu.be/watch?v=k8Et942iDSc">Trust is essential to have in a civilization.</a> So much of our society is built on assumed trust, or worse trust only maintained by illusion. By abusing the trust of their clients, partners, and the general public they are supplanting their own existence and in turn tainting those who rely on them.</p> +<p>What makes trust most valuable is that there are limitless masses of those who will lie, cheat, and steal to get ahead. There is no competitive advantage to joining them. Can you trust a person who is beholden to a corporation that is working against your interests? Can you trust a company that relies on the exploitation of the most vulnerable? The faster we seek better alternatives the better we can <a href="https://home.solari.com/the-popsicle-index/">make the world</a>.</p> +<p>This fractal of opportunity means that if we can be trustworthy, we can work to create better alternatives. But how? The first step is disintermediation.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/5-disintermediation.webp' +> + + + +</div> +<h2 id="news">News</h2> +<p>Information control is one of the most powerful weapons used against the public. Ideally you would have a curated subset of sources of information that you trust but also a wide net of opinions and disciplines to avoid blind-spots. This year, ensure that you have explored the new media that is being birthed in this time and find ways to avoid being too influenced by a single person or organization.</p> +<h2 id="social-media">Social media</h2> +<p>Social media is the main tool for information control. By dominating the terms of interaction between human beings social media can work to undermine culture itself. To foster a liberty-minded culture I recommend you look into federated social media such as Mastodon and Pleroma. +<a href="https://fedi.libresolutions.network/@lsn">We on our own instance</a></p> +<h2 id="e-mail">E-mail</h2> +<p>E-mail was once a very reliable way of ensuring people got your message but even now they are updating spam filters to censor information. Big tech e-mail providers will proactively scan your e-mail contents. If you or your loved ones are still stuck with Google/Outlook for e-mail I would highly recommend they switch providers.</p> +<h2 id="messaging-apps">Messaging Apps</h2> +<p>Facebook Messenger / WhatsApp / Google Hangouts / Duo / ..ect shouldn’t be the means in which you’re willing to communicate with others. There are many alternatives but one of the more interesting options is <a href="https://delta.chat/en/">Delta Chat</a>. Signal is also great because it seamlessly works with SMS. Personally I host my own matrix instance to run element.</p> +<h2 id="payment-processors">Payment processors</h2> +<p>PayPal and Visa/Mastercard are already abusing their contracts to enact censorship by restricting access or levying fees. It is paramount that we all work to reduce our dependency on credit card systems as much as possible. +Cryptocurrency is an option, but for local uses it would be far better to use physical money or cash. +If you’re in the US you may find <a href="https://www.gabpay.com/">GabPay</a> useful.</p> +<h2 id="operating-systems">Operating Systems</h2> +<p>Windows, ChromeOS &amp; MacOS all have too much control over your digital life. It would help a great deal if more and more people switched to Linux where there is much less data collection on users. There is a fair learning curve, and not all software is equally available so it is important to recognize where you are and how easy it is for you to switch.</p> +<p>For someone who hasn’t tried linux at all I would personally recommend taking a look at <a href="https://pureos.net/">PureOS</a> though Ubuntu is also a very popular choice. For smartphones I would recommend using <a href="https://grapheneos.org/">GrapheneOS</a> or <a href="https://lineageos.org/">LineageOS</a> instead of Android.</p> +<h2 id="open-hardware">Open Hardware</h2> +<p>I am a big fan of the <a href="https://pine64.com/">Pine64</a> project. I look forward to when the Pinephone is ready for mass adoption. Open hardware is going to be an important space in the future so keep an eye open for it!</p> +<p>Big picture</p> +<p>There are so many ways we can work to fix the future and it can be difficult to keep them all in mind. As a guide I like to occasionally revisit <a href="https://home.solari.com/coming-clean/">Coming Clean</a> from Solari. That advice is a lighthouse in turbulent and uncertain times.</p> +<p>Work to find other trustworthy individuals and organizations to collaborate. Show others that you can be relied upon. We can make the world a much better place, with consistent focus and effort there is no limit to what we can achieve together.</p> +💌 Thank you for reading this via RSS 📡 + + + + Account security best practices + https://libresolutions.network/articles/4-account-security-best-practices/ + Sun, 19 Dec 2021 00:00:00 +0000 + + https://libresolutions.network/articles/4-account-security-best-practices/ + + https://libresolutions.network//media/4-data-breach.webp + + + How to make sure every service you use is as secure and as private as possible. + <h2 id="the-best-way-to-protect-data-is-not-to-record-it">The best way to protect data is not to record it</h2> +<p>Almost everyone has at least a dozen accounts and it can be quite a disaster if your password gets published in yet another data breach. Passwords aren’t the only information worth stealing and the best way to protect important information is never to collect it. In general, it’s best to avoid making an account with a service if you don’t need to. Sadly many services force you into making an account by gating content, which is a <a href="https://www.darkpatterns.org/types-of-dark-pattern">dark pattern.</a></p> +<p>This also applies to payment information. Not only should you only input payment information when you need to, but you should also consider what kind of payment methods you use. Cryptocurrency is perfectly transparent to everyone, and your credit cards are perfectly transparent to whoever your card provider shares their data with. In many cases its worth asking yourself “does this service really need my information to do what I need it to do?”</p> +<h2 id="using-a-password-manager">Using a password manager</h2> +<p>There are many password managers usually with trade-offs between trust and convenience. The most secure option would be to run an offline password manager and manually sync between devices, but there are other options that provide a cloud-based solution for convenience.</p> +<p>Consider:</p> +<ul> +<li><a href="https://keepassxc.org/">KeePassXC</a></li> +<li>If you use Nextcloud you can also use it to sync passwords</li> +</ul> +<h2 id="benefits-of-using-a-password-manager">Benefits of using a password manager</h2> +<ol> +<li> +<p>Strong passwords</p> +<p>The most obvious advantage of a password manager is the ability to store and keep difficult to remember passwords. This is critical to having a strong unique password for each account.</p> +</li> +<li> +<p>Unique details</p> +<p>Passwords aren’t the only thing that is best to have unique. You can also easily keep track of different usernames and e-mails for each service. Not only that but you can avoid disclosing your e-mail address with a temporary e-mail through a free service like TempMail.</p> +</li> +<li> +<p>Account fungibility</p> +<p>With a password manager it is now much easier to manage multiple accounts. Sometimes it’s nice to start fresh, other times services like reddit will want you to have a properly aged account to comment or access certain features. Keeping track of accounts makes sure you don’t forget any.</p> +</li> +</ol> +<hr> +<h2 id="multi-factor-authentication">Multi-factor authentication</h2> +<p>Multi-factor authentication is an essential tool in keeping accounts secure. This allows you to be protected even if someone gets access to your password. There are many ways to use multi-factor authentication but it us usually up to the service to support it. It is best to enable whatever method is available and works for you.</p> +<h2 id="smse-mail-codes">SMS/e-mail codes</h2> +<p>This is the bare-minimum for a service trying to offer two-factor authentication. If you’re not using unique passwords, e-mail authentication won’t provide you any additional benefit. Also using a throw-away e-mail that you don’t have access to excludes you from using e-mail based authentication.</p> +<p>SMS authentication has often been broken by dedicated attackers social engineering the service provider. This is largely only done for high value targets. Another drawback to SMS multi-factor authentication is that you have to divulge your mobile number to the service.</p> +<p>With these shortcomings in mind, SMS/e-mail confirmation is still another layer of protection that can still be helpful.</p> +<h2 id="totp-codes--google-authenticator">TOTP codes / “Google Authenticator”</h2> +<p>Timed one-time-pad codes are a fantastic tool. Essentially you are given a special ‘key’ by scanning a QR code which will generate random numbers to act as your “second password” and it works quite well for this.</p> +<p>There is often a “recovery code” that must not be disclosed as this will allow someone to generate your time codes. TOTP codes are great because it would be very hard for an attacker to have access to your password as well as a personal device to enter the code.</p> +<ul> +<li>If you’re on android <a href="https://f-droid.org/en/packages/com.beemdevelopment.aegis/">Aegis Authenticator</a> is available on <a href="https://f-droid.org">F-Droid</a></li> +<li>On iOS you can use <a href="https://apps.apple.com/ca/app/google-authenticator/id388497605">Google Authenticator</a></li> +</ul> +<hr> +<h2 id="avoiding-data-leaks">Avoiding data leaks</h2> +<p>You can generally assume that all your information for every service is being collected and sold for purposes outside your control. Services get hacked and data breaches happen. The less exposed you are to any particular service being compromised the better.</p> +<section class="listing" style="background-image:url(https://libresolutions.network//media/images/big-data.webp)"> + + + <div class="listing-text"> + <a href="https://libresolutions.network/articles/tools-of-the-technocracy-2/" ><h2>Tools of the Technocracy: #2 Big Data &amp; Artificial Intelligence</h2><i>What is all this data for anyways?</i></a> + + <span></span> + </div> +</section> +<h2 id="integrations-are-evil">Integrations are evil</h2> +<p>“Sign in with…” sounds very convenient but it undermines the uniqueness of each account. The more big tech can identify patterns between your accounts they can very often glean unintuitive insights from fairly innocuous data.</p> +<p>Avoid signing in with big tech platforms and only authorize apps to connect to your accounts in very limited circumstances. Remove any unused integrations once you’re done with them.</p> +<h2 id="disable-e-mail-alerts">Disable e-mail alerts</h2> +<p>There aren’t many conditions that allow you to guarantee that your e-mails aren’t being read by someone, or something else. When a service sends you an e-mail alert about something, (like an online purchase for example) this gives your e-mail provider and anyone they share data with access to a key window into your life. +Salt your data</p> +<p>Many sites and services will ask for data that serves no purpose and can’t be verified. You are under no obligation to provide them a correct, useful dataset to be used against you.</p> +<p><a href="https://www.corbettreport.com/salting-your-data-solutionswatch/">“Salting your data”</a> is to simply input incorrect or unintelligible data such as incorrect birth dates or fake names to undermine these data-collection efforts.</p> +💌 Thank you for reading this via RSS 📡 + + + + Breaking Free + https://libresolutions.network/articles/3-breaking-free/ + Sat, 11 Dec 2021 00:00:00 +0000 + + https://libresolutions.network/articles/3-breaking-free/ + + https://libresolutions.network//media/3-breaking-free.webp + + + Better privacy, security and freedom are achievable + <p>How do you find the perfect app? +What can we do when all the major services have been designed to track, manipulate and control us? +Should we just turn everything off and run to the woods?</p> +<h2 id="prepare-your-mind">Prepare your mind</h2> +<p>The systems built to manipulate and control us weren’t built in a day. It requires all of us to focus intently on building a human-centric instead of data driven digital experience.</p> +<p>Remind yourself that will make a huge difference over the long run:</p> +<ul> +<li>Accept that your privacy, security, and freedom require your active participation.</li> +<li>There will be many situations where mitigation is the best-case-scenario.</li> +<li>Consider the difference between technology improving or imposing on your life.</li> +<li>Not all tools are equivalent different options have incredibly diverse trade-offs.</li> +</ul> +<p>Even the simplest habits can build up into massive improvements. Like many other things this is a marathon and not a sprint. Your choices matter a great deal because they change the incentives for systems and institutions. Managing expectations is critical in avoiding frustration.</p> +<h2 id="team-up">Team up</h2> +<p>One of the most effective ways to improve is to try new things. Everyone knows adopting a new messaging application is very difficult when nobody you know uses it. Getting others to join you helps everyone involved.</p> +<p>The most powerful way to help others adopt better solutions is to spend the time and effort to set them up. Very often little maintenance or support is needed once someone is ready to go.</p> +<p>As a team you can collaborate on supporting each other. Not everyone has the same familiarity and ability to adopt different solutions. Once your team gets familiar with one option it also gets easier to adopt others as well.</p> +<p>An underestimated advantage of teaming up is that you can now pool resources to solving problems. If teams of people using free and open source software that respects their privacy the burden of donating to support development could be shared much easier. Many developers for very important projects would benefit from donations by the people instead of larger corporations.</p> +<h2 id="accept-reasonable-compromise">Accept <em>reasonable</em> compromise</h2> +<p>Perfection is often unattainable. For example properly securing e-mail communication between multiple parties requires a great deal of effort that could be much better used by keeping mission-critical messages on more secure infrastructure. Odds are you will still need to be able to receive e-mails all the same.</p> +<p>Compromise is essential when working with many people. Your favorite (and possibly even most secure) option may not be easy right away for others to start working with. Ideally the first thing you compromise is urgency, a plan to move forward is much better than betting everything on immediate success.</p> +<p>Consider that a hot new app may make claims that have yet to be proven. Rushing people into adopting novel technology can very often backfire.</p> +<h2 id="embrace-the-analog">Embrace the analog</h2> +<p>The fastest and most secure way to send someone a file is to hand-deliver them physical media with the data written to it. Every time you send files through networks the only guarantee you have is that they likely won’t be decrypted right away. Over the long run this guarantee becomes more of a hope.</p> +<p>Sending large amounts of data over the mail is easier and easier as storage gets better and better. For greater protection you could send a relative an encrypted disk/drive and then simply message them with the password.</p> +<p>I hope to generally avoid throwing the baby out with the bathwater…but “smart home” devices are almost always a trap. I personally would only rely on a “smart enabled” lock or appliance without any connection to the Internet and running software I understand.</p> +<h2 id="thank-you">Thank you</h2> +<p>Thanks for reading this post. +This is the last in my starting series discussing the big picture as I see it. +I also want to thank my first paid subscriber! +Moving forward upcoming articles will be about small scale improvements and how to bring them to your life. Premium articles will be similar to these big picture musings.</p> +💌 Thank you for reading this via RSS 📡 + + + + You have a right to remain silent, but your data doesn't! + https://libresolutions.network/articles/2-you-have-a-right-to-remain-silent/ + Fri, 03 Dec 2021 00:00:00 +0000 + + https://libresolutions.network/articles/2-you-have-a-right-to-remain-silent/ + + https://libresolutions.network//media/images/big-data2.webp + + + Demystifying the all-seeing eye + <h2 id="where-is-the-data">Where is the data?</h2> +<p>Data-driven services are ubiquitous. They all feed into machine learning algorithms who’s purpose is to decode the human psyche.</p> +<ul> +<li>E-mail providers scan your e-mails to learn about your interests &amp; online purchases</li> +<li>Entertainment services gather all kinds of information about what catches your attention and stimulates specific emotions</li> +<li>Every time you spend money financial institutions and retailers are analyzing your explicit and implicit voting with your wallet.</li> +<li>Social media and other communication services can adequately measure your individual impact as well as gauge messaging.</li> +<li>Advertising platforms catalogue and collect not only which sites you visit but how you navigate within and between them.</li> +</ul> +<h2 id="how-is-it-used">How is it used?</h2> +<p>You may not mind amazon knowing what packages you order. You may not mind google knowing everywhere you have been. You may also be unbothered by your bank knowing your financial history. It’s not a big deal that social media networks are aware of every human that is aware of you. Surely there is nothing wrong with further and further data collection of everything?</p> +<p>The trouble comes when all this information is bundled and sold off to other data warehouses to train more sophisticated AI which is then used to provide input to corporations and institutions. This isn’t simply a ‘social credit system’ this is the groundwork for skynet’s total domination of humanity.</p> +<p>That does sound extreme but consider that this data analysis won’t end with humans. We were simply the easy part because we were able to be tricked into adopting and feeding these systems. Smart contracts are a fascinating aspect of blockchain technology but in this light they are a terrifying tool for the Internet of Things™ to begin tracking and tracing every atom on this planet.</p> +<h2 id="how-does-that-hurt-you">How does that hurt you?</h2> +<p>Back to the little picture, there are already very sophisticated systems learning about you specifically and as a human creature. There will never be any guarantee that these tools will be used for your benefit. All indications point to these systems being used to extract as much value from you as possible as quickly as possible regardless.</p> +<p>In fact this is precisely why Youtube has been named as a agent provocateur in the culture wars. Youtube’s recommendation algorithm has been given a lot of flak for ‘radicalizing’ people. This isn’t because Youtube has any specific desire to create extremists, but rather that was a side-effect of maximizing engagement. That was a relatively simple system compared to recent more refined machine learning algorithms.</p> +<p>You have no way of knowing that insidious goals you are being nudged along with and odds are there are many running in parallel. Occasionally someone will point to some benevolent outcome of these systems but these will always be overshadowed by the grievous harms caused by abusing such power.</p> +<h2 id="what-you-can-do-to-mitigate-it">What you can do to mitigate it?</h2> +<p>The only proper way to protect data is to not collect it in the first place. Many data breaches have revealed that a company saying their data is ‘secure’ is merely a promise. Encryption can usually be broken by breaking the people safeguarding it.</p> +<p>This means avoiding data-driven services and tools as much as possible. Trading with cash or barter eliminates economic tracing. Physical mail is already more secure than e-mail especially when delivered via a trusted courier.</p> +<p>Because of this, the sneaker-net is the only secure digital network. Handing someone a flash drive with the files they want won’t create any metadata about what was transferred.</p> +<p>This is not a binary choice however, you will have to make compromises. The benefits are still quite large, because the less these systems know about you the less the effects can compound against you. Every byte of data not recorded will potentially save lives in the future.</p> +<p>If data must be recorded (such as data with great public interest) blockchains are a great tool for this because you can guarantee the data is public and therefore at least people are on a level playing field. This is much better than the alternative where you provide data to a corporate or government database that will be used with little or no transparency.</p> +<h2 id="political-solutions">Political solutions</h2> +<p>A digital bill of rights is long overdue. As we have seen, rights must be (nearly?) absolute and require enforcement mechanisms. There must be no distinction made between who may or may not infringe on these rights, none are to be permitted.</p> +<p>My short list for inclusion in a digital bill of rights would be:</p> +<ul> +<li>Services and Software are only allowed to collect data that is required for the specific features used by the user to function. Any data sharing must always be opt-in</li> +<li>Identity should never be required for any platform or service, discrimination against anonymous users should not be allowed.</li> +<li>Users must have the tools for filter their own experience where possible. Allowing users to choose what content to filter is a much preferable option to blanket bans and censorship.</li> +<li>Interoperability is a must, unnecessary lock-in should be treated as anti-competitive behavior.</li> +</ul> +<p>Educating people on the current state of systems will be the most vital part of this challenge. The Libre Solutions Network is being built with an explicit goal in advancing this. This is very much a moral challenge as well as a technological one.</p> +💌 Thank you for reading this via RSS 📡 + + + + Emancipate your mind from mental slavery + https://libresolutions.network/articles/1-emancipate-yourself-from-mental-slavery/ + Thu, 25 Nov 2021 00:00:00 +0000 + + https://libresolutions.network/articles/1-emancipate-yourself-from-mental-slavery/ + + https://libresolutions.network//media/1-not-immune.webp + + + Why care about Freedom? Why care about privacy? Why does any of this matter? + <p>You are not immortal, and you can be fooled from time to time. +This is okay, admitting it is much more important than being right all the time. +Admitting you are wrong, and can be is the very thing that allows you to escape the prison of lies. In fact, admitting it can do a great deal of good in helping free other people from false illusions.</p> +<div class="image-container"> + +<img loading="lazy" +src='https://libresolutions.network/media/1-not-immune.webp' +> + + + +</div> +<p>My goals with the Libre Solutions Network are:</p> +<ol> +<li>To help people recognize the digital tools weaponized against them</li> +<li>To connect people with groups, ideas, and tools that help people maintain and advance their freedom.</li> +</ol> +<p>Freedom is your right to determine your future on your own terms.</p> +<p>Privacy prevents systems, institutions and people from leveraging information to undermine that freedom. Often very innocuous, seemingly-unrelated information can be used to manipulate and control people.</p> +<p>The goal of understanding digital privacy shouldn’t be to achieve a life of perfect secrecy. Self-censorship is one of the most powerful kinds of censorship that is used against people. Instead the goal is to make sure that the information that is collected on you is as deliberate as possible, by avoiding unintentional disclosure.</p> +<p>Freedom is your most valuable asset. Odds are you are not the most powerful human being on the planet. Therefore it is vital that you understand you are at a disadvantage in terms of information, resources, and representation. Freedom, privacy, and security are all vital tools to shift the balance of power back into your favor.</p> +<h2 id="social-media">Social Media</h2> +<p>It would be all to easy to simply say “social media is manipulating you” this is overwhelmingly true but needs to be broken down into the specific methods. Social media is incredibly powerful because it latches onto your primal needs to feel accepted and validated by others. The power social media derives is primarily driven by people attaching status to influence on these platforms.</p> +<h2 id="media-sorting-and-filtering">Media sorting and filtering</h2> +<p>Almost everyone intuitively understands that when moderators of a community or site remove posts this impacts people’s ability to be exposed to that information. What is not as clear is that the order in which the information is presented is just as impactful.</p> +<p>How many people will scroll to read each and every comment on a particular post? Certainly not the majority. In many ways content that is slid down the feed may as well have been removed in many instances.</p> +<p>There are many techniques that can be used to work against this, but in general you want to be sure that your posts are being sorted in an unbiased way (such as chronologically) if possible.</p> +<h2 id="trends">“Trends”</h2> +<p>On almost any site the chosen “trending topics” are an editorial decision by the people running the site. This can involve them choosing every single one, or simply removing undesired trends.</p> +<p>Trends can send the false impression that these are the “most important topics” at any given time. This is always false because each person has different priorities and challenges at any given time.</p> +<h2 id="reward-mechanisms">Reward mechanisms</h2> +<p>People liking and sharing your posts enhances your reach and will help boost your own perceived status. This is very good at manipulating people.</p> +<p>For now it is up to your friends and followers to ‘like’ your posts to provide you with the feedback mechanism that your posts are important. There is no rule that it will stay that way. Sites could experiment with paying cryptocurrency to users who make certain kinds of posts.</p> +<h2 id="nudging">Nudging</h2> +<p>Ever experience a strange glitch while using social media? It may not actually be just a glitch. Many mainstream social media sites have run psychological experiments on their users to evaluate how they respond to particular situations.</p> +<p>Every aspect of your interactions are being recorded to further shape your behavior on the platform. Your attention and engagement are the primary signals to these algorithms.</p> +<hr> +<p>These are all very concerning because regardless of the specific platform, anyone with write-access to the software that runs these systems can alter information that most would assume is unaltered. There is never a guarantee that the ‘likes’ you are being shown on a post are actually promoting that post. You can never be sure that anyone has seen your content at all.</p> +<p>This is not to say that nothing on these platforms has an impact, but it is vital to understand that there are ways that systems can work against you.</p> +<p>Thank you for reading.</p> +💌 Thank you for reading this via RSS 📡 + + + + +"#; + +pub const GABE_ROCKS: &str = r#" + + + + Gabe Rocks! + https://gabe.rocks/ + Gabriel's website. + Hugo -- gohugo.io + en-ca + + https://gabe.rocks//gabriel.webp?d=1751808269 + + + + Walk With Me: inspiration & hot takes + https://gabe.rocks/health/wwm-inspiration-and-takes/ + Sun, 06 Jul 2025 13:24:29 +0000 + + https://gabe.rocks/health/wwm-inspiration-and-takes/ + + + + + Congratulating Reed and pondering the nuances of recovery. + <h2 id="glad-to-be-back">Glad to be back</h2> +<p>It has been too long since I&rsquo;ve recorded my off-the-cuff walking monologues. I&rsquo;ve got a great deal on my mind and I hope you&rsquo;ll appreciate listening to it all. Just a heads up, I do have some residual sniffles, so I apologize for letting a few slip in to the final recording. I think I&rsquo;ve done a decent job at cleaning this one without cutting out the birds chirping. I apologize in advance for the soapbox ranting. This journey includes a lot of reflection and learning, so I&rsquo;m open to correction on some of the points I explore.</p> +<p>Things are progressing quite well. As of this morning I weighed in at<br> +I am quite close to a major milestone: 200lbs down since the start of this journey. I can absolutely feel how much progress I&rsquo;ve made and how much easier it has made things. Soon enough I will be below 350 which is a huge deal for me because it opens up many cool options. Most notably I&rsquo;m excited to <a href="https://www.radiologyinfo.org/en/info/dexa">blast myself with radiation</a> to learn what&rsquo;s underneath all the fat.</p> +<h3 id="congratulations-reed">Congratulations Reed</h3> +<p>A relative showed me a video of <a href="https://x.com/thatdudereed_/status/1940108328694104316">Reed</a> hitting a major milestone in his weight loss journey. It seems like he&rsquo;s really starting strong. He tells his story <a href="https://www.youtube.com/live/iybeQZCpdGE?si=LBa9B9Tx1q-JbUQB&amp;t=333">here.</a> Reed is a few years younger than me, and was heavier far earlier than I was. I hope that he finds support and encouragement in sharing his story. I am humbled by his courage to share as much as he has.</p> +<p>I sent him a short email to offer some encouragement and point out I&rsquo;ve been making progress on the same journey. I would encourage you to <a href="https://linktr.ee/thatdudereed">follow his updates</a> and offer any encouragement you&rsquo;d like to.</p> +<h3 id="bizarre-weight-loss-spectacles">Bizarre weight loss spectacles</h3> +<p>One of the sub-rants in this recording is based off a peculiar pattern I&rsquo;ve noticed. These days I&rsquo;m very sensitive to how the fine details of health are discussed, especially in political circles. I was recently alerted by <a href="https://www.whiteroseintelligence.com/robert-malone/">Robert Malone</a> putting out a post titled <a href="https://www.malone.news/p/well-being-keeping-the-weight-off"><em>Well Being: Keeping the Weight OFF for a Long and Healthy Life</em></a> some of which is paywalled, and therefore I&rsquo;m not aware of those sections. I&rsquo;m less interested at that the self-appointed leader of the <em>Medical Freedom Movement</em> believes about weight loss, but more about the timing and place in the larger discussion.</p> +<p>In another bizarre parallel, Ezra Levant (head of a Canadian alt-mainstream publication) challenges Canadian journalist Rosemary Barton to a weight loss competition over X:</p> +<blockquote> +<p>I’m a bit miffed by Rosemary Barton’s bigotry &amp; self-importance but mainly I can’t help notice that (like me) she’s obviously been doing a lot of stress eating.<br> +I’d like to challenge her to a 90-day weight-loss competition. Loser has to subscribe to the other’s channel.</p> +<p><a href="https://x.com/ezralevant/status/1912952590607753596">Ezra Levant on X</a></p></blockquote> +<p>The challenge included a <a href="https://x.com/RebelNewsOnline/status/1938032580986913098">glossy video promo.</a></p> +<p>I am highly concerned about the not at all new trend of <em>politicizing health</em> accelerating in ugly ways. I am now much more cynical about public figure&rsquo;s role in health discussions. If nothing else I think it is worth keeping in mind that people are not their illnesses and problems, and many if not all of us have the capacity to help those around us.</p> +<h3 id="pushing-forward">Pushing forward</h3> +<p>I&rsquo;m very eager to be free of these sniffles, and I&rsquo;m excited to return to being quite active. I&rsquo;ve started carrying my small (15lbs) kettlebell while going for walks. I&rsquo;m beginning to be more confident in other projects as well, I recently revisited my recent <a href="https://gabe.rocks/tech/trying-out-iced/">programming project</a> I spent a long time avoiding touching it because producing something actually useful for other people requires a lot of intricate features. I&rsquo;ve overcome some difficult hurdles and have begun working on these crucial features again.</p> +<p>I can definitely say the first half of 2025 has been equal parts challenging and fruitful. I am quite optimistic that I can end this year on a great note. It is quite possible I can be below 300lbs by 2026 which would be a radical shift from the fact that I was above 570 just a year from now. I&rsquo;ve been quite impatient in regards to taking advantage to my mobility returning. I definitely need to strike the right balance between pushing myself hard and not going too hard.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + A difficult trial + https://gabe.rocks/health/feeling-sick/ + Wed, 02 Jul 2025 00:00:00 +0000 + + https://gabe.rocks/health/feeling-sick/ + Dealing with a crash course on recovery + <p>For the last week I&rsquo;ve been thrust into a very involuntary rest period. Last weekend I started feeling gradually then increasingly sick. Thankfully I&rsquo;m on the mend but it has been a very difficult hurdle to overcome. I&rsquo;m quite frustrated at how this stuffiness is stubbornly holding on. I haven&rsquo;t been sick like this for over two years, so it seems that it was just time. I had already been frustrated with not being able to push harder and harder, so it&rsquo;s only fitting that I have to be forced into taking an actual rest.</p> +<p>I apologize for the lack of weight loss updates this month. Even prior to getting sick I was finding it very difficult to balance things. I fully intended on doing another video update by the end of the month, sadly I couldn&rsquo;t make that happen. Things have been weird lately. Finally getting <a href="https://gabe.rocks/health/below-400/">below 400lbs</a> was a massive milestone for so many reasons, and thankfully I&rsquo;m continuing to push further below it. On the other hand, I&rsquo;ve been struggling with difficult feelings about where I am.</p> +<p>The hard part is that this entire process has worn me down quite a bit. Other people can see the progress made but I&rsquo;m very stuck fixating on what hasn&rsquo;t yet been accomplished. Instead of actually living in the moment I&rsquo;m entirely consumed by over-thinking the refinements I want to make. I need to spend more time doing rather than worrying about doing. For the most part, exercise has been my best escape from that dilemma. A non-trivial challenge at this point is self-image. I&rsquo;m roughly back to the size I spent most of my adult life, and I don&rsquo;t have a clear idea of how I&rsquo;ll look as I approach my target. The anticipation is weird because in the best case scenario it&rsquo;s still some time away. I have such a hard time taking care of present Gabriel that I&rsquo;m not at all sure what future Gabriel needs from me.</p> +<p>Back in the Winter, I bought a &ldquo;goal outfit&rdquo; for the summer. It&rsquo;s a 3XL Hawaiian shirt with matching swim shorts. I was pleasantly surprised that I was able to put it on at the start of June. It has been genuinely nice to wear it while out, and I&rsquo;ve gotten some nice compliments while wearing it. I&rsquo;m finally at the point where I have reversed years of weight gain putting me back to a pre-2020 weight. I should be more grateful than I am for the situation I&rsquo;m in. Part of my disillusionment is that while I&rsquo;ve gotten back my pre-covid body, life circumstances are significantly different now. While I&rsquo;m more able than I am when I started this journey, I&rsquo;m still quite far away from being able to be as functional as I would like.</p> +<p>A perfect metaphor for how I&rsquo;m feeling about things has been my recent experiences swimming. As I&rsquo;ve lost weight my buoyancy has changed significantly. At the beginning I could effortlessly float with my shoulders above the water, now I&rsquo;m just beginning to sink with my neck below water. This entire time, as I&rsquo;ve been trying to learn to swim better, it just changes on me. Swimming below 400lbs is a very different experience than attempting to swim at 570lbs. I feel like I&rsquo;m not actually making any progress because I&rsquo;m always in an unfamiliar state with the movements. I know it&rsquo;s something I have to push through, but it&rsquo;s absolutely disorienting and hard to remind myself that progress is being made.</p> +<p>This midpoint is very bittersweet. I&rsquo;m getting close to 200lbs down, but I&rsquo;ll have to lose around another 200 more. I had the opportunity to yet again go through some of my old clothes and wear things that I haven&rsquo;t fit into in years. In many ways, wearing these older items puts into perspective how much time I&rsquo;ve lost to this size. I would have thought that fitting into these old clothes would make me feel &ldquo;normal&rdquo; again. Unfortunately, it&rsquo;s just jarring that I&rsquo;m significantly less able to produce now than I was then. So much of the pressure on myself that drove me to make unhealthy decisions is returning with a vengeance.</p> +<p>At the beginning, it was so much easier with not being able to do so many things than what I struggle with now. While I can do so many more things, it also creates new problems because I now have the capacity to do things I shouldn&rsquo;t. Can&rsquo;t is so much easier to deal with can&rsquo;t than shouldn&rsquo;t. For example, while I&rsquo;m sick I shouldn&rsquo;t do all the same exercises I used to, because that would just impact my ability to get well. But I want to. The pressure and drive that is helping me fix my situation is very difficult to keep in check. While it is relatively easy to stop myself from taking on things while sick like this, it is so very hard to not feel bad about it.</p> +<p>Despite all this, I&rsquo;m fairly optimistic. I&rsquo;m trying to take it easy and hydrate as much as I can. I&rsquo;ve been a fair bit generous with calories over the last few days and despite that weight isn&rsquo;t going up so I&rsquo;ll call that a victory. I ended up losing more weight in June (19.6lbs) than in May (14.3lbs) so things seem to be progressing well. I&rsquo;m almost on track for my ambitious yearly goal, so I&rsquo;ll have to see what is in store for July. Thanks for reading!</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Experimenting with the dark arts + https://gabe.rocks/tech/ai-agents/ + Sun, 22 Jun 2025 18:09:32 +0000 + + https://gabe.rocks/tech/ai-agents/ + https://gabe.rocks//images/ai-agent.webp?d=1750615772 + + + Gazing into the abyss of AI agents + <blockquote> +<p><em>Does Gabriel still do tech or is it all just weight loss now?</em></p></blockquote> +<p>I&rsquo;ll admit my <a href="https://gabe.rocks/health">weight loss journey</a> and IRL activities are taking up a great deal of my time these days, but I&rsquo;m still very interested in expanding my technical knowledge! I hope my techie friends will appreciate this post where I try out AI agents so they don&rsquo;t have to. Of course I will be posting another weight loss update soon, things are progressing well!</p> +<p>My first foray into automation software was an <a href="https://f-droid.org/en/packages/com.jens.automation2/">Android application</a> that let you do all kinds of fancy flows. I genuinely believe that accessible automation tools are a genuinely useful thing that any OS should have built-in. Accessibility is a real way to give users power over their own computing. I&rsquo;ve noticed that most of the refined solutions for automation are commercial products, which in turn means you&rsquo;ve got to become even more dependent on Big Tech infrastructure. For those of us comfortable around shell scripting, a node-based automation tool can seem like overkill, but there are many people who could benefit from one. The general idea of flows and automation graphs seem to be genuinely interesting things and I&rsquo;m hoping we see some exciting developments there in the software freedom space.</p> +<p>But this post is about my latest dabbling into the potential of self-hosted &ldquo;AI agents&rdquo;. After <a href="https://peertube.libresolutions.network/w/4AWFKyR6eAdZpF72QmgyCu">speaking with James Corbett</a> about many concerns related to artificial intelligence tools, I decided it would be worth spending the time to get a better grasp of what&rsquo;s possible. Since this was only a brief look at these tools, I am in no way claiming to have advanced knowledge of their use. I am sure many of the problems I encountered have well-known solutions, but I mostly wanted to see how far I could go in experimenting. This is my personal experience with learning how to use self-hosted tools for automation and AI agents.</p> +<h2 id="wtf-is-an-ai-agent">WTF is an &lsquo;AI agent&rsquo;?</h2> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/ai-agent.webp' + + alt='AI Agent node in n8n' +> + + +<p class="caption"> + AI Agent node in n8n + +</p> + + +</div> +<p>My uncharitable explanation would be that an AI agent is merely the introduction of LLM chatbots to an automated process. For example, instead of parsing an email for keywords to react to it, you can feed the content of the message to an LLM to decide what to do with it. Depending on the model being used, a variety of different tools can be given to the LLM to perform various actions. Since an LLM can generate a list of steps, the idea is based on providing it the tools to actually run those steps.</p> +<p>Having spent some time tinkering with it, I can understand the appeal. By burning an insane amount of resources you can hopefully have the AI agent smooth over trivial problems that arise in your flow. Instead of worrying about minor details, the idea is to get the LLM to simply make the best of the inputs. Provided the problem is broken up into simple enough choices, I can imagine this being quite powerful in specific contexts.</p> +<p>What I find bizarre is how the so-called &ldquo;reasoning models&rdquo; start their prompt with self-generated instructions with <code>&lt;think&gt;</code> tags. This means that for every prompt, there is a beginning section where specific instructions are reiterated and elaborated on. I can see why this would help them come up with more useful outputs, but at the cost of additional tokens and attention. This also means that at least when using these models you&rsquo;ll have to filter out the <code>&lt;think&gt;</code> content prior to responding. I have a feeling that publicly accessible AI chatbots have these kinds of features to sanitize outputs prior to being presented to the user.</p> +<p><strong>&lsquo;Reasoning&rsquo; example</strong></p> +<blockquote> +<p>&lt;think&gt; +Okay, so the user wants me to create a concise outline for an article about Mexico&rsquo;s telecom reform and human rights risks. They&rsquo;ve shared what appears to be part of the HTML source code for the press release.</p> +<p><strong>{Multiple paragraphs about the article&rsquo;s content}</strong></p> +<p>For the heading, something catchy but also formal would work well to capture attention while maintaining professionalism. Then I&rsquo;ll craft a few paragraphs summarizing the main points of the article and explaining its significance in terms that show both immediate impact on Mexico citizens and potential broader implications. +&lt;/think&gt;</p></blockquote> +<p>To me, it&rsquo;s fascinating that this &ldquo;reasoning&rdquo; by the model is longer than a decent summary would be. It&rsquo;s definitely possible that this tactic creates significantly better outputs, but it&rsquo;s at the cost of so much more compute every step of the way. Part of the idea of how AI agents are sold is the idea that with dozens of these you can replace real human teams. It seems clear to me that to the degree you can replace human workers with LLM-driven automation, it may end up costing multiples of their income in raw electricity, never mind the potential legal and copyright issues.</p> +<h2 id="how-did-i-set-it-up">How did I set it up?</h2> +<p>While I wanted to dip my toes into understanding AI agents, my principal goal was to understand what was possible while self-hosting. I&rsquo;m sure there are so many very different tools for building and using AI agents in the cloud; I would prefer to use self-hosted but ideally free software options. With a limited look around, I didn&rsquo;t find <em>Free as in Freedom</em> tools for the automation side, never mind the licenses around particular LLM models. So I essentially had to settle for open-source and self-hostable. If you&rsquo;re aware of fully-free AI &amp; automation suites, I would <a href="mailto:gabriel@libresolutions.network?subject=FOSS%20automation">love to know</a>.</p> +<p>Based off an admittedly quick search, the simplest AI agent tool I came across was <a href="https://n8n.io/">n8n</a> which is open source but certainly not focused on Free Software. What I did appreciate about it was its simplicity and support for RSS feeds. I had a simple idea for what I wanted to try out, and RSS support made it a lot easier. The projects website has a collection of <a href="https://n8n.io/workflows/">templates</a> you can use to import for your own uses. That&rsquo;s pretty sweet, but I&rsquo;ll elaborate more on that later. You can install n8n or run it as a docker image. It is a web-based GUI (<em>a WUI?</em>) for building automated workflows and running AI agents.</p> +<p>For your AI agent to work, it needs to be able to connect to an LLM API, such as the big tech ones, but I wanted to try self-hosted. Originally, I wanted to see if I could get <a href="https://www.nomic.ai/gpt4all">GPT4All</a> because the docs claim to support <a href="https://docs.gpt4all.io/gpt4all_api_server/home.html">a server mode,</a> but I couldn&rsquo;t get that working. Instead I opted for <a href="https://ollama.com/">Ollama</a> which allows you to serve many LLMs.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/ollama.webp' +> + + +<p class="caption"> + Configuring self-hosted ollama on n8n + +</p> + + +</div> +<p>With Ollama serving Qwen3 over the API I was ready to start my AI agent journey. I wanted to come up with something that could potentially be useful for me, so I would actually be motivated to get it to work well. I chose to try to see if I could build a tool that would read some of my RSS feeds and write me a simple report on pressing issues. The hope would be that if one is using a self-hosted model, with selected RSS feeds and a constrained focus, that many potential censorship issues could be eliminated. If it worked, it could absolutely save me the toil of keeping up to date on many things I struggle to keep up with. I wasn&rsquo;t aiming for perfection, nor to automate what I care about, just simply to see if such a tool could save me time.</p> +<h2 id="how-did-it-go">How did it go?</h2> +<p>After a great deal of tinkering, I got it to a point where it provides a reasonably useful output. There are many things I would fix if I really wanted to devote the time to perfecting it, but I&rsquo;m not convinced it would be worth the effort. I really liked playing with n8n, but I&rsquo;m convinced AI agents are wasteful trash. Part of this is even though I&rsquo;m providing a set of information to work with, it will still hallucinate additional articles. There are many quality control issues regarding repeating articles and inconsistent formatting. I&rsquo;m aware you can fix some of this with better prompts, but I expect the path of least resistance for many will be to simply add a &ldquo;checker&rdquo; agent and just recalculate the output. This makes zero economic sense when one is paying for their electricity. I believe this will be the mechanism that pushes people on to using artificially subsidized Big Tech infrastructure and not decentralized or self-sovereign AI.</p> + +<a href='https://gabe.rocks/video/rss-flow.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/rss-flow.mp4'> +</video> + +</a> + + + +<p>In case you&rsquo;re curious, my flow begins with a list of RSS feeds that can be updated however we want. It wouldn&rsquo;t be hard to have it pull from a server or .opml file. It then loops over the items to grab the RSS feed contents. Simple sort and limit nodes are to get only the most recent items. Then each article is given to the &ldquo;Summarizer&rdquo; AI agent which actually does a not terrible job at converting rss content into a few paragraphs about it. I then have to filter out the <code>&lt;think&gt;</code> content before passing it along. I also merge the summaries with the original list so that I can preserve attribution. I have another code note that combines and formats the articles and their summaries so that they can be sent to the &ldquo;report writer&rdquo; AI agent. The report writer then takes all the articles and their summaries and is supposed to create a pretty HTML email report. I yet again have to use a code node to remove the nasty <code>&lt;think&gt;</code> tags from the output as well as other irregularities. Then the final report is sent to me as-is without any interaction on my part.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/llm-email.webp' +> + + + +</div> +<p>When the report writer isn&rsquo;t just hallucinating articles the proper link is there almost all of the time. But often enough it will simply link to <code>example.com</code> if it has any trouble. Not only that, but you will often see the same article/summary/link combo multiple times in the same email. I am convinced it would be much better to simply use a code node to build the HTML email with the data than to rely on the &ldquo;AI Agent&rdquo; feature for that specific task. If I was to go back and fix things I would have the &ldquo;report writer&rdquo; agent simply look over the summaries and write a report which would then be used to enhance the email.</p> +<p>Ironically, the fact that a bunch of code nodes needed to be used at all is a bit disappointing to me. It seems like as someone with technical ability, I&rsquo;d be better off scripting on my own with whatever I want to talk to llama than to use javascript with the n8n suite. But I will say that n8n does have a lot of useful built-in nodes that make it very easy to get started quickly. Having done all this, I think AI agents are still quite far from being something one can expect in a freedom respecting environment. The path of least resistance will always be to simply cobble together Big Tech systems rather than to actually support decentralization and self-sovereign computing.</p> +<h2 id="closing-thoughts">Closing thoughts</h2> +<p>I can definitely say the short time I spent looking at this was valuable. I&rsquo;ve gained a more refined understanding of how these systems are used, and what can be done beyond merely copy-pasting your homework into ChatGPT. I am genuinely impressed with what is possible from a self-hosted setup, and can imagine many valid use-cases for the software. This has shown me that we may need to rethink what making computing free (<em>as in freedom</em>) means for people with less technical ability. I&rsquo;m definitely interested in learning what kinds of free software exists for automation, and observing projects like <a href="https://github.com/samuelmtimbo/unit">unit.</a> As always, I&rsquo;m convinced there is a remarkable amount of opportunity if independent technical minds are supported to do what they do best.</p> +<p>Doing this has congealed my feelings about corporate open source quite a bit. I used to be relatively ambivalent towards corporate open source because on some level the money has to come from somewhere. But I&rsquo;m beginning to recognize first hand what many others have warned about for quite some time now, that Free computing and non-free computing are absolutely at a bifurcation point. The <a href="https://gabe.rocks/sharing/motivation/right-relationship.mp4">middle of the road is gone,</a> it is clear we will have to choose what kind of a technological future we want to participate in.</p> +<p>When it comes to AI agents, I can definitely see the dark side. Just search &ldquo;generate post&rdquo; into the <a href="https://n8n.io/workflows/">workflows page</a> and you&rsquo;ll see how many flows exist for generating information pollution. The fact that the online hustler of the 2020s can generate slop without any technical ability is yet another nail in the <a href="https://libresolutions.network/articles/dead-internet">dead Internet</a> coffin. I think it&rsquo;s important for me to share this exploration so that people can imagine what tools are being used by governments, corporations, and other entities to carry out their duties, and what kinds of impact this can have on people.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://n8n.io/workflows/'> + +<img loading="lazy" +src='https://gabe.rocks/images/n8n-workflows.webp' +> + +</a> + + + +</div> +<p>I am now convinced more than ever that the destruction of the open web (<em>for non-technical people</em>) is the point of the pushing &ldquo;AI&rdquo; into everything. I fully believe that the free and open web will always exist in some form, but it is clear to me that there can&rsquo;t be sustained via any commercial means. In some ways this might be the best thing ever, the future of the indieweb will be bright if it&rsquo;s maintained by people out of passion and care rather than clicks and comments. It just means that the minds of the public are going to need to be prepared for a much more hostile information environment than what we&rsquo;ve experienced to date.</p> +<p>In short, <strong>AI critics actually don&rsquo;t hate AI enough.</strong> This may sound extreme. Even if I extrapolate that these tools work so much better with big tech infrastructure, that won&rsquo;t fix everything. The fundamental aspects of inserting LLMs into various automated flows seems so much more wasteful than paying people to do work. It is clear to me that the <a href="https://youtube.com/playlist?list=PLFQvErdlATeY-mEHozu5GlfffewysnHFq">AI hype</a> isn&rsquo;t actually about sound economics but actually about economic warfare. It won&rsquo;t matter that doing things with AI agents instead of paid staff will likely cost 10x what it would cost to pay a human a real wage, what matters is that consolidating the technological landscape will yield more returns than money can buy. The point is that using LLMs to fix problems created by LLMs is the robotic equivalent of <a href="https://en.wikipedia.org/wiki/Bullshit_Jobs">bullshit jobs,</a> spending money on robotic make-work to market demand for AI &ldquo;solutions&rdquo;.</p> +<p>As I stated in my <a href="https://libresolutions.network/videos/digital-autonomy-osint/">chat with Corbett,</a> I don&rsquo;t believe that technology = implementation. I don&rsquo;t think machine learning is evil, nor that we can&rsquo;t build useful tools with it. I am however very concerned about how political and economic forces are shaping this industry to build &ldquo;aligned&rdquo; AI against the public. This has been conspicuously <em>absent</em> from high-profile conversations about &ldquo;<em>AI safety&rdquo;</em> and expect it to be a driving force of <a href="https://digdeeper.club/articles/capitalism.xhtml">many near-term trends.</a></p> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: Below 400 🎉 + https://gabe.rocks/health/below-400/ + Mon, 02 Jun 2025 11:10:39 +0000 + + https://gabe.rocks/health/below-400/ + + + + + Reaching a major milestone + <div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/Sept24-May25.webp' +> + + + +</div> +<h2 id="big-success">Big Success!</h2> +<p>I&rsquo;ve finally hit a major milestone! I&rsquo;m over 175lbs down, and finally below 400lbs. I had the pleasure of somebody telling me they&rsquo;re noticing that I&rsquo;m <em>&lsquo;wasting away&rsquo;</em> over time. Feel free to join me on this walk where I celebrate this milestone, reflect on recent challenges and how I hope to overcome them. I truly didn&rsquo;t appreciate how close I was to this milestone when I started. Far from being impossible, I have had the roller-coaster of making it actual.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/scale-399.webp' +> + + + +</div> +<p>As I write this my 4xl shorts are already loose enough they need to be tied to stay up. It is clear to me that I have reversed all of my post-2020 weight gain. In so many ways I feel &rsquo;normal&rsquo; again, because I&rsquo;ve spent so much of my adult life around this size.</p> +<h3 id="learning-to-weave">Learning to weave</h3> +<p>Ankle pain has become a bit of a constraint on my activities. Instead of stubbornly repeating the same activities expecting a different outcome, I&rsquo;ve been thinking about how I can approach this differently. Reflecting on this reveals to me that there actually is a great deal of opportunity for growth, and it&rsquo;s reassuring to find other areas I can work on with less strain. I think this generalizes well to other situations. I understand that just because you&rsquo;ve hit diminishing returns in a single area, that doesn&rsquo;t mean there aren&rsquo;t other ways to continue making progress.</p> +<p>A big part of this has been facing my own mental limitations. It&rsquo;s clear to me that I recoil from the unfamiliar, and crave steady familiar routines. This is quite the realization considering my &lsquo;routine&rsquo; has been so chaotic and counter-productive. I&rsquo;m recognizing the power of making strange things familiar. This process takes a fair bit of time, but I&rsquo;m recognizing the incredible power of it. To apply this, I have a goal of attempting to make a variety of new exercises feel familiar to me. Instead of confining myself to merely walking and swimming, I need to expand my exercise options.</p> +<h3 id="recognizing-momentum">Recognizing momentum</h3> +<p>I can no longer deny that this is working. This may shock many people, but only now that I&rsquo;ve lost 170lbs am I really beginning to &rsquo;trust the process&rsquo;. I am now much more confident and dragged down by fear and despair a lot less often. It took a lot of faith to get to this point, but I&rsquo;m beginning to really feel the changes in my mindset and emotional responses to challenges.</p> +<p>Because of this, I can report that I&rsquo;m beginning to even out the emotional waves of this process. I feel a level of peace with it that seems entirely unfamiliar. It&rsquo;s a shame that it took <em>this long</em> for me to truly recognize the power of gradual but consistent improvement. I am immensely grateful for being at this point, and recognize it as the blessing that it is.</p> +<p>I hope that in some small way, the journey I&rsquo;ve taken can already show others that they can get started. I certainly wouldn&rsquo;t have believed I would be where I am today as recently as a year ago. I am glad I&rsquo;ve shared as much as I have, and I wish I had done more in the earliest days.</p> +<h3 id="are-you-aware-of-any-healthfitness-channels-on-peertube">Are you aware of any health/fitness channels on <a href="https://joinpeertube.org">PeerTube?</a></h3> +<p>The only channel I can think about is <a href="https://video.canadiancivil.com/c/shifter_cycling/videos">Shifter</a> which is a channel urban cycling, particularly in Canada. I found this video on <a href="https://video.canadiancivil.com/videos/watch/9cd40cfc-bd40-4816-beaf-da72f42bdb47">winter cycling</a> very informative! I&rsquo;d also be curious to hear of any small independent blogs and/or podcasts that deserve more recognition!</p> +<h3 id="recent-finds">Recent Finds</h3> +<ul> +<li><a href="https://youtu.be/goPWjqhK7rk">I’m fat can I do calisthenics?</a></li> +<li><a href="https://www.youtube.com/watch?v=cPzRCqVQuTc">Is Your Worth Based on Results?</a></li> +<li><a href="https://youtu.be/8ef7FhmMcLU">The Best Exercise For Health, Fitness, and Longevity</a></li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + New video: May Update + https://gabe.rocks/health/may-gratitude/ + Sat, 17 May 2025 18:39:11 +0000 + + https://gabe.rocks/health/may-gratitude/ + + + + + Looking back on what got the ball rolling. + <p><a href="https://peertube.libresolutions.network/w/1jopgA4uw9t2qd1BUVaiVM">Watch on PeerTube</a></p> +<h2 id="looking-back-at-the-past">Looking back at the past</h2> +<p>I sat outside in a chair I recently wouldn&rsquo;t fit in to record a video update. I&rsquo;ve been having a lot of complex feelings about my journey thus far. While I&rsquo;ve made fantastic strides in mobility and functionality, I&rsquo;ve found myself often dwelling on what still can&rsquo;t be done. In response to this, I decided it was time to revisit some of the content I have from when I started this journey.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/2025/05-chart2.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/2025/05-chart2.webp' +> + +</a> + + + +</div> +<p>I have a folder of published and some unpublished vlogs, audio recordings, and loads of photos. At the end of <a href="https://gabe.rocks/health/2023-resolutions/">2023</a> I shared my frustrations and goals for making 2024 a year of change. Changes really started small. I began focusing more on swimming and using <a href="https://gabe.rocks/health/2024-05-update/">floaty weights</a> but I knew a lot needed to change to truly make lasting progress.</p> +<p>Unable to avoid the fact that my out-of-control eating habits were holding me back, I decided to write out all my <a href="https://gabe.rocks/health/non-stop-eating/">known troubles with food.</a> to try to come up with strategies to tackle them. By the middle of 2024, I got a very lucky break. Already focusing everything I had on making change, I was ready for bolder steps. I decided to <a href="https://gabe.rocks/health/escape-velocity/">hire a trainer</a> for guidance and to rebuilt my mobility. Cautiously optimistic, I realized that this could be the pivot point where I finally begin to see lasting results. Armed with a scale I could actually weigh myself with, I was able to accomplish my <a href="https://gabe.rocks/health/first-recorded-loss/">first recorded weight loss</a> in a long time.</p> +<p>Of course, this important step didn&rsquo;t erase all my <a href="https://gabe.rocks/health/challenges/">existing troubles.</a> So much of starting out, and continuing from here is a significant struggle with problems I&rsquo;ve developed over the years and the consequences of my size. It was enlightening to go back to the start of my journey to reflect. I still very much have many of the same problems and complaints, but I can see the many improvements.</p> +<p>In an early example of gratitude I <a href="https://gabe.rocks/health/looking-forward/">wrote out</a> the many things I look forward to, some I&rsquo;ve accomplished already.</p> +<blockquote> +<h2 id="milestones">Milestones</h2> +<h3 id="activities">Activities</h3> +<ul> +<li>✅ Going up stairs without a thought</li> +<li>Biking</li> +<li>✅ Getting better at cooking</li> +<li>✅ Comfortable with long walks</li> +<li>✅ Doing more things away from home / less hesitant to go outside</li> +<li>Visiting friends abroad / being able to travel generally</li> +<li>Taking on more physical hobbies and crafts</li> +</ul> +<h3 id="body-weight-exercises">Body-weight exercises</h3> +<ul> +<li>✅ Lunges</li> +<li>Pull ups</li> +<li>Push ups (Working on it!)</li> +<li>✅ Plank</li> +<li>Hand-stands</li> +</ul> +<h3 id="the-little-things">The little things</h3> +<ul> +<li>Being able to move without having my own body in the way</li> +<li>✅ Standing for longer periods of time</li> +<li>✅ Fitting in ordinary bus benches</li> +<li>✅ Not having to lean on things while doing basic tasks</li> +<li>✅ Getting in and out of cars easier</li> +<li>✅ Putting on shoes &amp; socks</li> +<li>Staying in a clothing size long term</li> +<li>✅ Easier hygiene</li> +<li>No longer living in fear, regret, and pain from my size</li> +</ul> +<h3 id="under--over">Under &amp; Over</h3> +<ul> +<li>✅ Under 500lbs</li> +<li>Under 400lbs [ALMOST! (<strong>ETA: End of May 2025</strong>)]</li> +<li>Under 300lbs</li> +<li>✅ Over 100lbs down</li> +<li>Over 200lbs down (ETA: Summer 2025)</li> +<li>Over 300lbs down (ETA: 2026)</li> +<li>Leaving Obesity Class V</li> +</ul></blockquote> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/2025/05-chart1.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/2025/05-chart1.webp' +> + +</a> + + + +</div> +<p>I wish I had more writings from these early days. Even now I&rsquo;m much more comfortable writing out thoughts than being on camera. I&rsquo;m very glad I decided to start my <a href="https://gabe.rocks/tags/walk-with-gabe/"><em>Walk with me</em></a> series where I casually share monologues on my journey. In some ways I find myself having less and less to say, things are moving along and I just need to keep at it. I&rsquo;m very grateful that many people have found these updates interesting or comforting.</p> +<p>It&rsquo;s great that I at least have a fair bit to look back on. It seems that I should have done a serious retrospective earlier. I am so happy the warmth and sunshine is back. Thanks for following my updates, and if you have any questions or thoughts don&rsquo;t hesitate to reach out!</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: Learning to be patient + https://gabe.rocks/health/wwm-patience/ + Thu, 08 May 2025 14:47:29 +0000 + + https://gabe.rocks/health/wwm-patience/ + + + + + Holding on. + <p>This morning I went for a short walk and recorded some of my current feelings about my weight loss journey. Things are going well, but I&rsquo;ve got a lot on my mind of late. In this walk I share how I&rsquo;ve been reassessing recent changes to try to regain focus and drive. I&rsquo;ve come far enough to not be able to ignore that I&rsquo;ve made progress, but also far enough to be a little disheartened by what remains. Listen to me try to be patient with myself as I come up with new avenues to tackle these problems.</p> +<h3 id="recent-finds">Recent finds</h3> +<ul> +<li><a href="https://youtu.be/PPiJVtML8n8">Words Matter: Motivation Beyond Aesthetics</a></li> +<li><a href="https://youtu.be/55uYe-Wxchs">Ep 318 - Resistance Training as a Fat Loss Tool (ft. Dr. Mike Ormsbee)</a></li> +<li><a href="https://youtu.be/fe1rqw42kHg">Can I Gain Muscle in a Calorie Deficit? | Eric Trexler</a></li> +<li><a href="https://youtu.be/f5HGyqMwuXs">The Science of Building Your Pecs: Best Exercises &amp; Anatomy</a></li> +<li><a href="https://youtu.be/lRjNjfMCd-U">Can You REALLY Live Without Carbs? Shocking Truth About Ketosis &amp; Exercise</a></li> +<li><a href="https://youtu.be/aCjvfiOeMPk">Massive Iron LIVE Podcast and Q&amp;A - May 2nd, 2025</a></li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + (Tor) New vanity address + https://gabe.rocks/tech/tor-vanity-addresses/ + Tue, 06 May 2025 21:57:14 +0000 + + https://gabe.rocks/tech/tor-vanity-addresses/ + 🥷🏻 Darkweb technical update + <p>The hidden service (on Tor) for this site has been migrated to <a href="http://gabriel262me3lgv3w7xohtesg3laoojmtye644pwirhdm73qmedmsqd.onion">gabriel262me3lgv3w7xohtesg3laoojmtye644pwirhdm73qmedmsqd.onion</a>. The previous address was on <code>3ah6l32ons2mzb65rchl3uz7nrgkecfof4eey7dwmamt5fcvok4h2yad.onion</code> so it&rsquo;s nice to have a more recognizable one. I&rsquo;ve set the old .onion to redirect to the new one so there shouldn&rsquo;t be any issues for visitors. I&rsquo;m not sure how RSS readers handle 301 redirects, but I assume anyone who pulls RSS via Tor can figure this out.</p> +<h3 id="mkp224o">mkp224o</h3> +<p><a href="https://community.torproject.org/onion-services/advanced/vanity-addresses/">The documentation</a> on the Tor Project website recommends <a href="https://github.com/cathugger/mkp224o">mkp224o</a> to generate vanity addresses. The tool generates as many .onion keys as possible and saves matching domains to a folder. The longer your desired prefix, (called a filter) the longer it&rsquo;s going to take to &lsquo;find&rsquo; matching addresses. There is a feature that allows you to search for multiple &lsquo;filters&rsquo; at once, so it&rsquo;s best to think of as many acceptable variations and alternatives as you can for longer filters.</p> +<p>You can simply run <code>mkp224o yourprefferedprefix</code> if you like, but there are a variety of useful options worth considering.</p> +<ul> +<li><code>-d {folder}</code> puts all the generated folders into a specific location</li> +<li><code>-f {filter file}</code> matches &lsquo;filters&rsquo; in a file, one per line</li> +<li><code>-S {seconds}</code> prints statistics every x seconds, such as how many addresses are searched per second.</li> +</ul> +<h3 id="how-to-generate-your-own-vanity-addresses-for-your-own-tor-service">How to generate your own vanity address(es) for your own Tor Service</h3> +<ol> +<li>Install <a href="https://github.com/cathugger/mkp224o">mkp224o</a></li> +<li>Create a list of your desired filters in a file.</li> +<li>Run <code>mkp244o -f filters_file -d vanity_addrs -s 360</code></li> +<li>Move your favorite .onion keys files (eg. to <code>/var/lib/tor/yourdomain</code>)</li> +<li>Reconfigure <code>torrc</code> to use your new keys file(s)</li> +<li>(Optional) Make sure to update your <a href="https://community.torproject.org/onion-services/advanced/onion-location/">Onion-Location</a> on the clearweb!</li> +</ol> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: Recovering Momentum + https://gabe.rocks/health/wwm-recovering/ + Sun, 27 Apr 2025 21:30:29 +0000 + + https://gabe.rocks/health/wwm-recovering/ + + + + + Bouncing back from some recent challenges. + <p>I&rsquo;ve deliberately avoided using denoiseit to clean the background noise because it would feel wrong to remove the birds singing. I hope you&rsquo;ll enjoy my off-the-cuff walking monologue about my ongoing journey. I&rsquo;ve had a difficult start to Spring, but I&rsquo;m really beginning to rebound. I&rsquo;m looking forward to making the best of May.</p> +<h2 id="progress-update">Progress update</h2> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/25-april-chart.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/25-april-chart.webp' +> + +</a> + + + +</div> +<p>Unfortunately, April is definitely not as successful as March was. Last month I was down 20lbs and this month I&rsquo;m only down 11 so far. I can think of quite a few reasons why that was the case. I&rsquo;ve been pretty stressed, and I&rsquo;ve been finding it more difficult to control portions. Some good progress has been made correcting these mistakes. Spending time focusing on improving my rest and stress management has made a significant difference on my mood, motivation and drive.</p> +<p>It is clear that I need to re-balance my energies to continue to push hard in a balanced and reasonable way. I am facing significant life challenges outside of this journey at the moment, so my ability to withstand pressures is absolutely being put to the test.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/sharing/motivation/mountain.webp' +> + + + +</div> +<h3 id="losing-the-spark">Losing the spark</h3> +<p>I recently wrote about hitting a wall of <a href="https://gabe.rocks/health/big-pain/">soreness</a> that kept me down quite a bit. It was quite the challenge to learn to rebound from a funk of disappointment and difficulties. Beyond unrelated stressors, a lot of my frustrations have been centered around feeling disappointed in myself. While I&rsquo;ve made massive strides in strength, mobility, and weight loss, many things I want to do feel out of reach. I&rsquo;ve vastly underestimated how much difficulties still remain in this difficult road.</p> +<p>I can walk for a decent amount of time and do many things I couldn&rsquo;t before, but I struggle to properly appreciate these smaller wins. I am so fixated on what I still can&rsquo;t do that it&rsquo;s very difficult to have the required gratitude for the situation I&rsquo;m in. When I really think about it my quality of life has been transformed in many ways since last Summer, but that&rsquo;s not the same as being finished. While I certainly understood I would still have weight to lose by this point, I fully expected to be able to move better in this body by now.</p> +<p>I&rsquo;ve seriously underestimated the challenges of being 400lbs while also overestimated the mobility and strength progress that could be made over the last few months. These mismatched expectations have had me languishing in frustration and despair. As shocking as it may seem to those who follow these updates, I am regularly feeling like I may never escape these troubles. It is clear to me that the important progress that remains is going to take quite some time. Day to day, I have an arduous struggle of trying to constantly remind myself that things are changing and real progress is taking place. With the understanding that I haven&rsquo;t given myself enough <a href="https://gabe.rocks/sharing/motivation/planting-seeds.mp4">time to grow,</a> I really need to practice patience and gratitude to keep my head in the game.</p> +<h3 id="body-image-troubles">Body image troubles</h3> +<p>In addition to all that, I&rsquo;ve been having very extreme swings in my body image feelings. Some moments I&rsquo;m feeling like things are all coming together and I just need to be patient, and other moments I feel like nothing has changed at all. Despite losing over 150lbs in total, it is still often quite difficult to recognize the progress. I think part of it is that it&rsquo;s only a quarter of my highest body weight, and less than half of what I need to lose in total. Again, it seems that my mismatched expectations were the driving cause of my frustration over the last few weeks.</p> +<p>I can definitely say the difficulties of this journey make it immensely difficult to have a positive self-image. Many of the wide variety of things that are still out of reach for me are all very quick reasons for me to feel useless or like a waste. I have found that working on stress management and getting better sleep does make a big difference. It absolutely makes how hard all this is crystal clear to me. It is very easy to spiral into a typhoon of terror, denial, and self-loathing when things aren&rsquo;t going well.</p> +<p>Something that helped a lot recently was being able to comfortably fit into 4XL clothes, down from 6XL. I effectively &lsquo;skipped&rsquo; 5XL because I don&rsquo;t really intend on buying every size down to whatever I end up at. I underestimated how staying in the clothes I started in for so long would make it harder to appreciate the change. I&rsquo;ve noticed that feeling comfortable in the smaller sizes does quite a lot for physical and even mental comfort.</p> +<h2 id="learning-to-reignite-the-passion-and-drive">Learning to reignite the passion and drive</h2> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/sharing/motivation/better-before-again.webp' +> + + + +</div> +<p>One advantage to doing this as long as I have is that I&rsquo;m beginning to recognize some patterns and cycles. I always get nervous when my weight trends closer to my 2-week moving average. This is because I essentially take it as a sign I&rsquo;m losing momentum. For the last few days, I&rsquo;ve met and gone above the moving average. One of the patterns I need to resolve is stressing out about stress. Whenever my weight isn&rsquo;t comfortably below the moving average, I begin to worry and then worry about worrying which makes things so much harder.</p> +<p>Thankfully this time around, I&rsquo;ve noticed that this exact scenario has happened before. At the start of Winter I can see a very similar pattern where I poke above the average for a brief time. It is reassuring to know that I have faced this before and it does not need to be an unbearable crisis. I guess the transition between seasons is just always a tricky thing for me in this process.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/25-april-meme-chart.webp' +> + + + +</div> +<p>It was really helpful to remind myself that as awful as this all is, it&rsquo;s not permanent. By rediscovering the gratitude for the fact that I can change this situation I am feeling better about this difficult time. I&rsquo;m trying to really put my problem back into perspective so that I can be happy about incremental progress again.</p> +<h2 id="a-question-for-you">A question for you!</h2> +<p>I&rsquo;d really like to know what active hobbies you enjoy! I&rsquo;ve been thinking about how it&rsquo;s difficult for many people to stay active with busy lives so I&rsquo;m very curious to hear about how people overcome this.</p> +<h3 id="recent-finds-roundup">Recent finds Roundup</h3> +<ul> +<li><a href="https://www.youtube.com/watch?v=iFyH5wQ-FVw">What&rsquo;s the Best Way to Train for Health &amp; Longevity?</a></li> +<li><a href="https://youtu.be/wkb_uIrmOuc">THIS is What TRULY Inspirational Fitness Looks Like</a></li> +<li><a href="https://youtu.be/x2hs9Di7Wos">Why We Need to be Relaxed About Our Healing and Stop Hammering Ourselves</a></li> +<li><a href="https://youtu.be/7NtgJhd07_Q">You’re Not Broken, You’re Evolving</a></li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: 🎉 Major Milestone 150lbs down! + https://gabe.rocks/health/wwm-150-milestone/ + Thu, 10 Apr 2025 11:29:52 +0000 + + https://gabe.rocks/health/wwm-150-milestone/ + + + + + https://gabe.rocks//images/down-150.webp?d=1744284592 + + + Months of hard work paying off + <p>I hope you&rsquo;ll enjoy joining me on this walk where I talk about my recent struggles and successes. These are off-the-cuff talks while I go on walks that are lightly edited. Recently I&rsquo;ve started using <a href="https://github.com/DragoonAethis/DenoiseIt">DenoiseIt</a> to clean up the background noise, so listening quality should be reasonably acceptable.</p> +<p>I&rsquo;m thrilled to announce that I&rsquo;ve hit a very exciting milestone. In many ways I can say I&rsquo;ve already transformed my life in a very short time. My quality of life is substantially better in so many ways after a few months of very challenging work. I&rsquo;ve hit the low 420s after being as high as the mid 570s. I&rsquo;m excited to keep pushing hard to reach this year&rsquo;s ambitious goal of being below 300 by the end of 2025.</p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/Oct24-Mar25.mp4'> +</video> + + + +<p>Smaller things are starting to fit and things I&rsquo;m used to wearing are becoming far too big to wear comfortably. I love that I&rsquo;m spending less time thinking about walking relatively short distances, giving me a better sense of agency day-to-day. Currently, I&rsquo;m working on progressing towards being able to do push-ups. I am really enjoying the opportunity to grow much stronger while making radical changes to my body.</p> +<p>I’d like to thank everyone who has shared some kindness and encouragement my way because it has absolutely made what is a very difficult road much easier. I’ve learned so much even just getting to this point. I really enjoy your thoughts &amp; questions a great deal because I know I have much more to learn on the long road remaining. I especially appreciate book recommendations and make sure to add them to my growing “to read” list.</p> +<p>In case you&rsquo;re not familiar with my story, I&rsquo;ve shared <a href="https://gabe.rocks/health/how/">how I got so big</a> and just how bad my <a href="https://gabe.rocks/health/non-stop-eating">eating troubles</a> were.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Big Pain: Soreness and Struggles + https://gabe.rocks/health/big-pain/ + Sat, 29 Mar 2025 15:35:58 +0000 + + https://gabe.rocks/health/big-pain/ + Struggling to be patient + <h2 id="progress-update">Progress update</h2> +<p>I continue to make progress despite being incredibly beaten down emotionally, physically, and mentally. I&rsquo;ve successfully reached this month&rsquo;s target of beating the previous month&rsquo;s weight loss. I&rsquo;ll be down over 20lbs in March, beating February&rsquo;s 15lbs. Even better, I&rsquo;m finally on track to meet my annual goal of losing 200lbs in 2025. As I&rsquo;m writing this I am just under 50lbs down for the year already, a quarter down in a quarter.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/25-03-chart-monthly.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/25-03-chart-monthly.webp' +> + +</a> + + + +</div> +<p>Swimming is also going quite well. I broke a new record for continuous swimming time last week. I was able to swim at a consistent pace for 43 minutes straight. It was difficult, but showed me I&rsquo;m able to accomplish much more than what I think is possible in the moment. The plan is not to push for a whole hour, but be able to at least hit 30 minutes of continuous swimming twice a week.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/25-03-chart.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/25-03-chart.webp' +> + +</a> + + + +</div> +<p>If none of this was ambitious enough, I&rsquo;m also working towards a new goal: attempting push-ups. I&rsquo;m very far from being able to move the full range of motion, but the hope is to be able to complete them in the future. Recently I&rsquo;ve been not only doing modified push ups with a bar, but also attempting to move from a plank position downwards. I estimate I&rsquo;m only moving down an inch or so, but it is something I&rsquo;ll be working to improve on as time goes on.</p> +<h2 id="under-recovering">Under-recovering</h2> +<p>I wish I could say I feel good and/or accomplished. Truthfully I&rsquo;ve been feeling absolutely terrible lately. I&rsquo;ve been so worn down to the point it&rsquo;s been difficult to think at all. It reminds me of a quote from my World of Warcraft days: &ldquo;<em>If your WoW (World of Warcraft gaming) interferes with your life that&rsquo;s one thing, but if your life interferes with your WoW you have a problem</em>&rdquo;. It seems that in trying to push myself as hard as I could, I may have been characteristically impatient about it and pushed too quickly.</p> +<p>Recovery is very much my Achilles&rsquo; heel when it comes to overall health. It&rsquo;s the first thing I &lsquo;<em>put on the backburner</em>&rsquo; and the last thing I tend to improve. It&rsquo;s clear that my pains and exhaustion are a consequence of not prioritizing proper recovery for the workload I hoped to take on. I was actually in denial about it for quite some time. I took for granted that at my size, I was unable to actually push myself &ldquo;too hard&rdquo; and that I was very far away from ever actually pushing my limits. It seems the problem is not with the targets themselves, but how I&rsquo;ve been pacing myself.</p> +<p>The first thing I noticed as things started to take a toll on me was that it was incredibly hard to focus on anything. The only lucid moments that remained were when I was doing my exercises. Then I noticed that my performance was dropping, but I was quick to attribute it to other causes or blame myself for not trying hard enough. Eventually, I would begin to get more and more sore and hear pops and cracks in places I wasn&rsquo;t before. One would think all this would stop me, but it was only once I bough wrist weights for walking and using them made me a new level of sore that I began to realize I had pushed too hard.</p> +<p>While I am glad I&rsquo;m able to push very hard, I struggle with accepting that I have limits. To many it would be intuitively obvious that someone my size would have hard limits, but I&rsquo;ve come so far that I&rsquo;ve been so used to pushing harder and getting more out of it. I am determined to keep pushing hard, but I am deciding to give myself a large break this upcoming week to prioritize actual recovery. I am hoping this temporary cut-back will give me the time to be recharged to push hard consistently again. I want to make sure that this setback doesn&rsquo;t deter me from my ambitious goals, but I take as an instructive failure to teach myself to recognize when my actual limits are near.</p> +<h3 id="on-pain">On pain</h3> +<p>As I&rsquo;ve experienced, there are three types of pain one gets from regular exercise. The first is the intense pain one experiences when they begin training part of their body that has never been used like that before. In my experience, this is the worst of it. It&rsquo;s unavoidable, and as I&rsquo;ve shifted my focus from lower-body to upper body I&rsquo;ve had to face it all over again and it feels like it just never ends. The good news is that it does end and gradually shifts into the second type of pain. As the body gets used to strengthening particular muscles, the pain shifts from an intense cold sharpness to more of a dull warm firmness. This isn&rsquo;t fun either, but is at least an order of magnitude easier to deal with. The last type of pain is from outright injury. Doing some kind of structural damage generally impairs you one way or another. I am glad that I haven&rsquo;t had any injuries that have impaired my ability to keep going, but I&rsquo;m learning that I do need to be careful.</p> +<p>Personally, I can&rsquo;t quite trace it but physical and emotional pain are inextricably linked in my mind. If I&rsquo;m feeling sore, I am compelled to feel like I am worthless. I speculate this manifests from my learned helplessness. If I&rsquo;m in pain from trying to do something and fail, it must mean that I am deficient and therefore a problem or a burden. I am still working to improve this, but progress is quite slow. I&rsquo;ve mentioned it before, but I&rsquo;ve found &lsquo;recovery days&rsquo; to be so much harder than training days because I feel stuck with the pain but none of the sense of accomplishment. This has created a vicious cycle where I&rsquo;m too worn down to do things on rest days, so I feel even worse about them. Moving forward I&rsquo;m going to try to use my ability to focus on non-exercise related things as a barometer for how well I&rsquo;m recovering.</p> +<p>The present moment is very hard for me, but I am quite optimistic I will come out of this much better. Learning to grow stronger has taught me that pain often isn&rsquo;t a &ldquo;no&rdquo; but a &ldquo;not yet&rdquo; signal from the body so long as one has reasonable expectations. It seems that just as I need to be patient for weight loss to happen, I also need patience for giving my body time to adapt to new changes. I will admit, it&rsquo;s very disheartening to have regular, stark, painful reminders that I&rsquo;m still so far from being able to accomplish so many &lsquo;basic&rsquo; things. It&rsquo;s genuinely very frustrating to have come so far and still feel the <a href="https://gabe.rocks/health/challenges/">frustrations and limitations of my size.</a></p> +<h2 id="whirlwind-of-frustration">Whirlwind of frustration</h2> +<p>I&rsquo;ve been disappointed in myself for not getting much done outside of my exercise schedule. Part of this has also been to me being stressed and frustrated about things not directly related to this journey. I&rsquo;ve been <a href="https://vicparkpetition.substack.com/p/canadian-guest-author-the-true-north">quite worried</a> about the whole <a href="https://www.cbc.ca/news/world/carney-trump-canada-us-talks-trade-security-1.7496677">USA Canada trade war</a> thing that&rsquo;s whipped up Canadians into fake-patriot fury. I feel entirely burnt out of my capacity to participate in wider discussions. This is in part because I&rsquo;m really reflecting on lessons I&rsquo;ve learned over the last few years, and many of them are no joy at all.</p> +<p>I&rsquo;m grateful that this journey has taught me many things, but it also brings many difficult feelings to the forefront. I hate still being this big. I can&rsquo;t stand not being able to do the things I&rsquo;d love to do and continuing to feel so far away from it. It makes the serious progress I&rsquo;ve made feel so bittersweet. Every bit more I can do makes the sting of being unable to do other basic things much harder to endure. With all this, I&rsquo;ve been doing a terrible job at managing the stress of it all. I&rsquo;m thinking in the future I need to come up with more proactive stress management strategies, rather than just addressing things when they get too difficult to deal with.</p> +<h2 id="recent-finds">Recent finds</h2> +<h3 id="nicks-journey">Nick&rsquo;s Journey</h3> +<p>I stumbled on Nick&rsquo;s video <a href="https://youtu.be/hcmIrI9AQuQ"><em>How Hard Is It to Lose 100 kg (220 lb) in a Year?</em></a> He&rsquo;s done a great job documenting the journey and brings up many things that are incredibly familiar to me. I appreciate Nick putting his journey out there and sharing the highs as well as the lows. I&rsquo;ll admit it was quite hard to watch this because it felt very much like looking in the mirror with all the similarities. When I remember having some nit-pick disagreements with some of the things he said, but I&rsquo;ll chalk that up to us being different people. What I would absolutely echo Nick on is that it is an incredibly tough journey that is challenging as well as rewarding. Maybe once I&rsquo;ve made it to where I want to be it would be neat to talk with Nick sometime.</p> +<h3 id="what-is-enough">What is enough?</h3> +<p>If there was anything that really clued me in to the fact that I have to really focus on my moderation when it comes to pushing hard it would be the NASM talk <a href="https://youtu.be/dIlTyRspyTk"><em>Optimize is a 4-Letter Word</em>.</a> Consistency is the name of the game, but Darlene Marshall does a great job of asking &lsquo;<em>what is enough?</em>&rsquo;. The talk was a great reminder that chasing perfection and optimization can often sabotage satisfaction and even results. It was quite timely for this to come out when it did because it&rsquo;s helping me refocus my energies on appreciating the wins and prioritize longer term progress.</p> +<p>Since reading <a href="https://archive.org/details/foodpoliticshowf00nest"><em>Food Politics</em></a> I&rsquo;ve been reflecting on the broader concerns related to the intersection of health, business, and politics. NASM hosted another talk on <a href="https://youtu.be/Qlgm1mS9bp8"><em>The Truth About How Supplements Are Regulated</em>.</a> The talk includes many warnings to consider when one is trying to get into using various health supplements. The most obvious concerns being does the supplement contain what it claims to, are there additional additives, and does it actually work? As far as I understand it, this isn&rsquo;t easy territory to navigate.</p> +<h3 id="the-dark-side-of-fitness">The dark side of fitness</h3> +<p>The Bioneer takes on the difficult topic of <a href="https://youtu.be/NR0Y1xqua44">Fitness and Mental Health.</a> He does an excellent job talking about the limits of oversimplified advice on exercise and lifestyle. I like how he does a great job drawing the fine line between &ldquo;training to live&rdquo; vs &ldquo;living to train&rdquo;. He points out there are many phenomenal benefits to exercise, but it&rsquo;s far from a &lsquo;silver bullet&rsquo; that will cure all your problems in one simple stroke. He directly takes on the concern that for those who are stuck in &lsquo;bigorexia&rsquo;, or just the perception that more muscle is better, can fall into the trap of abusing performance enhancing drugs.</p> +<p>This doesn&rsquo;t come from nowhere. Many of the people I take seriously in the fitness space will decry how influencers are often damaging to the cause of helping people take care of their health. Lyle McDonald explains how <a href="https://youtu.be/18ljd42eXr4">Fitness POISON is Everywhere</a> and how it effects those trying to start their journey. Lyle points out that the hypocrisy and judgement prevalent on social media is often counter-productive and ultimately harmful. It&rsquo;s a little amusing to hear this because I see the same patterns in the areas I pay attention to, it seems that no niche is safe from this problem. Money, politics, and status-seeking behaviors all impact conversations online and one always has to be careful where they put their trust.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + New video: March Update + https://gabe.rocks/health/25-march-update/ + Sun, 16 Mar 2025 20:17:12 +0000 + + https://gabe.rocks/health/25-march-update/ + + + + + https://gabe.rocks//images/food-politics.webp?d=1742156232 + + + Reading progress, recent milestones and thoughts + <p><a href="https://peertube.libresolutions.network/w/59mPSBr2vrx6BR8rNsy81o">Watch video on PeerTube</a> or on <a href="https://microdosingfailure.substack.com/p/25-march">Substack.</a></p> +<p>I&rsquo;ve recorded a stream of consciousness about my situation. I share my recent progress and changes I&rsquo;m trying to make. Things are going quite well, but I’m finding it all quite difficult. I&rsquo;m really trying to learn how to keep the intensity up without sacrificing consistency.</p> +<p>I was able to filter out a lot of background noise with <a href="https://github.com/DragoonAethis/DenoiseIt">DenoiseIt.</a> I was pleasantly surprised at how it turned out and I&rsquo;m considering using the script on my future <a href="https://gabe.rocks/tags/walk-with-gabe">walk with me</a> installments. Unless you really like having the ambient noise, if so let me know.</p> +<h3 id="-recent-milestones">🎉 Recent Milestones</h3> +<ul> +<li>hit a new low below 440lbs (<em>over 130lbs down!</em>)</li> +<li>able to reach my feet well enough to put on socks with the help of a chair.</li> +<li>gone down a size in my shorts, everything I’ve started out with is far too big</li> +<li>walking faster more consistently</li> +<li>successfully stuck to my ambitious &ldquo;active 5 days a week&rdquo; target for the last month</li> +</ul> +<h3 id="-reading-progress-food-politics">📔 Reading Progress: Food Politics</h3> +<p>Reading <a href="https://www.goodreads.com/book/show/19132.Food_Politics"><em>Food Politics</em> by Marion Nestle</a> was quite the eye-opener. As somebody quite new to understanding basic nutrition, it was fascinating to get a look into some of the contentious issues. It was interesting to learn about the &lsquo;food fight&rsquo; over the USA&rsquo;s Food Pyramid, as well as other more nuanced issues like food fortification and supplement regulation. The book introduced me to the complicated politics surrounding nutrition, which opened my eyes to the fact that even basic health has been political for longer than I knew.</p> +<p>This is something I want to learn all I can about, given that it seems that health is only going to become more political over time. The push to collect health information for the purposes of integrating healthcare with AI is a non-trivial concern that seems to have principle relevance to <a href="https://www.michaelgeist.ca/2025/03/law-bytes-podcast-episode-228/0">Canadian health care.</a> If nothing else, it is clear that food and nutrition will not be spared from mass surveillance and control. Just as it is important for us Free Software advocates to consider how governments and Big Tech imposes a worse digital landscape, we should consider how &ldquo;Big Ag&rdquo;, Pharma, and governments are interested in shaping the future of food.</p> +<p>Reflecting on it, I think the book is very helpful for anybody interested in a more nuanced perspective on nutrition. In a time where many people are getting their information from sub-optimal sources, it was nice to get a perspective from somebody who worked &lsquo;inside the system&rsquo;. I certainly have different preferences than the author on many things, but I found the book very useful for understanding the broader context. In some ways, it has changed how I look at other issues I care about.</p> +<p>The author has quite a few talks and lectures on YouTube, which I&rsquo;ll share for context. I feel the need to point out that with an open mind, one doesn&rsquo;t need to agree with her politics or dietary preferences to learn a great deal. I have my own strong disagreements with the author on many things, but have learned a great deal about how we&rsquo;ve arrived where we are.</p> +<ul> +<li><a href="https://youtu.be/6MlGmVU7U6g">What to Eat | Marion Nestle | Talks at Google</a></li> +<li><a href="https://youtu.be/A8y0RCwtPTo">Marion Nestle, &ldquo;Unsavory Truth&rdquo;</a></li> +<li><a href="https://youtu.be/9cY4D3aQbSY">Marion Nestle: &ldquo;Politics in Action: The Environment of Food Choice&rdquo;</a></li> +</ul> +<p>I do really appreciated having the opportunity to learn from someone with a radically different background and perspective. I&rsquo;ve still got a lot more to learn. I&rsquo;ll be on the lookout for more resources on nutrition and the broader health picture. I would really appreciate any recommendations! I&rsquo;d be especially interested in suggestions on books that cover overall nutrition or even specific questions like GMOs.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: Learning to fail + https://gabe.rocks/health/wwm-2025-03-04/ + Tue, 04 Mar 2025 20:16:19 +0000 + + https://gabe.rocks/health/wwm-2025-03-04/ + + + + + https://gabe.rocks//images/workout-log.webp?d=1741119379 + + + Going down in sizes and facing hunger head-on + <p>I spent some time reading through Lyle McDonald&rsquo;s <a href="https://bodyrecomposition.com/fat-loss/training-the-obese-beginner"><em>Training the Obese Beginner</em></a> series. While I&rsquo;ve got a few months of training under my belt, this guide certainly did a great job reminding me that I&rsquo;m still very much a beginner when it comes to training. While not a surprise, I had already been considering that I need to understand more to push my strength training to the next level.</p> +<p>In his series of posts, Lyle McDonald explains how the goal for any beginner, but especially obese ones is to <em>train to train</em>. It&rsquo;s counter-intuitive, but if you&rsquo;re completely out of shape, you need to rebuild a foundation to truly launch from. I&rsquo;ve underestimated the difficulty of this alone. A part of me fully expected to be done all that by now. Reading through <a href="https://bodyrecomposition.com/fat-loss/training-the-obese-beginner">that guide</a> definitely put how far I truly am from that into perspective.</p> +<p>To really get the most out of it, I need to focus on measuring <a href="https://gabe.rocks/health/progression/">progression</a> in an objective and consistent way. I also need to plan out my workouts rather than just doing what I feel like doing once I&rsquo;m there. Another thing I need to get better at is pushing exercises towards failure. I&rsquo;m starting to recognize that at my phase, the priority is to <em>practice</em> the many movements, rather than necessarily push numbers.</p> +<p>The intricacies of actually learning to use your own body is something I&rsquo;m only beginning to understand. Understanding theory only goes so far, putting it into practice is the important part. It&rsquo;s totally mind-boggling to realize how little body awareness I&rsquo;ve started with and how slowly it develops. There is a lot to look forward to, and I&rsquo;m excited to learn along the way.</p> +<h2 id="fitting-into-old-clothes">Fitting into old clothes</h2> +<p>I&rsquo;ve hit a pretty emotional milestone. Since I&rsquo;m down over 120lbs now, I decided to try on some of my old clothes that I grew out of in the last few years. Getting more clothes to fit to only grow out of them is a pretty brutal emotional process, reversing this is very gratifying. I remember tearing up a little bit as something I remember being too tight and uncomfortable actually feeling loose. It sounds weird, but these clothes are stark reminders of all I went through in them. Being able to put things on that didn&rsquo;t even fit when I bought (and couldn&rsquo;t return) them was quite the experience.</p> +<p>Almost everything I started this journey with is incredibly loose and oversized. I am absolutely ecstatic to begin the spring with better fitting shorts! I&rsquo;ll admit, I still struggle to feel the progress I&rsquo;ve actually made, but wearing some pants that certainly wouldn&rsquo;t fit before definitely makes it feel more real. I&rsquo;ve kept a decade&rsquo;s worth of my old clothes, so I&rsquo;ll have tons to get through and look forward to on the way down. It&rsquo;s certainly helpful that I kept my old clothes, because I wouldn&rsquo;t be able to afford getting new clothes at this rate!</p> +<h2 id="revenge-of-the-hunger-signals">Revenge of the hunger signals</h2> +<p>To <a href="https://gabe.rocks/health/eating-progress/">get control</a> over my intake, I leaned quite a bit on having one-meal-a-day (OMAD) for convenience and simplicity. People regularly recommend intermittent fasting as a weight loss strategy, but I came across some information that changed my mind. It logically follows that your body can only turn so much protein into muscle (or repairing muscle) in a given amount of time. This means that when you fill yourself with your daily protein all in one meal, it&rsquo;s possible that a non-trivial amount of that protein is &lsquo;wasted&rsquo; to be burned for energy.</p> +<p>When I began switching to trying to equally distribute protein throughout the day, I was stunned at how quickly and ferociously hunger appeared. Instead of being perfectly satiated with a single large meal until the next one, I was immediately catching myself counting the minutes until the next meal. This intuitively makes sense. As less protein is available for energy, the body is being forced to lean more on burning fat and bringing in other sources of energy. At least, that&rsquo;s the situation as I understand it. It could be entirely placebo, but I can say I definitely feel quite differently after making the change.</p> +<p>I&rsquo;ve been taking this as an opportunity to really face my hunger head-on. I&rsquo;ve mentioned before that the more I exercise, it&rsquo;s really the physical pain that is a bigger challenge than hunger at this point. My hope is that if I can continue to push through this, I will be in a better position to tackle the inevitable increase in hunger signals as I leave obesity and become merely overweight. I can say, I&rsquo;m glad I&rsquo;m so neurotic about all this, because I&rsquo;ll have a great deal of trial-and-error to share with anyone who is curious.</p> +<h2 id="looking-forward-to-making-you-all-proud">Looking forward to making you all proud</h2> +<p>What&rsquo;s really stunned me now that I&rsquo;m below 450lbs now, is that I&rsquo;m not that far from being below 400lbs. At my current rate of progress I&rsquo;ll be below 400 in less than three months. I have so much to look forward as I continue to push through these milestones. It&rsquo;s quite funny how day-to-day I feel like I&rsquo;m not loosing enough, but when I think about how I really only began making measurable progress last September, it hasn&rsquo;t been that long at all. After building a bit of a runway to get started, I feel confident I can soar higher than even I thought possible. It&rsquo;s actually quite surprising to me how quickly I&rsquo;ve blasted through the 400s in a relatively short period of time. I definitely expect the 300s to be slower, but also a lot more fun.</p> +<p>I&rsquo;ll be working hard to reach my ambitious targets and share the challenges and reflection along the way. I greatly appreciate the attention, encouragement, and kindness from those following my journey. One of the things I&rsquo;ve begun to understand is how applicable much of what I&rsquo;m doing is to other problems in life. One of the things I&rsquo;ll never forget is how much a difference a little kindness makes.</p> +<h2 id="new-resources">New Resources</h2> +<p>I&rsquo;ve started adding various weight loss &amp; fitness resources to <a href="https://gabe.rocks/docs/#/page/weight%20loss%20resources">my knowledge graph.</a> The hope is to eventually put together a full picture of the process as I understand it, but in the short term it will be where I put links and references as I discover them. I have a weakness for informative information delivered via humorous cartoons. <a href="https://www.youtube.com/channel/UCAo68fdu-hYfgO0y0n-J8qg">Trainer Winny</a> is a great YouTube channel I&rsquo;ve recently stumbled on. You&rsquo;ll hopefully like <a href="https://youtu.be/tQD8q48rfQc"><em>5 Things I Wish I Knew When I First Started Lifting</em>.</a></p> +<h3 id="more-motivational-memes">More motivational memes</h3> +<p>I spent some time browsing to see what I could find. I found it fascinating how many of the &lsquo;motivational&rsquo; memes out there are just about getting rich and &lsquo;getting it all&rsquo;. I appreciate the many examples where they show that there is more to this life than just that. Feel free to browse the entire <a href="https://gabe.rocks/sharing/motivation">collection</a></p> +<p><div class="gallery"> + +<a href='https://gabe.rocks/sharing/motivation/keep-on-going.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/keep-on-going.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/moments.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/moments.mp4'> +</video> + +</a> + + + +</div> +<div class="gallery"> + +<a href='https://gabe.rocks/sharing/motivation/there-is-always-we.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/there-is-always-we.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/you-got-this.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/you-got-this.mp4'> +</video> + +</a> + + + +</div></p> +<p>Thank you for reading this through RSS 📡</p> + + + + 🎉 Major Milestone: Below 450 + https://gabe.rocks/health/under-450/ + Thu, 27 Feb 2025 00:00:00 +0000 + + https://gabe.rocks/health/under-450/ + https://gabe.rocks//images/incredible.webp?d=1740614400 + + + Reflecting on recent progress and the road ahead. + <p>2025 is off to a great start. I am now quite confident that I&rsquo;ll be able to continue to make progress despite Winter. With Only a month left of the season, I&rsquo;m very happy that it has been a victory. All the effort facing the cold has absolutely paid off. I&rsquo;ve recorded this vlog to share some of my recent thoughts as I hit this milestone. By weighing in at 449 yesterday, I&rsquo;ve successfully lost more weight this month than last, which is my metric for success this month. Naturally, the goal for March is to lose more than February.</p> +<h2 id="mobility-gains">Mobility Gains!</h2> +<p>In the last year, I&rsquo;ve made a remarkable amount of progress on mobility. When I first started at the gym, it would be difficult for me to stand still for more than a few seconds. Getting off the floor wasn&rsquo;t something I could do without help. Now I&rsquo;m able to do so much more! Getting stronger and more active has transformed my life in many ways and has certainly helped me feel more confident and capable.</p> + +<a href='https://gabe.rocks/video/mobility-montage.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/mobility-montage.mp4'> +</video> + +</a> + + + +<p>I&rsquo;m really starting to enjoy getting stronger. Maybe the addiction is already starting. 😅 One can hope&hellip; While I&rsquo;m very far from where I would like to be, I feel better in many ways. Getting stronger involves quite a bit of pain, but I&rsquo;m learning to withstand that more and more. This trial-by-fire has done wonders for my mental state and I am very grateful for the chance to make radical changes.</p> +<h2 id="updates">Updates</h2> +<h3 id="reading-progress">Reading Progress</h3> +<p>Semi-recently I read <a href="https://www.goodreads.com/book/show/216883338-becoming-a-mentally-tough-motherf-cker"><em>Becoming a Mentally Tough Motherf</em>cker: How Elite Powerlifting Made Me a Better Person, Parent*</a> by Sumi Singh. I&rsquo;d wholeheartedly recommend it for anyone. It&rsquo;s something I plan to revisit many times on my journey. It&rsquo;s a short but invaluable guide on how to take on difficult challenges, and is very applicable to my situation.</p> +<p>I&rsquo;m halfway through reading <a href="https://www.goodreads.com/book/show/19132.Food_Politics">Food Politics.</a> I&rsquo;ve learned a variety of interesting points of contention when it comes to nutrition and public health. I&rsquo;ve been slacking a bit on reading lately, but I&rsquo;m looking forward to finishing it. The main take-away from the book I have so far is that the conversation is so much more contrived than I had initially assumed.</p> +<h3 id="sharing-resources">Sharing resources</h3> +<p>I&rsquo;ve decided to start (slowly) adding <a href="https://gabe.rocks/docs/#/page/weight%20loss">weight loss</a> and fitness information to my <a href="https://gabe.rocks/docs">personal documentation</a>. The idea is to at least record resources I&rsquo;ve found helpful or informative. This will also help me see if I understand the problem well enough to build up my own mini-wiki about it.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: Pushing forward + https://gabe.rocks/health/walk-with-me-25-02-22/ + Sun, 23 Feb 2025 00:00:00 +0000 + + https://gabe.rocks/health/walk-with-me-25-02-22/ + + + + + Struggling but holding on + <p>Feel free to listen to this off-the-cuff rant &amp; reflection of my recent progress. These monologues are recorded primarily for my own benefit. Very light edits are done to remove some pauses and repetitions, but the audio itself is very raw.</p> +<h2 id="recent-progress">Recent Progress</h2> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/2025-02-month.webp' +> + + + +</div> +<p>Despite recent challenges, things are going quite well. I&rsquo;m sore and quite tired a lot of the time, but I&rsquo;m definitely reaching ahead. I&rsquo;ve successfully completed three weeks back to my fall schedule of being active 5 days a week. It&rsquo;s certainly very demanding, but looking at my weight loss spreadsheet I can see the difference. I have a daily loss averaged over the last month and it&rsquo;s gone from 0.5/lbs/day to 0.7 since the start of February.</p> +<p>I&rsquo;m very close to being below 450. This is incredibly exciting to me. Not only does this mean I&rsquo;m down over 120lbs, but I spent a long time around 400lbs during my adult life. Getting consistently below that will be a concrete sign that I&rsquo;m making serious permanent progress. Just the other day, I realized I can finally fit in the bus stop seating. As I&rsquo;m writing this, I&rsquo;m wearing a 4xl t-shirt I was gifted from the gym I signed up at. I can put it on without stretching it! Meaning I&rsquo;m down from 6xl.</p> +<h2 id="am-i-losing-the-weight-too-fast">Am I losing the weight <em>too fast?</em></h2> +<p>In the recording I spend some time explaining why I feel the need to push as ambitiously as I can. In short much of it has to do with having the privilege of being able to focus on this as my top priority. The other major factor is just the fact that I&rsquo;m sick of being this large and helpless. The progress I&rsquo;ve made so far have really just given me a taste for a more capable life that I am desperate to start living. While I may be pushing hard, I know I&rsquo;m quite far from any serious hard limits. I&rsquo;m seeing that what I&rsquo;m able to do is still far less what what I&rsquo;m likely able to safely do. So I continue to gradually and methodically test my limits while trying to do the best I can to take care of the basics.</p> +<h2 id="dont-sweat-the-small-stuff">Don&rsquo;t sweat the small stuff</h2> +<p>I think the biggest paradox of weight loss is the advice &ldquo;<em>Don&rsquo;t sweat the small stuff, then it&rsquo;s all small stuff</em>&rdquo;. It&rsquo;s genuinely important to not obsess over minute day-to-day stressors, but to begin making changes one does have to focus on basic living choices. So while starting out, it seems like you&rsquo;re doing nothing but &lsquo;sweating the small stuff&rsquo;. Eventually, you can build good habits that begin to build the foundation for a better lifestyle. At that point, then you need to tune out &ldquo;the small stuff&rdquo; and stay focused on consistency without being completely derailed by stressing out about some small failure or setback.</p> +<div style="width:100%"> + <table style="font-size:14px;"> + <tr> + <th colspan="4"> + <h2 style="text-align: center;">📉 Weight Tracker</h2> + </th> + </tr> + <tr> + <td><strong>Starting Weight</strong></td> + <td><strong>Current Weight</strong></td> + <td><strong>Weight Lost</strong></td> + <td><strong>Goal Weight</strong></td> + </tr> + <tr> + <td>576</td> + <td>379.6</td> + <td>196.4</td> + <td>15% BF</td> + </tr> + <tr> + <td colspan="4"> + <h3 style="font-size:x-large;">2025 Goal: 200lbs in 2025 challenge</h3> + <div + style="border:3px solid var(--color-accent);align-items: flex-start;justify-content: flex-start;margin:5px;border-radius:15px;overflow: hidden;"> + <div style="width:49.7%;padding:10px;background-color:var(--color-accent);color:black;font-weight: bolder;font-size:larger;">49.7% + </div> + </div> + <p style="margin:5px;text-align: left;width:fit-content;font-size:large;">This year's goal is to lose <strong>200lbs</strong> in 2025!<br>Current progress: <strong>99.4lbs</strong> out of 200! + <br>A bit behind schedule! 😓</p> + </td> + </tr> + <tr> + <td colspan="4" style="text-align: center;">Last updated: 2025-07-06</td> + </tr> + </table> +</div> +<div> + +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + Sharing some difficult feelings about losing weight + https://gabe.rocks/health/early-changes/ + Mon, 17 Feb 2025 00:00:00 +0000 + + https://gabe.rocks/health/early-changes/ + + + + + Anxious about changes, building momentum, and failure + <p>This is an off-the-cuff rant about some of the feelings I&rsquo;ve been recently struggling with as I lose the weight. While things are going well, there are some small things that have been getting me down lately. In short, I am daunted by the fact that I actually have no idea what I will look like at a healthy body weight. Having never been a reasonable weight during my adult lifetime, I actually can&rsquo;t comprehend what I will look like.</p> +<p>I&rsquo;m also recognizing is that it is quite hard to keep up the momentum at times. Despite really making a great deal of progress on adopting healthy habits, I definitely feel how hard it is to keep going. It seems that losing the next 10lbs will always be as challenging as the last 10lbs. On top of all this, I&rsquo;ve been struggling not to dwell on the opportunity costs of getting this big in the first place. It&rsquo;s very hard to face the fact that my situation was, and still is quite dire.</p> +<p>Despite all this, I am confident I will continue to make progress. I&rsquo;m continuing to lose a great deal of weight, and I&rsquo;m keeping to my exercise schedule. I have a great deal to be thankful for and a lot of that is the kindness, support and encouragement I&rsquo;ve received. As tough as this journey is, I do have a lot motivating me to keep moving forward.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Over 450lb guy shovels snow for over an hour (timelapse) + https://gabe.rocks/health/shoveling-snow/ + Sat, 15 Feb 2025 00:00:00 +0000 + + https://gabe.rocks/health/shoveling-snow/ + https://gabe.rocks//emoji/lift.svg?d=1739577600 + + + A gratifying triumph against the cold. + <h2 id="turning-mass-into-moved-mass">Turning mass into moved mass</h2> +<p>There&rsquo;s been quite a bit of snow recently. To really push my limits and see how far I&rsquo;ve come I decided to tackle a pretty serious shoveling job. There was a lot left over from yesterday, so I decided to film me getting the last of it done. I&rsquo;ve put together a 20x speed timelapse of me spending an hour clearing out the rest of it. I did record audio while doing the shoveling, but that&rsquo;s more for myself so I can spare you all the huff and puffing. It was fun practicing getting some outdoor footage. The tripod kept falling over so I had to reset it a few times.</p> +<p><em>If music doesn&rsquo;t work, try <a href="https://peertube.libresolutions.network/w/rVSaKfif78L6MHWWbYMgFF">here</a> or <a href="https://microdosingfailure.substack.com/p/shoveling">here</a> it&rsquo;s possible the audio may just be muted.</em></p> +<p>It was immensely gratifying to get this done. All the lifts I&rsquo;ve done, all the work put into getting stronger really paid off here. It was quite the experience to be able to keep going when it wasn&rsquo;t so long ago that even getting up off the ground was a huge challenge. I may not be where I&rsquo;d like to be in terms of cardiovascular strength, but I&rsquo;ve definitely noticed a huge improvement from the &ldquo;early days&rdquo;. I feel strong in more ways than just physical. This was a daunting task that absolutely would have been out of reach not that long ago, and certainly felt out of reach when approaching it.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/snow-machine.webp' +> + + + +</div> +<p>I&rsquo;m absolutely sore and worn out from the ordeal, but I&rsquo;m very pleased with having some hands-on proof to myself that I am much more capable. Doing it was hard, but watching the video afterwards makes me feel downright heroic. Getting out of chairs is still something I brace for, so I really appreciate having this to show me that I&rsquo;m capable of a lot more than I would initially assume. I&rsquo;ve re-watched this several times and really can&rsquo;t believe &ldquo;I did that.&rdquo; Being able to go from &ldquo;I can&rsquo;t do anything&rdquo; to &ldquo;I was able to do that&rdquo; is making me feel really quite great.</p> +<p>I’m over the moon to be under 460 now! I’m hoping I can be at or below 450 by the end of the month! I’m pushing hard but I’m confident I can get close by then. The long term chart is starting to look pretty decent. It almost looks like I know what I’m doing. 😆</p> +<p>Thank you all for following these updates and especially those of you who take the time to write to me. The encouragement I&rsquo;ve received from many of you has meant a great deal to me. I hope to impress you all with lots of work and rapid weight loss come spring and summer. I expect I&rsquo;ll look at least a bit different by 2026. I have a long road ahead of me, but I am much more confident that I can continue to (safely!) push my limits.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: Reflecting on the changes + https://gabe.rocks/health/walk-with-me-25-02-07/ + Fri, 07 Feb 2025 00:00:00 +0000 + + https://gabe.rocks/health/walk-with-me-25-02-07/ + + + + + https://gabe.rocks//images/2025-01-watch.webp?d=1738886400 + + + Recent updates and thoughts + <h2 id="getting-back-in-gear">Getting back in gear</h2> +<p>I recorded short walks before and after making my way to the pool. I&rsquo;m pushing hard to re-gain my fall schedule, where I&rsquo;m at the gym three times a week and going to the pool twice a week. I&rsquo;m thrilled to say I&rsquo;ve been successful this week.</p> +<h3 id="changes-now-that-ive-lost-first-100-lbs">Changes now that I&rsquo;ve lost first 100 lbs</h3> +<p><strong>Mobility</strong></p> +<ul> +<li>I&rsquo;m able to get off the floor un-assisted.</li> +<li>Able to stand for long periods of time, balance is better.</li> +<li>Falling hardly ever, much less than before.</li> +<li>Can walk longer distances without soreness</li> +<li>Better body awareness</li> +<li>Squats &amp; deadlifts with weight on the bar</li> +<li>Walking lunges</li> +</ul> +<p><strong>Food</strong></p> +<ul> +<li>Able to control my eating</li> +<li>Cooking for myself regularly</li> +</ul> +<p><strong>Other</strong></p> +<ul> +<li>Exercise is helping mood a lot</li> +<li>Getting more reading done</li> +<li>Clothes are getting real loose</li> +</ul> +<h4 id="bigfoot-footage-of-me-doing-lunges-at-460lbs">&ldquo;Bigfoot footage&rdquo; of me doing lunges at 460lbs</h4> +<p>I got my first lunges on video, but unfortunately it was sent to me over SMS and Apple -&gt; Android compresses the heck out of it. I&rsquo;ll have to make sure to get a good recording in the future!</p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/first-lunges.mp4'> +</video> + + + +<h3 id="related">Related</h3> +<ul> +<li><a href="https://gabe.rocks/health/minnesota-mom/">Dear Minnesota Mom</a></li> +</ul> +<p><div class="gallery"> + +<a href='https://gabe.rocks/sharing/motivation/good-things-everywhere.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/good-things-everywhere.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/true-inspiration.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/true-inspiration.mp4'> +</video> + +</a> + + + +</div></p> +<p>Thank you for reading this through RSS 📡</p> + + + + Dear Minnesota Mom + https://gabe.rocks/health/minnesota-mom/ + Thu, 06 Feb 2025 00:00:00 +0000 + + https://gabe.rocks/health/minnesota-mom/ + https://gabe.rocks//images/haha-yes-rock.webp?d=1738800000 + + + Answering a tough question + <h2 id="inbox-flood">Inbox flood</h2> +<p>I had the pleasure of being featured on <a href="https://corbettreport.com/how-to-really-resist-digital-id/">The Corbett Report</a> to talk about the <a href="https://libresolutions.network">Libre Solutions Network</a> and the <a href="https://gabe.rocks/docs/#/page/digital%20identification">digital ID</a> agenda. James Corbett has a large audience of wonderful and thoughtful people, so it was to be expected that people would reach out after my interview. I&rsquo;m hoping to get back to many of those who&rsquo;ve contacted me, but this particular email got top priority.</p> +<h2 id="weight-loss-question">Weight loss question</h2> +<blockquote> +<p>My daughter is in a similar situation. It is a subject that is so touchy to her&ndash;we barely ever talk about it. I so fear saying or doing the wrong things. My heart is breaking cuz I don&rsquo;t know really how to help.</p> +<p>Plz, if you could help by telling me what type of things that are the right kind of way to be supportive&ndash;type of things to say &amp; do, I would be eternally grateful.</p> +<p>Thank you so much for sharing your journey &amp; allowing people to better understand &amp; ask questions. ❤️</p> +<p>Minnesota Mom</p></blockquote> +<p>I&rsquo;ll admit this was a daunting question to receive. +I&rsquo;m certainly no authority on how to help people resolve these problems, but I&rsquo;ve shared what I think would be helpful based off my experiences.</p> +<h1 id="dear-minnesota-mom">Dear Minnesota Mom,</h1> +<p>I am definitely very sorry to hear about your daughter&rsquo;s troubles and your dilemma. +My hope is that I can give enough context to help you to feel confident that you can help her without any fear. +I&rsquo;ve certainly been on the receiving end of difficult discussions about weight with loved ones and even with well-meaning strangers who feel the need to comment! +Unfortunately, I am quite aware that the mother-daughter bond is a very sensitive thing that I don&rsquo;t have a whole lot of insight into. +I will warn you that I can&rsquo;t imagine how difficult it is to be in your situation, and I fully expect helping her face it to be quite difficult as well. +With great sympathy, I&rsquo;m happy to answer any questions and/or lend my perspective as well as I can. +I apologize if much of what I write feels redundant, but I think there&rsquo;s a &ldquo;bigger picture&rdquo; that&rsquo;s worth seeing. +Feel free to reach out for more questions.</p> +<p>To start off I&rsquo;ll share this. +I have <a href="https://gabe.rocks/sharing/motivation/">a collection of motivational memes</a> that I regularly re-watch to keep me motivated. +These are especially worth taking a look at:</p> +<ul> +<li><a href="https://gabe.rocks/sharing/motivation/planting-seeds.mp4">Seeds are made to grow</a></li> +<li><a href="https://gabe.rocks/sharing/motivation/be-kind-to-yourself.mp4">Mike needs a plan</a></li> +<li><a href="https://gabe.rocks/sharing/motivation/dreams.mp4">Dreams without goals are just dreams</a></li> +<li><a href="https://gabe.rocks/sharing/motivation/peterson-be-judicious.mp4">Be Judicious - Jordan Peterson</a></li> +<li><a href="https://gabe.rocks/sharing/motivation/rogers-forgive-yourself.mp4">Mr Rogers - The loving part of you</a></li> +</ul> +<p>These have helped me a great deal. It&rsquo;s not easy to stick through the hard times, sometimes a reminder is enough to keep going. +My hope is that these can help you keep an eye out for the kind of encouragement that&rsquo;s out there.</p> +<p>&mdash; Extra info about me detour&mdash;</p> +<p>I&rsquo;ve written about <a href="https://gabe.rocks/health/how/">how I got so big</a> which gives the long story about my struggles over the years.<br> +My weight gain was primarily driven by these things:</p> +<ol> +<li>Not prioritizing my own health &amp; well-being</li> +<li>Emotionally-driven eating &amp; poor food choices</li> +<li>Low activity level, eventually degenerating into zero activity as mobility became a problem</li> +<li>Denial and fear of facing and correcting these issues</li> +<li>Hopelessness that it can&rsquo;t be changed</li> +</ol> +<p>Addressing these isn&rsquo;t easy, and in my experience requires a lot from a person.</p> +<p>I can tell you first-hand that the hardest person on somebody who is overweight is themselves, and especially if they&rsquo;re severely obese. +Based on my experience, I absolutely know there were many moments where I distanced myself from others out of shame. +Even worse as one&rsquo;s self-loathing grows, it becomes second-nature to project that onto those around you. +As a millennial, certain challenges in my life made health feel like less of a priority. Due to family circumstances I had a strong desire for independence. +Securing that independence required me to make sacrifices and one of the first sacrifices I made was healthy lifestyle choices. +I think my generation (and younger) are subject to horrific psyops directly targeted at their emotional, spiritual, and physical destruction. +The hardest part of this, is that I&rsquo;ve found there are serious communication barriers across large age differences that make people feeling heard and understood very challenging. +I can&rsquo;t speculate on what your daughter has faced, but I imagine there are many emotional and lifestyle stressors that are making it harder to prioritize healthier living. +There are many things that lead to weight gain, but generally people who end up severely obese end up having many difficulties that are difficult to disentangle.</p> +<p>I&rsquo;ll also say that turning things around is incredibly challenging. +The more dire the situation, the more time real change is going to take. +I had to directly face my emotional difficulties, and that was a devastating experience. +It&rsquo;s much easier to avoid how you feel when the alternative is &ldquo;pushing it off until things are better&rdquo;. +Dr Peter Breggins&rsquo; book Guilt, Shame and Anxiety: Overcoming legacy emotions was a huge help to me. +I recommend the book generally, but the main benefit I got from it was recognizing that my self-loathing and numbness was something that could change. +Dr Peter Breggins recommends the way to overcome these things is to &ldquo;become a source of love in your life&rdquo;. +This means many things to many people, but to me it helped me recognize that taking care of myself isn&rsquo;t selfish for so long as I live for others.</p> +<p>&mdash; End of detour &mdash;</p> +<h2 id="what-can-you-do-to-help">What can you do to help?*</h2> +<p>*<em>In my opinion, as a non-expert.</em></p> +<h3 id="understand">Understand</h3> +<p>I would recommend learning whatever you can about the process. +It&rsquo;s a long difficult road, but you never know how what you learn can really help her turn things around. +Very often people will suggest simple (and sometimes contradictory) things, which may or may not help resolve things. +Weight loss recommendations are very often their own rabbit holes, fads, and trends that I find not very helpful to people in severe situations. +The good news is that there are many roads to making significant difference, very often someone just needs to find what works for them. +In severe cases, where larger lifestyle changes are required, it&rsquo;s scary, daunting, and often people don&rsquo;t necessarily have the time and resources to receive the help they need. +I&rsquo;ll elaborate on eating choices more later, but when I was struggling I <a href="https://gabe.rocks/health/non-stop-eating/">wrote a post</a> explaining all the things driving me to over-eat. +Everyone is opinionated about particular weight loss strategies, but I would encourage you to recognize that many of them are fairly inter-changeable.</p> +<p><strong>Here&rsquo;s how weight loss works without all the BS:</strong></p> +<p>To lose weight over time, one must eat less calories than their bodies consume over the same time period. +Losing a large amount of weight likely requires tracking calories in one form or another, in addition to tracking weight. +Tracking calories sucks, it&rsquo;s not fun and induces many of the shame responses overweight people generally like to avoid. +This is because sticking to eating as little as needed to lose weight is much harder than one would assume. +People generally assume that if one eats only healthy foods they&rsquo;ll naturally revert to a normal body weight and that&rsquo;s sadly not true. +Given my appetite, it wouldn&rsquo;t be too difficult to maintain my severe obesity eating nuts &amp; fruits, as I have recently discovered. +I was used to eating so much that beginning to eat enough to lose weight made me struggle with a lot of hunger and that&rsquo;s not easy if you don&rsquo;t have healthy outlets for stress. +Foods generally have a certain level of satiety, for example carbs tend to make people more hungry, while fiber and protein tend to make people feel more full. +My general recommendation for eating well (as I understand it) is to prioritize &ldquo;nutrient density&rdquo; per calorie. +For example, the nutrients I want are protein, fiber, and vitamins. +Broccoli is a super-food that&rsquo;s worth going crazy on, but you&rsquo;ll also want good amounts of protein with it.</p> +<p>Severe obesity (such as in my case) is often rarely a single issue, it&rsquo;s more likely to be a constellation of troubles that are each difficult to tackle. +I wrote about my <a href="https://gabe.rocks/health/challenges/">challenges being large,</a> and how they&rsquo;ve impacted me. +Sleep &amp; stress management may not be as important as calories for weight loss, but they&rsquo;re really not far behind. +When I&rsquo;m nocturnal, it&rsquo;s genuinely hard to be productive in any way that doesn&rsquo;t require sitting at a computer, this makes it much harder to make healthier choices. +Fixing sleep is genuinely hard and I certainly can&rsquo;t claim to have done it yet. I have had a lot of progress out of managing light exposure (sunshine earlier in the day, going for walks, avoiding light in the night).</p> +<p>I will say, stress management is very much the name of the game. +It&rsquo;s relatively easy to become fueled with ambition to make radical changes for them all to collapse the moment life throws a curve ball. +Healthy stress outlets are invaluable for being able to withstand the pressure and to maintain long-term goals. +Swimming is generally quite accessible. I was still able to do it at my highest, the trouble was just getting to a pool. +Taking on an active hobby itself makes a huge difference, especially when it helps you connect with positive people who can help in their own way. +Since finding the right gym for me I am regularly surrounded by encouraging people who would be more than happy to answer even simple questions. +I would argue the biggest thing most people are missing out on is a large support network. +No single person can shoulder the weight of a lifetime of someone else&rsquo;s pain, nor can they resolve anyone else&rsquo;s problems. +But just as the saying goes &ldquo;it takes a village to raise a child&rdquo; building a positive social environment itself can do wonders.</p> +<p>As I understand it, you&rsquo;re in the difficult position of feeling responsible but not having control. +I&rsquo;m sure if I told you you just had to get her to eat 500g of broccoli and 500g of chicken a day to lose it all, you&rsquo;d do whatever is in your power to make that happen. +When one is struggling with their own body, the last thing we want is to feel even more out of control. +In my opinion, this is something that causes a lot of friction. +It&rsquo;s very hard to build up the courage and humility to even let others help even when we want it. +Depending on how old she is, how heavy she is, and if you&rsquo;re still living together these can all complicate matters (to say nothing of stubbornness and shame).</p> +<h3 id="connect">Connect</h3> +<p>Your job, as I understand it, is to break through the pain and sadness to be intimately close with your daughter. +This is no easy task, because as I&rsquo;ve mentioned it&rsquo;s very easy for us &lsquo;big people&rsquo; to want to wall ourselves away from others to avoid the shame and regret. +As her mother, you&rsquo;re very aware of what&rsquo;s beautiful and good about her and what potential she offers. +I would go as far as to argue your most urgent priority is to help her see it too. +I will tell you that turning my situation around needed a real &ldquo;choosing life&rdquo; decision. +All that numbness and pain puts people like me in a situation where we alternate between trying as hard as we can and giving up completely after that fails. +The truth is that the moderate and steady approach is what wins the day in the end. +Patience on your part is no simple thing to ask for. +And for on her part, it may be too much for her at this point in time.</p> +<p>It absolutely sounds corny to say &ldquo;love the pain away&rdquo; but being a healthy escape from the world is something almost everyone needs more of. +The problem with your situation is that you have to console your child who is pushing you away out of sadness, shame and regret. +I can only imagine the pain and frustration that causes, but I promise you it is something that can change. +The point is to bring yourselves close enough so that she can open up about this incredibly difficult topic. +Anything you can do to help her recognize that things can get better, that you&rsquo;re there to help without judgement, and that she can rely on you can really make a big difference. +This is not the same as enabling or prolonging the difficulties, but it&rsquo;s important to recognize her situation is something only she can change. +Other people can help, lend support and advice but nothing anyone else can do will unilaterally change things. +Any heavy-handed approach that reeks of &ldquo;we&rsquo;re trying to fix you&rdquo; is generally going to backfire. +Anyone with sufficient self-loathing will internalize that to say that they are the problem.</p> +<p>Your mission is to help her recognize that she isn&rsquo;t the problem, but rather a prime investment. +It&rsquo;s very easy to spiral into self-loathing when one feels trapped in a downward spiral of self-destruction. +In hindsight, I feel absolutely silly for not trying to &ldquo;protein max&rdquo; before finding a personal trainer, but one never knows what specific piece of information can tip the scales. +The most important thing for her to learn isn&rsquo;t any particular detail or trivia, but truly beginning to believe she has the power to change her circumstances. +There are likely many obstacles. I&rsquo;ve had to give up a great deal and rely on others to start truly turning around my situation. +But once you&rsquo;re at the point where you can both tackle those obstacles together, you&rsquo;ll finally be at the point where you both feel like you&rsquo;re on the same team instead of opposing each other.</p> +<p>Remember, a lot of the sensitivity is that she&rsquo;s judging herself harshly and projects that onto your words. +You can&rsquo;t change how she interprets what you say, but care, understanding and persistence can help the love peek through the darkness. +Because of how individual this whole process is, I genuinely can&rsquo;t tell you what are good and bad areas to try. +I imagine it feels impossible, even in the best case scenario you may not even notice when your efforts are working. +I know from my experience I certainly looked like I was floundering when I was beginning to change for the better. +The earliest steps are so small and so crucial, do not rush it.</p> +<p>Getting to the point where she can talk about her hopes and struggles with this and other problems is a huge asset. +If you can&rsquo;t talk about healthier living at all, identifying and figuring out how to resolve the lifestyle circumstances that make things harder can be a great place to start. +Career and social life can very much be a problem. When I was working nights it was incredibly easy to make all the wrong choices. +I feel like my generation was afflicted with despair and hopelessness, finding ways to help her disconnect from those can definitely help. +It&rsquo;s possible that there are seemingly unrelated problems you can help her with, which once handled can snowball into bigger change.</p> +<h3 id="handle-setbacks">Handle setbacks</h3> +<p>Starting out is very difficult. Unfortunately it seems almost nobody (if anyone) makes it all the way without some challenges or another. +At the beginning, it feels like nothing is working until it eventually does. +It&rsquo;s very easy to blame and shame when inevitable relapses happen. +Accepting failure is a necessary part of the process, which is why my weight loss substack is called &ldquo;Micro-dosing failure&rdquo;. +The point is for her to begin to accept that she can push through adversity. +It&rsquo;s really not about any single day, but about building consistency and momentum over time.</p> +<p>It took quite a long time for me to truly change things around despite putting a lot of work in. +Guidance helps, but also getting enough &ldquo;small wins&rdquo; to truly begin trusting oneself. +When trying to make progress it&rsquo;s so easy to fall into the trap of trying to do everything &ldquo;perfect&rdquo; to only relapse into disappointment and despair. +Building the trust so that she can lean on you when disappointment comes, can really help her bounce back and continue along. +I can tell you that when starting out, every setback feels like a crisis. +It&rsquo;s a shock that validates all your worst opinions about yourself, and raises the fear that things will never improve.</p> +<p>Anything you can do to help her overcome hopelessness and despair in even the tiniest of ways can help let the light of hope in. +There&rsquo;s a <a href="https://gabe.rocks/sharing/motivation/fight.mp4">meme</a> I have where it describes the process as:</p> +<ol start="0"> +<li>Realize that we were all born for something</li> +<li>Cover yourself in hopes and dreams</li> +<li>Face your fears and your problems</li> +<li>Fight!</li> +</ol> +<p>And that&rsquo;s really it. Your daughter isn&rsquo;t just starting a weight loss journey, but a personal development lifestyle. +Learning to encourage her to stay in a &ldquo;growth mindset&rdquo;, or at least be a positive example of it can do wonders. +Obesity is an ugly, horrible monster, but it&rsquo;s something that I believe anyone can overcome it as long as they begin to understand that they are not it. +Recognizing the problem does not mean that people have to see her as a problem. +Anything that gives her the space to try new things to make improvements can snowball into real action.</p> +<h3 id="find-assistance">Find assistance</h3> +<p>The previous section is so important because once she is receptive to help, there&rsquo;s a great deal that can be done. +Anything you can do to help her connect with positive encouraging influences in the meantime can go a long way. +Maybe there are good clubs you can join together, classes or even just hosting more family time to bond together can really help. +Finding an encouraging environment of good people can make so many things much easier.</p> +<p>Hiring a personal trainer certainly helped me regain my mobility and guided me through so many of the important basics. +While I had read a great deal on my own, spending time regularly seeing a person who is incredibly knowledgeable about this problem made a huge difference. +She may not be at the point where this is an option she would consider. If mobility is a concern, I would absolutely recommend finding a trainer who has been with heavy clients before and your daughter can connect with. This alone is a non-trivial investment but is the single thing I can think of that would make the biggest difference. +The right gym and the right community is a priceless treasure I am thankful to have found in my situation. In your situation, I imagine it could even be worth signing up yourself to meet people and get a sense for it.<br> +Once your daughter is taking charge of her lifestyle as a whole, that&rsquo;s the best &ldquo;go time&rdquo; for you and others to help her make the best of it.</p> +<p>Relatively simple things can help a lot:</p> +<ul> +<li>Devoting time to regularly walk and talk together (talking about things other than weight if still touchy)</li> +<li>Devoting time to activities both you enjoy together and she enjoys solo (a previous hobby she may want to take back up)</li> +<li>Fitting active wear and clothes (you may need to find a &ldquo;big and tall&rdquo; store, feeling comfortable in your clothes is a relief)</li> +<li>Memberships &amp; sports equipment (buy used or share with a neighbour)</li> +<li>Spending time cooking together to &ldquo;meal prep&rdquo; food to invest in making the journey easier</li> +<li>Farm shares (healthy food and support your local farmer)</li> +<li>Relevant books (it&rsquo;s necessary to be choosy here)</li> +<li>Fitness gadgets (I use a waterproof mp3 player while swimming)</li> +<li>Any assistance with travel to help (gym, pool, yoga, etc)</li> +<li>Home gym equipment (kettlebells are great!)</li> +</ul> +<p>(I&rsquo;m probably forgetting a bunch, so I&rsquo;ll probably write a post on that sometime in the near future.)</p> +<h3 id="have-fun">Have fun</h3> +<p>It&rsquo;s a long journey, you may as well find ways to make it pleasant! +There&rsquo;s no reason it all has to be a joyless slog. +Finding ways to (healthily) celebrate successes and comfort in the hard times makes everything so much easier. +Not everything should be just about her weight loss, connecting over other shared interests or discovering new ones can help bring you closer. +I can personally attest that getting stronger and being able to do more things makes life a lot more fun. +Before she&rsquo;s ready to tackle the weight or other problems, you have an opportunity to help her recognize that what&rsquo;s hard in her life isn&rsquo;t a reflection of her character or worth. +Once she&rsquo;s ready to take it all on, there will be many opportunities to share the journey in fun and exciting ways. +If she does decide to get into weight lifting, you could even try it out together!</p> +<p>I am confident that all this can be improved. +I have no doubt that this is something your daughter would love to change deep down. +There&rsquo;s just likely a lot of pain, regret, and/or hopelessness making her feel trapped. +It&rsquo;s no simple thing to turn around, but it&rsquo;s also incredibly rewarding. +Being able to be there for her when the wins really start is going to feel wonderful. +Celebrate every small win. +You can look forward to her being in a much better place to connect once she does begin resolving her troubles. +There will be much to rejoice over, and I really look forward to you being able to experience that.</p> +<h3 id="additional-resources">Additional Resources</h3> +<p>Since I wholeheartedly recommend absorbing as much (decent) health and fitness information as you can, I&rsquo;ll share what I&rsquo;ve found useful:</p> +<ul> +<li><a href="https://www.goodreads.com/book/show/216883338-becoming-a-mentally-tough-motherf-cker">Becoming a Mentally Tough Motherf*cker: How Elite Powerlifting Made Me a Better Person, Parent (and Partner)</a></li> +<li><a href="https://www.goodreads.com/book/show/21487729-guilt-shame-and-anxiety">Guilt, Shame, and Anxiety: Understanding and Overcoming Negative Emotions</a></li> +<li><a href="https://linktr.ee/mikepridgen">Mike Pridgen</a></li> +<li><a href="https://www.youtube.com/playlist?list=PLbhqD5FDp3Z83KQfRkuUSJYyjyuHYTsUM">Picture Fit</a></li> +<li><a href="https://www.youtube.com/channel/UCSiKFGDpfCICQDfmxxjDvsg">Flow High Performance</a></li> +<li><a href="https://www.youtube.com/playlist?list=PLHmsINRyWmZZjHRxDkl60_ZuT9KRQoKPs">Steve Shaw - Massive Iron</a></li> +<li><a href="https://www.thelatestkate.art/">The Latest Kate</a></li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: Looking forward to Spring + https://gabe.rocks/health/walk-with-me-25-01-31/ + Fri, 31 Jan 2025 00:00:00 +0000 + + https://gabe.rocks/health/walk-with-me-25-01-31/ + + + + + https://gabe.rocks//images/2025-01-watch.webp?d=1738281600 + + + Figuring out fiber + <p>Feel free to listen to this off-the-cuff rant &amp; reflection of my recent progress. These monologues are recorded for my own benefit. Very light edits are done to remove some pauses and repetitions, but the audio itself is very raw.</p> +<p>Today I went for a nice walk in the sunshine this afternoon. I reflect on how the last month has went. I&rsquo;ve failed to lose more weight in January than December, but I&rsquo;m still happy to be down ~14lbs. Despite the slower rate than I would like, I&rsquo;m feeling very optimistic about the next few months. I&rsquo;ve noticed successes in other areas, especially controlling food intake and walking regularly.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/2025-01-monthly-chart.webp' +> + + + +</div> +<h2 id="figuring-out-fiber">Figuring out fiber</h2> +<p>A question I&rsquo;ve been digesting this month is how much fiber should I aim for. Until recently my only nutrition goals were to get as much protein in as little calories as I could stand. Now that I&rsquo;ve started reading <em>Food Politics</em> by Marion Nestle, I&rsquo;m trying to take a broader approach to nutrition. It&rsquo;s clear to me that protein shakes and multivitamins are not the ideal path to overall health. Cooking for myself has helped expand my options, but I&rsquo;d like to understand what to prioritize. As far as low-calorie sources of fiber, your main options are celery, brussel sprouts, &amp; broccoli.</p> +<p>The author of <em>Food Politics</em> seems to think very little about the idea of eating meat. She explicitly argues that plant-based diets are superior. Even if this is true in a general sense, I am trying to optimize a very specific situation. I&rsquo;m not sure how <em>the science has evolved</em> on meat-heavy diets such as keto and carnivore. What I have taken away is that it is more important than I had already assumed to eat vegetables.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/2025-01-end-chart.webp' +> + + + +</div> +<p>I&rsquo;ve got a long way to go, but I really appreciate the encouragement and kindness I&rsquo;ve received from people at the gym, and kind strangers over the Internet. I really hope to do much better in February, and I&rsquo;m excited to see how well I can do. At least for now, I&rsquo;m behind my annual target, but hopefully this will change as I get back in gear.</p> +<h3 id="related-items">Related Items:</h3> +<ul> +<li><a href="https://youtu.be/EtnTuTX4L24">Dietary Fiber: The Most Important Nutrient?</a></li> +<li><a href="https://youtu.be/tYTcwCodGMU">TED NAIMAN | FAT MASS CONTROLS IR …glucose destroys mitochondria; flexibility</a></li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + How did I get so big? + https://gabe.rocks/health/how/ + Sun, 26 Jan 2025 00:00:00 +0000 + + https://gabe.rocks/health/how/ + https://gabe.rocks//images/uber-eats.webp?d=1737849600 + + + Mapping out the path I took to weighing over 570lbs. + <p>A question I&rsquo;ve started to get quite often is &ldquo;How did you get so big?&rdquo; There are many quick answers that immediately come to mind, but they tend to feel incomplete when I think about it. Generally my answers could have been summed up as &ldquo;I neglected the basics for far too long.&rdquo; This is true, but for those who want a more complete explanation, I feel I can do better. This is where I will be laying out everything in entirety to the best of my ability.</p> +<p>I think telling this story can help others consider what to avoid, but more importantly understand the pitfalls many experience on their way up. With years of hindsight and a more complete understanding of my situation, I think it&rsquo;s crucial for me to understand the entire ordeal from start to finish. In preparation for writing this I decided to record a video of myself explaining it all from memory. This was helpful, but will not be shared. There are many details that could be elaborated on, but I&rsquo;m choosing to focus primarily on how my weight was impacted over the years.</p> +<p>It feels like the logical way to answer this is to lay out my story chronologically. It certainly didn&rsquo;t happen all at once. For over a decade things went from troubling, to worse, to horrifyingly dire. I&rsquo;ll need to go back to my earliest memories to draw out the fullest context I can. Being as large as I was, is a horrific tragedy that I wouldn&rsquo;t wish on others. The road to getting that big is painful and takes it&rsquo;s own toll on you. It greatly saddens me that very often, relatives and loved ones often have no idea how to stop and reverse the downhill spiral. Not only does this add to the guilt and shame, but it also makes it easy to begin avoiding loved ones. My hope is that by understanding and sharing my experience, others can be better equipped to help themselves and their loved ones.</p> +<h2 id="childhood">Childhood</h2> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/childhood.webp' +> + + + +</div> +<p>In hindsight, there are many things I can think of from my childhood that definitely had an impact long term. Only recent events have made me seriously take a look over those years and reconsider the impacts. I had a very controlling and aggressive father. He had a nasty habit of squeezing me and my brother&rsquo;s hands until the knuckles moved around and hurt as a means of ensuring compliance. Like many other things, I didn&rsquo;t at all appreciate the significance of what it truly meant.</p> +<p>My father didn&rsquo;t work for many of my childhood years. Instead my mother had to provide for us, including working nights. I have many memories of him taking me and my brothers out of the house so she could sleep. Generally, these outings involved a fair amount of sugar or empty calories. Quite often we would go to a grocery store and get cookies, bread and soda. Other times he would take us to McDonald&rsquo;s. I have many memories of having their pancakes during these outings. These moments were fun at the time, but I have a very different understanding of them now.</p> +<p>Over time, I began to grow a bit of extra weight. I remember my father bullying me over it. He would take me outside and have me jog, but then grab my stomach and exclaim &ldquo;this is what you have to get rid of!&rdquo;. Later he would then lecture me that running while fat is only going to hurt your joints. Despite all this, he did eventually join the military and had to spend time away from home. Many of my childhood troubles gradually faded away after he was out of the picture, including the weight. I became a very active pre-teen and ended up in very good shape by grade 9.</p> +<h2 id="teenage-years">Teenage years</h2> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/teens.webp' +> + + + +</div> +<p>Being in such good shape, I certainly grew into having quite the ego. I was having loads of fun biking and swimming, and developed quite the invincibility complex. For much of my teenage years, I didn&rsquo;t really think that I could get obese again. Part of this was because I was active enough that I truly never had to give any thought to what I was eating. I was proud of being capable and took it for granted. I really enjoyed biking and swimming. Since I could bike from home to a beach nearby I would go very regularly and even bring friends. I was notorious for hosting regular beach parties during the summer and I ended up building quite a close-knit group of friends that I had met all over town. Being a natural extrovert it was incredibly satisfying to bring cool interesting people I met to meet each other.</p> +<p>It didn&rsquo;t last terribly long, because in Ontario, gym class is only mandatory until grade 10. While I was still active outside of gym class, that too gradually faded over the years, and I finished high school much heavier. I remember when I started putting on weight this time, it was schoolmates who would be the ones making comments. I also had a relative out-of-the blue ask me if I was depressed. At the time, I didn&rsquo;t have the vocabulary and perspective to explain what I was feeling or why. All I knew was that I had an outsized appetite compared to other kids, but always attributed it to my activity level. In hindsight, there was a constant nagging desire to feel &ldquo;normal&rdquo; despite glaring signs things were not normal.</p> +<p>After some drama, my parents finally split. This was the beginning of many years of a long and drawn out stressful saga. When I tried to explain it to others, the idea of a messy divorce dragging on for years sounded bizarre. At the time, I felt completely unable to get people to understand the stressors and pressures enduring it placed on me. This was strange to me at that point, but with information I have now it makes a lot more sense. Growing up, I couldn&rsquo;t comprehend why my father who had so little to do with my life at that point, would always suddenly choose to involve himself out of the blue. He would do absolutely deranged things like stalk my friends and message them on Facebook saying bizarre things. One day he even showed up at one of my beach parties. That in itself is quite the story, but my twin brother thankfully spoke to the lifeguards and got the police to remove him.</p> +<p>It&rsquo;s outside the scope of this post to explain, but from my early teens I was absolutely certain that my father had to be out of my life. Much of these years were constant frustration from seeing him given the benefit of the doubt. He was absolutely excellent at appearances when the situation called for it, he would often be in his military uniform on these engagements. Over the years, after more and more nonsense I only became much more certain over time that being distant was the right call. Despite my twin brother attempting to mend bridges, he too would experience things that showed me my resolve was justified. Even now, I know so much more that makes me incredibly grateful I was so stubborn about it from the beginning.</p> +<p>But no matter how strong I was, this took a toll on me. It interfered with my school life, causing stress in other areas. As I grew more insecure I began to distance myself from the community I had put together slowly but gradually. I genuinely underestimated the impact that not having a guiding loving father in my formative years would have on me. Without a real focus on activity, I let life changes get in the way of maintaining a high activity level and often relied on fast food for comfort. In many ways I see that I was replicating those experiences with bread and soda with my twin brother as we would chat over large amounts of fast food. This was one of many things I left unexamined until quite recently.</p> +<p>One such outlet for this nagging desire was to play video games late into the night. As a child I would stay up late talking to my twin brother (much to our parents dismay). But later when we had our own rooms I would stay up very late playing video games. While this on its own isn&rsquo;t unusual for a millennial teenager, my problems were rarely in kind but rather degree. In hindsight I believe I was using <a href="https://www.sleepfoundation.org/sleep-hygiene/revenge-bedtime-procrastination">revenge bedtime procrastination</a> to hold on to some independence outside of my life that felt very out of my control. Onling gaming was also a great surrogate activity to fool myself into thinking I could still be social while retreating from the world. This really was the beginning of leaning in to my worst coping mechanisms for problems I didn&rsquo;t understand.</p> +<p>While being overweight as a teen was a source of insecurity, it was nowhere near as challenging as things would get as I grew larger. When entering early adulthood, I was desperate to prove that I could seize control over my life and fix everything, but this was foolish when I didn&rsquo;t even comprehend the scale of my own self-deception. Often I would get well-meaning approaches from strangers trying to offer advice. Some even had their own experiences with obesity. My mental response was always the same &ldquo;that&rsquo;s nice but I can&rsquo;t do it&rdquo;.</p> +<h2 id="early-adulthood">Early adulthood</h2> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/early-adult.webp' +> + + + +</div> +<p>As I entered the workforce, I was incredibly grateful to finally be making enough to live independently with my twin brother. I finally felt like I had the breathing room to build the life I wanted. The independence I craved for so long was finally mine. For the first time in a long time I felt like I could move on from my family troubles. This optimism was still muted by an undercurrent of denial. Even though I still hadn&rsquo;t truly examined my eating habits, I had hope that things would begin to resolve themselves as they had in the past. I was still able to bike around to places, and spent some time having friends over which was really nice. I felt</p> +<p>I underestimated how my habits would worsen while working security. I became quite the stereotypical &ldquo;obese security guard&rdquo;. Shift work, with the occasional overnights took my bad <a href="https://gabe.rocks/health/eating-progress/">eating habits</a> and made them a great deal worse. Instead of fast food being an occasional splurge it became my normal way of eating. While things seemed reasonable at the start, eventually I would be clearing out enough food for a party over the course of an overnight shift. In an attempt to carve out more time for myself, I supported an idea pitched by a co-worker to adopt a schedule of only 12 hour shifts. This greatly condensed the logistics of working shifts, but I chose to take the overnight portion of the schedule. In hindsight this was a terrible idea.</p> +<p>If I had a better understanding of how to properly manage poor sleep, I think it&rsquo;s something that could have worked out better. But in practice what ended up happening is that I added unexamined sleep troubles on top of my unexamined eating troubles. Part of this was a foolish idea that trading my present health for comfort in the future was something that would work out. Later, I finally began to understand that my size was beginning to limit me. One of the hardest moments was when I got on a bike and collapsed the front tire, having to carry it all the way home in sadness and shame. I would experiment with buying bikes that could carry me at a larger size, but that only worked so long.</p> +<p>This was where the maladaptive patterns really began to fly in. I had to work to keep my independence, so health didn&rsquo;t seem like a high priority even then. I figured as long as I fueled myself with enough calories and caffeine to keep pushing, I could fix things after I purchased more &lsquo;breathing room&rsquo; in the future. At some point, that opportunity did come. I was introduced to the &ldquo;keto diet&rdquo; and researched it as much as I could. Once I had a grasp of my plan and determined to turn things around, I started biking and doing keto. For a time, this worked really well.</p> +<p>With a stronger bike and armed with a plan, was energized. I would bike to work and back occasionally, reaching over 30km on those days. This was incredibly fun and I really felt like I was going to fix everything. The problem is that unlike during my childhood, I wasn&rsquo;t confident enough to commute by bike during the Winter. One winter I stopped biking, and by the Spring I was no longer biking to work. The more I think about it, the reason this didn&rsquo;t ultimately work out is because I failed to properly prioritize my health and focus on really understanding it. I was still looking for simple solutions to what was already a very complicated problem. The fact is, most people you tell about your problems will also give you simple answers. I am now beginning to recognize how changing serious problems is dependent on resolving other problems as well. For this entire time, I was so preoccupied with getting through the week that the idea I needed to take better care of myself felt unimportant. I was too afraid of admitting weakness that I became very weak in the long run.</p> +<p>Doing keto I lost 80lbs in some time under a year. It was a lot of fun, and quite gratifying. It felt great to continue not examining the roots of my eating habits and instead made progress with a &ldquo;simple fix&rdquo;. Sadly, this was cut abruptly short as I suffered a stroke that took half of my vision. This was quite the ordeal. Over the next few years, I would recover a quarter of my vision back but I am still worse off from it. The event and aftermath itself were incredibly stressful and I was uncertain of what to even do about it. I had a near-death experience that could have radically transformed my life in other ways, but I was scared. My primary thought during that time was &ldquo;I don&rsquo;t want things to change&rdquo;. I wanted to keep working security and I wanted to stay independent no matter what it took.</p> +<p>In hindsight, I&rsquo;m convinced now more than ever that the desire for things not to change is a very sophisticated cloak for denial. Even worse, many it&rsquo;s clear that what I most feared was being forced to reexamine my life. If I had truly taken this event for what it was, I could have taken the opportunity to examine the problems that caught up with me almost a decade later. But that&rsquo;s not the road I took. The truth was, it wasn&rsquo;t clear at the beginning if it would happen again. I was in so much mental and emotional pain over the ordeal that I truly couldn&rsquo;t handle thinking at all. I spend years under the fear that there would be a more fatal repetition, feeling powerless to make meaningful changes.</p> +<p>I was finally at the stage where I felt I had no choice but to ignore my problems and numb myself to their consequences. Tuning out the pain, sadness, and fear was a whole lot easier than facing it directly. I quit keto because I was concerned based off information shared with me that it may had been the cause of my stroke. That&rsquo;s far from certain, but it was how I saw it. I regained all the weight and then some. This time, the feelings of guilt, shame, and horror were all too difficult to face. During this time I convinced myself that because of the stroke, if anything stresses me out, I should simply avoid thinking about it. This of course exacerbated by inability to tackle <a href="https://gabe.rocks/health/challenges/">my problems</a> head-on.</p> +<p>Prior to 2020, I moved from security to a daytime job at Canadian Blood Services. I felt optimistic about making better changes. Making more money helped me feel like I had more room to properly invest in making better choices. Without actually taking the time to learn what I needed to, it was hard to overcome my ingrained sense of hopelessness. I could certainly make changes and re-prioritize what to eat, but I couldn&rsquo;t shake the <a href="https://gabe.rocks/health/non-stop-eating/">compulsions</a> that were driving me at that point. Despite all this, working at CBS meant a great deal to me. It felt like an honor to be part of an organization working to make people&rsquo;s lives better. It was both an opportunity to work on my technical skills and do meaningful work. Ironically, this often helped me ignore what I was doing to myself.</p> +<p>Eventually, my mother suggested joining a weight-loss clinic that she found helpful for herself. I decided to give it a try. They generally take people and recommend a variant of keto to them which seems to work for a lot of people. Despite keto being familiar, and me being willing to try it, adherence was a problem. Each session I would explain that it was incredibly difficult for me to stick to the diet. Which was perplexing to me because I had done it successfully before. What was different this time around was that I was no longer mobile enough to exercise and eating habits were in much worse shape. When I took the time to explain the emotional and lifestyle factors that were pushing me to eat and I was outright told &ldquo;we can&rsquo;t help you, you should try therapy&rdquo; which felt like an outright rejection. Convinced I was truly beyond hope, I gave that up and languished further for a time.</p> +<p>Eventually, my twin brother also got a job nearby the office. It was great to regularly drive in together and chat about things. I signed up at a nearby fitness facility (a massive complex with a pool, gym, and other activities) to start getting more exercise. When I went in to sign up, the employee (owner?) clearly had some sympathy for me and gave me a significant discount on the membership. It was an incredibly kind gesture that has not been forgotten. Just a few short months later, the sociological event known as the &ldquo;pandemic&rdquo; began as offices announced they were instituting work from home policies. Even if I would have worked up the effort to make it to the facility, the damage was already done. It seems a wave of cancellations prompted them to shut down their facility. As such, when the Covid Crisis began I felt even more certain that I was never going to be able to turn things around no matter what I try.</p> +<h2 id="covid-years">Covid years</h2> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/uber-eats.webp' +> + + + +</div> +<p>Working remotely certainly helped me in many ways. I went for walks, sometimes spent time cooking better meals, but eventually that faded. I was consumed with despair over the fact that I knew the measures were doing more harm than good, and I wholeheartedly believe it was intended. My trust in the medical system as a whole was already very low, but this entire saga helped me write it off entirely. Of course, I was not able to &ldquo;rise above&rdquo; and make better decisions, eventually the convenience of food delivery apps took over. It is hard to describe my circumstances as anything other than merely giving up on an already dire situation.</p> +<p>On a daily basis I would wake up for work, order a large amount of fast food and drink over 6L of diet soda each day. During this time I let my insatiable hunger dominate my life. I was scared, I felt hopeless, and I felt angry. During lockdowns I had very few healthy outlets for any of this. It was already beginning to be difficult to walk at all, much less for enough time to actually feel any better. Despite working remotely, I was eventually <a href="https://ocla.ca/canadian-blood-services-remote-working-employee-fired-for-declining-vaccine/">terminated</a> for refusing the &ldquo;solution&rdquo; the medical system was coercing people to take after being allowed to cause havoc on society. I worked at Canadian Blood Services long enough to gain a modicum of understanding over medical ethics. The fact that employers were being empowered to force medical products on the general public was a line I couldn&rsquo;t cross.</p> +<p>It was fascinating and horrifying to meet so many people at &ldquo;covid dissident&rdquo; local meetups and encounter many people with similar emotional problems I had. This was an important opportunity, because it helped me see what I wasn&rsquo;t seeing. Getting to know other people working to shine a light on what was wrong about the covid years has helped me a great deal. I&rsquo;ve come across many trustworthy people who have given me guidance, and information that has been pivotal in my quest to solve these problems. Not everyone in &lsquo;alternative heath&rsquo; is a great person, but the best people are in &lsquo;alternative health&rsquo;. As I came to learn more, I became cautiously optimistic that it was still possible to reverse my situation. I still had, and continue to have doubts and fears, but I now have a lot more hope.</p> +<p>It was only after the generous support of my loved ones, and a great deal of learning about myself and health that truly turned the tide. Throughout 2023 I noticed my mobility descending into making me all-but-bed-ridden. The love of my life did the difficult and super-human task of patiently pushing me to keep walking despite how incredibly difficult it was. This helped maintain the little amount of mobility I had. During this time, my younger brother confronted me with who my father really was. It was incredibly painful, but my entire life began to finally make sense. I was no longer capable of avoiding my feelings when all the anger and sadness from my youth was relived in an incredibly painful moment of understanding. My life was turned upside down, but when I looked it was turned right way up.</p> +<p>Inspired in part by my younger brother&rsquo;s strength, and the generous support from friends and loved ones, I realized I had been backed into the corner of the life I lived. As I slowly began to bring together the resolve to <a href="https://gabe.rocks/health/2023-resolutions/">take on this mission,</a> I began exploring more ways to improve my many problems. With a wider understanding of my troubles, I recognized I had more to tackle than just weight. I had to improve mobility, tackle my emotions, gain control over eating, become more active, and learn to manage my weight. Last year, (2024) was the most challenging but rewarding year I&rsquo;ve likely had ever.</p> +<p>The point of laying all this out isn&rsquo;t to place blame. I could put it all on me, my father, or even society at large. A more nuanced position would be to mix it up in a way that sounded nice. The truth of the matter is that blame is irrelevant at this stage. I think it&rsquo;s important to understand, but to use that understanding to make rational decisions. It is my responsibility to take care of my body as well as I can and I aim to learn how to do this as well as I can.</p> +<hr> +<h2 id="epilogue">Epilogue</h2> +<p>In case you&rsquo;re not aware, I&rsquo;m already making radical progress turning this situation around. I&rsquo;ve lost almost 110lbs at the time of writing. I&rsquo;m <a href="https://gabe.rocks/health/escape-velocity/">feeling much more confident</a> I can continue to approach a healthy body weight. This time really feels different from previous attempts. My head is clearer, I have direction, knowledge, and an appreciation for the stakes. I feel extremely lucky to be able to take on this gratifying journey. I feel compelled to share not just the progress, but the process. This project has been all about me trying to document my experiences turning this massive problem around as best I understand it. I believe that people not only need examples that this can be turned around, but also to put into perspective how challenging it actually is.</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/5bc7c687-b9a2-41ec-84d4-4ea7200c0776?title=0'> +</iframe> +<p><a href="https://peertube.libresolutions.network/videos/embed/5bc7c687-b9a2-41ec-84d4-4ea7200c0776?title=0">Peertube link</a></p> +<p>I am excited to be healthy and capable for the first time in my adult life. In truth, I am a little scared of looking unrecognizable to myself. While I have no great attachment to how my body currently looks, I&rsquo;m quite apprehensive about not being able to predict how it will change my appearance. It is certain, that going from over 570lbs to a healthy body weight will be a massive improvement. I&rsquo;m <a href="https://gabe.rocks/health/looking-forward/">looking forward</a> to all the things I&rsquo;ll be able to do again.</p> +<div style="width:100%"> + <table style="font-size:14px;"> + <tr> + <th colspan="4"> + <h2 style="text-align: center;">📉 Weight Tracker</h2> + </th> + </tr> + <tr> + <td><strong>Starting Weight</strong></td> + <td><strong>Current Weight</strong></td> + <td><strong>Weight Lost</strong></td> + <td><strong>Goal Weight</strong></td> + </tr> + <tr> + <td>576</td> + <td>379.6</td> + <td>196.4</td> + <td>15% BF</td> + </tr> + <tr> + <td colspan="4"> + <h3 style="font-size:x-large;">2025 Goal: 200lbs in 2025 challenge</h3> + <div + style="border:3px solid var(--color-accent);align-items: flex-start;justify-content: flex-start;margin:5px;border-radius:15px;overflow: hidden;"> + <div style="width:49.7%;padding:10px;background-color:var(--color-accent);color:black;font-weight: bolder;font-size:larger;">49.7% + </div> + </div> + <p style="margin:5px;text-align: left;width:fit-content;font-size:large;">This year's goal is to lose <strong>200lbs</strong> in 2025!<br>Current progress: <strong>99.4lbs</strong> out of 200! + <br>A bit behind schedule! 😓</p> + </td> + </tr> + <tr> + <td colspan="4" style="text-align: center;">Last updated: 2025-07-06</td> + </tr> + </table> +</div> +<div> + +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: Feeling better + https://gabe.rocks/health/walk-with-me-25-01-24/ + Fri, 24 Jan 2025 00:00:00 +0000 + + https://gabe.rocks/health/walk-with-me-25-01-24/ + + + + + https://gabe.rocks//images/2025-01-watch.webp?d=1737676800 + + + Regaining control and confidence + <p>I went on a walk to soak in some sunshine despite the cold. Feel free to listen to me ramble on as I go on a walk. I touch on my recent wins in my weight loss journey, and zoom all the way out to the wild conspiracies I consider. These recordings are primarily recorded for my own benefit, so only a light amount of editing is done.</p> +<h2 id="great-news">Great News</h2> +<h3 id="scale-go-down">Scale go down!</h3> +<p>I&rsquo;ve hit a new low! I&rsquo;m thrilled to be under 470lbs. It&rsquo;s wild to think it wasn&rsquo;t that long ago I was over 500. Looking back on my charts it looks like I&rsquo;ve successfully been able to &rsquo;lock-in&rsquo; and be fully back-on-track despite Winter being difficult. I am optimistic that I can successfully lose more weight this month than last December.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/2025-01-chart.webp' +> + + + +</div> +<p>Looking at the long-term chart, it really seems like I&rsquo;m back to being somewhat in line with the progress I&rsquo;ve been making since the start. While maintaining 1lb per day is not within reach yet, I&rsquo;m hoping to return to it this Summer! I&rsquo;m more confident than before that I can make the best of the nicer weather once it returns.</p> +<h3 id="micro-fast">Micro-fast</h3> +<p>Yesterday was a roller-coaster &amp; whirlwind at once. A very busy day and a very challenging day, but I realized that I was no longer letting stress determine my apatite. I felt like I could hold off without eating that day. Short of a limited amount of peanuts I was able to endure the day and get to sleep at night, I feel like I succeeded. I&rsquo;m in no rush to make this a regular occurrence, but it&rsquo;s gratifying to feel more control over my hunger and impulses.</p> +<h3 id="cool-food-tracking-app">Cool food tracking app</h3> +<p>I&rsquo;ve started tracking food with a FOSS Android app called <a href="https://f-droid.org/en/packages/com.flasskamp.energize/">Energize</a>. I like how it gives you macro-nutrient targets and interesting micro-nutrient reports. I hope to make regular use of it! Being able to tack protein &amp; fiber easier is great!</p> + +<a href='https://f-droid.org/en/packages/com.flasskamp.energize/'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/energize.mp4'> +</video> + +</a> + + + +<h3 id="new-watch">New Watch</h3> +<p>I acquired a smartphone-free fitness wearable. It&rsquo;s a <a href="https://gabe.rocks/images/2025-01-watch.webp">simple watch</a> with a pedometer and some timer functions. I&rsquo;m hoping to use it to focus on getting a good amount of steps on a regular basis. The alarm function on it doesn&rsquo;t wake me up, but I&rsquo;m hoping it eventually does. Eventually, I hope to use some of the parts I have lying around and build my own heart-rate monitor, but I&rsquo;ll admit I&rsquo;ve struggled to prioritize that little side-project.</p> +<h3 id="relevant-items">Relevant Items</h3> +<ul> +<li><a href="https://youtu.be/BXLVj1vs3KU">Lyle McDonald&rsquo;s Guide to Rapid Fat Loss</a></li> +<li><a href="https://youtu.be/qFEJGWxjIPY">Optimizing Sleep in the Context of Chronic Pain</a></li> +<li><a href="https://youtube.com/playlist?list=PLcFwxJMrxygBIv_UlTsfnKqgYJWe8NcdP">Oracle Health Summit 2024</a></li> +<li><a href="https://knowyourmeme.com/memes/wage-cage">Wage Cage - Know your meme</a></li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + Vlog: January Update + https://gabe.rocks/health/2025-01-vlog/ + Wed, 22 Jan 2025 00:00:00 +0000 + + https://gabe.rocks/health/2025-01-vlog/ + + + + + Some ramblings about weight loss difficulties. + <p>I&rsquo;ve recorded an update for January. I share some of my recent thoughts and challenges. It&rsquo;s been a rough Winter, even a bit rougher than I expected. I am glad I am continuing to lose weight and make progress despite recent frustrations and setbacks. I&rsquo;ve recorded this as a totally off-the-cuff vlog and have hardly done any editing. So if you&rsquo;re into listening to me rant about my situation, you&rsquo;re absolutely welcome to!</p> +<iframe src='https://peertube.libresolutions.network/videos/embed/314ee5f3-3098-427b-9e5d-bc6be382b5f2'> +</iframe> + +<script> + function audio_end(event){ + p = event.target.parentElement; + if (!event.target.loop){ + p.children[1].innerHTML=icons['play']; + } + } + function setup_display(event){ + el = event.target.children[0]; + el.style.display="flex"; + console.log("Display audio") + } + function setup_audio_metadata(event) { + audio=event.target; + var seek = audio.parentElement.children[2]; + seek.min = 0; + seek.max = audio.duration; + seek.value = audio.currentTime; + audio.parentElement.children[3].style.display="block"; + audio.parentElement.children[5].children[0].innerHTML = "" + timeToText(audio.currentTime) + "/"; + audio.parentElement.children[5].children[1].innerHTML = "" + timeToText(audio.duration); + } + function toggle_loop_audio(event) { + audio = event.target.parentElement.children[0]; + audio.loop = !audio.loop; + if (audio.loop){ + event.target.children[0].classList.add("spin"); + } + else{ + event.target.children[0].classList.remove("spin"); + } + } + function update_audio_time(event) { + audio = event.target.parentElement.children[0]; + audio.currentTime = event.target.value; + } + function toggle_play_audio(event) { + el = event.target; + audio = el.parentElement.children[0]; + speed = el.parentElement.children[3].value; + audio.playbackRate = speed; + if (audio.paused) { + audio.play(); + el.children[0].children[0].setAttribute("href","#pause"); + } + else { + audio.pause(); + el.children[0].children[0].setAttribute("href","#play") + } + } + function update_audio_speed(event) { + el = event.target; + audio = event.target.parentElement.children[0]; + audio.playbackRate = el.value; + + } + function timeToText(t) { + hours = 0; + minutes = 0; + seconds = 0; + if (t > 60 * 60) { + hours = Math.floor(t / 60 / 60); + t = t - hours * 60 * 60; + } + if (t > 60) { + minutes = Math.floor(t / 60); + t = t - minutes * 60 + + } + if (t > 1) { + seconds = Math.floor(t); + } + text = ""; + if (hours > 0) { + text += hours + ":"; + } + if (minutes > 0 || hours > 0) { + if (minutes == 0) { + minutes = "00" + } + if (minutes < 10) { + text += "0" + } + text += minutes + ":" + } + if (seconds == 0 && (minutes > 0 || hours > 0)) { + seconds = "00"; + } + if (seconds < 10) { + text += "0"; + } + text += seconds + return text; + } +</script> +<style> + .audio-player { + display: flex; + flex-direction: row; + align-items: center; + justify-content:center; + width: 100%; + } + .audio-player>*{ + margin:2px; + margin-right:5px; + margin-left:5px; + } + .audio-player p{ + width: fit-content; + } + + .media-seek { + width: 100%; + } + .audio-player{ + border: 0.15rem solid var(--theme-accent); + padding:0.5rem; + border-radius: 0.5rem; + color:var(--theme-accent); + flex-wrap: nowrap; +} +.audio-player>*{ + margin:5px; +} + +.audio-player select, .audio-player button{ + background-color: transparent; + border-color: var(--theme-accent); + color:var(--theme-accent); + border-radius: 3px; + padding:0.5rem; +} + +.icon svg{ + width:2.25rem; + height:2.25rem; + z-index: -1; + background-color: transparent; + pointer-events: none; +} +.icon path, + .icon rect { + stroke: var(--theme-accent); + fill: var(--theme-accent); + } + +.icon svg circle { + stroke: var(--theme-accent); + fill: transparent; + stroke-width: 6; +} +@keyframes spin-icon { + 0%{rotate:0;} + 100%{rotate:360deg;} +} +.spin{ + animation:spin-icon 3s linear infinite; +} +</style> +<div class="media-container" onload="setup_display(event)"> + <div class="audio-player"> + <audio onended="audio_end(event)" onloadedmetadata="setup_audio_metadata(event)" ontimeupdate="setup_audio_metadata(event)"> + <source src='https://gabe.rocks//audio/2025-01-vlog.ogg'> + </audio> + <div class="icon" onclick="toggle_play_audio(event)"> + <svg> + <use href="#play"></use> + </svg> + </div> + <input class="media-seek" type="range" onchange="update_audio_time(event)" value="0"> + <select onchange="update_audio_speed(event)" style="display:none;"> + <option value="1" selected>1x</option> + <option value="1.5">1.5x</option> + <option value="2">2x</option> + <option value="2.5">2.5x</option> + <option value="3">3x</option> + </select> + <div class="audio-preview"> + </div> + <p><span class="audio-currentTime"></span><span class="audio-duration"></span></p> + <div class="icon" onclick="toggle_loop_audio(event)"> + <svg> + <use href="#loop"></use> + </svg> + </div> + </div> + <noscript> + <style> + .audio-player { + display: none; + } + </style> + <audio controls preload="false" style="width:100%;min-width:40vw;"> + <source src='https://gabe.rocks//audio/2025-01-vlog.ogg'> + </audio> + </noscript> +</div> +<p>What I would like to know is if there are any questions I should answer. I feel like I take many aspects of my situation for granted and there may be things you&rsquo;re curious about that I could explain. If you have any questions about my journey, or even getting big I&rsquo;ll be happy to follow up.</p> +<p><a href="mailto:gabriel@libresolutions.network?subject=Weight%20loss%20question">Ask away!</a></p> +<p>Thank you for reading this through RSS 📡</p> + + + + Having Trouble + https://gabe.rocks/health/not-easy/ + Wed, 15 Jan 2025 00:00:00 +0000 + + https://gabe.rocks/health/not-easy/ + https://gabe.rocks//emoji/blah.svg?d=1736899200 + + + Losing weight is hard, losing a lot of weight is very hard + <p>I&rsquo;ve recorded two walks recently, but neither of them are really worth publishing. I spent hours basically just complaining about hard this all is. It&rsquo;s been good being outside more, but I&rsquo;ve had a very negative disposition recently. I am uncertain that I should even publish this. This post is being written not for sympathy, but so that I can clearly articulate my present challenges to reference in the future.</p> +<p>In short, things are getting to me. A couple of recent challenges and setbacks have really got me down. My scale broke, which puts previous weigh-ins in doubt and required me to rush to get a new one. I&rsquo;ve been dissatisfied with what I&rsquo;ve been able to accomplish in a given day/week. The next few months are also filled with uncertainty, and it is stressing me significantly. In addition to all this, January isn&rsquo;t looking to be as successful as I had hoped.</p> +<h3 id="scale-troubles">Scale troubles</h3> +<p>I first noticed a problem with my scale where depending on how I was leaning on it, the weight would vary by 10-20 pounds. I had hoped simply being consistent would work in the long run. Unfortunately one day the scale just simply stopped working and would then only report 16.x lbs regardless of what was done with it. With a new scale I weigh&rsquo;d in at 476.4lbs 99.6 lbs down from my highest recorded weight. The good news is that previous weigh-ins were not as distorted as I had feared.</p> +<h3 id="eating-challenges">Eating challenges</h3> +<p>I had hoped to be much further along halfway into January, but I have been finding keeping portion sizes low very challenging. I experimented with trying to have peanuts for their own benefits, but it seems like they are too calorie dense to consider. I&rsquo;m finding it harder and harder to manage hunger as the stress ramps up. The only consolation I have is that I am sure to be below what I started this month with, but unfortunately not by that much. I am still eating significantly better than I was before, but I am finding maintaining good habits particularly challenging lately.</p> +<h2 id="feelings">Feelings</h2> +<p>I am frustrated and disappointed in myself. I feel worn down and panicky. My sleep is back to the &rsquo;normal&rsquo; terrible rotation, and I&rsquo;ve lost dozens of hours attempting to correct this. I really hate Winter, and it&rsquo;s wearing me thin. The hardest part about losing weight is that failing to lose weight is just as hard as successfully doing it. If anything, failing to lose is much harder because of the frustration, guilt, and sadness associated with mistakes.</p> +<p>I don&rsquo;t feel helpless, I know I can continue to make progress, but I am incredibly disheartened. I was wildly optimistic about what I would be able to accomplish this Winter and I&rsquo;m saddened that it feels like everything I try is working less and less. I am constantly wrestling with despair over the potentiality of reversing course.</p> +<p>Despite making a huge amount of progress, I am still very much in the same trap as before. Being able to do a couple more things makes the things I am currently unable to do so hard to bear. I am disheartened by the fact that my options remain incredibly limited by my size and mobility. It tears me apart that I am still quite far away from being &ldquo;a functional human being&rdquo;. It sounds harsh, but I am very aware of the fact that I am not even functional enough that I could be able to work a part time job IRL.</p> +<p>I feel broken, I feel worthless, I feel scared. +I know that it will end, but it wears heavily on my heart.</p> +<p>Time is one of the most difficult pressures I have nowadays. I am significantly less functional (<em>wording that generously</em>) during the daytime. The major progress on sleep habits have entirely receded putting me in a situation where getting even the simplest of productive things done feels insurmountable again. It is a bitter reminder that my problems are not limited to weight management. Time is once again an incredibly scarce resource and until I improve my sleep routine, it will remain so.</p> +<p>I am capable of enduring moderate setbacks and failures without becoming too disheartened, but their accumulation over time is something that I can hardly bear. Occasionally, I consider glimpses of where I could have been if I had been more capable and made less mistakes, and feel dread and sadness.While I have a great deal to be thankful for, I struggle to evade harsh judgement of myself. It is the things that I am thankful for that often make dealing with failures so much more difficult.</p> +<p>I am beginning to feel the familiar icy feeling of shame and regret congealing over my mind. The numbness previously erected to avoid facing those feelings is something I am starting to feel drawn to. It is hard enough to fail to succeed at what is so important, is it really so important that I feel these emotions on top of it? It&rsquo;s never been more clear to me how avoiding these difficult feelings is one of the early steps towards regressing to &lsquo;old habits&rsquo;. I think I am starting to understand how fully experiencing the torrent of negative emotions can lead to finding hope and optimism on the other side. By wrestling with my fears and regrets I am not avoiding the root cause, the desire to change my circumstances. I hope that sometime soon, I may feel revitalized in taking this on. For the moment, things are cold and grim.</p> +<p>I cannot permit myself to end this on a negative note, so I am going to share a couple of things that are going well.</p> +<ul> +<li>I have been consistently below what I started at in January.</li> +<li>I have acquired a step counter, and hope to regularly increase it over time.</li> +<li>I recently did over 40 swings of a 70lb kettlebell.</li> +<li>I am now able to hold a &lsquo;plank&rsquo; position for a few moments, and looking forward to eventually working towards push-ups.</li> +<li>I am optimistic for Spring.</li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: Beginning 2025 + https://gabe.rocks/health/walk-with-me-25-01-08/ + Thu, 09 Jan 2025 00:00:00 +0000 + + https://gabe.rocks/health/walk-with-me-25-01-08/ + + + + + Thinking out loud for the new year. + <p>I hope you enjoy listening to this &lsquo;walk with me&rsquo; recording. I am glad to be back in gear doing this. If you appreciate my off-the-cuff ramblings about my situation and reflections on things, you can look forward to a lot more this year. of course, I struggle to stay &lsquo;on topic&rsquo; so you can expect me to drift from topic to topic.</p> +<h2 id="big-dreams-for-this-year">Big dreams for this year</h2> +<p>I have an ambitious target for 2025. If I was able to lose 100lbs through part of 2024, I&rsquo;m hoping I can manage to lose 200 in 2025. This would take me 80% of the way to an optimal body weight. I&rsquo;m prepared to throw everything I can at reaching that. I feel in an entirely different situation from last year. No longer shackled by doubt, hopelessness, and fear, I feel wholly equipped to do the best I can to make radical progress this year.</p> +<h3 id="but-isnt-that-too-fast">But isn&rsquo;t that too fast?</h3> +<p>This morning, (the recording is from the day before) I listened to <a href="https://creators.spotify.com/pod/show/mikeneedsaplan/episodes/How-to-Track-Calories-Kindly-e2t7u3c">How to Track Calories Kindly</a> by Mike Pridgen. He makes the case that you shouldn&rsquo;t aim to lose weight quickly, repeating the conventional advice that losing as fast as you can is a recipe for backsliding as you put the weight back on.</p> +<p>At the risk of sounding arrogant, I believe I am in a unique circumstance. I am not merely aiming to lose 20, 50, or even 100 pounds to return to a healthy weight, I have an incredibly long journey ahead of me no matter what I do. Mike is absolutely correct that it is very easy to make short-term desperate changes that ultimately lead to relapse. I wholeheartedly believe he is right to encourage people prioritize methodical and consistent weight loss over speed itself.</p> +<p>But not only do I have a long way to go, I also have the luxury of time. My other half is generously assigning this journey as my &ldquo;full time job&rdquo; and so unlike many others with other responsibilities, I can ensure that this is my top priority. Through this process, I am still learning what I can and can&rsquo;t accomplish at the stage, and what I may be able to accomplish soon. Despite the <a href="https://youtu.be/BXLVj1vs3KU">rapid pace of weight loss</a> I am aiming for, I am confident that I am building lasting habits that will help me to keep the weight off.</p> +<p>Becoming mobile again is exciting and wonderful. I have no desire to celebrate this in moderation. I want every step I&rsquo;m able to take to be what drives me to make a thousand more. I have been confined by this size for too long, and I owe it to the love of my life to give it the best shot possible. I believe getting excited about exercise, learning to cook, and wrestling with obstacles to my health head-on puts me in a unique position to build an entirely different life by the end of it.</p> +<p>I still think Mike&rsquo;s podcast is incredibly helpful and would wholeheartedly recommend it to others. We all have different circumstances, lifestyles, and attitudes. If there&rsquo;s one thing I&rsquo;ve learned in this journey is that how incredibly personal it is. Nothing I can say will have any concrete meaning to anyone else beyond what may or may not be helpful in their situation. I love how Mike articulates that the goal isn&rsquo;t to reach arbitrary targets, but to be the best you can be.</p> +<p>I&rsquo;m becoming a huge fan of Mike&rsquo;s work and If it sounds like something you&rsquo;re interested in, I would encourage you to <a href="https://linktr.ee/mikepridgen">take a look.</a></p> +<h2 id="whats-going-great">What&rsquo;s going great</h2> +<ul> +<li> +<p><strong>Scale go down</strong></p> +<p>I was initially very concerned that I wouldn&rsquo;t be able to lose weight at all this Winter. In hindsight, I&rsquo;m doing still quite successfully if I use December as a barometer for how it&rsquo;s going. My single goal for January is to ensure that I lose more weight through this month than December.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + + <img loading="lazy" + src='https://gabe.rocks/images/2024-monthly-loss.webp' + > + + + + </div> +</li> +<li> +<p><strong>Home gym</strong></p> +<p>One of the concerns for this Winter I had was what I would do if I felt it was too cold to go outside. I wanted to be able to exercise from home to at least maintain some progress. Currently I have my trusty kettlebell and an exercise mat. I&rsquo;ve started a new routine that involves a variety of kettlebell exercises. Hoping to make small gains this way to keep my base level of exercise above a minimum.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + + <img loading="lazy" + src='https://gabe.rocks/images/kettlebell.webp' + > + + + + </div> +</li> +<li> +<p><strong>Reading</strong></p> +<p>I blitz&rsquo;d through Casey Means&rsquo; <a href="https://libresolutions.network/articles/good-energy/">Good Energy</a> around new years, but I&rsquo;m eager to read even more regularly. The hope is to read a great many books this year. I made a stop at a thrift store and I got two new books! <a href="https://www.goodreads.com/book/show/29874881-the-case-against-sugar">The Case Against Sugar</a> and <a href="https://www.goodreads.com/book/show/19132.Food_Politics">Food Politics.</a> These books are directly related to my goal of wanting to have a much better handle on nutrition, in addition to understanding the broader context of what has happened to people.</p> +</li> +</ul> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/new-food-books.webp' +> + + + +</div> +<h2 id="trying-to-get-back-on-track">Trying to get back on track</h2> +<ul> +<li> +<p><strong>Swimming</strong></p> +<p>Glad to have gotten back to the pool for the second time this Winter. I&rsquo;m finding it very difficult to accomplish on top of my personal training sessions. I miss swimming a great deal and I&rsquo;m looking forward to doing more of it as I push myself to be outside more and more.</p> +</li> +<li> +<p><strong>Sleep</strong></p> +<p>Ever since Winter has started I&rsquo;ve really felt my sleep habits fall off a cliff. I feel like the progress made improving my circadian rhythm was entirely erased by the reduced amount of natural sunlight in the days.</p> +</li> +<li> +<p><strong>Vitamins</strong></p> +<p>I&rsquo;ve made the mistake of not being as diligent as I should be on maintaining fibre and micronutrient intake. It&rsquo;s unfortunately pretty easy to feel the difference. I have to come up with a mechanism to stay focused on more than just calories &amp; protein intake.</p> +</li> +<li> +<p><strong>Stress</strong></p> +<p>One of the things I&rsquo;ve noticed is that I&rsquo;ve found managing stress a lot more difficult this Winter. I&rsquo;ve gotten a difficult reminder that my stress eating compulsions are not entirely conquered. It was a bizarre nightmare of gorging on chocolate after spending a day feeling higher-than-usual cravings for fast food. I am thrilled that this incident didn&rsquo;t bring me down into caving, which I consider a victory.</p> +</li> +<li> +<p><strong>Documenting</strong></p> +<p>I need to spend more time recording what this journey is like. I&rsquo;ve struggled to record videos of me doing things and struggling with how I&rsquo;m feeling. The point isn&rsquo;t really to publish these, but to keep those for reference in the future.</p> +</li> +<li> +<p><strong>Programming</strong></p> +<p>I&rsquo;ve totally failed to continue working on my programming <a href="https://gabe.rocks/tech/trying-out-iced/">learning project.</a> This is a source of some shame and disappointment. I&rsquo;m starting to feel intimidated to touch it again, but I know I&rsquo;ll be a lot happier once I begin make progress.</p> +</li> +</ul> +<p>I&rsquo;m wishing everyone reading this an excellent 2025 and beyond. Feel free to reach out or share what you find helpful with others. I&rsquo;m excited for the year ahead!</p> +<p>Thank you for reading this through RSS 📡</p> + + + + New Year New Me: Progress on Eating Habits + https://gabe.rocks/health/eating-progress/ + Sat, 04 Jan 2025 00:00:00 +0000 + + https://gabe.rocks/health/eating-progress/ + https://gabe.rocks//images/cooking/collage.webp?d=1735948800 + + + A look back on previous challenges + <p>This is a response to a post titled <a href="https://gabe.rocks/health/non-stop-eating/">&lsquo;Why can&rsquo;t I stop eating?&rsquo;</a> I wrote last Fall. I outlined many of my challenges with eating terribly. My situation is radically (<em>but not entirely</em>) different now, and I felt like it is a good time for an update. I wrote that post because at the time, I was highly skeptical I could make meaningful progress on that front. It&rsquo;s a bit funny to me in hindsight, only 6 months later things are very different. I&rsquo;ll be sharing my progress and reflections in this post.</p> +<h2 id="habits-vs-compulsions">Habits vs compulsions</h2> +<p>One of the realizations I had during this process was that habits and compulsions are different creatures. As I understand it, habits are deliberately curated behaviors, and compulsions are when you yield control to impulses and drives from the body. To me, this is an important distinction because habits have to be maintained, where as compulsions need to be managed. A habit can go away without deliberate effort to keep it, whereas compulsions will haunt you until you confront them.</p> +<blockquote> +<p>For many people, eating is just one of many things they do during their life. In my case, my life has revolved around eating. Meaning that from the moment I wake up, to the moment I pass out to sleep, I am constantly thinking, planning, and negotiating about what I will eat next. In some ways, this was because throughout my career I felt enormous pressure and felt I needed to be constantly fueled to carry out what I could accomplish. I taught myself that my productivity was directly related to the level of C&amp;C (calories &amp; caffeine) I’ve consumed recently.</p> +<p>&hellip; +While I’ve been far from successful in putting it into practice, my best understanding at the moment is that overcoming compulsive eating requires confronting the causes directly. The causes can be boredom, stress, pain (emotional or physical) which are all chronic problems someone in my situation will inevitably experience. Those in that situation with me will understand how tightly intertwined compulsive eating is with emotional eating.</p></blockquote> +<p>A bad food habit would be choosing to eat at a particular fast food place regularly. A compulsion would be a sudden all-pervasive feeling that one needs to eat as much as possible as quickly as possible. By understanding compulsions and habits separately it becomes easier to manage both. Habits that are actually bad can be replaced, and compulsions can be anticipated and planned for. You can build good habits without making much progress on your compulsions, but I&rsquo;ve found that many good habits help a great deal.</p> +<p>Meal prep and exercise are both great activities that can radically help managing compulsions. I&rsquo;ve found the stress-relief effects of exercise effectively mandatory for making the progress I have. When it comes to tackling compulsions, I&rsquo;ve found that anything that lets off the pressure even a small bit can make a huge difference. The hardest part is raising your own tolerance to discomfort. When using food as a crutch to bear other pains, it can be difficult to have enough tolerance left over to put down the compulsion to excessively eat.</p> +<h2 id="past-vs-present">Past vs present</h2> +<p>To begin understand what I felt was wrong with me, I took the effort to define what a &ldquo;good relationship with food&rdquo; meant to me.</p> +<ul> +<li> +<p><strong>Not consuming more calories than required</strong></p> +<p>Since the goal was to lose weight, I would ideally need to keep total calories below the total energy required to operate throughout the day.</p> +</li> +<li> +<p><strong>Acquiring all required nutrients</strong></p> +<p>Harder than it sounds! I still don&rsquo;t quite have a good grasp of what&rsquo;s critical. At the moment, I treat this as a reminder to prioritize nutrient density in what one does eat.</p> +</li> +<li> +<p><strong>Hydration</strong></p> +<p>Getting enough water is crucially important. Insufficient water intake can be a limiting factor on weight loss. Hydration quality matters too. Oddly enough, I&rsquo;ve been surprised at how much getting some electrolytes in a day can make a huge difference on alertness waking up.</p> +</li> +<li> +<p><strong>Eating (more/mostly) food prepared yourself</strong></p> +<p>I&rsquo;ve spent a fair amount of time learning to cook. It&rsquo;s been absolutely invaluable in gaining confidence and building a better relationship with food. The satisfaction from making a excellent meal is an unfamiliar but incredibly welcome feeling. They don&rsquo;t always turn out how I&rsquo;d like, but I&rsquo;ve learned a great deal taking it on. If you start small, learning to cook is a great exercise in <em>micro-dosing failure</em>.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + + <img loading="lazy" + src='https://gabe.rocks/images/cooking/collage.webp' + > + + + + </div> +</li> +</ul> +<h3 id="emotional-eating">Emotional eating</h3> +<p>One of the problems I felt trapped with last year was emotionally-driven eating. That stress, anxiety or frustration was enough to make me want to really &ldquo;pig out&rdquo; to regain some level of temporary comfort.</p> +<p>Since adding strength training to my routine, I&rsquo;ve noticed a huge reduction in emotional eating. The combination of the healthy stress release, and unfortunately the consistent pain both have improved my ability to withstand compulsions to over-indulge. While I&rsquo;ve noticed things have changed for the better in big ways, I&rsquo;m far from done. It is very easy for me to not maintain activity and then feel the overwhelming desire to cave in.</p> +<blockquote> +<p>I’ve had an excellent conversation with a great canadian hero, Patrick Phillips about this. who told me “If you’re soothing the pain, you should sooth the pain.”. At the start, I counter-productively took this as a license to continue eating to my feelings. Now I have a more nuanced opinion on what that means. He put me on the path to taking on my negative feelings head on, and was a great help.</p> +<p>It may come as a surprise to some, but I’ve only recently been aware of how much chronic emotional pain I’ve been in. The side-effect of numbing yourself with self-destructive coping mechanisms for years is that you can completely forget why you have them. Eventually, all you remember is that you’re stressed out all the time but can’t really pinpoint things that aren’t too obvious.</p></blockquote> +<p>If there&rsquo;s one &ldquo;hard line&rdquo; I&rsquo;ll draw, it&rsquo;s that addressing the causes of emotional pain is essential. Not everything can be fixed, but understanding and facing your pain can give you a lot more power over it. It&rsquo;s absolutely worth the time to recognize the degree your own numbness to anger, despair, regret, or whatever else. When one has walled themselves off from their own feelings, beginning to feel is overwhelming. It&rsquo;s far from an easy task.</p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/experiencing-opposites.mp4'> +</video> + + + +<p>The great news is that it doesn&rsquo;t have to be done alone. When overwhelmed with feeling the wounds of emotional pain for the first time in a long time, connecting with others is invaluable. This is because just as one begins to truly feel their pain, the numbness begins to fade. As that numbness leaves, it&rsquo;s so much easier to actually connect with people, as you&rsquo;re no longer distancing yourself from them with projection and indifference. It&rsquo;s an opportunity to truly get to know yourself and others on a deeper level. While I would never wish this kind of numbness on anyone, I sincerely hope that those afflicted with it get to appreciate the kindness and comfort possible from their loved ones, God, and even strangers.</p> +<h2 id="food-addiction">Food addiction</h2> +<p>There&rsquo;s an important line to draw between emotional eating, and the highly addictive traits of various foods. The strategies for tackling these problems are very different despite having many commonalities. I believe that that &ldquo;food addiction&rdquo; is a bit of a misnomer, as one is not addicted to all kinds of foods, but very specific signals often from highly/ultra-processed products.</p> +<blockquote> +<p>When one eats fast food or other meals that require no preparation, it’s almost impossible to avoid various addictions. Apparently vegetable oil itself can be addictive, to say nothing about sugar. Many explain food addiction in a simple way: your brain interprets food as a reward, and numbing that reward center requires more and more to be satiated. I’ve been told by those close to me that I have a classic addict’s reaction to large amounts of greasy/sugary/fatty food. I’m told that I “become a different person” and that I light up instantly the moment I realize I’m going to have that hit.</p> +<p>This is inherently a difficult thing to tackle directly. While I’ve been able to quit caffeine ‘cold-turkey’, there is no way I could do the same with food even if it was conceivably possible. This is where I imagine the best bet is to manage the addiction by pushing that effort into preparing food if one is mobile and capable enough. Personally, I still struggle to even comprehend that I don’t need as much food as I want.</p></blockquote> +<p>There&rsquo;s some debate if cannabis is actually addictive. Drawing a distinction (above my pay-grade) between physical and behavioral addiction. When it comes to the addictive properties of various fast-foods and processed products, I don&rsquo;t have particularly strong feelings on where that line is. What is clear, that a process of weaning off it, or going &ldquo;no-contact&rdquo; is what&rsquo;s required to overcome dependency on terrible foods.</p> +<p>I&rsquo;m often told that judging foods as &ldquo;good or bad&rdquo; is itself an eating disorder. At least at the time of writing this, I wholeheartedly disagree. I am convinced that if we see food as a tool for nutrition we can objectively make decisions about which foods are good and bad. By defining the purpose of eating as nourishing the body, you can easily rate nutrient-dense foods over what some people call &ldquo;empty calories&rdquo;. I really don&rsquo;t see the harm of perceiving an energy dense but nutritionally lacking product as paying a huge opportunity cost compared to foods that do provide valuable nutrients.</p> +<p>Now, it&rsquo;s possible that these lines get more blurry when one approaches a healthy body weight. At my size, my body is not lacking energy at all, so my preferences are focused on that. Not everybody is going to be in the same lifestyle situation. For example there are people on the other side of the spectrum who need to gain mass rather than lose it. All I can say is that experience is totally alien to me so I can&rsquo;t speak to that.</p> +<p>I have found changing what I regularly eat along these lines very helpful for reducing any feelings of being &lsquo;addicted to food&rsquo;. I gradually came to understand that I didn&rsquo;t need all the calories my body was screaming for, and that when prioritizing nutrition I felt a great deal better. I still have to be incredibly careful with portions though. I still have a very warped perception of what is &ldquo;needed&rdquo; vs what I need to reach my goals.</p> +<h2 id="helplessness">Helplessness</h2> +<p>The biggest change since I wrote that post is that I no longer feel helpless. Learning to cook and making significant mobility gains have radically transformed my life and confidence. Clearly it is showing, because I got a comment from somebody recently; &ldquo;Wow, I didn&rsquo;t expect such a cynical take from you Gabriel, I thought you were a &lsquo;whitepilled&rsquo; normie&rdquo;. My response was &ldquo;I am whitepilled! Losing almost 100lbs will absolutely do that to you! But don&rsquo;t mistake my pleasant demeanor for ignorance.&rdquo;</p> +<blockquote> +<p>I’ve noticed a great deal of learned helplessness in my situation. I can only guess, but I believe this is the greatest contributor to people becoming bed-ridden for the rest of their lives. The more weight you gain the harder it becomes to accomplish even the simplest of tasks. For example, even now that I’ve made big strides towards becoming more mobile: I still agonize over the resistance of simple things like standing, getting up from sitting or lying down, and walking.</p> +<p>While I won’t deny to being quite lazy. A great deal of my efficiency is the embodiment of “If you want something done the easy way, find a lazy person to do it.” I believe this learned helplessness is what causes people to being trapped into a state of [perceived?] laziness.</p> +<p>You’re not going to think to run around and take on all kinds of activities when simple tasks like going up stairs, walking, or carrying things feel almost entirely out of reach. It is horrifying to think about how things that once only seemed out of reach eventually fade into being actually out of reach.</p></blockquote> +<p>Overcoming helplessness, just like getting into it is a &lsquo;gradually, then all at once&rsquo; phenomenon. Any small actions you can take to build up your mobility, autonomy, or even creativity will absolutely pay huge dividends in the long run. What&rsquo;s clear to me is that all these major factors are related. Helplessness can cause emotional difficulties, which can drive emotionally eating terrible foods, which can then drive addiction to them. As somebody who has been in this situation, I wish I could be able to properly describe the pure terror of being in it. Every day feels like an endless nightmare you&rsquo;re just working to avoid as much as possible. It&rsquo;s not at all an easy situation to fix.</p> +<p>What&rsquo;s worth reiterating, is that I am not some superhuman iron-willed guy who &lsquo;just happened&rsquo; to suddenly overcome it all. It took a great deal of time and effort on my part, yes, but it took more than just what I had. Based on what has worked for me I am wholeheartedly convinced that anyone can make the same kind of transformation with the right support, education, and time. Turning it all around is very complex and a very difficult task. I am frustrated that people treat Ozembic (and other GLP-1 agonists) as the individual &rsquo;taking the easy way out&rsquo;. I would go as far as to say it is society that is taking the easy way out by pushing these drugs on people.</p> +<p>One of the greatest, but most tragic lessons I have learned during this time is how much can be achieved if we really worked to support each other more. Even relatively small gestures can make a massive difference for the right person. Yes, discipline and individual effort is absolutely required to make this process work, but giving up on people isn&rsquo;t what good people do. I say this, because this is applicable to a lot more than just weight loss. I have a much deeper understanding of what caring for one&rsquo;s loved ones really means, and how far one should go for them.</p> +<p>I am immensely grateful for the progress I&rsquo;ve made already. I had a great deal of support and assistance along the way. I am humbled by the investment that my other half is making in me by assisting me focus on this journey as my top priority. My goal is to reward that investment with as much effort as I can muster. I am incredibly blessed and I hope that sharing what I have learned can help someone. I am now a pound away from being down 100lbs. It really feels like my journey is only beginning to get really exciting. There are difficult moments, but I&rsquo;m beginning to feel &ldquo;higher highs&rdquo; as all the changes start to harmonize.</p> +<div style="width:100%"> + <table style="font-size:14px;"> + <tr> + <th colspan="4"> + <h2 style="text-align: center;">📉 Weight Tracker</h2> + </th> + </tr> + <tr> + <td><strong>Starting Weight</strong></td> + <td><strong>Current Weight</strong></td> + <td><strong>Weight Lost</strong></td> + <td><strong>Goal Weight</strong></td> + </tr> + <tr> + <td>576</td> + <td>379.6</td> + <td>196.4</td> + <td>15% BF</td> + </tr> + <tr> + <td colspan="4"> + <h3 style="font-size:x-large;">2025 Goal: 200lbs in 2025 challenge</h3> + <div + style="border:3px solid var(--color-accent);align-items: flex-start;justify-content: flex-start;margin:5px;border-radius:15px;overflow: hidden;"> + <div style="width:49.7%;padding:10px;background-color:var(--color-accent);color:black;font-weight: bolder;font-size:larger;">49.7% + </div> + </div> + <p style="margin:5px;text-align: left;width:fit-content;font-size:large;">This year's goal is to lose <strong>200lbs</strong> in 2025!<br>Current progress: <strong>99.4lbs</strong> out of 200! + <br>A bit behind schedule! 😓</p> + </td> + </tr> + <tr> + <td colspan="4" style="text-align: center;">Last updated: 2025-07-06</td> + </tr> + </table> +</div> +<div> + +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: Two small failures + https://gabe.rocks/health/walk-with-me-24-12-28/ + Sat, 28 Dec 2024 00:00:00 +0000 + + https://gabe.rocks/health/walk-with-me-24-12-28/ + + + + + Nearly missing my target, and not keeping the streak + <h2 id="missing-the-mark">Missing the mark</h2> +<p>Once I started losing weight at a consistent pace, I set an ambitious target of being 100lbs down by the start of 2025. With three days left, I&rsquo;m pretty sure I will narrowly miss that target. The target was based on an estimate of losing a pound a day, which I was able to achieve in the early fall, but became harder to maintain as I entered Winter. Given that this is the first Winter I&rsquo;ve successfully lost weight in a long time, it&rsquo;s still a massive victory moving forwards. To be fair, 94 is <em>pretty close to 100</em> in the grand scheme of things!</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/2024-12-chart.webp' +> + + +<p class="caption"> + The Orange line assumed 1lb/day loss + +</p> + + +</div> +<h2 id="letting-down-my-kettlebell">Letting down my kettlebell</h2> +<p>Previously I started an ambitious habit of attempting 100 kettlebell swings a day. I choose a lower weight to avoid injury, but this was an attempt to figure out what was possible for an at-home daily workout. Truthfully, I had naively assumed it would be the thing that would single-handedly &ldquo;make scale go down&rdquo;, and preliminary results showed that wasn&rsquo;t really happening. I also struggled with enduring the pain of constantly recovering from such an intense workout. That said, I also noticed feeling significantly stronger in a very short time. By day 6 I felt noticeably stronger. After day 10 or 11, I decided to take a break as I try to focus on staying diligent over the holidays. This is something I would like to attempt again, but with introducing different kinds of workouts instead of just kettlebell swings. I can make it more of a gradual whole body workout instead of focusing entirely on a single exercise</p> +<h2 id="making-weight-loss-more-center-stage">Making weight loss more &lsquo;center stage&rsquo;</h2> +<p>I&rsquo;ve been encouraged by close friends to move these updates from my &lsquo;quiet&rsquo; personal site to a more visible platform. For what it&rsquo;s worth, this site will always be the primary home for this content. So in addition to this being the first place (with the RSS feed) for sharing my weight loss journey, people will also have the option to follow on my new Substack <a href="https://microdosingfailure.substack.com/">Micro-dosing Failure</a>. I wrote an <a href="https://microdosingfailure.substack.com/p/beginning">introduction post</a> to get anyone who hasn&rsquo;t been following up-to-speed so I can continue these updates without delay.</p> +<h2 id="reflecting-on-personal-training">Reflecting on personal training</h2> +<p>I realized I haven&rsquo;t really shared how personal training has been helping me much. In some ways, this is because it is going so well. I greatly appreciate having the opportunity to work with a knowledgeable friend who has an incredible grasp of body mechanics. In the audio I elaborate more on how I&rsquo;ve found it helpful.</p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/2024-transformation.mp4'> +</video> + + + +<p><em>Trainer for scale</em>, who was kind enough to retake the photo.</p> +<h2 id="gratitude">Gratitude</h2> +<p>I&rsquo;m recognizing the importance of gratitude for not only the kindness of others, but also your own accomplishments. I think it&rsquo;s very important to also have gratitude for progress and changes in your own life. I find that I still haven&rsquo;t really let losing over 90lbs actually &lsquo;sink in&rsquo; simply because I have so much further to go.</p> +<h2 id="2025-new-years-resolutions">2025 New Year&rsquo;s Resolutions</h2> +<h3 id="read-more">Read more</h3> +<p>I had only read two books in 2024. Which while still an improvement over previous years, I&rsquo;m hoping to reach higher. I want to make reading a regular habit of mine. I want to read more than just what I agree with, but also read to broaden my perspective and learn from others. As part of this, I&rsquo;m not sure I plan to share the books I&rsquo;m reading, at least for now. Currently, I have three books started. I think this can help, so that instead of asking myself &ldquo;Do I want to read now?&rdquo; I can instead ask &ldquo;What would I liked to read now?&rdquo;.</p> +<h3 id="out-perform-month-to-month">Out-perform month-to-month</h3> +<p>Instead of starting out with a new year-end goal, I plan to focus on the smaller scale and just start out working for January to be better than December. If I can successfully lose more weight in January than december I&rsquo;ll consider that a win worth celebrating. I think at least for the start of the year, a month-to-month pattern of goal setting seems reasonable.</p> +<h3 id="improve-sleep">Improve sleep</h3> +<p>While my sleepy hygiene is radically better than last year, I still have a long way to go. I still want to work towards waking up and getting to sleep earlier. I&rsquo;ve found shifting my waking hours more into the daytime quite a boon to my productivity and helps me a great deal.</p> +<h3 id="meal-prep-for-myself-more">Meal-prep for myself more</h3> +<p>Every time I meal-prep I find the days significantly easier to work with. I find meal-prepping a great investment in reducing &lsquo;decision fatigue&rsquo; and eating better. As somebody who still struggles with &lsquo;high-agency tasks&rsquo; this is at least a great way to get the most out of an afternoon.</p> +<div style="width:100%"> + <table style="font-size:14px;"> + <tr> + <th colspan="4"> + <h2 style="text-align: center;">📉 Weight Tracker</h2> + </th> + </tr> + <tr> + <td><strong>Starting Weight</strong></td> + <td><strong>Current Weight</strong></td> + <td><strong>Weight Lost</strong></td> + <td><strong>Goal Weight</strong></td> + </tr> + <tr> + <td>576</td> + <td>379.6</td> + <td>196.4</td> + <td>15% BF</td> + </tr> + <tr> + <td colspan="4"> + <h3 style="font-size:x-large;">2025 Goal: 200lbs in 2025 challenge</h3> + <div + style="border:3px solid var(--color-accent);align-items: flex-start;justify-content: flex-start;margin:5px;border-radius:15px;overflow: hidden;"> + <div style="width:49.7%;padding:10px;background-color:var(--color-accent);color:black;font-weight: bolder;font-size:larger;">49.7% + </div> + </div> + <p style="margin:5px;text-align: left;width:fit-content;font-size:large;">This year's goal is to lose <strong>200lbs</strong> in 2025!<br>Current progress: <strong>99.4lbs</strong> out of 200! + <br>A bit behind schedule! 😓</p> + </td> + </tr> + <tr> + <td colspan="4" style="text-align: center;">Last updated: 2025-07-06</td> + </tr> + </table> +</div> +<div> + +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: Struggling to say on target + https://gabe.rocks/health/walk-with-me-24-12-15/ + Mon, 16 Dec 2024 00:00:00 +0000 + + https://gabe.rocks/health/walk-with-me-24-12-15/ + + + + + https://gabe.rocks//images/2024-start-end.webp?d=1734307200 + + + Having difficulties with Winter + <p>Just over a month ago I <a href="https://mk.gabe.rocks/notes/a0efqdaoks">pointed out</a> that I was still on track to being 100lbs down by 2025. Unfortunately, december has been quite the slow month when it comes to weight loss. I&rsquo;m still down, but it&rsquo;s nowhere near as fast as I would like. The good news is that I absolutely understand where I need to dial things in more and I&rsquo;m hoping I can return to rapid results as I get more used to Winter.</p> +<p>Of course, even while missing this ambitious target, I&rsquo;ve still done remarkably over the last while. Finishing December under 500lbs will be it&rsquo;s own victory. I&rsquo;m not sure where I&rsquo;ll end up by Spring, but I&rsquo;m ready to keep throwing everything I can at it. I will say what this Winter is giving me more appreciation for how much easier it is to make progress during the warmer months. My plan is to keep my Winter struggles close at heart to motivate me further during the Spring, Summer &amp; Fall.</p> + +<a href='https://gabe.rocks/video/2024-ending.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/2024-ending.mp4'> +</video> + +</a> + + + +<p>I&rsquo;m beginning to recognize how many of the challenges I&rsquo;ve faced turning this around are composed more of mental barriers than physical ones. It&rsquo;s now more clear to me that while I do have many physical limitations, my own estimation of them vastly outshines them. This means that your own negative self-perception can act as a force multiplier for real but manageable problems.</p> +<h3 id="more-kindness">More Kindness</h3> +<p>I got another very kind email from a listener. These simple acts of kindness have always been the highlight of my day when they happen.</p> +<blockquote> +<p>just wanted to say that I like that you put your <a href="https://gabe.rocks/health/2023-resolutions/">new year&rsquo;s resolution</a> on your website and you actually managed to stick with it! Keep it up! And it&rsquo;s really inspiring. If you can solve your problem bit by bit, maybe other people like myself can solve their relatively minor problems, too.</p> +<p>And walking definitely matters. Getting some daylight every day was crucial for me to beat sleeplessness and depression-like states years ago, and I still do it because I don&rsquo;t want these to come back. Also, I enjoyed your &ldquo;Walk with me&rdquo; audios, although I usually hate podcasts.</p></blockquote> +<p>I really have to share the hearty laugh I let out when I read &ldquo;<em>maybe other people like myself can solve their relatively minor problems, too.</em>&rdquo; I truly had not considered that publicly tackling such a big problem would help others resolve other troubles. I am overjoyed to hear it, and wish everyone the best of luck.</p> +<p>I owe this particular person a blog post about matrix, which is coming!</p> +<p>Thank you for reading and/or listening! +As always you can see my motivational memes collection <a href="https://gabe.rocks/sharing/motivation">here.</a></p> +<p>Thank you for reading this through RSS 📡</p> + + + + Taking a look at Ghost + https://gabe.rocks/tech/ghost/ + Mon, 09 Dec 2024 00:00:00 +0000 + + https://gabe.rocks/tech/ghost/ + Can it replace static site generators? + <h2 id="going-ghost">Going Ghost</h2> +<p>I&rsquo;ve taken another look at <a href="https://ghost.org">Ghost.</a> Ghost is a modern CMS (Content Management System) that supports a wide variety of interesting features. It has built-in analytics, payments &amp; newsletter support. Not only that but apparently Fediverse support is coming soon. (<em>I believe you can test it already, but it&rsquo;s not enabled by default</em>) I wanted to know if I could rebuild the <a href="https://libresolutions.network">Libre Solutions Network</a> website with ghost by building my own theme.</p> +<p>My primary motivation was that if I could build a theme that is to my liking I could satisfy the criteria that I had built it with. The Site is a statically generated site using <a href="https://gohugo.io">Hugo</a> but I&rsquo;ve build it&rsquo;s theme from the ground up to support a variety of features I find important.</p> +<ul> +<li>Decent social media previews</li> +<li>Shortcodes for multimedia</li> +<li>As Tor &amp; I2P friendly as possible</li> +<li>Very little javascript</li> +<li>First-class RSS feeds with multimedia</li> +</ul> +<p><a href="https://ghost.org/docs/themes/">The documentation</a> for building themes in ghost is quite excellent. I also appreciate the ability to just zip a couple of files and upload them to the site to test the theme. I would say that the developer experience for theme development is pretty good right now. Unfortunately I hit a couple of frustrations trying to accomplish some of the things I wanted to do. I&rsquo;m realizing that the ultimate freedom of static site generators is very hard to compete with.</p> +<ol> +<li>For multimedia in your RSS feeds <a href="https://ghost.org/tutorials/custom-rss-feed/">recommends</a> you use a hack/workaround to actually embed the media. The lack of first-class support for multi-media RSS feeds feels like a huge oversight.</li> +<li>By default the javascript for your membership features and search is served from a remote CDN. It is a shame that this isn&rsquo;t something at least served by the site itself when one is self-hosting. Changing this requires either <a href="https://www.spectralwebservices.com/blog/adding-new-features-to-ghost-head/">going without</a> the pre-filled head partial, or <a href="https://forum.ghost.org/t/how-to-modify-and-load-the-portal-directly-from-your-theme/27426">modifying</a> your ghost installation directly.</li> +<li>It seems that supporting other url schemes (such as Tor &amp; I2P) would require running multiple redundant front-ends. This seems like a huge pain, but has advantages when one would want to have different themes for each. In that case you could remove all javascript on the darknet front-ends but keep it on the http site.</li> +</ol> +<p>This is disappointing because I had hoped that by switching to ghost I could ditch Substack and have a better website at the end of it. These issues are not really that big a deal for anyone building an ordinary site, but for what I want out of the Libre Solutions Network site it&rsquo;s effectively a non-starter. In my opinion, Ghost is probably excellent for anyone who requires it&rsquo;s features and wants to build a beautiful looking site. I&rsquo;ve seen comments to the effect that it lacks the performance one would want which is a huge loss over the speed of static sites.</p> +<h2 id="is-ghost-good">Is Ghost Good?</h2> +<p>If I was building a site for ordinary people and not tech purists, I would say it&rsquo;s a great option and you can get a lot out of building your own theme for it. I really would like to see Ghost gain more prominence considering how far it goes to lower the barrier of entry for people to have a first-class experience publishing on the web. I&rsquo;d really like to see them resolve the issues I&rsquo;ve mentioned, but it&rsquo;s not likely to be a deal-breaker for many people.</p> +<p>You get a lot &ldquo;out of the box&rdquo; with ghost, so for an individual or small organization I think it&rsquo;s very hard to go wrong with starting with ghost. The membership tier features are pretty nice and the composer works great. Clearly a lot of thought has gone into building a powerful CMS, I just wish it was a bit more flexible. They&rsquo;re also working on supporting other payment providers so hopefully it will be more than just Stripe in the future.</p> +<h2 id="but-what-about-static">But what about Static+?</h2> +<p>I&rsquo;ve <a href="https://gabe.rocks/tech/static-plus/">previously written</a> that there&rsquo;s probably room for a lightweight CMS that leverages a database and simple API to create a &ldquo;hybrid&rdquo; static site with additional features. This would allow a website to support advanced modern features, but degrade gracefully in situations where users disable scripts. In addition to that, you could likely have all the power of a CMS and the speed of a static site all in one. I believe that when supporting Tor &amp; I2P traffic, this is effectively the best you can do. There will always be a need to run server-side operations</p> +<p>I think Static+ is going to be the future of flexible CMSs because it makes no sense to store the entire structure and content of a mostly public website in memory. Instead of having to regenerate every page on each visit you can save a great deal of resources on sites that aren&rsquo;t focused on constant real-time updates. You could still move fast enough to support the Fediverse and other neat APIs too.</p> +<p>I&rsquo;m convinced that to actually bring more people into the free and open web requires giving them access to tools that they can reasonably deploy and use. I love static sites, but I understand that the majority of people would prefer posting to their website to feel just like posting on social media. That seems to create challenges because this is impossible to deliver without some service running as a CMS, but for small personal sites I think Static+ strikes the balance well.</p> +<p>I would love to see a new CMS designed from the ground up with many of these concerns in mind. Wordpress can do everything it seems, but it&rsquo;s so modular that it has it&rsquo;s own problems. The perfect CMS should be as flexible as using a static site generator, but provide a wide variety of useful features to save you time and headaches. It would be incredible to have a CMS that had the following built-in from the ground up:</p> +<ul> +<li> +<p>Powerful RSS Features (Like Podcasting 2.0 support, and properly styled feeds)</p> +</li> +<li> +<p>Custom themes support (Configurable, like they are with Ghost)</p> +</li> +<li> +<p>Configurable taxonomies (like post series&rsquo;, courses, etc)</p> +</li> +<li> +<p>Passkey support (Just to make life easy)</p> +</li> +<li> +<p>Rich media embeds</p> +</li> +<li> +<p>Webtorrent for large static media</p> +<p>This requires the site itself to run a whitelisted tracker for it&rsquo;s own content.</p> +</li> +<li> +<p>Built-in analytics</p> +</li> +<li> +<p>Multi-user</p> +</li> +<li> +<p>Fediverse Support (Not because it&rsquo;s that important, but because it&rsquo;s much harder to just add on and not consider from the start)</p> +<ul> +<li>This has other advantages like potentially being able to side-roll it&rsquo;s own form of federation for comments / interactions. By modeling the concept of a &ldquo;remote user&rdquo; you can build powerful integrations and moderation tools.</li> +</ul> +</li> +<li> +<p>&hellip;this list could go on and on forever</p> +</li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: Sleep & Swings + https://gabe.rocks/health/walk-with-me-24-12-09/ + Mon, 09 Dec 2024 00:00:00 +0000 + + https://gabe.rocks/health/walk-with-me-24-12-09/ + + + + + https://gabe.rocks//images/haha-yes-rock.webp?d=1733702400 + + + Gratitude for recent progress and an ambitious plan for the rest of 2024 + <div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://girlboss.gaslight.love/notice/AorQOS0xG5CIc0Pk1I'> + +<img loading="lazy" +src='https://gabe.rocks/images/haha-yes-rock.webp' +> + +</a> + + + +</div> +<h2 id="sleep-progress">Sleep Progress</h2> +<p>It&rsquo;s almost two weeks of having successfully switched from being mostly nocturnal to being awake (and productive!) during the day. I&rsquo;m not sure how big a factor sleep timing is to sleep quality, but I&rsquo;m convinced it&rsquo;s a huge factor. Which is pretty important for the overall health and weight loss journey.</p> +<p>Despite experiencing a bit of a slowdown as Winter has started, I&rsquo;m very grateful to have made significant progress improving sleep. The sum total of the following strategies have made a huge difference:</p> +<p>I took the following steps to gradually shift my waking hours.</p> +<ul> +<li> +<p><strong>Night light settings</strong></p> +<p>On both my phone and computer, I turned on the night light setting that turns the screen orange-ish to mimic sunset. I&rsquo;ve set both to be sufficiently intense that it&rsquo;s fairly uncomfortable to focus on for a long period of time. This has helped reduce night screen time.</p> +</li> +<li> +<p><strong>Sleep Cover</strong></p> +<p>Purchasing a cover for my eyes definitely helped me reduce night time light. Instead of worrying about eliminating every light source, this works fairly well to block out basically all light. It&rsquo;s a good tool to resist the temptation to doomscroll all night.</p> +</li> +<li> +<p><strong>Natural Lighting</strong></p> +<p>Instead of keeping the blinds closed to regain some sleep in the mornings, I&rsquo;ve opened them entirely to get what little sunlight there is in these Winter mornings. I can definitely say this seems to have been the single change that made the biggest difference. It made me wake up a couple of days with less sleep than I would like, but that really helps keep me tired at night time.</p> +</li> +<li> +<p><strong>Putting the time in</strong></p> +<p>Shifting the sleep schedule took time. Spending a couple of hours a day immersed in darkness at night time really did pay off. It was a frustrating time-sink but it absolutely made a serious difference. In the moment it felt pointless but in hindsight I think it really did have a massive impact on my ability to turn things around quickly.</p> +</li> +<li> +<p><strong>Electrolytes</strong></p> +<p>One of my biggest challenges in the morning was being able to get things done during the early mornings. It has come to my attention that I was merely dehydrated in the mornings. I noticed a radical shift when I tried having just a normal sports electrolyte mix before I go to sleep.</p> +</li> +</ul> +<h2 id="kettlebell-swings">Kettlebell Swings</h2> +<p>I&rsquo;ve decided I&rsquo;m going to try to take on lower weight kettlebell swings as a daily exercise. This is partially motivated my goal target of 100lbs down by 2025. I&rsquo;m 20lbs away and have 20 days to go. It&rsquo;s achievable, but I need to figure out how to be more active during these cold winter days. So the solution is to use a 15lb kettlebell to do a decent amount of swings.</p> +<p>I&rsquo;m excited, because I believe this might be the thing that keeps me on track during this month. I&rsquo;ve also purchased an exercise mat to do basic body-weight exercises that I can do from home. The more progress I can make without leaving the house, the better. I&rsquo;m quite close to being able to do unmodified lunges, and bodyweight squats are something I&rsquo;ve been able to do for some time.</p> +<p>Last night I did 65 kettlebell swings right before sleeping (maybe not the best idea) and this morning I did 100 (4 sets of 25). I&rsquo;m hoping to continue to improve. In the short term I want to make sure I&rsquo;m getting really comfortable with the form before I push much further. Of course, my impatience will absolutely see me pushing 150, 200 swings a day once I feel comfortable with the form.</p> +<h2 id="more-improvement">More improvement</h2> +<p>I still need to get better at documenting the hard times. Despite my positive updates, there are absolutely challenges in this process. It is incredibly difficult emotionally at times and I want to document it better if for no other reason to remind myself in the future. It&rsquo;s incredibly hard to bear being in huge amounts of pain that&rsquo;s inevitable when really making progress. In attempting a new body-weight exercise, I&rsquo;ve definitely pushed the limits of my body as it is. Some of my back muscles were in extreme pain for a couple of days and unfortunately I tend to take pain and discomfort personally.</p> +<p>It&rsquo;s very challenging to be in so much pain and still frustrated with the reality of being severely obese. It&rsquo;s very difficult to sustain so much effort for what feels like so little at times. While I logically recognize that being 80lbs down is a huge accomplishment and a major improvement, having a lot left to do really dulls the feeling. I&rsquo;m trying to get better at appreciating the milestones.</p> +<h2 id="thanks-for-tuning-in">Thanks for tuning in!</h2> +<p>Despite many people congratulating me for the courage in talking about my journey publicly, I&rsquo;ve found it one of the few purely gratifying parts of this. I regularly get a great deal of encouragement from people finding me sharing this informative or helpful. I can definitely say that the kindness of others throughout this process has made much of what I&rsquo;ve been doing a great deal easier. Not every day is fun or a new milestole, but I&rsquo;m incredibly appreciative of those who take the time to share some thoughts.</p> +<ul> +<li> +<p><a href="https://shitpost.poridge.club/notes/a1hru24pol">@masta0f1eave@shitpost.poridge.club</a> wrote:</p> +<blockquote> +<p>Slowly reading through whole blog of Gabe, and it gives me joy. So much dedication, keep it up Gabriel!</p> +<p>Post in question: <a href="https://gabe.rocks/health/progression/">https://gabe.rocks/health/progression/</a></p></blockquote> +</li> +<li> +<p>I got a kind message from another fellow techie who is beginning to lose weight himself. He&rsquo;s at a much lower starting point, but it&rsquo;s encouraging to see others make progress as well.</p> +</li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + 🎉 Major Milestone: Below 500! + https://gabe.rocks/health/under-500/ + Sat, 30 Nov 2024 00:00:00 +0000 + + https://gabe.rocks/health/under-500/ + + + + + https://gabe.rocks//images/2024-11-30-scale.webp?d=1732924800 + + + Walk with me as I celebrate a major milestone + <div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/incredible.webp' +> + + + +</div> +<p>I took longer than I wanted, but I&rsquo;ve finally accomplished a major step in this year&rsquo;s <a href="https://gabe.rocks/health/2023-resolutions/">New Years Resolutions</a>. I only wish I knew what my actual highest point was. The problem with going a long time without a scale, it becomes harder to identify the highest points.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/2024-11-30-scale.webp' +> + + + +</div> +<p>But, I am incredibly grateful to have gotten to this point. Signing up for personal training has absolutely helped me fill many gaps in my understanding and begin making serious progress. My trainer has helped me a great deal in building up my mobility from the ground up, and has also helped me with strategies to get food under control. The last few months have been a wild success far beyond what I believed to be possible.</p> +<p>I hope you&rsquo;ll enjoy today&rsquo;s &ldquo;Walk with Gabriel&rdquo; audio, and are having an excellent day yourself.</p> +<h3 id="whats-next">What&rsquo;s next?</h3> +<p>The big goal for 2024, is to be down 100lbs! I&rsquo;m ~30lbs away and have ~30 days to go! It&rsquo;s certainly possible, but I have to really ramp up the cardio, so I&rsquo;m going to push as hard as I can. Walking is helping, but I&rsquo;m also planning to focus on sprints while swimming. Excited to see how close I get to the goal for 2025, which will be an excellent birthday gift to myself. Then the real push is on as I go through 2025 doing everything I can do keep this pace up for the entire year.</p> +<h3 id="references">References</h3> +<ul> +<li> +<p><a href="https://gabe.rocks/sharing/motivation/">Memes collection</a></p> +</li> +<li> +<p><a href="https://gabe.rocks/sharing/motivation/planting-seeds.mp4">Seeds video</a></p> +</li> +<li> +<p><a href="https://gabe.rocks/health/2024-05-update/#reading-progress-">Guilt, Shame, and Anxiety: Understanding and Overcoming Negative Emotions</a></p> +</li> +<li> +<p><a href="https://www.youtube.com/channel/UCqNzk3-sva7UmoJ_AhijYrw">Mover&rsquo;s Odyssey</a></p> +<ul> +<li><a href="https://youtu.be/DpMiOItcpmw">The 👑 KING of ALL Exercises? Kettlebell Swings</a></li> +</ul> +</li> +<li> +<p><a href="https://denisrancourt.ca/videos.php?id=9">My most important social theory interview? The Dominance of Dominance</a></p> +</li> +<li> +<p><a href="https://youtu.be/zl-divqmfNw?t=2548">Rethinking Covid | Jay Bhattacharya &amp; Gigi Foster</a></p> +</li> +<li> +<p><a href="https://peertube.libresolutions.network/w/jUuXzuNwWFFzjy7f91hHzw">MAHA and the Military Round Table</a></p> +</li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: Keeping at it + https://gabe.rocks/health/walk-with-me-24-11-27/ + Wed, 27 Nov 2024 00:00:00 +0000 + + https://gabe.rocks/health/walk-with-me-24-11-27/ + + + + + Listen to my ramblings as I walk + <p>I&rsquo;m continuing the &ldquo;walk with me&rdquo; series, this time with my thoughts on what&rsquo;s helping me stick to my difficult weight loss journey. Starting out talking about my current status, where I&rsquo;m getting over a fairly brutal cold. To spoil the major theme, I think the three things that have helped me really keep at it have been:</p> +<ol> +<li>Keeping in mind what I&rsquo;m looking forward to get out of this process</li> +<li>Having the gratitude to really feel the kindness and encouragement received along the way</li> +<li>Embracing progression: eagerly pushing towards within-reach goals then celebrating and appreciating them</li> +</ol> + +<script> + function audio_end(event){ + p = event.target.parentElement; + if (!event.target.loop){ + p.children[1].innerHTML=icons['play']; + } + } + function setup_display(event){ + el = event.target.children[0]; + el.style.display="flex"; + console.log("Display audio") + } + function setup_audio_metadata(event) { + audio=event.target; + var seek = audio.parentElement.children[2]; + seek.min = 0; + seek.max = audio.duration; + seek.value = audio.currentTime; + audio.parentElement.children[3].style.display="block"; + audio.parentElement.children[5].children[0].innerHTML = "" + timeToText(audio.currentTime) + "/"; + audio.parentElement.children[5].children[1].innerHTML = "" + timeToText(audio.duration); + } + function toggle_loop_audio(event) { + audio = event.target.parentElement.children[0]; + audio.loop = !audio.loop; + if (audio.loop){ + event.target.children[0].classList.add("spin"); + } + else{ + event.target.children[0].classList.remove("spin"); + } + } + function update_audio_time(event) { + audio = event.target.parentElement.children[0]; + audio.currentTime = event.target.value; + } + function toggle_play_audio(event) { + el = event.target; + audio = el.parentElement.children[0]; + speed = el.parentElement.children[3].value; + audio.playbackRate = speed; + if (audio.paused) { + audio.play(); + el.children[0].children[0].setAttribute("href","#pause"); + } + else { + audio.pause(); + el.children[0].children[0].setAttribute("href","#play") + } + } + function update_audio_speed(event) { + el = event.target; + audio = event.target.parentElement.children[0]; + audio.playbackRate = el.value; + + } + function timeToText(t) { + hours = 0; + minutes = 0; + seconds = 0; + if (t > 60 * 60) { + hours = Math.floor(t / 60 / 60); + t = t - hours * 60 * 60; + } + if (t > 60) { + minutes = Math.floor(t / 60); + t = t - minutes * 60 + + } + if (t > 1) { + seconds = Math.floor(t); + } + text = ""; + if (hours > 0) { + text += hours + ":"; + } + if (minutes > 0 || hours > 0) { + if (minutes == 0) { + minutes = "00" + } + if (minutes < 10) { + text += "0" + } + text += minutes + ":" + } + if (seconds == 0 && (minutes > 0 || hours > 0)) { + seconds = "00"; + } + if (seconds < 10) { + text += "0"; + } + text += seconds + return text; + } +</script> +<style> + .audio-player { + display: flex; + flex-direction: row; + align-items: center; + justify-content:center; + width: 100%; + } + .audio-player>*{ + margin:2px; + margin-right:5px; + margin-left:5px; + } + .audio-player p{ + width: fit-content; + } + + .media-seek { + width: 100%; + } + .audio-player{ + border: 0.15rem solid var(--theme-accent); + padding:0.5rem; + border-radius: 0.5rem; + color:var(--theme-accent); + flex-wrap: nowrap; +} +.audio-player>*{ + margin:5px; +} + +.audio-player select, .audio-player button{ + background-color: transparent; + border-color: var(--theme-accent); + color:var(--theme-accent); + border-radius: 3px; + padding:0.5rem; +} + +.icon svg{ + width:2.25rem; + height:2.25rem; + z-index: -1; + background-color: transparent; + pointer-events: none; +} +.icon path, + .icon rect { + stroke: var(--theme-accent); + fill: var(--theme-accent); + } + +.icon svg circle { + stroke: var(--theme-accent); + fill: transparent; + stroke-width: 6; +} +@keyframes spin-icon { + 0%{rotate:0;} + 100%{rotate:360deg;} +} +.spin{ + animation:spin-icon 3s linear infinite; +} +</style> +<div class="media-container" onload="setup_display(event)"> + <div class="audio-player"> + <audio onended="audio_end(event)" onloadedmetadata="setup_audio_metadata(event)" ontimeupdate="setup_audio_metadata(event)"> + <source src='https://gabe.rocks//audio/2024-11-27.ogg'> + </audio> + <div class="icon" onclick="toggle_play_audio(event)"> + <svg> + <use href="#play"></use> + </svg> + </div> + <input class="media-seek" type="range" onchange="update_audio_time(event)" value="0"> + <select onchange="update_audio_speed(event)" style="display:none;"> + <option value="1" selected>1x</option> + <option value="1.5">1.5x</option> + <option value="2">2x</option> + <option value="2.5">2.5x</option> + <option value="3">3x</option> + </select> + <div class="audio-preview"> + </div> + <p><span class="audio-currentTime"></span><span class="audio-duration"></span></p> + <div class="icon" onclick="toggle_loop_audio(event)"> + <svg> + <use href="#loop"></use> + </svg> + </div> + </div> + <noscript> + <style> + .audio-player { + display: none; + } + </style> + <audio controls preload="false" style="width:100%;min-width:40vw;"> + <source src='https://gabe.rocks//audio/2024-11-27.ogg'> + </audio> + </noscript> +</div> +<h3 id="kindness-received">Kindness Received</h3> +<p>I received a very kind e-mail from a reader.</p> +<blockquote> +<p>just found your blog as it was mentioned on Hacker news some months ago (don&rsquo;t remember which specific blog post was talking about).</p> +<p>Since then i was periodically look for updates on your &ldquo;journey&rdquo;, i wish you the best and i find really cool that you are pushing your updates in a very sincere way and be &ldquo;accountable to the world&rdquo; about your weight loss also by showing your troubles.</p> +<p>I would say i root for you and that i hope you&rsquo;ll reach your goal, but i&rsquo;m pretty sure that if you continue this way you&rsquo;ll surely reach it.</p></blockquote> +<p>I really appreciate it. I wanted to share this because it&rsquo;s great to highlight that there are many kind strangers out there on the open web who take the time to drop words of encouragement. It absolutely helps me a great deal!</p> +<p>Discussed items:</p> +<ul> +<li><a href="https://youtu.be/-nmoRVLYMro">Here&rsquo;s Why You Keep Skipping The Gym (And How To Fix It)</a></li> +<li><a href="https://gabe.rocks/health/non-stop-eating/">Why can&rsquo;t I stop eating?</a></li> +<li><a href="https://gabe.rocks/health/progression/">The Magic is progression</a></li> +<li><a href="https://gabe.rocks/health/looking-forward/">Things I look forward to</a></li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + Walk with me: Threats to Digital Freedom + https://gabe.rocks/thoughts/walk-with-me/ + Sun, 24 Nov 2024 00:00:00 +0000 + + https://gabe.rocks/thoughts/walk-with-me/ + + + + + Listen to my ramblings as I walk + <h2 id="join-me-on-a-walk">Join me on a walk</h2> +<p><strong>Update:</strong> <em>I think attempting to remove the background noise did more harm than good. The audio has been switched with a much less edited version, which I think is easier on the ears.</em></p> +<p>In trying to find the motivation to go for <a href="https://gabe.rocks/health">more walks.</a> I decided to record an off-the-cuff monologue about my thoughts on the major social/societal challenges to the future of digital liberty. I&rsquo;m hoping to do more walks, and get better at recording / cleaning audio from outdoors.</p> +<h3 id="related-links">Related Links:</h3> +<ul> +<li><a href="https://youtu.be/qhEKoZO6DM8">Never Criticize The Linux Foundation Expenses</a></li> +<li><a href="https://peertube.libresolutions.network/w/4jk2XgyrtWvki6G2qVfLmJ">Serenum: The &lsquo;From Scratch&rsquo; OS Revolution</a></li> +<li><a href="https://libresolutions.network/operations/bankroll/">Operation Bankroll</a></li> +<li><a href="https://libresolutions.network/articles/grayjay/">A Grayjay Review</a></li> +<li><a href="https://peertube.libresolutions.network/w/bVw81Snxdp9nQe2k5wQUDd">Attention Democracy with William Maggos</a></li> +<li><a href="https://culturewar.radio/">Culture War Radio</a></li> +<li><a href="https://libresolutions.network/articles/government-in-tech/">The EU Plan to Reshape the Internet Forever</a></li> +<li><a href="https://geopoliticsandempire.com/2024/11/15/bitcoin-tulip-gold/">Geopolitics &amp; Empire: Bitcoin’s Rise &amp; Its Future Role…Tulip Mania or Digital Gold?</a></li> +</ul> +<h3 id="-warning-terrible-audio-">⚠️ Warning: Terrible Audio ⚠️</h3> +<p>I apologize in advance, if you&rsquo;re used to listening to clean audio you&rsquo;ll probably consider this unbearable. This was an experiment in recording on the go. For starters, I&rsquo;m very obese and still in the process of getting in shape. You&rsquo;ll hear many breaths and the pacing isn&rsquo;t quite natural because of it. I&rsquo;m also just ad-libbing so this is all just a stream-of-consciousness. On top of this it was pretty windy, and there&rsquo;s a fair bit of outside noise. I&rsquo;ve made a small attempt to clean up the worst of it, but it&rsquo;s still very hard to listen to. I&rsquo;m also a bit stuffed up, so I didn&rsquo;t expect to sound 100% to begin with. If you struggle through it, I hope you got something out of it.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + The Magic is Progression + https://gabe.rocks/health/progression/ + Sun, 17 Nov 2024 00:00:00 +0000 + + https://gabe.rocks/health/progression/ + How to push yourself harder than you thought possible + <h2 id="embracing-progression">Embracing Progression</h2> +<p>One of the greatest challenges of losing large amounts of weight is that it takes a large amount of time. Living with this requires an extreme level of focus, patience, and dedication. Small achievable milestones are something that has absolutely helped me stay sane during an otherwise immensely challenging last few months. In hindsight, I could have lost weight consistently by counting calories and just playing <a href="https://gabe.rocks/thoughts/star-citizen/">Star Citizen,</a> but I think I would be going completely insane. Exercise has been a non-negotiable part of changing even if for only the sanity benefits. I truly can&rsquo;t express how gratifying it</p> +<p>Before I started working with a trainer, I definitely didn&rsquo;t understand progression. I didn&rsquo;t understand how to meet myself where I was and gradually increase the effort to get more out of the same time spent <a href="https://youtu.be/A43MGtsgc0I">exercising.</a> While I was working to improve, I didn&rsquo;t have much thought put into it. I&rsquo;ve learned that when one puts some planning and thought into their exercise, even a beginner can get a lot more out of every workout.</p> +<blockquote> +<p>Everyone has many days where you don&rsquo;t feel like doing the right thing. <strong>That&rsquo;s where growth occurs.</strong> In those days, in those moments that&rsquo;s where it&rsquo;s important to do the right thing. You&rsquo;re pushing back against your impulses and whims. That is where true growth occurs in the long run. On the days when you do not want to do the right thing.</p> +<p><strong>Growth occurs when you <em>push back</em> when you don&rsquo;t want to do something.</strong></p> +<p>Steve Shaw <a href="https://youtu.be/4mSdtpxYMQ4?t=3942">Massive Iron Q&amp;A November 15th, 2024</a></p></blockquote> +<p>Recently, I&rsquo;ve started applying this to my swimming trips. I&rsquo;m on my own, so I have to ensure I&rsquo;m pushing myself. Originally, I just set goals that seemed achievable, such as working towards doing 10 laps of the (reasonably sized) pool at a time. That took a bit to get to, but eventually I got there. Now I&rsquo;m planning on increasing the amount of laps per visit. Today I went <a href="https://youtu.be/nlGsZTsZaFc">swimming</a> and did 2 sets of 10 and 1 set of 20! I&rsquo;ve decided now is the time to start recording my sets and total laps in my weight loss spreadsheet.</p> +<p>I find the best friend of progression is objectivity. That&rsquo;s why weights have numbers and not feelings on them. I find it especially easy to underestimate what I am able to do, and so sticking to moving numbers higher (within reason) allows me to ensure I&rsquo;m improving over time. I previously wrote that you can look up how to progress to basic body-weight exercises:</p> +<blockquote> +<h4 id="dont-be-afraid-to-modify">Don&rsquo;t be afraid to modify!</h4> +<p><a href="https://www.dmoose.com/blogs/training/exercise-for-obese-beginners-at-home">Bodyweight exercises</a> are incredible ways to get stronger quickly when starting out. A significantly heavy person may not be capable of performing particular exercises. A tip I stumbled on recently is that you can search for whatever exercise with the word &ldquo;progression&rdquo; and you&rsquo;ll find ways to gradually work up to a particular exercise. It&rsquo;s important not to feel guilty making modifications, as an obese person one is behind the starting line! Constant effort and gradual step-by-step modifications can make improvements way faster than one would think possible.</p> +<p><a href="https://gabe.rocks/health/challenges/#mobility">The Troubles of Severe Obesity - Mobility</a></p></blockquote> +<p>I think that&rsquo;s the really important take-away. Doing anything you can to start small, and then figuring out how you&rsquo;re going to take on more and more. With the right level of patience, effort, and consistency you would be astounded at how quickly you can make radical changes. One of my major goals this Winter is to increase the amount of laps I do per visit. I&rsquo;m going to try to spend more time at the pool to make this happen too.</p> + +<a href='https://gabe.rocks/video/winter.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/winter.mp4'> +</video> + +</a> + + + +<p><em>That&rsquo;s me, I&rsquo;m mfs.</em></p> +<p>I&rsquo;ve really found that scheduling workouts on my calendar instead of &ldquo;aiming for once every x days&rdquo; has made a huge difference. Properly dedicating the time has helped me a lot. Sadly as it&rsquo;s getting colder, I&rsquo;ve been noticing myself struggle to stick with it. The painful progression for me at this rate is going to be being outside at all during winter. The more I can stick to my exercise schedule the better. I&rsquo;ve bought some warmer clothes, in hopes that it will get me through the fall, but I am incredibly nervous.</p> +<h2 id="looking-forward-to-spring">Looking forward to Spring</h2> +<p>If everything goes well, and I keep up the pace I can be below 400 by springtime. It&rsquo;s a pretty ambitious target, but I&rsquo;m cautiously optimistic. If I can really push through this Winter I&rsquo;ll be able to bike again when the snow disappears. That will be so encouraging, I&rsquo;m tearing up writing this. I&rsquo;ve missed biking so much, and I&rsquo;m looking forward to doing it again. If I succeed, I&rsquo;ll have already mitigated many years worth of damage in under a year, which I&rsquo;ll consider it&rsquo;s own massive victory. I&rsquo;ve got a long way to go, but I&rsquo;m trying to keep it together until the next major victory (<em>hoping to be under 500lbs soon</em>).</p> +<h3 id="thank-you">Thank you</h3> +<p>Thanks for reading. Many more people are following these updates than I have expected. I&rsquo;m hoping to introduce more audio-visual content for this. I&rsquo;ve more or less neglected video/audio updates but I have taken a lot of photos that I&rsquo;m in no rush to share. I&rsquo;m expecting to have a lot more to say as I continue to make significant progress. Thank you for helping keep me accountable! My hope is that my updates either encourage you or somebody you know!</p> +<hr> +<h2 id="motivational-memes">Motivational Memes</h2> +<p><a href="https://gabe.rocks/sharing/motivation">Full Collection</a></p> +<p><div class="gallery"> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/sharing/motivation/couch-lapping.jpg'> + +<img loading="lazy" +src='https://gabe.rocks/sharing/motivation/couch-lapping.jpg' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/sharing/motivation/todays-pain.jpg'> + +<img loading="lazy" +src='https://gabe.rocks/sharing/motivation/todays-pain.jpg' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/sharing/motivation/body-machine.jpg'> + +<img loading="lazy" +src='https://gabe.rocks/sharing/motivation/body-machine.jpg' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/sharing/motivation/garfield-sign.png'> + +<img loading="lazy" +src='https://gabe.rocks/sharing/motivation/garfield-sign.png' +> + +</a> + + + +</div> +</div> +<div class="gallery"> + +<a href='https://gabe.rocks/sharing/motivation/strong-to-be-gentle.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/strong-to-be-gentle.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/experiencing-opposites.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/experiencing-opposites.mp4'> +</video> + +</a> + + + +</div> +<div class="gallery"> + +<a href='https://gabe.rocks/sharing/motivation/its-happening.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/its-happening.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/non-negotiable-standards.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/non-negotiable-standards.mp4'> +</video> + +</a> + + + +</div></p> +<p>Thank you for reading this through RSS 📡</p> + + + + Things I look forward to + https://gabe.rocks/health/looking-forward/ + Tue, 12 Nov 2024 00:00:00 +0000 + + https://gabe.rocks/health/looking-forward/ + As I continue to make progress, I'm trying to stay optimistic and think of the things I can enjoy on the way down. + <p>I&rsquo;m almost down 70lbs, but I still have a long way to go! Not only am I excited to regain mobility that I had lost in gaining all the weight, but there&rsquo;s a great deal of new experiences I hope to take on. I am really looking forward to opportunities that open up once I&rsquo;m a healthy weight again.</p> +<p>Here&rsquo;s what I&rsquo;m most looking forward to at the moment:</p> +<h2 id="milestones">Milestones</h2> +<h3 id="trying-new-things">Trying new things</h3> +<ul> +<li>Learning handiwork</li> +<li>Skateboarding</li> +<li>Snowboarding</li> +<li>Cosplay</li> +</ul> +<h3 id="activities">Activities</h3> +<ul> +<li>Going up stairs without a thought</li> +<li>Biking</li> +<li>Getting better at cooking</li> +<li>Comfortable with long walks</li> +<li>Doing more things away from home / less hesitant to go outside</li> +<li>Visiting friends abroad / being able to travel generally</li> +<li>Taking on more physical hobbies and crafts</li> +</ul> +<h3 id="body-weight-exercises">Body-weight exercises</h3> +<ul> +<li>Lunges</li> +<li>Pull ups</li> +<li>Push ups</li> +<li>Plank</li> +<li>Hand-stands</li> +</ul> +<h3 id="the-little-things">The little things</h3> +<ul> +<li>Being able to move without having my own body in the way</li> +<li>Standing for longer periods of time</li> +<li>Fitting in ordinary bus benches</li> +<li>Not having to lean on things while doing basic tasks</li> +<li>Getting in and out of cars easier</li> +<li>Putting on shoes &amp; socks</li> +<li>Staying in a clothing size long term</li> +<li>Easier hygiene</li> +<li>No longer living in fear, regret, and pain from my size</li> +</ul> +<h3 id="under--over">Under &amp; Over</h3> +<ul> +<li>Under 500lbs (ETA: 1 week)</li> +<li>Under 400lbs</li> +<li>Under 300lbs</li> +<li>Over 100lbs down (ETA: 2025)</li> +<li>Over 200lbs down</li> +<li>Over 300lbs down</li> +<li>Leaving Obesity Class V</li> +<li>Leaving Obesity Class IV</li> +<li>Leaving Obesity Class III</li> +<li>Leaving Obesity Class II</li> +<li>Leaving Obesity Class I</li> +</ul> +<h2 id="sit-ups-at-any-size">Sit-ups at any size</h2> +<p>One of the more surprising achievements recently has been starting to do sit-ups with a bit of momentum. This is something I hope to get much better at as time continues to move on by.</p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/sit-ups.mp4'> +</video> + + + +<div style="width:100%"> + <table style="font-size:14px;"> + <tr> + <th colspan="4"> + <h2 style="text-align: center;">📉 Weight Tracker</h2> + </th> + </tr> + <tr> + <td><strong>Starting Weight</strong></td> + <td><strong>Current Weight</strong></td> + <td><strong>Weight Lost</strong></td> + <td><strong>Goal Weight</strong></td> + </tr> + <tr> + <td>576</td> + <td>379.6</td> + <td>196.4</td> + <td>15% BF</td> + </tr> + <tr> + <td colspan="4"> + <h3 style="font-size:x-large;">2025 Goal: 200lbs in 2025 challenge</h3> + <div + style="border:3px solid var(--color-accent);align-items: flex-start;justify-content: flex-start;margin:5px;border-radius:15px;overflow: hidden;"> + <div style="width:49.7%;padding:10px;background-color:var(--color-accent);color:black;font-weight: bolder;font-size:larger;">49.7% + </div> + </div> + <p style="margin:5px;text-align: left;width:fit-content;font-size:large;">This year's goal is to lose <strong>200lbs</strong> in 2025!<br>Current progress: <strong>99.4lbs</strong> out of 200! + <br>A bit behind schedule! 😓</p> + </td> + </tr> + <tr> + <td colspan="4" style="text-align: center;">Last updated: 2025-07-06</td> + </tr> + </table> +</div> +<div> + +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + A brief look at Star Citizen + https://gabe.rocks/thoughts/star-citizen/ + Sat, 09 Nov 2024 00:00:00 +0000 + + https://gabe.rocks/thoughts/star-citizen/ + https://gabe.rocks//images/mole-flying.webp?d=1731110400 + + + + <h2 id="what-is-star-citizen">What is Star Citizen?</h2> +<p><a href="https://robertsspaceindustries.com/enlist?referral=STAR-2SVJ-3KS3">Star Citizen</a> is supposed to be two very ambitious games in one. There&rsquo;s a single-player mode in development called <a href="https://starcitizen.tools/Star_Citizen">Squadron42</a> in development, and the <a href="https://starcitizen.tools/Squadron_42">MMO</a> has been in alpha for about a decade. Since I backed the game since around 2015, I check in occasionally to see how the game has progressed. While I usually come back disappointed, at least this time I can say I&rsquo;ve been less disappointed than usual.</p> +<p>Many basic things still don&rsquo;t work the way one would expect, but there&rsquo;s always more things added to take screenshots of. I can admit that as somebody who&rsquo;s seen the game grow over the years that there has been some good progress, but it&rsquo;s still quite far from what a normal person could consider a &ldquo;playable&rdquo; game. One of the biggest mistakes Star Citizens make is playing the game as they would <em>like it to be</em> rather than how it <em>actually is</em>.</p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/player-inventory.mp4'> +</video> + + + +<h3 id="big-dreams">Big Dreams</h3> +<p>In my opinion, no other game has such a huge disconnect between what the players think it will be, and where it&rsquo;s actually going. Star Citizen is to many of the backers their perfect space &ldquo;forever game&rdquo;, but many of these dreams are incompatible. At least a majority of them are going to be disappointed. Cloud Imperium Games, has a tendency to vastly over-promise and vastly under-deliver. Yet, it is the very dreams themselves that have allowed the game to raise the larger half of a billion dollars to support development.</p> +<h4 id="mmo">MMO</h4> +<p>The MMO portion of Star Citizen is known in alpha as the &ldquo;Persistent Universe&rdquo;. This is where players will be able to progress their character in a dynamic environment like EVE Online. This portion definitely fuels the lion&rsquo;s share of excitement. The idea of a first-person EVE-like game with advanced combat mechanics is something that even I would find incredibly enticing.</p> +<p>The trouble is, Star Citizen as it exists is currently very far from being charitably called an MMO. Not many players can be on the same server for long, and all kinds of bugs and problems grind the servers to a halt after a certain amount of time. The few &ldquo;gameplay loops&rdquo; that actually are implemented in game, have many problems that make immensely challenging to even attempt them.</p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/hangar-mess.mp4'> +</video> + + + +<ul> +<li> +<p><strong>4.0</strong></p> +<p>The next major content patch had a great deal of gameplay features gutted from it. This has lead to a fair amount of controversy within the community, but apparently the most important feature is still on track to being delivered. That feature is <a href="https://youtu.be/GYkTByID3BA">&ldquo;server meshing&rdquo;</a> which is very much required to making this game ever qualify as an MMO. According to CIG they want to be able to seamlessly manage players between servers in the same game environment. Presumably those further away from each other will be in their own servers, and those together will share a shard.</p> +<p>If server meshing is as described, I can definitely see why it would make a massive difference in the short and long term. Many basic things in game become completely unusable when the servers slow to a crawl. If server meshing successfully distributes the load that allows for over 100 players to be in-game without experiencing the horrible glitches related to server lag, that would be a huge change in how playable the game is.</p> +<p>I&rsquo;m still pretty skeptical however. It seems that by design, far too much depends on the server-side. A player can&rsquo;t even interact with a ladder or open doors without the servers to be functioning optimally. This leads to all kinds of frustrating experiences where in the process of &ldquo;playing&rdquo; the most basic of tedium only works 15-30% of the time. Even presuming that server meshing works great, how many players will be able to exist in the same location without running into the same problems. It&rsquo;s possible they&rsquo;ll layer shards over each other, like I believe World of Warcraft does, but that may have its own consequences.</p> +</li> +</ul> +<h4 id="squadron-42">Squadron 42</h4> +<p>Despite allegedly being almost ready 6 years ago, it is still two years away. Despite the &ldquo;playable&rdquo; persistent universe being something that earns CIG a lot of good will, SQ42 is effectively a stain on their record of delivering actual progress. I know many look forward to eventually playing the campaign, but for now it&rsquo;s just a <a href="https://www.youtube.com/watch?v=1H-0x4xk2Xk">demo</a> and far from being released. A lot of features claimed to be &ldquo;almost ready&rdquo; yet undelivered for years has lead me to suspect that much of what&rsquo;s shown off by the developers are highly &ldquo;scripted&rdquo; demos rather than actual in-development features. This was effectively confirmed to me when it <a href="https://www.reddit.com/r/starcitizen/comments/1fv98ux/devs_talk_about_the_citcon_crunch/?rdt=54002">leaked out</a> that CIG made their employees work a crazy crunch to deliver for this year&rsquo;s &ldquo;Citizencon&rdquo;.</p> +<p>Initially, I had hoped that Squadron42 would be where CIG would work on getting the basics of the game working, and the MMO would be based on those systems. It seems in hindsight that SQ42 and the MMO share very little beyond art assets and UI. It is a shame, a lot was paid for high-quality motion capture and even celebrity casting. And we have no idea if the story itself is actually thrilling or entertaining yet, but hopefully that&rsquo;s the easiest part for CIG.</p> +<h2 id="playing-again">Playing again</h2> +<p>Every couple of years, I actually install the existing version of the game and see what it&rsquo;s actually like. I decided to learn how mining worked and figure out how to do some of the hauling. I didn&rsquo;t bother with combat because it appears unchanged from last time I tried things, and it seems still horribly unbalanced. The ground combat missions looked neat, but those also seemed riddled with bugs and problems. For a space MMO, hauling and mining should be very straightforward.</p> +<h3 id="annoyances">Annoyances</h3> +<p>You have to play the game as it is, not how it <em>should</em> work. This has a lot of knock-on consequences that very often aren&rsquo;t explained by the &ldquo;influencers&rdquo; who talk about Star Citizen. They basically gloss over many of the current state of the game to get people excited about the future, which doesn&rsquo;t help somebody who doesn&rsquo;t understand why doors don&rsquo;t open.</p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/ladder-boss.mp4'> +</video> + + + +<ul> +<li> +<p><strong>Basic things not working</strong></p> +<ul> +<li>Elevators (including in ships)</li> +<li>Ladders</li> +<li>Terminals &amp; Kiosks</li> +<li>Objectives +<ul> +<li> +<p>I was unable to carry a mission crate to my ship in a delivery mission.</p> +<p>As a returning player it wasn&rsquo;t clear that the &ldquo;carry&rdquo; mechanic just simply wouldn&rsquo;t work and I should have acquired a multi-tool &amp; tractor beam attachment beforehand.</p> +</li> +<li> +<p>Various mining glitches</p> +<ul> +<li> +<p>When you come up to a rock, even one you should be able to mine the mining UI just simply fails</p> +</li> +<li> +<p>Sometimes your mining bags on your ship glitch out with 0 capacity.</p> +<p>If you don&rsquo;t catch this before you leave you can waste a lot of time.</p> +</li> +<li> +<p>Sometimes your mining laser will inexplicably never fire.</p> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +<li> +<p><strong>Glitches &amp; Bugs</strong></p> +<ul> +<li> +<p>Strange (unexplainable) deaths</p> +</li> +<li> +<p>Bizarre ship damage, that can be only be repaired by &ldquo;resetting the ship&rdquo;</p> +<p>This is a lot of work, you effectively have to land the ship elsewhere, respawn (backspace) and then &ldquo;claim&rdquo; a new one. All these actions take a bit of time away from what you&rsquo;re trying to do.</p> +</li> +</ul> +</li> +<li> +<p><strong>Server Crashes</strong></p> +<p>Some crashes are recoverable. It seems like CIG invested the effort in building a system to have players moved to a new server when one crashes. It&rsquo;s a bit of a disruption, but at least people can keep the little progress they were able to get up to that moment.</p> +</li> +</ul> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/server-error.webp' +> + + + +</div> +<ul> +<li> +<p><strong>Fleet Manager</strong></p> +<p>Storing and calling ships glitches out occasionally, this can outright destroy ships or cause unintuitive bugs.</p> +</li> +</ul> +<h3 id="hauling">Hauling</h3> +<p>Hauling is usually done through missions and the &ldquo;freight elevator&rdquo; which is a new addition to me. Seems like a great idea for a system and &ldquo;cargo grids&rdquo; are pretty useful as well. In practice both are quite buggy. Apparently the freight elevator currently eats mining pods, and the tractor beam can leave cargo crates in a state that makes them sometimes unrecoverable, thus failing whatever hauling mission you&rsquo;re on and losing reputation. Allegedly they&rsquo;re going to be temporarily removing the reputation hit soon.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/blue-connie.webp' +> + + + +</div> +<p>While space trucking is pretty fun, it still has a long way to go to be a reliable way to experience the &lsquo;verse. In many ways, space trucking relies on other gameplay loops being interesting and valuable. For now, it seems to be a good pair with mining. It&rsquo;s very profitable to mine the best ores you can, refine them, then spend the time hauling them to a main city yourself for a big chunk of change.</p> +<h3 id="mining">Mining</h3> +<p>Despite everything, I&rsquo;ll say I find mining pretty fun in this game. The ARGO MOLE is a multi-crew mining ship, but the single-seater prospector is probably more worth using for the time being. I quite enjoy how in-depth the mining mechanics are. The overcharge mechanic is pretty neat, and I really like being able to choose what sub-fragments are worth grabbing. If every gameplay loop ends up as good as mining with less glitches, I actually think Star Citizen might be a pretty fun game.</p> + +<a href='https://gabe.rocks/video/prospector-mining.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/prospector-mining.mp4'> +</video> + +</a> + + + +<p>Star Citizen youtubers generally say you don&rsquo;t have to be picky while mining but I definitely disagree. If one is bothering to mine despite glitches, and then still choosing to sell the ore, every SCU (Standard cargo unit) should be maximized for profit, not time mining. Refining takes quite a bit of time, so you want to make sure you&rsquo;re only refining what&rsquo;s truly valuable. To reduce hauling trips, being a picky miner helps some resources are a lot more valuable than others, so its worth always mining the best you can. This is particularly important when you don&rsquo;t have a bigger ship to haul with.</p> +<h2 id="final-thoughts">Final thoughts</h2> +<h3 id="ship-rentals">Ship rentals</h3> +<p>This system is very important. The in-game rental system works surprisingly well and is priced quite fairly. You can rent a Prospector and make the money back very quickly. What I would recommend for mining and hauling is grinding out missions until you can rent a Prospector. Once you have your Prospector you can start mining like crazy. First you just want to sell the ore directly until you have enough to cover refining costs &amp; a Constellation rental. Then you do more mining trips to refine the best of the best. Once all your refining jobs are done you can rent the Constellation to sell all your ore for a very nice profit.</p> +<p>That would give your character quite a lot of UEC in a relatively short amount of time even in the game today. I am skeptical that renting combat ships would give one the same ROI. But it&rsquo;s very nice that with a bit of grinding you can try out so many of the flyable ships. I think the rental system is a bit harsh in some ways, because your rental is for calendar days and multiple days adds up quite a bit. If I were CIG I would set it to 24hours of playtime not 24 hours on the calendar.</p> +<h3 id="locations">Locations</h3> +<p>Many of the newer locations are quite beatiful. New Babbage may be my new favorite place in game. I&rsquo;ve been quite impressed with how CIG continually increases the quality and look of what they deliver. This does have a downside where it feels they rarely update old assets up to par. The Constellation interior is very dated and some locations look out of place for similar reasons.</p> +<p>The frustrating part about many locations these days is just the travel time to accomplish things. Once you land at a station, you have to go through multiple elevators just to begin making your way around the station. Often times it&rsquo;s faster to &ldquo;Exit to menu&rdquo; so your character is placed in the temporary living quarters instead of fighting with laggy elevators. This won&rsquo;t work forever because eventually they want your character to always remain where you logged out iirc.</p> +<h3 id="closing">Closing</h3> +<p>I definitely wouldn&rsquo;t recommend putting a lot of time into Star Citizen unless one is steeled for many frustrations. I&rsquo;m curious to see if the 4.0 patch (<em>which allegedly has to drop before the end of the year</em>) will actually make enough of a difference. I&rsquo;m very skeptical that Squadron42 will even be available in 2026, and it&rsquo;s worth wondering what will be cut to even attempt to reach the deadline.</p> +<p>When I was trying things out this time around I watched a fair bit of YouTube commentary by new and long-standing channels on the latest developments. I am suspicious that many of them continue (as has been done in previous years) to deceptively misrepresent the <em>likely</em> state of the near future under the guise of being merely optimistic. They seem to be willing to take CIG at every letter of their word, despite having the first-hand experience to know otherwise.</p> +<p>I think this is incredibly misleading. I have not spent a lot of time watching the &ldquo;in house&rdquo; commentary from CIG, but I&rsquo;m not convinced I would learn much more in doing so. Merely letting the years go by and occasionally taking glances is enough to know they consistently fail to deliver on their own promises. If anything, I think far too many people fill up their mental model of the game with promises from the staff, rather than building up their own from observation of results over time.</p> +<p>I think this has to do with many problems, even totally unrelated to gaming. Many people are incapable of questioning even the most basic contradictions between stated reality and actual reality when emotions come into the mix. Much of the sentiment on the internal forums &ldquo;Spectrum&rdquo; is overwhelmingly negative, but you wouldn&rsquo;t know it from the people who represent the game on YouTube.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Resistor Observer + https://gabe.rocks/tech/resistor-observer/ + Sat, 09 Nov 2024 00:00:00 +0000 + + https://gabe.rocks/tech/resistor-observer/ + A great tool to learn resistor values + <h2 id="learn-your-resistor-values-quickly">Learn your resistor values quickly!</h2> +<h3 id="not-my-creation"><em>Not my creation!</em></h3> +<p><em>This project was created by <a href="https://shortstacksran.ch/users/hazlin">Hazlin</a> who generously asked me to host it.</em> I&rsquo;ve always struggled to learn resistor values, and I think this is a great way to get your mind wrapped around &rsquo;em. It&rsquo;s been a joy to see the updates as this was built in C++, Ruby and now HTML5 canvas! See the <a href="https://shortstacksran.ch/notice/AnuUGqIOSHLvxny5QG">announcement post.</a></p> +<div> + <canvas id="canvas" width="540" height="960" + style="border: 1px solid #437A16;max-height: 100%;max-width:100%;"></canvas> +<script type="application/javascript"> + + + function rf(min,max){return Math.random() * (max - min) + min;} + function ri(min,max){return Math.floor(rf(min,max))} + function get_x_randoms(a0,x){ + let indexes = []; + while(true){ + let attempt = ri(0,a0.length); + if( !indexes.includes(attempt) ) {indexes.push(attempt)} + if( indexes.length > x-1) {break} + } + let output = [] + indexes.forEach((i)=>{output.push(a0[i])}) + return output; + } + let shuffle = (a0) => { + let max = a0.length + for (let i99 = 0; i99 < max*2; i99++) { + let i1 = ri(0,max); let i2 = ri(0,max) + let x1 = a0[i1]; let x2 = a0[i2] + a0[i2] = x1; a0[i1] = x2 + } + return a0 + } + let mk_range = (max) => { + let a0=[] + for (let i=0; i<max; i++) { + a0.push(i) + } + return a0 + } + let mk_rate_limit = () => { + let s = {} + s.delay_ms = 1000 + s.time = Date.now() + s.setDelay = (ms) => {s.delay_ms = ms} + s.limit = () => { + let now = Date.now() + if(s.time + s.delay_ms < now ){ + s.time = now; return true + }return false + } + return s + } + let bounds_has_point = (bounds, point) =>{ + return point.x >= bounds.x && point.x <= bounds.x + bounds.width && + point.y >= bounds.y && point.y <= bounds.y + bounds.height + } + + + view = {"width":540,"height":960}; + const canvas = document.querySelector("canvas"); + canvas.width = view["width"];canvas.height = view["height"]; + const ctx = canvas.getContext("2d"); + let mouse = {"x":0,"y":0} + + + + + + let info = {}; + info.by_color = { + "black" :{"number":0, "color":"black", "rgb":"rgb(15, 15, 15)", "mag":0, "mag_str":"Ω ", "tol":9999}, + "brown" :{"number":1, "color":"brown", "rgb":"rgb(208,125, 47)", "mag":1, "mag_str":"0Ω ", "tol":1.00}, + "red" :{"number":2, "color":"red", "rgb":"rgb(255, 78, 78)", "mag":2, "mag_str":"00Ω ", "tol":2.00}, + "orange" :{"number":3, "color":"orange", "rgb":"rgb(255, 90, 18)", "mag":3, "mag_str":"kΩ ", "tol":9999}, + "yellow" :{"number":4, "color":"yellow", "rgb":"rgb(255,255, 0)", "mag":4, "mag_str":"0kΩ ", "tol":9999}, + "green" :{"number":5, "color":"green", "rgb":"rgb(52, 161, 52)", "mag":5, "mag_str":"00kΩ", "tol":0.50}, + "blue" :{"number":6, "color":"blue", "rgb":"rgb(81, 143,223)", "mag":6, "mag_str":"MΩ ", "tol":0.25}, + "purple" :{"number":7, "color":"purple", "rgb":"rgb(185, 87,185)", "mag":7, "mag_str":"0MΩ ", "tol":0.10}, + "grey" :{"number":8, "color":"grey", "rgb":"rgb(141,141,141)", "mag":8, "mag_str":"00MΩ", "tol":0.05}, + "white" :{"number":9, "color":"white", "rgb":"rgb(255,255,255)", "mag":9, "mag_str":"GΩ ", "tol":9999}, + "gold" :{"number":99,"color":"gold", "rgb":"rgb(221,176, 17)", "mag":-1,"mag_str":"0mΩ ", "tol":5.00}, + "silver" :{"number":99,"color":"silver", "rgb":"rgb(204,204,204)", "mag":-2,"mag_str":"mΩ ", "tol":10.0}, + "no_color" :{"number":99,"color":"no_color","rgb":"rgb(9, 191,191)", "mag":99,"mag_str":"9999", "tol":20.0}, + } + info.by_number = {}; + info.by_mag = {}; + info.by_tol = {}; + let valids = { + "numbers":[[1,0],[1,2],[1,5],[1,8],[2,7],[3,3],[3,9],[4,7],[5,6],[6,8],[8,2]], + "mags":[], + "tols":[] + } + Object.keys(info.by_color).forEach((color)=>{ + let data = info.by_color[color]; + if (data["number"] < 90){ info.by_number[data["number"]] = data;} + if (data.mag < 90){ info.by_mag[data.mag] = data;valids.mags.push(data.mag);} + if (data.tol < 90){ info.by_tol[data.tol] = data;valids.tols.push(data.tol);} + }) + + + let numbers_3 = get_x_randoms(valids.numbers,3); + let mags_3 = get_x_randoms(valids.mags,3); + let tols_3 = get_x_randoms(valids.tols,3); + + + + + + + let Loading = {}; + Loading.font_FiraCode = true; + (new FontFace("FiraCode","url(/fonts/fira/FiraCode-Regular.otf)")) + .load().then((font)=>{document.fonts.add(font); + delete Loading.font_FiraCode; + }); + + + + + + + + + let parse_svg_path = (raw) => { + if(raw[raw.length-1] !== " "){raw += " "} + let ops_strs = []; let group = "" + for (const x of raw) { + if("mzlhvcsqtaMZLHVCSQTA".includes(x) && group !== ""){ + ops_strs.push(group); group = "" + } + group += x + } + ops_strs.push(group) + let output = [] + for (const ops_str of ops_strs) { + let op = {"type":"","points":[]} + let point = [] + let number_str = "" + for (const x of ops_str){ + if("mzlhvcsqtaMZLHVCSQTA".includes(x)){op.type=x} + if("-0123456789.".includes(x)){number_str+=x} + if(",".includes(x)){point.push(Number(number_str));number_str=""} + if(" ".includes(x) && point.length>0){ + point.push(Number(number_str));number_str="" + op.points.push(point); point=[] + } + if(" ".includes(x) && number_str !== ""){ + op.points.push(Number(number_str));number_str="" + } + } + output.push(op) + } + console.log(output) + return output + } + let offset_svg_path = (path_str,x,y) =>{ + let s = "" + let data = parse_svg_path(path_str) + for (const op of data){ + s += `${op.type} ` + for (const point of op.points){ + if(!"vVhH".includes(op.type)){ + let pair = point + if (pair[0] > 1000){ + s += `${x+pair[0]-2000},` + }else{ + s += `${pair[0]},` + } + if (pair[1] > 1000){ + s += `${y+pair[1]-2000} ` + }else{ + s += `${pair[1]} ` + } + } + if("hH".includes(op.type)){ + if (point > 1000){ + s += `${y+point-2000} ` + }else{ + s += `${point} ` + } + } + if("vV".includes(op.type)){ + if (point > 1000){ + s += `${x+point-2000} ` + }else{ + s += `${point} ` + } + } + + } + } + return s + } + let mk_svg_sprite = (data="") => { + let s = {} + s.data_raw; s.x=0; s.y=0; s.ox=0; s.oy=0; s.data_processed + s.Path2D; s.fillStyle = ""; s.strokeStyle = "";s.lineWidth=1 + s.update_Path2D = () =>{ + s.data_processed = offset_svg_path(s.data_raw,s.x-s.ox,s.y-s.oy) + s.Path2D = new Path2D(s.data_processed) + } + if (data !== "") { s.data_raw = data;s.update_Path2D()} + s.setData = (data) => { s.data_raw = data; s.update_Path2D()} + s.setPosition = (x,y) => {s.x=x; s.y=y; s.update_Path2D()} + s.setOrigin = (ox,oy) => {s.ox=ox; s.oy=oy; s.update_Path2D()} + s.setFillStyle = (fs) => {s.fillStyle = fs} + s.setStrokeStyle = (strokeStyle) => {s.strokeStyle=strokeStyle} + s.setLineWidth = (lineWidth) => {s.lineWidth=lineWidth} + s.draw = () =>{ + if (s.strokeStyle !== ""){ + ctx.strokeStyle = s.strokeStyle; + ctx.lineWidth = s.lineWidth + ctx.stroke(s.Path2D)} + if(s.fillStyle !== ""){ + ctx.fillStyle = s.fillStyle + ctx.fill(s.Path2D)} + } + return s + } + + + let Game = (() =>{ + let s = {} + let i = 0 + s.states = { + "NewGame":i++,"GameOver_Showing_review":i++, + "Loop_Observing":i++,"Loop_Observing_1miss":i++, + "Loop_Showing_score_key":i++ + } + s.state = s.states.Loop_Observing + + s.Successes = 0 + s.Failures = 0 + return s + })() + + + let svgs_resistor_wire = mk_svg_sprite() + svgs_resistor_wire.setData("m 2719.6104,2012.5782 c 0,0 -9.1069,6.6173 -28.0978,4.301 -18.9909,-2.3163 -96.7754,-21.3363 -93.474,14.0122 3.3015,35.3485 30.0172,29.7154 28.4435,-1.0224 -1.5737,-30.7378 -64.5996,-25.33 -63.2566,9.8194 1.343,35.1494 23.7229,28.6665 20.7708,-8.105 -2.9521,-36.7715 -49.5307,-18.7048 -48.2467,12.7287 1.284,31.4335 33.1635,28.2891 20.075,-17.7112 -13.0885,-46.0003 -44.9101,10.7684 -60.9967,20.3856 l -317.1237,-2.303 c -55.7593,-9.8235 -114.329,-10.9034 -176.0878,-2.062") + svgs_resistor_wire.setPosition(-100,270) + svgs_resistor_wire.setStrokeStyle("#f39f2b") + svgs_resistor_wire.setLineWidth(10) + + let svgs_resistor_body = mk_svg_sprite() + svgs_resistor_body.setData("m 2185,2012 h 303 c 3.878,0 7,3.122 7,7 v 53 c 0,3.878 -3.122,7 -7,7 h -303 c -3.878,0 -7,-3.122 -7,-7 v -53 c 0,-3.878 3.122,-7 7,-7 z") + svgs_resistor_body.setPosition(-100,270) + svgs_resistor_body.setFillStyle("#09bfbf") + + + + + + let paint_Text_Correct_annotation = (x,y) => { + ctx.font = "bold 48px FiraCode"; + + ctx.fillStyle = info.by_number[numbers_3[0][0]].rgb; + ctx.fillText(numbers_3[0][0], x, y); + + ctx.fillStyle = info.by_number[numbers_3[0][1]].rgb; + ctx.fillText(numbers_3[0][1], x+50, y); + + ctx.fillStyle = info.by_mag[mags_3[0]].rgb; + ctx.fillText(info.by_mag[mags_3[0]].mag_str, x+100, y); + + ctx.fillStyle = info.by_tol[tols_3[0]].rgb; + if(tols_3[0]>9){ctx.fillText(`±${tols_3[0].toFixed(1)}%`, x+220, y);} + else{ctx.fillText(`±${tols_3[0].toFixed(2)}%`, x+220, y);} + } + + + + let choices = (()=>{ + let s = {} + s.list = [] + s.draw = () => {for (const choice of s.list) {choice.draw()}} + s.get_choice_under_mouse = () => { + for(const choice of s.list){ + if(bounds_has_point(choice.hitbox,mouse)){ + return {"hit":true,"choice":choice} + } + } + return {"hit":false} + } + s.scoreKey = (show) =>{ + if(show){ + for (const choice of s.list){ + if(choice.correct){ + choice.state = choice.states.correct + }else{ + choice.state = choice.states.wrong + } + } + }else{ + for (const choice of s.list){ + choice.state = choice.states.default + } + } + + } + return s + })() + + let mk_choice = () => { + let s = {}; choices.list.push(s) + s.states = {"default":0,"hover":1,"disabled":2,"wrong":3,"correct":4} + s.state = s.states.default + s.correct = false + s.setState = (state) => { + s.state = state + } + s.setChoiceIndex = (choiceIndex) =>{ + s.correct = choiceIndex === 0 + s.choiceIndex = choiceIndex + } + s.setHitbox = (x,y,width,height) => {s.hitbox = {"x":x,"y":y,"width":width,"height":height}} + s.setTextPosition = (x,y) => {s.textPosition = {"x":x,"y":y}} + s.draw = () => { + + let fillColor + if(s.state === s.states.default){ + fillColor = info.by_color.white.rgb + }else if (s.state === s.states.hover){ + fillColor = info.by_color.blue.rgb + }else if (s.state === s.states.correct){ + fillColor = info.by_color.green.rgb + }else if (s.state === s.states.wrong){ + fillColor = info.by_color.red.rgb + }else if (s.state === s.states.disabled){ + fillColor = info.by_color.grey.rgb + } + + ctx.font = "bold 48px FiraCode"; + ctx.fillStyle = "#444444"; + ctx.fillRect(s.hitbox.x,s.hitbox.y,s.hitbox.width,s.hitbox.height) + ctx.fillStyle = fillColor; + let n1 = numbers_3[s.choiceIndex][0] + let n2 = numbers_3[s.choiceIndex][1] + let mag = info.by_mag[mags_3[s.choiceIndex]].mag_str + let tol = `±${tols_3[s.choiceIndex].toFixed(2)}%` + if(tols_3[s.choiceIndex]>9){tol = `±${tols_3[s.choiceIndex].toFixed(1)}%`} + ctx.fillText(`${n1}${n2}${mag}${tol}`, s.textPosition.x, s.textPosition.y) + } + return s + } + + + + let choice1 = mk_choice() + choice1.setChoiceIndex(0) + choice1.setHitbox(0,400,view.width,80) + choice1.setTextPosition(100,400+55) + + let choice2 = mk_choice() + choice2.setChoiceIndex(1) + choice2.setHitbox(0,550,view.width,80) + choice2.setTextPosition(100,550+55) + + + let choice3 = mk_choice() + choice3.setChoiceIndex(2) + choice3.setHitbox(0,700,view.width,80) + choice3.setTextPosition(100,700+55) + + let generate_new_choices = () => { + numbers_3 = get_x_randoms(valids.numbers,3); + mags_3 = get_x_randoms(valids.mags,3); + tols_3 = get_x_randoms(valids.tols,3); + axis_3 = [numbers_3,mags_3,tols_3] + + let axis_mix = mk_range(choices.list.length) + shuffle(axis_mix) + + if(Game.Successes > 9){ + axis_3[axis_mix[0]][1] = axis_3[axis_mix[0]][0] + axis_3[axis_mix[0]][2] = axis_3[axis_mix[0]][0] + } + if(Game.Successes > 19){ + axis_3[axis_mix[0]][1] = axis_3[axis_mix[0]][0] + axis_3[axis_mix[0]][2] = axis_3[axis_mix[0]][0] + axis_3[axis_mix[1]][1] = axis_3[axis_mix[1]][0] + axis_3[axis_mix[1]][2] = axis_3[axis_mix[1]][0] + } + + let choices_mix = mk_range(choices.list.length) + shuffle(choices_mix) + for (let i = 0; i < choices.list.length; i++) { + choices.list[i].setChoiceIndex(choices_mix[i]) + } + } + + + let paint_resistor_stripes = (x,y) =>{ + ctx.fillStyle = info.by_number[numbers_3[0][0]].rgb; + ctx.fillRect(x, y, 26, 67); + + ctx.fillStyle = info.by_number[numbers_3[0][1]].rgb; + ctx.fillRect(x+50, y, 26, 67); + + ctx.fillStyle = info.by_mag[mags_3[0]].rgb; + ctx.fillRect(x+100, y, 26, 67); + + ctx.fillStyle = info.by_tol[tols_3[0]].rgb; + ctx.fillRect(x+220, y, 26, 67); + } + + + + + + + + + canvas.addEventListener("mousemove", (e) => { + + let bounds = canvas.getBoundingClientRect() + mouse.x = (e.clientX - bounds.left) * (canvas.width / bounds.width) + mouse.y = (e.clientY - bounds.top) * (canvas.height / bounds.height) + + let call_draw = false + + if (Game.state === Game.states.Loop_Observing || + Game.state === Game.states.Loop_Observing_1miss){ + let hovered = choices.get_choice_under_mouse() + if(hovered.hit){ + if(hovered.choice.state === hovered.choice.states.default){ + hovered.choice.state = hovered.choice.states.hover + call_draw = true + } + } + for(const choice of choices.list){ + if(choice !== hovered.choice){ + if(choice.state === choice.states.hover){ + choice.state = choice.states.default + call_draw = true + } + } + + } + + + } + + if(call_draw){draw()} + }) + canvas.addEventListener("mouseout",()=>{ + let call_draw = false + if (Game.state === Game.states.Loop_Observing || + Game.state === Game.states.Loop_Observing_1miss){ + for(const choice of choices.list){ + if(choice.state === choice.states.hover){ + choice.state = choice.states.default + call_draw = true + } + } + } + if(call_draw){draw()} + }) + + canvas.addEventListener("click", (e) =>{ + if (Game.state === Game.states.Loop_Observing || + Game.state === Game.states.Loop_Observing_1miss){ + let clicked = choices.get_choice_under_mouse() + if(clicked.hit){ + if(clicked.choice.correct){ + Game.state = Game.states.Loop_Showing_score_key + choices.scoreKey(true) + Game.Successes++ + }else if(clicked.choice.state !== clicked.choice.states.disabled){ + if(Game.state === Game.states.Loop_Observing){ + Game.state = Game.states.Loop_Observing_1miss + clicked.choice.state = clicked.choice.states.disabled + }else if(Game.state === Game.states.Loop_Observing_1miss){ + Game.state = Game.states.Loop_Showing_score_key + choices.scoreKey(true) + Game.Failures++ + } + } + } + + } + else if(Game.state === Game.states.Loop_Showing_score_key){ + if(Game.Failures > 3 || Game.Successes > 29){ + Game.Failures = 0 + Game.Successes = 0 + } + generate_new_choices() + Game.state = Game.states.Loop_Observing + choices.scoreKey(false) + } + draw() + }) + + + + + + function draw() { + + + ctx.fillStyle = "rgb(75 75 75)"; + ctx.fillRect(0, 0, view["width"], view["height"]); + + ctx.fillStyle = "rgb(50 50 50)" + ctx.fillRect(0,0,view.width,130) + + + ctx.fillStyle = "rgb(255 255 255)"; + ctx.font = "bold 48px FiraCode"; + ctx.fillText("Resistor Observer", 25, 100); + + + svgs_resistor_wire.draw() + svgs_resistor_body.draw() + paint_resistor_stripes(101,282) + if(Game.state === Game.states.Loop_Showing_score_key){ + paint_Text_Correct_annotation(100,260) + } + + ctx.font = "bold 64px FiraCode"; + ctx.fillStyle = info.by_color.white.rgb + if(Game.Successes > 0){ctx.fillStyle = info.by_color.red.rgb} + if(Game.Successes > 9){ctx.fillStyle = info.by_color.green.rgb} + if(Game.Successes > 19){ctx.fillStyle = info.by_color.blue.rgb} + if(Game.Successes > 29){ctx.fillStyle = info.by_color.gold.rgb} + if(Game.Successes<10){ + ctx.fillText(`Correct: 0${Game.Successes}`,40,190) + }else{ + ctx.fillText(`Correct: ${Game.Successes}`,40,190) + } + + + + ctx.font = "bold 150px FiraCode"; + if(Game.Failures > 0){ + ctx.fillStyle = info.by_color.white.rgb + ctx.fillText("X",40,925) + } + if(Game.Failures > 1){ + ctx.fillStyle = info.by_color.yellow.rgb + ctx.fillText("X",40+180*1,925) + } + if(Game.Failures > 2){ + ctx.fillStyle = info.by_color.black.rgb + ctx.fillText("X",40+180*2,925) + } + if(Game.Failures > 3){ + ctx.fillStyle = "rgb(255 78 78 / 50%)" + ctx.fillRect(0,855,view.width,30) + } + + + choices.draw() + } + + + + + + + + let wait_for_load = () =>{ + if(Object.keys(Loading).length > 0){ + setTimeout(wait_for_load,100); + }else{ + + setTimeout(draw,0); + } + } + wait_for_load(); +</script> +</div> +<p>Inscribed in the source for the game:</p> +<blockquote> +<p><em>I hope you enjoy the game!</em></p> +<p><em>Remember friend, Jesus loves you, and loves hearing from you.</em></p></blockquote> +<p>If you have any feedback, I&rsquo;d be thrilled to pass it along!</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Milestone: 50 Lbs down 🎉 + https://gabe.rocks/health/50-down/ + Sat, 02 Nov 2024 00:00:00 +0000 + + https://gabe.rocks/health/50-down/ + https://gabe.rocks//images/incredible-50.webp?d=1730505600 + + + I think this might actually be working! + <div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/incredible-50.webp' +> + + + +</div> +<h2 id="it-just-might-be-working-after-all">It just might be working after all</h2> +<p>Not only am I over 50lbs down, but I&rsquo;ve also managed to lose just over 31lbs during October. So I&rsquo;m still on target with my &ldquo;1lb per day&rdquo; goal. It does really seem like I need to &ldquo;lock in&rdquo; to stay on track, but I&rsquo;m optimistic moving forward. I wish I could say it is easy. While logistically, things are simple, the effort required to stay on track feels immense. This entire process is incredibly challenging, and very often I get sore and tired enough that I can no long fight off my fears and doubts. I am afraid of failure, and I still very much doubt I can make it to where I need to be.</p> +<p>It really does take everything in me to keep this going. I&rsquo;ve more or less put my work for the <a href="https://libresolutions.network">Libre Solutions Network</a> on a massive slowdown for the time being. This isn&rsquo;t an easy decision, because it means withdrawing the self-satisfaction from working on what I consider meaningful. Very often when I&rsquo;m in pain my mental attitude resets back to &ldquo;<em>I&rsquo;m useless and worthless</em>.&rdquo;</p> +<p>I&rsquo;m incredibly nervous about Winter, mostly being able to stay active during it. While recent progress has been great, I want to ensure I&rsquo;m in the best possible situation to &ldquo;hit the ground running&rdquo; (figuratively) once springtime begins. I miss biking, but I&rsquo;m not sure if I&rsquo;ll be light enough to consider it once the snow melts. Optimistically I&rsquo;ll be able to get on my bike in the fall.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/2024-11-01-chart.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/2024-11-01-chart.webp' +> + +</a> + + + +</div> +<h3 id="ive-entered-a-weight-loss-contest">I&rsquo;ve entered a weight loss contest</h3> +<p>As yet another way of keeping me accountable, I&rsquo;ve joined the <a href="https://www.fattycontest.com/">Fatty Contest</a> weekly weigh-ins. I&rsquo;m entered in as &ldquo;<strong>Healthy2026</strong>&rdquo;. This is because I believe if I stay consistent until then, I should be approaching a reasonable weight sometime in 2026. It&rsquo;s an ambitious target, and a lot of it has to do with how quickly it takes me to leave the 400+ range. It&rsquo;s natural for progress to slow as one approaches a healthy weight, so I&rsquo;m just hoping to do the best I can by the end of 2026.</p> +<div style="width:100%"> + <table style="font-size:14px;"> + <tr> + <th colspan="4"> + <h2 style="text-align: center;">📉 Weight Tracker</h2> + </th> + </tr> + <tr> + <td><strong>Starting Weight</strong></td> + <td><strong>Current Weight</strong></td> + <td><strong>Weight Lost</strong></td> + <td><strong>Goal Weight</strong></td> + </tr> + <tr> + <td>576</td> + <td>379.6</td> + <td>196.4</td> + <td>15% BF</td> + </tr> + <tr> + <td colspan="4"> + <h3 style="font-size:x-large;">2025 Goal: 200lbs in 2025 challenge</h3> + <div + style="border:3px solid var(--color-accent);align-items: flex-start;justify-content: flex-start;margin:5px;border-radius:15px;overflow: hidden;"> + <div style="width:49.7%;padding:10px;background-color:var(--color-accent);color:black;font-weight: bolder;font-size:larger;">49.7% + </div> + </div> + <p style="margin:5px;text-align: left;width:fit-content;font-size:large;">This year's goal is to lose <strong>200lbs</strong> in 2025!<br>Current progress: <strong>99.4lbs</strong> out of 200! + <br>A bit behind schedule! 😓</p> + </td> + </tr> + <tr> + <td colspan="4" style="text-align: center;">Last updated: 2025-07-06</td> + </tr> + </table> +</div> +<div> + +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + What is Musk up to? + https://gabe.rocks/thoughts/musk/ + Fri, 01 Nov 2024 00:00:00 +0000 + + https://gabe.rocks/thoughts/musk/ + Mars colonization, cyborgs, brain chips, oh my! + <h2 id="-warning-high-octane-speculation-">⚠️ WARNING: High-octane Speculation ⚠️</h2> +<p>These are ideas I&rsquo;m considering, <em>not strong conclusions.</em> I had intended to chew on this for a while before sharing, but some of my contacts think it&rsquo;s worth discussing urgently. So here is what I&rsquo;ve considered.</p> +<h2 id="background">Background</h2> +<p>I had been nursing an idea I call the &ldquo;Impending Global War Hypothesis&rdquo; which I&rsquo;ve been collecting notes for. I was originally tuned into this idea by some of <a href="https://denisrancourt.ca/">Denis Rancourt&rsquo;s</a> commentary but eventually decided to start expanding on it on my own. In short, the idea is that the major conflicts right now such as Ukraine &amp; Israel can be considered the precursor to a larger conflict that could end up being called &ldquo;World War III&rdquo; in hindsight.</p> +<p>I&rsquo;ll share some of the disorganized links and thoughts I&rsquo;ve collected that underpin this idea:</p> +<ul> +<li> +<p><a href="https://fortune.com/2024/08/17/palantir-alex-karp-us-3-front-war-russia-china-iran-autonomous-weapons-drones-military-draft/">The U.S. will very likely fight a 3-front war against Russia, China, and Iran, Palantir’s Alex Karp says</a></p> +</li> +<li> +<p><strong>Recruitment Crisis</strong></p> +<ul> +<li><a href="https://www.military.com/daily-news/2023/11/01/army-suddenly-and-chaotically-told-hundreds-of-soldiers-they-have-be-recruiters-immediately.html">The Army Suddenly, and Chaotically, Told Hundreds of Soldiers They Have to Be Recruiters Immediately</a></li> +<li><a href="https://news.usni.org/2024/08/22/navy-could-sideline-17-support-ships-due-to-manpower-issues">Navy Could Sideline 17 Support Ships Due to Manpower Issues</a></li> +<li><a href="https://www.foxnews.com/politics/house-passes-defense-bill-automatically-registering-men-draft">House passes defense bill automatically registering men 18-26 for draft</a></li> +<li>Large amounts of young men out of work / direction</li> +</ul> +</li> +<li> +<p><strong>Wartime Health</strong></p> +<ul> +<li><a href="https://www.military.com/daily-news/2022/09/28/new-pentagon-study-shows-77-of-young-americans-are-ineligible-military-service.html">Even More Young Americans Are Unfit to Serve, a New Study Finds. Here&rsquo;s Why.</a></li> +<li><a href="https://www.cdc.gov/physical-activity/php/military-readiness/unfit-to-serve.html">Unfit to Serve - CDC.GOV</a></li> +<li>Greater interest in resolving population-level obesity, rather than merely continuing to profit off it</li> +</ul> +</li> +<li> +<p><strong>Wartime Economy</strong></p> +<ul> +<li> +<p>Economic Consolidation</p> +<ul> +<li>Defense spending on Big Tech &amp; AI</li> +<li>Space Race 2.0</li> +<li>Austerity / Inflation</li> +</ul> +</li> +<li> +<p>Risks to the Dollar / NATO</p> +<ul> +<li>&ldquo;De-dollarization&rdquo;</li> +<li>Sovereign debt</li> +</ul> +</li> +</ul> +</li> +</ul> +<h2 id="technocrat-tangle">Technocrat Tangle</h2> +<p>An acquaintance of mine <a href="https://teachersforchoice.substack.com/p/gates-v-musk-competing-world-views">raised a comparison</a> between Bill Gates &amp; Elon Musk. Essentially contrasting their motivations as Gates wanting to reduce the human population and Musk wanting to increase it.</p> +<blockquote> +<p><strong>Shorter lives, climate crisis, declining resources</strong></p> +<p>Bill Gates sees a future where more and more people are competing for less and less resources. He believes we need to reduce population and conserve resources, including reducing the consumption of animal products especially meat. It is noteworthy that Gates wants all of these conservation efforts to happen at the expense of the middle and working class, not the super-rich.</p></blockquote> +<p>Then Michael Kane writes on Musk:</p> +<blockquote> +<p><strong>Mars, military readiness, cyborgs</strong></p> +<p>For Musk, the future of humanity involves deep space exploration to colonize Mars and humans combining with artificial intelligence to become cyborgs.</p> +<p>Currently 70% of young men cannot be recruited to the military due to health issues, especially obesity. This is not a ‘healthy’ population that Musk’s view of the future can be built upon. To explore deep space we will need men (and women) who can withstand extreme physical and psychological challenges; i.e. we will need healthy men and women that are military ready.</p></blockquote> +<p>Now that&rsquo;s something that I&rsquo;ve been thinking about recently. <strong>Are health reforms being permitted to enter the discussion as a means to improve military readiness?</strong> I was asked to leave a comment by a friend, so I wanted to expand the scope of what was being discussed in the post.</p> +<p>I <a href="https://teachersforchoice.substack.com/p/gates-v-musk-competing-world-views/comment/74963996">replied</a> to Michael&rsquo;s post with:</p> +<blockquote> +<p>To me, this is a huge discussion, which I know I won&rsquo;t do justice in this comment, but here&rsquo;s what I&rsquo;m thinking. Apologies in advance for the long reply.</p> +<p>I think you&rsquo;re striking at the root of a crucially important idea.</p> +<p>Personally, I&rsquo;d want to set Gates &amp; Musk aside to flesh out this idea better. While their stated motivations are diametrically opposed, I&rsquo;m not convinced that their methods will differ much in the long run.</p> +<p>What nobody in power wants is an engaged self-governing citizenry. This includes both Gates &amp; Musk. Musk seems to me like a transhumanist eugenicist wearing a paper-thin &ldquo;pro-humanity&rdquo; persona designed for a particular culture war participant. Instead of merely culling humanity, he would prefer people become cogs in his <a href="https://waitbutwhy.com/2017/04/neuralink.html#part1">&ldquo;Human Colossus&rdquo;</a></p> +<p>As somebody watching his platform X from a distance, I feel I know everything I need to know about his plans to &ldquo;uplift&rdquo; humanity.</p> +<p>Alright. Musk Bad, but that&rsquo;s not really a salient point or even the point of your piece here. There are two major questions to address:</p> +<ol> +<li> +<p>To what degree MAHA (<em>Make America Healthy Again</em>) is being permitted to be part of the discussion for military purposes?</p> +</li> +<li> +<p>What does Musk offer this coalition?</p> +</li> +</ol> +<p>To zoom out a bit, in hindsight, what did Covid-19 accomplish? As a whole, I would say it reasonably effectively normalized injection mandates, expansive public health powers, and totalitarian suppression of dissent. I don&rsquo;t think I&rsquo;m alone in that assessment, but many people underestimate the lasting effects.</p> +<p>Back in 2022 Denis Rancourt did an excellent interview on Geopolitics &amp; Empire discussing the concept of the Covid Crisis being leveraged as a way to &ldquo;totalitarianify&rdquo; society. Speaking as a Canadian, I think it has been wildly successful at this, despite push back on particular points.</p> +<p>&ldquo;So you never have democracy during war time and you always have this absolute totalitarian system, and that&rsquo;s what they&rsquo;re installing. And that&rsquo;s what they&rsquo;re putting into place in making sure that real democratic governance never returns, not for the near future anyway.&rdquo;</p> +<p>Denis Rancourt on <a href="https://denisrancourt.ca/entries.php?id=108">&ldquo;COVID19 is a War Measure for Population Control in Shadow of US-China Conflict&rdquo;</a></p> +<p>So if war (on Earth, or conquest in space) is coming, presumably soldiers (or just bodies) are needed at some point or another. I didn&rsquo;t consider cyborgs when I started thinking about this, but I think you&rsquo;re absolutely on to something here. Why can&rsquo;t &ldquo;enhancements&rdquo; be &ldquo;medical countermeasures&rdquo;? Regardless, if the war machine needs meat for testing or the grinder, why does the health of the citizenry <em>really</em> matter? We&rsquo;ve seen increasing amounts of immigration deployed for other issues, why would this be any different?</p> +<p>Technocrats like Gates &amp; Musk are BOTH struggling with the dilemma that it&rsquo;s very difficult to maintain control over a fractured, alienated, population. To have all the fancy things technocrats desire, they need at least the pretense of a human society to sustain it. People can directly feel and understand when they&rsquo;re under attack, but it&rsquo;s much harder for them to realize when they&rsquo;ve sold themselves out.</p> +<p>This is why I believe Elon Musk is all about neutralizing resistance. Moving forward, I&rsquo;m convinced that only the most obvious and severe assaults on the public will be given attention. As you&rsquo;ve touched on many of the health reforms being discussed are directly tied to military requirements. This alone is troubling because it means that we can expect the bulk of the &ldquo;help&rdquo; and intrusions to be aimed at children and young adults.</p> +<p>It&rsquo;s the urgency that&rsquo;s most worrying. Trying to turn around the &ldquo;health&rdquo; of a populace in 30-50 years is a very different predicament than attempting to do so in under 10-20 years. Clearly the desires and long-term well being of the individual will be some of the first corners cut. During this time, we can expect an immense amount of propaganda aimed at bringing people&rsquo;s guard down while even more nefarious measures roll in.</p> +<p>To not leave this on a completely bleak note, I feel the need to share what the actual way out of this is. I was blown away at Julie <a href="https://rumble.com/v5izvud-nci-vancouver-2024-hearings-day-1-october-17-2024.html?start=13775">Ponesse&rsquo;s testimony</a> at this year&rsquo;s National Citizen&rsquo;s inquiry. Dr Ponesse perfectly explains what the big picture threats are and what we can do as individuals to address the actual root causes.</p></blockquote> +<p>To which Michael responded:</p> +<blockquote> +<p>Gabe in my scenario, the health of the citizenry matters for 2 reasons:</p> +<ol> +<li> +<p>Sick people cannot travel in deep space and colonize Mars. You need people in top physical condition because they are going to be wildly abused for years both physically and psychologically</p> +</li> +<li> +<p>Cyborg-ing (so go speak) of humans will also damage and kill human beings. The weaker you are, the more likely you will die or become &ldquo;useless&rdquo; in the cyborg process.</p> +</li> +</ol> +<p>Lastly what I will say about this - a counter argument could be &ldquo;Well you only need to take care of SOME people to do those things, not all&rdquo;</p> +<p>Perhaps, but I would argue that Musk believes you need a LARGE PORTION of society to pick from to be successful in EITHER of these two potential endeavors. These are massive experiments that are bound to fail multiple times in multiple ways. To be successful, you will need millions of prime specimens to utilize and to experiment upon.</p></blockquote> +<p>I then <a href="https://teachersforchoice.substack.com/p/gates-v-musk-competing-world-views/comment/75049322">replied</a> with:</p> +<blockquote> +<p>I&rsquo;m very partial to the cyborg angle for a variety of reasons, but I think we&rsquo;re both converging on the idea that a radical transformation of the public for some (or many) high risk ventures is desired by part of the technocrat class.</p> +<p>I would argue, the reason for wanting the majority of the population to be&hellip; modified in such order is that there is a converging of interests. I don&rsquo;t presume that Musk himself would be in charge of the White House or policy moving forward. For all we know, Musk himself may simply be one &ldquo;vendor&rdquo; for cybernetic &ldquo;augmentations&rdquo;. Just as Tesla popularized electric cars, Neuralink could be the wedge to normalize various intrusions to the public.</p> +<p>What&rsquo;s clear is that there is an obvious national security angle to pushing for better health, and just as we both know there are sincere health advocates, yourself being among them.</p> +<p>But the troubling part is how nominal &ldquo;improvements&rdquo; can be made on a population level to justify the erosion of individual autonomy. I can very much see the angle becoming &ldquo;Russia wants us weak&rdquo; or &ldquo;we tried letting people fix themselves but it just doesn&rsquo;t work&rdquo; to argue against people&rsquo;s ability to make their own choices.</p> +<p>To me, this is partially what makes this dangerous territory. It&rsquo;s one thing to want to remove structural barriers to people living more healthily, but it&rsquo;s a whole different thing to grant the state presumption it has the right to determine what citizens &ldquo;should&rdquo; be. This is partially where my concerns come from, I think this is a particularly slippery slope where very justified concerns can be weaponized for troubling overreach. I believe the broader coalition (Beyond just Musk &amp; RFK Jr.) has reasons to go much further for either wartime, or the reasons you outline.</p> +<p>Regardless, I think the answer is a strong commitment to individual autonomy and medical ethics. If anything we need to strengthen medical ethics conceptually, socially and legally. I greatly appreciate your efforts in this space.</p></blockquote> +<p>I don&rsquo;t really have much to add to the above. As I wrote earlier, I&rsquo;m mostly just trying to hold this idea and interrogate it from different angles. I hope you found this interesting or at least entertaining.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + The Ugly Troubles Of Severe Obesity + https://gabe.rocks/health/challenges/ + Thu, 24 Oct 2024 00:00:00 +0000 + + https://gabe.rocks/health/challenges/ + Why the 'easy' road, isn't easy at all. + <h2 id="contents">Contents</h2> +<ul> +<li><a href="#it-aint-easy-being-big">Introduction</a></li> +<li><a href="#eating-troubles">Eating Troubles</a></li> +<li><a href="#mobility">Mobility</a></li> +<li><a href="#poor-sleep">Sleep</a></li> +<li><a href="#emotional-difficulties">Emotional Difficulties</a></li> +<li><a href="#more-memes">Memes</a></li> +</ul> +<h2 id="it-aint-easy-being-big">It Ain&rsquo;t Easy Being Big</h2> +<p>As I&rsquo;m starting to <a href="https://gabe.rocks/health">make progress</a> I hope to document the troubles I&rsquo;ve had to bear in getting this large. This post is to share how difficult it is to be severely overweight. My motivation is to help others understand what those my size are unlikely to share widely. This is because, in my opinion, the heaviest thing many heavy people carry is shame. Nobody wants to be this big, nobody enjoys it. One of the hardest things to learn getting this big is that one is not their weight. It&rsquo;s hard to reconcile the need to choose and enjoy life, despite being unhappy with the state of their own body.</p> +<p>One of the hardest things about getting not just heavy, but huge is the fact that that the inevitable mental anguish makes it so much harder to turn things around. As somebody becomes accustomed to being numb to the regret, shame, and despair they&rsquo;re so very far from having the mindset to <em>choose life</em>. This is why I think many misguided attempts to &ldquo;de-shame&rdquo; obesity are coming from the right place. Compassion absolutely has to be at the center of helping people overcome it, but not at the cost of factual information.</p> +<p>So yes, obesity is not good. It&rsquo;s actually horrible for you and those around you. It may, or may not be entirely, or even mostly your fault. No matter where the blame may lie, the only way to resolve it is taking responsibility. Taking responsibility for it can be difficult in different ways. One may struggle with denial, refusing to recognize the path they&rsquo;re on. This is made worse by relatively low levels of obesity being vaguely normalized in particular circumstances. But the worst thing getting in the way of taking responsibility is despair and hopelessness that leads one to believe it is too hard or outright impossible for them to change their situation. Even worse, many may lack support and guidance necessary to begin and endure the process.</p> +<p>My hope is to be one of many examples that it is possible to reverse even the most dire circumstances. I wholeheartedly believe that with enough support, patience, and hope for the future, anybody can return to a healthy body weight and keep it off. The road is long, and sadly doesn&rsquo;t end once one has merely shed the weight. The journey is about gradually building (or re-building) a healthy lifestyle to maximize quality of life. I am confident that I&rsquo;ve begun to make lasting changes in my life, and that I&rsquo;ll be able to show a way somebody can recover from even class V obesity.</p> +<div> + <table> + <tr> + <th colspan="2"><h2>Obesity Classes</h2></th> + </tr> + <tr> + <td><strong>Class</strong></td> + <td><strong>BMI Range</strong></td> + </tr> + <tr> + <td>I</td> + <td>30-34.9</td> + </tr> + <tr> + <td>II</td> + <td>35-39.9</td> + </tr> + <tr> + <td>III</td> + <td>40-49.9</td> + </tr> + <tr> + <td>IV</td> + <td>50-59.9</td> + </tr> + <tr> + <td>V</td> + <td>60+</td> + </tr> + </table> +</div> +<p>As somebody who has been all of these obesity classes at some point in my life or another, I feel the need to emphasize that things get so much harder every class you go up. I&rsquo;m currently working to leave class V, but vividly remember the gradual worsening of so many different things in an easy to underestimate way. It&rsquo;s worth emphasizing, the larger one becomes, the more dire health risks present themselves. Personally, I think it&rsquo;s important for people to recognize the different classes to recognize the additional challenges imposed by greater sizes. Of course, this is only a rough outline based on my own experiences. There are a wide variety of reasons why one person may encounter different troubles earlier or later. Fat distribution alone has a significant impact on various quality-of-life troubles.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/2024-10-24-chart.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/2024-10-24-chart.webp' +> + +</a> + + + +</div> +<p>I believe that severe obesity is a very complex problem to solve. While the ultimate solution: <em>eat right and become more active</em>, is the answer, in practice there are a wide array of obstacles to taking corrective action. Some of these are physical, some emotional, and others a complicated mix of all kinds of things. I think it&rsquo;s important to recognize severe obesity as not merely a single problem (excess weight) but a variety of interconnected problems that each are non-trivial to overcome.</p> +<h2 id="eating-troubles">Eating Troubles</h2> +<p>I&rsquo;ve written an <a href="https://gabe.rocks/health/non-stop-eating/">entire post</a> on this, but in this part I want to specifically tackle the numbers problem. It&rsquo;s often hard to make any progress at all without the dreaded counting of calories. When one has become accustomed to having massive amounts of food, especially calorie-dense foods, it is quite difficult to dial it back. One of the biggest reasons is expectations. In my opinion, raising obesity rates are a consequences of rapid <a href="https://en.wikipedia.org/wiki/Shifting_baseline">shifting baseline</a> both individually and collectively.</p> +<p>The idea is, that your expectations (and other&rsquo;s expectations) aren&rsquo;t actually static. Over time, they can shift to accept a (<em>much worse</em>) &ldquo;new normal&rdquo;. This erodes social and emotional barriers to things that would otherwise be unthinkable or too obscene to be considered. In short, both in terms of one&rsquo;s own comfort, but also in terms of social acceptance, the slope is quite slippery. As one personally gets accustomed to eating worse and worse, even greater excesses become much less strange, especially over longer periods of time.</p> +<h3 id="metabolism-mismatch">Metabolism Mismatch</h3> +<p>This is never so clear than when it comes to how chronic over-eating impacts metabolism. Intuitively, when one is supplying their body with a huge surplus of resources, the body becomes less efficient at processing them. Another way to think about this is that your body can only digest so much in a given day. I believe this is why obese people constantly crave more and more calories. I remember getting to the point where I felt I needed to have at least 4-6 thousand calories a day, <em>if not in a single sitting,</em> to &ldquo;function&rdquo;. When one is &ldquo;filling&rdquo; themselves with sugars which quickly turn to body fat, they are also potentially depriving themselves of other important macro &amp; micro nutrients. I&rsquo;m under the impression this mismatch can create unending hunger that could be addressed with getting the correct nutrients.</p> +<p>In some ways this is <strong>great news!</strong> The silver lining is that numerically losing weight is easier than gaining it. This is incredibly counter-intuitive to those who haven&rsquo;t been able to change their diet yet, because they don&rsquo;t realize how close they are to turning things around. The biggest challenge of this however, is that the road itself is long, so it&rsquo;s very easy to under-appreciate small but important steps to progress. What&rsquo;s very difficult to recognize is that while we live day-by-day, how one lives over weeks, months, and years is so much more important than a single day. Finding ways to structurally improve one&rsquo;s eating situation in the long run can have very effective results.</p> +<h2 id="mobility">Mobility</h2> +<p>As more weight begins to weigh you down, the harder various tasks become. Even simple inconveniences and slight pains can over time radically reduce how active a person is. In my own life, I&rsquo;ve gone from being highly active, to being <em>all but bed-ridden</em>. The larger one becomes, the more dangerous it can be to take on various activities, as risks of injury grow significantly. If one is not at least maintaining a certain level of activity as they gain weight, they may even lack the strength to move the body that confines them. On top of all this, the larger size of areas of the body can interfere with all kinds of movements.</p> +<blockquote> +<p>You&rsquo;re not going to think to run around and take on all kinds of activities when simple tasks like going up stairs, walking, or carrying things feel almost entirely out of reach. It is horrifying to think about how things that once only <em>seemed out of reach</em> eventually fade into being <em>actually out of reach</em>.</p> +<p><a href="https://gabe.rocks/health/non-stop-eating/#helplessness">Why can&rsquo;t I stop eating? - Helplessness</a></p></blockquote> +<p>In my personal experience, mobility is something very easy to be in denial about. It&rsquo;s so easy to fall into the trap of believing that one is every bit capable as they were within memory. This predicament creates a very dangerous false sense of security. Being objective about your activity level is vital to maintain and improve your longevity.</p> +<p>Mobility isn&rsquo;t just about the ability to get up from seating, or out of bed. As one becomes significantly large, various real-world experiences also move out of reach. Traveling becomes difficult, more expensive, and sometimes logistically impossible. Hygiene and cleanliness become more and more of an uphill battle. This means that one who is severely overweight can often miss out on things that could otherwise benefit them in other areas of life. This alone is enough to fuel serious emotional distress and regret.</p> +<h3 id="getting-moving">Getting moving</h3> +<p>The <a href="https://en.wikipedia.org/wiki/Exercise_paradox">exercise paradox</a> is a hot topic of discussion. The idea is that as one becomes more active, their body gradually adjusts to that level of activity overtime, including burning fewer calories. This can be pessimistically interpreted to mean that exercise has no place in a weight loss journey. I couldn&rsquo;t disagree more! There are many inherent benefits to exercise that make weight loss easier. In addition to this, when one is entirely sedentary, they have a long road to a high level of activity. There is a huge amount of room to keep gradually improving until the body catches up to all of it.</p> +<p>If nothing else, the stress reduction benefits are immense. When one is entirely sedentary trapped with their own emotions, it&rsquo;s hard to feel useful at all, much less productive. Being as active as one can be is amazing for how you feel day-to-day. I&rsquo;ve already felt amazing benefits from gradually ramping up my exercise over the last year. I never imagined I would be able to be active 5 days a week, but here I am. I&rsquo;ve personally experienced that even minor increases in mobility greatly benefit my ability to do other weight loss related tasks, like cooking for myself.</p> +<p>Starting to get moving is hard. Since really escalating my progress by getting personal training, I&rsquo;ve experienced an incredible amount of pain on a very frequent basis. But, even beforehand every attempt to become more mobile was rewarded with at least a non-trivial amount of pain. I remember when walking around the block felt like more than I could handle.</p> +<p>The problems with becoming mobile are twofold: <strong>1)</strong> You have to be strong enough to move yourself. <strong>2)</strong> The heavier you are, the more painful even simple movements will be. It&rsquo;s effectively a judgement call to say what ratio of pain to gain is worth continuing with. However, it is incredibly important to avoid injuries. Falls, or even overdoing it can cause lasting pain that will interfere with your progress. Like many other things in life, becoming more active is a marathon and not a sprint. I&rsquo;ve benefited greatly from focusing on being more stronger and more mobile. It&rsquo;s an incredibly painful journey, but I experience significant progress on a weekly basis.</p> +<h4 id="dont-be-afraid-to-modify">Don&rsquo;t be afraid to modify!</h4> +<p><a href="https://www.dmoose.com/blogs/training/exercise-for-obese-beginners-at-home">Bodyweight exercises</a> are incredible ways to get stronger quickly when starting out. A significantly heavy person may not be capable of performing particular exercises. A tip I stumbled on recently is that you can search for whatever exercise with the word &ldquo;progression&rdquo; and you&rsquo;ll find ways to gradually work up to a particular exercise. It&rsquo;s important not to feel guilty making modifications, as an obese person one is behind the starting line! Constant effort and gradual step-by-step modifications can make improvements way faster than one would think possible.</p> +<h2 id="poor-sleep">Poor Sleep</h2> +<p>Not getting enough sleep is one of the worst &ldquo;gainz goblins&rdquo; that interferes with progress. Insufficient quality and quantity of sleep can negatively impact weight loss and muscle gain in a variety of ways. This is a significant challenge because obesity overlaps with many difficulties that negatively impact sleep. At my current size, it&rsquo;s very difficult to find a comfortable resting position. I used to work nights, but I&rsquo;ve always struggled with consistently sleeping at night.</p> +<p>I don&rsquo;t have any particularly good advice for improving sleep quality. I struggle to get to sleep when I&rsquo;m not merely too tired or too sore to stay awake. There was a brief time this Summer when I got a bit more sunshine that sleep came easier, but other than that quality sleep has been fleeting. Sleep is definitely something I really hope to improve in time, but all I can say is that it&rsquo;s something I struggle with, and I&rsquo;m sure many others in the same situation do as well.</p> +<p>One of the huge challenges of poor sleep habits is that it makes interacting with society harder. Simple things like being awake early enough for most jobs can be a significant challenge. There&rsquo;s a huge cut when one needs to work their own hours. Even worse is that it&rsquo;s often hard to be meaningfully productive later at night. While you can do all kinds of things these days from a computer or phone, generally people aren&rsquo;t cooking for themselves and running errands late into the night.</p> +<h2 id="emotional-difficulties">Emotional Difficulties</h2> +<p>In my opinion, the hardest parts of living with severe obesity are the emotional challenges. I&rsquo;ve gotten a lot out of <a href="https://gabe.rocks/health/2024-05-update/#reading-progress-">reading</a> Dr Peter Breggin&rsquo;s book <a href="https://www.goodreads.com/en/book/show/21487729"><em>Guilt, Shame, and Anxiety: Understanding and Overcoming Negative Emotions</em></a> I&rsquo;ve written before about how emotional difficulties often turn into <a href="https://gabe.rocks/health/non-stop-eating/">over-eating.</a></p> +<h3 id="shame--self-loathing">Shame &amp; Self-loathing</h3> +<p>Unless one is in a terrifyingly toxic echo-chamber, generally obesity is looked down on. At minimum, the inconveniences themselves induce a non-trivial amount of shame &amp; self-loathing. Regardless of the source, these emotions congeal into a thick layer of projection that can make it harder to connect with others, perpetuating a downward spiral. Eventually, chronic shame boils into self-loathing.</p> +<blockquote> +<p><em>&ldquo;Do not speak badly of yourself, for the warrior that is inside you hears your words and is lessened by them. You are strong and you are brave. There is a nobility of spirit within you.&rdquo;</em></p> +<p>David Gemmell</p></blockquote> +<p>Self-loathing is a very challenging emotion. Like every feeling, it&rsquo;s your heart &amp; soul trying to communicate something real to your conscious mind. When one is constantly avoiding these feelings with food and other strategies, it can be impossible to recognize what the feelings are trying to communicate. Self-loathing is a very strong signal that I would sum up as &ldquo;<em><strong>Things need to change</strong></em>&rdquo;.</p> +<p>I can personaly attest that once one even begins to reorganize their life for the better, the relief is phenomenal. This is an immensely challenging thing to do when one has numbed themselves to their own self-directed hatred and pain. Confronting this directly was the only way I began to make progress again. It&rsquo;s very hard to begin to make long-term efforts when one is entirely focused on deafening themselves from a torrent of emotional anguish.</p> +<p>In Dr Breggin&rsquo;s book, he recommends committing to becoming a source of love in your and other people&rsquo;s lives. I have a shorthand for that, <em><strong>choose life</strong></em>. The way out of your darkest moments is to choose to live for what God put you on earth to accomplish. That means embracing life as it is, ups and downs and all. To make it more concrete: choosing life to me means doing everything I can to rise above the challenges set before me to be a compassionate source of inspiration for others. Which is a non-trivial part of the reason I share my personal collection of memes that have helped <a href="https://gabe.rocks/sharing/motivation/">lift me up.</a></p> +<h3 id="hopelessness">Hopelessness</h3> +<p>Inspiration is essential. One of the greatest dangers when one is obese is hopelessness. The road to positive change is long and difficult, and it can be very easy to be tormented into giving up. The worst part about hopelessness is that it leads to a significant amount of self-sabotage. The worst form of self-sabotage is being unwilling to even begin to change. When one knows they could be doing better, but is dissuaded by the fear of failure, they can further spiral into despair and more troubles.</p> +<p>Hope, faith, and love are the way out. One needs to have hope that meaningful improvement is possible, and it always is. Faith is what will sustain you through challenges and setbacks. At the very least, having faith in the process can keep you from going mad. Love is what will fill you with purpose to reach higher and higher. It can be love for anything, your friends &amp; family, the natural world around you, a skill, or your wider community. Allow that love to fill you with dreams of what you can accomplish once you&rsquo;ve reordered your life and given yourself time to mend your physical and emotional wounds.</p> +<h2 id="-hygiene-">🚿 Hygiene 💩</h2> +<p>Now for the uncomfortable part. This was saved for last, and omitted from the contents list for a reason. Keeping clean becomes harder and harder as one becomes larger and less able to reach particular places. In addition to this, poor diets will <em>radically</em> change the consistency and frequency of defecation. And intuitively, the more one eats the more the more volume of feces that must be dealt with on a regular basis. Beyond a mere inconvenience, this is a huge source of shame and self-loathing as it gets worse. Messes and accidents become more common, even using restrooms can become a logistical nightmare.</p> +<p>Just like exercise, it&rsquo;s important to remember that modifications can be made to make cleaning easier. Buying particular tools can help in the shower, and carefully planning when you eat can buy you time for particular errands and outings. It&rsquo;s unpleasant, but staying clean is vital for a variety of reasons beyond peace of mind. There are some absolutely painful and gruesome results if one neglects to, or is unable to stay clean. I am glad that I had managed to avoid the worst scenarios, but it&rsquo;s been it&rsquo;s own challenge.</p> +<hr> +<h2 id="more-memes">More Memes!</h2> +<p>Feel free to browse the <a href="https://gabe.rocks/sharing/motivation/">full collection!</a></p> +<p><div class="gallery"> + +<a href='https://gabe.rocks/sharing/motivation/planting-seeds.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/planting-seeds.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/you-have-hammer-blows-left.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/you-have-hammer-blows-left.mp4'> +</video> + +</a> + + + +</div> +<div class="gallery"> + +<a href='https://gabe.rocks/sharing/motivation/bike-batman-confidence.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/bike-batman-confidence.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/live-to-win.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/live-to-win.mp4'> +</video> + +</a> + + + +</div></p> +<p><a href="#">Back to top</a></p> +<div style="width:100%"> + <table style="font-size:14px;"> + <tr> + <th colspan="4"> + <h2 style="text-align: center;">📉 Weight Tracker</h2> + </th> + </tr> + <tr> + <td><strong>Starting Weight</strong></td> + <td><strong>Current Weight</strong></td> + <td><strong>Weight Lost</strong></td> + <td><strong>Goal Weight</strong></td> + </tr> + <tr> + <td>576</td> + <td>379.6</td> + <td>196.4</td> + <td>15% BF</td> + </tr> + <tr> + <td colspan="4"> + <h3 style="font-size:x-large;">2025 Goal: 200lbs in 2025 challenge</h3> + <div + style="border:3px solid var(--color-accent);align-items: flex-start;justify-content: flex-start;margin:5px;border-radius:15px;overflow: hidden;"> + <div style="width:49.7%;padding:10px;background-color:var(--color-accent);color:black;font-weight: bolder;font-size:larger;">49.7% + </div> + </div> + <p style="margin:5px;text-align: left;width:fit-content;font-size:large;">This year's goal is to lose <strong>200lbs</strong> in 2025!<br>Current progress: <strong>99.4lbs</strong> out of 200! + <br>A bit behind schedule! 😓</p> + </td> + </tr> + <tr> + <td colspan="4" style="text-align: center;">Last updated: 2025-07-06</td> + </tr> + </table> +</div> +<div> + +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + Major Milestone: First Recorded Weight Loss 🎉 + https://gabe.rocks/health/first-recorded-loss/ + Fri, 27 Sep 2024 00:00:00 +0000 + + https://gabe.rocks/health/first-recorded-loss/ + https://gabe.rocks//images/cooking/meal-prep.webp?d=1727395200 + + + Throwing everything I can at making real change. + <div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/2024-09-weight-update.webp' +> + + + +</div> +<p>Originally I had intended to write a post when I hit a month of personal training. While there has been a great deal of progress, sadly I actually gained 2lbs in the first month of training. This was not particularly surprising, as I still hadn&rsquo;t quite tackled food as I was getting started. I did make <a href="https://youtu.be/f1C6b2Wd8HM">gradual efforts</a> to learn and to improve on that front.</p> +<h3 id="first-month-update">First Month update</h3> +<p>Here&rsquo;s the audio recording I recorded after a full month of personal training.</p> + +<script> + function audio_end(event){ + p = event.target.parentElement; + if (!event.target.loop){ + p.children[1].innerHTML=icons['play']; + } + } + function setup_display(event){ + el = event.target.children[0]; + el.style.display="flex"; + console.log("Display audio") + } + function setup_audio_metadata(event) { + audio=event.target; + var seek = audio.parentElement.children[2]; + seek.min = 0; + seek.max = audio.duration; + seek.value = audio.currentTime; + audio.parentElement.children[3].style.display="block"; + audio.parentElement.children[5].children[0].innerHTML = "" + timeToText(audio.currentTime) + "/"; + audio.parentElement.children[5].children[1].innerHTML = "" + timeToText(audio.duration); + } + function toggle_loop_audio(event) { + audio = event.target.parentElement.children[0]; + audio.loop = !audio.loop; + if (audio.loop){ + event.target.children[0].classList.add("spin"); + } + else{ + event.target.children[0].classList.remove("spin"); + } + } + function update_audio_time(event) { + audio = event.target.parentElement.children[0]; + audio.currentTime = event.target.value; + } + function toggle_play_audio(event) { + el = event.target; + audio = el.parentElement.children[0]; + speed = el.parentElement.children[3].value; + audio.playbackRate = speed; + if (audio.paused) { + audio.play(); + el.children[0].children[0].setAttribute("href","#pause"); + } + else { + audio.pause(); + el.children[0].children[0].setAttribute("href","#play") + } + } + function update_audio_speed(event) { + el = event.target; + audio = event.target.parentElement.children[0]; + audio.playbackRate = el.value; + + } + function timeToText(t) { + hours = 0; + minutes = 0; + seconds = 0; + if (t > 60 * 60) { + hours = Math.floor(t / 60 / 60); + t = t - hours * 60 * 60; + } + if (t > 60) { + minutes = Math.floor(t / 60); + t = t - minutes * 60 + + } + if (t > 1) { + seconds = Math.floor(t); + } + text = ""; + if (hours > 0) { + text += hours + ":"; + } + if (minutes > 0 || hours > 0) { + if (minutes == 0) { + minutes = "00" + } + if (minutes < 10) { + text += "0" + } + text += minutes + ":" + } + if (seconds == 0 && (minutes > 0 || hours > 0)) { + seconds = "00"; + } + if (seconds < 10) { + text += "0"; + } + text += seconds + return text; + } +</script> +<style> + .audio-player { + display: flex; + flex-direction: row; + align-items: center; + justify-content:center; + width: 100%; + } + .audio-player>*{ + margin:2px; + margin-right:5px; + margin-left:5px; + } + .audio-player p{ + width: fit-content; + } + + .media-seek { + width: 100%; + } + .audio-player{ + border: 0.15rem solid var(--theme-accent); + padding:0.5rem; + border-radius: 0.5rem; + color:var(--theme-accent); + flex-wrap: nowrap; +} +.audio-player>*{ + margin:5px; +} + +.audio-player select, .audio-player button{ + background-color: transparent; + border-color: var(--theme-accent); + color:var(--theme-accent); + border-radius: 3px; + padding:0.5rem; +} + +.icon svg{ + width:2.25rem; + height:2.25rem; + z-index: -1; + background-color: transparent; + pointer-events: none; +} +.icon path, + .icon rect { + stroke: var(--theme-accent); + fill: var(--theme-accent); + } + +.icon svg circle { + stroke: var(--theme-accent); + fill: transparent; + stroke-width: 6; +} +@keyframes spin-icon { + 0%{rotate:0;} + 100%{rotate:360deg;} +} +.spin{ + animation:spin-icon 3s linear infinite; +} +</style> +<div class="media-container" onload="setup_display(event)"> + <div class="audio-player"> + <audio onended="audio_end(event)" onloadedmetadata="setup_audio_metadata(event)" ontimeupdate="setup_audio_metadata(event)"> + <source src='https://gabe.rocks//audio/first-month.ogg'> + </audio> + <div class="icon" onclick="toggle_play_audio(event)"> + <svg> + <use href="#play"></use> + </svg> + </div> + <input class="media-seek" type="range" onchange="update_audio_time(event)" value="0"> + <select onchange="update_audio_speed(event)" style="display:none;"> + <option value="1" selected>1x</option> + <option value="1.5">1.5x</option> + <option value="2">2x</option> + <option value="2.5">2.5x</option> + <option value="3">3x</option> + </select> + <div class="audio-preview"> + </div> + <p><span class="audio-currentTime"></span><span class="audio-duration"></span></p> + <div class="icon" onclick="toggle_loop_audio(event)"> + <svg> + <use href="#loop"></use> + </svg> + </div> + </div> + <noscript> + <style> + .audio-player { + display: none; + } + </style> + <audio controls preload="false" style="width:100%;min-width:40vw;"> + <source src='https://gabe.rocks//audio/first-month.ogg'> + </audio> + </noscript> +</div> +<p><em>Audio not working?</em> <a href="https://gabe.rocks/audio/first-month.ogg">Click here</a></p> +<h2 id="6-week-update">6 Week Update</h2> +<p>I feel like I&rsquo;m getting better at this. I&rsquo;ve really noticed that many things that have felt out of reach are starting to feel more possible. It&rsquo;s very much a learning process on my end. I&rsquo;m learning to live with the discomfort associated with making progress. I&rsquo;m now active 3-5 days a week instead of merely potentially reaching 2 most of the day.</p> +<h3 id="progress-made">Progress Made</h3> +<ul> +<li> +<p><strong>Mobility</strong></p> +<p>Ironically, one of the biggest changes is that <em>standing still</em> is much easier. I&rsquo;m also able to perform full, unassisted squats! All the little things like walking and getting up have gotten so much easier, even if they still remain marginally challenging. Currently, I&rsquo;m still unable to consistently get off the floor without assistance (<em>such as something to grab or lean on</em>). That said, I have successfully done this on a gym mat twice now, which makes me optimistic.</p> +</li> +<li> +<p><strong>Calories</strong></p> +<p>For the last two weeks, I&rsquo;ve been having as little calories as I can bear. Limiting myself to protein shakes and a single (good, and reasonably sized) meal a day. Since I had gained for the month, I was determined to do all I could to make the next weigh-in a lower number. I&rsquo;ve thrown everything I can to get to this point and it has been immensely challenging. While I&rsquo;m aiming for around half of my TDEE, this is a very tiny fraction of the calories I&rsquo;m used to having. I&rsquo;ve found that this has been getting slightly easier.</p> +</li> +<li> +<p><strong>Productivity</strong></p> +<p>My ability to get things done or even just go for a walk despite being sore has been a very hard-won fight. I didn&rsquo;t like spending days just sitting on the couch recovering. I still wanted to journal, write, and continue producing <a href="https://libresolutions.network/tags/cyber-fix">Cyber Fix.</a> I can report that I was able to put out a new episode last weekend even on top of doing a solo-session at the gym.</p> +</li> +<li> +<p><strong>Emotional</strong></p> +<p>I&rsquo;m really realizing how much confronting my difficult compulsions and their emotional roots has given me a solid foundation for making progress. I am building a sense of control and confidence in the process that feels as unfamiliar as it is comforting. <em>Finally,</em> I understand what I&rsquo;m doing and feel like I have a non-trivial amount of control over myself. Even my bigger challenges, like maintaining a calorie deficit, feels more within reach that I would have thought at this stage.</p> +</li> +<li> +<p><strong>Weight</strong></p> +<p>🎇 <strong>I&rsquo;m 18lbs down!</strong> I can&rsquo;t express how much of relief and how encouraging this is. The last two weeks have been incredibly challenging but I finally feel in control. Something that felt so out of reach is now finally something I feel I understand and can put into practice. I was not expecting to lose that much, I was too pessimistic and thinking it would only be 4-6lbs. I pushed myself deep into a calorie deficit but more importantly I was choosing what I ate rather than <a href="https://gabe.rocks/health/non-stop-eating">being driven by compulsion</a></p> +</li> +</ul> +<h3 id="challenges">Challenges:</h3> +<ul> +<li> +<p><strong>Pain</strong></p> +<p>I&rsquo;m still not adapting to the pain very well. I feel sore every day to some extent and sometimes it is very inconvenient or extreme. I&rsquo;ve had cramps that make me shout in pain. I&rsquo;ve even had a great deal of foot pains that make putting any weight on them feel unbearable. The pain itself can keep me awake at night, and makes it much harder to go to sleep.</p> +</li> +<li> +<p><strong>Hunger</strong></p> +<p>Perhaps most unsuprizingly I find the hunger to be a massive challenge. On one hand, I&rsquo;m starting to find the low-level background signal of a certain level of hunger a reassuring sign that I&rsquo;m on the right path. I&rsquo;ve found staying consistent at this incredibly difficult.</p> +</li> +<li> +<p><strong>Sleep</strong></p> +<p>As mentioned earlier, sleep has more-or-less absolutely fallen off a cliff. I&rsquo;ve always struggled with sleep, but the trifecta of eating less, being sore, and being stuck in my ways make it very difficult to change. Given the importance of sleep for weight loss, this feels like something I need to directly tackle.</p> +</li> +<li> +<p><strong>Water Intake</strong></p> +<p>I&rsquo;ve struggled to have enough water while being more active.<br> +I need to re-prioritize having lots of water per day.</p> +</li> +<li> +<p><strong>Keeping busy</strong></p> +<p>I still need to walk regularly. I&rsquo;m trying to push myself to spend time walking on &ldquo;off days&rdquo; or to find ways to minimize &ldquo;off days&rdquo;. My entire goal since the first two weeks of training has been to maximize what I can do despite the pain and hunger. That&rsquo;s been immensely difficult. I&rsquo;m still only beginning to accomplish things while sore but starting with cooking seems to be working well.</p> +</li> +</ul> +<h3 id="other-thoughts">Other thoughts</h3> +<ul> +<li> +<p><strong>Useful YouTube channels</strong></p> +<p>I&rsquo;ve recently discovered Steve Shaw&rsquo;s Massive Iron <a href="https://www.youtube.com/channel/UCYl0C0GVHVJbUJUyJkzj5XQ">YouTube channel.</a></p> +<p>I&rsquo;ve found <a href="https://www.youtube.com/@MassiveIron/search?query=obese">his commentary</a> on trying to lose weight as a morbidly obese person very helpful.</p> +<p>I also wish I had found <a href="https://www.youtube.com/channel/UCadiU6WTKl65HUwEih1XLYg">PictureFit</a> earlier! Which has a lot of useful information on a wide variety of fitness information packaged in a humorous and accessible way.</p> +</li> +</ul> +<h2 id="cooking">Cooking</h2> +<p>One of the more concrete gains I&rsquo;ve made throughout this time has been being comfortable enough standing to actually prepare non-trivial meals. Cooking for myself was point #4 in my definition of a healthy relationship with food in my <a href="https://gabe.rocks/health/non-stop-eating/"><em>Why can&rsquo;t I stop eating?</em></a> post. Being able to stand for longer makes a big difference but I&rsquo;m not too proud to admit I sometimes reach for a chair during long stretches.</p> +<h3 id="beef-fried-rice">Beef Fried Rice</h3> +<p><div class="gallery"> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/cooking/beef-fried-rice.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/cooking/meal-prep.webp' +> + + + +</div> +</div></p> +<p>I wanted to make something I enjoy eating for meal-prep. I&rsquo;m not quite sure I got the sauce down this time, but I&rsquo;ll definitely need to prepare more in the future. Lots of time to get this right. For a first attempt it turned out pretty good.</p> +<h3 id="eggs-benedict">Eggs Benedict</h3> +<p>I&rsquo;ve been having a ton of eggs. So it naturally flowed to make egg-based meals. Having made the entire meal, I can wholeheartedly say that Eggs Benedict is absolutely worth the hype. Surprisingly it&rsquo;s been the tastiest thing I&rsquo;ve had since starting this journey. It&rsquo;s a lot of effort, but absolutely pays off.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/cooking/eggs-benedict.webp' +> + + + +</div> +<p>Maybe as I get better I&rsquo;ll start contributing to <a href="https://based.cooking">based.cooking!</a></p> +<hr> +<h2 id="more-motivational-memes">More Motivational Memes</h2> +<p><strong>I need more videos! If you have any to <a href="mailto:gabriel@libresolutions.network?subject=motivational%20memes">send my way</a> please do!</strong></p> +<p><a href="https://gabe.rocks/sharing/motivation">Full collection</a></p> +<p><div class="gallery"> + +<a href='https://gabe.rocks/sharing/motivation/winners-quality.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/winners-quality.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/youll-get-it.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/youll-get-it.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/fight.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/fight.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/heaven-and-hell.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/heaven-and-hell.mp4'> +</video> + +</a> + + + +</div></p> +<p><div class="gallery"> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/sharing/motivation/try-again.jpg'> + +<img loading="lazy" +src='https://gabe.rocks/sharing/motivation/try-again.jpg' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/sharing/motivation/worth-doing-well.jpg'> + +<img loading="lazy" +src='https://gabe.rocks/sharing/motivation/worth-doing-well.jpg' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/sharing/motivation/life-paths.jpg'> + +<img loading="lazy" +src='https://gabe.rocks/sharing/motivation/life-paths.jpg' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/sharing/motivation/be-kind.jpg'> + +<img loading="lazy" +src='https://gabe.rocks/sharing/motivation/be-kind.jpg' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/sharing/motivation/everything-you-can-do.jpg'> + +<img loading="lazy" +src='https://gabe.rocks/sharing/motivation/everything-you-can-do.jpg' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/sharing/motivation/heights.jpg'> + +<img loading="lazy" +src='https://gabe.rocks/sharing/motivation/heights.jpg' +> + +</a> + + + +</div> +</div></p> +<div style="width:100%"> + <table style="font-size:14px;"> + <tr> + <th colspan="4"> + <h2 style="text-align: center;">📉 Weight Tracker</h2> + </th> + </tr> + <tr> + <td><strong>Starting Weight</strong></td> + <td><strong>Current Weight</strong></td> + <td><strong>Weight Lost</strong></td> + <td><strong>Goal Weight</strong></td> + </tr> + <tr> + <td>576</td> + <td>379.6</td> + <td>196.4</td> + <td>15% BF</td> + </tr> + <tr> + <td colspan="4"> + <h3 style="font-size:x-large;">2025 Goal: 200lbs in 2025 challenge</h3> + <div + style="border:3px solid var(--color-accent);align-items: flex-start;justify-content: flex-start;margin:5px;border-radius:15px;overflow: hidden;"> + <div style="width:49.7%;padding:10px;background-color:var(--color-accent);color:black;font-weight: bolder;font-size:larger;">49.7% + </div> + </div> + <p style="margin:5px;text-align: left;width:fit-content;font-size:large;">This year's goal is to lose <strong>200lbs</strong> in 2025!<br>Current progress: <strong>99.4lbs</strong> out of 200! + <br>A bit behind schedule! 😓</p> + </td> + </tr> + <tr> + <td colspan="4" style="text-align: center;">Last updated: 2025-07-06</td> + </tr> + </table> +</div> +<div> + +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + Trying out iced + https://gabe.rocks/tech/trying-out-iced/ + Sat, 31 Aug 2024 00:00:00 +0000 + + https://gabe.rocks/tech/trying-out-iced/ + A new learning side-project in Rust + <h2 id="a-new-side-project">A new side project</h2> +<p>I’ve really wondered what my own concrete contribution to the technological landscape could be. I’m certainly limited in time and resources, but there is much that needs to be done. I hoped to come up with a project I could reasonably accomplish on my own, that would make a meaningful impact. I believe I have found that project. One of the languages I spent time learning the basics of was <a href="https://www.rust-lang.org/">Rust.</a> I followed the development when it was still in alpha and learned the syntax back then. It has taken a long time for me to find the a library for building user-interfaces that is approachable enough for me to understand.</p> +<p>A close contender was the language <a href="https://go.dev/">Go</a> and module Fyne. <a href="https://fyne.io/">Fyne</a> is interesting because I could compile for Android. The downside of this pair is that I haven’t spent any time learning Go. So I would have to spend a lot of time familiarizing myself with the ecosystem before really getting started. Rust has an interesting advantage when it comes to learning how to use their libraries.</p> +<p>So my new obsession is the rust library (crate) <a href="https://iced.rs">iced.</a> It’s a cross-platform user interface library that is in it’s infancy. When I learned the new <a href="https://system76.com/cosmic">COSMIC</a> linux desktop environment built by system76 was built using it, I had to try it out. It turns out that cosmic is adding a lot on top of iced with their library <a href="https://github.com/pop-os/libcosmic">libcosmic.</a> But the goal here is to become proficient at building user-facing applications that can move the needle towards greater online freedom. At the moment I&rsquo;m not sure if I&rsquo;ll inevitably need to move from iced to libcosmic, but the goal is to get as far as I can with iced first.</p> +<h3 id="so-how-can-i-make-a-difference">So how can I make a difference?</h3> +<p>I sincerely believe that <a href="https://gabe.rocks/tech/rss-love/"><em>we don’t love RSS enough</em>.</a> Many people treat old tech solutions as “tried and failed” and run off to the shiny new idea. I believe that there are many things that can be done to make RSS a first-class contender in the media landscape. RSS already is a decentralized media ecosystem, we just need to figure out how to bring it to more people. To quote the post, I outline that there’s a great deal of opportunity in building new tools for RSS.</p> +<blockquote> +<h3 id="build-software-for-rss">Build Software for RSS</h3> +<p>As I’ve alluded to before, there are many applications waiting to be written to leverage the benefits of RSS feeds even further. Lowering the barrier to participation can help adoption significantly, and new software can allow us to leverage the best of our modern systems with the full benefits of the old web.</p> +<ol> +<li><strong>Accessible tooling</strong> +Static site generators are awesome, but it would be great to have an accessible <em>feed generator</em> that allows for non-technical people to create feeds with an intuitive application. The feed generator could have plug-ins to automatically integrate with a variety of web-hosts to make going online significantly easier.</li> +<li><strong>New media</strong> +There’s opportunity to leverage completely different multimedia beyond just news and podcasts. RSS feeds support anything you can link to, so other opportunities like announcements, surveys, or even VR experiences are all possibilities. There is a great deal of software that quietly supports them, that can be used in interesting ways. For example, PeerTube supports RSS feeds for channels. This means that even without using the Fediverse, or even PeerTube itself, you can use a podcast app to have your own independent media experience. <a href="https://antennapod.org/">AntennaPod</a> is excellent for this.</li> +<li><strong>Enhancing the ecosystem</strong> +Some very low-hanging fruit would be updating existing RSS feeds to have a helpful style where they don’t at the moment. By enhancing discovery, indexing, ranking and aggregation features, there is a phenomenal amount of opportunity left yet untapped.</li> +</ol> +<p><a href="https://gabe.rocks/tech/rss-love/">We don&rsquo;t love RSS enough</a></p></blockquote> +<h2 id="so-whats-the-project">So what’s the project?</h2> +<p>I’m building a multi-media RSS browser code-named “Really Sweet Stuff”. Building a functional RSS reader is a relatively trivial task that is a great learning project. You have to learn how to pull information from the web, display it somehow, and add all kinds of extra features to really make it shine. I really love using <a href="https://www.freshrss.org/">FreshRSS</a> &amp; AntennaPod, but if I can make a desktop application that’s halfway as good as <a href="https://antennapod.org/">AntennaPod</a> I’ll consider this project a success.</p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/really-sweet-stuff.mp4'> +</video> + + + +<h3 id="immediate-to-do">Immediate to do:</h3> +<ol> +<li> +<p>Build reader interface for written content</p> +<ul> +<li>write code to parse arbitrary html-encoded content to iced widgets with content. (this feels like a huge pain given my current level of comfort with Rust, so I&rsquo;ll be learning a bit as I do this)</li> +<li>create placeholder widgets for embedded items like embedded media</li> +</ul> +</li> +<li> +<p>Store information in a local database</p> +<ul> +<li>UI for adding/managing feeds</li> +<li>Additional features such as read/unread flags and favorites</li> +</ul> +</li> +<li> +<p>Derive application state from the database</p> +<ul> +<li>Basic indexing &amp; full-text search</li> +<li>high-performance local retrieval of contents from database</li> +<li>background sync to update feeds</li> +<li>User-centric design +<ul> +<li>workspaces</li> +<li>user-defined themes</li> +<li>font-size adjustment</li> +</ul> +</li> +</ul> +</li> +<li> +<p>UI redesign</p> +<p>Once the application is a feature-complete RSS reader, a concentrated redesign will be required for the addition of more advanced features. Hopefully by this stage I&rsquo;ll have enough comfort with the library that I&rsquo;ll have a grasp of what can be accomplished and how I can make the tool more visually appealing.</p> +</li> +</ol> +<p>I have a long-term vision for this project! I think there are a wide variety of features that can make using a RSS browser more effective than other forms of gathering information online. I hope to build a tool that fellow information junkies see as a critical tool in their toolbox, and motivate people to create informative, entertaining and engaging RSS feeds to browse. My hope is that if this project is successful, I can build more censorship resistant software to exemplify what the <a href="https://libresolutions.network">Libre Solutions Network</a> is all about.</p> +<p>I hope you’ll find subsequent updates interesting! A great deal of the near-future work involves stuff that isn’t easy to show off, but will pay performance dividends in the long run. At the same time I’ll be wondering how I should lay everything out, and how to make it be a pleasant visual experience. By the next time I write about this project I’m aiming to have a nearly feature-complete RSS reader, but that’s only the beginning of the excitement!</p> +<h2 id="where-is-the-code">Where is the code?</h2> +<p>It&rsquo;s not ready yet!</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Escape Velocity + https://gabe.rocks/health/escape-velocity/ + Sat, 24 Aug 2024 00:00:00 +0000 + + https://gabe.rocks/health/escape-velocity/ + First week with my new personal trainer + <h2 id="first-week-with-my-personal-trainer">First Week with my personal trainer</h2> +<p>I have great news. I believe I have found the best personal trainer (for me) in the city (at least). I am exchanging a significant sum I&rsquo;ve made contracting earlier this year to up my game big time. Up until I this point, I felt like I&rsquo;ve hit a frustrating plateau. Some things improve, some things get worse, I felt like I&rsquo;ve made good use of the summer, but I need to do a lot more to start actually making a dent on my size.</p> +<p>It&rsquo;s incredibly helpful to make use of somebody much more knowledgeable than me in well&hellip; almost everything when it comes to the body. Despite this being it&rsquo;s own incredible challenge, I&rsquo;m grateful for the opportunity to turbo-charge the progress I&rsquo;m trying to make. I&rsquo;d never had personal training before, I have to admit I was incredibly nervous. The prospect of throwing all my financial resources into investing in my ability to change my situation is&hellip; daunting.</p> +<p>This very much felt like a shot in the dark and I am thrilled it was dead on. He spent a lot of time asking questions between exercises. If nothing else, the opportunity to talk about my situation (judgement free) with somebody who knows what needs to be done was very relieving and helpful. I was weighed in a 574lbs. (260kg) Both sessions this week highlighted my lack of creativity when it comes to modified body-weight exercises. It seems that there is a great deal that can be done with a bit of knowledge to make real practical improvements within reach.</p> +<h2 id="feet-first">Feet first</h2> +<p>I&rsquo;ve underestimated how important feet are for&hellip;everything. It&rsquo;s all too easy to forget about them when almost everything you do is sitting. What I never quite appreciated until now, is that there&rsquo;s actually a lot going on in your feet that seriously impact all manner of activities. One of the exercises my trainer had me do was to do a modified stand on my toes (*very hard to do at my size!) and hold it for a short period of time. I believe him when he said that the muscles in your feet are vital to almost anything done standing up. I can certainly attest that when they were sore afterwards, it was pretty hard to do much of anything.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://commons.wikimedia.org/wiki/File:1124_Intrinsic_Muscles_of_the_Foot.jpg'> + +<img loading="lazy" +src='https://gabe.rocks/images/foot-muscles.webp' +> + +</a> + + +<p class="caption"> + OpenStax, CC BY 4.0, via Wikimedia Commons + +</p> + + +</div> +<p>I was introduced to other exercises, but on the first day it felt like the big challenge was just staying upright for the entire session. I wasn&rsquo;t used to standing that long and I&rsquo;m excited for the time where that no longer feels difficult. I was not expecting the first two sessions to change how various movements felt afterwards. It seems that some movements, such as going up stairs and getting up from sitting are just that little bit easier. I&rsquo;ve also done so much walking over the last week that that is flowing better too.</p> +<h2 id="feeling-optimistic">Feeling optimistic</h2> +<p>It&rsquo;s been a LONG time since I&rsquo;ve felt this optimistic about my trajectory. I can say that I haven&rsquo;t felt this clear-headed about trying to lose weight since I last was making serious progress by biking and cooking (keto) every day. I am still far too large to bike, but I&rsquo;m taking this as a very good sign. It fills me with hope and joy that so much of what I miss may be within reach in what can be a (relatively) short and (incredibly) challenging time.</p> +<hr> +<p>One of the things I want to highlight, is that I didn&rsquo;t get to this point overnight. It&rsquo;s only since December that I <a href="https://gabe.rocks/health/2023-resolutions/">began writing about this</a> mission, and before then I was dealing with challenges not directly related to this problem. In truth it&rsquo;s all related. People love to say &ldquo;everyone has the same 24 hours&rdquo; which is true, but everyone has different things taxing those 24 hours one way or another. I feel incredibly lucky that things have aligned in a way that I get a real chance to push forward.</p> +<h2 id="turning-the-ship">Turning the ship</h2> +<p>Throughout my <a href="https://gabe.rocks/health">journey</a> making progress on turning around my situation, I&rsquo;ve come across various metaphors I find helpful for conceptualizing challenges and strategies. &ldquo;Turning the ship&rdquo; is how I describe the process of trying to limit your backwards momentum and increase your forwards momentum. Some people can immediately turn 180 degrees, and I&rsquo;m happy for them, but I&rsquo;ve been writing for the benefit of those who don&rsquo;t find it that straight-forward.</p> +<blockquote> +<p>You have to make peace with the fact that most likely, you can&rsquo;t do everything in this moment to correct your situation, instead you need to focus yourself on building momentum. Your life is like a <a href="https://old.reddit.com/r/AskReddit/comments/1rgpdf/what_is_the_laziest_thing_youve_ever_done/cdnafqe/">massive aircraft carrier</a> in the water. The heavier you are the more time and effort required to turn around even slightly. Over time, your good changes open more doors for better changes. That&rsquo;s the true process, <a href="https://youtu.be/EEmuJbT16GI">healing your lows and growing your highs.</a> You&rsquo;ll feel a whole lot better when your ship isn&rsquo;t moving the wrong way and is instead moving in the right direction.</p> +<p><em>Previously in:</em> <a href="https://gabe.rocks/health/non-stop-eating/">Why can&rsquo;t I stop eating?</a></p></blockquote> +<p>Of course, turning the ship isn&rsquo;t the end of the journey. Picking up some good habits and dropping some bad ones will definitely help, but in severe situations it&rsquo;s often not enough to make enough progress to make transformative changes. When there is a great deal of long-term damage accumulated, it takes more energy to push through the forces weighing you down. As such, I want to share with you the concept of <em>escape velocity</em> which in the context of changing your own lifestyle.</p> +<h2 id="escape-velocity">Escape Velocity</h2> +<blockquote> +<p><strong>Escape Velocity:</strong> The <em>minimum velocity</em> required for an object to leave the gravity of a nearby planet / object.</p> +<p><a href="https://youtu.be/tgHsjvSWQe8">Learn more (YouTube)</a> <a href="https://en.wikipedia.org/wiki/Escape_velocity">[Wikipedia]</a></p></blockquote> +<p>Large objects (like planets) have a massive gravity field called a <em>gravity well</em>. The more mass accumulated in the object, the <em>harder</em> it will be for objects to escape it&rsquo;s orbit. Thus, as one accumulates bad habits and becomes dependent on self-destructive coping mechanisms, &ldquo;gravity&rdquo; builds up making it harder to escape the damaging lifestyle. As somebody who has struggled to make lifestyle changes I can say the greatest barrier was often not specific habits themselves, but rather <em>trust</em>.</p> +<p>When one has become accustomed to letting themselves (and others) down, you lose trust in yourself faster than you realize. This insidious self-doubt permeates every every thought, leading to a wide variety of self-sabotage and self-hatred over time. When one starts making progress, even small steps that are overcome by setbacks, it builds useful momentum forwards. I believe that for those who are struggling with getting anything done, the ideal strategy is to build momentum however you can.</p> +<p>I didn&rsquo;t start with tackling any of my problems. I was struck so low by particular events that I was paralyzed with shame, horror, and despair. I felt <em>entirely useless</em> and my first step to reversing it wasn&rsquo;t rebuilding my life in a single event. I chose to <a href="https://libresolutions.network/articles/1-emancipate-yourself-from-mental-slavery/">start writing.</a> At the start, one (short) article every two weeks felt like all my mind and effort could muster. Of course, I would try to take on changing a habit here and there every once in a while, but hardly anything stuck. It was only this year that I was able to incorporate regular exercise on top of accomplishing writing on top of struggling financially.</p> +<p>Now things are different, thanks to consistent effort over a long period of time, I have achieved my goal of <em>raising my level of productivity over time</em> and gotten to the point where not only can I share my situation, but get to the point of getting a trainer involved. This may sound like hubris, but as of now I am feeling great about the fact that I think I am very close to being at <em>escape velocity</em> for my health troubles.</p> +<h2 id="how-does-a-rocket-leave-orbit">How does a rocket leave orbit?</h2> +<p>Rockets require constant and increasing amounts of energy (fuel) to lift off, fight gravity, and leave orbit. I believe repairing damage from years of living an unhealthy lifestyle is quite similar. The goal is to build up energy from consistently becoming more productive at reversing what needs to be reversed. Most of this I believe is making incremental steps towards enhancing one&rsquo;s own agency to dispel learned helplessness. As one gradually becomes more competent, mobile, and mentally strong, then the work becomes less of a struggle.</p> +<p>This does not at all mean that the work is done. I&rsquo;ve really only begun my weight loss journey, but I believe I am now fully equipped to take it on. My mind is so much clearer and I have much fewer doubts these days. I have a path and I just need to put the effort and time in. No longer am I in constant dread of relapse. I know that as long as I continue, making better changes will only become easier and easier.</p> +<p>So to be clear, I believe I have achieved <em>escape velocity</em> on the grand arc of my mission to turn around my overall emotional and mental state but have really only begun lift-off on the weight loss. I eagerly await the moment that exercising itself feels fun and challenging, and making healthy meals for myself is second-nature. That&rsquo;s when I expect to have achieved escape velocity for weight loss, which is likely still a bit far off.</p> +<p>For me, the difference is that I have drastically resolved the problems weighing me down. I don&rsquo;t expect to be perfect moving forward, but I have a much firmer resolve and clear purpose that really brings it all together. I believe over time, this itself will yield more fruitful results. I hope that you are able to lift-off whatever troubles you&rsquo;re trying to solve, and that you also achieve <em>escape velocity</em> and reach your dreams amongst the stars.</p> +<hr> +<h2 id="extra-memes">Extra Memes</h2> +<p>These are made with my voice, but not my words. +I was pleased to see somebody else sharing their experiences turning around their own life situation. They made a series of posts which included a series of captioned images. I found these touching and inspiring, so I took the liberty of voicing them and adding music.</p> +<p>So thanks to <a href="https://funnyjunk.com/Dont+give+up/cxbTRpk/">xweetok on Funnyjunk</a> for coming up with these.</p> +<div class="gallery"> + +<a href='https://gabe.rocks/sharing/motivation/im-proud-of-you.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/im-proud-of-you.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/comfort-zone.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/comfort-zone.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/progress-isnt-linear.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/progress-isnt-linear.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/you-are-gonna-make-it.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/you-are-gonna-make-it.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/your-story.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/your-story.mp4'> +</video> + +</a> + + + +</div> +<hr> +<h2 id="more-motivational-memes">More Motivational Memes</h2> +<p>And of course, I wouldn&rsquo;t hit &ldquo;publish&rdquo; (actually <code>git push</code>) without sharing some other motivational memes I&rsquo;ve collected. I&rsquo;m hoping that in my next post there will be much to celebrate. As always, you can browse the <a href="https://gabe.rocks/sharing/motivation">full collection.</a></p> +<div class="gallery"> + +<a href='https://gabe.rocks/sharing/motivation/marathon-runner.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/marathon-runner.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/youre-loved.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/youre-loved.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/bouncing-IMPOSSIBLE.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/bouncing-IMPOSSIBLE.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/my-prayers-were-answered.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/my-prayers-were-answered.mp4'> +</video> + +</a> + + + +</div> +<div style="width:100%"> + <table style="font-size:14px;"> + <tr> + <th colspan="4"> + <h2 style="text-align: center;">📉 Weight Tracker</h2> + </th> + </tr> + <tr> + <td><strong>Starting Weight</strong></td> + <td><strong>Current Weight</strong></td> + <td><strong>Weight Lost</strong></td> + <td><strong>Goal Weight</strong></td> + </tr> + <tr> + <td>576</td> + <td>379.6</td> + <td>196.4</td> + <td>15% BF</td> + </tr> + <tr> + <td colspan="4"> + <h3 style="font-size:x-large;">2025 Goal: 200lbs in 2025 challenge</h3> + <div + style="border:3px solid var(--color-accent);align-items: flex-start;justify-content: flex-start;margin:5px;border-radius:15px;overflow: hidden;"> + <div style="width:49.7%;padding:10px;background-color:var(--color-accent);color:black;font-weight: bolder;font-size:larger;">49.7% + </div> + </div> + <p style="margin:5px;text-align: left;width:fit-content;font-size:large;">This year's goal is to lose <strong>200lbs</strong> in 2025!<br>Current progress: <strong>99.4lbs</strong> out of 200! + <br>A bit behind schedule! 😓</p> + </td> + </tr> + <tr> + <td colspan="4" style="text-align: center;">Last updated: 2025-07-06</td> + </tr> + </table> +</div> +<div> + +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + Why can't I stop eating? + https://gabe.rocks/health/non-stop-eating/ + Tue, 23 Jul 2024 00:00:00 +0000 + + https://gabe.rocks/health/non-stop-eating/ + Fighting to regain control + <p>This is less about compiling a list of excuses, but more about giving a sober look at what years of bad habits can build up to. My intention <a href="https://gabe.rocks/health/">writing about this</a> is to help others who may know obese people empathize with their troubles. Additionally, I hope that those who are obese to benefit from my retrospection, and can use it to help reverse their own situation.</p> +<p>You&rsquo;re obviously not supposed to stop eating entirely. &ldquo;Just stop eating!&rdquo; is mostly terrible advice for somebody who is already obese, and can often push others into over-correcting in the wrong direction. While there are &lsquo;starvation diets&rsquo; these are an <a href="https://www.diabetes.co.uk/blog/2018/02/story-angus-barbieri-went-382-days-without-eating/">extreme circumstance</a> not worth considering without serious medical supervision. The real question is <em>&ldquo;why can&rsquo;t I stop eating <strong>so much?</strong>&rdquo;</em> Or in some circumstances, <em>&ldquo;why can&rsquo;t I stop eating <strong>so badly?</strong>&rdquo;</em>.</p> +<p>I&rsquo;ll attempt to address those questions, but first let&rsquo;s define eating well. As somebody far beyond the &ldquo;starting line&rdquo; when it comes to eating habits, this is how I conceptualize a healthy relationship with food:</p> +<p><em>Ordered by relevance to weight loss</em></p> +<ul> +<li> +<p><strong>Not consuming more calories than required</strong></p> +<p>This is the very basic CICO (<em>calories-in / calories out</em>) mantra of weight management. Your total calorie <em>consumption</em> should be as low as possible, or otherwise offset by activity. The problem with relying on exercise to accommodate a bad diet is that you can easily erase weeks of effort with a single bad binge.</p> +</li> +<li> +<p><strong>Acquiring all required nutrients</strong></p> +<p>The so-called <a href="https://www.cnn.com/2010/HEALTH/11/08/twinkie.diet.professor/index.html">&rsquo;twinkie diet&rsquo;</a> may conceivably lose you some weight, but may contribute to deficiencies in important areas long-term. Eating should be about <em>nourishing the body</em> not punishing it. Nutrition is it&rsquo;s own rabbit hole and personally, I&rsquo;ve only scratched the surface on that.</p> +</li> +</ul> +<hr> +<p><em>Based on understanding the above two, I believe the optimal path is to try to optimize getting the most nutrients out of the calories you need.</em></p> +<p>In short: Make liver and broccoli your friends.</p> +<hr> +<ul> +<li> +<p><strong>Hydration</strong></p> +<p><em>&ldquo;Your problems are because you&rsquo;re not drinking enough water&rdquo;</em><br> +Sodas themselves are a significant contributor to weight gain for zero benefit to the body. Your body&rsquo;s functions require water to work, being hydrated can help a great deal.</p> +</li> +<li> +<p><strong>Eating (more/mostly) food prepared yourself</strong></p> +<p>Preparing your own meals gives you a better (but not complete) picture of what goes into making food. If one is going to spend the time to prepare meals, hopefully they conserve their energy to make quality meals, rather than junk.</p> +</li> +<li> +<p><strong>Having regular meals</strong></p> +<p>As far as I understand it, the body is fairly forgiving but it appreciates regularity. Many people swear by <a href="https://www.hopkinsmedicine.org/health/wellness-and-prevention/intermittent-fasting-what-is-it-and-how-does-it-work">intermittent fasting,</a> others will tell you you should eat a dozen small meals a day. I believe the full range of options are viable as long as you&rsquo;re not going for long periods of time without eating, then feasting for more than enough to make up the difference.</p> +</li> +</ul> +<p>I believe that anyone with the above under control is doing the best they can for their body. +Those are what I understand the ideal situation to be, if you&rsquo;ve got feedback, <a href="mailto:gabriel@libresolutions.network?subject=healthy%20eating%20tips">contact me!</a><br> +Back to my situation:</p> +<h1 id="why-cant-i-stop-eating">Why can&rsquo;t I stop eating?</h1> +<h3 id="the-long-arc">The long arc</h3> +<p>Over the course of my adult life, there were particular situations where I doubled-down on a variety of extremely bad habits. I used to work security, including overnight shifts which included a great deal of regular fast-food binges. I can blame my father for some of this, because the majority of the happy memories I had of him (<em>before they were tainted by particular revelations</em>) were of him taking my brothers and I to McDonalds, and/or getting lots of soda and bread while out for the day.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://commons.wikimedia.org/wiki/File:Compound_interest_chart.png'> + +<img loading="lazy" +src='https://gabe.rocks/images/compound-interest.png' +> + +</a> + + +<p class="caption"> + Juhis jwvaofbrnscwdof, CC BY-SA 4.0, via Wikimedia Commons + +</p> + + +</div> +<p>I mention this, because bad habits <em>compound</em> if you&rsquo;re familiar with the concept of <a href="https://www.investopedia.com/terms/c/compoundinterest.asp">compound interest</a> you can appreciate how even minor deviations over large periods of time can build up into massive problems. I personally made the mistake of not confronting these mistakes early, and I have to spend an immense level of effort reversing the damage created by them. Unlike financial interest, when it comes to health troubles there is no bankruptcy, only death.</p> +<p>I&rsquo;ve written before about how life circumstances have exacerbated my situation:</p> +<blockquote> +<p>I’ve attempted to lose weight before. I made great strides, I lost 80lbs a few years back, mostly through keto and cycling. Unfortunately, I gained that back as old pressures and old habits overcame me. Struggling with the guilt of regaining the weight, I sought out weight loss counselling. To my dismay, I was told they couldn’t help me when I started to explain my situation as I understood it. Then as I floundered and gained more weight I eventually started going to a gym with my twin brother to help me learn how to start, only to have it all shut down when the covid lockdowns started.</p> +<p>I truly cannot express the full extent of horror, rage, and sadness I have over how the entire covid crisis was handled and the effect it had on many people. This post isn’t about that, but I highlight it to bring to your attention that there are surely many other people who had it much worse than I did. I don’t think many have truly healed from what was done to them through isolation, fear, and medical malpractice.</p> +<p><a href="https://gabe.rocks/health/2023-resolutions/">2023 Resolutions</a></p></blockquote> +<p>While having the opportunity to work remotely starting early 2020 made me more comfortable, it mostly exacerbated my existing problems. I became much more inactive than I already was, and spent more time eating worse than I ever did. I&rsquo;m aware many took the opportunity to turn around their lives, and I&rsquo;m sincerely happy for those who did. I am sure however, I am not alone in being unable to embrace the opportunity at the time.</p> +<p>Part of this, is that for reasons I&rsquo;ll elaborate more on later in this post, I was completely unwilling to seriously examine how I could change these habits. They were so in-grained into my life that I felt that it was impossible to change them and I was powerless to even moderate the degree. I believe this is largely because as habits compound and you become set in your ways changing even minor things can feel like an insurmountable task.</p> +<p>In fact, it is only within the last few weeks that I&rsquo;ve even considered that I could meaningfully change my eating style. Despite spending a majority of my effort on improving my health, and considering my situation over the last few months, hope on this point very much escaped me. <strong>I want to share with you that no matter how far gone you are, <em>there is always a great deal that can be done</em> to turn things around.</strong></p> +<p>Now that you have a better understanding of where I&rsquo;m coming from, I&rsquo;m going to share the major factors I&rsquo;ve identified contributing to my situation as a severely obese man.</p> +<h2 id="compulsion">Compulsion</h2> +<p>For many people, eating is just one of many things they do during their life. In my case, my life has <em>revolved around eating.</em> Meaning that from the moment I wake up, to the moment I pass out to sleep, I am constantly thinking, planning, and negotiating about what I will eat next. In some ways, this was because throughout my career I felt enormous pressure and felt I needed to be constantly fueled to carry out what I could accomplish. I taught myself that my productivity was directly related to the level of C&amp;C (calories &amp; caffeine) I&rsquo;ve consumed recently.</p> +<p>More or less, eating and drinking sodas felt like a natural extension of existence like breathing. Living in a constant see-saw between panic about getting enough, the equilibrium of feeling satisfied, then the regret of overdoing it. A long period of time without eating felt like a time that needed to be filled with food or at least some soda.</p> +<p>While I&rsquo;ve been far from successful in putting it into practice, my best understanding at the moment is that overcoming compulsive eating requires confronting the causes directly. The causes can be boredom, stress, pain (emotional or physical) which are all chronic problems someone in my situation will inevitably experience. Those in that situation with me will understand how tightly intertwined compulsive eating is with <em>emotional eating</em>.</p> +<h2 id="emotional-eating">Emotional Eating</h2> +<p>If you&rsquo;re reading this, and struggle with constant compulsive emotional eating&hellip; <br> +I&rsquo;m going to try to save you a LOT of time by being blunt:</p> +<p>There are reasons you&rsquo;re doing this.<br> +<strong>They are not good reasons.</strong><br> +Confronting them is going to be very difficult.<br> +It&rsquo;s possible that information has been kept from you, that is hurting you in ways you don&rsquo;t yet understand.<br> +You&rsquo;re going to need help, don&rsquo;t cut people who care about you out.<br> +You&rsquo;re going to need LOTS of help, be as patient as you can be with those around you.<br> +You have to be incredibly patient with yourself.</p> +<p>If I&rsquo;ve struck a nerve, I have utmost sympathy for your situation. +For me, the hardest lesson was learning that this is something that can be changed. Whatever the source(s) of emotional pain you&rsquo;ve compulsively avoiding, I promise you that with time and effort there are ways to resolve them.</p> +<p>I&rsquo;ve had an excellent conversation with a great canadian hero, Patrick Phillips about this. who told me &ldquo;If you&rsquo;re soothing the pain, you should sooth the pain.&rdquo;. At the start, I counter-productively took this as a license to continue eating to my feelings. Now I have a more nuanced opinion on what that means. He put me on the path to taking on my negative feelings head on, and was a great help.</p> +<p>It may come as a surprise to some, but I&rsquo;ve only recently been aware of how much chronic emotional pain I&rsquo;ve been in. The side-effect of numbing yourself with self-destructive coping mechanisms for years is that you can completely forget why you have them. Eventually, all you remember is that you&rsquo;re stressed out all the time but can&rsquo;t really pinpoint things that aren&rsquo;t too obvious.</p> +<p>Taking the opportunity to emphasize this: <strong>chronic emotional pain does terrible things to a person.</strong> Counter-intuitively, even when suppressed, or otherwise not recognized.</p> +<p>I&rsquo;ve only made tiny beginning steps on tackling this issue. I certainly underestimated the difficulties involved. I&rsquo;ve mentioned before that I&rsquo;ve found <a href="https://gabe.rocks/health/2024-05-update/#reading-progress-">Peter Breggin&rsquo;s Book</a> very helpful for this.</p> +<blockquote> +<p>The main reason I need to tackle this is that I recognize the degree in which my overeating has been emotionally driven. Through a troubled childhood, a stroke a few years ago and a grave family tragedy, I had learned to merely push frustrations aside and suffer the effects later. Later has come and It’s become clear that many of my daily activities were aimed solely at avoiding how I’m feeling in the present moment. Peter’s book does a phenomenal job at explaining how constant frustration or sadness can build up into a wall of numbness. It is reassuring to learn that this is not permanent and can be reversed.</p></blockquote> +<h2 id="is-caffeine-the-culprit">Is Caffeine the culprit?</h2> +<p>The good news is that I can report to being a almost entirely <a href="https://gabe.rocks/thoughts/2024-03-updates/#personal-update">caffeine free since early March.</a> While it was absolutely a temporary and severe hit to my productivity, I can happily say I&rsquo;ve bounced back. Now I am more productive than ever, regularly publishing my bi-weekly show <a href="https://libresolutions.network/tags/cyber-fix">Cyber Fix.</a> Strangely enough, there are two things I&rsquo;ve noticed from quitting caffeine.</p> +<ol> +<li>Dreams are more detailed and vivid (unclear why)</li> +<li>I poop less often and I have a lot less diarrhea</li> +</ol> +<p>This is <strong>pure speculation</strong> on my part, but it has been observed that caffeine speeds up your digestive system&hellip;without also speeding up your digestion. I wonder if this is a contributor to the unending feeling of hunger that arises. It is often said that when one is hungry their body is signaling that they&rsquo;re missing some nutrient or another. It&rsquo;s possible that by not giving the body enough time to digest already sub-par food, one may be inadvertently starving themselves from what they need. At the same time they would still gain weight from the quickly digesting carbs while fats and proteins don&rsquo;t have time to digest.</p> +<p>Quitting caffeine hasn&rsquo;t entirely resolved my eating troubles, but it has definitely simplified the process of working on them. Take that with a grain of salt for what it&rsquo;s worth.</p> +<h2 id="addiction">Addiction</h2> +<p>When one eats fast food or other meals that require no preparation, it&rsquo;s almost impossible to avoid various addictions. Apparently <a href="https://youtu.be/rQmqVVmMB3k">vegetable oil itself can be addictive,</a> to say nothing about sugar. Many explain food addiction in a simple way: your brain interprets food as a reward, and numbing that reward center requires more and more to be satiated. I&rsquo;ve been told by those close to me that I have a classic addict&rsquo;s reaction to large amounts of greasy/sugary/fatty food. I&rsquo;m told that I &ldquo;become a different person&rdquo; and that I light up instantly the moment I realize I&rsquo;m going to have that hit.</p> +<p>This is inherently a difficult thing to tackle directly. While I&rsquo;ve been able to quit caffeine &lsquo;cold-turkey&rsquo;, there is no way I could do the same with food even if it was conceivably possible. This is where I imagine the best bet is to manage the addiction by pushing that effort into preparing food if one is mobile and capable enough. Personally, I still struggle to even comprehend that I don&rsquo;t need as much food as I want.</p> +<p>The only minor thing I&rsquo;ve noticed that helps is if one can afford it, switching from fast food to higher quality (but still easy) food such as fancy deli meats, cheeses, and pre-cut vegetables may be enough to help. I can say when I was not quite so large, I found it quite easy to stick with a rational amount of &ldquo;carbs&rdquo;, because keto focuses on that rather than calories. If you go that route I would merely suggest to still have enough veggies than just purely having meat and cheese.</p> +<p>I&rsquo;m considering simply pre-boiling (and unshelling <em>ugh!</em>) a fairly large amount of eggs and snack on those. This likely <a href="https://knowyourmeme.com/memes/you-have-to-eat-all-the-eggs">sounds unpleasant.</a> But that&rsquo;s somewhat the point. Only eating when the impulse becomes so hard to ignore with a discrete amount of food to try to manage it. My challenge is that while the idea sounds nice I still have yet to summon the energy, willpower, and patience to get it done. An option that does help me a bit is buying frozen berries. It&rsquo;s a bit messy but I really appreciate the texture of slightly-thawed berries. Strawberries are great, but not as strong a flavor as blackberries (hey lots of fibre!) but raspberries are a very intense feeling.</p> +<h2 id="helplessness">Helplessness</h2> +<p>Alright, so we&rsquo;ve fixed the knowledge problem.<br> +I&rsquo;ve explained eating problems as best as I understand, clearly that&rsquo;s it.<br> +I&rsquo;m the genius who&rsquo;s cracked the code that definitely isn&rsquo;t found anywhere and everywhere.<br> +We can all look forward to everyone being perfectly happy and healthy from now on right? &hellip;Right?</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/know-my-problem.webp' +> + + + +</div> +<p>I&rsquo;ve noticed a great deal of <em>learned helplessness</em> in my situation. I can only guess, but I believe this is the greatest contributor to people becoming bed-ridden for the rest of their lives. The more weight you gain the harder it becomes to accomplish even the simplest of tasks. For example, even now that I&rsquo;ve made big strides towards becoming more mobile: I still agonize over the resistance of simple things like standing, getting up from sitting or lying down, and walking.</p> +<p>While I won&rsquo;t deny to being quite lazy. A great deal of my efficiency is the embodiment of &ldquo;<em>If you want something done the easy way, find a lazy person to do it.&rdquo;</em> I believe this learned helplessness is what causes people to being trapped into a state of laziness.</p> +<p>You&rsquo;re not going to think to run around and take on all kinds of activities when simple tasks like going up stairs, walking, or carrying things feel almost entirely out of reach. It is horrifying to think about how things that once only <em>seemed out of reach</em> eventually fade into being <em>actually out of reach</em>.</p> +<h3 id="accustomed-to-comfort">Accustomed to comfort</h3> +<p>There&rsquo;s a quote I&rsquo;m going to paraphrase because I can&rsquo;t quite hunt it down.</p> +<blockquote> +<p><em>One must not become accustomed to comfort, because over time, the slightest discomforts become unbearable.</em></p></blockquote> +<p>This absolutely matches my experience. Change is uncomfortable, adapting is even more uncomfortable. +The hardest part about being severely obese is that by the time being overweight becomes it&rsquo;s own problem, you&rsquo;re already very used to avoiding discomfort. This makes the aches, pains, and despair from being so large and immobile a horrifically crushing experience.</p> +<h3 id="overcoming-the-learned-helplessness-from-the-consequences-of-obesity">Overcoming the learned helplessness from the consequences of obesity.</h3> +<p>In this situation, you have far more problems than merely weight, immobility, and bad eating. No guide, lecture, or intervention is going to single-handedly help you transform your life overnight. It will take time of constantly making little decisions to improve your situation, whatever that entails.</p> +<p>This is going to sound counter-intuitive, but my opinion is that you have to recognize your limits rationally. Too many push themselves hard by attempting to make <em>all the changes they should, rather than the things that they can.</em> A lot of this comes from a good place, a burst of inspiration inspires someone to take on all their problems at once. Because we are only human, many fall short of accomplishing this, and end up filled with sadness and regret.</p> +<p>If this situation sounds familiar, consider that you&rsquo;re not using the right resource. You have a complex problem and organizations have a role for the person who keeps track of how large problems are solved. They&rsquo;re called a <em>project manager</em>.</p> +<p><strong>You need a project manager.</strong> Turning around a decade or a lifetime of bad habits requires tracking a lot of problems within the larger whole. You can be your own project manager with <a href="https://www.openproject.org/">software</a>, just writing things down, or you can rely on someone else like a friend, family member, or health and/or fitness professional. It may even help to compartmentalize, maybe you rely on one person to help you with eating habits, and fitness with another, or you may only need somebody to understand your blind-spots.</p> +<p>Your job isn&rsquo;t to fix everything all at once. Counter-intuitively, instead of focusing on what you should do, do everything you can.</p> +<p>Can you bike? Do that!<br> +Can&rsquo;t bike, but can walk? Walk whenever you can!<br> +Can&rsquo;t walk, or can&rsquo;t walk without pain? Try getting to a pool!<br> +You can&rsquo;t do every day? Do whatever days you can.</p> +<p>You have to make peace with the fact that most likely, you can&rsquo;t do everything in this moment to correct your situation, instead you need to focus yourself on building momentum. Your life is like a <a href="https://old.reddit.com/r/AskReddit/comments/1rgpdf/what_is_the_laziest_thing_youve_ever_done/cdnafqe/">massive aircraft carrier</a> in the water. The heavier you are the more time and effort required to turn around even slightly. Over time, your good changes open more doors for better changes. That&rsquo;s the true process, <a href="https://youtu.be/EEmuJbT16GI">healing your lows and growing your highs.</a> You&rsquo;ll feel a whole lot better when your ship isn&rsquo;t moving the wrong way and is instead moving in the right direction.</p> +<h2 id="you-can-do-it-motivational-memes">You can do it! Motivational Memes</h2> +<p><a href="https://gabe.rocks/sharing/motivation">Browse the collection</a> feel free to send me more!</p> +<p><div class="gallery"> + +<a href='https://gabe.rocks/sharing/motivation/not-about-us.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/not-about-us.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/you-will-always-be-loved.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/you-will-always-be-loved.mp4'> +</video> + +</a> + + + +</div><div class="gallery"> + +<a href='https://gabe.rocks/sharing/motivation/right-relationship.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/right-relationship.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/rogers-forgive-yourself.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/rogers-forgive-yourself.mp4'> +</video> + +</a> + + + +</div></p> +<div style="width:100%"> + <table style="font-size:14px;"> + <tr> + <th colspan="4"> + <h2 style="text-align: center;">📉 Weight Tracker</h2> + </th> + </tr> + <tr> + <td><strong>Starting Weight</strong></td> + <td><strong>Current Weight</strong></td> + <td><strong>Weight Lost</strong></td> + <td><strong>Goal Weight</strong></td> + </tr> + <tr> + <td>576</td> + <td>379.6</td> + <td>196.4</td> + <td>15% BF</td> + </tr> + <tr> + <td colspan="4"> + <h3 style="font-size:x-large;">2025 Goal: 200lbs in 2025 challenge</h3> + <div + style="border:3px solid var(--color-accent);align-items: flex-start;justify-content: flex-start;margin:5px;border-radius:15px;overflow: hidden;"> + <div style="width:49.7%;padding:10px;background-color:var(--color-accent);color:black;font-weight: bolder;font-size:larger;">49.7% + </div> + </div> + <p style="margin:5px;text-align: left;width:fit-content;font-size:large;">This year's goal is to lose <strong>200lbs</strong> in 2025!<br>Current progress: <strong>99.4lbs</strong> out of 200! + <br>A bit behind schedule! 😓</p> + </td> + </tr> + <tr> + <td colspan="4" style="text-align: center;">Last updated: 2025-07-06</td> + </tr> + </table> +</div> +<div> + +</div> +<hr> +<p>A kind reader sent me these tips:</p> +<h2 id="veggie-tips">Veggie Tips</h2> +<blockquote> +<p>I also wanted to share a few meal tips that helped me. Most days I&rsquo;d only have enough energy for &ldquo;struggle meals&rdquo; with minimal groceries and prep work. But I&rsquo;d still aim for nutritious food. I think the key is finding something enjoyable with lots of vegetables:</p> +<ul> +<li><strong>salad:</strong> prewashed greens (or whole head lettuce, since it keeps longer), topped with olive oil, salt, and pepper. Occasionally topped with items like chicken, olives, or chickpeas, whatever makes me happy</li> +<li><strong>broccoli:</strong> steamed for a few minutes in the microwave. Baked is good too. But it sounds like you already like broccoli!</li> +<li><strong>brussel sprouts:</strong> tasty, but they require stovetop browning or air fryer baking. They also need to be chopped in half. I like getting them charred with oil and salt then topping with raw honey (even tho we should probably avoid sugar)</li> +<li><strong>edamame beans + rice + soy sauce:</strong> my grocery store sells pre-shelled edamame beans that can be microwaved in a few minutes. I like how edamame has protein. I add a special tasty soy sauce. Asian flavors are nice for a change</li> +<li><strong>potatoes:</strong> Baked potatoes are tasty and nutritious. Sweet potatoes are awesome too but they take longer. Bake with a timer, then salt and eat</li> +<li><strong>hard-boiled eggs trick:</strong> I use about 2/3 the typical water amount, bring it to a boil, place the eggs in the pot, cover, and set a timer for 11 mins. Apparently the hot steam is enough to cook the eggs, even if they aren&rsquo;t submerged in boiling water. And if you (gently) put them in boiling water instead of cold water, the shell will separate from the egg and make it easier to peel afterward. I learned that from a Kenji Lopez-Alt youtube video</li> +<li><strong>nut mixes:</strong> I think they&rsquo;re healthy and filling. I usually buy cashews, peanuts, almonds, dried cranberries, and dried blueberries, then mix it into snack containers</li> +<li><strong>bananas and apples:</strong> are always a good snack for me</li> +<li><strong>hummus:</strong> Or beans and lentils in general. Filling, tasty, nutritious</li> +<li><strong>when I don&rsquo;t have any energy to cook, or when I&rsquo;m out of groceries:</strong> I got healthy restaurant food delivered. I have restaurants like CAVA and Bolay, and those are tasty and filling and healthy. I justify the cost by telling myself I&rsquo;m &ldquo;investing in my health&rdquo;, because the alternative is just having a really hungry or unhealthy day</li> +</ul> +<p>Something about vegetables makes me feel full. Maybe it&rsquo;s all the chewing, lol. And it&rsquo;s a healthy full, without bloating or tiredness.</p></blockquote> +<p>Thank you for reading this through RSS 📡</p> + + + + Live by the sword... + https://gabe.rocks/thoughts/right-wing-cancel-culture/ + Wed, 17 Jul 2024 00:00:00 +0000 + + https://gabe.rocks/thoughts/right-wing-cancel-culture/ + Cancel culture never left, and people are doubling down on it. + <p>For those who aren&rsquo;t aware this is more-or-less a response to the rise of prominent accounts on X leading the charge on getting people fired from their jobs for statements about the attempted assassination of ex-president and presidential candidate Trump.</p> +<p>As of today, if you search &ldquo;libs of tiktok&rdquo; on X and browse the top posts you&rsquo;ll find many such examples, including a <a href="https://x.com/libsoftiktok/status/1813320436702400568">termination from home depot.</a> <a href="https://archive.is/B39G6">[archive link]</a> This demonstrates that not only is this popular, but it&rsquo;s widely promoted.</p> +<p>I posted <a href="https://mk.gabe.rocks/notes/9vtl6okorh">a note</a> on the Fediverse today, which summarizes my position against this kind of behavior. As somebody who <a href="https://gabe.rocks/thoughts/freedom-convoy/">was terminated for far less,</a> I&rsquo;ll admit it pains me to have to stick up for people who likely would do the same to me again.</p> +<blockquote> +<p>Forming mobs hunting people down to get them fired for legally protected speech is wrong. In my opinion, there should be stronger labor protections for speech across the board because of nonsense like this.</p> +<p>Despite the recent rise of people on the right going after people for wishing the assassination succeeded, the left absolutely has to own that they&rsquo;ve spent over a decade normalizing and defending this nonsense. It is no surprize at all, and was predicted from the very beginning that it would eventually lead to this.</p> +<p>My standard for culture war bullshit is that target selection matters. I&rsquo;m sorry, but I don&rsquo;t think somebody wishing the president died is actually that big a deal. I&rsquo;m pretty sure a majority of people are guilty of this for at least one head of state in their lives. If these were people advocating for criminal behavior (or behavior that should be criminal) I would feel differently, but it never has been.</p> +<p>The truth is, I also blame employers for this. It&rsquo;s all too easy to throw the employee under the bus to avoid a tiny bit of bad PR. I think if there was ever a purpose for &lsquo;sensitivity training&rsquo; it should be used for situations like this. I think it shows a lack of respect for your workers if you&rsquo;ll let them go over such a tiny thing without even attempting to address the root issue.</p> +<p>If people actually want free speech and meritocracy, we&rsquo;re going to need institutions that are actually more resilient to human failings, rather than pretending we can purge them in totality. Again, this is something I blame the left for a great deal because progressives were perfectly fine with shaping institutions to their values when it suited them. Now the shoe is on the other foot and ordinary people are yet again being torched to establish a new order of political correctness.</p> +<p>This is the bed that was made, I&rsquo;d like us to build a different one but for now this seems to be the one we&rsquo;re lying in for the time being.</p> +<p><a href="https://mk.gabe.rocks/notes/9vtl6okorh">[Link to Note]</a></p></blockquote> +<p>Despite my frustration with those engaging in this, you can see that I actually blame so-called &ldquo;progressives&rdquo; a great deal for this. They have a long history not only initiating this behavior, but also normalizing and excusing it. This is exactly what &ldquo;<em>freedom of speech isn&rsquo;t freedom from consequences</em>&rdquo; looks like at the start.</p> +<p>Some can argue this is a normal &lsquo;swinging of the pendulum&rsquo; but the truth is that our <em>actions have consequences</em> that do matter. Retaliation and revenge only makes it harder and harder to actually bring people to admit their faults and change for the better.</p> +<p>I pray that those pushing back against the rallying cries to mercilessly punish ordinary people help others choose to save such harsh tactics for truly important concerns, rather than petty nonsense.</p> +<h3 id="but-i-have-to-punish-my-enemies-or-things-will-just-get-worse">&ldquo;But I HAVE to punish my enemies or things will just get worse!&rdquo;</h3> +<p>It&rsquo;s funny how common this sentiment is despite it being demonstrably false in the moment.<br> +If that was true why wasn&rsquo;t left-wing cancel culture able to prevent this moment?</p> +<p>Things are getting worse because people don&rsquo;t have their heads in the game. That Libs of Tiktok post over a home depot employee got much more attention than many pressing (but complicated) issues. The moment you seriously try tackling a real problem you&rsquo;ll encounter defeatists who argue resolving it is impossible or just simply too hard to bother.</p> +<p>You <em>should</em> <a href="https://gabe.rocks/thoughts/dont-turn-on-the-flock/">pray for your enemies,</a> but also remember a random cashier in an entirely different region from you <em>isn&rsquo;t even your enemy</em>. They&rsquo;re essentially a figment of your imagination put there by those who want to profit of rage-bait and an endless cycle of disrespect. In my opinion, those people are your actual enemies, but the good news is that you can resolve it by simply no longer giving them your attention.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Static+, can it work? + https://gabe.rocks/tech/static-plus/ + Fri, 28 Jun 2024 00:00:00 +0000 + + https://gabe.rocks/tech/static-plus/ + Musing out loud + <p>I don&rsquo;t really want to &rsquo;let go&rsquo; of static sites because I think the benefits are too large to give up, at least as a single person. I love using static site generators. Being able to reuse code in an intelligent way is a huge win over doing all the css/html/js by hand. While it&rsquo;s nice to be <a href="https://stackoverflow.com/questions/6869210/which-is-faster-mysql-php-or-serving-straight-from-static-files">faster</a> than a dynamically generated site, there are times where more data is needed. There are downsides too, such as not having <em>dynamic</em> server-side features. This generally means no comments, or visitor interaction of any kind.</p> +<h2 id="static">Static+</h2> +<p><em>Less than a CMS, more than a static site</em>.</p> +<p>A reason a lot of &ldquo;web 2.0&rdquo; services got big, was that you could embed their fancier features into your hosted blogs. Within the context of self-hosted static sites, there are many reasons why you don&rsquo;t necessarily just want to constantly embed various big-tech websites for relatively basic features.</p> +<p>One of my hugo sites pulls content from a public API to query information about legislation. Every time I regenerate the site it loads the latest information and inserts it in to the page. I thought this was pretty elegant, but it got me thinking. Is it worth using a database to store information to be used by a SSG?</p> +<p>The problem with wanting to take this step is that eventually you realize you may as well be using a CMS. Somehow your static site needs to be able to read, present, and possibly update your database. This means that you&rsquo;ll need at least a minimal set of API calls that move information in and out of the database and a server that runs them. <em>Doesn&rsquo;t this defeat the purpose of avoiding a CMS entirely?</em></p> +<p>Thinking out loud, I think there is a happy middle-ground where it doesn&rsquo;t. If you&rsquo;re simply doing it to replace simple widgets/functionality that is already quite at home on many static sites like search or comments I&rsquo;d argue it&rsquo;s a decent half-step. It definitely goes too far when you have to torture (or re-write) your SSG to support new features instead of just building your own custom CMS.</p> +<h3 id="but-how">But How?</h3> +<p>I&rsquo;ve been fascinated by <a href="https://pocketbase.io/">PocketBase</a> which gives you all this (including static file support) out of the box. It seems to be a speedy drop-in tool for this kind of technique. It&rsquo;s built on top of sqlite and provides authentication built-in as well. I only wish it supported hardware-based authentication and then I would call it perfect. The more I think about how the web <em>should be</em> the less I believe that being able to reach millions of people should be the goal. Quality content isn&rsquo;t always relevant to everyone at the same time, a better web should be a patient and discerning one in my opinion.</p> +<hr> +<p>This is just an idea, if you have any thoughts feel free to <a href="https://gabe.rocks/resume/#want-to-get-in-touch">reach out to me</a></p> +<h2 id="updates">Updates</h2> +<p>Brandon has some <a href="https://brandonrozek.com/blog/re-static-plus/">interesting thoughts</a></p> +<p>But maybe we&rsquo;re overthinking this! Why not simply <a href="https://darthmall.net/weblog/2024/dynamic-websites-with-static-site-generators/">use PHP</a> in your theme files?</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Dipping into Aquafitness 🌊 + https://gabe.rocks/health/2024-05-update/ + Wed, 08 May 2024 00:00:00 +0000 + + https://gabe.rocks/health/2024-05-update/ + May update + <p>Thankfully I&rsquo;ve resumed swimming twice weekly. I have the ambition to increase this to three times weekly which is what I believe to be an important step to actually begin making measurable progress in losing weight. My primary goal for the winter and start of the new year was to maintain and enhance mobility. I believe I have achieved this, walking is still challenging but no longer insurmountable. I still have a long way to to when it comes to basic activities, but I&rsquo;m gaining the ability to do more things easier.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/floaties.webp' +> + + +<p class="caption"> + A home gym in the water. + +</p> + + +</div> +<p>One of the things that has made my regular swimming trips more productive is that I&rsquo;ve purchased these oversized foam dumbbells. They give me some of the benefits of doing free weights without worrying about balance or falling over. In between laps of the pool I will take a pause to do some basic exercises with them and I feel like they&rsquo;re making a positive difference. For anyone like me, who is very overweight and struggles with basic tasks, I&rsquo;d highly recommend getting a pair. They can really help make the best of the time you spend in the water, and help it feel satisfying to continue. Of course, you&rsquo;ll want to get some inspiration by looking up aquafitness exercises on YouTube or elsewhere.</p> +<p>Some things are getting easier, but I must remind the reader that I am <a href="https://gabe.rocks/health/2023-resolutions/">very obese.</a> It is not easy being this big and it is quite hard to reverse. I am very lucky that I have a supportive family that is working to help me improve, but even in that situation there are many challenges. I&rsquo;m very weary of the false dichotomy many are put in these days. If you love fat people you must enable them, or that if you&rsquo;re not enabling them you must hate them. As someone who has dealt with a lot of self-hated over my weight I can personally attest that enabling comes from a place of pity rather than mercy. Mercy is accepting the situation as it is, and responding with kindness rather than anger. I can imagine very few things said about fat people online are as hurtful as the things they tell themselves.</p> +<p>As somebody who has been as stubborn and arrogant as anyone else, I would like to remind you that no amount of self-hatred is helpful. I believe this is because for some, a small amount can move them to action for a short period of time, resolving serious obesity requires more action over a longer period than can be sustained with such negativity. I believe the reason why so many fail to regain a normal weight is that the mental methods often employed to maintain a normal weight ultimately fail and backfire causing more suffering in the long run.</p> +<p>My opinion at this time is that actually reversing the damage done in getting this large requires reordering your habits, daily activities, and ultimately your mind. This is an immense undertaking, especially when taken on alone.</p> +<hr> +<h2 id="motivational-memes-">Motivational Memes 🌄</h2> +<p>You can see the collection <a href="https://gabe.rocks/sharing/motivation">here</a> but I&rsquo;ve added two more videos that I&rsquo;ve found encouraging and motivating.</p> +<p><div class="gallery"> + +<a href='https://gabe.rocks/sharing/motivation/be-kind-to-yourself.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/be-kind-to-yourself.mp4'> +</video> + +</a> + + + + +<a href='https://gabe.rocks/sharing/motivation/live-for-them.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//sharing/motivation/live-for-them.mp4'> +</video> + +</a> + + + +</div></p> +<hr> +<h2 id="reading-progress-">Reading Progress 📕</h2> +<p>I&rsquo;ve completed <a href="https://breggin.com/">Peter Breggin</a>&rsquo;s Book: <a href="https://www.goodreads.com/en/book/show/21487729"><em>Guilt, Shame, and Anxiety: Understanding and Overcoming Negative Emotions</em>.</a> It took me much longer than I had hoped, but here we are. I&rsquo;ve learned a lot reading through it, first and foremost that it is possible to overcome even all-pervasive self-hatred and dread. I would recommend this book to anyone who has become numb from built-up frustration, or someone who just wants to learn to live without as much self-defeatism.</p> +<p>I believe I got a great deal out of reading the book over a long period of time, as it helped me reflect on and digest the lessons of the various chapters. Due to the course of my life, some chapters were particularly hard to read through, making progress very slow. A major point raised is that many of your <em>negative legacy emotions</em> such as omnipresent guilt, shame or anxiety are triggered by things outside the present. Regardless if the events were inside or outside of your control at the time, ultimately Dr Breggin argues it&rsquo;s important to let go of those feelings and focus on living rationally and lovingly in the present.</p> +<p>As somebody who struggles with <em>living in the moment</em> for reasons brought up in this book, it&rsquo;s helpful to have a frame of mind for how to begin to do so. Dr Breggin defines love as <em>joyful awareness</em> and that you can and should take the time to appreciate simple things in your life. If done right, you can practice applying this to those around you to live a more loving and present life. I&rsquo;m still very far from putting this into practice perfectly, but I can say it&rsquo;s been a helpful frame of mind for escaping the maze of my own doubts and fears.</p> +<p>The main reason I need to tackle this is that I recognize the degree in which my overeating has been emotionally driven. Through a troubled childhood, a stroke a few years ago and a grave family tragedy, I had learned to merely push frustrations aside and suffer the effects later. Later has come and It&rsquo;s become clear that many of my daily activities were aimed solely at avoiding how I&rsquo;m feeling in the present moment. Peter&rsquo;s book does a phenomenal job at explaining how constant frustration or sadness can build up into a wall of numbness. It is reassuring to learn that this is not permanent and can be reversed.</p> +<p>In the book, Dr Breggin compares ordering your mind to tending to a garden. Instead of avoiding negative emotions, or distracting yourself from them, you&rsquo;re supposed to identify them at the root, and refute them. By tending your mental garden you can then order your life to be more focused on loving others and loving life.</p> +<p>I chose to read this book because I have a high appreciation for how Peter and his wife, Ginger explain in <a href="https://www.goodreads.com/book/show/59120042-covid-19-and-the-global-predators"><em>COVID-19 and the Global Predators: We are the Prey</em></a> how the measures taken during the Covid Crisis were an assault on the public. Due to my mistrust with the Canadian medical system as a whole, I decided to reach out for independent help to help understand my issues. I originally reached out to Patrick Phillips who does provide <a href="https://www.patrickphillipscounselling.com/">councelling</a>. His approach didn&rsquo;t work for me, but I appreciated his help. After this, I came across a series of videos by Dr Breggin <a href="https://breggin.com/article-detail/post_detail/simple-truths">Simple Truths about Psychiatry</a> where I was reminded of his own distrust for the medical establishment and it recommended his book on overcoming negative emotions.</p> +<h3 id="more-peter-breggin">More Peter Breggin</h3> +<ul> +<li>Peter Breggin&rsquo;s <a href="https://breggin.com/">Website</a> and <a href="https://gingerbreggin.substack.com/">Substack</a></li> +<li><a href="https://home.solari.com/special-solari-report-transparency-legal-accountability-with-peter-breggin-md/">Special Solari Report: Transparency &amp; Legal Accountability with Peter Breggin, MD</a></li> +<li><a href="https://rumble.com/v18kgvh-a-predatory-plan-to-centralise-power-peter-r.-breggin-md.html">A Predatory Plan to Centralize Power Peter R Breggin MD.</a></li> +<li><a href="https://home.solari.com/protect-your-child-from-mental-health-weaponization-with-dr-peter-breggin/">Protect Your Child from Mental Health Weaponization with Dr. Peter Breggin</a></li> +</ul> +<hr> +<p>With my self-help book of the year taken care of, my next book to read is <a href="https://www.goodreads.com/en/book/show/75671183">Cybersecurity First Principles: A Reboot of Strategy and Tactics</a> as I aim to regain my focus onto the technological space when it comes to reading. Reading itself may not seem like a personal health activity, but I believe it has many benefits in helping with weight loss. For example, if one is constantly overstimulated with digital distractions, taking the time to read carefully helps bring you to a calmer state. By reading you can disconnect yourself from the dopamine overdose of constantly hunting information and novelty and give your mind a proper pace to learn. I can&rsquo;t prove it, but I&rsquo;m convinced that racing your mind constantly itself correlates with either weight gain, or substance abuse. Your mind is precious, treat it with care.</p> +<div style="width:100%"> + <table style="font-size:14px;"> + <tr> + <th colspan="4"> + <h2 style="text-align: center;">📉 Weight Tracker</h2> + </th> + </tr> + <tr> + <td><strong>Starting Weight</strong></td> + <td><strong>Current Weight</strong></td> + <td><strong>Weight Lost</strong></td> + <td><strong>Goal Weight</strong></td> + </tr> + <tr> + <td>576</td> + <td>379.6</td> + <td>196.4</td> + <td>15% BF</td> + </tr> + <tr> + <td colspan="4"> + <h3 style="font-size:x-large;">2025 Goal: 200lbs in 2025 challenge</h3> + <div + style="border:3px solid var(--color-accent);align-items: flex-start;justify-content: flex-start;margin:5px;border-radius:15px;overflow: hidden;"> + <div style="width:49.7%;padding:10px;background-color:var(--color-accent);color:black;font-weight: bolder;font-size:larger;">49.7% + </div> + </div> + <p style="margin:5px;text-align: left;width:fit-content;font-size:large;">This year's goal is to lose <strong>200lbs</strong> in 2025!<br>Current progress: <strong>99.4lbs</strong> out of 200! + <br>A bit behind schedule! 😓</p> + </td> + </tr> + <tr> + <td colspan="4" style="text-align: center;">Last updated: 2025-07-06</td> + </tr> + </table> +</div> +<div> + +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + We Don't Love RSS Enough + https://gabe.rocks/tech/rss-love/ + Tue, 30 Apr 2024 00:00:00 +0000 + + https://gabe.rocks/tech/rss-love/ + https://gabe.rocks//images/naked-rss.webp?d=1714435200 + + + Probably. + <p>If you&rsquo;re reading this, you probably do, but someone you send this to might not. There are many compelling reasons to use <a href="https://rss.softwaregarden.com/aboutrss.html">RSS</a> which is a permission-less open protocol for sharing multimedia. RSS is a phenomenally powerful extension of the basic web that can enable a much more democratized and honest media landscape. Adoption been on an incredible upswing since more people have decided to run their own independent web sites. The <a href="https://boffosocko.com/tag/what-is-the-indieweb/">indieweb</a> is a treasure-trove of people taking the time to save the web by contributing to it.</p> +<p>It might shock you to realize that: not only is that RSS is an old solution to many of our current-day problems, many advocates for it have been unknowingly sabotaging it! If you&rsquo;re already sold on RSS and want to learn what anyone can do to resolve this you can <a href="#if-its-so-great-why-hasnt-it-been-adopted-more">skip ahead to that section.</a></p> +<h3 id="why-rss-is-better-than-social-media">Why RSS is better than social media</h3> +<blockquote> +<ul> +<li>You&rsquo;re not dependent on a social media platform.</li> +<li>The content you receive is not dictated by an algorithm.</li> +<li>No invasive data collection.</li> +<li>No obnoxious advertisements.</li> +<li>You get to choose your sources and what you want to give your attention to.</li> +<li>Better information diet - less noise, less nonsense, less garbage.</li> +</ul> +<p><a href="https://chuck.is/why-rss/">Chuck Carroll</a></p></blockquote> +<p>While I agree with these basic points, I can imagine situations where there could be exceptions. Your RSS experience is entirely related to how much effort one puts in to discovering, curating, and ultimately engaging with the medium.</p> +<h3 id="rss-is-powerful">RSS is Powerful</h3> +<p>If they&rsquo;re familiar with it at all, many people associate RSS with news. Due to the ability to link any content, or even embed audio/video, the possibilities are much grander. People may be familiar with podcasts, but it is all too easy to forget they&rsquo;re <a href="https://podnews.net/article/first-podcast-feed-history">simply RSS feeds</a> with a media attachment, that can be either audio or video. In addition to this, it&rsquo;s very fast, since a feed is usually just a simple text file, there&rsquo;s very little processing needed to share and distribute.</p> +<p>What makes RSS so incredibly useful is that it&rsquo;s <em>machine-readable</em>, this means that not only can programs interact with it, but it&rsquo;s relatively simple to build new software to build on top of it. The possibilities are endless. For example, suppose you never really cared about browsing the web for feeds, and sorting through posts. Running your own software providing a web crawler, index, and suggestion algorithm based off your own preferences is very achievable.</p> +<h3 id="rss-is-actually-decentralized">RSS is <em>actually decentralized</em></h3> +<p>Fake decentralization is becoming it&rsquo;s own niche industry. Too many would rather build a giant bloated mess of a one-size-fits all solution, instead of something <a href="https://small-tech.org/">small</a> and flexible. With a focus on being a simple standard format, RSS is a lot more accessible than almost anything else on the internet. RSS is easier to learn than HTML, once you&rsquo;ve familiarized yourself with a basic <a href="https://en.wikipedia.org/wiki/RSS#Example">example,</a> you&rsquo;re ready to start sharing your own content. Being perfectly decentralized, there&rsquo;s no token to use, or central server to check in with.</p> +<p>RSS works in every situation where you have an http connection. This could be over the web, darknets like Tor or I2P, or even through the airwaves with a packet radio. It&rsquo;s simplicity allows for much more flexibility and there are no limitations or assumptions. You can even use RSS feeds entirely offline as a way to organize playlists of various forms of media. Once you&rsquo;ve done that, you still have the option of eventually serving the feed to others in a wide variety of ways. Archiving RSS is absolutely trivial. If the feed is of blog posts and articles, you can simply save the rss file itself. Even the multimedia can be downloaded for offline use, and distributed over other mediums.</p> +<h2 id="if-its-so-great-why-hasnt-it-been-adopted-more">If it&rsquo;s so great, why hasn&rsquo;t it been adopted more?</h2> +<p>When people open a link, they expect it to <em>do something</em>. This creates a small problem when someone who has never used RSS encounters it. They&rsquo;re greeted with either:</p> +<ul> +<li>A) an incomprehensible mess of text</li> +<li>B) A file download with no clear purpose</li> +</ul> +<p>This is not what people have been trained to expect when they open a link. On desktops or mobiles, the expectation is that if the link isn&rsquo;t a web page, a program opens the file or media directly, sometimes opening a specific app. This leads people to confusion, disappointment, and frustration. A large majority of people at this point will simply move on with their day, only to discover much later what they&rsquo;ve been missing out on.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://libresolutions.network/rss'> + +<img loading="lazy" +src='https://gabe.rocks/images/naked-rss.webp' +> + +</a> + + +<p class="caption"> + Libre Solutions Network RSS Feed + +</p> + + +</div> +<h2 id="taking-adoption-to-the-next-level">Taking adoption to the next level</h2> +<p>Unfortunately, this means that many of us have been unknowingly <strong>serving RSS all wrong.</strong> Basic text or html is <a href="https://motherfuckingwebsite.com/">perfectly presentable</a> without any styling at all. This unfortunately doesn&rsquo;t apply to RSS feeds. I had assumed, like many others presumably, that this was just what we were stuck with. While doing my regular round of bookmarking new sites and subscribing to their feeds, I discovered that there was a solution all along!</p> +<h3 id="styling-your-rss-feed">Styling your RSS feed</h3> +<p>Remember that RSS is actually XML, which is the eXtensible Markup Language. Meaning that it&rsquo;s a data format that&rsquo;s designed to be extended for particular uses. RSS feeds are just one of many. A website is HTML, which is the <em>HyperText Markup Language</em> for sharing hypertext. (Text that links to other text) What I recently learned thanks to Sacha Chua, is that XML, including RSS feeds can be styled <a href="https://sachachua.com/blog/2024/01/xml-stylesheet-for-my-feed/">just like a web page.</a></p> +<p>This sounds simple and inconsequential but I assure you this is incredibly profound. With a relatively small amount of effort we can truly make RSS feeds feel part of the web. This solves a major user experience problem for those without RSS, and has no impact on those who do use it already. As an example, I&rsquo;ve updated my personal <a href="https://gabe.rocks/rss">blog&rsquo;s feed</a>. You&rsquo;ll notice that link works in your browser, and you&rsquo;re greeted with a simple page explaining how you can get started with RSS and links to learn more. With more time, there&rsquo;s aot that could be done to make this very accessible for those who aren&rsquo;t tech savvy at all. If you serve an RSS feed that you share regularly or link to, please seriously consider making <a href="https://darekkay.com/blog/rss-styling/">your own style.</a></p> +<h3 id="playlists">Playlists</h3> +<p>Believe it or not, you don&rsquo;t have to be a content creator yourself to make a useful RSS feed. Instead of maintaining a large multimedia project, you could simply run a simple feed that includes some of the most important or insightful news and media. This is something very within reach for somebody to learn by hand, and it would have the advantage of being an un-censorable index of information, or even just entertainment.</p> +<p>Speaking of entertainment, RSS feeds can be an excellent way to share curated media. A notable podcast, <a href="https://podcasts.apple.com/us/podcast/the-bible-in-a-year-with-fr-mike-schmitz/id15395683210"><em>The Bible in a Year</em></a> is an excellent example of how long-form content can be set up to be taken in over longer periods of time. With your own private feed setup, it would be a very efficient way to queue up particular syllabuses of information to digest whenever you have moments to give it time. This works very well because many podcast apps save your place so you can always continue where you left off. Even for purely informational purposes, it can be useful to have a specific feed for a <a href="https://corbettreport.com/solutionswatch-nichecasting/">specific niche.</a> It could be about an event in history, updates about a precise topic, or even a focused lecture series.</p> +<p>In a world where the free and open web is more embraced, TikTok would be unable to compete with personally curated collections of wholesome, informative, or otherwise nurturing media without the risks of censorship, surveillance, or addiction. This could open up a world of new possibilities for those who wish to create authentic art without being manipulated by their reach being controlled.</p> +<h3 id="aggregation">Aggregation</h3> +<p>Due to being machine-readable, RSS feeds are able to be easily and even automatically aggregated into new feeds. This allows for a group of people who contribute less often to provide a steady stream of media together. One of my personal favorite aggregated feeds is <a href="https://planet.kde.org/">Planet KDE</a>, which aggregates posts for the wider KDE community. (KDE is the linux desktop environment I run, and enjoy a great deal) There are other &ldquo;planets&rdquo; for other communities within the linux space such as <a href="https://planet.gnome.org/">GNOME</a>, <a href="https://planet.gnu.org/">GNU</a> and <a href="https://planet.debian.org/">Debian.</a> It would be wonderful if people were inspired to create new planets (aggregated feeds) for non-technical communities.</p> +<h3 id="sharing-subscriptions">Sharing Subscriptions</h3> +<p>Many feed readers support exporting your subscriptions to an OPML file. This is a list of feeds that can be easily imported into similar software, or shared with others. The best way to help democratize information and media would be to share your own hand-picked feeds with a friend or loved one. This can be done without the Internet, and would be effectively impossible to censor. Community groups working together could share their own aggregated feed with their members, providing a resilient fast notification system that can be used for a variety of situations.</p> +<h3 id="extending-it">Extending it</h3> +<p>Static websites and RSS feeds have a major game-changing advantage for information resilience: they&rsquo;re just data. This data can be extended for a variety of purposes. The <a href="https://podcasting2.org/">podcasting 2.0</a> initiative is all about adding more functionality for podcast apps without sacrificing decentralization. All it takes is a widely accepted <em>namespace</em>, which is a fancy word for standard. Podcasting 2.0 adds new features like chapters, funding links, and transcripts that can be used by new or recently updated podcast applications.</p> +<h3 id="build-software-for-rss">Build Software for RSS</h3> +<p>As I&rsquo;ve alluded to before, there are many applications waiting to be written to leverage the benefits of RSS feeds even further. Lowering the barrier to participation can help adoption significantly, and new software can allow us to leverage the best of our modern systems with the full benefits of the old web.</p> +<ol> +<li> +<p><strong>Accessible tooling</strong></p> +<p>Static site generators are awesome, but it would be great to have an accessible <em>feed generator</em> that allows for non-technical people to create feeds with an intuitive application. The feed generator could have plug-ins to automatically integrate with a variety of web-hosts to make going online significantly easier.</p> +</li> +<li> +<p><strong>New media</strong></p> +<p>There&rsquo;s opportunity to leverage completely different multimedia beyond just news and podcasts. RSS feeds support anything you can link to, so other opportunities like announcements, surveys, or even VR experiences are all possibilities. There is a great deal of software that quietly supports them, that can be used in interesting ways. For example, PeerTube supports RSS feeds for channels. This means that even without using the Fediverse, or even PeerTube itself, you can use a podcast app to have your own independent media experience. <a href="https://antennapod.org/">Antennapod</a> is excellent for this.</p> +</li> +<li> +<p><strong>Enhancing the ecosystem</strong></p> +<p>Some very low-hanging fruit would be updating existing RSS feeds to have a helpful style where they don&rsquo;t at the moment. By enhancing discovery, indexing, ranking and aggregation features, there is a phenomenal amount of opportunity left yet untapped.</p> +</li> +</ol> +<h3 id="further-reading">Further Reading:</h3> +<ul> +<li><a href="https://www.system-overload.org/apps/rss-reader.html">The best RSS Reader Apps</a></li> +<li><a href="https://www.rssboard.org/rss-specification">RSS 2.0 Specification</a></li> +<li><a href="https://podcastindex.org/apps?appTypes=open+source">Podcast apps</a></li> +<li><a href="https://gabe.rocks/tech/reclaiming-cyberspace/">Reclaiming Territory in Cyberspace</a></li> +<li>Save yourself time with a <a href="https://libresolutions.network/articles/best-website-for-you/">static website generator</a></li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + HTML Redirects & CSS grids. + https://gabe.rocks/tech/css-grids-and-redirects/ + Tue, 16 Apr 2024 00:00:00 +0000 + + https://gabe.rocks/tech/css-grids-and-redirects/ + Cool tricks for static sites. + <h2 id="css-grids">CSS Grids</h2> +<p>I intended to do a more ambitious overhaul of my site, but I decided against it when I realized I could accomplish what I wanted much simpler. Instead of using a flexbox layout like before, I learned that I could use a <a href="https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Grids">CSS grid layout.</a></p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/css-grid-layout.webm'> +</video> + + + +<p>CSS grids have some interesting properties, the most useful one is that you can rearrange parts of the site in to specific locations. This is useful for making this site play nicely with mobile/portrait layouts.</p> +<h3 id="heres-the-layout-code-for-the-site-as-it-is-now">Here&rsquo;s the layout code for the site as it is now.</h3> +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-css" data-lang="css"><span style="display:flex;"><span><span style="color:#f92672">main</span> { +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">display</span>:<span style="color:#66d9ef">grid</span>; +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">grid-template-areas</span>: +</span></span><span style="display:flex;"><span> <span style="color:#e6db74">&#34;header header header&#34;</span> +</span></span><span style="display:flex;"><span> <span style="color:#e6db74">&#34;side1 content side2&#34;</span> +</span></span><span style="display:flex;"><span> <span style="color:#e6db74">&#34;footer footer footer&#34;</span>; +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">grid-template-columns</span>: <span style="color:#ae81ff">1</span>fr <span style="color:#ae81ff">3</span>fr <span style="color:#ae81ff">1</span>fr; +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">grid-template-rows</span>: <span style="color:#ae81ff">20</span><span style="color:#66d9ef">%</span> <span style="color:#ae81ff">60</span><span style="color:#66d9ef">%</span> <span style="color:#ae81ff">20</span><span style="color:#66d9ef">%</span>; +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">max-width</span>:<span style="color:#ae81ff">100</span><span style="color:#66d9ef">vw</span>; +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">justify-items</span>: <span style="color:#66d9ef">center</span>; +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">gap</span>:<span style="color:#ae81ff">20</span><span style="color:#66d9ef">px</span>; +</span></span><span style="display:flex;"><span>} +</span></span><span style="display:flex;"><span><span style="color:#f92672">header</span>{ +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">grid-area</span>: header; +</span></span><span style="display:flex;"><span>} +</span></span><span style="display:flex;"><span>#content { +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">grid-area</span>: <span style="color:#66d9ef">content</span>; +</span></span><span style="display:flex;"><span>} +</span></span><span style="display:flex;"><span>#side1{<span style="color:#66d9ef">grid-area</span>: side1;} +</span></span><span style="display:flex;"><span>#side2{<span style="color:#66d9ef">grid-area</span>: side2;} +</span></span><span style="display:flex;"><span><span style="color:#f92672">footer</span>{<span style="color:#66d9ef">grid-area</span>: footer;} +</span></span></code></pre></div><p>Pretty simple, I have the homepage content in the center and two sidebars on the side. In hugo, the sidebars are each their own partials that can be modified on their own. The magic comes in when I add a portrait layout media query:</p> +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-css" data-lang="css"><span style="display:flex;"><span>@<span style="color:#66d9ef">media</span> <span style="color:#f92672">screen</span> <span style="color:#f92672">and</span> <span style="color:#f92672">(</span><span style="color:#f92672">orientation</span>:<span style="color:#a6e22e">portrait</span><span style="color:#f92672">)</span> { +</span></span><span style="display:flex;"><span> <span style="color:#f92672">main</span> { +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">display</span>:<span style="color:#66d9ef">grid</span>; +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">grid-template-areas</span>: +</span></span><span style="display:flex;"><span> <span style="color:#e6db74">&#34;header&#34;</span> +</span></span><span style="display:flex;"><span> <span style="color:#e6db74">&#34;content&#34;</span> +</span></span><span style="display:flex;"><span> <span style="color:#e6db74">&#34;side1&#34;</span> +</span></span><span style="display:flex;"><span> <span style="color:#e6db74">&#34;side2&#34;</span> +</span></span><span style="display:flex;"><span> <span style="color:#e6db74">&#34;footer&#34;</span>; +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">grid-template-columns</span>: <span style="color:#ae81ff">1</span>fr; +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">grid-template-rows</span>: <span style="color:#66d9ef">auto</span>; +</span></span><span style="display:flex;"><span> } +</span></span><span style="display:flex;"><span> <span style="color:#f92672">header</span>{ +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">grid-area</span>: header; +</span></span><span style="display:flex;"><span> } +</span></span><span style="display:flex;"><span> #content { +</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">grid-area</span>: <span style="color:#66d9ef">content</span>; +</span></span><span style="display:flex;"><span> } +</span></span><span style="display:flex;"><span> #side1{<span style="color:#66d9ef">grid-area</span>: side1;} +</span></span><span style="display:flex;"><span> #side2{<span style="color:#66d9ef">grid-area</span>: side2;} +</span></span><span style="display:flex;"><span> <span style="color:#f92672">footer</span>{<span style="color:#66d9ef">grid-area</span>: footer;} +</span></span><span style="display:flex;"><span>} +</span></span></code></pre></div><p>And voila! All the content is arranged into a single column but in a <em>different order</em> than they are declared in html. This is useful because it allows me to move the sidebars to after the main content when in portrait mode. I can imagine there are much more sophisticated layouts but it will take time to really design something interesting.</p> +<h2 id="using-your-own-static-site-as-a-link-shortener">Using your own static site as a link shortener.</h2> +<p>If your site has a short domain (or shorter than your other domains) you can use a simple trick to redirect browsers</p> +<p>I noticed on this <a href="https://peertube.libresolutions.network/w/gXn7hfGvWNKCqySW2SQPa4">Peertube Channel</a> he has a variety of redirects pointed at various links with easy to remember links. You can replicate this without touching your webserver config while using <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Redirections#html_redirections">an html redirect.</a></p> +<h3 id="step-1-create-a-folder-for-your-location">Step 1 Create a folder for your location</h3> +<p>For example, instead of just linking <code>https://mk.gabe.rocks/@gabriel</code> (my fediverse profiel) I can instead create a link at <a href="https://gabe.rocks/fedi">gabe.rocks/fedi</a>. +Since I&rsquo;m using hugo I&rsquo;ll create the <code>fedi</code> folder in the static directory, but if you&rsquo;re managing your site directly you can just create the folder at the root.</p> +<h3 id="step-2-create-your-index-file">Step 2 Create your index file</h3> +<p>You&rsquo;ll need an <code>index.html</code> file so that the pretty link works nicely. Here&rsquo;s an example.</p> +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-html" data-lang="html"><span style="display:flex;"><span>&lt;<span style="color:#f92672">html</span>&gt; +</span></span><span style="display:flex;"><span>&lt;<span style="color:#f92672">head</span>&gt; +</span></span><span style="display:flex;"><span>&lt;<span style="color:#f92672">meta</span> <span style="color:#a6e22e">http-equiv</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;refresh&#34;</span> <span style="color:#a6e22e">content</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;0; url=YOUR_URL_HERE&#34;</span> /&gt; +</span></span><span style="display:flex;"><span>&lt;/<span style="color:#f92672">head</span>&gt; +</span></span><span style="display:flex;"><span>&lt;<span style="color:#f92672">body</span>&gt;Attempting to redirect, if this fails &lt;<span style="color:#f92672">a</span> <span style="color:#a6e22e">href</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;YOUR_URL_HERE_AGAIN&#34;</span>&gt;click here&lt;/<span style="color:#f92672">a</span>&gt;. +</span></span><span style="display:flex;"><span>&lt;/<span style="color:#f92672">body</span>&gt; +</span></span><span style="display:flex;"><span>&lt;/<span style="color:#f92672">html</span>&gt; +</span></span></code></pre></div><p>Thank you for reading this through RSS 📡</p> + + + + Upcoming Site changes + Personal Note + https://gabe.rocks/thoughts/2024-03-updates/ + Fri, 29 Mar 2024 00:00:00 +0000 + + https://gabe.rocks/thoughts/2024-03-updates/ + + <h2 id="site-changes">Site Changes</h2> +<p><em>TL:DR: Site redesign incoming, expect links to break and a new look in the near future. The RSS feed at /rss will stay the same.</em></p> +<p>I&rsquo;m not overly happy with the current design. I&rsquo;m thinking that while I do the work of properly documenting the hugo themes I use, I&rsquo;ll also work to completely revamp this site&rsquo;s theme visually. I feel I have a decent grasp of how to use CSS, but I don&rsquo;t really have the faintest clue what to use it for.</p> +<p>The sidebar design is interesting, but I&rsquo;m terrible at making the header/sidebar component look interesting and useful but still keep it customizable. The new plan is to build the hugo theme with a straightforward concept: the home page is designed with various shortcode widgets and combinations of them that allows for easily switching. This way, individual components can be overwritten but maintains the rest of the properties of the theme. This is all about building on the concept I discovered in <a href="https://gabe.rocks/tech/big-brain-hugo/">big brained hugo</a></p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/hugo-plan.webp' +> + + + +</div> +<h3 id="designer-tools">Designer tools?</h3> +<p>I toyed around with a designer tool <a href="https://penpot.app/">penpot</a> that I found when I stumbled on the <a href="https://creativefreedomsummit.com/">Creative Freedom Summit</a>. Unfortunately I don&rsquo;t think it beats what can be done with inkscape, a browser, and an IDE. Sure having everything in one program is nice, but I think for what I&rsquo;m trying to accomplish it&rsquo;s not quite refined. In addition to this, penpot requires you to host the service even when running from flatpak, it would be nice if the desktop application optionally included an &ldquo;offline&rdquo; version.</p> +<h3 id="pi-server-20">Pi Server 2.0?</h3> +<p>My Raspberry Pi 5 now boots from usb because I ordered the new official power supply. The Pi5 needs 5A at 5.1v to even attempt to boot from usb so don&rsquo;t try fiddling around with different chargers that don&rsquo;t provide that. Given that I don&rsquo;t support a lot of users I would <em>like</em> to host everything I run from the pi5 but there are a few hiccups. The biggest problem is that it&rsquo;s not quite enough for transcoding large PeerTube videos. What I&rsquo;d really love to do is to configure this pi5 and leave it with a relative with some storage and have a remote backup server.</p> +<h2 id="personal-update">Personal Update</h2> +<h3 id="quit-diet-soda-cold-turkey-">Quit Diet Soda &lsquo;Cold Turkey&rsquo; 🎉</h3> +<p>Three weeks ago from today, I was down to my last 2L bottle of coke zero, and decided I would commit to leaving it untouched. Three difficult weeks later the same bottle is still there. Instead of entirely eliminating the temptation by removing it or throwing it out, the point was to acclimate myself to refusing to have it. This was quite a challenge for me. I&rsquo;ve struggled with being exceedingly dependent on the caffeine I would get from drinking insane amounts of diet soda. Predictably, I&rsquo;ve slipped on other bad habits like eating more and snacking more in general. I still consider this a victory as I can work on those while I maintain that objective.</p> +<p>I&rsquo;m definitely not unaware of the various health concerns related to diet soda. High caffeine intake isn&rsquo;t ideal, in addition to this the artificial sweeteners have their own potential issues. Originally, I thought it would help mitigate risks from having regular soda. Unfortunately switching to diet soda has not helped me at all in the last few years, and going back to calorie-dense soda is a non-starter. I&rsquo;ve wondered more and more about why diet soda contributes to weight gain despite artificial sweeteners having trivial calorie counts. I don&rsquo;t have any academic proof, but based off my personal experience I would argue that consuming large amounts of diet soda creates these problems that interfere with weight loss directly:</p> +<ul> +<li> +<p><strong>Impacts proper digestion</strong></p> +<p>I can only speculate what the actual mechanism is, but I have a feeling you get less out of the food you do eat when constantly over-caffeinated.</p> +</li> +<li> +<p><strong>Increases anxiety/stress</strong></p> +<p>If you eat for comfort, making the problems worse will only make your eating worse.</p> +</li> +<li> +<p><strong>Ruins sleep</strong></p> +<p>Unfortunately, it&rsquo;s very hard to live an active and healthy life late into the night when one isn&rsquo;t very mobile. Arguably, sleeping well is the most productive thing an unhealthy person can do during the night.</p> +</li> +</ul> +<p>To say nothing of other more complicated effects&hellip;</p> +<h3 id="gone-swimmin-">Gone Swimmin&rsquo; 🌊</h3> +<p>I&rsquo;ve also been making significant progress on maintaining by mobility throughout the winter months, it is springtime now and I&rsquo;ve still gone swimming on a regular basis for the last few weeks, before then I was doing more walking. I&rsquo;ve come into a lot more time over the next little while, so the plan is to (metaphorically) hit the ground running, doubling down on exercise. I&rsquo;ve been gifted a significant amount of time to really make progress so I&rsquo;m optimistic for this spring.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + What's up with webtorrent? + https://gabe.rocks/tech/webtorrent/ + Tue, 27 Feb 2024 00:00:00 +0000 + + https://gabe.rocks/tech/webtorrent/ + + <p><a href="https://webtorrent.io">Webtorrent</a> has been around for a while, and torrents have been around since 2001. Webtorrent is a big part of the reason why I found PeerTube so exciting. Outside of streaming PeerTube videos, and downloading a linux install ISO, the technology itself seems to be under-utilized. Many fediverse fans want to see webtorrents used to distribute all media, which would significantly help smaller servers, but that would require building in suport to each server.<br> +This lead me to a <a href="https://mk.gabe.rocks/notes/9q2z24ld3m">simple question:</a></p> +<blockquote> +<p><strong>Do [bit]torrent and webtorrent overlap at all?</strong><br> +Is there a torrent client that can seed both?</p> +<p>I&rsquo;ve seen a couple of unresolved issues on clients like qbittorrent, but I&rsquo;m wondering if there&rsquo;s one people use.</p> +<p>Same question, but also for the tracker side, is there tracker software that both clients can talk to?</p></blockquote> +<h2 id="answering-the-question">Answering the question:</h2> +<p><strong>Short answer:</strong> Yes, but&hellip;</p> +<p>To revisit <a href="https://en.wikipedia.org/wiki/BitTorrent">the fundamentals,</a> I&rsquo;m going to give a basic summary of how torrents work:</p> +<ul> +<li>A <strong>torrent file</strong> or <strong>magnet link</strong> will provide a client with the hash of the file(s) requested, as well as any <strong>trackers</strong> or <strong>webseeds</strong>.</li> +<li><strong>Torrent Clients</strong> will request <strong>peers</strong> from trackers that list where the other peers are.</li> +<li>Trackers can be contacted through <strong>UDP</strong>, <strong>HTTP/HTTPS</strong> and <strong>Websockets</strong> (for webtorrent).</li> +<li>Torrent clients will then request data from their peers. If they can communicate the peers who have the data will <strong>seed</strong> the file(s) too the client requesting the data. On webtorr</li> +</ul> +<p>This means that for downloads to succeed, you need at least:</p> +<ul> +<li>A tracker that lists peers</li> +<li>Peers that can communicate with each other</li> +</ul> +<p>For some very popular torrents, it&rsquo;s highly likely that both BitTorrent clients and webtorrent clients will be able to download the files regardless. This is because with many trackers and many peers, it&rsquo;s very easy to find lots of overlap.</p> +<p>The challenge for those trying to distribute new torrents (such as their own work or archives) seeding from a single client may often not be enough. This is because despite the libtorrent library <a href="https://github.com/arvidn/libtorrent/pull/4123">supporting</a> communication with webrtc peer, torrent clients like qBittorrent <a href="https://github.com/qbittorrent/qBittorrent/issues/4163#issuecomment-652467673">still don&rsquo;t support it.</a></p> +<h3 id="recommendations-for-distributing-your-own-files-via-bittorrent--webtorrent">Recommendations for distributing your own files via BitTorrent &amp; webtorrent:</h3> +<ol> +<li>Host your own tracker that supports at least websockets and either UDP/http(s) <a href="https://github.com/webtorrent/bittorrent-tracker">bittorrent-tracker</a> is a good pick, but I&rsquo;m also wondering if <a href="https://torrust.com/">torrust</a> supports websockets.</li> +<li>Ensure you&rsquo;re seeding from both a webtorrent client and a regular BitTorrent client until there is a client that allows seeding to both.</li> +<li>Make sure the torrent/magnet you&rsquo;re distributing includes a good variety of trackers, such as a good mix of https &amp; websocket (wss://) trackers.</li> +<li>Make use of webseeds! A webseed allows peers to download the files from URLs. For bootstrapping webtorrent peers, it&rsquo;s a no-brainer!</li> +</ol> +<hr> +<h2 id="additional-thoughts">Additional thoughts</h2> +<ul> +<li>DHT probably helps a ton once more than a couple people are seeding.</li> +<li>Many sites like archive.org &amp; peertube use v1 hashes instead of <a href="https://blog.libtorrent.org/2020/09/bittorrent-v2/">BitTorrent v2</a></li> +<li>Webtorrent may work well on static sites, I may experiement with the <a href="https://webtorrent.io/docs">file.getBlob</a> feature to see how doable it is.</li> +<li>Misskey clips are really handy, it&rsquo;s like having your own curated online forum powered by interactions on the fediverse. I&rsquo;ve set one up for these kinds of <a href="https://mk.gabe.rocks/clips/9q371gqc65">Q&amp;A style posts.</a></li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + Non-linear Progress + https://gabe.rocks/health/non-linear-progress/ + Thu, 08 Feb 2024 00:00:00 +0000 + + https://gabe.rocks/health/non-linear-progress/ + Why improving your life can be really challenging + <p>One of the things I&rsquo;m trying to do here is illustrate my challenges of getting better from <a href="https://gabe.rocks/health/2023-resolutions/">this point</a> in hopes of helping other far-gone individuals. Undoing damage is not gratifying at all, at least not in the early stages I&rsquo;m in. It&rsquo;s very easy for me to focus on recent mistakes and get demoralized with the process. It&rsquo;s very easy for me to beat myself up over mistakes and allow the self-hatred to derial other improvements. I have been given help tracking improvements which has helped contextualize failures and successes.</p> +<p>If I take it as a big picture, I do think I have made meaningful improvements over the last three months. I have walked every day in the last week, and my daily eating and sleeping has improved significantly. I am frustrated however that I have found it a big challenge to dedicate the time to ride the bus to go swimming. Walking instead of just wallowing in self-pity over not going has helped, but I do fully intend to return to the pool.</p> +<p>I&rsquo;ve also taken to soothing my addiction to sugar with frozen berries, specifically blackberries. It does seem to help a great deal so I am likely going to stick with it until I am sick of it. While I have definitely avoided consuming too many sweets over the last short while, I haven&rsquo;t made complete progress on portions, so I am in no way done improving my eating habits. Some days are ideal, some are far from it.</p> +<p>A huge change is that for the first time in a long time I am regularly awake during the day. For most of my adult life I have been used to staying up late. This accellerated after I started working nights, and meant that sleep had always been a challenge. Now I am a &ldquo;daytimer&rdquo; most days, which is very different from being awake until morning being the norm rather than the exception.</p> +<hr> +<h3 id="summary">Summary</h3> +<p>I&rsquo;ve made progress in some areas, and fallen behind in others.<br> +Here is a non-scientific self-assessment demonstrating what I&rsquo;ve been tracking:</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/2024-q1-chart.webp' +> + + +<p class="caption"> + Sleep has definitely helped my productivity, I just need to keep reinvesting it better. + +</p> + + +</div> +<h3 id="the-good">The Good</h3> +<ul> +<li><strong>Sleep:</strong> Started awful, has improved a lot.</li> +<li><strong>Eating:</strong> Started terrible, has improves fairly.</li> +<li><strong>Walking:</strong> Wasn&rsquo;t walking much at all, now walking regularly.</li> +</ul> +<h3 id="the-bad">The Bad</h3> +<ul> +<li><strong>Swimming:</strong> Started Great, but has fallen off.</li> +<li><strong>Writing:</strong> Has stayed consistent, but hasn&rsquo;t improved.</li> +<li><strong>Reading:</strong> Made some progress, but fell behind.</li> +</ul> +<h2 id="other-things-i-should-consider-tracking">Other things I should consider tracking:</h2> +<ul> +<li><strong>Stress management:</strong> Stress locks me into bad habits</li> +<li><strong>Screen time:</strong> &hellip;Yeah</li> +</ul> +<hr> +<h2 id="additional-thoughts">Additional Thoughts</h2> +<p>I had realized that part of the reason I haven&rsquo;t done quite as well as I had hoped is that I am under a serious time crunch. In response to this I am cutting back on my work hours specifically to devote more time to this. I am realizing that it&rsquo;s very easy for me to fill up my schedule to avoid thinking any of this through. I am grateful I have the luxury of being able to reduce my working hours, and cut back on fixed time commitments that were above-and-beyond what I should have expected myself to take on. Part of this is that I&rsquo;m still finding time management quite a struggle.</p> +<p>I am hoping a quarter from now I will have much better news. Given that I&rsquo;m giving myself more time to focus on it, I&rsquo;m optimistic. I am committed to the goal of getting better but I&rsquo;m still very disheartened and overwhelmed by just how far there is to go. I haven&rsquo;t lost any weight over this period which is unsurprising. I am hoping that will change throughout the year.</p> +<div style="width:100%"> + <table style="font-size:14px;"> + <tr> + <th colspan="4"> + <h2 style="text-align: center;">📉 Weight Tracker</h2> + </th> + </tr> + <tr> + <td><strong>Starting Weight</strong></td> + <td><strong>Current Weight</strong></td> + <td><strong>Weight Lost</strong></td> + <td><strong>Goal Weight</strong></td> + </tr> + <tr> + <td>576</td> + <td>379.6</td> + <td>196.4</td> + <td>15% BF</td> + </tr> + <tr> + <td colspan="4"> + <h3 style="font-size:x-large;">2025 Goal: 200lbs in 2025 challenge</h3> + <div + style="border:3px solid var(--color-accent);align-items: flex-start;justify-content: flex-start;margin:5px;border-radius:15px;overflow: hidden;"> + <div style="width:49.7%;padding:10px;background-color:var(--color-accent);color:black;font-weight: bolder;font-size:larger;">49.7% + </div> + </div> + <p style="margin:5px;text-align: left;width:fit-content;font-size:large;">This year's goal is to lose <strong>200lbs</strong> in 2025!<br>Current progress: <strong>99.4lbs</strong> out of 200! + <br>A bit behind schedule! 😓</p> + </td> + </tr> + <tr> + <td colspan="4" style="text-align: center;">Last updated: 2025-07-06</td> + </tr> + </table> +</div> +<div> + +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + Resume + https://gabe.rocks/resume/ + Mon, 01 Jan 2024 00:00:00 +0000 + + https://gabe.rocks/resume/ + About Gabriel + <h1 id="independent-guerilla-it-technician">Independent Guerilla IT Technician</h1> +<p>Currently available for work</p> +<h3 id="experience">Experience</h3> +<ul> +<li>Over 10 years of customer support</li> +<li>Including 6 years of technical customer support</li> +<li>Sole operator of the <a href="https://libresolutions.network">Libre Solutions Network</a> multi-media project.</li> +<li>Administrator of <a href="https://cyberfreedom.ca">Canadian Cyber Freedom</a></li> +<li>1 year as Co-producer of the <a href="https://rumble.com/c/RoundingTheEarth">Rounding The Earth</a> show on Rumble.</li> +<li>Six months working as Technical Editor for <a href="https://av24.org">American Values 2024</a> working on <a href="https://thekennedybeacon.substack.com/">The Kennedy Beacon</a></li> +<li>See my current <a href="https://code.gabe.rocks/gabriel">projects</a></li> +</ul> +<h3 id="skills">Skills</h3> +<ul> +<li>Web Skills +<ul> +<li>HTML</li> +<li>CSS</li> +<li>Javascript +<ul> +<li>Alpine.js</li> +<li>Vue.js (basics)</li> +<li><a href="http://vanilla-js.com/">Vanilla.js</a></li> +</ul> +</li> +<li>Optimizing for Tor &amp; I2P</li> +</ul> +</li> +<li>Python +<ul> +<li>Flask Web Development</li> +<li>Browser automation</li> +</ul> +</li> +<li>Linux system administration of a variety of services including: +<ul> +<li>Matrix</li> +<li>PeerTube</li> +<li>Nginx</li> +<li>Docker and <code>docker build</code></li> +<li>Shell scripting with <code>bash</code></li> +<li>Hosting Services over Tor &amp; I2P</li> +</ul> +</li> +<li>Version control with <code>git</code></li> +<li><a href="https://www.nngroup.com/articles/computer-skill-levels/">Level 3</a> computer skill</li> +</ul> +<h3 id="software-experience">Software Experience</h3> +<p>While I am familiar with many <a href="https://www.fsf.org/about/what-is-free-software">non-free</a> alternatives, I prefer to work using these tools.</p> +<ul> +<li>LibreOffice +<ul> +<li>Calc (Spreadsheets)</li> +<li>Impress (Presentations)</li> +<li>Writer (Documents)</li> +</ul> +</li> +<li>Inkscape</li> +<li>Thunderbird (Mail Client)</li> +<li>OBS Studio (Streaming)</li> +<li>Blender +<ul> +<li>3d modeling for 3D Printing</li> +<li>Basic Animations</li> +<li>Video Editing</li> +</ul> +</li> +<li>FreeCAD (parametric 3D modeling)</li> +<li>DrawIO (Diagrams)</li> +<li>Audacity (Audio Editing)</li> +</ul> +<h3 id="media-production">Media Production</h3> +<ul> +<li>Streaming with Streamyard</li> +<li>Scheduling streams for a variety of platforms</li> +<li>Brand asset creation in Inkscape</li> +</ul> +<hr> +<h3 id="want-to-get-in-touch">Want to get in touch?</h3> +<p>Here are some of the best ways to <a href="https://gabe.rocks/get-in-touch/">get in touch with me.</a><br> +Of course you can always follow me <a href="https://mk.gabe.rocks/@gabriel">@gabriel@mk.gabe.rocks</a> on the <a href="https://jointhefedi.com/">fediverse</a>.</p> +<p>These links are to text files with up-to-date information:</p> +<ul> +<li><a href="https://gabe.rocks/e-mail.txt">Email</a></li> +<li><a href="https://gabe.rocks/mail.txt">Mail</a></li> +<li><a href="https://gabe.rocks/matrix.txt">Matrix</a></li> +<li><a href="https://gabe.rocks/xmpp.txt">XMPP</a></li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + First Steps: New Years Resolutions 2023 + https://gabe.rocks/health/2023-resolutions/ + Sat, 09 Dec 2023 00:00:00 +0000 + + https://gabe.rocks/health/2023-resolutions/ + A new chapter of taking on difficult challenges + <p>This is more about me than I would usually share. I&rsquo;m choosing to share this in an attempt to be more accountable to myself, but also to point back to as I try to go into more detail about the journey moving forward. If you know someone who&rsquo;s struggling with their weight, please be as patient and compassionate as you can. If you&rsquo;re struggling with your weight, please try not to project your own self-loathing on other people. In all situations, being proactive can go a long way.</p> +<p>Many people don&rsquo;t need to be told this, but for those that do: <strong>never compromise on your health</strong>. A healthy, mobile body is a gift that should never be taken for granted. Do not fall into the trap of trading it away for temporary comfort or career advancement. I don&rsquo;t recommend working nights if you can avoid it, and this includes staying up all night for recreation. If your lifestyle is causing you to gain weight beyond a healthy range, seriously consider taking proactive steps to make change. No matter what, it&rsquo;s always worth your time to enjoy exercise to keep you mobile.</p> +<h1 id="looking-back-on-2023">Looking back on 2023</h1> +<p>2023 has been a wild year for me. Much of it has passed in a blur. I started the year with no job, lots of stress, mostly running purely on hope and faith. Over the last few years, I&rsquo;ve gone from struggling to get anything done, to finally being productive again. Not only am I working full-time with a few projects, but I&rsquo;ve also been able to start making serious strides in taking better care of my health. I&rsquo;ve made some great friends in the last year, so I have a much better support network this year than I started it with. I feel like many things have aligned in a way that put me in a great position to make real transformative change.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/2023-resolutions/nci2.webp' +> + + + +</div> +<p>I would be a liar if I said it was all me or all my will that got me making progress again. I can admit to not being strong-willed in the slightest. Over many years, many bad habits have built up in ways that are very difficult for me to unravel. My point is that I&rsquo;ve gotten a lot of serious support from those around me. I am blessed to have had the people in my life that I do, and their generous time, and work has gone a long way. It&rsquo;s hard to be my size, but it&rsquo;s also hard for those around someone like me. I think one of the major reasons people in my situation don&rsquo;t fare well is that people hardly have the slack to devote to helping them turn it around, and even when it is the case; built-up guilt and shame can make one unable to accept the help necessary.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/gaining-fat.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/gaining-fat.webp' +> + +</a> + + +<p class="caption"> + 🤔 It&#39;s anyone&#39;s guess how it got this bad. + +</p> + + +</div> +<p>Something I feel that&rsquo;s important to share is that the reasons for someone getting as large as I am are rarely simple. There is no quick-fix for a decade of gradual emotional and physical decline gone unaddressed. Self-loathing and loss of mobility are a combination that literally have and will kill. I&rsquo;ve decided to document this recent attempt to turn things around and share what I think helped got me to this point. I wish I could say this progress started with a &ldquo;just do it&rdquo; moment, but it&rsquo;s something that I&rsquo;ve had to grow back into.</p> +<p>I&rsquo;ve attempted to lose weight before. I made great strides, I lost 80lbs a few years back, mostly through keto and cycling. Unfortunately, I gained that back as old pressures and old habits overcame me. Struggling with the guilt of regaining the weight, I sought out weight loss counselling. To my dismay, I was told they couldn&rsquo;t help me when I started to explain my situation as I understood it. Then as I floundered and gained more weight I eventually started going to a gym with my twin brother to help me learn how to start, only to have it all shut down when the covid lockdowns started.</p> +<p>I truly cannot express the full extent of horror, rage, and sadness I have over how the entire covid crisis was handled and the effect it had on many people. This post isn&rsquo;t about that, but I highlight it to bring to your attention that there are surely many other people who had it much worse than I did. I don&rsquo;t think many have truly healed from what was done to them through isolation, fear, and medical malpractice.</p> +<h2 id="current-weight-500lbs">Current Weight: &gt;500lbs</h2> +<p>Yep, it&rsquo;s a big number. So many things that one would take for granted, like getting up in the morning, going up stairs, even walking moderate distances are a serious challenge for me. I&rsquo;ve noticed that for every 100lbs I gained, things got much more challenging in ways I wouldn&rsquo;t have imagined. Breaking things is always a depressing reminder that you&rsquo;ve gone too far, same with every time you try to find bigger and bigger clothes. Surprisingly, clothes you&rsquo;ve had for years are stretched to still fit, yet you&rsquo;ll struggle to find things to fit within your size. Hygiene is a big issue, I&rsquo;ve gone from needing a shower a day to remain comfortable, to requiring multiple to avoid&hellip;problems.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/2023-resolutions/heavy.webp' +> + + + +</div> +<p>Despite all this, in many ways I feel blessed. I&rsquo;m quite lucky to have made it this far. I suffered a stroke a few years back that has permanently impacted my vision, but it could have been fatal or left me with a more serious injury. I think the only thing that has saved me from being bed-ridden permanently is the fact that the one thing I maintained so far was the ability to walk despite the weight gain. Unfortunately, it&rsquo;s gotten to the point where I really can&rsquo;t walk very far. It&rsquo;s not that I get tired, but the pain definitely gets me. Not only that but winter is starting, facing Canadian winter is difficult on top of related problems like slipping on the ice.</p> + +<a href='https://gabe.rocks/images/2023-resolutions/dreams.mp4'> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//images/2023-resolutions/dreams.mp4'> +</video> + +</a> + + + +<h2 id="whats-changing">What&rsquo;s changing?</h2> +<p>Over the last year, I&rsquo;ve made attempts to proactively make myself better food instead of sticking to what&rsquo;s comfortable. Ironically it&rsquo;s not the time preparing that takes the most time, but rather overcoming the immense temptation drains a lot of focus. I&rsquo;ve had mixed results with that, some weeks it helps a great deal, other weeks it feels like too much. Overall I still need to find ways to make it simpler for myself and keep up the habit. Over the last few months, desperation has set in over my lack of mobility, so I&rsquo;ve come up with a solution.</p> +<p>The following photos are from a pool that I&rsquo;ve started going to. There&rsquo;s a pool I used to go to that only requires me only to walk to the closest bus stop, then the rest of the way is essentially all indoors. This means I don&rsquo;t have to worry about slipping on ice, it being too cold, or anything like that. It also means I can get there on my own without requiring anyone else&rsquo;s assistance. It&rsquo;s a bit of a trip, but even getting there is like a workout for me. The pool also has a gym that I can use as well, which will help a lot in the long run.</p> +<p><div class="gallery"> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/2023-resolutions/body.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/2023-resolutions/body.webp' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/2023-resolutions/body2.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/2023-resolutions/body2.webp' +> + +</a> + + + +</div> +</div></p> +<p>Having only gone twice a week for the last three weeks I can&rsquo;t report any crazy improvement. I am already seeing reassuring signs though. I&rsquo;m becoming more comfortable with the journey and I&rsquo;m noticing some basic things being slightly easier. As I said earlier, I feel like I just need to keep at it and that things will start to improve. I&rsquo;ve got a lot of work to do and I&rsquo;m trying to be patient with the fact that it will take time. Ideally, I&rsquo;d like to find time to move up to three times a week, hopefully soon!</p> +<h3 id="some-motivational-videos">Some Motivational Videos</h3> +<p>It&rsquo;s good to have reminders that it&rsquo;s not hopeless. There are people who have overcome this and many other troubles. I&rsquo;ve found inspiration in these, and I hope others can too.</p> +<ul> +<li>I&rsquo;ve gotta learn dance moves from <a href="https://gabe.rocks/sharing/motivation/dancing-boy.mp4">this guy!</a></li> +<li>A <a href="https://gabe.rocks/sharing/motivation/fight2live.mp4">punching bag</a> looks like a smart idea.</li> +</ul> +<p>Got others? Please <a href="https://gabe.rocks/resume/#want-to-get-in-touch">send me</a> a link!</p> +<hr> +<h1 id="the-resolutions">The Resolutions</h1> +<h3 id="health">Health</h3> +<ul> +<li>Continue to go swimming at least 2x weekly.</li> +<li>Improve meal planning</li> +<li>Live in the moment more</li> +<li>Appreciate and focus on prayer.</li> +<li>Sleep more consistently</li> +</ul> +<p>Part of this, is that I hope to write more about my weight loss journey.<br> +There&rsquo;s a <a href="https://gabe.rocks/tags/weight">tag</a> for it if you&rsquo;re curious.</p> +<h3 id="writing-more">Writing more</h3> +<p>I&rsquo;ve found writing to be helpful, but I need to do it more. Like many other positive changes I&rsquo;m struggling to properly nurture the habit. It&rsquo;s not a super-high priority, but I&rsquo;d like to get into the flow of regularly writing in my journal every day. For the last few months, everything I&rsquo;ve written has been public, and I think that&rsquo;s a bit of a mistake. Ideally I think my public writing should be the best subset of a larger collection of writing I do.</p> +<h3 id="reading-more">Reading more</h3> +<p>I&rsquo;d definitely read a lot less than I had intended this last year. Part of it is that I&rsquo;ve become much more busy than I had anticipated. That said, I&rsquo;ve collected a couple of books that I&rsquo;m looking forward to spending time with. One book I&rsquo;m really interested in reading is <a href="https://www.goodreads.com/en/book/show/21487729">Guilt, Shame, and Anxiety: Understanding and Overcoming Negative Emotions</a> by Peter Breggin. Early last year I read <a href="https://www.goodreads.com/book/show/60141466-stop-overthinking">How To Stop Overthinking And Start Living</a> which I think helped frame things for me a bit.</p> +<p>I&rsquo;m always interested in book recommendations, fiction and non-fiction alike!</p> +<div style="width:100%"> + <table style="font-size:14px;"> + <tr> + <th colspan="4"> + <h2 style="text-align: center;">📉 Weight Tracker</h2> + </th> + </tr> + <tr> + <td><strong>Starting Weight</strong></td> + <td><strong>Current Weight</strong></td> + <td><strong>Weight Lost</strong></td> + <td><strong>Goal Weight</strong></td> + </tr> + <tr> + <td>576</td> + <td>379.6</td> + <td>196.4</td> + <td>15% BF</td> + </tr> + <tr> + <td colspan="4"> + <h3 style="font-size:x-large;">2025 Goal: 200lbs in 2025 challenge</h3> + <div + style="border:3px solid var(--color-accent);align-items: flex-start;justify-content: flex-start;margin:5px;border-radius:15px;overflow: hidden;"> + <div style="width:49.7%;padding:10px;background-color:var(--color-accent);color:black;font-weight: bolder;font-size:larger;">49.7% + </div> + </div> + <p style="margin:5px;text-align: left;width:fit-content;font-size:large;">This year's goal is to lose <strong>200lbs</strong> in 2025!<br>Current progress: <strong>99.4lbs</strong> out of 200! + <br>A bit behind schedule! 😓</p> + </td> + </tr> + <tr> + <td colspan="4" style="text-align: center;">Last updated: 2025-07-06</td> + </tr> + </table> +</div> +<div> + +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + Big-brained hugo time + https://gabe.rocks/tech/big-brain-hugo/ + Sat, 25 Nov 2023 00:00:00 +0000 + + https://gabe.rocks/tech/big-brain-hugo/ + + <p>I had no idea that hugo shortcodes could <a href="https://www.ii.com/hugo-call-partial-from-shortcode/">call partials</a>. I&rsquo;m going to try to integrate this more into my themes. Partials can call each other too, which is very handy. Meaning that you can reuse these modular components even more. This is important to me because I want my themes to be usable by someone without any knowledge of hugo internals. There are a lot of great hugo themes out there, but I&rsquo;ve noticed many of them make heavy use of the <code>data</code> folder and custom parameters. I think this gets in the way of wider adoption because ideally, most things would be configurable from the <code>.md</code> files or the site&rsquo;s config file.</p> +<p>This is just an opinion, but I would argue that <em>progressive enhancement</em> should apply to how the site is built as well. If somebody just wants to change their site&rsquo;s basic colors, images, and move some components around, the explanations would ideally be quite simple. That said, I&rsquo;ve fallen behind on documenting my themes. Partly because I&rsquo;ve got a bit of an overhaul pending. Of course, anyone who <em>does understand hugo</em> wouldn&rsquo;t have any issues getting started, but I&rsquo;m sure they&rsquo;d have an equal chance of loving or hating my choices.</p> +<hr> +<p>Using that knowledge, I&rsquo;ve created a couple of shortcodes that I&rsquo;m going to port to the base themes.</p> +<h3 id="recent-audio">Recent Audio</h3> +<p>I like this one, after I rebuild my html5 audio/video players I may upgrade to these. All things considered, I don&rsquo;t think there&rsquo;s anything wrong with the default audio player. This shortcode is very simple, I just include &ldquo;{{&lt;podcast&gt;}}&rdquo; into the markdown file.</p> +<div style="flex-direction:column;"> + <div style="flex-wrap:wrap;width:100%;"> + + + <div style="flex-direction:column;width:50%;min-width:400px;"> + <a href="https://gabe.rocks/tech/big-brain-hugo/"><h3>Big-brained hugo time</h3></a> + <p>Nov 25 2023</p> + <audio controls preload="none" style="width:100%;"> + <source src=""> + </audio> +</div> + + + + + + + + <div style="flex-direction:column;width:50%;min-width:400px;"> + <a href="https://gabe.rocks/tech/big-brain-hugo/"><h3>Big-brained hugo time</h3></a> + <p>Nov 25 2023</p> + <audio controls preload="none" style="width:100%;"> + <source src=""> + </audio> +</div> + + + + <div style="flex-direction:column;width:50%;min-width:400px;"> + <a href="https://gabe.rocks/tech/big-brain-hugo/"><h3>Big-brained hugo time</h3></a> + <p>Nov 25 2023</p> + <audio controls preload="none" style="width:100%;"> + <source src=""> + </audio> +</div> + + + </div> +</div> + +<hr> +<h3 id="hero">Hero</h3> +<p>I&rsquo;m definitely going to steal this for the <a href="https://libresolutions.network">libre solutions network</a>, allowing for fancier elements to be copied between sites easily. Of course, this shortcode is more customizable.<br> +The parameters are pretty straightforward:</p> +<ul> +<li><code>bg</code>: background image, uses the theme&rsquo;s accent color otherwise</li> +<li><code>title</code>: The heading</li> +<li><code>description</code>: Any text you want included</li> +<li><code>href</code>: The link when the button is clicked</li> +</ul> +<blockquote> +<p>{{&lt;hero <code>bg=</code>&quot;/images/mmbn-banner.webp&quot; <code>img=</code>&quot;/favicon.png&quot; <code>btn=</code>&ldquo;About Me&rdquo; <code>href=</code>&quot;/resume&quot; <code>title=</code>&ldquo;Gabriel&rdquo; <code>description=</code>&ldquo;I&rsquo;m a passionate and curious Canadian 🇨🇦 with a fascination of Free Software and bottom-up strategies. ✝️ Through Him, all chains are broken - Pray for love and peace always. 🕊️&rdquo;&gt;}}</p></blockquote> +<div class='hero' style="display:flex;flex-direction:row;background-image:url('/images/mmbn-banner.webp');background-size:cover;background-position:center center;width:100%;justify-content:space-evenly;flex-wrap:wrap;flex-direction:row"> + <img src="https://gabe.rocks/favicon.png"> + <div style="display:flex;flex-direction:column;margin:0.5rem;padding:0.5rem;backdrop-filter:blur(0.15rem);border-radius:1.5rem;max-width:40rem;min-width:25%;align-items: center;"> + <h2 style="text-align:center">Gabriel</h2> + <p>I&#39;m a passionate and curious Canadian 🇨🇦 with a fascination of Free Software and bottom-up strategies. ✝️ Through Him, all chains are broken - Pray for love and peace always. 🕊️</p> + + <a href='https://gabe.rocks/' target="_blank"> + + <button style="margin-bottom:1rem;">About Me</button> + + </a> + </div> +</div> + +<p>You can also reverse the order of items by adding <code>reverse=&quot;1&quot;</code></p> +<div class='hero' style="display:flex;flex-direction:row;background-image:url('/images/mmbn-banner.webp');background-size:cover;background-position:center center;width:100%;justify-content:space-evenly;flex-wrap:wrap;flex-direction:row-reverse"> + <img src="https://gabe.rocks/favicon.png"> + <div style="display:flex;flex-direction:column;margin:0.5rem;padding:0.5rem;backdrop-filter:blur(0.15rem);border-radius:1.5rem;max-width:40rem;min-width:25%;align-items: center;"> + <h2 style="text-align:center">Gabriel</h2> + <p>I&#39;m a passionate and curious Canadian 🇨🇦 with a fascination of Free Software and bottom-up strategies. ✝️ Through Him, all chains are broken - Pray for love and peace always. 🕊️</p> + + <a href='https://gabe.rocks/' target="_blank"> + + <button style="margin-bottom:1rem;">About Me</button> + + </a> + </div> +</div> + +<p>I&rsquo;m thinking it&rsquo;s a handy way to make all kinds of pretty call-outs for things.</p> +<div class='hero' style="display:flex;flex-direction:row;background-image:url('/images/gardening/3-cropped.webp');background-size:cover;background-position:center center;width:100%;justify-content:space-evenly;flex-wrap:wrap;flex-direction:row-reverse"> + + <div style="display:flex;flex-direction:column;margin:0.5rem;padding:0.5rem;backdrop-filter:blur(0.15rem);border-radius:1.5rem;max-width:40rem;min-width:25%;align-items: center;"> + <h2 style="text-align:center">Potatoes</h2> + <p>Planted in the backyard</p> + + <a href='#' target="_blank"> + + <button style="margin-bottom:1rem;">Grow</button> + + </a> + </div> +</div> + +<p>Some fields are optional, but I&rsquo;m working on improving the look and feel of limited ones. +<div class='hero' style="display:flex;flex-direction:row;width:100%;justify-content:space-evenly;flex-wrap:wrap;flex-direction:row"> + <img src="https://gabe.rocks/favicon.png"> + <div style="display:flex;flex-direction:column;margin:0.5rem;padding:0.5rem;backdrop-filter:blur(0.15rem);border-radius:1.5rem;max-width:40rem;min-width:25%;align-items: center;"> + <h2 style="text-align:center">Back to the top!</h2> + <p></p> + + <a href='#' target="_blank"> + + <button style="margin-bottom:1rem;">Back Home</button> + + </a> + </div> +</div> +</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Fixing the PeerTube plugin on Grayjay + https://gabe.rocks/tech/grayjay-peertube/ + Thu, 02 Nov 2023 00:00:00 +0000 + + https://gabe.rocks/tech/grayjay-peertube/ + Adding remote video support to the Grayjay peertube Plugin + <p><strong>Correction</strong> I originally wrote that Grayjay was FOSS, <a href="https://gitlab.futo.org/videostreaming/grayjay">this isn&rsquo;t true.</a> Grayjay is simply source-available, even if the plugins actually are licensed under the GPL.</p> +<p>Grayjay appears to be intended to be a one-stop-shop for all of one&rsquo;s digital consumption needs. It has support for YouTube, Rumble, Odysee, and others, but what got my attention was the <a href="https://joinpeertube.org/">PeerTube</a> support.</p> +<p>I still don&rsquo;t quite understand how plugins work under the hood. It seems that they inherit functionality from classes that provide standard interfaces for the client to use. Essentially the goal seems to be that every platform can be abstracted in the form of a plugin.</p> +<h1 id="the-official-plugin">The Official Plugin</h1> +<p>The PeerTube plugin has some issues. It&rsquo;s not <a href="https://pluginhost.grayjay.app/peertube?url=https://peertube.futo.org">immediately apparent</a> how to use your own peertube instance instead of FUTOs. The &ldquo;open in Grayjay&rdquo; button just outright ignores whatever you add. So the easiest way to rectify that would be to hit the &ldquo;copy link&rdquo; button and open it from your android. If you&rsquo;re having trouble with this, simply make a simple web link to the url with html, open it with the html viewer and click the link, or find a different way to send you the link as a hyperlink, just opening the link in your browser may not work.</p> +<p>So once that&rsquo;s taken care of local peertube videos will work great! As of writing this I haven&rsquo;t tested casting, but I know casting from other platforms works so I assume there aren&rsquo;t issues there. The problem is that <em>remote videos</em> will all fail to load. When you open a link in grayjay it&rsquo;s designed to choose a plugin that&rsquo;s authorized to open it, the app doesn&rsquo;t seem to understand that the peertube plugin works for all peertube sites.</p> +<p>Thankfully there&rsquo;s a fairly simple solution to this. The real reason remote videos fail is that the URL provided from the api call <code>/api/v1/videos/</code> <strong>gives the remote url, not the local url</strong>. This confuses grayjay because it doesn&rsquo;t realize that it <em>can</em> play the video.</p> +<h1 id="making-my-own">Making my own</h1> +<p>You see, a remote video on peertube can be loaded from the instances URL. So I simple forked the plugin and changed how remote videos are loaded.</p> +<p>Shamefully copied from my <code>readme.md</code> in the <a href="https://code.gabe.rocks/gabriel/peertube-grayjay">repo</a>:</p> +<blockquote> +<p>Hopefully this specific plugin will be unnecessary. +I forked the official <a href="https://gitlab.futo.org/videostreaming/plugins/peertube">peertube plugin</a> because as it currently exists, it doesn&rsquo;t properly load videos from remote instances.</p> +<p>My solution isn&rsquo;t very elegant, I&rsquo;m not familiar with typescript, but this plugin will allow you to browse videos within the network for the <a href="https://peertube.libresolutions.network.">Libre Solutions Network PeerTube</a></p> +<h2 id="changes-made">Changes made:</h2> +<ul> +<li> +<p>Changing from trending peertube videos to most recent</p> +</li> +<li> +<p>Setting the baseURL to <code>peertube.libresolutions.network</code></p> +</li> +<li> +<p>To allow remote videos to load, i had to hardcode <code>getVideoPager</code> url parameter with: +<code>url: &quot;https://peertube.libresolutions.network&quot;+ v.url.substring(v.url.search(&quot;/videos/&quot;)),</code></p> +<p>*<em>I also made a similar change elsewhere</em>*</p> +<p><strong>Why?</strong> Because when the peertube plugin loads a remote video it throws an error <code>No source enabled to support url</code> Meaning that you would need to install the peertube plug-in for <em>every instance</em> within your network.</p> +<p>Thankfully peertube seamlessly handles links to remote videos when you replace it with your instance url.</p> +</li> +</ul> +<h2 id="outstanding-issues">Outstanding issues</h2> +<ul> +<li>I would prefer to pull the baseURL parameter properly, but I had trouble making that work and decided to just hardcode it.</li> +<li>I have no idea how/if this will impact casting, but hope to test that soon.</li> +<li>I need to properly sign the plugin</li> +</ul></blockquote> +<p>If you have grayjay and want to give it a try feel free to install it from <a href="https://gabe.rocks/peertube-grayjay">here</a>.<br> +Simply install the grayjay app and open that page, the install button will have grayjay load the plugin. +I&rsquo;ve limited it&rsquo;s reach to only <code>peertube.libresolutions.network</code> but you could fork your own and make it work for your instance.</p> +<p>I&rsquo;m hoping the main peertube add-on gets fixed, and/or that the plugin system allows the user to configure variables like the <code>baseURL</code> from within the plugin settings. Once that&rsquo;s done, all that really needs to be done is for the plugin to properly add the configured baseURL to videos as they are loaded in.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Some updates + https://gabe.rocks/tech/2023-09-updates/ + Thu, 14 Sep 2023 00:00:00 +0000 + + https://gabe.rocks/tech/2023-09-updates/ + Thoughts, Tips, and recent misadventures + <h2 id="matrix-migration">Matrix migration</h2> +<p>Switching from <a href="">Synapse</a> to <a href="">Dendrite</a> was always inevitable. I had dragged my feet on it largely due to an <em>if it ain&rsquo;t broke, don&rsquo;t fix it</em> mentality. The challenge was that eventually it did break. Somewhere between Synapse 1.8 and 1.9 I was unable to update without getting DB errors. I had tried a query based off someone having similar issues, but when the issue reappeared, it was for a different relation in the synapse db. This was when I decided to throw the towel and start fresh. Up until this time, my matrix instance has really only been for me and immediate family, and this was bound to happen because at the time of writing, you can&rsquo;t migrate to dendrite and keep your messages.</p> +<p>No shade intended on the matrix or synapse team. This instance was running for quite a few years and it served me very well. I&rsquo;m looking forward to the performance upgrades of running dendrite.</p> +<p>Should have backed-up contact handles &amp; my e2e keys! Oops!</p> +<h2 id="peertube-is-the-greatest">PeerTube is the greatest</h2> +<p>Libre Solutions Network now has 200 views on the <a href="https://peertube.libresolutions.network/c/lsn/videos?languageOneOf=en&amp;s=2">PeerTube channel!</a> Not a huge number, but it&rsquo;s a great start! I think the best thing about it is that PeerTube instances themselves can follow others. For now, when I upload a new video it shows up on a wide variety of other instances in their &ldquo;recent items&rdquo; feed. This is almost the exact opposite of youtube alternatives just becoming their own echo chambers.</p> +<p>I&rsquo;d argue that PeerTube is one of the most important projects that currently exists. It sounds like hyperbole, but it really has the ability to be a huge game-changer. With features like webtorrent, remote transcoding, I&rsquo;d argue the only thing that&rsquo;s missing is support for multiple domains (like Tor &amp; I2P addresses.).</p> +<p>If you agree with me on this, please consider <a href="https://support.joinpeertube.org">supporting the project</a></p> +<h2 id="dont-erase-your-arch-linux-install-just-yet">Don&rsquo;t erase your Arch Linux install just yet!</h2> +<p>I&rsquo;ve noticed something that may not be great for new linux users trying out Arch Linux. I wish I knew exactly what triggered this, but sometimes when you reboot it will fail to boot waiting on a particular disk UUID, despite no disks being changed. I remember in my distro-hopping days, this would be the moment I&rsquo;d just grab the home directory and switch to another distro.</p> +<p>Oddly enough, I had noticed a long time ago that a very fast and efficient way to fix this issue <code>pacman -S linux</code>. Reinstalling linux, which triggers a bunch of other changes seems to resolve the issue. This is where it&rsquo;s handy to boot from your installation media then chroot back into your installation.<br> +Essentially, the process is:</p> +<ol> +<li> +<p>Boot up the installation media</p> +</li> +<li> +<p>mount your partitions to <code>/mnt</code></p> +<p>After mounting your root partition taking a look at <code>/mnt/etc/fstab</code> can help give some insight on how/where things <em>should</em> be mounted.</p> +</li> +<li> +<p>chroot into the system with <code>arch-chroot /mnt</code></p> +</li> +<li> +<p>Reinstall your kernel with <code>pacman -S linux</code></p> +</li> +</ol> +<h2 id="wireguard-is-pretty-neat">Wireguard is pretty neat</h2> +<p>It was recommended to me to replace <a href="https://gabe.rocks/tech/ssh-tunnel-server/">ssh tunnels</a> with a VPN connection. In hindsight, it takes about the same amount of time to configure either solution. I would still recommend SSH tunneling for temporary or one-off configurations, but I can see why a VPN is a preferable solution. Wireguard is pretty simple and straightforward to setup, and all-in-all is painless to keep running.</p> +<h3 id="gotchas">Gotchas</h3> +<p>When actually running services from behind a VPN to a VPS (or other machine) there are things you may want to keep in mind:</p> +<ul> +<li> +<p>Ensure that your VPN server is actually able to forward traffic</p> +<p>At minimum you&rsquo;ll need</p> +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>net.ipv4.ip_forward<span style="color:#f92672">=</span><span style="color:#ae81ff">1</span> +</span></span><span style="display:flex;"><span>net.ipv6.conf.all.forwarding<span style="color:#f92672">=</span><span style="color:#ae81ff">1</span> +</span></span></code></pre></div><p>In your <code>/etc/sysctl.conf</code> file</p> +</li> +<li> +<p>Correct iptables configuration on both hosts</p> +<pre tabindex="0"><code>PostUp = iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE; ip6tables -A FORWARD -i wg0 -j ACCEPT; ip6tables -t nat -A POSTROUTING -o eth0 -j MASQUERADE # Add forwarding when VPN is started +PostDown = iptables -D FORWARD -i wg0 -j ACCEPT; iptables -t nat -D + +POSTROUTING -o eth0 -j MASQUERADE; ip6tables -D FORWARD -i wg0 -j ACCEPT; ip6tables -t nat -D POSTROUTING -o eth0 -j MASQUERADE # Remove forwarding when VPN is shutdown +</code></pre><p>Is used by this <a href="https://gist.github.com/nealfennimore/92d571db63404e7ddfba660646ceaf0d">config file</a> to turn the rules on-and-off with the VPN.</p> +</li> +<li> +<p>If you&rsquo;re hoping to forward outbound traffic, ensure that you&rsquo;ve set the <code>allowedIPs</code> to <code>0.0.0.0/0</code> and <code>::/0</code> for IPv4 and/or IPv6.</p> +<p>I have noticed that doing this really makes life difficult for docker. I&rsquo;m not entirely sure why. Setting dns settings in <code>/etc/docker/daemon.json</code> didn&rsquo;t seem to really improve things. If I wasn&rsquo;t already hosting many services through docker I would consider moving to VMs / &ldquo;bare metal&rdquo; installation due to this.</p> +</li> +<li> +<p>Since you&rsquo;re now using more than just the default network interface, make sure your services are binding to all interfaces <code>&quot;0.0.0.0&quot;</code></p> +</li> +</ul> +<p>Gnome &amp; Kde NetworkManager GUIs can also be configured with wireguard. I found <a href="https://www.xmodulo.com/wireguard-vpn-network-manager-gui.html">this link</a> helpful for someone trying it out for the first time.</p> +<p>As someone who doesn&rsquo;t have IPv6 on my own internet, it&rsquo;s good to know that I can access it through wireguard from a VPS.</p> +<p>I think <a href="tailscale.com/">tailscale</a> is built on top of wireguard. It essentially marries the VPN with SS0 and dns as well, I believe. There is a self-hostable server <a href="https://github.com/juanfont/headscale">in development</a> but I&rsquo;m starting to worker if it may be easy for one to create their own mesh of these ideas. I think for self-hosters, families, and communities it would be a very valuable tool to leverage. Something like a digital hearth to gather around.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Git submodules are cool! + https://gabe.rocks/tech/git-submodules/ + Wed, 14 Jun 2023 00:00:00 +0000 + + https://gabe.rocks/tech/git-submodules/ + modular repositories + <h2 id="modular-repositories">Modular repositories</h2> +<p>I&rsquo;ve harmonized the shortcodes for my <a href="https://code.gabe.rocks/gabriel/valor">valor</a> and <a href="https://code.gabe.rocks/gabriel/freedom">freedom</a> themes.<br> +This meant that I&rsquo;d prefer to have them both reference the same ones and keep in sync with each other.<br> +I found out that I could use <a href="https://git-scm.com/book/en/v2/Git-Tools-Submodules">submodules</a> to <em>modularize</em> the projects. Now instead of trying to manage the hugo shortcodes in both locations I have a single <strong>shortcodes</strong> repository that both (and upcoming) themes will reference.</p> +<p>After I completed that, I decided that for many who don&rsquo;t want to spend time configuring a complicated hugo setup, I could create <em>quickstart</em> repositories that would allow people to start making changes right away. These are still somewhat of a <em>work-in-progress</em> but I&rsquo;ll be overhauling the documentation for them soon as well.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/submodules.png'> + +<img loading="lazy" +src='https://gabe.rocks/images/submodules.png' +> + +</a> + + + +</div> +<h2 id="theme-quickstarts">Theme Quickstarts</h2> +<p>The themes for this site and <a href="https://libresolutions.network">libresolutions.network</a> are available on my <a href="https://code.gabe.rocks/gabriel">code forge</a>.</p> +<p>The goal for these themes were to always be &ldquo;batteries-included&rdquo; type themes. I have a variety of shortcodes that I think are useful and intuitive that can make a great starting-point for a media-rich site.</p> +<p>Thanks to some new repositories I&rsquo;ve setup, you can now get started even quicker. With very little knowledge of templates or you can just clone <a href="https://code.gabe.rocks/gabriel/quickstart-freedom">quickstart-freedom</a> or <a href="https://code.gabe.rocks/gabriel/quickstart-valor">quickstart-valor</a> to have a blank site using both themes.</p> +<h3 id="getting-started">Getting started</h3> +<ol> +<li> +<p>Download/install <a href="https://gohugo.io">hugo</a></p> +</li> +<li> +<p>Chose from one of the above quickstart repositories and use:</p> +<p><code>git clone --recursive https://code.gabe.rocks/quickstart-valor.git</code><br> +or<br> +<code>git clone --recursive https://code.gabe.rocks/quickstart-freedom.git</code><br> +to get the project files.</p> +</li> +<li> +<p>Now you can change the basic parameters in <code>hugo.toml</code> to change the site title.</p> +</li> +<li> +<p>Then you can build out your content by editing markdown files in the <code>content</code> folder.</p> +</li> +</ol> +<p>Once the documentation is complete, I may demonstrate this in a video.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Object storage + https://gabe.rocks/tech/object-storage-notes/ + Wed, 10 May 2023 00:00:00 +0000 + + https://gabe.rocks/tech/object-storage-notes/ + Difficulties in changing providers + <h2 id="fixed-update">Fixed! (Update)</h2> +<p>I was wrong! if you migrate your videos with <code>rclone</code> you can seamlessly update the video location on PeerTube by changing the <code>base_url</code> parameter in your <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example">production.yaml</a> file.</p> +<p>For misskey I&rsquo;ve opened <a href="https://github.com/misskey-dev/misskey/issues/10783">an issue for it</a></p> +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-yaml" data-lang="yaml"><span style="display:flex;"><span> <span style="color:#f92672">streaming_playlists</span>: +</span></span><span style="display:flex;"><span> <span style="color:#f92672">bucket_name</span>: <span style="color:#e6db74">&#39;streaming-playlists&#39;</span> +</span></span><span style="display:flex;"><span> +</span></span><span style="display:flex;"><span> <span style="color:#75715e"># Allows setting all buckets to the same value but with a different prefix</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">prefix: &#39;&#39; # Example</span>: <span style="color:#e6db74">&#39;streaming-playlists:&#39;</span> +</span></span><span style="display:flex;"><span> +</span></span><span style="display:flex;"><span> <span style="color:#75715e"># Base url for object URL generation, scheme and host will be replaced by this URL</span> +</span></span><span style="display:flex;"><span> <span style="color:#75715e"># Useful when you want to use a CDN/external proxy</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">base_url: &#39;&#39; # Example</span>: <span style="color:#e6db74">&#39;https://mirror.example.com&#39;</span> <span style="color:#75715e"># CHANGE THIS</span> +</span></span><span style="display:flex;"><span> +</span></span><span style="display:flex;"><span> <span style="color:#75715e"># Same settings but for webtorrent videos</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">videos</span>: +</span></span><span style="display:flex;"><span> <span style="color:#f92672">bucket_name</span>: <span style="color:#e6db74">&#39;videos&#39;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">prefix</span>: <span style="color:#e6db74">&#39;&#39;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">base_url</span>: <span style="color:#e6db74">&#39;&#39;</span> <span style="color:#75715e">#and this too!</span> +</span></span></code></pre></div><h1 id="object-storage-troubles">Object storage Troubles</h1> +<p>I&rsquo;ve spent some time experimenting with S3 / Object Storage for public content.<br> +I&rsquo;ve found it useful for things like fediverse attachments &amp; <a href="https://gabe.rocks/tags/peertube">PeerTube</a> videos.</p> +<h2 id="what-is-object-storage">What is object storage?</h2> +<p>Object storage is a form of cloud storage that works well to host files cheaply. This is very helpful in circumstances where your own bandwidth is limited and you want to share large files (like video) with the wider internet. You can still back-up your files easily with <a href="https://rclone.org/">rclone</a> so you can always change providers if needed.</p> +<h2 id="the-snag">The snag</h2> +<p>When using software that uploads files to object storage. Such as a fediverse instance like PeerTube, it may associate the upload with the storage location in the database. This means that even if you move the files to the new provider, your software will still look for the content in it&rsquo;s old location. While many software projects support object storage, they may not support <em>migrating storage</em>.</p> +<h2 id="recommendations">Recommendations</h2> +<h3 id="0-choose-a-provider-carefully">0) Choose a provider carefully</h3> +<p>Shop around before choosing a provider. You may be able to find one available at another price. You may not necessarily need object storage depending on what your requirements are, storing files through most applications does work quite well.</p> +<h3 id="1-dont-change-unless-you-absolutely-have-to">1) Don&rsquo;t change unless you absolutely have to</h3> +<p>In my case, switching providers means I have to re-upload my peertube videos if I want the new location to be reflected. This would be a lot of work if I had uploaded a large amount of videos.</p> +<h3 id="2-where-possible-manage-files-with-your-own-solution">2) Where possible, manage files with your own solution</h3> +<p>When choosing to support object storage in your project, ensure that the capability to seamlessly migrate providers is a use-case you build for. If you use a static website generator, it can often be quite easy to set your object storage location to a variable and merely update that reference, or simply do a mass &ldquo;find-and-replace&rdquo;.</p> +<h3 id="3-roll-your-own-object-storage">3) Roll your own Object Storage</h3> +<p>If I had significant bandwidth, I would setup my own <a href="https://github.com/minio/minio">MinIO</a> server that could then be migrated to different hardware or collocation suites if needed.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Some updates + https://gabe.rocks/tech/2023-03-updates/ + Thu, 30 Mar 2023 00:00:00 +0000 + + https://gabe.rocks/tech/2023-03-updates/ + PeerTube tweaks and Kuma + <h3 id="contents">Contents</h3> +<ol> +<li><a href="#troubleshooting-peertube-s3-uploads">PeerTube S3 Uploads</a></li> +<li><a href="#uptime-monitoring-with-kuma">Kuma</a></li> +</ol> +<h2 id="troubleshooting-peertube-s3-uploads">Troubleshooting PeerTube S3 uploads</h2> +<p>In the interest of being cost-efficient I&rsquo;ve setup my <a href="https://peertube.libresolutions.network">PeerTube</a> to use <a href="https://www.vultr.com/docs/vultr-object-storage/">object storage</a> to store and serve the videos.</p> +<h2 id="steps">Steps</h2> +<ol> +<li><a href="#1-configure-peertube">Configure PeerTube</a></li> +<li><a href="#2-upload-videos">Upload videos</a></li> +<li><a href="#3-configure-cors">Configure CORS</a></li> +</ol> +<h3 id="1-configure-peertube">1. Configure PeerTube</h3> +<p>Ensure you&rsquo;ve got PeerTube <a href="https://landchad.net/peertube/">setup</a>.<br> +From your peertube directory (or docker volume) you&rsquo;ll want to update your <code>config/local-production.json</code> / <code>config/localproduction.yaml</code> file.</p> +<p><strong>NOTE</strong>:<em>At the time of writing, Updating your server configuration from the</em> <code>management</code> <em>console <strong>will ERASE your settings</strong></em>. +This means you&rsquo;ll want to make sure to back up your settings so you can copy over your changes when needed.</p> +<p>Then you&rsquo;ll add your object storage settings to PeerTube. +Using the repository&rsquo;s <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example">production.yaml.example</a> as a guide:</p> +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-yaml" data-lang="yaml"><span style="display:flex;"><span> +</span></span><span style="display:flex;"><span><span style="color:#f92672">object_storage</span>: +</span></span><span style="display:flex;"><span> <span style="color:#f92672">enabled</span>: <span style="color:#66d9ef">true</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">endpoint</span>: <span style="color:#e6db74">&#39;your-s3-provider.com&#39;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">region</span>: <span style="color:#e6db74">&#39;us-east-1&#39;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">upload_acl</span>: <span style="color:#75715e">#This is quite important, no real reason to change it.</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">public</span>: <span style="color:#e6db74">&#39;public-read&#39;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">private</span>: <span style="color:#e6db74">&#39;private&#39;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">proxy</span>: +</span></span><span style="display:flex;"><span> <span style="color:#f92672">proxify_private_files</span>: <span style="color:#66d9ef">true</span> <span style="color:#75715e">#needed with the previous setting</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">credentials</span>: +</span></span><span style="display:flex;"><span><span style="color:#75715e"># You can also use AWS_ACCESS_KEY_ID environment variable</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">access_key_id</span>: <span style="color:#e6db74">&#39;&#39;</span> +</span></span><span style="display:flex;"><span><span style="color:#75715e"># You can also use AWS_SECRET_ACCESS_KEY environment variable</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">secret_access_key</span>: <span style="color:#e6db74">&#39;&#39;</span> +</span></span><span style="display:flex;"><span><span style="color:#75715e"># Maximum amount to upload in one request to object storage 5-?MB</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">max_upload_part</span>: <span style="color:#ae81ff">100MB</span> +</span></span><span style="display:flex;"><span> +</span></span><span style="display:flex;"><span><span style="color:#75715e">#You have to configure both the &#34;videos&#34; and &#34;streaming playlists location&#34; they can&#39;t be the same destination, unless you put them on different buckets.</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">streaming_playlists</span>: +</span></span><span style="display:flex;"><span> <span style="color:#f92672">prefix</span>: <span style="color:#e6db74">&#39;pt-playlists&#39;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">bucket_name</span>: <span style="color:#e6db74">&#39;bucket_name&#39;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">videos</span>: +</span></span><span style="display:flex;"><span> <span style="color:#f92672">bucket_name</span>: <span style="color:#e6db74">&#39;bucket_name&#39;</span> +</span></span><span style="display:flex;"><span> <span style="color:#f92672">prefix</span>: <span style="color:#e6db74">&#39;pt-videos&#39;</span> +</span></span></code></pre></div><h3 id="2-upload-videos">2. Upload videos</h3> +<p>This is the easy part, if you&rsquo;ve already uploaded videos you can use the cli tool to <a href="https://docs.joinpeertube.org/maintain/tools#create-move-video-storage-job-js">move existing videos to storage</a></p> +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span><span style="color:#75715e"># Basic installation</span> +</span></span><span style="display:flex;"><span>cd /var/www/peertube/peertube-latest +</span></span><span style="display:flex;"><span>sudo -u peertube NODE_CONFIG_DIR<span style="color:#f92672">=</span>/var/www/peertube/config NODE_ENV<span style="color:#f92672">=</span>production npm run create-move-video-storage-job -- --to-object-storage --all-videos +</span></span><span style="display:flex;"><span> +</span></span><span style="display:flex;"><span><span style="color:#75715e"># Docker installation</span> +</span></span><span style="display:flex;"><span>cd /var/www/peertube-docker +</span></span><span style="display:flex;"><span>docker-compose exec -u peertube peertube npm run create-move-video-storage-job -- --to-object-storage --all-videos +</span></span></code></pre></div><p>Otherwise, you can upload your new videos as normal, then PeerTube will:</p> +<ol> +<li>Store the Video</li> +<li>Transcode the video</li> +<li>Upload the video &amp; transcodes to the Object storage</li> +</ol> +<p>You&rsquo;ll be able to check the status of the jobs from the management UI at: <code>/admin/system/jobs</code> from your instance.</p> +<h4 id="what-if-the-upload-fails">What if the upload fails?</h4> +<p>Fear not! As long as PeerTube has correctly created the folders, you can use the tool <code>s3cmd</code> to manually upload the files.</p> +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>s3cmd put data/videos/$video s3://$bucket_name/pt-videos +</span></span><span style="display:flex;"><span>s3cmd sync data/streaming-playlists/hls/$video_UUID s3://$bucket_name/pt-playlists/$video_UUID +</span></span></code></pre></div><p>Once complete peertube should simply complete the jobs faster when restarted.</p> +<h4 id="my-video-isnt-listed-in-local-videos">My video isn&rsquo;t listed in local videos</h4> +<p>You&rsquo;re going to need to set the video state manually to <code>1</code>. +You can do this from your postgres:</p> +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-sql" data-lang="sql"><span style="display:flex;"><span><span style="color:#66d9ef">update</span> video <span style="color:#66d9ef">state</span><span style="color:#f92672">=</span><span style="color:#ae81ff">1</span> <span style="color:#66d9ef">where</span> UUID<span style="color:#f92672">=</span><span style="color:#e6db74">&#39;$video-UUID&#39;</span>; +</span></span></code></pre></div><p>I&rsquo;d really recommend waiting before transcoding and uploads are finished. +Also, your video may just be missing the language attibute if it&rsquo;s not visible in the &ldquo;local videos&rdquo; page.</p> +<h3 id="3-configure-cors">3. Configure CORS</h3> +<p>Your object storage provider may not allow <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin">CORS</a> by default. You&rsquo;ll want to use <code>s3cmd</code> to <a href="https://help.dreamhost.com/hc/en-us/articles/216201557-Configuring-CORS-on-a-DreamObjects-bucket">update the headers</a></p> +<h2 id="uptime-monitoring-with-kuma">Uptime Monitoring with Kuma</h2> +<p>A friend introduced me to <a href="https://uptime.kuma.pet/">Kuma</a> which is an excellent self-hosted status reporting tool. I wanted to share my unique twist. Because I use <a href="https://gabe.rocks/tech/ssh-tunnel-server">ssh tunnels</a> to provide services I can redirect 502 errors to the status page. This requires Kuma to stay on the VPS, which I&rsquo;m perfectly fine with.</p> +<p>To get this result there are two major things you need to keep in mind:</p> +<ol> +<li> +<p><strong>No Redirects</strong> +If you simply add the nginx option to 502 to your status page, it will return a 502, and simply work, instead you&rsquo;ll want to configure the monitor to want a specific api endpoint or page that won&rsquo;t redirect. This means properly entering the url such as ```<a href="https://yoursite.com/about%60">https://yoursite.com/about`</a>.</p> +<p>Then you set the allowed redirects to 0 so it will properly report the service being down.</p> +</li> +<li> +<p><strong>Update the nginx config</strong></p> +<p>It&rsquo;s quite as simple as adding:</p> +<p><code>502 https://kuma.your-site.com/status/status-page;</code> to each <code>server</code> block!</p> +</li> +</ol> +<p>I like this temporary way of replacing the typical scary <code>502 - Bad Gateway</code> nginx page in a way that provides more information. I&rsquo;m quite impressed by kuma. It supports many different services for alerts, including <a href="https://matrix.org">matrix</a>!</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Self-hosting with SSH tunnels + https://gabe.rocks/tech/ssh-tunnel-server/ + Tue, 21 Mar 2023 00:00:00 +0000 + + https://gabe.rocks/tech/ssh-tunnel-server/ + Optimizing your resources + <h2 id="self-hosting-with-ssh-tunnels">Self-hosting with SSH tunnels</h2> +<p>I wrote in <a href="https://gabe.rocks/tech/pi-gone">a previous post</a> that I&rsquo;ve been using SSH tunnels to self-host services, but serve from a VPS. This was primarily motivated by the fact that a residential IP may inadvertently give out your exact location to others. Another advantage, is that your files and keys are still kept on your local machine instead of in the cloud. For services that require heavy use of files that aren&rsquo;t private, I&rsquo;d recommend using an S3 bucket if possible.</p> +<p>Essentially there are three steps</p> +<ol> +<li><a href="#1-setup-ssh-tunnels">Setup SSH tunnels</a></li> +<li><a href="#2-keep-an-always-open-ssh-tunnel">Create an always-on SSH session</a></li> +<li><a href="#3-configure-your-reverse-proxy">Setup your reverse-proxy</a></li> +</ol> +<h2 id="1-setup-ssh-tunnels">1. Setup SSH tunnels.</h2> +<p>The best way to setup your tunnels is to use your <code>~/.ssh/config</code> file.</p> +<pre tabindex="0"><code>Host vps + Hostname {your-vps-hostname} + User {your-server-user} + ServerAliveInterval 300 + RemoteForward 0.0.0.0:8080 localhost:80 + #... + #You can forward multiple ports + RemoteForward 0.0.0.0:8008 localhost:8008 + #IdentityFile ~/.ssh/your-ssh.pub +</code></pre><p><a href="https://linux.die.net/man/5/ssh_config">man page</a></p> +<p>What this means is that when your machine has an ssh session to the vps, you want to open the ports listed, from the ports on your machine which are listed second.</p> +<h2 id="2-keep-an-always-open-ssh-tunnel">2. Keep an always-open SSH tunnel.</h2> +<p>For this, I created a systemd service:</p> +<p>Using: <code>systemctl edit --full --force systemd-tunnel</code> to create the service</p> +<pre tabindex="0"><code>[Unit] +Description=Reverse SSH connection +After=network.target + +[Service] +User={your user} +Group={your group} +Type=simple +ExecStart=/usr/bin/ssh -vvv -g -N -T -o &#34;ServerAliveInterval 10&#34; -o &#34;ExitOnForwardFailure yes&#34; vps +Restart=always +RestartSec=3s + +[Install] +WantedBy=default.target +</code></pre><p>Then you can simply start the service with <code>systemctl enable --now secure-tunnel</code></p> +<h2 id="3-configure-your-reverse-proxy">3. Configure your reverse proxy</h2> +<p>In the example <code>.ssh/config</code> we forwarded local port 8080 to the vps port 80. +This means that for that port no additional modifications are required. Anything served on your port 8080 will be served from your vps as http. The second example we forwarded local (http) <a href="https://github.com/matrix-org/synapse/">synapse</a> port to 8008 on the vps. So you&rsquo;ll want to reverse proxy that.To do this on nginx, on your VPS you&rsquo;ll <code>proxy_pass</code> to <code>https://localhost:8008</code>.</p> +<p>Here&rsquo;s an example nginx config sample that would be in <code>/etc/nginx/sites/available/matrix</code></p> +<pre tabindex="0"><code>server { + listen 8448; + server_name matrix.your.domain; + location / { + proxy_pass http://localhost:8008; + } + #SSL and other options here... +} +</code></pre><p>I hope you&rsquo;ve found this helpful. I plan to explain this in even more detail in a peertube video sometime soon.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Now available on Tor & I2P + https://gabe.rocks/tech/darkweb2/ + Fri, 17 Mar 2023 00:00:00 +0000 + + https://gabe.rocks/tech/darkweb2/ + Gabe.Rocks is now on TWO darknets + <p>Onion: <a href="http://gabriel262me3lgv3w7xohtesg3laoojmtye644pwirhdm73qmedmsqd.onion">http://gabriel262me3lgv3w7xohtesg3laoojmtye644pwirhdm73qmedmsqd.onion</a></p> +<p>I2P: <a href="http://gabe.i2p/?i2paddresshelper=pRQwxGBE3emBruaNNRbHR-Y5sUBZFfHLr0OBh1W3JbKlFDDEYETd6YGu5o01FsdH5jmxQFkV8cuvQ4GHVbclsqUUMMRgRN3pga7mjTUWx0fmObFAWRXxy69DgYdVtyWypRQwxGBE3emBruaNNRbHR-Y5sUBZFfHLr0OBh1W3JbKlFDDEYETd6YGu5o01FsdH5jmxQFkV8cuvQ4GHVbclsqUUMMRgRN3pga7mjTUWx0fmObFAWRXxy69DgYdVtyWypRQwxGBE3emBruaNNRbHR-Y5sUBZFfHLr0OBh1W3JbKlFDDEYETd6YGu5o01FsdH5jmxQFkV8cuvQ4GHVbclsqUUMMRgRN3pga7mjTUWx0fmObFAWRXxy69DgYdVtyWypRQwxGBE3emBruaNNRbHR-Y5sUBZFfHLr0OBh1W3JbKlFDDEYETd6YGu5o01FsdH5jmxQFkV8cuvQ4GHVbclsk2qXx~Bw-EqDae6pcqQKRZb3ljyQL~NoEfWVcNfzHFjBQAEAAcAAA==">gabe.i2p</a></p> +<h3 id="is-one-darknet-really-enough">Is one darknet really enough?</h3> +<p>I&rsquo;ve already maintained a presence on the Tor network for a couple of months now. Sadly I noticed that my relative links on this blog were broken! Essentially <code>gabe.rocks</code> worked great, but any relative link would take you back to <code>gabe.rocks</code> and redirect back to Tor (probably not a best practice). I&rsquo;ve finally fixed this. <em>sorry!</em></p> +<p>Coming across this <a href="https://web.archive.org/web/20230722011711/https://xmrpower.bearblog.dev/mirror-your-website-tor-i2p/">blog post</a> by <a href="https://xmrposter.club/users/NotMtth">moneromaxi</a> showed me that it shouldn&rsquo;t be that much extra work to get on I2P.</p> +<h3 id="maintaining-multiple-sites">Maintaining multiple sites</h3> +<p>I use <a href="https://gabe.rocks/tags/hugo">hugo</a> to generate this site. Hugo has a handy option that lets you change the base url. I&rsquo;ve setup a webhook with my forgejo instance that when I update a private repository, it automatically calls my <code>upload.sh</code> for the site.<br> +Which means my basic script works like this:</p> +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span><span style="color:#75715e">#!/bin/bash +</span></span></span><span style="display:flex;"><span><span style="color:#75715e"></span>hugo +</span></span><span style="display:flex;"><span>rsync public/ vps:/var/www/gabe.rocks +</span></span><span style="display:flex;"><span><span style="color:#75715e">#Regenerate for onion</span> +</span></span><span style="display:flex;"><span>hugo -b <span style="color:#e6db74">&#39;mysite.onion&#39;</span> +</span></span><span style="display:flex;"><span>rsync public/ /var/tor/gabe.rocks +</span></span><span style="display:flex;"><span><span style="color:#75715e">#Regenerate for I2P</span> +</span></span><span style="display:flex;"><span>hugo -b <span style="color:#e6db74">&#39;mysite.i2p&#39;</span> +</span></span><span style="display:flex;"><span>rsync public/ /var/i2p/gabe.rocks +</span></span></code></pre></div><h3 id="future-steps">Future Steps</h3> +<p>Ideally, I&rsquo;d like to migrate all my public services (forgejo/peertube) behind Tor &amp; I2P.</p> +<p><strong>Note:</strong> <em>I need to make some updates before my themes are available at <code>gabe.rocks/themes</code> again.</em></p> +<h3 id="learn-more">learn more</h3> +<p><a href="https://fosstodon.org/@RTP">(RTP) Privacy and Tech Tips</a> has a great <a href="https://tube.tchncs.de/videos/watch/8b304fd9-03c2-4daa-a8af-ed097e8ab0d7">tour</a> for I2P.</p> +<p>After getting started, I realized that <a href="https://landchad.net/i2p/">landchad</a> also has an I2P guide.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Pi-Server no more + https://gabe.rocks/tech/pi-gone/ + Tue, 07 Mar 2023 00:00:00 +0000 + + https://gabe.rocks/tech/pi-gone/ + + <h2 id="goodbye-pi-server-it-was-a-good-run">Goodbye Pi-Server, it was a good run.</h2> +<p>I&rsquo;ve moved many of my self-hosted services away from the pi-server to a proper deskstop. The primary motivation was to get more CPU for <a href="https://joinpeertube.org">PeerTube</a> hosted at <a href="https://peertube.libresolutions.network">peertube.libresolutions.network</a></p> + +<video autoplay muted loop preload="true" class="gif"> + <source src='https://gabe.rocks//video/pi-upgrade.webm'> + +</video> + + + +<p>I&rsquo;ve also setup <a href="https://forgejo.org">Forgejo</a> at <a href="https://code.gabe.rocks">code.gabe.rocks</a>.</p> +<p>Thanks to a helpful tip from <a href="https://retroedge.tech/post-2023-01-17-ssh-reverse-tunnel.html">RetroEdgeTech</a>:</p> +<blockquote> +<p>The programmer can now access the machine behind the firewall by connecting to a different machine on the internet at a specific port that forwards ssh to the machine behind the firewall. This command has to be run from the internal network, or in this case the machine we want to grant access to from the outside.</p> +<p><code>ssh -R 0.0.0.0:43023:localhost:22 sysadmin@machine-on-internet</code></p> +<p>The part that took me so long to figure out was the &ldquo;0.0.0.0&rdquo; before the first colon. This binds port 43023 (or whatever port you choose) to all ipv4 interfaces on that machine, including external ones, not just the internal loopback (localhost) device.</p></blockquote> +<p>Despite some overhead, <a href="https://gabe.rocks/images/2023-03-setup.png">this</a> is more-or-less what I&rsquo;m working towards. At least until I can afford my own <a href="https://blog.alexgleason.me/run-your-own-server/">rack-space</a></p> +<h2 id="todo">#TODO:</h2> +<h3 id="update-theme-documentation">Update theme documentation</h3> +<p>Now that both of my themes are in better shape, I&rsquo;m hoping to devote some time soon to refreshing the documentation.</p> +<h3 id="darknet-upgrade">Darknet upgrade</h3> +<p>Thanks to <a href="https://xmrpower.bearblog.dev/mirror-your-website-tor-i2p/">this post</a> by <a href="https://xmrposter.club/users/NotMtth">moneromaxi</a> I&rsquo;ve decided that I want to make more of my own projects available over Tor &amp; I2P. Both of my websites currently have Tor hidden services, but at least I&rsquo;d like to throw my code forge behind both as well. Once fully deployed I&rsquo;ll be in a good spot to make some major updates to <a href="https://code.gabe.rocks/gabriel/interverse">interverse</a></p> +<p>Thank you for reading this through RSS 📡</p> + + + + Remembering Satine 🐰 + https://gabe.rocks/thoughts/remembering-satine/ + Sat, 18 Feb 2023 00:00:00 +0000 + + https://gabe.rocks/thoughts/remembering-satine/ + https://gabe.rocks//images/Satine/Satine-basket-side.webp?d=1676678400 + + + Saying goodbye to a good friend. + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//images/Satine/eating.mp4'> +</video> + + + +<p>Satine was my first rabbit. An adorable white dwarf bunny. +She was playful, curious and affectionate. She was a rescue, first <em>plopped</em> on my chest in 2016.</p> +<p><div class="gallery"> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/Satine/Gabe-Satine.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/Satine/Gabe-Satine.webp' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/Satine/Gabe-Satine-eating.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/Satine/Gabe-Satine-eating.webp' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/Satine/Satine-basket-side.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/Satine/Satine-basket-side.webp' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/Satine/Satine-laying.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/Satine/Satine-laying.webp' +> + +</a> + + + +</div> +</div></p> +<p>It was a joy getting to know Satine, especially for the first little while when it was just me and her.</p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//images/Satine/playing.mp4'> +</video> + + + +<p>Rabbits are lovely pets, they&rsquo;re smart and very expressive.</p> +<p><div class="gallery"> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/Satine/Satine-munch.gif'> + +<img loading="lazy" +src='https://gabe.rocks/images/Satine/Satine-munch.gif' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/Satine/Satine-stretch.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/Satine/Satine-stretch.webp' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/Satine/Satine-basket.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/Satine/Satine-basket.webp' +> + +</a> + + + +</div> +</div></p> +<p>Every &ldquo;binky&rdquo; was a nice heart flutter when caught.</p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//images/Satine/binky.mp4'> +</video> + + + +<h2 id="her-other-half-obi-wan">Her other half, Obi-Wan</h2> +<p>Obi-wan was her brown lop-ear companion. There was an adorable incident where Obi had to go to the vet, and Satine lunged in when they went to grab him. She was definitely willing to fight for him when it counted!</p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//images/Satine/together.mp4'> +</video> + + + +<p>I will say he was the more <em>photogenic</em> of the two. I&rsquo;m not sure if it was simply his fur texture, or if he just was better at sitting still!</p> +<p><div class="gallery"> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/Satine/Obi.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/Satine/Obi.webp' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/Satine/both-eating-front.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/Satine/both-eating-front.webp' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/Satine/both-eating-side.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/Satine/both-eating-side.webp' +> + +</a> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/Satine/Obi-munch.gif'> + +<img loading="lazy" +src='https://gabe.rocks/images/Satine/Obi-munch.gif' +> + +</a> + + + +</div> +</div></p> +<p>It was always really nice to see them playing together. They will both always have a special place in my heart.</p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//images/Satine/playing-together.mp4'> +</video> + + + +<p>This bowl was made at <a href="https://mudoven.com/">the mud oven</a>. My other half did an incredible job painting the two of them in a water dish we had glazed for them.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/Satine/bowl.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/Satine/bowl.webp' +> + +</a> + + + +</div> +<hr> +<h2 id="why-the-names">Why the names?</h2> +<p>Satine is named after <a href="https://starwars.fandom.com/wiki/Satine_Kryze">Satine Kryze</a> from the Star Wars: Clone Wars show. Her companion Obi-wan Kenobi, needs no introduction. I named them so that Obi-wan and Satine could have the life together they missed in the show. I am very happy that they, (the rabbits) actually were <a href="https://twitter.com/gravyvoice/status/1625757465022459905">deeply in love</a>. It&rsquo;s a tragic tale for sure, and certainly has a deeper meaning for me now. &mdash;</p> +<h1 id="reminder-animals-go-to-heaven">Reminder: Animals go to heaven.</h1> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/Satine/francis.webp' +> + + + +</div> +<p>While I have no theological authority to declare this, I wholeheartedly believe it. Heaven is when you are fully in the presence of God, you not only experience God&rsquo;s infinite love for you and humanity, but all acts of love through all of time and space. In heaven, you are with all of it:</p> +<ul> +<li>Your mother holding you as a baby</li> +<li>A cat carrying <a href="https://youtube.com/channel/UCq5hgY37WAryZCwmehDyCaQ">her kittens</a></li> +<li>Baby ducks <a href="https://youtu.be/kzaB1WASjtA">following</a> their mother</li> +<li>A father marmoset <a href="https://youtu.be/_Imy2qW_VX4">carrying his babies</a></li> +</ul> +<p>In all of life&rsquo;s infinite wonder, love is never lost. Anything that is alive, is one with God.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/Satine/midwit.webp' +> + + + +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + Personal Homepages are really cool + https://gabe.rocks/tech/homepage/ + Fri, 20 Jan 2023 00:00:00 +0000 + + https://gabe.rocks/tech/homepage/ + Improve your skills and focus + <p>Most browsers support some kind of custom home page that&rsquo;s easily accessible at the press of a button, even on mobile. I love <a href="https://gabe.rocks/thoughts/2023-01-update/#bookmarks">bookmarks</a>, they&rsquo;re a vital part of how I browse the web on firefox. Sadly, I find I don&rsquo;t have quite the same functionality on brave mobile for Android. The good news is that a simple static page hosted anywhere is enough to provide a fantastic interface for sticking to relevant sites. Giving me the opportunity to keep sources I like readily accessible.</p> +<p>After making a relatively trivial homepage for myself I&rsquo;ve noticed myself spending much less time idly browsing. I&rsquo;m more focused on keeping up with the content I find interesting, instead of endlessly scrolling on feeds.</p> +<h2 id="how-to-build-your-own-homepage">How to build your own homepage</h2> +<h3 id="1-build-the-page">1. Build the page</h3> +<p>Even without knowing any html you can start small.</p> +<p>For example say you want a simple set of three links</p> +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-html" data-lang="html"><span style="display:flex;"><span> &lt;<span style="color:#f92672">a</span> <span style="color:#a6e22e">href</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;https://site1-link&#34;</span>&gt;Site 1&lt;/<span style="color:#f92672">a</span>&gt; +</span></span><span style="display:flex;"><span> &lt;<span style="color:#f92672">a</span> <span style="color:#a6e22e">href</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;https://site2-link&#34;</span>&gt;Site 2&lt;/<span style="color:#f92672">a</span>&gt; +</span></span><span style="display:flex;"><span> &lt;<span style="color:#f92672">a</span> <span style="color:#a6e22e">href</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;https://site3-link&#34;</span>&gt;Site 3&lt;/<span style="color:#f92672">a</span>&gt;</span></span></code></pre></div> +<p>As you get better, using the &lt;style&gt; tags can help keep your css rules in the same files.</p> +<h3 id="2-save-the-location">2. Save the location</h3> +<p>Throw it anywhere as &lsquo;index.html&rsquo; and bookmark that location.<br> +If you just want it for a single device you can save it locally.</p> +<h2 id="fancy-ideas-for-a-personal-homepage">Fancy ideas for a personal homepage</h2> +<p>Simple enhancements:</p> +<ul> +<li>Static reminders</li> +<li>Date &amp; time clock</li> +<li>Images and icons</li> +<li>Rotating wallpaper</li> +<li>A webGL background</li> +</ul> +<p>Things get really interesting the moment you use some kind of server-side functionality</p> +<p>I&rsquo;m considering using <a href="https://alpinejs.dev/">Alpine.js</a> and <a href="https://github.com/pocketbase/pocketbase">PocketBase</a> to build a variety of enhancements like:</p> +<ul> +<li>A search bar, using specific sites as options</li> +<li>Dynamic backgrounds</li> +<li>Alerts &amp; Reminders</li> +<li>Updating items from the homepage with a login</li> +<li>Keeping it private with the login</li> +<li>Calendar &amp; Agenda</li> +<li>Pulling content from feeds</li> +<li><a href="https://code.gabe.rocks/gabriel/interverse">Interverse</a></li> +<li>&hellip;Widgets?</li> +</ul> +<p><a href="https://www.hawaii.edu/askus/694">Far from a new idea</a>, I think homepages are a very accessible way for people to gain some digital independence.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Keeping it simple. + https://gabe.rocks/thoughts/2023-01-update/ + Fri, 13 Jan 2023 00:00:00 +0000 + + https://gabe.rocks/thoughts/2023-01-update/ + + <p>I&rsquo;m going to be doing a major re-work of the <a href="https://code.gabe.rocks/gabrfiel/valor">valor</a> theme. While I did successfully create what approximated an individual &lsquo;social media&rsquo; like design, I&rsquo;m not very happy with how it&rsquo;s turned out overall. +So the plan is to rebuild it simpler, and eventually update the repository. +The goal is to maintain the same multimedia-friendliness but without the confusing layout. In the meantime, I hope this simple layout suffices. +If you&rsquo;re shopping around for a hugo theme I&rsquo;m fairly happy with where <a href="https://code.gabe.rocks/gabrfiel/freedom">freedom</a> is at, but I need to document my new shortcodes as well as the theme features better.</p> +<h1 id="journaling">Journaling</h1> +<p>While my good friend at <a href="https://retroedge.tech">retroedge.tech</a> is starting <a href="https://retroedge.tech/post-2023-01-08-writing-challenge.html">#100DaysToOffload</a>, I have a slightly different new years resolution. I am starting to use <a href="https://obsidian.md">Obsidian</a> to write my own personal journal. While I have many goals for 2023, if nothing else finding ways to reduce stress is one of the most important at this time. I&rsquo;m hoping to offload fears into my personal journal, as well as to collect my own personal knowledge to either bring to this blog or to <a href="https://libresolutions.network">Libre Solutions Network</a>. +I&rsquo;ve successfully maintained two weeks of consistent journaling, and I&rsquo;m already feeling a bit of relief. For any fellow &lsquo;over-thinkers&rsquo; out there, I would highly recommend taking up the practice.</p> +<h1 id="bookmarks">Bookmarks</h1> +<p>If you haven&rsquo;t already, feel free to browse my curated <a href="https://gabe.rocks/bookmarks.html">bookmarks file</a>. Eventially, I&rsquo;d like to publish a set of bookmarks by topic, and streamline how I export them. If nothing else it gives me a reason to continuously seek out interesting or useful resources. That file isn&rsquo;t what I would consider comprehensive, but eventually I hope to get around to sharing more. For all the hype brave gets, being able to import search bookmarks with firefox/librewolf feels awesome. I love being able to cut out most search engines by using various sites&rsquo; own search function from the address bar.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Apocalypse Scenario #253 + https://gabe.rocks/thoughts/apocalypse/ + Wed, 07 Dec 2022 00:00:00 +0000 + + https://gabe.rocks/thoughts/apocalypse/ + https://gabe.rocks//images/apocalypse-scenario/comic.webp?d=1670371200 + + + Maybe "You will own nothing, and live in the pod" wasn't a great sales pitch + <div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://poorlydrawnlines.com/comic/apocalypse-253/'> + +<img loading="lazy" +src='https://gabe.rocks/images/apocalypse-scenario/comic.webp' +> + +</a> + + + +</div> +<p>Matt Stoller <a href="https://nitter.net/matthewstoller/status/1600164210121461768">writes</a>:</p> +<blockquote> +<p>I hear from right-wing small business owners that employees are just not showing up, and I also hear from left-wing professors that students are just not showing up. This dynamic got much worse during Covid. Something is very off.</p> +<p>Church attendance is down, crime is up, labor force participation is down, life spans are down, drug overdoses are up. I don&rsquo;t know what&rsquo;s going on but it&rsquo;s not good.</p> +<p><a href="https://twitter.com/matthewstoller/status/1600164210121461768">Twitter</a></p></blockquote> +<p>There really is an agreement all over the political spectrum that things are in fact quite dire.<br> +There is a near universal belief in the replies that the root of the problem is a sick culture.</p> +<p>Here are particular axes people grind:</p> +<ul> +<li>because of <a href="https://covid19criticalcare.com/treatment-protocols/i-recover-long-covid-treatment/">long covid?</a></li> +<li>because <a href="https://youtu.be/n1xgQeCiu6k">easy money spoiled people</a> and they&rsquo;re unwilling to toil for meager wages?</li> +<li>because kids are lazy or their parents failed them?</li> +<li>because the <a href="https://brownstone.org/articles/they-will-lock-you-down-again/">naked corruption of the pandemic response</a> demoralized people?</li> +<li>because of vaccine mandates and other abuses violated the social contract?</li> +</ul> +<p>I found the following quote tweets illuminating:</p> +<p><div class="gallery"> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/apocalypse-scenario/2.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/apocalypse-scenario/3.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/apocalypse-scenario/4.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/apocalypse-scenario/5.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/apocalypse-scenario/6.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/apocalypse-scenario/7.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/apocalypse-scenario/8.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/apocalypse-scenario/9.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/apocalypse-scenario/10.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/apocalypse-scenario/11.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/apocalypse-scenario/12.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/apocalypse-scenario/13.webp' +> + + + +</div> +</div></p> +<p>I don&rsquo;t know the way forward from this. In the face of these concerns optimism reeks of denial. If you&rsquo;re struggling to stay motivated I wish that you find ways to work to help those around you. If this as bad as some are predicting, we are all going to need a lot of help.</p> +<p>I pray that that through the holy spirit, people find fulfilling, meaningful and honest means to move forward in their own lives.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Don't turn on the flock! + https://gabe.rocks/thoughts/dont-turn-on-the-flock/ + Fri, 25 Nov 2022 00:00:00 +0000 + + https://gabe.rocks/thoughts/dont-turn-on-the-flock/ + + + + + https://gabe.rocks//memes/Religion/sheep.jpg?d=1669334400 + + + Avoid the temptation of turning on your fellow human beings. + <p><a href="https://nitter.net/Nurledge">@ForgedaNohledge</a> posted a fantastic rebuttal to Andrew Tate saying that the &ldquo;<a href="https://nitter.net/david_r_morgan/status/1595907799304765445">slave minded</a>&rdquo; sheep are the problem. As someone who&rsquo;s <a href="https://nitter.net/Nurledge/status/1605386855771385856">life is threatened</a> he can&rsquo;t be accused of not having a stake on the issue.</p> +<p>He posts his rebuttal across 4 clips:</p> +<ul> +<li><a href="https://nitter.net/Nurledge/status/1595967032314712065">Part 1</a></li> +<li><a href="https://yewtu.be/rbcNmsxFj2Q">Part 2</a></li> +<li><a href="https://nitter.net/Nurledge/status/1595968892798926848">Part 3</a></li> +<li><a href="https://yewtu.be/watch?v=63VVqMznN9w">Part 4</a></li> +</ul> +<p>I&rsquo;ve stiched them together as audio here: + +<script> + function audio_end(event){ + p = event.target.parentElement; + if (!event.target.loop){ + p.children[1].innerHTML=icons['play']; + } + } + function setup_display(event){ + el = event.target.children[0]; + el.style.display="flex"; + console.log("Display audio") + } + function setup_audio_metadata(event) { + audio=event.target; + var seek = audio.parentElement.children[2]; + seek.min = 0; + seek.max = audio.duration; + seek.value = audio.currentTime; + audio.parentElement.children[3].style.display="block"; + audio.parentElement.children[5].children[0].innerHTML = "" + timeToText(audio.currentTime) + "/"; + audio.parentElement.children[5].children[1].innerHTML = "" + timeToText(audio.duration); + } + function toggle_loop_audio(event) { + audio = event.target.parentElement.children[0]; + audio.loop = !audio.loop; + if (audio.loop){ + event.target.children[0].classList.add("spin"); + } + else{ + event.target.children[0].classList.remove("spin"); + } + } + function update_audio_time(event) { + audio = event.target.parentElement.children[0]; + audio.currentTime = event.target.value; + } + function toggle_play_audio(event) { + el = event.target; + audio = el.parentElement.children[0]; + speed = el.parentElement.children[3].value; + audio.playbackRate = speed; + if (audio.paused) { + audio.play(); + el.children[0].children[0].setAttribute("href","#pause"); + } + else { + audio.pause(); + el.children[0].children[0].setAttribute("href","#play") + } + } + function update_audio_speed(event) { + el = event.target; + audio = event.target.parentElement.children[0]; + audio.playbackRate = el.value; + + } + function timeToText(t) { + hours = 0; + minutes = 0; + seconds = 0; + if (t > 60 * 60) { + hours = Math.floor(t / 60 / 60); + t = t - hours * 60 * 60; + } + if (t > 60) { + minutes = Math.floor(t / 60); + t = t - minutes * 60 + + } + if (t > 1) { + seconds = Math.floor(t); + } + text = ""; + if (hours > 0) { + text += hours + ":"; + } + if (minutes > 0 || hours > 0) { + if (minutes == 0) { + minutes = "00" + } + if (minutes < 10) { + text += "0" + } + text += minutes + ":" + } + if (seconds == 0 && (minutes > 0 || hours > 0)) { + seconds = "00"; + } + if (seconds < 10) { + text += "0"; + } + text += seconds + return text; + } +</script> +<style> + .audio-player { + display: flex; + flex-direction: row; + align-items: center; + justify-content:center; + width: 100%; + } + .audio-player>*{ + margin:2px; + margin-right:5px; + margin-left:5px; + } + .audio-player p{ + width: fit-content; + } + + .media-seek { + width: 100%; + } + .audio-player{ + border: 0.15rem solid var(--theme-accent); + padding:0.5rem; + border-radius: 0.5rem; + color:var(--theme-accent); + flex-wrap: nowrap; +} +.audio-player>*{ + margin:5px; +} + +.audio-player select, .audio-player button{ + background-color: transparent; + border-color: var(--theme-accent); + color:var(--theme-accent); + border-radius: 3px; + padding:0.5rem; +} + +.icon svg{ + width:2.25rem; + height:2.25rem; + z-index: -1; + background-color: transparent; + pointer-events: none; +} +.icon path, + .icon rect { + stroke: var(--theme-accent); + fill: var(--theme-accent); + } + +.icon svg circle { + stroke: var(--theme-accent); + fill: transparent; + stroke-width: 6; +} +@keyframes spin-icon { + 0%{rotate:0;} + 100%{rotate:360deg;} +} +.spin{ + animation:spin-icon 3s linear infinite; +} +</style> +<div class="media-container" onload="setup_display(event)"> + <div class="audio-player"> + <audio onended="audio_end(event)" onloadedmetadata="setup_audio_metadata(event)" ontimeupdate="setup_audio_metadata(event)"> + <source src='https://gabe.rocks//audio/dont-turn-on-the-flock.ogg'> + </audio> + <div class="icon" onclick="toggle_play_audio(event)"> + <svg> + <use href="#play"></use> + </svg> + </div> + <input class="media-seek" type="range" onchange="update_audio_time(event)" value="0"> + <select onchange="update_audio_speed(event)" style="display:none;"> + <option value="1" selected>1x</option> + <option value="1.5">1.5x</option> + <option value="2">2x</option> + <option value="2.5">2.5x</option> + <option value="3">3x</option> + </select> + <div class="audio-preview"> + </div> + <p><span class="audio-currentTime"></span><span class="audio-duration"></span></p> + <div class="icon" onclick="toggle_loop_audio(event)"> + <svg> + <use href="#loop"></use> + </svg> + </div> + </div> + <noscript> + <style> + .audio-player { + display: none; + } + </style> + <audio controls preload="false" style="width:100%;min-width:40vw;"> + <source src='https://gabe.rocks//audio/dont-turn-on-the-flock.ogg'> + </audio> + </noscript> +</div></p> +<p>As a personal note I can attest to feeling betrayed by how people have acted <a href="https://ocla.ca/canadian-blood-services-remote-working-employee-fired-for-declining-vaccine/">during the covid crisis</a>. ForgedaNohledge correctly points out that the people whipped up into a frenzy over covid are themselves victims of the agenda. My other half has <em>consistently</em> reminded me that I am privileged to be in the position to spend countless hours to <em>do my own research</em> on things I find pressing. It is tempting to take one&rsquo;s own situation for granted and then judge others.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/memes/Religion/sheep.jpg'> + +<img loading="lazy" +src='https://gabe.rocks/memes/Religion/sheep.jpg' +> + +</a> + + + +</div> +<p>People who have families and/or demanding jobs aren&rsquo;t always in the position to immediately distinguish, reason against, and ultimately overcome well-funded highly coordinated propaganda campaigns. This doesn&rsquo;t excuse those in positions of authority from criminal or civil liability, but it is a reason to forgive many of those who may have wronged you. The proper way to heal the massive wounds that were torn and salted during the Covid Crisis is for those who orchestrated and profited off its execution are not only prosecuted under the law, but also give restitution to those they harmed.</p> +<p>Dehumanizing those who simply didn&rsquo;t have the ability or disposition to turn over every rock despite nearly all in authority telling them not to isn&rsquo;t the right answer. I can understand the anger, to many of us I&rsquo;m sure mask wearing does perfectly symbolize the very essence of what allowed this tyranny.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Follow me on Misskey! + https://gabe.rocks/tech/misskey/ + Wed, 02 Nov 2022 00:00:00 +0000 + + https://gabe.rocks/tech/misskey/ + I've now setup my own single-user instance + <p>I&rsquo;ve setup my own <a href="https://misskey.io">Misskey</a> instance with their super useful <a href="https://misskey-hub.net/en/docs/install/docker.html">docker guide</a>.</p> +<p>Follow me at: <a href="https://mk.gabe.rocks/@gabriel">@gabriel@mk.gabe.rocks</a></p> +<p>So far I&rsquo;m really loving the UI and features. Misskey seems like a really cool place to kick it.</p> +<p>Also if you&rsquo;re reading this, you may want to consider adding my button to your website!</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks'> + +<img loading="lazy" +src='https://gabe.rocks/icons/gabe.rocks.gif' +> + +</a> + + + +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + pi-server upgrade + https://gabe.rocks/tech/pi-upgrades/ + Fri, 07 Oct 2022 00:00:00 +0000 + + https://gabe.rocks/tech/pi-upgrades/ + + + Booting a pi from an SSD + <p><a href="https://gabe.rocks/tech/pi-gone">No longer using the pi-server</a></p> +<h2 id="upgrading-my-pi-servers-boot-drive">Upgrading my pi-server&rsquo;s boot drive</h2> +<p>I don&rsquo;t <em><strong>trust</strong></em> microSD cards. They&rsquo;re tiny, and so very flimsy.<br> +It&rsquo;s hard to believe you can throw <a href="https://www.amazon.com/SanDisk-Ultra-MicroSDXC-Memory-Adapter/dp/B08HCPTMJG/">1TB</a> of data on these tiny things now.<br> +I craved the certainty of an old reliable sata ssd with a usb-type c enclosure.</p> +<p>The <a href="https://gabe.rocks/tech/pi-server">pi-server</a> serving you this site no longer uses a microsd card at all!</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://www.raspberrypi.com/news/raspberry-pi-imager-imaging-utility/'> + +<img loading="lazy" +src='https://gabe.rocks/images/pi-imager.webp' +> + +</a> + + + +</div> +<p>The <a href="https://www.raspberrypi.com/news/raspberry-pi-imager-imaging-utility/">raspberry Pi imager</a> makes it very easy to change your Pi&rsquo;s boot order.<br> +Simply select usb boot, and flash it to a small microsd card.</p> +<p>When you boot up with the sdcard wait for the green light to start flashing rapidly, that means it&rsquo;s done.<br> +You can now remove the microsd and boot your usb drive.</p> +<p>To migrate my existing installation I simply made new partitions on the SSD and copied the files.<br> +Additionally you&rsquo;ll want to make sure your <strong>/etc/fstab/</strong> points to your new <strong>/boot/</strong> partition</p> + +<video autoplay muted loop preload="true" class="gif"> + <source src='https://gabe.rocks//video/pi-upgrade.webm'> + +</video> + + + +<p>Thank you for reading this through RSS 📡</p> + + + + Hugo Themes + https://gabe.rocks/tech/themes/ + Sat, 17 Sep 2022 00:00:00 +0000 + + https://gabe.rocks/tech/themes/ + + + Steal my look! + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/website.mp4'> +</video> + + + +<p>My hugo themes are open source:</p> +<ul> +<li><a href="https://code.gabe.rocks/gabriel/Valor">Valor</a> +<ul> +<li>You can see a preview with extra tips <a href="https://gabe.rocks/themes/valor">here</a></li> +</ul> +</li> +<li><a href="https://code.gabe.rocks/gabriel/Freedom">Freedom</a> +<ul> +<li>You can see a preview with extra tips <a href="https://gabe.rocks/themes/freedom">here</a></li> +</ul> +</li> +</ul> +<p>Hoping to make more themes, these are just the starting concept.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Now available on Tor + https://gabe.rocks/tech/darkweb/ + Sun, 11 Sep 2022 00:00:00 +0000 + + https://gabe.rocks/tech/darkweb/ + Gabe.Rocks is now available on the dark web + <p>Something I found helpful:<br> +How to have your site automatically redirect <a href="https://community.torproject.org/onion-services/advanced/onion-location/">Tor users to your onion address</a>.</p> +<p><strong><a href="http://gabriel262me3lgv3w7xohtesg3laoojmtye644pwirhdm73qmedmsqd.onion">Onion Address</a></strong></p> +<p>Thank you for reading this through RSS 📡</p> + + + + Stable diffusion: first look + https://gabe.rocks/tech/stable-diffusion-first-look/ + Sun, 04 Sep 2022 00:00:00 +0000 + + https://gabe.rocks/tech/stable-diffusion-first-look/ + https://gabe.rocks//images/sd/robots.webp?d=1662249600 + + + Looks kinda neat! + <p><a href="https://github.com/CompVis/stable-diffusion">Stable diffusion</a> is an AI tool for generating images from text prompts or other images.</p> +<h3 id="how-to-get-started">How to get started:</h3> +<p>I found <a href="https://youtu.be/d_CgaHyA_n4">this</a> video helpful the basic process is:</p> +<ol> +<li>Install pytorch (docker images are available)</li> +<li>Download the pre-trained model</li> +<li>Run the scripts</li> +</ol> +<h3 id="playing-around">Playing around</h3> +<p>Why not start with some Transformers eh?</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/robots.webp' +> + + + +</div> +<p>I was a bit shocked how quick it was to genereate these and how decent they look. +I really like the one on the left.</p> +<p>How about dragons?</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/dragons.webp' +> + + + +</div> +<p>This didn&rsquo;t suprise me much, I included <code>artstation</code> in the prompt to get some more detail.</p> +<p>Knights?</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/knights.webp' +> + + + +</div> +<p>These are okay, I love the helmets but I can tell the prompt I gave could have been improved.</p> +<p>How about something cute and fluffy?</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/rabbits2.webp' +> + + + +</div> +<p>I was hoping for a bunch of baby bunnnies&hellip;which I got&hellip;but oh my! What&rsquo;s wrong with them?!</p> +<p>More transformers! On the death star!</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/sd/transformers.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/transformers.webp' +> + +</a> + + + +</div> +<p>All-and-all I think these are downright fantastic!</p> +<p>How about something hard! A star wars fight!</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/starwars.webp' +> + + + +</div> +<p>A bit confused but not bad!</p> +<p>How about reaaallly fancy sandcastles?</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://gabe.rocks/images/sd/sandcastles.webp'> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/sandcastles.webp' +> + +</a> + + + +</div> +<p>I really like how these turned out!</p> +<p>LEGO on Mars?</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/lego%20mars.webp' +> + + + +</div> +<h3 id="cherry-picking">Cherry-picking</h3> +<p>Here are some of the ones I liked specifically or found interesting.</p> +<div class="gallery"> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/hug.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/rabbit-sit.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/rabbit-jump.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/ships.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/board1.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/board2.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/dragon.webp' +> + + + +</div> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/sd/coin.webp' +> + + + +</div> +</div> +<h3 id="summary">Summary</h3> +<p><strong>Be specific!</strong> There&rsquo;s a great deal the model doesn&rsquo;t seem to understand. +It understands cute though</p> +<p><strong>Some details will be wrong</strong> A lot of specifics will slip through the cracks.</p> +<p>Thank you for reading this through RSS 📡</p> + + + + Running Pi Arch Linux + https://gabe.rocks/tech/pi-server/ + Wed, 17 Aug 2022 00:00:00 +0000 + + https://gabe.rocks/tech/pi-server/ + + + + <p><a href="https://gabe.rocks/tech/pi-gone">No longer using the pi-server</a></p> +<h2 id="this-site-was-served-to-you-by-a-raspberry-pi-4-model-b-running-arch-linux">This site was served to you by a Raspberry Pi 4 Model B running Arch Linux</h2> + +<video autoplay muted loop preload="true" class="gif"> + <source src='https://gabe.rocks//video/pi.webm'> + +</video> + + + +<ul> +<li><a href="https://archlinuxarm.org/">Arch Linux ARM</a></li> +<li><a href="https://www.adafruit.com/product/4296">Pi 4 B+</a></li> +<li><a href="https://gabe.rocks/tech/pi-upgrades/">Now booting on an SSD!</a></li> +</ul> +<p>Thank you for reading this through RSS 📡</p> + + + + Freedom Convoy 2022 + https://gabe.rocks/thoughts/freedom-convoy/ + Wed, 13 Jul 2022 00:00:00 +0000 + + https://gabe.rocks/thoughts/freedom-convoy/ + + + https://gabe.rocks//images/gabe&doc.jpg?d=1657670400 + + + Canadians at their best. + <div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/propaganda.jpg' + + alt='*If the situation was hopeless, their propaganda would be unnecessary*' +> + + + +</div> +<p>I have seen Canadians of all walks of life set aside class, ethnicity, province, and everything else to <a href="https://battlepenguin.com/politics/god-bless-canada-and-the-truckers-of-the-world/">stand against</a> abusive covid-19 policy. I&rsquo;ve personally experienced a <a href="https://ocla.ca/canadian-blood-services-remote-working-employee-fired-for-declining-vaccine/">loss of income</a> due to these policies. +When things look bleak, remember that all over this great country there are hardworking people willing to make real sacrifices for freedom, prosperity, and the hope of a better future. I know that together there are no limits to what we can achieve.</p> +<p><div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/gabe&amp;doc.jpg' + + alt='Gabe with Dr Bridle' +> + + + +</div> +I am forever inspired by those who have spoken up against institutional corruption and championed fundamental rights in these dark times. Now more than ever we need strong courageous people willing to work towards building a future worth inheriting. The challenges in repairing Canadian culture and institutions are incredible. I believe that together there are enough people willing and able to face these challenges.</p> +<p><a href="https://www.campfire.wiki/doku.php?id=freedom_convoy_2022">Learn more at Campfire.Wiki</a></p> +<p>If you&rsquo;d like to see some phootgraphs I&rsquo;ve taken you can browse them from the <a href="https://archive.org/details/2022-02-13_202305">internet archive</a></p> +<h2 id="now-is-the-time-to-stand-up-and-be-counted">Now is the time to stand up and be counted</h2> +<style> + .video-player { + display: flex; + flex-direction: column; + align-items: center; + } + + .video-controls { + display: flex; + flex-direction: row; + width: 100%; + height: fit-content; + flex-wrap: nowrap; + } + + .video-controls p { + width: min-content; + } + + .media-seek { + width: 100%; + } + + .video-controls>* { + margin: 5px; + } + + .video-controls select, + .video-controls button { + background-color: transparent; + border-color: var(--theme-accent); + color: var(--theme-accent); + border-radius: 3px; + padding: 0.5rem; + } + + .icon svg { + width: 2.25rem; + height: fit-content; + z-index: -1; + background-color: transparent; + pointer-events: none; + } + + .icon path, + .icon rect { + stroke: var(--theme-accent); + fill: var(--theme-accent); + } + + .icon svg circle { + stroke: var(--theme-accent); + fill: transparent; + stroke-width: 6; + } + .video-player:fullscreen{ + height:100vh; + width:100vw; + } + .video-player:fullscreen video{ + max-height: 100vh; + height:100%; + max-width: 100vw; + width: 100vw; + } +</style> +<div class="video-container"> + <div class="video-player"> + <video preload="metadata" onclick="playthis(event)" onloadedmetadata="setup_video_metadata(event)" + ontimeupdate="setup_video_metadata(event)" + > + <source src='https://gabe.rocks//video/viva.webm'> + + </video> + <div class="video-controls"> + <div onclick="toggle_video_play(event)" class="icon"> + <svg viewBox="0 0 120 120"><circle style="opacity:0.99;fill-opacity:0;stroke-width:6.4;stroke-dasharray:none;stroke-opacity:1" id="path2040" cx="60.062084" cy="62.077591" r="52.403164" /><path style="opacity:0.99;fill-opacity:1; stroke-width:4;stroke-dasharray:none;stroke-opacity:1" d="m 36.961917,29.902848 c 3.596357,-1.826163 63.333473,26.918008 63.449063,32.530093 0.1386,6.729203 -61.229407,35.615675 -63.254766,33.796117 -1.971501,-1.557746 -3.672784,-64.52183 -0.194297,-66.32621 z" id="path1060"> </svg> + </div> + </button> + <input class="media-seek" type="range" onchange="update_video_time(event)" value="0"> + <select onchange="update_video_speed(event)"> + <option value="1" selected>1x</option> + <option value="1.5">1.5x</option> + <option value="2">2x</option> + <option value="2.5">2.5x</option> + <option value="3">3x</option> + </select> + <p><span class="audio-currentTime"></span><span class="audio-duration"></span></p> + <div class="icon" onclick="fullscreen(event)"> + <svg viewBox="0 0 120 120"> + <path + style="opacity:0.99;fill-opacity:1;stroke-width:2.58928;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1" + d="M 46.964564,56.005523 29.64354,38.443145 15.744327,51.812481 15.624368,16.779513 l 36.623948,0.03226 -13.177737,14.17536 16.622539,16.392689 z" + id="path8948-3"/> + <path + style="opacity:0.99;fill-opacity:1;stroke-width:2.58928;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1" + d="M 55.129887,73.388205 38.422614,90.210417 51.067135,104.89922 16.395468,104.33333 16.434945,67.605641 30.111493,81.28219 46.504182,64.659651 Z" + id="path8948-3-5"/> + <path + style="opacity:0.99;fill-opacity:1;stroke-width:2.58928;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1" + d="M 63.363444,46.935211 80.997081,30.825588 67.627745,17.036604 102.68744,17.447746 102.62846,52.646518 88.168059,39.041226 71.989147,55.663767 Z" + id="path8948-3-6"/> + <path + style="opacity:0.99;fill-opacity:1;stroke-width:2.58928;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1" + d="M 71.956318,65.743071 91.343851,82.735377 104.06395,70.648701 103.79532,105.13832 69.166628,105.79193 82.579575,93.184265 63.227764,74.368773 Z" + id="path8948-3-5-2"/> + </svg> + + </div> + + </div> + <script> + function setup_video_metadata(event) { + video = event.target; + var seek = video.parentElement.children[1].children[1]; + seek.min = 0; + seek.max = video.duration; + seek.value = video.currentTime; + details = video.parentElement.children[1].children[3].children; + details[0].innerHTML = timeToText(video.currentTime) + "/"; + details[1].innerHTML = timeToText(video.duration); + + } + function playthis(event) { + if (event.target.paused) { + event.target.playbackRate = video.parentElement.children[1].children[2].value; + event.target.play(); + video.parentElement.children[1].children[0].innerHTML = icons['pause']; + } + else { + event.target.pause(); + video.parentElement.children[1].children[0].innerHTML = icons['play']; + } + } + function fullscreen(event) { + video = event.target.parentElement.parentElement; + if (document.fullscreenElement) { + document.exitFullscreen(); + event.target.innerHTML = icons['expand']; + } + else { + video.requestFullscreen(); + event.target.innerHTML = icons['shrink']; + } + + + } + function toggle_video_play(event) { + video = event.target.parentElement.parentElement.children[0]; + if (video.paused) { + video.playbackRate = video.parentElement.children[1].children[2].value; + video.play(); + video.parentElement.children[1].children[0].innerHTML = icons['pause']; + } + else { + video.pause(); + video.parentElement.children[1].children[0].innerHTML = icons['play']; + } + } + function update_video_speed(event) { + video = event.target.parentElement.parentElement.children[0]; + video.playbackRate = event.target.value; + } + function update_video_time(event) { + video = event.target.parentElement.parentElement.children[0]; + video.currentTime = event.target.value; + } + + function timeToText(t) { + hours = 0; + minutes = 0; + seconds = 0; + if (t > 60 * 60) { + hours = Math.floor(t / 60 / 60); + t = t - hours * 60 * 60; + } + if (t > 60) { + minutes = Math.floor(t / 60); + t = t - minutes * 60 + + } + if (t > 1) { + seconds = Math.floor(t); + } + text = ""; + if (hours > 0) { + text += hours + ":"; + } + if (minutes > 0 || hours > 0) { + if (minutes == 0) { + minutes = "00" + } + if (minutes < 10) { + text += "0" + } + text += minutes + ":" + } + if (seconds == 0 && (minutes > 0 || hours > 0)) { + seconds = "00"; + } + if (seconds < 10) { + text += "0"; + } + text += seconds + return text; + } + </script> + </div> + <noscript> + <style> + .video-player { + display: none; + } + </style> + <video controls preload="false"> + <source src='https://gabe.rocks//video/viva.webm'> + </video> + </noscript> + + <p class="caption"> + </p> +</div> +<p>Thank you for reading this through RSS 📡</p> + + + + Reclaiming Territory in Cyberspace + https://gabe.rocks/tech/reclaiming-cyberspace/ + Thu, 16 Jun 2022 00:00:00 +0000 + + https://gabe.rocks/tech/reclaiming-cyberspace/ + Leave big tech behind forever. Reclaim your power to reshape cyberspace. Learn technological literacy without compromise. + <p><a href="../reclaiming-cyberspace.pdf">PDF now available</a></p> +<p>Humanity has lost cyberspace to corporations, corruption, and algorithmic control. It is of utmost importance that we increase people’s general technological understanding. We can all build a human-centric cyberspace instead of one used to dominate and control us.</p> +<h3 id="contents">Contents:</h3> +<ol> +<li><a href="#hardware-basics">Hardware Basics</a></li> +<li><a href="#operating-system-fundamentals">Operating Systems</a></li> +<li><a href="#the-world-wide-web">World Wide Web</a></li> +<li><a href="#communications">Communications</a></li> +<li><a href="#self-hosting">Self-hosting</a></li> +<li><a href="#censorship-avoidance-1">Censorship Avoidance</a></li> +<li><a href="#your-website">Your Website</a></li> +</ol> +<h1 id="hardware-basics">Hardware Basics</h1> +<p>We are living in interesting times. These days a vast array of tools are aimed at harvesting as much data as possible to build powerful centralized control systems. These systems are then leveraged against people in all kinds of insidious ways. This is not merely self-interested profit-seeking; it has a purpose and that purpose is to wage war on humanity. The Tools of the Technocracy series was intended to demonstrate the vast array of tools being weaponized against the people.</p> +<p>With this in mind, it is challenging to know how to proceed. People may want to simply eliminate all contact with technology, it’s hard to blame them. Others, are simply not prepared to make that decision and can fall into a trap of apathy. This series aims to build a solid foundation to reclaim much of your own digital sovereignty. As you do this, you can leverage many useful systems without becoming a prisoner of the technocracy. Those who are locked into the cloud are not only captives of the system, but are actively providing assistance to those who wish to control everyone, and everything.</p> +<p>But how can we turn the tide? What if it is too late to meaningfully change things? +While I can not promise total victory, there are many important ways for people to take action and start to liberate themselves from the cloud. I believe the pursuit of liberty is an asymmetric one in the people’s favor. While things may look bleak, it is very clear that every act of defiance, every action taken to bring freedom; costs the tyrants exponentially more effort to reverse.</p> +<hr> +<h2 id="strategic-overview">Strategic overview</h2> +<p>In cyberspace there 3 major resources: <strong>Storage, Bandwidth, and Computing Power</strong>. Our goal must be to maximize our use of these resources without having them being used against us.</p> +<h3 id="1-storage">1. Storage</h3> +<p>For content and information to exist it has to be stored somewhere. Storage varies in capacity, speed, and form-factor.</p> +<ul> +<li> +<p>Capacity:</p> +<p>Hard drives (HDD) offer significantly more storage per $ than solid-state drives (SSD).</p> +</li> +<li> +<p>Speed:</p> +<ul> +<li>Solid-state drives are much faster than hard drives.</li> +<li>Optical media is much slower.</li> +</ul> +</li> +<li> +<p>Form-factor:</p> +<ul> +<li>Flash drives are smaller portable storage devices that can be carried around with you.</li> +<li>SD Cards are very tiny and have very high storage-to-space ratios.</li> +<li>Hard drives and most solid-state drives are significantly bulkier.</li> +</ul> +</li> +</ul> +<p>These trade-offs represent opportunities in some areas and troubles in others. Depending on your needs you may only need a small amount of storage, in other cases you may need significantly more. +In my opinion, here are the optimal roles for each storage device:</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/storage-types.webp' +> + + + +</div> +<h4 id="solid-state-drives">Solid-state drives:</h4> +<p>Primary storage for Desktop/Laptop devices.<br> +Their faster speed offers a great deal of advantages:</p> +<ul> +<li>Your system will boot faster</li> +<li>Loading files and programs will be faster</li> +<li>They are significantly quieter than hard drives</li> +<li>They’re also smaller than hard drives</li> +</ul> +<h4 id="hard-drives">Hard drives:</h4> +<p>Additional storage for media, such as videos, music, documents, and images. +Due to their cost effectiveness these are fantastic for larger backups.</p> +<h4 id="flash-drives--sd-cards">Flash drives &amp; SD Cards:</h4> +<p>Transferring files over the “sneaker-net” by personally delivering them, or through the mail. +Additionally, these are very great for “quick-and-dirty” back-ups of small amounts of files.</p> +<h4 id="optical-media">Optical media:</h4> +<p>Aside from being able to be played directly with their respective reader, optical media is fantastic for archiving. Anything you you want stored in an untouched format.</p> +<hr> +<p>At minimum you’ll want to preserve data you care about. Backups are very important to prevent data loss. At least having some storage helps prevent you from keeping all your data in the cloud. Portable storage is a great way to have access to the same files on multiple devices without having to constantly sync those files over the network. You can turn HDDs and SSDs into portable storage by using their respective enclosure.</p> +<h3 id="2-connectivity">2. Connectivity</h3> +<p>The “information superhighway” is fueled by the ability for large amounts of data to be transferred large distances. Connectivity varies in <strong>latency, bandwidth, and range</strong>.</p> +<ul> +<li><strong>Latency</strong> is how fast it takes information to arrive.</li> +<li><strong>Bandwidth</strong> is how much information can be carried in a given time.</li> +<li><strong>Range</strong> is how far you can send information.</li> +</ul> +<p><strong>Wired networks</strong> are king in terms of speed, very low latency and very high bandwidth. +Attackers need to have access to the wires to intercept your network information.</p> +<p><strong>Wireless networks</strong> have significantly more range, but have significant speed and security trade-offs.</p> +<p><strong>LoRa</strong> (Long Range) has incredible range, and is simple to deploy yourself. Unfortunately, it is not suited for significant amounts of data transmission. +Bluetooth is infamously insecure, but has a shorter range and conveniently integrates with many devices.</p> +<p><strong>Mobile Networks</strong> (LTE/5G) are run by large corporations,but they are convenient. Outside of specific circumstances connectivity is generally associated with your identity. +<strong>WiFi</strong> is most commonly providing internet access to devices in specific buildings. It is generally recommended to use your own access point instead of relying on the router provided by your ISP.</p> +<p>While you may have a fantastic connection, others may not. Ensuring that content you produce is accessible to low data connections puts you at a significant advantage. This means you may want to have as much raw text as possible, and smaller sized images &amp; video. +If your website is under 512KB consider joining the <a href="https://512kb.club/">512KB club</a>.</p> +<hr> +<h3 id="3-computing-power">3. Computing power</h3> +<p>More computing power exponentially increases the possibilities available with given resources and information. Computing power has to balance heat, energy efficiency, and complexity. Powerful machines use more power and generate more heat. Clusters of powerful machines generate even more heat and require incredible amounts of energy. It is important not to underestimate the computing power available to the technocrats, many feats impossible to consumer grade hardware are still on the table for larger entities. Likewise, it is foolish to dismiss the capabilities of even relatively small amounts of computing power, even the most simple devices can still relay data to more sophisticated ones.</p> +<p>AI is a force multiplier for computing power. It requires a massive amount of energy, computing power and energy to train, but once the model is trained it requires exponentially less to use the model. This is incredible because AI models can be shared, potentially saving people large amounts of computing power, which in turn saves lots of energy. Unfortunately, this is also means that those with access to privately trained AI behind close doors have disproportionate advantages in specific areas.</p> +<p>Smart phones provide a significant amount of computing power on the go. Their operating systems do a great deal to restrict people from installing software outside their store. Many of these devices are sold with relatively little storage to incentivize people to move onto the cloud. The biggest challenge with having a much more powerful device is ensuring it isn’t being leveraged against you.</p> +<p>Do you necessarily need to hoard the most computing power you possibly can? I don’t think this is necessary. In fact I believe the best strategy is to ensure that the computing power is well distributed between people to even the playing-field. One way of achieving this is sharing a used system with someone instead of recycling it. Not everyone stays up to date with the latest hardware and your “obsolete” device may be an upgrade for someone else. Where possible, it’s important to liberate hardware from the cloud, instead of simply purchasing devices and creating more e-waste.</p> +<h2 id="assessment">Assessment</h2> +<p>The cloud as a whole is an atrocious waste in the first place. Crimes against ordinary people aren’t prevented by all this passive surveillance, children still go missing in incredible numbers despite all this incredible technology, and none of it has been used to make people happier, empowered, healthier human beings. At best, the cloud is a tax-write-off for enterprises that do not wish to maintain their own systems. This has significant costs to us as we lose any and all privacy from the system.</p> +<p>Even as a group, humanity is at a staggering disadvantage in terms of these resources. Governments of the world, big tech, and other large institutions will have the majority of the storage, bandwidth, and computing power.</p> +<p>While that makes it sound like it’s “game over” it’s really not. Manufacturing, configuring, and maintaining all of these systems is insanely expensive. Much of the work done by these systems is solely focused on collecting data on people, analyzing it, and then manipulating people&hellip;if the people let them. This is why it is very important for these systems to make it as easy as possible for people to keep feeding them data; every single conscious choice to send these systems less data and reduce it’s influence turns this very expensive enterprise into a massive waste.</p> +<p>This asymmetry is the root of our goal. We don’t need to build a competing digital-financial-complex to win, we simply have to regain enough privacy in our own lives to undermine this system. The goal of these systems isn’t to simply hijack our devices and turn them against us; where possible, they want to turn us against ourselves.</p> +<h3 id="devices">Devices</h3> +<p>The internet as a whole is a giant battlefield in the war for cyberspace. In this respect, every single connected device is a strategic location that may be already entirely compromised by malevolent forces. These are not limited to the technocracy, ordinary cyber-criminals would be very happy to make use of the resources your device has access to. When an attacker takes control of your device, it will inevitably cause you problems. The more capabilities the device has, the more of a danger it is to you. Machines can lie, a compromised device can and will act in subtle, unpredictable ways. Many systems ultimately trust that the device is doing what the device reports it is doing.</p> +<p>What kind of capabilities can devices have?</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/device-types.webp' +> + + + +</div> +<p>The main computing elements in machines are the CPU (Central Processing Unit) and the GPU (Graphics Processing Unit) also known as the video card. The CPU is responsible for running the majority of the tasks the system runs, with the GPU being responsible for drawing the display(s).</p> +<p>For CPUs there are specific instruction sets used by programs for that architecture. This is important because not all software will be available to each architecture.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/cpu-types.webp' +> + + + +</div> +<p>When the machine turns on the boot-loader looks for any Operating Systems that are stored on the system, which are then loaded. Once the OS is loaded, the OS prepares any systems and services that are needed to run. Unfortunately these devices can and do have back-doors in them, most infamously there is the <a href="https://en.wikipedia.org/wiki/Intel_Management_Engine">IntelME</a> which is essentially a whole new system running underneath your system. There are mitigation (discussed below) but it’s important to have the long-view when understanding what we are up against.</p> +<h2 id="the-immense-cost-of-anti-human-devices">The immense cost of anti-human devices</h2> +<h3 id="planned-obsolescence">Planned obsolescence</h3> +<p>A major factor in the increasing amount of e-waste is manufacturers dropping support for devices. When a device no longer receives updates it is not only a significant security risk; it also can arbitrarily limit what software the device can run. This robs people of the time and resources used to acquire and maintain the device in the first place.</p> +<h3 id="defective-by-design">Defective by design</h3> +<p>In addition to planned obsolescence, many devices are made difficult to repair. Often by Manufacturers not disclosing vital information required to maintain and fix them. By not being able to repair devices, you often can’t update or even modify them to your needs.</p> +<p>This increasingly applies to more than just computers, but appliances, vehicles and tools.</p> +<h2 id="mitigation-measures">Mitigation measures</h2> +<h3 id="dedicated-devices">Dedicated devices</h3> +<p>When it comes to hardware “less is more” in so many ways. The only way for someone to access photos on a non-networked digital camera is for them to have the device. On the other hand, “smart” devices, with many features and little transparency will be passively sending all kinds of data without the people nearby being aware. An “air-gapped” PC (a computer without network access) is a lot harder to hack into, usually requiring physical access.</p> +<ul> +<li>A webcam you can unplug is one you can easily prevent from recording you</li> +<li>A hardware authenticator can keep encryption keys safe</li> +<li>Having your backup on storage that isn’t plugged-in can protect you from ransomware</li> +<li>Using a power bank to charge your mobile device can prevent them from being hacked by charging ports</li> +</ul> +<h3 id="faraday-bags">Faraday bags</h3> +<p>Not every device can be single-purpose unfortunately. For laptops, smartphones, and tablets you may want to consider using a faraday bag that can block out any network signal.</p> +<h3 id="hardware-switches">Hardware switches</h3> +<p>Some devices provide hardware switches to turn off specific features, some laptops have it for WiFi. +Note that this may be more of a hotkey or “suggestion” to the operating system rather than actually cutting off the power. Make sure you know that the switch actually cuts power to the device you intend to turn off.</p> +<h3 id="right-to-repair">Right to Repair</h3> +<p><a href="https://www.repair.org/stand-up">Right to repair</a> is an important movement in restoring our rights over our devices. Keeping details about these devices secret does little to keep things secure and is simply a subsidy to platforms with the worst practices. Total ownership over your devices is one of the most important steps in ensuring the creators don’t end up owning you.</p> +<h3 id="free-and-open-source-hardware-fosh">Free and Open Source Hardware (FOSH)</h3> +<p>Instead of fighting existing manufacturers, it can often be easier to support the creation of new devices with open schematics and great documentation. This is another area where a little effort goes a long way. As the tools to build devices become more accessible more and more useful projects will come online.</p> +<p><a href="https://en.wikipedia.org/wiki/Open-source_hardware">https://en.wikipedia.org/wiki/Open-source_hardware</a></p> +<h3 id="libreboot">Libreboot</h3> +<p>Libreboot is a fantastic project for creating Free and Open Source (FOSS) firmware for computers. This is very important in removing the Intel ME from intel devices.</p> +<p><a href="https://libreboot.org/">https://libreboot.org/</a></p> +<p>-https://libreboot.at/</p> +<h1 id="operating-system-fundamentals">Operating System Fundamentals</h1> +<p>After you’ve taken careful consideration of what devices you want in your life, it’s important to take control of the systems you use. Just as not all devices are equal, different systems have massive differences. Fundamentally the question ends up being one of trust. Do you trust your data on a Windows machine designed by Microsoft? Do you trust your data on smartphones with Google or Apple? One of the most powerful tools these systems have is to convince you to put your data onto the cloud by making it easier and more convenient. They don’t need to proactively steal information from you if they can simply encourage you to do it yourself.</p> +<p>Our primary advantage against the technocracy is that we can almost always do more with less. By taking control of your systems, you can make significant steps to enhancing your digital privacy, security, and freedom. Every unit of data you deprive from the cloud incrementally makes a waste out of the immense resources spent on running it. This means that it is critical to prioritize keeping your data and data processing on your own systems. Thankfully this doesn’t mean doing it entirely alone. There are many ways to collaborate and pool resources without sacrificing ownership, autonomy, or privacy.</p> +<p>First, we need to understand our systems better. By understanding how our systems work, we can truly reclaim our own processing and bring our data home.</p> +<h2 id="abstraction">Abstraction</h2> +<p>Every time you launch a program or open an app your device has to use the Operating System (OS) to make important preparations. Application files are loaded from storage, and all kinds of system resources and devices are accessed. The important feature of the OS is abstraction; simplifying complex systems into easy-to-use interfaces for applications. Because of this, application developers don’t need worry about what kind of device your system has, they only need to know what features it has. For example, your browser can easily use whatever camera &amp; microphone you have, rather than only supporting specific ones.</p> +<h2 id="computing-power-abstraction">Computing power abstraction</h2> +<p>The heart of your computing power is the CPU, it is the engine that provides the raw power for computations. Almost all modern CPUs have multiple cores which are units that allow more processing to be done synchronously. The OS translates physical cores (and extra functionality) into virtual threads which run tasks. The important part to understand is that when processing large amounts of data there are often ways to do it faster with programs that make use of more threads.</p> +<p>Memory is similar to storage, but it’s the warehouse the CPU uses to organize data. As programs bring in larger and larger units of memory it is up to the OS to eventually free that memory when it is no longer in use when the program stops using it. Operations that use memory are significantly faster than ones working on storage. These trade-offs are things software developers should keep in mind when writing software, it can very often be the difference between a powerful or unusable tool.</p> +<p>Simply being aware of the limits of your system (such as how much memory it has, and how many cores/threads the CPU has) goes a long way in helping understand how to optimize certain tasks. When processing large amounts of data, you may prefer to use a program or tool that makes use of more threads. You can avoid crashes by not attempting things that use up all of your memory.</p> +<p>The critical part of taking control of your own computing is ensuring that you’re doing your processing on your machine. Running your own programs rather than using software-as-a-service (SaaS). By doing this you are not only protecting your data, but also your processes. With total control of your environment you are less vulnerable to outside failures.</p> +<h2 id="storage-abstraction">Storage abstraction</h2> +<p>The most important aspect of having control of your own data is making sure it is only on storage you control, and ideally have physical possession of. For each storage device you have the ability to divide it up into partitions. These are useful in situations where you need different filesystems on the same device. In many cases, the bootloader will be installed to a small system partition and the rest will use the filesystem your OS prefers. For example, your Windows system likely already has a system partition with the bootloader installed, the main partition with all your files, and possibly a recovery partition.</p> +<p>Devices need to have a partition table which tells the system how the partitions are set. The two partition tables are GPT &amp; MBR. On older devices you’ll more often see MBR partition tables, and newer devices will often use GPT. Once the partition table is written you can now write the filesystems to the partitions.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/filesystems.webp' +> + + + +</div> +<p>Filesystems allow you to save data on your device. There are many other useful ones like sshfs, which allows you to remotely manage files on different systems. When installing a new OS to a device, you may have to create a separate partition for the bootloader first. Many installers make partitioning substantially easier, but understanding how they work helps you better suit systems to your needs.</p> +<p>Storage is the very first thing the cloud aims to take away from you. In exchange for access to your files from everywhere, they put your data in their control. Putting your files on your own devices takes a bit more effort, but it’s one of the most important ways to secure your data. The easiest way to keep information safe is to not distribute it when you don’t need to.</p> +<h2 id="network-abstraction">Network abstraction</h2> +<blockquote> +<p><em>There’s no place like “127.0.0.1”.</em></p></blockquote> +<p>There are many important systems used to simplify various aspects of connecting to the internet. DNS (Domain name system) allows you you access sites and services without knowing their IP address. Your own system has a <a href="https://someonewhocares.org/hosts/">hosts file</a> which is another way to assign names to IPs. For almost every device 127.0.0.1 maps to localhost, which means the device itself. Any service running on your own device will then be accessible from there.</p> +<h3 id="dns">DNS</h3> +<p>DNS (Domain Name System) is what allows your system to communicate with other devices. +It works like this: +1.ou open your browser and enter <a href="https://fsf.org">https://fsf.org</a> +2. Your device asks the DNS server “Where can I find fsf.org?” +3. The DNS server will then ask other nameservers for an up-to-date record of where the site is located +4. The DNS server will then reply to your device with an IP (such as 209.51.188.174) +5. Your browser then loads the page from <a href="https://fsf.org">https://fsf.org</a></p> +<p>This is generally done on the system level in your network settings. A huge privacy concern is that by default most DNS queries are not encrypted which means it isn’t difficult for bad actors on your network to:</p> +<ul> +<li>Know what sites you visit</li> +<li>What online services you use</li> +<li>How often you use them</li> +</ul> +<p>This doesn’t necessarily relay any information about the content of the connection however. If you’re using encrypted connections you can be reasonably sure that the content remains safe. This isn’t a huge comfort because for many actors metadata is far more valuable than the content. From a privacy perspective, DNS seems to be one of the most under-appreciated aspects of protecting oneself. In many ways it is because most good VPNs will handle DNS as well, but there are other considerations.</p> +<p>DNS can also be set at the application level. Browsers, for example, will have their own DNS settings. Most major browsers now support <a href="https://support.mozilla.org/en-US/kb/firefox-dns-over-https">DOH</a>, which is a very convenient way to encrypt your browser’s DNS queries. For encrypting all of your system’s DNS queries you may want to consider using <a href="https://dnscrypt.info/faq">DNSCrypt</a>.</p> +<h2 id="challenges">Challenges</h2> +<h3 id="hardware-restrictions">Hardware restrictions</h3> +<p>Hardware will significantly limit what options you have to install on your device. While some options may simply be more difficult (Android on the desktop? Say it isn’t so!) others simply won’t be possible at all. This is a significant challenge when “de-googling” android phones. Custom ROMS won’t always be available for less-popular devices. Specific software may not be accessible on all platforms, software you use on Windows may not be available on MacOS or Linux. Even when it’s compatible, both Android and iOS restrict “side-loading” (installing) software outside of the store by default.</p> +<h3 id="spying">Spying</h3> +<p>From phones to fridges, “smart” devices continuously collect data on their users and how the device is used. Most spying takes place on the network or application level but the OS itself may prevent you from removing unwanted applications or services. In almost every case, this telemetry doesn’t benefit you at all. They will often say that the data is collected to improve their services, but in most cases the data collection is the end itself.</p> +<h3 id="vulnerabilities">Vulnerabilities</h3> +<p>It is important to make sure your OS &amp; programs are up to date to avoid well-known vulnerabilities from being used against you. Law enforcement agencies have deployed malware to bypass encryption.</p> +<h2 id="breaking-free">Breaking Free</h2> +<h3 id="removing-data-from-the-cloud">Removing data from the cloud</h3> +<p>Move it all. Move everything off the cloud. The goal of this course is to give you ownership and agency over your own data. You’re going to want your own local backups regardless. Have multiple redundant (offline) backups in multiple locations to be safe from corruption, damage, and house-fires.</p> +<h3 id="free-software">Free Software</h3> +<blockquote> +<p>Free software is software that gives you the user the freedom to share, study and modify it. We call this free software because the user is free.</p> +<p><a href="https://fsf.org">fsf.org</a></p></blockquote> +<h3 id="using-the-terminal">Using the terminal</h3> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/terminals.webp' +> + + + +</div> +<p>While you can do all kinds of things with without interacting with your system’s terminal, being able to type out commands can really help you use some very powerful and flexible tools.</p> +<p>There is a fantastic array of software that you can quickly use by typing a few short terms.</p> +<ul> +<li> +<p>yt-dlp</p> +<p>You can easily download videos from many sites, like twitter, with a simple command. This tool is fantastic for being able to keep local copies of videos that may be censored or otherwise unavailable.</p> +</li> +<li> +<p>wget</p> +<p>Downloads files from the web, including archiving entire websites for offline reference.</p> +</li> +<li> +<p>ffmpeg</p> +<p>Great for converting videos.</p> +</li> +<li> +<p>ssh</p> +<p>ssh is used to remotely manage systems by using their terminal.</p> +</li> +</ul> +<p>For example, imagine you want 10 seconds out of a 40 minute video on Youtube and want to put it on your website. I’m running Linux. +Here’s one way to accomplish that using the terminal:</p> +<p><code>yt-dlp youtube.com/some-video -o video.mp4</code></p> +<p>(downloads the video to ‘video.mp4’)</p> +<p><code>ffmpeg -i video.mp4 -ss (start time) -t 10 video-clipped.mp4</code></p> +<p>(uses ffmepg to clip out the 10 second clip at the chosen start time and save it as ‘video-clipped.mp4)</p> +<p><code>scp video-clipped.mp4 my-website:/var/www/website/videos/video-clipped.mp4</code></p> +<p>Using <strong>scp</strong> I then copied the clipped video on to the website’s files making it available instantly.</p> +<p>Anyone would then be able to access the video from <code>https://my-website/videos/video-clipped.mp4</code>. This does require a webserver and a few other things setup, which you will learn how to set up in future parts. I use this example to demonstrate how much time you can save with a few quick keystrokes. Especially once you start to automate things you do on a regular basis.</p> +<p><a href="https://www.youtube.com/watch?v=h4jJjDNUpSs">Linux terminal commands</a></p> +<p><a href="https://youtu.be/MNwErTxfkUA">Basic command prompt in Windows</a></p> +<h3 id="virtual-servers">Virtual Servers</h3> +<p>If you are interested in running your own servers and services you’ll likely want to get familiar with Linux and Open Source software. Instead of rushing to reinstall your system, you may want to try it out without changing your current system. +Here are some ways to get started:</p> +<h3 id="vpss">VPSs</h3> +<p>One of the easiest ways to get started is to spin up a Virtual Private Server (VPS) with a cloud host. +This will allow you to try out all kinds of different configurations without using virtual machines yourself. +Sign up to <a href="https://www.vultr.com/?ref=8731995">Vultr</a> with this link and get $100 in free credit.</p> +<h3 id="virtual-machines">Virtual Machines</h3> +<p>With <a href="http://virtualbox.org/">virtualbox</a> you can create systems on top of your system. This gives you a fantastic simulation of what would be an entirely separate device. Virtual machines are handy because you can even pause them to freeze them in time, save the state, and even rollback to that state in the future.</p> +<p><a href="https://www.youtube.com/watch?v=x5MhydijWmc">How to install Ubuntu on Virtualbox</a></p> +<h2 id="the-world-wide-web">The World Wide Web</h2> +<p>This is one of the most critical posts in the series. The primary battlefield in the information war is the world wide web. A majority of internet users aren’t actually users. They are captives of digital kingdoms that harvest their data, control their interactions, and manipulate them. Breaking free requires not only escaping these digital fiefdoms but also helping others do the same.</p> +<h3 id="understanding-the-battlefield">Understanding the battlefield</h3> +<p>The world wide web is a network of networks. You connect to it through your ISP (internet service provider). Your ISP will then connect to large networks that act as the backbone of the internet. This is what allows almost anyone to connect to all kinds of different sites and services.</p> +<h3 id="websites">Websites</h3> +<p>When you load a website here is what happens:</p> +<ul> +<li>Your browser does a DNS query asking for the IP address of the server.</li> +<li>It then downloads the page, and any data and media associated with that page.</li> +<li>As it displays the content of that page, any additional scripts running on that page will start automatically.</li> +</ul> +<p>Websites can have all kinds of content on them. Beyond simple text and images there can be video, audio, as well as interactive content. Extra content isn’t always good. Many times your browser can be downloading media and assets from sources that track the people accessing that content. This one of the ways Facebook, Google, and other Big Tech companies are able to track your browsing habits.</p> +<p>Scripts running on pages can do a wide multitude of things, from dynamically updating content on the page, to fingerprinting you to identify you specifically. While you can turn off scripts, many sites will unnecessarily gate content behind scripts and often an account as well. This trains people into constantly handing over more and more personal information in exchange for basic access. This is has fundamentally altered the web from an open information resource to a highly controlled technological terror.</p> +<h3 id="services">Services</h3> +<p>Servers can send information other than just pages and content, they can process and serve data. This allows many sites to have a more interactive experience. For example there’s infinite scrolling, instead of you having to open more and more pages to see results, the page just asks the server for more items and slots them into the page. The opportunities are limitless; and so are the troubles. This functionality allows sites, apps, and even smart devices to monitor and manipulate you.</p> +<p>Services also opened the door for people to be able to establish an online identity. This is what allows people to do all kinds of things like online purchases and comment on posts.</p> +<p>Many services these days have either been naively or malevolently made to collect much more information than would be ideal. Not all services need to operate this way. Where possible it’s important to redesign services from the ground up to respect user’s privacy &amp; autonomy.</p> +<h3 id="your-tools-browsers">Your tools: Browsers</h3> +<p>Browsers are the program or mobile app you use to access content on the web. <a href="https://digdeeper.neocities.org/ghost/browsers.html">Choosing what browser to use</a> is a complicated topic without a ‘one-size-fits all’ solution.</p> +<p>When taking charge of your online interactions, you need to be aware of how browsers work. Then you can make more informed decisions about what browser to use.</p> +<h4 id="permissions">Permissions</h4> +<p>You may trust some sites more than others. Permissions decide what kind of access each site can use. Depending on your settings; sites may be able to autoplay videos, request the camera/microphone, and use your location. As always, the best way to keep information safe is not to distribute it.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/browser-permissions.webp' +> + + + +</div> +<h4 id="https">HTTPS</h4> +<p>HTTPS is an encrypted connection for the web. This requires the server to have a certificate. The certificate is an encryption key that can ensure the validity of the content. Certificates have to be signed by by a certificate authority. Let’s Encrypt is a free, efficient way to generate certificates for servers you control.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/web-certificate.webp' +> + + + +</div> +<p>HTTPS is not a perfect guarantee of safety.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/ssl-added-removed.webp' +> + + + +</div> +<blockquote> +<p>SSL added and removed here :^)</p></blockquote> +<p>This diagram from the Snowden leaks means that if an entity can put a server in the middle of the connection, it can remove any and all protection provided by the connection. +This is essentially what Cloudflare does in exchange for their DDOS Protection.</p> +<h4 id="javascript">Javascript</h4> +<p>Web pages can be enhanced (or corrupted) with javascript. +<a href="https://code.gabe.rocks/gabriel/interverse">Interverse</a> is a project designed to help web people discover links between sites. By providing a machine readable index, sites can promote other sites to each other. This can eventually build a fully-decentralized, resilient way to discover sites.</p> +<p>The javascript running interverse does a variety of things:</p> +<ol> +<li>After the page is loaded it downloads a file (/.well-known/interverse) from the website hosting the client.</li> +<li>The browser to then directly loads the file from the sites linked to by the origin site, receiving their details and connections.</li> +<li>Using a library called Alpine.js the data is then displayed on the page.</li> +</ol> +<h3 id="dev-tools">Dev tools</h3> +<p>Both Firefox &amp; Chrome provide very featureful tools for understanding how sites you use work. You can open them with CTRL-SHIFT-I. +You will then be greated with either a new window or a sidebar with multiple tabs including:</p> +<h4 id="elements">Elements</h4> +<p>This tab lays out the entire page’s code. You can make changes which will be reflected as long as you keep the page open.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<img loading="lazy" +src='https://gabe.rocks/images/dev-tools.webp' +> + + + +</div> +<h4 id="console">Console</h4> +<p>This will display any errors or logs on the page. You can even run your own javascript on the page.</p> +<h4 id="sources">Sources</h4> +<p>Displays files and media used by the page.</p> +<h4 id="network">Network</h4> +<p>Lists and profiles any network connections made while loading the page.</p> +<h3 id="censorship-avoidance">Censorship Avoidance</h3> +<h4 id="rss">RSS</h4> +<p>Using an RSS reader allows you to directly download new content from sites directly. This is very useful in reducing your dependence on big tech social media feeds. +Here’s how you can get the RSS URL from nearly any website:</p> +<ol> +<li>Open the page</li> +<li>Search for the word ‘RSS’ using CTRL-F or “Find on page”</li> +<li>If there’s no link there, view the source of the page (CTRL-U) and see if there’s an RSS link. An easy way to find it may be searching for ‘/feed’</li> +<li>Copy the link</li> +<li>Add the link to your preferred RSS reader</li> +</ol> +<h4 id="bookmarks">Bookmarks</h4> +<p>Saving websites you visit by bookmarking sites reduces your dependence on search engines. You can have your browser auto-complete results from your bookmarks so every site is only a few keystrokes away!</p> +<h4 id="privacy-front-ends">Privacy front-ends</h4> +<p>Sometimes the content you want to access is on social media sites you no longer have accounts for. Libredirect is a fantastic service for redirecting you to a website that grabs the content for you. +The major ones are:</p> +<ul> +<li>Invidious for YouTube</li> +<li>Nitter for Twitter</li> +<li>Bibliogram for Instagram</li> +</ul> +<h2 id="communications">Communications</h2> +<p>The technocracy is highly motivated to take control of your means of communication. It’s no longer simply about who can promote messages to the masses, rather it’s increasingly focused on how you communicate with your intimate contacts.</p> +<blockquote> +<p>Regardless of how the technical implementation turn out to be in detail: if the plans of the commission should be coming into action, the intrusion into privacy will be fairly deep. Just imagine for each and every message, regardless of a suspicion, to be automatically searched, evaluated and, in terms of a supposed match, reported — not only to the providers but straight to the authorities.</p> +<p>Inevitably, this would include countless perfectly normal, legitimate photos and videos that people send each other. If automatic detection, so far still unreliable, should raise alarm, the content would have to be checked by humans either way. Not only would this violate the right to privacy even more, but as well open another gateway that opens a possibility to be misused.</p> +<p><a href="https://web.archive.org/web/20230701100119/https://netzpolitik.org/2021/eu-commission-why-chat-control-is-so-dangerous/">Why Chat Control is Dangerous</a></p></blockquote> +<h3 id="public-vs-private">Public vs Private</h3> +<p>There are all kinds of different choices you’ll want to make in terms of public vs private communication. For communications meant to be private you’re going to want to encrypt them in some way. It’s important to be clear with yourself about which communications are intended to be private or which are for the world to see. If you’re not careful they’ll often get mixed.</p> +<h3 id="an-n-way-street">An N-Way street</h3> +<p>Communications aren’t just about sending messages, it’s also about receiving them. It doesn’t matter if someone has a megaphone to the world if the systems in place have mechanisms to prevent that message from being received by anyone.</p> +<h3 id="means">Means</h3> +<p>Communication ideally involves a connection. It doesn’t matter if it’s wifi, fiber, or your cellular connection, odds are your communications are being done over one or many networks.</p> +<h3 id="resources">Resources</h3> +<p>In part 1 we defined the primary resources in cyberspace to be:</p> +<ul> +<li>Storage</li> +<li>Computing power</li> +<li>Bandwidth</li> +</ul> +<p>Computing power is currently the least important when it comes to communications, in most scenarios either Bandwidth (specifically latency) or Storage become more important. Your communications need to be stored somewhere and the cloud is just someone else’s computer. The privacy and security of your devices matters a great deal in keeping your communications safe.</p> +<p>Just as it is important to move your data back onto devices and systems in your control it is ideal to use forms of communication that don’t leave your messages on servers outside of your control.</p> +<h3 id="encryption">Encryption</h3> +<p>When it comes to communication there can be different stages of encryption:</p> +<ol> +<li> +<p><strong>Encryption for transport (Network)</strong></p> +<p>Which means that messages can’t be read while being sent to their destination</p> +</li> +<li> +<p><strong>Encryption at rest (Storage)</strong></p> +<p>Which means that messages are encrypted when stored, and need to be decrypted to be read</p> +</li> +</ol> +<p>The ideal to have both, many services (such as gmail) will say they’re protected with encryption, but they only mean (1) encryption over the network, and can be scanned / catalogued.</p> +<p>Another harsh reality when it comes to encrypted communication :</p> +<blockquote> +<p><em>Not your keys, not your messages.</em></p></blockquote> +<p>Just like when it comes to cryptocurrencies, the data is only as safe as the encryption keys themselves. Some providers will additionally encrypt your messages at rest (2) but they will manage the keys for you. In every circumstance the ideal is to control the keys yourself.</p> +<h3 id="mitigation">Mitigation</h3> +<h4 id="end-to-end-encryption">End-to-end encryption</h4> +<p>End-to-end encryption is a sophisticated method that uses keys from both participants to encrypt messages directly for those participants. This feature is a must-have for private communications on platforms you don’t control.</p> +<h4 id="peer-to-peer-connections">Peer-to-peer connections</h4> +<p>One of the best ways to have direct communication would be to not have to route messages through a server. When trying to do this over the internet (instead of locally over WiFi/Bluetooth ect) your devices need a method to “find each other”. WebRTC is a solution that requires a TURN server. This means that the server knows that two IPs are communicating, but has no insight into what is being communicated.</p> +<h4 id="keep-sensitive-information-away-from-these">Keep sensitive information away from these:</h4> +<ul> +<li>SMS / MMS</li> +<li>Phone calls</li> +<li>E-mail</li> +<li>Hosted apps such as: +<ul> +<li>Facebook</li> +<li>Twitter</li> +<li>Whatsapp</li> +<li>Google Hangouts / Gmail</li> +<li>Telegram</li> +</ul> +</li> +</ul> +<p>This doesn’t necessarily mean that you must entirely avoid these, even if in some cases it would do you a lot of good. Where possible you want to at least move any important or private communications to alternative methods.</p> +<h3 id="useful-solutions">Useful Solutions</h3> +<p>There are some excellent privacy resources available:</p> +<ul> +<li><a href="https://digdeper.club">DigDeeper</a></li> +<li><a href="https://spyware.neocities.org/">Privacy Watchdog</a></li> +<li><a href="https://privacyraccoon.tk/">Privacy Raccoon</a></li> +</ul> +<h4 id="delta-chat">Delta Chat</h4> +<p><a href="https://delta.chat/">Delta chat</a> is incredibly unique. Instead of building a protocol and new network from scratch, it’s built on top of e-mail. This means you can seamlessly interact with your existing contacts with added privacy and security once they start using it.</p> +<h4 id="matrix--xmpp">Matrix &amp; XMPP</h4> +<iframe src='https://videos.lukesmith.xyz/videos/embed/8fbf5fd7-3d52-43b4-bf0f-baf0a6355519'> +</iframe> +<h4 id="embrace-the-analog">Embrace the Analog</h4> +<p>Because <a href="https://thehackernews.com/2022/07/new-air-gap-attack-uses-sata-cable-as.html">nothing is really safe</a> from state-level actors, in-person and non-digital means of communication are the ideal methods for really sensitive information.</p> +<blockquote> +<p>The only way to truly protect data is to never record it in the first place</p></blockquote> +<h2 id="self-hosting">Self-hosting</h2> +<p>What is self-hosting? It’s running your own software and services.</p> +<p>At minimum it means using offline, local software (like LibreOffice) instead of cloud-based solutions. For many it also means running online services from your own systems.</p> +<p>Often when you leave big tech platforms like Microsoft and Google you often want to enjoy many of the useful features like having data automatically sync between devices. The nice thing is that with the power of your own computing you have total freedom in dictating how exactly you want this done.</p> +<p>As you become more proficient at managing your own systems, more options become available. Learning to become comfortable with GNU/Linux systems and how to interact with them through the command-line makes troubleshooting significantly easier.</p> +<h3 id="data-sovereignty">Data sovereignty</h3> +<p>Having your data stored on your own systems is a pre-requisite to computing on your own terms. It is not only your own digital sovereignty that matters but also of those around you. This is because the very systems that manipulate and control people will use any and all information against anyone and everyone.</p> +<h3 id="your-own-website">Your own website</h3> +<p>Instead of relying on a cloud provider you can also host your website from your own systems.</p> +<h3 id="fediverse">Fediverse</h3> +<p>Advanced users can often self-host their own fediverse servers.</p> +<h3 id="fantastic-self-hosted-projects">Fantastic self-hosted projects:</h3> +<ul> +<li><a href="https://forgejo.org">Forgejo</a></li> +<li><a href="https://misskey-hub.net/">Misskey</a></li> +<li><a href="https://conduit.rs/">Conduit</a></li> +<li><a href="https://www.freshrss.org/">FreshRSS</a></li> +<li>Many many <a href="https://github.com/Kickball/awesome-selfhosted">more</a></li> +</ul> +<h3 id="helping-others">Helping others</h3> +<p>The more services you run, the more you’re able to share those services with those you trust (and hopefully trust you back). Which is a great way to help those who may not necessarily be ready to put the time and energy into setting up their own. Fortunately, the familiarity of using these services may motivate them to try hosting the services themselves.</p> +<h3 id="costs">Costs</h3> +<ul> +<li> +<p>Hardware</p> +<p>Naturally, you will need to have hardware to run services on. This includes not only the routers, computers, &amp; servers but also the storage if you’re storing large amounts of data.</p> +<p>In the fight to re-democratize cyberspace, it’s important to support initiatives that make hardware more accessible and more free (as in freedom).</p> +</li> +<li> +<p>Skill</p> +<p>In many cases there is somewhat of a barrier-to-entry that this course tries to diminish as much as possible. Spending time to learn and practice the skills required is definitely worth the time and effort.</p> +</li> +<li> +<p>Start-up time</p> +<p>Some services are simpler to setup than others. It may take some time to configure a service. The more familiar you are with these systems the more you can make use of time-saving methods.</p> +</li> +<li> +<p>Maintenance</p> +<p>In most cases you’ll want to run your services on a simpler device that uses less energy so that you can keep it running as much as possible. Service interruptions are something you may not always be able to prevent.</p> +</li> +<li> +<p>Growing complexity</p> +<p>Depending on how they’re organized, the more services you run the more complicated administration of it can be. Unless it’s your passion, it may be worth considering if you’re running the systems or they’ve somehow grown to manage you.</p> +</li> +</ul> +<h3 id="the-process">The Process</h3> +<p>You’ve found some software you’d like to run. Maybe it’s hosted on a github repository somewhere or it’s in your Linux distribution’s packages. Either way, you have acquired the program and just need to know how to run it.</p> +<p>Services are simply programs like any other. They just usually have some extra steps to get them running.</p> +<h4 id="dependencies">Dependencies</h4> +<p>Software is usually built on other software. Instead of packaging everything together the program may simply rely on the program being installed on the same machine. Dependencies are other programs that the service requires to run.</p> +<p>For example a service that’s written in the python programming language will need need python installed on the system. This can also include individual python libraries or modules.</p> +<p>Different software ecosystems have their own different ways of managing dependencies. Python uses pip and rust uses cargo to install their libraries.</p> +<h4 id="installing">Installing</h4> +<p>In many cases, the installation guide for the service you want to run may tell you what dependencies are required or install them as part of the process. When your Linux system’s package manager installs software it usually places it in a specific place on that systems filesystem.</p> +<p>When the service’s files are in a desirable location (depending on your system, or personal preference) your system can now attempt to run the software. If it’s not properly configured you can usually expect an error, some software may simply act in unexpected ways.</p> +<h4 id="configuration">Configuration</h4> +<p>Sometimes software will have specific attributes or data that will need to be specific to that installation. +This information can be:</p> +<ul> +<li>your machine’s domain name</li> +<li>user accounts &amp; passwords</li> +<li>choosing where persistent files are stored</li> +<li>any additional ‘settings’ for the program</li> +</ul> +<p>Usually you will change these settings in a text file in the correct name and location. Other programs make use of environment variables to access this information.</p> +<h4 id="post-installation">Post-installation</h4> +<p>For remote services, you may also need to do additional steps to make them accessible. For other devices to easily find yours you may need a domain name and an SSL certificate. With these you can securely accept connections for your service.</p> +<h4 id="getting-it-done---the-easiest-way">Getting it done - the easiest way</h4> +<p>Today, to start you’re going to use a Virtual Private Server (VPS) provider called Vultr. With my <a href="https://www.vultr.com/?ref=8731995">referral code</a> you can sign up and get $100 in credit to test with.</p> +<p>In many cases you’ll want to use your own hardware, but if you’re new to GNU/Linux it can be much easier to simply learn with a disposable VPS. This way, you can learn specifically what you need to and start from scratch for the next project.</p> +<h3 id="simplicity-without-giving-up-control">Simplicity without giving up control</h3> +<h4 id="yunohost">Yunohost</h4> +<blockquote> +<p>Keep calm and host yourself</p></blockquote> +<p><a href="https://yunohost.org/">https://yunohost.org/</a></p> +<h4 id="libre-server">Libre Server</h4> +<blockquote> +<p>Running a personal server for you and your friends or family can be one way to regain agency within an otherwise dehumanizing system. Such servers can federate together to create community oases within the information desert. Growing and connecting in a decentralized way, rather than building a single monolithic platform for the next Silicon Valley tyrant to monopolize.</p></blockquote> +<p><a href="https://libreserver.org/">https://libreserver.org/</a></p> +<h4 id="embassyos">EmbassyOS</h4> +<blockquote> +<p>Take back control</p> +<p>Everything you do online is intermediated - your actions permissioned, your data custodied.</p> +<p>Opt out by running a private server.</p> +<p>Previously, it was only available to the tech saavy and the wealthy. Start9 levels the playing field by making it possible for everyone else.</p></blockquote> +<p><a href="https://start9.com/">https://start9.com/</a></p> +<h2 id="censorship-avoidance-1">Censorship Avoidance</h2> +<p>One of the more troubling trends of our time is the outright suppression of alternative points of view. While power-plays and tribalism are essentially hallmarks of the human experience, our modern digital experience introduces new challenges in this domain. With an essentially limitless deluge of information, spam, and outright assaults on your mind, it can be very difficult to navigate it all alone.</p> +<p>Because it’s impossible for a person to understand every topic with the detail and respect it deserves, people inevitably have to rely on others on a variety of topics. This creates other challenges because when someone outsources their thinking, (or has been made to outsource it) is that it puts that person at massive risks of abuse by those doing the thinking.</p> +<p>It is impossible to entirely eliminate “outsourcing thinking”, but we can actively choose how we direct it. By consciously taking control of or or what we allow to influence us, we can move many unconscious choices back into the conscious realm.</p> +<p>Trust is a fundamentally important aspect of this. Do you really trust those who seek to micro-manage every aspect of everyone’s lives? Do you trust those who seek to profit off limiting your access to information?</p> +<p>Censorship is more of a cultural problem than a technological one. People have largely accepted large unaccountable corporations being able to eliminate dissent, even when edicts come from governments. Tragically, this means that people themselves do most of the censorship for these large institutions.</p> +<h3 id="behavior">Behavior</h3> +<p>The good news is that because it is still mostly people’s choices making information out of sight and mind, there are real concrete steps we can take to mitigate censorship.</p> +<p>When ideas or people can’t simply be outright banned, a large driver of present-day information control is amplification of prioritized content and voices. Choosing to re-focus your attention onto the voices you choose really goes a long way.</p> +<h3 id="feeds">Feeds</h3> +<p>Wherever possible you should prefer chronologically sorted feeds to algorithmically determined ones. Services will often decide what’s more “relevant” for you to see first to take control of your time and attention. Even many big tech social media platforms still provide the possibility to view “latest” or “new” items in your feed, where possible it’s best to choose this option.</p> +<h3 id="lists">Lists</h3> +<p>Another level of taking control of your information sources involves using the lists features on various platforms. Instead of solely relying on the main feed to find content. Once you have trustworthy people and organizations you can ensure you’re not missing any updates from them.</p> +<h3 id="bookmarks-1">Bookmarks</h3> +<p>Visit websites directly. Bookmark it so you can revisit the website without relying on a search engine to remind you that it still exists.</p> +<h3 id="running-your-own-services">Running your own services</h3> +<p>A great way of keeping the free and open web alive is to participate. Run your own website outside the control of big tech platforms.</p> +<p>To be accessible to the world wide web you really only need three things:</p> +<ol> +<li> +<p>A web server +There are many different web servers you can run on your machine. +If you’re not very proficient at making websites <a href="https://hugo.io/">hugo</a> allows you to generate all the files from simple <a href="https://www.markdownguide.org/getting-started/">markdown</a>.</p> +</li> +<li> +<p>A Domain +You can get a FREE subdomain at <a href="https://freedns.afraid.org/signup/?plan=starter">FreeDNS</a>, with a free subdomain you can make your content immediately accessible. It’s also a great place to practice how to setup more intricate dns options.</p> +</li> +<li> +<p>SSL Certificate +Thanks to <a href="http://letsencrypt.org/">Let&rsquo;s Encrypt</a>, anyone can generate a valid SSL certificate on their machine for free. Because these certificates are signed by Mozilla.</p> +<p><a href="https://community.letsencrypt.org/t/peter-eckersley-may-his-memory-be-a-blessing/183854">Remembering Peter Eckersley</a></p> +</li> +<li> +<p>Use a host +If you’d really like to skip all that you can make use of hosting services like <a href="https://neocities.org/">Neocities</a> to get started quickly.</p> +</li> +</ol> +<h3 id="tor">Tor</h3> +<p><a href="https://torproject.org/">The Onion Router</a> is what’s often referred to when people say “the darkweb”. The Tor Browser uses the Tor network to access either the “clearweb” which is the internet most people are familiar with, and hidden services.</p> +<h3 id="i2p">I2P</h3> +<p>The <a href="https://geti2p.net/">Invisible Internet Protocol</a> is another darkweb focused on hidden services.It&rsquo;s less popular than Tor but <a href="https://geti2p.net/en/comparison/tor">often has better performance</a>.</p> +<p>A hidden service is a server that is accessible from within the tor network. Hidden services don’t require a domain be provided to them by any central authority. This means that .onion and .i2p domains can’t be seized.</p> +<h4 id="hosting-your-own-hidden-service">Hosting your own hidden service</h4> +<p>If you already have your website up and running the Tor project has fantastic documentation on getting started. +The basic process is:</p> +<ul> +<li>Install Tor</li> +<li>Modify your Tor configuration file to specify what hidden service(s) you want</li> +<li>restart tor</li> +<li>open the hostname file to get your .onion address</li> +</ul> +<h3 id="vpns--tunnels">VPNs &amp; Tunnels</h3> +<p>If you have a small group of people you trust, you may not need to have your secret services accessible to the world. Perhaps you want your communication devices to solely utilize your private network to avoid leaking all kinds of data.</p> +<p>Using something like WireGuard you could setup your own private network and host private services. SSH Tunnels are also really useful tools you can use to essentially create 1-to-1 hidden services between devices.</p> +<p><a href="https://www.youtube.com/watch?v=AtuAdk4MwWw">SSH Tunneling Explained</a></p> +<h3 id="hardware">Hardware</h3> +<p>Hardware matters, now more than ever it’s important for people to have access to Free (as in Freedom) devices that can be run on our own terms. Unfortunately manufacturers and <a href="https://www.youtube.com/watch?v=qzUXmeaZsIQ">retailers themselves</a> are guilty of tilting the scales against people. This is a must-watch conversation.</p> +<h2 id="your-website">Your Website</h2> +<h3 id="do-i-need-a-website">Do I need a website?</h3> +<p>The more people who control their own web presence, the less vulnerable we are to information suppression from large institutions. In many ways we are very lucky to be alive in a time where it is so simple, and so inexpensive to distribute important information so widely.</p> + +<video autoplay muted loop preload="true" class="gif"> + + <source src='https://gabe.rocks//video/website.mp4'> +</video> + + + +<p>A <a href="https://libresolutions.network/articles/best-website-for-you/">simple website</a>, is really just a folder with different text and media. In most cases it is outright trivial to serve basic websites out of one’s home, but many public hosts exist. By keeping it simple, the web can be more free and accessible for all.</p> +<h3 id="introducing-the-site-generator">Introducing: The site generator</h3> +<p>While learning CSS, Javascript &amp; HTML is worth doing, there are tools that will transform <a href="https://www.markdownguide.org/basic-syntax/">markdown formatting</a> into a usable website. This is a fantastic way to save effort, and allows you to focus solely on the content.</p> +<p>Two great ones are:</p> +<ul> +<li> +<p><a href="https://jekyllrb.com/">Jekyll</a></p> +<p>You can download themes <a href="http://jekyllthemes.org/">here</a></p> +</li> +<li> +<p><a href="https://gohugo.io/">Hugo</a></p> +<p>Hugo themes are available <a href="https://themes.gohugo.io/">here</a></p> +</li> +</ul> +<p>I use hugo, so this will be written with hugo in mind. You’re welcome to take a look at the <a href="https://jekyllrb.com/docs/">Jekyll documentation</a> to see if it suits your needs better.</p> +<h4 id="themes">Themes</h4> +<p>Themes lay out the overall look and layout of the website. Depending on the theme you use they can change things a great deal, or only a little. Thankfully everything about the theme can be overridden.</p> +<p>Here are my themes:</p> +<ul> +<li><a href="https://code.gabe.rocks/gabriel/freedom">Freedom</a></li> +<li><a href="https://code.gabe.rocks/gabriel/valor">Valor</a></li> +</ul> +<p>These themes are being developed partially as a learning exercise, but also to create an easy way for someone to be able to build media-rich online presence without relying on other platforms. Multimedia embeds are a high priority, and so are social media previews. If you’re interested in using these themes your feedback is greatly appreciated!</p> +<h3 id="using-hugo">Using hugo</h3> +<p>Once you’ve installed hugo, the process is very simple:</p> +<ol> +<li>Create your site with <code>hugo new site mysite</code> “mysite” is a placeholder name here.</li> +<li>Move into your the project root with <code>cd mysite</code></li> +<li>Start the temporary webserver with <code>hugo server</code></li> +<li>Open the page with the link provided by hugo (usually <code>http://localhost:1313</code>)</li> +<li>As you stare into the blank page, imagine the possibilities.</li> +</ol> +<h4 id="making-changes">Making Changes</h4> +<ol> +<li>First you’ll want to create the index page. Open <code>mysite/content/_index.md</code> with your favourite text editor and add whatever you’d like.</li> +<li>Download a <a href="https://code.gabe.rocks/gabriel/freedom">theme</a> and place it inside <code>mysite/themes/</code></li> +<li>Open <code>mysite/config.toml</code> and add <code>theme = “freedom”</code> (or the name of a different theme you downloaded)</li> +</ol> +<p>Provided there&rsquo;s no errors, you’ll see your changes refresh in real-time. Once you hit save the page will reload immediately. Once you’re done making your changes you’ll want to run hugo once and copy the contents of the mysite/public folder to your webserver.</p> +<h3 id="building-up-your-infrastructure">Building up your infrastructure</h3> +<p>Building the website is really only the start. Ideally you’ll want to make sure your website is on hardware you control. For serving content, computing power isn’t a huge concern. Storage and Bandwidth become your primary concerns when serving static content like pages, audio, video, and images.</p> +<h4 id="storage">Storage</h4> +<p>Naturally you need enough storage to store all the files you want to serve. You’ll likely want it to be on a fast and reliable storage like SSDs.</p> +<h4 id="bandwidth">Bandwidth</h4> +<p>With large data formats such as video and high resolution images you’re going to need a very fast upload speed ideally with very little latency. For most basic uses you may not need a great deal of storage or bandwidth. Video content is a challenge because even relatively small amount of views can become very demanding. When serving video content I would highly recommend keeping file sizes as small as possible.</p> +<p><code>ffmpeg</code> makes that easy with the following options <code>-s 1280x720 -b:v 750K</code> if high quality video is a priority I would recommend trying to make use of webtorrent. That way large media can at least be shared between concurrent users.</p> +<h3 id="prying-eyes">Prying eyes</h3> +<p>When choosing themes, libraries and even hosts, it’s important to make sure that those choices aren’t impacting your users. Extra “bloat” really doesn’t help much in the long run. Try to use refined and streamlined ways to display your content.</p> +<h3 id="data">Data</h3> +<p>There are many exciting things you can use hugo for with relatively simple data setups. Hugo has the functionality to load local and remote data to create interesting pages.</p> +<p><a href="https://www.youtube.com/watch?v=zJjJuS7LgS8">Fetching Local and Remote JSON in Hugo</a></p> +<h3 id="collaboration">Collaboration</h3> +<p>One of the fantastic things about static site generators is that it makes it easy for people to work together on vital projects. Spyware Watchdog is an excellent example of this.</p> +<div class="image-container" style="display:flex;flex-direction:column; align-items: center;width:100%;justify-content: center;"> + +<a href='https://spyware.neocities.org/'> + +<img loading="lazy" +src='https://gabe.rocks/images/watchdog.webp' +> + +</a> + + + +</div> +<p>Anyone is able to use git to contribute. This kind of activity can scale quite well, and be used in almost any domain. There needs to be more projects like this taking advantage of these amazing collaborative tools to create phenomenal resources</p> +<h3 id="sneakernet">Sneakernet</h3> +<p>The fascinating thing is that these tools don’t require an internet connection. People can build private offline resources that could be shared through flash drives at gatherings. This allows people to bring together and share information much faster, and without risks of surveillance and censorship.</p> +<p><a href="https://www.youtube.com/watch?v=NIXfZlbfCQ8">Sneakernet: The Fastest Internet</a></p> +<p>Thank you for reading this through RSS 📡</p> + + + + How to get in touch with me + https://gabe.rocks/get-in-touch/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://gabe.rocks/get-in-touch/ + + <h2 id="want-to-reach-me">Want to reach me?</h2> +<h3 id="email">Email</h3> +<p>My email is <a href="mailto:gabriel@libresolutions.network">gabriel@libresolutions.network</a> and you&rsquo;re welcome to use my <a href="https://gabe.rocks/pubkey.txt">PGP key</a></p> +<h3 id="delta-chat">Delta Chat</h3> +<p>Same as my email <a href="mailto:gabriel@libresolutions.network">gabriel@libresolutions.network</a></p> +<h3 id="xmpp">XMPP</h3> +<p>My handle is <a href="xmpp:gabeg@member.fsf.org?omemo-sid-697415616=bd413120099646998a6aaf36152c72ae2a731fce3123750f2a9832291f5cb95d&amp;omemo-sid-1610051618=5d377dbee263616e103eec6ebaed62e2edb4e30abdbdb9cc7790415e75df2816">gabeg@member.fsf.org</a></p> +<h3 id="signal">Signal</h3> +<p>My username is <a href="https://signal.me/#eu/CJiVrwSKnW1FBweYK9G55yPJBqhJdqv9gWzHi6FcRfu5itODTHZAcpY3J1HxCeWV">Gabe.09</a></p> +<h3 id="matrix">Matrix</h3> +<p>You can add <a href="https://matrix.to/#/@gabriel:libresolutions.network">@gabriel:libresolutions.network</a> but matrix is no longer a preferred contact method of mine. I&rsquo;ve had to wipe the synapse DB and I&rsquo;m thinking of moving off Dendrite at some point.</p> +<p>Thank you for reading this through RSS 📡</p> + + + +"#; +