Slashdot Mirror


User: hey

hey's activity in the archive.

Stories
0
Comments
1,821
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,821

  1. Re:"Cloud-based" on 15-Year-Old Sells Startup To ActiveState · · Score: 1

    Or a meta-package.

  2. not too bad on Mozilla MemShrink Set To Fix Firefox Memory · · Score: 1

    I love Firefox. I don't think it takes too much memory. Sure it could use more but its not so bad. Right now for example its using 128M (after being open for days) on a 4G machine which is fine.

  3. Re:Chromium, much? on Mozilla Labs Introduces the Webian Shell · · Score: 1

    It would rather trust my desktop (and browser) to a non-profit.

  4. Re:WiFi is Useless for Laptop Users on Airplanes on Ars Looks At In-Flight Internet — State of the Art vs. Things To Come · · Score: 1

    "However, this does not come cheap: as rough rules of thumb, you can expect to pay four times the normal economy fare for business, and eleven times for first class! " from http://wikitravel.org/en/First_and_business_class_travel (I donno how legit that site is)

  5. For Gramma on Mozilla Labs Introduces the Webian Shell · · Score: 1

    This is great for Gramma/pa. Or other beginner users.
    I have to support my parents and would love it give this to them (when its 1.0).
    Of course, its not for Slashdot "nerds" to use ourselves.

  6. units on Mars Rover Opportunity Surpasses 30km Driving · · Score: 0

    Arg, feet and kilometers in the same paragraph equals a mess.

  7. fengoffice server on Ask Slashdot: Uses For a Small Office Server? · · Score: 1

    http://www.fengoffice.com/web/community/why-is-open-source.php
    was in Linux Journal this month.
    Its like your own Google Docs.

  8. I like the idea of using Infrared as an Out of Band (OOB) channel. It can be used to provide a caption for photos like they show in a museum. I could see a cheap new product that you can clip on to things that transmits a IR beacon of information. Perhaps to direct pizza drivers and invited party guests to your house.
    Why not use IR to label your own artwork on the wall. There seem like alot of interesting uses for this captioning. Of course, advertisers seem to be the main users of QR codes. And having The Authorities decide what you can and can not film is ugly.

  9. I like the idea of using Infrared as an Out of Band (OOB) channel. It can be used to provide a caption for photos like they show in a museum. I could see a cheap new product that you can clip on to things that transmits a IR beacon of information. Perhaps to direct pizza drivers and invited party guests to your house.
    Why not use IR to label your own artwork on the wall. There seem like alot of interesting uses for this captioning. Of course, advertisers seem to be the main users of QR codes. And having The Authorities decide what you can and can not film is ugly.

  10. Pidgin plugin on Skype Protocol Has Been Reverse Engineered · · Score: 1

    I would like to see a Pidgin plugin for Skype!

  11. Re:Gnu Privacy Guard Pickup Unit? on AMD Betting Future On the GPGPU · · Score: 1

    Really, people ask you to speed up the databases using the GPU?! Regularly.

  12. Re:why graphics? on AMD Betting Future On the GPGPU · · Score: 1

    My thoughts exactly. This should be part of the CPU. Like floating point.

  13. Re:Still no cure for time_t... on Fedora 16 Will Number UIDs From 1000 · · Score: 1

    Do you really need a entire 64-bit OS to redefine time_t ?
    I think its already defined as a long (on 32 bit systems).

  14. Re:Let me explain. on Are Streaming Media Players a Passing Fad · · Score: 3, Insightful

    What if I want $goodbrandofserver functionality and my $tvbrand attempts to lock me into $evilserver functionality but is otherwise a very nice TV.
     

  15. Just installed it and... on Fedora 15 Released · · Score: 3, Interesting

    ...I like it. The faster .drpm alone is worth it.

  16. Re:bad for screenshots on Google Is Serious, Chrome 13 Hides URL Bar · · Score: 1

    Most people will just go with the default... that's the problem.

  17. bad for screenshots on Google Is Serious, Chrome 13 Hides URL Bar · · Score: 1

    Now if you see a screenshot of a browser viewing a website you also see the URL (in the location bar).
    In Chrome you won't. This is bad. The URL is best thing about the internet.

  18. expire on Can Computers Be Used To Optimize the US Tax Code? · · Score: 1

    How about adding an expire date to all existing tax laws. And new ones.
    That way they would garbage collect themselves.

  19. Re:Android icon? on The Arduino Project Gets a Core Memory Accessory · · Score: 1

    You are right. Arduino is important enough to have its own icon!

  20. Dumbed down local OS on Hands On With the Samsung Series 5 Chromebook · · Score: 1

    What's needed to a local OS for beginner users. It would reduce clutter but saving things in virtual folder, etc (with out being asked to).
    Perhaps by type/time/tags/etc. Also mix in some automatic dropbox-like backup.
    (There was talk about WinFS being SQL for Vista but I guess that never happened.)

  21. SIP on Microsoft Buying Skype for $8.5B · · Score: 4, Insightful

    Wikipedia says:
    The Session Initiation Protocol (SIP) is an IETF-defined signaling protocol, widely used for controlling multimedia communication sessions such as voice and video calls over Internet Protocol (IP). The protocol can be used for creating, modifying and terminating two-party (unicast) or multiparty (multicast) sessions consisting of one or several media streams. The modification can involve changing addresses or ports, inviting more participants, and adding or deleting media streams. Other feasible application examples include video conferencing, streaming multimedia distribution, instant messaging, presence information, file transfer and online games.

    *That's* the alternative.

  22. tweets on Crashed Helicopter Sparks Concern Over Stealth Secrets · · Score: 1

    What about that guy who tweeted that the copters were shaking the windows?
    http://eu.techcrunch.com/2011/05/02/heres-the-guy-who-unwittingly-live-tweeted-the-raid-on-bin-laden/

  23. Re:So where's the FLOSS/open codec Skype alternati on Facebook Wants To Buy Skype · · Score: 1

    Not to mention the FLOSS/open alternative to Facebook.
    Soon, please!

  24. javaScript as a platform on Inside Mozilla's New JavaScript JIT Compiler · · Score: 2

    Now javaScript is so fast perhaps other interpreted languages would be "compiled" to JS. I am thinking of Perl6 for one.

  25. types on Inside Mozilla's New JavaScript JIT Compiler · · Score: -1

    Maybe is this obvious. In the interview he mentions that optimization is hard because the types of variables aren't known. For me (and probably most programmers) the variable names are a dead give away on the type. A variable called "i" is going to be an int and "str" is a string. Likewise with iName and strName. I wonder if they have run some analysis on a large body of code to see if they can do a good guess on the variable type from its name.