There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

SteveFromMySpace ,

I feel kind of bad for shooter on the left just using stuff a lot of competitive shooters use and getting roasted for it incessantly lol

tyler ,

wait she’s getting roasted for it? I haven’t seen that. It just looks like people are making fun comparisons to me.

SteveFromMySpace ,

I guess it feels kind of implied but maybe that’s just me!

lunarul ,

She looks cool af in that pic, I can’t take the comparison as a roast.

eighty ,

Might just be me but I think this looks cool/cute af especially with the little plush

https://lemmy.world/pictrs/image/9b7ffcc0-ae02-4ee0-a723-d2c720b81d1b.jpeg

Gsus4 , (edited )

Anybody who knows about this: how do those gizmos help? E.g. earplugs are useful without performance-enhancing.

SteveFromMySpace ,

It’s all about directing eyes and blocking distractions

kboy101222 ,

Once you’re at this level, you’re looking to get improvements of a fraction of a percentage. I don’t know the specifics cause I’m not a pro shooter despite being American, but from other high level skill people I know, you hit a point where improvements basically plateau and you have to resort to increasingly niche products to obtain non skill improvements. If you want proof of that, check out calligraphy and fountain pen communities. The amount of money some people spend on things I didn’t know existed is wild.

(No bad judgement to those folks, I’ve gotten hard into map making and 3d printing lately, so I’m right behind you)

variants ,

Adjustable frames help keep the lens at the correct angle for your eyes if you tilt your head a certain way from my understanding. So if you tilt your head at a certain angle you can adjust the frame to keep your prescription from getting out of focus at that specific head tilt

henfredemars ,

All the debugging tools in the world doesn’t beat an excellent sense of intuition and putting that print statement exactly where it needs to be.

ryannathans ,

As linus says, if you need to use a debugger your code is too complicated

GBU_28 ,

Beep

Boop

Gloop

Glorp

Yeet

Yo

xmunk ,

echo __LINE__ . “Moon”;

Honestly if you’re not including the LoC in your debug statement I don’t even fucking understand you.

But yeah, senior devs know the power of breadcrumb debugging (because most of us were deeply scarred by gdb).

CanadaPlus ,

Did GDB do something bad at some point?

SpaceNoodle ,

No

quink ,

That’s console.trace() for all you JS devs out there.

GammaGames ,

And when you need something more complex


<span style="color:#323232;">console.log(1);
</span><span style="color:#323232;">[…]
</span><span style="color:#323232;">console.log(2);
</span><span style="color:#323232;">[…]
</span><span style="color:#323232;">console.log(3);
</span>
mattd ,

More like


<span style="color:#795da3;">console</span><span style="color:#323232;">.</span><span style="color:#0086b3;">log</span><span style="color:#323232;">(</span><span style="color:#183691;">'shit'</span><span style="color:#323232;">);
</span><span style="color:#323232;">[…]
</span><span style="color:#795da3;">console</span><span style="color:#323232;">.</span><span style="color:#0086b3;">log</span><span style="color:#323232;">(</span><span style="color:#183691;">'fuck'</span><span style="color:#323232;">);
</span><span style="color:#323232;">[…]
</span><span style="color:#795da3;">console</span><span style="color:#323232;">.</span><span style="color:#0086b3;">log</span><span style="color:#323232;">(</span><span style="color:#183691;">'ass'</span><span style="color:#323232;">);
</span>
pkill ,

tfw I recently worked on a side project where I was too lazy to change the log level but not sloppy enough to use raw printf so I’d just throw stuff into info and then remove the statements once I solved my issue

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines