hadiz's comments

hadiz | 6 years ago | on: Elon Musk: Tons of C++/C engineers needed

I miss C++ a lot. The modern standard library is a thing of beauty IMO. Such a shame that I could not find a good gig when I was looking few months ago, at least not where I am.

Looks like Tesla though are doing C with C++ features rather than C++. I'd also be interested in knowing what their "hardcore" questions are like...I heard that they ask a lot from your past experience.

hadiz | 6 years ago | on: Ask HN: How do we stop the polarization/toxicicity filling the web?

It's a problem IRL, too. I am astonished by how much disinterested people are in each other. I am very good at keeping a conversation going, I become genuinely interested in the person and ask as many follow-up questions as possible. Unless I know what we're talking about falls into my experiences, I'd refrain from talking about myself.

But what I see constantly is that people have gone from a "what about you" mindset to "what about me" mindset. My conversations end as soon as the person is done answering my questions about them. Like, zero reciprocation, which is god awful.

If these people participate online, where they can mainly get away with being a shitty personality, then this toxicity is not that surprising to see.

hadiz | 6 years ago | on: Finding the real first post on Instagram

My takeaway is that IG was always built to be performance based social media app. As in, the user puts up a performance for people to see.

Compare that to HN/Reddit/Blogs before and you can basically pinpoint when and how social media changed the way we connect.

hadiz | 6 years ago | on: Ask HN: What do top engineers you know do that others don't?

Much like a codebase, some of the brilliant engineers I've met relish the video games that lets them scour around the universe, think about strategy, and get into action. It's like watching someone attempting an Olympic weight-lift move.

hadiz | 6 years ago | on: Fashionable Problems

I don't do C++ anymore professionally, but from I remember, std::locale was very useful: https://en.cppreference.com/w/cpp/locale

And QString had no magic to it other than wrapping its underlying data in ytf-16 which std::u16string does too.

It's not perfect but it gets the job done, IIRC.

page 1