|
|
|
|
|
by PaulHoule
260 days ago
|
|
Being behind a slow ADSL line until 2020 or so meant that I learned how to do everything without containers because the timeouts for the Docker Hub were set so low I couldn't stack up anything. Building apps on my own account I might set up a database like Postgres and program a web server in Python or Java and use either HTMX or React on the front end. With Tailscale I can access that application with my tablet or phone or VR headset or whatever. I know the cloud can be frustrating but it can also be liberating. My RSS reader consumes about 110 feeds that are ingested by Superfeedr which then posts to a Webhook which is a 20-line Python script running as an Amazon Lambda function that posts to SQS, then my home computer polls the SQS when it wants to catch up. It's hard to overstate how simple it, how it has been spinning like a top for almost two years without any maintenance. So I'd argue it is really the best of times. |
|