142 Followers
257 Following
18 Posts

C++ stubbornist, C++ User Group Sofia, Bulgaria, HBR@ @VMware, Happy to mentor juniors - do not hesitate to PM, he/him

Woke Mind Virus super spreader

LinkedInhttps://www.linkedin.com/in/dimitar-mirchev-391b674/
Twitter@dvmirchev
Blog(it's on hiatus mode)https://dvmirchevcpp.blogspot.com/
Working Draft of the C++ Standard, in case you need ithttps://eel.is/c++draft/

@MarekKnapek No, but std::destructive_move(); is way too verbose.

Therefore, I again propose the operator closing bracket:

std::string b = a.}();

Much more intuitive!

@HeavenlyPossum The gigantic wasted vote is a feature of any FPTP electoral system.
Oh, no!

I am really impressed by the latest high quality graphics, RTX, 166 frames per sec, etc. Keep up the great work.

However, I have bad eyesight, my eyes are constantly tired so I really appreciate good gameplay, simple graphics, big letters and so on :)

Actually, the rise of AI will not lead to mass unemployment because we'll use AI-assisted learning to train and qualify people to work in different AI-resistant jobs.
ChatGPT doing good in a field is a testimony of the high quality of the documentation in that field.

Besides Procmon the tool next "hammer" on my toolbelt is ripgrep. If you need to search in a local codebase I can highly recommend installing it (adding it to your PATH on windows) and then just "rg" for any text. It's blazingly fast!

Pitfall: it obeys .gitignore (and other ignore) files and if you need to search in ignored files as well add the --no-ignore option.

Get it from the releases of https://github.com/BurntSushi/ripgrep

GitHub - BurntSushi/ripgrep: ripgrep recursively searches directories for a regex pattern while respecting your gitignore

ripgrep recursively searches directories for a regex pattern while respecting your gitignore - BurntSushi/ripgrep

GitHub

@bjorn_fahller @RichardKogelnig

It is also multi-platform and it works on windows, linux, etc - use the same tool everywhere

I had to build it for our build/dev machines here at work and it worked like charm.

Finally sorted out a mastodon-based home for Compiler Explorer status updates and general information! Looking forward to hearing from y'all! -mg

Python for C++ developers:

Rule 1. Forget about "performance". You are a fluffy pythonic entity floating in the emptiness. "Overhead" is a distant fading memory. It will be fine. Everything is OK.