Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Almost Famous? (Score 1) 164

Fable is by Lionhead Studios, home of longtime auteur game designer Peter Molyneux, who has a tendency to promise the Earth and be ultimately be crippled by his own ambition (see the big fat broken monkey-fest Black & White). During the development of Fable, for example, it was promised to have features like rival NPC characters, plants growing in real time, and a system wherein your every slightest choice and action changes your appearance and the world around you. What we ended up with was a buggy action RPG with a great big stiffy for itself.

-- Yahtzee Croshaw

Comment Re:Hmmm... (Score 3, Interesting) 983

I had only hard of LTO tapes quite recently, and I did a very tiny bit of poking around. The latest generation is LTO-6, whose tapes can hold 2.5TB each (uncompressed). The tapes themselves are quite modestly priced -- an LTO-4 tape cartridge (800GB uncompressed) costs about $30 each.

The drives, however, are not cheap. New drives appear to start at around $1200. Used drives are all over the place -- I've seen some on eBay with an opening bid as low as $350. Also, all LTO drives appear to have either an LVD SCSI or a SAS interface, which means you'll also need a controller card. There appears to be no such thing as a SATA LTO drive.

Plus you get to re-live all the joys of selecting tape vendors, and placing bets on whose tapes are going to last for 20 years.

Comment Re:Bullshit! (Score 1) 295

Mmmm, nope. I'm still seeing ludicrously sluggish behavior on some pages (some of Jira's pages, and on some of Freescale's discussion fora).

Browser: Chrome 33.0.1750.146
OS: Linux Mint 15 ("Olivia"), kernel 3.8.x
GPU: Intel i965
OpenGL Version: 3.0 Mesa 9.1.7

Mind you, if I only turn on HW acceleration in the advanced settings panel, GMail runs sluggishly. If I also then enable your software rendering override, then GMail appears to run normally, but in both cases I still get the sluggish Jira pages. I've no idea what Jira's doing that would run so slowly.

Comment Re:Stop Being Something Your Not (Score 1) 423

Here ya go: http://www.electronicplus.com/

It's a family-owned and -operated business, with a single retail presence in San Rafael, CA. I used to have a part-time job there when I was in high school. That was (*gah!*) 30 years ago. They're still in business.

There was a Radio Shack in town, too, but you only went there for the pre-fab project kits and the free battery. (And the TRS-80 computers, if you were in to those.)

Electronics Plus's prices are nothing to write home about. But their selection is Z0MG!!1! Where did they find all this stuff?!? The only places you'll find an equally astonishing variety of things is HSC and Weird Stuff Warehouse (and maybe Fry's).

Comment Re:I'm surprised ... (Score 2) 79

Gratuitous plug for my YouTube "Let's Play" playlist.

All the videos I've compiled and uploaded to YouTube have been made using Kdenlive. I don't labor under the notion that it's perfect, but I found it much better and more accessible that anything else I tried.

Kdenlive's most annoying bug at the moment is that the sound in the final compiled video will sometimes drift, i.e. in an hour-long video, the sound will start off in sync with the video but, by the time you get to the end, it's as much as 1.5 seconds off. This drift does not appear when playing back in the editor timeline; only in the final compiled video. I have not been able to reliably reproduce this issue for the developers, nor do I have a notion of what triggers it. Once it appears in a project, it's there and you can't get rid of it. It's possible it's an issue with MLT (the library on which Kdenlive is built) but, again, I haven't isolated the issue.

Other than that, it's worked very well for me. Even on those occasions when it has crashed, it has never destroyed my work; just re-launch and pick up from where you left off.

If something better came along, I would jump to it without much thought. But I haven't found it yet. I'll give 'pitivi' another look, but it looks as if installing it into my generic Debian system will be a pain (v0.92 is only available in the 'experimental' repository).

Comment Re:quite the news flash... (Score 1) 118

I was the CEO of a company that sold ringtones and MP3s a la carte for mobile devices. When you added up (1) the licenses paid to record labels, (2) the fees paid to mobile operators for payment processing, and (3) publishing royalties, it was something like 120% of the retail price for the content. So, umm, not a really scalable business model.

I find this fascinating, especially given that the prices charged for ringtones were pure usury. I wonder if you'd be willing to relate a more detailed story of what you were facing.

Comment Re:not fast enough for this tiger (Score 3, Insightful) 338

15 years ago, nobody "needed" broadband. Dialup was, "good enough."

Today, try doing anything other than text-only email over 56Kb dialup.

Broadband uptake enabled a new class of Internet sites and services. Google is betting that history will repeat itself by kicking speeds up by two orders of magnitude. It also has the beneficial side-effect of lighting a fire under AT&T's slothful ass.

Also keep in mind that GFiber offerings are symmetric. That means you get to upload your photos and videos at 1Gb/sec as well, and not through the 768Kb straw that DSL and cable providers decided was "good enough" for consumer-class Internet.

Comment .NET Updates Clobber My System (Score 4, Interesting) 413

I couldn't tell you why, but I haven't (yet) observed the described behavior on my XP system. The auto-updater ususally settles down in a matter of minutes.

No. In my case, it's trying to apply the .NET updates that completely murders my system. Apparently MS wants a gigabyte or so of free disk space on C:\ (and nowhere else) or the update will fail miserably. As it happens, my system partition has about 200MB free space, so the update disappears down a rabbit hole and never completes.

I used to think it was because it needed a bunch of temporary disk space, so last night I changed the TMP and TEMP environment variables to point to a volume with tons of free space, rebooted (because, you know, it's Windows), set just one of the several .NET updates running, then went off to see The Hobbit. When I returned some three hours later, the update had hung, the disk was idle, C:\ had zero bytes free, and the system log was corrupted.

Honestly, I don't know why anyone continues to be surprised by Redmond's rank incompetence...

Schwab

Comment ZFS is Not a Panacea (Score 1) 321

FreeNAS and ZFS are indeed awesome. But before y'all go installing FreeNAS on some spare hardware and think your problem is solved, you need to be aware that ZFS is not a panacea. You can't just drop it on Any Old Box with default settings and expect it to magically keep your data safe unto perpetuity. You need to pay attention to what you're doing.

Some highlights:

  • ZFS's design requires RAM to be perfectly reliable, or at least report imperfections. Undetected bitrot in RAM can and will destroy your entire ZFS pool. Thus, a machine with ECC RAM installed is a requirement.
  • As if that weren't enough, ZFS eats huge amounts of RAM. The current guideline is 1 GiB of RAM per TB of disk spindles, with 8 GiB as a practical minimum.
  • ZFS assumes it has perfect knowledge of disk writes in-flight, and as such doesn't play well with RAID controllers, which can silently re-order writes. If your machine has a RAID controller, the RAID features should be turned off. Don't worry, ZFS has its own RAID features. However:
  • Because drive densities are now approaching drive error rates (10**13 bits of storage, with manufacturers quoting uncorrectable errors every 10**14 bits read), ZFS RAID-Z1 is no longer considered sufficient to ensure storage integrity, and you should plan for RAID-Z2 (two parity drives).
  • For the same reason as turning off RAID, a "production" FreeNAS/ZFS installation should not be run in a virtual machine. It's okay if you're just test-driving it to get a sense of what it can do, but a live system should run on actual hardware.
  • Using ZFS's de-duplication feature is officially discouraged. It may seem like a great idea, but it will gobble all your RAM and return very little benefit. On average, you're better off using compression.

When ZFS dies, it dies in a big and fairly comprehensive way, and ZFS will die if you under-provide it. In any event, you should RTFM before contemplating a build, and know the trade-offs you're getting in to.

Schwab

Comment Re:Megahertz myth and the 6502 (Score 3, Interesting) 179

I don't have time to correct all the errors in the parent post. So very briefly:

  • The 6502 had three 8-bit registers: A, X, and Y. A was the accumulator, and received the result of all arithmetic operations. X and Y could hold temporary data, arithmetic operands, and be used as index registers for memory load/store. There was also an 8-bit stack pointer register, SP, hard-mapped to the range 0x0100 - 0x01FF.
  • The 8080 had the 8-bit registers A, B, C, D, E, H, L, and a 16-bit stack pointer. In addition, the registers B & C, D & E, and H & L could be used to hold 16-bit quantities for some instructions.
  • The Z80 had all the registers of the 8080, plus a shadow copy of the registers for quick use by interrupt service routines.
  • The 6502's zero page (0x0000 - 0x00FF) got special treatment by the CPU, using only a single byte to address a location. As such, zero page usually got treated by software as a pile of "slow registers."
  • No instruction on the 6502 executed in fewer than two clock cycles. The fastest 6502 I ever saw was 2 MHz.
  • By contrast, 4 Mhz Z80 chips were widespread.
  • The Z80 helped popularize dynamic RAMs by containing a very basic DRAM refresh counter. The 6502 had no such thing; DRAM refresh was usually provided by custom logic, usually part of the video controller.
  • S-100 machines had huge power supplies because they had huge numbers of slots (eight or more being common), and had to have enough reserve power for all of them.
  • There was nothing special about the 6502's memory access patterns, and 6502 would get starved out like any other CPU if another device held the bus. On the C-64 in particular, every eight video lines, the VIC would grab the bus for 40 uSecs to fetch the next row of character cells, holding off the 6502 the whole time. This led to all kinds of problems with timing-sensitive operations, and was directly responsible for transfers to/from the 1541 floppy drive to be glacially slow.

Schwab

Comment Re:Fine, just give us back the ThinkPad (Score 1) 106

Agreed. I have a Z61t that is seriously starting to show its age. But the last ThinkPad I will seriously consider buying is the T420, which is no longer made. The current xx30 models (T430, X230, etc.) gratuitously changed the keyboard.

Seriously, Lenovo? You fscked with the ThinkPad keyboard?? The keyboard by which all other laptop keyboards were judged for well over ten years? You just threw that away?

I've been idly looking at "white box" laptops as a possible upgrade avenue, but I have no idea what's going to replace my Z61t. Hell, if I could upgrade its guts to something modern, I'd do it...

Comment ABSO-FSCKING-LUTELY NOT! (Score 5, Informative) 1191

You are forbidden from deploying this design. Dear $(GOD), what the hell is the matter with you? Who told you this was a good idea? Which three-pleat consultant said that this highly technical readership wanted this site to look like a fluffy blog with fscktons of whitespace? How much money did s/he take from you? Have you caught them yet?

For those of you who would rather browse Slashdot without pictures, click the icon at the top right of the story column, and switch to Classic View.

Does. Not. Work.

This is real, pathetically simple, Mr. S:

  • Install Firefox.
  • Install NoScript plugin. Leave at default settings.
  • Surf to your site.

If your site does not operate correctly using this browser setup, --== YOUR SITE IS BROKEN!!==-- Please do not assume that the users on this of all sites are fscking morons who leave their browsers in an insecure state and happily execute just Any Damned Script. You're lucky I'm willing to whitelist fsdn.com, but just who the fsck is rpxnow.com, or ooyala.com?

Scrap the whole damned thing and start over. Better still: Don't start over. It's fine the way it is.

Comment FUD, Microsoft-Style (Score 1) 230

A press release is not a fiber rollout. I seriously doubt they have any genuine plans for an actual fiber roll-out, except possibly to the most lucrative neighborhoods.

Also, this mealy-mouthed "up to 1Gb" sets off my bullshit meter, and leads me to suspect that AT&T are going to try and do this on the cheap. OTOH, GFiber starts at 1Gb, and there's plenty of upside built in to their backbone.

What I would be very careful of is the agreements AT&T manages to strong-arm out of Austin in "exchange" for promsing to think about maybe deploying fiber someday. I could easily see AT&T wresting an agreement that grants AT&T exclusive access for 50 years to municipal poles for deploying new information services (as an "incentive," of course). Oh, and the agreement will have no or an extremely vague performance clause. Once they get that agreement, they can shut out all competitors and then do nothing, or as close to nothing as they can get away with.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...