Slashdot Mirror


User: Vengeful+weenie

Vengeful+weenie's activity in the archive.

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

Comments · 104

  1. Graffiti 2 sucks tho on Palm Reveals New Name · · Score: 1
    Well I've been using a new Tungsten C for a couple of weeks. The unit is fantastic, the one downer: Graffiti2 (aka Jot).

    It's inaccurate, slow and constantly gets confused. I used to be able to keep minutes on the thing, but no more, because the strokes just don't pick up fast enough. Forget about PocketPCs, boycott Xerox!

  2. Re:Five times faster - 29 / 5.6 54 / 11 on When 54 Mbps isn't 54 Mbps: 802.11g's Real Speed · · Score: 1
    Sure, but there are only 3 non-overlapping channels on a "b" set (therefore also a "g" set). Since multiple AP's have to be on differing channels, you quickly run out of available space.

    I'm no signaling expert, but couldn't the loss in range be compensated for by a better antenna?

  3. Re:Five times faster - 29 / 5.6 54 / 11 on When 54 Mbps isn't 54 Mbps: 802.11g's Real Speed · · Score: 1
    No, I disagree. Given the fact that 802.11a gives a higher rate (than a mixed network), and does not need to drop back to the slower speeds for reservation, and finally, the fact that a/b cards are dropping in price quickly, I would say that an a|b network works better in the long run.

    This allows segmenting the slower clients out of the higher speed network, and increases your overall bandwidth. Older clients use the (somewhat crowded) 2.5 GHz spectrum, high demand clients use the 5GHz bandwidth. Neither interfere with each other, and in fact both can transmit at the same time. You also gain more available channels on the 5GHz spectrum, which makes deployment easier.

  4. Re:This is no suprise. on Most Sun Employees Own Macs · · Score: 1
    I do Solaris admin. as well, and I run Linux as both my primary WS at work, and at home. I do use a Mac OS laptop, but I find it's underlining Unix a real bear to deal with. Apple sliced and diced just enough to make it a pain in the butt to use.

    What I wish Sun would do is start shipping all units out w/ dual processors min. The SPARC is designed around multiprocessor, you pay a price for that in a single chip config. The should set their price points to push the fact that you should have more than one chip.

  5. No need to split on EU Says Microsoft's Abuses Are Ongoing · · Score: 1
    It's unfortunate that the real opportunity has been missed during the anti-trust trial in the U.S.

    As part of the remedy, it should have been put down that MS must document all files used by any program they produce. This documentation should be public, and should require at least six months notice for any change.

    This would have broken the true monopoly on the desktop, MS's ability to hide how your own data is stored. It's your document, why shouldn't you know this? MS's monopoly depends on shaking off the competition, using copyright laws and secrecy as a bludgeon. It takes a disinfecting light to combat them.

  6. Re:repeat after me on Telemarketers Sue Over "Do Not Call" List · · Score: 1

    You don't need to have a phone.

  7. D'oh! on Wearing a Tie May Cause Blindness! · · Score: 1

    That's it.

  8. Re:No problem here... on Wearing a Tie May Cause Blindness! · · Score: 1

    Not if you're using an iBook.

  9. Re:What is the benefit on US Shrugs Off World's IP Address Shortage · · Score: 1
    Well, main focus is on running out of IPs, though there are other improvements in speed and utilization.

    I'd say that another major reason that the US can put this off is that the major use is from outside the US to inside the US, not the other way around. Culturally the US has less interest in accessing the rest of the world. IPv6 only saves you IPs if you don't need to have IPv4 node addressability, ie. the machine is only an IPv6 node.

    Now if the US wanted to have compatability to access the remote nodes, they would need to upgrade. The logical reasoning is that a law be passed requiring all adult sites to implement only IPv6. Bing! Instant compatability.

  10. Re:Shrug on US Shrugs Off World's IP Address Shortage · · Score: 3, Insightful
    It's out, NAT is the ugly evil quasimoto of the Internet! Bwhhha, ha, ha!

    (As opposed to the pretty one? :/ )

  11. But he's got a good point. on More on the Tango Electric Car · · Score: 1
    This sort of vehicle need to hit below $15,000 USD, perhaps as low as $10.000 USD in order for people to make the obvious trade-offs in flexibility, cargo handling and passenger space, even if fuel prices doubled. (Which given the current US administration, is not going to happen.)

    It's always a tough battle when you against the entrenched market.

  12. Neat, but it's Windows only again. on CD Burners with Built in Compression · · Score: 3, Interesting
    Just another neat gadget that loses so much potential, 'cause it only works on Windoze. When will the HW guys get it, that there are other poeple who use this stuff?

    It's not just this drive. Even things with the most basic interfaces like labelers and signs, even if they wrote their little gizmo interfaces in Java. Sure here you probably need a driver or an ioctl(), but it's not rocket science.

    I'll buy the one w/ Linux/Unix/Mac support.

  13. Re:Okay ... on Study: Wi-Fi users Still Don't Encrypt · · Score: 1
    The major problem with using VPNs are that they are implemented differently by different vendors. The Netgear box doesn't connect to the Sun box. Does the Windows machine connect to the OpenBSD gateway? Who knows? Even if it does you need to explain to everyone how it works (ie. support), and you need to distribute keys for people to use.

    Let's face it, the solutions that most people have suggested here are the techies doing the typing. You need to have a basic way of authenticating, distributing keys, and establishing connections, and most importantly, it needs to be easy or automatic and effecient to use.

    I'll check back next week . . . :)

  14. Re:"C/C++ is no longer a viable development langua on Open Source Project Management Lessons · · Score: 2, Informative
    Actually, I'd like to know what other projects are using. I think that some of the fustration with C/C++/Java also springs from the fact that this is a Windows development effort. I used C++ on Windows for a few projects and it -- is -- a -- bear. Doing any of this type of development for Unix/Linux or cross platform support I think changes the rules.

    Not mentioned is the final langauge they used. Is the code in C/C++?

    I do agree with the binary protocols vs. text protocols, but I'm not sure that is a recent revelation. Most of the Internet protocols use text based protocols.

  15. Re:ssh and telnet on Kerberos Support In OpenSSH · · Score: 1
    This goes back to a conversation I was having the other day over the design philosophy of secure TCP. I would prefer the design of IPsec, where the security is layered into the network itself. The problem arises from the fact that there is no way programmatically to ask for a secure connection. All of the work needs to be done by an admin., and all of the details need to be worked out ahead of time (what keys, distribution, etc.) IPsec also doesn't have user key support last time I checked.

    The ideal secure connection would allow secure authentication, and no data confidentiality, like Kerberos; a known host connection w/ no user auth; or a fully secured connection (like ssh), or open security (ie. no security). The problem is that the socket abstraction (which has a few basic flaws in it) no longer stretches to compensate for the network underpinnings. ssh/ssl suffer from this in that the application has to take on the security problem.

    All of the network security methods lack a good, fundamental authentication model. I think that this is where Kerberos works as a good add-on. Until a better trust model can be designed network security seems doomed to be a complicated mess.

  16. EEEEwwwwwww! on RFID Explained · · Score: 0, Offtopic
    (that's it :) )

    Look ma' -- no mod!

  17. Re:Privacy -- money example on RFID Explained · · Score: 1

    I agree. In the story, the example of placing the RFID inside of money is seen as a "threat to privacy." While I'm not sure I would want someone to be able to tell how much money I have in my pocket at any time, the "anonymity" of money is already a subjective thing. All US currency have serial numbers on them, and it would be rather trivial for a bank machine to record what range it had been loaded with, and which bills had been given out. "What do you have in your wallet -- Arr?"

  18. In a fair world, sure . . . on Appeals Court Sides With Microsoft On Java · · Score: 1
    The law does not at this point take into account that Windows is a platform. When developing for a platform, certain rules should apply, as there is an implicit contract between the developer and the platform supplier. It's seem ridiculous that MS has the ability to hedge it's control of the platform to destroy any market segment it feel threatened by. (Java is a platform, and would be governed in the same fashion.)

    It is quite clear that a law establishing what a platform is, and how it should be treated legally is long overdue.

  19. Re:Security on Will Cellular Swamp WiFi? · · Score: 1
    This is naive. IP under its current implementaion assumes a secure local net. This is obviously flawed in a public environment, even if you are not using Wi-Fi. Adding IPSec to the mix would be useful, if there were a good universal authentication structure.

    But even then, most people use Wi-Fi w/ DHCP. Ah, but how do you know that the correct DHCP server has responed? Are you connected to another client creating an evil network?

    So, even out of the box we end up with:

    1. Problems with what network we are talking to (wirelessly).
    2. Problems with what network we are talking through (wired).
    3. Malicious clients messing with our arp table.

    To be fair, the problem is that no one wants to fix the fundamental security issues. They're too busy trying to hedge against the competition to bother fixing the customer's problem.

  20. Re:Slight wording difference (more info) on USB 1.1 Renumbered To USB 2? · · Score: 2, Funny

    True. But now that Firewire 800Mb/s is out, the answer to all of this is: if you care about USB-480 (or USB Hi Speed, etc.) you should be using Firewire instead.

  21. Sounds familiar on U.S. Imposes Big Tariffs On Korean Chipmakers · · Score: 1

    Sounds a lot like Chrysler Motors. Mabey we can sell Micron to the Germans! :)

  22. Re:Nice but... on YOPY Arrives · · Score: 1
    That's a good hint. :)

    I got the 5000D, and the lower memory hurts. I'm not sure that that was the main point I was making though. The question is: does the abstraction of a general OS work when the basic assumptions about the environment have changed so radically?

  23. Re:Corporations are at fault? on Asia Running Out Of IP Addresses · · Score: 1
    Great! I think that IPs should be available, and cheaply too. If the transition takes a decade, then who cares? We've had a lot of time to work out the migration path, and IPv6 includes a number of additional benefits [better routing, IPsec, etc.].

    Better that we start to think about it now, so we don't fall into the traps when it counts.

  24. Re:"Perhaps" IPV6 will solve the problem? on Asia Running Out Of IP Addresses · · Score: 1
    Even if there were a billion trillion people on Earth . . .
    What about the colonies on Mars?
  25. Re:Winners and Losers on Microsoft to Pay AOL $750M in Settlement · · Score: 1
    True. I would hope that AOL would take the long term view and continue developing a stratigic "wedge" agains MS.

    I would have liked to see something along the line of "no packaging IE" w/ a default config. Even to remove the icons to the program would be a great help. Of course this was a company's private suit, not a govermental body.

    Well, mabey Bush'll choke on a pretzel or something, and we'll get a real trust buster in.