vrek

joined 3 years ago
[–] vrek@programming.dev 1 points 4 minutes ago

Do you like pineapple upside-down cake?

[–] vrek@programming.dev 1 points 14 minutes ago

Btw the Nobel prize can be mailed to 7 main street for this revolutionary idea

[–] vrek@programming.dev 1 points 20 minutes ago (2 children)

Simple solution to all the heat waves...

Measure in Kelvin. It will now reach a brisk -233 degrees.

No more worry about heat! The temperature is so much lower!!

[–] vrek@programming.dev 2 points 58 minutes ago

I went out skiing and broke my... Armbonehiplegneckskull thing

[–] vrek@programming.dev 1 points 3 hours ago* (last edited 3 hours ago)

Significant research has also shown no great horned owl is a twix either...

[–] vrek@programming.dev 6 points 5 hours ago

I mean dick, the guy wiring the network while we do the electric didn't give his permission for me to send his picture to you...consent is very important!

[–] vrek@programming.dev 7 points 5 hours ago

Yeah fine but it's a bad teapot too... The tea was way too weak and barely warm nevermind hot

[–] vrek@programming.dev 1 points 5 hours ago (2 children)

Well I mean a snickers isn't a Twix...

[–] vrek@programming.dev 52 points 13 hours ago (2 children)

Mine gave 418 so I shoved a teabag in and poured water on it

It still doesn't work

[–] vrek@programming.dev 4 points 19 hours ago

Ok, i read the comments and... Now I'm regretting the cruisenart order on Amazon.... That saucepan though... Damn

[–] vrek@programming.dev 0 points 23 hours ago

I mean in a way if you are smart enough to get creative ways of cheating in an exam you deserve to pass.

[–] vrek@programming.dev 1 points 23 hours ago

Everytime I take my son to the doctor they offer them (usually multiple copies). He has a lot of health conditions so yeah it's often and across a lot of doctors, all do this but it seems useless.

 

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?

42
submitted 5 days ago* (last edited 5 days ago) by vrek@programming.dev to c/linux@programming.dev
 

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.

 

Those companies were all found to be pyramid schemes!

 

Well first someone would need to put a bank inside a whale...

 

I'm not looking for Chromecast but I have a Linux system hooked up to a TV and ether net. I want a way to pick a YouTube or Amazon prime or Netflix video on my phone and display it on the TV via the Linux pc. Is that possible? If so what software can do it?

 

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?

 

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?

 

For anyone interested agdq started today. Raising money for prevent cancer foundation and showing speed runs of video games. Available streaming on twitch and YouTube. Gamesdonequick.com

 

For anyone interested agdq started today. Raising money for prevent cancer foundation and showing speed runs of video games. Available streaming on twitch and YouTube. Gamesdonequick.com

 

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?

 

What os? What ide? What plug-ins?

 

I'll give an example. At my previous company there was a program where you basically select a start date, select an end date, select the system and press a button and it reaches out to a database and pulls all the data following that matches those parameters. The horrors of this were 1. The queries were hard coded.

  1. They were stored in a configuration file, in xml format.

  2. The queries were not 1 entry. It was 4, a start, the part between start date and end date, the part between end date and system and then the end part. All of these were then concatenated in the program intermixed with variables.

  3. This was then sent to the server as pure sql, no orm.

  4. Here's my favorite part. You obviously don't want anyone modifying the configuration file so they encrypted it. Now I know what you're thinking at some point you probably will need to modify or add to the configuration so you store an unencrypted version in a secure location. Nope! The program had the ability to encrypt and decrypt but there were no visible buttons to access those functions. The program was written in winforms. You had to open the program in visual studio, manually expand the size of the window(locked size in regular use) and that shows the buttons. Now run the program in debug. Press the decrypt button. DO NOT EXIT THE PROGRAM! Edit the file in a text editor. Save file. Press the encrypt button. Copy the encrypted file to any other location on your computer. Close the program. Manually email the encrypted file to anybody using the file.

view more: next ›