I’m a technical kinda guy, doing technical kinda stuff.

  • 0 Posts
  • 212 Comments
Joined 2 years ago
cake
Cake day: September 27th, 2023

help-circle


    • Algorithm shows a preview of a chaotic scene where the content isn’t easily identified.
    • You open / interact / linger on it to figure out what is happening before identifying it as something you don’t want to look at.
    • Algorithm detects increased interaction and happily serves up more.

    I play a little game with Instagram sometimes. I click on one (1) thirst trap bikini girl post in the search reel. Then I see how many times I have to press the little 3 dot menu and pick “not interested” on allllll the other thirst trap bikini girl posts that immediately appear.

    I generally have to press “not interested” about 15 times before my feed reverts to only having bikini girl thirst traps once every 20 or so posts.





  • The smaller end is RJ12, the bigger end is RJ45.

    The question is, what are you trying to do with it? RJ12 is/was typically used for telephone connections, RJ45 for Ethernet. Generally speaking, they don’t mix.

    If your plan is to connect a computer to a RJ12 socket on the wall, that’s not going to work. If you’ve been told the socket on the wall is “the internet”, you’re likely going to need a modem in between that socket and your computer.


  • I was talking more about unwrap causing a panic rather than calling the actual panic macro directly. Rust forces the programmer to deal with bad or ambiguous results, and what that is exactly is entirely decided by the function you are calling. If a function decides to return None when (system timer mod 2 == 0), then you’d better check for None in your code. Edit: otherwise your code is ending now with a panic, as opposed to your code merrily trotting down the path of undefined behaviour and a segfault or similar later on.

    Once you get to a point where we are doing the actual panic, well, that is starting to just be semantics.




  • Conjuring up a frequency graph from 2004-present doesn’t help your argument, as the VCR format wars were pretty much over a good 15 years beforehand.

    “VCR” could have meant either VHS or Betamax to a consumer in the early '80s.

    At least VHS specifies a particular standard, and “player” in that context has a loose connection with record player, or tape player , being the thing you play your purchased records / tapes / videos on.





  • It’s BLE - Bluetooth Low Energy.

    Basically devices with BLE can listen for a wake-up command and turn on, similar to the “magic packet” of wake on Ethernet.

    Super convenient for “find my device” applications, also nice to be able to connect and activate the device without having to press a power button like a peasant.

    It also means that most devices with BLE end up flat within a month. I had a speaker with BLE and had to deliberately download a much older version of the Android partner app to turn it off, as they dropped the option to do so in later versions for “convenience”. With BLE on it would be flat in about 6 weeks regardless of whether I’d used it or not , which really ruined ad-hoc usage for me.



  • Dave.@aussie.zonetoYou Should Know@lemmy.worldYSK how to unclog a toilet
    link
    fedilink
    arrow-up
    42
    arrow-down
    4
    ·
    edit-2
    4 months ago

    Australian here.

    Step 1: design your damn toilets so they do not clog.

    Step 2: there is no step 2.

    Seriously, half a century of toilet use here in Aus and I’ve never caused - or discovered even - a blocked toilet at home.

    Clearly the fact that I can buy a toilet plunger from the local hardware store indicates that this can happen here. But it seems that every American household has a toilet plunger and poop knife on standby and many articles are devoted to what clogs, and how to unclog, American toilets.

    There are better designs for both toilets and plumbing out there guys, maybe you should look into using them.


  • This kind of reliability is huge for prosthetic limbs, fitness trackers, and robotic arms, where precision and durability are non-negotiable.

    Thanks, AI slop! Sensors that have been durability tested for a few hundred cycles will be perfect for prosthetic devices that can do that in half a day of office work, or fitness trackers that can do that in five minutes, or in robotic arms that can perform that kind of movement in 60 seconds! I’m going to use them in my next safety critical robotics project for sure!