From bf859ff38be464727c9540852ccccd1f0b2ca929 Mon Sep 17 00:00:00 2001 From: Bill Date: Thu, 6 May 2021 18:49:25 -0400 Subject: May posts edits --- .../gemlog/2021-05-05-getting-back-into-radio.gmi | 1 + gemini/gemlog/2021-05-05-re-spacing-in-gemdocs.gmi | 60 ++++++++++++++++++ gemini/gemlog/2021-05-06-preparing-to-move.gmi | 74 ++++++++++++++++++++++ gemini/gemlog/index.gmi | 2 + gemlog-staging/a-short-crypto-reply.gmi | 10 +++ 5 files changed, 147 insertions(+) create mode 100644 gemini/gemlog/2021-05-05-re-spacing-in-gemdocs.gmi create mode 100644 gemini/gemlog/2021-05-06-preparing-to-move.gmi create mode 100644 gemlog-staging/a-short-crypto-reply.gmi diff --git a/gemini/gemlog/2021-05-05-getting-back-into-radio.gmi b/gemini/gemlog/2021-05-05-getting-back-into-radio.gmi index 7029121..43990ed 100644 --- a/gemini/gemlog/2021-05-05-getting-back-into-radio.gmi +++ b/gemini/gemlog/2021-05-05-getting-back-into-radio.gmi @@ -7,6 +7,7 @@ Last week I wrote about "Will I Be Listening to metal when I'm 80" and was excit => gemini://gluonspace.com/gemlog/re_am_i_going_to_listen_to_metal_when_im_80.gmi gluon's reply => gemini://moddedbear.xyz/logs/2021-04-29-re-am-i-going-to-listen-to-metal-when-im-80.gmi moddedBear's reply => gemini://tilde.team/~benk/202104291528.gmi benk's reply +=> gemini://idiomdrottning.org/re-metal-for-old-peeps Sandra's (idiomdrottning) reply (and also the best URL for it) **Edited: I knew I forgot one I saw ## Radio diff --git a/gemini/gemlog/2021-05-05-re-spacing-in-gemdocs.gmi b/gemini/gemlog/2021-05-05-re-spacing-in-gemdocs.gmi new file mode 100644 index 0000000..8b3271d --- /dev/null +++ b/gemini/gemlog/2021-05-05-re-spacing-in-gemdocs.gmi @@ -0,0 +1,60 @@ +# re: Spacing in Gemdocs + +This is my reply to: +=> gemini://tilde.team/~benk/202105050237.gmi benk's Spacing in Gemdocs + +I have generally a lot of opinions when it comes to spacing, especially in markdown, which at my job is what all of our documentation is written in. Since gemtext is somewhat similar I carried over a lot of my spacing habits from that. + +## Spaces everywhere + +This isn't tabs vs spaces but - I like things to be well spaced. So that agrees with Ben's post of: + +```example.gmi + +# Header (has a space between the # and title) + +The text for a section has a line between the header and the paragraph. + +* List has a space between the * and the item +``` + +Everything should be well spaced. But sometimes those rules can be broken. For example within this document the link back to the original gemlog is not separated by a space from the line: +> This is my reply to: + +```example2.gmi + +# re: Spacing in Gemdocs + +This is my reply to: +=> gemini://tilde.team/~benk/202105050237.gmi benk's Spacing in Gemdocs + +I have generally a lot of opinions when it comes to spacing... +``` + +The reason for this is I omit the empty line between parts that are logically connected. Essentially what would normally be "inline" in markdown has no line spacing between. Similarly the quote above the second example is not separated by an extra line. + +## Why? + +In amfora, my primary reader - a lot of the document is rendered effectively, as-is. But even in more rich GUIs these spacings get represented. + +I generally save the file and open it up in a few readers before adding it to my index, or publishing it in my feed. If it doesn't look the way I intended I'll make edits until it looks correct, this may even mean breaking my "rules". + +This post jumped out to me because I've saved other peoples gemlogs, especially early on to check out how other people were styling. And I am quite the style hound when it comes to markdown pull-requests at work. Because Markdown, especially for Github, has such a loose syntax and various ways to do the same thing, I like to enforce some consistency. Not using tabbing in to represent a codeblock, but specifically using the triple ```. Things like that. + +## File naming + +File naming is something else that I take quite seriously. My file is always named -
with any special characters stripped out. However, where this gets tricky is - what happens when I want to make two posts for the same day? Do I add the hours to them? Since a lot of readers take date prefixed file names as "the post date" My posts trend towards the bottom of lists, and sometimes lexigraphical sorting makes posts that came after appear before. I generally don't mind unless time IS important (my cert migration post) where I let the modification time be the actual time for the post and used gluon's script to preserve the dates when I needed to make an edit. + +=> gemini://gluonspace.com/gemlog/edit_files_preserving_the_unix_timestamps.gmi gluon's Edit files preserving the Unix timestamps + +Note: There were some follow-ups in the IRC about a bug that I don't know if it was fixed in the post itself but are in my local copy of it: +=> https://git.senders.io/senders/gemini/tree/atom/tstool.sh [https] git.senders.io/senders/gemini/tree/atom/tstool.sh + +## Conclusion + +I can be nitpicky when it comes to syntax and spacing. What we need is an auto-formatter like go/rust so no debate can be had :) Should be a fun, simple project since there is very syntax in a gemtext file. + +# Links + +=> /gemlog/ Gemlog +=> / Home diff --git a/gemini/gemlog/2021-05-06-preparing-to-move.gmi b/gemini/gemlog/2021-05-06-preparing-to-move.gmi new file mode 100644 index 0000000..f39239d --- /dev/null +++ b/gemini/gemlog/2021-05-06-preparing-to-move.gmi @@ -0,0 +1,74 @@ +# Preparing to Move + +I made a post earlier last month about setting up a cloud server to run my gemini capsule from. Part of that uncovered that since I don't store my feeds in my gitpage that I can't easily replicate the server immediately. I am going to do the deployment today at somepoint. If you experience any weirdness with the server I apologize. I thankfully am not a capsule on Capcom this month so my traffic has been considerably less-than so I have no need to worry about any posts I may make during my move to be awkward or potentially slow. + +## Things I need to do + +First I need to ensure I can clone my entire capsule from git (at least the non-cert stuff). I am first going to validate this locally on my linux PC using the local development version of my gemini server. + +### Backups + +But beyond preparing to move my capsule I will also be transporting two computers and I should make sure all my important data is backed up. My server is a backup of a lot of my local PC stuff (so that has at least 2 copies) but it also is how I sync my password manager. I'll send that up to my offsite server to make sure there is a copy somewhere. + +### ssh-keys + +I need to make sure I also load the cloud server with my phones SSH key. I use termux on my phone, so I'll need to ensure I primarily get the key onto that so I can make sure I can access the server. + +I also need to load keys for my local server user, as well as my local PC - which is what I will be doing the deployment from anyway, so that is a given. + +### Sync my passwords one last time + +Before I push my password store around I need to ensure I do a cloud sync of the file one last time to make sure all my devices are up to date. Last thing I want to have happen is my phones password manager is slightly out of date and I'm missing an important account password. + +## Why I am doing my capsule deployment so early? + +I am about 4 days early. I could do this on Sunday, since I am moving monday. And I've already, actually done this once (and many times at work), so I am not exactly working this out for the first time the night before I turn off my server. But I mathed out the pricing, and paying maybe a dollar more for some security/peace of mind knowing my system is working is fine with me. + +## What won't be working while I am moving + +### git.senders.io + +I've actually linked to this a few times more than I was expecting here, that will be offline until I set back up my server. I could mirror it readonly on my cloud server, or figure out something else. But I don't really see the need. I really don't see my self even posting to my capsule while I'm in the move. Since I'll write up about the move afterwards. And that's really the most active page. + +### A bunch of stuff you all will never see + +I do have some other public facing services but those are for personal use that just need internet access. Those will be offline as well, and I mentioned in the previous post that they're all going to be a 503 page while I am offline. + +## I hate moving + +I think it is universally understood that moving is the worst. The act of literally moving, less so the change/going to a new environment - that can be exciting. But packing up all your belongs and losing a day of your life to just transitioning living situations is just the worst. + +I went to university in my home state a few hours away from home and lived on campus. Every semester I would pack up my entire life and move it home for winter break, then again for summer break. I honestly only own a "few things" (or at least I did when I was in uni). My PC, my warhammer models, my guitars, and some clothes. So if I am going to be off from school for a break - of course I am going to want to bring home those things! + +Now as an adult I just have MORE of those same things. My girlfriend wants us to "throw away anything we don't use/need". But honestly I did that when we moved into this place. I had some outdated electronics that I recycled, some old clothes that I gave away, and some other junk I had that never came out of its box. + +### Am I a hoarder or just prepared? + +I own a box that is filled with guitar pedals in their original boxes, and empty boxes for the pedals on my board. Should I just sell the ones I'm not using? + +I own a box of cables and spare parts for my computers? Do I need 3 6ft ethernet cables? Spare HDMIs? Extra drive cages for my PC case? A box of just power strips? To me YES. But I can see the argument that I am just hoarding things for the illusion of "preparedness". + +## Temporary living space + +I am actually moving in with my girlfriends parents for the time being while we look for a more permanent place to live. With the pandemic still going on, and my company moving to full remote, our options became slightly more clear in the more recent months, but we decided to make use of the spare space her parents had to allow a buffer. + +I currently can work from (mostly) where I want in the US without issue (mostly) but my girlfriend is still tied to our local city due to her job. So while we can move further way, there are still considerations to be made to ensure we can both easily get in and out of the city when we need to go in. + +### Homebuying? + +I would love to purchase a home, if we weren't tied to our high cost of living city, I would more easily be able to afford a home in my state/ the surrounding areas - but since we need to be able to get into the city easily that significantly increases the cost of houses to a price that is frankly absurd. + +I want to live in a place that I have some control over, and can make more sustainable and environmentally friendly. I would love to put my income towards something more meaningful than lining the pockets of a bullshit property owner who is just doing the bare minimum to meet the standards of their tenants/ the rules. + +### A quick aside: tiny living + +Something I really like the idea of a tiny home. Maximizing the space of your place, and reducing clutter. Often these places are using renewable energy, composting everything, and just generally built to be more green than your average home, and since you're desiging it you can take these considerations into mind. I just think I may actually have too many hobbies to be a tiny liver. We watched some videos of someone who was actually a music producer and DJ - they managed to BARELY squeeze their DJ setup into a tiny house. I have a spaceship of a pedal board, and three guitars. Also I am bad at making decisions and I think overall it wouldn't be the right move anyway. + +## Conclusion + +I rambled on a bit this morning writing this - but got busy so I didn't end up posting this till late in the evening my time. + +But as of posting it now the capsule is running on the cloud server! Let me know if anything is busted! + +=> /gemlog/ Gemlog +=> / Home diff --git a/gemini/gemlog/index.gmi b/gemini/gemlog/index.gmi index 4b42beb..a516de6 100644 --- a/gemini/gemlog/index.gmi +++ b/gemini/gemlog/index.gmi @@ -3,6 +3,8 @@ Welcome to my gemlog. I post whenever I do something I feel is worth writing about. I tend to write about music, development and sometimes some personal stuff. I try and make my titles clear to what the topic is. ## My posts +=> 2021-05-06-preparing-to-move.gmi 2021-05-06 - Preparing to Move +=> 2021-05-05-re-spacing-in-gemdocs.gmi 2021-05-05 - re: Spacing in Gemdocs => 2021-05-05-getting-back-into-radio.gmi 2021-05-05 - Getting Back Into Radio => 2021-04-29-am-i-going-to-listen-to-metal-when-im-80.gmi 2021-04-29 - Am I Going to Listen to Metal When I'm 80? => 2021-04-27-music-spotlight-awesome-eps.gmi 2021-04-27 - Music Spotlight: Awesome EPs diff --git a/gemlog-staging/a-short-crypto-reply.gmi b/gemlog-staging/a-short-crypto-reply.gmi new file mode 100644 index 0000000..d8f5af3 --- /dev/null +++ b/gemlog-staging/a-short-crypto-reply.gmi @@ -0,0 +1,10 @@ +# re: All the crypto talk + +I saw Drew's post about crypto, ew's reply, and ben talk about it on the latest (as of writing) gemcast. +=> gemini://drewdevault.com/2021/04/26/Cryptocurrency-is-a-disaster.gmi Drew's Cryptocurrency is an abject disaster +=> gemini://ew.srht.site/en/2021/20210502-re-cryptocurrency.gmi ew's Re: Cryptocurrency is an abject disaster +=> gemini://kwiecien.us/gemcast/20210430.gmi Ben's gemcast Episode 27 + +## The good the bad and the ugly + + -- cgit v1.2.3-54-g00ecf