Slashdot Mirror


User: Aaden42

Aaden42's activity in the archive.

Stories
0
Comments
743
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 743

  1. Re:But The Cloud! on Steam Is Down (steamstat.us) · · Score: 5, Funny

    The cloud has not gone down. We just call it rain now.

  2. I think that's a little dated, at least with US networks. I was able to put my son's Verizon SIM into my unlocked AT&T iPhone 6. Works like a charm.

  3. Re:Understandable, but foolish on Terminally Ill Teen Won Historic Ruling To Preserve Body (bbc.com) · · Score: 3, Insightful

    Honestly, it sounds like a pretty amazing adventure. Time travel, basically. Albeit low chance of actually arriving & zero chance of a return trip. If I'm dying anyways and have the disposable income, why not? I can always choose to kill myself again (permanently) if I find myself unable to adapt to the future. Other than having a wide variety of things I'd rather do with the money while I'm alive, I don't see a down side.

    I was born into a world I knew nothing about once & learned all I could to get where I am now. Granted, I'd lack the neuroplasticity of a child's brain for the second attempt, but I'd be willing to give it a try. Beats the alternative anyways.

  4. Re:Did everyone suddenly forget....? on Computer Virus Attack Forces Hospitals To Cancel Operations, Shut Down Systems (zdnet.com) · · Score: 1

    They can write all they want until the system comes back up, but that doesn't give them access to patient history that's been taken electronically for years now. It's all well & good to write down what happened today & data enter it later.

    Today patient died because past drug allergy information was unavailable in offline computer system.

    Yeah... Not so good... Not undertaking non-emergent care (and diverting emergent care to another near-by facility) is by far the safest choice when medical history is unavailable.

  5. Low bar on UK Auto Insurer Will Use Facebook Data To Set Premium (thestack.com) · · Score: 4, Insightful

    When Facebook says you’re being too evil, that should be a wake up call. . .

  6. Re:GPL on Wordpress Founder Accuses Wix Of Stealing Code (ma.tt) · · Score: 1

    If they're not explicitly offered under a different license in the package and not public domain, they're either GPL or there's no distribution right at all. I know GPL isn't an ideal license for non-code asserts, but absent an explicit grant under some license, they can't be distributed without violating copyright. If the package's license grant doesn't mention the images explicitly, the only reasonable assumption is that they're provided under GPL.

  7. have never found a use for Bluetooth other than connecting headphones.

    BT keyboard is one of those weird things that's useful occasionally. I've enjoyed reactions from people, "How do you text so fast???" when I would pair a BT keyboard to my iPhone before iMessage could bridge over from a laptop with a real keyboard. I like my BT heart rate sensor for running too...

  8. When you see Apple users excusing poor design decisions as good ones you know the Apple of Steve Jobs is gone.

    Nah... We did that for Steve too. Reality Distortion Field was a thing...

    Apple users are a bit more willing to look at realistic real world compromises and determine that trading one thing for another makes more sense for some of us. I can't charge & listen to wired headphones on my iPhone 7. I used to do that on my 6. Like twice a year when I had to travel on Amtrak. Now I'll do something different and accept the improvements that the 7 gives me at the cost of not being able to do something that I very seldom did.

    We can also acknowledge that our chosen supplier needn't make products that appeal to 100% of the entire market. I'm certain there are some users who frequently want to charge and listen to wired headphones at the same time. The iPhone 7 is a poor choice for them. Likewise for those users who want a portable device with huge processing capability, the new MacBook Pro might be poor choice. Apple chose to prioritize battery life over performance for a portable device. I'm sure based on significant market research, they found that was the better compromise for the majority of their customers.

    Making a product that focuses on maybe 70% of use cases (to completely make up a number), but does those things very very well is much preferable to me than trying to make a product that does everything for everyone. I'm looking at my iPad and my (work provided) Surface 4 as I type this. One of them has a layer of dust on it because it tries to do too much and manages only mediocre success at many of them. The other I use daily for the tasks that it focuses on being excellent at and happily use a different device for other tasks that it's not as well suited for.

    There's a lot to be said for being excellent at a few things versus being so-so at a lot of things. As a customer, I often spend more money to buy several devices (watch, phone, tablet, laptop, desktop) to do different tasks. The physical form factors of each of those devices mean they're each more or less suited to certain tasks. It's good that the market can provide less expensive devices or devices that can do more tasks, even if they're not able to do all of them as well as several more focused devices might. If you don't like Apple's choices in that regard, buy something else.

  9. What do you use more than 16GB of RAM for, exactly?

    Seriously... I do have 32GB in my Mac Pro, but I rarely use more than 17GB, and that's including cache, etc. that could easily be freed without a substantial impact. That's with a couple of browsers, iTunes, Eclipse, Xcode, email, Twitter client, Slack client, Skype, OneNote, RSS reader, database IDE, and a smattering of other stuff running at once. I upgraded my (much older) MBP to 16GB, and RAM has never been the bottleneck.

  10. Re:GPL on Wordpress Founder Accuses Wix Of Stealing Code (ma.tt) · · Score: 1

    Take for example a GPLed game. Now somebody comes along, takes all the graphics and releases a proprietary game with them. Is that a violation or not?

    Absolutely a violation of all GPL versions.

    What if he doesn't actually include the graphics, but loads them from the web or straight out of your git repository [...]?

    Possibly a violation of GPLv2. Probably a violation of GPLv3. Causing the game to download graphics for the user's benefit is not distribution on your part of those graphics. The original developer is distributing the graphics by way of Github, etc. The original developer may also cease that distribution at any time (or rename a directory) and break the game.

    The question (for a jury) would be if your game constitutes a derivative work of the original such that distributing only your portion without the images isn't actually distributing a distinct creative work in its own right but only distributing a portion of the derivative work created by combining the parts. If your game could load graphics from additional sources than the original and still do something, that would significantly decrease the likelihood that it would constitute a derivative work. If it was completely useless without the single other game's images, then it's probably derivative. Additionally, requiring the user to take affirmative action to download the graphics themselves and comply with any license would greatly help your standing. Requiring them to run `git clone ...` locally and informing them that what they're cloning is covered under GPL should do the trick, same as many distros require you to download tarballs of Java separately from their package manager.

    Larger possibly that this is a violation of GPLv3. GPLv3 closes some of the service provider based loopholes on what constitutes "distribution." I don't know if this would full under that language. This one might be "up to a judge," but a lawyer may tell you differently with respect to how clearly this does or doesn't fall under GPLv3 language.

    [...] or their fork of your git repository?

    Absolutely a violation of all versions. Now you're the one distributing it and must comply with the GPL in order to have a right to do so.

    What if it's not graphics, but interpreted code code?

    Copyright makes no distinction on the medium. Both graphics and source code are well established as creative work covered by copyright. You may NOT copy such works without a license. GPL is a distribution license not a use license. Distribution of interpreted code is still done by the original developer in this case. You could NOT distribute modifications of the code yourself. You *could* distribute patch files to be applied on the user's computer at runtime. You may run into a situation where extensive patches must contain so much of the original files as diff context that the diff is arguably a derived work. "Up to a jury" in terms of where that line is for the patch case specifically.

    At what point do the assets require the rest of the code released under GPL?

    When the final work becomes a deriviative work under copyright law it falls under GPL. GPL additionally specifies that you may not link a work against GPL code and distribute it if the combined work restricts distribution beyond what the GPL provides.

    if you use one of their GPLed libraries, your main app shall be released as GPL as well.

    False. If you link against a GPL library, you must distribute your app under a GPL compatible license. If you're trying to distribute closed-source binary, you can't do that. If you don't like GPL, Apache, BSD, etc. are all options for your own code's license.

    Shall APIs have copyright or not?

    That's the key question, and it's wha

  11. Re:GPL on Wordpress Founder Accuses Wix Of Stealing Code (ma.tt) · · Score: 1

    I think there's misunderstanding of "based on" versus "linked against" here. If you take a work licensed under GPL, you can't use part of that source code under a different license because you can't change the license on somebody else's code. The only exception is if you yourself wrote that code, retain copyright of it, and choose to offer it under a dual license in addition to the GPL.

    Aggregation of multi-licensed works is a different matter. If you have a substantial body of work that stands on its own absent a GPL work, that work maintains its own license. A stand alone library that works with or without another GPL work is its own entity. An application which links against GPL libraries is still its own work and may carry its own license.

    You may link any work against a GPL-licensed work for your own purposes without regard to the licenses. GPL is a distribution license, not a use license. If you wish to distributed to someone else a non-GPL work along with the GPL-licensed work, you must comply with the GPL. GPL states that you may not distribute a combined (linked) work with any additional restrictions beyond what GPL specifies. It does not state that distributing the entire work under GPL is the only way to comply with that requirement. It's certainly the easiest way, but not the only way.

    There's a list of GPL-compatible licenses on FSF's website. You may link code licensed under any of those licenses with GPL-licensed code and distribute the result.

    No part of GPL requires that you license all your code under GPL if you link to GPL code. It only requires that anyone to whom you distribute your final work can obtain, use, and redistribute all of the parts of it (including source, build tools, etc.) without any part being more restrictive than GPL.

  12. Re:GPL on Wordpress Founder Accuses Wix Of Stealing Code (ma.tt) · · Score: 1

    There's nothing unclear about how enforceable the GPL is. GPL grants you a license to use a copyrighted work. If you do not comply with the terms of that license (provide source code, etc.) your license is void. At that point, you have no license at all, and you are violating copyright by distributing the work without a valid license to do so.

    To my knowledge, there isn't a single jurisdiction where GPL (any version) has been ruled unenforceable. There are very few cases where it has been explicitly ruled enforceable, which I could see being interpreted as doubt, but that's not the case here. The companies who have violated the license and been taken to court have settled or remedied their violation rather than risk losing in court. Every settlement or remedy is a confirmation that a pack of high paid corporate lawyers advised their clients that trying to fight the validity of the GPL would be a BadIdea(TM).

  13. Re:Was Obvious from the Start on No One Is Buying Smartwatches Anymore (gizmodo.com) · · Score: 1

    That's one of the reasons I keep my Apple Watch in a bulky external case. TETHYS makes (made? Can't find it on Amazon any more...) a waterproof case that makes it safe to swim with the original Watch and makes it look like a 1980's throwback to a drugstore $20 Timex. For the same reason I never liked to use my white-corded, "please mug me & steal my iPhone" Apple earbuds, making my $400 Apple Watch look like a junker is a GoodThing.

  14. Re:Was Obvious from the Start on No One Is Buying Smartwatches Anymore (gizmodo.com) · · Score: 1

    Have you ever used an exercise bike, elliptical or treadmill? Unless you keep your hands chained EXACTLY to where they want them and at EXACTLY the right amount of tension squeezing them, the heart rate monitor is pretty much useless. If you're at a public gym, most of them are completely broken a week after they open. The watch tracks my heart rate reliably all the time, even running outside or on a real bike.

    And that's to say nothing of fumbling your phone trying to reply and stepping on it while you're working out. With an arm-mounted screen I can just tap my standard response much more safely. The way Apple Watch detects an either/or type question and lets you select one of the sender's options as a canned response is more than a little bit handy when working out.

    We get it, AC. You don't want a smart watch. Realize there are more people than you in the world and different technology is useful to different people. It's okay if you don't think you'd find a use for one.

  15. Re:Was Obvious from the Start on No One Is Buying Smartwatches Anymore (gizmodo.com) · · Score: 1

    What is it then? An extra, tiny screen for your phone?

    YES! That's exactly what it is. It's a second tiny display for my phone that I can go swimming with and that doesn't have a camera so I can have it out in no-camera places without people freaking out that I'm filming. That's my killer app. YMMV, but it paid for itself this summer in the number of times I got a message that I might otherwise have missed or else would have avoided activities to stay near my phone.

  16. Re:Was Obvious from the Start on No One Is Buying Smartwatches Anymore (gizmodo.com) · · Score: 1

    Watches are JEWELRY first

    Lots of people keep trying to tell me that, but I think they're all nuts. I would not even consider buying a watch with gold or gemstones or other pathetic displays of meaningless luxury.

    My Apple Watch is a second arm-mounted display for my iPhone FIRST. It's a time piece second, and as jewelry I could not possibly care less. It's a functional device. The fact that it comes in a nice form is .. well.. nice, but an afterthought for me.

    It saves me pulling my phone out of my pocket when people contact me. That's especially useful in social situations where predominantly non-millennials take offense that their mere presence doesn't cause me to completely pause my life outside of their existence. For most of them, I can look at my watch and even poke at it a little to respond, communicating with other people in the way I'm accustomed to. That doesn't make them huff and puff the same way that pulling out my phone and doing the exact same thing would. It's also useful in situations where waving a network-attached camera around is considered gauche. I can check the time without freaking people out that I'm filming them.

    The added motion & heart rate tracking are great for workouts, and a waterproof(-ish) extension to my phone is great in the summer. I can jump in the pool without disconnecting. (Apple Watch 1 isn't pool proof, but an external case that makes it look like an 80's throwback worked pretty well all summer.)

    I understand Apple wanting to hit the market of people who buy a watch to look pretty, but I'm glad they made something that's functional rather than trying to pass off more useless bling. There's plenty of useless bling in the watch market (smart or otherwise) already.

  17. Re: Considering they fail at nearly sixty times.. on More NFL Players Attack Microsoft's $400M Surface Deal With The NFL (yahoo.com) · · Score: 2

    I think we can all agree the NFL isn't most businesses. Considering how much US tax dollars go to subsidize stadiums, their (until recently) tax-exempt status... Why pay for things when you can get paid for product placement?

  18. Re:Time to stop super thin phones and fixed batter on Samsung is Setting Up Note 7 Exchange Booths at Airports Around the World (theverge.com) · · Score: 4, Insightful

    When you can create a design with a user-replaceable battery that is equal or better than a fixed battery phone for all of the following:

    1. Weight
    2. Thickness
    3. Battery life
    4. Waterproofness
    5. Cover never falls off
    6. Battery itself is sufficiently armored so as to be safe in an average hand bag or pocket

    then patent the design & retire comfortably.

    Until then, it’s hard. Stop playing armchair phone designer & materials scientist.

  19. If the cops roll up on a bank robbery in progress and you were found in the building with the people doing the robbing I'd suspect the cops aren't going to let you go because you had a video camera and claimed you were making a documentary.

    Generally speaking, you're right, but if anything they'd hold you as a material witness, not charge you with robbery. Particularly if you had the press credentials and career accolades that Amy Goodman has.

  20. Re:Get it MFers? on Journalists Face Jail Time After Reporting on North Dakota Pipeline Protest (techcrunch.com) · · Score: 4, Interesting

    I have no first person knowledge, but having followed Amy Goodman's career for the last 15 years or so, it's inconceivable that she would be active in any attack or sabotage in anything short of a self defense situation if she were sucked into the fray. She's one of a dying breed of people who deserve to hold the title "journalist."

  21. Re:Blame yourselves on More Performers Are Demanding Audiences Lock Up Their Phones (nytimes.com) · · Score: 1

    How exactly are Millennials to blame? Phones don't bother us. We have nobody to blame but old fashioned, can't adapt to the evolution of socialization & technology Boomers & Gen-X'ers.

  22. Tinfoil hat? on More Performers Are Demanding Audiences Lock Up Their Phones (nytimes.com) · · Score: 1

    According to Yondr's site, "simply step outside of the phone-free zone to unlock the case." Almost sounds like it's an active locking technology or a signal you pass through when you enter/leave. Stick their stupid sock in some kind of radio shielding to block the locking signal.

    Failing that, seems like an Arduino & an SDR shield should be more than capable of broadcasting the unlock code. Anybody working on reversing this mess?

  23. Re:Battery.. or charger ? on Samsung Orders the Global Shutdown of Both Sales and Exchanges of Galaxy Note 7 (betanews.com) · · Score: 1

    Note 7's caught fire when not plugged in at all. It's not the charger.

  24. Re:That is going to leave a mark on Samsung Orders the Global Shutdown of Both Sales and Exchanges of Galaxy Note 7 (betanews.com) · · Score: 1

    It's worth mentioning that the Apple iPhone I'm guessing you own likely has several key components that were manufactured by Samsung, depending on what generation it is. RAM, flash, displays, the SoC fabrication itself, all done by Samsung at different points in the iPhone's lifetime.

    This is dated, but Does Samsung make iPhone parts?

  25. Re:That is going to leave a mark on Samsung Orders the Global Shutdown of Both Sales and Exchanges of Galaxy Note 7 (betanews.com) · · Score: 1

    This is nothing but a guess, but I think they over-promised on performance and current battery technology couldn't deliver.

    If it's a flawed battery, you replace it with a proper one. Fine, done. I'd be floored if there was a charge controller logic problem that couldn't be fixed in software. They're either using an industry standard power management chip that's got millions of units worth of field testing or they've implemented it in their own SoC. If the former, the logic is solid and tested. There's some switches they can flip to control its parameters, but those are all pushed over from the SoC via whatever low-level driver package they wrote. Field updatable. If they implemented it all in the SoC, they should be able to fix it, also with a firmware update.

    My guess is that they promised battery life claims that they couldn't fit into the phone with current best battery technology. They're pushing the limits of the lithium they could fit into their package and either over charging it to push that last bit of capacity into it, over-drawing and discharging it too quickly, over discharging it, or some other combination of power levels that are too much for *any* battery that would fit into the space they have to work with. They *could* make the phones stop burning if they tuned the power management to more conservative levels, but then they'd miss on battery life promises and probably be stuck with recalls or class actions based on false marketing.

    It sounds like they may have tried to switch to a battery that could offer a *little* more and maybe tweaked the PMC settings as much as they could and still meet their battery claims, but it fell short in at least some devices / usage scenarios. Maybe they're getting some number of batteries that can't be stressed quite as hard as they're pushing them. Maybe certain usage profiles put more stress on the batteries, and only certain users are pushing it enough for the new combination to be dangerous. Either way, it sounds like marketing promised what engineering couldn't (safely) provide, and they're screwed. I'd think the only valid choices would be to redesign the phone to require less power or to make more room in the enclosure to include a higher capacity battery that wouldn't have to be run so close to red line to meet the phone's power requirements. Either way, not something they can do and get to market in a recall timeline. Pulling the plug until they can reengineer is the only option.