Hi, i’m into programming, sexual transmutation and psychedelics!

  • 43 Posts
  • 73 Comments
Joined 3 years ago
cake
Cake day: June 13th, 2023

help-circle




  • I believed we were better than Reddit… I truly believe this should be a BASIC feature. On Reddit you have to manually delete every single post, if you forget to do that basically your entire posts and comments history will be online forever…

    I know there’s still internet archive ecc ecc ecc, but still I believe this should just be an activitypub feature, not something to be managed by single platforms.











  • It’s simply another case where we have amazing technologies but we lack the right ways to use them, that’s what our culture does: creating amazing techs that can solve lots of human problems and then discarding the part that actually solves a problem unless it’s also profitable for the individual.

    It literally is a problem of people wanting to submit other people for power games, that’s not how all societies work, but that’s a foundation for ours, but we’re playing this game so much that we almost broke the console (planet earth and our own bodies health).

    It’s an anthropological problem, not a technological one.







  • I also looked into supernote, it’s expansive, but it’s totally worth the money if they can offer a full Linux support with an e ink device, and it’s better than the pinenote because of the repairable hardware and the pen which doesn’t need tips replacements.

    But they have kinda pulled back on the Linux development, it looks like it was more marketing than other, they have been promising it for a while but they’ve stated it’s harder than they thought.

    I won’t buy an Android device so I’ll wait until a real Linux support is added.











  • As far as I knew reverse proxies could only reverse proxy stuff coming in from 443 or 80, I didn’t know they could listen other ports as well!

    Main reason why I was using a reverse proxy at first is because I had everything behind cloudflare, and cloudflare can only proxy and give you an SSL encryption for stuff that goes through 443, so I could make Caddy listen to 443 and then forward to interested ports.

    But this leaves out everything that needs to go in some other places than 443, and requires its own standalone ssl certificate, which is a bit cumbersome. Pheraps these can be proxied with other proxies than cloudflare, hopefully giving SSL to everything…

    I’m not sure I understood the upstream ssh thing, what do you actually do?