Elektrine lite

← Feed

Xarn

horenmar@mastodon.social

<p>Still has opinions about testing, still maintains Catch2.</p>

Posts

  • Post #3491242

    Why does the vcpkg build of grpc take up 10GBs? What exactly is grpc doing that it needs as much binary size as all of our other deps put together, and then little bit on top?

  • Post #1977165

    Fun: With O2, GCC sees the UB in this code and then optimizes it away. With O3 it instead vectorizes it aggressively. https://godbolt.org/z/P6cEjhx4M

  • Post #1977164

    Today in Clang-Tidy is annoying me: for ( double d : { 1&amp;#39;000, 10&amp;#39;000 } ) triggers readability-identifier-length, even after changing `readability-identifier-length.MinimumLoopCounterNameLength` to 1, because the `d` variable is not loop counter name. Technically true, but also not very useful.

  • Post #1977163

    Ill be giving a talk titled &amp;quot;The perfect code doesn&amp;#39;t exi...&amp;quot; at MUC++ tomorrow: https://www.meetup.com/mucplusplus/events/314102093/

  • Post #1977162

    The laptop and the battery are 5 years old now, not bad.

  • Post #1977161

    Today I went through first three episodes of Mighty Boosh, and I still don&amp;#39;t know what I think about it.

  • Post #1509080

    Given this upward review question &amp;gt; What does your manager do that helps you do your best work? Is &amp;quot;does not get in my way&amp;quot; bad answer? Asking for me.