• 2 Posts
  • 137 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle




  • I focussed on the obesity statistics because that is what you were talking about.

    OK, let’s flip this.

    According to you, people with no money are not only buying junk food, but buying it in quantities to become overweight and obese.

    People with no money are buying large quantities of food.

    Is that what you’re claiming? Is that how the world works in your head?

    I’m saying that people with no money have no money to buy food. You’re saying that people with no money somehow also have enough money to buy large quantities of unhealthy food.

    At this point I can only assume that you’re just arguing bad faith, because there isn’t anything complicated to understand here.




  • Let them eat cake?

    Believe it or not, there are other countries than the US on the internet.

    Also (and I suspect an even more difficult concept to grasp) even within the US there are people with barely enough money to eat anything, let alone junk food.

    Look at the data - 47 million people in the US face food insecurity. Do you think these people are trapsing down to the food bank only when they fancy a change from McDonald’s?

    It’s good to be sceptical when you hear stuff that surprises you, but do a bit of research before dismissing it.



  • You’ve decided to leave Lemmy after being downvoted for posting links to conspiracy videos disguised as a question?

    FWIW, I didn’t downvote you, but surely you must see why other people have?

    I’ll provide some similar examples, hopefully you can see the problem.

    “Is it true that deep down women really want to be treated as slaves? These Andrew Tate videos raise some compelling points. Link. Link”

    “Is it true that black people are trying to wipe out the white race by diluting the purity of our bloodline? Here are some convincing videos. Link. Link.”

    Obviously these examples are worse than yours, but they’re exactly the same form. Nobody wants that kind of thing in their feed. Nobody wants to be asked to watch tinfoil-hat crackpot garbage before they can properly answer a question.









  • That’s fair, but I’m not arguing that it’s a higher-level language. I was trying to illustrate that it’s just to help people code more easily - as all of the other steps were.

    If you asked ten programmers to turn a given set of instructions into code, you’d end up with ten different blocks of code. That’s the nature of turning English into code.

    The difference is that this is a tool that does it, not a person. You write things in English, it produces code.

    FWIW, I enjoy using a hex-editor to tinker around with Super Famicom ROMs in my free time - I’m certainly not anti-coding. As OP said, though, AI is now pretty good at generating working code - it’s daft not to use it as a tool.


  • It’s just a greater level of abstraction. First we talked to the computers on their own terms with punch cards.

    Then Assembly came along to simplify the process, allowing humans to write readable code while compiling into Machine Code so the computers can run it.

    Then we used higher-level languages like C to create the Assembly Code required.

    Then we created languages like Python, that were even more human-readable, doing a lot more of the heavy lifting than C.

    I understand the concern, but it’s just the latest step in a process that has been playing out since programming became a thing. At every step we give up some control, for the benefit of making our jobs easier.