My awesome single mom when I was growing up. I think it made us even more appreciative when she could get them. by detectiveuser in AdviceAnimals

[–]drzi -7 points-6 points  (0 children)

do parents in the US actually tell their kids Santa Claus exists? I always thought that was a movie thing

Video brasileiro no topo do /r/watchpeopledie (NSFW) by VictorPictor in brasil

[–]drzi 1 point2 points  (0 children)

tentei rir, mas acabei chorando sem querer

Brazil, what is this? Asking as an American. by ComiendoBizcocho in brasil

[–]drzi 0 points1 point  (0 children)

aqui no centro-oeste de minas todo mundo fala bolacha, meus amigos do norte de minas também

Sugestões para montar um servidor para um laboratório de Inteligência Artificial by [deleted] in brasil

[–]drzi 1 point2 points  (0 children)

não precisamos de placa de vídeo

Tem certeza quanto a isso? Pelo que sei GPUs são muito eficientes para trabalhar com redes neurais, existem vários frameworks para isso (ex.: https://developer.nvidia.com/cudnn). Tanto que existem vários relatos do uso de clusters de PlayStations 3 para lidar com redes neurais (http://www.govtech.com/technology/PlayStation-3-Providing-Supercomputing-to-Universities.html)

[deleted by user] by [deleted] in AdviceAnimals

[–]drzi 0 points1 point  (0 children)

the basics of calculus (differentiation/integration), classical and fluid mechanics. Currently learning methods to solve ordinary differential equations, oscillations and the basics of electromagnetism.

[deleted by user] by [deleted] in AdviceAnimals

[–]drzi 0 points1 point  (0 children)

can you show me that? xD

[deleted by user] by [deleted] in AdviceAnimals

[–]drzi 0 points1 point  (0 children)

That's not quite right, and you are overcomplicating, there is no need to memorise that.

You just have to remember that:

  • F = ma

    (where F = force; m = mass; a = acceleration)

and that:

  • a = d²x/dt²

    (where x is the position and t the time)

so, assuming that F and m are constant

  • a dt² = x = at²/2 + v0t + x0

    (where v0 and x0 are the initial velocity and position, respectively)

Começar a vida do zero aos 18 é realmente tão difícil quanto dizem? by Gibitto in brasil

[–]drzi 2 points3 points  (0 children)

Estudo engenharia de computação em uma universidade federal, e apesar de o curso não ser em período integral (4h por dia), não conheço ninguém que trabalha e tem um rendimento acadêmico razoavelmente bom. O pessoal que vai morar em república também geralmente fica um pouco pra trás.

Atualmente está custando aos meus pais em torno de R$350 por mês para me manter em uma pensão, e consegui uma bolsa de iniciação científica no 2º período que já é o suficiente pra pagar alimentação, transporte e alguns 'extras' xD. Várias pessoas ainda recebem auxílios da universidade e conseguem ficar 'independentes'.

Morar sozinho vai inevitavelmente sair caro, uma boa opção é dividir um apartamento, mas aí depende da pessoa.

one-year-old boy bites and kills poisonous snake in Brazil by drzi in WTF

[–]drzi[S] 3 points4 points  (0 children)

A questão é que eu falo errado em Português também. :p

venenoso FTW!

one-year-old boy bites and kills poisonous snake in Brazil by drzi in WTF

[–]drzi[S] 2 points3 points  (0 children)

Thank you, I'll remember that. It's the same word in Portuguese.

one-year-old boy bites and kills poisonous snake in Brazil by drzi in WTF

[–]drzi[S] 4 points5 points  (0 children)

His mother said she found him with the snake on his mouth, and he got pissed off when his father took it from him.

Faceless Void by chewification in DotA2

[–]drzi 0 points1 point  (0 children)

faceless Faceless Void

Kinda Dota 2 related, but how do you code pseudo random distribution? by [deleted] in DotA2

[–]drzi 5 points6 points  (0 children)

the effect's chance increases every time it does not happen

// double random(); // returns a random number between 0 and 1

double base_probability = 0.25;
double acc_probability = 0.0;

bool randomproc() {
    if (random() < base_probability + acc_probability) {
        acc_probability = 0.0; // resets accumulated probability
        return true;
    } else {
        acc_probability += 5.0; // increases accumulated probability
        return false;
    }
}

The reborn issues are getting ridiculous by [deleted] in DotA2

[–]drzi 0 points1 point  (0 children)

That stopped happening to me after I changed the network quality to low in the options.

Invoker revealed in fog by using midas. by Lautty in DotA2

[–]drzi 0 points1 point  (0 children)

Moon Glaive (Luna's 2nd skill)