Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Samsung has Stupid TVs as well. (Score 1) 330

Dam it got rid of the new lines. (I will try typing). Service Menu Code For Samsung TV: There are many codes available for accessing service menu in various Samsung TV models.

You can try following codes one by one until you get access to service menu:

Mute + 1 + 8 + 2 + Power
Display/Info + Menu + Mute + Power
Display/Info + P.STD + Mute + Power
P.STD + Help + Sleep + Power
P.STD + Menu + Sleep + Power
Sleep + P.STD + Mute + Power
You can press Channel Up/Down buttons to navigate between available options. To change their values, press Volume Up/Down buttons.
Be careful about certain options - you can change things that could do nasty things to your TV.

Comment Re:Samsung has Stupid TVs as well. (Score 2) 330

It is usually different for different model groups. For samsung it is probably one of the following: "Service Menu Code For Samsung TV: There are many codes available for accessing service menu in various Samsung TV models. You can try following codes one by one until you get access to service menu: First power off your TV using the remote, then press following buttons quickly on the remote: Mute + 1 + 8 + 2 + Power Display/Info + Menu + Mute + Power Display/Info + P.STD + Mute + Power P.STD + Help + Sleep + Power P.STD + Menu + Sleep + Power Sleep + P.STD + Mute + Power You can press Channel Up/Down buttons to navigate between available options. To change their values, press Volume Up/Down buttons."

Comment Samsung has Stupid TVs as well. (Score 2) 330

For each "SMART" TV they typically have the same model with none of the "SMART" features for cheaper. I don't need or want any of the smart features, so I never buy Samsung's SMART TVs but I have bought the non-SMART equivalent. Many people seem to think ahh a "SMART" brand TV for more money and don't realize that they are paying for "SMART" features that they never had plans to use. SMART just sounds like a better TV.....

Comment Safer never to use GOTO (Score 1) 677

If you feel you "need" to use GOTO to make things easier, then you should take a second look at your code and invest a little time figuring out how best to reorganize your code. GOTO gives an easy out for lazy programmers who don't want to invest the time to give a little thought on how they programmed themselves into said box. In my 25 years of software development, I have never found a situation where the use of GOTO would produce better code than putting a little thought into your code.

Comment Google+ has better communities... (Score 5, Insightful) 210

I find the "communities" better on Google+, but all my friends post there normal stuff on facebook. I find the technical forums (the few that I am a member of) are asking a newbie question (nothing really interesting) like how do I print a number..... when it is facebook, but much more interesting communitie tech posts on google+.

Comment Re:10 Years Can Be A Long Time (Score 5, Insightful) 332

I have to disagree with your analysis. Phone and tablet is more of a consumption device or a multi-media menu system, but it is not going to displace the computer - just give more options (computer is more of a work instrument - i.e. creation rather than consumption). The reduction of prices since I started using personal computers (my first one bought by my father was an IBM PC DOS 1.1 machine for $6,400 which included a 20% discount (2 floppy drive, electrohome cga monitor and a crappy dot matrix). Now with the lower prices, I have an iphone, tablet, and personal computer all for a fraction of the price. Each serves a purpose. I don't really want a device to try to be all things to all people and do nothing great. I do want my devices to work together seamlessly (cloud is the first step). I find a tablet works great for reading, some browsing and watching videos and maybe menu entry -- but it would kill me to have to sit in front of one trying work with it. I sit far enough away from the computer that having a touch interface is a hassle. You can make an operating system that is the same for all devices (if they are powerful enough) but the user interfaces should not all be the same since you don't use them all the same way. That is why Microsoft has had such problems with adoption with Windows 8. If I want lots of functionality and a large screen - I will use my computer -- not a tablet.

Comment Re:Cloning a failure would be a failure.... (Score 1) 252

$1.7 Billion Dollar loss. Surface (even subsidized) is still not selling well, they have managed to get a few countries to stock-out on introduction by keeping the supply very low. Probably a good thing because if they supplied more the loss would be greater :o That is what I call a failure. Expect Microsoft to exit the "Surface" hardware market soon.

Comment Cloning a failure would be a failure.... (Score 4, Insightful) 252

Cloning something a failure like Surface seems silly, if you're going to clone something clone something that is a success in the marketplace. If I want a table, I will buy an iPad - it works nicely as a consumption device. If I want to do a little more work, I will buy a Macbook Air. I don't really need a touch screen, in fact I find it a little annoying having fingerprints all over the screen. I also tend to sit back when using the computer and having to lean forward to touch the screen is actually more effort than just using my mouse. Call me old fashioned.... but I don't find it an improvement in usability when it comes to working on a computer. It works nicely when you are using an iPad and reading a book or watching a video.... Two different user interfaces in one machine is not useful to most.

Comment Re:Not because of the Health-care system (Score 1) 221

The waiting list for the MRI once it was deemed necessary would not have been 8+ months though. One of the professional teams (think it was the Maple Leafs) offered to buy 3 MRI machines for 3 hospitals around Metro Toronto and the cost of staff - with the caveat that if their player gets injured -- they have priority.... Ontario Health said it was not possible... so they bought only one for the dressing room and no-one else had access to it.

Comment Not because of the Health-care system (Score 1) 221

The health-care system works perfectly as long as you don't need something special or new (so new advances are often not available because of cost). I had a torn knee cartilage and it took many many months before I gave up and "jumped the queue" to have an MRI done in Buffalo for $450 (the day following the appointment). They schedule cheaper "tests" first, then after those failed to find anything they scheduled an ultrasound.... I asked what the doctor expected to find - he told me nothing but he had to schedule it first before more expensive tests..... after a couple of months in different queues I was getting a little impatient.... I asked if they could schedule the MRI now since their was a long queue for it and cancel it if not needed -- he told me no.... I had to come back with a negative on the ultrasound before the next test was scheduled -- and the queue for the MRI was at least 8 months at the time. That friday I called up a clinic in Buffalo and asked the cost and when they could schedule me.... they said.... tomorrow and $450.... I jumped, if I was waiting on the Canadian Healthcare system for my knee - I would probably still be waiting. 90% don't need it for anything more than the odd consult and for those 90% it works perfectly....

Comment Learning a language is easy; but a paradigm is not (Score 1) 511

Learning a language is easy, but learning a paradigm is not. I usually pick up a language in a matter of days and can program fairly competitively pretty soon.... but I found that most developers that came to Java programmed how they did before because they failed to grasp the paradigm that the language was designed for. Programmed in Java for 15+ years, but prefer programming in Scala over Java. Java ecosystem is scattered with "advancements" that only later did we learn was holding us back. I am sure Scala will eventually be the same way. I found that moving to Scala with it's full support of object-oriented paradigm and full support of functional paradigm has allowed me to produce cleaner more concise code.

Slashdot Top Deals

Understanding is always the understanding of a smaller problem in relation to a bigger problem. -- P.D. Ouspensky

Working...