Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Had one die twice (Score 2) 510

Had an aftermarket SSD for a macbook air fail twice in 2 years (threw it out and placed an original hdd after that). Both times the system decided not to boot and could not find the SSD.

In both cases I have suspected that the Indilinx controller gave way. This seems mirrored in quite a few cases with the experience of others who had drives with these chips in them.

In an ideal scenario the controller should be able to handle the eventual wearout of the disk by finding other memory cells to write to. Any cells that have been used up should still be readable as well since the floating gates basically have been filled up with electrons and will not allow further erasing.

I guess the main issue right now is the fact that SSDs cant notify the user once things get a bit too worn out. Eventually the controller wont be able to keep up with the useless cells and then might simply no longer respond. Things will only get worse when the cycles go down due to smaller manufacturing processes so that useless controllers in cheap SSDs are more likely to fail

Comment Re:AMD needs some high profile support (Score 0) 252

I think a major issue is that as machines become smaller AMD is unable to keep up with lower power chips, mainly due to their fabs being one or two production steps behind Intel.

Take the macbook air for example. The core i5 used in it runs at a 17 Watt TDP and includes both CPU and GPU. The only comparison from AMD would be (correct me if I am wrong) an AMD Fusion e450 with an 18 Watt TDP. This chip may be cheap but the CPU performance is also significantly lower (Graphics barely keep up). In fact I think its slower than the old Core 2 Duos used in the 2010 macbook air, hence Apple having quite possibly a problem with selling something that is slower and more power hungry in their next product.

Comment Paper (Score 1) 434

Forget Flash memory, the data retention of 10 years won't be enough even if usb ports remain viable in 25 years.

My tip: print your digital data out in hex along with documentation on how to read it out. Be sure to include redundancy among multiple stacks of paper. Oh and make sure the shipping container you use keeps out moisture...

Comment Re:Sennheiser PX100 (Score 1) 448

I recommend the Sennheiser PX 200-II with iphone controls. Closed compact headphones that are still comfortable and have very clear sound. Only thing missing is strong bass but its great for a large variety of music. The reason for choosing the iphone controls is the shoddy quality of the volume control on the normal version (some kind of cheap variable resistor which produces unequal sounds in the headset).

Comment Re:I miss GOTO...there I said it (Score 1) 353

I consider any language which does not have gotos simply crippled.
Gotos are bad if you have retarded labeling systems (coding on a graphing calculator in BASIC *shudder*) or if you jump all over the code like a kid with ADD.
But they are great for things such as nested loops.

Simple example:
I have an array with ten values which I scan through. If a value in the array matches an expression/whatever, the whole loop can be skipped and a small amount of code following the loop (which would be executed by default if the loop fails to find something) can be skipped as well.
With Java you can break out of the loop but you would still need to set some stupid variable etc. in order to ignore the code right after the loop.

Feel free to correct me on this situation. I have been using exactly this for a game I am creating so I think gotos have been very valuable. Then again, I am coding everything in C so there might be OOP equivalents.

Comment Many Reasons (Score 1) 1880

-Consistent Interface (Windows 8 will probably change that)
-No massive Dock to take up valuable space
-Good backwards compatibility (Pretty fed up with OS X Lion breaking things here and there)
-Well supported
-No fumbling around with package managers and incompatible installers
-Driver support
-Relatively bug free
-Applications which run on it

There may be a couple more, Mac OS comes in second place while Linux Distros change too frequently for me to bother choosing one (I used to like Ubuntu until Unity). For Servers on the other hand, Linux is awesome.

Comment Who needs registers (Score 2) 169

You and your fancy registers, I use a specially trained hamster to push buttons depending on the bits it sees on an LED board. And the hamster only taps the buttons in the correct way if fed the correct combination of grains!

Although I am having my suspicions that the little bugger is selling information to the north korean hamsters...

Comment Well... (Score 2) 360

Leaving a clean copy of XP would be my suggestion since you already have the licenses and I reckon the Hardware itself will not likely survive another 2 years (They are Kids after all). But then again that would be too easy so here is another suggestion: Install OpenBSD to provide a solid foundation On top of that install Ubuntu (for an easy to use Linux distro) in VirtualBox, On top of that copy of Ubuntu install Windows XP if the kids need it to run their games In that virtual instance of XP get Firefox to point to jslinux so the kids have something to tinker with if the hardware is not enough spend some money for some more RAM

Slashdot Top Deals

"May your future be limited only by your dreams." -- Christa McAuliffe

Working...