

Cover the windows from the outside (not inside) to stop sunlight raising the temperature through the glass. I use tinfoil.
Cover the windows from the outside (not inside) to stop sunlight raising the temperature through the glass. I use tinfoil.
If we feel good about it, we’re primed to continue the dark pattern. The first step is acknowledging the problem. If you remove the first step, subsequent steps can’t happen.
I get where you’re coming from. I see land acknowledgements used in colonies like NZ, Canada and USA yet treaties remain broken. I think (IMO) the answer is “all the things” rather than some. But we’re not even shuffling the deck yet as a population so making first steps accessible is important in my own experience. Too much in one go and peoples eyes glaze over.
Good question. The first step with any endeavour is mindset. So when people ask “where do we go from here?” my first thought is that we should stop the glorification of exploitation. Stop wearing brand logos. Stop showing our new devices to people with enthusiasm. Stop celebrating the “winners” of capitalism.
I don’t think we should despair - that doesn’t scale well. But we should (IMO) buy these things with a sense of regret or realism. We should normalise the discourse. I want us to be as up to date on this as people who follow sports.
Otherwise, not only will we never think of ways to fix this, but we won’t even recognise the solution when it’s in front of us.
We need to become conscious and informed of the dilemma of people who look different to us and consider them our brethren. That does wonders for the exploitative appetites we’ve developed.
I find it difficult to respect the way we exist in society. Most of us in the west enjoy what we have because someone elsewhere is being exploited. The general pride and vanity we have is unjustified and we should be using that power for good instead. We are focused on the right wrong things.
You could say that this opinion isn’t unpopular, but just try bringing it up in conversation. Many don’t want to know.
I tend to not reply because that will just draw more attention to them. I will post a separate top level comment rebutting their statements without referring to them.
I use https://www.sendbig.com/ I haven’t read their privacy policy, though.
I could really use some of these. There’s a video showing what they look like for anyone interested https://www.youtube.com/watch?v=WUxcMQ4MKK4&pp=ygULRHVtYndhcmUuaW8%3D
Yeah, I’m using Amperify app (iOS) and it’s great. I’m very happy with my choice of Navidrome now.
I’m planning on porting my Wordpress site to this. I haven’t used it yet but based on what I’ve read it will be easier than Hugo.
Typically the ones advertised as “tested” or “working” have only had the player tested. Not the record functionality.
My MD players still play but no longer record. I can’t find anyone in my country to repair / replace the record head.
Thank you again for the response. The summary is very helpful too.
It looks like I don’t need the reverse proxy, since the sensitive services* support authentication and HTTPS.
I would need the lighttpd service to be available over unsecured HTTP too, but if that’s not possible I could always use a different subdomain.
That is such a clear explanation and makes a lot of sense, thank you again.
Since the services I’m interested in serving are authenticated then it sounds like HTTPS is what I need (which is what originally made the most sense to me). That’s a relief. I just need to figure out how to have separate HTTP and HTTPS services hosted from the one ARM service.
Thanks! Is the point of reverse-proxying your public-facing services to make them private?
I have a general idea. I appreciate the info :). I’ve made a point of having nothing sensitive in the contents or the requests (I don’t have any forms, for example. It’s all static pages).
Thank you for the very informative reply.
The HTTP and Gemini services are for vintage clients, but I would like the reverse proxy to keep my media collection private (and maybe SSH and SMB too). So I’m serving to modern clients in the case of reverse proxy. I was told that port forwarding is no longer considered secure enough and that if my media gets publicly exposed I could be liable for damages to license holders.
Linux running HTTP and Gemini servers. This is fine from home using port forwarding and afraid.org’s dynamic DNS.
They’re lightweight sites that exist to be accessed by vintage computers which aren’t powerful enough to run SSL.
That’s reassuring. Thanks, I was struggling with the concept and where to start but I should be fine now since I’m handy enough with a terminal.
In case it’s of help, a common problem I find with guides in general is that they assume I don’t already use Apache (or some other service), and describe as though I’m starting with a clean system. As a newbie, it’s hard to know what damage the instructions will do to existing services, or how to adapt the instructions.
Since docker came along it’s gotten easier, and I’ve learned enough about ports etc to be able to avoid collisions. But it would be great if guides and tutorials in general covered that situation.