inline_caching

joined 1 year ago
[–] [email protected] 2 points 1 year ago

Thank you. Oh that's great news!

[–] [email protected] 2 points 1 year ago

Thanks! That's actually the default of Plasma's Oxygen theme, I just adjusted the color little bit. But I especially love 'metallic' feel of it though, that's why I love Enlightenment's aesthetics so much.

 

My first time trying to rice KDE Plasma. Surprisingly good, though, considering little effort was put. I just solarized-darkening everything in sight.

[–] [email protected] 1 points 1 year ago

U might be thinking "lol that just C 2.0", no it was not, it is not that advanced lmao

[–] [email protected] 2 points 1 year ago (1 children)

I developed half-assed a NASM wrapper (or transpiler if u will) while ago, It basically just adds some high-level feature like simple condition statements directly against registers, for example:

if (rax == 12)

Then generates appropriate NASM code. Simple really. Most error checkings are done my NASM lol so I dont need to worry much about the prefixes or instruction-operand correctness. I took most of the grammar for the expression from here. I privatized the repo because it is crazy how dirty it is I am ashamed of myself. If anyone wanna do it again, I'm up tho. But i dont wanna use my old code, just code again from start.

[–] [email protected] 1 points 1 year ago

Or Modafinil? I do Modafinil whenever I really need to get something done. I just stare at monitor and code for a good 8-10 hours, almost uninterrupted. But then when the effect wears off, I start to get migraine or really heavy headache, but it disappear the next morning tho.

[–] [email protected] 1 points 1 year ago

I managed to code 100% in nvim after I realized vscode taking almost 5gb storage for caches and the extensions