Spyke

Posts

casualconversation·Casual Conversationbyvrek

What's your weirdest dream?

Last night I dreamed I was having some sort of oral surgery but the surgery ward was also an unrelated production floor. They gave me anesthesia(six different chemicals all given orally) and told me to sit down and wait. As I sat down a nurse told me to "I got your soup for after surgery since you'll probably be hungry". I then had to move to let production continue and some kid in a red shirt ran over came over took my soup and ran away, I chased him but before I caught him he poured the whole thing out onto the parking lot. I finally caught him and asked why he stole it he said "so you can't have it". I went back inside and looked for the nurse to get more soup. I couldn't find her, I kept looking at the door, a bunch of people kept coming in but never the nurse. I woke up before I ever found the nurse to get more soup.

It was pretty weird, what's your weirdest dream?

View original on programming.dev
25
casualconversation·Casual Conversationbyvrek

What's the craziest thing you were told by your friends as a child?

Nothing serious, this is for fun. My example was a friend told me you get computer viruses if you use disks that were dropped on the ground outside. His logic was he was told you get sick if you eat stuff off the ground. Sickness is caused by viruses. Computers can get viruses. Computers "eat" floppy disks. So if you put a dirty floppy into a computer you will make it sick by giving it a virus.

Yes it's mostly wrong but you can sorta see the logic...

View original on programming.dev
29
nostupidquestions·No Stupid Questionsbyvrek

How would you evaluate having more pay vs an easier job?

What I mean is everyone wants both. And I'm not talking huge differences. I don't mean go from 30k per year to 120k per year or going home sweating everyday to watching Netflix most days. What brought the question up was I was in hospital and the computer the scanned all the medication and machines into was on my right side of bed and Iv pole where all medications were on my left. Nurses also had to deal with wired scanners which they had to hold up above the bed to walk around. Not a huge problem but cover 30 rooms with 4-16 different medications to swap out per day was probably a major pain(nurses can chime in disagreeing).

Another thing I've seen is people in a warehouse with systems logging all locations a product could be in and saying yeah we have some of that in one of these and they have to walk around to check several locations to find which still has some.

So you want a 2k-6k raise... If your job was easier how much would that make you stay instead of just demanding a raise?

Edit: this is not a real situation but say I have 4 employees under me and an extra 25k in budget. Would you prefer a raise or to improve your job?

View original on programming.dev
41
casualconversation·Casual Conversationbyvrek

I hate my brain... I'm unemployed and dream of work

I don't mean like I fantisize of it. I literally dream of it in sleep. Like last night I dreamed about inspecting welds under a high magnifying microscope. Then a woman comes up and asks a unrelated question so I get up and go help her fix an electrical test system. I don't really know the solution so I just list off two people who probably know and helped with similar issues I had and then I woke up.

God damn it brain if I'm going to work for you then I should get paid by you...

Other day I was making a spreadsheet in excel. After a while I got up to go to coffee machine. A former Co worker comes up and tells me about his daughter going to school that morning. I just wanted some coffee but it didn't matter. I had to listen to this guy's daughter school drop off. Then I woke up in real life...

View original on programming.dev
40
nostupidquestions·No Stupid Questionsbyvrek

People who work in medical offices, has anyone ever called to verify a doctor note for work or school?

Obviously like prescriptions are different to ensure safety and dosages and such. I mean like the notes to show that you or your child actually went to the doctor. Has anyone ever called like "hi, yeah so I just wanted to confirm my employee John saw your employer yesterday and confirm they are a real doctor"

I can't imagine any manager actually has enough free time and enough pettiness to actually do that, am I wrong?

View original on programming.dev
91
linux·Linuxbyvrek

How to fix audio not working? SOLVED!

Running Debian sid and it mostly works (still struggling with Nvidia drivers for video). Last night I was watching a video and everything was fine, sound worked. Son was in room "asleep". I left to use bathroom and then he came looking for me. I don't know what happened while I was in bathroom but now I hear nothing out of speakers. If I reboot into windows sound works so it's not a physical issue. Reboot back into Linux no sound. Boot off flash drive Linux, no sound but I think that was always true and was a alsamixer issue on flash drive Linux setups. Volume on YouTube turned to 100, verified not muted, volume in KDE at 100 and not muted. Physical volume on speakers at 100, volume knob on keyboard at 100 and mute not engaged. All volume sliders in alsamixer maxed out. Simple setup, 2.1 speaker system plugged into sound output on motherboard no mixer or fancy equipment.

Son is non-verbal and severally autistic so I can't ask him. Whatever happened was almost definitely an accident but I can't figure out what happened. I see like a lighter bar moving on the KDE volume slider which seems to match expected video audio so I believe KDE is receiving the signal to play sound but nothing comes out of speakers. He struggles to feed himself soup or cereal so it's not like he found some super secret command and is playing joke. Something seems to be accidently hit and is blocking sound... Maybe a mute hot key not synced to main audio controls so it's not obvious that it's active???

Edit... This is solved. KDE mixer and alsamixer made no change but changing the output in pavucontrol fixed it. I have no idea why or how. Thanks for everyone who recommended it.

View original on programming.dev
41
linux·Linuxbyvrek

Is an old raspberry pi useful for anything based on Linux?

I don't expect much but I found an old pi I bought probably 2016(may of been 2017). It was supposed to be a pi-hole but was never able to get the dns forwarding to work on my modem. It still works but wanted to somehow convert it to a regular distro(it's based on a micro-SD and I don't have any more microsd readers). I wanted to set it up as a basic system I could ssh into a terminal. Not expecting anything fancy or even graphic based. A lot of stuff I want to learn/practice "work" on windows but are native to Linux, like vim/neovim nmap gcc etc. Is this feasible? Am I under estimating what's possible with it?

View original on programming.dev
45
linux·Linuxbyvrek

Is a old raspberry pi viable for anything with Linux?

I don't expect much but I found an old pi I bought probably 2016(may of been 2017). It was supposed to be a pi-hole but was never able to get the dns forwarding to work on my modem. It still works but wanted to somehow convert it to a regular distro(it's based on a micro-SD and I don't have any more microsd readers). I wanted to set it up as a basic system I could ssh into a terminal. Not expecting anything fancy or even graphic based. A lot of stuff I want to learn/practice "work" on windows but are native to Linux, like vim/neovim nmap gcc etc. Is this feasible? Am I under estimating what's possible with it?

View original on programming.dev
64
programming·Programmingbyvrek

What's the weirdest bug in a program you found in a project you didn't write?

I thought of this after a recent bug I found. I use Vivaldi browser and recently it updated. After the update my mouse cursor was not visible when within the browser window. Other programs worked fine. I tried visual studio and steam and epic game store all had my mouse, Vivaldi didn't.

I closed all instances of Vivaldi via task nanager(was unable to click the x) and restarted it. That fixed the bug and I haven't been able to replicate so I don't have anything to submit for a bug report. Just a really strange thing.

What have been your weirdest bugs?

View original on programming.dev
92
privacy·Privacybyvrek

Question on your feelings about accounts

So I've been working a program, exact details don't matter, which stores information in a database(either locally hosted or privately hosted by user). Basically it's to store a history of seizures and medication, so you can give it to a doctor and see something like "well most seizures occur in morning so let's give medication at 6am instead of 8am" or something like that. To do that requires two "accounts" one for caregiver and one for patient(idea is for parents of a child with medical issues). It requires accounts to see like "dad gave medicine at 7pm" or "mom saw child 1 have a seizure at 230pm". These are basically just names stored in the local/private database, I will not no them or track them.

I don't want to deal with hippa or be responsible for medical data so I specifically don't want to host the data. Assuming you had a use for this and the ability host the database would you be turned off by the requirements of "accounts" even if you completely controlled them?

View original on programming.dev
14