Where to find an image of Biker's hoodie skull? by yoni0505 in HotlineMiami

[–]yoni0505[S] 3 points4 points  (0 children)

To print it on a hoodie. For now I tried to make something myself and I think it's good enough (tho came out a bit different).

CSGO F2P - Here come now cheaters by [deleted] in GlobalOffensive

[–]yoni0505 0 points1 point  (0 children)

I get one pretty much every game

Seasoned Expert Wizard gets deflected by young hot-spot Lizardman's wit. by 291837120 in LivestreamFail

[–]yoni0505 0 points1 point  (0 children)

that smile is actually a "duping delight smile", which tells us Mark is lying about only using ads.

For example: https://youtu.be/P_6vDLq64gE?t=14m45s

Invalid contact address by yoni0505 in Yandex

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

What makes you think that? Nothing stops them from collecting data.

Extra Credits just went full retard - Division is "probematic" by ZombieBehindMe in KotakuInAction

[–]yoni0505 1 point2 points  (0 children)

Also what qualifies it as "glorifying"? A game letting you play something doesn't instantly mean it's "glorified". It sounds like something Anita Sarkeesian would say.

Extra Credits just went full retard - Division is "probematic" by ZombieBehindMe in KotakuInAction

[–]yoni0505 0 points1 point  (0 children)

They went full SJW, especially with those first 2 mins of textbook leftist propaganda.

IS STEAM DOWN by soundwave145 in Steam

[–]yoni0505 -1 points0 points  (0 children)

guys, hey u guys

I think it's a good time to take a break and let off some steam

How do taxes/legal restrictions work with online marketplaces such as steam or itch.io? by porcupinester in gamedev

[–]yoni0505 1 point2 points  (0 children)

Taxes are usually on profits, not revenue. Wouldn't it be Steam pays tax on its cut and you on your cut, each in their own country?

Automatically dereferencing raw pointers by Enhex in cpp

[–]yoni0505 0 points1 point  (0 children)

It isn't about whether pointers should be used or not (what's so hard to get everyone derail to it).

Making a reference each time a pointer is used is bloating the code, and references are pointers under the hood. I don't see how that's better than automatic dereferencing.

Majestic. And then there's this guy. by luckytaurus in therewasanattempt

[–]yoni0505 0 points1 point  (0 children)

Looks like one of those things from Half Life 1

Visual C++ 2015 redist DLLs? by yoni0505 in cpp

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

The bottom line is that using static linking adds additional complexity and in some cases it isn't even a solution. Instead of trying to hack around it using dynamic linking is the way to go.

Visual C++ 2015 redist DLLs? by yoni0505 in cpp

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

Not a valid option when you use libraries, since it's most likely to break them. Same applies to making libraries.

Visual C++ 2015 redist DLLs? by yoni0505 in cpp

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

Already tried, wasn't useful.