2020-08-07 Cortez Phenix ​#earlygang Xah Lee ​hey cortez Renato D.O. ​yo, trying out fly-keys right now Sun Zhe ​hello xah Alan W ​доброе утро infomatec ​Hello Emanuele Torre ​hello guys Emanuele Torre ​voice is fine Alan W ​❤ skeletor sliding Alan W ​if u sit for too long, you'll be butthurt George Paunescu ​hello all Xah Lee ​Best Computer Desk http://xahlee.info/kbd/best_computer_... Emily ​🙋 hello hello Renato D.O. ​was thinking about building my own desk table with adjustable height by manually spinning a wheel Alan W ​adjustable hate Alan W ​touch screens with adjustable hate Paul Eduard ​Have been looking into *kneeling chair*, seems best ergo for posture and spine. Alan W ​Do not kneel before touch screens Paul Eduard ​:goodvibes: never Emanuele Torre ​if you right click on the video, you can press "copy embed code" in the context menu. I noticed that there are more options in there, do you not put them intentionally? Emanuele Torre ​oh, ok, you do it intentionally Renato D.O. ​just do like Linus, do your code standing miranda c ​I sort of like the feeling of falling forward while writing Emanuele Torre ​no, I was just asking about not putting the extra options: like picture-in-picture etc. Scott Bilik ​Are you using dollar signs for variable names in elisp?? Interesting. Almost feels like a former Perl guy writing elisp. :-] Elderio Meersky ​Hello, world! Cortez Phenix ​hello! Alan W ​👋 Benkio ​the dot Benkio ​you have to escape the dot I think Emanuele Torre ​youtube uses url-safe base64 Emanuele Torre ​it should be [A-Za-z0-9_-] Emanuele Torre ​if you want to be specific and not just use . Scott Bilik ​I want to run eshell, but just use shell because our environment has a bunch of setup environment variables scripts. Scott Bilik ​So I just run emacs shell because I can run those setup shell scripts inside the inferior shell. Renato D.O. ​got a problem with ansi-term, when running some bash programs it didnt fit the screen correctly, when I increase the font the screen didnt redraw, messing all the screen Scott Bilik ​Ah, $ for the font highlighting Emanuele Torre ​I use snake_case for variable and function names and TitleCase for types, classes, namespace, etc. names to tell them apart. Scott Bilik ​Compiler guys love static analysis Emanuele Torre ​halting problem Scott Bilik ​NP complete?? 康小广 ​undecidable problems for system as strong as turning complete 康小广 ​Turing* Scott Bilik ​? == predicate Scott Bilik ​Like you I was writing a lot more Perl 20 years ago, so I'm used to sigil's. Now that I write more C/C++, I'm not sure how sigils would be accepted within my peers. Emanuele Torre ​I use "sigils" in c++: m_name is a member variable of a class/struct; s_name is a static variable; g_name is a global variable 康小广 ​Why sigils with static languages?