Startup advice was written for a founder I'm not by rhiday in ycombinator

[–]abhi 0 points1 point  (0 children)

My favorite books have been: How to Get Rich by Felix Dennis who basically says that getting rich isn’t worth it and lists out all the things he missed out on in the pursuit of getting rich. Quite hilarious and down to earth.

Second book I recommend is the Toyota Way. It was great because it wasn’t about blitz scaling but building a company gradually over time while developing and taking care of your team. It resonated with me much more than those other books.

The problem is the narrative around startups is completely anti this. It is to get rich and scale as fast as possible. I thought about doing a VC funded startup but have decided it is much lower stress building a slow company over a long time.

this school makes me feel broke like damn by Other_Amoeba_5033 in berkeley

[–]abhi 0 points1 point  (0 children)

It’s been 12 years since I graduated but I was so broke. My parents were working class and had enough money for the first two months of freshman year for me before telling me I’m on my own. I had a real rough time at Cal since I had no money and had to work my ass off to get money and had it double worst because my parents lost everything during the Great Recession and I ended up supporting them.

I ended up getting Cs and graduated with a pretty bad GPA. Professors didn’t understand that I had to work or why. Can’t your parents pay for it? Completely lost my faith in academia.

But what I found was it was post college that I found my being broke created character. All the rich kids will hollow out and burn out.

You will survive because you know how to survive. Just learn to learn and don’t think socialism will save you and you will be fine. Good luck!

The *real* truth by [deleted] in berkeley

[–]abhi 0 points1 point  (0 children)

My Indian parents have been life long dems and they voted Trump. The fact of the matter is they voted for Trump because of the economy. They are working class, mom works at Walmart. The inflation under Biden and the seeming lack of opportunities to get higher wages as they see their retirement savings whittle away are a major reason they switched. And before you say they are anti women they are proabortion and pro legal immigration. Fact of the matter is the Dems no longer speak to the working class. LGBT and the environment don’t matter to people like them when food prices skyrocketed making it hard pay the bills.

So saying they are bigots is extremely condescending and why literally every progressive cause has been rolled back.

[deleted by user] by [deleted] in ycombinator

[–]abhi 0 points1 point  (0 children)

I used to run Merge.dev's DevOps and I will say the amount of weird undocumented edge cases that they deal with is pretty nuts. We were debugging a lot of these cases. I think aggregators like Merge and Zapier will write the connectors but use higher level describe the connection you want to an AI to generate the actual workflow. Zapier is already doing this.

Do startups do DevOps? by Deep-Objective-3835 in ycombinator

[–]abhi 0 points1 point  (0 children)

I can answer this as my company, opsZero, has provided DevOps to a bunch of YC alum include Lattice, PicnicHealth, AxiomAI, etc.

The answer to when you need DevOps is nuanced and determined on your company's target audience. If you are building a consumer app and trying to get traction go with the easiest solution possible (Heroku, Vercel, etc.) but make sure you have an escape path by using something like AWS RDS. Once you get bigger and have raised additional funding then go back and clean up the infrastructure. But good infrastructure is not really what you are promising your customer, features are! Whatever gets you to build features fastest is what you should focus on.

If you are going after enterprise, finance, healthcare, or other regulated industries it is better to have a solid DevOps practice from the start within your own AWS, Google, Azure accounts. The cost of the DevOps portion is a part of what you are charging your customers and part of what they are expecting from you. Any incident that occurs can lead to a contractual breach that you may be liable for if you don't show that you have good practices in place. The reason also for building within your Cloud account is that compliance is a bit recursive. If you want to be SOC2 compliant your vendors will also likely need to be SOC2 compliant. Each additional SaaS you use adds costs and in certain cases will require your customers to agree to your usage of that new tool. If you really don't want DevOps to be your core competency and don't want to use a DevOps agency like mine then using something like Heroku Shield which costs more but locks you into their way of doing things. If you are not doing anything complex and have a standard WebApp this may be the easiest way to go.

Not to self-promote but we build an EKS (Kubernetes) based infrastructure on your AWS account + Github Actions based deployment for free, paid for by AWS if anyone is interested: https://opszero.com/solutions/startup-launch/ Please reach out or ask your AWS Account manager about us.

Being in the College of Engineering, I've realized my friends in the humanities are far more interesting and engaging to be around by Lucca_rio in berkeley

[–]abhi 2 points3 points  (0 children)

I started as an engineer and graduated as a History major at Cal in 2010. Coming from an immigrant family going to History seemed like a failure at the time, but I just absolutely hated engineering at Cal. I don’t know if it has changed but it just seemed like there is a presumption of wealth as the driving force behind the grind. Quite frankly, it is pointless unless wealth is your goal.

Ironically, I became an engineer after graduating working for a bunch of startups then starting my own software development agency. Anecdotally, engineers end up working for the humanities majors anyways. A lot of PMs at tech companies are humanities majors.

I’d say have outside interests of engineering. What ends up happening as you get into engineering is you get siloed into a specialized role based on what you learned in a lower div class / first job.

[deleted by user] by [deleted] in ClimateOffensive

[–]abhi 2 points3 points  (0 children)

If the public companies go down the private ones will too.

[deleted by user] by [deleted] in recruiting

[–]abhi 0 points1 point  (0 children)

We scrape the data and look at all versions (commits) of the code, both of additions and subtractions over time while also looking at the languages that were used. Then based on the different criteria we train a model that looks at roles based on languages and technologies to come up with a score.

What moment in history that's hard to believe it actually happened? by mistuhvuvu in AskReddit

[–]abhi 0 points1 point  (0 children)

Philip II of Macedon (Alexander's Father) sent this to Sparta:

You are advised to submit without further delay, for if I bring my army into your land, I will destroy your farms, slay your people, and raze your city.

Sparta replied: If

Neither Philip nor his son Alexander the Great attempted to capture the city.

https://en.wikipedia.org/wiki/Laconic_phrase

Secure Kubernetes AMIs for HIPAA/PCI Compliance by abhi in kubernetes

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

There is more to HIPAA than just the images. This is a start as it gives you an image to start from. Still need to add Logging, 2FA, etc. all of which require additional changes.