Lyle
Sep 8, 11:27 AM
His ignorant comments cost donated money to the victims plan and simple.I agree that his comments were inappropriate for that particular venue, but I'm doubtful that people decided not to donate money to hurricane victims.
Edit: I forgot which thread I was posting in. I assume that jarednt1 was referring to Kanye West's comments during the fundraiser show last Friday night, or whenever that was. Of course, I don't imagine that Kanye West's comments (if any) at the Apple Keynote had much impact on donations to hurricane victims either. ;)
Edit: I forgot which thread I was posting in. I assume that jarednt1 was referring to Kanye West's comments during the fundraiser show last Friday night, or whenever that was. Of course, I don't imagine that Kanye West's comments (if any) at the Apple Keynote had much impact on donations to hurricane victims either. ;)
sushi
Oct 1, 02:04 PM
Very nice design.
Wonder what the stairway leads to?
Wonder what the stairway leads to?
63dot
Mar 4, 12:37 PM
Yes, I absolutely really think so. The problem is that if (as I suspect) you only get your news from left-leaning organizations you're only getting half of the truth. Based on what I see, it's still the right that is more energized, it's still the right that is excited to vote in 2012, because deep down everyone realizes that these protesters are protesting for petty reasons. They don't care about the kids, the schools, the state, the budget, the economy... they just don't want THEIRS to be taken away. I've seen several polls which report exactly the opposite regarding public opinion on the unions... it's all in how you phrase the question.
IMHO, unless there's a MAJOR uptick in the economy and some MAJOR concessions made on the left regarding reducing the deficit, they don't stand a chance to win seats in 2012. Still a chance for the White House? Yes, but he probably won't be favored at that point if significant improvesments are seen in every day Americans' lives.
If I were the right wing, I would want to be energized.
The Senate and White House is in the dem's hands.
I think the GOP is energized but in the wrong areas. Dude, you have to capture the middle and the GOP does not appear to be doing that.
IMHO, unless there's a MAJOR uptick in the economy and some MAJOR concessions made on the left regarding reducing the deficit, they don't stand a chance to win seats in 2012. Still a chance for the White House? Yes, but he probably won't be favored at that point if significant improvesments are seen in every day Americans' lives.
If I were the right wing, I would want to be energized.
The Senate and White House is in the dem's hands.
I think the GOP is energized but in the wrong areas. Dude, you have to capture the middle and the GOP does not appear to be doing that.
Mord
Apr 26, 09:04 AM
Whilst the company shouldn't say 'if you see any fights, jump in the middle of them', those employees should know full well that it isn't ok to watch and laugh as someone is getting the tish kicked out of them! Who was the man in the Blue shirt at the start of the video? he tried to break it up at first but seemed to then let it carry on.
I believe that was the manager, I don't know for sure. He walked a thin line IMO.
This guy was more than capable of defending himself...
As rdowns says, your attitude is simply offensive and is wearing incredibly thin. Have you even watched the video? The victim was not a man, did not have a male physique and was not capable of defending herself. You're just offensive for the sake of being offensive at this point.
I believe that was the manager, I don't know for sure. He walked a thin line IMO.
This guy was more than capable of defending himself...
As rdowns says, your attitude is simply offensive and is wearing incredibly thin. Have you even watched the video? The victim was not a man, did not have a male physique and was not capable of defending herself. You're just offensive for the sake of being offensive at this point.
more...
leekohler
Mar 4, 05:43 AM
Jail time for strikers is bizarre and totally unacceptable.
Additionally there is no way you can claim that it is a "individual liberty" position to hold to be for jailing strikers.
You should know by noe that fivepoint is only interested in individual freedom when it's an issue he agrees with.
Additionally there is no way you can claim that it is a "individual liberty" position to hold to be for jailing strikers.
You should know by noe that fivepoint is only interested in individual freedom when it's an issue he agrees with.
idanchez
Apr 15, 05:36 PM
I hope this is a fake.What is the long slot on the side? Is it a spot for a memory card?
I think this is for the Volume Button... not memory card slot... It will probably look like the new iPad volume button.
I think this is for the Volume Button... not memory card slot... It will probably look like the new iPad volume button.
more...
demallien
Oct 9, 03:34 AM
Finding where the keys are on your HDD is the easy part, accessing and using them is the task that takes months... [Simple way to find the location of the keys. Image your HDD. Purchase file from iTunes. Image your HDD compare the two images. The new key(s) (and the file itself) must be in the bits that changed.]
Sure. Of course, the guys working on DRM at Apple aren't idiots. If you were an engineer charged with defeating this type of attack, what would you do? I can tell you what I would do, I would start changing a whole load of bits on your harddrive, not because it's necessary, but because it makes it that much harder for you to find the stuff that changed.
It's a moot point anyway. Any file that you download from iTunes is going to be at least a few megs in size. The key is going to be somewhere in the order of a couple of hundred bytes. Which bytes amongst the several megs are the key? They aren't necessarily contiguous, they're almost certainly encrypted by another key hidden elsewhere in the system, and they may even be fiddled by a virtual machine after decryption, just to muddle things up a little bit more.
Finding the approximate location on the HD is simple. Fiding the actual key in the right order is an extremely difficult task.
As someone who does this for a living, can you comment on my read of the hacks that have been released in the later post http://forums.macrumors.com/showpost.php?p=2917258&postcount=96. It still seems to me that where DRM has been hacked has relied on key retrieval or finding the weak spot in the chain.
B
Um, of course DRM hacks rely on either retrieving the key, or finding the weak link. They are the only two attacks possible - grab the data after the program has decrypted it for use, or find the key/algorithm so that you can do the decryption yourself. At the moment the first attack is nearly trivial to implement, although that will change a bit when the manufacturers start moving on to a "Trusted Computing" style platform. All you need to do is write your own audio driver that sits between the computer and the real driver. It picks of the data and stores it as it's sent to the speakers.
The second solution is much more difficult, but far more elegant. It allows you to keep intact all of the metadata associated with the file (track name, lyrics, album name etc etc). BUT, you have to be clever enough to recover the key.
Sure. Of course, the guys working on DRM at Apple aren't idiots. If you were an engineer charged with defeating this type of attack, what would you do? I can tell you what I would do, I would start changing a whole load of bits on your harddrive, not because it's necessary, but because it makes it that much harder for you to find the stuff that changed.
It's a moot point anyway. Any file that you download from iTunes is going to be at least a few megs in size. The key is going to be somewhere in the order of a couple of hundred bytes. Which bytes amongst the several megs are the key? They aren't necessarily contiguous, they're almost certainly encrypted by another key hidden elsewhere in the system, and they may even be fiddled by a virtual machine after decryption, just to muddle things up a little bit more.
Finding the approximate location on the HD is simple. Fiding the actual key in the right order is an extremely difficult task.
As someone who does this for a living, can you comment on my read of the hacks that have been released in the later post http://forums.macrumors.com/showpost.php?p=2917258&postcount=96. It still seems to me that where DRM has been hacked has relied on key retrieval or finding the weak spot in the chain.
B
Um, of course DRM hacks rely on either retrieving the key, or finding the weak link. They are the only two attacks possible - grab the data after the program has decrypted it for use, or find the key/algorithm so that you can do the decryption yourself. At the moment the first attack is nearly trivial to implement, although that will change a bit when the manufacturers start moving on to a "Trusted Computing" style platform. All you need to do is write your own audio driver that sits between the computer and the real driver. It picks of the data and stores it as it's sent to the speakers.
The second solution is much more difficult, but far more elegant. It allows you to keep intact all of the metadata associated with the file (track name, lyrics, album name etc etc). BUT, you have to be clever enough to recover the key.
Nekbeth
Apr 27, 10:25 AM
I see where you going wlh99, and don't worry.. my full intention is to learn, not to get code from all of you. Many people in this thread underestimate my knowledge of objective C (and I understand why, I got lost with the pointers). I have 2 1/2 months since I started development and had 0 idea of the language or programming (I was a Pastry Chef actually :D, which is the name of my first app).
Believe me when I tell you that I know what's going on with my code. I'm aware that If you release an object that it doesn't exist you'll get an exception every time.
Making it work is a lot less important than knowing how to do it, for future work.
Back to the Code, let me go give it try.. b-back
UPDATE**
Ok, it doesn't crash now but timer still won't restart. I'm going to create another timer object (not pointer, I'll use the same pointer). I get this idea that I can't reuse or reset the same timer over again (invalidating and releasing it only pauses the timer). Wish me luck :)
Believe me when I tell you that I know what's going on with my code. I'm aware that If you release an object that it doesn't exist you'll get an exception every time.
Making it work is a lot less important than knowing how to do it, for future work.
Back to the Code, let me go give it try.. b-back
UPDATE**
Ok, it doesn't crash now but timer still won't restart. I'm going to create another timer object (not pointer, I'll use the same pointer). I get this idea that I can't reuse or reset the same timer over again (invalidating and releasing it only pauses the timer). Wish me luck :)
more...
akm3
Sep 29, 12:18 AM
WTH? Whoever wrote this clearly doesn't have any idea about what has been going on in architecture in, oh, the past 150 years. I met Peter Bohlin last year and we got to talking about his design strategies. He's been doing similar work throughout his career, even before BCJ (then Bohlin Powell) was founded in 1965. Check out Japanese architecture from the past 1,500 years.
As an architecture major and architectural history minor I find this comment to be Jobs-worship. Thinking that nobody else could come up with the concept of a simple and sophisticated design is just asinine.
My rant aside, I love the floor plan and can't wait to see some elevations/perspectives. Go BCJ!
Also, on a side note, BCJ is the firm that designed Bill Gates' house...
Bill Gates copying Steve AGAIN, just earlier than usual this time... (!) (<-- That's a sarcasm mark)
As an architecture major and architectural history minor I find this comment to be Jobs-worship. Thinking that nobody else could come up with the concept of a simple and sophisticated design is just asinine.
My rant aside, I love the floor plan and can't wait to see some elevations/perspectives. Go BCJ!
Also, on a side note, BCJ is the firm that designed Bill Gates' house...
Bill Gates copying Steve AGAIN, just earlier than usual this time... (!) (<-- That's a sarcasm mark)
Damnations!
Apr 5, 04:45 PM
I think Apple knew what they were doing. I think they may integrate this with Ping (worst thing ever), like 'PersonX likes the same music as you and also likes AdvertY' as some sort of viral marketing.
They will get paid a lot of money by the advertisers using it and the advertisers will get valuable information back like how many people favourited certain ads gaining valuable information about the market and how to create better adverts.
I still think it's a stupid idea, but whatever floats your boat.
They will get paid a lot of money by the advertisers using it and the advertisers will get valuable information back like how many people favourited certain ads gaining valuable information about the market and how to create better adverts.
I still think it's a stupid idea, but whatever floats your boat.
more...
Stella
Aug 1, 01:52 PM
If that is the case, you guys must be *********g miserable.
Why?
Believe or not, iTunes is *not*the secret of happiness - it does not make or break a country.
:-\
Why?
Believe or not, iTunes is *not*the secret of happiness - it does not make or break a country.
:-\
Bistroengine
Apr 6, 12:37 AM
Thread re-opened, although further cleanup may still occur.
If you wish to continue posting in this thread (or any other) please observe the Forum Rules, particularly those related to the Rules for Appropriate Debate (http://guides.macrumors.com/Help:Rules_for_Appropriate_Debate).
Thank God (or should I say Demi-god :) ) that you closed this post down earlier. I promise to not try and engage the Brit or the Irishman in a conversation ever again!
If you wish to continue posting in this thread (or any other) please observe the Forum Rules, particularly those related to the Rules for Appropriate Debate (http://guides.macrumors.com/Help:Rules_for_Appropriate_Debate).
Thank God (or should I say Demi-god :) ) that you closed this post down earlier. I promise to not try and engage the Brit or the Irishman in a conversation ever again!
more...
wildmac
Oct 2, 03:46 PM
You'd expect Jobs would have some sympathy for the guy, what with his phreaking days before Apple.
No honor among theives... :cool:
No honor among theives... :cool:
neiltc13
Apr 10, 06:10 AM
You do know that Windows had an App Store before OS X, but it got axed due to it being badly implemented which resulted in lack of custom? All they are doing there is returning and improving one of their own features, not copying Apple.
If we consider only games, Microsoft's own game store has been running since December 2009. Games for Windows LIVE Marketplace.
If we consider only games, Microsoft's own game store has been running since December 2009. Games for Windows LIVE Marketplace.
more...
vincenz
Apr 21, 10:38 AM
Can we use this in the future to vote people off the island? :D
Chundles
Sep 12, 01:15 AM
I really don't care anymore...tomorrow will probably follow a familiar formula - some disappointments, some bullseyes.
This is what I want after seeing the infamous "cube with a handle" patent that surfaced earlier this week:
That's just a continuation of the old cube patents - keeps anyone from copying Apple. The old cube had a handle too you know.
This is what I want after seeing the infamous "cube with a handle" patent that surfaced earlier this week:
That's just a continuation of the old cube patents - keeps anyone from copying Apple. The old cube had a handle too you know.
more...
mrblack927
Apr 21, 11:53 AM
Nice job guys. I don't want to shoot down the feature just yet, because you obviously put a good bit of work into coding it, but I'm not sure how well it will work long-term.
On the one hand, it will (well, should) get rid of those annoying "+1" posts. However, without actually counting towards something, it's kind of pointless. The problem is, as soon as you do make the points count towards something, (ie. hiding low-rated posts or rewarding high ones) it starts to become a competition. Being that this is a mac community, opinions against Apple will be systematically filtered out and ones in favor will be promoted to the top.
Essentially, there will be no incentive to have a discussion with differing opinions, and you will start to loose the multi-sided discussion that makes forums like this one great.
On the one hand, it will (well, should) get rid of those annoying "+1" posts. However, without actually counting towards something, it's kind of pointless. The problem is, as soon as you do make the points count towards something, (ie. hiding low-rated posts or rewarding high ones) it starts to become a competition. Being that this is a mac community, opinions against Apple will be systematically filtered out and ones in favor will be promoted to the top.
Essentially, there will be no incentive to have a discussion with differing opinions, and you will start to loose the multi-sided discussion that makes forums like this one great.
Stridder44
Oct 3, 05:28 PM
God, I hope the Macbook Pros get updated before Macworld, but honestly Macworld is only 90 days away...
I will drink to that!
I will drink to that!
bazzalisk
Oct 3, 03:17 PM
Merrom MBP ;p
SpaceKyd
Dec 13, 09:30 PM
Fact: Verizon is not expecting LTE-capable hardware until mid-2011. There's no way Apple magically has an LTE phone ready to go while everyone else won't have one for 6 months.
Ahh, but you must be forgetting that Apple is Magical!
Ahh, but you must be forgetting that Apple is Magical!
demallien
Oct 4, 02:11 AM
I actually work as a programmer for a DRM provider. Here's what our legal wonks have told us with regards to the DCMA:
1) If we want our player to be able to read files protected by a competitor's DRM, we are entitled to do so. This means that if we had a new iPod-killing mp3 player, we would be legally within our rights to reverse engineer iTunes to crack the DRM, and then re-implement the same algorithm in our own player (it would have to be cleanroom reverse engineering of course, but that's for IP reasons, not the DCMA)
2) However, our player must not give the user more rights than the original player. So, we can't provide an option to rip to mp3 for example. All we can really offer is another player, or, at the absolute limit, a convertor that removes FairPlay DRM, and replaces it with ours (or another provider's). The new DRM should provide exactly the same restrictions on copying/transferring of files as the original. The legal eagles tell us that this last bit is really a bit too grey at the moment to be safe, so we would be better off restricting ourselves to just a player.
This of course makes liars of all those people that spread FUD about the DCMA and DRM in general. All DRM is crackable, and the provisions in the DCMA make it legal to do so, if the reason for doing so does not infringe fair-use....
1) If we want our player to be able to read files protected by a competitor's DRM, we are entitled to do so. This means that if we had a new iPod-killing mp3 player, we would be legally within our rights to reverse engineer iTunes to crack the DRM, and then re-implement the same algorithm in our own player (it would have to be cleanroom reverse engineering of course, but that's for IP reasons, not the DCMA)
2) However, our player must not give the user more rights than the original player. So, we can't provide an option to rip to mp3 for example. All we can really offer is another player, or, at the absolute limit, a convertor that removes FairPlay DRM, and replaces it with ours (or another provider's). The new DRM should provide exactly the same restrictions on copying/transferring of files as the original. The legal eagles tell us that this last bit is really a bit too grey at the moment to be safe, so we would be better off restricting ourselves to just a player.
This of course makes liars of all those people that spread FUD about the DCMA and DRM in general. All DRM is crackable, and the provisions in the DCMA make it legal to do so, if the reason for doing so does not infringe fair-use....
aeneas07
Oct 6, 11:46 AM
Getting back to the actual advertisement. What self-respecting advertising professional would use someone else's tagline like that.
I had a few friends watching the football game (where we saw the ad) and half of them thought it was an iphone commercial because they were only half paying attention and heard "there's a map for that".
Pretty shoddy work in my opinion.
I had a few friends watching the football game (where we saw the ad) and half of them thought it was an iphone commercial because they were only half paying attention and heard "there's a map for that".
Pretty shoddy work in my opinion.
rdowns
Apr 21, 12:05 PM
Could have been worse guys, they could have put in a Facebook "Like" button. :D
Chundles
Nov 27, 06:09 AM
We're getting some sort of event down here in the big brown dry burning land on Friday - only three days to go till I find out if I can finally replace my 3G iPod and now that I'm back to earning real money again I might grab a few little accessories...:D
No comments:
Post a Comment