siina.monster/public/index.html

99 lines
3.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>4 notes | </title>
<meta property='og:title' content='' />
<meta property='og:description' content='' />
<meta property='og:type' content='blog' />
<meta property='og:generator' content='noter' />
<!-- those who seek, shall see - but thy shall be prepared... -->
<link rel='icon' type='image/png' href=''>
<link rel='alternate' type='application/atom+xml' title=rss href='/feed.xml' />
<meta name='last-generated' content='2024-04-14 19:36:10' />
<style>
</style>
</head>
<body>
<div class='container'>
<h1></h1><br>
<center></center>
<center><div class='top-bar'><a href='#2024-02-17'>2024</a></div></center><br>
<a name='2024-04-14'></a>
<div class='note'>
<h4><a href='#2024-04-14'>April 14, 2024</a></h4>
This is mostly a test post.</br>
</div>
<a name='2024-02-28'></a>
<div class='note'>
<h4><a href='#2024-02-28'>February 28, 2024</a></h4>
<p>To get faster steam downloads in linux:<br>
<br>
create <code>~/.steam/steam/steam_dev.cfg</code> and add:
<pre>
@nClientDownloadEnableHTTP2PlatformLinux 0
@fDownloadRateImprovementToAddAnotherConnection 1.0
</pre></p>
<p>restart steam, start a download, and you should notice a better download
rate.</p>
<p>for me it went from capping at 100mbps to now going 500+mbps like it
should.</p></br>
</div>
<a name='2024-02-23'></a>
<div class='note'>
<h4><a href='#2024-02-23'>February 23, 2024</a></h4>
I think that the rss feed should be fixed now.</br>
</div>
<a name='2024-02-17'></a>
<div class='note'>
<h4><a href='#2024-02-17'>February 17, 2024</a></h4>
<p>This is the first thing written by using a modified version of <a
href="https://k0.tel/">koutsie</a>'s <a
href="https://code.criminallycute.fi/siina/noter">noter</a> script.</p>
<p>So far I really like it, though there's a lot more to be done to it before I
am happy with how editable the html and things are. It's been a great
launching point for me and I appreciate the inspiration that it has given
me.</p>
<p>I just keep forgetting I have to add in paragraph tags and the like... too
used to hugo doing all the work for me. :')</p>
<p>Over the next few days I hope to get even more stuff done with it! I
already have ideas of writing a script that'll append stuff to this so I can
take small notes throughout the day. Something like
<pre>
$ noter "I think I did the thing today, yay!"
</pre>
appending
<pre>
&lt;p&gt;I think I did the thing today, yay!&lt;/p&gt;
</pre>
to the txt file and running make to update and publish the text. 🤔</p>
<p>(Helps to use pre instead of code tags)</p>
<p><b>19:01:12</b>: This is a test from the cli :D</p>
<p><b>19:02:09</b>: And another test. I wonder how brittle this little script is.</p>
<p><b>19:05:02</b>: I have now finished <code>noter</code> as a tiny little script :DDD</p>
<p><b>19:08:10</b>: I really don't remember waht I was going to do today and I think this became a sufficiently long procrastination session. Not only have I hacked up <code>noter</code> a bunch, but created this dumb little script to make it super simple to append to the day's note. There are many places it could be fixed up, but whatever. I could probably have had this launch <code>writer.sh</code> intead of just passing all of this text as an argument, but maybe I will keep that for another day. :')</p>
<p><b>19:14:50</b>: I have made it so that the script will add in the
timestamp and run <code>make</code> if there are no arguments passed to it.</p>
<p><b>19:16:16</b>: You can see the script <a
href="https://code.criminallycute.fi/siina/local-bin/src/branch/main/apsalar/noter">over
here</a>.</p>
<p><b>19:21:11</b>: Okay I think that's the last update for today</p></br>
</div>
</div>
</body>
</html>