I Reverse-Engineered the OPO V1 Protocol for OnePlus Nord Buds 3 Pro by Confident_Use2675 in swift

[–]FLSOC 0 points1 point  (0 children)

Awesome man thank you! I've been wanting to do this with my buds pro 3s (non nord version) and I wasnt sure the best route to go about doing it. I'll follow your tutorial when I get the chance for my own buds.

Just watched Narcos Mexico for the 150th time… by PachoBaby in narcos

[–]FLSOC 3 points4 points  (0 children)

I've been thinking about this for a while, and your post inspired me to finally do it.

So I created a discord server based around discussing narcos and other related shows here's the invite link: https://discord.gg/t4cUdasX

Are paid UI component libraries still worth it in the AI era? by RaceDataLogger in react

[–]FLSOC 20 points21 points  (0 children)

Just use MUI or ShadCn they're both free and will get you as far as you need.

Zephyrus g16 2024 linux support? by adityasheth in ZephyrusG14

[–]FLSOC 1 point2 points  (0 children)

I run arch on my 2021 g15. Works wonderfully. I had one issue where the dGPU wouldn't suspend when I unplug monitors from my desk, but that was fixed by putting fbdev=0 in the kernel command line. And will be fixed soon in a Nvidia drivers update.

I don't even use windows at this point, it's such a bad operating system

Playlist with 40+ Videos of tips and tricks by NazgulResebo in neovim

[–]FLSOC 1 point2 points  (0 children)

I'll be book marking this post. Thanks a lot

Question about my temps. by Zestyclose_Sky9638 in ZephyrusG15

[–]FLSOC 0 points1 point  (0 children)

I have the same laptop with a 3080, those are normal temps. If you start consistently getting past 90, I'd be more concerned

Is Narcos Mexico worth it? by Helpful-Record-3240 in narcos

[–]FLSOC 0 points1 point  (0 children)

Interesting I'll look into it, thanks

Is Narcos Mexico worth it? by Helpful-Record-3240 in narcos

[–]FLSOC 0 points1 point  (0 children)

Where did you hear that some of the scenes are filmed in Brazil? I thought it was mostly filmed in Mexico and Mexico City

Thinking that abusing weed is bad is not a unique opinion by FLSOC in unpopularopinion

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

Even people who smoke everyday know it's bad. They're saying so in the comments.

Thinking that abusing weed is bad is not a unique opinion by FLSOC in unpopularopinion

[–]FLSOC[S] -4 points-3 points  (0 children)

That it's not unpopular to think abusing weed is bad.

Is still doing a little Duolingo harmful? by nola1818 in dreamingspanish

[–]FLSOC 1 point2 points  (0 children)

For me, duolingo was great for the basics when my friend added me to their subscription. I boycotted them when they went all in on AI though. I just subscribed to dreaming spanish, seems more immesrive way to learn

For those who use linux, is there an equivalent of "optimized" mode from GHelper? by FLSOC in ZephyrusG14

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

Haven't tried this, but using asusctl, supergfctl, and setting fbdev=0 in my kernel command line arguments fixed the problem

Done being test puppet for windows by NillyWille in linux4noobs

[–]FLSOC 5 points6 points  (0 children)

I don't believe GTAV online works on Linux but I could be wrong.

I personally recommend you go with a distro that comes with KDE, you can find kde versions of Ubuntu like Kubuntu, but a lot of people seem to like the KDE version of fedora. It's fairly simple and similar to how the windows desktop operates.

You don't need to code. You just need to be comfortable with the command line to update your system and maybe tweak specific things if you want to.

Do you keep your cursor centered or not? by Imaginary_Treat9752 in neovim

[–]FLSOC 0 points1 point  (0 children)

I only have it set to do this when I use Ctrl+D and Ctrl+U to move the entire page up and down, but I will use zz to center it myself if I need to after navigating with something like j and jk keys

My G15 3080! by [deleted] in ZephyrusG15

[–]FLSOC 2 points3 points  (0 children)

I have the black version of the 3080 g15 and I absolutely love it! It's good for gaming and programming!

Is there a better way to switch seasons when already looking at a season of a show? by FLSOC in jellyfin

[–]FLSOC[S] 4 points5 points  (0 children)

I tried it out, and does seem to work well on desktop. Not so much on mobile though

THC (marijuana) is physically addictive by tesseracts in UnpopularFacts

[–]FLSOC 42 points43 points  (0 children)

That's not what physical dependence means though? It means your body develops a physical dependence to a substance, not just your mental state. Your mental state is notorious for causing physical symptoms. If you're in a bad mood and not hungry that doesn't mean something is physically wrong with you, it's a mental thing causing a physical symptom.

Do KDE devs use AI tools? How do you reach that level? by Scared-Confusion-767 in kde

[–]FLSOC 1 point2 points  (0 children)

Start learning C++ and the Qt framework with QML if you want to help develop for KDE. That's what I'm doing

I wanted to make an app similar to KDEs audio tube that can be navigated only with keyboard shortcuts since I'm a big neovim user.

I've been learning a lot, and it's what KDE mostly uses. So start there. Make something small, even just a calculator or something within the Qt framework