moved intro text to its own page
This commit is contained in:
parent
6dc2a3eabb
commit
ac75cd10b9
3 changed files with 81 additions and 61 deletions
67
_content/about.html
Normal file
67
_content/about.html
Normal file
|
@ -0,0 +1,67 @@
|
|||
---
|
||||
title: About
|
||||
---
|
||||
{% include h.html level=2 content="What I do" %}
|
||||
<p>
|
||||
I'm Lynne. My interests include creating free software, playing story-driven games, photography, and writing.
|
||||
</p>
|
||||
<p>
|
||||
Most of what I do with computers is about helping people, whether that's through writing simple scripts to automate
|
||||
things or writing software to make things more accessible.
|
||||
</p>
|
||||
<p>
|
||||
I got into computers from a young age, and would spend more time playing around with the control panel on my parent's
|
||||
Windows 2000 machine than actually playing games on it. I played a lot of LittleBigPlanet, trying to make complex
|
||||
contraptions and logic machines to accomplish tasks within the game.
|
||||
</p>
|
||||
<p>
|
||||
While making games and tools was (and is) enjoyable to me, what I want to do most is create software that helps
|
||||
people - I find it by far my greatest motivator.
|
||||
</p>
|
||||
<p>
|
||||
I don't really consider myself a <em>hardcore gamer</em>, but I do enjoy video games - usually those with a focus on
|
||||
creativity or story. I've tried to make a few games before, but never completed any outside of short little minigames
|
||||
and TI-84 calculator toys. I'd like to make a few small games of my own, and I'm really interested in one day making
|
||||
mods for existing games to make them more accessible - lowering difficulty, removing epilepsy-triggering sequences,
|
||||
removing potentially phobia-inducing elements, etc. {% comment %} FOOTNOTE - why do so many games have spiders!!!! {% endcomment %}
|
||||
</p>
|
||||
{% include h.html level=3 content="Some things I've made" %}
|
||||
<p>
|
||||
I've made a lot of software to help my wife Petra, but much of it is too specific to her needs to be useful on a
|
||||
greater scale, with perhaps a few exceptions, such as
|
||||
<a href="https://git.bune.city/lynnesbian/buypeeb-cs">Buypeeb</a>, a simple program for tracking prices on Buyee
|
||||
auctions.
|
||||
</p>
|
||||
<p>
|
||||
I've also written some more widely applicable software, such as
|
||||
<a href="https://github.com/Lynnesbian/OCRbot">OCRbot</a>, a tool for automatically transcribing the text content of
|
||||
image posts on the Fediverse, and <a href="https://git.bune.city/lynnesbian/bcao">bcao</a>, a small script for
|
||||
organising music from the .zip files provided by Bandcamp into the user's music directory.
|
||||
</p>
|
||||
{% include h.html level=2 content="What I use" %}
|
||||
<p>
|
||||
All my computers and laptops run Linux, perhaps unsurprisingly. I mainly stick to
|
||||
<a href="https://archlinux.org">Arch</a> and <a href="https://debian.org">Debian</a>. Every Android phone I've ever
|
||||
owned (with the exception of <a href="https://www.gsmarena.com/huawei_u8150_ideos-3513.php">my very first</a>) ended
|
||||
up running <a href="https://en.wikipedia.org/wiki/CyanogenMod">Cyanogenmod</a> or
|
||||
<a href="https://lineageos.org/">LineageOS</a> at some point, usually soon after purchase. This includes my current
|
||||
phone.
|
||||
</p>
|
||||
<p>
|
||||
I avoid proprietary and/or closed software wherever I can without hugely inconveniencing myself. The vast majority of
|
||||
the software on my computer(s) is free and open source. I am strongly opposed to almost all forms of
|
||||
<a href="https://en.wikipedia.org/wiki/Digital_rights_management">DRM</a>, and either avoid buying media with it, or
|
||||
remove it after purchase. For example, I buy all of my music from <a href="https://bandcamp.com/">Bandcamp</a> and
|
||||
download the <a href="https://en.wikipedia.org/wiki/Ogg_Vorbis">OGG</a> version of the albums. I do this for both
|
||||
ideological/philosophical and practical reasons.
|
||||
</p>
|
||||
<p>
|
||||
I used to use social media (the <a href="https://en.wikipedia.org/wiki/Fediverse">Fediverse</a>, specifically) a fair
|
||||
amount, but I've since moved away from all forms of social media besides reddit (where I never post).
|
||||
</p>
|
||||
<p>
|
||||
Most of my programming is done in <a href="https://python.org">Python</a>. I'm also somewhat familiar with
|
||||
<a href="https://docs.microsoft.com/dotnet/csharp">C#</a> and
|
||||
<a href="https://wikipedia.org/wiki/JavaScript">JavaScript</a>, and I'm (slowly) learning
|
||||
<a href="https://rust-lang.org/">Rust</a>.
|
||||
</p>
|
|
@ -1,73 +1,26 @@
|
|||
---
|
||||
title: Home
|
||||
custom_heading: true
|
||||
---
|
||||
<picture id="bune">
|
||||
<source type="image/webp" srcset="/assets/img/bune.webp">
|
||||
<img id="bune" src="/assets/img/bune.png" alt="A drawing of a rabbit with brown-tipped ears sniffing the air excitedly!" title="" style="">
|
||||
</picture>
|
||||
|
||||
{% include h.html level=1 content="Lynnesbian dot Space" %}
|
||||
|
||||
<p>
|
||||
Welcome to my website, where I write about and catalogue things that are interesting to me, and maybe even to you,
|
||||
too!
|
||||
</p>
|
||||
{% include h.html level=2 content="What I do" %}
|
||||
|
||||
{% include h.html level=2 content="Quick Links" %}
|
||||
<p>
|
||||
I'm Lynne. My interests include creating free software, playing story-driven games, photography, and writing.
|
||||
My <a href="https://keybase.io/lynnesbian/pgp_keys.asc">public PGP key</a> is available on Keybase. I've proven
|
||||
ownership of the lynnesbian Keybase account via
|
||||
<a href="https://keybase.io/lynnesbian/sigchain#ad0cb53b48a917df3c369f64150672fc86be8bd946850269b81d25fd068626d30f">DNS</a>.
|
||||
</p>
|
||||
<p>
|
||||
Most of what I do with computers is about helping people, whether that's through writing simple scripts to automate
|
||||
things or writing software to make things more accessible.
|
||||
</p>
|
||||
<p>
|
||||
I got into computers from a young age, and would spend more time playing around with the control panel on my parent's
|
||||
Windows 2000 machine than actually playing games on it. I played a lot of LittleBigPlanet, trying to make complex
|
||||
contraptions and logic machines to accomplish tasks within the game.
|
||||
</p>
|
||||
<p>
|
||||
While making games and tools was (and is) enjoyable to me, what I want to do most is create software that helps
|
||||
people - I find it by far my greatest motivator.
|
||||
</p>
|
||||
<p>
|
||||
I don't really consider myself a <em>hardcore gamer</em>, but I do enjoy video games - usually those with a focus on
|
||||
creativity or story. I've tried to make a few games before, but never completed any outside of short little minigames
|
||||
and TI-84 calculator toys. I'd like to make a few small games of my own, and I'm really interested in one day making
|
||||
mods for existing games to make them more accessible - lowering difficulty, removing epilepsy-triggering sequences,
|
||||
removing potentially phobia-inducing elements, etc. {% comment %} FOOTNOTE - why do so many games have spiders!!!! {% endcomment %}
|
||||
</p>
|
||||
{% include h.html level=3 content="Some things I've made" %}
|
||||
<p>
|
||||
I've made a lot of software to help my wife Petra, but much of it is too specific to her needs to be useful on a
|
||||
greater scale, with perhaps a few exceptions, such as
|
||||
<a href="https://git.bune.city/lynnesbian/buypeeb-cs">Buypeeb</a>, a simple program for tracking prices on Buyee
|
||||
auctions.
|
||||
</p>
|
||||
<p>
|
||||
I've also written some more widely applicable software, such as
|
||||
<a href="https://github.com/Lynnesbian/OCRbot">OCRbot</a>, a tool for automatically transcribing the text content of
|
||||
image posts on the Fediverse, and <a href="https://git.bune.city/lynnesbian/bcao">bcao</a>, a small script for
|
||||
organising music from the .zip files provided by Bandcamp into the user's music directory.
|
||||
</p>
|
||||
{% include h.html level=2 content="What I use" %}
|
||||
<p>
|
||||
All my computers and laptops run Linux, perhaps unsurprisingly. I mainly stick to
|
||||
<a href="https://archlinux.org">Arch</a> and <a href="https://debian.org">Debian</a>. Every Android phone I've ever
|
||||
owned (with the exception of <a href="https://www.gsmarena.com/huawei_u8150_ideos-3513.php">my very first</a>) ended
|
||||
up running <a href="https://en.wikipedia.org/wiki/CyanogenMod">Cyanogenmod</a> or
|
||||
<a href="https://lineageos.org/">LineageOS</a> at some point, usually soon after purchase. This includes my current
|
||||
phone.
|
||||
</p>
|
||||
<p>
|
||||
I avoid proprietary and/or closed software wherever I can without hugely inconveniencing myself. The vast majority of
|
||||
the software on my computer(s) is free and open source. I am strongly opposed to almost all forms of
|
||||
<a href="https://en.wikipedia.org/wiki/Digital_rights_management">DRM</a>, and either avoid buying media with it, or
|
||||
remove it after purchase. For example, I buy all of my music from <a href="https://bandcamp.com/">Bandcamp</a> and
|
||||
download the <a href="https://en.wikipedia.org/wiki/Ogg_Vorbis">OGG</a> version of the albums. I do this for both
|
||||
ideological/philosophical and practical reasons.
|
||||
</p>
|
||||
<p>
|
||||
I used to use social media (the <a href="https://en.wikipedia.org/wiki/Fediverse">Fediverse</a>, specifically) a fair
|
||||
amount, but I've since moved away from all forms of social media besides reddit (where I never post).
|
||||
</p>
|
||||
<p>
|
||||
Most of my programming is done in <a href="https://python.org">Python</a>. I'm also somewhat familiar with
|
||||
<a href="https://docs.microsoft.com/dotnet/csharp">C#</a> and
|
||||
<a href="https://wikipedia.org/wiki/JavaScript">JavaScript</a>, and I'm (slowly) learning
|
||||
<a href="https://rust-lang.org/">Rust</a>.
|
||||
I host a few small <a href="https://apt.bune.city">apt repository mirrors</a> on this server, along with
|
||||
<a href="https://git.bune.city">my Gitea instance</a>.
|
||||
</p>
|
BIN
assets/img/favicon.png
Normal file
BIN
assets/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in a new issue