HackerTrans
TopNewTrendsCommentsPastAskShowJobs

somerando7

no profile record

comments

somerando7
·2 ปีที่แล้ว·discuss
Scribe aaS? ;)
somerando7
·3 ปีที่แล้ว·discuss
It's pretty useful when you have some distribution layer (i.e. some pubsub system)

Consider 10-15 applications running on a host, and all of them are listening to data being distributed by another service. Instead of all of them opening a connection to that service, instead they would all be connected to this sidecar, and the sidecar would merge the distribution of data (and subscriptions) to the pubsub system
somerando7
·3 ปีที่แล้ว·discuss
Oh yeah, for option A I meant to just stay in Canada until my company hopefully gets profitable and then "transfer" it to the US and move to the US if somehow I can self-sponsor/sponsor through company.
somerando7
·3 ปีที่แล้ว·discuss
I'm confused. I thought on a TN or H1B I'm not even allowed to start a company in the US.
somerando7
·3 ปีที่แล้ว·discuss
What would be the advice for Canadians who want to start a company, but are unable to do so because they are on a TN/H1B?

As I see it my only options are:

a) Move back to Canada, start company there. Does this impede getting VC funding? Can I somehow move back to the US if my company becomes successful?

b) Wait until I get a greencard.

Further question:

c) Is it better to go TN->PERM or TN->H1B->PERM, what are the drawbacks of the first option?
somerando7
·3 ปีที่แล้ว·discuss
IMO passing a lambda for synchronized code makes it much easier to read (going off of working with folly::Synchronized)
somerando7
·3 ปีที่แล้ว·discuss
C++ was probably compiled without optimizations. In a compiled binary there won't even be any calculations done - see for yourself https://godbolt.org/z/Mhhzhdr7c