What are you working on, /g/?Previous thread: >>107494927
died again edition
Every proc macro crate is slightly not what I need but close enough that I try to force it to work but end up getting frustrated and writing it from scratch anyway.
I finally solved a memory corruption problem I struggled with last few days
Gonna try to learn the ins and out emscripten with sdl over the next few days.
i've probably relearned regex 5 times in my life at this pointevery time i have a need for it i go learn it i spend a day or two practicing, then i never need it for anything else for like a year or two and then forget all of it, then i eventually run into a problem that i would like to use regex for, rinse and repeat.
>>107543565... what's there to learn? doesn't it stick in your head like basic multiplication? It's so small....
>>107543577not really..maybe i just dont spend enough time using it after learning
>>107543565How can you be a programmer and only need to find something in a text no more than once per year?
>>107543664learn the basics thoroughly, look the rest up when you need it (how to know when to look it up? guesswork!)
>>107543803Maybe he is a shader programmer.
Why do I have to import stupid libraries for some lines of code but not for others. Who tf wrotes these stupid rules.
>>107543880Are you trying to beat the record of the most retarded post one can make?
anyone know how to fix this python script?https://pastebin.com/dDEQ9Rpnhttps://files.catbox.moe/tumhit.zip
gentlemen of DPT,do you have a preferred twitch streamer/programming content creator you like to watch? I like Tsoding and LaurieWired a lot.
>>107544201I found this one by accident one day but I've never really watched it.https://www.youtube.com/playlist?list=PL980gcR1LE3L_RdprUI2GkbyZPY998lLT
>>107544252sheafification of /g/
>>107544269Was meant for >>107544201
>>107542891You know what, uefi is niggerware. I'm done with that shit. Should've never went with it.
>>107544252>https://www.youtube.com/playlist?list=PL980gcR1LE3L_RdprUI2GkbyZPY998lLTnice pick, I really like sphaerophoria. his WM playlist is p good as well [https://www.youtube.com/watch?v=TPw73HPEZA0&list=PL980gcR1LE3LIo4XuxUi7x616jUdf5o7H]
Langdev, functions edition
>>107544730I'm at the stage where I should compiled basic expression to bytecode. But the code generator needs to make decision based on types (need to insert zero-extending and sign-extending instructions for example) and I'm procrastinating on some aspects of the design of the type system.Wether to have union types like in C if the sum types are going to allow you to choose the exact data represention.Structs vs tuples, what syntax should they have. Wether (value, value) constructs a tuple or is a comma expression.Wehter to have anonymous sum types like in Hare.Should arrays, structs, union and/or sum types be copied when assigned to, or passed by values when making a function call by default? Knowing that you will have the possibility to take and pass references.
I am not the author, but some of you may appreciate this 4chan client for emacs.https://pastebin.com/e0ML0U8s