pogmomme/index.html

64 lines
3.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Penelope Gwen</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/style/css/style-large.css">
<link rel="stylesheet" type="text/css" href="/style/css/toots.css">
<link rel="stylesheet" type="text/css" href="/style/css/lastfm-nowplaying.css">
<script src="/style/js/lastfm-nowplaying.js"></script>
</head>
<body>
<h1 class="title">Penelope Gwen</h1>
<h2 class="title">Software development & Sociology</h2>
<hr>
<div class="pagelayout">
<div class="pinkborder sidebar">
<div>
<img class="sidebar-image" src="/assets/img/rattos/test.webp"></img>
<p class="sidebar-caption">Please enjoy a picture of my sons :)</p>
</div>
<div id="nowplaying-placeholder"></div>
<hr>
<a class="mastodon-feed" href="https://masto.pogmom.me/@pogmommy" data-toot-limit="3" data-exclude-reblogs="true"><p class="sidebar-caption">Enable javascript to load mastodon posts</p></a>
</div>
<script type="module" src="https://esm.sh/emfed@1"></script>
<div class="pagecontent">
<h2>About</h2>
<div class="bubble">
<p>I'm Penelope/pogmommy (it/its/she/her), a queer rat mom with a background in sociology, software development, and archivism.</p>
<p></p>
</div>
<h2>Projects</h2>
<div class="bubble">
<h2>Pogmom Suite</h2>
<p>In an effort to combat the predatory data collection, hostile platform siezure, and <a href="https://media.defcon.org/DEF%20CON%2031/DEF%20CON%2031%20video%20and%20slides/An%20Audacious%20Plan%20to%20Halt%20the%20Internet%27s%20Enshittification%20-%20Cory%20Doctorow.mp4">enshittification</a> of the centralized internet experienced by myself and those close to me, I host a collection of online services dubbed the 'Pogmom Suite'.</p>
<p>These services utilize federated social networking standards and rely on free and open source software as exclusively as possible.</p>
<p>While security and practicality require that registration not be open to the general public, I am more than happy to offer advice and guidance to those interested in pursuing similar projects.</p>
</div>
<div class="bubble">
<h2>MusicBrainz Artist Monitoring</h2>
<p>I do my best to honor the importance of the art and artists in my life by documenting their work on MusicBrainz, an open music encyclopedia.</p>
<p>To see the statuses of my actively-monitored artists, please see the public spreadsheet <a href="https://cloud.pogmom.me/s/b8CSpAPNs8GwtWn">here</a>.</p>
<p>If you would like me to consider taking on an artist to maintain on MusicBrainz, please fill out the form <a href="#">here</a>.</p>
</div>
<div class="bubble">
<h2>Software</h2>
<p></p>
<p>Most of my software can be found at my <a href="https://git.pogmom.me/pogmommy/">Gitea</a>, or at its mirror on my <a href="https://github.com/pogmommy/">Github</a>.</p>
<p>I also package software for the Debian operating system, which I host on my <a href="https://apt.pogmom.me">apt repository</a>.</p>
</div>
<div class="bubble">
<h2>Archives, Feudalism, and Digital Literacy</h2>
<p>My undergraduate thesis synthesized my sociological studies with my aptitude for technology. Inspired by my work with my mentor, I spend the final year of my studies articulating the failure our our academic and employment infrastucture to foster digital literacy in the public.</p>
<p>While I consider my work on the topic far from finished, the version published here represents the spirit of my work and captures the motivation behind much of my other work.</p>
</div>
</div>
</div>
<hr>
<div id="footer"><p>Enable javascript to view footer</p></div>
<script src="/style/js/views.js"></script>
</body>
</html>