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+ years. I can only second what others in…
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 // ... } seems like an improvement because you…
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 new medium, it just doesn't work that…
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 cool's that? :D So yeah, I get why…
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 that money and invest it back into our…
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 all the jobs in the US easily make…
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 over and over again, we should…
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+ years. I can only second what others in…
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 // ... } seems like an improvement because you…
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 new medium, it just doesn't work that…
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 cool's that? :D So yeah, I get why…
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 that money and invest it back into our…
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 all the jobs in the US easily make…
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 over and over again, we should…