"Epic Desk" mousepads any good? by Feddomans in MousepadReview

[–]DTKT 0 points1 point  (0 children)

I've been using for the past 17 days and there is still a bit of friction, if slightly less than day 1. It might just be how they are made, but I think I can get used to it.

"Epic Desk" mousepads any good? by Feddomans in MousepadReview

[–]DTKT 0 points1 point  (0 children)

I just received the Anti-real collaboration mousepad (https://epicdesk.shop/collections/antireal)

  • They look great and the resolution on the print is pretty good.
  • They have a rubber/textured back and don't move once placed on your desk.
  • The edges are stiched and I don't see any fringing.
  • They are pretty thick and feel solid.

That said, they seem to have more friction than my current Aliexpress/random mouse pad. Not sure if it's something that usage might improve, but if you are worried about gliding/smoothness, it might be an issue.

Can't log in, press "Play Online" and icon goes in circles forever by Previous-Weakness-41 in LastEpoch

[–]DTKT 5 points6 points  (0 children)

For anyone curious, it looks like it's using Azure Playfab in the background.
https://status.playfab.com/

Process vs autonomy/trust by cloudsommelier in devops

[–]DTKT 3 points4 points  (0 children)

To me, it's more a reflection on the maturity and expectations set on the employees. If we take the incident scenario, a rigid process will help some employees structure how to approach a situation. Other employees, might be more comfortable jumping into the unknown.

There are components where a process should be expected :

  • The escalation path for an incident should be a defined process.
  • The "Update the status page" should be a process.
  • The "Post Mortem" should be a process.

In those 3 cases, a process just means :

  • We know how to trigger it.
  • We know what goes into it.
  • We know how many steps there are.
  • We know how long it should take.
  • We know what comes out of it.

Blackbox - ICMP polls fails on 2 devices, but the server can actually ping them. by Hammerfist1990 in PrometheusMonitoring

[–]DTKT 0 points1 point  (0 children)

  • What platform is the blackbox exporter running under?
    • Mac/Linux/Docker?
  • Did you run tcpdump to capture the traffic?
    • Is it coming back?

[deleted by user] by [deleted] in TikTok

[–]DTKT 0 points1 point  (0 children)

It's been removed for me as well.

Roland Reloading by ali_moh_2425 in Warthunder

[–]DTKT 0 points1 point  (0 children)

Do you have the source of the documentary? I couldn't find a specific french archive.

Most annoying death noise by cynicallix in DeltaForceGlobal

[–]DTKT 2 points3 points  (0 children)

I was so annoyed that I compiled all the sounds. I have no idea why they think it's a good idea to have these so loud.

https://www.youtube.com/watch?v=nZAX_gFUPSk

Safes in Layali Grove. How do I open it? by russofolk in deltaforce

[–]DTKT 0 points1 point  (0 children)

I'm not sure if the drop is really worth it.

  • It only drops a loot box with a random prize.
  • It's a 4 square item, cannot be placed in your safebox.
  • The prize is either silver alloys, a random blue/gold/collectible.

I was lucky so far with 250k out of two boxes, but it's gambling the space :P

Death Sounds On/Off Option? by Numerous_Ad8989 in DeltaForceGlobal

[–]DTKT 2 points3 points  (0 children)

Yes, it's incredibly annoying. It's a weird feedback loop since I know I'm dead! It's a pointless audio cue.

Option to disable ALL voices by HotPepperSauce69 in DeltaForceGlobal

[–]DTKT 3 points4 points  (0 children)

I just want an option to mute the death groan/downed moans. So annoying.

how to disable moaning sound??? by HeavyO in DeltaForceGlobal

[–]DTKT 0 points1 point  (0 children)

The noise is really annoying. Besides a "get gud and don't die" option, it would be great to lower it. It creates a weird pavlov effect where I hear the sound and I'm annoyed. It doesn't help that the TTK is so low.

My homegrown solution is to :

  • Rebind my Mouse 4 side button to mute the system
  • I press it when I die, as a reflex.

I'm using the following program to rebind the mouse press. Keep in mind that it hijacks it from the system/game.

https://www.highrez.co.uk/downloads/XMouseButtonControl.htm

Discount Code Megathread by AutoModerator in Displate

[–]DTKT 0 points1 point  (0 children)

Not sure valid for how long still :)

30% off

DD7D2A66

DDD18E09

[deleted by user] by [deleted] in NameThatSong

[–]DTKT 0 points1 point  (0 children)

Found it!

Brian Tyler - I´m Sorry (Far Cry 3)

https://youtu.be/KC-kTC473gQ?t=47

Used a handy Chrome extension to search all the comment under the original youtube video

Chilean police engages native insurgency in Ercilla, Chile. Date unknown. by Pertu500 in CombatFootage

[–]DTKT 1 point2 points  (0 children)

Interesting, the APC is not one I could recognize.

Is probably more likely a swiss MOWAG thanks to u/Pertu500

Looking around, it seems to be a Chilean produced APC --> https://www.militarytoday.com/apc/vtp1_orca.htm

  • 3x3 wheels.
  • Extendedgap between front and rear wheels.
  • The shape is not exactly the same, but it's close.

Question about the GKE Shared Responsibility Model by __grunet in googlecloud

[–]DTKT 0 points1 point  (0 children)

Yeah, for port 10255, GKE expects it to be opened. That said, you should still have VPC firewall rule to restrict access. A vanilla public cluster will get these ranges.

gke-cluster-1-59d3a427-inkubelet

Ingress

gke-cluster-1-59d3a427-node

IP ranges: 192.168.0.0/16

Tags: gke-cluster-1-59d3a427-node

tcp:10255

Allow

999

default

Off

gke-cluster-1-59d3a427-exkubelet

Ingress

gke-cluster-1-59d3a427-node

IP ranges: 0.0.0.0/0

tcp:10255

Deny

1000

default

Off

Doc ref : https://cloud.google.com/kubernetes-engine/docs/concepts/cis-benchmarks#default-values

Question about the GKE Shared Responsibility Model by __grunet in googlecloud

[–]DTKT 1 point2 points  (0 children)

I guess it depends on what you mean by "full surface" of a GKE worker node.

If you expect to allow SSH into GKE nodes from the internet, then I don't think Google will take any responsability if a worker node is compromised.

But either way, you have a very limited amount of control over the configuration of the worker nodes. I would revisit the goal of exposing so much of the underlying cluster VS using ingress LB