Viewing profile — abhishekkr
abhishekkr
HN member- Joined
- Thu, Jul 26, 2012, 5:18 PM UTC
- HN karma
- 6
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About abhishekkr
No profile information was provided.
Recent public activity
-
comment
Comment #13488299
It's Google's A/B experiment framework that runs on production traffic and allows you to slice by various attributes and apply experimental models to the slice.
-
comment
Comment #13325837
True - my example of painting roads was just incidental. More creative variety of state sponsored jobs would probably make it a better option. A lot of countries already do forced …
-
comment
Comment #13325822
There's a difference. With inheritance, the previous owner of the money is willingly giving up their possessions to the inheritor. Free will, willingly done. With UBI, it's basical…
-
comment
Comment #13307182
No, I do think there's value in giving people a reason to work. As a by-product of work you are forced to socialize with a different group of people; the chores you do get you out …
-
comment
Comment #13261014
kiba above doesn't seem to know exponential growth. Self-replication leads to exponential growth. Creating more satellites here locally only gives you linear growth.
-
comment
Comment #13260996
Of course we'd kill other species. Look at our own past, just 400 years ago FFS. What happened to the Native Americans? Then look at the species of animals that we're driving to ex…
-
comment
Comment #10834047
Thank you for articulating this. It's an interesting perspective I hadn't seen before and will have to ponder over the degree to which it manifests itself..
-
comment
Comment #9917204
You can actually just do return big_object_ptr; Instead of the std::move. The compiler will complain if it can't do RVO because unique_ptr prohibits a copy, so you're safe :)
-
comment
Comment #6089202
It was testimony from the said taxpayer-funded university that killed the patent. "While UC lawyers cooperated with the plaintiffs, two UC Berkeley-trained computer scientists were…
-
comment
Comment #5527433
List pets = Arrays.asList("cat", "dot, "bird"); Bad usage does not equal bad language.
-
comment
Comment #4297285
Yes they would. Its the same reason ftp servers, backup servers and NAS would exist no matter how fast the connection speed is. Its about availability, backups and more holistic ac…