Reptorian
@Reptorian@programming.dev
- Comment on Why Git is hard 1 year ago:
I only stick with these:
- pull
- add
- commit
- push
Easy.
- Comment on What are the recommended scripting languages for complex shell scripts beyond bash? 1 year ago:
For raster graphics image processing, I’d highly recommend G’MIC. Otherwise, Python.
- Comment on What is your favorite programming language? 1 year ago:
I only do raster graphics image processing, so G’MIC it is. A entire coding language and it’s a library in if by itself for that.
- Comment on What programming languages aren't too criticized here? 1 year ago:
Every languages has their own pitfalls. The answer on picking a language is to pick whatever works for you. There may be even domain-specific languages if you’re interested in a domain, and it seems way more flexible than general-purpose solutions too.
- Comment on The lengths we have to go to 1 year ago:
Also, highlighted the way you expect when you click next to braces works too.
- Comment on python < shell (for scripts) 1 year ago:
I know there’s a lot of downvotes because there are people reading this as hate toward Python. On one hand, one can make the case that it is overused and this doesn’t bold well for those that simply can never like it’s syntax. On the other hand, Python is perfect for small scripts that isn’t tailored for a Domain or just quick codes.
- Comment on python < shell (for scripts) 1 year ago:
I’m using G’MIC for raster-graphic image-processing, but I can do other things in it too with ease. I feel this post so much.