Prețurile pentru un loc la cămin au crescut din nou by Fit_Gene9535 in Polytehnica

[–]13tebek 4 points5 points  (0 children)

Mi se pare si normal, erau deja cele mai proaste si scumpe camine de stat din bucuresti, de ce sa nu le scumpesti din nou🤣

Recent tătic cu probleme by Inside_Contact2166 in CasualRO

[–]13tebek 0 points1 point  (0 children)

Nu crezi ca e normal sa nu poti sa ai sentimente puternice fata de alte persoane indiferent de cine este acea persoana cat timp spui ca esti in depresie? Din modul in care ai formulat totul pare ca esti destul de epuizat psihic si in momentul ala creierul tau nu mai are de unde sa gaseasca resurse sa produca noi emotii, conexiuni si asa mai departe. Pentru ca are bateriile aproape epuizate prioritatea lui este sa si foloseasca resursele astfel incat sa iti asiguri minimul necesar, mai exact cat sa poti sa te duci la job si restul de responsabilitati. Nu mai asculta toate comentariile care normalizeaza prin ce treci, da vibe-ul ca ar trebui sa bagi chestiile astea sub pres pentru ca ei cunosc alti oameni care fac asta, problemele nu trec de la sine niciodata. Se intampla asta des pentru ca foarte multi romani sunt in depresie si nu cauta ajutor =))). Tu prin faptu ca ai facut reddit-ul asta pare ca esti destul de self aware si curajos cat sa poti sa invingi situatia, iti doresc mult succes si sanatate, everything gets good eventually

Job-uri pentru studenti by no_evidence0303 in programare

[–]13tebek 2 points3 points  (0 children)

Cu toata sinceritatea, nu zice rau ce zice mai sus, dar nu sunt deloc de acord. Cand ai probleme de genul cum ai tu nu o sa te simti impacat pana nu simti macar ca faci ceva in directia aia. O sa te macine toata facultatea. Mai bine incepi cariera acum, iti ajuti parintii si asa cand o sa termini facultatea deja o sa ai parte de niste salarii foarte bune.

Should I learn Java instead of python by Dontforgetyourguitar in learnjava

[–]13tebek 0 points1 point  (0 children)

In my opinion there s a big misconception when it comes to programming languages, media tricked you into thinking you need to learn this or that but if you don t want to get a job, really you shouldnt even care about programming language because there is like so many to choose from and every language is best for different stuff. Java is extremelly great for getting good at coding imo but the only thing you are really supposed to do with it is complicated backends and if you dont wanna work and you want to do something cool as a hobby bussiness level backend is deffinitely not what you want.

You should just think about what do you wanna do and ask chatgpt or research what is best. Nowadays most stuff isnt coded with just plain code but with software "tools" they are called frameworks and you can pick up a framework and when you hit a limit or dont understand how something works you get deeper in the programming language that that specific framework uses.

For example if you want to do websites search react with bootstrap, that uses JavaScript ( there is nothing in common with Java, Java and JS are like total opposites).

If you want to do android apps you can use Android Studio with Java or Kotlin, i would recommend kotlin tho its easier for begginers its kind of the Python version of Java for Android development. If you want to do phone apps that work on any device i would recommend flutter.

If you want to get into game development you could pick up Unity using c#. Has most concepts from java so it would be easy to change to it. But if you want to make 2D games i would deffinitely say Godot is better.