Compare commits

..

No commits in common. "9d297ee665995df8388fa2e5bd1778e155b881fe" and "c0f7db636f539edefea31266f2361a5357e82433" have entirely different histories.

2 changed files with 16 additions and 16 deletions

View file

@ -2,28 +2,25 @@
title = "About" title = "About"
+++ +++
{{ resize_image(image="../static/images/Photo of Wesley Moore.jpg", width=1600, quality=60, alt="Photo of me against a Boab tree in Broome, Western Australia") }} {{ resize_image(image="../static/images/Photo of Wesley Moore.jpg", width=1600, quality=60, alt="Photo of me against a Boab tree in Broome, WA") }}
I'm a software developer originally from Melbourne, Australia. I now live on I'm a software developer originally from Melbourne, Australia. I now live on
the Sunshine Coast in Queensland. I like open-source software and warm weather. the Sunshine Coast in Queensland. I like open-source software and warm weather.
I enjoy tinkering with computers, ranging from small microcontrollers up to I enjoy tinkering with computers, ranging from small microcontrollers up to
large servers and the operating systems that run upon them. large servers and the operating systems that run upon them.
[Arch Linux] is my primary desktop operating system, with the [Awesome] window [Arch Linux] is my desktop operating system of choice, with the [Awesome] window
manager. However, I have migrated to [Chimera Linux] on my laptop and plan to manager. The [server hosting this website][my server] runs [Alpine Linux]. You
eventually do the same on my desktop. The [server hosting this website][my can read more about my OS adventures on [bitcannon.net].
server] runs [Alpine Linux]. You can read more about my OS adventures on
[bitcannon.net].
[{{ float_image(image="../static/images/keyboards.jpg", float="right", width=128, alt="Photo of my keyboards") }}](../images/keyboards.jpg) [{{ float_image(image="../static/images/keyboards.jpg", float="right", width=128, alt="Photo of my keyboards") }}](../images/keyboards.jpg)
I prefer typing on mechanical keyboards. I have a small collection in a range I prefer typing on mechanical keyboards. I have a small collection in a range of
of sizes. Almost all are fully programmable. My current favourite is a [WK870] with sizes. All are fully programmable. My current favourite is a Filco Majestouch
Gateron G Pro 2.0 brown switches, which has had the factory controller replaced Ninja 2, which has had the factory controller replaced with a programmable one.
with a programmable one.
[Rust] is my preferred programming language. I am fairly active in the Rust [Rust] is my favourite programming language. I am fairly active in the Rust
community and used to curate [Read Rust], a website that collects interesting community and curate [Read Rust], a website that collects interesting posts
posts from the Rust community. from the Rust community.
I am fine with either he/him or they/them pronouns. I am fine with either he/him or they/them pronouns.
@ -31,11 +28,14 @@ I am fine with either he/him or they/them pronouns.
[Arch Linux]: https://www.archlinux.org/ [Arch Linux]: https://www.archlinux.org/
[Awesome]: https://awesomewm.org/ [Awesome]: https://awesomewm.org/
[bitcannon.net]: https://bitcannon.net/ [bitcannon.net]: https://bitcannon.net/
[Chimera Linux]: https://chimera-linux.org/ [Mercury]: http://www.mercurylang.org/
[my desktop]: https://bitcannon.net/page/ryzen9-pc/
[my laptop]: https://bitcannon.net/post/huawei-matebook-x-pro-void-linux/
[my server]: https://www.wezm.net/technical/2019/02/alpine-linux-docker-infrastructure/ [my server]: https://www.wezm.net/technical/2019/02/alpine-linux-docker-infrastructure/
[Read Rust]: https://readrust.net/ [Read Rust]: https://readrust.net/
[Rust]: https://www.rust-lang.org/ [Rust]: https://www.rust-lang.org/
[WK870]: https://www.keebmonkey.com/en-au/products/wk870 [Void Linux]: https://voidlinux.org/
[YesLogic]: https://yeslogic.com/
## Contact ## Contact

View file

@ -465,7 +465,7 @@ scripts:
/usr/bin/systemd-tmpfiles $TMPFILES_ARGS || : /usr/bin/systemd-tmpfiles $TMPFILES_ARGS || :
triggers: # 2 items triggers: # 2 items
- /usr/lib/sysusers.d - /usr/lib/syusers.d
- /usr/lib/tmpfiles.d - /usr/lib/tmpfiles.d
``` ```