<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>2024 on The Total Token Vortex</title><link>https://total-token-vortex.vercel.app/posts/2024/</link><description>Recent content in 2024 on The Total Token Vortex</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Maciej Kalisiak</copyright><lastBuildDate>Tue, 20 Aug 2024 17:09:00 +0000</lastBuildDate><atom:link href="https://total-token-vortex.vercel.app/posts/2024/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting the pretty 'tree' for 'git log'</title><link>https://total-token-vortex.vercel.app/posts/2024/getting-the-pretty-tree-for-git-log/</link><pubDate>Tue, 20 Aug 2024 17:09:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/getting-the-pretty-tree-for-git-log/</guid><description>&lt;p&gt;See: &lt;a href="https://stackoverflow.com/questions/1057564/pretty-git-branch-graphs" target="_blank" rel="noreferrer"&gt;https://stackoverflow.com/questions/1057564/pretty-git-branch-graphs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In short, can use this one-liner:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;git log &amp;ndash;all &amp;ndash;decorate &amp;ndash;oneline &amp;ndash;graph&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;You can also make this into its own &amp;lsquo;git&amp;rsquo; command (&amp;lsquo;git adog&amp;rsquo;) using:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt; git config &amp;ndash;global alias.adog &amp;ldquo;log &amp;ndash;all &amp;ndash;decorate &amp;ndash;oneline &amp;ndash;graph&amp;rdquo;&lt;/p&gt;</description></item><item><title>The many merge options for 'git pull'</title><link>https://total-token-vortex.vercel.app/posts/2024/the-many-merge-options-for-git-pull/</link><pubDate>Tue, 20 Aug 2024 17:03:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/the-many-merge-options-for-git-pull/</guid><description>&lt;p&gt;Ran into this (massive hint printout from git when attempting pull)&lt;/p&gt;
&lt;blockquote&gt;&lt;div class="highlight-wrapper"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Hint: You have divergent branches and need to specify how to reconcile them.
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Hint: You can do so by running one of the following commands sometime before
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Hint: your next pull:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Hint: 
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Hint: git config pull.rebase false # merge
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Hint: git config pull.rebase true # rebase
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Hint: git config pull.ff only # fast-forward only
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Hint: 
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Hint: You can replace &amp;#34;git config&amp;#34; with &amp;#34;git config --global&amp;#34; to set a default
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Hint: preference for all repositories. You can also pass --rebase, --no-rebase,
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Hint: or --ff-only on the command line to override the configured default per
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Hint: invocation.
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Git failed with a fatal error.
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Git failed with a fatal error.
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Need to specify how to reconcile divergent branches.&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;p&gt;And then thankfully came across this &lt;a href="https://stackoverflow.com/questions/71768999/how-to-merge-when-you-get-error-hint-you-have-divergent-branches-and-need-to-s" target="_blank" rel="noreferrer"&gt;VERY informative StackOverflow post&lt;/a&gt;:&lt;/p&gt;</description></item><item><title>Interesting posts on ZSA blog</title><link>https://total-token-vortex.vercel.app/posts/2024/interesting-posts-on-zsa-blog/</link><pubDate>Tue, 13 Aug 2024 18:28:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/interesting-posts-on-zsa-blog/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="https://blog.zsa.io/alternate-english-layouts/" target="_blank" rel="noreferrer"&gt;Setting Up Alternate English Layouts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.zsa.io/keys-not-matching-output/" target="_blank" rel="noreferrer"&gt;Why Keys Don&amp;rsquo;t Do What You Expect&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.zsa.io/voyager-shifted-layout/" target="_blank" rel="noreferrer"&gt;Shifted Voyager Layout&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.zsa.io/zsa-loves-colemak/" target="_blank" rel="noreferrer"&gt;ZSA Loves: Colemak&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Interesting read: Mediocre Engineer’s guide to HTTPS</title><link>https://total-token-vortex.vercel.app/posts/2024/interesting-read-mediocre-engineer-s-guide-to-https/</link><pubDate>Tue, 13 Aug 2024 18:22:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/interesting-read-mediocre-engineer-s-guide-to-https/</guid><description>&lt;p&gt;&lt;a href="https://devonperoutky.super.site/blog-posts/mediocre-engineers-guide-to-https" target="_blank" rel="noreferrer"&gt;https://devonperoutky.super.site/blog-posts/mediocre-engineers-guide-to-https&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Interesting read: principles for keyboard layouts</title><link>https://total-token-vortex.vercel.app/posts/2024/interesting-read-principles-for-keyboard-layouts/</link><pubDate>Tue, 13 Aug 2024 18:22:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/interesting-read-principles-for-keyboard-layouts/</guid><description>&lt;p&gt;&lt;a href="https://anniecherkaev.com/principles-for-keyboard-layouts" target="_blank" rel="noreferrer"&gt;https://anniecherkaev.com/principles-for-keyboard-layouts&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Potential purchase: hand-held scope</title><link>https://total-token-vortex.vercel.app/posts/2024/potential-purchase-hand-held-scope/</link><pubDate>Tue, 13 Aug 2024 18:21:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/potential-purchase-hand-held-scope/</guid><description>&lt;p&gt;&lt;a href="https://zoyitools.com/product/zt-703s/" target="_blank" rel="noreferrer"&gt;https://zoyitools.com/product/zt-703s/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Interesting HN post: The Engineer’s Guide to Deep Learning: Understanding the Transformer Model</title><link>https://total-token-vortex.vercel.app/posts/2024/interesting-hn-post-the-engineer-s-guide-to-deep-learning-understanding-the-transformer-model/</link><pubDate>Tue, 13 Aug 2024 18:20:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/interesting-hn-post-the-engineer-s-guide-to-deep-learning-understanding-the-transformer-model/</guid><description>&lt;p&gt;&lt;a href="https://news.ycombinator.com/item?id=40974193" target="_blank" rel="noreferrer"&gt;https://news.ycombinator.com/item?id=40974193&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Dyson hand vacuum battery troubles</title><link>https://total-token-vortex.vercel.app/posts/2024/dyson-hand-vacuum-battery-troubles/</link><pubDate>Tue, 13 Aug 2024 18:19:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/dyson-hand-vacuum-battery-troubles/</guid><description>&lt;p&gt;Relevant articles, maybe:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.dyson.com/support/vacuum-cleaners/cordless/battery-care" target="_blank" rel="noreferrer"&gt;https://www.dyson.com/support/vacuum-cleaners/cordless/battery-care&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.bestbuy.com/site/questions/dyson-v7-motorhead-cord-free-stick-vacuum-fuschia/5712664/question/5044ca65-ef4f-355a-99d9-83aa51fb2598" target="_blank" rel="noreferrer"&gt;https://www.bestbuy.com/site/questions/dyson-v7-motorhead-cord-free-stick-vacuum-fuschia/5712664/question/5044ca65-ef4f-355a-99d9-83aa51fb2598&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Fun Reddit post: Games you get extremely OP in without any glitch/hacks?</title><link>https://total-token-vortex.vercel.app/posts/2024/fun-reddit-post-games-you-get-extremely-op-in-without-any-glitch-hacks/</link><pubDate>Tue, 13 Aug 2024 18:17:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/fun-reddit-post-games-you-get-extremely-op-in-without-any-glitch-hacks/</guid><description>&lt;p&gt;&lt;a href="https://old.reddit.com/r/gaming/comments/1emkf7f/games" target="_blank" rel="noreferrer"&gt;https://old.reddit.com/r/gaming/comments/1emkf7f/games&lt;/a&gt;_you_get_extremely_op_in_without_any/&lt;/p&gt;</description></item><item><title>Kruggsmash playing CoQ</title><link>https://total-token-vortex.vercel.app/posts/2024/kruggsmash-playing-coq/</link><pubDate>Tue, 13 Aug 2024 18:17:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/kruggsmash-playing-coq/</guid><description>&lt;p&gt;Kruggsmash, of &amp;ldquo;Dwarf Fortress YT videos&amp;rdquo; fame, started playing Caves of Qud!&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=UcJSfynSTq0" target="_blank" rel="noreferrer"&gt;https://www.youtube.com/watch?v=UcJSfynSTq0&lt;/a&gt;&lt;/p&gt;</description></item><item><title>TIL abotu Anna's Archive</title><link>https://total-token-vortex.vercel.app/posts/2024/til-about-anna-s-archive/</link><pubDate>Tue, 13 Aug 2024 18:16:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/til-about-anna-s-archive/</guid><description>&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Anna%27s" target="_blank" rel="noreferrer"&gt;https://en.wikipedia.org/wiki/Anna%27s&lt;/a&gt;_Archive&lt;/p&gt;
&lt;hr&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Claude (migration note):&lt;/strong&gt; &lt;em&gt;Filename renamed from &lt;code&gt;til-abotu-anna-s-archive&lt;/code&gt; to &lt;code&gt;til-about-anna-s-archive&lt;/code&gt; (typo/encoding fix).&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description></item><item><title>Interesting article: State of Text Rendering 2024</title><link>https://total-token-vortex.vercel.app/posts/2024/interesting-article-state-of-text-rendering-2024/</link><pubDate>Tue, 13 Aug 2024 18:15:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/interesting-article-state-of-text-rendering-2024/</guid><description>&lt;p&gt;&lt;a href="https://behdad.org/text2024/" target="_blank" rel="noreferrer"&gt;https://behdad.org/text2024/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Interesting read: Entering text in the terminal is complicated</title><link>https://total-token-vortex.vercel.app/posts/2024/interesting-read-entering-text-in-the-terminal-is-complicated/</link><pubDate>Tue, 13 Aug 2024 18:15:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/interesting-read-entering-text-in-the-terminal-is-complicated/</guid><description>&lt;p&gt;&lt;a href="https://jvns.ca/blog/2024/07/08/readline/" target="_blank" rel="noreferrer"&gt;https://jvns.ca/blog/2024/07/08/readline/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Interesting HN article: How to think in writing</title><link>https://total-token-vortex.vercel.app/posts/2024/interesting-hn-article-how-to-think-in-writing/</link><pubDate>Tue, 13 Aug 2024 18:14:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/interesting-hn-article-how-to-think-in-writing/</guid><description>&lt;p&gt;&lt;a href="https://news.ycombinator.com/item?id=40892298" target="_blank" rel="noreferrer"&gt;https://news.ycombinator.com/item?id=40892298&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Interesting read: Doing is normally distributed, learning is log-normal</title><link>https://total-token-vortex.vercel.app/posts/2024/interesting-read-doing-is-normally-distributed-learning-is-log-normal/</link><pubDate>Tue, 13 Aug 2024 18:13:00 +0000</pubDate><guid>https://total-token-vortex.vercel.app/posts/2024/interesting-read-doing-is-normally-distributed-learning-is-log-normal/</guid><description>&lt;p&gt;&lt;a href="https://hiandrewquinn.github.io/til-site/posts/doing-is-normally-distributed-learning-is-log-normal/" target="_blank" rel="noreferrer"&gt;https://hiandrewquinn.github.io/til-site/posts/doing-is-normally-distributed-learning-is-log-normal/&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>