2024-02-17 17:33:32 +02:00
<!DOCTYPE html>
< html >
< head >
< meta charset = 'utf-8' >
2024-04-14 19:39:03 +03:00
< title > 4 notes | siina.monster notes< / title >
< meta property = 'og:title' content = 'siina.monster notes' / >
< meta property = 'og:description' content = 'siina' s random notes ' / >
2024-02-17 17:33:32 +02:00
< 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' / >
2024-04-14 19:41:01 +03:00
< meta name = 'last-generated' content = '2024-04-14 19:41:01' / >
2024-02-17 17:33:32 +02:00
< style >
2024-04-14 19:39:03 +03:00
/* font by https://www.1001fonts.com/users/junkohanhero/ */
@font-face { font-family: header; src: url(scratch_x_black.ttf); }
body {
background-color: #0f0f0f;
color: #fff;
font-family: 'Arial Rounded MT', sans-serif;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
margin: 0;
/* font legibility optimizations */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
.container {
max-width: 800px;
padding: 20px;
border-radius: 15px;
}
.note {
background-color: #181717;
padding: 10px;
margin-bottom: 20px;
border-radius: 10px;
}
h1 {
text-align: center;
font-family: "header", sans-serif;
}
h3 {
color: #fff;
}
img {
border-radius: 5px;
}
note {
color: #fff;
white-space: pre-wrap;
}
code {
color: #00ff62b5;
font-family: "Lucida Console", "Courier New", monospace;
white-space: pre-wrap;
}
.back-to-top {
text-align: right;
margin-top: 20px;
}
.last-updated {
text-align: right;
margin-bottom: 20px;
color: #888;
font-size: 13px;
}
a:link, a:visited, a:hover, a:active {
color: #ff7b00;
font-style: normal;
text-decoration: underline;
}
/* le tableee */
table {
width: 100%;
border-collapse: collapse;
border: 1px solid #fff;
border-radius: 8px;
overflow: hidden;
color: #fff;
}
th, td {
padding: 10px 15px;
border: 1px solid #fff;
border-radius: 8px;
}
th {
background: #1f1f1f;
text-align: left;
font-weight: bold;
}
td {
background: #0b0b0b;
}
2024-02-17 17:33:32 +02:00
< / style >
< / head >
< body >
< div class = 'container' >
2024-04-14 19:39:03 +03:00
< h1 > siina.monster notes< / h1 > < br >
< center > < a rel = 'me' href = 'https://social.criminallycute.fi/@siina' > fedi< / a > | < a href = feed.xml > rss< / a > < / center >
2024-02-17 17:33:32 +02:00
< center > < div class = 'top-bar' > < a href = '#2024-02-17' > 2024< / a > < / div > < / center > < br >
2024-04-14 19:36:10 +03:00
< a name = '2024-04-14' > < / a >
< div class = 'note' >
< h4 > < a href = '#2024-04-14' > April 14, 2024< / a > < / h4 >
2024-04-14 19:41:01 +03:00
This is mostly a test post.
< p > < b > 19:40:11< / b > : This is a second test< / p > < / br >
2024-04-14 19:36:10 +03:00
< / div >
2024-02-28 09:08:05 +02:00
< a name = '2024-02-28' > < / a >
< div class = 'note' >
2024-04-14 19:36:10 +03:00
< h4 > < a href = '#2024-02-28' > February 28, 2024< / a > < / h4 >
2024-02-28 09:30:38 +02:00
< p > To get faster steam downloads in linux:< br >
< br >
2024-02-28 09:08:05 +02:00
create < code > ~/.steam/steam/steam_dev.cfg< / code > and add:
< pre >
@nClientDownloadEnableHTTP2PlatformLinux 0
@fDownloadRateImprovementToAddAnotherConnection 1.0
2024-02-28 09:30:38 +02:00
< / pre > < / p >
2024-02-28 09:08:05 +02:00
2024-02-28 09:30:38 +02:00
< p > restart steam, start a download, and you should notice a better download
rate.< / p >
2024-02-28 09:08:05 +02:00
2024-02-28 09:30:38 +02:00
< p > for me it went from capping at 100mbps to now going 500+mbps like it
2024-03-03 15:25:55 +02:00
should.< / p > < / br >
2024-02-28 09:08:05 +02:00
< / div >
2024-02-23 09:12:50 +02:00
< a name = '2024-02-23' > < / a >
< div class = 'note' >
2024-04-14 19:36:10 +03:00
< h4 > < a href = '#2024-02-23' > February 23, 2024< / a > < / h4 >
2024-02-23 09:15:35 +02:00
I think that the rss feed should be fixed now.< / br >
2024-02-23 09:12:50 +02:00
< / div >
2024-02-17 17:33:32 +02:00
< a name = '2024-02-17' > < / a >
< div class = 'note' >
2024-04-14 19:36:10 +03:00
< h4 > < a href = '#2024-02-17' > February 17, 2024< / a > < / h4 >
2024-02-17 18:02:19 +02:00
< p > This is the first thing written by using a modified version of < a
2024-02-17 17:33:32 +02:00
href="https://k0.tel/">koutsie< / a > 's < a
2024-02-17 18:02:19 +02:00
href="https://code.criminallycute.fi/siina/noter">noter< / a > script.< / p >
2024-02-17 18:01:28 +02:00
2024-02-17 18:02:19 +02:00
< p > So far I really like it, though there's a lot more to be done to it before I
2024-02-17 18:01:28 +02:00
am happy with how editable the html and things are. It's been a great
2024-02-17 18:02:19 +02:00
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
2024-02-17 18:23:14 +02:00
used to hugo doing all the work for me. :')< / p >
2024-02-17 18:31:54 +02:00
< 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
2024-02-17 18:32:35 +02:00
take small notes throughout the day. Something like
2024-02-17 18:41:27 +02:00
< pre >
2024-02-17 18:31:54 +02:00
$ noter "I think I did the thing today, yay!"
2024-02-17 18:41:27 +02:00
< / pre >
2024-02-17 18:31:54 +02:00
appending
2024-02-17 18:41:27 +02:00
< pre >
2024-02-17 18:33:58 +02:00
< p> I think I did the thing today, yay!< /p>
2024-02-17 18:41:27 +02:00
< / pre >
to the txt file and running make to update and publish the text. 🤔< / p >
2024-02-17 18:52:37 +02:00
< p > (Helps to use pre instead of code tags)< / p >
2024-02-17 19:05:02 +02:00
< p > < b > 19:01:12< / b > : This is a test from the cli :D< / p >
2024-02-17 19:02:09 +02:00
2024-02-17 19:05:02 +02:00
< p > < b > 19:02:09< / b > : And another test. I wonder how brittle this little script is.< / p >
2024-02-17 19:08:10 +02:00
< p > < b > 19:05:02< / b > : I have now finished < code > noter< / code > as a tiny little script :DDD< / p >
2024-02-17 19:15:38 +02:00
< 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
2024-02-17 19:15:40 +02:00
timestamp and run < code > make< / code > if there are no arguments passed to it.< / p >
2024-02-17 19:17:03 +02:00
< 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
2024-02-17 19:17:05 +02:00
here< / a > .< / p >
2024-02-17 19:21:11 +02:00
< p > < b > 19:21:11< / b > : Okay I think that's the last update for today< / p > < / br >
2024-02-17 17:33:32 +02:00
< / div >
2024-04-14 19:39:03 +03:00
< div class = 'generated-with' > generated with < a href = 'https://code.criminallycute.fi/siina/noter' > noter< / a > < / div >
< div class = 'back-to-top' > < a href = '#' > Back to Top< / a > < / div >
2024-04-14 19:41:01 +03:00
< div class = 'last-updated' > last Updated: 2024-04-14 19:41:01< / div >
2024-02-17 17:33:32 +02:00
< / div >
< / body >
< / html >