Pavel Novikov but you can call me Paul

689 posts

Pavel Novikov but you can call me Paul banner
Pavel Novikov but you can call me Paul

Pavel Novikov but you can call me Paul

@cpp_ape

C++ nerd ⫼ "we all got a chicken-duck-woman thing waiting for us"

Laniakea Sumali Nisan 2019
24 Sinusundan165 Mga Tagasunod
Pavel Novikov but you can call me Paul nag-retweet
C++ Russia
C++ Russia@cpp_russia·
Павел Новиков расскажет о базовой реализации type erasure (т.н. «стирание типов») в C++. Посмотрим, как она работает на примере обертки с семантикой значения. Подробности и билеты: jrg.su/STJFdm
C++ Russia tweet media
Русский
0
1
2
124
Pavel Novikov but you can call me Paul nag-retweet
C++ Russia
C++ Russia@cpp_russia·
Слова «C++» и «JSON» нечасто встречаются в одном названии. Но тем интереснее послушать такой доклад, и в этот #плюсочетверг открываем его запись: youtu.be/-JjE5AhfhcM
YouTube video
YouTube
C++ Russia tweet media
Русский
0
1
2
100
Pavel Novikov but you can call me Paul
if(((x==42)||...)) error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality] ... note: remove extraneous parentheses around the comparison to silence this warning ok if((x == 42||...)) error: expression not permitted as operand of fold expression
English
0
0
0
80
Pavel Novikov but you can call me Paul
installing some missing undocumented modules and... it gives the list! it only took around an hour to get the goddamn list...
English
0
0
0
70
Pavel Novikov but you can call me Paul
< ...\Python\Python311\python.exe run_benchmark list > AttributeError: module 'inspect' has no attribute 'getargspec' oh, 3.11 changed it in a backwards incompatible way, OK, let's use 3.10, but not the latest version, because there are no readily available binaries for it...
English
1
0
0
83
Pavel Novikov but you can call me Paul
This is how I tryied to use certain performance benchmark suite. < python run_benchmark list > SyntaxError: invalid syntax oh, can't use python 2.7 that already comes within the package, OK, let's try the latest 3.11.4...
English
1
0
0
104