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-03-09 00:00:00Z and 2022-03-10 00:00:00Z
a85d2f3 Set gfx_opengl_major 1 as default on 32bit x86 - def-
9032f12 Use ipv4 for info2.ddnet.tw requests - def-
fb20961 Merge #4762 #4792 - bors[bot]
A new reflection/amplification distributed denial-of-service (DDoS) vector with a record-breaking potential amplification ratio of 4,294,967,296:1 has been abused by attackers in the wild to launch multiple high-impact DDoS attacks.
13:37
Beginning in mid-February 2022, security researchers, network operators, and security vendors observed a spike in DDoS attacks sourced from UDP port 10074 targeting broadband access ISPs, financial institutions, logistics companies, and organizations in other vertical markets.
13:37
xd
Wohoo
Could you investigate why some skin can render white feet, while other not?
Some skin can only have grey feet
TIL that x86 has a 4 level memory page tables, and the TBL caching etc, the last thing i did was implement various allocators, a bump allocator, a linked list one and a fixed size block one
In this post we explore cooperative multitasking and the async/await feature of Rust. We take a detailed look how async/await works in Rust, including…