Viewing profile — savanu
savanu
HN member- Joined
- Thu, Jan 12, 2017, 4:42 PM UTC
- HN karma
- 11
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About savanu
No profile information was provided.
Recent public activity
-
comment
Comment #27717236
Do you guys boil the milk before adding the culture?
-
comment
Comment #26799347
I don't think the fact that you might be still spreading covid when vaccinated is enough of a reason to continue lockdown. As long we are continually getting people vaccinated, we …
-
comment
Comment #26798697
The different efficacy rates of the vaccines do not directly imply anything about spreading covid. A vaccinated person can have no symptoms of covid and still be spreading (This ma…
-
comment
Comment #26665073
So you are really looking for compiler checks for null? Kind of like kotlin? var truthy = null; // Compile fails var nullable? = null; // Compile passes You don't need value types …
-
comment
Comment #26664573
How does making Optionals allocated on the stack (value types) prevent this? Or rather why do you need value types to accomplish this?
-
comment
Comment #17982280
The one in the picture is the 100m dish. Frank Drake used the 25m dish. Just being nitpicky, I get your point. https://en.wikipedia.org/wiki/Drake_equation#History
-
comment
Comment #17981582
Its the Greenbank telescope in West Virginia. I don't think its particularly associated with SETI. The telescope is available on a rental basis. People just schedule it to point it…
-
comment
Comment #13383753
Just a heads up, but the GA courses on Udacity don't have any of the programming assignments anymore only the multiple choice quizzes and videos. They were removed when the OMCS pr…