Viewing profile — csdigi
csdigi
HN member- Joined
- Tue, Jun 01, 2010, 1:21 PM UTC
- HN karma
- 44
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About csdigi
No profile information was provided.
Recent public activity
-
comment
Comment #33937948
It depends on how they got their income in the first place. My family are dairy farmers and frequently trade cattle at local auctions. This is still a cash based society (rural Ire…
-
comment
Comment #25532336
Importantly though the UK does not need to apply those rules and standards to domestic trade (which is over 90% of it).
-
comment
Comment #25246684
I am not an author, but was around when we decided to create Please in 2015. When we created Please we were currently using Buck from Facebook. As has been covered elsewhere at the…
-
comment
Comment #12216649
I agree, if anything I think the remark looks more like a joke targeted to her young age than her gender in the context of the video.
-
comment
Comment #10740967
Try using this url instead: http://angularjs.blogspot.com/ncr
-
comment
Comment #7478099
Mark Roth did an interesting TED talk 4 years ago on that very subject. http://www.youtube.com/watch?v=uVAaZVz9pDs
-
comment
Comment #7112919
I travel in Europe a lot, but Google Maps for Android has had the ability to save offline maps for ages now (which I use all the time). GPS also works offline obviously so you can …
-
comment
Comment #6651675
I use this exact same system, although it sort of hurts to see my old phones get slowly crippled by my girlfriend. She is currently just bringing my old Galaxy Nexus to the end of …
-
comment
Comment #6033319
The sectioned titled "Inconsistent get interface" compares get() to getattr() which are two unrelated functions. getattr is the same as a property lookup on an object (person.name,…
-
comment
Comment #5356003
With Chrome you have to trade memory usage for the process sandboxing of each tab which adds a measurable overhead. But I think for the general population it is a trade worth makin…
-
comment
Comment #5134454
Backbone like spine has moved to support the "asynchronous UI" in its models by default. The general philosophy is that all storage should seem local, and the interface should wait…