e10jc
|
23 days ago
|
on: Fastest Front End Tooling for Humans and AI
Very cool list but why no mention of biome? I’ve been using that on a recent project and it’s been pretty great. Also bun test instead of vitest.
e10jc
|
23 days ago
|
on: The only moat left is money?
I really like this article, particularly the part about the gravitational threshold. My overall thoughts about launching products is that there will just be more products with smaller audiences, similar to how streaming broke down linear cable. As a software entrepreneur, this means going wider not deeper. Use your human skills to build relationships with people who have that gravitational pull. If you don’t have those relationships, go create them IRL. For context, I’ve founded and sold a social network to AOL, helped raise over $100m, and had 2 other acquisitions.
e10jc
|
3 months ago
|
on: Has the cost of building software dropped 90%?
I totally agree with you. I am working on a new platform right now for a niche industry. Maybe theres $10m ARR to make total in the industry. Last year, it wouldn’t be worth the effort to raise, hire a PM, a few devs, QA, etc. But for a solo dev like myself with AI, it definitely is worth it now.
e10jc
|
4 months ago
|
on: Gradientism: Persistence and growth is the root of all morality
I'm a longtime tech lead-level engineer, but I'd rather retire from the industry and work towards this instead! Please share this url with anyone you know who is interested in the combination of physics and ethics, and please let me know your thoughts, both positive and negative. Thanks!
e10jc
|
1 year ago
|
on: Ask HN: Those of you who've left the SWE world, what did you transition into?
I company a cofounded went bankrupt last winter, and then my first child was born a few months later. I was depressed about the bankruptcy, but it was nice to be able to focus on being a parent.
e10jc
|
2 years ago
|
on: Kristen Bell's Diaper Startup Hello Bello Filing for Bankruptcy
We had revenue around $250m per year, so it wasn’t a question of market fit…
e10jc
|
2 years ago
|
on: Kristen Bell's Diaper Startup Hello Bello Filing for Bankruptcy
I was the founding CTO here, and will probably walk away with $0. You can AMA, in the hope that I can help someone else avoid this fate in their future.
e10jc
|
2 years ago
|
on: The Era of Startups Is Over
I agree with the vibe of this article. The difference between today versus historical periods of high interest rates is that today there are multiple mature billion/trillion-dollar tech companies, and also a huge population of entrepreneurs who have either tried your idea already, or are in a better position to execute your idea than you.
e10jc
|
2 years ago
|
on: Ask HN: Is it appropriate to ask a startup to let me see their cap table?
It’s a red flag because they could sell their shares and exit way too early. In my experience, said founders basically cashed out at the A round, while everyone else was left to try and grow the company with little to no leadership.
e10jc
|
2 years ago
|
on: Ask HN: Is it appropriate to ask a startup to let me see their cap table?
I’ve been both a cofounder and early stage employee. I think it’s definitely appropriate to ask, but also fine for the company to deny. The cap table can contain some red flags: founders with A class shares and no vesting schedule, for example.
e10jc
|
3 years ago
|
on: Ask HN: Something you’ve done your whole life that you realized is wrong?
I feel you on this! As a follow up: what are some of the top tips you would recommend?
e10jc
|
3 years ago
|
on: California’s population shrinks for third straight year
Sounds like me! I'm moving back to CA after ~2 years in Dallas. I didn't hate Dallas, but my fiancee does. But yeah the weather is awful: 115 degree summers, below-freezing winters.
e10jc
|
3 years ago
|
on: Is wine fake?
I've had a lot of red wine in my life; like, probably too much. The only bottle with a memorable taste came from a wine tour in Napa Valley where they said half the field was destroyed in a fire, so they were getting rid of the rest for cheap. The wine was super smoky... and absolutely delicious. I wonder why that never became a thing.
e10jc
|
3 years ago
|
on: Tech CEO fired two engineers for having second full-time jobs
In my past, I have both worked multiple jobs as a developer, and employed developers working multiple jobs. I have seen it bring a lot more benefits than drawbacks.
To say to someone, "you are not allowed to make money elsewhere", when they are able to fulfill their job obligations without issue, is rooted in jealousy, and creates a worse working environment for both employee and employer.
e10jc
|
3 years ago
|
on: Ask HN: Why are JavaScript dependencies so messy?
I feel your pain on this. As an occasional NPM library author, I feel that Typescript can help with this, although NPM itself is not structured in a way that compliments Typescript: it’s awkward to write in Typescript, publish to javascript, then consumers fetch your library and go back to writing in Typescript.
e10jc
|
3 years ago
|
on: The hardest people for founders to hire are so called C-level executives
As an employer, I have seen low-performing employees resign because they found a senior/management/VP-level title elsewhere, and I think “well, good for you, I suppose”… I imagine people like this just fail their way up, learning enough jargon along the way to impress the next employer.
e10jc
|
4 years ago
|
on: Ask HN: Has anyone sold their employee stock on the secondary market?
I sold once with Equityzen and once with a different company, I forget the name. Both times were great, but it took years from start to finish. They’ll help you through the process. The fees were levels below the taxes, not bad at all. If you are interested and your company is listed on secondary sites, why not list some shares and see if anything comes through.
e10jc
|
8 years ago
|
on: Ask HN: Is a digital marketer a slave to the developers?
I would say if they cannot operate third-party services like Google Tag Manager, then yes. But that's on them. A warning sign of an ineffective department (marketing, ads, comms, etc) is when they insist that anything involving a web site gets clumped under "tech".
e10jc
|
9 years ago
|
on: Show HN: WordAct, a comprehensive, scalable project of WordPress and React
hey thanks! wordact author here. i think the main benefit is that it can reduce gobs of boilerplating time. i love the javascript ecosystem, and i think ecmascript keeps getting better and more beautiful, but man is it a pain to set up a proper project, with babel, and webpack, and server-side rendering, and more.
but give it an install and check it out! it's pretty easy. instructions here: http://wordact.io/2017/04/how-to-set-up-your-development-env...