mirror of
https://github.com/wezm/wezm.net.git
synced 2024-12-18 10:19:54 +00:00
Compare commits
2 commits
c0f7db636f
...
9d297ee665
Author | SHA1 | Date | |
---|---|---|---|
9d297ee665 | |||
8026f381ae |
2 changed files with 16 additions and 16 deletions
|
@ -2,25 +2,28 @@
|
||||||
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, WA") }}
|
{{ 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") }}
|
||||||
|
|
||||||
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 desktop operating system of choice, with the [Awesome] window
|
[Arch Linux] is my primary desktop operating system, with the [Awesome] window
|
||||||
manager. The [server hosting this website][my server] runs [Alpine Linux]. You
|
manager. However, I have migrated to [Chimera Linux] on my laptop and plan to
|
||||||
can read more about my OS adventures on [bitcannon.net].
|
eventually do the same on my desktop. The [server hosting this website][my
|
||||||
|
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 of
|
I prefer typing on mechanical keyboards. I have a small collection in a range
|
||||||
sizes. All are fully programmable. My current favourite is a Filco Majestouch
|
of sizes. Almost all are fully programmable. My current favourite is a [WK870] with
|
||||||
Ninja 2, which has had the factory controller replaced with a programmable one.
|
Gateron G Pro 2.0 brown switches, which has had the factory controller replaced
|
||||||
|
with a programmable one.
|
||||||
|
|
||||||
[Rust] is my favourite programming language. I am fairly active in the Rust
|
[Rust] is my preferred programming language. I am fairly active in the Rust
|
||||||
community and curate [Read Rust], a website that collects interesting posts
|
community and used to curate [Read Rust], a website that collects interesting
|
||||||
from the Rust community.
|
posts 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.
|
||||||
|
|
||||||
|
@ -28,14 +31,11 @@ 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/
|
||||||
[Mercury]: http://www.mercurylang.org/
|
[Chimera Linux]: https://chimera-linux.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/
|
||||||
[Void Linux]: https://voidlinux.org/
|
[WK870]: https://www.keebmonkey.com/en-au/products/wk870
|
||||||
[YesLogic]: https://yeslogic.com/
|
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
|
|
|
@ -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/syusers.d
|
- /usr/lib/sysusers.d
|
||||||
- /usr/lib/tmpfiles.d
|
- /usr/lib/tmpfiles.d
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue