bizdelnick
@bizdelnick@lemmy.ml
- Comment on Is it practically impossible for a newcomer selfhost without using centralised services, and get DDOSed or hacked? 6 months ago:
It is easy to get hacked if you make stupid mistakes. Just don’t make them.
- Comment on Tell me your Best Software Haiku 10 months ago:
- Comment on What is OOP, really? Why so many different definitions? 11 months ago:
Theoretical level is useless, believe me. What is useful is understanding at intuitive level. You can achieve it with or without knowing theory, but you need a lot of practice anyway. Also, different languages providing OOP actually encourage different approaches. You have to follow one that your PL is suited to and that is the best solution for your current task, not that OOP or any other paradigm dictates you.
- Comment on What is OOP, really? Why so many different definitions? 11 months ago:
Does it really matter? This knowledge won’t help you in writing code.
- Comment on Algorithms instead of source code !! 11 months ago:
There are a lot of books describing algorithms. Most network protocols are described in RFCs as well as advices on their implementation. So you are looking in the wrong place. Source code documentation is usually enough to be understood by coders who are already familiar with common algorithms, protocols and APIs or know where to find their description. Only things that are very specific to the project can be described in details.