• 1 Post
  • 11 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle





  • The US has a lot of bullshit in their labeling requirements. My wife studied food science in university and some of her biggest complaints are:

    • Serving sizes aren’t always the entire package*
    • “Natural” has almost no meaning on a package, it is just a hand-waving word
    • They can hide a lot of things in the ingredients under umbrella terms like “spices” and “flavorings”
    • “Made with real juice” does not mean it was made with the juice on the label. For example, a pineapple fruit juice may be more apple juice than actually pineapple juice
    • They can round down to 0 calories if the actual amount is below 5

    The most egregious example I’ve seen lately was a jar of pickles I bought where the serving size is 1/3 of a pickle (now the website says 1/2). That’s just so that the sodium doesn’t get out of control and, in all likelihood, because an entire pickle may be more than the 5 Calories allowed to say it’s “0 Calories”.

    *This is changing, slowly. Manufacturers now have to put servings for the entire container if it’s small enough





  • Agreed, as a Java developer you will hopefully find C# familiar but more refined. They share a lot of the same features now, but C# seems to do them all better, in my opinion. Linq especially is just so much more enjoyable for me than Java Streams.

    .NET Core (now just .NET) readily runs on Linux and Visual Studio has a free edition that is superb - an IDE provided by the language developers. Of course, you can always use Visual Studio Code or a third-party offering like Rider (by JetBrains so the transition from Java could be very easy of you are already familiar with their programs).

    My only complaint on C# is that the .NET versioning is a little confusing if you aren’t already familiar. However, that’s only an issue if you work with legacy code. New versions after .NET 5 are all the same naming and upgrading is generally effortless, just changing a single number in your project file and downloading the proper SDK