I'm not familiar with that problem as I don't use VNC sorry :(
I would like to get VNC working but haven't done the research post wayland.
HN user
I'm not familiar with that problem as I don't use VNC sorry :(
I would like to get VNC working but haven't done the research post wayland.
Disabling acceleration is a big feature here, again something that makes sense on a trackpad but does not on a scroll wheel. It's infuriating switching between Linux/Windows/macOS _with the same mouse_ and only macOS has acceleration. Logitech Options doesn't even give acceleration
Also along these lines of bizarre defaults, I don't remember how but I had to change key press settings to allow for repeated presses. Apparently the default behavior is to give you accent character options. Then from there I had to change the interval/initial timings to be closer to Linux/Windows as well. Of course now I'm paying the price with the dreaded repeat inputs on this keyboard
using dig with 8.8.8.8 for discord.com and downdetector.com, I'm not seeing answer sections?
Personally my problem is that it's not just the topic I'm interested in, it's also the presentation (therefore the channel), and sometimes I watch videos outside my usual channels because I have some specific interest. The recommendations then go ham for those one-off channels and other channels I've never heard of. I refuse to even watch the unheard of channels because I know there are videos on the channels I DO watch that I haven't watched yet and I want those recommended, 9/10 unknown channels I end up not liking and watching them makes even more noise. I don't watch anything politically sensitive but I can see how this system ends up in dangerous territory.
I bought a quality vacuum from Amazon and then continued to be aggressively advertised vacuums for months (on Amazon still) while shopping for things that honestly I could have used some advertising for to let me know what even existed in the space. Seems like not a great strategy for any involved party.
They never advertised bags for said vacuum...
Is Mauldin paid for his campaign work? If he is, what difference does it make if the political campaign site he's running (and that's what it is) has its development/hosting paid for by anyone?
Regardless of the answer to that question and the validity of the information on the site, the site looks like expert craft in sketchy campaigning. It isn't being very honest about what it is and it is not a good faith attempt at informing voters, all under the direction of effectively the Trump campaign. I think FB should be allowed to block crap like this.
edit: and to be clear this opinion applies for the reverse political ideologies as well. I wouldn't want to see e.g. Apple/Android blocking stuff in text messages, but I don't have a problem with FB/Twitter/Reddit doing it because that's where problematic discourse festers, by design.
Oh hey!! I use sqlitebrowser quite often! Thanks for you know making it exist and all.
If it's not the right path to a solution, they will decide, not you.
This is a dangerous position to take. I have a junior dev on my team frequently asking for help on Z when X is still a problem. If I actually answer his question, what he puts out is a disaster.'
Like he was having trouble with generating prime numbers. I could have answered his question, but why is he generating prime numbers? Long story short, to create an "optimal" number of threads to insert to a database because inserts were slow and he had 100k to do. Dude. Batch insert. Why are we threading, absolutely not, no. Stepping back Z, Y, X, and V and finding a better solution. 1/10th the code, 1/20th the time, better for the DB.
When you have someone on your team doing things like this, absolutely ask about X.