HackerTrans
トップ新着トレンドコメント過去質問紹介求人

plicense

no profile record

コメント

plicense
·6 か月前·議論
Just wanted to say, one of the exciting things I realized when I joined Google was that the maintainer of GDB was my org's director at that time. Not sure how much it matters, but it gave me confidence in the leadership to know that someone who knows the details is running the show at the top. It made me trust the leadership chain much more than I normally would otherwise.
plicense
·昨年·議論
Do you support Java? If so, how do you do this for Java?
plicense
·2 年前·議論
Not sure why you are getting downvoted - this is literally what two of the people I know do. They actually make more than what I make at a FAANG. The real kicker? One of their jobs is a contractual position and so they opened up a business for it and hiring family members as employees to save on taxes. So the take home pay is actually higher than me.

Doing so however carries a lot of risk and one needs to have a certain mentality to be able to actually do it (I certainly don't have that).
plicense
·3 年前·議論
Which car allows you to watch videos from your phone on the Console?
plicense
·3 年前·議論
It uses FUSE and there's three types of Kernel cache you could use with FUSE (although, it seems like gcsfuse is exposing only one):

1. Cache of file attributes in the Kernel (this is controlled by "stat-cache-ttl" value - https://github.com/GoogleCloudPlatform/gcsfuse/blob/7dc5c7ff...) 2. Cache of directory listings 3. Cache of file contents

It should be possible to use (2) and (3) for a better performance but might need changes to the underlying fuse library they use to expose those options.
plicense
·3 年前·議論
I would suggest also looking at https://github.com/bazelbuild/remote-apis. Its essentially a standard API for remote (any binary) execution as a service and there are several reference implementations of it (Buildgrid, BuildBarn, Google's own service etc).

And you can consider using gVisor to minimize container breakouts to a great extent.
plicense
·4 年前·議論
> While he noticed the telephone wires running alongside the highway, Peters said, he did not realize until later that there were also wires crisscrossing the highway every few hundred feet, and that somehow his small plane must have slipped between them without him even noticing.

> “Honestly, I didn’t see them. I think that was divine intervention, moving those wires away from me,” he said.

If you read the article, he explains the reasoning.
plicense
·4 年前·議論
20% of world's surface fresh water.
plicense
·4 年前·議論
Or they just went with Alphabetical order when signing the letter? Order doesn’t mean much to be honest in this context - you don’t put your name on the letter unless you really agree with what’s on the letter. Now it maybe possible that Marc never co-signed this in which case he will speak out hopefully and explain his stance better.
plicense
·4 年前·議論
I guess on the flip side, I was receiving 100$ per month in AWS credits for about 2 years for an Alexa skill I had disabled. This was also incompetence in this case.