• 0 Posts
  • 26 Comments
Joined 3 months ago
cake
Cake day: January 31st, 2025

help-circle




  • All systems should hold those with power responsible if they abuse power. I’d suggest harshest punishment for politicians via referendum of the constituents. Don’t like that people could put you behind bars for life? Don’t step into the political arena! Grift in the private sector if you need to be your worst self, we shouldn’t have to keep tabs on all the rat fucks in Ottawa (Canada). If they do some shady shit, jail em or worse




  • There’s a few issues with jerboa that I’d like addressed, maybe I’ll look into building it and issuing some PRs for it when I have more time. Can’t imagine it’s easy to maintain such a code base alone.

    Few things off the top of my head are keyboard hides text with long comments, and sharing links for federated communities gives a link to the instance it was posted on and not the instance I’m on.

    Also not being able to make communities in jerboa is a bit of a bummer, should also be easier to subscribe to communities on other instances too (web client).



  • Might I recommend github pages? Should be able to host all needed dependencies there too.

    https://pages.github.com/

    PS - jerboa android client didn’t show your markup, may I also suggest using 3x backticks to make it formatted as you expected? Like so:

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.1/css/lightbox.min.css" integrity="sha256-tBxlolRHP9uMsEFKVk+hk//ekOlXOixLKvye5W2WR5c=" crossorigin="anonymous" />
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.1/js/lightbox.min.js" integrity="sha256-CtKylYan+AJuoH8jrMht1+1PMhMqrKnB8K5g012WN5I=" crossorigin="anonymous"></script>
    



  • I’m a software developer, and I tell people on the daily you need to protect your data and have many times said not to give DNA to anyone unless it can save your life. 21 and me is gross as a business model and should not be a thing and I also strongly agree they need to be put into prison

    I’m peeling back the tech-oligarchies hold on me by getting rid of Google and the other big boys. I’m fortunate I can spin up SMTP server (MailCow) and cloud storage (NextCloud) using free and open source software (FOSS). But I encourage others to do the same if they can. SMTP is a tough nut to crack, maintaining servers is also a bit of a task. But any technologist that knows web servers (Docker, VM) and DNS can set up shit using elest.io/managed-services





  • aizakku@waterloolemmy.catoMemes@lemmy.mlHistory repeats itself
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    25 days ago

    trump its a turn to autocratic neo-mercantalism.

    Yea there’s that, also the rounding up minorities for a nationalistic reason… if only the English language offered some word for that. Squashing undesirables/enemies due to nationalism with rhetoric like them poisoning the blood, being vermin, etc. I seem to recall a history lesson or two if only I could remember. I feel it’s some odd word no one knows how to use anymore, I think it rhymes with plascism.



  • I spun up a mailcow instance relatively simply through elestio (new to me devops as a service). Takes a few clicks, let’s you pick your cloud provider and has pretty slick admin UI to manage firewalls and dockerfiles etc.

    I’ve never setup an SMTP server before, but I’ve decided to with my “buy Canadian” initiative to eschew the tech-oligarchy at every turn I can. Not for Canadians sovereignty alone, but to help get rid the planet of billionaires by starving them of their capital.

    But I digress, mailcow makes setting up DNS a breeze and elestio makes mailcow a breeze. I’ve actually spun up this Lemmy instance on elestio too, just so nice its a game changer. Here’s info about mailcow https://elest.io/open-source/mailcow and no I’m not affiliated with elestio, just seems solid thus far (only been using it for a month, but support is on point too).