58 lines
1.7 KiB
Markdown
58 lines
1.7 KiB
Markdown
# Software I find awesome
|
|
|
|
This stuff is cool.
|
|
|
|
## AI
|
|
- [Claude ai](https://claude.ai)
|
|
- [Mistral ai](https://mistral.ai/)
|
|
- [Comfy UI](https://www.comfy.org/) - Selfhosted AI image generation
|
|
- [Ollama](https://ollama.com/) - Selfhost AI models
|
|
- [Open WebUI](https://openwebui.com/) - Selfhost ai frontend
|
|
|
|
## Architecture
|
|
- [C4 Model](https://c4model.com/)
|
|
- [Icepanel](https://icepanel.io/)
|
|
|
|
## Documentation
|
|
- [Devdocs](https://devdocs.io)
|
|
|
|
## Linux
|
|
- [Ubuntu lts](https://ubuntu.com/download/desktop)
|
|
- [i3 window manager](https://i3wm.org/)
|
|
|
|
### Terminal / Command line
|
|
- [st](https://st.suckless.org/)
|
|
- [alacritty](https://alacritty.org/)
|
|
- [kitty](https://sw.kovidgoyal.net/kitty/)
|
|
- [tmux](https://github.com/tmux/tmux/wiki)
|
|
- [neovim](https://neovim.io)
|
|
|
|
## Virtualization
|
|
- [Proxmox](https://www.proxmox.com/en/)
|
|
- [Docker](https://www.docker.com/)
|
|
- [k3s](https://k3s.io/) - Lightweight Kubernetes
|
|
|
|
## Monitoring
|
|
- [Grafana](https://grafana.com/)
|
|
- [PowerBI](https://www.microsoft.com/nl-nl/power-platform/products/power-bi)
|
|
- [AppSignal](https://appsignal.com)
|
|
|
|
## Password managers
|
|
- [bitwarden](https://bitwarden.com)
|
|
- [vaultwarden](https://vaultwarden.net/) - Open source alternative
|
|
|
|
## Quality assurance
|
|
- [SonarQube](https://www.sonarsource.com/products/sonarqube/)
|
|
|
|
## Styleguides
|
|
- C
|
|
- [Linux Kernel](https://www.kernel.org/doc/html/v4.10/process/coding-style.html)
|
|
- C++
|
|
- [Google](https://google.github.io/styleguide/cppguide.html)
|
|
- [isocpp](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)
|
|
- [isocpp github](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md)
|
|
- Typescript
|
|
- [Google](https://google.github.io/styleguide/tsguide.html)
|
|
- [AirBnb](https://github.com/airbnb/javascript)
|
|
|