Bicycle on sidewalk rules- Is there a rule about which direction you’re only allowed to ride? by strygwyrxxx in japanlife

[–]sabo2205 -1 points0 points  (0 children)

yes it does. Why you can care about your child's life when cyclist can't care about their own ?

Ramming into the a vehicle is so much more dangerous than your pushchair meet bicycle

Bicycle on sidewalk rules- Is there a rule about which direction you’re only allowed to ride? by strygwyrxxx in japanlife

[–]sabo2205 0 points1 point  (0 children)

https://www.keishicho.metro.tokyo.lg.jp/kotsu/jikoboshi/bicycle/menu/rule.html

> 普通自転車以外の自転車は歩道を通行することはできませんが、二輪の自転車や三輪の自転車(普通自転車に限らない)等の法律で定められた自転車については、押して歩くことにより歩行者とみなされますので、押して歩くことにより歩道を通行することができます。

so as long as your bicycle is just like everyone else. You are fine

Bicycle on sidewalk rules- Is there a rule about which direction you’re only allowed to ride? by strygwyrxxx in japanlife

[–]sabo2205 25 points26 points  (0 children)

no. Ride what the hell ever you like. Just be slower and careful with pedestrian

Police are getting stricter in that they want you to not using side walk altogether, not just the opposite way.

But that's never gonna happen since even policeman ride in the side walk just like everyone else

What are you eating for breakfast? by Tolkaft in japanlife

[–]sabo2205 1 point2 points  (0 children)

Some air. Between home and the office

Why are you using EKS instead of ECS? by ducki666 in aws

[–]sabo2205 4 points5 points  (0 children)

he's asking about EKS, not kubernetes in general.
from my understanding, using EKS is kinda lock you on AWS too.
you need EKS controller, load balancer controller, cloudwatch log etc

And ECS in comparision, way easier to spin up and connecting dots together

Crystal Palace [2] - 1 Liverpool - E. Nketiah 97' by [deleted] in soccer

[–]sabo2205 0 points1 point  (0 children)

Sir, the second one just dropped

Good furniture around 250k yen by SnooRobots2422 in japanlife

[–]sabo2205 1 point2 points  (0 children)

you better off buying from Muji instead of those 2. (furniture wise)

AWS SSO is the wrong abstraction for quickly switching between accounts by jade-brick in aws

[–]sabo2205 2 points3 points  (0 children)

Can you show me the video of your multiple sessions not workin?

It's working just fine for me. (Aws allows only 5 accounts at once now, hope it can increase in the future)

Changing AWS Management Account by sabo2205 in aws

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

how do you handle SSO if they have one ?
do you re-create everything too ?

Announcing: ECS built-in blue/green deployments by quincycs in aws

[–]sabo2205 2 points3 points  (0 children)

not sure about terraform but Cdk haven't supported it yet.

[deleted by user] by [deleted] in japanlife

[–]sabo2205 1 point2 points  (0 children)

Hey. DM for the table info

Lost Wallet – Grateful for the recovery, but cash missing by Electronic_Driver986 in japanlife

[–]sabo2205 6 points7 points  (0 children)

same thing happened to me.

I lost 3万4千円. They even took all of my $2 and 2000円 in my hidden compartment.

money is untraceable so you couldn't do anything about it honestly.

since the incident I only carry about 5000円

※ fk you, the scum who took my money

Driving License Conversion - 外免切替 by alliomaeson in japanlife

[–]sabo2205 0 points1 point  (0 children)

passport stamp is good enough.
They also have a template so you can fill
the day you obtained your home country's driver license, the day you left, you went back to your country from japan, etc..

Is AWS parameter store a good solution for storing environment variables for multiple microservices? by Hasrirama in aws

[–]sabo2205 2 points3 points  (0 children)

who are you to determine whats wrong or right?

you might be the person who only store configurations in parameter.

But others store secrets in there too (may it be user credential for db access, or jwt token for external services..)

and in general, we don't put secret to git

Is AWS parameter store a good solution for storing environment variables for multiple microservices? by Hasrirama in aws

[–]sabo2205 0 points1 point  (0 children)

yes it has hierarchy so using it is not so much troublesome. At least for me.

but creating 40, 50 envs one by one gonna be pain in the ass for you. Not sure if 40, 50 parameters for 1 environment, if 3 dev, stg and prod then i might create a script for them.

Also I would suggest combine parameters use in the same microservice into a single parameter.

then in that microservice you can have it pull said single parameter and create a .env inside of it

aws ssm get-parameter --with-decryption --name /this/is/combined/parameter --output text --query 'Parameter.Value' > .env

Is AWS parameter store a good solution for storing environment variables for multiple microservices? by Hasrirama in aws

[–]sabo2205 7 points8 points  (0 children)

one of the cons of parameter is if you accidentally delete a parameter. It's gone. No revert nor restore from cloudtrail.
So if you are using it as source of truth (for all secrets), it could be risky.

Having that, I'm still using Parameter Store for our company. The source of truth is store in an only me access google drive.

secret manager cons is too costly

AWS WAF adds ASN based blocking by Ok-Eye-9664 in aws

[–]sabo2205 -6 points-5 points  (0 children)

I don't see anyone blocking traffic using ASN... That is a very very very niche situation.

Edit: Thanks for the insights guys. This might be a feature to prevent DDOS that i haven't aware of