Add talks page, update akademy blog post.

This commit is contained in:
Joshua Goins 2024-09-29 18:20:59 -04:00
parent 1ab262476a
commit 4c78cb660b
7 changed files with 35 additions and 16 deletions

View file

@ -69,15 +69,18 @@ menu:
- name: 'Software'
url: '/software'
weight: 4
- name: 'Talks'
url: '/talks'
weight: 5
- name: 'Games'
url: 'https://redstrate.itch.io/'
weight: 5
weight: 6
- name: 'Videos'
url: 'https://tube.ryne.moe/@redchannel'
weight: 6
weight: 7
- name: 'Shrines'
url: '/shrines'
weight: 7
weight: 8
- name: 'Links'
url: '/links'
weight: 9

View file

@ -4,13 +4,14 @@ title: "Home"
{{< insert-pic "pic-home.webp" "Drawing of a landscape bathed in sunlight. There's a small cottage in the middle of green hills." >}}
Welcome to my personal corner of the Internet! My username is **redstrate** and I'm a software engineer, KDE developer and artist. I like Linux, taking apart stuff, and wasting time working on my website. This place functions as my portfolio and dumping ground for the things I like to work on.
Welcome to my personal corner of the Internet! My username is **redstrate** and I'm a software engineer, KDE developer and artist. I like Linux, taking apart stuff, and also taking care of my website. This place functions as both my portfolio and dumping ground for the things I like to work on.
* Check out my [blog posts]({{< ref "blog" >}}) for Linux, KDE, and technical talks.
* Check out my [blog posts]({{< ref "blog" >}}) for Linux, KDE, and technical discussion.
* I also have given some [talks at conferences]({{< ref "talks" >}}).
* If you're into art, I have a gallery of [my drawings]({{< ref "art" >}})! I also do some [music]({{< ref "music" >}}), but not often.
* I have an exhaustive list of the [software I've made and maintained]({{< ref "software" >}}).
Please consider signing the [guestbook]({{< ref "guestbook" >}}). For cool websites and mutuals, check out the [outgoing links]({{< ref "links" >}})!
Please consider signing the [guestbook]({{< ref "guestbook" >}}) if you pass through here. For cool websites and mutuals, check out my [outgoing links]({{< ref "links" >}})!
# Recent Blog Posts

View file

@ -55,7 +55,9 @@ My talk [was about integrating C++, Qt, Rust (and KDE Frameworks.)](https://conf
![A picture of me hastily giving my presentation.](presentation.jpg)
The results of my talk I think were really cool! Within the KDE community, there seems to be some interest in picking up Rust. Lots of KDE developers were in varying stages of Rust interest. No one told me how stupid it was to glue the two together, so the general vibe I think is "it's pretty neat, let's see how well this works." Unfortunately due to technical issues my talk was not recorded properly. A colleague recorded my talk on his phone, and will hand that over to the Akademy organizers soon. So please be patient, but [the slides are available online](https://conf.kde.org/event/6/contributions/203/attachments/133/169/akademy-2024-qt-rust.pdf) while you wait.
The results of my talk I think were really cool! Within the KDE community, there seems to be some interest in picking up Rust. Lots of KDE developers were in varying stages of Rust interest. No one told me how stupid it was to glue the two together, so the general vibe I think is "it's pretty neat, let's see how well this works." ~~Unfortunately due to technical issues my talk was not recorded properly. A colleague recorded my talk on his phone, and will hand that over to the Akademy organizers soon.~~
The talk is now available on [PeerTube](https://tube.kockatoo.org/w/bdDAWwGXRyWmyVBn9mdbnP). [The slides are also available online](https://conf.kde.org/event/6/contributions/203/attachments/133/169/akademy-2024-qt-rust.pdf).
Oh yeah, and the KDE goal I'm championing ["We care about your Input"](https://phabricator.kde.org/T17433) was selected! I'm pretty excited to keep hacking away on graphics tablets in KDE Plasma. Thanks to [NLnet](https://nlnet.nl/) for sponsoring us to work on that, along with Wayland accessibility improvements.

View file

@ -2,7 +2,7 @@
title: "Contact"
---
The easiest and fastest way you can contact me is e-mail via josh@redstrate.com.
The easiest and fastest way to contact me for personal matters is e-mail me via josh@redstrate.com.
Other services that support direct messaging:
* [Mastodon](https://mastodon.art/@redstrate) as `@redstrate@mastodon.art`
@ -10,4 +10,4 @@ Other services that support direct messaging:
## Privacy
I run my own e-mail server, but I don't sign my e-mails (yet). If you require encryption from both sides, Matrix is another option since it supports end-to-end encryption.
I run my own e-mail server, but I don't sign my e-mails with my GPG key. If you require encryption from both sides, Matrix is the preferred option since it supports end-to-end encryption.

View file

@ -1,7 +0,0 @@
---
title: "RSS Feeds"
---
* Blog Posts
* Artwork
* Mastodon Posts

View file

@ -0,0 +1,13 @@
---
title: "Auracite"
date: 2024-09-29
draft: false
layout: "redirect"
projtags:
- FFXIV
- Rust
source: https://github.com/redstrate/Auracite
license: AGPLv3
summary: "Export your FFXIV character in portable, generic formats."
target: https://xiv.zone/software/auracite
---

7
content/talks.md Normal file
View file

@ -0,0 +1,7 @@
---
title: "Talks"
---
Here is a list of the talks I've given so far:
* [C++, Rust and Qt: Easier than you think, Akademy 2024](https://conf.kde.org/event/6/contributions/203/) ([PeerTube](https://tube.kockatoo.org/w/bdDAWwGXRyWmyVBn9mdbnP), [Slides](https://conf.kde.org/event/6/contributions/203/attachments/133/169/akademy-2024-qt-rust.pdf))