• 0 Posts
  • 101 Comments
Joined 3 years ago
cake
Cake day: June 19th, 2023

help-circle



  • even Logitech peripherals will not “just work” on Linux

    I’m sorry, I did IT for years and still do it for friends if they make it worth the trouble. So, I have to ask, what the hell are you talking about?

    Pretty much every logitech paripheral has worked perfectly for me on both windows or linux. It’s a mouse and keyboard, generic drivers work perfectly fine. Hell, I use a trackball mouse and that works plig and play on linux. Hell, open up a new windows computer run through the setup then disconnect it from the internet then plug in a logitech keyboard. Look at the driver for it in windows, it will probably be “generic keyboard driver”. It’s a keyboard.








  • Years ago in college my mom tried to dump her old CRT TV on me with a roku.

    “we’re leaving this tv with you”

    “I don’t want it, if you leave it here I am throwing it out”

    “Oh son you could use it to watch netflix”

    “or mom i could watch netflix on my phone, my smart tv, my xbox one, my xbox 360, my ps3, my computer, my other computer, my other other computer all of which would be in high resolution. If you leave that here I am putting it where it belongs, in the trash”

    This is a shortened version of the conversation that went on far too long with me getting more and more annoyed with being given garbage.



  • As someone else pointed out, there’s a shit ton of different phones. In 2012 alone, how many different “Samsung Galaxy …” did samsung release? Wikipedia lists 6

    That’s 1 company, with 1 brand name in 1 year. Each with different hardware and as of late those phones have been harder and harder to even open. However, there’s a handful of models of “PS5” standard, slim, pro. They are also very easy to open requiring regular tools your average joe is likely to have, in fact sony encourages this in case you want to upgrade your SSD. It’s a lot harder to keep a system secure if the user can poke and prod the hardware, i mean the Wii’s security was literally beaten by tweezers




  • As someone who has had 2 all day meetings, it can be hell.

    Day 1, one dude talked THE ENTIRE FUCKING DAY. He did not stop to have a drink, he didn’t eat when lunch showed up, never went to the bathroom. Just one 8 hour long, uninterupted monolog. We had 3 bullet points to discuss that day, three. He went from 1 to 2 to 1 back to 2 on to 3 back to 1 now to 3 over to 2… Fucking painful.





  • As a software dev, theres a lot of stuff thats just bloat now. Electron apps are really easy to make pretty and write for web devs and are super portable, but each one is literally an instance of a chrome browser. Theres still a lot of devs that care (to some degree) about performance and are willing to trim fat or take small shortcuts where viable.

    However theres also the issue of management. I once was tasked with a problem at work dealing with the traveling salesman problem. I managed to make a very quick solution that worked fairly well and was fast but always left 1 point for last that probably should have been like point 3. Anyway, it was quick and mostly accurate, but my boss told me to “fix it” and in spite of my explaination that hes asking me to solve an unsolved math problem he persisted. I am now ashamed of how slow that operation is now since instead of just finding the nearest point it now needs to look ahead a few steps to see what path is shorter.