Slashdot Mirror


User: psyclone

psyclone's activity in the archive.

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

Comments · 483

  1. Re:What about LAMP on Departure Of The Java Hyper-Enthusiasts? · · Score: 1

    What? You cannot seriously compare PHP/Perl (even mod-perl) with Java/J2EE (as an application server) for large projects. PHP and Perl work great for small web apps, blogs, etc. But for maintainability, Java/J2EE are great for large projects.

    As far as I know, Python doesn't have an application server container (ala Tomcat style), so that's out. Ruby (from what I've read; never used it) seems promising. Java has been around for years, so software companies that have been using Java for years have hopefully learned from mistakes. They'd have to re-learn from mistakes if starting with Ruby.

    Of course, bad design and bad implementations can make a large project done in Java/J2EE fail miserably. But that goes for any language.

  2. Re:Custom emoticons on Gaim 2.0.0beta1 Released · · Score: 1

    A main reason I'm using Gaim is that I never see any emoticons - especially custom ones. I wish the protocols had an option to display plain-text emoticons when I send them.

    Side note: Outlook should send ":)" instead of the freaking "J". Man that bugs me.

  3. Re:redirects from GoDaddy not hosed on GoDaddy Serves Blank Pages to Safari & Opera · · Score: 1

    They can load-balance at so many levels (like DNS, TCP/IP, Application level, etc.) that this would be a ridiculous scheme to do so.

    It seems like whoever implemented this was trying to do some silly IP logging scheme. (Which is just as ridiculous.) S/he must have not known how to grab IPs from the initial web request.

  4. Re:KDE "Supported" - who cares? on Slashback: KDE, Tsunami Hacker, and Image Bugs · · Score: -1, Troll
    Who cares? KDE looks like butt. Always has. Those bubbly, cartoony icons and themes annoy the crap out of me.

    Now, I do like the myriad of K* applications. If only they were more pleasing to the eyes.

  5. China on Why Microsoft Hates Blu-ray · · Score: 1

    Just like they did with SVCD, the Chinese version of a high(er) definition digital versatile disc could be 'teh winnar!' here.

  6. Sometimes in chess on IBM Drops Patent Counterclaims · · Score: 1

    Sometimes in chess, you'll let a pawn be sacrificed to set up a checkmate.

    Sometimes? If all it takes is a pawn sacrifice, I would say *always*.

    But then again, I haven't been following this game move by move.. I'm just waiting for the Deep Blue victory.
  7. correct, as seen on tv on Giant Squid Caught on Film · · Score: 1

    There was a good Futurama episode (season four I think) where the ship went down to the bottom of an ocean. And since it was built for space, it could not withstand the pressure at depth. Seems they had no pressure problems after returning to the surface though.

  8. Re:Slashdot poster rule #1 on VoIP Going Wireless · · Score: 1

    s/post/'news' story/g

  9. Re:Rhymes With Ditty on Dell Launches Flash Music Player · · Score: 1

    ...64kb [is] listenable on WMA though.

    hah! - maybe listenable only by those people who are near deaf from listening to headphones too lound. The 160kb+ WMA is listenable. Barely.
  10. Re:Watch out for Puff Daddy on Dell Launches Flash Music Player · · Score: 1

    yes! Anyone know of any decent removable flash-based compressed audio players? Compact flash would be sweet -- 2-3 years later we'd have 5GB+ removable media; for now we could settle for 2GB.

  11. Re:The New Deal: A TLD in every pot! on Mobile Top Level Domain Gets ICANN Nod · · Score: 1
    I'd say .com + .net + .org (the gTLDs) are about 80% currently. However, existing ccTLDs are growing in use around the world, in addition to new ccTLDs like .EU. The gTLD namespace has somewhat stagnated.. yeah, there are a lot of new domain purchases, but there almost as many expirations/deletions.

    For future growth, the hierarchical model makes sense. As asia and europe grow in the internet market, ccTLDs (like .cn, or the IDN equivalents) will grow. Granted, semantically, the gTLDs have no use, but the ccTLDs do. Most of the motivation for the specialized TLDs (like .pro, .xxx, .tel, .mobi, etc.) are to make money, as the registy operators and the registries know that the large corporate clients will purchase domains.

  12. Re:The New Deal: A TLD in every pot! on Mobile Top Level Domain Gets ICANN Nod · · Score: 1
    Um, sorry. That's a bad idea.

    Because our 13 root servers would then need to store every domain name in existance (NS and A records). It entirely defeats the purpose of a hierarchical database, which the Domain Name System is.

  13. Re:Not really that good, IMHO. on LiveJournal Founder Launches OpenID System · · Score: 3, Interesting
    [OpenID] hardly solves the NYT problem
    Well, assuming this OpenID thing is really great and wonderful and doesn't make the baby jesus cry, then perhaps a lot of small sites will use it. And if a lot of small sites are using it, it might trickle up to a decent amount of medium sites, which might get noticed by a few large sites.

    No one liked Passport so that's why it didn't get used. This is a different idea which has a slim, but possible, chance of success.. even on large sites.

  14. The other considered .tel proposal on .tel Coming Soon · · Score: 1
    the other proposed usages of .tel had a potential to cause damage in addition to being useless

    First, these are the two .TEL applications:

    I can see how there could be some confusion with the numbering systems in the world if we had the number-based .tel TLD. But, it could at least be potentially useful. I see no value in a name-based .tel except that the registry operator, accredited registrars, and ICANN will all make money.

    Will the name-based .tel be for the good of the internet? Or in the internet's common interest? Probably not. Might the number-based .tel aid in VOIP or 'bridge the gap between phone networks and computer networks'? Maybe.

  15. Re:Whose fault is it? What if.. on Opera: Firefox User Figures 'Inflated' · · Score: 1
    What if all browsers / proxies displayed themselves as IE? Then these stats would be useless as well as the unwanted javascript that checks for the user agent.

    Related: Firefox extension - user agent switcher

  16. water isn't wet on Sony's New DRM Technique · · Score: 1

    But water is not wet -- only something saturated by water is wet. Spill water on your shirt, your shirt is wet. Pour water on some soil, the soil is wet. Pour water into more water, it's still water.

  17. Re:Using low TTLs for fail-over redundancy on Providers Ignoring DNS TTL? · · Score: 1
    I guess this depends if you want one site to be a failover or if you want them to be semi-load-balanced.

    First, you don't have to worry about TTLs for the MX records, multiple records with priorities (same number or otherwise) will take care of themselves.

    For web, if you want load balancing, you can simply create two A records for www.domain -- one IP for server X, one IP for server Y. I'm not entirely sure if both records are returned to the client (browser) or if the ISP will only cache one. Assuming they cache both records and the client gets both A records, it should work in case either server were to fail. (Client should attempt 2nd IP address if first fails).

    For simple failover (say server X is beefy, server Y is only for emergencies) then a low TTL should work -- assuming:
    1) you can handle the DNS requests and
    2) that the Net will honor your TTL.

    Also, you only need the low TTL for your www A records.. your SOA, NS, MX, TXT, etc. should all have a reasonable TTL (>3 hours). There can also be many layers of DNS cache -- the first may be the ISPs resolver, the second could be the ISPs forwarder, and the third level might be the client. So the perceived TTL in this case is 3 * the A record TTL.

    Remember everyone, Time To Live is based on the honor system. If your neighbor doesn't wish to honor your TTL, too bad.

  18. Re:Seems like a great way to package media... on W3C launches Binary XML Packaging · · Score: 1

    Exactly. It seems like a way to have a "text" file that is easily parsed (all the XML info -- in this case possibly a description, comments, image meta-data, etc.), yet binary info (a jpeg compressed image) fits along-side for when you want it. One file with all the goodies.

    How this is different than simply base64 encoding the image inside a tag is yet to be seen. Perhaps because it's a standard?

  19. Re:Still not feature complete on Mozilla Thunderbird Reaches 1.0 · · Score: 1
    You don't have to do it every time, just once per folder.. After that, the 'check mail' button will look for new mail in all of those folders. I have server-side rules that put stuff into folders that I do not want to be notified about. So I just 'check for new messages' only on certain folders. If all your rules are client-side, then this does not apply.

    Not sure about server software (try freshmeat), but the IMAP protocol is excellent, IMO. Whereas POP is terrible.

    I would love to have all sorts of information stored on IMAP-like servers.. like bookmarks, accessible anywhere, since they stay on the server.

  20. Re:Still not feature complete on Mozilla Thunderbird Reaches 1.0 · · Score: 1

    Actually, you can right-click on each folder >> properties >> check this folder for new messages.

    Pretty simple. I use it to connect to echange via IMAPS, I write my rules with outlook so they sit on the server, then they get filtered into the appropriate folders.

    -- The part about having to download the whole message with the attachment is painful. But I've not used any other imap client that doesn't work this way. Pine would take forever to load an attached message over imap too. Perhaps it is the imap implementation by the exchange server?

  21. Re:They're idiots on The Cost of Computer Naivete · · Score: 1
    Friend of mine worked with a fully working Win98 install for 5 years.

    Dude, call Guinness for a record!

  22. Re:They're idiots on The Cost of Computer Naivete · · Score: 1
    It takes me a lot shorter to install Win98 on a box and that includes saving any or all documents. 1.5 hours tops.

    I agree. Besides, you need to reinstall Win98 every 6 months anyway. I had a dual-boot machine a few years ago. I hadn't booted to Win98 in about 5 months. (The semester ended so it was time to play some old games.) I hadn't changed any hardware, but on boot, Windows "forgot" about my video drivers and network card. And that was 5 months not even running windows!

  23. Re:Pirate users click here! on Windows XP SP2 In Release · · Score: 1
    What? It seems to me that anyone who cannot install SP1 cannot install SP2. Are all the cracked machines able to install SP1?

    From parent's link:

    The same users that were blocked from installing SP1 - those that have used a small set of legacy pirated product keys - will be blocked from installing SP2.

    I believe Gary Schare is saying the "broadest number of people [who] can install SP2" are valid users and "pirates [who] have moved on to other keys which we are not blocking." So.. Are some non-purchased keys (that work with SP1 and updates) not blocked? If not, this means the [many?] non-purchased copies of XP will still be less secure.

  24. Re:never saw the point of the super duper RAM on Dual Channel Memory Shootout · · Score: 1
    I/O performance:

    The disk is still the slowest part of your system (well, after the network and external devices). Fast RAM is nice, but only after your data has been loaded from disk into memory! So the biggest boost in performance visible to the user would be a faster disk -- try a 10k rpm SATA drive for your OS/games/apps, and larger/cheaper 7200 rpm drives for data storage.

  25. Blah Blah on Ballmer - Xbox 'Can Take Sony' In Next Generation · · Score: 1, Interesting
    Anyone else getting a little tired of the constant hype of new consoles? This is getting a bit rediculous. A few years ago it was all hype about xbox 1, PS2, and gamecube. A month after those consoles hit the market, the media turned to hyping the next gen consoles.

    Wake me up when the next console is ready to be sold, give me full tech specs with game screenshots, and I might give it a nod.

    If the world moves too fast on these, small to mid-sized developers won't have the time to develop a game for the current console -- they'll always be anticipating the next generation and games will cease to be polished.