Slashdot Mirror


User: Lord_Jeremy

Lord_Jeremy's activity in the archive.

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

Comments · 376

  1. Re:Define professionals? on Is Apple Pushing Away Professionals? · · Score: 1

    They undoubtedly killed of the Xserve because the cost of developing and supporting it was higher than the returns from relatively weak sales. If the professional Mac line starts to falter, they'd probably give the expensive-to-engineer Mac Pro line the axe too.

  2. Re:Fine grained bans on FTC Settles With Android Developer In Data Exposure Case · · Score: 2

    You can also disable the location access for each app individually in the global device settings page.

  3. Re:My Script on Competing Contests To Create Pro- and Anti-Piracy PSAs · · Score: 4, Informative

    It's not legal in many countries to make them. To "legally" make a DVD player (that doesn't violate the US DMCA or another country's similar laws) you have to get a license from the DVD Forum that include the CSS decryption key. They will not give you a license if your player does not respect parts of the standard, e.g. the "skipping isn't allowed" sections. Since CSS has been cracked it's perfectly feasible to create a non-licensed player (such as VLC) but technically those players are illegal in the US since they include software for circumventing copy-protection measures (CSS). Also they can't have the DVD logo or anything like that on them due to trademark violation. Same thing in regards to region-locked players.

  4. Re:That's too bad... on Psystar Loses Appeal In Apple Case · · Score: 1

    Actually, when it comes to Mac OS X the replacing of libraries that Psystar or any other hackintosh-er had to do is in fact illegal. Major components of the OS (i.e. the Finder application binary) are encrypted and signed. For the system to be usable those binaries need to be decrypted during load with the help of the kernel extension "Don't Steal Mac OS X.kext." That extension does the tests to ensure that the system is running on Apple hardware and will only decrypt the binaries if it checks out. To get around that, the hackintosh community have come up with "decrypter" extensions that decrypt the system binaries themselves. As it happens, using one of those is a DMCA violation (reverse-engineering and bypassing DRM, effectively). On a related note, when Psystar started selling their machines much of the hackintosh community was pretty annoyed, as they were selling community-made tools (boot-132 loader and efi v8 emulator, if I remember correctly - boot-132 is APSL but PsyStar didn't release the source and pc_efi v8 is forbidden for use commercially).

  5. Re:Or we could just fix patents and be done with i on The Looming Video Codec Fight · · Score: 1

    Indeed, the arguments against open source browsers using system frameworks or codecs for non-free formats just don't hold water. I feel the main reason Mozilla refuses to allow this is politically motivated. Same for Google, although they're pushing their own format. Neither of them want to see H.264 or any other commercial format become the de-facto standard because the folks at Mozilla don't believe people have the right to choose non-free software and the folks at Google want the world to use their shit. I love H.264 because it gives me awesome quality in small files and it "just works" across a myriad of my devices. My iPad cannot play VP8 or Theora and VLC on my Macs don't play OGG files very well. Hell I even tried using VLC on my jailbroken iPad. If VP8 or another "free" format had the hardware and software support of H.264 then I would have no problem using it.

  6. Re:Im confused on Massachusetts Attorney General, Victim of iTunes Fraud · · Score: 1

    Hah. So true. I had thought that credit card purchases were reasonably secure, until I was hired to write drivers for a credit card swiper. I've been told by people who know more about the system than I do that there's a whole criminal business of generating random credit card numbers. When working numbers are found, dozens of counterfeit plastic cards are run off with that number and sold to people who want to use them at stores.

  7. Re:But on Massachusetts Attorney General, Victim of iTunes Fraud · · Score: 1

    Yeah I've got a Mini G4 for a web host and a Power Mac G4 serving up files. My work laptop is an almost four year old MacBook Pro. Unfortunately my experience with more recently Apple hardware has been less than stellar.

  8. Re:More political theater on Patent Attorney Breaks Down Impact of the America Invents Act · · Score: 1

    Due to the immense backlog of applications, it's been the USPTO's standard procedure to grant the patent without doing a search for prior art. If there actually is prior art then it's supposed to be the job of the court to invalidate the patent. Of course, that means that if someone gets sued over a bullshit patent, they have to be willing and able to take it all the way through court for it to get invalidated.

  9. Re:What isn't coming to origin's store on Coming Soon to EA's Origin Store: Third-Party Titles · · Score: 1

    Couple things... 1) Have you played Portal 2? Any other recent Valve game? Source is doing pretty damn well for them, Portal 2 is absolutely beautiful. I still play my favorite parts of the Half Life 2 games from time to time and they look pretty sweet too. 2) In the four years that I have been playing Team Fortress 2, I can count on one hand the number of actual hackers that I have encountered. In all cases they were banned pretty quickly by an admin on the server I was playing on.

  10. Re:Also has worse DRM than steam on Coming Soon to EA's Origin Store: Third-Party Titles · · Score: 1

    Yeah, that shit is why Origin will only be running on my machine while I'm playing Battlefield 3. I hate exclusivity with a passion, but my desire to play BF3 outweighs my issues with EA and Origin.

  11. Re:Hidden while useful? on Hidden Wi-Fi Diagnostics Application In OS X Lion · · Score: 1

    The interface resembles the Logs/Statistics view in the Airport Admin Utility. The capture and debug logs features are new though. Good find, just the other day I was trying to figure out which of the couple public networks available was giving me better throughput.

  12. Re:False dichotomy on C++ 2011 and the Return of Native Code · · Score: 1

    As an experienced Obj-C programmer, I grappled with some of your complaints a long time ago. It's not the job of the language to protect you from careless mistakes. Moreover, Obj-C and Java have two very different philosophies and goals. Complaining about getting a run-time error when you've effectively mangled a function pointer is meaningless when comparing the language with Java, which has nothing even resembling performSelector or function pointers. The main difference between those two languages is not the usefulness of the stack trace (or more likely exception report with Java - practically everything throws exceptions) but that one is being interpreted and the other is more or less native.

  13. Re:Carmack on C++ 2011 and the Return of Native Code · · Score: 1

    I've always found it so amusing that Java IDEs have refactoring functions designed for spawning getters/setters and the like. I like objective-c's solution: getters/setters are required, but type a pair of lines and the compiler generates them for you. The way it's actually invoked also makes an object's public interface a little easier to grasp.

  14. Re:Carmack on C++ 2011 and the Return of Native Code · · Score: 1

    FWIW I've heard from friends inside Apple that a real SDK was intended all along, but the logistics took a while to settle on. Also, I've been told that as a product concept, the "iPad" effectively existed way before the iPhone. As early as 2001 Apple was toying with the concept of a highly portable computing device geared toward media consumption and communication, as opposed to just about every PDA or tablet-like device that had existed up to that point. It was decided that the technologies and consumer interest didn't exist to make such a device viable yet. Eventually, the concept was mutated into the development of the iPhone.

  15. Re:For learning on C++ 2011 and the Return of Native Code · · Score: 1

    This is why I love developing in Objective-C (for iOS and OS X). The application I just finished writing is effectively a USB HID interface written in C (using the CoreFoundation framework) with a simple window-based GUI that I whipped up in Objective-C (Foundation framework). The Apple Objective-C model is designed so that the CoreFoundation (pure C) types and API calls are almost entirely compatible with the Foundation (Objective-C) stuff. This makes it incredibly easy to merge C underpinnings with Cocoa/UIKit and the other Mac OS X/iOS-specific Objective-C user interface libraries.

  16. Makes Sense (though WS is late to the party) on Wall Street Predicts Merge of OS X and iOS · · Score: 2, Interesting

    Normally I don't create new parent posts when there's already a lot of response, but I feel like just about everyone else who has posted has missed the mark. I'm a pretty hard-core Mac user. I'm certainly not an Apple fanboi - I'm quite unhappy with their new direction and I don't own an iPhone :P. Still, it has been pretty clear for at least a little while that iOS "computers" are Apple's goal. If you read the stories from the original Macintosh development team (check out some here), it's pretty clear that this is what Steve Jobs has wanted forever. His original dream of the Mac was an appliance, everyone having identical models that suit their needs in a generalized, mass produced way. Home computers running something resembling iOS are pretty damn close to that. And to be honest, as much as the prosumer in me screams in rage at it, it makes sense.

    Just about everyone I know that went off to a state school after high school either already had or bought an Apple laptop. I know a ton of people that got MacBook Pros, for no reason other than they're middle class and have money. Most of them won't use the resources of that computer for anything even resembling its capabilities. For a large majority of the computer-using populace, an iOS-like operating system is much better suited to their use cases than any of the typical desktop OSes. I know the slashdot crowd hates to accept this, but the average consumer-level computer user clicks the same three or four shortcuts every day: web browser, music player, email client/instant messenger, and piracy software. Bringing a tablet or smartphone-style OS to their home computer is less of a reduction in as opposed to a better targeting of capabilities. The walled garden model provides a huge boost to security (I know people will cry bullshit about that but face it, less attack vectors means less attacks) and makes things drastically easier to use. I hear a lot more about people's grandmothers figuring out how to use iPads than how to use computers.

    People in this thread have been talking about a reduce in hardware capability. Personally I wouldn't see that as a given. As hardware has evolved, so has software. Modern OSes and runtimes quite obviously have drastically higher overhead than of years ago. Again, personally I feel that in terms of efficiency operating systems have taken many steps backward. Regardless, MacBook Airs aren't by any definition low-end hardware, and the iPad 2 (and presumably iPhone 5) has an incredibly powerful processor for a handheld device.

    I defined myself earlier as a "prosumer." I base that definition off the fact that I make heavy use of the Mac OS X and iOS development tools, in addition to Logic and Adobe software in freelance and hobbyist work. It troubles me greatly that very likely, the consumer Mac OS will soon lack the capabilities that I have always loved it for. My personal theory is that there will be a paid "Pro" upgrade to the next version of Mac OS X, ala editions of Windows. Hell, it'll probably be available on the Mac App Store like the Mac OS X Server upgrade is now. Although I certainly don't like where Apple (and personal computing as a whole) is heading, it really makes a lot more sense.

  17. Re:Traders on How and Why Wall Street Programmers Earn Top Salaries · · Score: 1

    Isn't the current problem that the government doesn't control the money supply? As I recall the private banking sector (i.e. Federal Reserve) has been manipulating the value of US currency for almost 100 years.

  18. Re:Traders on How and Why Wall Street Programmers Earn Top Salaries · · Score: 1

    I've seen that video. From what I've read from other sources it seems pretty poignant on some points but gets lost in the dramatic on others. Personally what I see as an issue with the economic ideologies that are thrown around presently is that every group thinks that their plan will be 100% effective. A completely free market has issues, a completely controlled economy and total communism has issues. It has always been my belief that there needs to be a balance. Eliminating greed would help too...

    I'd have a long response but I'm not very awake at the moment/p.

  19. Re:Traders on How and Why Wall Street Programmers Earn Top Salaries · · Score: 1

    From my understanding, stronger regulation of the financial sector essentially has the same effect of having a gold-backed currency, with the advantage that there is actually a degree of control over the market fluctuations. Again, this is only my understanding, but the concept of money "disappearing" is essentially someone thinks they have money but they actually don't. That's a gross oversimplification but I think it's an apt way of describing what essentially is a broker thinking his plan for gains has executed properly when he was in reality outpaced (outsmarted) by other "forces" in the market.

    The phrase "unwinding of the 1930s laws" reminds me of a clip from Capitalism: A Love Story in which Michael Moore talks about a photograph showing treasury dept. members that were formerly involved with Lehman (I think?) cutting away the red tape of financial regulation. Wall Street is a casino, with gambling fanatics running around with no net gain. But the casino owners, the few who have put themselves in a position to run the game, are coming out farther ahead than can be imagined. There most certainly are people who are fully aware of where this has been heading since the beginning.

  20. Re:Once you have discovered on Why Your Dad's 30-Year-Old Stereo Sounds Better Than Yours · · Score: 1

    The G5s have had some capacitor plague issues that originated from a bunch of manufacturers turning out huge numbers of bad caps. The first gen and ALS iMac G5s had huge extended service plans for bad caps on the mainboard, though I've heard many PowerMac G5s suffered the same problem with PSU caps.

  21. Re:That's ok on Ubisoft Brings Back Always-Connected DRM For Driver: San Francisco · · Score: 1

    FWIW my girlfriend plays Fallout, Portal, all sorts of single player games on my Steam account while I'm playing TF2 or something else on my own computer. She just keeps the Steam client on her computer logged into my account in offline mode and there are no issues. If Steam is set to offline it doesn't even bother checking if the account is logged in elsewhere. Every once and a while she goes online to check for updates but then she can go offline again. It would be cool if Steam had options more friendly to the "family account" concept, but I bet those will come eventually. When Steam was introduced, it wasn't targeted at the family market.

  22. Re:BSD Isn't Relevant Anymore on Lennart Poettering: BSD Isn't Relevant Anymore · · Score: 1

    The BSD components of those OSes are. That's the benefit of BSD, the license.

  23. Re:Fixing the issue isn't quite that easy. on NYT Update Breaks iPad App, Annoys Subscribers · · Score: 1

    That would be Beware of the Snow Leopard

  24. Re:Obama's too conservative on Politics: Paul-Barney Bill Would Legalize Marijuana Federally · · Score: 0

    There comes a point at which you have to draw a line. Personally, my ideal world would be one in which no one had any desire for chemical stimulus. Alcohol, tobacco, marijuana, everything has health risks. In regards to my own body I think those risks are too high. The fact that people who don't agree with me have the potential to injure or kill others certainly makes it attractive to say that all drugs should be banned. There are many people who can drink responsibly, but there are many more who kill people in drunk driving accidents every year. The cold fact of ANY mind-altering substance is just that, it's a mind-altering substance. An altered state of mind could be extremely dangerous in certain situations - driving, caring for children, even using a stove. Back in my college dorm a few guys almost burned down the building because they were high. When the pizza they ordered arrived they threw it in the oven, box and all. I'm all for personal freedoms, but when people with chemically impaired judgement start a fire and I have to stand out in the snow in my robe at 3 AM for 45 minutes then having those guys punished sounds pretty good to me.

    You might call it wallowing in ignorance, but some people are a danger to others. That's just a fact of life. We as a society generally accept the concept of putting a psychopathic killer in a mental institution or even just denying a driver's license to someone who has physically impaired perception or reflexes. There is a class of people with which there is a significant degree of probability that they will chemically impair themselves and then do things which they do not possess the threshold of attention to do safely. Since it's obviously unacceptable to prevent people who drink from owning cars or somesuch, there has to be a determination made in regard to balancing public safety and freedom. It's just like any responsibility of the state, to protect as many people's freedoms as possible. Your free will may be to drive with a BAC of .15 but my free will is to not be killed because you didn't have the concentration to control your vehicle. Hopefully in the near feature some form of preventative control can be implemented that reduces the frequency of death that occurs due to chemical impairment that is generally accepted.

  25. Re:cost on There Oughta Be a Standard: Laptop Power Supplies · · Score: 1

    Laptops tend to require voltages nearing 20 VDC. I know the ~20 V rail in the laptops I've owned were all used for the display, inverted and stepped up for the CCFL LCD (or keyboard) backlight. I've never futzed around with any LED-backlit laptops so I'm not sure if that's still true. In my experience, manufacturers *tend* to keep power supplies relatively standard across their products. Any Apple laptop made after 2006 can accept any power adapter they made at that point, though the MacBook Pros come with higher wattage supplies than the MacBooks and probably wouldn't charge well on the MacBook or MacBook Air adapter.