• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle











  • Canada’s military is small enough that there is typically only one officer with the rank of General (or Admiral if they are from the navy), and their position is the Chief of Defence Staff. I think a second General is appointed if Canada gets a seat on the UN Security Council, to act as the senior military advisor for the delegation.

    There are more Lieutenant Generals (and Vice Admirals), and the CDS is appointed from their ranks when a new one is needed.

    EDIT: To clarify further, there are multiple ranks with the word “general” in them. In order of increasing seniority, they are (with equivalent navy ranks in parentheses):

    1. Brigadier General (Commodore)
    2. Major General (Rear Admiral)
    3. Lieutenant General (Vice Admiral)
    4. General (Admiral)



  • I had never heard of Humane until I read this article. After also reading Engadget’s review of the thing, it sounds like an absolute nightmare to use.

    Maybe I’m too old-school and impatient, but I’ve never been able to make voice assistants work for me. It’s a feedback loop: the assistant fails to do a task, so I become resistant to using it in the future. Even the thing I’ve used an assistant for the most, playing music out of a Nest speaker, seems to still be hit-or-miss after years of trying, and in some ways seems to be getting worse.

    The gestures also sound awful. As with voice assistants, I’ve never gotten comfortable with smartphone gestures beyond the most rudimentary. I strictly use 3-button navigation on my phone, and I use Connect as my Lemmy app of choice because it allows me to disable all the swipe commands for upvote/downvote.


  • Briefly: I didn’t.

    More substantively: I never owned a cell phone growing up, even though I was at the right age when they became a common thing for teenagers to have. It wasn’t a money thing, nor household rule, as my sisters got phones when they were in high school. The biggest reason was probably just how I communicate. I wasn’t big into IM services either, and I preferred email or face-to-face, or a (landline) phone call if it was an urgent matter.

    Then there was also my adolescent brain thinking I was making a bold counter-culture statement by steadfastly resisting the march of technology. In reality, I was probably just being a pain in the neck for my friends and family, and I probably unnecessarily endangered myself at least once.

    I did finally, begrudgingly, get an old hand-me-down flip-phone in my final year of university, but that was out of necessity, and I used it to make maybe only a dozen calls the 2.5 years I had it before getting a smart device.

    To bring it full circle: I did try sending a text message with that flip-phone exactly once, at the insistence of my family. That message was predictably a garbled mess, and to this day my sisters still wonder how I managed to get a number to appear in the middle of the “word”.

    I have a number of other somewhat amusing stories about people’s reactions to my lack of a cellphone, but this post is long enough already.



  • BenVimes@lemmy.catoGames@lemmy.worldHow Greed Ruined Gaming
    link
    fedilink
    English
    arrow-up
    5
    ·
    5 months ago

    Well, there’s the fact that outrage seems to drive more activity than other types of content. YouTube sees it as a more profitable option to advertise a Very Angry Gamer™ to you, even if you aren’t interested. I guess they assume that you’ll find something to watch anyhow, but if they will profit even more of they can hook you into the outrage machine.

    Then there’s my personal hypothesis that in order to enable this, YouTube’s algorithm weights your demographics, subscriptions, and viewing history much more heavily than your manual inputs.


  • I am but one man whose only education in programming was a first year university course in C from almost two decades ago (and thus I am liable to completely botch any explanation of CS concepts and/or may just have faulty memories), but I can offer my own opinion.

    Most basic programming concepts I was taught had easily understood use cases and produced observable effects. There were a lot of analogous concepts to algebra, and functions like printf did things that were concrete and could be immediately evaluated visually.

    Pointers, on the other hand, felt designed purely of and for programming. Instead of directly defining a variable by some real-world concept I was already familiar with, it was a variable defined by a property of another variable, and it took some thinking to even comprehend what that meant. Even reading the Wikipedia page today I’m not sure if I completely understand.

    Pointers also didn’t appear to have an immediate use case. We had been primarily concerned with using the value of a variable to perform basic tasks, but none of those tasks ever required the location of a variable to complete the calculations. We were never offered any functions that used pointers for anything, either before or after, so including them felt like busywork.

    It also didn’t help that my professor basically refused to offer any explanation beyond a basic definition. We were just told to arbitrarily include pointers in our work even though they didn’t seem to contribute to anything, and I really resented that fact. We were assured that we would eventually understand if we continued to take programming courses, but that wasn’t much comfort to first year students who just wanted to pass the introductory class they were already in.

    And if what you said is true, that later courses are built on the assumption that one understands the function and usefulness of pointers despite the poor explanations, then its no wonder so many people bounce off of computer science at such a low level.


  • I definitely feel this. I had to take a programing course in university and I was easily able to follow along up until the lesson on pointers, whereupon I completely lost the thread and never recovered.

    I’ve known a good number of computer scientists over the years, and the general consensus I got from them is that my story is neither unique nor uncommon.