Slashdot Mirror


User: big+daddy+kane

big+daddy+kane's activity in the archive.

Stories
0
Comments
137
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 137

  1. Re:Beware journaling on flash. on Which Filesystem is Best for CompactFlash? · · Score: 1

    Plenty of flash specific file systems use journalling, such as JFFS and YAFFS. Having a log structured FS can even provide a simple and intrinsic form of wear leveling. However, if you're using flash hardware such as Compact Flash, which has built in hardware block mapping, you might not want a journaled FS.

  2. Re:A little large for JFFS2, but that is being fix on Which Filesystem is Best for CompactFlash? · · Score: 4, Informative

    YAFFS might be a better choice. It only works on NAND flash memory (but IIRC compact flash is NAND), but should be a bit faster (mounts writes etc) than JFFS2. However, if you're using compact flash (which includes hardware block mapping) you DO NOT want to use a specialized file system. The point of block mapping flash memory is to present the drive as a traditional hard disk, so traditional FS's can be used on it. If you use a specialized (or write heavy) FS on a block mapped chip you'll most likley end up doing more harm than good. Plus, YAFFS in particular requires specific hardware functions of flash chips (such as OOB write access) that are abstracted by the block mapping layer.

  3. Re:Dual boot laptop on Macworld to Bring Updates to Laptop Lines? · · Score: 1

    which would let you use Windows stuff without having to have Windows (which ought to make the computer more secure, in theory) how sweet would it be to make a virus for mac os x that infects a windows installation on a separate partition. it's vernurable even when it's not running!

  4. Re:Slow on Solid State Memory on the Rise · · Score: 1

    Also, most flash drives you'll encounter use FAT32 as their filesystem. FAT32 is terribly inneffcient for flash memory and its awkward block sizes. To use FAT32 on flash memory, a Flash Translation Layer must be used, which allows the OS to see a FAT32 drive but to actually use a more effecient fs on the chip. Though this allows for greater compatibility, it does slow down the overall speed to the chip. If a flash optimized fs such as YAFFS or JFFS were used, performance and efficiency would be much greater.

  5. Good Thing on Guido Goes Google · · Score: 1

    Good thing Google didn't go guido...

  6. Re:What the heck? on Gaim 2.0.0beta1 Released · · Score: 1

    and worst of all is that many of those removed options can be edited through gtk configuration files, lengthening the gap between novice and advanced users. while before a novice could ignore the advanced options and an intermediate user could play around with them, now an intermediate user has to dig around a text file to change it, which advanced users are often more familier with, and the distance between an intermediate and advanced user can be large. maybe a solution similar to the one in vlc would be appropriate? where advanced options are included but hidden behind a toggle switch.

  7. Well that just goes to show... on CNN's Game Over On The 360 · · Score: 2, Funny

    You can flood slashdot with stories about your product but you can't buy out the mainstream media... oh wait

  8. Vatican Rejects Intelligent Design on Kansas Board of Ed. Adopts Intelligent Design · · Score: 1

    This ruling's great, since a large religious angle they'd try to please with this is nullified with the vatican rejecting intelligent design! Some catholics may love the republicans, and Kansas may bea conservative state, but any rationalization for this stating religious motives is bunk.

  9. Re:Flash drives don't last forever on USB FlashDrives The New PC? · · Score: 1

    I thought the same thing, the biggest limitation is probably that A) YAFFS doesn't run on Windows/Mac, really only Linux and embedded operating systems (that's the market it's designed for, not desktop use, though it probably could be adapted). To install it on linux requires root access since it's installed on such a low level.

  10. Re:Flash drives don't last forever on USB FlashDrives The New PC? · · Score: 3, Informative

    With a a proper and flash specific file system the write limit problem is almost non-existant. Wear leveling can allow the memory to last for years. One of the reasons for the semi-crappy performance/dependibility of these flash drives is because they use FAT over a flash translation layer, which uses more writes than nessesary and doesnt include wear leveling. A real flash filing system such as YAFFS is far more robust. The only problem is it requires support in the OS, which isn't included by default in any popular desktop operating system.

  11. Re:it's all just rumor... on Video iPod Oct 12? · · Score: 1, Insightful

    Most people who buy the nano/mini/shuffle etc are people who place fashion over utility, the amount of songs the device can hold is nearly inconsequential, or at most second place. If they're content with at most 2gb of storage, they wont put on a fit over a new device with more space, if they're slow to adopt new trends (eg digital music, assuming they have small libraries to match their small player) then they wouldn't have video to put on a video ipod anyway. Apple is opening up a new market, not pissing on its existing one.

  12. Responsivness on Opera Free as in Beer · · Score: 1

    Yeah there's a clear difference in responsivness. Firefox lags on a fresh install when opening a new tab and displaying the bookmark list. Opera on the same system does both operations near instantly.

  13. Re:Why do this? on Help Beta Test Slashdot CSS · · Score: 1

    Yeah, but does $3,650 cover the expense of a team of web designers or programmers or whatever to redo a site?

  14. Re:Whatever the plan, we need new terms. on Speculation on Real Reasons Behind Apple Switch · · Score: 1

    Mactel... so those apple turned phone carrier rumors are true!

  15. Re:10 free ipods???? on Apple's 500 Million Songs · · Score: 2, Insightful

    just pawn em on ebay, 100% profit which you can pump into songs, or whatever you want.

  16. Re:Flash on Flash Drives in Future Apple Laptops? · · Score: 2, Informative

    theres also yaffs which requires less memory and runs faster on NAND flash chips, which is the type of memory that would be used for that kind of storage. NOR is slower has larger pages, it's usually used as ROM chip.

  17. Re:Just got done watching on Video Reactions to Apple's Intel Switch · · Score: 1

    that way they also avoid making false promises, which can really fuck up your street cred.

  18. off topic on The First Annual Underhanded C Contest · · Score: 0, Offtopic

    but please, keep your hoes in check mf doom is awesome

  19. Re:There is no level field, so OSX can't compete. on Cringley Thinks Apple & Intel Are Merging · · Score: 1

    somehow it seems like apple would do all it can to prevent this. If they limmit the hardware osx runs on now they'd surely do it then too. True its harder to sell osx only to the windows crowd, but if they can offer windows app compatibility with their shiny new intel chips, then they've got a good deal of the market in the bag.

  20. Great for Cross-Platform Games on Mac Game Devs Speak on Intel Move · · Score: 1

    Hopefully this will lead developers to use cross-platform API's for games, so they can run on win lin and mac, more games could be sold bringing in more money and gamers on linux and mac get more games as well.

    I for one disagree with Dvorack on this issue (slightly different article --sorry), it seems like this switch will lead to the development of more cross platform API's, and once that happens itll make the transition off windows even easier.

  21. Intel != x86 on Apple Switching to Intel · · Score: 1

    Just becuase they're switching to intel doesn't mean they're using x86. Intel produces chips from other architectures, such as ARM, though I'm sure you won't see a powerbook packing one of those. Intel could be producing some sort of chip similar to the powerpc.

  22. Re:"BALANCE" to the force means 50% Light, 50% Dar on Review: Star Wars Episode III · · Score: 1

    or the power of the sith is weighted when factored into balance within the force. eg there inherintly exists evil in the force, and sith channeling that evil destroys the balance.

  23. High School Students? on Google Launches Summer of Code · · Score: 1

    Is this program for college students only or can high school students participate as well?

  24. Re:Google Strategy: on Google CEO Talks Business · · Score: 2, Funny

    What are you talking about TROLL???? Their motto is "Don't Be Evil" its not like any corporation goes against their motto!

  25. Re:Great Movie, Bad Star Wars on Review: Star Wars Episode III · · Score: 1

    you idiot! this takes place a long time ago sonagrams weren't invented yet!