Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Good (Score 2) 146

Someone will have to explain the point of apple pay and whatever the google equivalent is. You spend all the time setting it up just to duplicate the functionality of the contactless bank card you already had. Ummmm... why?? Just use the bank card! Not only frankly is it easier to use a card than faff around getting a phones NFC and/or a QR code on the screen to work with a reader, but it makes your phone a horrendous single point of failure if you lose it.

Comment Re: I use ssh -CY every fucking day at work (Score 1) 126

"It has no such mechanism"

It doesn't need such a mechanism - the app is perfectly capable of iterating through /proc/asound itself and it can get USB device notifications from udev. Yes a faff, but frankly it could have all been dumped in a library to take care of instead of some resource heavy, bug ridden daemon.

Comment Re:This is why (Score 2) 55

The argument against SMS is way overblown. For it to work an attacker would not only have to gain access to your account details but also spoof your phone on the phone network. Possible? Yes, likely? Unless a nation state is after you - no.

And many people still don't use a smartphone - good luck getting an auth app running on a nokia 6310 and having one running on the same machine as you're logging in to you account on isn't smart.

Comment Re: I use ssh -CY every fucking day at work (Score 1) 126

"These are userspace problems to solve."

These are application problems to solve. The application thats playing the sound/music/whatever needs to be told which sound device to use. This isn't rocket science - how do you think this stuff worked back in the day even before pulseaudio came along? Fine, if someone wants to create a gateway process that apps just connect to and it marshals everything for them then fine, but its hardly a must have.

Comment Re: I use ssh -CY every fucking day at work (Score 1) 126

I think you're a bit confused. Alsa is the OS interface between the user process and the sound devices. Alsa accepts PCM and sends it to the device. I suggest you read this page as your knowledge appears to be high level hearsay:

https://www.alsa-project.org/a...

I've programmed Alsa in C many times so I do have a clue what I'm talking about.

Comment Re: I use ssh -CY every fucking day at work (Score 1) 126

"ALSA out of the box only allows one program to access a sound card at the time. "

Not sure where you got that idea from, I've never had an issue with a number of my sound processes all working at the same time.

"There is no way to dynamically add something like a bluetooth headset and have it automatically appear to applications"

Why would that be the concern of the sound system? Its up to the driver/OS to do that linking.

Comment Re: Wayland is the IPv6 of display protocols (Score 1) 126

Oh dear, you're conflating different things. Yes, I believe DEI is just a way to get incompetents into positions they don't have the skills for simply because they're black/gay/[whatever] just to box tick quotas and prevent people who do have the skills from getting the role, but I don't care about the politics of the people who wrote/designed/built the stuff I use daily otherwise there's a ton of stuff I wouldn't use.

"Leave me the fuck out of your whining."

So you're losing the argument and run off. Standard issue lefty behaviour. You're nothing if not a cliche.

Comment Messiah Complex (Score 1) 115

Sounds like this Overstreet guy suffers from a bad case of it. But then its fairly common amongst the supposed "L337" in tech IME. Yes they're smart , but they think they're a genius and can't deal very well with people which may or may not be aspergers related though plenty of people who are bad with others are neurotypical but just utter dicks.

Comment Wrong way around (Score 3, Insightful) 115

"The bad programmer apologizes and fixes it. The good one plays the blame game and even may throw in a tantrum. "

ITYM the other way around because thats been my experience. Good programmers know their limits and will admit to cocking things up. Incompentents blame other people for their failings as in other areas of life.

Slashdot Top Deals

The explanation requiring the fewest assumptions is the most likely to be correct. -- William of Occam

Working...