<![CDATA[Comments from geowrian]]> <![CDATA[Comments from geowrian]]> <![CDATA[geowrian commented on 52-Inch Sharp Aquos HDTV for $38.45 (Or Not Really)]]> It's not just a legally binding agreement since I offered to purchase the TV as a certain price and they accepted, but I even got confirmation emails for every item and expected delivery dates. Amazon's order tracking system says my "shipment", not "order", (once the seller confirms the order, the order status changes it's wording) will arrive between this week and next. Once a seller confirms an order, it must be honored in accordance with Amazon's rules. If they use an automnated system to confirm orders, it's their liability.

Are they going to ship out thousands of TVs for practically nothing? No way...it's not possible. However, something has to happen to that store is guaranteed to go out of business once it goes from >90% positive ratings to <50% positive ratings. They seem to be a heavily Amazon.com dependent store, and there is no way they will be able to continue to sell on Amazon.com with that kind of feedback. My guess is a few (early) people might get a TV or something else, a bunch will get coupons or discount codes, and the rest will get canceled. I think this will allow the company to stay in business. Either that or Amazon.com helps them out, but I doubt their management or shareholders will support anything that helps a seller's error in a large financial magnitude. As stated previously, Amazon.com should cover the first thousand or so of the orders and film the purchasers getting their orders as a promotion...awesome press and it's cheaper than a national TV commercial campaign.

]]>
<![CDATA[geowrian commented on Adapter Uses Six SDHC Cards For Voltron-Like DIY SSD Drive]]> @eppatat: Sounds good, but there are a few problems with this design for that:

1) Each device does take more power...just packing as many in as possible only works up to a point. I *think* you would be safe in a PCMCIA or ExpressCard slot, but it *could* be a problem.

2) In this setup, the cards are treated as a single drive via a background RAID-0 setup. If even one device has a problem, the data on the entire drive (all cards) can easily be lost. Flash memory is reliable, but it's not nearly 6+ times more reliable than conventional drives.

3) As per #2, you can't just remove individual cards or else you lose the data on all the cards, and the removed card has no usable data on it in the new machine (i.e. it needs to be formatted before it can be used).

]]>
<![CDATA[geowrian commented on Dealzmodo: $100 Off Xbox 360 Elite]]> Follow-Up: It's has a Benq (flashable) drive, despite the reports that they were all Lite-On (unflashable) drives. At least something good came of this.

]]>
<![CDATA[geowrian commented on Ancient AMD Athlon 64 Beats Intel Atom While Using Less Power]]> @Fourthletter: No it doesn't support SSE3 or SSE4, but they are extremely rarely used in any typical user application. Only a very small handful require them. It'd be nice to have more SSE supported added to the chip, but I don't think it's worth putting the $$$ into.

]]>
<![CDATA[geowrian commented on Dealzmodo: $100 Off Xbox 360 Elite]]> Got mine today...

1) No packing material in the box, so the box is dented all over.

2) It's an unlabeled refurb. The box is the "Go Pro" set, which stopped production very early this year. The label on the box indicates that it was made last year. However, there is another label (sticker) over the label on the box that indicates it was made in late April. In other words, it was made last year, sent back to MS (prob for repair), then repacked into a new box and is being sold as new, not refurbished. This is an outright lie.

3) Since it was actually made last year, it doesn't have one of the newer motherboards, so it has the much higher risk of RROD.

4) Since it's a refurb, it has an even greater risk of RROD than a new system.

Dell - don't misrepresent your items.

]]>
<![CDATA[geowrian commented on Adapter Uses Six SDHC Cards For Voltron-Like DIY SSD Drive]]> @chooby: Very well said and I completely. I love this adapter and wish I had the money to get it myself to try out. I still think the number of writes is far too low for intensive, or even typical prosumer usage, but the ability to swap out the bad parts is great if you are looking for a "performance" device (i.e. something that is very regularly backed up and/or only stores data that can easily be restored or recreated or doesn't matter if it gets lost). I'm not pro-SSD, but I like this device if it gets marketed in a way that tells users the advantages and disadvantages.

]]>
<![CDATA[geowrian commented on Adapter Uses Six SDHC Cards For Voltron-Like DIY SSD Drive]]> @geoelectric: I understand where yuo are coming from. However, I would note a few things...

1) You are 100% correct that the rotation/translation is done at the hardware level. However, the flash drives that are most readily available do not do this. Well...let me rephrase that. I have not heard a reliable news source say they do, and this, in my opinion, critical feature is not advertised anywhere on the box of any flash-based drive I've seen. I could just be behind the times...I would love that to be the case. If you know of any reputable source that says otherwise, I would be more than glad to read it.

2) The "summary" features of XP and Vista, by default, tells Explorer to pull data from the metadata of all file types. This includes things like comments, audio/video bitrates and play length, etc. In order to do so, it has to access the file, which triggers the Last Accessed date/time to be updated. As a side note, you can disable the write part of this via the fsutil utility. Also, you are correct that this applies to the MFT of NTFS volumes.

3) I'm not anti-SSD. I know you never claimed I was, but I just felt the desire to state that. SSDs have their place, but I think the current state of SSDs is way too hyped up and people are buying into them without understanding the drawbacks. Companies are trying to sell SSDs to people without telling them the disadvantages, and that's a recipe for disaster that hurts the whole SSD market.

]]>
<![CDATA[geowrian commented on Adapter Uses Six SDHC Cards For Voltron-Like DIY SSD Drive]]> @eben: That's partially correct. SSDs like those used as the primary HDD do have the rotating algorithm to help spread out the writes. However, the problem is the FAT table or MFT (if using NTFS)...any change to any file on the volume causes a write on these sectors, which are always in the same spots by design. A new filesystem would need to be implemented in place of FAT or NTFS would be needed to avoid this issue. In Linux, this is possible, but in Windows, there haven't been any announcements of plans to do this. Even the rumored WinFS wasn't going to deal with this issue. And you can't always relocate bad areas...some areas are restricted, such as sector 0, which is critical. Anyways, for big files, they're fine, but for small files that are often being modified, it's a real concern.

Also, the date last accessed timestamp on every file is updated whenever you even display the file in Explorer, by default. Just viewing your files will cause multiple writes in the FAT/MFT sectors.

As for the amount of time before this is an issue, I've seen quite a few USB flash drives reach their limit within a year or two, only being used with small files. This is especially true when working with many backup and temp files. What happens is the sectors that contain the FAT (or MFT) can not longer be overwritten, so it says the device is full even though you may have several GB left of unused space. You can't even rename the files. Erasing a file that has it's record in a different sector (no matter how big/small) allows the new file to be saved without an error. It's weird, and maybe you have to see it to believe it, but it's happened for a few of my customers when I was a tech.

]]>
<![CDATA[geowrian commented on Some Insight Into Apple's App Store Rejections - No Rumble For Force Feedback]]> I have nothing against the rules that are reported here, but Apple needs to disclose the rules, or at least guidelines. You want the toolbars on top? Then say so. Saves me the time of redoing part of my app, and saves Apple the time of reviewing the app twice.

]]>
<![CDATA[geowrian commented on Has Comcast Lowered Their Monthly Usage Limits?]]> Unlimited isn't actually unlimited, and that's fine. It's unlimited as long as you are not disrupting the network. However, the system going slower as people use it more is the4 design of the network, not a disruption. DoS/DDoS attacks and such would be a disruption of the network. Trying to put your own traffic above others would be a disruption of the network. Watching lots of video clips and movies that you purchased is not a disruption. It shouldn't matter if you use 10GB, 40GB, 200GB, or more if you are not disrupting the network. Unfortunately, ISPs seem to believe that they are the sole determiners of what is a "disruption" and have the power, along with a monopoly so you can't go elsewhere.

]]>
<![CDATA[geowrian commented on Footprint Fireworks Were Faked into Olympics Opening TV Show]]> Yes it was fake, but it was also real. They tried to make home viewers happy with a show, while providing the actual performance for the live viewers. I don't like China, but this was a good call on their part.

]]>
<![CDATA[geowrian commented on Adapter Uses Six SDHC Cards For Voltron-Like DIY SSD Drive]]> @PigVenus: That's correct. Actually SSDs that you woudl find that are designed as the main HDD for a computer have many times the write cycle (but I think it's still far too low to be usable over time).

]]>
<![CDATA[geowrian commented on Question of the Day: Are "Unhackable" Systems a Fantasy?]]> @nintendude: You can still hack systems that aren't on a network. You just need physical access.

]]>
<![CDATA[geowrian commented on Google StreetView Spies Burning Home (Probably Microsoft Guy's House)]]> No worse than the bystanders taking photos. At least the Google people were doing their job. But seriously, what should they have done? Not like the fire department was going to let them just control the hose or run into the building. Horrible, misleading title, giz.

]]>
<![CDATA[geowrian commented on Guy Buys $999 I'm Rich App, Discovers He's Just Dumb]]> "I think the seller is brilliant on preying on stupid people who'd click on buy for this app. He deserves his $999.99."

That's not a good faith transaction, and can easily be reversed if challenged. Being predatory is not good for the economy. Being predatory is not ethical. Being predatory causes everyone harm in the long run (App store looks even a little worse now, his family or those close to him since poverty hurts those around him, etc.). Look at the mortgage crisis in the US...predatory lenders harmed the housing market billions of dollars.

]]>
<![CDATA[geowrian commented on Question of the Day: Are "Unhackable" Systems a Fantasy?]]> @FTP_Palace:Waiting for the damage to be done and then reacting isn't something I'd want to call unhackable. For instance, if the Chinese military got into the U.S. military's systems. Yes, they can probably be tracked, but what good will it do? The national secrets are already stolen. Would that be considered unhackable since they knew who did it? Extend that to a Chinese citizen and a US bank. We may know the person that stole the money, but what good is it if we can't arrest him?

@revolution-inc: Not to mention the entire real world.

]]>
<![CDATA[geowrian commented on Confirmed: Eight Morons Bought the $999 <i>I Am Rich</i> iPhone Application]]> @Joseph (and others): Just like I should have thought of a pyramid scheme first, right? This app is a sham and is just trying to take people's money. If you click to buy something, does that mean you have no way of backing out of the sale even if you didn't mean to spend $1000? If that's so, why can retailers sell you something and charge you, but are free to cancel your order a month later when they found out they never even had the product? Didn't the seller enter into a sale and violate it? Obviously, sellers can back out at nearly any time. Buyers can *usually* back out within any reasonable amount of time. It's not just buyer's remorse here either, the claim is that he didn't actually intend to spend $999 and thought it was a joke. If he truly didn't intend to purchase it, then I don't see why the sale should hold. Yes, the guy's stupid...very stupid...but this is ridiculous. Even with multi-billion dollar entities that spend thousands of dollars all the time, they at least confirm that you're about to spend $1000. Even wit 1-click shopping, that's pushing the limit of "reasonable".

]]>
<![CDATA[geowrian commented on $13 iPhone App Faces Off Against, Embarrasses $150 Dedicated Dynometer]]> @theorieofself: How do these guys have little technical knowledge of cars? I'm not saying they do, but I didn't see anything in the video about cars that was wrong. Better yet, how does anybody have little technical knowledge of "devices"? And owning an iPhone doesn't make you a fanboy...where do you get this from?

Besides, the host said he didn't have an iPhone and didn't want one, so why would he be bias? He did purchase the G-tech device and had no complaints (he said he never used it), so you would think he'd have a bias for the thing he spent his money on, if he had any bias at all.

The phone is $200-300 + a 2-year contract, or an ETF. The iPod touch is $300-500 retail (somewhat cheaper for new ones on eBay). Anyways, the $13 cost is to add the functionality to the iPhone/iPod. Nobody said it's cheaper to buy an iPhone/iPod than the G-tech device. It's just much cheaper and generally better if you already have the hardware.

]]>
<![CDATA[geowrian commented on Question of the Day: Are "Unhackable" Systems a Fantasy?]]> @draiko: Safe from nearly anybody and anything. Completely safe? No. Somebody can still gain physical access to the computer and get into it. Also, as other people have stated above, there are ways to know what is being displayed on the monitor and what it being typed without actually being on in sight of any part of the computer.

Do I think any modern system will be hackable? Absolutely. Can something be made unhackable? Probably, but it wouldn't be practical at all.

]]>
<![CDATA[geowrian commented on Guy Buys $999 I'm Rich App, Discovers He's Just Dumb]]> @zenpoet: @tenio: Correct, it's not a scam. However, if it was just for lulz, you can't consider it to be a legitimate sale. Otherwise, I would claim that it was predatory, and not a good faith sale, so it should be voided.

]]>
<![CDATA[geowrian commented on Will.I.Am's New Video/BlackBerry Ad Shows the Price of Stealing Music]]> Very rarely is stealing the only choice, although I can name quite a few Japanese songs that are ONLY available via Japanese iTunes or the Internet. Japanese iTunes requires a Japanese credit card, which is only available to Japanese citizens, so figure that one out. That said, it's the only option that is affordable to the vast majority of people (buying some and not others)...if people were forced to pay the prices the RIAA wants, and repay when you want to use the same song on a different service or device, I don't think most people would pay. If the RIAA succeeds in taking out most file-sharing networks, it'll bite them in the behind.

]]>
<![CDATA[geowrian commented on Guy Buys $999 I'm Rich App, Discovers He's Just Dumb]]> @Kaiser-Machead's BSDM Shenanigans: What time are you open? I'll be there...

]]>
<![CDATA[geowrian commented on Guy Buys $999 I'm Rich App, Discovers He's Just Dumb]]> Normally I would just call the guy a complete idiot and move on. However, this "I'm rich" app is predatory. It does exactly what it claims, but the $1000 price tag is obviously either a joke (there for the fun of it), or it's there to catch people with 1-click shopping turned on. I'm all for him learning a lesson over this, but $1000? Here's a good question: did anybody legitimately purchase the program knowing what it did and that it was real and they would get charged? if not (or if it's a negligible percentage), then I have a hard time believing this was a good faith sale, and more of a mistake or predatory selling. Also, the seller isn't "smart" for making this app and charging $1000. It's very predatory if you make something like that just to rip people off. It was created as a either a joke (making the sale possibly void) or to rip people off.

As for the remarks from above about the legal side of this, it is a 2-way contract. However, contracts can be broken with or without penalty under certain circumstances. If the sale was not made in good faith, then it can be easily voided. If this was either a joke or designed to rip people off, that would be grounds to void the sale.

]]>
<![CDATA[geowrian commented on Giz Explains: How Broadband Usage Caps Will Kill Internet Video]]> @Brock: Did I miss something on my ISP bill or am I correct that I am already paying for what I can use? It's not "metered", but I still pay $xx and get yy GB/month and the service hasn't only been getting marginally better, but has not been growing as fast as the demand for bandwidth.

As for the "Asians" watching in awe at our bandwidth...they [generally] don't have any caps and average speeds that are a magnitude above ours. Only 1 major ISP in Japan starting using any cap, and it was at 30 GB PER DAY. This isn't something that you can just use capitalism and it will fix itself.

]]>
<![CDATA[geowrian commented on Giz Explains: How Broadband Usage Caps Will Kill Internet Video]]> The major ISPs get charged (estimated since none of them disclose actual costs), about $0.10/GB. This does not cover infrastructure costs. The infrastructure costs deal *mostly* with growth and maximum speeds up & down the pipe(s), not capacity. That said, the only [major] legitimate reason for the caps is to save them money due to the ~0.10/GB charge. I'm sure most people would be willing to pay an extra $0.10/GB or $0.11/GB (billing overhead) for every GB over their 40GB cap. I know I wouldn't have a problem with that.

]]>
<![CDATA[geowrian commented on The Downside of Relying on Google for Everything]]> This sounds like a blanket freeze on accounts with certain characteristics, then unfreezing them as necessary. It happens all the time. The problem is innocent people get inconvenienced. The good thing is it's effective at stopping or at least slowing down the people that did do something wrong (i.e. usually spammers).

]]>
<![CDATA[geowrian commented on Apple's MobileMe Launch Problems Might Be Just the Beginning]]> Works fine for most people. I would say it works better than most services. A few hiccups here and there shouldn't cause people to scream about the sky falling.

]]>
<![CDATA[geowrian commented on Rogue Escalator Takes Out 20 People At a Tokyo Convention Center]]> I could definitely see the same thing happening if it was in the US...just with a lot more pushing. Yes, it's only going about 2mph. However, if it suddenly switches direction, the people at the back probably aren't expecting it and could easily fall over or get disoriented. Once 1 or 2 people fall, with it being so crowded, the rest are like dominoes. What are you going to do? Climb over everybody else's body on the ground? It's not a matter of just turning around and walking the other direction (only the first few people could do that, and they would have been the ones caught off-guard).

]]>
<![CDATA[geowrian commented on Mojave Experiment Goes Awry, Some Guy Loads Vista on his PlayStation 3]]> @aec007: Most modern virtual machines only use a few native devices and the rest are emulated. With the PS3, even the CPU needs to be emulated. With nearly nothing running natively, you can run pretty much anything, but it'll be slower than molasses. Anywya, the idea is that once Linux is on the PS3, and no major devices are running natively, the only limitation left is enough processing power and memory and storage.

]]>
<![CDATA[geowrian commented on Microsoft's New Vista Ads Don't Work; Other Companies' "We Suck" Ads Did]]> @Wowwzers: Wow...is that flame bait or what? Guess I'll take a slight nibble, but I'll stay away from the fire.

First, I work in IT as a Sysadmin and programmer. I never worked at the geek squad or anything of the sort. The geek squad, and similar store techs, are all sales people except the poor sucker in the back that actually works on the computers.

Second, I actually do prefer *nix (gentoo ftw), but I run Windows. It's not because Windows is "better", it's just what I need to know. We have many *nix servers at my work, but we also have many Windows-only applications (i.e. specialized software for door-entry systems, biometric timecard and a payroll system, etc.). I hardly spend any time on a *nix box because I don't have problems with them so I don't have to do much with them once it's installed. The same cannot be said for Windows. On a side note, is update Tuesday this week or next? j/k...kinda.

Also, how does working on PCs mean you are any less grown up than somebody that works on a Mac? Even in many of the most open companies, IT personnel don't have any real say in what OS to use. For repairing computers, you fix what you're given.

Last, being so snobby isn't going to make people want to change. If Windows works for you, use it. If Ubuntu or a "less user-friendly" *nix works, use that. If a Mac works, use that. If Apple and the *nux community taught you anything, it should have been that there is no one-size-fits-all in OSes.

]]>
<![CDATA[geowrian commented on Circuit City Demands All Copies of Mad Magazine with Ad Parody Destroyed]]> @VideoVampire: Yeah...I hate maroons! navy blues are much better.

An entry-level employee not knowing what everything in the store does, even though the store carries everything from game systems to TVs to electrical supplies to cables and cable supplies to...you get the idea. Back in the day, radio shack people knew what everything in the store did and were properly compensated for their skill. Now, the stores carry too much other stuff and want low-paying, entry-level employees.

]]>
<![CDATA[geowrian commented on Reports of PS3 2.42 Firmware Difficulties Surface]]> @Jitty: Very true. However, 10% of overall systems having an issue that rendered it basically useless (barring knowing the fix for some people and loosing your game saves), is still a very big issue.

]]>
<![CDATA[geowrian commented on Circuit City Demands All Copies of Mad Magazine with Ad Parody Destroyed]]> @Ariel_Wollinger: That happens all the time. The expectation to "check" the box whenever you purchase soemthing before you leave the store is stupid. If it's not in the box when you pay for it, then THEY didn't uphold their side of the sale.

]]>
<![CDATA[geowrian commented on Microsoft's New Vista Ads Don't Work; Other Companies' "We Suck" Ads Did]]> @Wolfgame: I worked at a university helpdesk when Vista first came out, and work alongside them now. We hear a lot of people complain about Vista, and many people come to us with Vista-specific issues. Sure, their friends may say it's bad or whatever, but the majority of people that complain about Vista, from our perspective, are Vista users. They wish they had XP. Bad press and others didn't talk them out of getting Vista...they just have too many annoyances and problems with it. Most computers we see are 1 or 2 years old, and the Vista systems are incredibly slow (5+ min to shutdown?!). Textbook software doesn't work. Class/lab software doesn't work. Protection mode in IE causes all kinds of problems with our portal. Wireless doesn't support Cisco PEAP extensions, and never will (Cisco wants to but MS isn't letting them because they want their own PEAP to be used). The list goes on and on.

]]>
<![CDATA[geowrian commented on Microsoft's New Vista Ads Don't Work; Other Companies' "We Suck" Ads Did]]> @aec007: haha...adds

]]>
<![CDATA[geowrian commented on Lightning Review: Belkin CushTop Hideaway Laptop Cushion]]> I got one for $15 at Walmart last month for my g/f. She loves it and at $15, it's well worth it.

]]>
<![CDATA[geowrian commented on Dell Issues BIOS Update to Keep Nvidia GeForce Cards From Frying]]> If Dell's going to release an update to fix a known issue, according to their own statements, they should tell consumers the drawbacks of the update. I didn't see anything in the update about lower expected lifetime for the fan, or increased battery usage. Dell's in a hard spot and is trying to do something, but at the same time Dell should be transparent. Something along the lines of issuing an email or mailing out to all affected members (since Dell requires this information upon purchase) saying that they may have a defect that may cause a part to die prematurely. They can apply an update to fix the issue, but it lowers the usable batter time, increases noise, and lowers the fan's lifetime expectancy. At least it's giving them an informed choice.

]]>