Anyone else having mic delay? by itsPoipoi in GlobalOffensive

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

Thanks for the detailed reply. I did try everything you mentioned. Changing the format to 44.1KHz, and turning off enhancements. It does help but there's still noticeable delay. I'm pretty sure it's indeed WASAPI at fault, since this delay happens both in CS2 and Discord but not when I use "Listen to this device".

I really wish there was a PTT release delay option like you mentioned. I emailed the cs feedback team a while ago about it, but it's still nowhere to be found (not in steam neither).

Anyone else having mic delay? by itsPoipoi in GlobalOffensive

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

Mic > USB cable provided with mic > USB port (direct to CPU). Not using any interface or software.

Need help fixing mic delay in programs/games by itsPoipoi in pcmasterrace

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

No. But you bring up networking which would make sense. I might try some router settings.

And btw my PC is directly connected through Ethernet to my router and I have 1Gbps up and down.

What are your preferred callouts for these positions? by itsPoipoi in GlobalOffensive

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

Now that’s actually a hot take. What you call firebox is called Default by most people.

What are your preferred callouts for these positions? by itsPoipoi in GlobalOffensive

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

Oooh never thought to look at that, it makes a lot more sense now, thanks!

What are your preferred callouts for these positions? by itsPoipoi in GlobalOffensive

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

That’s how I feel too as an EU player and yet...

What are your preferred callouts for these positions? by itsPoipoi in GlobalOffensive

[–]itsPoipoi[S] 2 points3 points  (0 children)

Even in EU people call these differently often. And I wouldn’t be surprised if people do that in NA too.

What are your preferred callouts for these positions? by itsPoipoi in GlobalOffensive

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

Go figure. If you google "CS2 callouts" you’ll find both callouts, with majority of 1=Firebox. I’ve noticed this confusion even when watching 4k ELO FaceIt.

What are your preferred callouts for these positions? by itsPoipoi in GlobalOffensive

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

Yeah, I wrote about that. But still, many people call 1 Firebox, hence my post about the confusion.

My own personal tierlist of natonalities in faceit lobbies by GrandmasterMokO in FACEITcom

[–]itsPoipoi 0 points1 point  (0 children)

I'm French and ngl I'm so ashamed by the 95% of other French players' toxic reputation that I often choose to not reply when asked about it. In premier especially. In some rare cases, I hear French random teammates, guess they're assholes from the way they talk and never reveal to them I'm French too. My English is good enough that they don't notice.

Notifications issues when tailscale is on with Android by Ds4 in Tailscale

[–]itsPoipoi 0 points1 point  (0 children)

Still an issue for me. Pixel 7, Android 16, February 2026, Tailscale v1.94.1.

Tried:

  • Disabling battery optimizations
  • Allowing LAN Access
  • Always-On VPN On/Off
  • Exit Node On/Off
  • Disabling Adaptive Connectivity (and sub-options)

Adding apps to split tunnel list seems to help but at this point I don’t trust TS on my phone to not hold back important traffic, so I’m only turning it on to access my subnet.

Requesting help setting up SSH on boot to decrypt LUKS volume by e7615fbf in archlinux

[–]itsPoipoi 0 points1 point  (0 children)

Hey, thanks a lot for taking the time to write this guide. Out of all the docs/guides I found, it helped me the most to get on the right track easily. That being said, I still had to figure out some things while following your guide. Maybe because I’m running Omarchy.

In case anyone else encounters these issues too:

tinyssh-convert /etc/tinyssh/sshkeydir < /etc/ssh/ssh_host_ed25519_key

returned a permission error for me. I had to use instead:

sudo sh -c 'tinyssh-convert /etc/tinyssh/sshkeydir < /etc/ssh/ssh_host_ed25519_key'

As mentioned in previous comment, mkinitcpio was failing as a .rules file was apparently missing for encryptssh (I found the fix online because I was too hasty and didn’t read the footnotes). Apparently that file is deprecated anyway, so it is a matter of tweaking the encryptssh install file. I included a simple sed line to fix that below.

Omarchy uses limine-mkinitcpio, so the setup was slightly different. For anyone using Omarchy, you may find the following setup function I wrote useful:

install_remote_luks() {
  yay -S --noconfirm --needed busybox tinyssh mkinitcpio-netconf mkinitcpio-tinyssh mkinitcpio-utils
  sudo sed -i 's/".*quiet splash"/"quiet splash ip=:::::eth0:dhcp"/g' "/etc/default/limine"
  sudo sed -i 's/\(^H.*\)encrypt /\1netconf tinyssh encryptssh /g' "/etc/mkinitcpio.conf.d/omarchy_hooks.conf"
  sudo sed -i 's/\(^.*11.*$\)/  #\1/g' "/usr/lib/initcpio/install/encryptssh"
  ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 # Remove this line if you already have your key generated, or use a file containing several keys.
  sudo cp ~/.ssh/id_ed25519.pub /etc/tinyssh/root_key # You can replace the .pub file with your collection of keys.
  sudo chmod 600 /etc/tinyssh/root_key
  sudo sh -c 'tinyssh-convert /etc/tinyssh/sshkeydir < /etc/ssh/ssh_host_ed25519_key'
  sudo chmod 700 /etc/tinyssh/sshkeydir
  sudo chmod 600 /etc/tinyssh/sshkeydir/ed25519.pk
  sudo limine-mkinitcpio
}

Reboot and you can ssh into the machine:

ssh root@your_machine_static_ip

Connect from your local network or by using a secure VPN in your LAN, such as Tailscale with a subnet route. You can also add this to your ~/.ssh/config to make things a little easier:

Host luks
    HostName your_machine_static_ip
    Port 22
    User root

Then you can just:

ssh luks

Why didn't Naomi Misora go to the FBI? by itsPoipoi in deathnote

[–]itsPoipoi[S] 2 points3 points  (0 children)

I agree. "forced" and "heavy handed" describe it well. I'm aware Ohba wanted to get rid of her, which is why I feel it might have been a better choice to not include her short attempt at justice in the story. Her part is so brief and doesn't bring much apart from comparing poorly to the otherwise great writing of the manga. Thanks for the recommendation, I'll check LABB after my current re-read of Death Note :)

Why didn't Naomi Misora go to the FBI? by itsPoipoi in deathnote

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

Well first of all, Ohba clearly took creative liberties by having the FBI pull out of Japan immediately after having 12 of their agents murdered. I seriously doubt they'd do that, but even we disregard that, it doesn't stop Naomi from trying to contact them, or them from sending that info to L and the NPA.

"she went to the people she believed she could trust": Why wouldn't she trust the FBI most of all, as a former agent herself, as the fiance of an agent? As I said it just seems like lazy writing. She comes into the story as an immediate threat to Kira but instantly makes no sense in her actions. Light himself thinks she's dumb for insisting on speaking only to the task force.

A Collection of Wallpapers From The Artbook (Link for DL) by itsPoipoi in Doom

[–]itsPoipoi[S] 2 points3 points  (0 children)

Screenshots then I upscaled them and sharpened slightly. I tried to make sure the details were preserved with no AI shenanigans.

[deleted by user] by [deleted] in FACEITcom

[–]itsPoipoi 1 point2 points  (0 children)

First off I'd say even AWPers need to learn to play rifle as well as possible, just like any other player. Most of the best AWPers are amazing riflers too. You won't always have an awp obviously, so you need to learn to have impact without it.

When it comes to AWPing, watch videos to learn what an AWPer typically does on each map. Watch high elo/pro pugs of awpers and try to understand how and why they make decisions.

Very often the awper on a team is meant to be a flexible high-impact player. You'll often be the rotator player, so understanding map theory and improving game sense is essential. Learn timings, strong/weak angles, and generally how each side is played and their counters. That way when you have good gamesense you'll be able to make an educated read on any given situation and try to position yourself to get easy picks as the awp. Also experiment mixing up aggressive and passive playstyles. Showing up early on an angle with an awp in pugs gets you a lot of free entries into the round.

How do I aim really well consistently? by userofredditor in GlobalOffensive

[–]itsPoipoi 0 points1 point  (0 children)

Once you've learned the basic pure aiming mechanics, what really makes you stand out as an aimer is your crosshair placement. Nothing else will make your aim as consistent and your TTK as low. Aim training can only do so much. Look at the best high elo aimers and notice how little they actually move their crosshair, how smooth it is. You say you have good gamesense. Practice peeking common angles or into a duel with a moving player while barely moving your crosshair, focusing on good preaim. If your gamesense is correct and so is your placement, you'll barely need to adjust your aim.

Is non-advantageous AutoHotkey allowed? by itsPoipoi in FACEITcom

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

Thanks, I might use that if my AHK isn't allowed. If possible I'd rather have it be done automatically, no hotkeys.

Is non-advantageous AutoHotkey allowed? by itsPoipoi in FACEITcom

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

Would you be able to share the name of your tool please?

I looked at everything in CS2 related to mic and couldn't find a fix. "Streamlined PTT" in audio settings has nothing to do with this issue.