I honestly don’t remember how pervasive the need for a PIN was on the Pixel Watch, but even if it was only for purchases, it would invariably take 10X as long to switch to the Wallet when I was at checkout, or I would fumble hitting the right numbers on the small screen.
With my phone, if I’m not unlocking it with my finger as I pull it from my pocket, I can do it as part of the payment process very easily.
The whole experience of paying with my watch was lacking. If the phone and watch are connected via BT, then I feel like the wallet on the watch should just work without a PIN. Or at most a voice confirmation.
I just sold my Pixel Watch and bought a Withings Scanwatch.
Daily charging is annoying. I stopped using it to pay because then I’d have to set up a PIN, and then type in the PIN every time I want to use it. I’m not without my phone and it’s more convenient to pay with.
I did like the health monitoring features, but the daily charging made it intrusive and another thing I had to actively monitor.
Scanwatch gives me 30 days of battery, all the health tracking, and some basic notifications, which is fine but I’d get it even without that.
I’m not always working in the office, and they’ve asked us to connect to VPN only if we need access to the internal network. Email and Teams work without VPN, but now you want me to log in for web access? A browser blocker is better imo.
Evolution doesn’t trend toward good it or bad, only what survives. It’s up to us to make sure only the good mutations survive.
Yeah this is what I’m doing now. I tried all of the tricks but they aren’t working. Unfortunately this dock is USB 2.0 so I think it will take quite a while. These are “only” 3TB drives, but I need to clean 2 of them before I can test. Hopefully sometime next week??? Haha.
Thanks, this looked really promising but didn’t work for me. lvremove said it couldn’t find the volume group and dmraid said that I have an unsupported sector size and it didn’t see any raid disks at me drive location.
I’m currently using dd to write zeros to the drives. I’m not sure how long that will take me on this old USB 2.0 dock.
I want to use RAID 1 but I’ve tried single disk as well.
hdparm wouldn’t let me run the security-erase or security-erase-enhanced commands. It was indicating an IO failure. I thought maybe that was due to me not giving the drive a file system so I went back to Disks and gave it one, but still no luck. When I give it a file system the drive mounts though, so no actual hardware issues that I can see.
I found a thread on another site about using dd to remove the last 1-10MB of a RAID disk in order to make their RAID appliance see the drives as unconfigured. That’s basically what I’m trying to do here so I followed those instructions but this Mediasonic bay is still not coming to life with the old drives. I might be at the point of sending it back and looking for something else.
Just for completeness, the command used to wipe the end of the drive is as follows where you specify the amount to wipe using the “mb” variable and you change /dev/sdX to the correct drive. From a thread on Stack Exchange.
disk=/dev/sdX && mb=10 && dd if=/dev/zero of=$disk bs=512 count=$(( 2048 * $mb )) seek=$(( $(blockdev --getsz $disk) - 2048 * $mb ))
I’ve never used this before so I’m not sure what to make of it. I am currently letting it analyze one of the disks and it’s seeing a lot of HFS+ blocks (I assume that’s what it’s reporting) and a handful of ext4. That makes sense I guess, since I’m not wiping the drive, just trying to delete any partition info and/or formatting.
The only thing that seems like it might affect how the disk looks when inserted is cylinder geometry but I don’t know enough about that to even guess at what to do with it. Is there something I should be looking for in testdisk?
Remember when Biden said some idiotic thing earlier in the war about how Ukraine wasn’t thankful enough and felt that support was owed to them? That’s when I knew Biden want taking this seriously. It was theatrics to him.
I went into the Mullvad settings a bit deeper to see why my Surface might be using wireguard tunnels while my desktop doesn’t. I didn’t see anything related to that, but I did notice that Mullvad has a “Lockdown Mode” which requires you to be connected to Mullvad in order to access the internet. I don’t have that active, but I wonder if it is in that mode anyway. I did a quick enable/disable of it to no avail.
I took a bit to reply because I wanted to wait for the next update to Mullvad. I just installed it this morning and even though I haven’t re-started the program, my network connection is dafaulting to go through the Mullvad wireguard servers which is letting everything work. I’m not sure why I have so many copies of the same wg0-mullvad server in my list so that seems suspicious.
Here are the resolv.conf and systemd/resolved.conf files… really nothing unique other than calling back to 127.0.0.53 for the nameserver like I showed before. My desktop has the same settings and nameserver though. The only difference is that Mullvad on my desktop is not using wireguard servers, so maybe that is causing the issue on my Surface?
# This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8).
# Do not edit.
#
# This file might be symlinked as /etc/resolv.conf. If you're looking at
# /etc/resolv.conf and seeing this text, you have followed the symlink.
#
# This is a dynamic resolv.conf file for connecting local clients to the
# internal DNS stub resolver of systemd-resolved. This file lists all
# configured search domains.
#
# Run "resolvectl status" to see details about the uplink DNS servers
# currently in use.
#
# Third party programs should typically not access this file directly, but only
# through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a
# different way, replace this symlink by a static file or a different symlink.
#
# See man:systemd-resolved.service(8) for details about the supported modes of
# operation for /etc/resolv.conf.
nameserver 127.0.0.53
options edns0 trust-ad
search .
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License as published by the Free
# Software Foundation; either version 2.1 of the License, or (at your option)
# any later version.
#
# Entries in this file show the compile time defaults. Local configuration
# should be created by either modifying this file (or a copy of it placed in
# /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in
# the /etc/systemd/resolved.conf.d/ directory. The latter is generally
# recommended. Defaults can be restored by simply deleting the main
# configuration file and all drop-ins located in /etc/.
#
# Use 'systemd-analyze cat-config systemd/resolved.conf' to display the full config.
#
# See resolved.conf(5) for details.
[Resolve]
# Some examples of DNS servers which may be used for DNS= and FallbackDNS=:
# Cloudflare: 1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 2606:4700:4700::10
01#cloudflare-dns.com
# Google: 8.8.8.8#dns.google 8.8.4.4#dns.google 2001:4860:4860::8888#dns.google 2001:4860:4860::8844#dns.google
# Quad9: 9.9.9.9#dns.quad9.net 149.112.112.112#dns.quad9.net 2620:fe::fe#dns.quad9.net 2620:fe::9#dns.quad9.net
#DNS=
#FallbackDNS=
#Domains=
#DNSSEC=no
#DNSOverTLS=no
#MulticastDNS=no
#LLMNR=no
#Cache=no-negative
#CacheFromLocalhost=no
#DNSStubListener=yes
#DNSStubListenerExtra=
#ReadEtcHosts=yes
#ResolveUnicastSingleLabel=no
#StaleRetentionSec=0
In Soviet Amerika, MS Windows throw you.
Not sure where I was going with this one honestly. Started as a callback to Russia owning the White House and then I theew in some corporate twist and couldn’t figure out how to land it.
We have an asteroid incoming, so there’s hope…
No, unfortunately. It consistently works when connected to Mullvad on both wireless and cellular networks. It briefly worked without Mullvad after a routine software update but its back to its old ways.
What I should probably do next, just to be thorough, is boot Mint or Tails from USB and see if it all works.
Since I dont keep anything on this device, reinstalling wont be a major pain. Ive just had enough other things going on that this hasn’t bubbled to the top of my list.
So THAT’S the “Great” that they want to make America again…
The term ‘magat’ is just so on the nose, no matter how deep you go with the analogy.
A maggot is a mindless sack of flesh that wriggles and writhes all over itself and its neighbors, feeding on a constant diet of rot and decay. And if it survives that stage? It becomes a fly, attracted to steaming piles of shit, regurgitating the same diet that it feeds on just to consume it again, and then buzzing off to distract, annoy, and generally piss off the regular folk who are just trying to get on with their day.
You are what we like to call “confidently incorrect”.
Well, when we’re trying to be nice, anyway.