CrazyLikeGollum

joined 2 years ago
[–] CrazyLikeGollum@lemmy.world 4 points 2 months ago (1 children)

Probably not what you're looking for, but...

JerryRigEverything's video on the topic

[–] CrazyLikeGollum@lemmy.world 1 points 2 months ago

Really? I've been using ExpressVPN on my torrent box with an OpenVPN client for years. It's still working today.

I know they're not the best, but I've been too lazy to switch on that device.

[–] CrazyLikeGollum@lemmy.world 3 points 2 months ago (1 children)

I'm far from an expert and have never setup borg, but I see some possible problems with that config, though I don't think I see anything that would cause it fail.

  • In the environment section of borg, borgmatic, and borgweb, the "BORG_PASSPHRASE" variable is used inconsitently, it either needs to be uncommented in borg or commented out in borgmatic and borgweb.

  • Networks: having a single "backup_net" network is less than ideal from a security standpoint. Nginx should probably be in it's own network (an ipvlan or macvlan network) in addition to the backup_net. backup_net should be isolated to the host that are running borg, while any communication into borg should be routed through nginx on its ip.

[–] CrazyLikeGollum@lemmy.world 11 points 2 months ago (1 children)

Damn, I saw the headline, thought "Did someone finally..." But no, it's not a YubiKey (or similar) in the form of a signet ring.

It's a finger mounted microphone with a non are chargeable non-replaceable battery.

[–] CrazyLikeGollum@lemmy.world 3 points 3 months ago (1 children)

So, do you have sources for accurate numbers?

[–] CrazyLikeGollum@lemmy.world 9 points 3 months ago (3 children)

I would love to see actual sources for this. On both sides.

Every time I've tried looking up numbers (usually because of a passing interest, and never any level of in depth research) I've come back with interesting tidbits like "the total number of cheaters banned in one month was greater than the total lifetime number of unique Linux users of the same game (sometimes an order of magnitude or more greater)." With that statistic being pretty consistent across games and time periods.

[–] CrazyLikeGollum@lemmy.world 3 points 3 months ago

TPU works fairly well depending on the application.

I wouldn't rely on it for high temperature (above 150C) or high pressure/vacuum applications, but for most household applications it'll hold up fine.

[–] CrazyLikeGollum@lemmy.world 1 points 3 months ago

There's an add-on for the browser for both, but on Mac, the desktop app is what integrates with the system wide password manager. I don't know if desktop Firefox is integrated into that, so you may need both the add-on and desktop app to get the same systemwide functionality.

On Windows it's worth having both the browser add-on and desktop app installed as well, since the browser add-on only works in browser but the desktop app, while somewhat hit or miss whether or not it works with any specific application, is supposed to provide autofill/generation capabilities anywhere you have username/password field.

[–] CrazyLikeGollum@lemmy.world 6 points 3 months ago (2 children)

For mobile safari Bitwarden (and I think a number of others, but Bitwarden's the only one I can speak to) ties into Apple's password management system for autofill and password generation. Still have to use the app or webpage (either Bitwarden's official site or self-hosted vaultwarden) for more in depth management.

For mobile Firefox, on iOS it's the same as Safari. On Android you can either use the Bitwarden add-on or use it with the app and Android's built-in password management system just like on iOS.

Since you mentioned "all browsers" for chrome/chromium based browsers there is also on add-on for both mobile and desktop. For Internet Explorer and pre-chrome Edge I don't believe there's an add-on but it can still work, it'll just be more of a pain since you autofill either won't work or will be spotty. You'll probably be relying on the standalone desktop app.

On MacOS it integrates with Apple's password management, so no need for an add-on on desktop safari.

For other browsers, you'll probably have to use the desktop app and manually copy/paste just like for IE.

I also remember seeing some third-party integration for the windows terminal app and various Linux terminals, but I can't really speak to their quality or functionality since I haven't used them. But that would probably cover your needs for terminal based browsers like Lynx.

[–] CrazyLikeGollum@lemmy.world 2 points 4 months ago* (last edited 4 months ago) (1 children)
#!/usr/bin/bash

declare -a devils=(
[0]=Amazon
[1]=Google
[2]=Apple
[3]=Microsoft
)

for devil in ${devils[@]} ; do
    dd if=/dev/null of=$devil
    rm -rf $devil
done
[–] CrazyLikeGollum@lemmy.world 2 points 4 months ago (1 children)

now enter a valid tar command in Solaris.

[–] CrazyLikeGollum@lemmy.world 3 points 4 months ago (1 children)

Nah, just do it in CSV.

view more: next ›