blob: 63c10c029d06fdbff62d681a065d614d43fca420 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
---
title: "Rocks"
subtext: "A compilation of anything that butters my muffin."
---
## Server Software
* [PrivateBin](https://privatebin.info/): Pastebin service where encryption and decryption happens in the browser.
* [Miniflux](https://miniflux.app/): Feed reader with simple configuration, minimal UI, and great UX.
* [ZNC](https://wiki.znc.in/ZNC): Featureful IRC bouncer with an extensive web interface for configuration.
* [Gonic](https://github.com/sentriz/gonic): Music streaming server, implements the (Open)Subsonic API.
## Shell Scripting
* [ShellCheck](https://www.shellcheck.net/): Static analyzer for shell scripts; the gold standard for people who care about their scripts.
* [shfmt](https://github.com/mvdan/sh): Shell script formatter; while quite opinionated, it works great for me.
## Emacs Packages
* [Eglot](https://www.gnu.org/software/emacs/manual/html_node/eglot/index.html): An LSP client implemented right - great configurations out of the box, and generally "just works."
---
I'm taking suggestions for anything that could fit the bill here! Be sure to [let me know][contact] if you have anything.
[contact]: /contact.html
|