<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ms-demeanor</id>
	<title>ms-demeanor.com - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ms-demeanor"/>
	<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/wiki/page_title/Special:Contributions/Ms-demeanor"/>
	<updated>2026-05-02T00:02:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Using_CertUtil_to_verify_Linux_checksums_in_Windows&amp;diff=383</id>
		<title>Using CertUtil to verify Linux checksums in Windows</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Using_CertUtil_to_verify_Linux_checksums_in_Windows&amp;diff=383"/>
		<updated>2026-03-25T23:31:30Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: Ms-demeanor moved page Using certutil to verify checksums in Windows to Using CertUtil to verify Linux checksums in Windows without leaving a redirect: Misspelled title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a super simple how-to as a reminder for myself and an explainer for anyone else who is trying to verify a [[Linux]] ISO file with SHA256 on a Windows machine. &lt;br /&gt;
&lt;br /&gt;
== Before you start trying to verify ==&lt;br /&gt;
* Download the ISO of your chosen distro to your computer&lt;br /&gt;
* Download or copy the checksum from the distro&#039;s verified website (so if you&#039;re downloading Mint from the Harvard mirror, get the verification documentation from the Linux Mint website) &lt;br /&gt;
* Open a text document (notepad or Word or whatever)&lt;br /&gt;
* Identify the location of the ISO file on your computer&lt;br /&gt;
* Right-click on the ISO file and open Properties, in Properties copy the file path to the ISO file and the full name of the file, then paste that information into your text document&lt;br /&gt;
* Paste the SHA256 Sum into your text document&lt;br /&gt;
&lt;br /&gt;
Now you&#039;re ready to verify. &lt;br /&gt;
&lt;br /&gt;
* Open Command prompt on Windows by hitting &amp;quot;Windows Key+R&amp;quot;, typing CMD in the dialog box, and hitting enter.&lt;br /&gt;
* Type &amp;quot;cd&amp;quot; followed by a space then paste the file path from your document into the prompt and hit enter. (So, something like &amp;quot;cd Desktop\Parent Folder\Folder) this should output the following:&lt;br /&gt;
:: C:\Users\Name\Desktop\Parent Folder\Folder&amp;gt;&lt;br /&gt;
* Type (or paste the following &amp;lt;b&amp;gt;without the quotation marks or brackets&amp;lt;/b&amp;gt;): &amp;quot;certutil -hashfile &amp;lt;EXAMPLE-ISO-NAME-DELETEQUOTATIONMARKS.ISO&amp;gt; SHA256&amp;quot; &lt;br /&gt;
* Hit enter; this should return something like the following:&lt;br /&gt;
:: SHA256 hash of EXAMPLE-ISO-NAME-DELETEQUOTATIONMARKS.iso:&lt;br /&gt;
:: 6arire78tbaan901tvir234lbh5678hc9012arire34567tbaan6yrg78lbhqbja&lt;br /&gt;
:: CertUtil: - hashfile command completed successfully.&lt;br /&gt;
* Copy the 64 character hash string and paste it into your text document to compare the sum you pasted earlier. If the strings match, you are clear to flash the ISO to a disk.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Using_CertUtil_to_verify_Linux_checksums_in_Windows&amp;diff=382</id>
		<title>Using CertUtil to verify Linux checksums in Windows</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Using_CertUtil_to_verify_Linux_checksums_in_Windows&amp;diff=382"/>
		<updated>2026-03-25T23:27:07Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a super simple how-to as a reminder for myself and an explainer for anyone else who is trying to verify a [[Linux]] ISO file with SHA256 on a Windows machine. &lt;br /&gt;
&lt;br /&gt;
== Before you start trying to verify ==&lt;br /&gt;
* Download the ISO of your chosen distro to your computer&lt;br /&gt;
* Download or copy the checksum from the distro&#039;s verified website (so if you&#039;re downloading Mint from the Harvard mirror, get the verification documentation from the Linux Mint website) &lt;br /&gt;
* Open a text document (notepad or Word or whatever)&lt;br /&gt;
* Identify the location of the ISO file on your computer&lt;br /&gt;
* Right-click on the ISO file and open Properties, in Properties copy the file path to the ISO file and the full name of the file, then paste that information into your text document&lt;br /&gt;
* Paste the SHA256 Sum into your text document&lt;br /&gt;
&lt;br /&gt;
Now you&#039;re ready to verify. &lt;br /&gt;
&lt;br /&gt;
* Open Command prompt on Windows by hitting &amp;quot;Windows Key+R&amp;quot;, typing CMD in the dialog box, and hitting enter.&lt;br /&gt;
* Type &amp;quot;cd&amp;quot; followed by a space then paste the file path from your document into the prompt and hit enter. (So, something like &amp;quot;cd Desktop\Parent Folder\Folder) this should output the following:&lt;br /&gt;
:: C:\Users\Name\Desktop\Parent Folder\Folder&amp;gt;&lt;br /&gt;
* Type (or paste the following &amp;lt;b&amp;gt;without the quotation marks or brackets&amp;lt;/b&amp;gt;): &amp;quot;certutil -hashfile &amp;lt;EXAMPLE-ISO-NAME-DELETEQUOTATIONMARKS.ISO&amp;gt; SHA256&amp;quot; &lt;br /&gt;
* Hit enter; this should return something like the following:&lt;br /&gt;
:: SHA256 hash of EXAMPLE-ISO-NAME-DELETEQUOTATIONMARKS.iso:&lt;br /&gt;
:: 6arire78tbaan901tvir234lbh5678hc9012arire34567tbaan6yrg78lbhqbja&lt;br /&gt;
:: CertUtil: - hashfile command completed successfully.&lt;br /&gt;
* Copy the 64 character hash string and paste it into your text document to compare the sum you pasted earlier. If the strings match, you are clear to flash the ISO to a disk.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Using_CertUtil_to_verify_Linux_checksums_in_Windows&amp;diff=381</id>
		<title>Using CertUtil to verify Linux checksums in Windows</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Using_CertUtil_to_verify_Linux_checksums_in_Windows&amp;diff=381"/>
		<updated>2026-03-25T23:26:36Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a super simple how-to as a reminder for myself and an explainer for anyone else who is trying to verify a [[Linux]] ISO file with SHA256 on a Windows machine. &lt;br /&gt;
&lt;br /&gt;
== Before you start trying to verify ==&lt;br /&gt;
* Download the ISO of your chosen distro to your computer&lt;br /&gt;
* Download or copy the checksum from the distro&#039;s verified website (so if you&#039;re downloading Mint from the Harvard mirror, get the verification documentation from the Linux Mint website) &lt;br /&gt;
* Open a text document (notepad or Word or whatever)&lt;br /&gt;
* Identify the location of the ISO file on your computer&lt;br /&gt;
* Right-click on the ISO file and open Properties, in Properties copy the file path to the ISO file and the full name of the file, then paste that information into your text document&lt;br /&gt;
* Paste the SHA256 Sum into your text document&lt;br /&gt;
&lt;br /&gt;
Now you&#039;re ready to verify. &lt;br /&gt;
&lt;br /&gt;
* Open Command prompt on Windows by hitting &amp;quot;Windows Key+R&amp;quot;, typing CMD in the dialog box, and hitting enter.&lt;br /&gt;
* Type &amp;quot;cd&amp;quot; followed by a space then paste the file path from your document into the prompt and hit enter. (So, something like &amp;quot;cd Desktop\Parent Folder\Folder) this should output the following:&lt;br /&gt;
: C:\Users\Name\Desktop\Parent Folder\Folder&amp;gt;&lt;br /&gt;
* Type (or paste the following &amp;lt;b&amp;gt;without the quotation marks or brackets&amp;lt;/b&amp;gt;): &amp;quot;certutil -hashfile &amp;lt;EXAMPLE-ISO-NAME-DELETEQUOTATIONMARKS.ISO&amp;gt; SHA256&amp;quot; &lt;br /&gt;
* Hit enter; this should return something like the following:&lt;br /&gt;
: SHA256 hash of EXAMPLE-ISO-NAME-DELETEQUOTATIONMARKS.iso:&lt;br /&gt;
: 6arire78tbaan901tvir234lbh5678hc9012arire34567tbaan6yrg78lbhqbja&lt;br /&gt;
: CertUtil: - hashfile command completed successfully.&lt;br /&gt;
* Copy the 64 character hash string and paste it into your text document to compare the sum you pasted earlier. If the strings match, you are clear to flash the ISO to a disk.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Using_CertUtil_to_verify_Linux_checksums_in_Windows&amp;diff=380</id>
		<title>Using CertUtil to verify Linux checksums in Windows</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Using_CertUtil_to_verify_Linux_checksums_in_Windows&amp;diff=380"/>
		<updated>2026-03-25T23:23:46Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: Created page with &amp;quot;This is a super simple how-to as a reminder for myself and an explainer for anyone else who is trying to verify a Linux ISO file with SHA256 on a Windows machine.   == Before you start trying to verify == * Download the ISO of your chosen distro to your computer * Download or copy the checksum from the distro&amp;#039;s verified website (so if you&amp;#039;re downloading Mint from the Harvard mirror, get the verification documentation from the Linux Mint website)  * Open a text docume...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a super simple how-to as a reminder for myself and an explainer for anyone else who is trying to verify a [[Linux]] ISO file with SHA256 on a Windows machine. &lt;br /&gt;
&lt;br /&gt;
== Before you start trying to verify ==&lt;br /&gt;
* Download the ISO of your chosen distro to your computer&lt;br /&gt;
* Download or copy the checksum from the distro&#039;s verified website (so if you&#039;re downloading Mint from the Harvard mirror, get the verification documentation from the Linux Mint website) &lt;br /&gt;
* Open a text document (notepad or Word or whatever)&lt;br /&gt;
* Identify the location of the ISO file on your computer&lt;br /&gt;
* Right-click on the ISO file and open Properties, in Properties copy the file path to the ISO file and the full name of the file, then paste that information into your text document&lt;br /&gt;
* Paste the SHA256 Sum into your text document&lt;br /&gt;
&lt;br /&gt;
Now you&#039;re ready to verify. &lt;br /&gt;
&lt;br /&gt;
* Open Command prompt on Windows by hitting &amp;quot;Windows Key+R&amp;quot;, typing CMD in the dialog box, and hitting enter.&lt;br /&gt;
* Type &amp;quot;cd&amp;quot; followed by a space then paste the file path from your document into the prompt and hit enter, this should output the following:&lt;br /&gt;
: C:\Users\Name\Parent Folder\Folder&amp;gt;&lt;br /&gt;
* Type (or paste the following &amp;lt;b&amp;gt;without the quotation marks or brackets&amp;lt;/b&amp;gt;): &amp;quot;certutil -hashfile &amp;lt;EXAMPLE-ISO-NAME-DELETEQUOTATIONMARKS.ISO&amp;gt; SHA256&amp;quot; &lt;br /&gt;
* Hit enter; this should return something like the following:&lt;br /&gt;
: SHA256 hash of EXAMPLE-ISO-NAME-DELETEQUOTATIONMARKS.iso:&lt;br /&gt;
: 6arire78tbaan901tvir234lbh5678hc9012arire34567tbaan6yrg78lbhqbja&lt;br /&gt;
: CertUtil: - hashfile command completed successfully.&lt;br /&gt;
* Copy the 64 character hash string and paste it into your text document to compare the sum you pasted earlier. If the strings match, you are clear to flash the ISO to a disk.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Main_Page&amp;diff=379</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Main_Page&amp;diff=379"/>
		<updated>2026-03-10T23:11:49Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Where Am I? =&lt;br /&gt;
&lt;br /&gt;
Hi there! You are on my [[Ms-Demeanor|personal]] website! &lt;br /&gt;
&lt;br /&gt;
You may have found your way here because you knew me from Tumblr, or maybe I handed you a business card, or you are staring at this page as I&#039;m starting my [https://www.twitch.tv/ifitbleedsitleads/ Twitch Stream]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What Can I do Here? ==&lt;br /&gt;
&lt;br /&gt;
Sorry, not much. While this is a wiki, this is also my personal site. I&#039;ve decided to host it as a wiki because people have asked me a lot of questions and I&#039;ve given a lot of very long-winded answers and I needed a good way to organize those answers so that people could find them. So you can&#039;t make edits or add to the talk pages or add pages yourself; you&#039;re a spectator and I&#039;m the sport. If you&#039;d like something more interactive, consider sending me an ask on [https://ms-demeanor.tumblr.com/ask my Tumblr].&lt;br /&gt;
&lt;br /&gt;
If you&#039;re interested in staying here and poking around for a bit, what you &#039;&#039;can&#039;&#039; do is read! I&#039;ve written an awful lot over the years and I&#039;m very glad that people are interested in reading it. Hopefully you&#039;ll find something here that interests you. &lt;br /&gt;
&lt;br /&gt;
Thanks for stopping by :)&lt;br /&gt;
&lt;br /&gt;
== Why is that link Red? ==&lt;br /&gt;
&lt;br /&gt;
Red links are planned pages. They may be something that I have already written elsewhere but not formatted for this wiki, or they may be something that I am planning to write from scratch. Expect this site to continue evolving. If you see a red link about a subject that interests you, take heart. It&#039;ll show up here someday. &lt;br /&gt;
&lt;br /&gt;
== Where to Start: ==&lt;br /&gt;
&lt;br /&gt;
*[[PDF Resources]] (The Death Book, The De-Googling Guide, etc.)&lt;br /&gt;
*[[Computers and Technology]]&lt;br /&gt;
*[[Disaster Recovery Resources]]&lt;br /&gt;
*[[ADHD]]&lt;br /&gt;
*[[Depression]]&lt;br /&gt;
*[[Essays and Rants]]&lt;br /&gt;
*[[Reclist]]&lt;br /&gt;
*[[Academics]]&lt;br /&gt;
*[[Recipes]]&lt;br /&gt;
*[[Directory]]&lt;br /&gt;
&lt;br /&gt;
And if that doesn&#039;t get you where you want to be, check out a full menu of what&#039;s available in this [https://www.ms-demeanor.com/wiki/page_title/Special:AllPages list of pages].&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Bitwarden&amp;diff=378</id>
		<title>Bitwarden</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Bitwarden&amp;diff=378"/>
		<updated>2026-03-10T18:12:55Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://bitwarden.com/ Bitwarden] is an [[Open Source]] password manager. The free version is fully featured; a paid account comes with additional storage and in-app TOTP.&lt;br /&gt;
&lt;br /&gt;
Bitwarden also makes a standalone authenticator app that can be synced with the password manager; the authenticator app is excellent.  &lt;br /&gt;
&lt;br /&gt;
== Why Should I Use Bitwarden? ==&lt;br /&gt;
* It&#039;s a fully-featured free password manager.&lt;br /&gt;
* It is accessible as an app, a browser extension, and a webpage so you can access your passwords anywhere.&lt;br /&gt;
* If you want to host it yourself, you can also set it up so it&#039;s only available on a device you choose.&lt;br /&gt;
* You can use it to securely save notes and cards and other information as well.&lt;br /&gt;
* Open source software is good and people should use more open source software.&lt;br /&gt;
&lt;br /&gt;
== How do I Use Bitwarden? ==&lt;br /&gt;
# Go to bitwarden.com and select &amp;quot;create account&amp;quot;; select a free account to start and you can upgrade later if you&#039;d like to.&lt;br /&gt;
# Create the account using your primary email address as the login name and one long (but not complicated!) password that you are certain you can remember but is not widely shared online. For tips, see [[How To Create A Good Password If You Are Not A Literal Computer]].&lt;br /&gt;
# Set up your password hint with a good reminder; be sure to note any punctuation you added, for instance a comma to separate lines of a song or an exclamation point between words of a movie title.&lt;br /&gt;
# Verify your email account with the password manager, then set up a new password for your email. You may need a phone or access to your extant 2FA tools for this step. Create a login in the password manager, add your email address, and generate a new password, then save the entry. Go to your email account, select &amp;quot;security&amp;quot; and &amp;quot;change password&amp;quot; - enter your old password to confirm then paste your new password manager generated password into the provided text boxes, and save. Log out of your email account, then log back in with your new password. You will need to do this on all of your devices, so make sure you&#039;re using a password manager that is accessible across platforms - Bitwarden is recommended for a reason!&lt;br /&gt;
# Repeat the process of resetting passwords until all of them are saved in Bitwarden; you don&#039;t need to do everything all at once, but it&#039;s best to start with your primary email addresses, your banking information, and your major social media sites as soon as you can.&lt;br /&gt;
# You can also migrate from previous password managers by [https://bitwarden.com/help/import-data/ importing data to your vault].&lt;br /&gt;
&lt;br /&gt;
== Why do You Recommend Bitwarden? ==&lt;br /&gt;
* It is easy for non-technical people to use, which means they&#039;re more likely to use it than other password managers. &lt;br /&gt;
* It has an incredibly comprehensive [https://bitwarden.com/help/ help center]; I&#039;m confident that most motivated people will be able to help themselves learn how to use it.&lt;br /&gt;
* There is an active forum where you can have a lively conversation with other people who are interested in Bitwarden and open source software.&lt;br /&gt;
* Open source software is good and I think more people should use it.&lt;br /&gt;
&lt;br /&gt;
=== Bonus ===&lt;br /&gt;
If you&#039;d like to see a &amp;quot;recipe&amp;quot; on how to use Bitwarden with a long-winded story about password managers to go with it, you can [https://web.archive.org/web/20240314014612/https://ms-demeanor.tumblr.com/post/733657501272276992/jim-and-i-didnt-get-along-particularly-well-at do so here].&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Framework_Laptops&amp;diff=377</id>
		<title>Framework Laptops</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Framework_Laptops&amp;diff=377"/>
		<updated>2026-03-06T17:31:35Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Look. &#039;&#039;Look&#039;&#039;.&lt;br /&gt;
I have zero problem with Framework Laptops. Framework laptops are &#039;&#039;fine&#039;&#039;. They&#039;re perfectly serviceable and appear to work well and have a lot going for them. &lt;br /&gt;
I just don&#039;t like them all that much. I think that you could do better. I think that they&#039;re targeted at people who are smart enough to want a better class of computer but are scared to death of hardware and I just kind of feel like there&#039;s not that much of a reason to be scared of hardware so I think the use cases for this type of laptop are limited and I find the hype around the product a bit irritating. It&#039;s a perfectly fine laptop; it&#039;s not going to be the thing that revolutionizes the industry and eradicates e-waste (though it will eradicate &#039;&#039;some&#039;&#039; e-waste and that is good).&lt;br /&gt;
&lt;br /&gt;
== The Hype ==&lt;br /&gt;
I don&#039;t know if &#039;&#039;Framework&#039;&#039; pitches themselves this way, but the way that people try to sell me on the concept of Framework Laptops is that they&#039;re endlessly reparable computers that will be upgradeable until the end of time. There&#039;s an aura of &amp;quot;this is the last laptop that you&#039;ll ever have to buy.&amp;quot; &lt;br /&gt;
And that&#039;s bullshit. Eventually the newer parts of your Framework won&#039;t talk to the older parts, or your older motherboard won&#039;t have adapters for the new modules, and you&#039;re going to have to replace the thing. That&#039;s just the way that hardware works. There will be a new wireless standard that doesn&#039;t mesh with the card on your computer. There will be a smaller storage device that uses a different connector. You can cram in adapters, but you lose speed and space. &lt;br /&gt;
&lt;br /&gt;
== The Pros ==&lt;br /&gt;
That&#039;s not to say they&#039;re bad laptops. They&#039;re actually very &#039;&#039;good&#039;&#039; laptops, it&#039;s great that you can order them with no OS, it&#039;s great that they have modules that snap in easily to change and upgrade your computer. It&#039;s great that you can swap the motherboard or the screen in easily, it&#039;s great that you can replace your battery easily. It is REALLY great that you can choose whether to center your keyboard or have it offset in a 16&amp;quot; laptop. It&#039;s neat! It&#039;s fine!&lt;br /&gt;
&lt;br /&gt;
== The Cons ==&lt;br /&gt;
Framework seems like a pretty expensive way to get a computer. I just (June 2024) looked at the cost for the 16&amp;quot; DIY model With the lower end of most of the specs (8GB RAM, 250GB SSD, Win11 Home) that&#039;s an $1800 computer. &lt;br /&gt;
&lt;br /&gt;
It&#039;s neat that you CAN have upgrade modules, but it&#039;s shitty that of the six modules you get for your computer you have to dedicate one to charging and one to audio out before you even start figuring out if you want USB-A or extra storage. (I get that it&#039;s DIY but it is very odd to me that they wouldn&#039;t have one slot set aside for power. You don&#039;t have an option to add that, that is non-optional, so it seems like it&#039;s cheating to say that you can add six configurable modules).&lt;br /&gt;
&lt;br /&gt;
I&#039;m looking at my current Lenovo ThinkPad (15 G2 ITL) and it has 2xUSB-C, 2xUSB-A, Ethernet, HDMI, SD Card, and audio/mic. Of those, I guess I&#039;d be willing to lose the SD Card reader and one USB-A but I kind of think I shouldn&#039;t have to lose any so it&#039;s weird to me that a larger computer comes with less space and would have fewer ports than my current cheap laptop. (This computer cost me about one third as much as the DIY Framework, came with a Pro license, more outputs, and more RAM. This is why Framework seems like kind of a ripoff to me.)&lt;br /&gt;
&lt;br /&gt;
Update: Looked at it in March 2026 and the cost for a 16&amp;quot; laptop with a Ryzen 7, 16GB RAM, 512GB storage, no OS, no power adapter, and no numeric keypad is about $1700; I compared that against a Lenovo T16 Gen 4 that is ALSO about $1700 (Or $1400 on Amazon) but includes the OS, power adapter, and numeric keypad (which total about $300) and I still think I&#039;m going with the Lenovo. &lt;br /&gt;
&lt;br /&gt;
== The Use Case ==&lt;br /&gt;
Framework Laptops seem to be ideal for people who need top-of-the-line hardware on a fairly frequent basis but who aren&#039;t comfortable working with hardware. I have had some programmers tell me that they are the target market for Framework and I&#039;m inclined to believe them. If you are someone who needs a new processor every other year, Framework is a good option that will reduce waste. &lt;br /&gt;
&lt;br /&gt;
I just have a lot of trouble conceptualizing of that as a real need. &lt;br /&gt;
&lt;br /&gt;
== My Take ==&lt;br /&gt;
Again, Framework is &#039;&#039;fine&#039;&#039;. It&#039;s fine. It&#039;s fine. &lt;br /&gt;
&lt;br /&gt;
I just think that for most users it&#039;s at the upper end of their budget, isn&#039;t all that impressive in terms of specs, and most especially: isn&#039;t all that much more upgradeable than a standard laptop. It&#039;s definitely easier to upgrade than a MacBook or a Surface Pro or a Lenovo Yoga, but it&#039;s not easier to upgrade than a Dell laptop or a ThinkPad or a ZBook. And I don&#039;t think a Framework is going to last meaningfully longer than a Lenovo Thinkpad that is maintained by someone with a youtube education in how to open up a computer. &lt;br /&gt;
&lt;br /&gt;
I guess it&#039;s cool that you can add 1tb of expanded storage to your computer via a 1TB USB-C expansion card, but I can also just get a 5TB external drive for the same price (currently $125 for the card) and if I can do that I think I&#039;d prefer a computer that doesn&#039;t force me to make the choice between a second USB-A port and an audio jack. &lt;br /&gt;
&lt;br /&gt;
So if you want a Framework and it&#039;s in your budget and you like the idea, fine. The computer is fine, it&#039;s fine, get a framework. But if you&#039;re going with the Framework because you&#039;re worried that you won&#039;t be able to add RAM to your own laptop because you&#039;re &amp;quot;not technical&amp;quot; - it&#039;s just about as easy to upgrade a standard laptop with standard upgrades as it is to upgrade a Framework (the RAM isn&#039;t even a specialized easy to install module it&#039;s the same Crucial DDR4 3200 that I buy for work, it&#039;s just twice the price of retail in the Framework marketplace).&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Reclist&amp;diff=376</id>
		<title>Reclist</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Reclist&amp;diff=376"/>
		<updated>2026-02-24T02:22:37Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Software and Tools ==&lt;br /&gt;
=== Computery Type Software and Tools ===&lt;br /&gt;
*[[LibreOffice]]&lt;br /&gt;
*[[Firefox]]&lt;br /&gt;
*[[Malwarebytes]]&lt;br /&gt;
*[[Bitwarden]]&lt;br /&gt;
*[https://cryptpad.fr/ Cryptpad] - open-source, browser-based collaborative office suite software. It&#039;s like if LibreOffice lived in your phone or if Gdocs wasn&#039;t evil. Zero-Knowledge storage and a free tier with 1GB of space available. &lt;br /&gt;
*[https://search.marginalia.nu/ Marginalia] - Indie search engine&lt;br /&gt;
*[https://proton.me/drive Proton Drive] - Cloud Storage that isn&#039;t spying on you. Sign up for 5GB free storage, with paid plans up to 3TB.&lt;br /&gt;
*[https://proton.me/mail Proton Mail] - Free end-to-end encrypted email service. I strongly recommend them with the caveat that [[Email is Not Secure]].&lt;br /&gt;
*[https://www.linuxmint.com/ Linux Mint] - A distro for newbies. Easy to use and well-supported.&lt;br /&gt;
*[https://www.linuxliteos.com/ Linux Lite] - ultralightweight distro for older machines.&lt;br /&gt;
*[https://radar.cloudflare.com/scan Cloudflare URL Scanner] - scans URLs for some basic info.&lt;br /&gt;
*[https://ubuntustudio.org/ Ubuntu Studio] - distro for video/music/image production.&lt;br /&gt;
&lt;br /&gt;
=== Brain Management Software and Tools ===&lt;br /&gt;
*[https://www.yourfocusfriend.com/ Focus Friend] - A cozy focus timer app by Hank Green.&lt;br /&gt;
*[https://goblin.tools/ Goblin.Tools] - great AI to-do list generator and I love /judge for parsing the emotional tone of writing.&lt;br /&gt;
*[https://habitica.com/ Habitica] - online task manager modeled after a video game.&lt;br /&gt;
*[https://addons.mozilla.org/en-US/firefox/addon/leechblock-ng/ LeechBlock Extension] - distraction blocking extension for firefox with customizable groups and timers. &lt;br /&gt;
*[https://youfeellikeshit.com/ You Feel Like Shit] - a self-care &amp;quot;game&amp;quot; that helps you fine-tune why you feel like shit. &lt;br /&gt;
&lt;br /&gt;
=== Art/Video/Music Software and Tools ===&lt;br /&gt;
*[https://cobalt.tools/ Cobalt.Tools] - social media video downloader; save videos from Twitter, IG, Tumblr, TikTok, etc., as audio or visuals. &lt;br /&gt;
*[https://ditherit.com/ Dither It] - a free dithering tool&lt;br /&gt;
*[https://ezgif.com/ EZGif] - Free online GIF maker and editor.&lt;br /&gt;
*[https://www.rawtherapee.com/ RawTherapee] - Open Source RAW photo editor.&lt;br /&gt;
&lt;br /&gt;
=== Pet Care Software and Tools ===&lt;br /&gt;
* [https://www.merckvetmanual.com/multimedia/clinical-calculator/chocolate-toxicity-calculator Chocolate Toxicity Calculator for Dogs]&lt;br /&gt;
&lt;br /&gt;
== Websites ==&lt;br /&gt;
=== Computer/Hacker/DIY related ===&lt;br /&gt;
* [https://www.hackthissite.org/ Hack This Site] - A reasonable starting point for becoming a hacker&lt;br /&gt;
* [https://www.howtogeek.com/ How-To Geek] - Articles and tutorials about computer repair&lt;br /&gt;
* [https://pluralistic.net/ Pluralistic.Net] - Corey Doctorow&#039;s blog/newsletter. Privacy and tech news&lt;br /&gt;
* [https://www.privacyguides.org/en/tools/ Privacy Guides] - what it says on the tin; particularly recommended for their rec list&lt;br /&gt;
* [https://technical.city/en Technical City] - Tool for comparing hardware (processor to processor, graphics card to graphics card, etc.) to help you gauge specs when shopping around. &lt;br /&gt;
* [https://pcpartpicker.com/trends/ PC Part Picker Price Trends] - This site as a whole is useful for sourcing and comparing hardware but the price trends especially are helpful for getting an idea of what you can expect to pay for a computer. &lt;br /&gt;
* [https://www.ifixit.com/Guide I Fix It] - Guides for DIY computer (and other stuff) repair.&lt;br /&gt;
&lt;br /&gt;
=== Interpersonal/Social/Self-Improvement Related ===&lt;br /&gt;
* [https://www.askamanager.org/ Ask A Manager] - Advice column for jobseekers&lt;br /&gt;
* [https://captainawkward.com/ Captain Awkward] - Advice column for the socially awkward&lt;br /&gt;
&lt;br /&gt;
=== They&#039;re Good Websites Bront ===&lt;br /&gt;
* [https://www.gutenberg.org/ Project Gutenberg] - public domain books.&lt;br /&gt;
* [https://archive.org/ Archive.Org] - the Internet Archive.&lt;br /&gt;
&lt;br /&gt;
== Podcasts ==&lt;br /&gt;
I use the [https://antennapod.org/ Antennapod app] for all my podcasting needs.&lt;br /&gt;
&lt;br /&gt;
This is every active podcast that I&#039;m currently listening to that I&#039;ve spent 100+ hours on. Proceed with caution a lot of these are kind of heavy.&lt;br /&gt;
* [https://knowledgefight.com/ Knowledge Fight]&lt;br /&gt;
* [https://www.dolloppodcast.com/ The Dollop]&lt;br /&gt;
* [https://www.iheart.com/podcast/105-behind-the-bastards-29236323/ Behind the Bastards]&lt;br /&gt;
* [https://www.qanonanonymous.com/ Qanon Anonymous]&lt;br /&gt;
* [https://www.iheart.com/podcast/105-it-could-happen-here-30717896/ It Could Happen Here]&lt;br /&gt;
* [https://citationsneeded.libsyn.com/ Citations Needed]&lt;br /&gt;
* [https://idontspeakgerman.libsyn.com/ I Don&#039;t Speak German]&lt;br /&gt;
* [https://qqwithsorenanddaniel.podbean.com/ Quick Question with Soren and Daniel]&lt;br /&gt;
* [https://know-your-enemy-1682b684.simplecast.com/ Know Your Enemy]&lt;br /&gt;
* [https://www.fivefourpod.com/ 5-4]&lt;br /&gt;
* [https://www.maintenancephase.com/ Maintenance Phase]&lt;br /&gt;
* [https://www.iheart.com/podcast/269-some-more-news-29429923/ Some More News]&lt;br /&gt;
&lt;br /&gt;
Bonus: [https://westwingthing.libsyn.com/ The West Wing Thing] (Leftist criticism of The West Wing)&lt;br /&gt;
&lt;br /&gt;
== Creators ==&lt;br /&gt;
* [https://www.youtube.com/@FoldingIdeas Folding Ideas]&lt;br /&gt;
&lt;br /&gt;
== Books ==&lt;br /&gt;
* [https://ia801809.us.archive.org/30/items/bookofthedead_1808_librivox_202011/A%20Culture%20of%20Conspiracy%20Apocalyptic%20Visions%20in%20Contemporary%20America%20%28Mich%C3%A6l%20Barkun%29%20%28z-lib.org%29.pdf &#039;&#039;A Culture of Conspiracy&#039;&#039; by Michael Barkun]&lt;br /&gt;
* [https://archive.org/details/designbasics0000pent/mode/2up &#039;&#039;Design Basics&#039;&#039; by Stephen Pentak and David A. Lauer]&lt;br /&gt;
&lt;br /&gt;
== Articles ==&lt;br /&gt;
* [https://web.archive.org/web/2/https://crimethinc.com/2019/04/08/against-the-logic-of-the-guillotine-why-the-paris-commune-burned-the-guillotine-and-we-should-too Against the Logic of the Guillotine]&lt;br /&gt;
&lt;br /&gt;
== Music ==&lt;br /&gt;
In no particular order, just music that I think is good that I think people would like but that they might not otherwise stumble across.&lt;br /&gt;
* [https://www.youtube.com/watch?v=AESrPcQRgc0 &amp;quot;Shame&amp;quot; by Low.] Really, listen to anything by Low but I think this and &amp;quot;Lullabye&amp;quot; are the best. &lt;br /&gt;
* [https://youtu.be/zFwPBhKwZLc &amp;quot;Machine Gun&amp;quot;] or [https://youtu.be/WVe-9VWIcCo &amp;quot;SOS&amp;quot; (ABBA Cover)] by Portisehead. Look everyone knows &amp;quot;Glory Box&amp;quot; rules check these out because they rule in a totally different way.&lt;br /&gt;
* [https://youtu.be/0PW-GrreKRw &amp;quot;Don&#039;t Slander Me&amp;quot;] by Roky Erickson.&lt;br /&gt;
* [https://youtu.be/1lkuDm_g2ig &amp;quot;Call me a Hole&#039;] [https://twitter.com/pomdeter PomDeter] mashup of &amp;quot;Call me Maybe&amp;quot; and &amp;quot;Head like a Hole.&amp;quot;&lt;br /&gt;
* &amp;quot;I Was Made for Lovin&#039; You&amp;quot; by Kiss [https://youtu.be/rnAlO8r2tjI Sped Up] and [https://youtu.be/GOJVVpXGguU Slowed Down with Reverb].&lt;br /&gt;
* [https://youtu.be/crqpmb_-ke8 (the) Melvins cover of Kiss&#039;s &amp;quot;Going Blind.&amp;quot;]&lt;br /&gt;
* [https://youtu.be/UjKeiZLEWsM &amp;quot;Janitor&amp;quot; by Suburban Lawns].&lt;br /&gt;
* The whole first album of Chipmunks on 16 Speed is worth listening to, as are parts of the second album, but the best track off of either is [https://www.youtube.com/watch?v=7SodT0FyebU &amp;quot;Bette Davis Eyes.&amp;quot;]&lt;br /&gt;
* [https://youtu.be/ukZYP5Dy43E &#039;&#039;Pulse Demon&#039;&#039;] by Merzbow. This is a harsh noise album, so warnings for loud and obnoxious noises. This is my heavy-duty, need-to-focus, emergency ADHD music.&lt;br /&gt;
* [https://youtu.be/BOBe--9NqLU 9hr time-stretched &amp;quot;Bela Lugosi&#039;s Dead.&amp;quot;] I absolutely cannot explain why this works but the nine hour version of BLD played at 2x speed is a less aurally punishing version of the effect that I get from listening to &#039;&#039;Pulse Demon&#039;&#039;.&lt;br /&gt;
* [https://youtu.be/oCWordf7uLQ &amp;quot;Supernaut&amp;quot;] by 1000 Homo DJs (collab with Al Jorgenson and Trent Reznor).&lt;br /&gt;
&lt;br /&gt;
== Poetry ==&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Reclist&amp;diff=375</id>
		<title>Reclist</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Reclist&amp;diff=375"/>
		<updated>2026-02-24T01:18:00Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Software and Tools ==&lt;br /&gt;
=== Computery Type Software and Tools ===&lt;br /&gt;
*[[LibreOffice]]&lt;br /&gt;
*[[Firefox]]&lt;br /&gt;
*[[Malwarebytes]]&lt;br /&gt;
*[[Bitwarden]]&lt;br /&gt;
*[https://cryptpad.fr/ Cryptpad] - open-source, browser-based collaborative office suite software. It&#039;s like if LibreOffice lived in your phone or if Gdocs wasn&#039;t evil. Zero-Knowledge storage and a free tier with 1GB of space available. &lt;br /&gt;
*[https://search.marginalia.nu/ Marginalia] - Indie search engine&lt;br /&gt;
*[https://proton.me/drive Proton Drive] - Cloud Storage that isn&#039;t spying on you. Sign up for 5GB free storage, with paid plans up to 3TB.&lt;br /&gt;
*[https://proton.me/mail Proton Mail] - Free end-to-end encrypted email service. I strongly recommend them with the caveat that [[Email is Not Secure]].&lt;br /&gt;
*[https://www.linuxmint.com/ Linux Mint] - A distro for newbies. Easy to use and well-supported.&lt;br /&gt;
*[https://www.linuxliteos.com/ Linux Lite] - ultralightweight distro for older machines.&lt;br /&gt;
*[https://radar.cloudflare.com/scan Cloudflare URL Scanner] - scans URLs for some basic info.&lt;br /&gt;
*[https://ubuntustudio.org/ Ubuntu Studio] - distro for video/music/image production.&lt;br /&gt;
&lt;br /&gt;
=== Brain Management Software and Tools ===&lt;br /&gt;
*[https://www.yourfocusfriend.com/ Focus Friend] - A cozy focus timer app by Hank Green.&lt;br /&gt;
*[https://goblin.tools/ Goblin.Tools] - great AI to-do list generator and I love /judge for parsing the emotional tone of writing.&lt;br /&gt;
*[https://habitica.com/ Habitica] - online task manager modeled after a video game.&lt;br /&gt;
*[https://addons.mozilla.org/en-US/firefox/addon/leechblock-ng/ LeechBlock Extension] - distraction blocking extension for firefox with customizable groups and timers. &lt;br /&gt;
*[https://youfeellikeshit.com/ You Feel Like Shit] - a self-care &amp;quot;game&amp;quot; that helps you fine-tune why you feel like shit. &lt;br /&gt;
&lt;br /&gt;
=== Art/Video/Music Software and Tools ===&lt;br /&gt;
*[https://cobalt.tools/ Cobalt.Tools] - social media video downloader; save videos from Twitter, IG, Tumblr, TikTok, etc., as audio or visuals. &lt;br /&gt;
*[https://ditherit.com/ Dither It] - a free dithering tool&lt;br /&gt;
*[https://ezgif.com/ EZGif] - Free online GIF maker and editor.&lt;br /&gt;
*[https://www.rawtherapee.com/ RawTherapee] - Open Source RAW photo editor.&lt;br /&gt;
&lt;br /&gt;
=== Pet Care Software and Tools ===&lt;br /&gt;
* [https://www.merckvetmanual.com/multimedia/clinical-calculator/chocolate-toxicity-calculator Chocolate Toxicity Calculator for Dogs]&lt;br /&gt;
&lt;br /&gt;
== Websites ==&lt;br /&gt;
=== Computer/Hacker/DIY related ===&lt;br /&gt;
* [https://www.hackthissite.org/ Hack This Site] - A reasonable starting point for becoming a hacker&lt;br /&gt;
* [https://www.howtogeek.com/ How-To Geek] - Articles and tutorials about computer repair&lt;br /&gt;
* [https://pluralistic.net/ Pluralistic.Net] - Corey Doctorow&#039;s blog/newsletter. Privacy and tech news&lt;br /&gt;
* [https://www.privacyguides.org/en/tools/ Privacy Guides] - what it says on the tin; particularly recommended for their rec list&lt;br /&gt;
* [https://technical.city/en Technical City] - Tool for comparing hardware (processor to processor, graphics card to graphics card, etc.) to help you gauge specs when shopping around. &lt;br /&gt;
* [https://pcpartpicker.com/trends/ PC Part Picker Price Trends] - This site as a whole is useful for sourcing and comparing hardware but the price trends especially are helpful for getting an idea of what you can expect to pay for a computer. &lt;br /&gt;
&lt;br /&gt;
=== Interpersonal/Social/Self-Improvement Related ===&lt;br /&gt;
* [https://www.askamanager.org/ Ask A Manager] - Advice column for jobseekers&lt;br /&gt;
* [https://captainawkward.com/ Captain Awkward] - Advice column for the socially awkward&lt;br /&gt;
&lt;br /&gt;
=== They&#039;re Good Websites Bront ===&lt;br /&gt;
* [https://www.gutenberg.org/ Project Gutenberg] - public domain books.&lt;br /&gt;
* [https://archive.org/ Archive.Org] - the Internet Archive.&lt;br /&gt;
&lt;br /&gt;
== Podcasts ==&lt;br /&gt;
I use the [https://antennapod.org/ Antennapod app] for all my podcasting needs.&lt;br /&gt;
&lt;br /&gt;
This is every active podcast that I&#039;m currently listening to that I&#039;ve spent 100+ hours on. Proceed with caution a lot of these are kind of heavy.&lt;br /&gt;
* [https://knowledgefight.com/ Knowledge Fight]&lt;br /&gt;
* [https://www.dolloppodcast.com/ The Dollop]&lt;br /&gt;
* [https://www.iheart.com/podcast/105-behind-the-bastards-29236323/ Behind the Bastards]&lt;br /&gt;
* [https://www.qanonanonymous.com/ Qanon Anonymous]&lt;br /&gt;
* [https://www.iheart.com/podcast/105-it-could-happen-here-30717896/ It Could Happen Here]&lt;br /&gt;
* [https://citationsneeded.libsyn.com/ Citations Needed]&lt;br /&gt;
* [https://idontspeakgerman.libsyn.com/ I Don&#039;t Speak German]&lt;br /&gt;
* [https://qqwithsorenanddaniel.podbean.com/ Quick Question with Soren and Daniel]&lt;br /&gt;
* [https://know-your-enemy-1682b684.simplecast.com/ Know Your Enemy]&lt;br /&gt;
* [https://www.fivefourpod.com/ 5-4]&lt;br /&gt;
* [https://www.maintenancephase.com/ Maintenance Phase]&lt;br /&gt;
* [https://www.iheart.com/podcast/269-some-more-news-29429923/ Some More News]&lt;br /&gt;
&lt;br /&gt;
Bonus: [https://westwingthing.libsyn.com/ The West Wing Thing] (Leftist criticism of The West Wing)&lt;br /&gt;
&lt;br /&gt;
== Creators ==&lt;br /&gt;
* [https://www.youtube.com/@FoldingIdeas Folding Ideas]&lt;br /&gt;
&lt;br /&gt;
== Books ==&lt;br /&gt;
* [https://ia801809.us.archive.org/30/items/bookofthedead_1808_librivox_202011/A%20Culture%20of%20Conspiracy%20Apocalyptic%20Visions%20in%20Contemporary%20America%20%28Mich%C3%A6l%20Barkun%29%20%28z-lib.org%29.pdf &#039;&#039;A Culture of Conspiracy&#039;&#039; by Michael Barkun]&lt;br /&gt;
* [https://archive.org/details/designbasics0000pent/mode/2up &#039;&#039;Design Basics&#039;&#039; by Stephen Pentak and David A. Lauer]&lt;br /&gt;
&lt;br /&gt;
== Articles ==&lt;br /&gt;
* [https://web.archive.org/web/2/https://crimethinc.com/2019/04/08/against-the-logic-of-the-guillotine-why-the-paris-commune-burned-the-guillotine-and-we-should-too Against the Logic of the Guillotine]&lt;br /&gt;
&lt;br /&gt;
== Music ==&lt;br /&gt;
In no particular order, just music that I think is good that I think people would like but that they might not otherwise stumble across.&lt;br /&gt;
* [https://www.youtube.com/watch?v=AESrPcQRgc0 &amp;quot;Shame&amp;quot; by Low.] Really, listen to anything by Low but I think this and &amp;quot;Lullabye&amp;quot; are the best. &lt;br /&gt;
* [https://youtu.be/zFwPBhKwZLc &amp;quot;Machine Gun&amp;quot;] or [https://youtu.be/WVe-9VWIcCo &amp;quot;SOS&amp;quot; (ABBA Cover)] by Portisehead. Look everyone knows &amp;quot;Glory Box&amp;quot; rules check these out because they rule in a totally different way.&lt;br /&gt;
* [https://youtu.be/0PW-GrreKRw &amp;quot;Don&#039;t Slander Me&amp;quot;] by Roky Erickson.&lt;br /&gt;
* [https://youtu.be/1lkuDm_g2ig &amp;quot;Call me a Hole&#039;] [https://twitter.com/pomdeter PomDeter] mashup of &amp;quot;Call me Maybe&amp;quot; and &amp;quot;Head like a Hole.&amp;quot;&lt;br /&gt;
* &amp;quot;I Was Made for Lovin&#039; You&amp;quot; by Kiss [https://youtu.be/rnAlO8r2tjI Sped Up] and [https://youtu.be/GOJVVpXGguU Slowed Down with Reverb].&lt;br /&gt;
* [https://youtu.be/crqpmb_-ke8 (the) Melvins cover of Kiss&#039;s &amp;quot;Going Blind.&amp;quot;]&lt;br /&gt;
* [https://youtu.be/UjKeiZLEWsM &amp;quot;Janitor&amp;quot; by Suburban Lawns].&lt;br /&gt;
* The whole first album of Chipmunks on 16 Speed is worth listening to, as are parts of the second album, but the best track off of either is [https://www.youtube.com/watch?v=7SodT0FyebU &amp;quot;Bette Davis Eyes.&amp;quot;]&lt;br /&gt;
* [https://youtu.be/ukZYP5Dy43E &#039;&#039;Pulse Demon&#039;&#039;] by Merzbow. This is a harsh noise album, so warnings for loud and obnoxious noises. This is my heavy-duty, need-to-focus, emergency ADHD music.&lt;br /&gt;
* [https://youtu.be/BOBe--9NqLU 9hr time-stretched &amp;quot;Bela Lugosi&#039;s Dead.&amp;quot;] I absolutely cannot explain why this works but the nine hour version of BLD played at 2x speed is a less aurally punishing version of the effect that I get from listening to &#039;&#039;Pulse Demon&#039;&#039;.&lt;br /&gt;
* [https://youtu.be/oCWordf7uLQ &amp;quot;Supernaut&amp;quot;] by 1000 Homo DJs (collab with Al Jorgenson and Trent Reznor).&lt;br /&gt;
&lt;br /&gt;
== Poetry ==&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Reclist&amp;diff=374</id>
		<title>Reclist</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Reclist&amp;diff=374"/>
		<updated>2026-02-24T01:15:22Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Software and Tools ==&lt;br /&gt;
=== Computery Type Software and Tools ===&lt;br /&gt;
*[[LibreOffice]]&lt;br /&gt;
*[[Firefox]]&lt;br /&gt;
*[[Malwarebytes]]&lt;br /&gt;
*[[Bitwarden]]&lt;br /&gt;
*[https://cryptpad.fr/ Cryptpad] - open-source, browser-based collaborative office suite software. It&#039;s like if LibreOffice lived in your phone or if Gdocs wasn&#039;t evil. Zero-Knowledge storage and a free tier with 1GB of space available. &lt;br /&gt;
*[https://search.marginalia.nu/ Marginalia] - Indie search engine&lt;br /&gt;
*[https://proton.me/drive Proton Drive] - Cloud Storage that isn&#039;t spying on you. Sign up for 5GB free storage, with paid plans up to 3TB.&lt;br /&gt;
*[https://proton.me/mail Proton Mail] - Free end-to-end encrypted email service. I strongly recommend them with the caveat that [[Email is Not Secure]].&lt;br /&gt;
*[https://www.linuxmint.com/ Linux Mint] - A distro for newbies. Easy to use and well-supported.&lt;br /&gt;
*[https://www.linuxliteos.com/ Linux Lite] - ultralightweight distro for older machines.&lt;br /&gt;
*[https://radar.cloudflare.com/scan Cloudflare URL Scanner] - scans URLs for some basic info.&lt;br /&gt;
*[https://github.com/Picocrypt/Picocrypt Picocrypt] - truly simple file encryption (it has a web-only option! you can use it from your phone!)&lt;br /&gt;
&lt;br /&gt;
=== Brain Management Software and Tools ===&lt;br /&gt;
*[https://www.yourfocusfriend.com/ Focus Friend] - A cozy focus timer app by Hank Green.&lt;br /&gt;
*[https://goblin.tools/ Goblin.Tools] - great AI to-do list generator and I love /judge for parsing the emotional tone of writing.&lt;br /&gt;
*[https://habitica.com/ Habitica] - online task manager modeled after a video game.&lt;br /&gt;
*[https://addons.mozilla.org/en-US/firefox/addon/leechblock-ng/ LeechBlock Extension] - distraction blocking extension for firefox with customizable groups and timers. &lt;br /&gt;
*[https://youfeellikeshit.com/ You Feel Like Shit] - a self-care &amp;quot;game&amp;quot; that helps you fine-tune why you feel like shit. &lt;br /&gt;
&lt;br /&gt;
=== Art/Video/Music Software and Tools ===&lt;br /&gt;
*[https://cobalt.tools/ Cobalt.Tools] - social media video downloader; save videos from Twitter, IG, Tumblr, TikTok, etc., as audio or visuals. &lt;br /&gt;
*[https://ditherit.com/ Dither It] - a free dithering tool&lt;br /&gt;
*[https://ezgif.com/ EZGif] - Free online GIF maker and editor.&lt;br /&gt;
*[https://www.rawtherapee.com/ RawTherapee] - Open Source RAW photo editor.&lt;br /&gt;
&lt;br /&gt;
=== Pet Care Software and Tools ===&lt;br /&gt;
* [https://www.merckvetmanual.com/multimedia/clinical-calculator/chocolate-toxicity-calculator Chocolate Toxicity Calculator for Dogs]&lt;br /&gt;
&lt;br /&gt;
== Websites ==&lt;br /&gt;
=== Computer/Hacker/DIY related ===&lt;br /&gt;
* [https://www.hackthissite.org/ Hack This Site] - A reasonable starting point for becoming a hacker&lt;br /&gt;
* [https://www.howtogeek.com/ How-To Geek] - Articles and tutorials about computer repair&lt;br /&gt;
* [https://pluralistic.net/ Pluralistic.Net] - Corey Doctorow&#039;s blog/newsletter. Privacy and tech news&lt;br /&gt;
* [https://www.privacyguides.org/en/tools/ Privacy Guides] - what it says on the tin; particularly recommended for their rec list&lt;br /&gt;
* [https://technical.city/en Technical City] - Tool for comparing hardware (processor to processor, graphics card to graphics card, etc.) to help you gauge specs when shopping around. &lt;br /&gt;
* [https://pcpartpicker.com/trends/ PC Part Picker Price Trends] - This site as a whole is useful for sourcing and comparing hardware but the price trends especially are helpful for getting an idea of what you can expect to pay for a computer. &lt;br /&gt;
&lt;br /&gt;
=== Interpersonal/Social/Self-Improvement Related ===&lt;br /&gt;
* [https://www.askamanager.org/ Ask A Manager] - Advice column for jobseekers&lt;br /&gt;
* [https://captainawkward.com/ Captain Awkward] - Advice column for the socially awkward&lt;br /&gt;
&lt;br /&gt;
=== They&#039;re Good Websites Bront ===&lt;br /&gt;
* [https://www.gutenberg.org/ Project Gutenberg] - public domain books.&lt;br /&gt;
* [https://archive.org/ Archive.Org] - the Internet Archive.&lt;br /&gt;
&lt;br /&gt;
== Podcasts ==&lt;br /&gt;
I use the [https://antennapod.org/ Antennapod app] for all my podcasting needs.&lt;br /&gt;
&lt;br /&gt;
This is every active podcast that I&#039;m currently listening to that I&#039;ve spent 100+ hours on. Proceed with caution a lot of these are kind of heavy.&lt;br /&gt;
* [https://knowledgefight.com/ Knowledge Fight]&lt;br /&gt;
* [https://www.dolloppodcast.com/ The Dollop]&lt;br /&gt;
* [https://www.iheart.com/podcast/105-behind-the-bastards-29236323/ Behind the Bastards]&lt;br /&gt;
* [https://www.qanonanonymous.com/ Qanon Anonymous]&lt;br /&gt;
* [https://www.iheart.com/podcast/105-it-could-happen-here-30717896/ It Could Happen Here]&lt;br /&gt;
* [https://citationsneeded.libsyn.com/ Citations Needed]&lt;br /&gt;
* [https://idontspeakgerman.libsyn.com/ I Don&#039;t Speak German]&lt;br /&gt;
* [https://qqwithsorenanddaniel.podbean.com/ Quick Question with Soren and Daniel]&lt;br /&gt;
* [https://know-your-enemy-1682b684.simplecast.com/ Know Your Enemy]&lt;br /&gt;
* [https://www.fivefourpod.com/ 5-4]&lt;br /&gt;
* [https://www.maintenancephase.com/ Maintenance Phase]&lt;br /&gt;
* [https://www.iheart.com/podcast/269-some-more-news-29429923/ Some More News]&lt;br /&gt;
&lt;br /&gt;
Bonus: [https://westwingthing.libsyn.com/ The West Wing Thing] (Leftist criticism of The West Wing)&lt;br /&gt;
&lt;br /&gt;
== Creators ==&lt;br /&gt;
* [https://www.youtube.com/@FoldingIdeas Folding Ideas]&lt;br /&gt;
&lt;br /&gt;
== Books ==&lt;br /&gt;
* [https://ia801809.us.archive.org/30/items/bookofthedead_1808_librivox_202011/A%20Culture%20of%20Conspiracy%20Apocalyptic%20Visions%20in%20Contemporary%20America%20%28Mich%C3%A6l%20Barkun%29%20%28z-lib.org%29.pdf &#039;&#039;A Culture of Conspiracy&#039;&#039; by Michael Barkun]&lt;br /&gt;
* [https://archive.org/details/designbasics0000pent/mode/2up &#039;&#039;Design Basics&#039;&#039; by Stephen Pentak and David A. Lauer]&lt;br /&gt;
&lt;br /&gt;
== Articles ==&lt;br /&gt;
* [https://web.archive.org/web/2/https://crimethinc.com/2019/04/08/against-the-logic-of-the-guillotine-why-the-paris-commune-burned-the-guillotine-and-we-should-too Against the Logic of the Guillotine]&lt;br /&gt;
&lt;br /&gt;
== Music ==&lt;br /&gt;
In no particular order, just music that I think is good that I think people would like but that they might not otherwise stumble across.&lt;br /&gt;
* [https://www.youtube.com/watch?v=AESrPcQRgc0 &amp;quot;Shame&amp;quot; by Low.] Really, listen to anything by Low but I think this and &amp;quot;Lullabye&amp;quot; are the best. &lt;br /&gt;
* [https://youtu.be/zFwPBhKwZLc &amp;quot;Machine Gun&amp;quot;] or [https://youtu.be/WVe-9VWIcCo &amp;quot;SOS&amp;quot; (ABBA Cover)] by Portisehead. Look everyone knows &amp;quot;Glory Box&amp;quot; rules check these out because they rule in a totally different way.&lt;br /&gt;
* [https://youtu.be/0PW-GrreKRw &amp;quot;Don&#039;t Slander Me&amp;quot;] by Roky Erickson.&lt;br /&gt;
* [https://youtu.be/1lkuDm_g2ig &amp;quot;Call me a Hole&#039;] [https://twitter.com/pomdeter PomDeter] mashup of &amp;quot;Call me Maybe&amp;quot; and &amp;quot;Head like a Hole.&amp;quot;&lt;br /&gt;
* &amp;quot;I Was Made for Lovin&#039; You&amp;quot; by Kiss [https://youtu.be/rnAlO8r2tjI Sped Up] and [https://youtu.be/GOJVVpXGguU Slowed Down with Reverb].&lt;br /&gt;
* [https://youtu.be/crqpmb_-ke8 (the) Melvins cover of Kiss&#039;s &amp;quot;Going Blind.&amp;quot;]&lt;br /&gt;
* [https://youtu.be/UjKeiZLEWsM &amp;quot;Janitor&amp;quot; by Suburban Lawns].&lt;br /&gt;
* The whole first album of Chipmunks on 16 Speed is worth listening to, as are parts of the second album, but the best track off of either is [https://www.youtube.com/watch?v=7SodT0FyebU &amp;quot;Bette Davis Eyes.&amp;quot;]&lt;br /&gt;
* [https://youtu.be/ukZYP5Dy43E &#039;&#039;Pulse Demon&#039;&#039;] by Merzbow. This is a harsh noise album, so warnings for loud and obnoxious noises. This is my heavy-duty, need-to-focus, emergency ADHD music.&lt;br /&gt;
* [https://youtu.be/BOBe--9NqLU 9hr time-stretched &amp;quot;Bela Lugosi&#039;s Dead.&amp;quot;] I absolutely cannot explain why this works but the nine hour version of BLD played at 2x speed is a less aurally punishing version of the effect that I get from listening to &#039;&#039;Pulse Demon&#039;&#039;.&lt;br /&gt;
* [https://youtu.be/oCWordf7uLQ &amp;quot;Supernaut&amp;quot;] by 1000 Homo DJs (collab with Al Jorgenson and Trent Reznor).&lt;br /&gt;
&lt;br /&gt;
== Poetry ==&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Reclist&amp;diff=373</id>
		<title>Reclist</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Reclist&amp;diff=373"/>
		<updated>2026-02-24T01:14:46Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Software and Tools ==&lt;br /&gt;
=== Computery Type Software and Tools ===&lt;br /&gt;
*[[LibreOffice]]&lt;br /&gt;
*[[Firefox]]&lt;br /&gt;
*[[Malwarebytes]]&lt;br /&gt;
*[[Bitwarden]]&lt;br /&gt;
*[https://cryptpad.fr/ Cryptpad] - open-source, browser-based collaborative office suite software. It&#039;s like if LibreOffice lived in your phone or if Gdocs wasn&#039;t evil. Zero-Knowledge storage and a free tier with 1GB of space available. &lt;br /&gt;
*[https://search.marginalia.nu/ Marginalia] - Indie search engine&lt;br /&gt;
*[https://proton.me/drive Proton Drive] - Cloud Storage that isn&#039;t spying on you. Sign up for 5GB free storage, with paid plans up to 3TB.&lt;br /&gt;
*[https://proton.me/mail Proton Mail] - Free end-to-end encrypted email service. I strongly recommend them with the caveat that [[Email is Not Secure]].&lt;br /&gt;
*[https://www.linuxmint.com/ Linux Mint] - A distro for newbies. Easy to use and well-supported.&lt;br /&gt;
*[https://www.linuxliteos.com/ Linux Lite] - ultralightweight distro for older machines.&lt;br /&gt;
*[https://radar.cloudflare.com/scan Cloudflare URL Scanner] - scans URLs for some basic info.&lt;br /&gt;
*[https://github.com/Picocrypt/Picocrypt Picocrypt] - truly simple file encryption (it has a web-only option! you can use it from your phone!)&lt;br /&gt;
&lt;br /&gt;
=== Brain Management Software and Tools ===&lt;br /&gt;
*[https://www.yourfocusfriend.com/ Focus Friend] - A cozy focus timer app by Hank Green.&lt;br /&gt;
*[https://goblin.tools/ Goblin.Tools] - great AI to-do list generator and I love /judge for parsing the emotional tone of writing.&lt;br /&gt;
*[https://habitica.com/ Habitica] - online task manager modeled after a video game.&lt;br /&gt;
*[https://addons.mozilla.org/en-US/firefox/addon/leechblock-ng/ LeechBlock Extension] - distraction blocking extension for firefox with customizable groups and timers. &lt;br /&gt;
*[https://youfeellikeshit.com/ You Feel Like Shit] - a self-care &amp;quot;game&amp;quot; that helps you fine-tune why you feel like shit. &lt;br /&gt;
&lt;br /&gt;
=== Art/Video/Music Software and Tools ===&lt;br /&gt;
*[https://cobalt.tools/ Cobalt.Tools] - social media video downloader; save videos from Twitter, IG, Tumblr, TikTok, etc., as audio or visuals. &lt;br /&gt;
*[https://ditherit.com/ Dither It] - a free dithering tool&lt;br /&gt;
*[https://ezgif.com/ EZGif] - Free online GIF maker and editor.&lt;br /&gt;
*[https://www.rawtherapee.com/ RawTherapee] - Open Source RAW photo editor.&lt;br /&gt;
&lt;br /&gt;
=== Pet Care Software and Tools ===&lt;br /&gt;
* [https://www.merckvetmanual.com/multimedia/clinical-calculator/chocolate-toxicity-calculator Chocolate Toxicity Calculator for Dogs]&lt;br /&gt;
&lt;br /&gt;
== Websites ==&lt;br /&gt;
=== Computer/Hacker/DIY related ===&lt;br /&gt;
* [https://www.hackthissite.org/ Hack This Site] - A reasonable starting point for becoming a hacker&lt;br /&gt;
* [https://www.howtogeek.com/ How-To Geek] - Articles and tutorials about computer repair&lt;br /&gt;
* [https://pluralistic.net/ Pluralistic.Net] - Corey Doctorow&#039;s blog/newsletter. Privacy and tech news&lt;br /&gt;
* [https://www.privacyguides.org/en/tools/ Privacy Guides] - what it says on the tin; particularly recommended for their rec list&lt;br /&gt;
* [https://technical.city/en Technical City] - Tool for comparing hardware (processor to processor, graphics card to graphics card, etc.) to help you gauge specs when shopping around. &lt;br /&gt;
* [https://pcpartpicker.com/trends/ PC Part Picker Price Trends] - This site as a whole is useful for sourcing and comparing hardware but the price trends especially are helpful for getting an idea of what you can expect to pay for a computer. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Interpersonal/Social/Self-Improvement Related ===&lt;br /&gt;
* [https://www.askamanager.org/ Ask A Manager] - Advice column for jobseekers&lt;br /&gt;
* [https://captainawkward.com/ Captain Awkward] - Advice column for the socially awkward&lt;br /&gt;
&lt;br /&gt;
=== They&#039;re Good Websites Bront ===&lt;br /&gt;
* [https://www.gutenberg.org/ Project Gutenberg] - public domain books.&lt;br /&gt;
* [https://archive.org/ Archive.Org] - the Internet Archive.&lt;br /&gt;
&lt;br /&gt;
== Podcasts ==&lt;br /&gt;
I use the [https://antennapod.org/ Antennapod app] for all my podcasting needs.&lt;br /&gt;
&lt;br /&gt;
This is every active podcast that I&#039;m currently listening to that I&#039;ve spent 100+ hours on. Proceed with caution a lot of these are kind of heavy.&lt;br /&gt;
* [https://knowledgefight.com/ Knowledge Fight]&lt;br /&gt;
* [https://www.dolloppodcast.com/ The Dollop]&lt;br /&gt;
* [https://www.iheart.com/podcast/105-behind-the-bastards-29236323/ Behind the Bastards]&lt;br /&gt;
* [https://www.qanonanonymous.com/ Qanon Anonymous]&lt;br /&gt;
* [https://www.iheart.com/podcast/105-it-could-happen-here-30717896/ It Could Happen Here]&lt;br /&gt;
* [https://citationsneeded.libsyn.com/ Citations Needed]&lt;br /&gt;
* [https://idontspeakgerman.libsyn.com/ I Don&#039;t Speak German]&lt;br /&gt;
* [https://qqwithsorenanddaniel.podbean.com/ Quick Question with Soren and Daniel]&lt;br /&gt;
* [https://know-your-enemy-1682b684.simplecast.com/ Know Your Enemy]&lt;br /&gt;
* [https://www.fivefourpod.com/ 5-4]&lt;br /&gt;
* [https://www.maintenancephase.com/ Maintenance Phase]&lt;br /&gt;
* [https://www.iheart.com/podcast/269-some-more-news-29429923/ Some More News]&lt;br /&gt;
&lt;br /&gt;
Bonus: [https://westwingthing.libsyn.com/ The West Wing Thing] (Leftist criticism of The West Wing)&lt;br /&gt;
&lt;br /&gt;
== Creators ==&lt;br /&gt;
* [https://www.youtube.com/@FoldingIdeas Folding Ideas]&lt;br /&gt;
&lt;br /&gt;
== Books ==&lt;br /&gt;
* [https://ia801809.us.archive.org/30/items/bookofthedead_1808_librivox_202011/A%20Culture%20of%20Conspiracy%20Apocalyptic%20Visions%20in%20Contemporary%20America%20%28Mich%C3%A6l%20Barkun%29%20%28z-lib.org%29.pdf &#039;&#039;A Culture of Conspiracy&#039;&#039; by Michael Barkun]&lt;br /&gt;
* [https://archive.org/details/designbasics0000pent/mode/2up &#039;&#039;Design Basics&#039;&#039; by Stephen Pentak and David A. Lauer]&lt;br /&gt;
&lt;br /&gt;
== Articles ==&lt;br /&gt;
* [https://web.archive.org/web/2/https://crimethinc.com/2019/04/08/against-the-logic-of-the-guillotine-why-the-paris-commune-burned-the-guillotine-and-we-should-too Against the Logic of the Guillotine]&lt;br /&gt;
&lt;br /&gt;
== Music ==&lt;br /&gt;
In no particular order, just music that I think is good that I think people would like but that they might not otherwise stumble across.&lt;br /&gt;
* [https://www.youtube.com/watch?v=AESrPcQRgc0 &amp;quot;Shame&amp;quot; by Low.] Really, listen to anything by Low but I think this and &amp;quot;Lullabye&amp;quot; are the best. &lt;br /&gt;
* [https://youtu.be/zFwPBhKwZLc &amp;quot;Machine Gun&amp;quot;] or [https://youtu.be/WVe-9VWIcCo &amp;quot;SOS&amp;quot; (ABBA Cover)] by Portisehead. Look everyone knows &amp;quot;Glory Box&amp;quot; rules check these out because they rule in a totally different way.&lt;br /&gt;
* [https://youtu.be/0PW-GrreKRw &amp;quot;Don&#039;t Slander Me&amp;quot;] by Roky Erickson.&lt;br /&gt;
* [https://youtu.be/1lkuDm_g2ig &amp;quot;Call me a Hole&#039;] [https://twitter.com/pomdeter PomDeter] mashup of &amp;quot;Call me Maybe&amp;quot; and &amp;quot;Head like a Hole.&amp;quot;&lt;br /&gt;
* &amp;quot;I Was Made for Lovin&#039; You&amp;quot; by Kiss [https://youtu.be/rnAlO8r2tjI Sped Up] and [https://youtu.be/GOJVVpXGguU Slowed Down with Reverb].&lt;br /&gt;
* [https://youtu.be/crqpmb_-ke8 (the) Melvins cover of Kiss&#039;s &amp;quot;Going Blind.&amp;quot;]&lt;br /&gt;
* [https://youtu.be/UjKeiZLEWsM &amp;quot;Janitor&amp;quot; by Suburban Lawns].&lt;br /&gt;
* The whole first album of Chipmunks on 16 Speed is worth listening to, as are parts of the second album, but the best track off of either is [https://www.youtube.com/watch?v=7SodT0FyebU &amp;quot;Bette Davis Eyes.&amp;quot;]&lt;br /&gt;
* [https://youtu.be/ukZYP5Dy43E &#039;&#039;Pulse Demon&#039;&#039;] by Merzbow. This is a harsh noise album, so warnings for loud and obnoxious noises. This is my heavy-duty, need-to-focus, emergency ADHD music.&lt;br /&gt;
* [https://youtu.be/BOBe--9NqLU 9hr time-stretched &amp;quot;Bela Lugosi&#039;s Dead.&amp;quot;] I absolutely cannot explain why this works but the nine hour version of BLD played at 2x speed is a less aurally punishing version of the effect that I get from listening to &#039;&#039;Pulse Demon&#039;&#039;.&lt;br /&gt;
* [https://youtu.be/oCWordf7uLQ &amp;quot;Supernaut&amp;quot;] by 1000 Homo DJs (collab with Al Jorgenson and Trent Reznor).&lt;br /&gt;
&lt;br /&gt;
== Poetry ==&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Computers_and_Technology&amp;diff=372</id>
		<title>Computers and Technology</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Computers_and_Technology&amp;diff=372"/>
		<updated>2026-02-24T01:10:30Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;ve worked at a small MSP for over a decade and have been kicking around the LA hacker scene for like 20 years. The linked articles are based in my accumulated knowledge from time cheerfully mis-spent.&lt;br /&gt;
&lt;br /&gt;
== About Computers ==&lt;br /&gt;
*[[How does a Computer Work?]]&lt;br /&gt;
*[[Why does my computer slow down over time?]]&lt;br /&gt;
*[[How can I get better at using computers?]]&lt;br /&gt;
&lt;br /&gt;
For the purposes of this site, when I am talking about computers I am nearly always discussing Windows computers in the &amp;quot;standard office desktop/laptop&amp;quot; configuration; these are the kinds of computers that I am most familiar with. I cannot help you with two-in-ones, all-in-ones, gaming computers, tablets, etc. These are the computers that I can discuss with the most nuance and that I can be most helpful with. However, I know there will be further questions so for more info please see:&lt;br /&gt;
*[[But what about Apple?]]&lt;br /&gt;
*[[But what about Linux?]]&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
*[[Guide to Buying a Computer (Information for 2026)]]&lt;br /&gt;
*[[How to Make Your Computer Meaningfully Faster]]&lt;br /&gt;
*[[On Computer Brands]]&lt;br /&gt;
*[[Framework Laptops]]&lt;br /&gt;
&lt;br /&gt;
=== Hardware Information Resources ===&lt;br /&gt;
* [https://technical.city/en Technical City] - Tool for comparing hardware (processor to processor, graphics card to graphics card, etc.) to help you gauge specs when shopping around. &lt;br /&gt;
* [https://pcpartpicker.com/trends/ PC Part Picker Price Trends] - This site as a whole is useful for sourcing and comparing hardware but the price trends especially are helpful for getting an idea of what you can expect to pay for a computer. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== Operating Systems ===&lt;br /&gt;
&lt;br /&gt;
*[[Windows]]&lt;br /&gt;
*[[Linux]]&lt;br /&gt;
&lt;br /&gt;
=== Open Source Software ===&lt;br /&gt;
&lt;br /&gt;
* What is [[Open Source]] software?&lt;br /&gt;
*[[LibreOffice]]&lt;br /&gt;
*[[Firefox]]&lt;br /&gt;
*[[Bitwarden]]&lt;br /&gt;
*[[CryptPad]]&lt;br /&gt;
*[[Proton]]&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
*[[Password Managers]]&lt;br /&gt;
*[[Multifactor Authentication]]&lt;br /&gt;
*[[Backups]]&lt;br /&gt;
*[[Better Security Behaviors]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Culture ==&lt;br /&gt;
*[[Hackerspaces]]&lt;br /&gt;
*[[InfoSec Meetings]]&lt;br /&gt;
*[[InfoSec Conferences]]&lt;br /&gt;
*[[Hackers in Pop Culture]]&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Computers_and_Technology&amp;diff=371</id>
		<title>Computers and Technology</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Computers_and_Technology&amp;diff=371"/>
		<updated>2026-02-24T01:00:15Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;ve worked at a small MSP for over a decade and have been kicking around the LA hacker scene for like 20 years. The linked articles are based in my accumulated knowledge from time cheerfully mis-spent.&lt;br /&gt;
&lt;br /&gt;
== About Computers ==&lt;br /&gt;
*[[How does a Computer Work?]]&lt;br /&gt;
*[[Why does my computer slow down over time?]]&lt;br /&gt;
*[[How can I get better at using computers?]]&lt;br /&gt;
&lt;br /&gt;
For the purposes of this site, when I am talking about computers I am nearly always discussing Windows computers in the &amp;quot;standard office desktop/laptop&amp;quot; configuration; these are the kinds of computers that I am most familiar with. I cannot help you with two-in-ones, all-in-ones, gaming computers, tablets, etc. These are the computers that I can discuss with the most nuance and that I can be most helpful with. However, I know there will be further questions so for more info please see:&lt;br /&gt;
*[[But what about Apple?]]&lt;br /&gt;
*[[But what about Linux?]]&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
*[[Guide to Buying a Computer (Information for 2026)]]&lt;br /&gt;
*[[How to Make Your Computer Meaningfully Faster]]&lt;br /&gt;
*[[On Computer Brands]]&lt;br /&gt;
*[[Framework Laptops]]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== Operating Systems ===&lt;br /&gt;
&lt;br /&gt;
*[[Windows]]&lt;br /&gt;
*[[Linux]]&lt;br /&gt;
&lt;br /&gt;
=== Open Source Software ===&lt;br /&gt;
&lt;br /&gt;
* What is [[Open Source]] software?&lt;br /&gt;
*[[LibreOffice]]&lt;br /&gt;
*[[Firefox]]&lt;br /&gt;
*[[Bitwarden]]&lt;br /&gt;
*[[CryptPad]]&lt;br /&gt;
*[[Proton]]&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
*[[Password Managers]]&lt;br /&gt;
*[[Multifactor Authentication]]&lt;br /&gt;
*[[Backups]]&lt;br /&gt;
*[[Better Security Behaviors]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Culture ==&lt;br /&gt;
*[[Hackerspaces]]&lt;br /&gt;
*[[InfoSec Meetings]]&lt;br /&gt;
*[[InfoSec Conferences]]&lt;br /&gt;
*[[Hackers in Pop Culture]]&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Guide_to_Buying_a_Computer_(Information_for_2024)&amp;diff=370</id>
		<title>Guide to Buying a Computer (Information for 2024)</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Guide_to_Buying_a_Computer_(Information_for_2024)&amp;diff=370"/>
		<updated>2026-02-24T00:59:44Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;b&amp;gt;[https://www.ms-demeanor.com/wiki/page_title/Guide_to_Buying_a_Computer_(Information_for_2026) There is an updated version of this guide available for 2026]&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is a guide to the specifications you should look for to get a decent work/school desktop or laptop in 2024. The computers I am describing would be excellent for web browsing, video playback, office suite applications, Adobe CreativeSuite, basic video editing, accounting software, art and illustration programs, and other similar applications. If you need a computer to do serious rendering (for games, high-intensity video editing, 3D design, CAD, etc.) The recommendations here may not meet your needs.&lt;br /&gt;
&lt;br /&gt;
I am not familiar with the specifications needed for gaming; if you are looking for someone who knows about graphics cards I&#039;d suggest checking [https://gamersnexus.net/ GamersNexus].&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
=== Lifespan ===&lt;br /&gt;
Computers have a limited lifespan. This is not a result of planned obsolescence, this is a result of the divergence between hardware capabilities and software requirements over time. While it is frustrating that your computer will slow down over time, this is actually a good thing. Imagine trying to use the modern internet on a dial-up connection. That would be unpleasant. That is why these things diverge. For more information on this, please see [[Why does my computer slow down over time?]].&lt;br /&gt;
&lt;br /&gt;
In the business computer sales industry (my job), we estimate that the average desktop will have a functional lifespan of about seven years and the average laptop will last about five years. It is quite likely that you have computers that are older than this that are still alive and kicking, but my guess is that they&#039;re not as fast or easy to use as they used to be, and I know for certain that they aren&#039;t as stable as they were when you first got them. Over time, connections to the motherboard weaken, capacitors blow, and drives die. You cannot be certain that your fifteen-year-old desktop that turned on today will turn on tomorrow. Buying computers within their estimated functional lifespan can help to prevent catastrophic losses from drive failures and can save you money in the long run (because you won&#039;t have to scramble to get a computer if yours dies on you).&lt;br /&gt;
&lt;br /&gt;
=== Upgrades ===&lt;br /&gt;
Users should expect to upgrade their computers at least once. Typically this is at around the 3-5 year mark, and a standard upgrade would be adding more RAM and replacing the drive for a newer, possibly larger drive. The RAM will help your computer cope with the needs of newer programs and the drive will possibly increase storage and will definitely reduce the chance of data loss (most drives are rated for lifespans shorter than my estimation of the lifespan of a computer).&lt;br /&gt;
&lt;br /&gt;
For this reason, it is best to purchase a computer that does not have the RAM or storage drive soldered to the motherboard. At a minimum, try to ensure that if you DO have soldered RAM, there is an expansion slot.  &lt;br /&gt;
&lt;br /&gt;
=== Price ===&lt;br /&gt;
The lowest price that I can currently (March 2024) get a reasonably reliable desktop for is $630. That is with manufacturer discounts and before tax. I expect to pay at least $700 for a laptop. I am not saying that you&#039;ll never find a better deal than that, but I am saying that you are unlikely to get a decently functional laptop for $400. &lt;br /&gt;
&lt;br /&gt;
While refurbished computers may be tempting, I do not recommend buying refurbished unless the price is very, very low, or unless you are already comfortable repairing and replacing your hardware. &lt;br /&gt;
&lt;br /&gt;
=== Operating System ===&lt;br /&gt;
This guide is primarily written for Windows users, and is written with the needs of Windows 11 in mind. Any Linux distro you have in mind should run like a champ on the hardware described.&lt;br /&gt;
&lt;br /&gt;
I do not recommend purchasing Apple computers, so this advice does not pertain to them. If you want advice about Apple computers my advice is to stop buying Apple computers. There are a million slim, sleek, lightweight laptops out there and almost every single one will be easier to upgrade and will therefore have a longer lifespan than a modern macbook. &lt;br /&gt;
&lt;br /&gt;
=== Form Factor ===&lt;br /&gt;
==== Desktops ====&lt;br /&gt;
* All-in-ones are not worth the money. If your monitor dies your whole computer is useless and the case is a giant pain in the ass to get into and tinker with. You are much better off buying a micro form factor PC (not a microPC, micro form factor) and mounting it on the back of your monitor. This will probably also be less expensive than the alternative. Don&#039;t buy an All-in-one.&lt;br /&gt;
* Tower desktops are relatively large and are what you will need if you want to add a graphics card. You should expect a tower desktop to be two feet in at least one dimension. They are larger than the average microwave.&lt;br /&gt;
* Small Form Factor desktops are most &amp;quot;normal&amp;quot; computers these days; they will likely be under eighteen inches in their longest dimension. They are about the size of a shoe box.&lt;br /&gt;
* Micro or Tiny Form Factor computers are very small, no more than 10 inches in their longest dimension. They do not have internal power supplies and use an external power supply like a laptop power cable. They can be mounted on the back of any VESA compliant monitor with an inexpensive kit. They are about the size of a large paperback book. &lt;br /&gt;
&lt;br /&gt;
==== Laptops ====&lt;br /&gt;
I do not recommend two-in-ones or touchscreens; screens break frequently and it is much easier and less expensive to replace a non-touch screen. If you need a touchscreen, I&#039;d recommend getting a separate tablet rather than having a computer that is worse at being a tablet than a tablet would be and worse at being a computer than it should be. &lt;br /&gt;
&lt;br /&gt;
= Components You Need to Care About =&lt;br /&gt;
&lt;br /&gt;
== Processor ==&lt;br /&gt;
Your processor is going to be essentially impossible to replace, so get the best one you can right out of the gate. &lt;br /&gt;
&lt;br /&gt;
=== Intel ===&lt;br /&gt;
&lt;br /&gt;
* Stay within the last 4 generations; the current generation is 13 so you want gen 9 or later. &lt;br /&gt;
* Stay above i3. That means no core 2 duo, no random intel whatever, you are looking for a processor that starts with an i and ends with 5, 7, or 9.&lt;br /&gt;
* The format for the i-series is iX-YYYYY. X is the processor line (i5, i7, i9), and the first one or two digits of the YYYYY is the generation number, so i5-8400 is an 8th-gen i5 and i7-12560 is a 12th-gen i7.&lt;br /&gt;
* You want i5 and above and gen 11 and above at a bare minimum. If you can spring for an i7, that would be great, look for that. If you happen to find an i9 in your budget, grab it. Newer is better, I&#039;d say don&#039;t get anything below 12th gen unless you have no other options. &lt;br /&gt;
* Intel has now (late 2024) released their Ultra Series processors; this is basically the continuation of the i-series but now they&#039;re called, like &amp;quot;Intel Ultra 7 Processors&amp;quot; so the latest generations are now &amp;quot;iN-14XX&amp;quot; and &amp;quot;Ultra N.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== AMD ===&lt;br /&gt;
I don&#039;t know as much about AMD as I do about Intel so I can&#039;t get as granular, but anything in the Ryzen series 5 or up from the last four years should be fine. Try to get the newest one you can. Do not get an AMD processor that is not part of the Ryzen line and do not get a Ryzen 3.&lt;br /&gt;
&lt;br /&gt;
== RAM ==&lt;br /&gt;
=== RAM Generation ===&lt;br /&gt;
We are currently on the cusp of a generation change for computer RAM; you will find many computers that still have DDR4 RAM and many computers that now have DDR5 RAM. If possible, go with the DDR5.&lt;br /&gt;
&lt;br /&gt;
=== RAM Size ===&lt;br /&gt;
You need an absolute, bare minimum of 8GB of RAM these days, though 16GB is MUCH better and should be easy to find, look for 16GB first. If you can&#039;t get more than 8GB in an off-the-shelf computer, make sure the computer has expansion slots and you can add more. It will be cheaper for you to add more RAM on your own than it will be for you to add more RAM through a manufacturer configuration or to look for a model with more RAM. &lt;br /&gt;
&lt;br /&gt;
=== Matching RAM ===&lt;br /&gt;
If you do want to upgrade your RAM you need to make sure that it is the same generation, speed, and form factor as your computer&#039;s current RAM. So for instance if my computer came with an 8GB DDR5 5600MHz UDIMM and I wanted to add more, I would NOT want a 36GB DDR4 3200MHz SoDIMM. The generation starts with &amp;quot;DDR,&amp;quot; the speed is displayed in megahertz, and the form factor ends with DIMM. If you look in the &amp;quot;about&amp;quot; for your computer or you check the specs online, it should tell you what size, generation, speed, and form factor are installed. You need to match generation (DDR), speed (MHz), and form factor (DIMM), but you do not need to match size. &lt;br /&gt;
&lt;br /&gt;
If you are REMOVING the only RAM module and replacing it, make sure that you are matching the generation and form factor, and check online for the specs for your computer to see what the max size and speed are and don&#039;t exceed those when you make your purchase. &lt;br /&gt;
&lt;br /&gt;
== Drive ==&lt;br /&gt;
You may still find computers that come with an HDD (hard disk drive) installed instead of an SSD (solid state drive). Do not buy a computer with an HDD. &lt;br /&gt;
&lt;br /&gt;
HDDs are spinning platters of metal that are read by a mechanical arm that moves very quickly while the metal spins. SSDs are chips of silicon that retrieve information electronically. SSDs are much, much faster than HDDs, though often come in smaller storage sizes. &lt;br /&gt;
&lt;br /&gt;
=== Drive Size ===&lt;br /&gt;
Many people now store most of their data on the cloud, so computer drive sizes are often very small. This is bullshit. You are, at a minimum, going to need 256GB of storage on your computer and that is too little and it is going to suck but unfortunately that&#039;s what a lot of computers come with these days. &lt;br /&gt;
&lt;br /&gt;
You should aim to find a computer with 1TB of SSD storage. If a computer doesn&#039;t come with 1TB or if 1TB makes a computer prohibitively expensive, plan on purchasing the computer but replacing the installed SSD or adding a second SSD (depending on how your computer is built).&lt;br /&gt;
&lt;br /&gt;
=== Drive Interface ===&lt;br /&gt;
Check your computer manufacturer&#039;s specifications to see what the interface is of the installed drive and of any expansion slots. It is very common for computers to come with M.2 NVMe slots these days, but a surprising number still have SATA interfaces as well. Make sure that you are getting the correct SSD for your computer&#039;s interface when you upgrade or replace your drive.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Guide_to_Buying_a_Computer_(Information_for_2026)&amp;diff=369</id>
		<title>Guide to Buying a Computer (Information for 2026)</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Guide_to_Buying_a_Computer_(Information_for_2026)&amp;diff=369"/>
		<updated>2026-02-24T00:57:03Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: Created page with &amp;quot;This is a guide to the specifications you should look for to get a decent work/school desktop or laptop in 2026. The computers I am describing would be excellent for web browsing, video playback, office suite applications, Adobe CreativeSuite, basic video editing, accounting software, art and illustration programs, and other similar applications. If you need a computer to do serious rendering (for games, high-intensity video editing, 3D design, CAD, etc.) the recommendat...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a guide to the specifications you should look for to get a decent work/school desktop or laptop in 2026. The computers I am describing would be excellent for web browsing, video playback, office suite applications, Adobe CreativeSuite, basic video editing, accounting software, art and illustration programs, and other similar applications. If you need a computer to do serious rendering (for games, high-intensity video editing, 3D design, CAD, etc.) the recommendations here may not meet your needs.&lt;br /&gt;
&lt;br /&gt;
I am not familiar with the specifications needed for gaming; if you are looking for someone who knows about graphics cards I&#039;d suggest checking [https://gamersnexus.net/ GamersNexus].&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
=== Lifespan ===&lt;br /&gt;
Computers have a limited lifespan. This is not a result of planned obsolescence, this is a result of the divergence between hardware capabilities and software requirements over time. While it is frustrating that your computer will slow down over time, this is actually a good thing. Imagine trying to use the modern internet on a dial-up connection. That would be unpleasant. That is why these things diverge. For more information on this, please see [[Why does my computer slow down over time?]].&lt;br /&gt;
&lt;br /&gt;
In the business computer sales industry (my job), we estimate that the average desktop will have a functional lifespan of about seven years and the average laptop will last about five years. It is quite likely that you have computers that are older than this that are still alive and kicking, but my guess is that they&#039;re not as fast or easy to use as they used to be, and I know for certain that they aren&#039;t as stable as they were when you first got them. Over time, connections to the motherboard weaken, capacitors blow, and drives die. You cannot be certain that your fifteen-year-old desktop that turned on today will turn on tomorrow. Buying computers within their estimated functional lifespan can help to prevent catastrophic losses from drive failures and can save you money in the long run (because you won&#039;t have to scramble to get a computer if yours dies on you).&lt;br /&gt;
&lt;br /&gt;
=== Upgrades ===&lt;br /&gt;
It is no longer the norm for the casual user to upgrade their machine; more and more computers come with RAM soldered to the motherboard that cannot be upgraded. It is possible to find business machines that allow for upgrades further down the line, and most desktops enable users to upgrade RAM, but it is uncommon in laptops.&lt;br /&gt;
&lt;br /&gt;
If you are planning for longevity of use, it is imperative to find a computer that makes it possible to upgrade the hardware at about halfway through the computer&#039;s useful lifespan. The primary thing you want to pay attention to is whether the RAM in the device is soldered to the motherboard or if there is an expansion slot. &lt;br /&gt;
&lt;br /&gt;
=== Price ===&lt;br /&gt;
In September of 2025 RAM prices started climbing steeply for a combination of reasons. This has had a SIGNIFICANT impact on the price of consumer computers in a very short period of time. It is possible to find a good computer for a low price, but requires effort. I provide links to affordable, functional computers on the blog [https://www.okay-computer.tumblr.com Okay-Computer].&lt;br /&gt;
&lt;br /&gt;
While refurbished computers may be tempting, I do not recommend buying refurbished unless the price is very, very low, or unless you are already comfortable repairing and replacing your hardware. &lt;br /&gt;
&lt;br /&gt;
=== Operating System ===&lt;br /&gt;
This guide is primarily written for Windows users, and is written with the needs of Windows 11 in mind. Any Linux distro you have in mind should run like a champ on the hardware described.&lt;br /&gt;
&lt;br /&gt;
I do not recommend purchasing Apple computers, so this advice does not pertain to them. If you want advice about Apple computers my advice is to stop buying Apple computers. There are a million slim, sleek, lightweight laptops out there and almost every single one will be easier to upgrade and will therefore have a longer lifespan than a modern macbook. &lt;br /&gt;
&lt;br /&gt;
=== Form Factor ===&lt;br /&gt;
==== Desktops ====&lt;br /&gt;
* All-in-ones are not worth the money. If your monitor dies your whole computer is useless and the case is a giant pain in the ass to get into and tinker with. You are much better off buying a micro form factor PC (not a microPC, micro form factor) and mounting it on the back of your monitor. This will probably also be less expensive than the alternative. Don&#039;t buy an All-in-one.&lt;br /&gt;
* Tower desktops are relatively large and are what you will need if you want to add a graphics card. You should expect a tower desktop to be two feet in at least one dimension. They are larger than the average microwave.&lt;br /&gt;
* Small Form Factor desktops are most &amp;quot;normal&amp;quot; computers these days; they will likely be under eighteen inches in their longest dimension. They are about the size of a shoe box.&lt;br /&gt;
* Micro or Tiny Form Factor computers are very small, no more than 10 inches in their longest dimension. They do not have internal power supplies and use an external power supply like a laptop power cable. They can be mounted on the back of any VESA compliant monitor with an inexpensive kit. They are about the size of a large paperback book. &lt;br /&gt;
&lt;br /&gt;
==== Laptops ====&lt;br /&gt;
I do not recommend two-in-ones or touchscreens; screens break frequently and it is much easier and less expensive to replace a non-touch screen. If you need a touchscreen, I&#039;d recommend getting a separate tablet rather than having a computer that is worse at being a tablet than a tablet would be and worse at being a computer than it should be. &lt;br /&gt;
&lt;br /&gt;
= Components You Need to Care About =&lt;br /&gt;
&lt;br /&gt;
== Processor ==&lt;br /&gt;
Your processor is going to be essentially impossible to replace, so get the best one you can right out of the gate. &lt;br /&gt;
&lt;br /&gt;
=== Intel ===&lt;br /&gt;
&lt;br /&gt;
* Stay within the last 4 generations; the current generation is the second generation of the Intel Core series, so you want an i-series 12-14 or a first or second gen Intel Core processor (with a preference for the Core Ultra series as opposed to the plain &amp;quot;Core.&amp;quot; &lt;br /&gt;
* The minimum processor you should be getting is a Core 5 Ultra. &lt;br /&gt;
&lt;br /&gt;
=== AMD ===&lt;br /&gt;
I don&#039;t know as much about AMD as I do about Intel so I can&#039;t get as granular, but anything in the Ryzen series 5 or up from the last four years should be fine. Try to get the newest one you can. Do not get an AMD processor that is not part of the Ryzen line and do not get a Ryzen 3.&lt;br /&gt;
&lt;br /&gt;
== RAM ==&lt;br /&gt;
=== RAM Generation ===&lt;br /&gt;
DDR4 is no longer in production, DDR5 is the current generation. Due to market fuckery, it is all unbearably expensive right now. Good luck. Don&#039;t buy a computer with DDR4 if you can help it. &lt;br /&gt;
 &lt;br /&gt;
=== RAM Size ===&lt;br /&gt;
You need an absolute, bare minimum of 8GB of RAM these days, though 16GB is MUCH better and should be easy to find, look for 16GB first. If you can&#039;t get more than 8GB in an off-the-shelf computer, make sure the computer has expansion slots and you can add more. &lt;br /&gt;
&lt;br /&gt;
It may cost less to purchase a computer with more RAM in it than it would to get one with less RAM and upgrade it (as of February 2026).&lt;br /&gt;
&lt;br /&gt;
It is no longer possible to upgrade RAM in a lot of machines (due to it being soldered), if you are buying a computer that can&#039;t be upgraded buy as much RAM in the machine as you can reasonably afford.&lt;br /&gt;
&lt;br /&gt;
=== Matching RAM ===&lt;br /&gt;
If you do want to upgrade your RAM you need to make sure that it is the same generation, speed, and form factor as your computer&#039;s current RAM. So for instance if my computer came with an 8GB DDR5 5600MHz UDIMM and I wanted to add more, I would NOT want a 36GB DDR4 3200MHz SoDIMM. The generation starts with &amp;quot;DDR,&amp;quot; the speed is displayed in megahertz, and the form factor ends with DIMM. If you look in the &amp;quot;about&amp;quot; for your computer or you check the specs online, it should tell you what size, generation, speed, and form factor are installed. You need to match generation (DDR), speed (MHz), and form factor (DIMM), but you do not need to match size. &lt;br /&gt;
&lt;br /&gt;
If you are REMOVING the only RAM module and replacing it, make sure that you are matching the generation and form factor, and check online for the specs for your computer to see what the max size and speed are and don&#039;t exceed those when you make your purchase. &lt;br /&gt;
&lt;br /&gt;
== Drive ==&lt;br /&gt;
You may still find computers that come with an HDD (hard disk drive) installed instead of an SSD (solid state drive). Do not buy a computer with an HDD unless it is optional for extra storage (if it&#039;s optional, it&#039;s an upgrade. If it&#039;s not optional, that&#039;s someone reselling an older machine). &lt;br /&gt;
&lt;br /&gt;
HDDs are spinning platters of metal that are read by a mechanical arm that moves very quickly while the metal spins. SSDs are chips of silicon that retrieve information electronically. SSDs are much, much faster than HDDs, though often come in smaller storage sizes. &lt;br /&gt;
&lt;br /&gt;
=== Drive Size ===&lt;br /&gt;
Many people now store most of their data on the cloud, so computer drive sizes are often very small. This is bullshit, if for no other reason that Windows Operating Systems are bloated and take up like 60GB. You are, at a minimum, going to need 256GB of storage on your computer and that is too little and it is going to suck but unfortunately that&#039;s what a lot of computers come with these days. &lt;br /&gt;
&lt;br /&gt;
You should aim to find a computer with 1TB of SSD storage. If a computer doesn&#039;t come with 1TB or if 1TB makes a computer prohibitively expensive, plan on purchasing the computer but replacing the installed SSD or adding a second SSD (depending on how your computer is built).&lt;br /&gt;
&lt;br /&gt;
=== Drive Interface ===&lt;br /&gt;
Check your computer manufacturer&#039;s specifications to see what the interface is of the installed drive and of any expansion slots. It is very common for computers to come with M.2 NVMe slots these days, but a surprising number still have SATA interfaces as well. Make sure that you are getting the correct SSD for your computer&#039;s interface when you upgrade or replace your drive.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=You_will_Rent_Everything,_and_Hate_it:_A_Screed&amp;diff=368</id>
		<title>You will Rent Everything, and Hate it: A Screed</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=You_will_Rent_Everything,_and_Hate_it:_A_Screed&amp;diff=368"/>
		<updated>2025-12-12T06:56:13Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction = &lt;br /&gt;
&lt;br /&gt;
Ida Auken&#039;s [https://web.archive.org/web/20161125135500/https://www.weforum.org/agenda/2016/11/shopping-i-can-t-really-remember-what-that-is 2016 World Economic Forum essay on sustainable growth] has been an easy target for fanatical right wing libertarians for almost a decade. In the brief though experiment, Auken considers how communal access to shared goods might improve an individual&#039;s life. &lt;br /&gt;
&lt;br /&gt;
You wouldn&#039;t have to wrestle with the expense and storage woes of keeping a stand mixer in your kitchen because you could call for a stand mixer whenever you needed one. And it wouldn&#039;t really be your kitchen, it would be our kitchen in our city, used by someone who needed it when you weren&#039;t making dinner. &lt;br /&gt;
&lt;br /&gt;
Auken touches on the idea that such a city couldn&#039;t be expected to have any kind of privacy, but the reader is left to wonder if the loss of privacy would be such a bad thing if you didn&#039;t have to pay for a car, or a house, or medical care - would you let people know all your actions throughout the day if it meant you didn&#039;t have to go to work to survive? The lack of privacy is clearly bad, but the liberty that comes with freedom from want is enticing. &lt;br /&gt;
&lt;br /&gt;
It&#039;s precisely the kind of toothless futurist drivel you&#039;d expect from the WEF, but it&#039;s frustrating to listen to the Alex Joneses and Tuckers Carlson of the world say &amp;quot;You&#039;ll own nothing, and you&#039;ll be happy&amp;quot; in saccharine voices to dismiss the concept of, like. School lunches. &lt;br /&gt;
&lt;br /&gt;
I&#039;m a big believer in the idea of tool libraries and communal ownership and the sharing economy and personal-not-private property and things that are free-like-speech-not-like-lunch and I&#039;ve been irritated for years as I watch right libertarians aiming kicks at Auken&#039;s bland utopia. &lt;br /&gt;
&lt;br /&gt;
Now it&#039;s a left libertarian&#039;s turn. &lt;br /&gt;
&lt;br /&gt;
You can&#039;t participate in a sharing economy when the people you&#039;re sharing with are fucking landlords.&lt;br /&gt;
&lt;br /&gt;
The problem with the essay is not its milquetoast paranoia about privacy, it is the presupposition that our world is not intractably captured by people who are burning us alive only because they cannot figure out how to make a dollar by hurling the earth into the sun. &lt;br /&gt;
&lt;br /&gt;
The essay tells a truth but makes it a lie. &lt;br /&gt;
&lt;br /&gt;
The truth: a better world IS possible. &lt;br /&gt;
&lt;br /&gt;
The lie: that world will be delivered by automation and innovation trickling down from the top of society rather than by solidarity lifting up the bottom. &lt;br /&gt;
&lt;br /&gt;
This is an essay about computers. And everything else.&lt;br /&gt;
&lt;br /&gt;
= EaaS-y Peasy =&lt;br /&gt;
&lt;br /&gt;
I edit photos in photoshop. I have edited photos in photoshop since 2002. Since 2012, I have edited photos in an educational perpetual edition of Creative Suite 6. The discs are sitting in the drawer beside my knee, I&#039;ve installed them on four computers now, and when I get my next machine I will almost certainly connect it to an external disc reader and type in the product key code to install it again. &lt;br /&gt;
&lt;br /&gt;
This is probably a violation of some sort of service agreement or another, and is absolutely a security risk, as is running all EoL and unpatched software. &lt;br /&gt;
&lt;br /&gt;
But this is my software. There are many like it, but this one is mine. &lt;br /&gt;
&lt;br /&gt;
I paid for it. &lt;br /&gt;
&lt;br /&gt;
Except that I didn&#039;t. Even in 2012, I paid for a license to use the software, not the software itself. And the license was only active as long as the software was in support. And now that it is out of support, I am doing piracy by using the software that I purchased. If I were to lose my keycode and find another one online somewhere, I would be doing VERY criminal piracy. Because my ongoing use of this 13-year-old software is denying Adobe the sale of a new version of their software. &lt;br /&gt;
&lt;br /&gt;
And, in order to provide the best, most up-to-date product possible, Adobe has been selling creative suite as a subscription for 13 years. You get new tools the second they&#039;re released. Your software is patched every time your computer syncs. You can use the images in the licensed library and a wide array of brushes and plugins and you can take advantage of storage on Adobe Creative Cloud, which obviates the need for anything larger than a 256GB SSD on your personal machine. &lt;br /&gt;
&lt;br /&gt;
Adobe wants to uphold its brand, they want to put their best foot forward, they want to give me the pinnacle of what they can offer, for only seventy dollars a month. &lt;br /&gt;
&lt;br /&gt;
I&#039;ve used three different releases of Creative Suite in my time doing layout and design. I started with PS2 and InDesign in high school, then Creative Suite 4 on my college publications, then CS6, one of the last purchases I made with my student ID. The two applications that my high school yearbook used cost something like $300 per license. The full suite ran you about $1200 in 2007. And the student version that I bought as soon as I heard that Adobe was moving to a subscription model was $600. So in about 23 years of using Adobe I&#039;ve spent just about $100 per year licensing it. &lt;br /&gt;
&lt;br /&gt;
Adobe considers this piracy because it would have cost me about $10,000 to buy creative cloud for the last thirteen years. &lt;br /&gt;
&lt;br /&gt;
Even if I had used it exactly the same way in the intervening thirteen years - generating no additional wealth - Adobe sees it as within their rights to extract payment for me for a service that has not changed tremendously since I last paid for it four presidential administrations ago. &lt;br /&gt;
&lt;br /&gt;
I believe that one could make a solid argument to label this payment model as rent-seeking. &lt;br /&gt;
&lt;br /&gt;
This is, at the moment, one of three ways you can legally use software. &lt;br /&gt;
&lt;br /&gt;
You can use free and open source software, you can use a perpetual software license for the support life of the license, or you can subscribe and pay forever, giving ever more money to Adobe while getting only marginally more in return than they offered for a one-time-fee of $1200 twenty years ago. &lt;br /&gt;
&lt;br /&gt;
Perpetual licenses are getting thinner on the ground and subscription software is everywhere you look.&lt;br /&gt;
&lt;br /&gt;
= The Hockey Stick: Part One = &lt;br /&gt;
&lt;br /&gt;
If you look at a graph that shows the consumer price index of personal computers from the 80s until now, you are looking at a shocking drop in prices. For essentially my entire life, [https://web.archive.org/web/20151015183824/http://www.bls.gov/opub/ted/2015/long-term-price-trends-for-computers-tvs-and-related-items.htm computers were getting cheaper every year], along with politicians and televisions. There are plenty of reasons for this (that people have gotten their shit pushed in for protesting), but suffice it to say that manufacturing was cheap and we were cranking out hardware like there was no tomorrow. &lt;br /&gt;
&lt;br /&gt;
Then something funny happened. It happened when I was selling computers for a living, so I saw it happening. The computer prices went up, and they never came back down. Not the way they were before. If you look closer at a graph of the consumer price index of personal computers, zooming in to show the last ten years, the downward slope of the line gets a lot more gradual, and you start to see sustained periods where it&#039;s trending up. [https://web.archive.org/web/20251001163400/https://fred.stlouisfed.org/series/CUUR0000SEEE01 You can really see it in six months in mid 2021] (that specific bump was the result of the supply chain crisis caused by Covid and a chip shortage exacerbated by a fire in a Taiwan manufacturing hub). &lt;br /&gt;
&lt;br /&gt;
What you don&#039;t see is that in 2019ish the average storage on these computers went from 1TB in the midrange to 256-512GB. If you were looking for a cheaper machine you dropped from around 500GB to around 130GB. 64GB if you were either really cheap or really unlucky. &lt;br /&gt;
&lt;br /&gt;
2019 is when we hit the tipping point on the shift from HDDs to SSDs as the storage standard on a consumer computer. SSDs are much faster and smaller than HDDs, which allows people to game faster and have ever-slimmer machines to slide in their pockets. Booting on an SSD takes a fraction of the time it would take on an HDD. Restarting your computer went from being a several-minute process to something as simple and seamless as unlocking your phone. It&#039;s a better technology in many ways, even with the hefty price tag when the tech was new.&lt;br /&gt;
&lt;br /&gt;
But the storage went away. And, even funnier than the hockey stick leveling off - SSDs have dropped in price in the last ten years, but the storage in computers never went back up and the prices never went back down. I&#039;m paying as much now for a laptop with a 256GB SSD as I would have paid for a laptop with a 1TB HDD seven years ago. And a jump from a 256GB SSD to a 512GB SSD costs much, much more proportionately than the jump between a 512GB and a 1TB platter drive cost seven years ago. &lt;br /&gt;
&lt;br /&gt;
But it&#039;s not like people had less stuff to store, right? We all carry cameras that take massive, high-clarity photos in our pockets - cameras that can record high-quality video. We&#039;re digital hermit crabs, too - when you move to a new computer you aren&#039;t just taking what you&#039;ve got in your hands, you&#039;re moving files that have seen half a dozen operating systems and four incompatible file formats. That&#039;s not going to fit in the 256GB NVME drive on your laptop, nor on the startlingly-large-but-still-too-small storage on your phone. We&#039;ve got terabytes of lives drifting behind us, and nowhere to put them. &lt;br /&gt;
&lt;br /&gt;
Who cares, though? Storage is cheap! You can get a 10TB drive for like a hundred bucks if you want to set up your own backup. But why would you want to do that? You get free storage with every service you use.&lt;br /&gt;
&lt;br /&gt;
= Other People&#039;s Computers =&lt;br /&gt;
&lt;br /&gt;
Your 365 subscription comes with a terabyte backup to OneDrive. Your Creative Cloud subscription comes with 100GB of space. Your iCloud only comes with 5GB free but $10 a month isn&#039;t that bad for 2TB, that&#039;s about what you&#039;d pay for a backup drive the same size, after all, and you never have to worry about hardware failure. &lt;br /&gt;
&lt;br /&gt;
I&#039;m a big Dune fan. In Dune, there&#039;s a major plot point that hinges on the idea that control of a thing is defined by the ability to destroy it. Paul can destroy the Spice, therefore he is the only one who can really be considered to own it. &lt;br /&gt;
&lt;br /&gt;
Your photos are psychotropic worm eggs and Google is the Kwisatz Haderach, baby. &lt;br /&gt;
&lt;br /&gt;
You don&#039;t have enough storage on your devices to keep all the things that you want to or need to keep. You subscribe to a service that keeps those things for you, and keeps them somewhere handy for you to reach. If your computer gets run over by a tractor your files are safe in the cloud. If your phone falls into the ocean your photos are safe in the cloud. Your life is distributed, secure because it can&#039;t be pinned down in one place and popped, many eggs in many baskets. &lt;br /&gt;
&lt;br /&gt;
Question: did you read the ToS?&lt;br /&gt;
&lt;br /&gt;
In 2022, a parent [https://web.archive.org/web/20220822233801/https://www.theguardian.com/technology/2022/aug/22/google-csam-account-blocked lost access to a significant portion of his digital life] because he texted a photo to his child&#039;s doctor. Google automatically scanned the image that he sent, determined that it met their definition of CSAM, and locked the father out of his Google account.  &lt;br /&gt;
&lt;br /&gt;
What would you lose today if Apple decided you couldn&#039;t ever get access to your iCloud account again?  Do you have photos of your children? Of your pets? Work you&#039;ve saved, a book you&#039;re writing? A music library?&lt;br /&gt;
&lt;br /&gt;
Where do you have that saved besides your iCloud account?&lt;br /&gt;
&lt;br /&gt;
= The Revenge of Windows 8 = &lt;br /&gt;
&lt;br /&gt;
Like most people, I was not a fan of Windows 8 upon release. Unlike most people, this was because I didn&#039;t like the signals it was sending me about the industry, not its terrible interface. &lt;br /&gt;
&lt;br /&gt;
To be fair: I picked up on the industry signals via the terrible interface. &lt;br /&gt;
&lt;br /&gt;
Microsoft wanted Windows 8 to be iOS for the PC. They wanted Microsoft to produce the next iPad. They wanted the Microsoft Tablet to be THE direction in computing. They wanted you to navigate your work on a touchscreen, save your files in apps, and give them all of your data. &lt;br /&gt;
&lt;br /&gt;
To be fair, it only took them ten years after they launched the OS that was supposed to do it. &lt;br /&gt;
&lt;br /&gt;
The modern Windows Desktop is an illusion. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;Complete setup,&amp;quot; the unjust OS says. You activate OneDrive. &amp;quot;Complete setup,&amp;quot; the unjust OS says, and asks you to enable automatic save on your Excel document. &lt;br /&gt;
&lt;br /&gt;
The modern Windows Desktop is not your computer. If you set the machine up the way that Windows wants you to, almost everything you do on your computer is little more than an interface designed to make you forget that your data is stored and often handled on Microsoft servers. This is common in home environments, but nearly ubiquitous in business environments. And what isn&#039;t stored by Microsoft is stored by Google. &lt;br /&gt;
&lt;br /&gt;
Microsoft managed to pull of iCloud and they didn&#039;t even have to make a good tablet to do it.&lt;br /&gt;
&lt;br /&gt;
= Does not Compute = &lt;br /&gt;
&lt;br /&gt;
My office was hesitant to wind down servers. We kept people running local Exchange until the pandemic pushed most of our clients into offsite work and killed the major benefits of the onsite server. We still sold and installed and supported a lot of servers, but with less emphasis in the 2020s than in the 2010s. &lt;br /&gt;
&lt;br /&gt;
One of the things that we really stayed away from, that always struck me as suspicious, was remote compute services. &lt;br /&gt;
&lt;br /&gt;
It&#039;s not an intuitive concept if, like me, you grew up cramming more and more resources into home machines over the years. But, if, like a lot of Gen Z, you grew up with school-issued chromebooks and iPads for car rides, it might make a lot of sense to you to think of the device in front of you as a console, and the computer as something somewhere else. &lt;br /&gt;
&lt;br /&gt;
To be perfectly fair: most people do not actually use a ton of computing power on their machines. Gamers do, video editors do, CAD modelers do, but there&#039;s no reason that - with a fast internet connection - you couldn&#039;t use a cheap machine with very little power to view and manipulate a much more powerful machine remotely. &lt;br /&gt;
&lt;br /&gt;
And if you&#039;re not using all that power all the time, there&#039;s no reason that you have to access the powerful machine all the time. You can answer emails and do basic browsing on your lightweight office box and pay for time on the forty-core monstrosity with a terabyte of RAM that you use for protein folding. &lt;br /&gt;
&lt;br /&gt;
This could, at least theoretically, save you a lot of money. If you&#039;re a college computer lab most of the students are not going to be using a lot of resources all the time, but you need to have resources handy for when the students need a ton of power so you get the Xeon processor on demand. &lt;br /&gt;
&lt;br /&gt;
If you&#039;re a business with a huge amount of turnover and a ton of seasonal variation there&#039;s no need to buy a whole new desktop with the best specs for your engineers every three years when you could buy something mediocre every seven years and have your engineers compute remotely. &lt;br /&gt;
&lt;br /&gt;
It&#039;s not like anything could go wrong there. &lt;br /&gt;
&lt;br /&gt;
= Art-I-Ficial = &lt;br /&gt;
&lt;br /&gt;
If you are a gamer or are otherwise aware of graphics cards, you&#039;re aware that the market for graphics cards crawled up its own ass in 2017 and never came back. This was, initially, because of cryptocurrency and is currently because of the AI boom. Or bubble. &lt;br /&gt;
&lt;br /&gt;
Processing power - graphic or otherwise - feeds the beast. Processors crunch numbers and predict outcomes and consider possibilities and, generally speaking, get things done. For cryptocurrency, this allows the generation of coins in proof of work systems like bitcoin. For &amp;quot;AI&amp;quot; this allows everything. You need a lot of processing power to make LLMs LLM. &lt;br /&gt;
&lt;br /&gt;
Money is, I think we can all agree, a social construct. Money is different in different places, money is not universal across cultures. Money is, like language, something that we depend on. It is, also like language, something that we made up and can change. Money is fake in the way that borders are fake. They didn&#039;t exist for the dinosaurs but if you act like they&#039;re not real you&#039;re going to find yourself having many problems. &lt;br /&gt;
&lt;br /&gt;
Markets - in an economic sense, not in a grocery shopping sense - are fake in a similar way but are subject to a lot more manipulation a whole lot faster than language. &lt;br /&gt;
&lt;br /&gt;
It&#039;s pretty obvious that the market for NFTs in 2021 was extremely fake and was being manipulated by a few highly motivated people who knew that they could make a lot of money by getting people to buy into their market. They were correct, and the smart ones got out early and left the rubes holding the bag. &lt;br /&gt;
&lt;br /&gt;
The current state of AI is that there has been a lot of buy-in, but now very large actors are looking around and beginning to wonder if they are holding a bag. Microsoft is looking around and wondering if they&#039;re at the top of the roller coaster or if they&#039;re late to the party. They have a lot of AI, and they want YOU to have it. Google is in a similar situation, but of the truly Big companies that have bought in to AI, I think it&#039;s possible that Microsoft tried to grab the biggest portion of the market that they could, investing both in software development and in hardware production that maybe they&#039;re now realizing that the average consumer wants about as much as they wanted a touchscreen desktop in 2013. &lt;br /&gt;
&lt;br /&gt;
= The Hockey Stick: Part Two = &lt;br /&gt;
&lt;br /&gt;
In 2005, RAM manufacturers paid nearly seven hundred million dollars to the US government as penance for [https://web.archive.org/web/20170115161549/https://www.justice.gov/archive/atr/public/press_releases/2005/212002.htm creating an illegal cartel that engaged in price fixing to gouge consumers]. In 2017, the manufacturers were sued for doing the same. &lt;br /&gt;
&lt;br /&gt;
If you have looked at the price of RAM in the last six months of 2025, you would not be wrong to ask if another suit will be brought against them soon. It&#039;s too much to hope that they might stop engaging in the practice, but you&#039;d at least want someone to raise a fuss. &lt;br /&gt;
&lt;br /&gt;
RAM prices have increased from 200 to 400 percent in the last six months; this is true both for the current generation of memory (DDR5) and the former (DDR4). Memory generations have relatively short life cycles, with new generations getting introduced about every seven-ish years. We were on DDR3 when I entered the industry, and DDR5 took over as the main option on the market in the last year. DDR4 is exiting production, which is at least a partial cause of the price increase as buyers hedge against the future. &lt;br /&gt;
&lt;br /&gt;
But what&#039;s going on with DDR5?&lt;br /&gt;
&lt;br /&gt;
Scarcity. Not quite artificial scarcity, but scarcity nonetheless. &lt;br /&gt;
&lt;br /&gt;
In 2022 [https://web.archive.org/web/0/https://www.tomshardware.com/news/global-dram-prices-dropped-by-30-percent-in-q3-2022 the price of RAM fell sharply]. This was the result of a number of factors - the global economy was something of a shitshow, an unexpected demand for computers in 2020 had an impact on consumer purchases in the years that followed, various companies started producing at higher rates than they had earlier in the pandemic. There was a lot of RAM floating around. &lt;br /&gt;
&lt;br /&gt;
And that, as it turns out, is bad for business. &lt;br /&gt;
&lt;br /&gt;
When a business is used to producing something for $20 and selling it for $40, they don&#039;t consider selling it for $30 as &amp;quot;making ten dollars,&amp;quot; they think of it as &amp;quot;losing ten dollars&amp;quot; in much the same way that Adobe thinks I&#039;m stealing because I&#039;m using old software instead of buying new software. &lt;br /&gt;
&lt;br /&gt;
RAM producers decided that the price of RAM was too low for them to be as profitable as they wanted to be in 2022, so [https://web.archive.org/web/20221116193442/https://www.tomshardware.com/news/micron-cuts-dram-and-nand-output they made plans to slow production in 2023]. That brought the price in line with where they thought it should be, and had the added side effect of ensuring that there wouldn&#039;t be a glut of RAM further down the line, contributing to what the [https://web.archive.org/web/20221116193442/https://www.tomshardware.com/news/micron-cuts-dram-and-nand-output Chief Executive of Micron described as &amp;quot;cyclical challenges.&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
Let&#039;s talk about cycles for a moment. &lt;br /&gt;
&lt;br /&gt;
RAM generations move in cycles. At the beginning of the generation the price is high because the tech is new and scarce. As the new generation peaks in price, the old generation falls, and right about that time an even newer new generation is brought to market. &lt;br /&gt;
&lt;br /&gt;
Consumer computer purchases also move in cycles. People know about how much life they get out of a machine so they will generally replace their machines on a pretty reliable cycle. There are some variations for the introduction of new tech, which might spur some people to buy early, but new tech is also released on a pretty predictable cycle. That means, in the absence of freak global economic instability and disruptive technology, the market for consumer hardware purchases is pretty predictable. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a shame we had a global pandemic directly between the emergence of two disruptive technologies attempting to gobble up massive portions of the worldwide tech market. &lt;br /&gt;
&lt;br /&gt;
What I am getting at here is that RAM producers&#039; unwillingness to tolerate a temporary dip in profits that directly resulted from a market recovering from supply chain upheaval and a planetary financial shock has led to a reduced supply of RAM stocks available in late 2025. &lt;br /&gt;
&lt;br /&gt;
Late 2025 is also [https://web.archive.org/web/20251001164049/https://www.tomshardware.com/pc-components/dram/openais-stargate-project-to-consume-up-to-40-percent-of-global-dram-output-inks-deal-with-samsung-and-sk-hynix-to-the-tune-of-up-to-900-000-wafers-per-month when OpenAI signed an agreement with two manufacturers to purchase 40% of the world&#039;s RAM production capacity]. And when [https://web.archive.org/web/0/https://arstechnica.com/gadgets/2025/12/after-nearly-30-years-crucial-will-stop-selling-ram-to-consumers/ a third manufacturer announced] that they would be closing their consumer division to focus on enterprise production. &lt;br /&gt;
&lt;br /&gt;
Which is why consumer RAM prices at the end of 2025 are exploding skyward. &lt;br /&gt;
&lt;br /&gt;
And, because the people who produce chips for RAM are the same people who produce chips for SSDs, the prices on personal computer storage aren&#039;t coming down any time soon.&lt;br /&gt;
&lt;br /&gt;
= Tinfoil Tricorner = &lt;br /&gt;
&lt;br /&gt;
But what&#039;s the point? Am I making the argument that AI firms, hardware manufacturers, and software producers are colluding in an unwholesome alliance to manipulate the personal computer landscape into a smoking wasteland where you use your cheaply-made-but-over-priced cellphone to access a virtual machine in a datacenter to run your subscription software while your data is stored on someone else&#039;s server and endlessly consumed to feed ever-more-marginally-useful LLMs?&lt;br /&gt;
&lt;br /&gt;
No. That&#039;s not really what I think is going on here. I don&#039;t think we&#039;re in an &amp;quot;optimize the universe for paperclip production&amp;quot; kind of scenario. I think that&#039;s giving these dipshits too much credit. &lt;br /&gt;
&lt;br /&gt;
I think hardware manufacturers and software producers and AI companies don&#039;t care all that much about consumers and don&#039;t care what they do to the market tomorrow as long as they&#039;re making money today. I think their goal is to reduce costs and raise prices and capture the entire market, which is everyone, even people who don&#039;t want to be in the market. &lt;br /&gt;
&lt;br /&gt;
They all want to create inelastic demand so they can raise their prices forever. &lt;br /&gt;
&lt;br /&gt;
Professional page designers can&#039;t use Scribus, they have to pay $23-$70 per month for the privilege of getting fucked by Adobe. &lt;br /&gt;
&lt;br /&gt;
It&#039;s already essentially impossible to function without a phone in the modern world, now it&#039;s going to be more expensive and less functional. &lt;br /&gt;
&lt;br /&gt;
Nobody wants anywhere near as much AI as is being produced but you&#039;re going to swallow it because there&#039;s nowhere to get away from it. Shut up and eat your CoPilot processor there are kids in the 90s who would have killed for Candy Crush Saga Five. &lt;br /&gt;
&lt;br /&gt;
= Always a Renter, never an Owner = &lt;br /&gt;
&lt;br /&gt;
I am writing from the United States, so please consider that my perspective here is skewed by the fact that this place is garbage. &lt;br /&gt;
&lt;br /&gt;
The housing market is fucked and a huge percentage of people are unable to purchase homes, instead spending massive portions of their income on extremely high rents. &lt;br /&gt;
&lt;br /&gt;
To get a job that might cover a one-bedroom apartment or a mortgage in the middle of nowhere, you have to get a college education, which is going to cost you anywhere from one to twenty years of a poverty wage if you manage to pay for it without taking out a loan. If you do take out a loan, you will be paying for your student debt for the rest of your life. &lt;br /&gt;
&lt;br /&gt;
When you get your job that pays enough for your one bedroom apartment, you are going to need a way to get there, and because public transit is terrible you&#039;re probably (statistically) going to drive. If you want a reliable car, you&#039;re looking at a loan that costs at least as much as your college education that you will be paying for a minimum of five years; modern cars are turning up with shocking issues at that age so make sure to get the extended warranty. This, on top of your rent and your student loans, will likely consume half of your income. &lt;br /&gt;
&lt;br /&gt;
Another large portion of your income will either be invisibly subtracted from your paycheck in the form of a group healthcare plan or will be very noticeably paid out of pocket. If you quit your job, you will not be able to afford this, so you have to stay in your job so that you&#039;re not taking the chance of risking permanent poverty every time you walk out your front door. Your healthcare isn&#039;t YOUR healthcare, you pay for the privilege of having a doctor order your lifesaving meds or you die. And then you pay a copay on your meds and the visit to the doctor.&lt;br /&gt;
&lt;br /&gt;
After all of that, whatever is left of your income can be put toward food and relaxation. Relaxation often comes in the form of monthly subscriptions to movies you don&#039;t own, music you don&#039;t own, games you don&#039;t own, or gambling on sports. Food can also be something you don&#039;t own if you&#039;re broke enough, in which case it becomes credit card debt. &lt;br /&gt;
&lt;br /&gt;
Your computer is financed. Your phone is leased. Your music is a subscription.&lt;br /&gt;
&lt;br /&gt;
The only thing that is perpetual are the payments. &lt;br /&gt;
&lt;br /&gt;
You will rent everything, and you will hate it. &lt;br /&gt;
&lt;br /&gt;
= Vienna = &lt;br /&gt;
&lt;br /&gt;
I am not precisely suggesting that we nationalize education, housing, healthcare, and the tech sector. &lt;br /&gt;
&lt;br /&gt;
I&#039;m just sort of vaguely gesturing at it. &lt;br /&gt;
&lt;br /&gt;
The problem with Auken&#039;s essay, as I stated earlier, is that it snips the Microsofts and the Adobes and the Microns out of the picture. It is true that Microsoft wants you to own nothing and be happy, it is true that Microsoft wants you to have no privacy, it is true that Microsoft wants you to call for anything you need when you need it, the issue is that Microsoft wants you to ask Microsoft to provide it and they want you to pay. In our world Auken&#039;s city is not Our city, it is a company town. &lt;br /&gt;
&lt;br /&gt;
We need to reckon with that if we want to have the kind of world where you don&#039;t have to own your house or fear homelessness. &lt;br /&gt;
&lt;br /&gt;
It&#039;s the kind of thing that other people and other places have found a way to handle, and it makes some sense that the initial essay was written from the perspective of a person who lives in a country with at least a marginally functional social welfare state. Denmark is certainly much more of Our country to Auken than the US is Our country to me. &lt;br /&gt;
&lt;br /&gt;
But we live in a global economy. Microsoft is sold in Denmark and California, three producers make the majority of the RAM on the planet, and tech is dense with anti-competitive, anti-consumer practices. If we are not going to nationalize Adobe (we should nationalize Adobe. C&#039;mon. It would be funny) we need to do something else. &lt;br /&gt;
&lt;br /&gt;
= RTFM = &lt;br /&gt;
&lt;br /&gt;
Hardware is going to suck for a while. I&#039;m not a gamer, and I don&#039;t do any heavy computing so I am going to be less impacted than people who actually need high end equipment, but we&#039;re all going to end up paying for the choices that the industry leaders have made. We&#039;re paying in energy prices, we&#039;re paying in hardware costs, we&#039;re literally paying in subscription fees. &lt;br /&gt;
&lt;br /&gt;
I am tired of giving a single fuck about Bill Gates and I&#039;m tired of giving him any money. &lt;br /&gt;
&lt;br /&gt;
Not to be entirely predictable, but you should probably install Linux. &lt;br /&gt;
&lt;br /&gt;
I have been working in the tech industry for fourteen years. I have seen a lot of changes to how people approach personal computing and I think I have reached the official curmudgeon stage. Kids these days need to get off their dang phones and build a desktop. &lt;br /&gt;
&lt;br /&gt;
That may sound wildly out of line with the rest of what I&#039;ve written here - 4800 words in and I&#039;m telling you to buy computer hardware? Well. No. Not exactly. &lt;br /&gt;
&lt;br /&gt;
I&#039;m telling you that the vast majority of computer owners use their machines as a word processor and youtube display system and I&#039;m telling you that you can accomplish that very effectively on a ten year old machine from Ebay running Linux Mint with LibreOffice and Firefox. &lt;br /&gt;
&lt;br /&gt;
I think the industry is fucked and I don&#039;t think it&#039;s particularly likely to unfuck itself any time soon and it is definitely not going to unfuck itself if it has 100% market capture, so the best thing you can do is to become unmarketable. &lt;br /&gt;
&lt;br /&gt;
If you know how to set up a NAS from secondhand parts, you don&#039;t have to buy cloud storage from Apple. If you know how to use a thrift store desktop to set up a PLEX server and how to share movies on a thumbdrive, you become immune to netflix. If the global market for DDR5 quadruples in price you can be in your lane, thriving and moisturized with your 32GB DDR3 and a stripped-down OS.&lt;br /&gt;
&lt;br /&gt;
Computers are actually pretty easy to work on. A desktop system is about as complicated to assemble as a set of legos and installing Linux is easier than changing the color settings on a smart TV. Used computers are so cheap that people will literally pay you to throw them away, and there is a constant churn of devices that people consider ewaste that will make a perfectly functional non-microsoft, non-apple, non-cloud device. It won&#039;t run games very well, and you probably can&#039;t use it for a ton of video editing, but if you need someplace to do budget spreadsheets and you don&#039;t want to give Microsoft your money and you don&#039;t want to give Google your data and you don&#039;t want AI built in to the hardware and the operating system, there is a better way than a 365 subscription and a tablet. &lt;br /&gt;
&lt;br /&gt;
= This is not the End = &lt;br /&gt;
&lt;br /&gt;
I mean, this is the end of this essay, but this is not the end of this problem. &lt;br /&gt;
&lt;br /&gt;
This is not the last time that a tech company or cartel of manufacturers or an AI conglomerate will do something infuriating that fucks up the system for the rest of us. &lt;br /&gt;
&lt;br /&gt;
They get away with it because of consumer compliance. People buy what they&#039;re selling. &lt;br /&gt;
&lt;br /&gt;
You could be one less person buying their bullshit. &lt;br /&gt;
&lt;br /&gt;
You deserve better than what they want to sell you, and you have the ability to do better for yourself than they would for you. &lt;br /&gt;
&lt;br /&gt;
They want you to rent everything, and be happy. &lt;br /&gt;
&lt;br /&gt;
I want you to own something, and be proud. &lt;br /&gt;
&lt;br /&gt;
(And nationalize Adobe. Again, it would be very funny.)&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=You_will_Rent_Everything,_and_Hate_it:_A_Screed&amp;diff=367</id>
		<title>You will Rent Everything, and Hate it: A Screed</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=You_will_Rent_Everything,_and_Hate_it:_A_Screed&amp;diff=367"/>
		<updated>2025-12-12T06:48:47Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction = &lt;br /&gt;
&lt;br /&gt;
Ida Auken&#039;s [https://web.archive.org/web/20161125135500/https://www.weforum.org/agenda/2016/11/shopping-i-can-t-really-remember-what-that-is 2016 World Economic Forum essay on sustainable growth] has been an easy target for fanatical right wing libertarians for almost a decade. In the brief though experiment, Auken considers how communal access to shared goods might improve an individual&#039;s life. &lt;br /&gt;
&lt;br /&gt;
You wouldn&#039;t have to wrestle with the expense and storage woes of keeping a stand mixer in your kitchen because you could call for a stand mixer whenever you needed one. And it wouldn&#039;t really be your kitchen, it would be our kitchen in our city, used by someone who needed it when you weren&#039;t making dinner. &lt;br /&gt;
&lt;br /&gt;
Auken touches on the idea that such a city couldn&#039;t be expected to have any kind of privacy, but the reader is left to wonder if the loss of privacy would be such a bad thing if you didn&#039;t have to pay for a car, or a house, or medical care - would you let people know all your actions throughout the day if it meant you didn&#039;t have to go to work to survive? The lack of privacy is clearly bad, but the liberty that comes with freedom from want is enticing. &lt;br /&gt;
&lt;br /&gt;
It&#039;s precisely the kind of toothless futurist drivel you&#039;d expect from the WEF, but it&#039;s frustrating to listen to the Alex Joneses and Tuckers Carlson of the world say &amp;quot;You&#039;ll own nothing, and you&#039;ll be happy&amp;quot; in saccharine voices to dismiss the concept of, like. School lunches. &lt;br /&gt;
&lt;br /&gt;
I&#039;m a big believer in the idea of tool libraries and communal ownership and the sharing economy and personal-not-private property and things that are free-like-speech-not-like-lunch and I&#039;ve been irritated for years as I watch right libertarians aiming kicks at Auken&#039;s bland utopia. &lt;br /&gt;
&lt;br /&gt;
Now it&#039;s a left libertarian&#039;s turn. &lt;br /&gt;
&lt;br /&gt;
You can&#039;t participate in a sharing economy when the people you&#039;re sharing with are fucking landlords.&lt;br /&gt;
&lt;br /&gt;
The problem with the essay is not its milquetoast paranoia about privacy, it is the presupposition that our world is not intractably captured by people who are burning us alive only because they cannot figure out how to make a dollar by hurling the earth into the sun. &lt;br /&gt;
&lt;br /&gt;
The essay tells a truth but makes it a lie. &lt;br /&gt;
&lt;br /&gt;
The truth: a better world IS possible. &lt;br /&gt;
&lt;br /&gt;
The lie: that world will be delivered by automation and innovation trickling down from the top of society rather than by solidarity lifting up the bottom. &lt;br /&gt;
&lt;br /&gt;
This is an essay about computers. And everything else.&lt;br /&gt;
&lt;br /&gt;
= EaaS-y Peasy =&lt;br /&gt;
&lt;br /&gt;
I edit photos in photoshop. I have edited photos in photoshop since 2002. Since 2012, I have edited photos in an educational perpetual edition of Creative Suite 6. The discs are sitting in the drawer beside my knee, I&#039;ve installed them on four computers now, and when I get my next machine I will almost certainly connect it to an external disc reader and type in the product key code to install it again. &lt;br /&gt;
&lt;br /&gt;
This is probably a violation of some sort of service agreement or another, and is absolutely a security risk, as is running all EoL and unpatched software. &lt;br /&gt;
&lt;br /&gt;
But this is my software. There are many like it, but this one is mine. &lt;br /&gt;
&lt;br /&gt;
I paid for it. &lt;br /&gt;
&lt;br /&gt;
Except that I didn&#039;t. Even in 2012, I paid for a license to use the software, not the software itself. And the license was only active as long as the software was in support. And now that it is out of support, I am doing piracy by using the software that I purchased. If I were to lose my keycode and find another one online somewhere, I would be doing VERY criminal piracy. Because my ongoing use of this 13-year-old software is denying Adobe the sale of a new version of their software. &lt;br /&gt;
&lt;br /&gt;
And, in order to provide the best, most up-to-date product possible, Adobe has been selling creative suite as a subscription for 13 years. You get new tools the second they&#039;re released. Your software is patched every time your computer syncs. You can use the images in the licensed library and a wide array of brushes and plugins and you can take advantage of storage on Adobe Creative Cloud, which obviates the need for anything larger than a 256GB SSD on your personal machine. &lt;br /&gt;
&lt;br /&gt;
Adobe wants to uphold its brand, they want to put their best foot forward, they want to give me the pinnacle of what they can offer, for only seventy dollars a month. &lt;br /&gt;
&lt;br /&gt;
I&#039;ve used three different releases of Creative Suite in my time doing layout and design. I started with PS2 and InDesign in high school, then Creative Suite 4 on my college publications, then CS6, one of the last purchases I made with my student ID. The two applications that my high school yearbook used cost something like $300 per license. The full suite ran you about $1200 in 2007. And the student version that I bought as soon as I heard that Adobe was moving to a subscription model was $600. So in about 23 years of using Adobe I&#039;ve spent just about $100 per year licensing it. &lt;br /&gt;
&lt;br /&gt;
Adobe considers this piracy because it would have cost me about $10,000 to buy creative cloud for the last thirteen years. &lt;br /&gt;
&lt;br /&gt;
Even if I had used it exactly the same way in the intervening thirteen years - generating no additional wealth - Adobe sees it as within their rights to extract payment for me for a service that has not changed tremendously since I last paid for it four presidential administrations ago. &lt;br /&gt;
&lt;br /&gt;
I believe that one could make a solid argument to label this payment model as rent-seeking. &lt;br /&gt;
&lt;br /&gt;
This is, at the moment, one of three ways you can legally use software. &lt;br /&gt;
&lt;br /&gt;
You can use free and open source software, you can use a perpetual software license for the support life of the license, or you can subscribe and pay forever, giving ever more money to Adobe while getting only marginally more in return than they offered for a one-time-fee of $1200 twenty years ago. &lt;br /&gt;
&lt;br /&gt;
Perpetual licenses are getting thinner on the ground and subscription software is everywhere you look.&lt;br /&gt;
&lt;br /&gt;
= The Hockey Stick: Part One = &lt;br /&gt;
&lt;br /&gt;
If you look at a graph that shows the consumer price index of personal computers from the 80s until now, you are looking at a shocking drop in prices. For essentially my entire life, [https://web.archive.org/web/20151015183824/http://www.bls.gov/opub/ted/2015/long-term-price-trends-for-computers-tvs-and-related-items.htm computers were getting cheaper every year], along with politicians and televisions. There are plenty of reasons for this (that people have gotten their shit pushed in for protesting), but suffice it to say that manufacturing was cheap and we were cranking out hardware like there was no tomorrow. &lt;br /&gt;
&lt;br /&gt;
Then something funny happened. It happened when I was selling computers for a living, so I saw it happening. The computer prices went up, and they never came back down. Not the way they were before. If you look closer at a graph of the consumer price index of personal computers, zooming in to show the last ten years, the downward slope of the line gets a lot more gradual, and you start to see sustained periods where it&#039;s trending up. [https://web.archive.org/web/20251001163400/https://fred.stlouisfed.org/series/CUUR0000SEEE01 You can really see it in six months in mid 2021] (that specific bump was the result of the supply chain crisis caused by Covid and a chip shortage exacerbated by a fire in a Taiwan manufacturing hub). &lt;br /&gt;
&lt;br /&gt;
What you don&#039;t see is that in 2019ish the average storage on these computers went from 1TB in the midrange to 256-512GB. If you were looking for a cheaper machine you dropped from around 500GB to around 130GB. 64GB if you were either really cheap or really unlucky. &lt;br /&gt;
&lt;br /&gt;
2019 is when we hit the tipping point on the shift from HDDs to SSDs as the storage standard on a consumer computer. SSDs are much faster and smaller than HDDs, which allows people to game faster and have ever-slimmer machines to slide in their pockets. Booting on an SSD takes a fraction of the time it would take on an HDD. Restarting your computer went from being a several-minute process to something as simple and seamless as unlocking your phone. It&#039;s a better technology in many ways, even with the hefty price tag when the tech was new.&lt;br /&gt;
&lt;br /&gt;
But the storage went away. And, even funnier than the hockey stick leveling off - SSDs have dropped in price in the last ten years, but the storage in computers never went back up and the prices never went back down. I&#039;m paying as much now for a laptop with a 256GB SSD as I would have paid for a laptop with a 1TB HDD seven years ago. And a jump from a 256GB SSD to a 512GB SSD costs much, much more proportionately than the jump between a 512GB and a 1TB platter drive cost seven years ago. &lt;br /&gt;
&lt;br /&gt;
But it&#039;s not like people had less stuff to store, right? We all carry cameras that take massive, high-clarity photos in our pockets - cameras that can record high-quality video. We&#039;re digital hermit crabs, too - when you move to a new computer you aren&#039;t just taking what you&#039;ve got in your hands, you&#039;re moving files that have seen half a dozen operating systems and four incompatible file formats. That&#039;s not going to fit in the 256GB NVME drive on your laptop, nor on the startlingly-large-but-still-too-small storage on your phone. We&#039;ve got terabytes of lives drifting behind us, and nowhere to put them. &lt;br /&gt;
&lt;br /&gt;
Who cares, though? Storage is cheap! You can get a 10TB drive for like a hundred bucks if you want to set up your own backup. But why would you want to do that? You get free storage with every service you use.&lt;br /&gt;
&lt;br /&gt;
= Other People&#039;s Computers =&lt;br /&gt;
&lt;br /&gt;
Your 365 subscription comes with a terabyte backup to OneDrive. Your Creative Cloud subscription comes with 100GB of space. Your iCloud only comes with 5GB free but $10 a month isn&#039;t that bad for 2TB, that&#039;s about what you&#039;d pay for a backup drive the same size, after all, and you never have to worry about hardware failure. &lt;br /&gt;
&lt;br /&gt;
I&#039;m a big Dune fan. In Dune, there&#039;s a major plot point that hinges on the idea that control of a thing is defined by the ability to destroy it. Paul can destroy the Spice, therefore he is the only one who can really be considered to own it. &lt;br /&gt;
&lt;br /&gt;
Your photos are psychotropic worm eggs and Google is the Kwisatz Haderach, baby. &lt;br /&gt;
&lt;br /&gt;
You don&#039;t have enough storage on your devices to keep all the things that you want to or need to keep. You subscribe to a service that keeps those things for you, and keeps them somewhere handy for you to reach. If your computer gets run over by a tractor your files are safe in the cloud. If your phone falls into the ocean your photos are safe in the cloud. Your life is distributed, secure because it can&#039;t be pinned down in one place and popped, many eggs in many baskets. &lt;br /&gt;
&lt;br /&gt;
Question: did you read the ToS?&lt;br /&gt;
&lt;br /&gt;
In 2022, a parent [https://web.archive.org/web/20220822233801/https://www.theguardian.com/technology/2022/aug/22/google-csam-account-blocked lost access to a significant portion of his digital life] because he texted a photo to his child&#039;s doctor. Google automatically scanned the image that he sent, determined that it met their definition of CSAM, and locked the father out of his Google account.  &lt;br /&gt;
&lt;br /&gt;
What would you lose today if Apple decided you couldn&#039;t ever get access to your iCloud account again?  Do you have photos of your children? Of your pets? Work you&#039;ve saved, a book you&#039;re writing? A music library?&lt;br /&gt;
&lt;br /&gt;
Where do you have that saved besides your iCloud account?&lt;br /&gt;
&lt;br /&gt;
= The Revenge of Windows 8 = &lt;br /&gt;
&lt;br /&gt;
Like most people, I was not a fan of Windows 8 upon release. Unlike most people, this was because I didn&#039;t like the signals it was sending me about the industry, not its terrible interface. &lt;br /&gt;
&lt;br /&gt;
To be fair: I picked up on the industry signals via the terrible interface. &lt;br /&gt;
&lt;br /&gt;
Microsoft wanted Windows 8 to be iOS for the PC. They wanted Microsoft to produce the next iPad. They wanted the Microsoft Tablet to be THE direction in computing. They wanted you to navigate your work on a touchscreen, save your files in apps, and give them all of your data. &lt;br /&gt;
&lt;br /&gt;
To be fair, it only took them ten years after they launched the OS that was supposed to do it. &lt;br /&gt;
&lt;br /&gt;
The modern Windows Desktop is an illusion. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;Complete setup,&amp;quot; the unjust OS says. You activate OneDrive. &amp;quot;Complete setup,&amp;quot; the unjust OS says, and asks you to enable automatic save on your Excel document. &lt;br /&gt;
&lt;br /&gt;
The modern Windows Desktop is not your computer. If you set the machine up the way that Windows wants you to, almost everything you do on your computer is little more than an interface designed to make you forget that your data is stored and often handled on Microsoft servers. This is common in home environments, but nearly ubiquitous in business environments. And what isn&#039;t stored by Microsoft is stored by Google. &lt;br /&gt;
&lt;br /&gt;
Microsoft managed to pull of iCloud and they didn&#039;t even have to make a good tablet to do it.&lt;br /&gt;
&lt;br /&gt;
= Does not Compute = &lt;br /&gt;
&lt;br /&gt;
My office was hesitant to wind down servers. We kept people running local Exchange until the pandemic pushed most of our clients into offsite work and killed the major benefits of the onsite server. We still sold and installed and supported a lot of servers, but with less emphasis in the 2020s than in the 2010s. &lt;br /&gt;
&lt;br /&gt;
One of the things that we really stayed away from, that always struck me as suspicious, was remote compute services. &lt;br /&gt;
&lt;br /&gt;
It&#039;s not an intuitive concept if, like me, you grew up cramming more and more resources into home machines over the years. But, if, like a lot of Gen Z, you grew up with school-issued chromebooks and iPads for car rides, it might make a lot of sense to you to think of the device in front of you as a console, and the computer as something somewhere else. &lt;br /&gt;
&lt;br /&gt;
To be perfectly fair: most people do not actually use a ton of computing power on their machines. Gamers do, video editors do, CAD modelers do, but there&#039;s no reason that - with a fast internet connection - you couldn&#039;t use a cheap machine with very little power to view and manipulate a much more powerful machine remotely. &lt;br /&gt;
&lt;br /&gt;
And if you&#039;re not using all that power all the time, there&#039;s no reason that you have to access the powerful machine all the time. You can answer emails and do basic browsing on your lightweight office box and pay for time on the forty-core monstrosity with a terabyte of RAM that you use for protein folding. &lt;br /&gt;
&lt;br /&gt;
This could, at least theoretically, save you a lot of money. If you&#039;re a college computer lab most of the students are not going to be using a lot of resources all the time, but you need to have resources handy for when the students need a ton of power so you get the Xeon processor on demand. &lt;br /&gt;
&lt;br /&gt;
If you&#039;re a business with a huge amount of turnover and a ton of seasonal variation there&#039;s no need to buy a whole new desktop with the best specs for your engineers every three years when you could buy something mediocre every seven years and have your engineers compute remotely. &lt;br /&gt;
&lt;br /&gt;
It&#039;s not like anything could go wrong there. &lt;br /&gt;
&lt;br /&gt;
= Art-I-Ficial = &lt;br /&gt;
&lt;br /&gt;
If you are a gamer or are otherwise aware of graphics cards, you&#039;re aware that the market for graphics cards crawled up its own ass in 2017 and never came back. This was, initially, because of cryptocurrency and is currently because of the AI boom. Or bubble. &lt;br /&gt;
&lt;br /&gt;
Processing power - graphic or otherwise - feeds the beast. Processors crunch numbers and predict outcomes and consider possibilities and, generally speaking, get things done. For cryptocurrency, this allows the generation of coins in proof of work systems like bitcoin. For &amp;quot;AI&amp;quot; this allows everything. You need a lot of processing power to make LLMs LLM. &lt;br /&gt;
&lt;br /&gt;
Money is, I think we can all agree, a social construct. Money is different in different places, money is not universal across cultures. Money is, like language, something that we depend on. It is, also like language, something that we made up and can change. Money is fake in the way that borders are fake. They didn&#039;t exist for the dinosaurs but if you act like they&#039;re not real you&#039;re going to find yourself having many problems. &lt;br /&gt;
&lt;br /&gt;
Markets - in an economic sense, not in a grocery shopping sense - are fake in a similar way but are subject to a lot more manipulation a whole lot faster than language. &lt;br /&gt;
&lt;br /&gt;
It&#039;s pretty obvious that the market for NFTs in 2021 was extremely fake and was being manipulated by a few highly motivated people who knew that they could make a lot of money by getting people to buy into their market. They were correct, and the smart ones got out early and left the rubes holding the bag. &lt;br /&gt;
&lt;br /&gt;
The current state of AI is that there has been a lot of buy-in, but now very large actors are looking around and beginning to wonder if they are holding a bag. Microsoft is looking around and wondering if they&#039;re at the top of the roller coaster or if they&#039;re late to the party. They have a lot of AI, and they want YOU to have it. Google is in a similar situation, but of the truly Big companies that have bought in to AI, I think it&#039;s possible that Microsoft tried to grab the biggest portion of the market that they could, investing both in software development and in hardware production that maybe they&#039;re now realizing that the average consumer wants about as much as they wanted a touchscreen desktop in 2013. &lt;br /&gt;
&lt;br /&gt;
= The Hockey Stick: Part Two = &lt;br /&gt;
&lt;br /&gt;
In 2005, RAM manufacturers paid nearly seven hundred million dollars to the US government as penance for [https://web.archive.org/web/20170115161549/https://www.justice.gov/archive/atr/public/press_releases/2005/212002.htm creating an illegal cartel that engaged in price fixing to gouge consumers]. In 2017, the manufacturers were sued for doing the same. &lt;br /&gt;
&lt;br /&gt;
If you have looked at the price of RAM in the last six months of 2025, you would not be wrong to ask if another suit will be brought against them soon. It&#039;s too much to hope that they might stop engaging in the practice, but you&#039;d at least want someone to raise a fuss. &lt;br /&gt;
&lt;br /&gt;
RAM prices have increased from 200 to 400 percent in the last six months; this is true both for the current generation of memory (DDR5) and the former (DDR4). Memory generations have relatively short life cycles, with new generations getting introduced about every seven-ish years. We were on DDR3 when I entered the industry, and DDR5 took over as the main option on the market in the last year. DDR4 is exiting production, which is at least a partial cause of the price increase as buyers hedge against the future. &lt;br /&gt;
&lt;br /&gt;
But what&#039;s going on with DDR5?&lt;br /&gt;
&lt;br /&gt;
Scarcity. Not quite artificial scarcity, but scarcity nonetheless. &lt;br /&gt;
&lt;br /&gt;
In 2022 [https://web.archive.org/web/0/https://www.tomshardware.com/news/global-dram-prices-dropped-by-30-percent-in-q3-2022 the price of RAM fell sharply]. This was the result of a number of factors - the global economy was something of a shitshow, an unexpected demand for computers in 2020 had an impact on consumer purchases in the years that followed, various companies started producing at higher rates than they had earlier in the pandemic. There was a lot of RAM floating around. &lt;br /&gt;
&lt;br /&gt;
And that, as it turns out, is bad for business. &lt;br /&gt;
&lt;br /&gt;
When a business is used to producing something for $20 and selling it for $40, they don&#039;t consider selling it for $30 as &amp;quot;making ten dollars,&amp;quot; they think of it as &amp;quot;losing ten dollars&amp;quot; in much the same way that Adobe thinks I&#039;m stealing because I&#039;m using old software instead of buying new software. &lt;br /&gt;
&lt;br /&gt;
RAM producers decided that the price of RAM was too low for them to be as profitable as they wanted to be in 2022, so [https://web.archive.org/web/20221116193442/https://www.tomshardware.com/news/micron-cuts-dram-and-nand-output they made plans to slow production in 2023]. That brought the price in line with where they thought it should be, and had the added side effect of ensuring that there wouldn&#039;t be a glut of RAM further down the line, contributing to what the [https://web.archive.org/web/20221116193442/https://www.tomshardware.com/news/micron-cuts-dram-and-nand-output Chief Executive of Micron described as &amp;quot;cyclical challenges.&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
Let&#039;s talk about cycles for a moment. &lt;br /&gt;
&lt;br /&gt;
RAM generations move in cycles. At the beginning of the generation the price is high because the tech is new and scarce. As the new generation peaks in price, the old generation falls, and right about that time an even newer new generation is brought to market. &lt;br /&gt;
&lt;br /&gt;
Consumer computer purchases also move in cycles. People know about how much life they get out of a machine so they will generally replace their machines on a pretty reliable cycle. There are some variations for the introduction of new tech, which might spur some people to buy early, but new tech is also released on a pretty predictable cycle. That means, in the absence of freak global economic instability and disruptive technology, the market for consumer hardware purchases is pretty predictable. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a shame we had a global pandemic directly between the emergence of two disruptive technologies attempting to gobble up massive portions of the worldwide tech market. &lt;br /&gt;
&lt;br /&gt;
What I am getting at here is that RAM producers&#039; unwillingness to tolerate a temporary dip in profits that directly resulted from a market recovering from supply chain upheaval and a planetary financial shock has led to a reduced supply of RAM stocks available in late 2025. &lt;br /&gt;
&lt;br /&gt;
Late 2025 is also [https://web.archive.org/web/20251001164049/https://www.tomshardware.com/pc-components/dram/openais-stargate-project-to-consume-up-to-40-percent-of-global-dram-output-inks-deal-with-samsung-and-sk-hynix-to-the-tune-of-up-to-900-000-wafers-per-month when OpenAI signed an agreement with two manufacturers to purchase 40% of the world&#039;s RAM production capacity]. And when [https://web.archive.org/web/0/https://arstechnica.com/gadgets/2025/12/after-nearly-30-years-crucial-will-stop-selling-ram-to-consumers/ a third manufacturer announced] that they would be closing their consumer division to focus on enterprise production. &lt;br /&gt;
&lt;br /&gt;
Which is why consumer RAM prices at the end of 2025 are exploding skyward. &lt;br /&gt;
&lt;br /&gt;
And, because the people who produce chips for RAM are the same people who produce chips for SSDs, the prices on personal computer storage aren&#039;t coming down any time soon.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=You_will_Rent_Everything,_and_Hate_it:_A_Screed&amp;diff=366</id>
		<title>You will Rent Everything, and Hate it: A Screed</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=You_will_Rent_Everything,_and_Hate_it:_A_Screed&amp;diff=366"/>
		<updated>2025-12-12T06:35:17Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: Created page with &amp;quot;= Introduction =   Ida Auken&amp;#039;s [https://web.archive.org/web/20161125135500/https://www.weforum.org/agenda/2016/11/shopping-i-can-t-really-remember-what-that-is 2016 World Economic Forum essay on sustainable growth] has been an easy target for fanatical right wing libertarians for almost a decade. In the brief though experiment, Auken considers how communal access to shared goods might improve an individual&amp;#039;s life.   You wouldn&amp;#039;t have to wrestle with the expense and stora...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction = &lt;br /&gt;
&lt;br /&gt;
Ida Auken&#039;s [https://web.archive.org/web/20161125135500/https://www.weforum.org/agenda/2016/11/shopping-i-can-t-really-remember-what-that-is 2016 World Economic Forum essay on sustainable growth] has been an easy target for fanatical right wing libertarians for almost a decade. In the brief though experiment, Auken considers how communal access to shared goods might improve an individual&#039;s life. &lt;br /&gt;
&lt;br /&gt;
You wouldn&#039;t have to wrestle with the expense and storage woes of keeping a stand mixer in your kitchen because you could call for a stand mixer whenever you needed one. And it wouldn&#039;t really be your kitchen, it would be our kitchen in our city, used by someone who needed it when you weren&#039;t making dinner. &lt;br /&gt;
&lt;br /&gt;
Auken touches on the idea that such a city couldn&#039;t be expected to have any kind of privacy, but the reader is left to wonder if the loss of privacy would be such a bad thing if you didn&#039;t have to pay for a car, or a house, or medical care - would you let people know all your actions throughout the day if it meant you didn&#039;t have to go to work to survive? The lack of privacy is clearly bad, but the liberty that comes with freedom from want is enticing. &lt;br /&gt;
&lt;br /&gt;
It&#039;s precisely the kind of toothless futurist drivel you&#039;d expect from the WEF, but it&#039;s frustrating to listen to the Alex Joneses and Tuckers Carlson of the world say &amp;quot;You&#039;ll own nothing, and you&#039;ll be happy&amp;quot; in saccharine voices to dismiss the concept of, like. School lunches. &lt;br /&gt;
&lt;br /&gt;
I&#039;m a big believer in the idea of tool libraries and communal ownership and the sharing economy and personal-not-private property and things that are free-like-speech-not-like-lunch and I&#039;ve been irritated for years as I watch right libertarians aiming kicks at Auken&#039;s bland utopia. &lt;br /&gt;
&lt;br /&gt;
Now it&#039;s a left libertarian&#039;s turn. &lt;br /&gt;
&lt;br /&gt;
You can&#039;t participate in a sharing economy when the people you&#039;re sharing with are fucking landlords.&lt;br /&gt;
&lt;br /&gt;
The problem with the essay is not its milquetoast paranoia about privacy, it is the presupposition that our world is not intractably captured by people who are burning us alive only because they cannot figure out how to make a dollar by hurling the earth into the sun. &lt;br /&gt;
&lt;br /&gt;
The essay tells a truth but makes it a lie. &lt;br /&gt;
&lt;br /&gt;
The truth: a better world IS possible. &lt;br /&gt;
&lt;br /&gt;
The lie: that world will be delivered by automation and innovation trickling down from the top of society rather than by solidarity lifting up the bottom. &lt;br /&gt;
&lt;br /&gt;
This is an essay about computers. And everything else.&lt;br /&gt;
&lt;br /&gt;
= EaaS-y Peasy =&lt;br /&gt;
&lt;br /&gt;
I edit photos in photoshop. I have edited photos in photoshop since 2002. Since 2012, I have edited photos in an educational perpetual edition of Creative Suite 6. The discs are sitting in the drawer beside my knee, I&#039;ve installed them on four computers now, and when I get my next machine I will almost certainly connect it to an external disc reader and type in the product key code to install it again. &lt;br /&gt;
&lt;br /&gt;
This is probably a violation of some sort of service agreement or another, and is absolutely a security risk, as is running all EoL and unpatched software. &lt;br /&gt;
&lt;br /&gt;
But this is my software. There are many like it, but this one is mine. &lt;br /&gt;
&lt;br /&gt;
I paid for it. &lt;br /&gt;
&lt;br /&gt;
Except that I didn&#039;t. Even in 2012, I paid for a license to use the software, not the software itself. And the license was only active as long as the software was in support. And now that it is out of support, I am doing piracy by using the software that I purchased. If I were to lose my keycode and find another one online somewhere, I would be doing VERY criminal piracy. Because my ongoing use of this 13-year-old software is denying Adobe the sale of a new version of their software. &lt;br /&gt;
&lt;br /&gt;
And, in order to provide the best, most up-to-date product possible, Adobe has been selling creative suite as a subscription for 13 years. You get new tools the second they&#039;re released. Your software is patched every time your computer syncs. You can use the images in the licensed library and a wide array of brushes and plugins and you can take advantage of storage on Adobe Creative Cloud, which obviates the need for anything larger than a 256GB SSD on your personal machine. &lt;br /&gt;
&lt;br /&gt;
Adobe wants to uphold its brand, they want to put their best foot forward, they want to give me the pinnacle of what they can offer, for only seventy dollars a month. &lt;br /&gt;
&lt;br /&gt;
I&#039;ve used three different releases of Creative Suite in my time doing layout and design. I started with PS2 and InDesign in high school, then Creative Suite 4 on my college publications, then CS6, one of the last purchases I made with my student ID. The two applications that my high school yearbook used cost something like $300 per license. The full suite ran you about $1200 in 2007. And the student version that I bought as soon as I heard that Adobe was moving to a subscription model was $600. So in about 23 years of using Adobe I&#039;ve spent just about $100 per year licensing it. &lt;br /&gt;
&lt;br /&gt;
Adobe considers this piracy because it would have cost me about $10,000 to buy creative cloud for the last thirteen years. &lt;br /&gt;
&lt;br /&gt;
Even if I had used it exactly the same way in the intervening thirteen years - generating no additional wealth - Adobe sees it as within their rights to extract payment for me for a service that has not changed tremendously since I last paid for it four presidential administrations ago. &lt;br /&gt;
&lt;br /&gt;
I believe that one could make a solid argument to label this payment model as rent-seeking. &lt;br /&gt;
&lt;br /&gt;
This is, at the moment, one of three ways you can legally use software. &lt;br /&gt;
&lt;br /&gt;
You can use free and open source software, you can use a perpetual software license for the support life of the license, or you can subscribe and pay forever, giving ever more money to Adobe while getting only marginally more in return than they offered for a one-time-fee of $1200 twenty years ago. &lt;br /&gt;
&lt;br /&gt;
Perpetual licenses are getting thinner on the ground and subscription software is everywhere you look.&lt;br /&gt;
&lt;br /&gt;
= The Hockey Stick: Part One = &lt;br /&gt;
&lt;br /&gt;
If you look at a graph that shows the consumer price index of personal computers from the 80s until now, you are looking at a shocking drop in prices. For essentially my entire life, [https://web.archive.org/web/20151015183824/http://www.bls.gov/opub/ted/2015/long-term-price-trends-for-computers-tvs-and-related-items.htm computers were getting cheaper every year], along with politicians and televisions. There are plenty of reasons for this (that people have gotten their shit pushed in for protesting), but suffice it to say that manufacturing was cheap and we were cranking out hardware like there was no tomorrow. &lt;br /&gt;
&lt;br /&gt;
Then something funny happened. It happened when I was selling computers for a living, so I saw it happening. The computer prices went up, and they never came back down. Not the way they were before. If you look closer at a graph of the consumer price index of personal computers, zooming in to show the last ten years, the downward slope of the line gets a lot more gradual, and you start to see sustained periods where it&#039;s trending up. [https://web.archive.org/web/20251001163400/https://fred.stlouisfed.org/series/CUUR0000SEEE01 You can really see it in six months in mid 2021] (that specific bump was the result of the supply chain crisis caused by Covid and a chip shortage exacerbated by a fire in a Taiwan manufacturing hub). &lt;br /&gt;
&lt;br /&gt;
What you don&#039;t see is that in 2019ish the average storage on these computers went from 1TB in the midrange to 256-512GB. If you were looking for a cheaper machine you dropped from around 500GB to around 130GB. 64GB if you were either really cheap or really unlucky. &lt;br /&gt;
&lt;br /&gt;
2019 is when we hit the tipping point on the shift from HDDs to SSDs as the storage standard on a consumer computer. SSDs are much faster and smaller than HDDs, which allows people to game faster and have ever-slimmer machines to slide in their pockets. Booting on an SSD takes a fraction of the time it would take on an HDD. Restarting your computer went from being a several-minute process to something as simple and seamless as unlocking your phone. It&#039;s a better technology in many ways, even with the hefty price tag when the tech was new.&lt;br /&gt;
&lt;br /&gt;
But the storage went away. And, even funnier than the hockey stick leveling off - SSDs have dropped in price in the last ten years, but the storage in computers never went back up and the prices never went back down. I&#039;m paying as much now for a laptop with a 256GB SSD as I would have paid for a laptop with a 1TB HDD seven years ago. And a jump from a 256GB SSD to a 512GB SSD costs much, much more proportionately than the jump between a 512GB and a 1TB platter drive cost seven years ago. &lt;br /&gt;
&lt;br /&gt;
But it&#039;s not like people had less stuff to store, right? We all carry cameras that take massive, high-clarity photos in our pockets - cameras that can record high-quality video. We&#039;re digital hermit crabs, too - when you move to a new computer you aren&#039;t just taking what you&#039;ve got in your hands, you&#039;re moving files that have seen half a dozen operating systems and four incompatible file formats. That&#039;s not going to fit in the 256GB NVME drive on your laptop, nor on the startlingly-large-but-still-too-small storage on your phone. We&#039;ve got terabytes of lives drifting behind us, and nowhere to put them. &lt;br /&gt;
&lt;br /&gt;
Who cares, though? Storage is cheap! You can get a 10TB drive for like a hundred bucks if you want to set up your own backup. But why would you want to do that? You get free storage with every service you use.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Reclist&amp;diff=365</id>
		<title>Reclist</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Reclist&amp;diff=365"/>
		<updated>2025-12-11T05:22:40Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Software and Tools ==&lt;br /&gt;
=== Computery Type Software and Tools ===&lt;br /&gt;
*[[LibreOffice]]&lt;br /&gt;
*[[Firefox]]&lt;br /&gt;
*[[Malwarebytes]]&lt;br /&gt;
*[[Bitwarden]]&lt;br /&gt;
*[https://cryptpad.fr/ Cryptpad] - open-source, browser-based collaborative office suite software. It&#039;s like if LibreOffice lived in your phone or if Gdocs wasn&#039;t evil. Zero-Knowledge storage and a free tier with 1GB of space available. &lt;br /&gt;
*[https://search.marginalia.nu/ Marginalia] - Indie search engine&lt;br /&gt;
*[https://proton.me/drive Proton Drive] - Cloud Storage that isn&#039;t spying on you. Sign up for 5GB free storage, with paid plans up to 3TB.&lt;br /&gt;
*[https://proton.me/mail Proton Mail] - Free end-to-end encrypted email service. I strongly recommend them with the caveat that [[Email is Not Secure]].&lt;br /&gt;
*[https://www.linuxmint.com/ Linux Mint] - A distro for newbies. Easy to use and well-supported.&lt;br /&gt;
*[https://www.linuxliteos.com/ Linux Lite] - ultralightweight distro for older machines.&lt;br /&gt;
*[https://radar.cloudflare.com/scan Cloudflare URL Scanner] - scans URLs for some basic info.&lt;br /&gt;
*[https://github.com/Picocrypt/Picocrypt Picocrypt] - truly simple file encryption (it has a web-only option! you can use it from your phone!)&lt;br /&gt;
&lt;br /&gt;
=== Brain Management Software and Tools ===&lt;br /&gt;
*[https://www.yourfocusfriend.com/ Focus Friend] - A cozy focus timer app by Hank Green.&lt;br /&gt;
*[https://goblin.tools/ Goblin.Tools] - great AI to-do list generator and I love /judge for parsing the emotional tone of writing.&lt;br /&gt;
*[https://habitica.com/ Habitica] - online task manager modeled after a video game.&lt;br /&gt;
*[https://addons.mozilla.org/en-US/firefox/addon/leechblock-ng/ LeechBlock Extension] - distraction blocking extension for firefox with customizable groups and timers. &lt;br /&gt;
*[https://youfeellikeshit.com/ You Feel Like Shit] - a self-care &amp;quot;game&amp;quot; that helps you fine-tune why you feel like shit. &lt;br /&gt;
&lt;br /&gt;
=== Art/Video/Music Software and Tools ===&lt;br /&gt;
*[https://cobalt.tools/ Cobalt.Tools] - social media video downloader; save videos from Twitter, IG, Tumblr, TikTok, etc., as audio or visuals. &lt;br /&gt;
*[https://ditherit.com/ Dither It] - a free dithering tool&lt;br /&gt;
*[https://ezgif.com/ EZGif] - Free online GIF maker and editor.&lt;br /&gt;
*[https://www.rawtherapee.com/ RawTherapee] - Open Source RAW photo editor.&lt;br /&gt;
&lt;br /&gt;
=== Pet Care Software and Tools ===&lt;br /&gt;
* [https://www.merckvetmanual.com/multimedia/clinical-calculator/chocolate-toxicity-calculator Chocolate Toxicity Calculator for Dogs]&lt;br /&gt;
&lt;br /&gt;
== Websites ==&lt;br /&gt;
=== Computer/Hacker/DIY related ===&lt;br /&gt;
* [https://www.howtogeek.com/ How-To Geek] - Articles and tutorials about computer repair&lt;br /&gt;
* [https://pluralistic.net/ Pluralistic.Net] - Corey Doctorow&#039;s blog/newsletter. Privacy and tech news&lt;br /&gt;
* [https://www.privacyguides.org/en/tools/ Privacy Guides] - what it says on the tin; particularly recommended for their rec list&lt;br /&gt;
&lt;br /&gt;
=== Interpersonal/Social/Self-Improvement Related ===&lt;br /&gt;
* [https://www.askamanager.org/ Ask A Manager] - Advice column for jobseekers&lt;br /&gt;
* [https://captainawkward.com/ Captain Awkward] - Advice column for the socially awkward&lt;br /&gt;
&lt;br /&gt;
=== They&#039;re Good Websites Bront ===&lt;br /&gt;
* [https://www.gutenberg.org/ Project Gutenberg] - public domain books.&lt;br /&gt;
* [https://archive.org/ Archive.Org] - the Internet Archive.&lt;br /&gt;
&lt;br /&gt;
== Podcasts ==&lt;br /&gt;
I use the [https://antennapod.org/ Antennapod app] for all my podcasting needs.&lt;br /&gt;
&lt;br /&gt;
This is every active podcast that I&#039;m currently listening to that I&#039;ve spent 100+ hours on. Proceed with caution a lot of these are kind of heavy.&lt;br /&gt;
* [https://knowledgefight.com/ Knowledge Fight]&lt;br /&gt;
* [https://www.dolloppodcast.com/ The Dollop]&lt;br /&gt;
* [https://www.iheart.com/podcast/105-behind-the-bastards-29236323/ Behind the Bastards]&lt;br /&gt;
* [https://www.qanonanonymous.com/ Qanon Anonymous]&lt;br /&gt;
* [https://www.iheart.com/podcast/105-it-could-happen-here-30717896/ It Could Happen Here]&lt;br /&gt;
* [https://citationsneeded.libsyn.com/ Citations Needed]&lt;br /&gt;
* [https://idontspeakgerman.libsyn.com/ I Don&#039;t Speak German]&lt;br /&gt;
* [https://qqwithsorenanddaniel.podbean.com/ Quick Question with Soren and Daniel]&lt;br /&gt;
* [https://know-your-enemy-1682b684.simplecast.com/ Know Your Enemy]&lt;br /&gt;
* [https://www.fivefourpod.com/ 5-4]&lt;br /&gt;
* [https://www.maintenancephase.com/ Maintenance Phase]&lt;br /&gt;
* [https://www.iheart.com/podcast/269-some-more-news-29429923/ Some More News]&lt;br /&gt;
&lt;br /&gt;
Bonus: [https://westwingthing.libsyn.com/ The West Wing Thing] (Leftist criticism of The West Wing)&lt;br /&gt;
&lt;br /&gt;
== Creators ==&lt;br /&gt;
* [https://www.youtube.com/@FoldingIdeas Folding Ideas]&lt;br /&gt;
&lt;br /&gt;
== Books ==&lt;br /&gt;
* [https://ia801809.us.archive.org/30/items/bookofthedead_1808_librivox_202011/A%20Culture%20of%20Conspiracy%20Apocalyptic%20Visions%20in%20Contemporary%20America%20%28Mich%C3%A6l%20Barkun%29%20%28z-lib.org%29.pdf &#039;&#039;A Culture of Conspiracy&#039;&#039; by Michael Barkun]&lt;br /&gt;
* [https://archive.org/details/designbasics0000pent/mode/2up &#039;&#039;Design Basics&#039;&#039; by Stephen Pentak and David A. Lauer]&lt;br /&gt;
&lt;br /&gt;
== Articles ==&lt;br /&gt;
* [https://web.archive.org/web/2/https://crimethinc.com/2019/04/08/against-the-logic-of-the-guillotine-why-the-paris-commune-burned-the-guillotine-and-we-should-too Against the Logic of the Guillotine]&lt;br /&gt;
&lt;br /&gt;
== Music ==&lt;br /&gt;
In no particular order, just music that I think is good that I think people would like but that they might not otherwise stumble across.&lt;br /&gt;
* [https://www.youtube.com/watch?v=AESrPcQRgc0 &amp;quot;Shame&amp;quot; by Low.] Really, listen to anything by Low but I think this and &amp;quot;Lullabye&amp;quot; are the best. &lt;br /&gt;
* [https://youtu.be/zFwPBhKwZLc &amp;quot;Machine Gun&amp;quot;] or [https://youtu.be/WVe-9VWIcCo &amp;quot;SOS&amp;quot; (ABBA Cover)] by Portisehead. Look everyone knows &amp;quot;Glory Box&amp;quot; rules check these out because they rule in a totally different way.&lt;br /&gt;
* [https://youtu.be/0PW-GrreKRw &amp;quot;Don&#039;t Slander Me&amp;quot;] by Roky Erickson.&lt;br /&gt;
* [https://youtu.be/1lkuDm_g2ig &amp;quot;Call me a Hole&#039;] [https://twitter.com/pomdeter PomDeter] mashup of &amp;quot;Call me Maybe&amp;quot; and &amp;quot;Head like a Hole.&amp;quot;&lt;br /&gt;
* &amp;quot;I Was Made for Lovin&#039; You&amp;quot; by Kiss [https://youtu.be/rnAlO8r2tjI Sped Up] and [https://youtu.be/GOJVVpXGguU Slowed Down with Reverb].&lt;br /&gt;
* [https://youtu.be/crqpmb_-ke8 (the) Melvins cover of Kiss&#039;s &amp;quot;Going Blind.&amp;quot;]&lt;br /&gt;
* [https://youtu.be/UjKeiZLEWsM &amp;quot;Janitor&amp;quot; by Suburban Lawns].&lt;br /&gt;
* The whole first album of Chipmunks on 16 Speed is worth listening to, as are parts of the second album, but the best track off of either is [https://www.youtube.com/watch?v=7SodT0FyebU &amp;quot;Bette Davis Eyes.&amp;quot;]&lt;br /&gt;
* [https://youtu.be/ukZYP5Dy43E &#039;&#039;Pulse Demon&#039;&#039;] by Merzbow. This is a harsh noise album, so warnings for loud and obnoxious noises. This is my heavy-duty, need-to-focus, emergency ADHD music.&lt;br /&gt;
* [https://youtu.be/BOBe--9NqLU 9hr time-stretched &amp;quot;Bela Lugosi&#039;s Dead.&amp;quot;] I absolutely cannot explain why this works but the nine hour version of BLD played at 2x speed is a less aurally punishing version of the effect that I get from listening to &#039;&#039;Pulse Demon&#039;&#039;.&lt;br /&gt;
* [https://youtu.be/oCWordf7uLQ &amp;quot;Supernaut&amp;quot;] by 1000 Homo DJs (collab with Al Jorgenson and Trent Reznor).&lt;br /&gt;
&lt;br /&gt;
== Poetry ==&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=ADHD&amp;diff=364</id>
		<title>ADHD</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=ADHD&amp;diff=364"/>
		<updated>2025-12-11T05:20:04Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I was diagnosed with ADHD as an adult and I have spent a lot of time catching up on coping skills and figuring out how my brain works. This page is a collection of resources that I&#039;ve either created myself or have gathered from various and sundry places on the internet. &lt;br /&gt;
&lt;br /&gt;
== General ADHD Brainhacking Techniques ==&lt;br /&gt;
* [[Do the Smallest Amount Possible]]&lt;br /&gt;
* [[5-4-3-2-1-Go]]&lt;br /&gt;
* [[Start a Timer]]&lt;br /&gt;
* Make a [[To-Do List]]&lt;br /&gt;
* [[Zero Inbox]]&lt;br /&gt;
* [[Planning Tools and Techniques]]&lt;br /&gt;
* [[Identifying Steps]]&lt;br /&gt;
* [[Build Landing Zones]]&lt;br /&gt;
* [[Background Noise]]&lt;br /&gt;
* [[Habit Stacking]]&lt;br /&gt;
&lt;br /&gt;
== Ms-Demeanor&#039;s Patented ADHD Tips ==&lt;br /&gt;
* [[Keeping track of Important Papers]] &lt;br /&gt;
* [[Speedbumps]]&lt;br /&gt;
* [[Inertia Surfing]]&lt;br /&gt;
* [[Success Traps]]&lt;br /&gt;
* [[Annual Chore Chart]]&lt;br /&gt;
* [[Close Three Tabs]]&lt;br /&gt;
* [[So You Need to Complete a Project]]&lt;br /&gt;
&lt;br /&gt;
== ADHD tips and tools from other fine folks ==&lt;br /&gt;
&lt;br /&gt;
* Hank Green&#039;s incredible [https://www.yourfocusfriend.com/ Focus Friend app]. A focus timer that convinces you not to open apps by giving you a little bean friend who you don&#039;t want to interrupt while he&#039;s knitting.&lt;br /&gt;
* Tumblr User ADHDPie&#039;s [https://web.archive.org/web/20240307001102/https://www.tumblr.com/adhdpie/183404336485/am-i-having-a-brain-problem-or-being-a-shithead Am I having a Brain Problem or being a Shithead] checklist for assessing procrastination.&lt;br /&gt;
* Everything at Goblin.Tools but especially the [https://goblin.tools/ Magic To-Do List]&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=ADHD&amp;diff=363</id>
		<title>ADHD</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=ADHD&amp;diff=363"/>
		<updated>2025-12-11T05:15:31Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I was diagnosed with ADHD as an adult and I have spent a lot of time catching up on coping skills and figuring out how my brain works. This page is a collection of resources that I&#039;ve either created myself or have gathered from various and sundry places on the internet. &lt;br /&gt;
&lt;br /&gt;
== General ADHD Brainhacking Techniques ==&lt;br /&gt;
* [[Do the Smallest Amount Possible]]&lt;br /&gt;
* [[5-4-3-2-1-Go]]&lt;br /&gt;
* [[Start a Timer]]&lt;br /&gt;
* Make a [[To-Do List]]&lt;br /&gt;
* [[Zero Inbox]]&lt;br /&gt;
* [[Planning Tools and Techniques]]&lt;br /&gt;
* [[Identifying Steps]]&lt;br /&gt;
* [[Build Landing Zones]]&lt;br /&gt;
* [[Background Noise]]&lt;br /&gt;
* [[Habit Stacking]]&lt;br /&gt;
&lt;br /&gt;
== Ms-Demeanor&#039;s Patented ADHD Tips ==&lt;br /&gt;
* [[Keeping track of Important Papers]] &lt;br /&gt;
* [[Speedbumps]]&lt;br /&gt;
* [[Inertia Surfing]]&lt;br /&gt;
* [[Success Traps]]&lt;br /&gt;
* [[Annual Chore Chart]]&lt;br /&gt;
* [[Close Three Tabs]]&lt;br /&gt;
* [[So You Need to Complete a Project]]&lt;br /&gt;
&lt;br /&gt;
== ADHD tips and tools from other fine folks ==&lt;br /&gt;
&lt;br /&gt;
* Hank Green&#039;s incredible [https://focusfriend.me/ Focus Friend app]. The app blocks all but a few set apps on your phone for a set time, and convinces you not to open apps by giving you a little bean friend who you don&#039;t want to interrupt while he&#039;s knitting. I&#039;m not explaining it well. Check out the website. Try not to get distracted by the animations following your mouse on the desktop site, or use the desktop site as a soothing way to relax and spend a few minutes doing something mindless and pretty. &lt;br /&gt;
* Tumblr User ADHDPie&#039;s [https://web.archive.org/web/20240307001102/https://www.tumblr.com/adhdpie/183404336485/am-i-having-a-brain-problem-or-being-a-shithead Am I having a Brain Problem or being a Shithead] checklist for assessing procrastination.&lt;br /&gt;
* Everything at Goblin.Tools but especially the [https://goblin.tools/ Magic To-Do List]&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Inertia_Surfing&amp;diff=362</id>
		<title>Inertia Surfing</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Inertia_Surfing&amp;diff=362"/>
		<updated>2025-12-11T05:06:40Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ADHD in motion will stay in motion, unless it gets stuck on something and turns into a barnacle. &lt;br /&gt;
&lt;br /&gt;
Inertia Surfing means riding a wave of action or productivity - you started by rinsing the coffee pot and then you decided the dishes needed to be done and while you were in the kitchen there wasn&#039;t a good reason not to sweep and as you put the broom away you took the vacuum out and did the floor in your bedroom, which got you to put away your floor pile of clothes so you also got together a pile of donations and took them over to the thrift store while you returned your library book and went grocery shopping on the way home, then put the groceries away, grabbed a drink out of the fridge, and sat down on your couch wondering when the spirit of helpful elves decided to possess you. &lt;br /&gt;
&lt;br /&gt;
Inertia Surfing can be involuntary - perhaps you are cleaning your entire house at midnight because you&#039;re hiding from an email - but it is also a state that can be induced and maintained in the right conditions. &lt;br /&gt;
&lt;br /&gt;
= Getting Started = &lt;br /&gt;
&lt;br /&gt;
First, note that it is not always possible to inertia surf. If you are burned out or you have looming deadlines you are probably not in a state for sustained, varied activity so much as either lethargy or panicked unidirectional action. That said, anxiety and depression can be emotional motivators for inertia surfing, and inertia surfing can help to relieve anxiety and depression. You don&#039;t precisely have to be feeling &amp;lt;i&amp;gt;well&amp;lt;/i&amp;gt; to inertia surf, but you have to be feeling &amp;lt;i&amp;gt;right&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
But, if you&#039;re in the right state to get started (you&#039;re not exhausted, you&#039;re not avoiding an imminent deadline, you don&#039;t have any looming obligations and it&#039;s cool if you fall headfirst into action for a few hours), the way to get started is by finding the one thing in your environment or situation that is currently most annoying to you. Perhaps you&#039;ve been meaning to bake for a day or two but the sink needs to be emptied first. Perhaps you want to mow the lawn but first you need to move your car. Perhaps you&#039;ve got a powerpoint you need to finish at work but you need to read someone&#039;s email before you can update a slide. In these examples, it&#039;s not the baking, powerpoint, or lawn that are the barriers, it&#039;s the sink, email, and car in the driveway. If you&#039;ve figured out what the barrier is, write it down or otherwise fix it in your mind (I&#039;m going to write it down. I&#039;m going to forget if I don&#039;t write it down.)&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve identified the annoying little lever, think about things that are in proximity to the project. If you empty the sink do you also need to empty the refrigerator and wash tupperware containers? If you&#039;re going to move your car anyway do you need to go anywhere with it first? If you finish the powerpoint do you have other emails you could read after? Think about the thing you want to do and the surrounding things that touch on it, if you empty the containers in the fridge does that give you space to clean the shelves? Think along that path for a little while - making a list as you go if lists are helpful to you - and think if there&#039;s anything that could stop you as you&#039;re following that path. Do you need to eat breakfast? Do you need to go to the bathroom? Is it five AM and you&#039;ve got work at eight AM and should sleep for a couple hours? Before you start the ball rolling, make sure that you&#039;re going to be in a condition to lock in for at least a couple of hours. Eat something, fill your water bottle, take your meds, write your list. &lt;br /&gt;
&lt;br /&gt;
You want to avoid [[Speedbumps]] that might slow you down, so plan some entertainment or [[Background Noise]] to help keep your focus and prevent you from seeking out distractions. &lt;br /&gt;
&lt;br /&gt;
Now that you&#039;re prepped and you&#039;ve got the vague outlines of a plan, focus back on the barrier/annoyance/lever. Think about the first step you have to take to move that lever. Walk to the kitchen. Grab your car key. Open your email client. &lt;br /&gt;
&lt;br /&gt;
Okay now do it. &lt;br /&gt;
&lt;br /&gt;
I know that&#039;s easier said than done, and if you aren&#039;t able to motivate yourself to take that first small action without some other motivation, consider these as possible motivations:&lt;br /&gt;
&lt;br /&gt;
* Future you will be much less stressed if you do this now than if you put it off&lt;br /&gt;
* Once you are done with this thing you do not have to do other things and can fuck around as a reward&lt;br /&gt;
* Doing the thing will mean that you have accomplished the thing and you may be given a crumb of dopamine by your brain as a reward&lt;br /&gt;
* You get to cross the thing off your list&lt;br /&gt;
* Nobody can yell at you for not having done the thing if you do the thing&lt;br /&gt;
* Nobody will be waiting on you to do the thing if you do the thing&lt;br /&gt;
* Doing the thing will prevent the thing from looming at a later date&lt;br /&gt;
* Doing the thing is productive enough to be a good excuse to procrastinate on another, less appealing thing that you could be doing. &lt;br /&gt;
&lt;br /&gt;
If none of those work, try [[5-4-3-2-1-Go]]. If that doesn&#039;t work, try to [[Do the Smallest Amount Possible]] or see if you can [[Start a Timer]] as motivation. If those - or other initiation tricks - don&#039;t help to get you moving, you may simply not be in the right mindset today, and can always try again later. Sometimes the surf is too high and you can&#039;t get up on your board. No biggie. &lt;br /&gt;
&lt;br /&gt;
If you ARE able to get started, your next goal is to keep riding the wave. &lt;br /&gt;
&lt;br /&gt;
= Keep Going =&lt;br /&gt;
&lt;br /&gt;
It is much easier to keep going than it is to start, so from here all that you have to do is bounce from task to task. This is part of why you visualized related tasks earlier and made sure that you were fed and watered and suitably entertained before you got down to the task at hand. &lt;br /&gt;
&lt;br /&gt;
The trick here is to keep yourself from stopping. You are using the inertia to keep you going. You are a monkey in the jungle swinging from vine to vine - if you pause too long between swings you&#039;re going to lose your grip on the next vine. What this means is that you have to be willing to step away from a task that is slowing down the inertia. Ten mostly-done tasks is a better day&#039;s work than two completely done tasks with the rest not even started. &lt;br /&gt;
&lt;br /&gt;
This means that it&#039;s important to figure out when you&#039;ve hit the peak of what you can accomplish with one task. Maybe your dishwasher is full but there are still dishes in the sink - are you going to be more effective if you hand-wash the rest or if you bounce to another task while the dishwasher runs? Maybe you know that if you run errands when you move your car there&#039;s no chance you&#039;ll have the energy to mow the lawn. &lt;br /&gt;
&lt;br /&gt;
If you find yourself getting to the end of a task and hesitating, or getting into the tiny details of an unimportant task, take a moment to look around you and figure out if there&#039;s some task that could be done quickly and with little effort while you&#039;re right where you are. If there is, great, do that - maybe you realized it was time to swap out the hand towels in the kitchen and suddenly you&#039;re sorting laundry, maybe you shook out the mower bag and realized the driveway needed sweeping - if there isn&#039;t, think about the list of tasks you visualized at the beginning of this wave and consider if there&#039;s another one that you can hop to. &lt;br /&gt;
&lt;br /&gt;
I find that I do best maintaining my inertia when I&#039;m doing tasks that are relatively similar - if I get started cleaning I&#039;m probably going to have a good day of cleaning but I probably won&#039;t be able to dye my hair because that&#039;s too jarring of a switch. If I&#039;m doing a powerpoint I may be able to write emails and create invoices, but I&#039;ll probably lose momentum if I have to make phone calls because that&#039;s reliant on another person matching my inertia.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re not sure how to move from one task to another before the inertia peters out, here are some possible ways to keep things going even if there is a pause between tasks:&lt;br /&gt;
&lt;br /&gt;
* Group similar tasks while you are planning your day, write them on a list, refer to the list as soon as you feel yourself slowing down, and go to the next item on the list. &lt;br /&gt;
* Identify whether a task is a route into a lateral group of tasks - maybe you can go from cleaning the kitchen to taking out the trash to pruning the hedges even if you couldn&#039;t go directly from cleaning the kitchen to pruning the hedges. &lt;br /&gt;
* Look around and grab the nearest thing that needs doing (with the right amount of ADHD there&#039;s always something that needs doing) even if it ISN&#039;T similar to what you were just doing. Sometimes simple physical proximity is enough. &lt;br /&gt;
&lt;br /&gt;
= How does it end? = &lt;br /&gt;
&lt;br /&gt;
The end of your inertia surf is going to depend on you and your tasks and your environment. Maybe it&#039;s a good day and you get through your whole list and you don&#039;t feel a need to add more so you stop. Maybe you don&#039;t want to stop because you don&#039;t know when you&#039;ll have this time and energy again so you keep going until you&#039;re exhausted. Maybe you get through half a task and then get a nuclear distraction. Maybe you get tired way earlier than you thought and don&#039;t get much of your list done at all. &lt;br /&gt;
&lt;br /&gt;
No matter how the inertia surfing ends, it&#039;s important to check in with yourself after. Make sure you&#039;re not hungry or in pain, make sure you&#039;re hydrated and you&#039;ve got time to get to sleep before work. Make sure you&#039;ve taken any meds you might need to. &lt;br /&gt;
&lt;br /&gt;
And it&#039;s important to be nice to yourself. It&#039;s hard to get things done and even if you didn&#039;t finish what you set out to do, you made the effort. Don&#039;t beat yourself up if you didn&#039;t accomplish everything you wanted to do, because you [[Don&#039;t Punish Good Behavior]]. You made the effort. You did a good job. Congratulate yourself and get some rest. Not only because you deserve it, but also because it will mean that you&#039;re in better shape to do more next time if you don&#039;t kick your own ass for not doing enough.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Inertia_Surfing&amp;diff=361</id>
		<title>Inertia Surfing</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Inertia_Surfing&amp;diff=361"/>
		<updated>2025-12-11T04:29:02Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: Created page with &amp;quot;ADHD in motion will stay in motion, unless it gets stuck on something and turns into a barnacle.   Inertia Surfing means riding a wave of action or productivity - you started by rinsing the coffee pot and then you decided the dishes needed to be done and while you were in the kitchen there wasn&amp;#039;t a good reason not to sweep and as you put the broom away you took the vacuum out and did the floor in your bedroom, which got you to put away your floor pile of clothes so you a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ADHD in motion will stay in motion, unless it gets stuck on something and turns into a barnacle. &lt;br /&gt;
&lt;br /&gt;
Inertia Surfing means riding a wave of action or productivity - you started by rinsing the coffee pot and then you decided the dishes needed to be done and while you were in the kitchen there wasn&#039;t a good reason not to sweep and as you put the broom away you took the vacuum out and did the floor in your bedroom, which got you to put away your floor pile of clothes so you also got together a pile of donations and took them over to the thrift store while you returned your library book and went grocery shopping on the way home, then put the groceries away, grabbed a drink out of the fridge, and sat down on your couch wondering when the spirit of helpful elves decided to possess you. &lt;br /&gt;
&lt;br /&gt;
Inertia Surfing can be involuntary - perhaps you are cleaning your entire house at midnight because you&#039;re hiding from an email - but it is also a state that can be induced and maintained in the right conditions. &lt;br /&gt;
&lt;br /&gt;
= Getting Started = &lt;br /&gt;
&lt;br /&gt;
First, note that it is not always possible to inertia surf. If you are burned out or you have looming deadlines you are probably not in a state for sustained, varied activity so much as either lethargy or panicked unidirectional action. That said, anxiety and depression can be emotional motivators for inertia surfing, and inertia surfing can help to relieve anxiety and depression. You don&#039;t precisely have to be feeling &amp;lt;i&amp;gt;well&amp;lt;/i&amp;gt; to inertia surf, but you have to be feeling &amp;lt;i&amp;gt;right&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
But, if you&#039;re in the right state to get started (you&#039;re not exhausted, you&#039;re not avoiding an imminent deadline, you don&#039;t have any looming obligations and it&#039;s cool if you fall headfirst into action for a few hours), the way to get started is by finding the one thing in your environment or situation that is currently most annoying to you. Perhaps you&#039;ve been meaning to bake for a day or two but the sink needs to be emptied first. Perhaps you want to mow the lawn but first you need to move your car. Perhaps you&#039;ve got a powerpoint you need to finish at work but you need to read someone&#039;s email before you can update a slide. In these examples, it&#039;s not the baking, powerpoint, or lawn that are the barriers, it&#039;s the sink, email, and car in the driveway. If you&#039;ve figured out what the barrier is, write it down or otherwise fix it in your mind (I&#039;m going to write it down. I&#039;m going to forget if I don&#039;t write it down.)&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve identified the annoying little lever, think about things that are in proximity to the project. If you empty the sink do you also need to empty the refrigerator and wash tupperware containers? If you&#039;re going to move your car anyway do you need to go anywhere with it first? If you finish the powerpoint do you have other emails you could read after? Think about the thing you want to do and the surrounding things that touch on it, if you empty the containers in the fridge does that give you space to clean the shelves? Think along that path for a little while - making a list as you go if lists are helpful to you - and think if there&#039;s anything that could stop you as you&#039;re following that path. Do you need to eat breakfast? Do you need to go to the bathroom? Is it five AM and you&#039;ve got work at eight AM and should sleep for a couple hours? Before you start the ball rolling, make sure that you&#039;re going to be in a condition to lock in for at least a couple of hours. Eat something, fill your water bottle, take your meds, write your list. &lt;br /&gt;
&lt;br /&gt;
Now that you&#039;re prepped and you&#039;ve got the vague outlines of a plan, focus back on the barrier/annoyance/lever. Think about the first step you have to take to move that lever. Walk to the kitchen. Grab your car key. Open your email client. &lt;br /&gt;
&lt;br /&gt;
Okay now do it. &lt;br /&gt;
&lt;br /&gt;
I know that&#039;s easier said than done, and if you aren&#039;t able to motivate yourself to take that first small action without some other motivation, consider these as possible motivations:&lt;br /&gt;
&lt;br /&gt;
* Future you will be much less stressed if you do this now than if you put it off&lt;br /&gt;
* Once you are done with this thing you do not have to do other things and can fuck around as a reward&lt;br /&gt;
* Doing the thing will mean that you have accomplished the thing and you may be given a crumb of dopamine by your brain as a reward&lt;br /&gt;
* You get to cross the thing off your list&lt;br /&gt;
* Nobody can yell at you for not having done the thing if you do the thing&lt;br /&gt;
* Nobody will be waiting on you to do the thing if you do the thing&lt;br /&gt;
* Doing the thing will prevent the thing from looming at a later date&lt;br /&gt;
* Doing the thing is productive enough to be a good excuse to procrastinate on another, less appealing thing that you could be doing. &lt;br /&gt;
&lt;br /&gt;
If none of those work, try [[5-4-3-2-1-Go]]. If that doesn&#039;t work, try to [[Do the Smallest Amount Possible]] or see if you can [[Start a Timer]] as motivation. If those - or other initiation tricks - don&#039;t help to get you moving, you may simply not be in the right mindset for inertia surfing today, and can always try again later. Sometimes the surf is too high and you can&#039;t get up on your board. No biggie. &lt;br /&gt;
&lt;br /&gt;
If you ARE able to get started, your next goal is to keep riding the wave. &lt;br /&gt;
&lt;br /&gt;
= Keep Going =&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Alli_Hates_Movies&amp;diff=360</id>
		<title>Alli Hates Movies</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Alli_Hates_Movies&amp;diff=360"/>
		<updated>2025-12-02T20:59:13Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I don&#039;t actually hate movies. I love movies. I adore movies. But when I got a job that had regular hours and a long commute, it became difficult to dedicate time to watching movies when a lot of what I was seeing was kind of trash. &lt;br /&gt;
&lt;br /&gt;
I&#039;m not going to pretend that I&#039;m not a snob; I like artsy films that make interesting use of the medium, I like films that are moody and alienating and will make you think about them months or years later. But I also like a good popcorn flick or monster movie. &lt;br /&gt;
&lt;br /&gt;
Unfortunately it seems like a lot of those have gone away too and instead we&#039;ve got films with massive budgets and scripting committees and actors hovering in front of green screens reciting lines they learned that day; it feels like a lot of movies kind of suck now, which is why I kind of stopped watching them. I recently got into an argument with my dad about how film scores are boring now and he responded &amp;quot;well how would you know, you don&#039;t even watch movies!&amp;quot; and you know what, fair point pops. It&#039;s time for me to catch up. &lt;br /&gt;
&lt;br /&gt;
I&#039;m going to be watching the movies that I missed from 2011 to the present day and documenting my reactions and reviews (in one format or another - I&#039;m not certain yet what that format will be, but it will definitely be linked on this website). I suspect there will be a lot that I find frustrating, but I also suspect that there are some good movies I missed. &lt;br /&gt;
&lt;br /&gt;
Thanks for following along if you&#039;re interested! If you want to watch along, I&#039;ve made a [https://letterboxd.com/ms_demeanor/list/alli-hates-movies-watchlist/ letterboxd list of these movies].&lt;br /&gt;
&lt;br /&gt;
= The List = &lt;br /&gt;
&lt;br /&gt;
I will not be adding things to this list. I will not be taking recommendations or criticisms on the list. The list is fairly arbitrary, it is not a &amp;quot;top films of X year&amp;quot; list, it is a list of movies I missed. Some of those are the top 10 highest grossing films of a given year (per box office mojo) and some of those are critically acclaimed and well-reviewed films, and some of those are films that ended up on other people&#039;s year-end lists and made me go &amp;quot;Oh! That&#039;s right! I wanted to see that!&amp;quot;  &lt;br /&gt;
&lt;br /&gt;
If I want to find good movies, I am perfectly capable of finding good movies. The purpose of this project is not to find good movies. I do not need movie recommendations.&lt;br /&gt;
&lt;br /&gt;
In fact, before I started this project, I watched kind of a lot of movies. I used to go to the movies two or three times a week (sometimes two or three times a day on a good release week) and I used to watch a ton of movies on the satellite channels when that was a thing. If you absolutely positively must recommend a movie, please make sure that it&#039;s not on The List and is not one of the [https://letterboxd.com/ms_demeanor/films/ 1400-ish films I&#039;ve marked as &amp;quot;viewed&amp;quot; on letterboxd].&lt;br /&gt;
&lt;br /&gt;
There are a few movies on the list that are there because they were big films from that year, but that I will not be reviewing because I vetoed them. I just don&#039;t want to see some movies, I&#039;m just not interested in seeing more of some franchises (Star Wars has been comprehensively destroyed for me, I don&#039;t want to see more Star Wars, I am mad at Star Wars, we are fighting), and I cut myself a little slack to know that there&#039;s no chance I was wrong about Wicked, that movie most assuredly sucks. They are on the list for two reasons: to acknowledge that they are films that I missed rather than things I just forgot to put on the list, and to potentially be used as a torment nexus by people following along with the project (it is entirely possible that you could someday force me to watch Top Gun Maverick in spite of my initial veto). &lt;br /&gt;
&lt;br /&gt;
I have also already seen some of the movies on the list - even when I &amp;quot;wasn&#039;t watching movies&amp;quot; I was still watching a couple new releases a year, and there were only two years (2022 and 2023) in which I actually didn&#039;t see a single new movie. Movies I&#039;ve watched for the project will be updated with a link to the review when such a review exists.&lt;br /&gt;
&lt;br /&gt;
==2011==&lt;br /&gt;
* Harry Potter and the Deathly Hallows Part 2&lt;br /&gt;
* Transformers Dark of the Moon&lt;br /&gt;
* Twilight Saga Breaking Dawn 1&lt;br /&gt;
* The Hangover 2&lt;br /&gt;
* Pirates of the Caribbean On Stranger Tides&lt;br /&gt;
* Fast 5&lt;br /&gt;
* Cars 2&lt;br /&gt;
* Thor&lt;br /&gt;
* Rise of the Planet of the Apes&lt;br /&gt;
* Captain America, the First Avenger&lt;br /&gt;
* A Separation&lt;br /&gt;
* We Were Here&lt;br /&gt;
* Nostalgia for the Light&lt;br /&gt;
* My Perestroika&lt;br /&gt;
* The Artist&lt;br /&gt;
* The Muppets&lt;br /&gt;
* Win Win&lt;br /&gt;
* Moneyball&lt;br /&gt;
* Mission Impossible: Ghost Protocol&lt;br /&gt;
* The Guard&lt;br /&gt;
* Drive&lt;br /&gt;
* Hugo&lt;br /&gt;
* Tinker Tailor Soldier Spy&lt;br /&gt;
* We Need to Talk about Kevin&lt;br /&gt;
* Tree of Life&lt;br /&gt;
&lt;br /&gt;
==2012==&lt;br /&gt;
* Avengers&lt;br /&gt;
* The Dark Knight Rises&lt;br /&gt;
* The Hunger Games&lt;br /&gt;
* Skyfall&lt;br /&gt;
* Twilight Saga Breaking Dawn Part 2&lt;br /&gt;
* The Amazing Spider-Man&lt;br /&gt;
* Brave&lt;br /&gt;
* The Hobbit: An Unexpected Journey&lt;br /&gt;
* Ted&lt;br /&gt;
* Madagascar 3: Europe’s Most Wanted&lt;br /&gt;
* Amour&lt;br /&gt;
* Zero Dark Thirty&lt;br /&gt;
* Lincoln&lt;br /&gt;
* Elena&lt;br /&gt;
* Argo&lt;br /&gt;
* Moonrise Kingdom&lt;br /&gt;
* Looper&lt;br /&gt;
* Jiro Dreams of Sushi&lt;br /&gt;
* How to Survive a Plague&lt;br /&gt;
* The Kid with a Bike&lt;br /&gt;
* This is Not a Film&lt;br /&gt;
* Silver Linings Playbook&lt;br /&gt;
* Beasts of the Southern Wild&lt;br /&gt;
&lt;br /&gt;
==2013==&lt;br /&gt;
* Iron Man 3&lt;br /&gt;
* Hunger Games: Catching Fire&lt;br /&gt;
* Despicable Me 2&lt;br /&gt;
* Man of Steel&lt;br /&gt;
* Monster’s University&lt;br /&gt;
* Frozen&lt;br /&gt;
* Gravity&lt;br /&gt;
* Fast &amp;amp; Furious 6&lt;br /&gt;
* Oz the Great and Powerful&lt;br /&gt;
* Star Trek into Darkness&lt;br /&gt;
* 12 Years a Slave&lt;br /&gt;
* Before Midnight&lt;br /&gt;
* Inside Llewyn Davis&lt;br /&gt;
* Stories We Tell&lt;br /&gt;
* Her&lt;br /&gt;
* Short Term 12&lt;br /&gt;
* Mud&lt;br /&gt;
* 20 Feet from Stardom&lt;br /&gt;
* Wadjda&lt;br /&gt;
* American Hustle&lt;br /&gt;
* Fruitville Station&lt;br /&gt;
* Nebraska&lt;br /&gt;
* Wolf of Wall Street&lt;br /&gt;
&lt;br /&gt;
==2014==&lt;br /&gt;
*Guardians of the Galaxy&lt;br /&gt;
* Hunger Games: Mockingjay Part 1&lt;br /&gt;
* Captain America: The Winter Soldier&lt;br /&gt;
* Lego Movie&lt;br /&gt;
* Transformers: Age of Extinction&lt;br /&gt;
* Maleficent&lt;br /&gt;
* X-Men Days of Future Past&lt;br /&gt;
* Dawn of the Planet of the Apes&lt;br /&gt;
* Big Hero 6&lt;br /&gt;
* Amazing Spider-Man 2&lt;br /&gt;
* Godzilla&lt;br /&gt;
* Boyhood&lt;br /&gt;
* Mr. Turner&lt;br /&gt;
* Leviathan&lt;br /&gt;
* A Summer’s Tale&lt;br /&gt;
* Ida&lt;br /&gt;
* Gloria&lt;br /&gt;
* The Tale of Princess Kagya&lt;br /&gt;
* Selma&lt;br /&gt;
* Starred Up&lt;br /&gt;
* The Babadook&lt;br /&gt;
* Two Days One Night&lt;br /&gt;
* The Lunchbox&lt;br /&gt;
* Grand Budapest Hotel&lt;br /&gt;
* Birdman&lt;br /&gt;
* Gone Girl&lt;br /&gt;
* Blue Ruin&lt;br /&gt;
* Life Itself&lt;br /&gt;
* Foxcatcher&lt;br /&gt;
* Whiplash&lt;br /&gt;
* Nightcrawler&lt;br /&gt;
* Interstellar&lt;br /&gt;
* Jodorowsky’s Dune&lt;br /&gt;
&lt;br /&gt;
==2015==&lt;br /&gt;
* Jurassic World&lt;br /&gt;
* Star Wars: The Force Awakens&lt;br /&gt;
* Avengers: Age of Ultron&lt;br /&gt;
* Inside Out&lt;br /&gt;
* Furious 7&lt;br /&gt;
* American Sniper&lt;br /&gt;
* Minions&lt;br /&gt;
* Hunger Games: Mockingjay Part 2&lt;br /&gt;
* The Martian&lt;br /&gt;
* Cinderella&lt;br /&gt;
* Carol&lt;br /&gt;
* 45 Years&lt;br /&gt;
* Spotlight&lt;br /&gt;
* Timbuktu&lt;br /&gt;
* The Shawn the Sheep Movie&lt;br /&gt;
* Truman&lt;br /&gt;
* Long Way North&lt;br /&gt;
* Aferim&lt;br /&gt;
* Mad Max Fury Road&lt;br /&gt;
* Brooklyn&lt;br /&gt;
* Mustang&lt;br /&gt;
* It Follows&lt;br /&gt;
* Paddington&lt;br /&gt;
* Room&lt;br /&gt;
* The Revenant&lt;br /&gt;
* The Big Short&lt;br /&gt;
* Backcountry&lt;br /&gt;
* Ex Machina&lt;br /&gt;
* Sicario&lt;br /&gt;
&lt;br /&gt;
==2016==&lt;br /&gt;
* Finding Dory&lt;br /&gt;
* Rogue One&lt;br /&gt;
* Captain America Civil War&lt;br /&gt;
* The Secret Life of Pets&lt;br /&gt;
* The Jungle Book&lt;br /&gt;
* Deadpool&lt;br /&gt;
* Zootopia&lt;br /&gt;
* Batman vs Superman: Dawn of Justice&lt;br /&gt;
* Suicide Squad&lt;br /&gt;
* Moonlight&lt;br /&gt;
* Manchester by the Sea&lt;br /&gt;
* I am Not your Negro&lt;br /&gt;
* La La Land&lt;br /&gt;
* Toni Erdman&lt;br /&gt;
* Hell or High Water&lt;br /&gt;
* Love &amp;amp; Friendship&lt;br /&gt;
* Hunt for the Wilderpeople&lt;br /&gt;
* Kubo and the Two Strings&lt;br /&gt;
* Arrival&lt;br /&gt;
* The VVitch&lt;br /&gt;
* Green Room&lt;br /&gt;
* The Love Witch&lt;br /&gt;
* Don’t Breathe&lt;br /&gt;
* The Lobster&lt;br /&gt;
* The Shallows&lt;br /&gt;
* Silence&lt;br /&gt;
&lt;br /&gt;
==2017==&lt;br /&gt;
* Star Wars: The Last Jedi&lt;br /&gt;
* Beauty &amp;amp; The Beast&lt;br /&gt;
* Wonder Woman&lt;br /&gt;
* Guardians of the Galaxy 2&lt;br /&gt;
* Spider Man Homecoming&lt;br /&gt;
* It&lt;br /&gt;
* Thor Ragnarok&lt;br /&gt;
* Despicable Me 3&lt;br /&gt;
* Logan&lt;br /&gt;
* Fate of the Furious&lt;br /&gt;
* Dunkirk&lt;br /&gt;
* Faces Places&lt;br /&gt;
* Call Me by Your Name&lt;br /&gt;
* Lady Bird&lt;br /&gt;
* The Florida Project&lt;br /&gt;
* 3 Billboards Outside of Ebbing Missouri&lt;br /&gt;
* Get Out&lt;br /&gt;
* The Big Sick&lt;br /&gt;
* Baby Driver&lt;br /&gt;
* Coco&lt;br /&gt;
* John Wick 2&lt;br /&gt;
* Brawl in Cellblock 99&lt;br /&gt;
* It Comes at Night&lt;br /&gt;
* Bladerunner 2049&lt;br /&gt;
* Okja&lt;br /&gt;
* The Shape of Water&lt;br /&gt;
&lt;br /&gt;
==2018==&lt;br /&gt;
* Black Panther&lt;br /&gt;
* Avengers Infinity War&lt;br /&gt;
* Incredibles 2&lt;br /&gt;
* Jurassic World Fallen Kingdom&lt;br /&gt;
* Deadpool 2&lt;br /&gt;
* The Grinch&lt;br /&gt;
* Jumanji Welcome to the Jungle&lt;br /&gt;
* Mission Impossible Fallout&lt;br /&gt;
* Ant Man &amp;amp; the Wasp&lt;br /&gt;
* Solo: A Star Wars Story&lt;br /&gt;
* Roma&lt;br /&gt;
* Amazing Grace&lt;br /&gt;
* Shoplifters&lt;br /&gt;
* They Shall Not Grow Old&lt;br /&gt;
* The Favorite&lt;br /&gt;
* BlacKKKlansman&lt;br /&gt;
* A Star is Born&lt;br /&gt;
* Spiderman into the Spiderverse&lt;br /&gt;
* A Quiet Place&lt;br /&gt;
* Paddington 2&lt;br /&gt;
* Mandy&lt;br /&gt;
* Sorry to Bother You&lt;br /&gt;
* Annihilation &lt;br /&gt;
* Won’t You Be My Neighbor&lt;br /&gt;
* Hereditary&lt;br /&gt;
&lt;br /&gt;
==2019==&lt;br /&gt;
* Avengers Endgame&lt;br /&gt;
* The Lion King&lt;br /&gt;
* Toy Story 4&lt;br /&gt;
* Frozen 2&lt;br /&gt;
* Captain Marvel&lt;br /&gt;
* Star Wars: Rise of Skywalker&lt;br /&gt;
* Spider-Man Far from Home&lt;br /&gt;
* Aladdin&lt;br /&gt;
* Joker&lt;br /&gt;
* It Chapter 2&lt;br /&gt;
* Parasite&lt;br /&gt;
* Portrait of a Lady on Fire&lt;br /&gt;
* The Irishman&lt;br /&gt;
* Marriage Story&lt;br /&gt;
* Uncut Gems&lt;br /&gt;
* Us&lt;br /&gt;
* Knives Out&lt;br /&gt;
* Little Women&lt;br /&gt;
* Booksmart&lt;br /&gt;
* John Wick 3&lt;br /&gt;
* First Love&lt;br /&gt;
* The Lighthouse&lt;br /&gt;
* Ready or Not&lt;br /&gt;
* Midsommar&lt;br /&gt;
* Rojo&lt;br /&gt;
* Once Upon a Time in Hollywood&lt;br /&gt;
&lt;br /&gt;
==2020==&lt;br /&gt;
* Bad Boys for Life&lt;br /&gt;
* 1917&lt;br /&gt;
* Sonic the Hedgehog&lt;br /&gt;
* Jumanji the Next Level&lt;br /&gt;
* Birds of Prey&lt;br /&gt;
* Dolittle&lt;br /&gt;
* The Invisible Man&lt;br /&gt;
* Call of the Wild&lt;br /&gt;
* Tenet&lt;br /&gt;
* Never Rarely Sometimes Always&lt;br /&gt;
* Time&lt;br /&gt;
* First Cow&lt;br /&gt;
* Minari&lt;br /&gt;
* Gunda&lt;br /&gt;
* Soul&lt;br /&gt;
* Nomadland&lt;br /&gt;
* Judas &amp;amp; The Black Messiah&lt;br /&gt;
* Promising Young Woman&lt;br /&gt;
* Bill &amp;amp; Ted Face the Music&lt;br /&gt;
* 76 Days&lt;br /&gt;
* Saint Maud&lt;br /&gt;
* Color out of Space&lt;br /&gt;
* Psycho Goreman&lt;br /&gt;
* The Platform&lt;br /&gt;
* Sound of Metal&lt;br /&gt;
&lt;br /&gt;
==2021==&lt;br /&gt;
* Spider Man No Way Home&lt;br /&gt;
* Shang Chi and the Legend of the Ten Rings&lt;br /&gt;
* Venom: Let there be Carnage&lt;br /&gt;
* Black Widow&lt;br /&gt;
* F9: Fast Saga&lt;br /&gt;
* Eternals&lt;br /&gt;
* No Time to Die&lt;br /&gt;
* A Quiet Place 2&lt;br /&gt;
* Ghostbusters Afterlife&lt;br /&gt;
* Free Guy&lt;br /&gt;
* Summer of Soul&lt;br /&gt;
* Petite Maman&lt;br /&gt;
* Memoria&lt;br /&gt;
* Flee&lt;br /&gt;
* Licorice Pizza&lt;br /&gt;
* The Worst Person in the World&lt;br /&gt;
* Parallel Mothers&lt;br /&gt;
* Luzzu&lt;br /&gt;
* Sabaya&lt;br /&gt;
* Paper Spiders&lt;br /&gt;
* Hive&lt;br /&gt;
* Azor&lt;br /&gt;
* Boiling Point&lt;br /&gt;
* 7 Prisoners&lt;br /&gt;
* Don’t Look Up&lt;br /&gt;
* Pig&lt;br /&gt;
* Candyman&lt;br /&gt;
* The Green Knight&lt;br /&gt;
* Dune&lt;br /&gt;
* Coda&lt;br /&gt;
&lt;br /&gt;
==2022==&lt;br /&gt;
* Top Gun Maverick&lt;br /&gt;
* Black Panther Wakanda Forever&lt;br /&gt;
* Dr. Strange &amp;amp; the Multiverse of Madness&lt;br /&gt;
* Avatar the way of Water&lt;br /&gt;
* Jurassic World Dominion&lt;br /&gt;
* Minions: The Rise of Gru&lt;br /&gt;
* The Batman&lt;br /&gt;
* Thor: Love &amp;amp; Thunder&lt;br /&gt;
* Sonic the Hedgehog 2&lt;br /&gt;
* Black Adam&lt;br /&gt;
* Aftersun&lt;br /&gt;
* Tár&lt;br /&gt;
* The Quiet Girl&lt;br /&gt;
* Three Minutes: A Lengthening&lt;br /&gt;
* The Banshees of Innsherin&lt;br /&gt;
* Everything Everywhere All at Once&lt;br /&gt;
* Guillermo Del Toro’s Pinocchio&lt;br /&gt;
* Turning Red&lt;br /&gt;
* Happening&lt;br /&gt;
* Fire of Love&lt;br /&gt;
* Marcel the Shell with the Shoes on&lt;br /&gt;
* Till&lt;br /&gt;
* The Woman King&lt;br /&gt;
* Prey&lt;br /&gt;
* RRR&lt;br /&gt;
* Hatching&lt;br /&gt;
* The Unbearable Weight of Massive Talent&lt;br /&gt;
* Nope&lt;br /&gt;
* X&lt;br /&gt;
* Pearl&lt;br /&gt;
&lt;br /&gt;
==2023==&lt;br /&gt;
* Barbie&lt;br /&gt;
* Super Mario Brothers Movie&lt;br /&gt;
* Spider Man Across the Spiderverse&lt;br /&gt;
* Guardians of the Galaxy 3&lt;br /&gt;
* Oppenheimer&lt;br /&gt;
* The Little Mermaid&lt;br /&gt;
* Ant Man &amp;amp; The Wasp Quantumania&lt;br /&gt;
* John Wick Chapter 4&lt;br /&gt;
* The Sound of Freedom&lt;br /&gt;
* Taylor Swift Eras Tour&lt;br /&gt;
* Past Lives&lt;br /&gt;
* The Zone of Interest&lt;br /&gt;
* Saint Omer&lt;br /&gt;
* The Boy and the Heron&lt;br /&gt;
* All of Us Strangers&lt;br /&gt;
* Mission Impossible Dead Reckoning pt1&lt;br /&gt;
* Killers of the Flower Moon&lt;br /&gt;
* Air, Courting a Legend&lt;br /&gt;
* Are you there God? It’s me Margaret&lt;br /&gt;
* TMNT: Mutant Mayhem&lt;br /&gt;
* M3GAN&lt;br /&gt;
* Blackberry&lt;br /&gt;
* Godzilla Minus One&lt;br /&gt;
* Sisu&lt;br /&gt;
* American Fiction&lt;br /&gt;
* Lola&lt;br /&gt;
* Evil Dead Rise&lt;br /&gt;
* Poor Things&lt;br /&gt;
&lt;br /&gt;
==2024==&lt;br /&gt;
* Inside Out 2&lt;br /&gt;
* Deadpool &amp;amp; Wolverine&lt;br /&gt;
* Wicked&lt;br /&gt;
* Moana 2&lt;br /&gt;
* Despicable Me 4&lt;br /&gt;
* Beetlejuice Beetlejuice&lt;br /&gt;
* Dune Part 2&lt;br /&gt;
* Twisters&lt;br /&gt;
* Godzilla x Kong New Empire&lt;br /&gt;
* Kung Fu Panda 4&lt;br /&gt;
* Nickle Boys&lt;br /&gt;
* Anora&lt;br /&gt;
* The Brutalist&lt;br /&gt;
* Sugarcane&lt;br /&gt;
* Hard Truths&lt;br /&gt;
* Challengers&lt;br /&gt;
* Furiosa: A Mad Max Saga&lt;br /&gt;
* Hit Man&lt;br /&gt;
* Love Lies Bleeding&lt;br /&gt;
* The Substance&lt;br /&gt;
* The Wild Robot&lt;br /&gt;
* Conclave&lt;br /&gt;
* Monkey Man&lt;br /&gt;
* A Real Pain&lt;br /&gt;
* I Saw the TV Glow&lt;br /&gt;
* Venom: The Last Dance&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Alli_Hates_Movies&amp;diff=359</id>
		<title>Alli Hates Movies</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Alli_Hates_Movies&amp;diff=359"/>
		<updated>2025-12-02T10:23:14Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I don&#039;t actually hate movies. I love movies. I adore movies. But when I got a job that had regular hours and a long commute, it became difficult to dedicate time to watching movies when a lot of what I was seeing was kind of trash. &lt;br /&gt;
&lt;br /&gt;
I&#039;m not going to pretend that I&#039;m not a snob; I like artsy films that make interesting use of the medium, I like films that are moody and alienating and will make you think about them months or years later. But I also like a good popcorn flick or monster movie. &lt;br /&gt;
&lt;br /&gt;
Unfortunately it seems like a lot of those have gone away too and instead we&#039;ve got films with massive budgets and scripting committees and actors hovering in front of green screens reciting lines they learned that day; it feels like a lot of movies kind of suck now, which is why I kind of stopped watching them. I recently got into an argument with my dad about how film scores are boring now and he responded &amp;quot;well how would you know, you don&#039;t even watch movies!&amp;quot; and you know what, fair point pops. It&#039;s time for me to catch up. &lt;br /&gt;
&lt;br /&gt;
I&#039;m going to be watching the movies that I missed from 2011 to the present day and documenting my reactions and reviews (in one format or another - I&#039;m not certain yet what that format will be, but it will definitely be linked on this website). I suspect there will be a lot that I find frustrating, but I also suspect that there are some good movies I missed. &lt;br /&gt;
&lt;br /&gt;
Thanks for following along if you&#039;re interested!&lt;br /&gt;
&lt;br /&gt;
= The List = &lt;br /&gt;
&lt;br /&gt;
I will not be adding things to this list. I will not be taking recommendations or criticisms on the list. The list is fairly arbitrary, it is not a &amp;quot;top films of X year&amp;quot; list, it is a list of movies I missed. Some of those are the top 10 highest grossing films of a given year (per box office mojo) and some of those are critically acclaimed and well-reviewed films, and some of those are films that ended up on other people&#039;s year-end lists and made me go &amp;quot;Oh! That&#039;s right! I wanted to see that!&amp;quot;  &lt;br /&gt;
&lt;br /&gt;
If I want to find good movies, I am perfectly capable of finding good movies. The purpose of this project is not to find good movies. I do not need movie recommendations.&lt;br /&gt;
&lt;br /&gt;
In fact, before I started this project, I watched kind of a lot of movies. I used to go to the movies two or three times a week (sometimes two or three times a day on a good release week) and I used to watch a ton of movies on the satellite channels when that was a thing. If you absolutely positively must recommend a movie, please make sure that it&#039;s not on The List and is not one of the [https://letterboxd.com/ms_demeanor/films/ 1600-ish films I&#039;ve marked as &amp;quot;viewed&amp;quot; on letterboxd].&lt;br /&gt;
&lt;br /&gt;
There are a few movies on the list that are there because they were big films from that year, but that I will not be reviewing because I vetoed them. I just don&#039;t want to see some movies, I&#039;m just not interested in seeing more of some franchises (Star Wars has been comprehensively destroyed for me, I don&#039;t want to see more Star Wars, I am mad at Star Wars, we are fighting), and I cut myself a little slack to know that there&#039;s no chance I was wrong about Wicked, that movie most assuredly sucks. They are on the list for two reasons: to acknowledge that they are films that I missed rather than things I just forgot to put on the list, and to potentially be used as a torment nexus by people following along with the project (it is entirely possible that you could someday force me to watch Top Gun Maverick in spite of my initial veto). &lt;br /&gt;
&lt;br /&gt;
I have also already seen some of the movies on the list - even when I &amp;quot;wasn&#039;t watching movies&amp;quot; I was still watching a couple new releases a year, and there were only two years (2022 and 2023) in which I actually didn&#039;t see a single new movie. Movies I&#039;ve watched for the project will be updated with a link to the review when such a review exists.&lt;br /&gt;
&lt;br /&gt;
==2011==&lt;br /&gt;
* Harry Potter and the Deathly Hallows Part 2&lt;br /&gt;
* Transformers Dark of the Moon&lt;br /&gt;
* Twilight Saga Breaking Dawn 1&lt;br /&gt;
* The Hangover 2&lt;br /&gt;
* Pirates of the Caribbean On Stranger Tides&lt;br /&gt;
* Fast 5&lt;br /&gt;
* Cars 2&lt;br /&gt;
* Thor&lt;br /&gt;
* Rise of the Planet of the Apes&lt;br /&gt;
* Captain America, the First Avenger&lt;br /&gt;
* A Separation&lt;br /&gt;
* We Were Here&lt;br /&gt;
* Nostalgia for the Light&lt;br /&gt;
* My Perestroika&lt;br /&gt;
* The Artist&lt;br /&gt;
* The Muppets&lt;br /&gt;
* Win Win&lt;br /&gt;
* Moneyball&lt;br /&gt;
* Mission Impossible: Ghost Protocol&lt;br /&gt;
* The Guard&lt;br /&gt;
* Drive&lt;br /&gt;
* Hugo&lt;br /&gt;
* Tinker Tailor Soldier Spy&lt;br /&gt;
* We Need to Talk about Kevin&lt;br /&gt;
* Tree of Life&lt;br /&gt;
&lt;br /&gt;
==2012==&lt;br /&gt;
* Avengers&lt;br /&gt;
* The Dark Knight Rises&lt;br /&gt;
* The Hunger Games&lt;br /&gt;
* Skyfall&lt;br /&gt;
* Twilight Saga Breaking Dawn Part 2&lt;br /&gt;
* The Amazing Spider-Man&lt;br /&gt;
* Brave&lt;br /&gt;
* The Hobbit: An Unexpected Journey&lt;br /&gt;
* Ted&lt;br /&gt;
* Madagascar 3: Europe’s Most Wanted&lt;br /&gt;
* Amour&lt;br /&gt;
* Zero Dark Thirty&lt;br /&gt;
* Lincoln&lt;br /&gt;
* Elena&lt;br /&gt;
* Argo&lt;br /&gt;
* Moonrise Kingdom&lt;br /&gt;
* Looper&lt;br /&gt;
* Jiro Dreams of Sushi&lt;br /&gt;
* How to Survive a Plague&lt;br /&gt;
* The Kid with a Bike&lt;br /&gt;
* This is Not a Film&lt;br /&gt;
* Silver Linings Playbook&lt;br /&gt;
* Beasts of the Southern Wild&lt;br /&gt;
&lt;br /&gt;
==2013==&lt;br /&gt;
* Iron Man 3&lt;br /&gt;
* Hunger Games: Catching Fire&lt;br /&gt;
* Despicable Me 2&lt;br /&gt;
* Man of Steel&lt;br /&gt;
* Monster’s University&lt;br /&gt;
* Frozen&lt;br /&gt;
* Gravity&lt;br /&gt;
* Fast &amp;amp; Furious 6&lt;br /&gt;
* Oz the Great and Powerful&lt;br /&gt;
* Star Trek into Darkness&lt;br /&gt;
* 12 Years a Slave&lt;br /&gt;
* Before Midnight&lt;br /&gt;
* Inside Llewyn Davis&lt;br /&gt;
* Stories We Tell&lt;br /&gt;
* Her&lt;br /&gt;
* Short Term 12&lt;br /&gt;
* Mud&lt;br /&gt;
* 20 Feet from Stardom&lt;br /&gt;
* Wadjda&lt;br /&gt;
* American Hustle&lt;br /&gt;
* Fruitville Station&lt;br /&gt;
* Nebraska&lt;br /&gt;
* Wolf of Wall Street&lt;br /&gt;
&lt;br /&gt;
==2014==&lt;br /&gt;
*Guardians of the Galaxy&lt;br /&gt;
* Hunger Games: Mockingjay Part 1&lt;br /&gt;
* Captain America: The Winter Soldier&lt;br /&gt;
* Lego Movie&lt;br /&gt;
* Transformers: Age of Extinction&lt;br /&gt;
* Maleficent&lt;br /&gt;
* X-Men Days of Future Past&lt;br /&gt;
* Dawn of the Planet of the Apes&lt;br /&gt;
* Big Hero 6&lt;br /&gt;
* Amazing Spider-Man 2&lt;br /&gt;
* Godzilla&lt;br /&gt;
* Boyhood&lt;br /&gt;
* Mr. Turner&lt;br /&gt;
* Leviathan&lt;br /&gt;
* A Summer’s Tale&lt;br /&gt;
* Ida&lt;br /&gt;
* Gloria&lt;br /&gt;
* The Tale of Princess Kagya&lt;br /&gt;
* Selma&lt;br /&gt;
* Starred Up&lt;br /&gt;
* The Babadook&lt;br /&gt;
* Two Days One Night&lt;br /&gt;
* The Lunchbox&lt;br /&gt;
* Grand Budapest Hotel&lt;br /&gt;
* Birdman&lt;br /&gt;
* Gone Girl&lt;br /&gt;
* Blue Ruin&lt;br /&gt;
* Life Itself&lt;br /&gt;
* Foxcatcher&lt;br /&gt;
* Whiplash&lt;br /&gt;
* Nightcrawler&lt;br /&gt;
* Interstellar&lt;br /&gt;
* Jodorowsky’s Dune&lt;br /&gt;
&lt;br /&gt;
==2015==&lt;br /&gt;
* Jurassic World&lt;br /&gt;
* Star Wars: The Force Awakens&lt;br /&gt;
* Avengers: Age of Ultron&lt;br /&gt;
* Inside Out&lt;br /&gt;
* Furious 7&lt;br /&gt;
* American Sniper&lt;br /&gt;
* Minions&lt;br /&gt;
* Hunger Games: Mockingjay Part 2&lt;br /&gt;
* The Martian&lt;br /&gt;
* Cinderella&lt;br /&gt;
* Carol&lt;br /&gt;
* 45 Years&lt;br /&gt;
* Spotlight&lt;br /&gt;
* Timbuktu&lt;br /&gt;
* The Shawn the Sheep Movie&lt;br /&gt;
* Truman&lt;br /&gt;
* Long Way North&lt;br /&gt;
* Aferim&lt;br /&gt;
* Mad Max Fury Road&lt;br /&gt;
* Brooklyn&lt;br /&gt;
* Mustang&lt;br /&gt;
* It Follows&lt;br /&gt;
* Paddington&lt;br /&gt;
* Room&lt;br /&gt;
* The Revenant&lt;br /&gt;
* The Big Short&lt;br /&gt;
* Backcountry&lt;br /&gt;
* Ex Machina&lt;br /&gt;
* Sicario&lt;br /&gt;
&lt;br /&gt;
==2016==&lt;br /&gt;
* Finding Dory&lt;br /&gt;
* Rogue One&lt;br /&gt;
* Captain America Civil War&lt;br /&gt;
* The Secret Life of Pets&lt;br /&gt;
* The Jungle Book&lt;br /&gt;
* Deadpool&lt;br /&gt;
* Zootopia&lt;br /&gt;
* Batman vs Superman: Dawn of Justice&lt;br /&gt;
* Suicide Squad&lt;br /&gt;
* Moonlight&lt;br /&gt;
* Manchester by the Sea&lt;br /&gt;
* I am Not your Negro&lt;br /&gt;
* La La Land&lt;br /&gt;
* Toni Erdman&lt;br /&gt;
* Hell or High Water&lt;br /&gt;
* Love &amp;amp; Friendship&lt;br /&gt;
* Hunt for the Wilderpeople&lt;br /&gt;
* Kubo and the Two Strings&lt;br /&gt;
* Arrival&lt;br /&gt;
* The VVitch&lt;br /&gt;
* Green Room&lt;br /&gt;
* The Love Witch&lt;br /&gt;
* Don’t Breathe&lt;br /&gt;
* The Lobster&lt;br /&gt;
* The Shallows&lt;br /&gt;
* Silence&lt;br /&gt;
&lt;br /&gt;
==2017==&lt;br /&gt;
* Star Wars: The Last Jedi&lt;br /&gt;
* Beauty &amp;amp; The Beast&lt;br /&gt;
* Wonder Woman&lt;br /&gt;
* Guardians of the Galaxy 2&lt;br /&gt;
* Spider Man Homecoming&lt;br /&gt;
* It&lt;br /&gt;
* Thor Ragnarok&lt;br /&gt;
* Despicable Me 3&lt;br /&gt;
* Logan&lt;br /&gt;
* Fate of the Furious&lt;br /&gt;
* Dunkirk&lt;br /&gt;
* Faces Places&lt;br /&gt;
* Call Me by Your Name&lt;br /&gt;
* Lady Bird&lt;br /&gt;
* The Florida Project&lt;br /&gt;
* 3 Billboards Outside of Ebbing Missouri&lt;br /&gt;
* Get Out&lt;br /&gt;
* The Big Sick&lt;br /&gt;
* Baby Driver&lt;br /&gt;
* Coco&lt;br /&gt;
* John Wick 2&lt;br /&gt;
* Brawl in Cellblock 99&lt;br /&gt;
* It Comes at Night&lt;br /&gt;
* Bladerunner 2049&lt;br /&gt;
* Okja&lt;br /&gt;
* The Shape of Water&lt;br /&gt;
&lt;br /&gt;
==2018==&lt;br /&gt;
* Black Panther&lt;br /&gt;
* Avengers Infinity War&lt;br /&gt;
* Incredibles 2&lt;br /&gt;
* Jurassic World Fallen Kingdom&lt;br /&gt;
* Deadpool 2&lt;br /&gt;
* The Grinch&lt;br /&gt;
* Jumanji Welcome to the Jungle&lt;br /&gt;
* Mission Impossible Fallout&lt;br /&gt;
* Ant Man &amp;amp; the Wasp&lt;br /&gt;
* Solo: A Star Wars Story&lt;br /&gt;
* Roma&lt;br /&gt;
* Amazing Grace&lt;br /&gt;
* Shoplifters&lt;br /&gt;
* They Shall Not Grow Old&lt;br /&gt;
* The Favorite&lt;br /&gt;
* BlacKKKlansman&lt;br /&gt;
* A Star is Born&lt;br /&gt;
* Spiderman into the Spiderverse&lt;br /&gt;
* A Quiet Place&lt;br /&gt;
* Paddington 2&lt;br /&gt;
* Mandy&lt;br /&gt;
* Sorry to Bother You&lt;br /&gt;
* Annihilation &lt;br /&gt;
* Won’t You Be My Neighbor&lt;br /&gt;
* Hereditary&lt;br /&gt;
&lt;br /&gt;
==2019==&lt;br /&gt;
* Avengers Endgame&lt;br /&gt;
* The Lion King&lt;br /&gt;
* Toy Story 4&lt;br /&gt;
* Frozen 2&lt;br /&gt;
* Captain Marvel&lt;br /&gt;
* Star Wars: Rise of Skywalker&lt;br /&gt;
* Spider-Man Far from Home&lt;br /&gt;
* Aladdin&lt;br /&gt;
* Joker&lt;br /&gt;
* It Chapter 2&lt;br /&gt;
* Parasite&lt;br /&gt;
* Portrait of a Lady on Fire&lt;br /&gt;
* The Irishman&lt;br /&gt;
* Marriage Story&lt;br /&gt;
* Uncut Gems&lt;br /&gt;
* Us&lt;br /&gt;
* Knives Out&lt;br /&gt;
* Little Women&lt;br /&gt;
* Booksmart&lt;br /&gt;
* John Wick 3&lt;br /&gt;
* First Love&lt;br /&gt;
* The Lighthouse&lt;br /&gt;
* Ready or Not&lt;br /&gt;
* Midsommar&lt;br /&gt;
* Rojo&lt;br /&gt;
* Once Upon a Time in Hollywood&lt;br /&gt;
&lt;br /&gt;
==2020==&lt;br /&gt;
* Bad Boys for Life&lt;br /&gt;
* 1917&lt;br /&gt;
* Sonic the Hedgehog&lt;br /&gt;
* Jumanji the Next Level&lt;br /&gt;
* Birds of Prey&lt;br /&gt;
* Dolittle&lt;br /&gt;
* The Invisible Man&lt;br /&gt;
* Call of the Wild&lt;br /&gt;
* Tenet&lt;br /&gt;
* Never Rarely Sometimes Always&lt;br /&gt;
* Time&lt;br /&gt;
* First Cow&lt;br /&gt;
* Minari&lt;br /&gt;
* Gunda&lt;br /&gt;
* Soul&lt;br /&gt;
* Nomadland&lt;br /&gt;
* Judas &amp;amp; The Black Messiah&lt;br /&gt;
* Promising Young Woman&lt;br /&gt;
* Bill &amp;amp; Ted Face the Music&lt;br /&gt;
* 76 Days&lt;br /&gt;
* Saint Maud&lt;br /&gt;
* Color out of Space&lt;br /&gt;
* Psycho Goreman&lt;br /&gt;
* The Platform&lt;br /&gt;
* Sound of Metal&lt;br /&gt;
&lt;br /&gt;
==2021==&lt;br /&gt;
* Spider Man No Way Home&lt;br /&gt;
* Shang Chi and the Legend of the Ten Rings&lt;br /&gt;
* Venom: Let there be Carnage&lt;br /&gt;
* Black Widow&lt;br /&gt;
* F9: Fast Saga&lt;br /&gt;
* Eternals&lt;br /&gt;
* No Time to Die&lt;br /&gt;
* A Quiet Place 2&lt;br /&gt;
* Ghostbusters Afterlife&lt;br /&gt;
* Free Guy&lt;br /&gt;
* Summer of Soul&lt;br /&gt;
* Petite Maman&lt;br /&gt;
* Memoria&lt;br /&gt;
* Flee&lt;br /&gt;
* Licorice Pizza&lt;br /&gt;
* The Worst Person in the World&lt;br /&gt;
* Parallel Mothers&lt;br /&gt;
* Luzzu&lt;br /&gt;
* Sabaya&lt;br /&gt;
* Paper Spiders&lt;br /&gt;
* Hive&lt;br /&gt;
* Azor&lt;br /&gt;
* Boiling Point&lt;br /&gt;
* 7 Prisoners&lt;br /&gt;
* Don’t Look Up&lt;br /&gt;
* Pig&lt;br /&gt;
* Candyman&lt;br /&gt;
* The Green Knight&lt;br /&gt;
* Dune&lt;br /&gt;
* Coda&lt;br /&gt;
&lt;br /&gt;
==2022==&lt;br /&gt;
* Top Gun Maverick&lt;br /&gt;
* Black Panther Wakanda Forever&lt;br /&gt;
* Dr. Strange &amp;amp; the Multiverse of Madness&lt;br /&gt;
* Avatar the way of Water&lt;br /&gt;
* Jurassic World Dominion&lt;br /&gt;
* Minions: The Rise of Gru&lt;br /&gt;
* The Batman&lt;br /&gt;
* Thor: Love &amp;amp; Thunder&lt;br /&gt;
* Sonic the Hedgehog 2&lt;br /&gt;
* Black Adam&lt;br /&gt;
* Aftersun&lt;br /&gt;
* Tár&lt;br /&gt;
* The Quiet Girl&lt;br /&gt;
* Three Minutes: A Lengthening&lt;br /&gt;
* The Banshees of Innsherin&lt;br /&gt;
* Everything Everywhere All at Once&lt;br /&gt;
* Guillermo Del Toro’s Pinocchio&lt;br /&gt;
* Turning Red&lt;br /&gt;
* Happening&lt;br /&gt;
* Fire of Love&lt;br /&gt;
* Marcel the Shell with the Shoes on&lt;br /&gt;
* Till&lt;br /&gt;
* The Woman King&lt;br /&gt;
* Prey&lt;br /&gt;
* RRR&lt;br /&gt;
* Hatching&lt;br /&gt;
* The Unbearable Weight of Massive Talent&lt;br /&gt;
* Nope&lt;br /&gt;
* X&lt;br /&gt;
* Pearl&lt;br /&gt;
&lt;br /&gt;
==2023==&lt;br /&gt;
* Barbie&lt;br /&gt;
* Super Mario Brothers Movie&lt;br /&gt;
* Spider Man Across the Spiderverse&lt;br /&gt;
* Guardians of the Galaxy 3&lt;br /&gt;
* Oppenheimer&lt;br /&gt;
* The Little Mermaid&lt;br /&gt;
* Ant Man &amp;amp; The Wasp Quantumania&lt;br /&gt;
* John Wick Chapter 4&lt;br /&gt;
* The Sound of Freedom&lt;br /&gt;
* Taylor Swift Eras Tour&lt;br /&gt;
* Past Lives&lt;br /&gt;
* The Zone of Interest&lt;br /&gt;
* Saint Omer&lt;br /&gt;
* The Boy and the Heron&lt;br /&gt;
* All of Us Strangers&lt;br /&gt;
* Mission Impossible Dead Reckoning pt1&lt;br /&gt;
* Killers of the Flower Moon&lt;br /&gt;
* Air, Courting a Legend&lt;br /&gt;
* Are you there God? It’s me Margaret&lt;br /&gt;
* TMNT: Mutant Mayhem&lt;br /&gt;
* M3GAN&lt;br /&gt;
* Blackberry&lt;br /&gt;
* Godzilla Minus One&lt;br /&gt;
* Sisu&lt;br /&gt;
* American Fiction&lt;br /&gt;
* Lola&lt;br /&gt;
* Evil Dead Rise&lt;br /&gt;
* Poor Things&lt;br /&gt;
&lt;br /&gt;
==2024==&lt;br /&gt;
* Inside Out 2&lt;br /&gt;
* Deadpool &amp;amp; Wolverine&lt;br /&gt;
* Wicked&lt;br /&gt;
* Moana 2&lt;br /&gt;
* Despicable Me 4&lt;br /&gt;
* Beetlejuice Beetlejuice&lt;br /&gt;
* Dune Part 2&lt;br /&gt;
* Twisters&lt;br /&gt;
* Godzilla x Kong New Empire&lt;br /&gt;
* Kung Fu Panda 4&lt;br /&gt;
* Nickle Boys&lt;br /&gt;
* Anora&lt;br /&gt;
* The Brutalist&lt;br /&gt;
* Sugarcane&lt;br /&gt;
* Hard Truths&lt;br /&gt;
* Challengers&lt;br /&gt;
* Furiosa: A Mad Max Saga&lt;br /&gt;
* Hit Man&lt;br /&gt;
* Love Lies Bleeding&lt;br /&gt;
* The Substance&lt;br /&gt;
* The Wild Robot&lt;br /&gt;
* Conclave&lt;br /&gt;
* Monkey Man&lt;br /&gt;
* A Real Pain&lt;br /&gt;
* I Saw the TV Glow&lt;br /&gt;
* Venom: The Last Dance&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Alli_Hates_Movies&amp;diff=358</id>
		<title>Alli Hates Movies</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Alli_Hates_Movies&amp;diff=358"/>
		<updated>2025-12-02T09:57:09Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: Created page with &amp;quot;I don&amp;#039;t actually hate movies. I love movies. I adore movies. But when I got a job that had regular hours and a long commute, it became difficult to dedicate time to watching movies when a lot of what I was seeing was kind of trash.   I&amp;#039;m not going to pretend that I&amp;#039;m not a snob; I like artsy films that make interesting use of the medium, I like films that are moody and alienating and will make you think about them months or years later. But I also like a good popcorn fli...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I don&#039;t actually hate movies. I love movies. I adore movies. But when I got a job that had regular hours and a long commute, it became difficult to dedicate time to watching movies when a lot of what I was seeing was kind of trash. &lt;br /&gt;
&lt;br /&gt;
I&#039;m not going to pretend that I&#039;m not a snob; I like artsy films that make interesting use of the medium, I like films that are moody and alienating and will make you think about them months or years later. But I also like a good popcorn flick or monster movie. &lt;br /&gt;
&lt;br /&gt;
Unfortunately it seems like a lot of those have gone away too and instead we&#039;ve got films with massive budgets and scripting committees and actors hovering in front of green screens reciting lines they learned that day; it feels like a lot of movies kind of suck now, which is why I kind of stopped watching them. I recently got into an argument with my dad about how film scores are boring now and he responded &amp;quot;well how would you know, you don&#039;t even watch movies!&amp;quot; and you know what, fair point pops. It&#039;s time for me to catch up. &lt;br /&gt;
&lt;br /&gt;
I&#039;m going to be watching the movies that I missed from 2011 to the present day and documenting my reactions and reviews (in one format or another - I&#039;m not certain yet what that format will be, but it will definitely be linked on this website). I suspect there will be a lot that I find frustrating, but I also suspect that there are some good movies I missed. &lt;br /&gt;
&lt;br /&gt;
Thanks for following along if you&#039;re interested!&lt;br /&gt;
&lt;br /&gt;
= The List = &lt;br /&gt;
&lt;br /&gt;
I will not be adding things to this list. I will not be taking recommendations or criticisms on the list. The list is fairly arbitrary, it is not a &amp;quot;top films of X year&amp;quot; list, it is a list of movies I missed. Some of those are the top 10 highest grossing films of a given year (per box office mojo) and some of those are critically acclaimed and well-reviewed films, and some of those are films that ended up on other people&#039;s year-end lists and made me go &amp;quot;Oh! That&#039;s right! I wanted to see that!&amp;quot;  &lt;br /&gt;
&lt;br /&gt;
If I want to find good movies, I am perfectly capable of finding good movies. The purpose of this project is not to find good movies. I do not need movie recommendations.&lt;br /&gt;
&lt;br /&gt;
In fact, before I started this project, I watched kind of a lot of movies. I used to go to the movies two or three times a week (sometimes two or three times a day on a good release week) and I used to watch a ton of movies on the satellite channels when that was a thing. If you absolutely positively must recommend a movie, please make sure that it&#039;s not on The List and is not one of the [https://letterboxd.com/ms_demeanor/films/ 1600-ish films I&#039;ve marked as &amp;quot;viewed&amp;quot; on letterboxd].&lt;br /&gt;
&lt;br /&gt;
There are a few movies on the list that are there because they were big films from that year, but that I will not be reviewing because I vetoed them. I just don&#039;t want to see some movies, I&#039;m just not interested in seeing more of some franchises (Star Wars has been comprehensively destroyed for me, I don&#039;t want to see more Star Wars, I am mad at Star Wars, we are fighting), and I cut myself a little slack to know that there&#039;s no chance I was wrong about Wicked, that movie most assuredly sucks. They are on the list for two reasons: to acknowledge that they are films that I missed rather than things I just forgot to put on the list, and to potentially be used as a torment nexus by people following along with the project (it is entirely possible that you could someday force me to watch Top Gun Maverick in spite of my initial veto). &lt;br /&gt;
&lt;br /&gt;
I have also already seen some of the movies on the list - even when I &amp;quot;wasn&#039;t watching movies&amp;quot; I was still watching a couple new releases a year, and there were only two years (2022 and 2023) in which I actually didn&#039;t see a single new movie. Movies I&#039;ve vetoed and prior watches will be noted, movies I&#039;ve watched for the project will be updated with a link to the review when such a review exists.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Main_Page&amp;diff=357</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Main_Page&amp;diff=357"/>
		<updated>2025-12-02T07:06:32Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Where Am I? =&lt;br /&gt;
&lt;br /&gt;
Hi there! You are on my [[Ms-Demeanor|personal]] website! &lt;br /&gt;
&lt;br /&gt;
You may have found your way here because you knew me from Tumblr, or maybe I handed you a business card, or directed you here from a Denny&#039;s in DTLA. &lt;br /&gt;
&lt;br /&gt;
No matter how you got here, welcome!&lt;br /&gt;
&lt;br /&gt;
== What Can I do Here? ==&lt;br /&gt;
&lt;br /&gt;
Sorry, not much. While this is a wiki, this is also my personal site. I&#039;ve decided to host it as a wiki because people have asked me a lot of questions and I&#039;ve given a lot of very long-winded answers and I needed a good way to organize those answers so that people could find them. So you can&#039;t make edits or add to the talk pages or add pages yourself; you&#039;re a spectator and I&#039;m the sport. If you&#039;d like something more interactive, consider sending me an ask on [https://ms-demeanor.tumblr.com/ask my Tumblr].&lt;br /&gt;
&lt;br /&gt;
If you&#039;re interested in staying here and poking around for a bit, what you &#039;&#039;can&#039;&#039; do is read! I&#039;ve written an awful lot over the years and I&#039;m very glad that people are interested in reading it. Hopefully you&#039;ll find something here that interests you. &lt;br /&gt;
&lt;br /&gt;
Thanks for stopping by :)&lt;br /&gt;
&lt;br /&gt;
== Why is that link Red? ==&lt;br /&gt;
&lt;br /&gt;
Red links are planned pages. They may be something that I have already written elsewhere but not formatted for this wiki, or they may be something that I am planning to write from scratch. Expect this site to continue evolving. If you see a red link about a subject that interests you, take heart. It&#039;ll show up here someday. &lt;br /&gt;
&lt;br /&gt;
== Where to Start: ==&lt;br /&gt;
&lt;br /&gt;
*[[PDF Resources]] (The Death Book, The De-Googling Guide, etc.)&lt;br /&gt;
*[[Computers and Technology]]&lt;br /&gt;
*[[Disaster Recovery Resources]]&lt;br /&gt;
*[[ADHD]]&lt;br /&gt;
*[[Depression]]&lt;br /&gt;
*[[Essays and Rants]]&lt;br /&gt;
*[[Reclist]]&lt;br /&gt;
*[[Academics]]&lt;br /&gt;
*[[Recipes]]&lt;br /&gt;
*[[Directory]]&lt;br /&gt;
&lt;br /&gt;
And if that doesn&#039;t get you where you want to be, check out a full menu of what&#039;s available in this [https://www.ms-demeanor.com/wiki/page_title/Special:AllPages list of pages].&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=R/OSINT:_A_Cyberstalker%27s_Review&amp;diff=356</id>
		<title>R/OSINT: A Cyberstalker&#039;s Review</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=R/OSINT:_A_Cyberstalker%27s_Review&amp;diff=356"/>
		<updated>2025-11-08T01:00:42Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On August 9th 2025 I bought a piece of shit Subaru from a scammer. The car is a nightmare and I&#039;m suing the scammer. I&#039;m able to sue the scammer because there is something broken in my brain and I have unearthed every piece of scam bullshit in his scam life. In the process of finding his home address and childrens&#039; school, I ended up glancing off of r/OSINT several times and finding myself frustrated by some of the shit recs in their [https://old.reddit.com/r/OSINT/wiki/tools &#039;wiki&#039;] (c&#039;mon guys use some bullet points, have some self respect).&lt;br /&gt;
&lt;br /&gt;
As such, I&#039;m here to review their recs from the perspective of an insane person who is hunting down the object of their obsession like a jealous ex rather than someone trying to put together a serious OSINT profile.&lt;br /&gt;
&lt;br /&gt;
== Review Standards ==&lt;br /&gt;
* Accessibility - I looked primarily at browser-based sites that could be used effectively in Firefox Mobile, nothing that I had to run locally. &lt;br /&gt;
* Is the rec pure shit? Is the site exploitative, expensive, and does the site owner think you&#039;re so, so fucking stupid?&lt;br /&gt;
* Is it multi-useless or a multi-tool?&lt;br /&gt;
* Do you need to register/create an account?&lt;br /&gt;
&lt;br /&gt;
=The Good= &lt;br /&gt;
Not garbage! Worthwhile to use, would rec to a tech-clueless friend and not worry about them getting ripped off.&lt;br /&gt;
&lt;br /&gt;
==[https://whatsmyname.app/ Whatsmyname.app]==&lt;br /&gt;
* Searches 600+ sites for instances for a username.&lt;br /&gt;
* Provides a printable report and links back to findings&lt;br /&gt;
* Is missing some social sites&lt;br /&gt;
* Requires that cookies be enabled&lt;br /&gt;
&lt;br /&gt;
==[https://instantusername.com/ Instantusername.com]==&lt;br /&gt;
* Checks availability of usernames on a number of social sites&lt;br /&gt;
* Moderate error rate&lt;br /&gt;
* Doesn&#039;t tell you a lot but is extremely easy to use&lt;br /&gt;
* Makes it very easy to search multiple permutations of usernames&lt;br /&gt;
&lt;br /&gt;
==[https://viewdns.info/ ViewDNS.info]==&lt;br /&gt;
* Multi-tool - many options for DNS/whois/registration/IP info lookup on a single page&lt;br /&gt;
* Extremely easy to use&lt;br /&gt;
* Fast lookup for reverse whois&lt;br /&gt;
* Good for tech-y people to get a lot of info, good for non-tech-y people to find basic info.&lt;br /&gt;
&lt;br /&gt;
==[https://mever.gr/forensics/ Mever Image Verification Assistant]==&lt;br /&gt;
* Photo editing artifact analysis&lt;br /&gt;
* Helps identify splicing, filtering, and image degradation&lt;br /&gt;
&lt;br /&gt;
==[https://imgops.com/ ImgOps]==&lt;br /&gt;
* Multitool!&lt;br /&gt;
* Exif data quickviewer&lt;br /&gt;
* One-click rehosting&lt;br /&gt;
* OCR&lt;br /&gt;
* QR Decode&lt;br /&gt;
* Specialized reverse search links&lt;br /&gt;
  &lt;br /&gt;
=The Meh=&lt;br /&gt;
Somewhat inaccessible, not particularly useful to crazed people searching on their phone at 4AM, but totally functional for broader research.&lt;br /&gt;
&lt;br /&gt;
==[https://www.osintcombine.com/tools OSINTCombine free tools]==&lt;br /&gt;
* Multiple free social media and data visualization tools&lt;br /&gt;
* Handy curated bookmarks for OSINT geeks&lt;br /&gt;
* For people who actually want to report on disinfo or find groyper hangouts, not for people driven to ruin one particular person&#039;s life. &lt;br /&gt;
&lt;br /&gt;
==[https://www.broadcastify.com/listen/ Broadcastify]==&lt;br /&gt;
* Online fire and police scanners&lt;br /&gt;
* Fiddly, hard to find very specific dispatch groups&lt;br /&gt;
* Free for HTML Web Player, paid for better listening options&lt;br /&gt;
&lt;br /&gt;
==[https://lookify.io/ Lookify]==&lt;br /&gt;
* Paid&lt;br /&gt;
* Requires registration&lt;br /&gt;
* Requires phone number of the person you&#039;re preparing to rain down hell upon&lt;br /&gt;
* Easy to cancel&lt;br /&gt;
* One &#039;pro&#039; search per trial&lt;br /&gt;
* Paid credits persist once sub is cancelled&lt;br /&gt;
* Doesn&#039;t treat you like a gullible child&lt;br /&gt;
* Works but only worth it if you&#039;re insane&lt;br /&gt;
&lt;br /&gt;
==[http://livingatlas.arcgis.com/wayback/ Wayback Living Atlas]==&lt;br /&gt;
* Historical satellite photos&lt;br /&gt;
* Pain in the ass to see on mobile&lt;br /&gt;
* Variable history of images based on location&lt;br /&gt;
&lt;br /&gt;
=The Missing=&lt;br /&gt;
* Findagrave.com - useful free verification for family names for morbid motherfuckers&lt;br /&gt;
* PACER - Account required, needs CC and wallet name, allows you to view court records&lt;br /&gt;
* RECAP - Chad browser extension that open sources court records, will let users know if records have already been downloaded and if used while paying to download new records, adds records to database. Information wants to be free and you can help. &lt;br /&gt;
* Wayback Machine Extension - In FF, not maintained, lets you instantly check for archived copies of a page and lets you archive pages in an instant. Incredibly useful&lt;br /&gt;
* [https://nationalpublicdata.com/ Nationalpublicdata.com] - will provide names, addresses, and phone numbers of everyone in their database for free, as long as you can search by full name.&lt;br /&gt;
&lt;br /&gt;
=The Worst=&lt;br /&gt;
It&#039;s the data brokers. The ones recced by r/OSINT largely blow. These are the horrid sites that want you to pantomime research while they gatekeep their payment page to increase your frustration and tease you with hints of info to get you to pay for a report. They&#039;re all shit. They&#039;re all the fucking worst. Any of the stupid sites that give you popups warning you that the [https://64.media.tumblr.com/1d9263f7073903b9419bde796486452f/a16dceeba292a51b-d0/s1280x1920/a77b72ab23d03d9ca8ba2b2067fc2e8232caa27a.pnj information contained herein is graphic], that ask you to check off contacts so you can pretend you&#039;re doing research (while it&#039;s gearing up to charge you for extra reports), that [https://64.media.tumblr.com/8674e39e15eac533571900e18526a1fe/a16dceeba292a51b-1b/s1280x1920/5a5c2fc97550869c39c5b9d4c7c0c1ab7d3ee3d6.pnj want your contact info] before they&#039;ll show you anything, that make you wait through [https://64.media.tumblr.com/692de7fbf92fe821ef70609fc805d281/a16dceeba292a51b-dd/s1280x1920/8d489a1a605a9f76a803c3939544720ef945f395.pnj fifteen minutes of progress bars] before they show you what that wasted time will [https://64.media.tumblr.com/b29a763366e2df908a9e9196ac259a3b/a16dceeba292a51b-24/s1280x1920/e7b70eda5ae8e38ece715d60af8d572d9d4289d7.pnj cost you], none of them are worth your time and money. Don&#039;t bother with any of the below companies:&lt;br /&gt;
&lt;br /&gt;
* BeenVerified&lt;br /&gt;
* Spokeo&lt;br /&gt;
* Truthfinder&lt;br /&gt;
* Whitepages&lt;br /&gt;
* PeekYou&lt;br /&gt;
* Intelius&lt;br /&gt;
&lt;br /&gt;
They WILL give you a lot of information for your money, but less than they tempt you with in the leadup and only after treating you like a three year old looking at some shaking plastic keys who has to be distracted by moving progress bars and popup warnings to get you to the point that you&#039;re paying them out of frustration. I would respect them more if they had a button to skip the puppet show, but I would still not respect them much. Bullshit. Absolute garbage. Don&#039;t reward their bad behavior. Shameful recs from the OSINT-enjoyer page.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Main_Page&amp;diff=355</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Main_Page&amp;diff=355"/>
		<updated>2025-11-08T00:57:35Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LA2600 - November 2025=&lt;br /&gt;
[[r/OSINT: A Cyberstalker&#039;s Review]]&lt;br /&gt;
&lt;br /&gt;
= Where Am I? =&lt;br /&gt;
&lt;br /&gt;
Hi there! You are on my [[Ms-Demeanor|personal]] website! &lt;br /&gt;
&lt;br /&gt;
You may have found your way here because you knew me from Tumblr, or maybe I handed you a business card, or directed you here from a Denny&#039;s in DTLA. &lt;br /&gt;
&lt;br /&gt;
No matter how you got here, welcome!&lt;br /&gt;
&lt;br /&gt;
== What Can I do Here? ==&lt;br /&gt;
&lt;br /&gt;
Sorry, not much. While this is a wiki, this is also my personal site. I&#039;ve decided to host it as a wiki because people have asked me a lot of questions and I&#039;ve given a lot of very long-winded answers and I needed a good way to organize those answers so that people could find them. So you can&#039;t make edits or add to the talk pages or add pages yourself; you&#039;re a spectator and I&#039;m the sport. If you&#039;d like something more interactive, consider sending me an ask on [https://ms-demeanor.tumblr.com/ask my Tumblr].&lt;br /&gt;
&lt;br /&gt;
If you&#039;re interested in staying here and poking around for a bit, what you &#039;&#039;can&#039;&#039; do is read! I&#039;ve written an awful lot over the years and I&#039;m very glad that people are interested in reading it. Hopefully you&#039;ll find something here that interests you. &lt;br /&gt;
&lt;br /&gt;
Thanks for stopping by :)&lt;br /&gt;
&lt;br /&gt;
== Why is that link Red? ==&lt;br /&gt;
&lt;br /&gt;
Red links are planned pages. They may be something that I have already written elsewhere but not formatted for this wiki, or they may be something that I am planning to write from scratch. Expect this site to continue evolving. If you see a red link about a subject that interests you, take heart. It&#039;ll show up here someday. &lt;br /&gt;
&lt;br /&gt;
== Where to Start: ==&lt;br /&gt;
&lt;br /&gt;
*[[PDF Resources]] (The Death Book, The De-Googling Guide, etc.)&lt;br /&gt;
*[[Computers and Technology]]&lt;br /&gt;
*[[Disaster Recovery Resources]]&lt;br /&gt;
*[[ADHD]]&lt;br /&gt;
*[[Depression]]&lt;br /&gt;
*[[Essays and Rants]]&lt;br /&gt;
*[[Reclist]]&lt;br /&gt;
*[[Academics]]&lt;br /&gt;
*[[Recipes]]&lt;br /&gt;
*[[Directory]]&lt;br /&gt;
&lt;br /&gt;
And if that doesn&#039;t get you where you want to be, check out a full menu of what&#039;s available in this [https://www.ms-demeanor.com/wiki/page_title/Special:AllPages list of pages].&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Main_Page&amp;diff=354</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Main_Page&amp;diff=354"/>
		<updated>2025-10-04T01:03:12Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LA2600 - October 2025=&lt;br /&gt;
[[r/OSINT: A Cyberstalker&#039;s Review]]&lt;br /&gt;
&lt;br /&gt;
= Where Am I? =&lt;br /&gt;
&lt;br /&gt;
Hi there! You are on my [[Ms-Demeanor|personal]] website! &lt;br /&gt;
&lt;br /&gt;
You may have found your way here because you knew me from Tumblr, or maybe I handed you a business card, or directed you here from a Denny&#039;s in DTLA. &lt;br /&gt;
&lt;br /&gt;
No matter how you got here, welcome!&lt;br /&gt;
&lt;br /&gt;
== What Can I do Here? ==&lt;br /&gt;
&lt;br /&gt;
Sorry, not much. While this is a wiki, this is also my personal site. I&#039;ve decided to host it as a wiki because people have asked me a lot of questions and I&#039;ve given a lot of very long-winded answers and I needed a good way to organize those answers so that people could find them. So you can&#039;t make edits or add to the talk pages or add pages yourself; you&#039;re a spectator and I&#039;m the sport. If you&#039;d like something more interactive, consider sending me an ask on [https://ms-demeanor.tumblr.com/ask my Tumblr].&lt;br /&gt;
&lt;br /&gt;
If you&#039;re interested in staying here and poking around for a bit, what you &#039;&#039;can&#039;&#039; do is read! I&#039;ve written an awful lot over the years and I&#039;m very glad that people are interested in reading it. Hopefully you&#039;ll find something here that interests you. &lt;br /&gt;
&lt;br /&gt;
Thanks for stopping by :)&lt;br /&gt;
&lt;br /&gt;
== Why is that link Red? ==&lt;br /&gt;
&lt;br /&gt;
Red links are planned pages. They may be something that I have already written elsewhere but not formatted for this wiki, or they may be something that I am planning to write from scratch. Expect this site to continue evolving. If you see a red link about a subject that interests you, take heart. It&#039;ll show up here someday. &lt;br /&gt;
&lt;br /&gt;
== Where to Start: ==&lt;br /&gt;
&lt;br /&gt;
*[[PDF Resources]] (The Death Book, The De-Googling Guide, etc.)&lt;br /&gt;
*[[Computers and Technology]]&lt;br /&gt;
*[[Disaster Recovery Resources]]&lt;br /&gt;
*[[ADHD]]&lt;br /&gt;
*[[Depression]]&lt;br /&gt;
*[[Essays and Rants]]&lt;br /&gt;
*[[Reclist]]&lt;br /&gt;
*[[Academics]]&lt;br /&gt;
*[[Recipes]]&lt;br /&gt;
*[[Directory]]&lt;br /&gt;
&lt;br /&gt;
And if that doesn&#039;t get you where you want to be, check out a full menu of what&#039;s available in this [https://www.ms-demeanor.com/wiki/page_title/Special:AllPages list of pages].&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Main_Page&amp;diff=353</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Main_Page&amp;diff=353"/>
		<updated>2025-10-04T01:02:30Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LA2600 - October 2025=&lt;br /&gt;
[[r/OSINT: A Cyberstalker&#039;s Review]]&lt;br /&gt;
&lt;br /&gt;
= Where Am I? =&lt;br /&gt;
&lt;br /&gt;
Hi there! You are on my [[Ms-Demeanor|personal]] website! &lt;br /&gt;
&lt;br /&gt;
You may have found your way here because you knew me from Tumblr, or maybe I handed you a business card, or directed you here from a Denny&#039;s in DTLA. &lt;br /&gt;
&lt;br /&gt;
No matter how you got here, welcome!&lt;br /&gt;
&lt;br /&gt;
== What Can I do Here? ==&lt;br /&gt;
&lt;br /&gt;
Sorry, not much. While this is a wiki, this is also my personal site. I&#039;ve decided to host it as a wiki because people have asked me a lot of questions and I&#039;ve given a lot of very long-winded answers and I needed a good way to organize those answers so that people could find them. So you can&#039;t make edits or add to the talk pages or add pages yourself; you&#039;re a spectator and I&#039;m the sport. If you&#039;d like something more interactive, consider sending me an ask on [https://ms-demeanor.tumblr.com/ask my Tumblr].&lt;br /&gt;
&lt;br /&gt;
If you&#039;re interested in staying here and poking around for a bit, what you &#039;&#039;can&#039;&#039; do is read! I&#039;ve written an awful lot over the years and I&#039;m very glad that people are interested in reading it. Hopefully you&#039;ll find something here that interests you. &lt;br /&gt;
&lt;br /&gt;
Thanks for stopping by :)&lt;br /&gt;
&lt;br /&gt;
== Why is that link Red? ==&lt;br /&gt;
&lt;br /&gt;
Red links are planned pages. They may be something that I have already written elsewhere but not formatted for this wiki, or they may be something that I am planning to write from scratch. Expect this site to continue evolving. If you see a red link about a subject that interests you, take heart. It&#039;ll show up here someday. &lt;br /&gt;
&lt;br /&gt;
== Where to Start: ==&lt;br /&gt;
&lt;br /&gt;
*[[PDF Resources]] (The Death Book, The De-Googling Guide, etc.)&lt;br /&gt;
*[[Computers and Technology]]&lt;br /&gt;
*[[2025 LA Fire Disaster Recovery Resources]]&lt;br /&gt;
*[[ADHD]]&lt;br /&gt;
*[[Depression]]&lt;br /&gt;
*[[Essays and Rants]]&lt;br /&gt;
*[[Reclist]]&lt;br /&gt;
*[[Academics]]&lt;br /&gt;
*[[Recipes]]&lt;br /&gt;
*[[Directory]]&lt;br /&gt;
&lt;br /&gt;
And if that doesn&#039;t get you where you want to be, check out a full menu of what&#039;s available in this [https://www.ms-demeanor.com/wiki/page_title/Special:AllPages list of pages].&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=R/OSINT:_A_Cyberstalker%27s_Review&amp;diff=352</id>
		<title>R/OSINT: A Cyberstalker&#039;s Review</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=R/OSINT:_A_Cyberstalker%27s_Review&amp;diff=352"/>
		<updated>2025-10-04T00:37:25Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On August 9th 2025 I bought a piece of shit Subaru from a scammer. The car is a nightmare and I&#039;m suing the scammer. I&#039;m able to sue the scammer because there is something broken in my brain and I have unearthed every piece of scam bullshit in his scam life. In the process of finding his home address and childrens&#039; school, I ended up glancing off of r/OSINT several times and finding myself frustrated by some of the shit recs in their [https://old.reddit.com/r/OSINT/wiki/tools &#039;wiki&#039;] (c&#039;mon guys use some bullet points, have some self respect).&lt;br /&gt;
&lt;br /&gt;
As such, I&#039;m here to review their recs from the perspective of an insane person who is hunting down the object of their obsession like a jealous ex rather than someone trying to put together a serious OSINT profile.&lt;br /&gt;
&lt;br /&gt;
== Review Standards ==&lt;br /&gt;
* Accessibility - I looked primarily at browser-based sites that could be used effectively in Firefox Mobile, nothing that I had to run locally. &lt;br /&gt;
* Is the rec pure shit? Is the site exploitative, expensive, and does the site owner think you&#039;re so, so fucking stupid?&lt;br /&gt;
* Is it multi-useless or a multi-tool?&lt;br /&gt;
* Do you need to register/create an account?&lt;br /&gt;
&lt;br /&gt;
=The Good= &lt;br /&gt;
Not garbage! Worthwhile to use, would rec to a tech-clueless friend and not worry about them getting ripped off.&lt;br /&gt;
&lt;br /&gt;
==[https://whatsmyname.app/ Whatsmyname.app]==&lt;br /&gt;
* Searches 600+ sites for instances for a username.&lt;br /&gt;
* Provides a printable report and links back to findings&lt;br /&gt;
* Is missing some social sites&lt;br /&gt;
* Requires that cookies be enabled&lt;br /&gt;
&lt;br /&gt;
==[https://instantusername.com/ Instantusername.com]==&lt;br /&gt;
* Checks availability of usernames on a number of social sites&lt;br /&gt;
* Moderate error rate&lt;br /&gt;
* Doesn&#039;t tell you a lot but is extremely easy to use&lt;br /&gt;
* Makes it very easy to search multiple permutations of usernames&lt;br /&gt;
&lt;br /&gt;
==[https://viewdns.info/ ViewDNS.info]==&lt;br /&gt;
* Multi-tool - many options for DNS/whois/registration/IP info lookup on a single page&lt;br /&gt;
* Extremely easy to use&lt;br /&gt;
* Fast lookup for reverse whois&lt;br /&gt;
* Good for tech-y people to get a lot of info, good for non-tech-y people to find basic info.&lt;br /&gt;
&lt;br /&gt;
==[https://mever.gr/forensics/ Mever Image Verification Assistant]==&lt;br /&gt;
* Photo editing artifact analysis&lt;br /&gt;
* Helps identify splicing, filtering, and image degradation&lt;br /&gt;
&lt;br /&gt;
==[https://imgops.com/ ImgOps]==&lt;br /&gt;
* Multitool!&lt;br /&gt;
* Exif data quickviewer&lt;br /&gt;
* One-click rehosting&lt;br /&gt;
* OCR&lt;br /&gt;
* QR Decode&lt;br /&gt;
* Specialized reverse search links&lt;br /&gt;
  &lt;br /&gt;
=The Meh=&lt;br /&gt;
Somewhat inaccessible, not particularly useful to crazed people searching on their phone at 4AM, but totally functional for broader research.&lt;br /&gt;
&lt;br /&gt;
==[https://www.osintcombine.com/tools OSINTCombine free tools]==&lt;br /&gt;
* Multiple free social media and data visualization tools&lt;br /&gt;
* Handy curated bookmarks for OSINT geeks&lt;br /&gt;
* For people who actually want to report on disinfo or find groyper hangouts, not for people driven to ruin one particular person&#039;s life. &lt;br /&gt;
&lt;br /&gt;
==[https://www.broadcastify.com/listen/ Broadcastify]==&lt;br /&gt;
* Online fire and police scanners&lt;br /&gt;
* Fiddly, hard to find very specific dispatch groups&lt;br /&gt;
* Free for HTML Web Player, paid for better listening options&lt;br /&gt;
&lt;br /&gt;
==[https://lookify.io/ Lookify]==&lt;br /&gt;
* Paid&lt;br /&gt;
* Requires registration&lt;br /&gt;
* Requires phone number of the person you&#039;re preparing to rain down hell upon&lt;br /&gt;
* Easy to cancel&lt;br /&gt;
* One &#039;pro&#039; search per trial&lt;br /&gt;
* Paid credits persist once sub is cancelled&lt;br /&gt;
* Doesn&#039;t treat you like a gullible child&lt;br /&gt;
* Works but only worth it if you&#039;re insane&lt;br /&gt;
&lt;br /&gt;
==[http://livingatlas.arcgis.com/wayback/ Wayback Living Atlas]==&lt;br /&gt;
* Historical satellite photos&lt;br /&gt;
* Pain in the ass to see on mobile&lt;br /&gt;
* Variable history of images based on location&lt;br /&gt;
&lt;br /&gt;
=The Missing=&lt;br /&gt;
* Findagrave.com - useful free verification for family names for morbid motherfuckers&lt;br /&gt;
* PACER - Account required, needs CC and wallet name, allows you to view court records&lt;br /&gt;
* RECAP - Chad browser extension that open sources court records, will let users know if records have already been downloaded and if used while paying to download new records, adds records to database. Information wants to be free and you can help. &lt;br /&gt;
* Wayback Machine Extension - In FF, not maintained, lets you instantly check for archived copies of a page and lets you archive pages in an instant. Incredibly useful&lt;br /&gt;
* [https://nationalpublicdata.com/ Nationalpublicdata.com] - will provide names, addresses, and phone numbers of everyone in their database for free, as long as you can search by full name.&lt;br /&gt;
&lt;br /&gt;
=The Worst=&lt;br /&gt;
These are the horrid sites that want you to pantomime research while they gatekeep their payment page to increase your frustration and tease you with hints of info to get you to pay for a report. They&#039;re all shit. They&#039;re all the fucking worst. Any of the stupid sites that give you popups warning you that the [https://64.media.tumblr.com/1d9263f7073903b9419bde796486452f/a16dceeba292a51b-d0/s1280x1920/a77b72ab23d03d9ca8ba2b2067fc2e8232caa27a.pnj information contained herein is graphic], that ask you to check off contacts so you can pretend you&#039;re doing research (while it&#039;s gearing up to charge you for extra reports), that [https://64.media.tumblr.com/8674e39e15eac533571900e18526a1fe/a16dceeba292a51b-1b/s1280x1920/5a5c2fc97550869c39c5b9d4c7c0c1ab7d3ee3d6.pnj want your contact info] before they&#039;ll show you anything, that make you wait through [https://64.media.tumblr.com/692de7fbf92fe821ef70609fc805d281/a16dceeba292a51b-dd/s1280x1920/8d489a1a605a9f76a803c3939544720ef945f395.pnj fifteen minutes of progress bars] before they show you what that wasted time will [https://64.media.tumblr.com/b29a763366e2df908a9e9196ac259a3b/a16dceeba292a51b-24/s1280x1920/e7b70eda5ae8e38ece715d60af8d572d9d4289d7.pnj cost you], none of them are worth your time and money. Don&#039;t bother with any of the below companies:&lt;br /&gt;
&lt;br /&gt;
* BeenVerified&lt;br /&gt;
* Spokeo&lt;br /&gt;
* Truthfinder&lt;br /&gt;
* Whitepages&lt;br /&gt;
* PeekYou&lt;br /&gt;
* Intelius&lt;br /&gt;
&lt;br /&gt;
They WILL give you a lot of information for your money, but less than they tempt you with in the leadup and only after treating you like a three year old looking at some shaking plastic keys who has to be distracted by moving progress bars and popup warnings to get you to the point that you&#039;re paying them out of frustration. I would respect them more if they had a button to skip the puppet show, but I would still not respect them much. Bullshit. Absolute garbage. Don&#039;t reward their bad behavior. Shameful recs from the OSINT-enjoyer page.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=R/OSINT:_A_Cyberstalker%27s_Review&amp;diff=351</id>
		<title>R/OSINT: A Cyberstalker&#039;s Review</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=R/OSINT:_A_Cyberstalker%27s_Review&amp;diff=351"/>
		<updated>2025-10-04T00:31:57Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On August 9th 2025 I bought a piece of shit Subaru from a scammer. The car is a nightmare and I&#039;m suing the scammer. I&#039;m able to sue the scammer because there is something broken in my brain and I have unearthed every piece of scam bullshit in his scam life. In the process of finding his home address and childrens&#039; school, I ended up glancing off of r/OSINT several times and finding myself frustrated by some of the shit recs in their [https://old.reddit.com/r/OSINT/wiki/tools &#039;wiki&#039;] (c&#039;mon guys use some bullet points, have some self respect).&lt;br /&gt;
&lt;br /&gt;
As such, I&#039;m here to review their recs from the perspective of an insane person who is hunting down the object of their obsession like a jealous ex rather than someone trying to put together a serious OSINT profile.&lt;br /&gt;
&lt;br /&gt;
== Review Standards ==&lt;br /&gt;
* Accessibility - I looked primarily at browser-based sites that could be used effectively in Firefox Mobile, nothing that I had to run locally. &lt;br /&gt;
* Is the rec pure shit? Is the site exploitative, expensive, and does the site owner think you&#039;re so, so fucking stupid?&lt;br /&gt;
* Is it multi-useless or a multi-tool?&lt;br /&gt;
* Do you need to register/create an account?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=The Good= &lt;br /&gt;
Not garbage! Worthwhile to use, would rec to a tech-clueless friend and not worry about them getting ripped off.&lt;br /&gt;
&lt;br /&gt;
==[https://whatsmyname.app/ Whatsmyname.app]==&lt;br /&gt;
* Searches 600+ sites for instances for a username.&lt;br /&gt;
* Provides a printable report and links back to findings&lt;br /&gt;
* Is missing some social sites&lt;br /&gt;
* Requires that cookies be enabled&lt;br /&gt;
&lt;br /&gt;
==[https://instantusername.com/ Instantusername.com]==&lt;br /&gt;
* Checks availability of usernames on a number of social sites&lt;br /&gt;
* Moderate error rate&lt;br /&gt;
* Doesn&#039;t tell you a lot but is extremely easy to use&lt;br /&gt;
* Makes it very easy to search multiple permutations of usernames&lt;br /&gt;
&lt;br /&gt;
==[https://viewdns.info/ ViewDNS.info]==&lt;br /&gt;
* Multi-tool - many options for DNS/whois/registration/IP info lookup on a single page&lt;br /&gt;
* Extremely easy to use&lt;br /&gt;
* Fast lookup for reverse whois&lt;br /&gt;
* Good for tech-y people to get a lot of info, good for non-tech-y people to find basic info.&lt;br /&gt;
&lt;br /&gt;
==[https://mever.gr/forensics/ Mever Image Verification Assistant]==&lt;br /&gt;
* Photo editing artifact analysis&lt;br /&gt;
* Helps identify splicing, filtering, and image degradation&lt;br /&gt;
&lt;br /&gt;
==[https://imgops.com/ ImgOps]==&lt;br /&gt;
* Multitool!&lt;br /&gt;
* Exif data quickviewer&lt;br /&gt;
* One-click rehosting&lt;br /&gt;
* OCR&lt;br /&gt;
* QR Decode&lt;br /&gt;
* Specialized reverse search links&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
=The Meh=&lt;br /&gt;
Somewhat inaccessible, not particularly useful to crazed people searching on their phone at 4AM, but totally functional for broader research.&lt;br /&gt;
&lt;br /&gt;
==[https://www.osintcombine.com/tools OSINTCombine free tools]==&lt;br /&gt;
* Multiple free social media and data visualization tools&lt;br /&gt;
* Handy curated bookmarks for OSINT geeks&lt;br /&gt;
* For people who actually want to report on disinfo or find groyper hangouts, not for people driven to ruin one particular person&#039;s life. &lt;br /&gt;
&lt;br /&gt;
==[https://www.broadcastify.com/listen/ Broadcastify]==&lt;br /&gt;
* Online fire and police scanners&lt;br /&gt;
* Fiddly, hard to find very specific dispatch groups&lt;br /&gt;
* Free for HTML Web Player, paid for better listening options&lt;br /&gt;
&lt;br /&gt;
==[https://lookify.io/ Lookify]==&lt;br /&gt;
* Paid&lt;br /&gt;
* Requires registration&lt;br /&gt;
* Requires phone number of the person you&#039;re preparing to rain down hell upon&lt;br /&gt;
* Easy to cancel&lt;br /&gt;
* One &#039;pro&#039; search per trial&lt;br /&gt;
* Paid credits persist once sub is cancelled&lt;br /&gt;
* Doesn&#039;t treat you like a gullible child&lt;br /&gt;
* Works but only worth it if you&#039;re insane&lt;br /&gt;
&lt;br /&gt;
==[http://livingatlas.arcgis.com/wayback/ Wayback Living Atlas]==&lt;br /&gt;
* Historical satellite photos&lt;br /&gt;
* Pain in the ass to see on mobile&lt;br /&gt;
* Variable history of images based on location&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=The Missing=&lt;br /&gt;
* Findagrave.com - useful free verification for family names for morbid motherfuckers&lt;br /&gt;
* PACER - Account required, needs CC and wallet name, allows you to view court records&lt;br /&gt;
* RECAP - Chad browser extension that open sources court records, will let users know if records have already been downloaded and if used while paying to download new records, adds records to database. Information wants to be free and you can help. &lt;br /&gt;
* Wayback Machine Extension - In FF, not maintained, lets you instantly check for archived copies of a page and lets you archive pages in an instant. Incredibly useful&lt;br /&gt;
* [https://nationalpublicdata.com/ Nationalpublicdata.com] - will provide names, addresses, and phone numbers of everyone in their database for free, as long as you can search by full name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=The Worst=&lt;br /&gt;
These are the horrid sites that want you to pantomime research while they gatekeep their payment page to increase your frustration and tease you with hints of info to get you to pay for a report. They&#039;re all shit. They&#039;re all the fucking worst. Any of the stupid sites that give you popups warning you that the [https://64.media.tumblr.com/1d9263f7073903b9419bde796486452f/a16dceeba292a51b-d0/s1280x1920/a77b72ab23d03d9ca8ba2b2067fc2e8232caa27a.pnj information contained herein is graphic], that ask you to check off contacts so you can pretend you&#039;re doing research (while it&#039;s gearing up to charge you for extra reports), that [https://64.media.tumblr.com/8674e39e15eac533571900e18526a1fe/a16dceeba292a51b-1b/s1280x1920/5a5c2fc97550869c39c5b9d4c7c0c1ab7d3ee3d6.pnj want your contact info] before they&#039;ll show you anything, that make you wait through [https://64.media.tumblr.com/692de7fbf92fe821ef70609fc805d281/a16dceeba292a51b-dd/s1280x1920/8d489a1a605a9f76a803c3939544720ef945f395.pnj fifteen minutes of progress bars] before they show you what that wasted time will [https://64.media.tumblr.com/b29a763366e2df908a9e9196ac259a3b/a16dceeba292a51b-24/s1280x1920/e7b70eda5ae8e38ece715d60af8d572d9d4289d7.pnj cost you], none of them are worth your time and money. Don&#039;t bother with any of the below companies:&lt;br /&gt;
&lt;br /&gt;
* BeenVerified&lt;br /&gt;
* Spokeo&lt;br /&gt;
* Truthfinder&lt;br /&gt;
* Whitepages&lt;br /&gt;
* PeekYou&lt;br /&gt;
* Intelius&lt;br /&gt;
&lt;br /&gt;
They WILL give you a lot of information for your money, but less than they tempt you with in the leadup and only after treating you like a three year old looking at some shaking plastic keys who has to be distracted by moving progress bars and popup warnings to get you to the point that you&#039;re paying them out of frustration. I would respect them more if they had a button to skip the puppet show, but I would still not respect them much. Bullshit. Absolute garbage. Don&#039;t reward their bad behavior. Shameful recs from the OSINT-enjoyer page.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=R/OSINT:_A_Cyberstalker%27s_Review&amp;diff=350</id>
		<title>R/OSINT: A Cyberstalker&#039;s Review</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=R/OSINT:_A_Cyberstalker%27s_Review&amp;diff=350"/>
		<updated>2025-10-03T23:50:19Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: Created page with &amp;quot;On August 9th 2025 I bought a piece of shit Subaru from a scammer. The car is a nightmare and I&amp;#039;m suing the scammer. I&amp;#039;m able to sue the scammer because there is something broken in my brain and I have unearthed every piece of scam bullshit in his scam life. In the process of finding his home address and childrens&amp;#039; school, I ended up glancing off of r/OSINT several times and finding myself frustrated by some of the shit recs in their [https://old.reddit.com/r/OSINT/wiki/...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On August 9th 2025 I bought a piece of shit Subaru from a scammer. The car is a nightmare and I&#039;m suing the scammer. I&#039;m able to sue the scammer because there is something broken in my brain and I have unearthed every piece of scam bullshit in his scam life. In the process of finding his home address and childrens&#039; school, I ended up glancing off of r/OSINT several times and finding myself frustrated by some of the shit recs in their [https://old.reddit.com/r/OSINT/wiki/tools &#039;wiki&#039;] (c&#039;mon guys use some bullet points, have some self respect).&lt;br /&gt;
&lt;br /&gt;
As such, I&#039;m here to review their recs from the perspective of an insane person who is hunting down the object of their obsession like a jealous ex rather than someone trying to put together a serious OSINT profile.&lt;br /&gt;
&lt;br /&gt;
== Review Standards ==&lt;br /&gt;
* Accessibility - I looked primarily at browser-based sites that could be used effectively in Firefox Mobile, nothing that I had to run locally. &lt;br /&gt;
* Is the rec pure shit? Is the site exploitative, expensive, and does the site owner think you&#039;re so, so fucking stupid?&lt;br /&gt;
* Is it multi-useless or a multi-tool?&lt;br /&gt;
* Do you need to register/create an account?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=The Good= &lt;br /&gt;
Not garbage! Worthwhile to use, would rec to a tech-clueless friend and not worry about them getting ripped off.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[https://whatsmyname.app/ Whatsmyname.app]==&lt;br /&gt;
* Searches 600+ sites for instances for a username.&lt;br /&gt;
* Provides a printable report and links back to findings&lt;br /&gt;
* Is missing some social sites&lt;br /&gt;
* Requires that cookies be enabled&lt;br /&gt;
&lt;br /&gt;
==[https://instantusername.com/ Instantusername.com]==&lt;br /&gt;
* Checks availability of usernames on a number of social sites&lt;br /&gt;
* Moderate error rate&lt;br /&gt;
* Doesn&#039;t tell you a lot but is extremely easy to use&lt;br /&gt;
* Makes it very easy to search multiple permutations of usernames&lt;br /&gt;
&lt;br /&gt;
==[https://viewdns.info/ ViewDNS.info]==&lt;br /&gt;
* Multi-tool - many options for DNS/whois/registration/IP info lookup on a single page&lt;br /&gt;
* Extremely easy to use&lt;br /&gt;
* Fast lookup for reverse whois&lt;br /&gt;
* Good for tech-y people to get a lot of info, good for non-tech-y people to find basic info.&lt;br /&gt;
&lt;br /&gt;
==[https://mever.gr/forensics/ Mever Image Verification Assistant]==&lt;br /&gt;
* Photo editing artifact analysis&lt;br /&gt;
* Helps identify splicing, filtering, and image degradation&lt;br /&gt;
&lt;br /&gt;
==[https://imgops.com/ ImgOps]==&lt;br /&gt;
* Multitool!&lt;br /&gt;
* Exif data quickviewer&lt;br /&gt;
* One-click rehosting&lt;br /&gt;
* OCR&lt;br /&gt;
* QR Decode&lt;br /&gt;
* Specialized reverse search links&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
=The Meh=&lt;br /&gt;
Somewhat inaccessible, not particularly useful to crazed people searching on their phone at 4AM, but totally functional for broader research.&lt;br /&gt;
&lt;br /&gt;
==[https://www.osintcombine.com/tools OSINTCombine free tools]==&lt;br /&gt;
* Multiple free social media and data visualization tools&lt;br /&gt;
* Handy curated bookmarks for OSINT geeks&lt;br /&gt;
* For people who actually want to report on disinfo or find groyper hangouts, not for people driven to ruin one particular person&#039;s life. &lt;br /&gt;
&lt;br /&gt;
==[https://www.broadcastify.com/listen/ Broadcastify]==&lt;br /&gt;
* Online fire and police scanners&lt;br /&gt;
* Fiddly, hard to find very specific dispatch groups&lt;br /&gt;
* Free for HTML Web Player, paid for better listening options&lt;br /&gt;
&lt;br /&gt;
==[http://livingatlas.arcgis.com/wayback/ Wayback Living Atlas]==&lt;br /&gt;
* Historical satellite photos&lt;br /&gt;
* Pain in the ass to see on mobile&lt;br /&gt;
* Variable history of images based on location&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Main_Page&amp;diff=349</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Main_Page&amp;diff=349"/>
		<updated>2025-10-03T22:44:24Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LA2600 - October 2025=&lt;br /&gt;
[[r/OSINT: A Cyberstalker&#039;s Review]]&lt;br /&gt;
&lt;br /&gt;
= Where Am I? =&lt;br /&gt;
&lt;br /&gt;
Hi there! You are on my [[Ms-Demeanor|personal]] website! &lt;br /&gt;
&lt;br /&gt;
You may have found your way here because you knew me from Tumblr, or maybe I handed you a business card, or perhaps a cat walked by on his hind legs and recited the URL. &lt;br /&gt;
&lt;br /&gt;
No matter how you got here, welcome!&lt;br /&gt;
&lt;br /&gt;
== What Can I do Here? ==&lt;br /&gt;
&lt;br /&gt;
Sorry, not much. While this is a wiki, this is also my personal site. I&#039;ve decided to host it as a wiki because people have asked me a lot of questions and I&#039;ve given a lot of very long-winded answers and I needed a good way to organize those answers so that people could find them. So you can&#039;t make edits or add to the talk pages or add pages yourself; you&#039;re a spectator and I&#039;m the sport. If you&#039;d like something more interactive, consider sending me an ask on [https://ms-demeanor.tumblr.com/ask my Tumblr].&lt;br /&gt;
&lt;br /&gt;
If you&#039;re interested in staying here and poking around for a bit, what you &#039;&#039;can&#039;&#039; do is read! I&#039;ve written an awful lot over the years and I&#039;m very glad that people are interested in reading it. Hopefully you&#039;ll find something here that interests you. &lt;br /&gt;
&lt;br /&gt;
Thanks for stopping by :)&lt;br /&gt;
&lt;br /&gt;
== Why is that link Red? ==&lt;br /&gt;
&lt;br /&gt;
Red links are planned pages. They may be something that I have already written elsewhere but not formatted for this wiki, or they may be something that I am planning to write from scratch. Expect this site to continue evolving. If you see a red link about a subject that interests you, take heart. It&#039;ll show up here someday. &lt;br /&gt;
&lt;br /&gt;
== Where to Start: ==&lt;br /&gt;
&lt;br /&gt;
*[[PDF Resources]] (The Death Book, The De-Googling Guide, etc.)&lt;br /&gt;
*[[Computers and Technology]]&lt;br /&gt;
*[[2025 LA Fire Disaster Recovery Resources]]&lt;br /&gt;
*[[ADHD]]&lt;br /&gt;
*[[Depression]]&lt;br /&gt;
*[[Essays and Rants]]&lt;br /&gt;
*[[Reclist]]&lt;br /&gt;
*[[Academics]]&lt;br /&gt;
*[[Recipes]]&lt;br /&gt;
*[[Directory]]&lt;br /&gt;
&lt;br /&gt;
And if that doesn&#039;t get you where you want to be, check out a full menu of what&#039;s available in this [https://www.ms-demeanor.com/wiki/page_title/Special:AllPages list of pages].&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Main_Page&amp;diff=348</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Main_Page&amp;diff=348"/>
		<updated>2025-10-03T22:40:22Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LA2600 - October 2025=&lt;br /&gt;
[[R/OSINT: A Cyberstalker&#039;s Review]]&lt;br /&gt;
&lt;br /&gt;
= Where Am I? =&lt;br /&gt;
&lt;br /&gt;
Hi there! You are on my [[Ms-Demeanor|personal]] website! &lt;br /&gt;
&lt;br /&gt;
You may have found your way here because you knew me from Tumblr, or maybe I handed you a business card, or perhaps a cat walked by on his hind legs and recited the URL. &lt;br /&gt;
&lt;br /&gt;
No matter how you got here, welcome!&lt;br /&gt;
&lt;br /&gt;
== What Can I do Here? ==&lt;br /&gt;
&lt;br /&gt;
Sorry, not much. While this is a wiki, this is also my personal site. I&#039;ve decided to host it as a wiki because people have asked me a lot of questions and I&#039;ve given a lot of very long-winded answers and I needed a good way to organize those answers so that people could find them. So you can&#039;t make edits or add to the talk pages or add pages yourself; you&#039;re a spectator and I&#039;m the sport. If you&#039;d like something more interactive, consider sending me an ask on [https://ms-demeanor.tumblr.com/ask my Tumblr].&lt;br /&gt;
&lt;br /&gt;
If you&#039;re interested in staying here and poking around for a bit, what you &#039;&#039;can&#039;&#039; do is read! I&#039;ve written an awful lot over the years and I&#039;m very glad that people are interested in reading it. Hopefully you&#039;ll find something here that interests you. &lt;br /&gt;
&lt;br /&gt;
Thanks for stopping by :)&lt;br /&gt;
&lt;br /&gt;
== Why is that link Red? ==&lt;br /&gt;
&lt;br /&gt;
Red links are planned pages. They may be something that I have already written elsewhere but not formatted for this wiki, or they may be something that I am planning to write from scratch. Expect this site to continue evolving. If you see a red link about a subject that interests you, take heart. It&#039;ll show up here someday. &lt;br /&gt;
&lt;br /&gt;
== Where to Start: ==&lt;br /&gt;
&lt;br /&gt;
*[[PDF Resources]] (The Death Book, The De-Googling Guide, etc.)&lt;br /&gt;
*[[Computers and Technology]]&lt;br /&gt;
*[[2025 LA Fire Disaster Recovery Resources]]&lt;br /&gt;
*[[ADHD]]&lt;br /&gt;
*[[Depression]]&lt;br /&gt;
*[[Essays and Rants]]&lt;br /&gt;
*[[Reclist]]&lt;br /&gt;
*[[Academics]]&lt;br /&gt;
*[[Recipes]]&lt;br /&gt;
*[[Directory]]&lt;br /&gt;
&lt;br /&gt;
And if that doesn&#039;t get you where you want to be, check out a full menu of what&#039;s available in this [https://www.ms-demeanor.com/wiki/page_title/Special:AllPages list of pages].&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Habit_Stacking&amp;diff=347</id>
		<title>Habit Stacking</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Habit_Stacking&amp;diff=347"/>
		<updated>2025-07-21T05:37:16Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Habit stacking is the act of combining two habits into a single activity to encourage better adherence to one or both habits. The prototypical example is brushing and flossing your teeth; if you associate brushing and flossing as a thing you do together, you may have an easier time building and maintaining a flossing habit than you would if you tried to brush in the morning but floss after lunch. &lt;br /&gt;
&lt;br /&gt;
The best example I have from my life stacks three habits: Brushing, flossing, and skincare. &lt;br /&gt;
&lt;br /&gt;
* First I put on my lightweight moisturizer. &lt;br /&gt;
* While that is drying down I floss my teeth.&lt;br /&gt;
* Then I put on my moisturizing cream.&lt;br /&gt;
* While that is drying down I brush my teeth.&lt;br /&gt;
* Then I put on my sunblock and hurray ta-dah, five things I hate doing individually are now one efficient routine. &lt;br /&gt;
&lt;br /&gt;
There are thousands of examples out there, and you can play around with it to make it more effective. Maybe you want to practice playing guitar more and you want more fiber; perhaps you get to have a nice smoothie with chia seeds after you&#039;ve practiced for at least five minutes. Maybe you want to play with your dog more and also stretch more; perhaps you make a game of stretching that you can play with your dog. Think about some of the things that you wish you did more of and think about whether you might be able to do that while also doing dishes or riding on your commute or working in the garden.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Habit_Stacking&amp;diff=346</id>
		<title>Habit Stacking</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Habit_Stacking&amp;diff=346"/>
		<updated>2025-07-21T05:37:05Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: Created page with &amp;quot;Habit stacking is the act of combining two habits into a single activity to encourage better adherence to one or both habits. The prototypical example is brushing and flossing your teeth; if you associate brushing and flossing as a thing you do together, you may have an easier time building and maintaining a flossing habit than you would if you tried to brush in the morning but floss after lunch.   The best example I have from my life stacks three habits: Brushing, floss...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Habit stacking is the act of combining two habits into a single activity to encourage better adherence to one or both habits. The prototypical example is brushing and flossing your teeth; if you associate brushing and flossing as a thing you do together, you may have an easier time building and maintaining a flossing habit than you would if you tried to brush in the morning but floss after lunch. &lt;br /&gt;
&lt;br /&gt;
The best example I have from my life stacks three habits: Brushing, flossing, and skincare. &lt;br /&gt;
&lt;br /&gt;
* First I put on my lightweight moisturizer. &lt;br /&gt;
* While that is drying down I floss my teeth.&lt;br /&gt;
* Then I put on my moisturizing cream.&lt;br /&gt;
* While that is drying down I brush my teeth.&lt;br /&gt;
* Then I put on my sunblock and hurray ta-dah, five things I hate doing individually are now one efficient routine. &lt;br /&gt;
&lt;br /&gt;
There are thousands of examples out there, and you can play around with it to make it more effective. Maybe you want to practice playing guitar more and you want more fiber; perhaps you get to have a nice smoothie with chia seeds after you&#039;ve practiced for at least five minutes. Maybe you want to play with your dog more and also stretch more; perhaps you make a game of stretching that you can play with your dog. Think about some of the things that you wish you did more of and think about whether you might be able to do that while also doing dishes or riding on your commute or working in the garden. Good luck!&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Speedbumps&amp;diff=345</id>
		<title>Speedbumps</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Speedbumps&amp;diff=345"/>
		<updated>2025-07-21T05:29:38Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: Created page with &amp;quot;&amp;quot;Speedbumps&amp;quot; are things that prevent you from maintaining momentum on your path. They force you to slow down or divert from your primary goal. This may be a good thing in a grocery store parking lot, but it&amp;#039;s a disaster in your brain.   = Examples =  Speedbumps take a lot of different forms, but there are two main categories that I&amp;#039;ve defined from my experience:  * Delay * Distraction These are not 100% discrete categories, as a delay can turn into a distraction and a di...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;Speedbumps&amp;quot; are things that prevent you from maintaining momentum on your path. They force you to slow down or divert from your primary goal. This may be a good thing in a grocery store parking lot, but it&#039;s a disaster in your brain. &lt;br /&gt;
&lt;br /&gt;
= Examples = &lt;br /&gt;
Speedbumps take a lot of different forms, but there are two main categories that I&#039;ve defined from my experience: &lt;br /&gt;
* Delay&lt;br /&gt;
* Distraction&lt;br /&gt;
These are not 100% discrete categories, as a delay can turn into a distraction and a distraction can cause a delay, but in general I&#039;d say that delays are largely external (caused by something outside of yourself) and distractions are internal (caused by your brain). That&#039;s also not to say that delays are legitimate and distractions are bullshit - distractions can be a reaction to other people, delays can be caused by inattention. You&#039;re not &amp;quot;one of the good ones&amp;quot; if your speedbumps are all delays. Don&#039;t beat yourself up if you&#039;re prone to distraction. (I&#039;m writing this because it&#039;s a distraction; sometimes distractions are really productive, just in the wrong direction.) &lt;br /&gt;
&lt;br /&gt;
==Delays==&lt;br /&gt;
* You are setting up a website. You own the domain name, you know what software you want to use, you know what host you want to use, you have several pages written and images created for the site. In order to host the website the way you want to, you need to have the domain registered with the host you want to use. Your domain is currently registered with a different registrar and needs to be transferred, an action which takes a few days to process. You cannot work on the website until your domain transfers. &lt;br /&gt;
* You are replacing the brake pads on your car. You have time blocked out, you have the parts in hand, you know the weather will be good, you cannot find your jack. You can&#039;t do the work until you can find the jack. &lt;br /&gt;
* You are placing an order at work; to get the order shipped to the right address you need to submit a sales tax certificate for the state you&#039;re shipping to. &lt;br /&gt;
&lt;br /&gt;
==Distractions==&lt;br /&gt;
* You are setting up a website. While looking up how to use a particular type of markdown, you stumble across an interesting article on the history of markdown languages. This leads to a wikipedia hole. &lt;br /&gt;
* You are replacing the brake pads on your car. After you have the first wheel off, you realize you need to use the restroom. You use the restroom, but on your way back to the driveway you get a call from your friend who has a question about your weekend plans. You go look at your calendar to answer the question, and then ask them a question about their week. This turns into a long conversation, and the weather has changed when you make it back to the driveway. &lt;br /&gt;
* You are placing an order at work; while retrieving the MFA code from your email, you see an urgent message in the team slack that you can respond to. You reply to your coworker and collect information on the customer, then add your time to the ticket and discuss the next steps to resolve the client issue with your coworker. You build a configuration that includes the missing information you discovered while responding and update the process documentation for this software. Two hours later, you realize you never placed the order.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
= Mitigation =&lt;br /&gt;
Much like in the real world, the best way to mitigate speedbumps is to know they&#039;re coming and, if at all possible, avoid them. You can&#039;t always know what speedbumps are coming up, but you can know when they&#039;re likely to come up and can pre-plan a strategy to handle them. Most of this comes down to preparation, but some comes from developing time management skills, organization skills, and the ability to say &#039;no&#039; when it might upset people. It&#039;s a process. &lt;br /&gt;
&lt;br /&gt;
==Mitigating Delays==&lt;br /&gt;
* [[Mis en Place]] - in baking, this is the process of reading a recipe and preparing all the ingredients and tools before you start actually baking. When working on a car, this might mean making sure that your tools, jacks, parts, and instructions are all ready to go before you start working. When setting up a website, this might mean waiting to start until you are certain that your domain is registered with your host. &lt;br /&gt;
* Start early - people with ADHD are very bad at estimating how long tasks take; if you give yourself more time at the beginning you are going to be less harried by a delay. &lt;br /&gt;
* Have multiple projects to bounce between - sometimes you really can&#039;t do anything about a delay, but you can still get something else accomplished while you wait. If you wanted to bake but you didn&#039;t realize your pie plate was in the dishwasher and the cycle has another hour, don&#039;t say &amp;quot;I guess I&#039;ll play a game on my phone while I wait&amp;quot; and let the baking momentum stop - start chopping vegetables for dinner, or take out the trash, or start mixing up brownie batter, but keep yourself in the kitchen so that you keep up the momentum for kitchen work. This isn&#039;t effective if you decide that while waiting for your pie plate you&#039;re going to outline the next chapter of your story because then your momentum will be directed at the story. Think of this as like supersets at the gym - you generally do supersets by doing similar actions: one bodyweight exercise followed by another, a lat pulldown on the cable machine followed by a leg extension on the cable machine; if you did five pushups on the workout mats then walked across the gym to do a thirty second flexed arm hang on the back wall then came back to do another five pushups you&#039;d mostly be wasting a lot of time and losing a lot of momentum. &lt;br /&gt;
&lt;br /&gt;
==Mitigating Distractions==&lt;br /&gt;
* Limit how much distractions can intrude on your project - if I&#039;m going to work on the yard, I make sure that my headphones are charged, I&#039;ve got podcasts downloaded on my phone, I&#039;ve got a full water bottle, I&#039;ve got a sun hat, I&#039;ve got a chair outside that I can sit on, I&#039;ve got my gloves, I&#039;ve gone to the restroom recently, and I&#039;ve got my gardening tools, because if I go back inside even for a moment I&#039;m going to get distracted. You can do this through preparation (that might be considered mis en place for gardening), but you can also do this by setting do-not-disturb mode on your office message or phone, or using setting your phone on the other side of the room while you work so you can&#039;t check socials. &lt;br /&gt;
* Set a timer - timers are a very effective way for me to redirect myself back to the task at hand if I get distracted. It doesn&#039;t prevent the distraction, but it reminds me that there&#039;s a task I&#039;m distracted from&lt;br /&gt;
* Use focus tools - perhaps there&#039;s a particular kind of music or a particular kind of movie that really helps you to focus; make sure to turn that on before you get started. &lt;br /&gt;
* Time your meds if possible - if you&#039;re medicated, and your meds are the kind of thing you have some flexibility with, it can be really helpful to take your meds shortly before starting a project so that they&#039;re hitting your bloodstream and enabling focus when you need it the most. &lt;br /&gt;
* Build [[Success Traps]]&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Ms-Demeanor%27s_Socials&amp;diff=344</id>
		<title>Ms-Demeanor&#039;s Socials</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Ms-Demeanor%27s_Socials&amp;diff=344"/>
		<updated>2025-04-04T03:18:29Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: Created page with &amp;quot;If you got here in the first place, it was probably from my tumblr (ms-demeanor.tumblr.com)  Here are the other sites you can find me on if tumblr eats shit:   * Pillowfort * Discord * Kofi * Substack * Ao3 * Neocities * LiveJournal * Twitter  Links will go live if tumblr bites the dust.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you got here in the first place, it was probably from my tumblr (ms-demeanor.tumblr.com)&lt;br /&gt;
&lt;br /&gt;
Here are the other sites you can find me on if tumblr eats shit: &lt;br /&gt;
&lt;br /&gt;
* Pillowfort&lt;br /&gt;
* Discord&lt;br /&gt;
* Kofi&lt;br /&gt;
* Substack&lt;br /&gt;
* Ao3&lt;br /&gt;
* Neocities&lt;br /&gt;
* LiveJournal&lt;br /&gt;
* Twitter&lt;br /&gt;
&lt;br /&gt;
Links will go live if tumblr bites the dust.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Success_Traps&amp;diff=343</id>
		<title>Success Traps</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Success_Traps&amp;diff=343"/>
		<updated>2025-03-20T08:36:08Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: /* Increase Efficiency */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A success trap is the opposite of a pitfall. Instead of stumbling across an issue that halts your process and drags you down, you can try to set things up so that when you are going to fall, you fall into something that bounces you back at the thing that you want to succeed at. &lt;br /&gt;
&lt;br /&gt;
The business definition of &amp;quot;success trap&amp;quot; is a firm that is too comfortable in its market and stagnates instead of pivoting to meet the demands of a changing market (&amp;quot;We&#039;ve always been a successful bookstore; why would we need to set up a website to sell books?&amp;quot; - A Borders Executive, probably). My definition is different. For me, a success trap is setting up ways for success to sneak up and trap you into succeeding, in spite of your best (or worst) efforts.&lt;br /&gt;
&lt;br /&gt;
Building effective success traps requires a fair amount of awareness of your own processes and a reasonable amount of flexibility in setting up your environment. &lt;br /&gt;
&lt;br /&gt;
The same success trap will not work for different people or across different projects, but some success trap concepts can be widely distributed throughout your life. &lt;br /&gt;
&lt;br /&gt;
= What Makes a Success Trap? = &lt;br /&gt;
A success trap is something that will redirect you to what you want to do when you would otherwise fail. Success traps can be physical or mental, they can be tools you use or habits you form; they just have to be something that points you back in the direction of your goal when you get diverted. Features that are present in a success trap include:&lt;br /&gt;
&lt;br /&gt;
* Reduces distractions&lt;br /&gt;
* Reminds you of your task&lt;br /&gt;
* Removes [[Speedbumps]]&lt;br /&gt;
* Increases focus&lt;br /&gt;
* Increases efficiency&lt;br /&gt;
&lt;br /&gt;
= Keep it Simple = &lt;br /&gt;
While some success trap systems may be difficult or involved to set up, success traps are really about getting yourself ready for some easy wins. To set up success traps, you look at a project and ask yourself &amp;quot;What are the most obvious ways that this could go wrong?&amp;quot; and then you get ready to solve the problem before you have a problem. In many ways, this is more about mindset than about actually constructing the success trap. If you are working on a sewing project, do you have spare needles handy if the one in your machine breaks? If you&#039;re working on an old car, do you have your breaker bar handy or is it buried in the garage? If you&#039;re recording a makeup tutorial, are all your brushes clean, dry, and within arm&#039;s reach? Do you have extra batteries and enough storage space on your memory card to film the video? Have you removed all the manufacturer seals from the product so you won&#039;t have to do that on camera? If you need to take medication when you&#039;re going to bed and when you wake up are your meds next to your bed? If you want to floss more, is your floss on the counter or buried deep in a drawer?&lt;br /&gt;
&lt;br /&gt;
Success traps should not be complicated, arduous systems, they should be simple actions you can take easily and can adapt to different projects and habits. &lt;br /&gt;
&lt;br /&gt;
That said, a success trap is not quite as simple as just being prepared and having a toolbox ready for every situation; it is also about knowing yourself and the things that slow you down as well as the things that improve your focus and make you more efficient. Eating a meal before studying can be part of a success trap. Creating a playlist of music that makes YOU more productive can be part of a success trap. YOU, not someone else, not generic &amp;quot;chill beats to study and relax to,&amp;quot; YOU, who might find classical music grating or who doesn&#039;t work well with lyrical music in the background or who knows that for some mysterious reason the particular drone of a bagpipe really helps get them into an attentive mood. &lt;br /&gt;
&lt;br /&gt;
But those same things could be pitfalls for someone else. I can&#039;t eat before doing specific physical projects or it will cause painful heartburn. Some people need white noise or thunder sounds or static rather than music in order to focus. Try simple changes to your routines to see what works for YOU, not what a book of habits for type-A people with a passion for organization says works for THEM.&lt;br /&gt;
&lt;br /&gt;
= Some Examples of Success Traps =&lt;br /&gt;
These are a variety of success traps I have set for myself; some are more complex than others, some are more permanent than others, and some require more effort than others.&lt;br /&gt;
&lt;br /&gt;
== Getting Ready to Garden ==&lt;br /&gt;
When I am gardening, I know that if I go back inside my house for any reason the gardening will stop and will be done for the day. If I have a lot of gardening to do, I need to make sure that I&#039;ve eliminated any possible reason to go inside. For the example of gardening, I set an almost literal trap. I put a folding chair in the shade next to my door and next to that chair I put:&lt;br /&gt;
&lt;br /&gt;
* A half-gallon bottle of water&lt;br /&gt;
* An extra pair of gardening gloves&lt;br /&gt;
* My headphone charger, fully charged, with one of my headphones in it so I can swap for a fresh earbud if the battery dies in the one I&#039;m listening to&lt;br /&gt;
* A small snack&lt;br /&gt;
* A hat, sunglasses, or any other protective clothing like a sun shirt that I might need as the day progresses&lt;br /&gt;
* Yard waste bags, box cutters, sunblock, extension cords, kneepads, and any other yard-working tool that I might need that is stored in the house instead of in the yard&lt;br /&gt;
&lt;br /&gt;
Before I go out to garden, I use the restroom so I won&#039;t have to go back in soon. I make sure that my cellphone is fully charged and has at least twenty hours of different podcasts covering different subjects downloaded. I put on a three-pocket apron and put my phone in one pocket, a THIRD pair of gardening gloves, and one of four pairs of pruning shears in the apron pocket. &lt;br /&gt;
&lt;br /&gt;
What this means is that when I feel inclined to go in, I am stopped by my pile of gardening preparations. It would almost take me longer to take that stuff back in than it would for me to stay out gardening. I might as well stay out gardening for a while because I went to all the trouble of setting this up. &lt;br /&gt;
&lt;br /&gt;
The chair means that I&#039;ve got someplace to cool down that isn&#039;t inside. The BIG bottle of water means that I&#039;ll have plenty to drink before I need a refill. The gardening gloves mean that if I lose half of one of my pairs of gardening gloves, I&#039;ve got more (I actually keep cheap gardening gloves strategically scattered around my yard so that if I happen to be outside and see that the weeds need pulling, I can put some gloves on in ten seconds and start pulling weeds. Part of the reason my yard is currently a disaster is because all of my around-the-yard gloves blew away in a wind storm and I haven&#039;t replaced them).&lt;br /&gt;
&lt;br /&gt;
Anything that I MIGHT need to run back inside for is already waiting for me on the step by the door and is ALSO preventing me from easily opening the door without knocking a lot of crap over. I have provided myself with hours of entertainment by making sure that I&#039;ve got headphones to alternate and by including a lot of different podcasts I can switch to a new one if I get bored. If it gets too bright, I&#039;ve got sun protection waiting for me. Distractions (the indoors, the sweet embrace of the couch) are blocked. Speedbumps (needing a yard bag, needing spare gloves, needing more water) are removed. Approaching the door shows me all the work I did to prep, which reminds me of my task. I have set a successful speed trap; I might as well keep working in the yard until the yard waste bin is full and I can&#039;t do anything until it&#039;s emptied.&lt;br /&gt;
&lt;br /&gt;
== Preparing for an Essay ==&lt;br /&gt;
If I am getting ready to write an academic paper (or, honestly, a page for this website), there are some things I have to do to ensure that I won&#039;t end up wasting my time. I have the LeechBlock extension on my browser and I have settings for both work and school focus that will block various social media sites or only allow specific exceptions. I will set up topical information in specific browser windows using my Simple Tab Groups extension and close all unrelated windows. I will close all the programs on my computer and restart the device so that I won&#039;t be interrupted by an update or have my computer using too many resources while I&#039;m working. &lt;br /&gt;
&lt;br /&gt;
Depending on how complex the paper is, I may have pre-loaded a lot of the work by copying information from my sources into a reference document so that I don&#039;t have to scroll through each article I&#039;m citing. If I&#039;m doing that for this website, I might write the page in Libre Office Writer and include links at the ends of sentences so I can properly format links as I go but collect them while I&#039;m writing the page.&lt;br /&gt;
&lt;br /&gt;
Finally, I&#039;ll start a timer for thirty minutes. When that timer runs out, I&#039;ll start it again. When it runs out, I&#039;ll start it again. The purpose of the timer isn&#039;t for me to race the clock or feel pressure to get a lot of words out - it is to make me think &amp;quot;why is that alarm going off?&amp;quot; every thirty minutes so that if I&#039;ve started playing a game on my phone or have fallen into a wikipedia hole, I&#039;ll remember that I was writing an essay and should get back to it. &lt;br /&gt;
&lt;br /&gt;
This success trap relies on:&lt;br /&gt;
&lt;br /&gt;
* Reducing distractions (LeechBlock)&lt;br /&gt;
* Removing Speedbumps (Restarting the computer and closing programs to prevent computer or update issues)&lt;br /&gt;
* Improving efficiency (Prepping citations before work starts)&lt;br /&gt;
* Reminding me of my task (Timer)&lt;br /&gt;
&lt;br /&gt;
== Kick-ass-Kitchen ==&lt;br /&gt;
[[Mis en Place]] as a concept can be thought of as kind of a success trap. Prepping for a cooking project by collecting the ingredients and measuring them ahead of time certainly can help you to succeed as you cook (and look, if I don&#039;t take the bay leaf container out of the spice rack and put it next to the pot before I start cooking I will forget to put bay leaf in the soup and the soup will be less excellent than it could be - putting the bay leaf next to the pot before I start chopping onions is DEFINITELY part of a soup success trap for me). However, what I&#039;m discussing here is a bit more in-depth than that. &lt;br /&gt;
&lt;br /&gt;
My kitchen is full of success traps. The walls are literally lined with things to make it easier and more efficient for me to cook. &lt;br /&gt;
* It&#039;s hard to dig for spices in a spice rack? My spice rack is eight levels high and one layer deep and visibly mounted on the wall. &lt;br /&gt;
* I don&#039;t remember to make grocery lists? I have a white board on the refrigerator door with a checklist written on it in sharpie that is divided by category so all I do to make a grocery list is put a check next to an item when it runs out (with the white board pen that is on a magnet ALSO on the door of the fridge) and then take a photo of the list on my phone before I go to the store. If I forget to take a photo, I can usually text my spouse and ask him to send a photo of the list on the front of the fridge instead of directing him to scout for a piece of paper I probably dropped somewhere. &lt;br /&gt;
* There are no good cutting surfaces on the tile counter? There are cutting boards behind the microwave and in a rack on the wall. &lt;br /&gt;
* I can&#039;t find a knife? Yes I can that&#039;s what the magnet block on the side of the oven is for. &lt;br /&gt;
* The clock on the oven is broken? Good thing I&#039;ve got a magnetic timer on the fridge, the microwave has a timer option, and there&#039;s a mechanical timer next to the coffee pot. &lt;br /&gt;
* I want to make coffee? The coffee is in a rack above the coffee pot; open coffee is in a jar behind the coffee maker with a measuring scoop in it. The filter is reusable. The French Press and Moka pot are in the cabinet beside the rack full of coffee. If I&#039;m running low on coffee I can see that there&#039;s no more coffee in the rack and it&#039;s time to put a check mark on the board on the fridge.&lt;br /&gt;
* It&#039;s a pain in the ass to match lids to store food? I have four sizes of silicone bowl covers hanging on the cabinet where the bowls go. &lt;br /&gt;
* You need a basic like olive oil or parchment paper or tinfoil that normally lives in a pantry or a drawer? That is on a rack above the light switch beside the stove, above the pizza cutter and the measuring spoons. &lt;br /&gt;
&lt;br /&gt;
Common-use utensils live in two cylinders on the counter. The frying pans live on the stove. With the exception of always being in the process of doing dishes, my kitchen is always set up, 100% of the time, for me to prepare food and eat something with minimal fuss. Since I&#039;ve got a ton of food allergies and must prepare almost all of my own food, this prevents me from spending a ridiculous amount of money on pre-packaged food and saves me an enormous amount of time digging through drawers and cabinets.   &lt;br /&gt;
&lt;br /&gt;
== Long-Term Success Traps ==&lt;br /&gt;
My kitchen is an example of a place where I&#039;ve been able to physically control the space to build long-term success traps. I&#039;ve added to it and changed it and reorganized it over the years, and I&#039;m sure I&#039;ll do so in the future, but it is already the best kitchen I&#039;ve ever cooked in for the way that I cook. &lt;br /&gt;
&lt;br /&gt;
When you find something that works for you, see if there&#039;s a way that you can make that method more permanent. If you wake up better in the mornings and feel better during the day when you start the day with a walk, train your dog to expect a walk in the morning. If you keep hitting your head on a lamp in your workroom and it prevents you from working in that room, replace the lamp. &lt;br /&gt;
&lt;br /&gt;
There&#039;s a person on tumblr whose username is @ruckuscauser; Ruckuscauser has tattooed their left forearm with an area for a to-do list. That is a very permanent kind of success trap that works perfectly for their needs and that I can only applaud.&lt;br /&gt;
&lt;br /&gt;
= Tools to Build Success Traps = &lt;br /&gt;
Apps, web extensions, physical tools, habits, clothing, and training can all be components of building a successful success trap.&lt;br /&gt;
&lt;br /&gt;
== Reduce Distractions ==&lt;br /&gt;
* LeechBlock Browser Extension and other access control extensions - can be used to block specific websites for set timeframes.&lt;br /&gt;
* Noise-blocking headphones&lt;br /&gt;
* Setting up &amp;quot;Focus Time&amp;quot; rules in a household or work environment&lt;br /&gt;
&lt;br /&gt;
== Task Reminders ==&lt;br /&gt;
* Timers, Planners, Calendars, Alarms, Post-its, whiteboards, To-do Lists, Task Managers and a ton of other traditional tools to remind people what they&#039;re working on. &lt;br /&gt;
* Less conventional reminders include WristLists/Reminder Bracelets, writing tasks on your skin with pens or sharpies, website blocking, physical barriers to distractions (chair in front of the door, phone underneath a task-oriented notepad) and &amp;quot;[Clean/Cook/Work] With Me&amp;quot; Videos. &lt;br /&gt;
&lt;br /&gt;
== Remove Speedbumps ==&lt;br /&gt;
Speedbumps tend to be very individual and contextual, so removing them takes experience. If your child struggles to get homework done because they feel like they need to look up every word they don&#039;t know on the assignment sheet, you might want to sit with them and go through the definitions before they start working. But sometimes the speedbump to making madelines is simply the fact that someone has to empty the sink of dishes before cooking can commence, so all you can do is either wash the dishes in the moment or work on building a robust dishwashing system for ensuring there are no plates in the sink. &lt;br /&gt;
&lt;br /&gt;
== Increase Focus ==&lt;br /&gt;
* Moderate emotions; you&#039;ll be more focused when you&#039;re less upset or angry or sad - if you need to pay attention to something it might be helpful to bring your mood back to something stable and moderate before you get started. Since ADHD includes emotional dysregulation this may be difficult, but you know the best way to put yourself back on an even keel. If breathing exercises give you panic attacks, don&#039;t use them to try to calm down; maybe you&#039;ll do better with three sets of pushups or five minutes of a phone game. &lt;br /&gt;
* Helpful distractions - many people with ADHD find that they work better with background noise or some other kind of external stimulation while doing focused, boring tasks. Listening to music or podcasts, or putting a familiar movie on or turning on a white noise machine can all be helpful distractions that keep the ADHD brain juuuuuust focused enough on something in the periperhy to allow your brain to pay attention to the task that needs to be done (rather the crushing silence of a tense open plan office or the distracting noises the clock and ceiling lights are making.&lt;br /&gt;
&lt;br /&gt;
== Increase Efficiency ==&lt;br /&gt;
This one is also highly contextual and highly specific. One example of a success trap that I&#039;m considering making is a single-key keyboard that I can use for &amp;quot;typing&amp;quot; passwords. One of the ones I&#039;m considering purchasing is a mouse with programmable buttons. Getting a mouse to do &amp;quot;Ctrl+C/CTRL+V/CTRL+SHIFT+V&amp;quot; while using excel for web would be a game-changer for me in terms of efficiency. Maybe I&#039;ll even get around to it someday. &lt;br /&gt;
But another example of an efficiency win is just checking my email and messages any time I sit down at my desk. If I haven&#039;t stood up in four hours I&#039;m off the hook, but if I stood up to get a refill on my coffee for three minutes, I must check my email when I get back to my desk. That&#039;s just how it&#039;s done. I don&#039;t make the rules. (Not true, I do make the rules but the Alli who makes the rules and the Alli who follows the rules are two different people who just happen to both live in my head. &lt;br /&gt;
&lt;br /&gt;
Get creative when you&#039;re thinking about what tools to add to your toolbox. And maybe make one of those tools a literal toolbox. The plastic totes used for cleaning supplies can also be used for gardening tools, pet care, car parts, and barbecues. Make use of them because they might save you a ton of work and there&#039;s no reason not to.&lt;br /&gt;
&lt;br /&gt;
= ADHD, Children, Neurotypicals, Parents, and Success =&lt;br /&gt;
The reason I&#039;m writing this is because I have pretty catastrophic ADHD. My &amp;quot;success&amp;quot; state is not the same as your &amp;quot;success&amp;quot; state. Sometimes my success state is &amp;quot;I showered!&amp;quot; (success traps involved with that - keeping a towel on a hook in my closet, a hair wrap on a hook in the bathroom, a tile brush hanging in the shower, my leave-in conditioner in the shower instead of on the counter, water resistant earbuds, and a flat surface within arm&#039;s reach to put my phone on), which a lot of people consider pretty pathetic. &lt;br /&gt;
&lt;br /&gt;
It&#039;s not. I showered. I succeeded at personal care. If you don&#039;t think that&#039;s a success, fuck you. &lt;br /&gt;
&lt;br /&gt;
If that sounds hostile, that&#039;s because it&#039;s meant to. &lt;br /&gt;
&lt;br /&gt;
A lot of well-meaning neurotypical parents and bosses try to set their children or employees up for success by providing environments which the neurotypical people think should be distraction-free, efficiency encouraging, focus-generating environments that remove barriers to success. &lt;br /&gt;
&lt;br /&gt;
They&#039;re wrong. &lt;br /&gt;
&lt;br /&gt;
Not always - sometimes parents and employers work with their children and employees to really create effective environments for people with executive function issues. But a lot of the time a parent&#039;s idea of a productive, distraction-free environment is what may as well be a combination panopticon and torture chamber for their child. Bosses who don&#039;t consider neurodivergence in their employees may wheedle workers into using productivity software that interrupts them every few minutes with reminders, timers, chimes, and pop-ups. &lt;br /&gt;
&lt;br /&gt;
These are not success traps. These are just traps. Either the person subjected to this will struggle within the trap, working at lower capacity and with worse morale than they had before the &amp;quot;distraction-free productivity space&amp;quot; was introduced, or they&#039;ll shut down and will be able to get hardly anything accomplished (ESPECIALLY IF YOU SCOLD THEM FOR FAILING TO SUCCEED IN YOUR SYSTEM). &lt;br /&gt;
&lt;br /&gt;
Success traps MUST be created with the individual they&#039;re targeted at as a central part of the conversation and with that person&#039;s limitations, motivations, and work habits in mind or they will not only not work, they will likely tremendously harm the person they&#039;re supposed to help. &lt;br /&gt;
&lt;br /&gt;
Do not attempt to build success traps for your children, employees, spouses, parents, friends, co-workers, patients, siblings, or students based on YOUR understanding of what success looks like and your understanding of their needs. &lt;br /&gt;
&lt;br /&gt;
Neurodivergent people are often subject to the suggestions, instructions, exhortations, and criticisms of people who desperately want to whip the neurodivergent person into shape and set them up for success. That is a recipe for guilt, avoidance, anxiety, and withdrawal on the part of the neurodivergent person who will never be able to use the system you set up as effectively as they&#039;d be able to use a system that they devised or participated in constructing.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Success_Traps&amp;diff=342</id>
		<title>Success Traps</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Success_Traps&amp;diff=342"/>
		<updated>2025-03-20T08:34:59Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: /* Increase Focus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A success trap is the opposite of a pitfall. Instead of stumbling across an issue that halts your process and drags you down, you can try to set things up so that when you are going to fall, you fall into something that bounces you back at the thing that you want to succeed at. &lt;br /&gt;
&lt;br /&gt;
The business definition of &amp;quot;success trap&amp;quot; is a firm that is too comfortable in its market and stagnates instead of pivoting to meet the demands of a changing market (&amp;quot;We&#039;ve always been a successful bookstore; why would we need to set up a website to sell books?&amp;quot; - A Borders Executive, probably). My definition is different. For me, a success trap is setting up ways for success to sneak up and trap you into succeeding, in spite of your best (or worst) efforts.&lt;br /&gt;
&lt;br /&gt;
Building effective success traps requires a fair amount of awareness of your own processes and a reasonable amount of flexibility in setting up your environment. &lt;br /&gt;
&lt;br /&gt;
The same success trap will not work for different people or across different projects, but some success trap concepts can be widely distributed throughout your life. &lt;br /&gt;
&lt;br /&gt;
= What Makes a Success Trap? = &lt;br /&gt;
A success trap is something that will redirect you to what you want to do when you would otherwise fail. Success traps can be physical or mental, they can be tools you use or habits you form; they just have to be something that points you back in the direction of your goal when you get diverted. Features that are present in a success trap include:&lt;br /&gt;
&lt;br /&gt;
* Reduces distractions&lt;br /&gt;
* Reminds you of your task&lt;br /&gt;
* Removes [[Speedbumps]]&lt;br /&gt;
* Increases focus&lt;br /&gt;
* Increases efficiency&lt;br /&gt;
&lt;br /&gt;
= Keep it Simple = &lt;br /&gt;
While some success trap systems may be difficult or involved to set up, success traps are really about getting yourself ready for some easy wins. To set up success traps, you look at a project and ask yourself &amp;quot;What are the most obvious ways that this could go wrong?&amp;quot; and then you get ready to solve the problem before you have a problem. In many ways, this is more about mindset than about actually constructing the success trap. If you are working on a sewing project, do you have spare needles handy if the one in your machine breaks? If you&#039;re working on an old car, do you have your breaker bar handy or is it buried in the garage? If you&#039;re recording a makeup tutorial, are all your brushes clean, dry, and within arm&#039;s reach? Do you have extra batteries and enough storage space on your memory card to film the video? Have you removed all the manufacturer seals from the product so you won&#039;t have to do that on camera? If you need to take medication when you&#039;re going to bed and when you wake up are your meds next to your bed? If you want to floss more, is your floss on the counter or buried deep in a drawer?&lt;br /&gt;
&lt;br /&gt;
Success traps should not be complicated, arduous systems, they should be simple actions you can take easily and can adapt to different projects and habits. &lt;br /&gt;
&lt;br /&gt;
That said, a success trap is not quite as simple as just being prepared and having a toolbox ready for every situation; it is also about knowing yourself and the things that slow you down as well as the things that improve your focus and make you more efficient. Eating a meal before studying can be part of a success trap. Creating a playlist of music that makes YOU more productive can be part of a success trap. YOU, not someone else, not generic &amp;quot;chill beats to study and relax to,&amp;quot; YOU, who might find classical music grating or who doesn&#039;t work well with lyrical music in the background or who knows that for some mysterious reason the particular drone of a bagpipe really helps get them into an attentive mood. &lt;br /&gt;
&lt;br /&gt;
But those same things could be pitfalls for someone else. I can&#039;t eat before doing specific physical projects or it will cause painful heartburn. Some people need white noise or thunder sounds or static rather than music in order to focus. Try simple changes to your routines to see what works for YOU, not what a book of habits for type-A people with a passion for organization says works for THEM.&lt;br /&gt;
&lt;br /&gt;
= Some Examples of Success Traps =&lt;br /&gt;
These are a variety of success traps I have set for myself; some are more complex than others, some are more permanent than others, and some require more effort than others.&lt;br /&gt;
&lt;br /&gt;
== Getting Ready to Garden ==&lt;br /&gt;
When I am gardening, I know that if I go back inside my house for any reason the gardening will stop and will be done for the day. If I have a lot of gardening to do, I need to make sure that I&#039;ve eliminated any possible reason to go inside. For the example of gardening, I set an almost literal trap. I put a folding chair in the shade next to my door and next to that chair I put:&lt;br /&gt;
&lt;br /&gt;
* A half-gallon bottle of water&lt;br /&gt;
* An extra pair of gardening gloves&lt;br /&gt;
* My headphone charger, fully charged, with one of my headphones in it so I can swap for a fresh earbud if the battery dies in the one I&#039;m listening to&lt;br /&gt;
* A small snack&lt;br /&gt;
* A hat, sunglasses, or any other protective clothing like a sun shirt that I might need as the day progresses&lt;br /&gt;
* Yard waste bags, box cutters, sunblock, extension cords, kneepads, and any other yard-working tool that I might need that is stored in the house instead of in the yard&lt;br /&gt;
&lt;br /&gt;
Before I go out to garden, I use the restroom so I won&#039;t have to go back in soon. I make sure that my cellphone is fully charged and has at least twenty hours of different podcasts covering different subjects downloaded. I put on a three-pocket apron and put my phone in one pocket, a THIRD pair of gardening gloves, and one of four pairs of pruning shears in the apron pocket. &lt;br /&gt;
&lt;br /&gt;
What this means is that when I feel inclined to go in, I am stopped by my pile of gardening preparations. It would almost take me longer to take that stuff back in than it would for me to stay out gardening. I might as well stay out gardening for a while because I went to all the trouble of setting this up. &lt;br /&gt;
&lt;br /&gt;
The chair means that I&#039;ve got someplace to cool down that isn&#039;t inside. The BIG bottle of water means that I&#039;ll have plenty to drink before I need a refill. The gardening gloves mean that if I lose half of one of my pairs of gardening gloves, I&#039;ve got more (I actually keep cheap gardening gloves strategically scattered around my yard so that if I happen to be outside and see that the weeds need pulling, I can put some gloves on in ten seconds and start pulling weeds. Part of the reason my yard is currently a disaster is because all of my around-the-yard gloves blew away in a wind storm and I haven&#039;t replaced them).&lt;br /&gt;
&lt;br /&gt;
Anything that I MIGHT need to run back inside for is already waiting for me on the step by the door and is ALSO preventing me from easily opening the door without knocking a lot of crap over. I have provided myself with hours of entertainment by making sure that I&#039;ve got headphones to alternate and by including a lot of different podcasts I can switch to a new one if I get bored. If it gets too bright, I&#039;ve got sun protection waiting for me. Distractions (the indoors, the sweet embrace of the couch) are blocked. Speedbumps (needing a yard bag, needing spare gloves, needing more water) are removed. Approaching the door shows me all the work I did to prep, which reminds me of my task. I have set a successful speed trap; I might as well keep working in the yard until the yard waste bin is full and I can&#039;t do anything until it&#039;s emptied.&lt;br /&gt;
&lt;br /&gt;
== Preparing for an Essay ==&lt;br /&gt;
If I am getting ready to write an academic paper (or, honestly, a page for this website), there are some things I have to do to ensure that I won&#039;t end up wasting my time. I have the LeechBlock extension on my browser and I have settings for both work and school focus that will block various social media sites or only allow specific exceptions. I will set up topical information in specific browser windows using my Simple Tab Groups extension and close all unrelated windows. I will close all the programs on my computer and restart the device so that I won&#039;t be interrupted by an update or have my computer using too many resources while I&#039;m working. &lt;br /&gt;
&lt;br /&gt;
Depending on how complex the paper is, I may have pre-loaded a lot of the work by copying information from my sources into a reference document so that I don&#039;t have to scroll through each article I&#039;m citing. If I&#039;m doing that for this website, I might write the page in Libre Office Writer and include links at the ends of sentences so I can properly format links as I go but collect them while I&#039;m writing the page.&lt;br /&gt;
&lt;br /&gt;
Finally, I&#039;ll start a timer for thirty minutes. When that timer runs out, I&#039;ll start it again. When it runs out, I&#039;ll start it again. The purpose of the timer isn&#039;t for me to race the clock or feel pressure to get a lot of words out - it is to make me think &amp;quot;why is that alarm going off?&amp;quot; every thirty minutes so that if I&#039;ve started playing a game on my phone or have fallen into a wikipedia hole, I&#039;ll remember that I was writing an essay and should get back to it. &lt;br /&gt;
&lt;br /&gt;
This success trap relies on:&lt;br /&gt;
&lt;br /&gt;
* Reducing distractions (LeechBlock)&lt;br /&gt;
* Removing Speedbumps (Restarting the computer and closing programs to prevent computer or update issues)&lt;br /&gt;
* Improving efficiency (Prepping citations before work starts)&lt;br /&gt;
* Reminding me of my task (Timer)&lt;br /&gt;
&lt;br /&gt;
== Kick-ass-Kitchen ==&lt;br /&gt;
[[Mis en Place]] as a concept can be thought of as kind of a success trap. Prepping for a cooking project by collecting the ingredients and measuring them ahead of time certainly can help you to succeed as you cook (and look, if I don&#039;t take the bay leaf container out of the spice rack and put it next to the pot before I start cooking I will forget to put bay leaf in the soup and the soup will be less excellent than it could be - putting the bay leaf next to the pot before I start chopping onions is DEFINITELY part of a soup success trap for me). However, what I&#039;m discussing here is a bit more in-depth than that. &lt;br /&gt;
&lt;br /&gt;
My kitchen is full of success traps. The walls are literally lined with things to make it easier and more efficient for me to cook. &lt;br /&gt;
* It&#039;s hard to dig for spices in a spice rack? My spice rack is eight levels high and one layer deep and visibly mounted on the wall. &lt;br /&gt;
* I don&#039;t remember to make grocery lists? I have a white board on the refrigerator door with a checklist written on it in sharpie that is divided by category so all I do to make a grocery list is put a check next to an item when it runs out (with the white board pen that is on a magnet ALSO on the door of the fridge) and then take a photo of the list on my phone before I go to the store. If I forget to take a photo, I can usually text my spouse and ask him to send a photo of the list on the front of the fridge instead of directing him to scout for a piece of paper I probably dropped somewhere. &lt;br /&gt;
* There are no good cutting surfaces on the tile counter? There are cutting boards behind the microwave and in a rack on the wall. &lt;br /&gt;
* I can&#039;t find a knife? Yes I can that&#039;s what the magnet block on the side of the oven is for. &lt;br /&gt;
* The clock on the oven is broken? Good thing I&#039;ve got a magnetic timer on the fridge, the microwave has a timer option, and there&#039;s a mechanical timer next to the coffee pot. &lt;br /&gt;
* I want to make coffee? The coffee is in a rack above the coffee pot; open coffee is in a jar behind the coffee maker with a measuring scoop in it. The filter is reusable. The French Press and Moka pot are in the cabinet beside the rack full of coffee. If I&#039;m running low on coffee I can see that there&#039;s no more coffee in the rack and it&#039;s time to put a check mark on the board on the fridge.&lt;br /&gt;
* It&#039;s a pain in the ass to match lids to store food? I have four sizes of silicone bowl covers hanging on the cabinet where the bowls go. &lt;br /&gt;
* You need a basic like olive oil or parchment paper or tinfoil that normally lives in a pantry or a drawer? That is on a rack above the light switch beside the stove, above the pizza cutter and the measuring spoons. &lt;br /&gt;
&lt;br /&gt;
Common-use utensils live in two cylinders on the counter. The frying pans live on the stove. With the exception of always being in the process of doing dishes, my kitchen is always set up, 100% of the time, for me to prepare food and eat something with minimal fuss. Since I&#039;ve got a ton of food allergies and must prepare almost all of my own food, this prevents me from spending a ridiculous amount of money on pre-packaged food and saves me an enormous amount of time digging through drawers and cabinets.   &lt;br /&gt;
&lt;br /&gt;
== Long-Term Success Traps ==&lt;br /&gt;
My kitchen is an example of a place where I&#039;ve been able to physically control the space to build long-term success traps. I&#039;ve added to it and changed it and reorganized it over the years, and I&#039;m sure I&#039;ll do so in the future, but it is already the best kitchen I&#039;ve ever cooked in for the way that I cook. &lt;br /&gt;
&lt;br /&gt;
When you find something that works for you, see if there&#039;s a way that you can make that method more permanent. If you wake up better in the mornings and feel better during the day when you start the day with a walk, train your dog to expect a walk in the morning. If you keep hitting your head on a lamp in your workroom and it prevents you from working in that room, replace the lamp. &lt;br /&gt;
&lt;br /&gt;
There&#039;s a person on tumblr whose username is @ruckuscauser; Ruckuscauser has tattooed their left forearm with an area for a to-do list. That is a very permanent kind of success trap that works perfectly for their needs and that I can only applaud.&lt;br /&gt;
&lt;br /&gt;
= Tools to Build Success Traps = &lt;br /&gt;
Apps, web extensions, physical tools, habits, clothing, and training can all be components of building a successful success trap.&lt;br /&gt;
&lt;br /&gt;
== Reduce Distractions ==&lt;br /&gt;
* LeechBlock Browser Extension and other access control extensions - can be used to block specific websites for set timeframes.&lt;br /&gt;
* Noise-blocking headphones&lt;br /&gt;
* Setting up &amp;quot;Focus Time&amp;quot; rules in a household or work environment&lt;br /&gt;
&lt;br /&gt;
== Task Reminders ==&lt;br /&gt;
* Timers, Planners, Calendars, Alarms, Post-its, whiteboards, To-do Lists, Task Managers and a ton of other traditional tools to remind people what they&#039;re working on. &lt;br /&gt;
* Less conventional reminders include WristLists/Reminder Bracelets, writing tasks on your skin with pens or sharpies, website blocking, physical barriers to distractions (chair in front of the door, phone underneath a task-oriented notepad) and &amp;quot;[Clean/Cook/Work] With Me&amp;quot; Videos. &lt;br /&gt;
&lt;br /&gt;
== Remove Speedbumps ==&lt;br /&gt;
Speedbumps tend to be very individual and contextual, so removing them takes experience. If your child struggles to get homework done because they feel like they need to look up every word they don&#039;t know on the assignment sheet, you might want to sit with them and go through the definitions before they start working. But sometimes the speedbump to making madelines is simply the fact that someone has to empty the sink of dishes before cooking can commence, so all you can do is either wash the dishes in the moment or work on building a robust dishwashing system for ensuring there are no plates in the sink. &lt;br /&gt;
&lt;br /&gt;
== Increase Focus ==&lt;br /&gt;
* Moderate emotions; you&#039;ll be more focused when you&#039;re less upset or angry or sad - if you need to pay attention to something it might be helpful to bring your mood back to something stable and moderate before you get started. Since ADHD includes emotional dysregulation this may be difficult, but you know the best way to put yourself back on an even keel. If breathing exercises give you panic attacks, don&#039;t use them to try to calm down; maybe you&#039;ll do better with three sets of pushups or five minutes of a phone game. &lt;br /&gt;
* Helpful distractions - many people with ADHD find that they work better with background noise or some other kind of external stimulation while doing focused, boring tasks. Listening to music or podcasts, or putting a familiar movie on or turning on a white noise machine can all be helpful distractions that keep the ADHD brain juuuuuust focused enough on something in the periperhy to allow your brain to pay attention to the task that needs to be done (rather the crushing silence of a tense open plan office or the distracting noises the clock and ceiling lights are making.&lt;br /&gt;
&lt;br /&gt;
== Increase Efficiency ==&lt;br /&gt;
This one is also highly contextual and highly specific. One example of a success trap that I&#039;m considering making is a single-key keyboard that I can use for &amp;quot;typing&amp;quot; passwords. One of the ones I&#039;m considering purchasing is a mouse with programmable buttons. Getting a mouse to do &amp;quot;Ctrl+C/CTRL+V/CTRL+SHIFT+V&amp;quot; while using outlook for web would be a game-changer for me in terms of efficiency. Maybe I&#039;ll even get around to it someday. &lt;br /&gt;
But another example of an efficiency win is just checking my email and messages any time I sit down at my desk. If I haven&#039;t stood up in four hours I&#039;m off the hook, but if I stood up to get a refill on my coffee for three minutes, I must check my email when I get back to my desk. That&#039;s just how it&#039;s done. I don&#039;t make the rules. (Not true, I do make the rules but the Alli who makes the rules and the Alli who follows the rules are two different people who just happen to live in my head. &lt;br /&gt;
&lt;br /&gt;
Get creative when you&#039;re thinking about what tools to add to your toolbox. And maybe make one of those tools a literal toolbox. The plastic totes used for cleaning supplies can also be used for gardening tools, pet care, car parts, and barbecues. Make use of them because they might save you a ton of work and there&#039;s no reason not to. &lt;br /&gt;
&lt;br /&gt;
= ADHD, Children, Neurotypicals, Parents, and Success =&lt;br /&gt;
The reason I&#039;m writing this is because I have pretty catastrophic ADHD. My &amp;quot;success&amp;quot; state is not the same as your &amp;quot;success&amp;quot; state. Sometimes my success state is &amp;quot;I showered!&amp;quot; (success traps involved with that - keeping a towel on a hook in my closet, a hair wrap on a hook in the bathroom, a tile brush hanging in the shower, my leave-in conditioner in the shower instead of on the counter, water resistant earbuds, and a flat surface within arm&#039;s reach to put my phone on), which a lot of people consider pretty pathetic. &lt;br /&gt;
&lt;br /&gt;
It&#039;s not. I showered. I succeeded at personal care. If you don&#039;t think that&#039;s a success, fuck you. &lt;br /&gt;
&lt;br /&gt;
If that sounds hostile, that&#039;s because it&#039;s meant to. &lt;br /&gt;
&lt;br /&gt;
A lot of well-meaning neurotypical parents and bosses try to set their children or employees up for success by providing environments which the neurotypical people think should be distraction-free, efficiency encouraging, focus-generating environments that remove barriers to success. &lt;br /&gt;
&lt;br /&gt;
They&#039;re wrong. &lt;br /&gt;
&lt;br /&gt;
Not always - sometimes parents and employers work with their children and employees to really create effective environments for people with executive function issues. But a lot of the time a parent&#039;s idea of a productive, distraction-free environment is what may as well be a combination panopticon and torture chamber for their child. Bosses who don&#039;t consider neurodivergence in their employees may wheedle workers into using productivity software that interrupts them every few minutes with reminders, timers, chimes, and pop-ups. &lt;br /&gt;
&lt;br /&gt;
These are not success traps. These are just traps. Either the person subjected to this will struggle within the trap, working at lower capacity and with worse morale than they had before the &amp;quot;distraction-free productivity space&amp;quot; was introduced, or they&#039;ll shut down and will be able to get hardly anything accomplished (ESPECIALLY IF YOU SCOLD THEM FOR FAILING TO SUCCEED IN YOUR SYSTEM). &lt;br /&gt;
&lt;br /&gt;
Success traps MUST be created with the individual they&#039;re targeted at as a central part of the conversation and with that person&#039;s limitations, motivations, and work habits in mind or they will not only not work, they will likely tremendously harm the person they&#039;re supposed to help. &lt;br /&gt;
&lt;br /&gt;
Do not attempt to build success traps for your children, employees, spouses, parents, friends, co-workers, patients, siblings, or students based on YOUR understanding of what success looks like and your understanding of their needs. &lt;br /&gt;
&lt;br /&gt;
Neurodivergent people are often subject to the suggestions, instructions, exhortations, and criticisms of people who desperately want to whip the neurodivergent person into shape and set them up for success. That is a recipe for guilt, avoidance, anxiety, and withdrawal on the part of the neurodivergent person who will never be able to use the system you set up as effectively as they&#039;d be able to use a system that they devised or participated in constructing.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Success_Traps&amp;diff=341</id>
		<title>Success Traps</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Success_Traps&amp;diff=341"/>
		<updated>2025-03-20T08:34:15Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A success trap is the opposite of a pitfall. Instead of stumbling across an issue that halts your process and drags you down, you can try to set things up so that when you are going to fall, you fall into something that bounces you back at the thing that you want to succeed at. &lt;br /&gt;
&lt;br /&gt;
The business definition of &amp;quot;success trap&amp;quot; is a firm that is too comfortable in its market and stagnates instead of pivoting to meet the demands of a changing market (&amp;quot;We&#039;ve always been a successful bookstore; why would we need to set up a website to sell books?&amp;quot; - A Borders Executive, probably). My definition is different. For me, a success trap is setting up ways for success to sneak up and trap you into succeeding, in spite of your best (or worst) efforts.&lt;br /&gt;
&lt;br /&gt;
Building effective success traps requires a fair amount of awareness of your own processes and a reasonable amount of flexibility in setting up your environment. &lt;br /&gt;
&lt;br /&gt;
The same success trap will not work for different people or across different projects, but some success trap concepts can be widely distributed throughout your life. &lt;br /&gt;
&lt;br /&gt;
= What Makes a Success Trap? = &lt;br /&gt;
A success trap is something that will redirect you to what you want to do when you would otherwise fail. Success traps can be physical or mental, they can be tools you use or habits you form; they just have to be something that points you back in the direction of your goal when you get diverted. Features that are present in a success trap include:&lt;br /&gt;
&lt;br /&gt;
* Reduces distractions&lt;br /&gt;
* Reminds you of your task&lt;br /&gt;
* Removes [[Speedbumps]]&lt;br /&gt;
* Increases focus&lt;br /&gt;
* Increases efficiency&lt;br /&gt;
&lt;br /&gt;
= Keep it Simple = &lt;br /&gt;
While some success trap systems may be difficult or involved to set up, success traps are really about getting yourself ready for some easy wins. To set up success traps, you look at a project and ask yourself &amp;quot;What are the most obvious ways that this could go wrong?&amp;quot; and then you get ready to solve the problem before you have a problem. In many ways, this is more about mindset than about actually constructing the success trap. If you are working on a sewing project, do you have spare needles handy if the one in your machine breaks? If you&#039;re working on an old car, do you have your breaker bar handy or is it buried in the garage? If you&#039;re recording a makeup tutorial, are all your brushes clean, dry, and within arm&#039;s reach? Do you have extra batteries and enough storage space on your memory card to film the video? Have you removed all the manufacturer seals from the product so you won&#039;t have to do that on camera? If you need to take medication when you&#039;re going to bed and when you wake up are your meds next to your bed? If you want to floss more, is your floss on the counter or buried deep in a drawer?&lt;br /&gt;
&lt;br /&gt;
Success traps should not be complicated, arduous systems, they should be simple actions you can take easily and can adapt to different projects and habits. &lt;br /&gt;
&lt;br /&gt;
That said, a success trap is not quite as simple as just being prepared and having a toolbox ready for every situation; it is also about knowing yourself and the things that slow you down as well as the things that improve your focus and make you more efficient. Eating a meal before studying can be part of a success trap. Creating a playlist of music that makes YOU more productive can be part of a success trap. YOU, not someone else, not generic &amp;quot;chill beats to study and relax to,&amp;quot; YOU, who might find classical music grating or who doesn&#039;t work well with lyrical music in the background or who knows that for some mysterious reason the particular drone of a bagpipe really helps get them into an attentive mood. &lt;br /&gt;
&lt;br /&gt;
But those same things could be pitfalls for someone else. I can&#039;t eat before doing specific physical projects or it will cause painful heartburn. Some people need white noise or thunder sounds or static rather than music in order to focus. Try simple changes to your routines to see what works for YOU, not what a book of habits for type-A people with a passion for organization says works for THEM.&lt;br /&gt;
&lt;br /&gt;
= Some Examples of Success Traps =&lt;br /&gt;
These are a variety of success traps I have set for myself; some are more complex than others, some are more permanent than others, and some require more effort than others.&lt;br /&gt;
&lt;br /&gt;
== Getting Ready to Garden ==&lt;br /&gt;
When I am gardening, I know that if I go back inside my house for any reason the gardening will stop and will be done for the day. If I have a lot of gardening to do, I need to make sure that I&#039;ve eliminated any possible reason to go inside. For the example of gardening, I set an almost literal trap. I put a folding chair in the shade next to my door and next to that chair I put:&lt;br /&gt;
&lt;br /&gt;
* A half-gallon bottle of water&lt;br /&gt;
* An extra pair of gardening gloves&lt;br /&gt;
* My headphone charger, fully charged, with one of my headphones in it so I can swap for a fresh earbud if the battery dies in the one I&#039;m listening to&lt;br /&gt;
* A small snack&lt;br /&gt;
* A hat, sunglasses, or any other protective clothing like a sun shirt that I might need as the day progresses&lt;br /&gt;
* Yard waste bags, box cutters, sunblock, extension cords, kneepads, and any other yard-working tool that I might need that is stored in the house instead of in the yard&lt;br /&gt;
&lt;br /&gt;
Before I go out to garden, I use the restroom so I won&#039;t have to go back in soon. I make sure that my cellphone is fully charged and has at least twenty hours of different podcasts covering different subjects downloaded. I put on a three-pocket apron and put my phone in one pocket, a THIRD pair of gardening gloves, and one of four pairs of pruning shears in the apron pocket. &lt;br /&gt;
&lt;br /&gt;
What this means is that when I feel inclined to go in, I am stopped by my pile of gardening preparations. It would almost take me longer to take that stuff back in than it would for me to stay out gardening. I might as well stay out gardening for a while because I went to all the trouble of setting this up. &lt;br /&gt;
&lt;br /&gt;
The chair means that I&#039;ve got someplace to cool down that isn&#039;t inside. The BIG bottle of water means that I&#039;ll have plenty to drink before I need a refill. The gardening gloves mean that if I lose half of one of my pairs of gardening gloves, I&#039;ve got more (I actually keep cheap gardening gloves strategically scattered around my yard so that if I happen to be outside and see that the weeds need pulling, I can put some gloves on in ten seconds and start pulling weeds. Part of the reason my yard is currently a disaster is because all of my around-the-yard gloves blew away in a wind storm and I haven&#039;t replaced them).&lt;br /&gt;
&lt;br /&gt;
Anything that I MIGHT need to run back inside for is already waiting for me on the step by the door and is ALSO preventing me from easily opening the door without knocking a lot of crap over. I have provided myself with hours of entertainment by making sure that I&#039;ve got headphones to alternate and by including a lot of different podcasts I can switch to a new one if I get bored. If it gets too bright, I&#039;ve got sun protection waiting for me. Distractions (the indoors, the sweet embrace of the couch) are blocked. Speedbumps (needing a yard bag, needing spare gloves, needing more water) are removed. Approaching the door shows me all the work I did to prep, which reminds me of my task. I have set a successful speed trap; I might as well keep working in the yard until the yard waste bin is full and I can&#039;t do anything until it&#039;s emptied.&lt;br /&gt;
&lt;br /&gt;
== Preparing for an Essay ==&lt;br /&gt;
If I am getting ready to write an academic paper (or, honestly, a page for this website), there are some things I have to do to ensure that I won&#039;t end up wasting my time. I have the LeechBlock extension on my browser and I have settings for both work and school focus that will block various social media sites or only allow specific exceptions. I will set up topical information in specific browser windows using my Simple Tab Groups extension and close all unrelated windows. I will close all the programs on my computer and restart the device so that I won&#039;t be interrupted by an update or have my computer using too many resources while I&#039;m working. &lt;br /&gt;
&lt;br /&gt;
Depending on how complex the paper is, I may have pre-loaded a lot of the work by copying information from my sources into a reference document so that I don&#039;t have to scroll through each article I&#039;m citing. If I&#039;m doing that for this website, I might write the page in Libre Office Writer and include links at the ends of sentences so I can properly format links as I go but collect them while I&#039;m writing the page.&lt;br /&gt;
&lt;br /&gt;
Finally, I&#039;ll start a timer for thirty minutes. When that timer runs out, I&#039;ll start it again. When it runs out, I&#039;ll start it again. The purpose of the timer isn&#039;t for me to race the clock or feel pressure to get a lot of words out - it is to make me think &amp;quot;why is that alarm going off?&amp;quot; every thirty minutes so that if I&#039;ve started playing a game on my phone or have fallen into a wikipedia hole, I&#039;ll remember that I was writing an essay and should get back to it. &lt;br /&gt;
&lt;br /&gt;
This success trap relies on:&lt;br /&gt;
&lt;br /&gt;
* Reducing distractions (LeechBlock)&lt;br /&gt;
* Removing Speedbumps (Restarting the computer and closing programs to prevent computer or update issues)&lt;br /&gt;
* Improving efficiency (Prepping citations before work starts)&lt;br /&gt;
* Reminding me of my task (Timer)&lt;br /&gt;
&lt;br /&gt;
== Kick-ass-Kitchen ==&lt;br /&gt;
[[Mis en Place]] as a concept can be thought of as kind of a success trap. Prepping for a cooking project by collecting the ingredients and measuring them ahead of time certainly can help you to succeed as you cook (and look, if I don&#039;t take the bay leaf container out of the spice rack and put it next to the pot before I start cooking I will forget to put bay leaf in the soup and the soup will be less excellent than it could be - putting the bay leaf next to the pot before I start chopping onions is DEFINITELY part of a soup success trap for me). However, what I&#039;m discussing here is a bit more in-depth than that. &lt;br /&gt;
&lt;br /&gt;
My kitchen is full of success traps. The walls are literally lined with things to make it easier and more efficient for me to cook. &lt;br /&gt;
* It&#039;s hard to dig for spices in a spice rack? My spice rack is eight levels high and one layer deep and visibly mounted on the wall. &lt;br /&gt;
* I don&#039;t remember to make grocery lists? I have a white board on the refrigerator door with a checklist written on it in sharpie that is divided by category so all I do to make a grocery list is put a check next to an item when it runs out (with the white board pen that is on a magnet ALSO on the door of the fridge) and then take a photo of the list on my phone before I go to the store. If I forget to take a photo, I can usually text my spouse and ask him to send a photo of the list on the front of the fridge instead of directing him to scout for a piece of paper I probably dropped somewhere. &lt;br /&gt;
* There are no good cutting surfaces on the tile counter? There are cutting boards behind the microwave and in a rack on the wall. &lt;br /&gt;
* I can&#039;t find a knife? Yes I can that&#039;s what the magnet block on the side of the oven is for. &lt;br /&gt;
* The clock on the oven is broken? Good thing I&#039;ve got a magnetic timer on the fridge, the microwave has a timer option, and there&#039;s a mechanical timer next to the coffee pot. &lt;br /&gt;
* I want to make coffee? The coffee is in a rack above the coffee pot; open coffee is in a jar behind the coffee maker with a measuring scoop in it. The filter is reusable. The French Press and Moka pot are in the cabinet beside the rack full of coffee. If I&#039;m running low on coffee I can see that there&#039;s no more coffee in the rack and it&#039;s time to put a check mark on the board on the fridge.&lt;br /&gt;
* It&#039;s a pain in the ass to match lids to store food? I have four sizes of silicone bowl covers hanging on the cabinet where the bowls go. &lt;br /&gt;
* You need a basic like olive oil or parchment paper or tinfoil that normally lives in a pantry or a drawer? That is on a rack above the light switch beside the stove, above the pizza cutter and the measuring spoons. &lt;br /&gt;
&lt;br /&gt;
Common-use utensils live in two cylinders on the counter. The frying pans live on the stove. With the exception of always being in the process of doing dishes, my kitchen is always set up, 100% of the time, for me to prepare food and eat something with minimal fuss. Since I&#039;ve got a ton of food allergies and must prepare almost all of my own food, this prevents me from spending a ridiculous amount of money on pre-packaged food and saves me an enormous amount of time digging through drawers and cabinets.   &lt;br /&gt;
&lt;br /&gt;
== Long-Term Success Traps ==&lt;br /&gt;
My kitchen is an example of a place where I&#039;ve been able to physically control the space to build long-term success traps. I&#039;ve added to it and changed it and reorganized it over the years, and I&#039;m sure I&#039;ll do so in the future, but it is already the best kitchen I&#039;ve ever cooked in for the way that I cook. &lt;br /&gt;
&lt;br /&gt;
When you find something that works for you, see if there&#039;s a way that you can make that method more permanent. If you wake up better in the mornings and feel better during the day when you start the day with a walk, train your dog to expect a walk in the morning. If you keep hitting your head on a lamp in your workroom and it prevents you from working in that room, replace the lamp. &lt;br /&gt;
&lt;br /&gt;
There&#039;s a person on tumblr whose username is @ruckuscauser; Ruckuscauser has tattooed their left forearm with an area for a to-do list. That is a very permanent kind of success trap that works perfectly for their needs and that I can only applaud.&lt;br /&gt;
&lt;br /&gt;
= Tools to Build Success Traps = &lt;br /&gt;
Apps, web extensions, physical tools, habits, clothing, and training can all be components of building a successful success trap.&lt;br /&gt;
&lt;br /&gt;
== Reduce Distractions ==&lt;br /&gt;
* LeechBlock Browser Extension and other access control extensions - can be used to block specific websites for set timeframes.&lt;br /&gt;
* Noise-blocking headphones&lt;br /&gt;
* Setting up &amp;quot;Focus Time&amp;quot; rules in a household or work environment&lt;br /&gt;
&lt;br /&gt;
== Task Reminders ==&lt;br /&gt;
* Timers, Planners, Calendars, Alarms, Post-its, whiteboards, To-do Lists, Task Managers and a ton of other traditional tools to remind people what they&#039;re working on. &lt;br /&gt;
* Less conventional reminders include WristLists/Reminder Bracelets, writing tasks on your skin with pens or sharpies, website blocking, physical barriers to distractions (chair in front of the door, phone underneath a task-oriented notepad) and &amp;quot;[Clean/Cook/Work] With Me&amp;quot; Videos. &lt;br /&gt;
&lt;br /&gt;
== Remove Speedbumps ==&lt;br /&gt;
Speedbumps tend to be very individual and contextual, so removing them takes experience. If your child struggles to get homework done because they feel like they need to look up every word they don&#039;t know on the assignment sheet, you might want to sit with them and go through the definitions before they start working. But sometimes the speedbump to making madelines is simply the fact that someone has to empty the sink of dishes before cooking can commence, so all you can do is either wash the dishes in the moment or work on building a robust dishwashing system for ensuring there are no plates in the sink. &lt;br /&gt;
&lt;br /&gt;
== Increase Focus ==&lt;br /&gt;
* Moderate emotions; you&#039;ll be more focused when you&#039;re less upset or angry or sad - if you need to pay attention to something it might be helpful to bring your mood back to something stable and moderate before you get started. Since ADHD includes emotional dysregulation this may be difficult, but you know the best way to put yourself back on an even keel. If breathing exercises give you panic attacks, don&#039;t use them to try to calm down; maybe you&#039;ll do better with three sets of pushups or five minutes of a phone game. &lt;br /&gt;
* Helpful distractions - many people with ADHD find that the work better with background noise or some other kind of external stimulation while doing focused, boring tasks. Listening to music or podcasts, or putting a familiar movie on or turning on a white noise machine can all be helpful distractions that keep the ADHD brain juuuuuust focused enough on something in the periperhy to allow your brain to pay attention to the task that needs to be done (rather the crushing silence of a tense open plan office or the distracting noises the clock and ceiling lights are making. &lt;br /&gt;
&lt;br /&gt;
== Increase Efficiency ==&lt;br /&gt;
This one is also highly contextual and highly specific. One example of a success trap that I&#039;m considering making is a single-key keyboard that I can use for &amp;quot;typing&amp;quot; passwords. One of the ones I&#039;m considering purchasing is a mouse with programmable buttons. Getting a mouse to do &amp;quot;Ctrl+C/CTRL+V/CTRL+SHIFT+V&amp;quot; while using outlook for web would be a game-changer for me in terms of efficiency. Maybe I&#039;ll even get around to it someday. &lt;br /&gt;
But another example of an efficiency win is just checking my email and messages any time I sit down at my desk. If I haven&#039;t stood up in four hours I&#039;m off the hook, but if I stood up to get a refill on my coffee for three minutes, I must check my email when I get back to my desk. That&#039;s just how it&#039;s done. I don&#039;t make the rules. (Not true, I do make the rules but the Alli who makes the rules and the Alli who follows the rules are two different people who just happen to live in my head. &lt;br /&gt;
&lt;br /&gt;
Get creative when you&#039;re thinking about what tools to add to your toolbox. And maybe make one of those tools a literal toolbox. The plastic totes used for cleaning supplies can also be used for gardening tools, pet care, car parts, and barbecues. Make use of them because they might save you a ton of work and there&#039;s no reason not to. &lt;br /&gt;
&lt;br /&gt;
= ADHD, Children, Neurotypicals, Parents, and Success =&lt;br /&gt;
The reason I&#039;m writing this is because I have pretty catastrophic ADHD. My &amp;quot;success&amp;quot; state is not the same as your &amp;quot;success&amp;quot; state. Sometimes my success state is &amp;quot;I showered!&amp;quot; (success traps involved with that - keeping a towel on a hook in my closet, a hair wrap on a hook in the bathroom, a tile brush hanging in the shower, my leave-in conditioner in the shower instead of on the counter, water resistant earbuds, and a flat surface within arm&#039;s reach to put my phone on), which a lot of people consider pretty pathetic. &lt;br /&gt;
&lt;br /&gt;
It&#039;s not. I showered. I succeeded at personal care. If you don&#039;t think that&#039;s a success, fuck you. &lt;br /&gt;
&lt;br /&gt;
If that sounds hostile, that&#039;s because it&#039;s meant to. &lt;br /&gt;
&lt;br /&gt;
A lot of well-meaning neurotypical parents and bosses try to set their children or employees up for success by providing environments which the neurotypical people think should be distraction-free, efficiency encouraging, focus-generating environments that remove barriers to success. &lt;br /&gt;
&lt;br /&gt;
They&#039;re wrong. &lt;br /&gt;
&lt;br /&gt;
Not always - sometimes parents and employers work with their children and employees to really create effective environments for people with executive function issues. But a lot of the time a parent&#039;s idea of a productive, distraction-free environment is what may as well be a combination panopticon and torture chamber for their child. Bosses who don&#039;t consider neurodivergence in their employees may wheedle workers into using productivity software that interrupts them every few minutes with reminders, timers, chimes, and pop-ups. &lt;br /&gt;
&lt;br /&gt;
These are not success traps. These are just traps. Either the person subjected to this will struggle within the trap, working at lower capacity and with worse morale than they had before the &amp;quot;distraction-free productivity space&amp;quot; was introduced, or they&#039;ll shut down and will be able to get hardly anything accomplished (ESPECIALLY IF YOU SCOLD THEM FOR FAILING TO SUCCEED IN YOUR SYSTEM). &lt;br /&gt;
&lt;br /&gt;
Success traps MUST be created with the individual they&#039;re targeted at as a central part of the conversation and with that person&#039;s limitations, motivations, and work habits in mind or they will not only not work, they will likely tremendously harm the person they&#039;re supposed to help. &lt;br /&gt;
&lt;br /&gt;
Do not attempt to build success traps for your children, employees, spouses, parents, friends, co-workers, patients, siblings, or students based on YOUR understanding of what success looks like and your understanding of their needs. &lt;br /&gt;
&lt;br /&gt;
Neurodivergent people are often subject to the suggestions, instructions, exhortations, and criticisms of people who desperately want to whip the neurodivergent person into shape and set them up for success. That is a recipe for guilt, avoidance, anxiety, and withdrawal on the part of the neurodivergent person who will never be able to use the system you set up as effectively as they&#039;d be able to use a system that they devised or participated in constructing.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Success_Traps&amp;diff=340</id>
		<title>Success Traps</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Success_Traps&amp;diff=340"/>
		<updated>2025-03-20T08:15:59Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A success trap is the opposite of a pitfall. Instead of stumbling across an issue that halts your process and drags you down, you can try to set things up so that when you are going to fall, you fall into something that bounces you back at the thing that you want to succeed at. &lt;br /&gt;
&lt;br /&gt;
The business definition of &amp;quot;success trap&amp;quot; is a firm that is too comfortable in its market and stagnates instead of pivoting to meet the demands of a changing market (&amp;quot;We&#039;ve always been a successful bookstore; why would we need to set up a website to sell books?&amp;quot; - A Borders Executive, probably). My definition is different. For me, a success trap is setting up ways for success to sneak up and trap you into succeeding, in spite of your best (or worst) efforts.&lt;br /&gt;
&lt;br /&gt;
Building effective success traps requires a fair amount of awareness of your own processes and a reasonable amount of flexibility in setting up your environment. &lt;br /&gt;
&lt;br /&gt;
The same success trap will not work for different people or across different projects, but some success trap concepts can be widely distributed throughout your life. &lt;br /&gt;
&lt;br /&gt;
= What Makes a Success Trap? = &lt;br /&gt;
A success trap is something that will redirect you to what you want to do when you would otherwise fail. Success traps can be physical or mental, they can be tools you use or habits you form; they just have to be something that points you back in the direction of your goal when you get diverted. Features that are present in a success trap include:&lt;br /&gt;
&lt;br /&gt;
* Reduces distractions&lt;br /&gt;
* Reminds you of your task&lt;br /&gt;
* Removes [[Speedbumps]]&lt;br /&gt;
* Increases focus&lt;br /&gt;
* Increases efficiency&lt;br /&gt;
&lt;br /&gt;
= Keep it Simple = &lt;br /&gt;
While some success trap systems may be difficult or involved to set up, success traps are really about getting yourself ready for some easy wins. To set up success traps, you look at a project and ask yourself &amp;quot;What are the most obvious ways that this could go wrong?&amp;quot; and then you get ready to solve the problem before you have a problem. In many ways, this is more about mindset than about actually constructing the success trap. If you are working on a sewing project, do you have spare needles handy if the one in your machine breaks? If you&#039;re working on an old car, do you have your breaker bar handy or is it buried in the garage? If you&#039;re recording a makeup tutorial, are all your brushes clean, dry, and within arm&#039;s reach? Do you have extra batteries and enough storage space on your memory card to film the video? Have you removed all the manufacturer seals from the product so you won&#039;t have to do that on camera? If you need to take medication when you&#039;re going to bed and when you wake up are your meds next to your bed? If you want to floss more, is your floss on the counter or buried deep in a drawer?&lt;br /&gt;
&lt;br /&gt;
Success traps should not be complicated, arduous systems, they should be simple actions you can take easily and can adapt to different projects and habits. &lt;br /&gt;
&lt;br /&gt;
That said, a success trap is not quite as simple as just being prepared and having a toolbox ready for every situation; it is also about knowing yourself and the things that slow you down as well as the things that improve your focus and make you more efficient. Eating a meal before studying can be part of a success trap. Creating a playlist of music that makes YOU more productive can be part of a success trap. YOU, not someone else, not generic &amp;quot;chill beats to study and relax to,&amp;quot; YOU, who might find classical music grating or who doesn&#039;t work well with lyrical music in the background or who knows that for some mysterious reason the particular drone of a bagpipe really helps get them into an attentive mood. &lt;br /&gt;
&lt;br /&gt;
But those same things could be pitfalls for someone else. I can&#039;t eat before doing specific physical projects or it will cause painful heartburn. Some people need white noise or thunder sounds or static rather than music in order to focus. Try simple changes to your routines to see what works for YOU, not what a book of habits for type-A people with a passion for organization says works for THEM.&lt;br /&gt;
&lt;br /&gt;
= Some Examples of Success Traps =&lt;br /&gt;
These are a variety of success traps I have set for myself; some are more complex than others, some are more permanent than others, and some require more effort than others.&lt;br /&gt;
&lt;br /&gt;
== Getting Ready to Garden ==&lt;br /&gt;
When I am gardening, I know that if I go back inside my house for any reason the gardening will stop and will be done for the day. If I have a lot of gardening to do, I need to make sure that I&#039;ve eliminated any possible reason to go inside. For the example of gardening, I set an almost literal trap. I put a folding chair in the shade next to my door and next to that chair I put:&lt;br /&gt;
&lt;br /&gt;
* A half-gallon bottle of water&lt;br /&gt;
* An extra pair of gardening gloves&lt;br /&gt;
* My headphone charger, fully charged, with one of my headphones in it so I can swap for a fresh earbud if the battery dies in the one I&#039;m listening to&lt;br /&gt;
* A small snack&lt;br /&gt;
* A hat, sunglasses, or any other protective clothing like a sun shirt that I might need as the day progresses&lt;br /&gt;
* Yard waste bags, box cutters, sunblock, extension cords, kneepads, and any other yard-working tool that I might need that is stored in the house instead of in the yard&lt;br /&gt;
&lt;br /&gt;
Before I go out to garden, I use the restroom so I won&#039;t have to go back in soon. I make sure that my cellphone is fully charged and has at least twenty hours of different podcasts covering different subjects downloaded. I put on a three-pocket apron and put my phone in one pocket, a THIRD pair of gardening gloves, and one of four pairs of pruning shears in the apron pocket. &lt;br /&gt;
&lt;br /&gt;
What this means is that when I feel inclined to go in, I am stopped by my pile of gardening preparations. It would almost take me longer to take that stuff back in than it would for me to stay out gardening. I might as well stay out gardening for a while because I went to all the trouble of setting this up. &lt;br /&gt;
&lt;br /&gt;
The chair means that I&#039;ve got someplace to cool down that isn&#039;t inside. The BIG bottle of water means that I&#039;ll have plenty to drink before I need a refill. The gardening gloves mean that if I lose half of one of my pairs of gardening gloves, I&#039;ve got more (I actually keep cheap gardening gloves strategically scattered around my yard so that if I happen to be outside and see that the weeds need pulling, I can put some gloves on in ten seconds and start pulling weeds. Part of the reason my yard is currently a disaster is because all of my around-the-yard gloves blew away in a wind storm and I haven&#039;t replaced them).&lt;br /&gt;
&lt;br /&gt;
Anything that I MIGHT need to run back inside for is already waiting for me on the step by the door and is ALSO preventing me from easily opening the door without knocking a lot of crap over. I have provided myself with hours of entertainment by making sure that I&#039;ve got headphones to alternate and by including a lot of different podcasts I can switch to a new one if I get bored. If it gets too bright, I&#039;ve got sun protection waiting for me. Distractions (the indoors, the sweet embrace of the couch) are blocked. Speedbumps (needing a yard bag, needing spare gloves, needing more water) are removed. Approaching the door shows me all the work I did to prep, which reminds me of my task. I have set a successful speed trap; I might as well keep working in the yard until the yard waste bin is full and I can&#039;t do anything until it&#039;s emptied.&lt;br /&gt;
&lt;br /&gt;
== Preparing for an Essay ==&lt;br /&gt;
If I am getting ready to write an academic paper (or, honestly, a page for this website), there are some things I have to do to ensure that I won&#039;t end up wasting my time. I have the LeechBlock extension on my browser and I have settings for both work and school focus that will block various social media sites or only allow specific exceptions. I will set up topical information in specific browser windows using my Simple Tab Groups extension and close all unrelated windows. I will close all the programs on my computer and restart the device so that I won&#039;t be interrupted by an update or have my computer using too many resources while I&#039;m working. &lt;br /&gt;
&lt;br /&gt;
Depending on how complex the paper is, I may have pre-loaded a lot of the work by copying information from my sources into a reference document so that I don&#039;t have to scroll through each article I&#039;m citing. If I&#039;m doing that for this website, I might write the page in Libre Office Writer and include links at the ends of sentences so I can properly format links as I go but collect them while I&#039;m writing the page.&lt;br /&gt;
&lt;br /&gt;
Finally, I&#039;ll start a timer for thirty minutes. When that timer runs out, I&#039;ll start it again. When it runs out, I&#039;ll start it again. The purpose of the timer isn&#039;t for me to race the clock or feel pressure to get a lot of words out - it is to make me think &amp;quot;why is that alarm going off?&amp;quot; every thirty minutes so that if I&#039;ve started playing a game on my phone or have fallen into a wikipedia hole, I&#039;ll remember that I was writing an essay and should get back to it. &lt;br /&gt;
&lt;br /&gt;
This success trap relies on:&lt;br /&gt;
&lt;br /&gt;
* Reducing distractions (LeechBlock)&lt;br /&gt;
* Removing Speedbumps (Restarting the computer and closing programs to prevent computer or update issues)&lt;br /&gt;
* Improving efficiency (Prepping citations before work starts)&lt;br /&gt;
* Reminding me of my task (Timer)&lt;br /&gt;
&lt;br /&gt;
== Kick-ass-Kitchen ==&lt;br /&gt;
[[Mis en Place]] as a concept can be thought of as kind of a success trap. Prepping for a cooking project by collecting the ingredients and measuring them ahead of time certainly can help you to succeed as you cook (and look, if I don&#039;t take the bay leaf container out of the spice rack and put it next to the pot before I start cooking I will forget to put bay leaf in the soup and the soup will be less excellent than it could be - putting the bay leaf next to the pot before I start chopping onions is DEFINITELY part of a soup success trap for me). However, what I&#039;m discussing here is a bit more in-depth than that. &lt;br /&gt;
&lt;br /&gt;
My kitchen is full of success traps. The walls are literally lined with things to make it easier and more efficient for me to cook. &lt;br /&gt;
* It&#039;s hard to dig for spices in a spice rack? My spice rack is eight levels high and one layer deep and visibly mounted on the wall. &lt;br /&gt;
* I don&#039;t remember to make grocery lists? I have a white board on the refrigerator door with a checklist written on it in sharpie that is divided by category so all I do to make a grocery list is put a check next to an item when it runs out (with the white board pen that is on a magnet ALSO on the door of the fridge) and then take a photo of the list on my phone before I go to the store. If I forget to take a photo, I can usually text my spouse and ask him to send a photo of the list on the front of the fridge instead of directing him to scout for a piece of paper I probably dropped somewhere. &lt;br /&gt;
* There are no good cutting surfaces on the tile counter? There are cutting boards behind the microwave and in a rack on the wall. &lt;br /&gt;
* I can&#039;t find a knife? Yes I can that&#039;s what the magnet block on the side of the oven is for. &lt;br /&gt;
* The clock on the oven is broken? Good thing I&#039;ve got a magnetic timer on the fridge, the microwave has a timer option, and there&#039;s a mechanical timer next to the coffee pot. &lt;br /&gt;
* I want to make coffee? The coffee is in a rack above the coffee pot; open coffee is in a jar behind the coffee maker with a measuring scoop in it. The filter is reusable. The French Press and Moka pot are in the cabinet beside the rack full of coffee. If I&#039;m running low on coffee I can see that there&#039;s no more coffee in the rack and it&#039;s time to put a check mark on the board on the fridge.&lt;br /&gt;
* It&#039;s a pain in the ass to match lids to store food? I have four sizes of silicone bowl covers hanging on the cabinet where the bowls go. &lt;br /&gt;
* You need a basic like olive oil or parchment paper or tinfoil that normally lives in a pantry or a drawer? That is on a rack above the light switch beside the stove, above the pizza cutter and the measuring spoons. &lt;br /&gt;
&lt;br /&gt;
Common-use utensils live in two cylinders on the counter. The frying pans live on the stove. With the exception of always being in the process of doing dishes, my kitchen is always set up, 100% of the time, for me to prepare food and eat something with minimal fuss. Since I&#039;ve got a ton of food allergies and must prepare almost all of my own food, this prevents me from spending a ridiculous amount of money on pre-packaged food and saves me an enormous amount of time digging through drawers and cabinets.   &lt;br /&gt;
&lt;br /&gt;
== Long-Term Success Traps ==&lt;br /&gt;
My kitchen is an example of a place where I&#039;ve been able to physically control the space to build long-term success traps. I&#039;ve added to it and changed it and reorganized it over the years, and I&#039;m sure I&#039;ll do so in the future, but it is already the best kitchen I&#039;ve ever cooked in for the way that I cook. &lt;br /&gt;
&lt;br /&gt;
When you find something that works for you, see if there&#039;s a way that you can make that method more permanent. If you wake up better in the mornings and feel better during the day when you start the day with a walk, train your dog to expect a walk in the morning. If you keep hitting your head on a lamp in your workroom and it prevents you from working in that room, replace the lamp. &lt;br /&gt;
&lt;br /&gt;
There&#039;s a person on tumblr whose username is @ruckuscauser; Ruckuscauser has tattooed their left forearm with an area for a to-do list. That is a very permanent kind of success trap that works perfectly for their needs and that I can only applaud.&lt;br /&gt;
&lt;br /&gt;
= Tools to Build Success Traps = &lt;br /&gt;
Apps, web extensions, physical tools, habits, clothing, and training can all be components of building a successful success trap.&lt;br /&gt;
&lt;br /&gt;
== Reduce Distractions ==&lt;br /&gt;
* LeechBlock Browser Extension and other access control extensions - can be used to block specific websites for set timeframes.&lt;br /&gt;
* Noise-blocking headphones&lt;br /&gt;
* Setting up &amp;quot;Focus Time&amp;quot; rules in a household or work environment&lt;br /&gt;
&lt;br /&gt;
== Task Reminders ==&lt;br /&gt;
* Timers, Planners, Calendars, Alarms, Post-its, whiteboards, To-do Lists, Task Managers and a ton of other traditional tools to remind people what they&#039;re working on. &lt;br /&gt;
* Less conventional reminders include WristLists/Reminder Bracelets, writing tasks on your skin with pens or sharpies, website blocking, physical barriers to distractions (chair in front of the door, phone underneath a task-oriented notepad) and &amp;quot;[Clean/Cook/Work] With Me&amp;quot; Videos. &lt;br /&gt;
&lt;br /&gt;
== Remove Speedbumps ==&lt;br /&gt;
Speedbumps tend to be very individual and contextual, so removing them takes experience. If your child struggles to get homework done because they feel like they need to look up every word they don&#039;t know on the assignment sheet, you might want to sit with them and go through the definitions before they start working. But sometimes the speedbump to making madelines is simply the fact that someone has to empty the sink of dishes before cooking can commence, so all you can do is either wash the dishes in the moment or work on building a robust dishwashing system for ensuring there are no plates in the sink. &lt;br /&gt;
&lt;br /&gt;
== Increase Focus ==&lt;br /&gt;
* Moderate emotions; you&#039;ll be more focused when you&#039;re less upset or angry or sad or joyful - if you need to pay attention to something it might be helpful to bring your mood back to something stable and moderate before you get started.&lt;br /&gt;
* Helpful distractions - many people with ADHD find that the work better with background noise or some other kind of external stimulation while doing focused, boring tasks. Listening to music or podcasts, or putting a familiar movie on or turning on a white noise machine can all be helpful distractions that keep the ADHD brain juuuuuust focused enough on something in the periperhy to allow your brain to pay attention to the task that needs to be done (rather the crushing silence of a tense open plan office or the distracting noises the clock and ceiling lights are making. &lt;br /&gt;
&lt;br /&gt;
== Increase Efficiency ==&lt;br /&gt;
This one is also highly contextual and highly specific. One example of a success trap that I&#039;m considering making is a single-key keyboard that I can use for &amp;quot;typing&amp;quot; passwords. One of the ones I&#039;m considering purchasing is a mouse with programmable buttons. Getting a mouse to do &amp;quot;Ctrl+C/CTRL+V/CTRL+SHIFT+V&amp;quot; while using outlook for web would be a game-changer for me in terms of efficiency. Maybe I&#039;ll even get around to it someday. &lt;br /&gt;
But another example of an efficiency win is just checking my email and messages any time I sit down at my desk. If I haven&#039;t stood up in four hours I&#039;m off the hook, but if I stood up to get a refill on my coffee for three minutes, I must check my email when I get back to my desk. That&#039;s just how it&#039;s done. I don&#039;t make the rules. (Not true, I do make the rules but the Alli who makes the rules and the Alli who follows the rules are two different people who just happen to live in my head. &lt;br /&gt;
&lt;br /&gt;
Get creative when you&#039;re thinking about what tools to add to your toolbox. And maybe make one of those tools a literal toolbox. The plastic totes used for cleaning supplies can also be used for gardening tools, pet care, car parts, and barbecues. Make use of them because they might save you a ton of work and there&#039;s no reason not to. &lt;br /&gt;
&lt;br /&gt;
= ADHD, Children, Neurotypicals, Parents, and Success =&lt;br /&gt;
The reason I&#039;m writing this is because I have pretty catastrophic ADHD. My &amp;quot;success&amp;quot; state is not the same as your &amp;quot;success&amp;quot; state. Sometimes my success state is &amp;quot;I showered!&amp;quot; (success traps involved with that - keeping a towel on a hook in my closet, a hair wrap on a hook in the bathroom, a tile brush hanging in the shower, my leave-in conditioner in the shower instead of on the counter, water resistant earbuds, and a flat surface within arm&#039;s reach to put my phone on), which a lot of people consider pretty pathetic. &lt;br /&gt;
&lt;br /&gt;
It&#039;s not. I showered. I succeeded at personal care. If you don&#039;t think that&#039;s a success, fuck you. &lt;br /&gt;
&lt;br /&gt;
If that sounds hostile, that&#039;s because it&#039;s meant to. &lt;br /&gt;
&lt;br /&gt;
A lot of well-meaning neurotypical parents and bosses try to set their children or employees up for success by providing environments which the neurotypical people think should be distraction-free, efficiency encouraging, focus-generating environments that remove barriers to success. &lt;br /&gt;
&lt;br /&gt;
They&#039;re wrong. &lt;br /&gt;
&lt;br /&gt;
Not always - sometimes parents and employers work with their children and employees to really create effective environments for people with executive function issues. But a lot of the time a parent&#039;s idea of a productive, distraction-free environment is what may as well be a combination panopticon and torture chamber for their child. Bosses who don&#039;t consider neurodivergence in their employees may wheedle workers into using productivity software that interrupts them every few minutes with reminders, timers, chimes, and pop-ups. &lt;br /&gt;
&lt;br /&gt;
These are not success traps. These are just traps. Either the person subjected to this will struggle within the trap, working at lower capacity and with worse morale than they had before the &amp;quot;distraction-free productivity space&amp;quot; was introduced, or they&#039;ll shut down and will be able to get hardly anything accomplished (ESPECIALLY IF YOU SCOLD THEM FOR FAILING TO SUCCEED IN YOUR SYSTEM). &lt;br /&gt;
&lt;br /&gt;
Success traps MUST be created with the individual they&#039;re targeted at as a central part of the conversation and with that person&#039;s limitations, motivations, and work habits in mind or they will not only not work, they will likely tremendously harm the person they&#039;re supposed to help. &lt;br /&gt;
&lt;br /&gt;
Do not attempt to build success traps for your children, employees, spouses, parents, friends, co-workers, patients, siblings, or students based on YOUR understanding of what success looks like and your understanding of their needs. &lt;br /&gt;
&lt;br /&gt;
Neurodivergent people are often subject to the suggestions, instructions, exhortations, and criticisms of people who desperately want to whip the neurodivergent person into shape and set them up for success. That is a recipe for guilt, avoidance, anxiety, and withdrawal on the part of the neurodivergent person who will never be able to use the system you set up as effectively as they&#039;d be able to use a system that they devised or participated in constructing.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Success_Traps&amp;diff=339</id>
		<title>Success Traps</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Success_Traps&amp;diff=339"/>
		<updated>2025-03-20T07:49:41Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A success trap is the opposite of a pitfall. Instead of stumbling across an issue that halts your process and drags you down, you can try to set things up so that when you are going to fall, you fall into something that bounces you back at the thing that you want to succeed at. &lt;br /&gt;
&lt;br /&gt;
The business definition of &amp;quot;success trap&amp;quot; is a firm that is too comfortable in its market and stagnates instead of pivoting to meet the demands of a changing market (&amp;quot;We&#039;ve always been a successful bookstore; why would we need to set up a website to sell books?&amp;quot; - A Borders Executive, probably). My definition is different. For me, a success trap is setting up ways for success to sneak up and trap you into succeeding, in spite of your best (or worst) efforts.&lt;br /&gt;
&lt;br /&gt;
Building effective success traps requires a fair amount of awareness of your own processes and a reasonable amount of flexibility in setting up your environment. &lt;br /&gt;
&lt;br /&gt;
The same success trap will not work for different people or across different projects, but some success trap concepts can be widely distributed throughout your life. &lt;br /&gt;
&lt;br /&gt;
= What Makes a Success Trap? = &lt;br /&gt;
A success trap is something that will redirect you to what you want to do when you would otherwise fail. Success traps can be physical or mental, they can be tools you use or habits you form; they just have to be something that points you back in the direction of your goal when you get diverted. Features that are present in a success trap include:&lt;br /&gt;
&lt;br /&gt;
* Reduces distractions&lt;br /&gt;
* Reminds you of your task&lt;br /&gt;
* Removes [[Speedbumps]]&lt;br /&gt;
* Increases focus&lt;br /&gt;
* Increases efficiency&lt;br /&gt;
&lt;br /&gt;
= Keep it Simple = &lt;br /&gt;
While some success trap systems may be difficult or involved to set up, success traps are really about getting yourself ready for some easy wins. To set up success traps, you look at a project and ask yourself &amp;quot;What are the most obvious ways that this could go wrong?&amp;quot; and then you get ready to solve the problem before you have a problem. In many ways, this is more about mindset than about actually constructing the success trap. If you are working on a sewing project, do you have spare needles handy if the one in your machine breaks? If you&#039;re working on an old car, do you have your breaker bar handy or is it buried in the garage? If you&#039;re recording a makeup tutorial, are all your brushes clean, dry, and within arm&#039;s reach? Do you have extra batteries and enough storage space on your memory card to film the video? Have you removed all the manufacturer seals from the product so you won&#039;t have to do that on camera? If you need to take medication when you&#039;re going to bed and when you wake up are your meds next to your bed? If you want to floss more, is your floss on the counter or buried deep in a drawer?&lt;br /&gt;
&lt;br /&gt;
Success traps should not be complicated, arduous systems, they should be simple actions you can take easily and can adapt to different projects and habits. &lt;br /&gt;
&lt;br /&gt;
That said, a success trap is not quite as simple as just being prepared and having a toolbox ready for every situation; it is also about knowing yourself and the things that slow you down as well as the things that improve your focus and make you more efficient. Eating a meal before studying can be part of a success trap. Creating a playlist of music that makes YOU more productive can be part of a success trap. YOU, not someone else, not generic &amp;quot;chill beats to study and relax to,&amp;quot; YOU, who might find classical music grating or who doesn&#039;t work well with lyrical music in the background or who knows that for some mysterious reason the particular drone of a bagpipe really helps get them into an attentive mood. &lt;br /&gt;
&lt;br /&gt;
But those same things could be pitfalls for someone else. I can&#039;t eat before doing specific physical projects or it will cause painful heartburn. Some people need white noise or thunder sounds or static rather than music in order to focus. Try simple changes to your routines to see what works for YOU, not what a book of habits for type-A people with a passion for organization says works for THEM.&lt;br /&gt;
&lt;br /&gt;
= Some Examples of Success Traps =&lt;br /&gt;
These are a variety of success traps I have set for myself; some are more complex than others, some are more permanent than others, and some require more effort than others.&lt;br /&gt;
&lt;br /&gt;
== Getting Ready to Garden ==&lt;br /&gt;
When I am gardening, I know that if I go back inside my house for any reason the gardening will stop and will be done for the day. If I have a lot of gardening to do, I need to make sure that I&#039;ve eliminated any possible reason to go inside. For the example of gardening, I set an almost literal trap. I put a folding chair in the shade next to my door and next to that chair I put:&lt;br /&gt;
&lt;br /&gt;
* A half-gallon bottle of water&lt;br /&gt;
* An extra pair of gardening gloves&lt;br /&gt;
* My headphone charger, fully charged, with one of my headphones in it so I can swap for a fresh earbud if the battery dies in the one I&#039;m listening to&lt;br /&gt;
* A small snack&lt;br /&gt;
* A hat, sunglasses, or any other protective clothing like a sun shirt that I might need as the day progresses&lt;br /&gt;
* Yard waste bags, box cutters, sunblock, extension cords, kneepads, and any other yard-working tool that I might need that is stored in the house instead of in the yard&lt;br /&gt;
&lt;br /&gt;
Before I go out to garden, I use the restroom so I won&#039;t have to go back in soon. I make sure that my cellphone is fully charged and has at least twenty hours of different podcasts covering different subjects downloaded. I put on a three-pocket apron and put my phone in one pocket, a THIRD pair of gardening gloves, and one of four pairs of pruning shears in the apron pocket. &lt;br /&gt;
&lt;br /&gt;
What this means is that when I feel inclined to go in, I am stopped by my pile of gardening preparations. It would almost take me longer to take that stuff back in than it would for me to stay out gardening. I might as well stay out gardening for a while because I went to all the trouble of setting this up. &lt;br /&gt;
&lt;br /&gt;
The chair means that I&#039;ve got someplace to cool down that isn&#039;t inside. The BIG bottle of water means that I&#039;ll have plenty to drink before I need a refill. The gardening gloves mean that if I lose half of one of my pairs of gardening gloves, I&#039;ve got more (I actually keep cheap gardening gloves strategically scattered around my yard so that if I happen to be outside and see that the weeds need pulling, I can put some gloves on in ten seconds and start pulling weeds. Part of the reason my yard is currently a disaster is because all of my around-the-yard gloves blew away in a wind storm and I haven&#039;t replaced them).&lt;br /&gt;
&lt;br /&gt;
Anything that I MIGHT need to run back inside for is already waiting for me on the step by the door and is ALSO preventing me from easily opening the door without knocking a lot of crap over. I have provided myself with hours of entertainment by making sure that I&#039;ve got headphones to alternate and by including a lot of different podcasts I can switch to a new one if I get bored. If it gets too bright, I&#039;ve got sun protection waiting for me. Distractions (the indoors, the sweet embrace of the couch) are blocked. Speedbumps (needing a yard bag, needing spare gloves, needing more water) are removed. Approaching the door shows me all the work I did to prep, which reminds me of my task. I have set a successful speed trap; I might as well keep working in the yard until the yard waste bin is full and I can&#039;t do anything until it&#039;s emptied.&lt;br /&gt;
&lt;br /&gt;
== Preparing for an Essay ==&lt;br /&gt;
If I am getting ready to write an academic paper (or, honestly, a page for this website), there are some things I have to do to ensure that I won&#039;t end up wasting my time. I have the LeechBlock extension on my browser and I have settings for both work and school focus that will block various social media sites or only allow specific exceptions. I will set up topical information in specific browser windows using my Simple Tab Groups extension and close all unrelated windows. I will close all the programs on my computer and restart the device so that I won&#039;t be interrupted by an update or have my computer using too many resources while I&#039;m working. &lt;br /&gt;
&lt;br /&gt;
Depending on how complex the paper is, I may have pre-loaded a lot of the work by copying information from my sources into a reference document so that I don&#039;t have to scroll through each article I&#039;m citing. If I&#039;m doing that for this website, I might write the page in Libre Office Writer and include links at the ends of sentences so I can properly format links as I go but collect them while I&#039;m writing the page.&lt;br /&gt;
&lt;br /&gt;
Finally, I&#039;ll start a timer for thirty minutes. When that timer runs out, I&#039;ll start it again. When it runs out, I&#039;ll start it again. The purpose of the timer isn&#039;t for me to race the clock or feel pressure to get a lot of words out - it is to make me think &amp;quot;why is that alarm going off?&amp;quot; every thirty minutes so that if I&#039;ve started playing a game on my phone or have fallen into a wikipedia hole, I&#039;ll remember that I was writing an essay and should get back to it. &lt;br /&gt;
&lt;br /&gt;
This success trap relies on:&lt;br /&gt;
&lt;br /&gt;
* Reducing distractions (LeechBlock)&lt;br /&gt;
* Removing Speedbumps (Restarting the computer and closing programs to prevent computer or update issues)&lt;br /&gt;
* Improving efficiency (Prepping citations before work starts)&lt;br /&gt;
* Reminding me of my task (Timer)&lt;br /&gt;
&lt;br /&gt;
== Kick-ass-Kitchen ==&lt;br /&gt;
[[Mis en Place]] as a concept can be thought of as kind of a success trap. Prepping for a cooking project by collecting the ingredients and measuring them ahead of time certainly can help you to succeed as you cook (and look, if I don&#039;t take the bay leaf container out of the spice rack and put it next to the pot before I start cooking I will forget to put bay leaf in the soup and the soup will be less excellent than it could be - putting the bay leaf next to the pot before I start chopping onions is DEFINITELY part of a soup success trap for me). However, what I&#039;m discussing here is a bit more in-depth than that. &lt;br /&gt;
&lt;br /&gt;
My kitchen is full of success traps. The walls are literally lined with things to make it easier and more efficient for me to cook. &lt;br /&gt;
* It&#039;s hard to dig for spices in a spice rack? My spice rack is eight levels high and one layer deep and visibly mounted on the wall. &lt;br /&gt;
* I don&#039;t remember to make grocery lists? I have a white board on the refrigerator door with a checklist written on it in sharpie that is divided by category so all I do to make a grocery list is put a check next to an item when it runs out (with the white board pen that is on a magnet ALSO on the door of the fridge) and then take a photo of the list on my phone before I go to the store. If I forget to take a photo, I can usually text my spouse and ask him to send a photo of the list on the front of the fridge instead of directing him to scout for a piece of paper I probably dropped somewhere. &lt;br /&gt;
* There are no good cutting surfaces on the tile counter? There are cutting boards behind the microwave and in a rack on the wall. &lt;br /&gt;
* I can&#039;t find a knife? Yes I can that&#039;s what the magnet block on the side of the oven is for. &lt;br /&gt;
* The clock on the oven is broken? Good thing I&#039;ve got a magnetic timer on the fridge, the microwave has a timer option, and there&#039;s a mechanical timer next to the coffee pot. &lt;br /&gt;
* I want to make coffee? The coffee is in a rack above the coffee pot; open coffee is in a jar behind the coffee maker with a measuring scoop in it. The filter is reusable. The French Press and Moka pot are in the cabinet beside the rack full of coffee. If I&#039;m running low on coffee I can see that there&#039;s no more coffee in the rack and it&#039;s time to put a check mark on the board on the fridge.&lt;br /&gt;
* It&#039;s a pain in the ass to match lids to store food? I have four sizes of silicone bowl covers hanging on the cabinet where the bowls go. &lt;br /&gt;
* You need a basic like olive oil or parchment paper or tinfoil that normally lives in a pantry or a drawer? That is on a rack above the light switch beside the stove, above the pizza cutter and the measuring spoons. &lt;br /&gt;
&lt;br /&gt;
Common-use utensils live in two cylinders on the counter. The frying pans live on the stove. With the exception of always being in the process of doing dishes, my kitchen is always set up, 100% of the time, for me to prepare food and eat something with minimal fuss. Since I&#039;ve got a ton of food allergies and must prepare almost all of my own food, this prevents me from spending a ridiculous amount of money on pre-packaged food and saves me an enormous amount of time digging through drawers and cabinets.   &lt;br /&gt;
&lt;br /&gt;
== Long-Term Success Traps ==&lt;br /&gt;
My kitchen is an example of a place where I&#039;ve been able to physically control the space to build long-term success traps. I&#039;ve added to it and changed it and reorganized it over the years, and I&#039;m sure I&#039;ll do so in the future, but it is already the best kitchen I&#039;ve ever cooked in for the way that I cook. &lt;br /&gt;
&lt;br /&gt;
When you find something that works for you, see if there&#039;s a way that you can make that method more permanent. If you wake up better in the mornings and feel better during the day when you start the day with a walk, train your dog to expect a walk in the morning. If you keep hitting your head on a lamp in your workroom and it prevents you from working in that room, replace the lamp. &lt;br /&gt;
&lt;br /&gt;
There&#039;s a person on tumblr whose username is @ruckuscauser; Ruckuscauser has tattooed their left forearm with an area for a to-do list. That is a very permanent kind of success trap that works perfectly for their needs and that I can only applaud.&lt;br /&gt;
&lt;br /&gt;
= ADHD, Children, Neurotypicals, Parents, and Success =&lt;br /&gt;
The reason I&#039;m writing this is because I have pretty catastrophic ADHD. My &amp;quot;success&amp;quot; state is not the same as your &amp;quot;success&amp;quot; state. Sometimes my success state is &amp;quot;I showered!&amp;quot; (success traps involved with that - keeping a towel on a hook in my closet, a hair wrap on a hook in the bathroom, a tile brush hanging in the shower, my leave-in conditioner in the shower instead of on the counter, water resistant earbuds, and a flat surface within arm&#039;s reach to put my phone on), which a lot of people consider pretty pathetic. &lt;br /&gt;
&lt;br /&gt;
It&#039;s not. I showered. I succeeded at personal care. If you don&#039;t think that&#039;s a success, fuck you. &lt;br /&gt;
&lt;br /&gt;
If that sounds hostile, that&#039;s because it&#039;s meant to. &lt;br /&gt;
&lt;br /&gt;
A lot of well-meaning neurotypical parents and bosses try to set their children or employees up for success by providing environments which the neurotypical people think should be distraction-free, efficiency encouraging, focus-generating environments that remove barriers to success. &lt;br /&gt;
&lt;br /&gt;
They&#039;re wrong. &lt;br /&gt;
&lt;br /&gt;
Not always - sometimes parents and employers work with their children and employees to really create effective environments for people with executive function issues. But a lot of the time a parent&#039;s idea of a productive, distraction-free environment is what may as well be a combination panopticon and torture chamber for their child. Bosses who don&#039;t consider neurodivergence in their employees may wheedle workers into using productivity software that interrupts them every few minutes with reminders, timers, chimes, and pop-ups. &lt;br /&gt;
&lt;br /&gt;
These are not success traps. These are just traps. Either the person subjected to this will struggle within the trap, working at lower capacity and with worse morale than they had before the &amp;quot;distraction-free productivity space&amp;quot; was introduced, or they&#039;ll shut down and will be able to get hardly anything accomplished (ESPECIALLY IF YOU SCOLD THEM FOR FAILING TO SUCCEED IN YOUR SYSTEM). &lt;br /&gt;
&lt;br /&gt;
Success traps MUST be created with the individual they&#039;re targeted at as a central part of the conversation and with that person&#039;s limitations, motivations, and work habits in mind or they will not only not work, they will likely tremendously harm the person they&#039;re supposed to help. &lt;br /&gt;
&lt;br /&gt;
Do not attempt to build success traps for your children, employees, spouses, parents, friends, co-workers, patients, siblings, or students based on YOUR understanding of what success looks like and your understanding of their needs. &lt;br /&gt;
&lt;br /&gt;
Neurodivergent people are often subject to the suggestions, instructions, exhortations, and criticisms of people who desperately want to whip the neurodivergent person into shape and set them up for success. That is a recipe for guilt, avoidance, anxiety, and withdrawal on the part of the neurodivergent person who will never be able to use the system you set up as effectively as they&#039;d be able to use a system that they devised or participated in constructing.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Success_Traps&amp;diff=338</id>
		<title>Success Traps</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Success_Traps&amp;diff=338"/>
		<updated>2025-03-20T07:30:57Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A success trap is the opposite of a pitfall. Instead of stumbling across an issue that halts your process and drags you down, you can try to set things up so that when you are going to fall, you fall into something that bounces you back at the thing that you want to succeed at. &lt;br /&gt;
&lt;br /&gt;
The business definition of &amp;quot;success trap&amp;quot; is a firm that is too comfortable in its market and stagnates instead of pivoting to meet the demands of a changing market (&amp;quot;We&#039;ve always been a successful bookstore; why would we need to set up a website to sell books?&amp;quot; - A Borders Executive, probably). My definition is different. For me, a success trap is setting up ways for success to sneak up and trap you into succeeding, in spite of your best (or worst) efforts.&lt;br /&gt;
&lt;br /&gt;
Building effective success traps requires a fair amount of awareness of your own processes and a reasonable amount of flexibility in setting up your environment. &lt;br /&gt;
&lt;br /&gt;
The same success trap will not work for different people or across different projects, but some success trap concepts can be widely distributed throughout your life. &lt;br /&gt;
&lt;br /&gt;
= What Makes a Success Trap? = &lt;br /&gt;
A success trap is something that will redirect you to what you want to do when you would otherwise fail. Success traps can be physical or mental, they can be tools you use or habits you form; they just have to be something that points you back in the direction of your goal when you get diverted. Features that are present in a success trap include:&lt;br /&gt;
&lt;br /&gt;
* Reduces distractions&lt;br /&gt;
* Reminds you of your task&lt;br /&gt;
* Removes [[Speedbumps]]&lt;br /&gt;
* Increases focus&lt;br /&gt;
* Increases efficiency&lt;br /&gt;
&lt;br /&gt;
= Keep it Simple = &lt;br /&gt;
While some success trap systems may be difficult or involved to set up, success traps are really about getting yourself ready for some easy wins. To set up success traps, you look at a project and ask yourself &amp;quot;What are the most obvious ways that this could go wrong?&amp;quot; and then you get ready to solve the problem before you have a problem. In many ways, this is more about mindset than about actually constructing the success trap. If you are working on a sewing project, do you have spare needles handy if the one in your machine breaks? If you&#039;re working on an old car, do you have your breaker bar handy or is it buried in the garage? If you&#039;re recording a makeup tutorial, are all your brushes clean, dry, and within arm&#039;s reach? Do you have extra batteries and enough storage space on your memory card to film the video? Have you removed all the manufacturer seals from the product so you won&#039;t have to do that on camera? If you need to take medication when you&#039;re going to bed and when you wake up are your meds next to your bed? If you want to floss more, is your floss on the counter or buried deep in a drawer?&lt;br /&gt;
&lt;br /&gt;
Success traps should not be complicated, arduous systems, they should be simple actions you can take easily and can adapt to different projects and habits. &lt;br /&gt;
&lt;br /&gt;
That said, a success trap is not quite as simple as just being prepared and having a toolbox ready for every situation; it is also about knowing yourself and the things that slow you down as well as the things that improve your focus and make you more efficient. Eating a meal before studying can be part of a success trap. Creating a playlist of music that makes YOU more productive can be part of a success trap. YOU, not someone else, not generic &amp;quot;chill beats to study and relax to,&amp;quot; YOU, who might find classical music grating or who doesn&#039;t work well with lyrical music in the background or who knows that for some mysterious reason the particular drone of a bagpipe really helps get them into an attentive mood. &lt;br /&gt;
&lt;br /&gt;
But those same things could be pitfalls for someone else. I can&#039;t eat before doing specific physical projects or it will cause painful heartburn. Some people need white noise or thunder sounds or static rather than music in order to focus. Try simple changes to your routines to see what works for YOU, not what a book of habits for type-A people with a passion for organization says works for THEM.&lt;br /&gt;
&lt;br /&gt;
= Some Examples of Success Traps =&lt;br /&gt;
These are a variety of success traps I have set for myself; some are more complex than others, some are more permanent than others, and some require more effort than others.&lt;br /&gt;
&lt;br /&gt;
== Getting Ready to Garden ==&lt;br /&gt;
When I am gardening, I know that if I go back inside my house for any reason the gardening will stop and will be done for the day. If I have a lot of gardening to do, I need to make sure that I&#039;ve eliminated any possible reason to go inside. For the example of gardening, I set an almost literal trap. I put a folding chair in the shade next to my door and next to that chair I put:&lt;br /&gt;
&lt;br /&gt;
* A half-gallon bottle of water&lt;br /&gt;
* An extra pair of gardening gloves&lt;br /&gt;
* My headphone charger, fully charged, with one of my headphones in it so I can swap for a fresh earbud if the battery dies in the one I&#039;m listening to&lt;br /&gt;
* A small snack&lt;br /&gt;
* A hat, sunglasses, or any other protective clothing like a sun shirt that I might need as the day progresses&lt;br /&gt;
* Yard waste bags, box cutters, sunblock, extension cords, kneepads, and any other yard-working tool that I might need that is stored in the house instead of in the yard&lt;br /&gt;
&lt;br /&gt;
Before I go out to garden, I use the restroom so I won&#039;t have to go back in soon. I make sure that my cellphone is fully charged and has at least twenty hours of different podcasts covering different subjects downloaded. I put on a three-pocket apron and put my phone in one pocket, a THIRD pair of gardening gloves, and one of four pairs of pruning shears in the apron pocket. &lt;br /&gt;
&lt;br /&gt;
What this means is that when I feel inclined to go in, I am stopped by my pile of gardening preparations. It would almost take me longer to take that stuff back in than it would for me to stay out gardening. I might as well stay out gardening for a while because I went to all the trouble of setting this up. &lt;br /&gt;
&lt;br /&gt;
The chair means that I&#039;ve got someplace to cool down that isn&#039;t inside. The BIG bottle of water means that I&#039;ll have plenty to drink before I need a refill. The gardening gloves mean that if I lose half of one of my pairs of gardening gloves, I&#039;ve got more (I actually keep cheap gardening gloves strategically scattered around my yard so that if I happen to be outside and see that the weeds need pulling, I can put some gloves on in ten seconds and start pulling weeds. Part of the reason my yard is currently a disaster is because all of my around-the-yard gloves blew away in a wind storm and I haven&#039;t replaced them).&lt;br /&gt;
&lt;br /&gt;
Anything that I MIGHT need to run back inside for is already waiting for me on the step by the door and is ALSO preventing me from easily opening the door without knocking a lot of crap over. I have provided myself with hours of entertainment by making sure that I&#039;ve got headphones to alternate and by including a lot of different podcasts I can switch to a new one if I get bored. If it gets too bright, I&#039;ve got sun protection waiting for me. Distractions (the indoors, the sweet embrace of the couch) are blocked. Speedbumps (needing a yard bag, needing spare gloves, needing more water) are removed. Approaching the door shows me all the work I did to prep, which reminds me of my task. I have set a successful speed trap; I might as well keep working in the yard until the yard waste bin is full and I can&#039;t do anything until it&#039;s emptied.&lt;br /&gt;
&lt;br /&gt;
== Preparing for an Essay ==&lt;br /&gt;
If I am getting ready to write an academic paper (or, honestly, a page for this website), there are some things I have to do to ensure that I won&#039;t end up wasting my time. I have the LeechBlock extension on my browser and I have settings for both work and school focus that will block various social media sites or only allow specific exceptions. I will set up topical information in specific browser windows using my Simple Tab Groups extension and close all unrelated windows. I will close all the programs on my computer and restart the device so that I won&#039;t be interrupted by an update or have my computer using too many resources while I&#039;m working. &lt;br /&gt;
&lt;br /&gt;
Depending on how complex the paper is, I may have pre-loaded a lot of the work by copying information from my sources into a reference document so that I don&#039;t have to scroll through each article I&#039;m citing. If I&#039;m doing that for this website, I might write the page in Libre Office Writer and include links at the ends of sentences so I can properly format links as I go but collect them while I&#039;m writing the page.&lt;br /&gt;
&lt;br /&gt;
Finally, I&#039;ll start a timer for thirty minutes. When that timer runs out, I&#039;ll start it again. When it runs out, I&#039;ll start it again. The purpose of the timer isn&#039;t for me to race the clock or feel pressure to get a lot of words out - it is to make me think &amp;quot;why is that alarm going off?&amp;quot; every thirty minutes so that if I&#039;ve started playing a game on my phone or have fallen into a wikipedia hole, I&#039;ll remember that I was writing an essay and should get back to it. &lt;br /&gt;
&lt;br /&gt;
This success trap relies on:&lt;br /&gt;
&lt;br /&gt;
* Reducing distractions (LeechBlock)&lt;br /&gt;
* Removing Speedbumps (Restarting the computer and closing programs to prevent computer or update issues)&lt;br /&gt;
* Improving efficiency (Prepping citations before work starts)&lt;br /&gt;
* Reminding me of my task (Timer)&lt;br /&gt;
&lt;br /&gt;
== Kick-ass-Kitchen ==&lt;br /&gt;
[[Mis en Place]] as a concept can be thought of as kind of a success trap. Prepping for a cooking project by collecting the ingredients and measuring them ahead of time certainly can help you to succeed as you cook (and look, if I don&#039;t take the bay leaf container out of the spice rack and put it next to the pot before I start cooking I will forget to put bay leaf in the soup and the soup will be less excellent than it could be - putting the bay leaf next to the pot before I start chopping onions is DEFINITELY part of a soup success trap for me). However, what I&#039;m discussing here is a bit more in-depth than that. &lt;br /&gt;
&lt;br /&gt;
My kitchen is full of success traps. The walls are literally lined with things to make it easier and more efficient for me to cook. &lt;br /&gt;
* It&#039;s hard to dig for spices in a spice rack? My spice rack is eight levels high and one layer deep and visibly mounted on the wall. &lt;br /&gt;
* I don&#039;t remember to make grocery lists? I have a white board on the refrigerator door with a checklist written on it in sharpie that is divided by category so all I do to make a grocery list is put a check next to an item when it runs out (with the white board pen that is on a magnet ALSO on the door of the fridge) and then take a photo of the list on my phone before I go to the store. If I forget to take a photo, I can usually text my spouse and ask him to send a photo of the list on the front of the fridge instead of directing him to scout for a piece of paper I probably dropped somewhere. &lt;br /&gt;
* There are no good cutting surfaces on the tile counter? There are cutting boards behind the microwave and in a rack on the wall. &lt;br /&gt;
* I can&#039;t find a knife? Yes I can that&#039;s what the magnet block on the side of the oven is for. &lt;br /&gt;
* The clock on the oven is broken? Good thing I&#039;ve got a magnetic timer on the fridge, the microwave has a timer option, and there&#039;s a mechanical timer next to the coffee pot. &lt;br /&gt;
* I want to make coffee? The coffee is in a rack above the coffee pot; open coffee is in a jar behind the coffee maker with a measuring scoop in it. The filter is reusable. The French Press and Moka pot are in the cabinet beside the rack full of coffee. If I&#039;m running low on coffee I can see that there&#039;s no more coffee in the rack and it&#039;s time to put a check mark on the board on the fridge.&lt;br /&gt;
* It&#039;s a pain in the ass to match lids to store food? I have four sizes of silicone bowl covers hanging on the cabinet where the bowls go. &lt;br /&gt;
* You need a basic like olive oil or parchment paper or tinfoil that normally lives in a pantry or a drawer? That is on a rack above the light switch beside the stove, above the pizza cutter and the measuring spoons. &lt;br /&gt;
&lt;br /&gt;
Common-use utensils live in two cylinders on the counter. The frying pans live on the stove. With the exception of always being in the process of doing dishes, my kitchen is always set up, 100% of the time, for me to prepare food and eat something with minimal fuss. Since I&#039;ve got a ton of food allergies and must prepare almost all of my own food, this prevents me from spending a ridiculous amount of money on pre-packaged food and saves me an enormous amount of time digging through drawers and cabinets.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Long-Term Success Traps ==&lt;br /&gt;
My kitchen is an example of a place where I&#039;ve been able to physically control the space to build long-term success traps. I&#039;ve added to it and changed it and reorganized it over the years, and I&#039;m sure I&#039;ll do so in the future, but it is already the best kitchen I&#039;ve ever cooked in for the way that I cook. &lt;br /&gt;
&lt;br /&gt;
When you find something that works for you, see if there&#039;s a way that you can make that method more permanent. If you wake up better in the mornings and feel better during the day when you start the day with a walk, train your dog to expect a walk in the morning. If you keep hitting your head on a lamp in your workroom and it prevents you from working in that room, replace the lamp. &lt;br /&gt;
&lt;br /&gt;
There&#039;s a person on tumblr whose username is @ruckuscauser; Ruckuscauser has tattooed their left forearm with an area for a to-do list. That is a very permanent kind of success trap that works perfectly for their needs and that I can only applaud.&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Success_Traps&amp;diff=337</id>
		<title>Success Traps</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Success_Traps&amp;diff=337"/>
		<updated>2025-03-20T06:57:48Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: Created page with &amp;quot;A success trap is the opposite of a pitfall. Instead of stumbling across an issue that halts your process and drags you down, you can try to set things up so that when you are going to fall, you fall into something that bounces you back at the thing that you want to succeed at.   Building effective success traps requires a fair amount of awareness of your own processes and a reasonable amount of flexibility in setting up your environment.   The same success trap will not...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A success trap is the opposite of a pitfall. Instead of stumbling across an issue that halts your process and drags you down, you can try to set things up so that when you are going to fall, you fall into something that bounces you back at the thing that you want to succeed at. &lt;br /&gt;
&lt;br /&gt;
Building effective success traps requires a fair amount of awareness of your own processes and a reasonable amount of flexibility in setting up your environment. &lt;br /&gt;
&lt;br /&gt;
The same success trap will not work for different people or across different projects, but some success trap concepts can be widely distributed throughout your life. &lt;br /&gt;
&lt;br /&gt;
= What Makes a Success Trap? = &lt;br /&gt;
A success trap is something that will redirect you to what you want to do when you would otherwise fail. Success traps can be physical or mental, they can be tools you use or habits you form; they just have to be something that points you back in the direction of your goal when you get diverted. Features that are present in a success trap include:&lt;br /&gt;
&lt;br /&gt;
* Reduces distractions&lt;br /&gt;
* Reminds you of your task&lt;br /&gt;
* Removes [[Speedbumps]]&lt;br /&gt;
* Increases focus&lt;br /&gt;
* Increases efficiency&lt;br /&gt;
&lt;br /&gt;
= Keep it Simple = &lt;br /&gt;
While some success trap systems may be difficult or involved to set up, success traps are really about getting yourself ready for some easy wins. To set up success traps, you look at a project and ask yourself &amp;quot;What are the most obvious ways that this could go wrong?&amp;quot; and then you get ready to solve the problem before you have a problem. In many ways, this is more about mindset than about actually constructing the success trap. If you are working on a sewing project, do you have spare needles handy if the one in your machine breaks? If you&#039;re working on an old car, do you have your breaker bar handy or is it buried in the garage? If you&#039;re recording a makeup tutorial, are all your brushes clean, dry, and within arm&#039;s reach? Do you have extra batteries and enough storage space on your memory card to film the video? Have you removed all the manufacturer seals from the product so you won&#039;t have to do that on camera? If you need to take medication when you&#039;re going to bed and when you wake up are your meds next to your bed? If you want to floss more, is your floss on the counter or buried deep in a drawer?&lt;br /&gt;
&lt;br /&gt;
Success traps should not be complicated, arduous systems, they should be simple actions you can take easily and can adapt to different projects and habits. &lt;br /&gt;
&lt;br /&gt;
= Examples of Success Traps =&lt;br /&gt;
These are a variety of success traps I have set for myself; some are more complex than others, some are more permanent than others, and some require more effort than others.&lt;br /&gt;
&lt;br /&gt;
== Getting Ready to Garden ==&lt;br /&gt;
When I am gardening, I know that if I go back inside my house for any reason the gardening will stop and will be done for the day. If I have a lot of gardening to do, I need to make sure that I&#039;ve eliminated any possible reason to go inside. For the example of gardening, I set an almost literal trap. I put a folding chair in the shade next to my door and next to that chair I put:&lt;br /&gt;
&lt;br /&gt;
* A half-gallon bottle of water&lt;br /&gt;
* An extra pair of gardening gloves&lt;br /&gt;
* My headphone charger, fully charged, with one of my headphones in it so I can swap for a fresh earbud if the battery dies in the one I&#039;m listening to&lt;br /&gt;
* A small snack&lt;br /&gt;
* A hat, sunglasses, or any other protective clothing like a sun shirt that I might need as the day progresses&lt;br /&gt;
* Yard waste bags, box cutters, sunblock, extension cords, kneepads, and any other yard-working tool that I might need that is stored in the house instead of in the yard&lt;br /&gt;
&lt;br /&gt;
Before I go out to garden, I use the restroom so I won&#039;t have to go back in soon. I make sure that my cellphone is fully charged and has at least twenty hours of different podcasts covering different subjects downloaded. I put on a three-pocket apron and put my phone in one pocket, a THIRD pair of gardening gloves, and one of four pairs of pruning shears in the apron pocket. &lt;br /&gt;
&lt;br /&gt;
What this means is that when I feel inclined to go in, I am stopped by my pile of gardening preparations. It would almost take me longer to take that stuff back in than it would for me to stay out gardening. I might as well stay out gardening for a while because I went to all the trouble of setting this up. &lt;br /&gt;
&lt;br /&gt;
The chair means that I&#039;ve got someplace to cool down that isn&#039;t inside. The BIG bottle of water means that I&#039;ll have plenty to drink before I need a refill. The gardening gloves mean that if I lose half of one of my pairs of gardening gloves, I&#039;ve got more (I actually keep cheap gardening gloves strategically scattered around my yard so that if I happen to be outside and see that the weeds need pulling, I can put some gloves on in ten seconds and start pulling weeds. Part of the reason my yard is currently a disaster is because all of my around-the-yard gloves blew away in a wind storm and I haven&#039;t replaced them).&lt;br /&gt;
&lt;br /&gt;
Anything that I MIGHT need to run back inside for is already waiting for me on the step by the door and is ALSO preventing me from easily opening the door without knocking a lot of crap over. I have provided myself with hours of entertainment by making sure that I&#039;ve got headphones to alternate and by including a lot of different podcasts I can switch to a new one if I get bored. If it gets too bright, I&#039;ve got sun protection waiting for me. Distractions (the indoors, the sweet embrace of the couch) are blocked. Speedbumps (needing a yard bag, needing spare gloves, needing more water) are removed. Approaching the door shows me all the work I did to prep, which reminds me of my task. I have set a successful speed trap; I might as well keep working in the yard until the yard waste bin is full and I can&#039;t do anything until it&#039;s emptied.&lt;br /&gt;
&lt;br /&gt;
== Preparing for an Essay ==&lt;br /&gt;
If I am getting ready to write an academic paper (or, honestly, a page for this website), there are some things I have to do to ensure that I won&#039;t end up wasting my time. I have the LeechBlock extension on my browser and I have settings for both work and school focus that will block various social media sites or only allow specific exceptions. I will set up topical information in specific browser windows using my Simple Tab Groups extension and close all unrelated windows. I will close all the programs on my computer and restart the device so that I won&#039;t be interrupted by an update or have my computer using too many resources while I&#039;m working. &lt;br /&gt;
&lt;br /&gt;
Depending on how complex the paper is, I may have pre-loaded a lot of the work by copying information from my sources into a reference document so that I don&#039;t have to scroll through each article I&#039;m citing. If I&#039;m doing that for this website, I might write the page in Libre Office Writer and include links at the ends of sentences so I can properly format links as I go but collect them while I&#039;m writing the page.&lt;br /&gt;
&lt;br /&gt;
Finally, I&#039;ll start a timer for thirty minutes. When that timer runs out, I&#039;ll start it again. When it runs out, I&#039;ll start it again. The purpose of the timer isn&#039;t for me to race the clock or feel pressure to get a lot of words out - it is to make me think &amp;quot;why is that alarm going off?&amp;quot; every thirty minutes so that if I&#039;ve started playing a game on my phone or have fallen into a wikipedia hole, I&#039;ll remember that I was writing an essay and should get back to it. &lt;br /&gt;
&lt;br /&gt;
This success trap relies on:&lt;br /&gt;
&lt;br /&gt;
* Reducing distractions (LeechBlock)&lt;br /&gt;
* Removing Speedbumps (Restarting the computer and closing programs to prevent computer or update issues)&lt;br /&gt;
* Improving efficiency (Prepping citations before work starts)&lt;br /&gt;
* Reminding me of my task (Timer)&lt;br /&gt;
&lt;br /&gt;
== Kick-ass-Kitchen ==&lt;br /&gt;
[[Mis en Place]] as a concept can be thought of as kind of a success trap. Prepping for a cooking project by collecting the ingredients and measuring them ahead of time certainly can help you to succeed as you cook (and look, if I don&#039;t take the bay leaf container out of the spice rack and put it next to the pot before I start cooking I will forget to put bay leaf in the soup and the soup will be less excellent than it could be - putting the bay leaf next to the pot before I start chopping onions is DEFINITELY part of a soup success trap for me). However, what I&#039;m discussing here is a bit more in-depth than that. &lt;br /&gt;
&lt;br /&gt;
My kitchen is full of success traps. The walls are literally lined with things to make it easier and more efficient for me to cook. &lt;br /&gt;
* It&#039;s hard to dig for spices in a spice rack? My spice rack is eight levels high and one layer deep and visibly mounted on the wall. &lt;br /&gt;
* I don&#039;t remember to make grocery lists? I have a white board on the refrigerator door with a checklist written on it in sharpie that is divided by category so all I do to make a grocery list is put a check next to an item when it runs out (with the white board pen that is on a magnet ALSO on the door of the fridge) and then take a photo of the list on my phone before I go to the store. If I forget to take a photo, I can usually text my spouse and ask him to send a photo of the list on the front of the fridge instead of directing him to scout for a piece of paper I probably dropped somewhere. &lt;br /&gt;
* There are no good cutting surfaces on the tile counter? There are cutting boards behind the microwave and in a rack on the wall. &lt;br /&gt;
* I can&#039;t find a knife? Yes I can that&#039;s what the magnet block on the side of the oven is for. &lt;br /&gt;
* The clock on the oven is broken? Good thing I&#039;ve got a magnetic timer on the fridge, the microwave has a timer option, and there&#039;s a mechanical timer next to the coffee pot. &lt;br /&gt;
* I want to make coffee? The coffee is in a rack above the coffee pot; open coffee is in a jar behind the coffee maker with a measuring scoop in it. The filter is reusable. The French Press and Moka pot are in the cabinet beside the rack full of coffee. If I&#039;m running low on coffee I can see that there&#039;s no more coffee in the rack and it&#039;s time to put a check mark on the board on the fridge.&lt;br /&gt;
* It&#039;s a pain in the ass to match lids to store food? I have four sizes of silicone bowl covers hanging on the cabinet where the bowls go. &lt;br /&gt;
* You need a basic like olive oil or parchment paper or tinfoil that normally lives in a pantry or a drawer? That is on a rack above the light switch beside the stove, above the pizza cutter and the measuring spoons. &lt;br /&gt;
&lt;br /&gt;
Common-use utensils live in two cylinders on the counter. The frying pans live on the stove. With the exception of always being in the process of doing dishes, my kitchen is always set up, 100% of the time, for me to prepare food and eat something with minimal fuss. Since I&#039;ve got a ton of food allergies and must prepare almost all of my own food, this prevents me from spending a ridiculous amount of money on pre-packaged food and saves me an enormous amount of time digging through drawers and cabinets.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Long-Term Success Traps ==&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Reclist&amp;diff=336</id>
		<title>Reclist</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Reclist&amp;diff=336"/>
		<updated>2025-01-21T04:16:33Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Software and Tools ==&lt;br /&gt;
=== Computery Type Software and Tools ===&lt;br /&gt;
*[[LibreOffice]]&lt;br /&gt;
*[[Firefox]]&lt;br /&gt;
*[[Malwarebytes]]&lt;br /&gt;
*[[Bitwarden]]&lt;br /&gt;
*[https://cryptpad.fr/ Cryptpad] - open-source, browser-based collaborative office suite software. It&#039;s like if LibreOffice lived in your phone or if Gdocs wasn&#039;t evil. Zero-Knowledge storage and a free tier with 1GB of space available. &lt;br /&gt;
*[https://search.marginalia.nu/ Marginalia] - Indie search engine&lt;br /&gt;
*[https://proton.me/drive Proton Drive] - Cloud Storage that isn&#039;t spying on you. Sign up for 5GB free storage, with paid plans up to 3TB.&lt;br /&gt;
*[https://proton.me/mail Proton Mail] - Free end-to-end encrypted email service. I strongly recommend them with the caveat that [[Email is Not Secure]].&lt;br /&gt;
*[https://www.linuxmint.com/ Linux Mint] - A distro for newbies. Easy to use and well-supported.&lt;br /&gt;
*[https://www.linuxliteos.com/ Linux Lite] - ultralightweight distro for older machines.&lt;br /&gt;
*[https://radar.cloudflare.com/scan Cloudflare URL Scanner] - scans URLs for some basic info.&lt;br /&gt;
*[https://github.com/Picocrypt/Picocrypt Picocrypt] - truly simple file encryption (it has a web-only option! you can use it from your phone!)&lt;br /&gt;
&lt;br /&gt;
=== Brain Management Software and Tools ===&lt;br /&gt;
*[https://goblin.tools/ Goblin.Tools] - great AI to-do list generator and I love /judge for parsing the emotional tone of writing.&lt;br /&gt;
*[https://habitica.com/ Habitica] - online task manager modeled after a video game.&lt;br /&gt;
*[https://youfeellikeshit.com/ You Feel Like Shit] - a self-care &amp;quot;game&amp;quot; that helps you fine-tune why you feel like shit. &lt;br /&gt;
&lt;br /&gt;
=== Art/Video/Music Software and Tools ===&lt;br /&gt;
*[https://cobalt.tools/ Cobalt.Tools] - social media video downloader; save videos from Twitter, IG, Tumblr, TikTok, etc., as audio or visuals. &lt;br /&gt;
*[https://ditherit.com/ Dither It] - a free dithering tool&lt;br /&gt;
*[https://ezgif.com/ EZGif] - Free online GIF maker and editor.&lt;br /&gt;
*[https://www.rawtherapee.com/ RawTherapee] - Open Source RAW photo editor.&lt;br /&gt;
&lt;br /&gt;
=== Pet Care Software and Tools ===&lt;br /&gt;
* [https://www.merckvetmanual.com/multimedia/clinical-calculator/chocolate-toxicity-calculator Chocolate Toxicity Calculator for Dogs]&lt;br /&gt;
&lt;br /&gt;
== Websites ==&lt;br /&gt;
=== Computer/Hacker/DIY related ===&lt;br /&gt;
* [https://www.howtogeek.com/ How-To Geek] - Articles and tutorials about computer repair&lt;br /&gt;
* [https://pluralistic.net/ Pluralistic.Net] - Corey Doctorow&#039;s blog/newsletter. Privacy and tech news&lt;br /&gt;
* [https://www.privacyguides.org/en/tools/ Privacy Guides] - what it says on the tin; particularly recommended for their rec list&lt;br /&gt;
&lt;br /&gt;
=== Interpersonal/Social/Self-Improvement Related ===&lt;br /&gt;
* [https://www.askamanager.org/ Ask A Manager] - Advice column for jobseekers&lt;br /&gt;
* [https://captainawkward.com/ Captain Awkward] - Advice column for the socially awkward&lt;br /&gt;
&lt;br /&gt;
=== They&#039;re Good Websites Bront ===&lt;br /&gt;
* [https://www.gutenberg.org/ Project Gutenberg] - public domain books.&lt;br /&gt;
* [https://archive.org/ Archive.Org] - the Internet Archive.&lt;br /&gt;
&lt;br /&gt;
== Podcasts ==&lt;br /&gt;
I use the [https://antennapod.org/ Antennapod app] for all my podcasting needs.&lt;br /&gt;
&lt;br /&gt;
This is every active podcast that I&#039;m currently listening to that I&#039;ve spent 100+ hours on. Proceed with caution a lot of these are kind of heavy.&lt;br /&gt;
* [https://knowledgefight.com/ Knowledge Fight]&lt;br /&gt;
* [https://www.dolloppodcast.com/ The Dollop]&lt;br /&gt;
* [https://www.iheart.com/podcast/105-behind-the-bastards-29236323/ Behind the Bastards]&lt;br /&gt;
* [https://www.qanonanonymous.com/ Qanon Anonymous]&lt;br /&gt;
* [https://www.iheart.com/podcast/105-it-could-happen-here-30717896/ It Could Happen Here]&lt;br /&gt;
* [https://citationsneeded.libsyn.com/ Citations Needed]&lt;br /&gt;
* [https://idontspeakgerman.libsyn.com/ I Don&#039;t Speak German]&lt;br /&gt;
* [https://qqwithsorenanddaniel.podbean.com/ Quick Question with Soren and Daniel]&lt;br /&gt;
* [https://know-your-enemy-1682b684.simplecast.com/ Know Your Enemy]&lt;br /&gt;
* [https://www.fivefourpod.com/ 5-4]&lt;br /&gt;
* [https://www.maintenancephase.com/ Maintenance Phase]&lt;br /&gt;
* [https://www.iheart.com/podcast/269-some-more-news-29429923/ Some More News]&lt;br /&gt;
&lt;br /&gt;
Bonus: [https://westwingthing.libsyn.com/ The West Wing Thing] (Leftist criticism of The West Wing)&lt;br /&gt;
&lt;br /&gt;
== Creators ==&lt;br /&gt;
* [https://www.youtube.com/@FoldingIdeas Folding Ideas]&lt;br /&gt;
&lt;br /&gt;
== Books ==&lt;br /&gt;
* [https://ia801809.us.archive.org/30/items/bookofthedead_1808_librivox_202011/A%20Culture%20of%20Conspiracy%20Apocalyptic%20Visions%20in%20Contemporary%20America%20%28Mich%C3%A6l%20Barkun%29%20%28z-lib.org%29.pdf &#039;&#039;A Culture of Conspiracy&#039;&#039; by Michael Barkun]&lt;br /&gt;
* [https://archive.org/details/designbasics0000pent/mode/2up &#039;&#039;Design Basics&#039;&#039; by Stephen Pentak and David A. Lauer]&lt;br /&gt;
&lt;br /&gt;
== Articles ==&lt;br /&gt;
* [https://web.archive.org/web/2/https://crimethinc.com/2019/04/08/against-the-logic-of-the-guillotine-why-the-paris-commune-burned-the-guillotine-and-we-should-too Against the Logic of the Guillotine]&lt;br /&gt;
&lt;br /&gt;
== Music ==&lt;br /&gt;
In no particular order, just music that I think is good that I think people would like but that they might not otherwise stumble across.&lt;br /&gt;
* [https://www.youtube.com/watch?v=AESrPcQRgc0 &amp;quot;Shame&amp;quot; by Low.] Really, listen to anything by Low but I think this and &amp;quot;Lullabye&amp;quot; are the best. &lt;br /&gt;
* [https://youtu.be/zFwPBhKwZLc &amp;quot;Machine Gun&amp;quot;] or [https://youtu.be/WVe-9VWIcCo &amp;quot;SOS&amp;quot; (ABBA Cover)] by Portisehead. Look everyone knows &amp;quot;Glory Box&amp;quot; rules check these out because they rule in a totally different way.&lt;br /&gt;
* [https://youtu.be/0PW-GrreKRw &amp;quot;Don&#039;t Slander Me&amp;quot;] by Roky Erickson.&lt;br /&gt;
* [https://youtu.be/1lkuDm_g2ig &amp;quot;Call me a Hole&#039;] [https://twitter.com/pomdeter PomDeter] mashup of &amp;quot;Call me Maybe&amp;quot; and &amp;quot;Head like a Hole.&amp;quot;&lt;br /&gt;
* &amp;quot;I Was Made for Lovin&#039; You&amp;quot; by Kiss [https://youtu.be/rnAlO8r2tjI Sped Up] and [https://youtu.be/GOJVVpXGguU Slowed Down with Reverb].&lt;br /&gt;
* [https://youtu.be/crqpmb_-ke8 (the) Melvins cover of Kiss&#039;s &amp;quot;Going Blind.&amp;quot;]&lt;br /&gt;
* [https://youtu.be/UjKeiZLEWsM &amp;quot;Janitor&amp;quot; by Suburban Lawns].&lt;br /&gt;
* The whole first album of Chipmunks on 16 Speed is worth listening to, as are parts of the second album, but the best track off of either is [https://www.youtube.com/watch?v=7SodT0FyebU &amp;quot;Bette Davis Eyes.&amp;quot;]&lt;br /&gt;
* [https://youtu.be/ukZYP5Dy43E &#039;&#039;Pulse Demon&#039;&#039;] by Merzbow. This is a harsh noise album, so warnings for loud and obnoxious noises. This is my heavy-duty, need-to-focus, emergency ADHD music.&lt;br /&gt;
* [https://youtu.be/BOBe--9NqLU 9hr time-stretched &amp;quot;Bela Lugosi&#039;s Dead.&amp;quot;] I absolutely cannot explain why this works but the nine hour version of BLD played at 2x speed is a less aurally punishing version of the effect that I get from listening to &#039;&#039;Pulse Demon&#039;&#039;.&lt;br /&gt;
* [https://youtu.be/oCWordf7uLQ &amp;quot;Supernaut&amp;quot;] by 1000 Homo DJs (collab with Al Jorgenson and Trent Reznor).&lt;br /&gt;
&lt;br /&gt;
== Poetry ==&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Disaster_Recovery_Resources&amp;diff=335</id>
		<title>Disaster Recovery Resources</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Disaster_Recovery_Resources&amp;diff=335"/>
		<updated>2025-01-13T17:57:15Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I live in Southern California. Disasters are a not-uncommon facet of life here. I have many friends who have been impacted by fires, I have had to evacuate on occasion, and I was raised by the Department Safety Coordinator of the LADWP (who once had to rush us home from Big Bear to respond to the Northridge earthquake). Here are some of the disaster resources I have made or collected over the years. Page is in Progress, more resources will be added as I collect them. &lt;br /&gt;
&lt;br /&gt;
= January 2025 LA Fire Resources = &lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/spreadsheets/d/1KMk34XY5dsvVJjAoD2mQUVHYU_Ib6COz6jcGH5uJWDY/htmlview?usp=sharing Mutual Aid LA Masterlist of Resources]&lt;br /&gt;
* [https://cryptpad.fr/pad/#/2/pad/view/NLG4vIhWDazSafx3H0Ip1snvEtEN5NDRR6s9uIxnzC0/ Community-made resource list on cryptpad]&lt;br /&gt;
* [https://a41.asmdc.org/eaton-fire-resources-affected-residents-0 Resources compiled by/for Assembly District 41] - &amp;lt;&amp;lt;&amp;lt;That is crazy comprehensive; provides direct support for people impacted by the Eaton fire because that&#039;s in that assembly district, but includes resources that would be useful after any disaster. &lt;br /&gt;
* [https://laist.com/news/climate-environment/southern-california-fires-tips-resources LAist news roundup and cheat sheet]&lt;br /&gt;
* [https://www.fire.ca.gov/ Cal Fire website] - includes regularly updated evacuation maps&lt;br /&gt;
* [https://www.ladwp.com/outages/power-outage-map LADWP Power Outage Map]&lt;br /&gt;
* [https://www.sce.com/outage-center/check-outage-status SCE Power Outage Map]&lt;br /&gt;
* [https://www.outageentry.com/Outages/outage.php?Client=glendale Glendale Water and Power Outage Map]&lt;br /&gt;
* [https://web.archive.org/web/20250109142342/https://www.latimes.com/business/story/2025-01-08/insurance-explainer LA Times article with advice to evacuees and people who lost homes]&lt;br /&gt;
* [https://www.businesswire.com/news/home/20250109969689/en/California-Wildfire-Assistance-U-Haul-Offers-30-Days-Free-Storage-at-92-Centers-across-L.A. U-Haul Storage available for free for evacuees for 30 days]&lt;br /&gt;
* [https://experience.arcgis.com/experience/6a6a058a177440fdac6be881d41d4c2c/ South Coast Air Quality Index Map] - Updating hourly.&lt;br /&gt;
* [https://readyforwildfire.org/prepare-for-wildfire/go-evacuation-guide/#preparationsteps LA County Wildfire Evacuation preparation guide]&lt;br /&gt;
* [https://lacounty.gov/emergency/ LA County Emergency Site] - Includes current evacuation zones and ARCGIS maps that can be expanded to show what zone you&#039;re in. Helpful if you get another accidental emergency alert - check before evacuating if you don&#039;t know of a fire near you. &lt;br /&gt;
* [https://ktla.com/news/local-news/dept-of-insurance-hosting-workshops-for-l-a-wildfire-survivors-to-navigate-next-steps/ Free CA Department of Insurance Workshops for evacuees] - January 18th and 19th in Santa Monica, January 25th and 26th in Pasadena. &lt;br /&gt;
* [https://oag.ca.gov/consumers/pricegougingduringdisasters Learn about and report price gouging] - landlords are gouging after the fires, this is illegal and they can be subject to fines and prosecution; check the information at the Attorney General&#039;s office to learn about and report instances of price gouging. &lt;br /&gt;
= Post-Disaster=&lt;br /&gt;
 &lt;br /&gt;
== Forms ==&lt;br /&gt;
&lt;br /&gt;
* [https://archive.org/details/post-disaster-expense-tracking-spreadsheet Post-Disaster Expense Tracking Worksheet] - This is an Excel sheet with a list of expenses to track after a disaster; everything from pet care to hotel costs to laundry is included. Keep track of these expenses and claim them with your insurance company.&lt;br /&gt;
* [https://archive.org/details/possession-inventory-worksheet Possession Inventory] - This is an Excel book (two sheets, instructions on the first sheet and form on the second) for tracking an inventory of the possessions you had in your home during the disaster. Check your computer and phone for photos that you may have had prior to the disaster to get a more complete inventory; if you have not evacuated yet, go through your home room by room and take a video slowly panning over the whole room before you leave so that you have documentation of what was in the home when you left. &lt;br /&gt;
&lt;br /&gt;
== Resource Documents ==&lt;br /&gt;
&lt;br /&gt;
* [https://web.archive.org/web/20241130004035/https://www.usfa.fema.gov/downloads/pdf/publications/fa_46.pdf FEMA Post-Disaster Recovery Guide]&lt;br /&gt;
&lt;br /&gt;
= Pre-Disaster =&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
*[[Keeping track of Important Papers]] - this guide explains the basics of collecting important documents for people who have trouble with organization, and at the bottom of the page explains how to put together a rudimentary bug-out-bag by gathering your important documents and sentimental objects in one place. &lt;br /&gt;
&lt;br /&gt;
== Forms ==&lt;br /&gt;
&lt;br /&gt;
* [https://archive.org/details/possession-inventory-worksheet This is the same inventory sheet as earlier, but fill it out before a disaster to keep with your important documents.]&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
	<entry>
		<id>https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Disaster_Recovery_Resources&amp;diff=334</id>
		<title>Disaster Recovery Resources</title>
		<link rel="alternate" type="text/html" href="https://www.ms-demeanor.com/w/mediawiki-1.40.1/index.php?title=Disaster_Recovery_Resources&amp;diff=334"/>
		<updated>2025-01-11T07:12:59Z</updated>

		<summary type="html">&lt;p&gt;Ms-demeanor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I live in Southern California. Disasters are a not-uncommon facet of life here. I have many friends who have been impacted by fires, I have had to evacuate on occasion, and I was raised by the Department Safety Coordinator of the LADWP (who once had to rush us home from Big Bear to respond to the Northridge earthquake). Here are some of the disaster resources I have made or collected over the years. Page is in Progress, more resources will be added as I collect them. &lt;br /&gt;
&lt;br /&gt;
= January 2025 LA Fire Resources = &lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/spreadsheets/d/1KMk34XY5dsvVJjAoD2mQUVHYU_Ib6COz6jcGH5uJWDY/htmlview?usp=sharing Mutual Aid LA Masterlist of Resources]&lt;br /&gt;
* [https://cryptpad.fr/pad/#/2/pad/view/NLG4vIhWDazSafx3H0Ip1snvEtEN5NDRR6s9uIxnzC0/ Community-made resource list on cryptpad]&lt;br /&gt;
* [https://a41.asmdc.org/eaton-fire-resources-affected-residents-0 Resources compiled by/for Assembly District 41] - &amp;lt;&amp;lt;&amp;lt;That is crazy comprehensive; provides direct support for people impacted by the Eaton fire because that&#039;s in that assembly district, but includes resources that would be useful after any disaster. &lt;br /&gt;
* [https://laist.com/news/climate-environment/southern-california-fires-tips-resources LAist news roundup and cheat sheet]&lt;br /&gt;
* [https://www.fire.ca.gov/ Cal Fire website] - includes regularly updated evacuation maps&lt;br /&gt;
* [https://www.ladwp.com/outages/power-outage-map LADWP Power Outage Map]&lt;br /&gt;
* [https://www.sce.com/outage-center/check-outage-status SCE Power Outage Map]&lt;br /&gt;
* [https://www.outageentry.com/Outages/outage.php?Client=glendale Glendale Water and Power Outage Map]&lt;br /&gt;
* [https://web.archive.org/web/20250109142342/https://www.latimes.com/business/story/2025-01-08/insurance-explainer LA Times article with advice to evacuees and people who lost homes]&lt;br /&gt;
* [https://www.businesswire.com/news/home/20250109969689/en/California-Wildfire-Assistance-U-Haul-Offers-30-Days-Free-Storage-at-92-Centers-across-L.A. U-Haul Storage available for free for evacuees for 30 days]&lt;br /&gt;
* [https://experience.arcgis.com/experience/6a6a058a177440fdac6be881d41d4c2c/ South Coast Air Quality Index Map] - Updating hourly.&lt;br /&gt;
* [https://readyforwildfire.org/prepare-for-wildfire/go-evacuation-guide/#preparationsteps LA County Wildfire Evacuation preparation guide]&lt;br /&gt;
* [https://lacounty.gov/emergency/ LA County Emergency Site] - Includes current evacuation zones and ARCGIS maps that can be expanded to show what zone you&#039;re in. Helpful if you get another accidental emergency alert - check before evacuating if you don&#039;t know of a fire near you. &lt;br /&gt;
* [https://ktla.com/news/local-news/dept-of-insurance-hosting-workshops-for-l-a-wildfire-survivors-to-navigate-next-steps/ Free CA Department of Insurance Workshops for evacuees] - January 18th and 19th in Santa Monica, January 25th and 26th in Pasadena. &lt;br /&gt;
&lt;br /&gt;
= Post-Disaster=&lt;br /&gt;
 &lt;br /&gt;
== Forms ==&lt;br /&gt;
&lt;br /&gt;
* [https://archive.org/details/post-disaster-expense-tracking-spreadsheet Post-Disaster Expense Tracking Worksheet] - This is an Excel sheet with a list of expenses to track after a disaster; everything from pet care to hotel costs to laundry is included. Keep track of these expenses and claim them with your insurance company.&lt;br /&gt;
* [https://archive.org/details/possession-inventory-worksheet Possession Inventory] - This is an Excel book (two sheets, instructions on the first sheet and form on the second) for tracking an inventory of the possessions you had in your home during the disaster. Check your computer and phone for photos that you may have had prior to the disaster to get a more complete inventory; if you have not evacuated yet, go through your home room by room and take a video slowly panning over the whole room before you leave so that you have documentation of what was in the home when you left. &lt;br /&gt;
&lt;br /&gt;
== Resource Documents ==&lt;br /&gt;
&lt;br /&gt;
* [https://web.archive.org/web/20241130004035/https://www.usfa.fema.gov/downloads/pdf/publications/fa_46.pdf FEMA Post-Disaster Recovery Guide]&lt;br /&gt;
&lt;br /&gt;
= Pre-Disaster =&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
*[[Keeping track of Important Papers]] - this guide explains the basics of collecting important documents for people who have trouble with organization, and at the bottom of the page explains how to put together a rudimentary bug-out-bag by gathering your important documents and sentimental objects in one place. &lt;br /&gt;
&lt;br /&gt;
== Forms ==&lt;br /&gt;
&lt;br /&gt;
* [https://archive.org/details/possession-inventory-worksheet This is the same inventory sheet as earlier, but fill it out before a disaster to keep with your important documents.]&lt;/div&gt;</summary>
		<author><name>Ms-demeanor</name></author>
	</entry>
</feed>