SaaSHub helps you find the best software and product alternatives Learn more →
Susam.net Alternatives
Similar projects and alternatives to susam.net
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
mu
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society. (by akkartik)
-
-
-
-
maze
Discontinued Susam's Maze • Main website: https://susam.in/maze/ • Mirror: https://susam.github.io/maze/ (by susam)
-
-
-
-
-
-
-
dotfiles
Discontinued Mostly ~/.* files to configure vim, sh, tmux, etc. on Debian, Mac, and Windows (by susam)
-
susam.net discussion
susam.net reviews and mentions
- Some Technical Facts About My Website
-
How I run my servers
I have a similar setup for my personal and project websites. Some similarities and differences:
* I use Linode VMs ($5/month).
* I too use Debian GNU/Linux.
* The initial configuration of the VM is coded as a shell script: https://github.com/susam/dotfiles/blob/main/linode.sh
* Project-specific or service-specific configuration is coded as individual Makefiles. This takes care of creatng An example: https://github.com/susam/susam.net/blob/main/Makefile
* The software is written in Common Lisp. In case of a personal website or blog, a static website is generated by a Common Lisp program. In case of an online service or web application, the service is written as a Common Lisp program that uses Hunchentoot to process HTTP requests and return HTTP responses.
* I use Nginx too. Nginx serves the static files as well as functions as a reverse proxy when there are backend services involved. Indeed TLS termination is an important benefit it offers. Other benefits include rate limiting requests, configuring an allowlist for HTTP headers to protect the backend service, etc.
- Ask HN: What tools do you use on your blog in 2023?
- Reasons you aren't updating your personal site (2020)
-
Lisp for the web: deploying with Systemd, gotchas and solutions
form.service (the systemd unit file)
-
Simplicity of IRC
Source code [0] is available on GitHub; looks like they wrote their own simple site generator.
I've been thinking about something similar (maybe even simpler) for my blog too.
[0]: https://github.com/susam/susam.net
- Static site and comment form served dynamically using a tiny Common Lisp web server
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 Jan 2025
Stats
susam/susam.net is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of susam.net is Common Lisp.