vrek

joined 2 years ago
[–] vrek@programming.dev 7 points 1 day ago

But I was told to "shake it off" by the writers of ancient lore...

[–] vrek@programming.dev 25 points 2 days ago

Imagine that day of work... Thinking you'll go make some connections maybe troubleshoot an issue oh fuck it's a 500 lb bear!

[–] vrek@programming.dev 7 points 2 days ago (1 children)

Actually I think he screwed it

[–] vrek@programming.dev 6 points 3 days ago

Just for causing anarchy... Tell your mom "I love you dad".

[–] vrek@programming.dev 4 points 6 days ago

I used to write a bunch of work instructions at my previous job, not for customers but employees. It's definitely a skill but my God they can get long with all the details. I once wrote instructions with a part to screw a unit into a fixture. It took 5 pages, there was 1 screw.

[–] vrek@programming.dev 9 points 1 week ago

I'll always remember my grandfather's last words before he kicked the can... "hey, wanna see how far I can kick this can?"

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

Seems systemic... Spend trillions every year and never win a war since desert storm or ww2 before that. It's not budget, it's not man power either the military are doing something really poorly or there is some type of corruption somewhere taking that money...

[–] vrek@programming.dev 2 points 2 weeks ago (2 children)

I agree I'm just confused how us seems to spend so much on military yet lose every war. It's like a jock spending 12 hrs a day in the gym and losing every boxing match against the local chess club.

Not to mention so much news that we "rescued" one airmam from a down helicopter. Great, now compare that to D-day or any battle in the US civil war...no contest. We are using so many resources for "war" rather right or wrong doesn't matter, we do nothing but lose. I'd fire every officer in the military, you have an effective unlimited budget, you have millions of man hours at your disposal but consistently fail at every "war" since... Desert storm? Even that is questionable. Even before that have Vietnam... Lost... Korea... Didn't actually lose but still didn't win... Ww2 ok yeah we won with cooperation from most other countries.

US is a "super power" and spend more than the 9 countries in the top 10 of military spending but we always lose...wtf??

[–] vrek@programming.dev 4 points 2 weeks ago (7 children)

What I don't get if it's really such a priority from him and he is so mad...doesnt America have enough bombs to just level the region? Can't he just make a call and say "kill everyone, make it glass" and it would be done?

That would be horrible to do. I'm not condoning it and thousands of lives would be lost. That said in the 80s America could literally destroy the earth... With advancements in technology and the money we spent couldn't they just say "do it" and make the whole area done for atleast a few generations? How do they lose wars? If they are so dead set on this can't they just carpet bomb the entire country?

[–] vrek@programming.dev 2 points 2 weeks ago

From working in medical device if that's all the documentation he is writing I'm jealous.

[–] vrek@programming.dev 3 points 3 weeks ago

Absolutely. I got well acquainted with the regulations. The sad part is it was so slow to update anything nothing got updated.

This system needs to be operational by next week. It will be a month before its well made. This needs to be operational by next week. Ok, but then we can fix it right?

Not to mention any changes to anything got evaluated as either a notice update, a 90 day submission, or a full submission(6 months - 2 years depending on fda, bsi and severity of change). That's in addition to the actual work. I could make a change in a afternoon and may see it in production next year.

[–] vrek@programming.dev 4 points 3 weeks ago (4 children)

I worked in medical electronic manufacturing. Changing a single setting for ease of use to the operator was planned as a 2 year project. Literally change a 0 to 1 in one of the files....

 

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.

 

So background, my kid has seizures often. He is currently on 5 different medications to try to control it(plus 1 for sleeping and 1 for his liver enzymes) plus severe non verbal autism so he can't tell us if he already had his meds. Currently when it's medication time, it's always "did you give him his meds yet?" and we have no way of tracking how many seizures he actually has besides "alot more recently" or "it's gone down recently". Yes he had multiple doctors and this is NOT a post looking for health advice.

I am creating an app for phones(c# Maui) which will send json objects to a api to store/retrieve data in a database(when he last had medication x, when he has a seizure etc). It will probably only be used with in my family, maybe 20 entries a day on a really bad day(7 medications twice daily + 6 seizures to give a round number) but should be less then 10 transactions(most medications given at same time).

What's the cheapest/easiest was I can host something like this? I do not have a static ip. Yes it's health information but I'm only storing first names and tracking time of events, not too worried about hippa like security.

 

The only possible exceptions I can think of are fish(I imagine gills and mouth are not connected but don't really know). I am excluding bacteria and viruses and I believe they don't really breath(correct me if I'm wrong).

 

I know there choice of distro is really meaningless as you can install almost any program on almost any distro. But I have been playing with kali which is for security people and pen testers. Is there a similar distro for programmers? Like a few ides installed some profiling tools some virtual environment tools etc?

 
view more: next ›