Professional Java developer who loves to work on open source projects or play computer games in his spare time.
Loves to develop and use the dotnet framework for open source projects. Loves science, science fiction, space and everything that comes with it. Loves to develop games on his spare time if not distracted by playing games …
Expert for procrastination!
Also husband of one of the best women in the world and father of single child and a dog lover.
@psud I do like my displays cause they are so old right now and still working. One of them is that old that the most modern connection he got is DVI. To get that working I was forced to buy an adapter for my graphics card.
Because I got two displays the color of them is so different that if I move a window between them to be shown on both I can visually see how broken the colors are on both of them.
The also have issues with ghosting if there are fast movements. I still like them.
@penquin
Well as I said I do want a new one but that’s the case for 2 - 3 years now 😂
The fate of a family father. You feel like you should pay for stuff which is more useful for the little ones. So the money is still good invested.
@penquin I never owned a monitor with more than 60 fps cause the newer ones are too expensive.
So I got used to the panels with bad colors and “low” fps. No free sync or gsync just good old vsync 😂
Also not sure if my 3070 would be able to get a 120 fps 2k screen working with high settings for games.
@dullbananas Sound’s like an interesting adventure of fixing your system.
Sadly this was properly a bad timing in class without a working device.
@danielhanrahantng @vala
Git itself is meant to be used to track the source code and assets needed to compile or run a specific application, therefor adding a binary is kinda strange as it is already is created and not source code anymore.
There is a special place for that on GitHub. You should create a release for each version with information what changed and add the binary there as asset.
In a perfect world those binaries should be build by an CI pipeline but I think it’s okay if not.