moved from us instance

  • 2 Posts
  • 138 Comments
Joined 3 months ago
cake
Cake day: June 3rd, 2026

help-circle








  • diaphragmwp@discuss.tchncs.detomemes@lemmy.worldAt least there is 'Note to Self'
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    6 days ago

    Used to recommend XMPP (lol) but even with whatever encryption the servers still know and control too much. Like who you are chatting with (entire contact book) and when, plus attachments most of the time. And there was also the jabber <dot> ru incident… Don’t feel like pulling up the article rn but basically it got MITMed by one of the ISPs (counting the hosting provider as ISP), with a new valid TLS certificate and all.

    Tox supermacy! What looser needs a backlog, pffff.









  • Why would you use podman when you could

    #!/bin/ksh
    
    daemon_execdir="/home/etebase/src"
    daemon_logfile="/var/log/etebase"
    daemon="/home/etebase/pyenv/bin/uvicorn"
    daemon_flags="etebase_server.asgi:application --host 159.100.247.89 --port 8000"
    daemon_user="_etebase"
    
    . /etc/rc.d/rc.subr
    
    rc_bg=YES
    rc_reload=NO
    
    pexp="/home/etebase/pyenv/bin/python3 ${daemon} ${daemon_flags}"
    
    rc_start() {
            rc_exec ". ~/.profile; ${daemon} ${daemon_flags} >> ${daemon_logfile} 2>&1"
    }
    
    rc_cmd $1
    



  • News from this year:

    • virtualbox-ext-vnc >= 7.2.12-2 requires manual intervention (package won’t install)
    • Active AUR malicious packages incident (the AUR is locked)
    • Arch Linux 2026 Leader Election Results
    • Breaking changes for all users of varnish, which is renamed to vinyl-cache (it’s a proxy, only affects servers)
    • kea >= 1:3.0.3-6 update requires manual intervention (dhcp server, affects routers)
    • iptables now defaults to the nft backend (affects pretty much nothing)

    Repost.

    Also, my Mint install broke, uh, shit I don’t remember, 5 times? Arch broke zero times. Zero times not my own fault for forgetting I was installing something and shutting off the computer, of course. Except for the times I tried the fucking installer python script, but since I never even booted the install it doesn’t count.