Readit News logoReadit News
auspex commented on Ask HN: How do you find early stage startups to join    · Posted by u/gavino
auspex · 10 days ago
Look at your favorite VC’s websites and they usually list their portfolio companies. Find some companies that interest you.

Then go to the company’s website and look for postings or email them and tell them you're interested.

auspex commented on "Hetzner decided to cancel our account and terminate all servers"   mastodon.social/@kiwix/11... · Posted by u/_5euu
diggan · 9 months ago
Another great question is "When did you last try to restore from a backup?" which usually is answered with "It's the built-in tooling, why would we assume it's broken?" or similar. Then fast-forward some months/years, and they try to restore from backups only to realize the backups never actually backed up what they cared about.
auspex · 9 months ago
You have to test restoration as part of SOC 2, so most companies with real customers do it at least once a year.
auspex commented on Lessons from 15 Years of Indie App Development   lukaspetr.com/15-lessons-... · Posted by u/Lukas_Petr
indieofone · 9 months ago
I would add this advice: 1) start by working on your apps on the side while working another job, 2) while working said job, save and invest. Over time this can provide the cushion necessary to jump to full time indie.
auspex · 9 months ago
Just be careful of inventions assignments. If you live in the US you probably signed paperwork that says anything you invent or create is property of the company you work for.

If you signed one of these and hack on the side… successful business could be owned by your previous company.

You can always ask that they release the IP which requires the lawyers to officially sign it over to you.

Before you quit your job make sure you own it.

auspex commented on Does your startup need complex cloud infrastructure?   hadijaveed.me/2024/09/08/... · Posted by u/hjaveed
auspex · a year ago
Honestly what you need:

vulnerability scanning of your images.

Fargate

RDS

auspex commented on Show HN: I Made an AI Song Generator   song.do... · Posted by u/letsgocn
ulfw · a year ago
Yea. Maybe it's an age thing. But at this point I just can't be bothered to sign up for accounts of sites that don't even let me use and sample it once.
auspex · a year ago
Agreed. I did the same thing and immediately closed the tab
auspex commented on Ask HN: Small teams and solopreneurs, how are you hosting your apps?    · Posted by u/aosaigh
auspex · a year ago
ELB with WAF -> Fargate -> RDS
auspex commented on Majority of web apps could just run on a single server   old.reddit.com/r/webdev/c... · Posted by u/thunderbong
maccard · a year ago
I think that the $5 tier is a little tight for a web app as opposed to a crud app, but 2x $40 tiers is enough for a decent amount of traffic, with one as a failover.

The problem is that containers are excellent, and IMO there's a gap in the market between "I want to run one container" and "I want a fully managed k8s cluster"

auspex · a year ago
Why not use a single Fargate task?
auspex commented on How Turborepo is porting from Go to Rust   vercel.com/blog/how-turbo... · Posted by u/hardwaregeek
phamilton · 2 years ago
Ah, another tale that includes getting bit by static linking and alpine.

Maybe I've just had a bad sample size, but I just haven't experienced a big enough win by using alpine to justify the weird scenarios that come up on occasion.

The idea is nice. A small, stripped down container that will load quickly and have very few maintenance issues (due to basically zero dependencies). But my debian-slim images work well enough and when I do hit a problem there's more community around it and it's more straightforward to fix.

auspex · 2 years ago
Alpine is also based on MUSCL rather than glibc which generally has fewer well known CVEs which helps from a security standpoint.
auspex commented on Ask HN: Is it appropriate to ask a startup to let me see their cap table?    · Posted by u/golly_ned
jpgvm · 2 years ago
The full cap table probably not. But you generally don't need that to ascertain the most important parts of startup compensation.

I generally ask these questions:

1. What was the pre/post money valuation of the company at the last round.

2. How much runway do they have right now including already planned increases in burn (i.e hiring plans for the quarter/year).

3. What % interest in the company would my options grant represent? (you use this in combination with the information about the valuation to determine value of said grant)

4. Who are the major non-founder investors in the company? (this is generally public knowledge because investors love to announce these but it's worth asking). Sometimes the CEO will also divulge details about how they work with their investors, level of involvement, board seats etc. CEOs love to talk about these things for some reason.

5. When do they plan to raise money next and do they feel like they are meeting the metrics required for an up round? If not then how does my hiring or other planned hiring seek to address that?

The last question is actually really important and generally how I a) tie my employment to actual value at the company and b) justify my compensation in negotiation stage and/or later negotiations when I can show how my performance has directly affected these important metrics.

Any company worth their salt at the sort of stage where these questions are relevant will answer these, the degree of detail will depend on transparency of the leadership.

Generally speaking when looking to join a company of this size you will be meeting with the CEO, usually after meeting everyone else and before negotiating compensation - that is when you ask these questions and this is exactly what that meeting is for.

If they don't want to answer these then take that as a sign things are worse than they seem and perhaps negotiate for a more cash rich compensation and don't bet hard on the companies future.

auspex · 2 years ago
How many total shares have been issued?

What’s the fully diluted number?

How many shares am I getting?

Those are the important questions.

Assume you get diluted for every fund raise.

auspex commented on Four ways to build web apps   tomhummel.com/posts/four-... · Posted by u/tphummel
siquick · 3 years ago
Where would you host a container based Node API that connects to a non-public Postgres database?
auspex · 3 years ago
AWS Fargate connecting to RDS

u/auspex

KarmaCake day230August 13, 2014
About
Developer, manager, cloud native security expert
View Original