summaryrefslogtreecommitdiffstats
path: root/links.md
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2024-11-14 23:46:48 +0000
committerTyler Davis <tyler@gluecode.net>2024-11-14 23:46:48 +0000
commitd9dbb8fbbaf589e799b3372c9f1fe1e8a1051370 (patch)
treee98e1611ce93e16a779309bdd0e8b04f0d844295 /links.md
parent09962394c5f29eefff144f3a439e55fce1fe8633 (diff)
downloadjournal-d9dbb8fbbaf589e799b3372c9f1fe1e8a1051370.tar.gz
journal-d9dbb8fbbaf589e799b3372c9f1fe1e8a1051370.zip
Sort and update links
Diffstat (limited to 'links.md')
-rw-r--r--links.md233
1 files changed, 77 insertions, 156 deletions
diff --git a/links.md b/links.md
index a50eb8a..787d114 100644
--- a/links.md
+++ b/links.md
@@ -8,219 +8,142 @@ current browser bookmark structure(s) are for now.
- <https://lite.duckduckgo.com/lite> -- DuckDuckGo Lite (stripped down
interface, no AI, etc)
-## Code Related
+## Computing
### Articles
+- <http://blog.tanelpoder.com/2013/02/21/peeking-into-linux-kernel-land-using-proc-filesystem-for-quickndirty-troubleshooting/> -- Peeking into Linux kernel-land using /proc filesystem for quick 'n dirty troubleshooting
+- <http://technosophos.com/2018/05/27/the-go-developers-quickstart-guide-to-rust.html> -- TechnoSophos: The Go Developer's Quickstart Guide to Rust
+- <http://www.brendangregg.com/blog/2016-05-04/srecon2016-perf-checklists-for-sres.html> -- SREcon: Performance Checklists for SREs 2016
+- <https://about.sourcegraph.com/blog/go/self-deploying-kubernetes-applications-kelsey-hightower> -- Self Deploying Kubernetes Applications
+- <https://bbengfort.github.io/programmer/2017/03/03/secure-grpc.html> -- Secure gRPC with TLS/SSL
- <https://blog.trello.com/6-mistakes-when-you-work-in-office-but-have-remote-team-members> -- 6 Rules To Live By When You Work In An Office But Have Remote Team Members
-- <https://kerkour.com/high-performance-rust-with-sqlite> -- 15k inserts/s with Rust and SQLite
-- <https://techsolidarity.org/resources/basic_security.htm> -- Basic Security Guide (Tech Solidarity)
-- <https://sethrobertson.github.io/GitBestPractices/> -- Commit Often, Perfect Later, Publish Once—Git Best Practices
-- <https://www.deceptive.design/> -- Deceptive Patterns - Home
-- <https://dev.to/reverentgeek/developers-serenity-prayer-di7> -- Developer's Serenity Prayer
-- <https://openprivacy.ca/discreet-log/> -- Discreet Log | Open Privacy Research Society
-- <https://qmonnet.github.io/whirl-offload/2016/09/01/dive-into-bpf/> -- Dive into BPF: a list of reading material
-- <https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis> -- Functional options for friendly APIs | Dave Cheney
-- <https://go-proverbs.github.io/> -- Go Proverbs
-- <https://www.red-gate.com/simple-talk/dotnet/software-testing/go-unit-tests-tips-from-the-trenches/> -- Go Unit Tests: Tips from the Trenches - Simple Talk
+- <https://blogs.newardassociates.com/blog/2023/you-want-modules-not-microservices.html> -- You Want Modules, Not Microservices
+- <https://charity.wtf/2017/05/11/the-engineer-manager-pendulum/amp/> -- The Engineer/Manager Pendulum – charity.wtf
- <https://chris.beams.io/posts/git-commit/> -- How to Write a Git Commit Message
+- <https://commandcenter.blogspot.com/2014/01/self-referential-functions-and-design.html> -- Self-referential functions and the design of options
- <https://craftinginterpreters.com/introduction.html> -- Introduction · Crafting Interpreters
+- <https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis> -- Functional options for friendly APIs | Dave Cheney
+- <https://dev.to/reverentgeek/developers-serenity-prayer-di7> -- Developer's Serenity Prayer
+- <https://github.blog/2021-03-23-solving-the-innersource-discovery-problem/> -- Solving the innersource discovery problem
+- <https://go-proverbs.github.io/> -- Go Proverbs
- <https://kenkantzer.com/learnings-from-5-years-of-tech-startup-code-audits/> -- Learnings from 5 years of tech startup code audits - Ken Kantzer's Blog
+- <https://kerkour.com/high-performance-rust-with-sqlite> -- 15k inserts/s with Rust and SQLite
- <https://medium.com/@yegg/mental-models-i-find-repeatedly-useful-936f1cc405d> -- Mental Models I Find Repeatedly Useful
-- <http://blog.tanelpoder.com/2013/02/21/peeking-into-linux-kernel-land-using-proc-filesystem-for-quickndirty-troubleshooting/> -- Peeking into Linux kernel-land using /proc filesystem for quick 'n dirty troubleshooting
-- <https://bbengfort.github.io/programmer/2017/03/03/secure-grpc.html> -- Secure gRPC with TLS/SSL
-- <https://about.sourcegraph.com/blog/go/self-deploying-kubernetes-applications-kelsey-hightower> -- Self Deploying Kubernetes Applications
-- <https://commandcenter.blogspot.com/2014/01/self-referential-functions-and-design.html> -- Self-referential functions and the design of options
-- <https://github.blog/2021-03-23-solving-the-innersource-discovery-problem/> -- Solving the innersource discovery problem
-- <http://www.brendangregg.com/blog/2016-05-04/srecon2016-perf-checklists-for-sres.html> -- SREcon: Performance Checklists for SREs 2016
-- <http://technosophos.com/2018/05/27/the-go-developers-quickstart-guide-to-rust.html> -- TechnoSophos: The Go Developer's Quickstart Guide to Rust
- <https://notes.ericjiang.com/posts/751> -- The emperor’s new clothes were built with Node.js | Notes
-- <https://charity.wtf/2017/05/11/the-engineer-manager-pendulum/amp/> -- The Engineer/Manager Pendulum – charity.wtf
-- <https://www.ardanlabs.com/blog/2014/02/the-nature-of-channels-in-go.html> -- The Nature Of Channels In Go
-- <https://dev.to/rmorabia/the-self-taught-engineer-s-algorithm-study-plan-472a> -- The Self-Taught Engineer's Algorithm Study Plan - DEV Community
-- <https://www.optoutmobile.com/> -- TUNE OptOut
-- <http://www.praus.net/2014/05/using-your-own-router-with.html> -- Using your own router CenturyLink/Qwest fibre
+- <https://qmonnet.github.io/whirl-offload/2016/09/01/dive-into-bpf/> -- Dive into BPF: a list of reading material
+- <https://sethrobertson.github.io/GitBestPractices/> -- Commit Often, Perfect Later, Publish Once—Git Best Practices
- <https://staffeng.com/guides/what-do-staff-engineers-actually-do> -- What do Staff engineers actually do? | StaffEng
+- <https://techsolidarity.org/resources/basic_security.htm> -- Basic Security Guide (Tech Solidarity)
+- <https://www.ardanlabs.com/blog/2014/02/the-nature-of-channels-in-go.html> -- The Nature Of Channels In Go
+- <https://www.deceptive.design/> -- Deceptive Patterns - Home
- <https://www.divio.com/en/blog/documentation/> -- What nobody tells you about documentation - Blog - Divio
-- <https://blogs.newardassociates.com/blog/2023/you-want-modules-not-microservices.html> -- You Want Modules, Not Microservices
-- <https://250bpm.com/blog:4/> -- ZeroMQ in C not C++
+- <https://www.optoutmobile.com/> -- TUNE OptOut
+- <https://www.red-gate.com/simple-talk/dotnet/software-testing/go-unit-tests-tips-from-the-trenches/> -- Go Unit Tests: Tips from the Trenches - Simple Talk
-### Projects
+### References
-- <https://zsiciarz.github.io/24daysofrust/book/vol2/day16.html> -- Day 16 - git2 | 24 days of Rust
-- <https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3ANeedsFix+label%3A%22help+wanted%22> -- Open-Fix-Issues Golang
+- <https://cobalt.tools/> -- cobalt
+- <https://cwe.mitre.org/data/definitions/655.html> -- CWE - CWE-655: Insufficient Psychological Acceptability (4.8)
+- <https://gist.github.com/ropnop/ff2acb218b8dbbe8e1a5d5245abdfd8e> -- Win32 AD Schema Attributes in JSON + script to scrape Windows Docs to generate
+- <https://isapplesiliconready.com/"> -- Is Apple silicon ready?
+- <https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml"> -- Hypertext Transfer Protocol (HTTP) Status Code Registry
+- <https://www.soimort.org/notes/161117/> -- Boilerplating Pandoc for Academic Writing
-### References
+#### Study
-- <https://github.com/joelparkerhenderson/architecture-decision-record/tree/main> -- ADRs
-- <https://gist.github.com/tydavis/0e4ebdf5982d7db339ad3d69a9719e8b> -- Artificial Ignorance Guide (Gist)
+- <https://begriffs.com/posts/2019-07-19-history-use-vim.html> -- History and effective use of Vim
+- <https://deadlockempire.github.io/#2-flags> -- The Deadlock Empire
+- <https://dev.to/rmorabia/the-self-taught-engineer-s-algorithm-study-plan-472a> -- The Self-Taught Engineer's Algorithm Study Plan - DEV Community
+- <https://github.com/alex/what-happens-when/blob/master/README.rst> -- what-happens-when/README.rst at master · alex/what-happens-when · GitHub
+- <https://inconsolation.wordpress.com/"> -- Inconsolation
+- <https://landing.google.com/sre/book/index.html> -- Google - Site Reliability Engineering
+- <https://teachyourselfcs.com/> -- Teach Yourself Computer Science
+- <https://xlinux.nist.gov/dads/> -- Dictionary of Algorithms and Data Structures
+
+#### SRE / Ops
+
+- <http://www.parseerror.com/bugs/> -- Software Engineering Disaster Hall of Fame
- <http://www.ranum.com/security/computer_security/papers/ai/> -- artificial ignorance: how-to guide
- <https://arslan.io/2021/02/15/automatic-dark-mode-for-terminal-applications/> -- Automatic dark mode for terminal applications · Fatih Arslan
- <https://awesomelists.top/#repos/rossant/awesome-math> -- Awesome Search
+- <https://gist.github.com/tydavis/0e4ebdf5982d7db339ad3d69a9719e8b> -- Artificial Ignorance Guide (Gist)
+- <https://github.com/joelparkerhenderson/architecture-decision-record/tree/main> -- ADRs
- <https://riyazali.net/posts/berkeley-packet-filter-in-golang/> -- Berkeley Packet Filter in Golang :: Riyaz Ali
-- <https://www.soimort.org/notes/161117/> -- Boilerplating Pandoc for Academic Writing
-- <https://cobalt.tools/> -- cobalt
-- <https://blessed.rs/crates> -- Crate List - Blessed.rs
-- <https://cwe.mitre.org/data/definitions/655.html> -- CWE - CWE-655: Insufficient Psychological Acceptability (4.8)
-- <https://github.com/davecheney/gophercon2018-performance-tuning-workshop> -- davecheney/gophercon2018-performance-tuning-workshop: GopherCon 2018 Performance Tuning Workshop
-- <https://xlinux.nist.gov/dads/> -- Dictionary of Algorithms and Data Structures
-- <https://making.pusher.com/go-tool-trace/> -- go tool trace
-- <https://landing.google.com/sre/book/index.html> -- Google - Site Reliability Engineering
-- <https://begriffs.com/posts/2019-07-19-history-use-vim.html> -- History and effective use of Vim
-- <https://blog.carlmjohnson.net/post/2016-11-27-how-to-use-go-generate/> -- How to Use go:generate
-- <https://www.kernel.org/doc/Documentation/kbuild/headers_install.txt"> -- https://www.kernel.org/doc/Documentation/kbuild/headers_install.txt
-- <https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml"> -- Hypertext Transfer Protocol (HTTP) Status Code Registry
-- <https://inconsolation.wordpress.com/"> -- Inconsolation
-- <https://xuanji.appspot.com/isicp/index.html"> -- Interactive SICP
-- <https://isapplesiliconready.com/"> -- Is Apple silicon ready?
+- <https://www.youtube.com/watch?v=uTEL8Ff1Zvk> -- What's the Difference Between DevOps and SRE? (class SRE implements DevOps) - YouTube
-#### HTMX
+#### Language Specific
-- <https://htmx.org/docs/#introduction"> -- &lt;/&gt; htmx - Documentation
-- <https://hyperscript.org/"> -- ///_hyperscript
-- <https://www.htmlallthethings.com/blog-posts/htmx-hyperscript-and-more"> -- HTMX, Hyperscript, and More! | HTML All The Things
-- <https://htmx.org/essays/locality-of-behaviour/"> -- &lt;/&gt; htmx - high power tools for html
+- <https://blog.carlmjohnson.net/post/2016-11-27-how-to-use-go-generate/> -- How to Use go:generate
+- <https://making.pusher.com/go-tool-trace/> -- go tool trace
+- <https://programming-idioms.org/cheatsheet/Go/Rust> -- Go, Rust cheat sheet
+- <https://xeiaso.net/blog/rust-crates-go-stdlib-2020-09-27> -- Rust Crates that do What the Go Standard library Does - Xe
#### Linux Kernel
- <http://kroah.com/log/blog/2019/08/14/patch-workflow-with-mutt-2019/> -- Patch workflow with mutt - 2019 - Linux Kernel Monkey Log
-- <https://docs.kernel.org/process/development-process.html> -- A guide to the Kernel Development Process — The Linux Kernel documentation
+- <https://aishpant.dev/blog/mailing-lists/">offlineimap + mutt = how to deal with LKML
- <https://gist.github.com/vegard/22200a9f91af138a99ae22a9b814a9a4> -- Getting started with Linux kernel development
-- <http://vger.kernel.org/bpfconf2022.html> -- Linux Kernel Developers' bpfconf 2022
- <https://josefbacik.github.io/kernel/2021/10/18/lei-and-b4.html> -- Using lei, b4, and mutt to do kernel development | Josef Bacik’s Blog
- <https://josefbacik.github.io/kernel/2021/10/19/patch-review.html> -- My patch review workflow | Josef Bacik’s Blog
-- <https://www.kernel.org/doc/html/latest/kbuild/llvm.html> -- Building Linux with Clang/LLVM — The Linux Kernel documentation
-
-- <https://ocw.mit.edu/courses/18-06-linear-algebra-spring-2010/">Linear Algebra | Mathematics | MIT OpenCourseWare
-- <http://blog.sgmansfield.com/2016/06/managing-syscall-overhead-with-crypto-rand/">Managing Syscall Overhead with crypto/rand
- <https://mdlayher.com/blog/network-protocol-breakdown-ethernet-and-go/">Network Protocol Breakdown: Ethernet and Go
-- <https://csrc.nist.gov/Projects/risk-management/sp800-53-controls/release-search#!/families?version=5.1">NIST Risk Management Framework | CSRC
-- <https://aishpant.dev/blog/mailing-lists/">offlineimap + mutt = how to deal with LKML
-- <http://svn.cacert.org/CAcert/CAcert_Inc/Board/oss/oss_sabotage.html">OSS Simple Sabotage Manual, Sections 11, 12
-
-#### Postgres
-
-- <https://news.ycombinator.com/item?id=22223629> -- The state of full text search in PostgreSQL 12 | Hacker News
-- <https://qbox.io/blog/practical-guide-elasticsearch-scoring-relevancy> -- A Practical Guide on Elasticsearch Scoring and Relevancy | Qbox HES
-- <https://www.elastic.co/blog/how-to-improve-elasticsearch-search-relevance-with-boolean-queries> -- How to improve Elasticsearch search relevance with boolean queries | Elastic Blog
-- <https://www.elastic.co/blog/easier-relevance-tuning-elasticsearch-7-0> -- Easier Relevance Tuning in Elasticsearch 7.0 | Elastic Blog
-- <https://stackoverflow.com/questions/17522272/elasticsearch-default-scoring-mechanism> -- search - ElasticSearch default scoring mechanism - Stack Overflow
-- <https://www.alexedwards.net/blog/using-postgresql-jsonb> -- Using PostgreSQL JSONB with Go - Alex Edwards
-- <http://www.postgresqltutorial.com/> -- PostgreSQL Tutorial
-- <https://www.printablepaper.net/> -- Printable Paper
-
-#### Rust
-
-- <https://programming-idioms.org/cheatsheet/Go/Rust> -- Go, Rust cheat sheet
-- <https://rust-unofficial.github.io/patterns/intro.html> -- Introduction - Rust Design Patterns
-- <https://rust-cli.github.io/book/tutorial/cli-args.html> -- Parsing command line arguments - Command Line Applications in Rust
-- <https://doc.rust-lang.org/std/collections/index.html> -- std::collections - Rust
-- <https://kerkour.com/rust-worker-pool> -- How to implement worker pools in Rust
-- <https://doc.rust-lang.org/stable/book/ch08-02-strings.html> -- Storing UTF-8 Encoded Text with Strings - The Rust Programming Language
-- <https://github.com/TheAlgorithms/Rust> -- TheAlgorithms/Rust: All Algorithms implemented in Rust
-- <https://zsiciarz.github.io/24daysofrust/book/vol2/day16.html> -- Day 16 - git2 | 24 days of Rust
-
-
-- <https://xeiaso.net/blog/rust-crates-go-stdlib-2020-09-27> -- Rust Crates that do What the Go Standard library Does - Xe
-- <http://www.parseerror.com/bugs/> -- Software Engineering Disaster Hall of Fame
-- <https://teachyourselfcs.com/> -- Teach Yourself Computer Science
-- <https://deadlockempire.github.io/#2-flags> -- The Deadlock Empire
-- <https://endler.dev/2020/rust-compile-times/> -- Tips for Faster Rust Compile Times | Matthias Endler
-- <https://boinkor.net/2023/07/tsnsrv-or-easily-accessing-services-on-your-tailscale-network/> -- tsnsrv, or easily accessing services on your tailscale network · Andreas Fuchs' Journal
-- <https://josefbacik.github.io/kernel/2021/10/18/lei-and-b4.html> -- Using lei, b4, and mutt to do kernel development | Josef Bacik’s Blog
-- <https://github.com/alex/what-happens-when/blob/master/README.rst> -- what-happens-when/README.rst at master · alex/what-happens-when · GitHub
-- <https://www.youtube.com/watch?v=uTEL8Ff1Zvk> -- What's the Difference Between DevOps and SRE? (class SRE implements DevOps) - YouTube
-- <https://gist.github.com/ropnop/ff2acb218b8dbbe8e1a5d5245abdfd8e> -- Win32 AD Schema Attributes in JSON + script to scrape Windows Docs to generate
-- <https://write.as/> -- Write.as — A place for focused writing.
+- <https://ocw.mit.edu/courses/18-06-linear-algebra-spring-2010/">Linear Algebra | Mathematics | MIT OpenCourseWare
+- <https://filippo.io/linux-syscall-table/> -- Searchable Linux Syscall Table for x86_64
## Writing
+- <https://developers.google.com/tech-writing/one> -- Technical Writing One introduction  |  Google Developers
+- <https://docs.freebsd.org/en/books/fdp-primer/writing-style/> -- The FreeBSD Project | Chapter 11. Writing Style
- <https://docs.gitlab.com/ee/development/documentation/styleguide/> -- Documentation Style Guide | GitLab
-- <https://medium.com/technical-writing-is-easy/how-to-learn-technical-writing-for-free-c16d191b3cee> -- How to Learn Technical Writing for Free
-- <https://increment.com/documentation/> -- Increment: Documentation
- <https://github.com/buritica/mgt/blob/master/rfc_template.md> -- mgt/rfc_template.md at master · buritica/mgt
- <https://github.com/rust-lang/rfcs/blob/master/0000-template.md> -- rfcs/0000-template.md at master · rust-lang/rfcs
- <https://help.dozuki.com/Tech_Writing/chapter/4> -- Tech Writing Handbook - Dozuki
-- <https://developers.google.com/tech-writing/one> -- Technical Writing One introduction  |  Google Developers
-- <https://docs.freebsd.org/en/books/fdp-primer/writing-style/> -- The FreeBSD Project | Chapter 11. Writing Style
+- <https://increment.com/documentation/> -- Increment: Documentation
+- <https://medium.com/technical-writing-is-easy/how-to-learn-technical-writing-for-free-c16d191b3cee> -- How to Learn Technical Writing for Free
- <https://www.julian.com/guide/write/ideas> -- Writing Handbook: How to source writing ideas
- </DL><p>
-
-- <https://filippo.io/linux-syscall-table/> -- Searchable Linux Syscall Table for x86_64
## Tools
-- <http://www.drchip.org/astronaut/vim/doc/DrawIt.txt.html> -- ~/.vim/doc/DrawIt.txt.html
-- <https://aerc-mail.org/> -- aerc - a pretty good email client
-- <https://docs.google.com/spreadsheets/u/0/d/18rtqh8EG2q1xBo2cLNyhIDuK9jrPGwYr9DI2UncoqJQ/htmlview> -- Bellingcat's Online Investigation Toolkit [bit.ly/bcattools] - Google Drive
+- <http://neverssl.com/> -- NeverSSL - helping you get online
- <http://www.rjsmith.com/CIDR-Table.html> -- CIDR Conversion Table
- <https://ask.libreoffice.org/en/question/2641/convert-to-command-line-parameter/> -- convert-to command line parameter - Ask LibreOffice
-- <https://www.firsttimersonly.com/> -- First Timers Only
-- <https://toolbox.googleapps.com/apps/main/> -- Google Admin Toolbox
+- <https://docs.google.com/spreadsheets/u/0/d/18rtqh8EG2q1xBo2cLNyhIDuK9jrPGwYr9DI2UncoqJQ/htmlview> -- Bellingcat's Online Investigation Toolkit
- <https://graphviz.christine.website/> -- Graphviz Online
-- <https://github.com/janraasch/hugo-bearblog> -- janraasch/hugo-bearblog
- <https://livegrep.com/search/linux> -- Kernel code search
-- <http://neverssl.com/> -- NeverSSL - helping you get online
+- <https://toolbox.googleapps.com/apps/main/> -- Google Admin Toolbox
+- <https://www.firsttimersonly.com/> -- First Timers Only
- <https://www.mechanical-keyboard.org/key-rollover-test/> -- Online Key Rollover Test - Mechanical Keyboard
-- <https://www.overleaf.com/> -- Overleaf
- <javascript:(function()%7Bdocument.body.appendChild(document.createElement(%27script%27)).src%3D%27https://tafttest.com/taftme.js%27%3B%7D)()%3B"> -- Taft Test (bookmarklet)
-- <https://goplay.space/> -- The Go Play Space
-- <https://jonasdevlieghere.com/vim-lsp-clangd/> -- Using LSP &amp; clangd in Vim
+- <http://play.typeracer.com/> -- TypeRacer
## D&D
-- <https://thealpinedm.com/top-5-free-tools-every-new-dm-should-know-about/> -- 5 DM Tools - AlipneDM
-- <https://www.popsugar.com/entertainment/Bronn-Quotes-From-Game-Thrones-43846641> -- Bronn Quotes From Game of Thrones
+- <http://arsludi.lamemage.com/index.php/78/grand-experiments-west-marches/> -- West Marches
+- <http://gmh.xocomp.net/dd5charactergenerator/> -- Listo v1.03 - Quick Character Generator for 5th Edition D&amp;D by Mike Risher
+- <http://www.lordbyng.net/inspiration/index.php> -- Weak Magic Items for 5e
- <https://donjon.bin.sh/5e/> -- DonJon D&D Tools
- <https://donjon.bin.sh/fantasy/inn/> -- donjon; Random Inn and Tavern Generator
-- <https://www.reddit.com/r/DMAcademy/comments/m98257/in_a_creative_rut_here_are_28_premade_encounters/> -- In a Creative Rut? Here are 28 Pre-Made Encounters for You to Steal, Modify, and Use
- <https://koboldplus.club/#/encounter-builder> -- Kobold Fight Club
-- <http://gmh.xocomp.net/dd5charactergenerator/> -- Listo v1.03 - Quick Character Generator for 5th Edition D&amp;D by Mike Risher
-- <http://www.lordbyng.net/inspiration/index.php> -- Weak Magic Items for 5e
-- <http://arsludi.lamemage.com/index.php/78/grand-experiments-west-marches/> -- West Marches
+- <https://thealpinedm.com/top-5-free-tools-every-new-dm-should-know-about/> -- 5 DM Tools - AlipneDM
+- <https://www.popsugar.com/entertainment/Bronn-Quotes-From-Game-Thrones-43846641> -- Bronn Quotes From Game of Thrones
+- <https://www.reddit.com/r/DMAcademy/comments/m98257/in_a_creative_rut_here_are_28_premade_encounters/> -- In a Creative Rut? Here are 28 Pre-Made Encounters for You to Steal, Modify, and Use
- <https://www.reddit.com/r/DMAcademy/comments/n9rah2/writing_a_drinking_song/> -- Writing a Drinking Song : DMAcademy
## Misc
-- <https://www.amazon.com/International-Shipping-Direct/b/ref=as_li_ss_tl?node=230659011&tag=quo-ans-20> -- AmazonGlobal
-- <https://github.com/lukasz-madon/awesome-remote-job/blob/master/README.md> -- awesome-remote-job/README.md at master · lukasz-madon/awesome-remote-job
-- <https://www.auto.bbbnp.org/lemon-law-complaint-form/> -- BBB AUTO LINE Lemon Law Complaint Form
-- <https://couchcoopfavorites.com/> -- Best Couch Coop Games in 2022
-- <https://sebiwi.github.io/comics/> -- Comics - Sebiwi
-- <https://downtowndoglounge.com/> -- Dog Lounge
- <http://epistorygame.com/> -- Epistory - Typing Chronicles - Adventure Typing Game
-- <https://www.gottman.com/couples/private-therapy/> -- Find a Couples Therapist Near You
+- <http://ncase.me/trust/> -- The Evolution of Trust
- <http://www.feynmanlectures.caltech.edu/I_toc.html> -- FLP Vol. I Table of Contents
-- <https://torta.github.io/FTL-Save-Editor/> -- FTL Save Editor
-- <https://happiercamper.com/pages/hc1-travel-trailer> -- HC1 Travel Trailer - Happier Camper
-- <https://dns.google.com/query?name=home.d&type=A&dnssec=true> -- Home DNS
-- <https://jrswab.com/blog/play-dwarf-fortress-in-the-terminal> -- How to Play Dwarf Fortress in the Terminal
- <https://archive.is/2020.01.01-232918/http://clarkesworldmagazine.com/fall_01_20/> -- I Sexually Identify as an Attack Helicopter by Isabel Fall : Clarkesworld Magazine - Science Fiction &amp; Fantasy
-- <https://gun.deals/category/ammo?caliber=1&mobile=true> -- In Stock 9mm Ammo Deals | gun.deals
-- <https://www.wranglerforum.com/threads/jl-towing-thread-this-is-the-place-to-find-specs-and-ask-questions.2408930/> -- JL Towing Thread &lt; This is the place to find specs and ask questions | Jeep Wrangler Forum
-- <https://www.youtube.com/watch?v=Hd0-cGkClMQ> -- Let's Go and Meet the Bronies
-- <https://www.goodreads.com/quotes/tag/takeshi-kovacs> -- Make it personal
-- <https://www.studioneat.com/products/markone> -- Mark One – Studio Neat
+- <https://couchcoopfavorites.com/> -- Best Couch Coop Games in 2022
+- <https://github.com/lukasz-madon/awesome-remote-job/blob/master/README.md> -- awesome-remote-job/README.md at master · lukasz-madon/awesome-remote-job
+- <https://jrswab.com/blog/play-dwarf-fortress-in-the-terminal> -- How to Play Dwarf Fortress in the Terminal
- <https://kmandla.wordpress.com/> -- Motho ke motho ka botho | K.Mandla's blog of Linux experiences
-- <https://nlria.com/> -- Northern Lights Advisors – Northern Lights Advisors
- <https://projectsanctuary.com/the_complete_ferengi_rules_of_acquisition.htm> -- The Complete Ferengi Rules Of Acquisition
-- <http://ncase.me/trust/> -- The Evolution of Trust
-
-### Trips
-
-- <http://www.windstarcruises.com/cruise/arabia/wonders-of-arabia/?id=220&sid=24636> -- 18 Day Athens to Dubai Luxury Cruise
-- <http://www.homeadvisor.com/cost/architects-and-engineers/build-a-house/> -- 2017 Cost to Build a House | Avg. Building &amp; Construction Prices Per Sq Ft - HomeAdvisor
-- <https://www.mywaggle.com/> -- Advanced Pet Temperature Monitor &amp; Alarm | Waggle
-- <http://www.wta.org/go-hiking/hikes/mount-fremont-lookout> -- Fremont Lookout — Washington Trails Association
-- <http://www.outstandinginthefield.com/> -- Home - Outstanding in the Field
-- <https://www.wanderlust.co.uk/content/the-ultimate-african-safari/> -- The ultimate African safari | Wanderlust
-- <https://changinglanesrv.com/pre-travel-rv-checklists/> -- Travel Day RV Checklists | Changing Lanes | Chad and Tara
-- <https://www.airbnb.com/rooms/44417298> -- Washington Coast's First Glamping Village - Tents for Rent in Copalis Beach, Washington, United States
-- <http://us.secretescapes.com/xtan-ha-resort-ambergris-caye-belize/sale> -- X’tan Ha – The Waterfront Resort | Save up to 70% on luxury travel | Secret Escapes
-
-- <http://play.typeracer.com/> -- TypeRacer
-- <http://www.westseattlearc.org/> -- West Seattle Amateur Radio Club
-- <https://www.tela.fi/en/pension-system/work-ability-and-its-significance/assessment-of-work-ability/> -- Assessment of work ability - The Finnish Pension Alliance TELA
+- <https://sebiwi.github.io/comics/> -- Comics - Sebiwi
+- <https://torta.github.io/FTL-Save-Editor/> -- FTL Save Editor
+- <https://www.amazon.com/International-Shipping-Direct/b/ref=as_li_ss_tl?node=230659011&tag=quo-ans-20> -- AmazonGlobal
+- <https://www.auto.bbbnp.org/lemon-law-complaint-form/> -- BBB AUTO LINE Lemon Law Complaint Form
## Reading
@@ -231,20 +154,18 @@ interface, no AI, etc)
- <https://plato.stanford.edu/contents.html> -- Table of Contents (Stanford Encyclopedia of Philosophy)
- <https://theanarchistlibrary.org/special/index> -- The Anarchist Library | The Anarchist Library
- <https://studentbriefs.law.gwu.edu/ilpb/2021/10/21/the-inquisitorial-advantage-in-criminal-procedure/> -- The Inquisitorial Advantage in Criminal Procedure, Part I: The Investigative File | International Law and Policy Brief
-- <https://pluralistic.net/2024/04/01/human-in-the-loop/> -- Pluralistic: Humans are not perfectly vigilant (01 Apr 2024) – Pluralistic: Daily links from Cory Doctorow
- <https://pluralistic.net/2024/04/01/human-in-the-loop/> -- Pluralistic: Humans are not perfectly vigilant
- <https://www.craiglarman.com/wiki/index.php?title=Larman%27s_Laws_of_Organizational_Behavior> -- Larman's Laws of Organizational Behavior - Craig Larman
+- <https://www.tela.fi/en/pension-system/work-ability-and-its-significance/assessment-of-work-ability/> -- Assessment of work ability - The Finnish Pension Alliance TELA
## Uncategorized
- <https://www.artofmanliness.com/articles/keep-your-house-in-tip-top-shape-an-incredibly-handy-home-maintenance-checklist/> -- A Home Maintenance Checklist: An Incredibly Handy Tool to Keep Your House in Tip-Top Shape | The Art of Manliness
-- <https://www.olympicnationalparks.com/lodging/lake-quinault-lodge/> -- Accommodations at Lake Quinault Lodge | Olympic National Park & Forest WA
- <http://adamcadre.ac/if.html> -- adamcadre.ac: interactive fiction
- <https://www.bhg.com/home-improvement/advice/home-maintenance-checklist/> -- Home Maintenance Checklist
- <https://lifehacker-com.cdn.ampproject.org/v/s/lifehacker.com/how-to-listen-to-and-delete-everything-your-alexa-has-r-1826372696/> -- How to Listen to and Delete Everything Your Alexa Has Recorded
- <https://prospect.org/mapping-corruption-interactive#map> -- Mapping Corruption
-- <https://www.theedgedesk.com/products/the-edge-desk-1> -- The Edge Desk
- <https://github.com/yaelwrites/Big-Ass-Data-Broker-Opt-Out-List> -- yaelwrites/Big-Ass-Data-Broker-Opt-Out-List
-- <https://youdidwhatwithyourweiner.com/dog-crate-rest-tips/> -- How to Survive With a Dog on Crate Rest - YouDidWhatWithYourWiener.com
- <https://poly.work/tydavis> -- PolyWork
+- <http://svn.cacert.org/CAcert/CAcert_Inc/Board/oss/oss_sabotage.html">OSS Simple Sabotage Manual, Sections 11, 12