Messages - gjehle [ switch to compact view ]

Pages: prev1 ... 48 49 50 51 52 [53] 54 55 56 57 58next
261
Living Room / Re: Is firewire better than USB?
« on: June 06, 2006, 08:23 AM »
if you have security concerns, i would choose usb over firewire
afaik firewire devices are directly dma capable and able to address all of your memory resulting in an device you can plug in and dump a RAM image (including but not limited to eg. passwords stored in plain somewhere in memory)
for all i know BSD developers use this to get memory images for debugging after the kernel went into total lockdown

262
lol
that's some funny shit :D

263
Living Room / Ever called shotgun and got into a fight?
« on: June 06, 2006, 07:55 AM »
fear no more!
here are the shotgun rules!

a pretty extensive list of how and when to call shotgun:
http://www.shotgunrules.com/

264
Living Room / Awesome advertising
« on: June 06, 2006, 07:26 AM »
Look at these advertisements, cool idea :D
http://www.hemmy.net/2006/05/19/creative-advertising/

265
it is not so much about speed, as it is about address space (for both, physical and virtual memory)
also, just loading your box full of ram wont help in terms of speedup after a certain point

one main reason this (switch to 64bit) was done is the server market, where you have to address enormous amounts of storage/memory.
another thing is: consumers expect of their software to work with any filesize, you want to open up a 2GB or 4GB file.. well that's not trivial, the 4GB limit of 32bit pointers can be "fixed" using 64bit offsets (slower on 32bit machines) but you can't load that _whole_ thing into your virtual memory, since that one isn't able to address it. no way fixing this without nasty workarounds.

the end-consumer is just used to pay off the development costs by buying high priced CPUs in the beginning.

once the chip manufacturing plant amortised itself and the manufacturers are able to better control power consumption the same chips will be used in embedded systems in a few years.

embedded systems are the real market, not consumer PCs or servers.
after all almost all manufactured processors world wide are used in the embedded market (try to think of something electronic you bought lately that doesn't have a processor (vacuum cleaners have em, your coffee machine of course, the dish washing maschine.. all of em)).
the embedded stuff just limps behind the others by a few years.


it basically comes down to this:

1) the server people needed more address space
2) the consumer is told they need 64bit (a few actually do, very few), and they are willing to pay a high price for the new CPUs, paying off the development (see gamers, they are willing to pay everything)
3) the embedded market will profit from cheap 64bit cores in a few years

Pages: prev1 ... 48 49 50 51 52 [53] 54 55 56 57 58next
Go to full version