Denis Yaroshevskiy (@dyaroshev) 's Twitter Profile
Denis Yaroshevskiy

@dyaroshev

C++ dev. Opinions are my own.
Feel free to reach out if you think I know an answer to a technical question you have, I don't mind.

ID: 518416635

calendar_today08-03-2012 11:48:54

3,3K Tweet

764 Followers

139 Following

Denis Yaroshevskiy (@dyaroshev) 's Twitter Profile Photo

This seems quite unfair to people. Living on a work visa is stressful. It takes 5 years now to get an ILR (so 6 to get citizenship). It's unclear to me how making it 10 is better. Is 5-6 years really not enough for us to understand that we want this person as a countryman?

Denis Yaroshevskiy (@dyaroshev) 's Twitter Profile Photo

У ОВД Инфо теперь есть сервис для писем полит заключенным. Мне показлось удобнее чем prisonmail и росузник. lettersnow.org

Denis Yaroshevskiy (@dyaroshev) 's Twitter Profile Photo

Well, Victor Ciura - maybe you'll think better next time about submitting this many talks to Meeting C++, because I voted for all of them. If others do the same, you might not see sunlight for a few months, preparing slides 😀.

Denis Yaroshevskiy (@dyaroshev) 's Twitter Profile Photo

Default behaviour of Ctrl-L in VScode on windows doesn't work for me very well - it keeps everything uncleared above. This sucks for giant template errors On Mac cmd + L does the right thing. Googling didn't work for me, LLM did - action name you need is "terminal clear".

Denis Yaroshevskiy (@dyaroshev) 's Twitter Profile Photo

In eve library (and others) Joel (and me a bit) came up with a ton of tricks to do APIs better. * how to do "named parameters" and "options" * how to avoid template stacks in errors * how to do recurcive functions (a calls b calls a) without predeclarations.

Denis Yaroshevskiy (@dyaroshev) 's Twitter Profile Photo

My new talk came out on C++ online but I think it didn't work out very well. Unless you really need to understand a substring in a string I suggest waiting for some other recording I'd do of this.