The first party Steam Dock tries to do too much, and is unreliable. It frequently doesn't correctly activate the monitor and deactivate the local screen. Other plain old USB C docks work fine.
Also, the official Steam Dock is also not compatible with most Steam Deck cases, both at the base and at the USB C port.
It's weirdly bad for twice the price as any other option.
But I wonder if I'm part of the problem by being associated with him.
Elon's playbook is to divide us. Elon would prefer your friend be cut off from his long term support (you), when Elon asks him to cross a line that he otherwise wouldn't.
i could potentially build a website and use github to host it, is that good??
Yes. It is good.
As a manager who hires programmers, candidates who share a website with some code they have written and their thoughts about it probably get a more relaxed interview with me.
An API is a promise - make these calls, get these kinds of results. An API often has more than one library that implements it. At minimum, there may be completely different code for different operating systems. At best, there may be completely separate vendors that implement identical APIs (Kubertnetes, and the Open Container Initiative, for examples).
Why is it necessary to use other libraries like GLAD, freeGLUT or GLFW to interface with OpenGL?
I don't know.
where you install these packages that get used like libraries? What's the difference?
Almost all packages are composed of libraries. Plenty of libraries lack packages. Packaging and delivering software is an entire field of study. As an expert at packaging and delivering software, I sometimes forget that a library I love still lacks a decent package. So I do my best to contribute a package, when I see a need.
I find
Makefile
isn't too bad, as long as I can stay away fromautomake
andautoreconf
.