[-] coltorl@programming.dev 4 points 8 months ago* (last edited 8 months ago)

GustavoM your name sounds familiar, did you play Planetside? I was (technically still am) in one of the leetfits and we would have some of the aim gods try to share their knowledge and it boiled down to something similar. Don’t tense your hand (click to fire naturally tenses your hand so you have to learn to reduce that), prioritize a relaxed posture, and learn your mouse grip (try them all out!). I’ve heard OSU is very good for those that want to improve their hand eye coordination (and get comfortable with their mouse). I’ve also heard of using spacebar to shoot but only when you want to isolate aim from shooting. But you should train both together as well.

[-] coltorl@programming.dev 3 points 8 months ago

Imgui, because it makes dev/debug guis ridiculously straightforward and easy to create.

[-] coltorl@programming.dev 5 points 9 months ago* (last edited 9 months ago)

It’s honestly not that hard, the language was made to be simple. The complexity associated with the language largely has to do with the legacy applications the language supports. If you look at a greenfield project (eg CHADstack (it’s a joke project, but pretty fun to get exposure to some esoteric stuff for a couple hours)) you’ll actually pick the language features up pretty quickly.

[-] coltorl@programming.dev 30 points 9 months ago

API might cost a lot of money for the amount of requests you want to send. API may not include some fields in the data you want. API is rate limited, scraping might not be. API requires agreement to usage terms, scraping does not (though the recent LinkedIn scraping case might weaken that argument.)

[-] coltorl@programming.dev 17 points 9 months ago* (last edited 9 months ago)

C++, I am a library developer with some embedded experience. I can easily interface with c libs and expose my lib with a c interface. With clang, static analysis catches most bugs before runtime. Everything I write can be compiled nearly anywhere with very little dependencies required. Excellent IDE and LSP support with a ton of documentation on the language features available (admittedly, there are a lot). The standard library is gigantic, useful, and well documented. It is used everywhere, so resources and example source code in C++ are very easy to come by. Project configuration (via CMake) is extremely powerful and expressive (though not technically C++).

Some languages have some of the elements I listed, but no other language has them all.

[-] coltorl@programming.dev 5 points 9 months ago

This is all software, companies keep finding excuses to tack on “features” that increase development cost which eventually lead to necessary price increases.

In the professional world you will rarely ever hear project managers and leaders ask the question “would our customers rather pay extra for feature X or save money by sticking to their simpler feature set?” This is because development is nearly always started with the long term goal of incorporating a feature into the product to increase the overall “value” of the product. This increased “value” of the product then means that the company should charge more for it.

I am ranting now.

[-] coltorl@programming.dev 8 points 9 months ago

You’re acting like this is a right wing play, but the tactic of using fascism as an insult toward left wing parties actually has precedent even within left wing politics. [Before world war 2, even.](https://en.m.wikipedia.org/wiki/Social_fascism#:~:text=Social%20fascism%20(also%20socio%2Dfascism,dictatorship%20of%20the%20proletariat%20and)

[-] coltorl@programming.dev 32 points 9 months ago

Humans do not like the same thing over and over every day.

Speak for yourself, I like routine and being rewarded for working hard.

[-] coltorl@programming.dev 28 points 10 months ago* (last edited 10 months ago)

Simply “web design” has been a dying profession in the US too. I’d argue website building platforms (SquareSpace and the like) have more to do with this market drying up then AI does.

[-] coltorl@programming.dev 4 points 10 months ago

I’m a developer, so I find it easier because dependency management is easier (especially if you have a good package manager, arch btw). WSL is improving but is still not enough for my needs (big projects that use usb are not well supported).

[-] coltorl@programming.dev 3 points 11 months ago* (last edited 11 months ago)

This is no different than shaving my body hair on the train. I’m forced to leave my trimmings on the train too because my boss wants me in the office 8:00 on the dot!

view more: next ›

coltorl

joined 1 year ago