• 0 Posts
  • 651 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle
  • It was a home hardware and most of the longer ones with nice features were inches only. There were a bunch of metric only ones, too, but it’s nice to have both when some furniture descriptions have only one or the other because the tape then handles the conversion without having to remember if that 2.2 factor is inches to cm or kg to lbs or both.

    Though it could be that whoever decides what products to stock at home Depot is just better at their job than whoever does it at home hardware, or maybe I’m in the minority locally of wanting both and preferring metric if I have to choose one.



  • I used to have the FF7 battle music as my ring tone. Because phone calls were random encounters. Certain ones got the boss battle music instead.

    Hearing that randomly in public from someone else’s phone would have made me excited to see a kindred spirit. Closest I ever did see was someone using the victory music, but that would have been more appropriate as a hang up tone.

    I should do that again. It’s funny because I think it was moving to a new phone and not wanting to figure out how to set custom ring tones that made me put it off until I forgot it, even though the phone that had it was a flip phone that I had to use a special connector to even hook it up to my PC and had to find a program to encode the song in the arcane format used by dumb phones and the phone that replaced it probably just needed me to drop the songs into the right folder or find out how to browse the file system when setting ring tone.

    Edit: Just checked, out of curiosity.

    On my graphene os phone, they have a list of ring tones it comes with and at the bottom of the list is a plus that opens up the file system browser.

    On my Samsung phone, it’s just a list. There’s a plus at the top but that opens up some Samsung music app or something that I’ve never used. It looks like I can add songs to that by putting them in a samsung music folder, though I did have to look twice to see that and wouldn’t be surprised if it only shows approved files that came from them, knowing what Samsung is like with software.

    Separate rant but the other day I looked in the bixby settings and noticed there was a button to remove it entirely, so I did so, thinking I might finally get full control of that button. Nope, even less control now, it just launches a “install Bixby” screen instead of letting me set some other action for some of the presses (as long as one of them still opens the voice assistant I don’t want and never asked for).







  • He didn’t burn down the library, he burned down the tree so that Luke wouldn’t find out that Rey had taken the library.

    And it opened the whole plot hole of “if force ghosts can do that, why aren’t they hitting Vader and Palpatine with lighting until the problem is solved?” Hell, even before it was shown that they could interact with more than just talking, why weren’t they acting as the perfect spies for the ones they wanted to help instead of just showing up randomly to trickle out a tiny bit of information, argue with a master, or stare approvingly after victory?

    Kinda like the whole “so this whole time, ftl jumps could have been used as a weapon? Why only that one time?”

    And wtf @ light skipping? Sure, it makes for a cool looking chase scene, but just doesn’t make sense on several levels. Maybe it would work if it was a force sensitive pilot who could sense the direction and timing, but even if they had done that, they went from Tatooine to Aldaran taking hours to suddenly they can almost instantly jump between a large variety of biomes all during one short chase scene.

    Those movies would have been ok as their own thing IMO but were just bad star wars movie with lazy writing.








  • Ah that’s interesting. If you can swap the devices from one pi to another, try powering it all up on machine A, then swap the devices to machine B and power that on. Might tell you if the issue is with on the pi side or with the devices.

    Is latency higher on the first boot than on subsequent ones? I’d be looking into race conditions if you’re seeing a bit of lag cascade out into bigger problems. Race conditions are the worst, especially when the race most often goes the right way and just occasionally goes the wrong way. Though you can force the wrong way by adding delays in your code, if you have an idea of where the race is happening.


  • Or, after weeks of debugging an issue the user has logs proving they are having weird performance issues despite having a strong GPU, it turns out their parents wouldn’t let them take that GPU out of the family PC so they rigged up a PCIe to USB to wireless transmitter that hooks up to a wireless to USB to serial port that exploits a signal leaking from serial port to PCIe bus bug on the family PC motherboard to act as if the GPU is on their own machine, which both impresses and horrifies you.

    And when you try to get approval to drop the issue as unsupported, your manager gives you shit and it takes another week to convince him that it isn’t a use case that you should support. And they only agreed in the end because a more senior technical person happened to overhear you pleading with your manager one day and only had to say, “that’s crazy!” for your manager to 180 immediately on the issue. But it’s still cited as a negative on your next performance review (“you spent weeks working on something we don’t even support!”).


  • Another angle to try is to set the date one day ahead and see if the bug shows up then. Might need to disconnect from network and set it in the BIOS for the test to work properly.

    I could be wrong, but I figure after being off for an hour, all capacitors should have discharged by then, so it’s probably not based on how long the hardware has been unpowered.

    Though one other angle I just thought of, if you have something that runs periodically, maybe the bug is related to that period being missed once or n times. Or it could be related to something that is meant to wake the computer to run some job and then go back to sleep but instead just sets it in a bad state.



  • Buddahriffic@lemmy.worldtoProgrammer Humor@lemmy.mlLearn to code
    link
    fedilink
    arrow-up
    28
    arrow-down
    1
    ·
    7 days ago

    Yeah, that’s something a shitty developer who is bad at debug would say.

    Bugs frustrate me more because I can often guess at why they are happening and how to fix them but can’t just apply the fix myself. Even more frustrating when there’s an update and I’ll think, “oooh maybe they finally fixed that annoying bug!” and then see it again shortly after installing the update.