Yeah, a good chunk of the ones available here only have inches, too. It was hard to find one with both when I bought my last tape measure.
Yeah, a good chunk of the ones available here only have inches, too. It was hard to find one with both when I bought my last tape measure.
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).
My first factory job was a workout. I spent all day taking bundles of ice cream products off a conveyor and placing them on skids. I liked that aspect of the job, or any job that involves physical activity.
The first week was brutal with muscle pain, but then my body got used to it.
I do white collar work now but kinda wish I could do that kind of work like one day a week or something.
Those captcha problems were difficult for automated tools to figure out a decade ago but it’s getting close to a decade since some AI image categorizers have gotten better at the task than the average human.
Cross or uncross your eyes to line up one image in your left eye with the other image in your right. There’s nothing wrong with it but those are based on the same copies.
Some of the details are adjusted/redone but the positioning of the door, corner, and person are identical.
The last 3 panels do use copy paste.
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.
Or the old deciding I need to eat, getting up and going to the kitchen, seeing a chore that needs done to unlock the ability to eat certain foods, like I want ramen but my pots are on the drying rack, then realizing after I had been sitting down again for an hour that I just put away everything on the drying rack and forgot to cook and eat the ramen.
Then get up, go to the kitchen, and notice that the plants need to be watered…
The important bit is to power one on first before the swap, then you’ll have one setup where the pi was recently powered on and another setup where the connected devices were recently powered on. You might see the issue on only one of the devices, at which point you can say if it’s the pi being off for a while or the devices that triggers the issue.
Oooh ok, I’ll try putting it in the microwave for a bit, thanks!
Impressive engineering, but it comes with a curse.
Where it gets messy is you’d need to supply power on the PCIe rail as well as any extra plugs the GPU needs without powering on the system itself. And then even messier if someone powers on that system. Mad scientist shit.
I made an energy efficient one by replacing the light bulb with an LED bulb and some cooling fins since the design looked like it would trap heat from escaping, but that guide is garbage because it doesn’t work like it’s supposed to!
Just made that one up but it was based on another Frankenstein-like setup another user in a beta testing group was using that I don’t remember the specifics of. His issues started getting mostly ignored until he upgraded his system to something more normal lol.
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.
Yeah that’s fair, though it doesn’t help with the frustration. Especially when it’s management getting in the way of things. Like with all the enshitification, my guess is that there’s a dev or team of devs that hate themselves for going along with it.
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.
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.