u2c4m6
|
4 years ago
|
on: Kazakhstan to restrict crypto miners amid power shortages
What crypto currency offers privacy?
u2c4m6
|
4 years ago
|
on: A Love Letter to Ruby and Rails
The hard part for me is the lack of official SDK's. I really do not want to have to deal with the Stripe and Auth0 HTTP API's and potentially mess up Auth and/or billing. Those are not trivial things.
u2c4m6
|
4 years ago
|
on: MacBook Pro 14-inch and MacBook Pro 16-inch
Exactly. I was not just trying to be a jerk. Their analogy was actually a good one, they just used it incorrectly. Ice cream is only ice cream in a certain range of ice to cream ratios, just like a charge needs a "close enough" mix of voltage and amps for it to reach useful wattage (depending on the device).
u2c4m6
|
4 years ago
|
on: MacBook Pro 14-inch and MacBook Pro 16-inch
Your own analogy can be used to explain how you do not fully understand the situation. 10 cups of cream and 1 cup of ice does not make ice cream, even though that technically is ice and cream. Just like a 10V 5a charger is not the same as a 50V 1a charger.
u2c4m6
|
4 years ago
|
on: Pop OS – System76
macOS 12 is better about interruptions because having different focus modes for work, personal, etc helps a lot. It is the same system on iOS 15 if you have an iPhone or iPad.
u2c4m6
|
4 years ago
|
on: AWS is playing chess, Cloudflare is playing Go
The problem with B2 is the API request costs can easily bring it over 1.5 cents per GB per month. If R2 can keep to free egress and free (or at least the cheapest) API requests, it will blow all other competitors out of the water. The only provider who provides free S3 compatible with free egress and free API calls is Linode at 2 cents per GB per month. The downside with Linode is your S3 is limited to one region. For now though they are an amazing choice because I can have cheap S3 with unlimited egress in the same region as my managed k8s, also with unlimited egress. The main thing that stresses me out with Linode is having to manage my own SQL database...
u2c4m6
|
4 years ago
|
on: Canon sued for disabling scanner when printers run out of ink
You talk me a new false friend in Spanish, so thank you!
u2c4m6
|
4 years ago
|
on: What I wish I knew when learning F#
Lack of discriminated unions and single case unions make C# a no go if you want to fully scratch the functional itch