Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)Y
Posts
4
Comments
257
Joined
7 mo. ago

  • If you think I'm uninterested in a pic/vid of a DIY well sloped hose, you should think again.

  • Also happens if your contacts aren't solid, or if you're going copper->aluminum

  • Pics or it didn't happen.

  • Looks awesome, but if you're looking for a daily driver to script on be aware that the screen is 12.5in. That's the only drawback I see with it.

  • I'm not saying you should trust every VPN provider. Some have shown to be nore trustworthy than others. Police have raided their datacenrers and not gotten anything (no logs). And they have gone to courts and said they don't keep that info. However if you don't trust your ISP, and purely use a VPN, the only info your ISP will get is that you use a VPN. Your encrypted bank packet that they saw before is now an encrypted vpn packet. The vpn will see the encrypted bank packet, but youmre right, you have to trust that they have more to gain by not looking and selling than they gain by selling your info and losing customers.

  • My Honeywell T10 is connected to my wifi, I use the Homekit on it with HA. But I setup a firewall rule in my router to block all outgoing internet traffic to a group if IPs. Then I added my smart vacuum, thermostat, printers, doorbell, etc to the group. It's a solid setup.

  • Correct me if I'm wrong, but I'm pretty sure this just encrypts your dns requests. After DNS resolution, the traffic packet headers still have destination/source ip addresses and they can reverse dns lookup the ip addresses. Might make it require a few extra steps, but they're the ones routing the traffic. Even your VPN traffic, they can't decrypt what's inside the packets, but they can see your traffic going to a known Mullvad vpn address in Norway or whatever.

  • True, would take a few seconds to switch each time.

  • Oh, is that why everyone hates matrix so much? I've been rocking it for years for me and my wife to communicate. It's been pretty solid. Calls/video calls are hit and miss, but the chat has been great. I've never federated it. Account creation is locked down, local auth, etc.

  • Eh, it'd be tricky in case of misses. Usually there's a vol+ and a vol- not really any vol(int) api to set it to a number. You could spam vol+/vol- to get to the right number, but it'd occationally miss one and start drifting.

  • While your ISP can't see everything, they can see metadata. They can see which websites you go to, which social media you use the most, where you bank, where you shop, etc. How much do you think it would take for your ISP to sell that data? If you happen to live somewhere there are laws againat that, you are slightly less at risk. Fines are only a deterrant if they're more than what's being offered for your data.

    That being said, this only protects you against your ISP or other purely ipaddress based info gatherers. Apps/social media/websites don't purely use ipaddresses to track you.

  • I love it. Connected to snapper tools and it's saved me several times. I can boot to any snapshot in grub, and it's been way more reliable than Window's Restore Points ever have been.

  • I think in kde you can right click on the icon in the taskbar and choose 'show above other windows' or something similar.

  • It's the sale 'ol shit Different day Gotta get up Gotta get up

  • As former QA I also agree with this chart.

  • If you don't shy away from python, I just use the requests library most of the time:

    homeserver_url = "XXX"

    access_token = "XXX"

    room_id = "!XXX"

    url = f{homeserver_url}/_matrix/client/r0/rooms/{room_id}/send/m.room.message"

    headers = {"Authorization": f"Bearer {access_token}","Content-Type": "application/json",}

    data = "msgtype": "m.text","body": "Question of the day!",}

    response = requests.post(url, headers=headers, data=json.dumps(data))

    Alternatively I also have a bot I use in NodeRed connected to Home Assistant.

    Double Alternatively, I've used AppRise successfully within various tools like ChangeDetection to notify me via matrix.

  • Was about to watch it, then read "Please watch til the end. I guarantee you will not regret it."

    If I had a nickel for every time I've been promised that, and regretted it, I'd be a rich man.

  • Yes for any game without a publisher. Most indie games use publishers so they can get paid while they're making the game. It's really only the games made in a basement on weekends that may see a price improvement.

  • But the customers don't see this. You buy a $60 brand new game on epic vs steam vs nintendo vs prime vs anywhere else: the game isn't more expensive on steam because of their fees. The game is still $60, the publisher and studio make less money. In fact steam doesn't even set prices, the publisher does. Steam takes 30% to use the platform. Is that too much? Maybe, but this doesn't hurt the customer, this hurts the people wanting the profits, mostly the game publishers.

    Taking this down to 10% won't drop the price of the game, it reduces the amount of money steam gets. The publisher gets more money. That's what changes. A few small indie games where the studio is also the publisher might drop the price, but they will be few and far between.