# 👻 mediocregopher's lil web corner This here's my little corner of the web, where I publish posts about projects I'm working on and things that interest me (which you can follow, if you like). => {{ .RootURL.Posts }} Browse all posts {{ $getPostsRes := .GetPosts 0 1 -}} {{ if gt (len $getPostsRes.Posts) 0 -}} {{ $post := index $getPostsRes.Posts 0 -}} => {{ .RootURL.Post $post.ID }} (Latest post: {{ $post.Title }}) {{ end -}} => {{ .RootURL.Path "feed.xml" }} RSS feed Below you'll find other information and links related to me. ## Social Feel free to hmu over email or Signal if you'd like to get in touch. => mailto:me@mediocregopher Email: me@mediocregopher.com => {{ .RootURL.Path "me@mediocregopher.com.gpg" }} GPG Key => https://signal.me/#eu/x5psueq2E3WfFwwEgFDoWeSZx9k4u8vFBaiMSa4Lo0cvluHkb-dIpJp1wfdJsdie Signal: mediocregopher.01 ## Services => gemini://fumble-around.mediocregopher.com Fumble Around is a simple content discovery service for gemspace. => gemini://feed.mediocregopher.com Mediocre Feed aggregates all feeds I follow across gemspace and the old web. ## Dev => https://dev.mediocregopher.com dev.mediocregopher.com is for newer open-source code I've written. => https://dev.mediocregopher.com/mediocre-blog/ mediocre-blog is the CMS I designed from scratch to run this site. => gemini://godocs.io/github.com/mediocregopher/radix/v4 radix is for using redis with go. => https://code.betamike.com/micropelago micropelago implements the foundation of a community infrastucture. ## Other => https://bgpicciano.com/ bgpicciano.com is my cover site/resume. => https://opensea.io/mediocregopher?tab=created OpenSea lists some NFTs I've made. I'm not affiliated with these, but they're worth listing. => https://search.marginalia.nu/ Marginalia reminds me of the old internet. => https://www.nts.live/ NTS is a great internet radio station. => https://yamakan.place/palestine/# Radio alHara is another great internet radio station. {{ template "footer.gmi" . }}