I am from Minas and typically people are 15-45 minutes late to things. Mostly social events though. It’s not considered rude though because that is the expectation when these kinds of events
Red Hat | Software Engineers various levels Openshift | REMOTE , BOSTON , North Carolina
There are several types of engineering positions open from SRE type roles to product development on the Openshift team. Positions for golang and python developers.
You can email me with questions to razevedo (at) redhat.com
My commute is between 1 to 2 hours depending on the day and time and I am only traveling 40 miles. I'd rather take a train for two hours seems certainly doable.
You have to get 45 minutes earlier at the station for passport and luggage control. And you also have to factor the time to go from home to St Pancras, and then from Gare du Nord to your office.
The problem I with linux is that there is no good laptop running linux well or anywhere near as good as windows or osx. If I could run osx on alternatives to the macbooks I would be happy best of all worlds.
I see this complaint often here, but I don't get it. Is some Linux driver not working? You can't use the mic, Wi-Fi etc? Linux just works fine on my machine, and also for a large user-base.
Performance is poor on my older laptop. Maybe I'm getting to the point where web devs should leave me in the dust, but, it's also a shame to waste resources on newer systems. I suspect the problem is that it's built on React, which struggles with large data sets.
If the team is reading this, I'd bring up a point made on the Netflix dev blog: the key to great React perf is doing the expensive stuff outside of React. Do it low-level, stitch it in with lifecycle callbacks. You can end up keeping most of your code in React's world, while fixing most of the performance problem.