fatninja's comments

fatninja | 2 years ago | on: How do we pay for parking?

>whats stopping someone from sticking up a couple of QR codes that link to a fraudulent payment page or some other malware?

This will become a huge problem / is already a problem. Whats the right way to solve this? some sort of https like trust relationship for the whole QR code interation?

fatninja | 4 years ago | on: It is easier to educate a Do-er than to motivate the educated

I have trouble getting consistency. I tried several methods, like you mentioned starting small, completibg small actions etc.. But I'm not able to consistently do it. It breaks when you are stuck at some problem. And in my job(legacy code base (~13yearrs), me with < 2 years experience, i find it harder to get that momentum.

fatninja | 5 years ago | on: India’s new intermediary liability and digital media laws will harm the internet

Key points from the article

1. Traceability of Encrypted Content

2. Harsh Content Take Down and Data Sharing Timelines

3. User Directed Take Downs of Non-Consensual Sexually Explicit Content and Morphed/Impersonated Content

4. Social Media User Verification

5. Automated Filtering

6. Digital Media Regulation

Except point 3. Read each sentence with "Do not do" and see if it makes sense for internet.

fatninja | 5 years ago | on: Jacquard by Google

2024 - Message from Google

jacquard has been discontinued. We want to thank all our loyal fans. We understand you may not agree with this decision, but we hope you'll come to love these alternatives as much as you loved jacquard.

fatninja | 5 years ago | on: Building resilient services at Prime Video with chaos engineering

We tried a similar chaos tool in our company built in-house. Simulated most of the scenarios mentioned here using SSM/other scripts. At first everyone was interested and after some time the interest faded. Our problem was lack of visualization across the app ecosystem i.e how will it impact the app ecosystem when a batch of ec2 instances are suddenly spiking on CPU and what will be the impact to end user.

Turns out people care only if there is an end user impact and doesn't really care about random anomalies.

And to build the capabilities required for measuring the impact + automating the workflow of the actual chaos tests is a lot of work

fatninja | 6 years ago | on: Who wants to play the status game?

thats interesting. Consider a scenario of a guy with proper attire vs this guy. If the guy with proper attire did the same level of presentation as this guy, who have the probability to "win the clients"

fatninja | 7 years ago | on: Ask HN: How do I choose between a job offer from Google and a promising startup?

Go for the startup when you are young(<30) Startup is your best crash course into the industry. It can force you learn lot of things in a short amount of time. Sure, it will be stressful, startup may fail but you got time at your hand and you can move on with your gained experience. If you got into google at this point, your chances of getting into google in the future is on the higher side(+experience from your startup).

fatninja | 7 years ago | on: Jenkins pipelines as YAML

>> our Jenkinsfile can assume certain plugins are installed, assume other jobs are configured on the same Jenkins

I think what worked for us in this case was using Jenkins shared library[1]. We provide a common template for the common stacks and expose only few configurable options. This would really help in maintaining sanity across the jenkins env and since you maintain the shared lib, you can control the dependencies.

[1] - https://jenkins.io/doc/book/pipeline/shared-libraries/

fatninja | 7 years ago | on: Ask HN: How do you deal with distribute CI definitions?

We provide very generic CI templates for each stack(java,go etc). If teams want any customizations on top of that, they will have to do it themselves. In CD we have some very specific expectations from the package so this make sure that CI part won't go way out of the way even if they make some customizations.

fatninja | 8 years ago | on: The Boring Company FAQ

When everyone thinks about flying cars, this is a good thought. At least things won't fall in my head when I go out for a burrito.

fatninja | 9 years ago | on: Learn Voraciously (2015)

Very true.

I have always felt this. When I joined my new workplace, I spent quite a lot of out of office hours on learning more in my field. To be honest, it really paid off. Studying after uni really matters.

page 1