hactar42

joined 2 years ago
[–] hactar42@lemmy.ml 4 points 2 weeks ago

Every time I've opened an Office app this week it has given me some copilot welcome screen and opened it's own sidebar. I tried to use it to proofread a word doc and got prompted to purchase a license. So they basically just filled 1/3 of my screen with an ad.

[–] hactar42@lemmy.ml 4 points 1 month ago

I bought a 70" TV back in 2015 and it worked great until a couple of months ago when the screen suddenly went black. No amount of resetting or messing with it would fix it. Ended up ordering a new main board for around $125. Installed the new board and the TV works again. In fact I'm convinced the picture actually looks better.

During my research I found a lot of information about LED TVs. They basically only have 4 parts. A main board, LED backlight, LCD controller, and T Con board. From what I heard purple screens are often a cause of bad cables or the T-Con board. They are not complex, so if you are comfortable removing the back and messing with ribbon cables, then you can easily replace any part. Just try searching your model number on YouTube.

If you do go this route beware, there are a lot of places that say they have the boards, but they're really just a repair service. I was able to find a replacement board at shortcircuitsolution.com.

[–] hactar42@lemmy.ml 5 points 1 month ago (1 children)

My city of only 20k people in Texas has a similar app. Not sure what's going on in California

[–] hactar42@lemmy.ml 7 points 1 month ago

Thanks, that helps me understand it better. In my head I was comparing it to systems like apartheid. Which with apartheid there are clear economic benefits for the oppressors. Like cheap/slave labor and by having more opportunities than others. I'm not saying I agree with any of that, but I see why people would do it. But with the Taliban being such a part a patriarchal society to begin with, you would think at some point the oppression would have negative impacts on the oppressors. Of course, there I go trying to apply logic and reasoning for hatred and oppression.

I think the peacock comparison you made is perfect. I still can't comprehend how anyone could belittle another person to make themselves feel better, but it tracks. Thanks for the great response.

[–] hactar42@lemmy.ml 20 points 1 month ago (4 children)

Seriously, what is the point of trying to control women this way? Or really in any matter? I've never understood it. Are people really that scared and threatened by women? What is the end game for people who do things like this?

[–] hactar42@lemmy.ml 114 points 1 month ago (2 children)

Imagine not showing up to your job for 6 months and people just going, "hmmm, I wonder where they are."

[–] hactar42@lemmy.ml 70 points 2 months ago (30 children)

I could understand that if they were an overseas company, but they are from the US. That had to be one of the most incompetent customers service reps ever.

[–] hactar42@lemmy.ml 8 points 4 months ago (2 children)

So I have a conspiracy theory around that. Android used to put the volume slider at the top of the screen. At some point they moved it to the right side, and now blocks the skip button on YouTube. I won't doubt this was done on purpose, so if you lower the volume for an ad, you will be forced to watch more of it.

[–] hactar42@lemmy.ml 20 points 6 months ago (3 children)

Don't forget the situations where you find a good blog post or article that you can actually follow along until halfway through you get an error that the documentation doesn't address. So you do some research and find out that they updated the commands for one of the dependency apps, so you try to piece together the updated documents with the original post, until something else breaks and you just end up giving up out of frustration.

[–] hactar42@lemmy.ml 44 points 7 months ago (3 children)

Reminds me of a guy I knew who kept getting letters for a $10 parking fine he got while at university. He waited until they spent more in postage than the fine before paying it.

[–] hactar42@lemmy.ml 7 points 10 months ago (1 children)

Do CentOS next

[–] hactar42@lemmy.ml 29 points 1 year ago (1 children)

All extremely valid points. Especially...

  1. your mindset needs to change: you‘re now a guy responsible for implementing rdp correctly, embrace open source and make it work for everyone. See the amount of influence you can actually have.

This is the mind set I need. I was most likely so frustrated at the driver issues by this point, I probably didn't give it the go it needed. Like I said when it came to compiling a dev branch, I just said f it. Hopefully I'll get some time in the coming days to approach it with a fresh mindset.

260
submitted 1 year ago* (last edited 1 year ago) by hactar42@lemmy.ml to c/linux@lemmy.ml
 

I've been an IT professional for 20 years now, but I've mainly dealt with Windows. I've worked with Linux servers through out the years, but never had Linux as a daily driver. And I decided it was time to change. I only had 2 requirements. One, I need to be able to use my Nvidia 3080 ti for local LLM and I need to be able to RDP with multiple screens to my work laptop running Windows 10.

My hope was to be able to get this all working and create some articles on how I did it to hopefully inspire/guide others. Unfortunately, I was not successful.

I started out with Ubuntu 22.04 and I could not get the live CD to boot. After some searching, I figured out I had to go in a turn off ACPI in boot loader. After that I was able to install Ubuntu side by side with Windows 11, but the boot loader errored out at the end of the install and Ubuntu would not boot.

Okay, back into Windows to download the boot loader fixer and boot to that. Alright, I'm finally able to get into Ubuntu, but I only have 1 of my 4 monitors working. Install the NVIDIA-SMI and reboot. All my monitors work now, but my network card is now broken.

Follow instructions on my phone to reinstall the linux-modules-extra package. Back into Windows to download that because, you know, no network connections. Reinstall the package, it doesn't work. Go into advanced recovery, try restoring packages, nothing is working. I can either get my monitors to work or my network card. Never both at the same time.

I give up and decide it's time to try out Fedora. The install process is much smoother. I boot up 3 of 4 monitors work. I find a great post on installing Nvidia drivers and CUDA. After doing that and rebooting, I have all 4 monitors and networking, woohoo!

Now, let's test RDP. Install FreeRDP run with /multimon, and the screen for each remote window is shifted 1/3 of the way to the left. Strange. Do a little looking online, find an Issue on GitHub about how it is based on the primary monitor. Long story short, I can't use multiple monitor RDP because I have different resolution monitors and they are stacked 2x2 instead of all in a row. Trust me I tried every combination I could think of.

Someone suggested using the nightly build because they have been working on this issue. Okay, I try that out and it fails to install because of a missing dependency. Apparently, there is a pull request from December to fix this on Fedora installs, but it hasn't been merged. So, I would need to compile that specific branch myself.

At this point, I'm just so sick of every little thing being a huge struggle, I reboot and go back into Windows. I still have Fedora on there, but who would have thought something that sounds as simple as wanting to RDP across 4 monitors would be so damn difficult.

I'm not saying any of this to bag on Linux. It's more of a discussion topic on, yes, I agree that there needs to be more adoption on Linux, but if someone with 20 years of IT experience gets this feed up with it, imagine how your average user would feel.

Of course if anyone has any recommendation on getting my RDP working, I'm all ears on that too.

view more: next ›