Spyke

Replies

Comment on

Stop using Opera Browser and Opera GX

The feature I absolutely love on Opera mobile is it will dynamicly wrap text and adjust the page layout to a single column when you zoom in/out. So for pages with small text, you can zoom in to see enlarged text and just scroll down to read - where on all other browsers you have to scroll horizontally back and forth to read the enlarged text.

Opera has been doing this brilliantly for at least 10 years, and I have yet to see this on any other mobile browsers I've tried.

world

Comment on

*Permanently Deleted*

In the 1970's Exxon not only knew about climate change due to the burning of their fossil fuels, they accurately predicted global warming projections. And studies by their internal scientists continued to predict and verify global warming in a bunch of reports between 1977 and 2003. Yet they still continued to lobby against renewable energy and admitted that they still aggressively fought climate change science.

https://www.cnn.com/2023/01/12/business/exxon-climate-models-global-warming/index.html

Comment on

What is the strangest tech related bug you can't resolve?

When turning off my Samsung TV, every once in a while it decides to turn itself back on about 5 minutes later. This has been going on for several years now.

It doesn't happen every time, and seems to happen randomly as I can't replicate the conditions in which it happens. It didn't happen when I bought the TV, so I suspect it started after Samsung pushed a firmware update. It's a bug others are experiencing with the same model TV and I've tried every fix people suggested online, factory reset the TV, and updated the firmware. My conclusion is that it's a bug that Samsung needs to fix, but I'm confident they won't given the TV is about 5 years old now.

linux

Comment on

Linux is fucking awesome

Reply in thread

Running this command was the only thing required for me to get access to the com ports. After that, everything worked perfectly.

sudo usermod -a -G dialout $USER

(note that $USER is part of the command - do not replace that with your actual username)