Craftering List

A webring made of the System Crafters community.

Add all sites with declared RSS feeds to your feed reader with this OPML link.

The ring is shuffled each time it is generated.

# Name URL About Owner
1 @purplg https://purplg.dev/ [rss] Software is fun. Hacking on Emacs packages or other random projects. Ben Whitley
2 @naokotani https://chris-hughes.dev [rss] I am a full stack developer based in Cape Breton, Nova Scotia Chris Hughes
3 @benoitj https://blog.benoitj.ca [rss] Messing around with computers and coding since I was 8. Now getting paid to do what I love. Benoit J
4 @snamellit https://www.snamellit.com [rss] Electronics engineer, IT dev and architect, 3D printer with too many interest for the number of hours in a day. Peter Tillemans
5 @lionyxml https://www.rahuljuliato.com [rss] I am an Engineer based in São Paulo, Brazil. Rahul Juliato
6 @jabbo https://jabbo.webdings.de [rss] Nerdy things, Emacs, Zettelkasten Jabbo
7 @hunter https://christerpher.com I use my last name as my first name. I've been using Emacs for several years. I use Arch, btw. Software Engineer specializing in Rust these days. Christerpher Hunter
8 @cow_2001 https://kaka.farm/ [rss] Kaka Farm has all of cow_2001's stuff! (RSS for the Kaka Farm Haunt blog) Yuval Langer
9 @bigeatie https://bigeatie.com [rss] Emacs, Chess, Physics, Math, and other nerdy things. Sometimes not-so-nerdy things too. BigEatie
10 @easilok https://luispereira.dev [rss] Sharing my journey of exploration on different subjects, mostly tech related like sysadmin and programming. Eventually some boardgamming content may also leak into its contents. Luis Pereira
11 @trev https://www.trevs.site [rss] I am a programmer working with Rust who hangs out on IRC. Trevor Arjeski
12 @idlip https://idlip.github.io [rss] A Bioinformatics student, tinkering with Nixos and Emacs with the power of Org mode. Dilip
13 @jfred https://www.terracrypt.net/ [rss] jfred's personal site. Sometimes object capabilities in Scheme, sometimes society, sometimes music about society. Bit of everything, really. :) jfred
14 @davisrichard437 https://richarddavis.xyz/en/blog/ [rss] Musician, part-time hobbyist crafter, sometimes both. Richard Davis
15 @talos https://sparktown.mataroa.blog/ [rss] Site focused on gaming and tech, sometimes rambling about other content too, with focus on NixOS, Guix, immutable systems in general. talos
16 @glenneth https://glenneth.org/ [rss] Hello there! I'm Glenn Thompson, and this is the beginning of a journey I'm thrilled to share with you. Glenn Thompson
17 @tusharhero https://tusharhero.codeberg.page/ [rss] I like computering, emacsing, programming and writing. tusharhero
18 @scc https://systemcrafters.net/community [rss] System Crafters Community page with information about forum, chatting, other community projects, and News (RSS). David Wilson
19 @tdback https://www.tdback.net [rss] Technical notes and other thoughts. Tyler Dunneback
20 @shom https://shom.dev [rss] I like people, dogs, photography, scuba-diving, computers, open-source software, privacy, and generally improving things where I can. Shom Bandopadhaya
21 @trevdev https://trevdev.ca [rss] Father, husband, full stack web developer, FOSS enthusiast and many other things. Trevor Richards

Community Rules

  1. Please refer to the System Crafters (SC) Community Guidelines.
  2. SC craftering is not going to police what you write on your site. However, if the site does not align well with our community guidelines, we reserve the right to remove the site from the webring. You will be notified via the comments section on the PR that added/removed your site. You can appeal the decision as described in the guidelines.

Joining Process

  1. All System Crafters community members are welcome!
  2. Open a Pull Request (PR) or issue on the Codeberg repo with your information filled out in websites.json file.
  3. You can also leave the ring by removing your site from the list and opening a PR.
  4. Your site will be added/removed when the PR is merged.
  5. Note: if you need help with git/Codeberg please join irc.libera.chat with your favorite IRC client and join the #systemcrafters room (or use the web chat) and we'd be happy to help.

Instructions

BEFORE you open a PR or issue to add your site, please add the links below to your site. This will ensure that as soon as your site is added to list your site will be live on the ring. You can add the craftering to your site by adding three links, somewhere on your site, style it however you like as long as it's visible and legible.

  1. https://craftering.systemcrafters.net/YOUR_NAME/previous
  2. https://craftering.systemcrafters.net
  3. https://craftering.systemcrafters.net/YOUR_NAME/next
Make sure to replace YOUR_NAME exactly as it appears in the slug parameter (including the @) that you're specifying in the PR or Issue

You can also just paste this html snippet and remember to replace YOUR_NAME, same as above.

    <style>
      .craftering {
    	  margin: auto;
    	  width: 50%;
    	  text-align: center;}
    </style>
    <div class="craftering">
      <a href="https://craftering.systemcrafters.net/YOUR_NAME/previous">←</a>  
      <a href="https://craftering.systemcrafters.net/">craftering</a>  
      <a href="https://craftering.systemcrafters.net/YOUR_NAME/next">→</a>
    </div>