tilde/blog/index.html

238 lines
8.7 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#00cc00">
<link rel="icon" type="image/png" sizes="192x192" href="https://tilde.team/apple-touch-icon-precomposed.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://tilde.team/favicon-96x96.png">
<link rel="stylesheet" href="https://tilde.team/~ben/gruvbox/gruvbox.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="subscribe to this page..." href="feed.rss" />
<title>blog // ~ben</title>
</head><body>
<main>
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog // ~ben</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3><a class="ablack" href="mastodon-postgres-upgrade-fun.html">
mastodon postgres upgrade fun
</a></h3>
<!-- bashblog_timestamp: #202010281631.39# -->
<div class="subtitle">October 28, 2020 &mdash;
~ben
</div>
<!-- text begin -->
<p>howdy friends!</p>
<p>if you&rsquo;re a mastodon user on <a href="https://tilde.zone">tilde.zone</a> (the tildeverse
mastodon instance), you might&rsquo;ve noticed some downtime recently.</p>
<p>here&rsquo;s a quick recap of what went down during the upgrade process.</p>
<p class="readmore"><a href="./mastodon-postgres-upgrade-fun.html">read more...</a></p>
<h3><a class="ablack" href="default-branch-name.html">
default branch name
</a></h3>
<!-- bashblog_timestamp: #202006161518.54# -->
<div class="subtitle">June 16, 2020 &mdash;
~ben
</div>
<!-- text begin -->
<p>changing git's default branch name has come up recently as an easy action
we can take to update our language and remove harmful ideas from our daily
usage.</p>
<p>i'm concerned that this effort to change the language used is ultimately a
symbolic gesture to avoid scrutiny into actual change (notably github's
push for this change and continued contracts with ICE).</p>
<p>however, it's an easy change to make.</p>
<p>let's have a look at how to change it for new repos:</p>
<pre><code>mkdir -p ~/.config/git/template
echo "ref: refs/head/main" ~/.config/git/template/HEAD
git config --global init.templateDir ~/.config/git/template
</code></pre>
<p>note that you can put this template dir anywhere you like.</p>
<p>you can also set this system-wide (not just for your user)
in /usr/share, but note that this might get overriden by
package updates.</p>
<pre><code>echo "ref: refs/head/main" | sudo tee /usr/share/git-core/templates/HEAD
</code></pre>
<p>the next time you <code>git init</code>, you'll be on a branch named main.</p>
<p>to change an existing repo, you can use the <code>-m</code> switch of <code>git-branch</code>:</p>
<pre><code>git checkout master
git branch -m master main
</code></pre>
<p>push with <code>-u</code> to your remote if needed and update the default branch in the
repo settings in the hosting platform of choice.</p>
<p>it's a relatively easy change, but don't kid yourself that it makes any real
impact. go protest, <a href="
https://blacklivesmatter.carrd.co/">donate and sign petitions</a>, and get out there to fix the actual problems.</p>
<p>tags: <a href='tag_git.html'>git</a>, <a href='tag_linux.html'>linux</a>, <a href='tag_dev.html'>dev</a></p>
<!-- text end -->
<h3><a class="ablack" href="tools-and-services.html">
tools and services
</a></h3>
<!-- bashblog_timestamp: #202003031402.47# -->
<div class="subtitle">March 03, 2020 &mdash;
~ben
</div>
<!-- text begin -->
<p>inspired by <a href="https://tomasino.org">tomasino</a>'s recent <a href="
https://labs.tomasino.org/freelancing-tools-services/">post</a>, i'd like to
detail some of the stuff that i rent and use.</p>
<p class="readmore"><a href="./tools-and-services.html">read more...</a></p>
<h3><a class="ablack" href="general-update.html">
general update
</a></h3>
<!-- bashblog_timestamp: #202002032006.43# -->
<div class="subtitle">February 03, 2020 &mdash;
~ben
</div>
<!-- text begin -->
<p>it's been quite a long time since i posted anything here on this blog.</p>
<p>i've been playing with <a href="https://github.com/xe/gruvbox-css">gruvbox-css</a>,
decided to switch my blog to use it and finally realized it's been almost
a year since i posted anything at all.</p>
<p>i don't have anything in particular to post today so i figured it would
be good to give a general update since the last time i posted.</p>
<p class="readmore"><a href="./general-update.html">read more...</a></p>
<h3><a class="ablack" href="networking-nonsense.html">
networking nonsense
</a></h3>
<!-- bashblog_timestamp: #201902110240.20# -->
<div class="subtitle">February 11, 2019 &mdash;
~ben
</div>
<!-- text begin -->
<p>i've recently been working on setting up <a href="https://drone.tildegit.org">drone ci</a>
on the tilde.team machine. however, there's been something strange going on
with the networking on there.</p>
<p class="readmore"><a href="./networking-nonsense.html">read more...</a></p>
<h3><a class="ablack" href="raid-nonsense.html">
raid nonsense
</a></h3>
<!-- bashblog_timestamp: #201901131328.45# -->
<div class="subtitle">January 13, 2019 &mdash;
~ben
</div>
<!-- text begin -->
<p>last week i did some <a href="https://tilde.team/news/?page=025_raid_reboot">maintenance</a>
on the tilde.team box. probably should have written about it sooner but i didn't
make time for it until now.</p>
<p class="readmore"><a href="./raid-nonsense.html">read more...</a></p>
<h3><a class="ablack" href="weechat-setup.html">
weechat setup
</a></h3>
<!-- bashblog_timestamp: #201811162311.30# -->
<div class="subtitle">November 16, 2018 &mdash;
~ben
</div>
<!-- text begin -->
<p>so you decided to switch from irssi to weechat?</p>
<p>what options do you need to set? what plugins? what scripts?</p>
<p>i'll go over some of the most essential of these, and share my full configs.</p>
<p class="readmore"><a href="./weechat-setup.html">read more...</a></p>
<h3><a class="ablack" href="proactive-redundancy.html">
proactive redundancy
</a></h3>
<!-- bashblog_timestamp: #201811151839.26# -->
<div class="subtitle">November 15, 2018 &mdash;
~ben
</div>
<!-- text begin -->
<p>after the <a href="november-13-post-mortem.html">fiasco</a> earlier this week, i've been taking steps to minimize
the impact if tilde.team were to go down. it's still a large spof (single-point-of-failure), but i'm reasonably certain that at least the irc net will remain up and functional in the event of another outage. </p>
<p class="readmore"><a href="./proactive-redundancy.html">read more...</a></p>
<h3><a class="ablack" href="november-13-post-mortem.html">
november 13 post mortem
</a></h3>
<!-- bashblog_timestamp: #201811132020.33# -->
<div class="subtitle">November 13, 2018 &mdash;
~ben
</div>
<!-- text begin -->
<p>we had something of an outage on november 13, 2018 on tilde.team. </p>
<p>i awoke, not suspecting anything to be amiss. as soon as i logged in to check my email and irc mentions, it became clear.</p>
<p>tilde.team was at the least inaccessible, and at the worst, down completely. according the message in my inbox, there hade been an attempted "attack" from my IP.</p>
<p class="readmore"><a href="./november-13-post-mortem.html">read more...</a></p>
<h3><a class="ablack" href="italy.html">
italy
</a></h3>
<!-- bashblog_timestamp: #201809201732.33# -->
<div class="subtitle">September 20, 2018 &mdash;
~ben
</div>
<!-- text begin -->
<p>i just got back from a 10-day backpacking trip to italy and i'd like to share some of the photos i took!</p>
<p>the travel plan was rome -> venice -> florence -> naples -> pompei/vesuvius -> capri -> amalfi</p>
<p>this is the roman forum (with colosseum in the background) as seen from the palatine.</p>
<p><img src="https://bhh.sh/pub/photos/italy/roman-forum.jpg" alt="" title="" /></p>
<p class="readmore"><a href="./italy.html">read more...</a></p>
<div id="all_posts"><a href="all_posts.html">archive</a> &mdash; <a href="all_tags.html">all tags</a> &mdash; <a href="feed.rss">rss</a></div>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">~ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br>
generated with <a href="https://tildegit.org/team/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
<script src="https://utteranc.es/client.js"
repo="benharri/tilde"
issue-term="title"
crossorigin="anonymous"
theme="github-dark"
async>
</script>
</main>
<br>
</body></html>