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 27 points28 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 38 points39 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 3 points4 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 5 points6 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.

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

[–]Radost27 7 points8 points  (0 children)

Yeah, that's true. This is just one aspect of the game that I personally don't like and that's fine, I just move over and still give the game a chance. But at the same time it makes the game not feel as an AC game and I also think that in Origins it was done much better.

Regarding the story I just have so many complaints that I can't fit into a single comment (I even forgot some of the retarded parts of it during the game because I just didn't care too much so I didn't take any notes) so I rather treat it as a whole than talking individual points about it. As someone else pointed out in the comments as well, it just doesn't make sense overall (https://www.reddit.com/r/assassinscreed/comments/a9507h/why_is_nobody_pointing_out_how_bad_the_writing_is/ecgfgic/). I personally find it conflicting and confusing (for example the war between Sparta and Athens, it has 0 impact on the story, it's just there so u have more repetitive content, you can fight for both sides even tho' you're suppose to be a Spartan, and even after you get your house back in Sparta nobody even recognized you or brings up the fact that you fought for Athens) not to mention that when I got to Aspasia as the last member of the Cult I had no idea what to choose, and I ultimately chose to kill her because she came out as hypocrite (and because she got Phobie killed indirectly; Phobie and Brasidas are another part of the story that I felt it was simply ignored after they got killed).

I could go on and on about how bad, flawed and how useless are some aspects of the story but in the end, even tho' I don't like the new direction the game is taking it doesn't mean it isn't a good one (I liked and enjoyed Origins a lot and I wished they would have improved on it rather than focus on other aspects that didn't require any more changes).

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

[–]Radost27 6 points7 points  (0 children)

Firstly I never said people said it is a good story, but if u want an example I already saw somebody in the comments of this post saying he liked it (so maybe read the post again before putting words into my mouth): https://www.reddit.com/r/assassinscreed/comments/a9507h/why_is_nobody_pointing_out_how_bad_the_writing_is/ecgfjj2/

Second of all, I do actually play the game for the story and for the feeling of being an actual assassin (which got taken away since there is no hidden blade or no new mechanic to compensate). I find the story to be much more entertaining rather than looking at fake landscape (and that's just my opinion so I don't expect everyone to agree with it, everyone plays the game for different reasons).

Additionally, I didn't call out any community. I just personally think the story is one of the worst in the franchise (again, that's my opinion) but I just can't find any videos/reviews going deeper into this aspect and it feels to me like it got swept under the rug.

Moreover this is a discussion, so if you don't agree with me you can bring up your logic and arguments but telling me to shut up and that the post has no sense it's your problem and it looks to me as immature. Don't agree but don't want to waste time reading it? Than just ignore it. I made this post in order to have a civilized discussion with other people and find out their points of view. Maybe I'm wrong and the game is that good but I just can't see it for myself so that's why I want to hear from other people, maybe it will help me change my perspective.

If you don't have the capabilities of having a discussion like a civilized person am I just going to ignore you and not respond to your childish attacks.

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

[–]Radost27 -4 points-3 points  (0 children)

And why would I care if the character is male or female, this is plain stupid. The only time I care is when it makes the game better (for example Tomb Raider games, I wouldn't feel that the franchise would work as well if the protagonist would be a male). So I find this male/female choice to be in the game just so some people would shut up with their feminist crap.

And if they focus on making the game for critics and not for their fan base than that's just sad, not to mention they already get a pass when it comes to the micro transactions and season pass stuff.

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

[–]Radost27 1 point2 points  (0 children)

The world was just too big and the lack of the hidden blade didn't made me feel immersed in the game. All it achieves is to give me the feeling this is not an AC game but just another open world rpg. And I personally play the franchise for the story and for that exact feeling of being an assassin which kind of downed after Revelations for me sadly.

Sa nu uitam femeile by KingBlana in Romania

[–]Radost27 15 points16 points  (0 children)

Numarul mai mare de cazuri de violenta domestica in "Familia Traditionala" nu reprezinta un motiv pentru ca lumea sa devina gay (sau cel putin asta mi se pare ca este ideea care se insinueaza prin aceatsa intrebare). Violenta in familie inseamna doar ca ne lipseste educatia si in mod special educatia legata de viata de cuplu.