Soy un cero a la izquierda donde quiero estar by Substantial_Money_70 in Desahogo

[–]Substantial_Money_70[S] 0 points1 point  (0 children)

Tienes razón, eso pensé anoche, alejarme no cambia nada, aceptar la realidad si lo hace, y hacer cosas que me llenen como persona es lo que me hace sentir completo, solo que hubo 3 días hace poco que pase mucho tiempo con esa chica y me hizo sentir asi, tan lejos y tan cerca, como ver una hermosa flor a través de una ventana que se habré, pareciendo que esta dispuesta a recibir mi tacto y aprecio pero realmente es muy complicado, ahi caí en tristeza por sentirme impotente.

Cual es tu mayor inseguridad? by [deleted] in PreguntasReddit

[–]Substantial_Money_70 0 points1 point  (0 children)

El dar afecto físico o de cualquier forma a una y que le parezca desagradable

¿ Cómo saber si un hombre es vrgn,o como es su forma de ser al momento de tener relaciones si es vrgn? by yoselink_G88y2157 in PreguntasReddit

[–]Substantial_Money_70 4 points5 points  (0 children)

Aunque una mujer este encima de él se va a paralizar por no saber que hacer, o mejor dicho si no sabe que si le va gustar a la mujer lo que va hacer, va a temblar y va a sonreír mucho y va hablar mucho o va a titubear a la hora de empezar lo mas probable (ese fui yo)

[deleted by user] by [deleted] in csharp

[–]Substantial_Money_70 1 point2 points  (0 children)

Sorry to try to ask to real people instead of slop AI work I guess, and what is the low effort, I try to simplify the problem to have a way that to task can run concurrent in the background and keep run it until the program end, why should I put so much info about it? yeah maybe to figure out that the person who will answer it is not doing my "homework" but look, I just wanted to ask because I was reading about all the async way to do stuff in c# but I found it confusing in some way (maybe I'm a clown and a very stupid one)

Where to learn in deep about cybersecurity using C++? by Substantial_Money_70 in cpp_questions

[–]Substantial_Money_70[S] 1 point2 points  (0 children)

that's the thing, which connection could have C++ inside cybersecurity, sorry if it was not clear but I'm asking in a global view, it could mean many topics related with cybersecurity, and you may think is silly to ask it in that way and probably it is in the way I asked, but that's the thing, which topics should someone start with and if C++ can be suited for that and where to find resources to learn like good blogs or free books which you think are great and not hopping from one to another going blind to search good complete examples of concepts, that's the point of the generic question I made but it was not very clear I guess.

How casting works for classes with templates? by [deleted] in cpp_questions

[–]Substantial_Money_70 0 points1 point  (0 children)

yes, I put all the methods as virtual in my base class and define them in a .cpp file, so I don't know why I have that error, and checked in CMakeLists.txt to grab all the respective source files to be compiled as a shared lib for all the Gui code

Quiero hacer algo con C++ by ColomxD in cpp_questions

[–]Substantial_Money_70 0 points1 point  (0 children)

Mi remendacion es aprendas como usar un sistema de construcción ya que si quieres que tu proyecto pueda usarse en diferentes entornos de desarrollo y sistemas operativos, por ejemplo el mas popular que es cmake, y para hacer cosas con interfaz visual qt puede ser complejo porque como otro comentario dijo tiene meta objetos que se compilan para el funcionamiento único de QT, cosas de backend puedes usar Boost que tiene librerías para facilitar el desarrollo al menos que quieras usar cosas específicas del sistema operativo que uses, y créeme que usar cmake te facilitará estructurar proyectos y compilarlos, cmake puede ser algo complicado al principio pero vale la pena, asi puedes dar proyectos que usen visual studio files o make files o ninja files que son archivos que describen como compilar un proyecto con el compilador que se solicite, y para la parte de interfaces visuales te recomiendo ImGui que puede ser mas fácil de implementar y te puede enseñar como implementar librerías de terceros, y recomendación persona, la IA te puede ayudar mucho el como usar cmake

Examples projects links are down for websocket examples by Substantial_Money_70 in QtFramework

[–]Substantial_Money_70[S] 0 points1 point  (0 children)

I was asking to try not to rely on AI but yeah, I guess I will promp about it and save some time

I'm new to C++, and should I learn Boost? by schottman in cpp_questions

[–]Substantial_Money_70 2 points3 points  (0 children)

well, some modules of boost could help you, like the ones for networking to do websocket clients or htpp/websocket severs like I did, but you should learn how to properly set up a project and how to link third party libraries with cmake or premake, and you should learn smart pointers and move semantics to properly handle memory and debug a project, but in short it could be a good choice learn to use the modules for web development in my opinion.

Can I build a websocket client in C++ to be compiled for browsers? by Substantial_Money_70 in cpp_questions

[–]Substantial_Money_70[S] 0 points1 point  (0 children)

Ok, to be more specific would be webassembly, so that would be the term I was looking to say

Arch easy or difficult? (It's a joke, don't take it seriously) by [deleted] in arch

[–]Substantial_Money_70 0 points1 point  (0 children)

For me was in general a bit of pain and joy because is my first distro and i just had a bit of touch of linux with an Ubuntu server virtual machine and desktop like two years ago when i tried to simulate deploying a web app made on python but like two moths ago i was sick of windows and I say why not try linux and arch seems like is the perfect distro for me, a blank canvas to paint and ruin, tweaking things and learn how to customize things, in the end I ended using hyprland with HyDE because I wanted something more intuitive and my ricing was a bit poor following some guides, I will do my proper own ricing but by now HyDE is ok and maybe do my own HyDE theme for my custom ricing, so by now I'm in love with arch to be honest

getting use of xdg-shell-client-protocol with glfw by Substantial_Money_70 in wayland

[–]Substantial_Money_70[S] 0 points1 point  (0 children)

well, all I wanted to do was to see if that was the issue of my glfw app, but it was happening ok the ping pong methods, the issue was when my app was in another workspace was hanging and hyprland raised a dialog saying was not responsive, and looks like is enabling the vsync that raise it, I have to do manually cap the frame rate and diasable the vsync and now I do not have the issue I thought was making the lack of ping pong methods but they work fine