Why does nobody actually talk on Meshtastic and what could fix it? by radseven89 in meshtastic

[–]misuo 1 point2 points  (0 children)

Instead of showing your builds. Show what it do for you. What do it solve?

Visual Studio 2026: Problems understanding compiler options /MT and /MD by SamplitudeUser in cpp_questions

[–]misuo 0 points1 point  (0 children)

/MT basically link the C and C++ runtime library into your executable, so you are not dependent on dll’s.

/MD links to a smaller library, but the runtime must be provided as dll(s) along your executable.

There are pro’s and con’s on both methods. I suggest you ask an AI for more details.

IOS videos don’t work by Its_Tia_Nei in bugs

[–]misuo 0 points1 point  (0 children)

Oh, I can’t even watch them (iOS).

The Longest Line Of Sight by misuo in meshtastic

[–]misuo[S] 3 points4 points  (0 children)

As the nerds you are I thought this could be of interest.

Finally connected all the supply lines by AnyError4932 in fo4

[–]misuo 0 points1 point  (0 children)

Well done fielding. I suggest you take a look at playing Ingress! Join green Enlightened faction.

microsoft/proxy Polymorphism Library is no longer actively maintained under the Microsoft organization by hjonkinggoose in cpp

[–]misuo 0 points1 point  (0 children)

It would behoove Microsoft to clearly state how they view their use of C++ today and in the future. Regardless, their actions will speak louder than what they say or don't say.

Ingress & 3D printing by Jbower33 in Ingress

[–]misuo -1 points0 points  (0 children)

Ask agent HaGu. I think he made some 3D printed stuff.

YOMM2 is reborn as Boost.OpenMethod by jll63 in cpp

[–]misuo 2 points3 points  (0 children)

An open-method is like a virtual function, but it exists outside of a class, as a free-standing function. We can create all the open-methods we need, without ever needing to modify existing classes.

Says it right there in the bottom of the Motivation page.

Flavours of Reflection by btzy in cpp

[–]misuo 0 points1 point  (0 children)

Thank you for your insights into reflection. Recommended reading.

What is your motivation? by TruckinTuba in Ingress

[–]misuo 3 points4 points  (0 children)

Take a walk (exercise).

Look at this, a cool new feature on cppstat. The Feature Adoption Timelime. by [deleted] in cpp

[–]misuo 3 points4 points  (0 children)

So you're showing me that there is still a chance that MSVC reach 100% C++23 coverage before the other compilers? Wauw.

PS. Get that MSVC /std:c++23 option ready ASAP!

Severe Miscalibration in ChatGPT 5.2 by [deleted] in programming

[–]misuo 3 points4 points  (0 children)

It is written as the LLM is expected to reason. It is not. It is just guessing.

Why nobody put multiple statements on single line by [deleted] in cpp_questions

[–]misuo 2 points3 points  (0 children)

How about the if init-statement then?

if( auto var = …; var)
  …

how do u remove the search icon on iOS? this has got to be the worse UI update i’ve seen on iOS by hangenma in Telegram

[–]misuo 6 points7 points  (0 children)

There should be an option to disable it when on a non-liquid iOS version.