Slashdot Mirror


User: Richy_T

Richy_T's activity in the archive.

Stories
0
Comments
4,801
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,801

  1. Re:Not going to use it on Google+ Divided Into Photos and Streams, With New Boss · · Score: 1

    It's a good job this move totally eliminated them and in no way discouraged posters with something valid to say then.

  2. Re:Not going to use it on Google+ Divided Into Photos and Streams, With New Boss · · Score: 1

    It sucks. I see a comment like "I can't use my computer because X" and I know the answer is Y yet I can't help this poor soul out even though I have a Youtube account and a couple of Google accounts because Google has a boner for getting people on G+. Too bad Timmy, no computer for you.

    How do I turn off the Beta shit?

  3. Re: Inclusion would lower it if anything on Antitrust Case Against Google Thrown Out of SF Court · · Score: 1

    True enough. But reading that article, it seems that it's mostly a branding issue. And they may be concerned about upsetting people who have come to identify Android with Google services.

  4. Re: Inclusion would lower it if anything on Antitrust Case Against Google Thrown Out of SF Court · · Score: 1

    I haven't really looked into it but I believe it runs standard Android apps. Of course, without the Google services, a lot of apps won't run but that's more Google attempting vendor lock-in in my opinion.

    I haven't looked into the Amazon app store so I don't know how good or bad it is. I do know that as an Android dev, I fairly regularly get contacted by people claiming to represent other app stores who offer to include my apps (or do it without asking) but I have heard nothing from Amazon so far (though I'm thinking I might try putting my apps up there anyway).

  5. Re: Inclusion would lower it if anything on Antitrust Case Against Google Thrown Out of SF Court · · Score: 1

    The Amazon Fire Phone is Android based but does not use Google services.

  6. I don't know. I think it's case dependent. In the example cited, the cleanup code is simple function calls and the operations are different for each case (for one, it's one cleanup, for another, it's two and for the success it's three).

    Part of the problem is, the examples are really too small to call either way. I try to aim for my code to be clean and understandable and not to be dogmatic about things. I avoid certain Perl idioms for just this reason. Though I certainly agree that TMTOWTDI

  7. Yeah. I don't see it being abused too much. I avoid using it but I wouldn't have a huge problem if I saw it and it wasn't being abused terribly.

  8. Re:Maybe stupid question of the day on Polymers Brighten Hopes For Visible Light Communication · · Score: 1

    True enough. And it may well be the solution to a real problem that isn't recognized or possibly even invented yet. I don't think using light fixtures as data communication channels is likely to be it though.

  9. Re:You shoulda seen programs before Djikstra! on Empirical Study On How C Devs Use Goto In Practice Says "Not Harmful" · · Score: 1

    This is the summary I was looking for. Good work.

  10. Those operators are merely symbols that represent a subset of things they can do in the "real world". Why not allow them to represent a bigger subset of those things that they can do in the real world?

  11. Re:So you avoided indenting conditional code on Empirical Study On How C Devs Use Goto In Practice Says "Not Harmful" · · Score: 1

    Good point.

  12. The difference is that it's immediately obvious what a return statement is doing whereas the goto puts the flow of code "elsewhere" and might be leaving things in a weird state (granted that the OP has since claimed he intended to put some cleanup code before his return which could change the circumstances).

  13. Not even just for error conditions. I think something like "if(x==NULL)return EMPTYSTRING;" at the beginning of a function for special case handling is very readable.

  14. Re:Maybe stupid question of the day on Polymers Brighten Hopes For Visible Light Communication · · Score: 1

    OK. So now why is white better than blue? Or, indeed, the IR that was once fairly common in phones in the late 90s?

    Oh, I see. They want to use the room lighting to do this? Seems like a solution looking for a problem to me.

  15. Re:just want I wanted! on Microsoft Announces Windows For Raspberry Pi 2 · · Score: 1

    XP had more demanding specs which was adopted pushed the netbooks out of their value point (they failed to be competitive with low-end laptops).

    Tablets vs netbooks is yet to be decided. Tablet sales are flattening and Chromebooks are still out there.

  16. Re:"5-megapixel lens" on The First Ubuntu Phone Is Here, With Underwhelming Hardware · · Score: 1

    Did that chafe when you pulled it out of your arse?

  17. Re:just want I wanted! on Microsoft Announces Windows For Raspberry Pi 2 · · Score: 1

    I don't believe he said that Windows 7 killed the notebook, merely that Microsoft's efforts to take a slice of the pie were damaging to the market

  18. Re:just want I wanted! on Microsoft Announces Windows For Raspberry Pi 2 · · Score: 1

    You are completely right. I still use my EEEpc. Though more often I use my Chromebook which has more modern specs and a better for factor (not reflashed though. For advanced features, remoting works well for my needs).

    The sibling post of mine notes that you can effectively get a netbook by having a tablet and adding a keyboard. Sorry, I like my keyboard pre-attached. I do have a tablet but it has mostly fallen to being used as a remote control for mythtv and for my daughter to track her yu-gi-oh games. My chromebook is in constant use when I'm not at my main desktop.

  19. Re:So what? on Major Retailers Accused of Selling Fraudulent Herbal Supplements · · Score: 1

    You would think that the people selling the stuff would have an interest in proving these things were effective (perhaps via an industry association).

    If they were effective.

  20. Nothing Changes. on FAA Could Extend Property Rights On the Moon Through Regulation · · Score: 1

    It'll be the same old rules: If you can keep it, it's yours.

  21. Re:A Mixed Bag on Microsoft Announces Windows For Raspberry Pi 2 · · Score: 1

    Anything you'd need to learn to do something useful with a Pi with Windows, would not be too far from what you'd need to learn to do the same with Linux.

  22. Re:just want I wanted! on Microsoft Announces Windows For Raspberry Pi 2 · · Score: 2

    The netbook thing was an "Embrace, extend extinguish" kind of deal. It ruined the market.

  23. Re:So what will this accomplish? on Uber Capping Prices During Snowmageddon 2015 · · Score: 1

    His driver hit a patch of ice and drove the limo into a snow bank.

  24. Re:Good news on Disney Turned Down George Lucas's Star Wars Scripts · · Score: 1

    Gotta agree. I like Star Wars and Star Trek fine but I think what Abrams brought to Trek will be far more suitable to SW. Except the lens flare, that is.

  25. Re: When I see that [literaly] textbook mistake... on Steam For Linux Bug Wipes Out All of a User's Files · · Score: 1

    Not really. What you are talking about is capabilities provided by the Dalvik VM whereas what was being discussed was unix-style filesystem permissions.