convert Markdown post to Gempost

This commit is contained in:
github-actions[bot] 2024-09-09 01:55:52 +00:00
parent d4899ff53e
commit 914e881727
3 changed files with 86 additions and 15 deletions

View file

@ -0,0 +1,67 @@
*Here's what I've been up to since the last weekly status[1]...*
=> /this-week-2024-09-01 1: last weekly status
### Highlights
- Most of this work week was spent getting one of my major projects wrapped up, documented, and handed off to the team that will be responsible for it once I leave. It includes probably the largest program I've ever written and I'm really proud of the state in which I'm leaving it. It's so much better than it was when I inherited the project last year.
- Speaking of which, I'm down to five more working days in my current position before I start the new job next week. I still have a few smaller projects to transfer to someone else but I'm hoping it will be a fairly relaxing week as I wind things down. We'll see.
- I rode 29 miles on Saturday, by far my longest ride in the past year. This should be my last week of ramp-up training, and then I'll taper off a bit to be ready for the ~40 mile group ride on the 21st. I'm really looking forward to that one.
- I stumbled upon The StoryGraph[1] and have started using that to keep track of my reading[2]. It's much prettier and easier to use than Open Library[3] that I had previously been using for that purpose.
=> https://thestorygraph.com/ 1: The StoryGraph
=> https://app.thestorygraph.com/profile/voiceroyalslam 2: keep track of my reading
=> https://openlibrary.org/ 3: Open Library
### I learned...
- Some networks like to block outbound SSH traffic, which can make interacting with GitHub repos a little tricky. But this week I learned that GitHub also offers [SSH over the HTTPS port](https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port) which can help to get around such silly limitations.```
```
# test to see if it actually works
ssh -T -p 443 git@ssh.github.com
# if so, clone away
git clone ssh://git@ssh.github.com:443/USERNAME/REPO.git
```
```
### I wrote...
- I've been working on a detailed post about my recent robot-hacking adventures[1], trying to capture *every* step in one place. I even re-disassembled the robot this afternoon so I could accurately report which screws needed to be removed (just 40 of them) *and* document the process with photos. That Markdown file is about 400 lines now, and I've still yet to cover the process of integrating the newly-hacked robot with Home Assistant. I'm not sure when I'll finally wrap up that post but I hope it will be later this week.
=> https://social.lol/@jbowdre/112911333551545789 1: my recent robot-hacking adventures
### I consumed...
- We continued the Alien marathon that we started the previous week. This week included Alien³[1], Alien Resurrection[2], and Prometheus[3] (the one film in the franchise that I had seen before).
=> https://www.imdb.com/title/tt0103644/ 1: Alien³
=> https://www.imdb.com/title/tt0118583/ 2: Alien Resurrection
=> https://www.imdb.com/title/tt1446714/ 3: Prometheus
- We also watched Season 1 of Kaos[1], a modern day retelling of Greek mythology. This was a really fun watch. And Jeff Goldblum as Zeus was an absolute treat, and the soundtrack was quite solid. I'd love to see more of this.
- I started reading If This Book Exists, You're in the Wrong Universe[2] by Jason Pargin.
- Watching Season 2 of House of the Dragon[3]; I'm not ashamed to admit that I don't actually have any idea what's going on but my wife seems to be enjoying it.
- I can't get enough of the new Linkin Park track[4]. I'm so excited for the band to return, and I think Emily Armstrong's unique vocal style is a great addition.
=> https://www.imdb.com/title/tt8550732/ 1: Kaos
=> https://app.thestorygraph.com/books/ebe5fe68-4aad-4dd7-9df0-30b00405f6af 2: If This Book Exists, You're in the Wrong Universe
=> https://www.imdb.com/title/tt11198330/ 3: House of the Dragon
=> https://musicthread.app/link/2lgAV3kNOQ6pCUUTeuiPDFdwbSK 4: new Linkin Park track
### See also:
- Lou Plummer shared some insight on How to Be Yourself and Get Along Online[1]. I especially enjoyed his personal rules for interactions.
=> https://louplummer.lol/how-to-be-yourself-and-get-along-online/ 1: How to Be Yourself and Get Along Online
- Ian Carroll exposed how airport security could be bypassed with a trivial SQL injection[1]. That's, uh, kind of scary.
- Paul Otto experimented with using Matter to control a light with a Raspberry Pi[2], and provided a lot of great background information about how Matter works.
- Mathew Duggan told us Why Login Security Sucks[3], and why it's such a challenging problem to solve elegantly.
- R Scott Jones talked about the value of surrounding yourself with people who help you grow[4]. I love being around people who are smarter than me or otherwise challenge me.
- Irene Y. Zhang wrote on The Moral Implications of Being a Moderately Successful Computer Scientist and a Woman[5], and gave me (and other men in tech) a lot to think about.
=> https://ian.sh/tsa 1: airport security could be bypassed with a trivial SQL injection
=> https://medium.com/@potto_94870/turning-on-a-light-with-javascript-dedd8a8a4ab8 2: using Matter to control a light with a Raspberry Pi
=> https://matduggan.com/why-login-security-sucks/ 3: Why Login Security Sucks
=> https://rscottjones.com/being-the-smallest-house-on-the-block-in-your-friends-group/ 4: surrounding yourself with people who help you grow
=> https://www.sigops.org/2024/the-moral-implications-of-being-a-moderately-successful-computer-scientist-and-a-woman/ 5: The Moral Implications of Being a Moderately Successful Computer Scientist and a Woman
=> https://srsbsns.lol/this-week-2024-09-08/ 📡 Originally posted on srsbsns.lol

View file

@ -0,0 +1,4 @@
id: "urn:uuid:e2da9b33-8ade-4763-a2f4-59c21b7e476e"
title: "This Week (2024-09-08)"
published: "2024-09-09T01:51:13.243775Z"
updated: "2024-09-09T01:51:13.243775Z"

View file

@ -15,14 +15,14 @@ updated: "2024-09-09T01:51:13.243775Z"
### I learned...
- Some networks like to block outbound SSH traffic, which can make interacting with GitHub repos a little tricky. But this week I learned that GitHub also offers [SSH over the HTTPS port](https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port) which can help to get around such silly limitations.<div class="highlight">```
<span></span><span class="c1"># test to see if it actually works</span>
ssh<span class="w"> </span>-T<span class="w"> </span>-p<span class="w"> </span><span class="m">443</span><span class="w"> </span>git@ssh.github.com
<span class="c1"># if so, clone away</span>
git<span class="w"> </span>clone<span class="w"> </span>ssh://git@ssh.github.com:443/USERNAME/REPO.git
- Some networks like to block outbound SSH traffic, which can make interacting with GitHub repos a little tricky. But this week I learned that GitHub also offers [SSH over the HTTPS port](https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port) which can help to get around such silly limitations.```
# test to see if it actually works
ssh -T -p 443 git@ssh.github.com
# if so, clone away
git clone ssh://git@ssh.github.com:443/USERNAME/REPO.git
```
</div>
### I wrote...