Live data from Hacker News

Viewing profile — augusto2112

augusto2112

HN member
Joined
Wed, Nov 23, 2016, 10:15 AM UTC
HN karma
147
Public activity
19 items

About augusto2112

No profile information was provided.

Recent public activity

  1. comment
    Comment #30156705

    Because it rhymes :)

  2. comment
    Comment #26682122

    I have a XPS 13 as well, and it does ship with Ubuntu.

  3. comment
    Comment #26083407

    Exactly, meant to say that :)

  4. comment
    Comment #26078519

    A partial function is a function where all inputs have an output. For example, calling head on an empty list will throw an exception. To make this a total function you’d need to re…

  5. comment
    Comment #24951623

    Greenwald’s story did damage Bolsonaro’s reputation, but I don’t think it had much to do with Lula’s release.

  6. comment
    Comment #24408224

    From his CV[1]: - "Professor Patton primarily teaches in USC’s Full-Time MBA Program and its Executive MBA Programs in the U.S. and China" - "He has served as a key advisor to the …

  7. comment
    Comment #22196209

    Hey! I'm starting my master's in the field of compilers. Could maybe could you share your setup/workflow? For example do you use any IDEs? I'm trying to use Clion but it seems 16GB…

  8. comment
    Comment #22020113

    Sometimes you don't want to allow a value to be null at all, but with null references you can't represent that at the language level.

  9. comment
    Comment #22020021

    Functional programming languages have been doing it for ages. Most "newer" statically typed languages also have it (Swift, Kotlin, Rust) by default. And old languages had it bolted…

  10. comment
    Comment #21297784

    > Objects from DataProviders are returned as immutable models. On iOS, where the app uses a CoreData cache, this means the rest of the app no longer needs to access mutable CoreDat…

  11. comment
    Comment #21237164

    Probably lack of generics?

  12. comment
    Comment #20381496

    Your second link is an article from 2012 that says Apple stopped saying Macs can’t get viruses...

  13. story
  14. comment
    Comment #18229000

    How is the math? I've heard it's not exactly easy.

  15. comment
    Comment #17801378

    It's matrix multiplication. Has been in Python since version 3.5 https://www.python.org/dev/peps/pep-0465/

  16. comment
    Comment #17459700

    Hey Russ, your company seems to have a really cool intern program. I don't see any open positions though, is it ok if I apply to a dev position as an intern, and if not, are you gu…

  17. comment
    Comment #15261324

    Can someone explain how interchanging the loops make it immune to mispredictions please? I don't get it

  18. comment
    Comment #14473143

    What do you mean by lock-in business model?

  19. comment
    Comment #13658699

    I'm going through Sedgewick's class right now. Is the MIT OCW's course math heavy? It lists "Mathematics for Computer Scientists" as a prerequisite, I am somewhat familiar with the…