Slashdot Mirror


User: rjstanford

rjstanford's activity in the archive.

Stories
0
Comments
2,632
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,632

  1. Re:Poor, self-destructive management by Google. on Some Android Device Makers Are Lying About Security Patch Updates (phonedog.com) · · Score: 2

    But it doesn't. Most consumers don't know that Google makes Android. Most probably don't even know that they have an Android per se. Hell, most probably don't know that their phone has an OS. But they sure know that Google is a great search engine.

  2. If it was a carrier problem rather than an OS or manufacturer problem, wouldn't the same issue be affecting iPhones? Because its not...

  3. Because when you have code that calls into a routine in a trusted, internal chip, and that code then crashes, bad things happen? Lots of software would stop working if the chips they're running against stopped supporting all of the instructions the compiler was built against. I'm somewhat amazed that all it did was stop working temporarily instead of corrupting data to be honest.

  4. Maybe they could start having a dialog pop up when you launch them a long time before they're completely unsupported?

  5. Re:It's a at least an even bet that.... on Apple Starts Alerting Users That It Will End 32-Bit App Support On the Mac (techcrunch.com) · · Score: 1

    I can easily imagine that announcing support for 32 bit applications will be discontinued will cause no small number of people to retaliate to this by simply no longer performing or accepting any system updates, because they perceive that their need for that continued functionality is more important than having the latest and greatest that Apple puts out.

    And that should be fine. Considering that most 32-bit OSX apps were last built around 2006, most people who were very concerned about legacy compatibility and tested unchanging functionality won't even notice that you can't use an OS released more than 12 years after the application was built.

  6. In fairness though, any apps that are still 32-bit were probably written for much older hardware and would probably run without much difficulty with the additional pointer work.

  7. I was curious too. My main culprit is WebEx/GlobalMeet - I'm assuming that Cisco can successfully do a 64-bit build at some point.

  8. No, you don't. You can keep running your 20 year old software on a 10 year old OS.

    What you can't do is benefit from all the super-modern enhancements for one part of your solution but continue to run older software as a second part of the solution. Nobody, however, is saying that you can't continue to use that solution exactly as it was when you validated and certified it.

  9. apple are telling it to look for a flag only they can set

    Which explains how it started working after the 3rd party upgraded their chips, I suppose?

    More like the chips were supposed to support functionality that coincidentally wasn't being called prior to the update and was afterwards. The cheaper chips - as cheap chips often do - only supported what they thought the likely feature set was, or the current features used, not the full spec. It happens.

  10. Re: But hey, at least they're not selling your dat on Recent iOS Update Kills Functionality On iPhone 8s Repaired With Aftermarket Screens (vice.com) · · Score: 1

    Exactly. Its one thing if the screen was confirming identity, its another thing if a new iOS update was - for free - upgraded and reasonably expecting to use some functionality present in factory chips that wasn't present in the knockoff to provide a better experience. The fact that they can be so easily fixed does seem to imply that the previous chips were just lucky in that the malfunctioning code wasn't being executed.

  11. Yup. I bought a 2016 touch bar model, and it SUCKS. Wish I could have got the previous model, as that was the last worthwhile MBP. If they do this, and basically force everything to go through their App Store, I'm done with them. I guess I'll go Linux, Sure as hell don't want to go back to Windows. And yes, I have a Win10 laptop, for a couple of Win-only apps, and it STILL sucks.

    Its not as if the processor choice has anything to do with the application installation policies. I mean, sure, they might choose to do app-store-only at some point (although I personally doubt it), but they could do that on intel or leave things wide open on A14 (or whatever).

  12. Re:But they all force Javascript on users on Which JavaScript Framework is the Most Popular? (infoworld.com) · · Score: 1

    Part of this is simply efficiency. With an SPA loaded, clicking on each link to a static article simply sends the relevant data rather than rebuilding the entire page server-side. That's a whole lot faster and cheaper to do.

    As for JavaScript being a powerful malware vector, is that really a thing these days?

  13. Re:I'm quite stupid but... on Why Uber Can Find You but 911 Can't (wsj.com) · · Score: 2

    Sure, in fact that already works today. And as soon as all 911 offices and intermediate phone switches can accept and pass along that information, this problem will be fixed. Until then, however...

  14. Re:honest answer: on Why Uber Can Find You but 911 Can't (wsj.com) · · Score: 1

    Targeted money doesn't work either. For example, in states where all lottery profits go to education (or whatever), they typically just reduce the funding from the general fund by the same amount. Technically everything is "correct", but the end-result is exactly the same as it would be if the earmarked money went into the general fund anyway.

  15. Re:Google Earth blocks Fx 57 on GNU/Linux on Opinion: Chrome is Turning Into the New Internet Explorer 6 (theverge.com) · · Score: 1

    And "Learn More" doesn't tell you what's wrong, it just tells you to download chrome again. Same message in Safari FWIW.

  16. Re:Mac app store censorship and to much sandboxing on The 'App' You Can't Trash: How SIP is Broken in Apple's High Sierra OS (eclecticlight.co) · · Score: 1

    Of course part of that is to disallow this specific situation from happening, where an application took what is arguably too many permissions and buried itself deep into your system.

    If you want guaranteed cleanup, you're going to also get some restrictions on how much mess apps can make.

  17. Re:in other words on Apple Apologizes For iPhone Slowdown Drama, Will Offer $29 Battery Replacements (theverge.com) · · Score: 4, Informative

    And those are likely to be dismissed - no evidence yet shows any correlation between iOS version and performance scores that's not actually due to a poor battery.

    FWIW, I replaced the battery in my 3yo iPhone 6 a few months ago, and it despite heavy use it hadn't dropped enough to trigger the slowdown. It had degraded noticeably from a battery life standpoint though, so well worth replacing regardless.

  18. Re:Makes stable pricing impossible. on The Case that Bitcoin Is a Bubble (economist.com) · · Score: 1

    Jewelry on the secondary market often trades even with or slightly below raw materials value.

  19. Re:Elon's core business is the future. on Elon Musk Trolls the Media With a Clip From 'Spaceballs' (twitter.com) · · Score: 1

    No, it's very clearly getting personal enrichment and power through government subsidies and exploiting consumers.

    Pretty sure his personal enrichment and power was doing just fine once he'd sold PayPal.

  20. Fails elegantly

    And with root authority too!

  21. Yeah, I guess you could call him some kind of tool.

  22. Re: Swift is going strong. Rust? I think it's dyin on Google Is Working On Fuchsia OS Support For Apple's Swift Programming Language (androidpolice.com) · · Score: 1

    Agreed. Java is managing to incorporate some of Scala's brevity, to the point that its less compelling.

    Additionally, Scala - IMO - went too far. I absolutely loved some fo the ideas, but one benefit of Java for enterprise projects is that you can pick up a Java class written a decade ago by someone you'll never meet and can basically understand it without too much effort. Java's been removing boilerplate slowly but surely over the years in both language points and major libraries; you can write database backed RESTful API servers with 97% business logic these days, which is fine by me. You can write terrible opaque Java code but you really have to work at it.

    Scala, on the other hand, did a great job of adding functional capabilities but then also introduced shorthand and overloading to the point where someone who's simply not paying attention can create code that's as readable as high-school Perl scripts. And that's a huge problem for the enterprise.

  23. Re:I'm less concerned about the actual noise... on Some Pixel 2 Users Are Complaining About A High-Pitched Whine and Clicking Noises (arstechnica.com) · · Score: 2

    Electrons too these days. Silly case in point:

    Google decided to release a product to build goodwill - the featured photos screensaver for OSX. Nice. Its well done, and displays their logo quietly in conference rooms, etc, all over the place.

    It doesn't work properly with the most recent release of the OS. They still offer it, it just no longer works, has no support, and has apparently been orphaned.

    Now, are they obligated to keep a marketing offering up-to-date? No, of course not, but that kind of attitude even in a simple digital product makes me far less likely to trust them for more expensive goods, whether physical or virtual. What GAE API will be the next to get silently deprecated?

  24. Re:Companies... on Some Pixel 2 Users Are Complaining About A High-Pitched Whine and Clicking Noises (arstechnica.com) · · Score: 3, Interesting

    And at the same time, those products were out of reach to many people; lowering the quality to reasonable bounds often resulted in something massively more attainable that only actually breaks marginally more often than the original. Its easy to look at the past with rose colored glasses, but the era of "indestructible" washing machines was also the era of poor people washing clothes by hand and frequent visits from your local washing machine repair man (who could indeed repair the washing machine, but was required to do so far more often).

  25. Re:Newer better bigger faster on Android Always Beats the iPhone To New Features, Qualcomm Says (theverge.com) · · Score: 1

    Same thing when the first iPhone came out and everyone bitched that it wasn't 3G capable - except that nobody else was really working properly over 3G either. Apple just didn't pretend that they were, and when they released the next generation it pretty much "just worked", especially when measured against the competition.