Now's the best time to buy HP
"Buy now before we foist Windows 10 on you."
16877 publicly visible posts • joined 13 Jun 2009
Use the web version of Spotify so you're not using the desktop version which can get much more information from your computer, in a private window so it can't get to your Facebook profile, deny location information, and log in with a Spotify login instead of a Facebook log in.
Log into Facebook from a non-private window and change your Facebook password. If you use a Spotify account linked to a Facebook account then unlink it, if you log in directly with Facebook and want to carry on using the free service then open a new Spotify account.
In the longer term, look for another service.
And those of us who never linked their Spotify account to Facebook or used a Facebook account to log in can sit back feeling smug.
So your anti-scam idea works except for the kids, the old, the mentally ill, the parents who don't have time to keep on top of all the latest scams, and probably a few more I've forgotten. So basically it would be perfect if the world were full of young single people who were mistrustful of everyone and are gifted with the ability to distinguish between a legit advert and an advert which looks legitimate but is full of lies.
In the end, without regulation, what you get is lower consumption not higher consumption because nobody can believe anything.
Psychologist Emma Kenny recommended: "Do not study psychology. You'll be reduced to eating out of bins and selling soundbites to anyone to make it through the next month. Forget the fucking iPad, if how I'm professionally prostituting myself in this press release doesn't make you want to study, nothing will."
Here's a qute from someone on Hackers' News which spells it out...
"Oh, come on. Just connect your Google router to your Google fiber connection and connect to it with your smartphone or laptop running a Google operating system and Google browser. Visit your Google home page (using Google's DNS servers, of course) to read your Google Mail, or perhaps catch up on the news with Google News, or use Google+ to see what your friends are up to, or get a little work done on Google Docs. Should you do some Google searches and end up on some non-Google sites, don't worry - you're still safe under the watchful eye of Google AdSense and Google Analytics. What have you got to be so paranoid about?"
On all five ROMs I've had on my phone, all allow the capacitive buttons to have haptic and/or sound feedback. Not in the keyboard settings though as that's just for the soft keyboard, usually it's in the sound settings.
How you find them in the first place, well, that could be annoying.
The BSD part of OS X is quite robust, there's probably very few exploits if you stick to POSIX. The open source software they use in userland often takes a while to be updated, or they may stop updating it altogether if they don't like the licence (e.g. SMB when it changed to GPL3). Their own homespun libraries seem to be pretty poor.
In C/C++, NULL is an address like any other, it's 0. What usually happens is that you can't dereference a NULL pointer (read the value at address 0) because that address is not mapped to any RAM so the CPU throws a segmentation fault and the OS stops the program. What most people forget is that this is NOT C/C++ stopping you shooting yourself in the foot, NULL is just a #define for 0.
So as C/C++ doesn't stop you and if that address (or rather, the first 65536 addresses which is the first memory page) IS mapped to an area of RAM then you CAN dereference the NULL pointer. So if a badly-written OS or Kernel routine just merrily dereferences pointers without checking if they're NULL beforehand and you control the value at address 0 or you don't but it's random, then that can be used as part of an exploit.
So what I guess happened is that the NULL pointer got passed to a kernel routine, when running in kernel mode the first page was mapped to an area of RAM, and the routine itself doesn't check for NULL pointers.
Looking at the guy's blog by the way, it seems IOKit is a bit of cowboy job.
All they need to do is have updates coming straight from Google OTA which are signed with a special certificate which has rights to remount /system as r/w and copy the new library or apk before rebooting.
It wouldn't be suitable for major OS updates but it's needed to patch exploits like this which have the same problem in the same library.
Everything's perpetual beta down at the Chocolate Factory.
Lollipop took away keyboard buttons making it confusing to use, contact groups making it impossible to organise them, and shuffled the names of mail clients about making them confusing too. Next version might change it all back again.
That's all part of the fun of Google's development methodology. So it makes complete sense that the security fix is also beta.
It's nicer than it sounds and looks, especially in summer when there's no cooking required. See how they're not all peering dubiously at it before eating it in the photos?
If you want something that's worse than it sounds and looks, try Callos. A stew made with tripe and blood sausage...
There's still good money to be made rolling back accidental Windows 10 updates and then nobbling GWX via uninstalling KBs or changing registry entries. And it's work that will last throughout the year as GWX gets more and more insistent. On day 364 I imagine a scheduled task will just start the computer up and install it anyway.
Apple have a pretty similar approach for both, a wall of silence, a document or two produced late after some pressure, and finally unconvincing results.
Mass-produced unrepairable hardware is about as high up in the ecological chart as 1 (one) Hispanic tea lady at boardroom level is in ethnic representation chart.
You're out of luck. It's an OTA update for...
Nexus
Galaxy S5, S6, S6 Edge, and Note Edge
HTC One M7, One M8, One M9
LG Electronics G2, G3, G4
Sony Xperia Z2, Xperia Z3, Xperia Z4, Xperia Z3 Compact
Android One platform
http://arstechnica.co.uk/security/2015/08/google-pushes-update-for-critical-android-bug-but-wont-say-if-its-fixed/
So for most custom ROMs are still the way forward.