Viewing profile — creed
creed
HN member- Joined
- Tue, Mar 22, 2016, 6:40 PM UTC
- HN karma
- 29
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About creed
No profile information was provided.
Recent public activity
-
comment
Comment #29723855
Sorry to say but reading this as a native Berliner is really difficult. It seems like the author has never spoken to any German that has been involved in housing in the last 10+ ye…
-
comment
Comment #12412675
I don't like that at all. Sure if you consider: for (auto& p : wordCount) { // ... word: p.first, count: p.second } then for (auto& [word, count] : wordCount) { // C++1z // ... } s…
-
comment
Comment #11795270
I think the fact that we don't know how to use any of this at the moment just shows how new and game changing this all is. You can't just copy/paste any of the old stuff onto this …
-
comment
Comment #11700028
First of all: I think this is a very cool idea. It's like a generalised Pokedex! Imagine you could just take a foto of something with your phone and ask the Index what it is, how c…
-
comment
Comment #11340414
Okay, so let me get this straight. Here in Europe we have decided to build a society in which we don't get as much money to spend on our own but rather collect a big portion of tha…
-
comment
Comment #11338889
Hi, I'm a CS student in Europe and about to finish my MSc. I haven't got a clue about what to expect salary wise once I leave university. Looking at the spreadsheet I noticed, that…
-
comment
Comment #11338875
Great idea, nice thinking! I guess we as programmers should seriously think about the future of our craft. If, for example, we feel we are basically using the same building blocks …