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 2022-02-14 00:00:00Z and 2022-02-15 00:00:00Z
Related to #4212
Example rendering a label:
Checklist
Tested the change ingame
Provided screenshots if it is a visual change
Tested in combination with possibly related configuration options
...
Reported by multiple people on Discord
@heinrich5991 could be related to your config file sync change? Otherwise I'm not sure why this is suddenly happening
!20220214_173006
Most of the sources online state that you can statically link glibc, but discourage from doing so; e.g. centos package repo:
The glibc-static package contains the C library static libraries
for -s...
Note: Generally, for Linux targets, we prefer the musl libc builds over the glibc builds here, because musl builds end up producing a static binary, which is more portable across Linux distributions.
According to ISO C++ core guideline T.20, "The ability to specify meaningful semantics is a defining characteristic of a true concept, as opposed to a syntactic constraint."
No, bolting on these new features never really looks good
Ryozuki
According to ISO C++ core guideline T.20, "The ability to specify meaningful semantics is a defining characteristic of a true concept, as opposed to a syntactic constraint."
Jupstar: Huge map is not fitting into video ram with opengl 2/3, but works with opengl 1. I guess that's expected?
18:32
With OpenGL 1 I can see the client using 836 MB, which is kind of in line with the server using 459 MB. But with OpenGL 3 it's 2212 MB, which seems excessive
Deploying and developing royalty-free open standards for 3D graphics, Virtual and Augmented Reality, Parallel Computing, Neural Networks, and Vision Processing
19:01
this is weird
19:01
my graphic card is listed in but the driver version doesn't match
Deploying and developing royalty-free open standards for 3D graphics, Virtual and Augmented Reality, Parallel Computing, Neural Networks, and Vision Processing
Some people were using it to set up a honeypot server on the list. Each time someone was refreshing, sending info request to each registered servers, the honeypot was here to collect the IP and use it as the source IP of a forged packet
Mermaid is a JavaScript based diagramming and charting tool that takes Markdown-inspired text definitions and creates diagrams dynamically in the browser.