• 0 Posts
  • 11 Comments
Joined 3 years ago
cake
Cake day: July 1st, 2023

help-circle




  • In highschool, back in 2007, I got my first taste of Linux in my highschool electronics class. The class was mostly focused on electrical engineering, however we had a computer in the room for research and for whatever reason, my teacher was a hardcore Linux guy. We talked about it for hours and eventually, I ordered a CD from Ubuntu by mail and installed it on my home PC, a computer that originally ran Windows ME. I’ve primarily used Windows since I do a fair bit of gaming, but I’ve always maintained a linux partition of some kind. On my laptop, I’m currently testing out the latest Ubuntu release, but before that, I was running Linux Mint DE in the Mate flavor with BSPWM as the window manager. On my main PC, I have a Windows 10 partition, and a Garuda Linux partition. Garuda is running Mate with BSPWM as well. The funny thing is, I’m not really a tech guy. I just like it and use it mostly just as a consumer. I can work my way around and fix most things when they break, but I’m more likely to just nuke my installation and spin up a new one when things get really bad. I’m planning a full PC upgrade soon and plan to go AMD instead of Nvidia so I can enjoy Wayland. The latest Gnome release feels really good and matches my rose tinted memories of Unity from way back when. Hoping to run that, but may still mess with a tiling window manager set up as well.


  • Did you play destiny 1? It had a rocky start for sure, but once crota came out, they really hit their stride. The taken king was peak destiny, everything was fun, replayability was there, raids were great, pvp was balanced (as well as it could be), the game felt fantastic. Wrath of the machine was a slight downturn, then destiny 2 destroyed all of it. Destiny 2 has yet to live up to the high standard that destiny 1 set.

    Currently, I boot it up every once in a blue moon, but I’m stuck not knowing what actually matters, what the story is, or anything. I never fully unlocked stasis because none of it made sense. The green stringy shit is cool and refreshing, but it’s the same for all three classes. The game feels like poop, and this is from someone who’s been playing since beta





  • 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!