Search results

  1. Cloverfieldo

    Ex-Goddess's Blog - Vol. 2 Ch. 8

    This is one of the most creative and beautiful mangas I have ever read
  2. Cloverfieldo

    a lot of my controversial opinions are about politics, so I would like to avoid that however, I...

    a lot of my controversial opinions are about politics, so I would like to avoid that however, I firmly believe the americans(the ones from usa) are the most stupid group of people currently living
  3. Cloverfieldo

    nixOS is alien technology only some of the enlightened people can understand

    nixOS is alien technology only some of the enlightened people can understand
  4. Cloverfieldo

    after using nixOs for two days, I already feel overwhelmed

    after using nixOs for two days, I already feel overwhelmed
  5. Cloverfieldo

    Do you believe in free will?

    @Cubicle255 I read this specifically https://www-cs-faculty.stanford.edu/~knuth/smullyan.html
  6. Cloverfieldo

    I use nixos btw

    I use nixos btw
  7. Cloverfieldo

    Do you believe in free will?

    Just read some articles on that, and wanted to know what the intellectuals of the world think about this issue
  8. Cloverfieldo

    Knuth, I love you!

    Knuth, I love you!
  9. Cloverfieldo

    Nós existimos

    Nós existimos
  10. Cloverfieldo

    the computer our network teacher provided for us to host sites doesn't even have a C compiler...

    the computer our network teacher provided for us to host sites doesn't even have a C compiler compilers are bloat
  11. Cloverfieldo

    Haskell is fun

    If you guys want to learn Haskell, I recommend the Learn You A Haskell for Great Good, it's what I have been using to learn, and prepare a mini course on Haskell and functional programming in general
  12. Cloverfieldo

    Haskell is fun

    primes = 2 : filter (null . tail . primeFactors) [3,5..] primeFactors n = factor n primes where factor n (head:tail) | head*head > n = [n] | n `mod` head == 0 = head : factor (n `div` head) (head:tail) | otherwise = factor n tail main :: IO () main...
  13. Cloverfieldo

    if functional programming is only applied math, imperative programming is only applied...

    if functional programming is only applied math, imperative programming is only applied electrical engineering
  14. Cloverfieldo

    What will happen to people who make comics with Ai technology?

    Nimbaloth will eat their souls
  15. Cloverfieldo

    I really want to talk about haskell

    I really want to talk about haskell
  16. Cloverfieldo

    I'm a computer science major. I just talked with the teacher, and he was just using a very...

    I'm a computer science major. I just talked with the teacher, and he was just using a very different name than I expected, he was calling the waterfall model, the "larman methodolgy", and I still don't understand why
  17. Cloverfieldo

    do you guys also have teachers that just invent stuff, and act as if it's common knowledge, or...

    do you guys also have teachers that just invent stuff, and act as if it's common knowledge, or industry standard?
  18. Cloverfieldo

    I can read!!!!!!!!!

    I can read!!!!!!!!!
  19. Cloverfieldo

    I wish we had a shakespare festival here in brazil.....

    I wish we had a shakespare festival here in brazil.....
  20. Cloverfieldo

    just realized I wrote the wrong name it's "A Study in Scarlet", but here in brazil the direct...

    just realized I wrote the wrong name it's "A Study in Scarlet", but here in brazil the direct translation is "A Study in Red"
Top