Skip to main content

I'm a 30-something student affairs professional, technology enthusiast, and all-around geek. trdaisuke@trdaisuke.com

trdaisuke.moe

trdaisuke.com

blog.trdaisuke.com

twitter.com/trdaisuke

schoolido.lu/user/trdaisuke

mastodon.sdf.org/@trdaisuke

Still alive

2 min read

So it's been a few months' hiatus since I've posted, let's take stock of what's been going on:

I am another year older and another year closer to no longer being able to call myself 30-something.

Work got really busy with a big event in September and then the sudden departure of the head of our office so work has been a bigger lift than usual. Many days coming home and taking a nap right after work.

FFXIV raid is progressing, we've cleared P5S-P7S and phase 1 of P8S, working on High Concept prog.

Work on my gaming backlog is progressing, although there's new urgency to play anything I want to play from years of Stadia Pro due to the planned January shutdown.

I got a 4K gaming monitor and something seems to be throttling since my already poorly-ventilated case now has more heat to try to get rid of.

I didn't get the job that I wanted but ultimately I don't think it would have been a good fit after my second round interview.

To-Do:

Might try to recase gaming PC over the holidays.

Start posting on Gopher again.

Create a better solution for crossposting Gopher to WWW since Known is still being fussy and refusing to post certain gopher posts for no readily apparent reason.

Upgrade home server to Ubuntu 22.04 or rebuild it on another base (been liking Fedora for desktop lately)

Purge things that are no longer needed from the apartment, it's getting out of control.

Various boring work things.

Consider applying to jobs outside higher ed, since the higher ed landscape seems to be continuing its spiral down the drain.

Shimamura Uzuki doing her best while the world burns around her

2022-07-11: Celebrating a busy and productive weekend

1 min read

I created a  hole at gopher://gopher.club:70/1/users/trdaisuke/

I'll be crossposting my posts here going forward.

This post originally hit the smolweb on 11 July 22 at gopher://sdf.org:70/0/users/trdaisuke/2022-07-11.txt

I've been posting about one post a day from my gopher log, but now that I'm getting close to caught up, I think I'm going to make an intentional decision to stay about a week behind on my gopher posts. This is a manual process, however, so don't be suprised if I start falling behind. Check out the actual gopher phlog if you want everything up-to-date!

.... well, as it turns out, Known doesn't seem to want to post this for some reason. (Too long? Too long for a preformatted block? Some other reason?) So you can read it here instead: http://trdaisuke.sdf.org/2022-07-11.txt

2022-06-25: Preferred UNIX desktop environments

There was a good thread on bboard the other day about preferred desktop environments, so I thought I'd cross-post and expand on my thoughts here.

3 min read

I created a  hole at gopher://gopher.club:70/1/users/trdaisuke/

I'll be crossposting my posts here going forward.

This post originally hit the smolweb on 25 June 22 at gopher://sdf.org:70/0/users/trdaisuke/2022-06-25.txt

There was a good thread on bboard (in the UNIX board) this week about favorite
Desktop Environments on Unix-flavored machines, and I thought I'd cross-post
and expand on my thoughts here.

My primary computer is currently running GNOME with some customizations. I know
everyone likes to hate on GNOME, but I actually find it pretty good now. At least,
up to date GNOME. I feel like a lot of the frustrations with GNOME on, say, Ubuntu
is due to the outdated packages. I've migrated most of my Linux desktop usage to
Fedora and find that I rarely have the errors and bugs that I constantly had on
Ubuntu.

Besides, I'm trying out Silverblue (and really enjoying it honestly), and GNOME
is kind of required for Silverblue. (I know Kinoite exists now, but I haven't
had great experiences with KDE, so I thought I'd start with the normal Silverblue.)

I had kind of an interesting start with DEs- my first Linux distro was Ubuntu
Natty Narwhal. Unity was new and raw and bleeding and terrible. (So almost
everything has seemed great to me after living with Unity for years lmao.)

After a few years on vanilla Ubuntu, I migrated to Lubuntu due to the age of my
laptop at the time. I ended up getting pretty involved with the Lubuntu
distribution as a result. This was all pre-LxQt (which is abominable in my raw
opinion). But because of my involvement with the distro I've always had a soft
spot for LXDE and still use it on occasion.

Since then, I've bounced around a few things and eventually found the best fit
for me with GNOME, or at least, GNOME with some personalization, and fresh and
updated as possible as long as the hardware can handle it.

I do have one laptop that definitely can't handle it. It's currently on MATE
but I don't know that I'm really a fan of MATE. I don't use that laptop for
serious productivity (it's too small for most things - I mostly carry it because
it's so small but can still fire up a nice shell to home when I'm travelling.)

I also have played with XFCE and may want to give it a shot for real at some
point.

The thread on bboard did make me want to try some of the lighter-power
desktop managers that were mentioned in the thread. I've seen cool demos of
dwm, and I've known other people who swore by i3. I don't know much about
fluxbox, which was mentioned by several people - so maybe I will also add
that to my list to check out when I can.

But for now, I think I'm sticking with GNOME at least on this main computer
while I give Silverblue a good spin.

Unexpected Image Behavior in Known Content-Type "Post"

1 min read

This image has not been edited from the default upload options in post editor:

It's too wide for the container, but the container will squish it. It should look distorted even on a large sized screen, and will be hard to recognize on a mobile screen.

Code if needed (the code tag in Known's Rich Text Editor doesn't seem to be cooperating for me at the moment): https://gist.github.com/drkokandy/a1a421fd6c8e3aebcf18

Illya runs

 

The image again, with img-responsive and no size info:

This image is properly responsive. This adapts to the size of the container it is within on both mobile and desktop screens. It's powered by predefined bootstrap style "img-responsive".

Code, if needed: https://gist.github.com/drkokandy/b6185b7af90e535c2eb1

Illya runs

 

Here's the image again, with img-responsive but no change to default width and height:

It doesn't seem to matter if width and height are defined. This adapts to the size of the container it is within on both mobile and desktop screens.

Code, if needed: https://gist.github.com/drkokandy/eaa0ad6091f3d45d19b5

Illya runs