summaryrefslogtreecommitdiffstats
path: root/links.md
blob: 773858e43683869d320d2ee11fada3ef59676030 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# Links

My browser bookmarks and other curated links. Largely copying what my
current browser bookmark structure(s) are for now.

## General

- <https://zadzmo.org/code/nepenthes/> -- LLM tarpit
- <https://lite.duckduckgo.com/lite> -- DuckDuckGo Lite (stripped down
interface, no AI, etc)
- <https://www.jamesatkins.com/posts/git-over-http-with-caddy/> --
  Description of how to put cgit, fastcgi, and caddy together.
- <https://www.sportico.com/leagues/football/2024/nfl-national-revenue-2023-tv-13-billion-1234786762/>
  -- NFL league money/profit sharing

## 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://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
- <https://notes.ericjiang.com/posts/751> -- The emperor’s new clothes were built with Node.js | Notes
- <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://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

### References

- <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

#### Study

- <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.youtube.com/watch?v=uTEL8Ff1Zvk> -- What's the Difference Between DevOps and SRE? (class SRE implements DevOps) - YouTube

#### Language Specific

- <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://aishpant.dev/blog/mailing-lists/">offlineimap + mutt = how to deal with LKML
- <https://gist.github.com/vegard/22200a9f91af138a99ae22a9b814a9a4> -- Getting started with Linux kernel development
- <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://mdlayher.com/blog/network-protocol-breakdown-ethernet-and-go/">Network Protocol Breakdown: Ethernet and Go
- <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://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://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

## Tools

- <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://docs.google.com/spreadsheets/u/0/d/18rtqh8EG2q1xBo2cLNyhIDuK9jrPGwYr9DI2UncoqJQ/htmlview> -- Bellingcat's Online Investigation Toolkit 
- <https://graphviz.christine.website/> -- Graphviz Online
- <https://livegrep.com/search/linux> -- Kernel code search
- <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
- <javascript:(function()%7Bdocument.body.appendChild(document.createElement(%27script%27)).src%3D%27https://tafttest.com/taftme.js%27%3B%7D)()%3B"> -- Taft Test (bookmarklet)
- <http://play.typeracer.com/> -- TypeRacer

## D&D

- <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://koboldplus.club/#/encounter-builder> -- Kobold Fight Club
- <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

- <http://epistorygame.com/> -- Epistory - Typing Chronicles - Adventure Typing Game
- <http://ncase.me/trust/> -- The Evolution of Trust
- <http://www.feynmanlectures.caltech.edu/I_toc.html> -- FLP Vol. I Table of Contents
- <https://archive.is/2020.01.01-232918/http://clarkesworldmagazine.com/fall_01_20/> -- I Sexually Identify as an Attack Helicopter by Isabel Fall
- <https://couchcoopfavorites.com/> -- Best Couch Coop Games in 2022
- <https://github.com/lukasz-madon/awesome-remote-job/blob/master/README.md> -- 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://projectsanctuary.com/the_complete_ferengi_rules_of_acquisition.htm> -- The Complete Ferengi Rules Of Acquisition
- <https://sebiwi.github.io/comics/> -- Comics - Sebiwi
- <https://torta.github.io/FTL-Save-Editor/> -- FTL Save Editor

## Reading

- <https://hnarayanan.github.io/springer-books/> -- A collection of free books from Springer
- <https://rifters.com/Eriophora-Root-Archive-Log-Ahzmundin--frag/derelict.htm> -- Araneus
- <https://plato.stanford.edu/entries/ethics-computer/> -- Computer and Information Ethics (Stanford Encyclopedia of Philosophy)
- <https://seat14c.com/future_ideas/37D> -- Peter Watts: Incorruptible
- <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
- <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
- <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://github.com/yaelwrites/Big-Ass-Data-Broker-Opt-Out-List> -- yaelwrites/Big-Ass-Data-Broker-Opt-Out-List
- <https://poly.work/tydavis> -- PolyWork
- <http://svn.cacert.org/CAcert/CAcert_Inc/Board/oss/oss_sabotage.html">OSS Simple Sabotage Manual, Sections 11, 12
- <https://www.auto.bbbnp.org/lemon-law-complaint-form/> -- BBB AUTO LINE Lemon Law Complaint Form