<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://tmewett.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://tmewett.com/" rel="alternate" type="text/html" /><updated>2026-06-20T18:37:42+01:00</updated><id>https://tmewett.com/feed.xml</id><title type="html">Tom Mewett</title><entry><title type="html">A long-overdue update</title><link href="https://tmewett.com/blog/2025-10-long-overdue/" rel="alternate" type="text/html" title="A long-overdue update" /><published>2025-10-26T00:00:00+01:00</published><updated>2025-10-26T00:00:00+01:00</updated><id>https://tmewett.com/blog/long-overdue</id><content type="html" xml:base="https://tmewett.com/blog/2025-10-long-overdue/"><![CDATA[<p>Hello again—been a while—I haven’t posted a newsletter since May. I’ve actually been really busy, in a good way. I started a new job in June and it’s the first time in a long while that I’ve actually been enjoying work. I’ve also just generally been spending less time at home.</p>

<p>At the start of the year, I set myself a modest target to write 12 posts in 2025. I’m completely off track! We’re almost in November and I’ve only written 6, so unfortunately I probably won’t succeed at that goal. I’m not happy with how slowly I’m getting posts out. I have probably hundreds of ideas for them, but that number keeps growing because it still takes me weeks to write something I’m happy with. I really want to improve on this next year.</p>

<p>Anyway, here’s what’s new since last time:</p>

<p>I wrote two posts:</p>

<ul>
  <li><a href="https://tmewett.com/things-should-be-easy/"><strong>Some things should be easy</strong></a></li>
  <li><a href="https://tmewett.com/git-is-synced/"><strong>How to check if a Git repo is fully synced with a remote</strong></a></li>
</ul>

<p>Twitter/X is becoming less accessible to non-signed-in users, so I’m going to start re-publishing threads I particularly like. Here’s the first:</p>

<ul>
  <li><a href="https://tmewett.com/emmett-shear-on-burnout/">Emmett Shear on burnout</a></li>
</ul>

<p>I added some links to the <strong>Self</strong> section:</p>

<ul>
  <li><a href="https://maija-haavisto.medium.com/introduction-to-internal-family-systems-422d6865700b">Introduction to Internal Family Systems: a Groundbreaking Psychotherapy, Self-Therapy, Communication Method and World-View - by Maija Haavisto</a></li>
  <li><a href="https://andrewblevins.substack.com/p/how-to-be-happy-basically">How to Be Happy - by Andrew Shade Blevins</a>: an introduction to “the Option Method”, a kind of existential inquiry which seems interesting</li>
  <li><a href="https://meditationstuff.wordpress.com/2019/03/28/post-conceptual-meta-goodness-and-changing-in-the-deepest-of-ways/">Post-conceptual meta-goodness and changing in the deepest of ways - meditationstuff</a></li>
  <li><a href="https://www.youtube.com/watch?v=1LAhHDEtTD0">Hank Green’s description of his 80% rule for completing projects</a>. Also: <a href="https://ivysly.com/blog/on-scope-creep.html">ivysly.com - on scope creep</a></li>
  <li><a href="https://www.theatlantic.com/national/archive/2010/05/askers-vs-guessers/340891/">‘Askers’ vs. ‘Guessers’ - The Atlantic</a></li>
</ul>

<p>I added some links to the <strong>Misc</strong> section:</p>

<ul>
  <li><a href="https://desystemize.substack.com/p/if-youre-so-smart-why-cant-you-die">If You’re So Smart, Why Can’t You Die? - Desystemize</a>: on AI, spiky intelligence, and adversarial agents</li>
  <li><a href="https://github.com/houmain/keymapper">houmain/keymapper: A cross-platform context-aware key remapper</a>: an easy-to-use and wildly underrated keymapping tool</li>
</ul>

<p>I added some links to the <strong>From Mars</strong> section:</p>

<ul>
  <li><a href="https://elodes.substack.com/p/three-hundred-ways-it-can-hurt-to">The introduction essay to Three Hundred Ways It Can Hurt to Be a Man</a></li>
  <li><a href="https://www.secondperson.dating/p/barbie-part-1">Barbie in the Longhouse - Part 1 - by Jacob Falkovich</a></li>
</ul>

<p>I added some links to the <strong>Software</strong> section:</p>

<ul>
  <li><a href="https://devblogs.microsoft.com/oldnewthing/20230725-00/?p=108482">Before you try to do something, make sure you can do nothing - The Old New Thing</a></li>
  <li><a href="https://tratt.net/laurie/blog/2020/which_parsing_approach.html">Laurence Tratt: Which Parsing Approach?</a>: a review of different ways to implement parsing, and their tradeoffs</li>
  <li><a href="https://sbaziotis.com/compilers/common-misconceptions-about-compilers.html">Common Misconceptions about Compilers</a></li>
  <li><a href="https://lethain.com/migrations/">Migrations: the sole scalable fix to tech debt. - Irrational Exuberance</a></li>
  <li><a href="https://github.com/newren/git-filter-repo">newren/git-filter-repo: Quickly rewrite git repository history</a></li>
  <li>Two articles about what coroutines are really for: <a href="https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/coroutines-philosophy/">Philosophy of coroutines - Simon Tatham</a> / <a href="https://research.swtch.com/pcdata">research!rsc: Storing Data in Control Flow</a></li>
  <li><a href="https://surfingcomplexity.blog/2025/06/14/quick-takes-on-the-gcp-public-incident-write-up/">Quick takes on the GCP public incident write-up – Surfing Complexity</a>: an insight into great incident response mindset</li>
  <li>Two articles about designing error handling: <a href="https://programmingisterrible.com/post/162346490883/how-do-you-cut-a-monolith-in-half">How do you cut a monolith in half?</a> / <a href="https://programmingisterrible.com/post/188942142748/scaling-in-the-presence-of-errorsdont-ignore">Scaling in the presence of errors—don’t ignore them</a>) (“Systems grow by pushing responsibilities to the edges”)</li>
  <li><a href="https://matklad.github.io/2023/11/15/push-ifs-up-and-fors-down.html">Push Ifs Up And Fors Down - matklad</a></li>
  <li><a href="https://notes.doismellburning.co.uk/software-engineering/technical-debt/">Technical Debt — notes.doismellburning.co.uk</a> - big catalog of articles about it</li>
</ul>

<p>As always, if you have any questions or comments, feel free to send a mail to <a href="mailto:tom@tmewett.com">tom@tmewett.com</a> or <a href="https://www.admonymous.co/tmewett">leave an anonymous message</a>.</p>

<p>Takk…<br />
Tom</p>

<p><a href="https://tmewett.com/changelog/">Recent changes</a> - <a href="https://tmewett.com/subscribe/">Newsletter archive</a></p>]]></content><author><name></name></author><summary type="html"><![CDATA[Hello again—been a while—I haven’t posted a newsletter since May. I’ve actually been really busy, in a good way. I started a new job in June and it’s the first time in a long while that I’ve actually been enjoying work. I’ve also just generally been spending less time at home.]]></summary></entry><entry><title type="html">Authenticity, compilation, and many links</title><link href="https://tmewett.com/blog/2025-05-compiling-links/" rel="alternate" type="text/html" title="Authenticity, compilation, and many links" /><published>2025-05-10T00:00:00+01:00</published><updated>2025-05-10T00:00:00+01:00</updated><id>https://tmewett.com/blog/compiling-links</id><content type="html" xml:base="https://tmewett.com/blog/2025-05-compiling-links/"><![CDATA[<p><em>Previous newsletter: 13 Mar 2025</em></p>

<p>Hello again,</p>

<p>I have two new posts for you:</p>

<ul>
  <li><a href="https://tmewett.com/locating-authenticity/">Locating authenticity</a></li>
  <li><a href="https://tmewett.com/compilation-glossary/">What is an object / linker / toolchain / …? (Glossary of compilation terms)</a></li>
</ul>

<p>I also made public an excerpt I previously uploaded from an IFS book:</p>

<p><a href="https://tmewett.com/ifs-earley-help-sheet/">Internal Family Systems help sheet</a></p>

<p>Now that I have a few places on the site for links, I’ve been adding lots from my notes. Under the Self section is now:</p>

<ul>
  <li><a href="https://sashachapin.substack.com/p/give-up-a-meditation-technique">Give up: a meditation technique - by Sasha Chapin</a></li>
  <li><a href="https://sashachapin.substack.com/p/how-to-be-an-expert-fear-driven-person">How to Be an Expert Fear-Driven Person - by Sasha Chapin</a></li>
  <li><a href="https://www.dhammatalks.org/books/#BuddhasTeachings">The Buddha’s Teachings: An Introduction, by Ṭhānissaro Bhikkhu</a></li>
  <li><a href="https://www.shinzen.org/resources/articles/">Articles - Shinzen Young</a> - Shinzen’s various PDFs about meditation</li>
</ul>

<p>Misc:</p>

<ul>
  <li><a href="https://dreymar.colemak.org/">DreymaR’s Big Bag of Kbd Tricks - THE BIG BAG THEORY</a></li>
</ul>

<p>Software:</p>

<ul>
  <li><a href="https://notes.doismellburning.co.uk/incidents/">Incidents — notes.doismellburning.co.uk</a> (a collection of resources on incidents)</li>
  <li><a href="https://quanttype.net/posts/2022-05-02-schema-migrations.html">Schema migrations and avoiding downtime - quanttype</a> (didn’t even realise this could be an issue)</li>
  <li><a href="https://github.com/amacneil/dbmate">dbmate: A lightweight, framework-agnostic database migration tool</a></li>
  <li><a href="https://arcan-fe.com/2025/01/27/sunsetting-cursed-terminal-emulation/">Sunsetting Cursed Terminal Emulation - Arcan</a></li>
  <li><a href="https://fsharpforfunandprofit.com/posts/designing-with-types-making-illegal-states-unrepresentable/">Designing with types: Making illegal states unrepresentable</a></li>
  <li><a href="https://blogs.gnome.org/tbernard/2018/10/15/restyling-apps-at-scale/">Restyling apps at scale – Space and Meaning</a> (or rather, how it’s not really possible)</li>
  <li><a href="https://kakoune.org/why-kakoune/why-kakoune.html">Why Kakoune — The quest for a better code editor</a> (This convinced me that modal editing is good and the things I don’t like about Vim are about Vim specifically and not about modal editing in general. I now have been using Kakoune-inspired extension <a href="https://marketplace.visualstudio.com/items?itemName=gregoire.dance">Dance</a> in VS Code for several years. Also the official documentation for Vim and Kakoune lack context and are hard to learn from; they should be more like <a href="https://m4xshen.dev/posts/vim-command-workflow">Practical Vim command workflow - Max Shen Dev</a>.)</li>
</ul>

<p>As always, if you have any questions or comments, feel free to send a mail to <a href="mailto:tom@tmewett.com">tom@tmewett.com</a> or <a href="https://www.admonymous.co/tmewett">leave an anonymous message</a>.</p>

<p>Takk…<br />
Tom</p>

<p><a href="https://tmewett.com/changelog/">Recent changes</a> - <a href="https://tmewett.com/subscribe/">Newsletter archive</a></p>]]></content><author><name></name></author><summary type="html"><![CDATA[Previous newsletter: 13 Mar 2025]]></summary></entry><entry><title type="html">February-ish updates (Worm, hearts, recent changes page)</title><link href="https://tmewett.com/blog/2025-03-february/" rel="alternate" type="text/html" title="February-ish updates (Worm, hearts, recent changes page)" /><published>2025-03-13T00:00:00+00:00</published><updated>2025-03-13T00:00:00+00:00</updated><id>https://tmewett.com/blog/february</id><content type="html" xml:base="https://tmewett.com/blog/2025-03-february/"><![CDATA[<p><em>Previous newsletter: 11 Jan 2025</em></p>

<p>Hello again,</p>

<p>What’s new from February? I’ve published two new posts:</p>

<ul>
  <li><a href="https://tmewett.com/worm-review/">Review: Worm, a web serial about superheroes</a></li>
  <li><a href="https://tmewett.com/both-hearts/">Flirting with both hearts</a></li>
</ul>

<p>I’ve added a new page which shows all recent changes to the site. I know the newsletters already function somewhat as a changelog, but I wanted a something a bit more direct. It’s pretty simple right now but it will improve:</p>

<p><a href="https://tmewett.com/changelog/">Recent changes</a></p>

<p>On that page you’ll see the other changes from February:</p>

<ul>
  <li>I added a links section to my section on software and christened it with these three:
    <ul>
      <li><a href="https://www.tedinski.com/2018/08/14/modularity.html">Breaking systems into modules - Ted Kaminski</a></li>
      <li><a href="https://ntietz.com/blog/lets-say-instead-of-auth/">Instead of “auth”, we should say “permissions” and “login” - nicole@web</a></li>
      <li><a href="https://sillycross.github.io/2022/11/22/2022-11-22/">Building the fastest Lua interpreter.. automatically!</a></li>
    </ul>
  </li>
  <li>I did a re-write pass over <a href="https://tmewett.com/genderless-men/">Genderless men</a></li>
</ul>

<p>As always, if you have any questions or comments, feel free to send a mail to <a href="mailto:tom@tmewett.com">tom@tmewett.com</a> or <a href="https://www.admonymous.co/tmewett">leave an anonymous message</a>.</p>

<p>Takk…<br />
Tom</p>

<p><a href="https://tmewett.com/subscribe/">Newsletter archive</a></p>]]></content><author><name></name></author><summary type="html"><![CDATA[Previous newsletter: 11 Jan 2025]]></summary></entry><entry><title type="html">2025</title><link href="https://tmewett.com/blog/2025-01-2025/" rel="alternate" type="text/html" title="2025" /><published>2025-01-11T00:00:00+00:00</published><updated>2025-01-11T00:00:00+00:00</updated><id>https://tmewett.com/blog/2025</id><content type="html" xml:base="https://tmewett.com/blog/2025-01-2025/"><![CDATA[<p>Hi everyone,</p>

<p>Happy new year!</p>

<p>Since my last update in November, a few things have changed on the site:</p>

<p>I published a new post:</p>

<p><a href="https://tmewett.com/how-i-review-prs/">How I review pull requests (the 5 questions I ask myself) 📝</a></p>

<p>I also made quite a lot of additions to my post about developing on Windows, about symlinks, line endings, Git config, tool incompatibilities, and MSYS2:</p>

<p><a href="https://tmewett.com/dev-on-windows/">How to develop Linux-style on Windows: comparing native, MinGW, Cygwin, WSL 🟦</a></p>

<p>I hope you enjoy! I really want to write more posts this year. I’m sitting on so many drafts… I’m going to try to write at least 12 posts in 2025. This is not an ambitious goal at all, since once upon a time I averaged about a post a month, but I’ve slowed down recently and it gives me room to aim high, maybe even for 20+. We’ll see how that goes…</p>

<p>As always, if you have any questions or comments, feel free to send a mail to <a href="mailto:tom@tmewett.com">tom@tmewett.com</a> or <a href="https://www.admonymous.co/tmewett">leave an anonymous message</a>.</p>

<p>Takk…<br />
Tom</p>]]></content><author><name></name></author><summary type="html"><![CDATA[Hi everyone,]]></summary></entry><entry><title type="html">And we’re back</title><link href="https://tmewett.com/blog/2024-11-and-were-back/" rel="alternate" type="text/html" title="And we’re back" /><published>2024-11-17T00:00:00+00:00</published><updated>2024-11-17T00:00:00+00:00</updated><id>https://tmewett.com/blog/and-were-back</id><content type="html" xml:base="https://tmewett.com/blog/2024-11-and-were-back/"><![CDATA[<p>Hi everyone,</p>

<p>It’s been a while; my last update was all the way back in July… I’ve been moving flats and generally keeping busy. There have been some blog updates in that time though:</p>

<p>I published a new software post:</p>

<p><a href="https://tmewett.com/homemade-incremental-pt-1/">Homemade incremental programming, part 1: how and why to abolish update code, and what React has to do with anything</a></p>

<p>I also published a new From Mars post:</p>

<p><a href="https://tmewett.com/genderless-men/">Genderless men</a></p>

<p>I updated a few older posts:</p>

<ul>
  <li>
    <p><a href="https://tmewett.com/what-holds-connection-back/">What holds communities, and connection, back?</a> got some more info added throughout.</p>
  </li>
  <li>
    <p>To my post <a href="https://tmewett.com/c-tips/">Everything I wish I knew when learning C</a>, I added a link about compiler flags: <a href="https://nullprogram.com/blog/2023/04/29/">Chris Wellons’ favorite C compiler flags during development</a></p>
  </li>
</ul>

<p>I hope you enjoy! As always, if you have any questions or comments, feel free to send a mail to <a href="mailto:tom@tmewett.com">tom@tmewett.com</a> or <a href="https://www.admonymous.co/tmewett">leave an anonymous message</a>.</p>

<p>Takk…<br />
Tom</p>]]></content><author><name></name></author><summary type="html"><![CDATA[Hi everyone,]]></summary></entry><entry><title type="html">Dev on windows and the From Mars index</title><link href="https://tmewett.com/blog/2024-07-windows-mars/" rel="alternate" type="text/html" title="Dev on windows and the From Mars index" /><published>2024-07-23T00:00:00+01:00</published><updated>2024-07-23T00:00:00+01:00</updated><id>https://tmewett.com/blog/windows-mars</id><content type="html" xml:base="https://tmewett.com/blog/2024-07-windows-mars/"><![CDATA[<p>Hi everyone,</p>

<p>Here’s my updates for May, June, and July:</p>

<p>At work, I started developing on Windows for the first time, so I did a lot of research and wrote a guide for others like me with Linux brain:</p>

<p><a href="https://tmewett.com/dev-on-windows/">Developing on Windows: comparing native, MinGW, Cygwin, WSL 🟦</a></p>

<p>Secondly, after my article from last year about male mental health, I always wanted to write more on the subject. I have a few drafts that haven’t made it out yet, but in the meantime I made a landing page for the “project”, with links to some other articles that I found really good:</p>

<p><a href="https://tmewett.com/from-mars/">From Mars: a personal index of links about maleness</a></p>

<p>I hope you enjoy! As always, if you have any questions or comments, feel free to send a mail to <a href="mailto:tom@tmewett.com">tom@tmewett.com</a> or <a href="https://www.admonymous.co/tmewett">leave an anonymous message</a>.</p>

<p>Takk…<br />
Tom</p>]]></content><author><name></name></author><summary type="html"><![CDATA[Hi everyone,]]></summary></entry><entry><title type="html">A new post and a homepage redesign (now with topic boxes!)</title><link href="https://tmewett.com/blog/2024-05-redesign/" rel="alternate" type="text/html" title="A new post and a homepage redesign (now with topic boxes!)" /><published>2024-05-12T00:00:00+01:00</published><updated>2024-05-12T00:00:00+01:00</updated><id>https://tmewett.com/blog/redesign</id><content type="html" xml:base="https://tmewett.com/blog/2024-05-redesign/"><![CDATA[<p>Hi everyone,</p>

<p>The April and March and part-of-May newsletters have been blended into one. Oops!</p>

<p>First, I redesigned my homepage to not be chronological—instead we now have nice topic boxes so you can actually find what you’re interested in. I was inspired by Wikipedia, but it’s also giving <a href="https://gwern.net/">Gwern</a> and maybe a bit <a href="https://www.lesswrong.com/">LessWrong</a>…</p>

<p><a href="https://tmewett.com/">New homepage</a></p>

<p>I wrote a new post since we last spoke:</p>

<p><a href="https://tmewett.com/myths-about-happiness/">Myths about happiness 🌟</a> “If there was ever one thing worth understanding deeply, it would be happiness. […] Should I be so surprised when I’m unhappy, if I unconsciously believe it’s impossible, or boring, or unfair to be happy?”</p>

<p>Also, I finally got a job! It’s felt like a long search, and I’m pretty excited to start in a week’s time. It’s been about 18 months since I left full-time work.</p>

<p>As always, if you have any questions or comments, feel free to send a mail to <a href="mailto:tom@tmewett.com">tom@tmewett.com</a> or <a href="https://www.admonymous.co/tmewett">leave an anonymous message</a>.</p>

<p>Takk…<br />
Tom</p>]]></content><author><name></name></author><summary type="html"><![CDATA[Hi everyone,]]></summary></entry><entry><title type="html">I guess I’m afraid of everything falling apart</title><link href="https://tmewett.com/blog/2024-03-i-guess-im-afraid/" rel="alternate" type="text/html" title="I guess I’m afraid of everything falling apart" /><published>2024-03-11T00:00:00+00:00</published><updated>2024-03-11T00:00:00+00:00</updated><id>https://tmewett.com/blog/i-guess-im-afraid</id><content type="html" xml:base="https://tmewett.com/blog/2024-03-i-guess-im-afraid/"><![CDATA[<p>Hi everyone,</p>

<p>Welcome to the February-ish newsletter! I wrote one new post last month:</p>

<p><a href="https://tmewett.com/i-guess-im-afraid/">I guess I’m afraid of everything falling apart</a></p>

<p>Not really trying to make a habit of angsty pseudo-poetry but here we are!</p>

<p>On the theme of this post, I’ve been trying to understand exactly what entropy <em>really is</em>, given that it’s about order/disorder - and how it connects to biological life and my kind of obsessive desire for neatness, efficiency, etc. The <a href="https://www.youtube.com/watch?v=DxL2HoqLbyA">Veritasium video</a> is quite good but I think I need to read more.</p>

<p>I submitted some of my older tech articles to r/programming. Most got a weak positive response, a dozen or so upvotes and no comments, but <a href="https://www.reddit.com/r/programming/comments/1as7xxv/comment/kqt18nz/">Why write Bash when we could compile to it?</a> unexpectedly got a very strong negative response! But it also got <em>way</em> more views than the other ones. I guess it really is true that if you want engagement, you should make people mad.</p>

<p>I’m not going to set goals for March since what I did in February was nothing like what I said I would in the last newsletter!</p>

<p>Sadly still looking for work. I had a few more interviews, some final stage, so hopefully something pays off soon.</p>

<p>Some interesting links I found in February:</p>

<ul>
  <li><a href="http://slehar.com/wwwRel//epist/epist.html">The Epistemology of Conscious Experience</a></li>
  <li><a href="https://www.youtube.com/watch?v=72y2EC5fkcE">Tomorrow Corporation Tech Demo - YouTube</a> - amazing demo of instant, live-reload compilation with full time-travel debugging</li>
</ul>

<p>As always, if you have any questions or comments, feel free to send a mail to <a href="mailto:tom@tmewett.com">tom@tmewett.com</a> or <a href="https://www.admonymous.co/tmewett">leave an anonymous message</a>.</p>

<p>Takk…<br />
Tom</p>]]></content><author><name></name></author><summary type="html"><![CDATA[Hi everyone,]]></summary></entry><entry><title type="html">Episode 2024: A New Hope?</title><link href="https://tmewett.com/blog/2024-02-episode-2024/" rel="alternate" type="text/html" title="Episode 2024: A New Hope?" /><published>2024-02-03T00:00:00+00:00</published><updated>2024-02-03T00:00:00+00:00</updated><id>https://tmewett.com/blog/episode-2024</id><content type="html" xml:base="https://tmewett.com/blog/2024-02-episode-2024/"><![CDATA[<p>Hi everyone,</p>

<p>Welcome to the newsletter in 2024. I have two new posts from January:</p>

<p><a href="https://tmewett.com/letting-incompleteness-exist/">Letting incompleteness exist</a>: I’ve noticed that sometimes when I get stuck on something, it’s because I’m trying to force thoughts to be complete. […]</p>

<p><a href="https://tmewett.com/advice/">Advice</a>: a poem?</p>

<p>I updated <a href="https://tmewett.com/c-tips/">Everything I wish I knew when learning C</a> with two new links:</p>

<ul>
  <li><a href="https://www.nayuki.io/page/undefined-behavior-in-c-and-cplusplus-programs">Undefined behavior in C and C++ programs - Nayuki</a></li>
  <li><a href="https://nullprogram.com/blog/2023/02/11/">My review of the C standard library in practice - nullprogram</a></li>
</ul>

<p>I also made an <a href="https://www.admonymous.co/tmewett">anonymous message box</a>, just to try it out? So you can now leave feedback etc without emailing me directly, if you prefer that.</p>

<p>Meanwhile, my job hunt continues. I’ve been playing some Lethal Company in the meantime, which is a very solid game. Article-wise I, as usual, have many ideas on the fire - I’m hoping to get some meatier reactivity articles out, going more in-depth on my library and how I’m using it with OpenGL.</p>

<p>As always, if you have any questions or comments, feel free to send a mail to <a href="mailto:tom@tmewett.com">tom@tmewett.com</a> or <a href="https://www.admonymous.co/tmewett">leave an anonymous message</a>.</p>

<p>Takk…<br />
Tom</p>]]></content><author><name></name></author><summary type="html"><![CDATA[Hi everyone,]]></summary></entry><entry><title type="html">Last newsletter of the year</title><link href="https://tmewett.com/blog/2023-12-last-of-the-year/" rel="alternate" type="text/html" title="Last newsletter of the year" /><published>2023-12-21T00:00:00+00:00</published><updated>2023-12-21T00:00:00+00:00</updated><id>https://tmewett.com/blog/last-of-the-year</id><content type="html" xml:base="https://tmewett.com/blog/2023-12-last-of-the-year/"><![CDATA[<p>Hi everyone,</p>

<p>Thanks a lot for being a subscriber in 2023!</p>

<p>Before the year ends, I wanted to update you about another FOUR new articles on my blog.</p>

<p><a href="https://tmewett.com/parts-are-real/">Parts are real 👏</a> - “Somewhere in the last 2 years I discovered Internal Family Systems, and it’s been one of the most impactful things I’ve learned. […] Parts work is path to seeing the mind as more than a dumb machine of suffering […]”</p>

<p><a href="https://tmewett.com/what-holds-connection-back/">What holds communities, and connection, back?</a> - a collection of thoughts on physical spaces, cultural trends, etc. and how they relate to personal relationships.</p>

<p><a href="https://tmewett.com/against-self-discipline/">Against self-discipline</a> - I used to believe self-discipline was unquestionably good and that more = better, but not any more. Here’s why…</p>

<p><a href="https://tmewett.com/conformity/">Conformity is a fractal cyclone of BS</a> - “Any child who has to spend a lot of effort learning how to fit in eventually learns that it’s an endless game of losing. […]”</p>

<p>(I want to streamline how I make these newsletters so they aren’t so delayed versus the articles…)</p>

<p>As always, if you have any questions or comments, feel free to send a mail to <a href="mailto:tom@tmewett.com">tom@tmewett.com</a>.</p>

<p>Takk…<br />
Tom</p>]]></content><author><name></name></author><summary type="html"><![CDATA[Hi everyone,]]></summary></entry></feed>