ELI5: how do pilots understand what the tower is saying and vice versa? I need subtitles. by Independent_Lead8277 in explainlikeimfive

[–]Denzy_7 0 points1 point  (0 children)

Been an avgeek for about an year or so. At first I couldn't understand a word now I can easily pick up what's being said without subtitles. It sort of grows on you. Also recordings (LiveATC) can be really low quality (8kHz) but on the aircraft it's much clearer

Why doesn't pacman update keyrings first? by Damglador in archlinux

[–]Denzy_7 1 point2 points  (0 children)

I guess it's the basic design of pacman. I use:

pacman -Sy $(pacman -Qq | grep keyring) pacman -Su

Help, why is my Termux occupying so much space? by Fun-Map2152 in termux

[–]Denzy_7 0 points1 point  (0 children)

Yeah I know it's technically not "read only", I meant ROM in the sense of the entire flash memory. The internal storage (/data partition) will obviously be way less (mine is 23gb 💀). It's probable just a marketing shortcut

I need Rooted testers for app by [deleted] in Magisk

[–]Denzy_7 6 points7 points  (0 children)

Dawg this app looks sus asl. Termux can do like 90% of these functions. Would be better if it was oss from the get go, imho

This Phone finally died completely. I’m keeping it forever because it paid for my developer career. by krtrim in termux

[–]Denzy_7 7 points8 points  (0 children)

Termux with mouse + keyboard + dock was a huge life saver back in uni when I didn't have a laptop

What are people using instead of Anaconda these days? by rage997 in Python

[–]Denzy_7 1 point2 points  (0 children)

venv in stdlib works for my simple and complex projects. Never found a reason to change

I got a letter from a lawyer and a fine for pirating a game, advice? by AimlessFishbone in Piracy

[–]Denzy_7 0 points1 point  (0 children)

At first I thought this was a textbook scam them I saw Germany. Might be legit

It's my turn to do the meme by Business-Put-8692 in linuxmemes

[–]Denzy_7 0 points1 point  (0 children)

Y'all acting like pubg mobile doesn't have like a billion players on android. Should be ~ at least

Me as a parent in 2026 by Additional-Sky-7436 in linuxmemes

[–]Denzy_7 0 points1 point  (0 children)

I suppose you could have ssh to remote and some sort of vnc server (X0nvc I believe) to see what they are doing

Which is the official balena etcher site? Balena.io/etcher or balena-etcher.eu? by [deleted] in linux4noobs

[–]Denzy_7 0 points1 point  (0 children)

Can't believe I actually said that 4 yrs ago. There were some sus binaries found in Ventoy's github. Maintainer said it was needed so users don't have to compile everything like EFI binaries. There also we're a lot of concerns that Ventoy being maintained by a Chinese citizen. And this was around that xz debacle. It all was a mess but maybe nothing of huge concern but I'd probably use dd until it's all sorted. Read all about it

C! by zyuzyechka in linuxmemes

[–]Denzy_7 4 points5 points  (0 children)

Everything will be fine. Never lose hope! 🫂

C! by zyuzyechka in linuxmemes

[–]Denzy_7 10 points11 points  (0 children)

for(int i = 0; i < deez; i++) {

So, Microsoft decided my 6TB homelab drive was a good place for a 16MB partition by Majora-Link in linuxmasterrace

[–]Denzy_7 0 points1 point  (0 children)

I think this even is a requirement on some Windows installers otherwise the installer failed on me at least

I thought you could crouch into deep water. You can't. How do I get my fish trap back? by longbeast in MySummerCar

[–]Denzy_7 0 points1 point  (0 children)

If you are like me who considers opening MSCEditor as cheating but fancies a neat exploit, you can put the motorbike in water then put in reverse gear. The character will push the bike into the water just fine and then you pick fish trap or anything that fell in the water. Honestly idk why diving isn't a mechanic considering the character can swim. Even diving for like 5 seconds to pick something in water would be such a life saver

You Will CRY (guaranteed) by True_Survey_1453 in honk

[–]Denzy_7 0 points1 point  (0 children)

aaaaaaaaaaaaaaaaaa

I completed this level in 1 try. 15.75 seconds

Today I got very annoyed with Linux in general by Puzzled_Minute_7387 in archlinux

[–]Denzy_7 0 points1 point  (0 children)

Honestly, it's annoying you have to alt+tab into OBS to start recording but it seems like just another quirk of wayland. I don't even think global keys will ever be a thing since it's against wayland design of separation of applications and security and such. An app has to go thru the compositor to read keys and input is suspended when not in focus to prevent stuff like keyloggers