ngl, I’m annoyed whenever someone creates an application but doesn’t want to publish their code cause it looks bad. Like no one cares that your code is bad and by publishing it, you can get others to help you improve it.
ngl, I’m annoyed whenever someone creates an application but doesn’t want to publish their code cause it looks bad. Like no one cares that your code is bad and by publishing it, you can get others to help you improve it.
This. And even then there should be procedures in place to essentially make it impossible to send the wrong inputs.
It’s like when an intern accidentally drops the production database. It’s not the interns fault for sending the wrong command. It’s the managements fault for not restricting access in the first place.
Also, you can just download an older version of the toolchain and use that to compile the project. If the project is properly setup it’ll tell you the toolchain version it used. If not you can probably guess by the time of the last commit ^^
This. I hate the whole left/right tribalism.
Like I know that it can be used to get a rough idea of what political motivations someone might have and I know that where my own ideologies would mostly fall in that inaccurate one-dimensional linear spectrum but ultimately it is too inaccurate to use it to classify everyone’s political motivation.
Worse it creates a whole us-vs-them divide. “Oh you aren’t right, when then you must be a commie”. “Oh you aren’t left, then you must be a fascist”. So you might consider yourself in a different position on a political spectrum and just see the differences to someone on the other end of a political spectrum even though you might have more in common then you think. Heck, if you are on complete opposite ends you might even have more in common then you think.
Ultimately, the focus should be less on left/right and more on individual policies. Like should healthcare be public or privatized, should be build another road or another train track here, etc
Why does political debate always have to turn into this tribalistic mud fight instead of proper discussion on how to best address the needs of citizens?
Honestly just switch to a manufacturer that provides security updates for longer periods of time. My iPhone 5S, released nearly 10 years ago and is still getting them. Fairphone is another great example.
I wish something like
.config
would be a thing for storing configuration files in repositories. Instead we have a.vscode
,.github
,.gitlab
,.idea
,.vs
, etc