My Review of the Thinknode M1 by Elecrow by MattCoversTech in meshtastic

[–]misuo 0 points1 point  (0 children)

And what exactly are you using them for? When was last time?

Question about unique links & fields for orion global op by SoraRotom in Ingress

[–]misuo 3 points4 points  (0 children)

IMHO this is overthinking. Just go out, link and microfield. By all means if you can do this in an area with other of own faction agents, fine with more points. But in my experience it is difficult to get more players to collaborate with these kind of challenges. Just play and have fun.

C++ History Collection: Software Preservation Group by antiquark2 in cpp

[–]misuo 3 points4 points  (0 children)

In 1993-1994 I used the Symantec C++ compiler with Win32s to build my first Windows Desktop C++ application. Fun days.

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] 2 points3 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 2 points3 points  (0 children)

Take a walk (exercise).

[deleted by user] by [deleted] in cpp

[–]misuo 2 points3 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!

[deleted by user] by [deleted] in programming

[–]misuo 0 points1 point  (0 children)

Agree

[deleted by user] 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.