cmonfeat's comments

cmonfeat | 6 years ago | on: Go Creeping In

I've had this issue as well and found that it makes using an IDE almost mandatory for large code bases.

cmonfeat | 7 years ago | on: Ask HN: Developers aged 50, how have you gotten around age discrimination?

One reason to use containers over VMs is that building, updating and extending containers is far easier and more maintainable than full virtual machines.

Containers give you the ability to layer the pieces you need on top of each other, so you are only responsible for the parts that you maintain. No need to rebuild an entire VM image every time one piece of the stack is updated.

Distribution of containers is also far more efficient than full virtual machines (especially important in a highly distributed environment).

cmonfeat | 7 years ago | on: I interviewed at six top companies in Silicon Valley in six days

But doesn't this article specifically disprove that point? The author came from a non-fancy university and non-fancy internships. He prepared only using free or low cost materials (leetcode and books) and was able to meet the hiring bar.

To me this reads that the questions are intended to narrow the candidate pool down to people with an abundance of time to devote to studying, which is certainly one type of privilege, but is not necessarily the same as a wealthy background.

cmonfeat | 7 years ago | on: WeWork Gets a Visit from Financial Reality

Are you thinking a traditional franchise (like a gym) or a platform that independent landlords can list their co-working spacaces on (i.e. Airbnb for coworking spaces)?

They both seem like less risky and more traditional tech plays than WeWork's current business model.

cmonfeat | 7 years ago | on: JavaScript is now required to sign in to Google

To be fair, Google released their own OTP hardware keys and have already 2FA login mandatory for accounts that they deem "high risk."

I don't think it's fair to blame them for the facts that most folks are not willing to give up passwords yet. Given that passwords are the current reality, shouldn't they do everything in their power to make them as secure as possible?

cmonfeat | 7 years ago | on: GitLab is now running on GCP

I think YouTube would argue that their actions were not based on the content of these channel's views, but because they violated their community guidelines.

Their response to why they banned Alex Jones, for instance, was that it wasn't because of the content of his views, but that he violated their cyberbullying guidelines multiple times (he received several strikes in the past).

Maybe I'm being naive, but their motivation doesn't appear to be censorship, but to make YouTube a less toxic place than it already is.

cmonfeat | 7 years ago | on: Six Months at Riot Games

> If I were the FCC, I’d be shutting down YouTube.

Why? I get why public access would have a mandate to allow people with unpopular (imo hateful) opinions on the air, but not YouTube.

I was under the impression, they're a private network and under no obligation to allow you to post content they don't like. They are free to change their ToS at anytime and ban who they choose, right?

cmonfeat | 8 years ago | on: Ask HN: Are there any reasonable alternatives to MacBook Pro for developer?

Same boat, I've tried alternatives but can't find anything I like as much as the plain old gnome terminal on my Linux box. The solution I keep coming back to simply installing an x server like vcxsrv on Windows and gnome terminal on WSL.

A few hoops to jump through, but it allows me to have an experience that's very close to native Linux. One less context switch my mind has to adapt to when switchibg between OSes.

page 1