Slashdot Mirror


User: suresk

suresk's activity in the archive.

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

Comments · 66

  1. Re:Impacting my purchasing decisions on Android Update Alliance Already Struggling · · Score: 1

    There's nothing ironic at all about it. You don't get to pick out one feature that iPhone has over Android, and then declare that because of that feature a move to the iOS platform is a "downgrade".

    Actually, for my usage, it isn't even clear that going from 3g to 4g would be an upgrade. I realize everyone is different, but while I use my phone a lot, I don't do a lot of things that require huge amounts of bandwidth. Faster is faster, but 4g also has a huge downside in that it eats up battery life. The marginal benefit I'd derive from the increased bandwidth probably wouldn't outweigh the marginal cost in battery life.

    There are actually a lot of things I like about the Galaxy Nexus over the iPhone 4S, but 4g isn't a significant one.

    Also, there are a lot of good reasons for wanting to be up on the latest version of an OS beyond just wanting the newest shiny thing - not the least of which being that the current situation exacerbates the problem of fragmentation in the Android ecosystem. I guess I don't understand why you're trying to defend Google's update strategy (or lack thereof) - there's really nothing good about the current situation.

  2. Re:Impacting my purchasing decisions on Android Update Alliance Already Struggling · · Score: 1

    I'm not sure how this is relevant - I'd never buy a 3G phone and expect a software upgrade to 4G. I do, however, think an update to the OS is a reasonable expectation.

  3. Re:Even more BS Google smearing on Android Update Alliance Already Struggling · · Score: 1

    I'm a huge Google fan, but there are a lot of problems with the update strategy around Android. Being stuck on an older version has several problems:

    1) Getting a new OS to take advantage of new functionality shouldn't be seen as a luxury - you don't go buy a new computer every time a new version of your OS comes out, and phones are expensive and powerful enough that the story should be similar for them.

    2) You miss out on security, performance, and stability improvements.

    3) You might not be able to use new apps, or at least take full advantage of them.

    The secondary effect is actually much worse - having an ecosystem where phones are generally not updated very often makes the fragmentation problem considerably worse, which hinders developer investment into the platform.

    I think this is a legitimate problem, not people out to get people or whining because they don't have the latest shiny thing.

  4. Impacting my purchasing decisions on Android Update Alliance Already Struggling · · Score: 4, Interesting

    I'm replacing my Droid Incredible next month, and this very issue is steering me towards an iPhone 4S even though I'm generally happy with other aspects of Android.

    If I'm locked into a contract for 2 years for a phone, I don't think it's incredibly unreasonable to expect updates (especially ones that relate to security, stability, or performance) for at least 18 months.

  5. Re:Half of $750 Million is Still Some Money ... on Groupon Loses COO, Drastically Cuts Reported Revenue · · Score: 4, Insightful

    If a net loss of over $100 million per quarter counts as "profit", then yes, Groupon is turning a profit.

    Groupon is losing money, facing growing competition, and has a questionable business model. The restating of revenue is just icing on the cake. They should have taken the billions Google offered them when they had the chance.

  6. Re:Some speculations on Appropriations Bill Threatens Future Space Science Missions · · Score: 2

    The simple fact is that budget cuts will be made based on what is politically easiest, not based on what will save the most money or will be best for our long-term future. Congress is trying to drum up loose change from the couch while ignoring where the bulk of our spending actually goes. We'll cut (comparatively) tiny amounts from research, while leaving intact hundreds of billions in spending to fight an enemy that stopped existing decades ago.

    To put it into perspective, the CBO estimates NASA has cost us around $790 billion total (adjusted for inflation) since it was founded in the fifties. That resulted in decades and decades of research, education, new technology, national pride, and a whole host of other benefits. We are poised to spend almost that much on the military, just this *year*.

    That figure ($790 billion) represents less than half of what we'll end up spending on the Iraq war. But, hey, at least we got Saddam, right?

  7. A somewhat complex and interesting problem on Oracle's Java Company Change Breaks Eclipse · · Score: 5, Informative

    Someone in our company ran into this several weeks ago, and I had kind of a fun time tracking down the problem. The summary and most of the comments are missing a lot of details and nuance, which actually make this problem kind of interesting.

    1) It wasn't even running out of memory

    Sun/Oracle's VM implementation (HotSpot) has a concept of a permanent generation, which is separate from the rest of the heap and has its own maximum size. This generation holds stuff like the code cache and interned strings. Whether or not this is a good concept is debatable, and as far as I know, they are planning to do away with it in the future as JRockit and HotSpot merge. At any rate, this is the space that was filling up. This probably didn't happen very quickly on a normal Eclipse distribution, but with a lot of plugins installed (and thus a lot of classes being loaded) it crashed pretty quickly.

    2) This is only because of somewhat subtle differences between the various VMs

    HotSpot is the only major JVM I know of that has a PermGen space - J9 (IBM) and JRockit (Oracle, via BEA) don't have this concept. Thus the requirement to be able to behave differently based on which VM you are using. Being able to behave properly on multiple VMs is especially important for Eclipse because not only do they have a lot of people using it on HotSpot, but because it is the basis for IBM's RAD, they have a ton of people using it on J9 as well.

    3) This problem is in the launcher, not Eclipse itself

    So, the crux of the problem is that Eclipse needs to start a VM, and has to know the proper flags to pass to it *before* it starts up. A few people have suggested trying reflection or other runtime methods as a better way to solve this, but this ignores a) Once the VM has started up, you can't change the heap or PermGen sizes, and b) As far as I know, there is no way to query the VM at runtime to figure out what its underlying heap structure looks like - that is an implementation detail.

    So, while it does kind of suck that Eclipse was relying on a vendor name, it is trickier to solve than it appears at first glance. The only really graceful ways I can think of to solve this problem rely on some changes to the VM spec.

  8. Re:Amazon Prime FTW! on Wal-Mart, Amazon Battle For Online Retail's Future · · Score: 1

    Yeah, Prime is pretty sweet. A few months back, I ordered a new telescope on Friday morning and it was there the next morning. The charge for overnight, Saturday delivery? $7. I'm pretty sure that paid for Prime all by itself.

  9. That sort of advertising might seem more accurate, but it really isn't.

    Since, at some point, the bandwidth is shared, do they advertise the bandwidth at the theoretical worst - ie, everyone is using it at 100%? That number would be incredibly low, and you'd never see it go that low. It would be confusing and inaccurate.

    What they do advertise is what they provide to most people under most circumstances, which seems fair and accurate enough for me. They do need to do a better job of disclosing how and why you might be throttled, but doing so in a concise and accurate way that people who don't post on /. would understand seems like a pretty tall order.

  10. Re:The freerider problem.. on Adblock Plus Maker Proposes Change To Help Sites · · Score: 1

    I still think the number of sites that can be supported by donations is exceptionally small.

    Reducing distribution costs may help a little bit, but in reality distribution costs are often a very small percentage of the overall costs of a web content provider.

  11. The freerider problem.. on Adblock Plus Maker Proposes Change To Help Sites · · Score: 1

    For those that block ads in a wholesale fashion, I have an honest question -

    If everyone blocked all ads, what would you see that as gaining for the internet as a whole?

    A lot of quality websites require a lot of resources to create and distribute the content. Most of them are supported by advertising. If they could no longer make sufficient money via advertising (and many are heading to this point), how would they support themselves?

    - Converting to a paid service.

    This would be bad because it would cost you money, and very few sites would be able to pull it off. Micropayments are one way this could maybe work, but they are still a pipe dream.

    - Begging for donations.

    Again, very few sites could pull this off.

    - Selling personal and/or aggregate user data.

    Not a lot of sites that are useful collect much data, and this is arguably worse than advertising.

    I'm not trying to make a moral argument out of this, but more of a pragmatic one. You obviously visit ad-supported sites that are useful to you, and it is probably in your interests for them to make enough money to continue providing useful functionality or content, so how do you propose they do so if not through advertising?

  12. I have mixed feelings.. on Same Dev Tools/Language/Framework For Everyone? · · Score: 4, Insightful

    I used to think that a programmer's tools are sacred and you should basically let people use whatever they feel they are most productive with, but I'm starting to see problems with that, at least in big organizations..

    First, IDEs - I've worked on teams where 3 different IDEs were being used by different members of the team - IntelliJ, NetBeans, and Eclipse. It worked fairly well and no real problems came about as a result of the different IDEs. I've also been in training sessions where everyone is using the same IDE except for some crackhead insisting that their IDE is better and that they can't switch to Eclipse even just for the training, and everyone in training has to wait for half an hour why the instructors try to help them figure out why stuff isn't working in their IDE.

    Second, platforms/libraries/frameworks - There are really a lot of valid reasons for standardizing the platforms, libraries, and frameworks your organization uses. You have better internal support, can leverage work done by other groups, and training is easier. Being able to switch people around easily is perfectly valid as well - people leave, get promoted, need a break from their project, want to explore different career goals, etc.. Plus, I think it is good to send people off to other projects to learn and share good practices. Having a standard set of tools makes this relatively easy - all you really need to learn on a new project is the business side of things.

    That said, there isn't a one-size-fits-all solution, so it probably makes the most sense to pick a standard set of tools for common project types. If a project needs to deviate from one of those standards, that is fine, but they need to make their case for doing so.

    So for full-blown enterprise apps, the standard may be Java EE. For smaller apps, it might be Rails or Grails. For desktop apps, you might mandate .NET. Then if someone says "Hey, it would be cool if we wrote this small app in Python", then they could do it, but they would have to show that the benefits gained by using Python in that scenario would outweigh the costs of using a non-standard platform.

  13. Go through an affiliate program instead... on Best Way to Start a Website Hosting Service? · · Score: 1

    I actually got into this almost accidentally about 5 years ago. My advice? Don't even consider it.

    It is a stressful endeavor that has a tiny return. Hosting is so competitive, you'll make almost nothing from each customer. If you know people who want hosting, it is more profitable to signup for an affiliate account with an existing hosting company and refer the customer to them (a lot will pay around $100, which for me at least, was a year of profit).

    Your customers will only remember who you are when there is a problem with their website, having forgotten all about you when their bills were due. Seriously, I had clients who hadn't paid their bill in years - I didn't care enough to turn their accounts off for non-payment. When I decided to get out of the business, I gave all my customers 3 month's notice and then turned off my server. I had 3 phone calls in one day from people who hadn't paid their bills in at least a year, irate that their site was down.

    Seriously, if you just want to make a little money on the side, just go the affiliate route. It is a lot less work and stress, and you'll probably make about the same amount of money in the end anyway.

  14. Re:Bad idea on Drop-Catching Domains Is Big Business · · Score: 2, Interesting

    The more I think through the concept of domain testing and look at the statistics (wow!), the more I think you are probably right - getting rid of this available tactic will help a great deal.

    Domain names (useful ones, at least) are a fairly finite resource, though, and it seems inefficient to require a fee to own the right to them that is so low that people will still speculate and squat at a fairly high rate. Yeah, tasting will reduce this by quite a bit, but you only need to make $10 or so per year for holding a domain name to be profitable, which means there will still be a ton of squatting and speculating. I see no other way to at least mitigate this problem than upping the fee a bit (like, say $25 - $50/year, nothing outrageous) so that squatting and speculation become less profitable.

    All I want is the ability to register a .com that is at least somewhat useful and relevant to the topic of my site. As it is now, that is very hard to do (unless you like lots of dashes in your domain name, are good at making up catchy words, or are in a very niche market), and it kills me because the vast majority of names I want to use are used for ppc landing pages and nothing actually useful. If upping the fee isn't the answer, what is?

  15. Re:Make em expensive again on Drop-Catching Domains Is Big Business · · Score: 4, Insightful

    Well, when you are paying for a domain name, you aren't paying for the database entry - you are paying for the right to exclusively use that particular name, right?

    Creating more TLDs will probably help, but causes other problems. If I am interested in purchasing an Audi, do I go to audi.com or audi.auto? Is it permissible for me to register audi.{something} for my own use? What if I register {somedomain}.books and someone already has {somedomain}.com? That is bound to cause confusion. I don't know - I like the idea in some ways, but it seems like it would open up a whole bunch of other problems.

  16. Re:Make em expensive again on Drop-Catching Domains Is Big Business · · Score: 4, Interesting

    I agree. This is the only sensible way to solve this problem.

    A while back, some friends and I were working on a business idea. Every single idea we had for a domain name was taken. I remember looking at all the sites to see what they had done with the domains, and out of 200 or so, fewer than 10 were actually doing something with the domain names aside from parking them and making money off the PPC ads.

    As an example of this: I registered uresk.com (Uresk is my last name, and it is a very uncommon last name) back in 1997 or thereabouts. I was still in high school, and the $100/year ended up being prohibitively expensive so I didn't renew it. It has been passed around by speculators for almost a full decade now, despite the fact that it never had much traffic and "uresk" isn't a very common type-in. Bizarre.

  17. Re:Why do people like the iphone? on iPhone 1.1.3 Update Confirmed, Breaks Apps and Unlocks · · Score: 1

    I like my iPhone too, but the lack of IM functionality is pretty glaring. I can download and watch stupid videos off YouTube, but I can't use it for Google Talk? I've been able to use IM on other cell phones for years.

    The conspiracy theorist in me says that this is at the request AT&T (or whatever their name is at the moment - I lose track) because it could compete with their income from text messaging. Who knows?

  18. Actually buying something is a pain... on Apple Stores Demonstrate That Retail Still Lives · · Score: 1

    Since there is an Apple Store a short walk from where I work, I stop by quite a bit. Browsing around and trying out the new stuff is pretty cool, and that part is a great experience. Actually trying to buy something from them has been a huge hassle, for me at least. I'm an impulse buyer - when I want something, I want it now, not in 3 - 5 days, so I like to just pick it up at the store.

    First of all, it can be hard to find someone to help you. I've waited for longer than 10 minutes in the past to get someone to go back and grab the machine I want.

    Second, they often don't have things (recently, it was the 24" iMac) in very high quantity at all. It took me 4 times (and lots of phone calls) to actually get my hands on one. Even more frustrating - they can never tell you when they will be getting more in, or how many they will get. You think a technology company could somehow devise some way to keep track of inventory and be able to tell when they'll get more?

    Lastly, simply checking out can take forever. Apple has the most inefficient checkout process I have seen in my entire life. I have gone in there to pick out something simple and waited in a line of only 4 people for half an hour before giving up and getting it at office depot instead.

    The stores are cool, but I wish they'd improve the actual buying experience, because (at least at the one in Utah), it really sucks.

  19. Re:Gross malfeasance on Multiple Sites Down In SF Power Outage · · Score: 2, Insightful

    Now, now... LiveJournal is back up.

  20. Re:Everyone is using data mining on Latest Revelations on the FBI's Data Mining of America · · Score: 2, Insightful

    I guess that is why you only hear liberals "griping" about stuff like:

    - Providing adequate health care to all citizens of the country we live in
    - Sensible foreign policy
    - Finding alternatives to oil
    - Abolishing capital punishment
    - Making taxation more fair
    - Taking better care of our environment

    Yep, nothing but total mud-slinging at the Republican party....

  21. Re:Nothing to hide on Latest Revelations on the FBI's Data Mining of America · · Score: 1

    You are against due process? Wow.. That is a pretty basic right that has been pretty widely recognized in some form or another for centuries.

    I think your argument that you are interested mostly in the truth is disingenuous in that light - the 5th amendment helps protect against the government obscuring the truth in order to convict someone of a crime. Yeah, it sucks that sometimes the constitution sometimes protects the bad guys, but it would suck even worse if it weren't there to protect the rest of us.

  22. My biggest problem... on Latest Revelations on the FBI's Data Mining of America · · Score: 5, Insightful

    Is that our lives are becoming more and more transparent to the government, but the government is becoming more and more opaque to us. This is the exact opposite of how it should be and should be a huge flashing warning light to everyone.

  23. Re:Everyone is using data mining on Latest Revelations on the FBI's Data Mining of America · · Score: 4, Insightful

    I would argue that the vast majority of liberals in America aren't trying to push central planning aspects of socialism.

    Not to mention the fact that data mining like this would be a pretty ineffective way to do it.

  24. Re:perspective on Is RIAA's Linares Affidavit Technically Valid? · · Score: 2, Insightful

    1) Possession of child porn is a pretty serious crime, and like any crime, I'd expect the evidence to meet a high standard of proof. How would you feel if someone cracked your WEP key, used your wifi to download child porn, and got you sent to prison for years? Should this be an absolute defense? No. But I think we are in a pretty scary state if you can be sent to prison for years based off your IP showing up in logs somewhere. There are too many ways that can be wrong.

    2) I don't get your point about the extortion letters coming from the RIAA's "IP" - they send them via snail mail. And they file court cases. And they collect the money. There is no possible way they could claim it wasn't them.

  25. Re:Fun way? on Prior Art On Verizon Patents · · Score: 1, Informative

    Actually, the USPTO has given up on even pretending to examine the patents. Applicants can now use a Fast Track process which entails them researching and disclosing prior art on their own.