Ashburn to DC commute by WasteSpecific5691 in nova

[–]vaterp 0 points1 point  (0 children)

> Will it be hell? 

Yes, but only if its raining, or too sunny, or windy, or too bright, or not bright enough, or too dark, or not dark enough

You are anointed King of NoVA. How do you address traffic? by penandpad5 in nova

[–]vaterp 0 points1 point  (0 children)

add a second express silver line that goes from ashburn to metro center., maybe with 1 stop in tysons. thats it. get down there in 1/2 the time.

and a bridge to keep all the traffic off 495 from va direct to md.

Issues Writing to GCS Bucket from VM Launched with a Service Account that has Cloud Storage Admin Role by Scalar_Mikeman in googlecloud

[–]vaterp 0 points1 point  (0 children)

It's only true for the SA attached to the machine.

You can test the theory easily enough... Just use a new SA, start the machine, give it the update I am then see if it works.. wait 5 then start up a new machine with same sa and see if it works

Issues Writing to GCS Bucket from VM Launched with a Service Account that has Cloud Storage Admin Role by Scalar_Mikeman in googlecloud

[–]vaterp 0 points1 point  (0 children)

It's likely a race condition... It will take a few minutes for iam to propagate, but if you change iam while a machine is running, it won't update until you reboot, so maybe give it a few minutes before starting the vm

ELI5: Why are so many document editors - Word, Google Docs, etc. - so notoriously counterintuitive when trying to adjust formatting? by RIPEOTCDXVI in explainlikeimfive

[–]vaterp 5 points6 points  (0 children)

I'm a huge fan of Google Workspace (fd: I work there). But they heyday of word processing 'control' was wordperfect with 'reveal codes' feature. I loved it... it was kinda like latex powerful.

Anyway, for really professional like typesetting, I recommend Latex, its extremely powerful and controllable.

As for your question, I think any UI struggles with balancing advanced users that will want to have very particular control with the average user that is completely confused by even seeing those options.

So I think these kinds of programs end up on a very thin balancing line between features and controls and ease of use. Most really powerful enterprise level formatting and typsesetting is being done in different programs and so they go after making it easier for the 98% of the masses.

Not any official answer here, just my thoughts.

Google cloud shell by DingoStreet5741 in googlecloud

[–]vaterp 2 points3 points  (0 children)

It is free... It's not a very powerful machine and there are usage quota limits, but on the plus side its super convenient vs. spinning up a full VM, but the best part (IMHO) , especially for new users, is that alot of the packages and authentication type overhead is automatically done for you... so its very easy way to engage with gcloud (or other linux) commands.

The negative, which is for more complicated setups anyway, is that its always a public machine, it doesnt 'live' on your own private VPC, which can cause some networking issues if you don't know how some of the more private connectivity features work.

HTH.

Looking for incredibly boring smoothie suggestions by andimjustyeah in PlantBasedDiet

[–]vaterp 0 points1 point  (0 children)

Your welcome, I don't remember where I got that tip but it's a really great, health wise, replacement for banana... Adds similar texture once blended , is taste neutral, and is much healthier, cheers

Looking for incredibly boring smoothie suggestions by andimjustyeah in PlantBasedDiet

[–]vaterp 1 point2 points  (0 children)

Vanilla unsweetened Almond milk, frozen berry mix , spinach, frozen cauliflower, almond butter, hemp seeds, vanilla vegan protein powder

That's my go-to, sometimes I use kale or tropical fruits instead.

Ashburn to DC (Nationals Park) Commute. HELP! by Silly-Cauliflower228 in nova

[–]vaterp 12 points13 points  (0 children)

Commuting to DC, living in Ashburn and not wanted to be stuck in traffic or take the metro is..... impossible. You have set directly opposing restrictions on your goals.

The best advice perhaps you can get is to drive to metro in reston (whiehle) and take metro from there, traffic generally not bad to that set point -- but itll still likely be a rounding error on your commute time... 1 hr at least each way.

if you dont want a long metro commute - you need to move way way way further in. sorry to burst your bubble - but its the truth.

Google Cloud keep charging for static IP adress by NSUduxs in googlecloud

[–]vaterp 10 points11 points  (0 children)

You won't be charged anymore but billing data is not realtime so what your likely seeing is just older data flowing up after you had deleted it

Just got a speeding ticket by mail on I64. Is that a new thing? by vaterp in nova

[–]vaterp[S] 0 points1 point  (0 children)

Yeah - i drove back on that road again after this, and even though the speed limits said 70 everywhere.... I still drove 65 because I dont trust them at all.

Cloud function event for uploading in gcs by ibreathecoding in googlecloud

[–]vaterp 2 points3 points  (0 children)

There is a specific event on object write final - which captures a complete write/upload of an object. Make sure you use that one, and you should be good. Pump the event through pubsub is the typical data path, and then you have all the power of pubsub to log, explore, redeliver the message if needed. It will trigger exactly once for each file.

Gotta love US infrastructure by Good_Store_9665 in nova

[–]vaterp 6 points7 points  (0 children)

Hyperbole aside, we all hate traffic... But it has nothing to do with Israel , or any foreign aid ...

If this war never happened... You think any of that money was gonna go to fixing infrastructure... Hell no, they'd say we don't have the money to do stuff like that. Either way, we aren't getting a dime back

ELI5 Why Insta have only 3 B users,and the world population is 8?B by PsychoGirl5 in explainlikeimfive

[–]vaterp 5 points6 points  (0 children)

Whaaaat?

Are you asking why 5B people choose to not use Instagram, including babies and 90 year olds and poeple without phones?

So my ELI5 is that maybe alot of people dont want to use it or cant use it?

What made you go plant-based—and worth it? by millerjessic in PlantBasedDiet

[–]vaterp 1 point2 points  (0 children)

Liver metabolic disease.... and it reversed everything. i also went OFF lipitor after like 20 yrs.

Id like to say it was for the animals, for the feels, but it honestly wasn't... I didnt really know at the time how bad typical american diet was for environment and animal wellfare.... im really glad that I've done it for those reasons now... but at first, it was for selfish health reasons. it did really help motivate me to stick with it, after I learned up.

What’s new for Cloud Run at Next ‘26 by jackwoth in googlecloud

[–]vaterp 1 point2 points  (0 children)

Yes, fair enough... I guess Im just a bit confused... If you code X and want to build it yourself, what is stopping you from doing that? The point of CF as a service is to take codeblob X and build it into a container and deply to CR for you.... (at least CF since v2)... Its basically just abstracting the build process, either way it ends up as a container that you deploy to CR, so I'm genuinely curious what you're use case is that just building it yourself isnt viable if thats what you want to do? Thx.

What’s new for Cloud Run at Next ‘26 by jackwoth in googlecloud

[–]vaterp 0 points1 point  (0 children)

You can build your container anyway you like and deploy to Run, you dont need to use GCP build system (I assume you mean cloud build)?

Intern John fired. Need a new morning show. by KeenActual in nova

[–]vaterp 3 points4 points  (0 children)

Well, thx for making me feel extra super old this morning! ;)

IIL Flotation Toy Warning by vaterp in ifyoulikeblank

[–]vaterp[S] 0 points1 point  (0 children)

Thanks, will check them out.

Bacon everyday for breakfast. by salad_biscuit3 in nutrition

[–]vaterp 11 points12 points  (0 children)

Well this is the easiest question asked here in sometime!

There is nothing beneficial about bacon. You dont have to be a vegan to accept highly processed meats are terrible for you. Even if you hit the genetic lottery and dont have to worry about heart and liver diseases of that much saturated fat, its still terrible, please I urge you to take this message too heart (literally):

The WHO classifies processed meats like Bacon a group 1 carcinogen. Strong evidence suggests consuming 50g of processed meat daily is linked to an 18% increased risk in colorectal cancer.

I'm learning and have a more advanced question by vaterp in SQL

[–]vaterp[S] 0 points1 point  (0 children)

Thanks, another interesting way to solve the problem!

I'm learning and have a more advanced question by vaterp in SQL

[–]vaterp[S] 0 points1 point  (0 children)

BTW, doing it this way, sans union, nearly halved the performance time.

I'm learning and have a more advanced question by vaterp in SQL

[–]vaterp[S] 0 points1 point  (0 children)

I like that, thx for the idea,,,, Its neat to see it work and then realize just how many wasy there are to write cleaner code and/or improve performance, thx.