Viewing profile — augusto2112
augusto2112
HN member- Joined
- Wed, Nov 23, 2016, 10:15 AM UTC
- HN karma
- 147
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About augusto2112
No profile information was provided.
Recent public activity
-
comment
Comment #30156705
Because it rhymes :)
-
comment
Comment #26682122
I have a XPS 13 as well, and it does ship with Ubuntu.
-
comment
Comment #26083407
Exactly, meant to say that :)
-
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…
-
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.
-
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 …
-
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…
-
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.
-
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…
-
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…
-
comment
Comment #21237164
Probably lack of generics?
-
comment
Comment #20381496
Your second link is an article from 2012 that says Apple stopped saying Macs can’t get viruses...
- story
-
comment
Comment #18229000
How is the math? I've heard it's not exactly easy.
-
comment
Comment #17801378
It's matrix multiplication. Has been in Python since version 3.5 https://www.python.org/dev/peps/pep-0465/
-
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…
-
comment
Comment #15261324
Can someone explain how interchanging the loops make it immune to mispredictions please? I don't get it
-
comment
Comment #14473143
What do you mean by lock-in business model?
-
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…