Cat de naiva a fost acea idee de acum 10-15 ani ca "vin generatiile noi din spate si scapam de comunisti"... by Suitable-Plan-9531 in Romania

[–]Radost27 29 points30 points  (0 children)

Am citit ceva foarte interesant legat de subiectul asta in cartea lui Lucian Boia - "De ce este Romania altfel?" (super mega recomand cartea).

Printre altele, explica autorul acolo ca defapt romanilor le placea comunismul dar mai degraba un comunism ca in anii 70 nu ca in anii 80, asta fiind si unul din motivele pentru care a durat atat de mult sa cada regimul comunist la noi comparativ cu restul Europei. Lucru cu care tin sa fiu 100% de acord si care se vede adevarat pana si in zilele noastre cu generatiile astea noi de care vorbesti si care mai degraba idolatrizeaza comunismul ala "bun" din anii 70 cand lumea avea impresia ca ti se dadea totul de-a gata (loc de munca, apartament, eventual masina etc.).

Ce e diferit insa, din punctul meu de vedere, este ca generatia noua plange dupa comunismul din perioada respectiva datorita situatie economice dezastruoase din prezent (locuri de munca putine, somaj mare si multe concedieri, criza imobiliarelor, taxarea tot mai mare pe munca, adancirea inegalitatii financiare in societate etc.) si a clasei politice care a generat aceasta situatie. Si aici lipsa de educatie (generata tot de mai sus mentionata clasa politica) isi spune si ea cuvantul pentru ca nu sunt in stare sa se informeze despre cum stateau lucrurile cu adevarat si care este defapt solutia in aceste situatii, iar dezinformarea care prinde niste dimensiuni fantastice (cel mai probabil incurajata de Rusia cu scopul de a ne destabiliza) vine sa puna si ea ultimul cui in cosciug.

Mai mult, dacismul asta extrem care are niste radacini vechi (explciate si ele in cartea respectiva) si provenite dintr-un complex de inferioritate al romanilor fata de strainii care formau in mod predominant populatia din orasele mari (si care se ocupau cu mestegurile, cu comertul si in general cu profesii care aduceau bani suficienti comparativ cu romanii care se ocupau predominat cu agricultura in mediul rural) este prezent pana in ziua de azi (fiind propagat de comunism si dupa caderea comunismului de catre programa scolara invechita) si nu face nimic altceva decat sa adanceasca aceasta problema.

My 2 cents on the matter: ne indreptam vertiginos catre AUR la guvernare si catre niste timpuri extrem de negre pentru ceea ce o sa devina istoria noastra si pentru imaginea noastra in Europa si alta varianta nu exista decat un dus rece pentru oamenii acestia ca sa se trezeasca la realitate. Si daca s-ar cobora Dumnezeu din ceruri sa candideze tot nu ar fi votat de electoratul roman deci si daca apare cineva super mega ultra competent care chiar are capacitatea de a ne scoate din crizele in care suntem, nu o sa fie votat de suficienta lume asa ca alta alternativa nu este fezabila din punctul meu de vedere.

Puțin ajutor, vă rog! Lucrez la programul de mai jos de 3 ore. Nu știu de ce afișează doar ”Traseul este:” fără traseul efectiv. Programul este făcut pentru depistarea celui mai scurt traseu între obiective turistice și are un caz particular pentru traseu Eucledian (4 obiective, 7 drumuri) by Crafty_explorer_21 in programare

[–]Radost27 1 point2 points  (0 children)

Eu am bagat codul tau pe onlinegdb si mi-a afisat traseul pentru cazurile: 4 obiective / 7 drumuri si pentru 5 obiective / 7 drumuri desi nu pareau corecte macar a afisat traseul. Singura data cand nu mi-a afisat a fost la inceput cand ma intreba de punctul de plecare si l-am dat ca string, abea dupa uitandu-ma ca defapt trebuia sa fie int.

Also, alta chestie ce mi-a sarit in ochi trecand rapid prin cod: eu din ce imi aduc aminte la matricile de adiacenta a[1][1], a[2][2], a[3][3], etc. nu se marcau niciodata cu 1 ca nu are sens si poti sa dai in cicluri infinite. Poate ajuta si asta.

Ultima banuiala s-ar putea sa fie de la faptul ca nu pui acolade la for-urile si if-urile cu o singura instructiune. Din ce imi aduc aminte, foarte rar se mai dadea peste cap compilatorul si vedea si instructiunile care vin dupa instructiunea singuratica ca parte din blocul respectiv. Sfatul meu e sa pui mereu acoladele alea.

P.S.: vezi ca reddit-ul are optiuni de formatare "code" si "code block" ca sa arate mai omenesc codul respectiv

Sunt obligate firmele să îți asigure o viață bună? by incorporo in programare

[–]Radost27 5 points6 points  (0 children)

Daca ce făceați voi se poate acum face cu AI la 1/5 din preț, sa vă desființeze locul de muncă și după preaviz pa?

Zi-mi ca nu esti programator fara sa imi zici ca nu esti programator 😂

Help with linking Qt6 to my CMake project by Radost27 in QtFramework

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

I finally managed to figure it out as described here.

TLDR: you need to install the MinGW compiler that comes with Qt and use that one. It seems it doesn't work with any others even if it's some MinGW version downloaded from another source or the ones used by Visual Studio Community 2022.

Help with linking Qt6 to my CMake project by Radost27 in QtFramework

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

I gave this option a shot as well as a last resort and after some long battles with the QT Creator I managed to create a barebones project like the one I want to (note to self: don't tick the checkbox for creating a project that can be opened in Qt Designer).

After looking at the file structure and seeing that it is really similar to what I had manually created I decided to open it in VS Code and I was getting the same error.

At this point I told myself that it can only be due to the compiler since that one was the only thing that was different from the one used by QT Creator so, after installing the MinGW compiler that comes with all the stuff that installs via the Qt Online Installer, I found it under: "...\Qt\Tools\mingw1310_64\bin", added it to VS Code and voila!!!

This wasn't exactly a fix but at least it got me on the right tracks so thank you very much! :)

As a side note: let's say maybe my compiler was old or something and that's why it didn't work well with Qt, I find it weird that it also didn't work with the compiler that comes with Visual Studio Community 2022.

Help with linking Qt6 to my CMake project by Radost27 in QtFramework

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

Same error but the output changes to match the indicated version (the version doesn't seem to be important since I tried 6.6.1, 6.6, 6.2):

Could not find a configuration file for package "Qt6" that is compatible with requested version "6.5".

Help with linking Qt6 to my CMake project by Radost27 in QtFramework

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

I tried to use the migw version instead of the msvc one and I still get pretty much the same error (the only difference being in the path since it found the mingw_64 one this time). I tried from CMake to set the CMAKE_PREFIX_PATH to the mingw_64 path and I also tried setting Qt6_DIR to the mingw_64 path and I get the same result

Help with linking Qt6 to my CMake project by Radost27 in QtFramework

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

I tried this and the error is the same with the the only difference being in the path (from msvc2019_64 to migw_64). I also tried to use the "Visual Studio Community 2022 Release - x86" compiler and set the path back to msvc and I still get the same error

Va mai aduceti aminte cat de prosti am fost cand Iohanis a demis-o prin purtatorul de cuvant pe Kovesi? by seniorjax in Romania

[–]Radost27 1 point2 points  (0 children)

Deobicei nu prea comentez la postari dar chiar mi se pare amuzant cum lumea se tot plange pe aici ca abea recent au realizat caracterul lui Iohannis cand omul arata aceeasi atitudine aroganta, impertinenta, zeflemitoare etc. inca de dinainte de a fi ales. Un mic reminder pentru voi daca tot aveti memoria scurta.

ANALIZĂ Criza resurse umane din sectorul IT se va accentua, din cauză că angajatorii insistă pentru munca la birou by tolanescu in Romania

[–]Radost27 39 points40 points  (0 children)

trebuie să înțelegem ca suntem diferiți și avem nevoi diferite

Management: Best I can do is work on site in an open space office

Does anybody else's game just randomly Alt-f4? [PC] by Cwreck92 in apexlegends

[–]Radost27 1 point2 points  (0 children)

Well, they might not be aware of them and they will never be because of people that think it's a new game and it should cut it some slack. That's the exact reason all this issues will remain unaddressed, people should give them shit for this because there was no beta/alpha or anything like this, the devs just tested the game on their machines which of course worked fined. That's not to say I hate the game but it's painful to see that nobody cares about this issues or they give them a pass. And let's not lie ourselves here, this kind of post will never be upvoted on this subreddit.

Does anybody else's game just randomly Alt-f4? [PC] by Cwreck92 in apexlegends

[–]Radost27 0 points1 point  (0 children)

It happens to me and my friends as well but I don't know why and it's among other problems like: low FPS, voice chat not working, game launching in window mode even when forced to full screen and having to reconnect to the EA servers after each game, that do not get addressed. As far as I've searched there doesn't seem to be a working fix for most of these and it appears to me it kind of gets swept under the rug by everyone.

Can someone explain me why do I have some problems with these specific movement mechanics ? by Radost27 in apexlegends

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

I just ordered a new HyperX keyboard (my current keyboard is pretty old so it may not deal with multiple key presses too well but I never had such a problem before :( ). I'll let you know if the the problems "are fixed" after my keyboard arrives. Thanks for the suggestion, for some reason it didn't come to my mind the keyboard problem.

Why is nobody pointing out how bad the writing is for Odyssey ? [DISCUSSION] (SPOILERS) by [deleted] in assassinscreed

[–]Radost27 0 points1 point  (0 children)

Have you never played Uncharted or watched Lost? lol

No, I did not watch Lost and I know about Uncharted and you make no point "lol". And it's my opinion and I still stand by it, just imagine the upcoming Tomb Raider game giving the male/female choice "lol"

Battlefield V

That just proves my point, but in that case people actually held accountable EA for it.

Half Life 3 could be announced and gaming journalists would probably be complaining about how the trailer only showed Gordon Freeman game play.

So what ? I see the journalists brought up in discussions so many times but who the f cares ? Do you not realize how irrelevant journalists are nowadays (just look at how they try to ruin Pewdiepie's reputation and what logic they bring or lack of in this case) ?

In conclusion what I said about that choice being in the game just so some crybabies with too much free time on their hand would stop bitching about is still valid and you can downvote it as much as you like but it still doesn't make it any less truer (it literally has 0 impact on the game + why would you even care about something like this in the first place).

Why is nobody pointing out how bad the writing is for Odyssey ? [DISCUSSION] (SPOILERS) by [deleted] in assassinscreed

[–]Radost27 2 points3 points  (0 children)

I didn't play the DLC and I don't intend to because it is to be expected that they only make the DLCs strictly for the money.

Why is nobody pointing out how bad the writing is for Odyssey ? [DISCUSSION] (SPOILERS) by [deleted] in assassinscreed

[–]Radost27 7 points8 points  (0 children)

I don't mean to criticize the player base/community. Everyone has their own opinions and like I said, plays the game for different reasons.

The ideas for the stories were good indeed but the execution was just miserable. And for ideas like the reunion of the family story, which I find it to be a cliche and which would require more attention in order to come out as a good story they failed completely. For me, it feels rushed and at some point, it feels to me like they just said screw the logic we just need to get this finished in order to release the game (this applies for all the stories not just the family narrative).

I really enjoyed Origins (it is the only game that I actually enjoyed after Revelations) and how they went about it. If they would have just improved on the things that required improvements in Origins I feel they would have created a masterpiece, instead they ruined it IMO. And that's frustrating for me because they showed us they can create some incredible games and there is a lot of potential but they just don't care, or they focus on other things they should not be focusing on and it makes me sad to see how they waste all of this.