• 0 Posts
  • 189 Comments
Joined 3 years ago
cake
Cake day: July 29th, 2023

help-circle
  • I’ve been trialing Vaultwarden for a while and while I do like the server sync setup and clean web access, the Bitwarden browser plugin is just okay despite being an “enterprise” solution. It misses probably about 20% of websites when creating a new account, forcing you to grab the password from the generator history and make a new entry manually.

    KeepassXC is much better in that regard, and it’s almost as good as the default credential handler of Firefox, and it lets you set up a bunch of custom stuff to extend the functionality if you want. Plus it has some neat kbdx options aside from AES256.

    Only downside is syncing, which I’m debating how I’ll deal with something better than syncthing on android (protocol is great, android makes it a PITA to have a background process if its not Google spyware).



  • mlg@lemmy.worldtolinuxmemes@lemmy.worldcatgirls save us
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    1 day ago

    I was originally gonna post the Wikipedia info about this software because its actually fairly new, and only came out last year, but I found an infinitely more funny entry about the mascot:

    The software’s loading screen is branded with a commissioned artwork of Anubis as a jackal-eared anime girl by the European artist CELPHASE.[1][8] The mascot is depicted with a hoodie, skirt and magnifying glass. Before the artwork was ordered, Anubis used an AI-generated placeholder image.[1]

    The Anubis mascot is shown to all end users and cannot be altered in the software configuration.[1] The image’s feel may clash with websites that have more formal atmospheres, surprising or confusing users of those sites.[8] Altering the branding is an enterprise feature and Iaso has requested that operators not attempt to change it themselves unless they have made financial contributions to the project.[1]

    Duke University, which has deployed Anubis for its digital archives, was “hesitant” to use it due to the mascot but has reached an agreement to use the software with custom branding.[1] Jamie Zawinski describes the mascot as “cutesey kawaii bullshit”.[11]

    So literally hardcoded weeb builtin lmao.

    EDIT: It’s $50 donation a month if you want the “official” enterprise version which gives you an easy overlay to change the HTML/CSS and uses some generic icons by default, but I’m sure anyone not into a jackal girl is more than capable of doing the same on the public image lol.

    If you’re interested about the software history anyway, it involves a response to Amazon spamming the crap out of the internet with their web crawlers, probably including for mass AI data collection:

    spoiler

    Anubis is an open source software program that adds a proof of work challenge to websites before users can access them in order to deter web scraping. It has been adopted mainly by Git forges and free and open-source software projects.[4][5]

    Anubis was created by Xe Iaso in response to Amazon’s web crawler overloading their Git server, as the crawler did not respect the robots.txt exclusion protocol and would work around restrictions.[4][6] Iaso lists Hashcash as having inspired the project.[7] The application supports inspecting request elements such as headers like the User-Agent header to determine if the request should require proof of work.

    The name Anubis is taken from the Ancient Egyptian god of funerals and judgement, who weighs the hearts of the dead to determine if they are allowed passage into the afterlife, whereas the Anubis software “weighs the soul of incoming HTTP requests”.[8]


  • Right? I was like dang you’re already half way there lol.

    The reason though is that they probably don’t want to discourage payments because I have seen businesses refuse to use Monero in ransomware attacks because their insurance agreement complicates payout on a fundamentally untraceable currency. Even if Bitcoin is technically decentralized, they can report the transaction and specific currency blocks to whatever federal agency is responsible for fraud.

    Still, why not offer both and put a 5% discount on Monero.




  • The first person I met who used Mint was asking me how to fix his Nvidia output stutter lol.

    The answer was updated kernel shenanigans which is probably Mint’s only weakness.

    Anyways, that’s usually why I recommend Fedora since I think it properly fits the same spot where Ubuntu was like 15 years ago. Cutting edge stable, large community, and much easier support than something more downstream.

    That being said, a good chunk of users have been quite happy with stuff like Bazzite and CachyOS because they’re mostly here to play games.

    But yeah I agree, the popular recommendations of the week really need to be ignored for first time users. I still remember when they were pretty much all just Ubuntu downstreams that never fixed any of the upstream issues that Canonical created, which led to a ton of youtubers thinking Linux stability was behind.

    On a similar note, it’s also why I recommend literally any DE except GNOME. It looks and functions like a knockoff ChromeOS tablet, despite the fact that it used to be the home of Compiz 15+ years ago, which is the peak of desktop UX lol.





  • mlg@lemmy.worldtolinuxmemes@lemmy.worldtruth
    link
    fedilink
    English
    arrow-up
    5
    ·
    19 days ago

    Now we just need to make Warthunder not work on linux…

    Gaijin devs have us all by the crotch lol.

    I would kill for a competitor game. I’d even be happy with a proper DCS arcade mod that let’s you do the same stuff as WT realistic battles.








  • The fact that CachyOS more or less successfully replaced Manjaro’s purpose I guess is evidence of Manjaro’s issues.

    I forgot but I think Bazzite had similar complaints (due to its use of silverblue) in which case it was just more straightforward to use Fedora or OpenSUSE if you don’t want to work with the read only root system.

    Downstream distros need to bring additional value to the table to be worth using, otherwise there’s really no need if you can make a package group that accomplishes the same thing in one go.


  • (I don’t need strong censorship resistance; it just has to work in offices and hotel WiFis.

    Wireguard on 443 or OpenVPN + Stunnel on 443

    Wireguard is easier to setup because there’s no OpenVPN app that packages stunnel (afaik), so you have to run 2 apps on your phone to make it work.

    A server like caddy can also accept HTTPS traffic for some regular websites next to the VPN server.

    Wireguard uses UDP, so just run whatever you want on 443 TCP with caddy (unless you want QUIC for some reason?)

    Anything beyond that and you’d be looking at using a proper obfuscation solution like Shadowsocks or obfs4, in which case you should look into Amnezia or Tor bridges.


  • shred is what you should be using if you really want to destroy a file, but I’m actually not sure that works well on all filesystems.

    I’m pretty sure FAT32 and NTFS leave behind partial file artifacts when you edit/append data, and especially when you physically move it around.

    It just seems inevitable you’ll leave behind deleted blocks with data, which only a fulle drive wipe would guarantee removal.