Slashdot Mirror


User: CastrTroy

CastrTroy's activity in the archive.

Stories
0
Comments
11,581
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 11,581

  1. Re:XBMC Finally? on $35 Quad-core Hacker SBC Offers Raspberry Pi-like Size and I/O · · Score: 3, Informative

    The Raspberry Pi is kind of in a weird situation, and I can't understand why it really caught on. On one hand, it's overkill for little electronics projects where something like an Arduino would be much better suited. On the other hand, it's not quite powerful enough to act as a respectable desktop or media center. The disk I/O is very lacking because it doesn't support an interace with DMA. Various disk intensive applications like torrents will bring the thing to its knees. If the video doesn't happen to be in a codec that is supported in hardware, then there's no chance of it having the horsepower to decode it.

    As far as media centers go, It makes way more sense to get a low power Intel board that you know will have enough power to do everything, and will be able to run just about any application and run Windows or Linux as you prefer.

  2. Re:Can it run Flash? on $35 Quad-core Hacker SBC Offers Raspberry Pi-like Size and I/O · · Score: 1

    Might be cheaper in the short run, but in the long run, you have to keep on replacing them. Get a decent monitor, keyboard and mouse, and they will last for many years. Then you can replace the computer as it stops working, or as newer computers come along at really low prices.

  3. Can it run Flash? on $35 Quad-core Hacker SBC Offers Raspberry Pi-like Size and I/O · · Score: 2

    Can this device run Flash in the browser? If it can, I'd be very likely to get one for each of my kids for doing their homework and general computing on. I'm not a big fan of flash, but it's necessary for some of the homework/game sites the school uses. Combine it with a monitor, keyboard and mouse, and something like this seems to be good enough to be a fully functional computer.

  4. Re:I'm sorry on Microsoft's New Windows Monetization Methods Could Mean 'Subscriptions' · · Score: 1

    I think the problem is with how much they charge for the upgrades. I'm not going to pay $100 for an OS upgrade on a computer that's only worth $200. I might as well just wait until I buy a new computer where the license comes with the computer and I only actually end up paying $30 for the license. The reason that you still see people running XP, is because people are still running computers they bought with XP, and people don't want to spend $100 to upgrade the OS. If it was only $30, you'd probably see a lot more people upgrade. I know I updated a couple computers to Windows 8 when they had their introductory offer of $39 for the upgrade.

  5. Re:I'm sorry on Microsoft's New Windows Monetization Methods Could Mean 'Subscriptions' · · Score: 1

    I can buy a gallon of milk (4L actually, but I'm Americanizing it) for $4.00. There's no reason that a coffee drink with a little bit of extra milk should cost $2.00 extra over the regular coffee. You can actually dump half the coffee out if you want, and fill up half the cup from the self serve cream/milk if you want. The real reason that it's $4.00 for the fancy coffee is that people are willing to pay it. If nobody bought coffee and milk at that price, they wouldn't sell the product, or they would have to sell it at a price people were willing to pay.

  6. Re:Legal Opinion, Please? on French Publishers Prepare Lawsuit Against Adblock Plus · · Score: 1

    Yeah, which is why I don't think the correct solution is to mount a lawsuit against people making a product that blocks ads, nor is it the right solution to mount a lawsuit against your own customers. I think it's kind of a bad situation that sites are in. Even if they only have good ads that don't take up a bunch of resources and screen real estate and aren't really that obtrusive, they still risk getting blocked because there are a lot of other advertisers that do have intrusive ads that most people don't want to see.

  7. Re:Legal Opinion, Please? on French Publishers Prepare Lawsuit Against Adblock Plus · · Score: 1

    The problem is that using ad block can kind of be compared against messing with your electricity or water meter so you aren't billed for as much. I understand that it's inherently different, because there is no agreement/requirement set up to view the ads in exchange for browsing the website they are on, but that's basically how things are set up. There's only a few ways things could work.

    First option. Web site is free to use and there are no ads. Person visiting the site is happy, but the person hosting the site has no way to generate money, other than asking for donations, but that could be considered an ad for the site itself.

    Second Option. Only people who pay see the site. This works for the website owner, because they are ensured that everyone pays, but breaks the general way in which most of the internet is used, because you can't send a link to a friend and have them view the content if they haven't paid. Works for sites like Netflix but wouldn't work for something like a blog.There would still be problems with not everybody paying because people would share accounts.

    Third Option. Website maker puts up ads on their site to make money for operating the site. If the user blocks the ads then the person operating the site cannot generate any money

    Fourth option. The website owner sells actual products at their website and makes money that way. This works if the website is an actual store, as that's what the user came there to do, but very few users, if any, are going to buy something from a website that isn't actually a store. Also, the person operating the website also has to operate a store, which they may have no expertise or interest in doing.

    Feel free to come up with some other ways of generating income from a website to recoup the costs of running one. There aren't a lot of good options. I realize that some ads can be over the top and extremely annoying. In that case I just usually leave the site and try not to go there in the future. I don't like blocking ads that are not intrusive, as that undermines the website's ability to make money, and if it's a good website, I want it to remain in operation.

  8. Re:Memory limit and data durability on Civil Case Uses Fitbit Data To Disprove Insurance Fraud · · Score: 1

    more data than will fit in the device's memory

    . I record my bike rides with my GPS. Not once in the last 2 years have I had to remove data off the device because it ran out of space. I think in total there might be a few megabytes worth of data, and it's only that big because they use XML to store the data, which is inherently verbose. There is less data than actual XML. I'm sure that a simple fitness bracelet could store a lifetime's worth of data in under 1 GB.

  9. Re:Good luck! To bad Big Oil already owns Texas on Tesla Wants Texas Auto Sales Regulations Loosened · · Score: 1

    If home owners could take advantage of using batteries to balance out the peaks in electricity usage, the electricity companies would probably be doing it already. Maybe not in the US, but some power company in some country would be doing it if it was economical. The reason it's not being done is because it's not economical yet. Perhaps someday it would be, and I hope it is soon. As soon as we get battery technology that makes it economical to do so to offset the peak usage rates, renewable forms of electricity and other generation methods like nuclear are a lot more convenient because you don't have to worry so much about variability when the power is generated or (in the case of nuclear) how fast you can ramp them up when more power is needed immediately.

  10. Re:why would I write to that? on Microsoft Introduces .NET Core · · Score: 2, Interesting

    I write web applications in .Net, and as far as I'm concerned, nothing else I've see comes close for large projects. There was a bunch of hype about Ruby, so I tried that. For anything beyond basic CRUD applications, it was quite painful to use. The .Net API has amazing amounts of built in functionality. I can't think of any language that comes close. It amazes me how people write stuff in Java without having a decent "Date" data type. Why should I have to use a third party library to get decent date support?

  11. Re:Games themselves are copyrighted on Valve Rolls Out Game Broadcasting Service For Steam · · Score: 1

    That's kind of the big legal question. I remember that Nintendo went after a bunch of "watch me play" people on YouTube. The music in the background is often owned by a third party and licensed for use in the game. And I know that Youtube often takes down videos (video games and others) based on copyrighted songs being in the background.

  12. Re:Depends on what your goal is. on You're Doing It All Wrong: Solar Panels Should Face West, Not South · · Score: 1

    Exactly. The only situation where the homeowner would want to optimize for the highest use time of day is if the power company was paying them an increased rate for power fed into the grid during that time period. and at that point, it might make more sense for the home owner to store all the power generated in batteries and only send power back to the grid when they are getting the best price.

    Where I live there's a 5 cent difference between the cheapest and most expensive parts of the day. I wonder how cheap/efficient batteries would have to get before it would make sense to just charge the batteries at night, and use them during the day so I never have to pay the higher rate.

  13. obviously they should track the sun on You're Doing It All Wrong: Solar Panels Should Face West, Not South · · Score: 4, Insightful

    Obviously the panels should be motorized so that they are always facing the most optimal direction. A system that moves the panels shouldn't add that much to the cost and will probably pay for itself very quickly with the extra energy collected.

  14. Re:Uh yeah? on Chromebooks Overtake iPads In US Education Market · · Score: 1

    I have a Surface 2 (not Pro), and even I like that better than the iPad in just about every respect, save for the number of apps available. The entire device is done very well. I think if on the next iteration they could get a more affordable x86 tablet then they could really start to take some business away from Apple and the other tablet manufacturers. Get rid of the digitizer and go with a plain old touch screen, use a low power Atom processor, and include the keyboard in the box, and I'm sure that most people who really stopped to think about it would easily choose a Surface over an iPad or Android tablet, which is extremely limited, and would be just as expensive.

  15. Re:Selfie Stick? on South Korea Bans Selfie-Stick Sales · · Score: 1

    Why not just have a mechanical trigger? squeeze the grip at the end you're holding it on, and a mechanical finger is moved to press the camera button on the screen. Should be pretty easy to build different ones that automatically line up for popular phone types, or make an adjustable one that can handle a variety of phones.

  16. Re:Science fiction on Armies of Helper Robots Keep Amazon's Warehouses Running Smoothly · · Score: 1

    Based on life expectancy, I can probably assume that I will live another 50 years, barring anything catastrophic. 50 years ago, computers took up entire rooms, and the thought of having computer at each and every desk was kind of a dream. Now it's a reality. With how much has changed in the past 50 years, I'm not going to pretend that I know what technology will bring in the next 50, but it would seem to me that quite a few jobs are going to disappear, and I don't really see a lot of low qualification jobs opening up.

  17. Re:Jobs & buying on Armies of Helper Robots Keep Amazon's Warehouses Running Smoothly · · Score: 1

    It increases income for the corporation, and the fewer people who are left working there. It won't free people to work in more productive jobs, because they simply don't have the skills to do anything more productive. If they had the skills, they would already be working those jobs because they pay better. People aren't working in an Amazon warehouse because they enjoy it and the pay is good. They do it because they aren't qualified to do work that is more fulfilling (financially and personally). Getting robots to do their jobs won't suddenly make them qualified to do more complicated jobs. And it seems to me that the are a lot of people that, even given the opportunity to acquire new skills, are incapable for one reason or another of getting the skills necessary for a better job.

  18. Re:Automation does not reduce labor costs to zero on Armies of Helper Robots Keep Amazon's Warehouses Running Smoothly · · Score: 1

    Automation can minimize labor costs but it cannot eliminate them because it is not economical to automate all jobs even when it is technologically possible to do so.

    The only thing stopping that is that it's still too expensive to build machines to do certain jobs. But that won't last forever. Eventually, with the progress of technology, it will become very economical to replace workers with machines. Some jobs may require a robot that requires 20 years to pay itself off, that probably isn't worth it for a lot of businesses. Some jobs will pay off the machine in 2 or 3 years. At that point, as far as the company is concerned, it's economically irresponsible to not get the robot to do the job. As the cost of the machines come down, that machine that used to take 20 years to pay off, will only take 10, or 5, and eventually it will be cheap enough. The only jobs left will be thinking/creative jobs (unless there is some major advancement in AI), and jobs that people actually want to talk to a person for. As annoyed as people get with customer support personnel, they would be infinitely more annoyed at a machine who was reading off the same script.

  19. Save an hour on Montana Lawmakers Propose 85 Mph Speed Limit On Interstates · · Score: 1

    Sure he would save an hour, and he would probably also burn a lot more gas. Engines are optimized to get maximum efficiency at certain speeds. Even if you optimized them for higher speeds, there's still the problem of air resistance which goes up as a function of the cube of the speed.

  20. Re:Have't looked at one at all. on Forbes Revisits the Surface Pro 3, Which May Face LG Competition · · Score: 3, Informative

    That's pretty much the problem with Linux on any machine. If you buy the machine specifically for running Linux, there are plenty of options that will run without problems. However if you pick a random machine at the store, odds are there will be some part of the hardware that has less than optimal drivers.

  21. Re:EUgle? on Google Should Be Broken Up, Say European MPs · · Score: 1

    I believe that it was called Hotmail when MS bought it. It ran under than name Hotmail until quite recently where they renamed it to outlook.com. The biggest advantage that Google brought to the table was the amount of space you got. At the time, Hotmail offered only 2MB of storage. If I'm not mistaken, I had 11 MB with Yahoo at the time. Google started off with 1 GB, that's 500 times more storage than MS, and 90 times more than Yahoo was offering. That combined with reasonably good spam filtering, probably aided by the fact that they had good experience with text analysis due to the search engine expertise, make it a joy to use over the other alternatives at the time. Hotmail's spam protection at the time was so bad that most people I know who used it employed the use of a white list and everything else went to spam. It was the only way to not have your entire inbox full of spam. Of course you missed messages from new friends, but it was better than using the default spam protection.

  22. Re:Geeky formats? on Windows 10 To Feature Native Support For MKV and FLAC · · Score: 1, Insightful

    Yeah, so it's great for foreign language things like anime, but for the movies that most people watch, it doesn't make a difference in the slightest.

  23. Re:Personal social media accounts on Sony To Offer Partial Refunds For PS Vita · · Score: 1

    I guess it depends where you work and how high you are in the company hierarchy for this to be effective though. Somebody like Larry Ellison, co-founder and chairman of Oracle, couldn't have a "personal" Twitter account, because he is so well known, and anything he said would be taken under suspicion as being connected to the company. Looking further down the line, you got guys like Scott Hanselman of Microsoft, who tries to maintain a personal blog and podcast, but you still see plenty of people calling him out when he pushes things like Surface Pro or Windows 10. Even if he truly believes that they are great products, some people will still call him a shill for Microsoft.

  24. Re:Shyeah, right. on Is LTO Tape On Its Way Out? · · Score: 1

    expensive drives that wear out or can mangle the tape

    This is my main problem with removable magnetic media. The simple act of reading the data actually degrades the storage medium. And if you have a bad drive, it can actively destroy any disk/tape you put in there. And it's actually hard to diagnose if the problem is with the disk or the drive, so you're likely to destroy a few disks/tapes before you figure it out. I've had floppy drives, zip drives and tape drives that have all ruined the storage media. At least with optical drives, it's very unlikely that the disc will be destroyed by attempting to read it.

  25. Re:What about long-term data integrity? on How Intel and Micron May Finally Kill the Hard Disk Drive · · Score: 4, Insightful

    That's the thing. Most people who need 3.2 TB of space will only write to each location a few times, and data won't change very often. Sure, some writes will be happening, but not even close to the magnitude that you'd need to wear out one of these drives. There might be some cases in commercial applications where you'd need to write that every day, but the typical desktop or laptop is never going to see that kind of usage.