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-09-29 00:00:00Z and 2022-09-30 00:00:00Z
chapter 1 is introduction, chapter 2 is state of the art, chapter 3 is hardware circuit design, chapter 4 is software platform design, chapter 5 is results and analysis
14:08
i have some funny quotes form my favorite french serie, but i'd like to have both a serious and a funny quote at each chapter
my latex template includes 414 files with 373838 lines 1017743 words 17389484 bytes and takes 8 seconds
g++ with a simple file includes 240 files with 111022 lines 402300 words 3607885 bytes and takes less than 1 sec...
so definetely latex is slower, but not by that much
I think we did get it right with usb this time around atleast. Usb-c seems to be what everything has settled on
14:51
And the only reason character encodings isn't a settled issue is microsoft stubbornly holding onto utf16. I think almost everyone else and their mothers use utf8
I think the EU mandates every EV manufacturer to provide a CCS Adaptor nowadays tho, not quite sure, I atleast saw legislation proposed and Tesla starting to provide them
15:00
Maybe it didn't pass but Tesla started including them so they didnt try again?
15:01
Hm apparently there are still atleast 5 kinds of connectors in the wild
Outside of the kernel launchd is probably the only take on a process monitoring init I like. They got just the right amount of monolith in there to monitor processes efficiently
Oh and concurrency resources basically direct you to async/await due to all libraries relying on that, but IMHO the async/await stuff can use a bit more love
A little, there was a plan to make it better but implementing anything takes time with max 2-3 people working on a language
18:39
You can also have an allocator in a global variable which mimics what other languages do in a way. But it was discouraged for some reason I don't remember
Alternative to #5154.
Closes #5150.
If you want to open the client with a console window, instead create a new shortcut with the following target:
cmd /c "C:\path\to\your\DDNet.exe"
You ...