• 0 Posts
  • 43 Comments
Joined 3 years ago
cake
Cake day: November 20th, 2023

help-circle
  • Very much depends, not an absolutely true. Other commenter’s example is good: I can absolutely cook better steaks than all but one restaurant in a 30km radius. Pizza, sushi, most non-fish seafood? Not so.

    But truly the biggest win here is that you can choose what ingredients you use, and that usually results in “better” food than the restaurant simply because it’s cooked and spiced perfectly the way you like it.















  • I can’t imagine this being possible (the full sized part anyway). The less customers you have, the less options you can offer, it’s simple economics.

    Perhaps what doesn’t help my case is that most of the town works for that one company where everyone has one or two of their meals at their cafeteria. Still, of the neighboring towns, none has a grocery store bigger than a corner store. The only town that does have one has almost 5000 people….

    The truth is, when we did have a grocery store, everyone went to the city once a week anyway because everything is there (or they work there). So while they’re at it, they also shopped at the bigger grocery stores, leading to a decline in customers at the local one.



  • Depends how you see it. I live in the countryside and would hate living in the city. Yet one does not both live in the countryside AND eat without a car when the closest grocery store is 30km away. We used to have a local grocery store that hardly had anything and which unsurprisingly went out if business.

    In my case, driving IS freedom. It’s the freedom to go where I want when I want without having to rely on anyone else.

    Do I miss having the grocery store across the street when I lived in the city? For sure, but I sure am glad I’m back in the countryside now.



  • That doesn’t really address what you call it. Names only really just exist to get your point across. Inexperienced devs may not know what an offset means (or why we use that), so index does the job. An experience dev knows how it works anyway, so whether you say index or offset won’t matter. By virtue of the common denominator, I simply use index everywhere.


  • Says who?

    By definition, an index is

    a number or symbol or expression (such as an exponent) associated with another to indicate a mathematical operation to be performed or to indicate use or position in an arrangement

    Since the arrays offsets alao tell us about the items’s position in the array, is it not then an index?

    People take these terms way too seriously. Hell, many languages have their “list” implemented as an array. What then do you call the index/offset?