What I find interesting is that most people who earn certificates and then place all those acronyms after their name are the ones that have difficulty adjusting to the real world. Critical thinking is more important than certificates. Most certifications teach you a specific way to do things and not to go off the rails.
Test cases have little to no place in Agile development. They are the finest example of waste. I know that a lot of places still feel that more test cases equals better quality, that is clearly not the case. Quality is derived from process, which can involve test cases, but again test cases are very inefficient at catching and preventing bugs. I have evaluated multiple solutions and they are all lacking.
While I do advocate some Scenario based testing, which usually are a single line like "Can you place an order", traditional test cases are convoluted and difficult to maintain. Google advocated test tours and ACC (Attribute - Component - Capability) testing that is very efficient, but still can be difficult to maintain. I believe the product owners should maintain the ACC Matrix, but they are too busy dreaming up new ideas. My teams have been using Google Docs for 3-4 years to track scenario based testing, while not perfect it gets the job down, is lightweight, multiple people can be in there, and just gets the job done.
The time would be better spent creating repeatable automation, through unit tests or functional testing solutions like Selenium. I am hoping in the next year or so to move all testing away from manual and just use automation. Get automation plugged into a Continuous Integrated system, so it runs all the time.
Source: Quality Engineering Manager -- Test Early, Test Often and Test What Matters
Wrong. They will demand your personal email password (since it is tied to G+) and your slashdot password and your ftp server password and your webhosting password. It is a slippery slope.
I actually own a Fuelband, unlike to poster and the original story. It is basically a pedometer, sensing motion, nothing else. No or any other thing to guide them to my house. It sends information to the cloud, but has a lot less info than facebook. You can actually sign up for an account its free and see how little is actually stored. I be more worried about the data on my phone or in my wallet, both which will lead someone to my house, than on this thing.
Have 2 ATV with XBMC running on them with Bluehosts plugins. Can stream Hulu and many network shows straight from the internet most at HD. There are ways to use sickbeard and usenet to get shows automatically but I hardly ever need to. When the networks change protocols to break my setup, I go back to using sickbeard, till the great devs get the codec working with the new protocol. Been using this for 18+ months and have no plans on going back,
Doesn't Time Warner control the software on their DVRs? Can't they just disable that feature? It seems impossible to disable FF feature on all the different types of DVRs out there (like MythTV) through some magical embedded code. It must be some feature of the codec.
Skimmed through the patent and all I can figure out is that our master profile stays the same, but you will have a bunch of fake ones. This does not give you a whole lot of privacy to the user since you are still tied to the master, but makes it harder for facebook/google to created targeted ads and make it harder for someone to find the real you. Unless you are actively using all these clones then Big Brother is going to know who you are. Next there will be a patent to filter out these clones.
1) Microsoft Office - If you are going to go with Poor UI below the Ribbon change would be the same. LibreOffice, like it better than MS Office, I even installed on many people machines and the majority like it better. Only tools use Powerpoint.
2) Games - I agree, but I play all my games on PS3
3) Poor UI - Unity is OK, its growing on me. Use Windows 8 then come back about Poor UI (WTF happened to the start menu)
4) Package - Ubuntu has this beat, the add/remove programs is awesome, its like the app store on mac. You give a poor example of the old RPM days, which was a pain, but have not had issues for ever. The majority of people will never venture past the default repos.
5) Standard Config - the.folder system is great, super easy to migrate. But I beat you think windows registry is a good idea.
While you are correct in theory, the ability to defend ourselves from our country is important. I may not have a tank, but I could probably stage an ambush with the equipment I have and hopefully recover a vehicle. Or I could break into the motor pool and steal one. Or someone driving the tank could defect.
This could be big. If Google, Samsung, HTC and Sony team up for team Android, their portfolio will be rock solid. Apple, Microsoft, Nokia, etc, will be having a hard time leveraging patent war against them.
Google could lock out the other partners, but they are all making some great hardware and you know Apple/M$ are scared with all the recent lawsuits. The more Android devices they more revenue is being generated for Google.
Is the 1.6 the average? In Europe most cars are under 1.6l, and many are diesel averaging over 50MPG.How many trucks, SUVs, and other large vehicles do you see on the road here?
I would probably pay 2-5 each channel, if allowed to stream what ever show whenever I wanted, with no commercials. I think I watch only 4-5 stations on a regular basis so I figure it will run about $20-30 a month. Maybe even offer a discounted commercials included option.
The issues with rewind/fast forward is due to the container of the video. Many codecs only support going forward and not reverse. XBMC now handles this a little nicer having a 30 second back instead of 4x rewind.
XBMC frontend and Myth (plus many others) DVR backend can be ran on the same box. It is just not an off the shelf solution. I think most vendors will stay away from offering this $800+ dollar option when most cable/sat/Tivo offer it for less than $20 a month. I am in the same boat, thinking about dumping cable and building out a Myth DVR backend up stairs (about $600) to stream content to XBMC (ATV) front ends. But I think I am going to drop that since most the shows I care about I can stream off the net, with XBMC or Plex.
The roku interface felt clunky compared to the ATV, streaming quality was probably about the same, but I feel the ATV queues it up faster. I have Netflix on PS3, Wii (standard def), Xbox 360, and ATV. ATV interface is the best, PS3 and 360 are about the same, but I tend to use the PS3 more (hooked up to the same TV).
I fee this is a good combo. Been running it for over a week, with plugins can stream network channels, HULU (Plus and regular) and the ATV netflix is better than the roku one. For $99 I think it is a steal. I regretted purchasing the Roku about 15 minutes after hooking it up, not the same with ATV2 w/XBMC.
The Boxee streaming 1080p is a little deal, but most TVs when you are viewing over 8-9 feet it doesn't matter. I looked at the boxee, but the lack of content swayed me away.
I thought only people who couldn't afford to use iPhone purchase Android.
ATV does not support 4k. It uses HDMI 1.4 "The Future of Televisions is here" and it is 1080p without HDR.
Wouldn't be easier (and better) just to make Edge a Chromium browser?
What I find interesting is that most people who earn certificates and then place all those acronyms after their name are the ones that have difficulty adjusting to the real world. Critical thinking is more important than certificates. Most certifications teach you a specific way to do things and not to go off the rails.
DRM is needed still. Someone has to pay politicians.
This makes it so much easier for me. I can now just store Passwords, Credit Card Numbers, and PI in plain text.
Test cases have little to no place in Agile development. They are the finest example of waste. I know that a lot of places still feel that more test cases equals better quality, that is clearly not the case. Quality is derived from process, which can involve test cases, but again test cases are very inefficient at catching and preventing bugs. I have evaluated multiple solutions and they are all lacking.
While I do advocate some Scenario based testing, which usually are a single line like "Can you place an order", traditional test cases are convoluted and difficult to maintain. Google advocated test tours and ACC (Attribute - Component - Capability) testing that is very efficient, but still can be difficult to maintain. I believe the product owners should maintain the ACC Matrix, but they are too busy dreaming up new ideas. My teams have been using Google Docs for 3-4 years to track scenario based testing, while not perfect it gets the job down, is lightweight, multiple people can be in there, and just gets the job done.
The time would be better spent creating repeatable automation, through unit tests or functional testing solutions like Selenium. I am hoping in the next year or so to move all testing away from manual and just use automation. Get automation plugged into a Continuous Integrated system, so it runs all the time.
Source: Quality Engineering Manager -- Test Early, Test Often and Test What Matters
Wrong. They will demand your personal email password (since it is tied to G+) and your slashdot password and your ftp server password and your webhosting password. It is a slippery slope.
I actually own a Fuelband, unlike to poster and the original story. It is basically a pedometer, sensing motion, nothing else. No or any other thing to guide them to my house. It sends information to the cloud, but has a lot less info than facebook. You can actually sign up for an account its free and see how little is actually stored. I be more worried about the data on my phone or in my wallet, both which will lead someone to my house, than on this thing.
This is a stab at Apple, all there products Say "Designed by Apple in Califronia"
Pretty sure apple has that phrase copyrighted so there will be some litagation if used.
And for the record Google is downplaying the Made in the USA tag, probably to avoid these types of arguments.
Have 2 ATV with XBMC running on them with Bluehosts plugins. Can stream Hulu and many network shows straight from the internet most at HD. There are ways to use sickbeard and usenet to get shows automatically but I hardly ever need to. When the networks change protocols to break my setup, I go back to using sickbeard, till the great devs get the codec working with the new protocol. Been using this for 18+ months and have no plans on going back,
Doesn't Time Warner control the software on their DVRs? Can't they just disable that feature? It seems impossible to disable FF feature on all the different types of DVRs out there (like MythTV) through some magical embedded code. It must be some feature of the codec.
Skimmed through the patent and all I can figure out is that our master profile stays the same, but you will have a bunch of fake ones. This does not give you a whole lot of privacy to the user since you are still tied to the master, but makes it harder for facebook/google to created targeted ads and make it harder for someone to find the real you. Unless you are actively using all these clones then Big Brother is going to know who you are. Next there will be a patent to filter out these clones.
1) Microsoft Office - If you are going to go with Poor UI below the Ribbon change would be the same. LibreOffice, like it better than MS Office, I even installed on many people machines and the majority like it better. Only tools use Powerpoint. .folder system is great, super easy to migrate. But I beat you think windows registry is a good idea.
2) Games - I agree, but I play all my games on PS3
3) Poor UI - Unity is OK, its growing on me. Use Windows 8 then come back about Poor UI (WTF happened to the start menu)
4) Package - Ubuntu has this beat, the add/remove programs is awesome, its like the app store on mac. You give a poor example of the old RPM days, which was a pain, but have not had issues for ever. The majority of people will never venture past the default repos.
5) Standard Config - the
Why didn't college teach me Lying 101 and 102?
Those are MBA levels courses
While you are correct in theory, the ability to defend ourselves from our country is important. I may not have a tank, but I could probably stage an ambush with the equipment I have and hopefully recover a vehicle. Or I could break into the motor pool and steal one. Or someone driving the tank could defect.
It is about having something as a starting point.
This could be big. If Google, Samsung, HTC and Sony team up for team Android, their portfolio will be rock solid. Apple, Microsoft, Nokia, etc, will be having a hard time leveraging patent war against them.
Google could lock out the other partners, but they are all making some great hardware and you know Apple/M$ are scared with all the recent lawsuits. The more Android devices they more revenue is being generated for Google.
Read the parent, he included lost wages. $200,000 seems about right.
Is the 1.6 the average? In Europe most cars are under 1.6l, and many are diesel averaging over 50MPG.How many trucks, SUVs, and other large vehicles do you see on the road here?
I would probably pay 2-5 each channel, if allowed to stream what ever show whenever I wanted, with no commercials. I think I watch only 4-5 stations on a regular basis so I figure it will run about $20-30 a month. Maybe even offer a discounted commercials included option.
The issues with rewind/fast forward is due to the container of the video. Many codecs only support going forward and not reverse. XBMC now handles this a little nicer having a 30 second back instead of 4x rewind.
XBMC frontend and Myth (plus many others) DVR backend can be ran on the same box. It is just not an off the shelf solution. I think most vendors will stay away from offering this $800+ dollar option when most cable/sat/Tivo offer it for less than $20 a month. I am in the same boat, thinking about dumping cable and building out a Myth DVR backend up stairs (about $600) to stream content to XBMC (ATV) front ends. But I think I am going to drop that since most the shows I care about I can stream off the net, with XBMC or Plex.
The roku interface felt clunky compared to the ATV, streaming quality was probably about the same, but I feel the ATV queues it up faster. I have Netflix on PS3, Wii (standard def), Xbox 360, and ATV. ATV interface is the best, PS3 and 360 are about the same, but I tend to use the PS3 more (hooked up to the same TV).
Look up Bluecop plugin, it is amazing and works well. You have to send the zip to the ATV to add the repository.
http://forum.xbmc.org/showthread.php?t=79148
I fee this is a good combo. Been running it for over a week, with plugins can stream network channels, HULU (Plus and regular) and the ATV netflix is better than the roku one. For $99 I think it is a steal. I regretted purchasing the Roku about 15 minutes after hooking it up, not the same with ATV2 w/XBMC.
The Boxee streaming 1080p is a little deal, but most TVs when you are viewing over 8-9 feet it doesn't matter. I looked at the boxee, but the lack of content swayed me away.