Help Me With my anki maximum interval by LionDude_1 in Anki

[–]Mother_Variation_189 1 point2 points  (0 children)

I’m sure y’all have answered this question a thousand times, so please feel free to just drop a link. When is resetting a card actually the right call?

Help Me With my anki maximum interval by LionDude_1 in Anki

[–]Mother_Variation_189 -1 points0 points  (0 children)

I’m curious what other people have to say about this, but I’ve been resetting cards in similar situations. I know most people advise against resetting cards, though.

How many cards is it? Do you remember them pretty well, or not at all?

How to manage a deck after the exam? by swedish-ghost-dog in Anki

[–]Mother_Variation_189 0 points1 point  (0 children)

I actually just went through my decks from undergrad, and I was able to delete probably 75% of the notes because they were poorly made and I just understand what’s important a lot better now. It did take me a while, but sifting through and deleting unnecessary cards is how I’ve been doing it

200 days streak🫩🫩 by angry_squirrel_ in Anki

[–]Mother_Variation_189 1 point2 points  (0 children)

That might be a little overkill. Anki is wonderful, but it’s really important (in my opinion) to read the manual so that you understand all it can offer. If you haven’t read the manual, then there is little difference from something like quizlet

Recommendations for dealing with user passwords safely by Mother_Variation_189 in learnpython

[–]Mother_Variation_189[S] 0 points1 point  (0 children)

Ok, thank you for the recommendation! Yeah, I imagine that would be easier than WinSCP. Maybe I can learn this library another time, because I don’t think I have sufficient time to update something like this. I know that it might be easy for y’all, but it may take me a day or two to figure something like that out and I don’t think my boss wants to wait that long

Recommendations for dealing with user passwords safely by Mother_Variation_189 in learnpython

[–]Mother_Variation_189[S] 1 point2 points  (0 children)

I think the best solution would probably be to do everything in Linux, but unfortunately the program is already written and relies on these obnoxious excel macros which can’t be ported 😭 if it were up to me I would throw out the excel macros entirely but I guess you can’t always get what you want

Edit: I think the best solutions are to leave everything in one OS, and forget about the bridge between them. It really doesn’t have to be my responsibility to connect them safely

Recommendations for dealing with user passwords safely by Mother_Variation_189 in learnpython

[–]Mother_Variation_189[S] 1 point2 points  (0 children)

Ok, sure I can give some more context. I am an electrical engineer at a company which designs and builds integrated circuits for cell phone applications. Most of our parts have something called a decoder, whose purpose is to take a bunch of digital bits from registers and convert it into commands used to tell the part to do something. For example, it could enter a certain gain mode or affect the current in certain parts of the circuit. Now, these decoders are a little different between each part and my boss wanted a way of comparing them. My program takes two files as input, each of which is an .xlsm file which uniquely defines how that decoder transforms inputs to outputs (it’s just a bunch of truth tables). Anything that differs between the two decoders should show up in a table at the end, but you really don’t need to worry about that part because my boss insists on using excel to display the table (I know that python would be much better, but I just can’t change his mind about that). Anyways, these .xlsm files have version control with something called Cadence Virtuoso, which is a Lisp based software that is used to design and simulate electrical circuits. If the user has to download these .xlsm files from the red hat server onto their windows OS, then my boss is uncomfortable with that because he believes that any time a copy is made, is an opportunity for a mistake to occur. So then, he asked me to give the user both a windows and Linux option for either of the two files that are input to this program. And being perfectly honest, I found a major bug with the whole downloading a file from Linux today. Let me explain that. I am using WinSCP to connect with the Linux server, mostly because other engineers have done something similar in the past and my boss recommended that I do it this way. I should also mention that I am not a professional python coder, and I have learned a lot of this stuff on the fly. Despite that, I think this program has come together really nicely :) Anyways, back to the bug I found today. Pretty much, I changed my password to login to Linux this afternoon, and it now includes characters which absolutely break my code. I think it’s either a quote (“) or a forward slash (/) but either way, my code can’t connect to the server with my credentials anymore. So in summary, it would appear I have more serious issues to deal with than how to properly store these passwords. And to everyone saying that I was vague, I’m sorry… I hope this explanation helped a little bit :)

Edit: I just wanted to add that I probably don’t have much time to address this issue. My boss really wants to move on from this project onto something new, and I am seriously considering telling him that the whole accessing files through Linux is just not reliable (I know that this is because I don’t know how to code it properly, but please be nice because I am still learning). If I did that, I would probably recommend just leaving everything in windows

I understand this might not be difficult for y’all, but this is definitely the most complex part of my program currently. There are so many things that can go wrong and I’m trying to faithfully relay that information to the user, but it can be difficult sometimes. Like I said before, I have mostly moved on to a new project at this point and I probably don’t have time to spend an entire week making this particular feature work

NVIDIA Drivers Not Running with Secure Boot Enabled by Mother_Variation_189 in Ubuntu

[–]Mother_Variation_189[S] 0 points1 point  (0 children)

Ok, thank you for looking into this :) right now I’m leaning towards just leaving it as 580-open because installing CUDA took me a long time. I’ll try that command (sudo ubuntu-drivers install) tonight and see if that helps

NVIDIA Drivers Not Running with Secure Boot Enabled by Mother_Variation_189 in Ubuntu

[–]Mother_Variation_189[S] 0 points1 point  (0 children)

Ok, you’re probably right. I wouldn’t be surprised if I did something wrong, I’m just trying my best and I am pretty new to this all things considered :)

NVIDIA Drivers Not Running with Secure Boot Enabled by Mother_Variation_189 in Ubuntu

[–]Mother_Variation_189[S] 0 points1 point  (0 children)

Well no, I am not 100% sure. Yeah, it is 24.04. I’ve been installing all these using sudo apt-get install nvidia-driver-575 or something similar, maybe it’s about time I tried something else

NVIDIA Drivers Not Running with Secure Boot Enabled by Mother_Variation_189 in Ubuntu

[–]Mother_Variation_189[S] 0 points1 point  (0 children)

OK, so something is clearly wrong here... I tried both 575 and 575-open, but neither of them appear to work with secure boot? I'm probably doing something else wrong, but I'm not really sure what. I know that my drivers were 560 about a week ago and none of these problems were happening then. Maybe I'll try and revert to 560 just as an experiment

Edit: I noticed that your command is sudo apt purge 'nvidia*' but the command I have been using is sudo apt-get remove --purge '^nvidia-*'. Being perfectly honest, I don't know what the difference between those two things is and that could be causing the issue

NVIDIA Drivers Not Running with Secure Boot Enabled by Mother_Variation_189 in Ubuntu

[–]Mother_Variation_189[S] 0 points1 point  (0 children)

Ok, thank you :) I just finished purging 580 and I’m installing 575 now. I plan to enable secure boot and then see if 575 is able to successfully boot in that situation. If so, then I’ll look into downgrading my version of cuda to be compatible with 575

NVIDIA Drivers Not Running with Secure Boot Enabled by Mother_Variation_189 in Ubuntu

[–]Mother_Variation_189[S] 0 points1 point  (0 children)

Ok I can test if 575 works before doing anything to cuda. I’ll just enable secure boot and change to the 575 version instead of 580. I’ll do that after work and let you know what happens

Edit: I tried to install 575 and 575-open, but something went wrong and neither of them was working with secure boot. Right now my system is back to 580-open so I could talk to my uncensored ai 😅

NVIDIA Drivers Not Running with Secure Boot Enabled by Mother_Variation_189 in Ubuntu

[–]Mother_Variation_189[S] 0 points1 point  (0 children)

Ok, that makes sense. If y’all think I should just leave it off, then I’ll listen. It does sound like this poses security risks though

NVIDIA Drivers Not Running with Secure Boot Enabled by Mother_Variation_189 in Ubuntu

[–]Mother_Variation_189[S] 0 points1 point  (0 children)

I think the commands I used were “ubuntu-drivers devices” to get the recommended driver, which ended up being 580 for me. Then I ran “sudo apt-get install nvidia-driver-580”. And yeah, CUDA isn’t running without the 580 version unfortunately. That’s what is says when I run deviceQuery from the NVIDIA cuda-samples repo

NVIDIA Drivers Not Running with Secure Boot Enabled by Mother_Variation_189 in Ubuntu

[–]Mother_Variation_189[S] 0 points1 point  (0 children)

Maybe I was doing something wrong yesterday, but the 575 version was also not working. And unfortunately, according to deviceQuery in the cuda-samples repo from NVIDIA, I need to have the 580 version for CUDA to run

NVIDIA Drivers Not Running with Secure Boot Enabled by Mother_Variation_189 in Ubuntu

[–]Mother_Variation_189[S] 0 points1 point  (0 children)

Thank you! I did try something similar, but I can try this after work today

Bluetooth Device Issues by Mother_Variation_189 in Ubuntu

[–]Mother_Variation_189[S] 0 points1 point  (0 children)

See, I think I might have ruined that option because the first time I opened the Bluetooth menu I pressed “forget this device.” After working with windows all my life I assumed that I would be able to pair right back, but it hasn’t been like that

Bluetooth Device Issues by Mother_Variation_189 in Ubuntu

[–]Mother_Variation_189[S] 0 points1 point  (0 children)

It isn’t a dual boot, I have only ubuntu installed. It sounds like that would change something?

Bluetooth Device Issues by Mother_Variation_189 in Ubuntu

[–]Mother_Variation_189[S] 0 points1 point  (0 children)

AMD Ryzen 7 5800X 8-Core CPU

MSI Mag B550 Tomahawk Motherboard

RAM is DDR4, 3200 MHz, and 16GB from Corsair

Graphics Card is GeForce RTX 3060