Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2018-11-14 00:00:00Z and 2018-11-15 00:00:00Z
i mean you can find tons of useless stuff like that, instead of optimizing existing useful programs developers often keep adding more and more useless programs/features.. That's how today you get a web browser/DE/... that uses 1G of memory to do basic stuff, whereas programs from many years ago can do the same exact fucking thing using just 10Mo, that's why i hate stuff like electro, gnome/KDE and so on, that's why our OSs gets bloated...
Otherwise i kinda like having emoji in unicode (edited)
Sorry for my noob questions: How do I disable add_vote "Option: Shutdown server" "shutdown" I thought by adding a # in front. But somehow it is still there. And are commands like down or ninja require sv_test_cmds set to 1?
Eeh, I think I disagree that python is a good language to learn on, I feel it promotes laziness
21:55
If you are going to be hobby coding forever, sure. If you want to do anything serious in the future I'd pickup a fundamental language
21:56
Because you'll tell yourself you'll learn the fundamentals, after you learn a bit of python you'll get in the mood of "who needs fudnamentals, the python standard library does it all and there is a library for everything"
Which is an okay thing if you'll only code as a hobby. It's a horrible thing when you refuse to learn how linked lists and hashmaps work and want to work in a professional environment.
@Learath2 why can't you write a linked list or hashmap in python? if you just want to get stuff done in any language, you'll use libraries instead of rewriting elementary algorithms