HN user

optimuspaul

1,104 karma
Posts0
Comments615
View on HN
No posts found.

I disagree very much. I don't think any blanket statement like that makes sense.

I recently started building a service and need to keep costs down. Serverless is perfect for it. My service has low to moderate traffic, costs pennies to run on AWS Lambda and MongoDB Atlas. If I had gone the boring route of JVM + PG + k8s, putting aside the time it would take to defamiliarize myself with anything on the JVM, the cost to run this service would have been in the hundreds of dollars a month vs the pennies. Interestingly the most expensive part of my current setup is the NAT Router on my VPC. With JVM + PG + k8s it would have been PG or K8S depending on where I ran PG.

I do agree that there is a misconception with containers taking longer than server less. I don't think either takes longer considering the current tooling available.

Seems like you got burned on Serverless at some point, I'm sorry that happened, but for many people and teams it is a productivity multiplier and can be a big cost cutting solution.

These languages are more alike than they are different.

I agree with this point. I learned python years before I learned Ruby and I found them to be very similar. Ultimately I dropped ruby because I didn't care much for the syntax and I like whitespace.

I don't think you'd sound like a jackass saying "O is for optimism. But we are not done yet. V is for vascularization...." but wouldn't you rather sound like a jackass than give bad advice? I'd rather hear this than the clinical robotic "Rest Ice Compression Elevation", I mean come on, I'm a person!

Meta Myths 4 years ago

How are those "metaverse"?

Good question. My guess is because those things are all 3D virtual worlds (to some extent) and/or a platform that is focused on social connection. Obviously they all need some connective tissue and evolution before they are a legit meta verse.

On average it isn't true. The average profit margin is 1.4% for gas stations in the US. Clearly the majority are not making much money on gas. Presumably that low average could mean for many gas is a loss leader.

Great Vowel Shift 5 years ago

Seems like linguistics is the perfect arena for exploiting puns. Term of art I think not when they miss a perfect chance for artistry.

I'm not sure what this comment is actually trying to say. the feature seems very intuitive and easy to understand.

Homebrew 3.0 5 years ago

I am confused by this. sudo seems like a far larger surface area than running as me. If it's just me then it's just me, but if it's sudo, then it's the entire box.

I think you are contorting the comment to mean something it doesn't mean. "every" is the keyword there. Not every programmer needs to know how memory works. Some programmers should know. I don't need to know for 99.99999999% of the work I do. But even that 0.00000001% it is debatable. I write code that runs on target systems. I can evaluate its performance on the target system. Now if I had to write software for a system and speed was critical and I could choose the type of memory to use, then you bet I would be reading up on this subject.