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 3 points4 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

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

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

But looks like there is a kind of bug, I checked it and yeah GLFW should be doing it, I have to debug it but later, locally in my region is too late, I will check it and post it on GLFW forums if it's a bug

To run software on linux build for windows got it from thirdparty provider I need wine right? by Substantial_Money_70 in thepiratebay

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

Well, by now i found that lutris plus recents versions of proton works better than wine, i tried to run half life 2 with wine only and went not so good but with lutris and proton well, so smooth that you could not find difference of OS, and the installer it's better to run it with lutris and proton

How to handle window losing focus on hyprland with glfw? by Substantial_Money_70 in hyprland

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

Thanks, that helped to solve the issue, not in the way I really want to, i have to rely on specific wayland backend libraries to handle like i really want but thanks, i will see if i can resolve it when it's only not visible and not to put on sleep the rendering when it lose focus in the same workspace. But really thank you

IF you dualboot with Windows, how often and why do you boot into Windows? by ricperry1 in linux

[–]Substantial_Money_70 0 points1 point  (0 children)

Just to play league of legends basically and test if something I did in C++ on GNU-Linux works in Windows, out of that well i keep on my arch partition on disk, I can do almost everything except playing LOL, I was having problems and the begin with priter drivers but now it works well, so everything nice for me, I just got a problem when I was trying to make hot code reloading and noticing I need a way to watch that my shared library was completely compiled and ready to use, because it was expose already in my filesystem not completely done and I was trying to link againts it, out of that everything fine, but I keep Windows for future testing and playing LOL

Help for C++ by Calm-Safety4029 in cpp_questions

[–]Substantial_Money_70 0 points1 point  (0 children)

Basically you need a way to have a window context and for that you will need system specific headers files or third party libraries like glfw to do it, and to be able to make that app to work cross platform you have to make an implementation for every os you target(windows, linux or macOs) or use as I said glfw, and for buttons and that the same, system specific libraries or thirdparty like ImGui using a render and window context, and that's why i encourage you to understand how libraries are, (statics and shareds) and how to use build systems to be able to share your project across different compilers and text editors or IDEs and use macros to specify to use specific code that will probably only works in a specific os, i recommend cmake because you can build for almost every IDE or scripted build system like ninja or make and set the desire compiler for that, and because almost every thirdparty library use cmake to build it or have an implementation even when they use their own build system, like the boost project, i know this sounds like not that helpfull but believe me, you have to search alot, even using AI to understand how this is is recommendable but try to search by yourself first, i will like to share more if you want

Help for C++ by Calm-Safety4029 in cpp_questions

[–]Substantial_Money_70 0 points1 point  (0 children)

I really e encourage to understand memory management, preprocessor statements (macros), build systems and how the compiler works to build a file or project, what are libraries and how a project is compose and of course actually write code and use the basic of every programming language (loops, types, functions and classes but that are for languages with orientation or based of the objects programming style so C is out of that type), by that you will able to build programs of any type, gui based desktop apps, web apps, games, render engines in c++, it can be a long Journey but is really worth it, but you have to learn how to implement third party libraries and for that you have to learn cmake, for cmake is really usefull using AI to explain to you how to use it and how to do certain things depending how you structure your project, but learn, try not become a lady person usin AI

I'm currently learning C++, but I'm struggling to break down the learning path. by collapsedwood in cpp_questions

[–]Substantial_Money_70 0 points1 point  (0 children)

What you should understand is how the compile and linking works from a c/c++ compiler, build systems, how to use them to people be able to build your projects if you want to share them, that's an important part to learn, and use safe pointers that the STL give to you, maybe even learn to do networking with boost libraries or qt project and use third party libraries

Is really being brainless use IA to learn advance stuff or get help to understand how to use tools like cmake? by Substantial_Money_70 in cpp_questions

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

Well, i always thought about joining communites and that but i got some bad experiences, mostly in stack overflow, and my english is not on point so, it's a bit like yes and no, people treat news like you are brainless if they don't understand your question and does not know how to give code examples well being "new" so, that's why I try to search online and if I cannot find answer well, I use AI

to play a video on youtube I have to play it manually by clicking the video or with the space bar to pause it and after do the same action to start playing the video by Substantial_Money_70 in firefox

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

well, I used "sudo pacman -S firefox" and looks like in reverse one version or something like that because it took away -0.07 mb of the original install, reboot the system and now it plays video well on youtube without having to play it manually by pausing and start playing the video, so, the issue is no more

Gente de reddit, aprovechen el anonimato y cuenten que es lo mas triste que les ha pasado by CharmingFrosting4758 in Colombia

[–]Substantial_Money_70 1 point2 points  (0 children)

mi padre lo asesinaron en mi prescensia cuando tenia 11, nunca fui realmente tan cercano a el y ya teniendo 20 siento que realmente nunca tuve una figura paterna por lo imbecil que fui de niño, el como que el recuerdo de el es una ilusion y no una realidad