1. X
  2. Pavel Novikov but you can call me Paul
Log inSign up
Pavel Novikov but you can call me Paul
690 posts
Pavel Novikov but you can call me Paul profile banner
@cpp_ape

Pavel Novikov but you can call me Paul

@cpp_ape
C++ nerd ⫼ "we all got a chicken-duck-woman thing waiting for us"
Laniakea
Joined April 2019
24
Following
165
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • @cpp_ape
    Pavel Novikov but you can call me Paul
    @cpp_ape
    May 23
    agentic AI system almost solved how to speed up a push_back() loop, here's the slightly improved version of the result:
    std::vector<std::string> parse(std::input_iterator auto begin,
                               std::input_iterator auto end) {
  std::vector<std::string> parsed;
  parsed.reserve(parsed.max_size());
  for (; begin != end; ++begin)
    parsed.emplace_back(parseDataPoint(*begin));
  return parsed;
}
  • @cpp_ape
    Pavel Novikov but you can call me Paul
    @cpp_ape
    Mar 17
    hear me out: an AI that tells you exactly what's wrong with an AI generated image or video
  • @cpp_ape
    Pavel Novikov but you can call me Paul
    @cpp_ape
    Feb 25
    in 2021 I donated over $15000 to charity
  • @cpp_ape
    Pavel Novikov but you can call me Paul
    @cpp_ape
    Nov 2, 2025
    Incredible work! by @Sci_Phile
  • @cpp_ape
    Pavel Novikov but you can call me Paul
    @cpp_ape
    Jun 29, 2025
    got some books
    some books about C++
Advertisement
Advertisement