HN user

gtr

43 karma
Posts0
Comments29
View on HN
No posts found.

I know it's not the point of the comment but it's a bit of a flawed analogy. Microwaves have wone to a large extent, such that people without them are a bit of an oddity, and cooking with an oven is more of a special occasion thing than the default cooking method that it was before.

I am using AI a lot to do tasks that just would not get done because they would take too long. Also, getting it to iterate on a React web application meant I can think about what I want it to do rather than worry about all the typing I would have to do. Especially powerful when moving things around, hand-written code has a "mental load" to move that telling an AI to do it does not. Obviously not everything is 100% but this is the most productive I have felt for a very long time. And I've been in the game for 25 years.

Well unironically you would be safer if you did that! Although it's a trade off between looking ridiculous and being safe. I personally don't think bike helmets should be mandatory because it puts people off riding a bike (including me), but do acknowledge that they do make an individual safer.

I have done that multiple times in the past but there came a point where I couldn't "white knuckle" my diet any more. GLP-1 has really helped a much better quality of life - lower cravings for food and alcohol, meaning that I am losing weight and feeling cheerful instead of gritting my teeth.

Why is that so bad?

As someone who has been fat and not-fat throughout my life, I think literally everyone knows that it is simple to lose weight by eating fewer calories. That does not mean it is easy. If you are already fat, which can happen almost without you noticing by eating 200-300 calories too much a day over a year say, or as a result of some brain malfunction (both have happened to me), then eating the calorie deficit require to lose weight is mentally very hard to to.

As a thought experiment, imagine what you eat per day. Now halve it. Would you be having a good time?

1980: MUD 5 years ago

I remember playing Shades an awful lot as a young teen. That was until my parents saw the phone bill!

Learning to Suffer 6 years ago

I should imagine an experience outdoors person like her would be able to choose appropriate footwear! Boots are heavy and don't protect you from blisters either.

Often this is to do with making a site work across browsers. IE11 is the bane of our lives! Plus doing the transpiling allows using things like Typescript which is a godsend on a complex site.

Most likely the UK. Here Asian means Indian subcontinent, and Oriental is East Asian, and supermarket will typically have Oriental in its name somewhere.

I enumerated the sequences that the article mentioned, and counted how often a tail filled a head, and vice versa, and got 12 instances where a head follows a head, and 10 where a tail followed a head. So there is a difference for just counting up all the possible 4 flip sequences where at least one of the first three is a head. However, doing a randomised test where I generated a random 4 length sequence, rejecting it if none of the first three was a head, then doing the same test showed no real difference.

Code here https://github.com/gregryork/Flips/tree/master/src/flips