Slashdot Mirror


User: ajayrockrock

ajayrockrock's activity in the archive.

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

Comments · 79

  1. Re:All in on Sprint Bets Big On the iPhone · · Score: 1

    My contract is up with AT&T and my 3GS is showing it's age so there's a very high probability that I'm getting the next iPhone. I hate AT&T though, as it's pretty expensive. Right now I pay 160 bucks for two phones (one normal, one iphone). The wife pays 100 bucks on her Verizon phone. So that's $260 going out for cell phones which is crazy.

    Like you I had the unlimited data plan but had to ditch it as I needed to add on tethering for my laptop (didn't jailbreak, went the official route). It seems like AT&T want to do everything they can to get rid of the unlimited data users.

    Sprint has an unlimited data plan and have recently stated that it's "here to stay". So if sprint gets the phone tomorrow and the prices are still decent, then I'll cancel Verizon and AT&T and put us all on Sprint and probably save 100 bucks a month doing that.

  2. Re:they should get some pinball games as well on San Francisco Opening Computer & Video Game Museum · · Score: 1

    If you love pinball you should check out the Pinball Museum if you ever go to Vegas. It a pretty awesome way to spend several hours without losing tons of cash (unless you suck at pinball). :)

    http://www.pinballmuseum.org/

  3. Re:Hypochondria? on Doctors Seeing a Rise In "Google-itis" · · Score: 1

    On the flip side, I developed a rash on my wrist. Looking at pictures online I diagnosed myself with scabies(!!!), obviously I'm an idiot because the doctor said I have a normal case of eczema (excessive dry skin). So the moral of the story is, when you are diagnosing yourself, it's best to get a second opinion.

  4. CSS Mug on Styling Web Pages With CSS · · Score: 3, Funny

    CSS is Awesome!

    It's a joke, I love CSS. :)

  5. Short Answer on Do We Need a New Internet? · · Score: 3, Interesting

    No.

  6. Re:Other TV hacks on Comcast Apologizes For Super Bowl Porn Glitch · · Score: 2, Interesting

    What about Spaghetti Cat? http://www.youtube.com/watch?v=oMyHuCVaRaE

  7. Re:His explanation of Google's name is BS on How 10 Iconic Tech Products Got Their Names · · Score: 2, Funny

    man those last ones you said are really from the past, im having trouble remembering them too. when was the last time you heard of yahoo?

    yeah, I've never heard of yahoo either. I'm going to jeeves it.

  8. Re:I'm safe on New Denial-of-Service Attack Is a Killer · · Score: 1

    I hate those useless "lol" or "that's funny" comments, but seriously, this is the funniest thing I've read in a long long time. It's just wonderfully subtle.

  9. Re:Hello... Evolution? on Sarah Palin's Stance On Technology Issues · · Score: 1

    If you're going to diss a candidate, at least don't act like a raving fool and use actual arguments and assessments.

    You must be new here. :)

  10. Re:Familiar name on Mozilla Labs' "Ubiquity" Helps Automate Web Interactions · · Score: 3, Funny

    they should change the name to Phoenix

  11. Re:Obligatory Futurama quote on Global Warming Stopped By Adding Lime To Sea · · Score: 1

    I would just add a giant ice cube to the ocean....

    Dude: "Thus solving the problem forever"
    Little Girl: "But---"
    Dude: "I SAID FOREVER!"

  12. big change for ubuntu on Shuttleworth Calls For Coordinated Release Cycles · · Score: 1

    and agree to a six-month and 2-3 year long term cycle, then I would happily realign Ubuntu's short and long-term cycles around that


    huh? Isn't he just asking all the other distro's to adapt to ubuntu's release schedule?
  13. Re:Wikipedia entry on How To Move Your Linux Systems To ext4 · · Score: 2, Funny

    It's like ext2 times two, stupid.


    No, wrong. it's the next stable release of ext. remember people, odd numbers are development, even numbers are stable!

    okay, mod me down, I should really come up with new jokes.
  14. Chroot Finally? on OpenSSH Releases Version 5.0 · · Score: 2, Interesting

    Does anyone know if the chroot feature has been included (previously mentioned on slashdot)? Or is this just an upgrade for the security fix?

  15. Re:It still doesn't run on my computer on Firefox 3 Performance Gets a Boost · · Score: 3, Informative

    It still doesn't run on my computer and Firefox 2.latest_stable_release works fine. What's up with that? It just crashes immedietly upon opening.


    Back up your Firefox Profile and start clean.
  16. Re:Congratulations! on Hardy Heron Alpha 4 Released · · Score: 2, Interesting

    Yes, I'm a longtime gentoo user too and have recently switched my desktop (home) and workstation (office) to Ubuntu.

    It's not to say that Ubuntu is better then Gentoo or anything else. It's just that I think my day to day goals have changed. Where as before I had more time to tinker and play, Gentoo was so much fun. But now I've switched jobs and life is getting in the way, I need to get "work" done and pass on the tinkering.

    After switching to Ubuntu, it's nice to just have little things "work". Not like a Mac, but better then Gentoo. Opening attachments in thunderbird prompt the *right* app. yes, I know I can fix it by opening up some files and preferences but it's all done without me having to mess with it.

    Ubuntu allows me to get work done on linux, Gentoo forced me to work on linux.

    --Ajay

  17. Re:If you don't filter, you get blocked. on How Pervasive is ISP Outbound Email Filtering? · · Score: 2, Funny

    If an ISP doesn't filter their outgoing email to make sure that it's own users aren't spamming, they WILL get blocked. I'm on a super-secret anti-spam mailing list which I can't tell you about, and everybody there cheerfully admits to blocking their own users' outgoing spam. It's necessary.


    dude, spamassassin-users isn't that secret. :)
  18. Re:Portsentry a good idea? on Linux Firewalls · · Score: 2, Insightful


    Portsentry was made by Psionic. They were bought out by Cisco in 2002. So Cisco pretty much hired the main developer and that eventually killed the project. The code was open source but obviously a community never really formed around it other then people wondering what happened to it. I welcome the alternative, PSAD, and am planning on to give it a test drive...

    --Ajay

  19. Re:Why not a simple SCCS? on Apple's "Time Machine" Now For Linux... Sort Of · · Score: 3, Informative

    What I'd like to see is a very simple source code control system, built on the same design. Perhaps one that would just serve the needs of a single programmer.


    How about mounting a webdav file system with a subversion backend that has autoversioning turned on? That way, every time you write to the filesystem, SVN will make a new version. I did this for an office file server and installed track to point to the same repository. So now people have a cheap web interface to view revisions of documents.

    http://svnbook.red-bean.com/en/1.2/svn.webdav.autoversioning.html

    All the Mac's in the office mount the webdav repo, my linux box mounts it via fuse, and even windows has "web folders". It was kind of a fun project that turned out to be pretty useful.

    --Ajay
  20. Re:Sounds we can and cannot hear. on Does Going Digital Mean Missing Music? · · Score: 1



    Yes, slashdot talked about it here. There were 10 listeners and everyone slammed it because there were only 10 people. Kind of a small "sample size" if you ask me.

    --Ajay

  21. Re:This is quite bad :( on Zap2It Labs Discontinuing Free TV Guide Service · · Score: 1

    not paying for guide data is certainly a benefit for Myth. But for me, the main reason to use Myth was to record shows and do whatever I want with them. So for me, it was control. I can do whatever I want with the recordings and I'm not subjected to some other company telling me how they want me to watch TV.

    So yeah, I'd pay a few bucks for reliable guide data.

    --Ajay

  22. Re:This is quite bad :( on Zap2It Labs Discontinuing Free TV Guide Service · · Score: 1

    They were probably getting pressure from other companies.

    I had Dish Network and signed up for one of their International channels, SET (Sony Entertainment Television). A few months ago they all of a sudden dropped the listing. It wasn't showing up in my Myth box, and the option to include the data wasn't even on their site anymore. It just disappeared. I checked Dish's site and sure enough the SET listings are there and the source is even from Zap2It! So I'm assuming that Sony told Zap2It to remove their channel data from the XML feed to cut off PVR users.

    Hopefully someone picks up the slack, I'd pay a few bucks a month to keep using Myth without the scraping.

    --Ajay

  23. Re:Anybody know what the "abuse" was? on Zap2It Labs Discontinuing Free TV Guide Service · · Score: 2, Insightful

    No. For us, all you had to do was register with labs.zap2it.com and then you can get the listings for private non-commercial use. So we (mythtv users) weren't abusing the system. I imagine that the abuse they are talking about is people signing up for the service and then reselling their data (that they themselves aggregate from other sources).

    --Ajay

  24. Re:Not completely Open Source on Comcast Goes to Zimbra · · Score: 1

    Their pricing: the "network edition" costs 18 bucks per user per year, 25 bucks per user per year if you want Outlook/iSync stuff. One thing that I don't like is that you can only buy them in 25-user packs which blows when you add that 26th employee but whatever.

    The open vesion is fairly feature rich but misses some minor stuff. At my new company we might actually just use the OS one for a while since there's only 5 of us and I can figure out the backup/restore procedures myself (dump the database/ldap and copy the files?)

    --Ajay

  25. Sonic Boom's "Speak & Spell" Tour on The Laptop as an Instrument? · · Score: 1
    I saw Sonic Boom (aka Pete Kember) open up for the Flaming Lips years ago where he had 6-8 hacked Speak & Spell toys on stage. He would trigger sounds through each one for his full concert.

    From an article about it:

    Of the recent explorations of circuit-bending, Sonic Boom's Data Rape, recorded under the "Experimental Audio Research" ("EAR") banner and available through Space Age Recordings, stands out as the most distinctive. The entire LP was recorded using modified Texas Instruments Speak & Spell devices, together with some audio processing using a Morley phaser and an EMS VCS3. Speak & Spell was the first in a series of educational toys that was to establish electronic speech synthesis in the mass market. Subsequent products included the less successful, and therefore rarer, Speak & Math, and the downright obscure Speak & Read.


    The concert was pretty much all ambient sounds from what I remember and not very impressive (sounding), but it was pretty neat seeing him up there with no instruments besides these "toys". :)

    --Ajay