• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle







  • Short answers work best. "oh hey do you have any plans this weekend? “Yes.” Conversation over. Someone asks you how you are, your answer is “fine, thank you” and you move along. You’re polite and you’ve satisfied all they’ve given you. It won’t work all the time, there are some people who are more interested in talking at you instead of with you. For those, I recommend starting the conversation with an exit. “Oh hey, I’d love to chat, but I only have a couple minutes.” You can now walk away pretty much whenever and it’s not like you didn’t tell them, it was the first thing you said.


  • I used to have one of those. It’s was definitely neat, and managed to survive a while, but I don’t think it’s a good idea. The biggest issue with something like this is that it adds more moving parts, which in turn increases wear and tear. For the screen to move, you’d need to either use a ribbon cable, or have weird contact points that only work in certain positions. Both of which aren’t great. Ribbon cables flex for a bit, but eventually tear, meaning no screen. The goofy contacts is slightly better, but eventually the sliding mechanism may go out of whack and now it isn’t making contact correctly.



  • About five years ago, I had my Facebook name set to be my first name three times, first middle and last. Facebook thought it was fake, rightfully so, so they demanded that I send photo ID to verify myself. At that time, I didn’t have valid ID. didn’t have valid ID for about seven years at that time, I sure as fuck wasn’t going to get one just to use Facebook. I decided to just delete the account, then I deleted all of my other Facebook accounts, Instagram, LinkedIn, etc. they’re getting way too greedy




  • Sorry for the late reply, sync doesn’t seem to be handling reply notifications very well at the moment. In theory, you could power this display through something like an Arduino. For something like this, you’ll want to use the driver board to control the display. The data sheet goes into a lot of detail about how the display works using the serial input and explains a good bit how the signal would be interpreted. The hard part is going to be handling the translation between what you want displayed and what the display needs to receive to show it. That’s where your homeworks going to be. I’m more of an old school hobbyist who never graduated to microcontrollers. The Arduino is going to handle the translation for you, but I don’t know enough arduino-fu to be helpful there. I’d recommend looking into using an Arduino with similar displays to see how other people do it, and then ruthlessly cannibalizing their code to fit with your needs.

    If you have any other questions along the way, feel free to send a message my way. I can’t guarantee I’ll have the answer, but I’m happy to lend my experience where applicable. Best of luck to you bud!