HN user

Axsuul

1,874 karma

Los Angeles, CA

Reach out: https://github.com/axsuul

Posts16
Comments942
View on HN
news.ycombinator.com 3y ago

Ask HN: Best newsletter for keeping up with ChatGPT tricks and tips?

Axsuul
20pts5
news.ycombinator.com 3y ago

Ask HN: Anyone on the Amazon Selling Partner API Team? No Response over a Week

Axsuul
6pts2
news.ycombinator.com 3y ago

Ask HN: Does anyone work on the Amazon Selling Partner API team?

Axsuul
1pts1
en.wikipedia.org 4y ago

United States Capitol subway system

Axsuul
2pts0
www.shopify.com 5y ago

Shopify drops app revenue share on the first $1M/year

Axsuul
4pts0
news.ycombinator.com 7y ago

Ask HN: Does Anyone Work at Amazon MWS?

Axsuul
2pts1
fearlesssalarynegotiation.com 9y ago

Software Developers: how to get a raise without changing jobs

Axsuul
272pts192
www.pledgesociety.com 11y ago

Show HN: Discover new, trending, and highest-earning creators on Patreon

Axsuul
119pts59
www.pledgesociety.com 11y ago

Show HN: Discover new, trending, and popular creators on Patreon

Axsuul
6pts3
railsrumble.com 12y ago

Rails Rumble Registration Opens

Axsuul
1pts0
news.ycombinator.com 13y ago

Ask HN: Is there a scalable method to paying contractors by check?

Axsuul
1pts3
news.ycombinator.com 13y ago

Ask HN: How to purchase a .hu domain name without Hungarian citizenship?

Axsuul
3pts3
news.ycombinator.com 13y ago

Ask HN: What are some good educational apps and websites for second graders?

Axsuul
6pts5
stackoverflow.com 13y ago

Using node.js to serve content from a Backbone.js app to search crawlers for SEO

Axsuul
1pts0
news.ycombinator.com 13y ago

Ask HN: How would you split ownership in this scenario?

Axsuul
7pts13
jellibug.com 14y ago

Show HN: Jellibug, it collects pictures celebrities post on Twitter

Axsuul
1pts5

Why even use Playwright for this? I feel like Claude just needs agent-browser and it can generate deterministic code from it.

GCP Outage 1 year ago

Does anyone know if instance-to-instance networking has been affected? My Redis instance has been throwing a lot of connection errors.

You must be doing it wrong since Anthropic's CEO has claimed that in 12 months, nearly all code will be written by AI.

Tokyo feels more retro futuristic than modern futuristic. Aside from the Shinkansen, a lot of the tech and software you interact with there feels antiquated and even borderline terrible. Meanwhile in SF there are self driving cars everywhere, tech company billboards everywhere, apps with great UX, etc.

Sounds great. Yep, what I mean is you will need to make your systems fully redundant before considering cloud if your business depends on reliability and uptime. That usually requires the business to reach a certain scale first.

Yep I use orchestration (Nomad) but still you would need hardware redundancy. For example, the database server is currently a single point of failure. In the cloud, if there's a hardware failure, it will simply go down and come back up with a new instance. In coloc, you'd need to have the data center debug and replace hardware which means extended downtime.

Cloud is expensive but hardware failures are at least handled gracefully. With coloc you'd have some serious downtime. That means you'd need to get to a certain level of redundancy in order to have coloc make sense.

I'd love to move to coloc for my SaaS but it doesn't feel as resilient. Please correct me if I'm wrong as I'd love to move off the cloud.