Slashdot Mirror


User: fluffernutter

fluffernutter's activity in the archive.

Stories
0
Comments
9,994
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 9,994

  1. Re:Define "harm" on Is Facebook Ignoring Our Humanity? (qz.com) · · Score: 1

    It doesn't make him wrong. There are a lot of sociopaths out there and it's getting worse. Look who America is now modelling their lives and aspirations after.

  2. Re:Facebook is messed up, because of humans on Is Facebook Ignoring Our Humanity? (qz.com) · · Score: 1

    Humans were always fucked up, that much is true. But Facebook amplifies it by giving it a global showcase. When I was a kid, if someone took a picture of me naked it was easy for 20 people to see it. Social networking makes it easier for 20,000 people to see it.

  3. Re:I got a solution on Is Facebook Ignoring Our Humanity? (qz.com) · · Score: 1

    You don't think there is anything better? Better means nothing, getting the people to you means everything.

  4. Re:It's about clear thinking, not technology on Is Facebook Ignoring Our Humanity? (qz.com) · · Score: 1

    And then journalistic integrity was used for a short time so we knew articles were true. And then that went all out the window. All we need to do is maintain the concept of journalistic integrity for the internet.

  5. Everyone ignores humanity on Is Facebook Ignoring Our Humanity? (qz.com) · · Score: 4, Interesting

    The whole fucking tech industry ignores our humanity. Flipping people coins for doing things in the 'gig' economy. Tesla and their ignorance of human inability to maintain attention while doing nothing for long periods of time. The list goes on and on, and then we get into political trends.

  6. Bluetooth basically compresses to MP3 during transmission. You're only ever going to get MP3 quality, even if your source is an original recording. If you buy all the Apple shiny shiny I believe you get AAC which is better, but if I use it in my truck I might as well be playing MP3. Furthermore, Bluetooth was designed for telephone calls and not music. There is no standard protocol (Sony has their own audio codec over Bluetooth) so you are locked into the vendor if you want top quality. my second google result on "Bluetooth audio quality" explains it.

  7. How does having a jack on a phone prevent people from using Bluetooth?

  8. Most cars have bluetooth now, unfortunately this will give you the bluetooth limitation for sound quality. My vehicle's phone plugs in via USB but the audio still goes through bluetooth. I'm pretty pissed about that.

  9. Yup, us too. We went back to buying overstock 'stock' Samsung phone headphones. They work for what the kids need them for and are the only ones we found that are comfortable for them.

  10. That actually sounds like pretty bad design. Any key fob I have gets a watch battery and lasts for two or three years. I'm surprised BMW would make their owners put up with something like that. We need key hooks by the front door with USB plugs now?

  11. Since they don't seem to have room for that in a phone any longer, I won't hold my breath.

  12. Re:Can they get rid of the charger next? on Apple's 2018 iPhones Are Rumored To Not Include Headphone Dongle In the Box (theverge.com) · · Score: 1

    Ok well nothing like compromising on your beliefs by supporting a company that half-asses it.

  13. people google now on 'The Problem With Programming and How To Fix It' (alarmingdevelopment.org) · · Score: 1

    I think the thing that this person may be missing about the 'internet age' is that people don't read all the documentation and understand every aspect before sitting down and starting a project. I think people are generally going to do a quick start or some tutorials and Google on anything else they need, or reference it then.

  14. By the sheer number of seemingly experienced developers here who seem to get tripped up by Python's lack of static typing, no he isn't looking for Python. In fact, Python must be one of the hardest languages there is.

  15. Re:Surgery for everyone! on 'The Problem With Programming and How To Fix It' (alarmingdevelopment.org) · · Score: 1

    Really? If I just want to mend a bad cut I need to be a surgeon?

  16. Re:Can they get rid of the charger next? on Apple's 2018 iPhones Are Rumored To Not Include Headphone Dongle In the Box (theverge.com) · · Score: 1

    I'm guessing you don't own an iPhone, with it's non-interchangable lightning port (even with a newer macbook).

  17. Re:Can they get rid of the charger next? on Apple's 2018 iPhones Are Rumored To Not Include Headphone Dongle In the Box (theverge.com) · · Score: 1

    For one thing, Apple repeatedly says you are on your own if you don't use the correct Apple approved accessory. For another thing, how many powerbars full of USB chargers and I supposed to have?

  18. Re:But still comes with wired headphones on Apple's 2018 iPhones Are Rumored To Not Include Headphone Dongle In the Box (theverge.com) · · Score: 4, Insightful

    Great.. a set of headphones that doesn't work with anything but one device.

  19. Personally I would rather own my phone. I don't use it for anything I don't want Google to see unless I can obfuscate it.

  20. Live for your Apple product, HUMAN!

  21. Give me wireless headphones with a battery that doesn't degrade faster than the electronics in the headphone and I would agree with you. I'm no environmental crusader, but it seems obvious that we should not be buying disposable electronics.

  22. I just thought of something as I read this headline. Facebook's color is blue, and blue light keeps you awake. Coincidence?

  23. Re:Easy peezy on Rare Blue Diamonds Lurk Deep In Earth's Core (washingtonpost.com) · · Score: 2

    This is the attitude that keeps the US from switching in the first place.

  24. Re:finally on Korea Plans To Tax Google, Apple and Amazon (koreatimes.co.kr) · · Score: 1

    Apple will pay for every one of those rounded corners. Every.. one.

  25. Re:Python? on The 2018 Top Programming Languages, According To IEEE (ieee.org) · · Score: 1

    I find it far more annoying when I make an if-then that is a single statement and then I have to add brackets to both sides to add another statement. Even worse, the perl 'do_this() if (is_true);' format that you have to totally rearrange if you want to add more statements. Those things you mentioned about Python really don't bother me as much.