For developers/engineers who can build products but have no sales or marketing experience.
The #1 reason startups fail: building something nobody wants.
| #!/usr/bin/env bash | |
| ############################################################################### | |
| # Mac Bootstrap – Preferences, Homebrew, MAS apps | |
| # Works with the stock /bin/bash 3.2 on macOS (no mapfile required) | |
| # (c) 2025 Erdal • MIT License | |
| ############################################################################### | |
| ############################################################################### | |
| # Colours / log helpers | |
| ############################################################################### |
| # /etc/systemd/system/url-shortener.service | |
| ``` | |
| [Unit] | |
| Description=url-shortener | |
| Wants=network.target | |
| After=network.target | |
| [Service] | |
| Type=simple |
| https://codeberg.org/alicia/portainer-templates/raw/branch/main/templates_v3.json |
| #!/usr/bin/env bash | |
| # Download a file from s3 without any 3rd party tools | |
| # thanks https://www.gyanblog.com/aws/how-upload-aws-s3-curl/ | |
| file_path=$1 | |
| bucket=$2 | |
| set -eu pipefail | |
| # about the file | |
| filepath="/${bucket}/${file_path}" |
Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts and experience preferred (super rare at this point).
If you're self-hosting your services and having trouble getting your emails through Gmail and infuriated by Google's non-existent support, you're not the only one. I'd like to share my experiences trying to get it sorted out.
I'm the author of the post above. You can tell how arrogant Google employees are from all the previous posts he made in the past.