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 2019-11-24 00:00:00Z and 2019-11-25 00:00:00Z
i thought about it, but for example if i bind it on mouse 1, it's gonna say "now you are able to see every player at all times regardless of distance" every single time i press mouse1 ?
@louis there have been attempts in the past to re-do the site, but our unconventional way of generating the pages really discourages most from ever completing the work
Books help you navigate the waters safely until you get to a certain point, where you can start to understand it
22:22
If you REALLY want to avoid C, you need a very good regiment to follow to actually learn some computer science along with your high level language of choice
if the compiler somehow managed to optimize out the access (e.g. copied the value from somewhere else before), the offset is large enough to point into mapped memory again (the latter often being used for exploiting security vulnerabilities)
@louis just be careful around code interacting with the network. if you put vulnerabilities in there, people from the internet can take over your computer
I'm not sure what I'd go for in network facing code nowadays. Probably something like js where sandboxing is high and integration with front-end is easy. Given performance isn't critical
22:47
(definitely typescript, not vanill js, ew)
22:47
I guess I'd still go for C for high performance applications
22:48
rust is probably safer, but I kinda gave up on ever learning it, it just looks like moon runes to me