yequari.com/content/projects/_index.md

29 lines
1.7 KiB
Markdown
Raw Normal View History

2023-10-10 03:14:27 +00:00
---
title: "Projects"
date: 2023-10-09T14:21:12-07:00
---
Here are some projects I'm currently working on or have worked on in the past.
## 32-Bit Cafe
I run a few services for the amazing folks over at the [32-Bit Cafe](https://32bit.cafe).
- [RSS reader](https://rss.32bit.cafe): an instance of the FreshRSS feed reader to provide an easy to use entry point for community members looking to get started with RSS.
2024-04-02 23:51:19 +00:00
- ~~Discussion boards: An instance of postmill used to share interesting links and resources to the community.~~
- ~~Discuss bot: A Discord bot that sends new posts from the discussion boards to a channel in the Discord server.~~
2024-04-26 22:21:32 +00:00
- [32bit.cafe Discourse](https://discourse.32bit.cafe): The postmill instance has been phased out in favor of a Discourse forum. It has been awesome building this up with everyone and seeing the enthusiasm for a second primary space for the community.
2023-10-10 03:14:27 +00:00
## Websites
- This website
2024-04-02 23:51:19 +00:00
- [yequari's emporium of excellent toys](https://yeet.marigold.town): One day I will catalog my toy collection here
- [webweav.ing tools](https://webweav.ing): Currently there is only an RSS feed generator but I intend to add several other tools to help smooth out some pain points of webmastery.
2023-10-10 03:14:27 +00:00
## Software
- [Pynex](/projects/pynex): A terminal browser for m15o's nex protocol.
2023-10-12 16:36:59 +00:00
- [lox-interpreter](/projects/lox-interpreter): Source code as I'm working through Robert Nystrom's excellent *Crafting Interpeters*.
2023-10-10 03:14:27 +00:00
- [yqsh](/projects/yqsh): A toy shell written in C to learn Linux systems programming.
- [weatherbar](/projects/weatherbar): A cli application to get current weather conditions, for use in status bar programs like i3bar, waybar, etc.