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

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

help-circle







  • 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.


  • At least if you just do phone calls the attack surface is reduced… They can scan your calls maybe, but not your entire chat history with all of your contacts and give it to an AI which could profile you based on that + you are not scanned on everything else you do on your phone / locked into proprietary ecosystems.

    The ideal would just be using a Linux platform and using something like xmpp, but who are you gonna convince to use it? People use what they are used to use, if it’s not popular messaging apps is phone calls… And now it seems a more private alternative…










  • 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?










  • Thank you for your answer!

    Yes I’ve considered using Hugo data sources, but handling all events in one single data file is not really a good way to manage data because Hugo can’t programmatically generate content pages from a single data file sadly… Also again, even if I make a script able to do this, I don’t think you can modify content when already created without handling single posts individually.

    I could generate a “list of events” but not individual pages from it and not an RSS feed for posts which I would need for newsletters etc…

    The thing with CSV is that I kinda lost track of where the actual updated data is, so I’m keeping that updated too, yeah I know I’m a mess.

    All the stuff cited is needed for one single job essentially: contacts, newsletter, events… Which is gathering self published and externally published events and sending them to a list of chosen emails + some integration with social medias.

    I’m not a webdev and I thought I could solve this much more easily, but I think doing this correctly would involve using at least an headless CMS + something that is able to grab data from external APIs + some JS framework for building the frontend.

    Or relying on a ready full CMS like Ghost or WordPress + theme and hosting on a VPS, which honestly is what I’m leaning towards…

    I want to avoid JS if possible as I had terrible coding experiences with it, I know some Rust but webdev in rust is not really a good option from what I’ve learned.

    What do you think?




  • dontblink@feddit.ittoPrivacy@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    9 months ago

    I think people should really read books like digital minimalism by cal Newport, stolen focus, surveillance capitalism, your brain on porn ecc to understand how social medias (but the internet in general) IS DESIGNED to be addictive, and what are the addictive traits.

    Lemmy is definitely better but still holds some concepts from addictive social medias (not because of developers fault, I think they just tried mimicking popular socials, since these are born as “alternatives”). Infinite scrolling and upvotes are just two examples.

    Some frontends do a great job leaving power to the user in that, like eternity, but I think a lot more consciousness should be raised on the topic and, at least in the open source / federated community there should be some guidelines on how to design social medias just as useful tools while minimizing distractions/useless/addictive parts.

    It’s great to be decentralized, it’s great to avoid ads, profilation and targetization, but we can do better in designing really new and useful tools starting from certain principles.