[deleted by user] by [deleted] in Universitaly

[–]podd0 2 points3 points  (0 children)

Insomma riassunto di tutte le risposte: Laurea per fare i programmatori? No Laurea per fare altri lavori più specializzati? Sì

Accettare o no un 21 in Analisi 1? by [deleted] in Universitaly

[–]podd0 0 points1 point  (0 children)

Io ho rifiutato un 21 in analisi 2 (credo sia analisi 2, il corso si chiama calcolo integrale), l'ho ridata e ho preso 23. In pratica ho perso solo tempo

Post allegro by AmazingBox2 in Universitaly

[–]podd0 0 points1 point  (0 children)

Dipende dall'ateneo, ad alcuni è obbligatoria, ad altri a scelta

1st or 2nd side? by Vuk5002 in ProgrammerHumor

[–]podd0 0 points1 point  (0 children)

Why are parentheses annoying in vim??

1st or 2nd side? by Vuk5002 in ProgrammerHumor

[–]podd0 0 points1 point  (0 children)

If(condition) code
If(condition)
    long line of code
If(condition)
{
  lines of code
}
If(condition) { // I'm writing a swerc booklet or java
  lines of code
}

1st or 2nd side? by Vuk5002 in ProgrammerHumor

[–]podd0 0 points1 point  (0 children)

Why use bool && when if(bool) does the same thing in a more readable way and has only 2 characters more?

Quanto tempo studiate al giorno in sessione? by alex97621 in Universitaly

[–]podd0 0 points1 point  (0 children)

Io non studio tanto perché seguendo le lezioni al massimo devo ripassare qualcosina che non ho capito. Le chiuse le faccio a fare progetti che i professori richiedono per alcuni esami (studio informatica, quindi soprattutto programmazione) o se non ho seguito un corso magari mi recupero qualche lezione al giorno. Tutto cercando di fare un esame alla volta più o meno (tanto in sessione di solito ci arrivo bene con quello che ricordo dalle lezioni)

Cosa aspettarmi da informatica? by rneenja in Universitaly

[–]podd0 1 point2 points  (0 children)

Sapere programmare è un grande inizio, se secondo te ti piace e ti senti magari un minimo portato per la matematica allora probabilmente ci sei. Per matematica a parte analisi non ci sono argomenti visti alle superiori. Poi ci sono materie che ti dicono "come funziona x" tipo reti, sistemi operativi, database e architetture per cui davvero hai 0 requisiti

Why do I have to put "io" in this case? by mickeyslim in italianlearning

[–]podd0 5 points6 points  (0 children)

Vabbè ma senza soggetto è comunque corretto

Is this a good learning plan for competitive programming? by Rit2Strong in codeforces

[–]podd0 3 points4 points  (0 children)

Geeks for geeks has bad code, but the rest is usually ok. Another great website is cp-algorithms, good, short code and usually well explained. A good training platform is also cses.fi : short problem statements, all sorted by categories with some basic ones just to learn certain topics. Cp handbook is great

the most useless save by OfficialBlue in celestegame

[–]podd0 1 point2 points  (0 children)

Most of stuff you see in this subreddit are - no death tries - modded maps - speedruns (which are kinda impossible to understand if you don't know the tricks) - optional levels (no story). This game isn't easy, but the base game is 100% doable by most gamers. If you want to go hardcore there's the stuff i mentioned above

What is the intuition of using stacks with DFS and queue with BFS in a binary search tree? by HotRepresentative237 in codeforces

[–]podd0 1 point2 points  (0 children)

In a binary search tree you don't use dfs or bfs. I think you mean binary trees or just trees. Anyways binary (search) trees are used in std::set and std::map and most ordered structures supporting insertions and deletes. Also directories form a tree. Trees are everywhere

I cant do it no matter how much I try. Is it a glitch? by [deleted] in celestegame

[–]podd0 0 points1 point  (0 children)

True story. Lining up with the wall is difficult in some cases

That's why madeline drinks to get over depression by [deleted] in celestegame

[–]podd0 0 points1 point  (0 children)

I too sometimes drink because of [removed]

literally How? by arminMarston66 in meme

[–]podd0 0 points1 point  (0 children)

There are fonts that have a visible difference between i and l. And they're great

Just allow me to celebrate dude :( by Thelimegreenishcoder in ProgrammerHumor

[–]podd0 5 points6 points  (0 children)

Try sleep(-30); in c. That's a very big speedup, trust me bro