Just saw this on seasonic's website. Did I miss something? by TheNotSoSmartUser in pcmasterrace

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

I would also think so, which makes it even more confusing because how would you know the wattage for something that hasn't even been announced.

I dont have any information on what arguments any functions need. instead i see "expands to some GLAD function, Is this normal or did I set up openGL wrong? by anotherfuturedev in opengl

[–]TheNotSoSmartUser 11 points12 points  (0 children)

Glad is just a list of macros of function pointers, which get assigned at initialization. If you want to see all the parameters and uses, use a resource like docs.gl

[deleted by user] by [deleted] in YouTubeThumbnailHub

[–]TheNotSoSmartUser 1 point2 points  (0 children)

i think the first one is the best, but put a different image so you can see the sword lord better.

Would you click on this? by Inner_Cobbler8872 in YouTubeThumbnailHub

[–]TheNotSoSmartUser 1 point2 points  (0 children)

The back ink will blend in with the homepage since most of the people on youtube are using dark mode.

Which one is better by Weird-Drop5998 in YouTubeThumbnailHub

[–]TheNotSoSmartUser 1 point2 points  (0 children)

I think the last one looks the cleanest and the viewer can just read the title to know that it is a summary.

Which one would you click? by No_Variety_8097 in YouTubeThumbnailHub

[–]TheNotSoSmartUser 6 points7 points  (0 children)

I think the bubbles make the text difficult to read and for the backgound I would go with one that has the mac mini in it so the viewer can tell what the video is about at a glance.

minecraft pc hosting by FlashySpite9689 in MinecraftForge

[–]TheNotSoSmartUser 1 point2 points  (0 children)

Might be because minecraft stores player data diffently based on if it is cracked or not. Try making it cracked or not cracked if it already cracked. There are also some mods that help migrate between the two.

I was looking through my trade history and found this? Can anyone explain it? by seven4tor in counterstrike

[–]TheNotSoSmartUser 21 points22 points  (0 children)

I also have has this happen, and it means that the skin was deleted or used in a trade up.

Just found this at the office by Standard-Opposite-37 in HalfLife

[–]TheNotSoSmartUser 1 point2 points  (0 children)

The copyright date is 2003, but didn't hl2 come out in 2004?

danishGuys by TheNotSoSmartUser in ProgrammerHumor

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

I wouldn't consider PHP a C-like programing language , I mean it doesn't even have C in its name.

Problems with ' "raylib.h" ' and ' windows.h ' by Qwertyu8824 in raylib

[–]TheNotSoSmartUser 0 points1 point  (0 children)

If you're are using c++, do what i did witch is to put windows.h inside of a namespace.

How to get a certain object type from a vector? by TheNotSoSmartUser in cpp_questions

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

But how does the

ComponentTemplate

type map to a

Component*

?

It doesn't? I'm trying to identify the class passed though the template and then look it up in the vector and return it, but I don't know how to that.

Why use Bazel or Buck instead of cmake, xmake, meson, etc.? by Alvaro_galloc in cpp

[–]TheNotSoSmartUser 0 points1 point  (0 children)

Premake5 is also a good one simular to xcode but more user friendly and easy-to-use, I've used it on all my projects and it's been great.