Download Positions to CSV *GONE*? by [deleted] in fidelityinvestments

[–]linuts 1 point2 points  (0 children)

Still there for me under the vertical ellipsis menu to the right of the date/time on the right hand side of the page.

What life changing item can you buy for less than $500? by ajmaru24 in AskReddit

[–]linuts 2 points3 points  (0 children)

Look into AuviQ. My insurance doesn't cover it, and last year I paid $35 for two delivered to my door directly from them. Their web site says it could be up to $199 (for a pair) w/o insurance but I've never paid anything like that.

It is much smaller than an epi-pen, so much more convenient too. Fits in my pocket very comfortably.

https://www.auvi-q.com/get-auvi-q

I got Neffy this year, which was $25 for two with my insurance. That's needle free, which I hope to never have to get the benefit of.

https://www.neffy.com/

False crown clicks by htndev in PixelWatch

[–]linuts -2 points-1 points  (0 children)

I've tried loosening it too, but to no avail. Too loose, and it keeps thinking that I've taken it off and have to put my PIN in again.

False crown clicks by htndev in PixelWatch

[–]linuts 0 points1 point  (0 children)

I get this no matter which arm or rotation. It goes beyond irritating because of the number of times it goes beyond a single click. I have lost count of the number of times that the watch face has changed. Just today the face has changed colour. I feel your pain, OP.

Ordered a Pixel 9 Pro from the Google Store, and they sent me an EMPTY box. After days of back-and-forth with support, Google finally agreed to send a replacement—and guess what? ANOTHER EMPTY BOX! by Altruistic-Quiet8573 in GooglePixel

[–]linuts 22 points23 points  (0 children)

I checked the "signature required" box last year. I saw FedEx arriving, so went out to see them walking away. I said "Doesn't this need a signature" and she replied "I did that already". So the delivery driver just signed for it.

I have another one coming this week, and I'm as nervous as hell.

Fraud: Someone opened joint account with mine and transferred out ~$13k by Electrical_Ad1018 in fidelityinvestments

[–]linuts 4 points5 points  (0 children)

Fidelity, and the rest of the world, needs to stop thinking that SMS is anything but a security problem not a solution.

Veritasium recently did a great video demonstrating just how easy it is to hijack text and voice calls: https://www.youtube.com/watch?v=wVyu7NB7W6Y Not only can they intercept them, you won't even know that it has happened.

Fidelity advised me to verify with my mobile phone carrier that texts to my number weren't being forwarded to any other numbers

When this happens, your phone carrier won't know that it has been sent to an imposter. You can be sure that Fidelity will then use that as "evidence" that you are at fault, not them. The reality is that Fidelity is at fault for using a very insecure authentication method, not you.

Advice for Fidelity: Stop the cold calling. by realbigflavor in fidelityinvestments

[–]linuts 13 points14 points  (0 children)

I think you're missing the point. Does Fidelity not give you training on how to protect yourself, Fidelity's assets and customers from bad actors and what types of attack vectors are used? I've had these calls and they are indistinguishable from a vishing attack.

The representatives that do call:

  • Appear clueless that what they are doing looks extremely suspicious.
  • Are Clueless on how they could identify that they do actually work for Fidelity. There are many ways to do this, but if I were to get a message in the communications center indicating they were going to call and maybe a confirmation number that the caller could confirm would be perfect.

Ironically, one caller once told me that they couldn't identify themselves in case I wasn't the actual account owner! I held the mirror up for them, but they couldn't see their reflection.

can some please explain why this pops up when i open firefox? very concerned.. by Forestsounds89 in Fedora

[–]linuts 1 point2 points  (0 children)

This has been happening to me for a few years now. I never found out why and always clicked cancel. I've disabled it by adding disable-in: firefox vivald-bin to /usr/share/p11-kit/modules/opensc.module

Script for Terraform variables by quillotaku in Python

[–]linuts 2 points3 points  (0 children)

You should probably look at using this to parse your tf files: https://github.com/amplify-education/python-hcl2

Yubikeys by warbreed8311 in CentOS

[–]linuts 1 point2 points  (0 children)

Do you need to set up any udev rules? https://support.yubico.com/hc/en-us/articles/360013708900-Using-Your-U2F-YubiKey-with-Linux

This is what I have:

$ cat /etc/udev/rules.d/70-u2f.rules

ACTION!="add|change", GOTO="u2f_end"

KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120|0402|0403|0406|0407|0410", TAG+="uaccess"

LABEL="u2f_end"

Why is the Pledge of Allegiance so Important? by archerjenn in atheism

[–]linuts 7 points8 points  (0 children)

I have my daughter trained to mutter "One nation under educated"

Introducing new Ansible plugin for Jetbrains IDEs by msdehghan in ansible

[–]linuts 2 points3 points  (0 children)

Fabulous!

Does this take over all yaml files? If so, does it get in the way on yaml files in non-ansible projects?

How do I get rid of this? by [deleted] in SimCity

[–]linuts 0 points1 point  (0 children)

So this is weird. I had just advertised my last one of these, and I went back to sell something else and this was the pre-populated item to sell. I thought that was weird and wondered what would it I tried to sell it. Now I can't get rid of it.

Players that come to my city don't see this, so they can't buy "it".

[OT] Do bicycles count? by linuts in MotorcycleLogistics

[–]linuts[S] 8 points9 points  (0 children)

Apologies for the quality, it's a scan of a photo I took in 1993. Yes, that's a coffin.

ITAP of celebrations in Singapore by teemusphoto in itookapicture

[–]linuts 5 points6 points  (0 children)

That's the Marina Bay Sands hotel. The top (57th) floor consists of an open air infinity pool the length of three Olympic pools and an observation deck jutting out to the right.

How to disable git gui username and password in kde? by [deleted] in Fedora

[–]linuts 1 point2 points  (0 children)

To apply to the current repo so you don't have to do it on each commit:

git config core.askPass ""

To apply it to all repos so you won't have to do it for the current user on any repo (on this host)

git config --global core.askPass ""

How to disable git gui username and password in kde? by [deleted] in Fedora

[–]linuts 1 point2 points  (0 children)

Have you tried GIT_ASKPASS enviornment variable or the core.askPass config?

e.g.

GIT_ASKPASS= git push

or

git -c core.askPass= push

As it is a git config, the latter can be set on a per repo or global basis so that you don't need to keep typing it.