clifmo
@clifmo@programming.dev
- Comment on MAGA has been swooning over an Army soldier and her pro-Trump message. She is AI 1 week ago:
More like some political actor with a real motive is using AI to produce sexualized propaganda targeted at young men
- Submitted 1 week ago to technology@lemmy.world | 0 comments
- Comment on Goodbye Google - I self-host everything now on 4 tiny PCs in a 3D printed rack (CaptainRedsLab) 2 weeks ago:
I’ll do it for $1000 and less wattage
- Comment on Password manager woes. How have you solved syncing on Android? 2 weeks ago:
Works perfectly on android. Push notifications, sync, passkeys, everything
- Comment on Password manager woes. How have you solved syncing on Android? 2 weeks ago:
Vaultwarden, no question. When I used KeePass, I had Synology Drive which worked well to sync.
- Comment on Mastodon.social is not a good way to join Mastodon. If you’re already on it, you might want to move your account to a different Mastodon server. | Fedi.Tips – An Unofficial Guide to Mastodon and the F 3 weeks ago:
For some reason I decided to move my account to mastodon.social last year and the first thing that happened was I received AI CSAM that also happened to be radical conservative propaganda.
- Comment on What us the best way to add remote access to my servers? 4 weeks ago:
Yup. It gets more involved once you start adding DNS and SSL. But if you’re ok typing IPs and you’re not opening your firewall to the public, it’s all you really need.
- Comment on What us the best way to add remote access to my servers? 4 weeks ago:
All you need is Wireguard with IP forwarding allowed on the host, maybe some firewall rules if you have one. You configure your wire guard client to only route traffic for your network IPs. I leave my wire guard client connected 100% of the time.
- Comment on [deleted] 1 month ago:
OLS solves a lot for you that I don’t hear in your OP.
- Comment on [deleted] 1 month ago:
OpenLiteSpeed openlitespeed.org
Host-specific guides (but no hetzner):
docs.litespeedtech.com/cloud/images/wordpress/
Very easy, robust, fast.
You can def roll your own sever and solution, but WordPress needs a lot of help. As other commentors said, you need to bypass both the database and PHP as much as possible, via caching.
While a simple redis or valkey store solves that, you’re relying on some integration thru the php layer to make it happen, usually some plugin.
Serving files or otherwise caching directly thru the webserver is gonna make it faaaaast.
Then there’s the question of database writes. Who is writing to your database, where, and how often?
- Comment on Elon Musk says Tesla ending Models S and X production, converting Fremont factory lines to make Optimus robots 1 month ago:
Did Tesla stock go up on this glorious news?
- Comment on Grok floods X with sexualized images of women and children 2 months ago:
I’m not hearing where you disagree. You want me to add more nuance? For what, exactly? To absolve the world’s richest man for his CSAM machine?
- Comment on Grok floods X with sexualized images of women and children 2 months ago:
Grok has no agency. Elon played a heavy role in the design of the tool, promotes and profits off its use, and has failed to stop users from producing this material with what can only be considered as a feature of his software
- Comment on A self-hosted URL shortener: Shlink - A Docker Quick-Start Guide 1 year ago:
I think the concern re:geoblock is that the REST API is just out there, unauthenticated. I need to shut those off or limit them to the internal network with Traefik, but I still need the short links to resolve. I’m not sure if that API is used for that, or what. I haven’t explored the code yet.
- Comment on A self-hosted URL shortener: Shlink - A Docker Quick-Start Guide 1 year ago:
How so? I am hosting and maintaining it for my own work and links. I have every incentive to keep it up. And if it goes down, only my links to my own content go down. And, the reason I did this was Bluesky has a character limit.
- Comment on A self-hosted URL shortener: Shlink - A Docker Quick-Start Guide 1 year ago:
Interesting. I deploy to my homelab with Docker so it was a fit for me. But I do want to tinker on the API to disable everything but GET. Can you share anything more about breaking it up?
- Comment on A self-hosted URL shortener: Shlink - A Docker Quick-Start Guide 1 year ago:
I’m not a raycast user, but it has a CLI and REST API, so if Raycast has any extensibility, my guess is yes
- Comment on A self-hosted URL shortener: Shlink - A Docker Quick-Start Guide 1 year ago:
I looked at yourls, too. I found Shlink devex to be more mature and the automated geolocation-blocking integration sold me.
It also hasn’t had a release in 2 years and is a self-described “set of PHP scripts”. Doesn’t fit my standard for what I deploy to my homelab
- Submitted 1 year ago to selfhosted@lemmy.world | 13 comments