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-07-04 00:00:00Z and 2022-07-05 00:00:00Z
If you have been for (or against) Rust in the Linux kernel, get ready for a Linux kernel module written in… Scratch. That’s right. Scratch, the MIT-developed language with blocks popula…
I guess the only reason for this is if parts of a map can be done out of order. But skips would normally only lead to checkpoints with higher number but not to lower, then higher again. But if nobody has concerns about it I can implement it.(edited)
10:41
That would also help, if mappers accidentally placed the checkpoints in wrong order.
PDF supports one fundamental string object (see 7.3.4, "String Objects"). The string object shall be further
qualified as a text string, a PDFDocEncoded string, ASCII string, or byte string. The further qualification reflects
the encoding used to represent the characters or glyphs described by the string
12:48
all encodings should burn in hell and only utf8 exist thanks for coming to my ted talk
The #server-bridge channel on my server contains over 5 million messages, and if I try to search anything in there, it wont show newer results than 06.06.2022 :D
13:25
It seems to be very broken, lol
13:27
Even without any filter, it does only show messages up to 06.06.
[9:28 PM] heinrich5991: yes, but why is utf-32 beneficial?
[9:29 PM] Jupstar: bcs u know the str length directly
[9:29 PM] Jupstar: u can access code points directly
[9:42 PM] Jupstar: well anyway, i only trust benchmarks, and discussing such topics is annoying.
[9:42 PM] heinrich5991: you started it ^^
[9:42 PM] heinrich5991: you proclaimed that using utf-32 would be faster
[9:42 PM] Jupstar: and safer
The number of code units per Unicode character is variable, because not all characters are in the BMP. Until emoji became popular, this didn't affect many apps in day-to-day use. These days, certainly for messaging apps and the like, developers using UTF-16 really need to know about surrogate pairs.
>
For plain ASCII (which a lot of text is, at least in the west) it takes twice the space of the equivalent UTF-8 encoded text.