Slashdot Mirror


User: kbroom

kbroom's activity in the archive.

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

Comments · 29

  1. Re:One thing missed on GUI Toolkits for the X Window System · · Score: 1, Interesting

    Well, it looks like you also have one thing missed. Personally, I use wxWindows through python. To deploy, I compile everything to a windows native executable, which automatically comes with the necessary DLL's (http://starship.python.net/crew/theller/py2exe/).
    Also, for wxWindows, you can statically compile your programs, and then compress the executable, with upx (http://upx.sf.net), which by experience reduces the sizes of the .exe more than 50%.

  2. I know the code that infringes their IP... on SCO Wants $699 for Linux Systems · · Score: 1

    ...and for the modest amount of $698 (you save $1!!) you'll get a binary copy of the kernel with the code in dispute removed and replaced.
    Unfortunately I cannot show you the removed code as per SCO's request. I can do it only after SCO reveals it to the public.
    GET YOU SCO CHEAP BINARY KERNELS WHILE YOU CAN!!!

  3. Re:flaw is easily avoidable; use RC4 on Swiss Researchers Find A Hole In SSL · · Score: 1
    I don't know if this is entirely true. This attack is based on Vaudenay's attack to block ciphers using padding on CBC. There was a paper on Usenix '02 which showed that stream ciphers (like RC4) can also be vulnerable to a similar attacks under certain conditions, so I don't think is as easy as just changing algorithms.


    For the paper look here

  4. Re:Totally unprofessional on Sprint DSL's Security Hole Easy As 1,2,3,4 · · Score: 1

    At least it was Wired who did it and not a real hacker with malicious intentions. If they hadn't done this, this story might have not made it to slashdot and you would never know that you NEED to change your default password.

  5. I would keep an eye for mono on Cross-Platform GUI Toolkits (Again)? · · Score: 5, Insightful

    It is hard to admit it, but when the mono team gets windows forms working correctly, C# and .NET are going to pick up a great deal of momentum, specially in the cross-platform GUI development area.

  6. BeOS might not be dying on History and Perspective on BeOS · · Score: 1

    But that webserver is about to die with the frantic slashdotting is taking.

  7. Look at the Blender Source on Designing Computer Animation Software? · · Score: 5, Informative

    Now that the Blender Foundation have collected all the money (100k.. wow) to buy the blender source from NaN, they will be releasing the source under the GPL very soon (paid members pre-release due tomorrow).

    Blender is a full fledged 3d program with some animation capabilities. Maybe looking at their design will give you some good ideas.

  8. The article got this one right on Secret Service Goes War Driving · · Score: 4, Funny
    (...)These networks are becoming common in airports, universities, coffee houses, businesses, homes and even some public squares. But they are sold with no security measures (...)
    Actually, most vendors advertise WEP as a security mechanism for these wireless networks, but as we all know, it is pretty much useless. I wonder if the writers of the article wrote the above statement knowing this fact, or if they just got lucky.

  9. Never trust Kazaa on Stealware: Kazaa et al Stealing Link Commissions · · Score: 2, Interesting

    After all the bad propaganda that commercial peer to peer software has gotten, I've learned to never trust it. Anti-spyware software is not enough, you never know what will they come up with next, that is why I run Kazaa on a safe sandbox. I have a vmware session with win98 whose only purpose is to run Kazaa or other programs that might be suspicious. That way I can take advantage of the service provided, while being sure that my main OS is clean (or at least cleaner).

  10. Re:Driver based encryption on Microsoft and Wireless Authentication · · Score: 1

    AES is the best we've got now and is definitely better than RC4. Until all wireless connections use it ... you had better keep your communication wrapped in ssh tunnels or IPsec VPNs.

    While I agree that AES is better than RC4, the algorithm is not the weakness of WEP. Is the way the designers used it. It would have been great if the people that created the system really knew what they were doing.

  11. Re:Give them soem credit. on NeoNapster's NeoAudio Rips Off CDex · · Score: 2, Insightful
    And if you read at the end of the page, they also give credit to CDex, saying:

    NeoAudio is open source software based on the CDex engine, distributed under the GNU General Public License. To download the latest source code, click on the link below:...

  12. Biased review? on Tracking Hackers · · Score: 1


    Although the review seems pretty interesting, don't you think that it might be a little biased? He is doing a talk on a conference lead by Lance Spitzner pretty soon. (Look for COUNTER-INTELLIGENCE IN INTERNET SECURITY: HONEYPOT BEST PRACTICES)

  13. Re:Permissive dhcp on Attack Of The Dreamcasts · · Score: 2, Informative

    Even with no IP address given by dhcp, I think it would be possible to sniff traffic via ARP poisoning.
    You don't need an IP to send ethernet packets (which is where ARP lives).

  14. photo realistic sky generator software on Asteroid Fly-By on August 18 · · Score: 4, Informative

    Stellarium is an impressive piece of free software for Linux and Windoze that renders the sky at any given time given your coordinates.
    I bet it will make it much easier for the untrained people to find the asteroid in the sky (considering its trayectory.

  15. Re:Software will find cheap programmers to write i on 235,000 Software Engineers Can't Be Wrong, Right? · · Score: 1

    If anything, US engineers having to "fight" for jobs is a "good thing". If US citizens get competition, they are going to feel obligated to raise their skills in order to get an IT job. As a software user, this finally translates into better products.

  16. price of the rocks on FBI Arrests 4 College Interns For Stealing Lunar Materials · · Score: 1
    "...tiny pieces of lunar soil and a famous Martian meterorite valued at more than $1 million."

    So how do put a price on that:

    • Take it to "the price is right".
    • They are universally around US 599,999.99/lb. (varying galaxy to galaxy and depending on the exchange rate).
    • Taking the rocks to the "antique roadshow".
  17. My Mozilla crashes on the link! on Mathematical Lego Sculptures · · Score: 1

    I think slashdot has discovered a mozilla bug.
    Everytime i click on the "out of legos" link, my
    Mozilla(1.0) crashes! ...Or maybe there is a new weapon against the /. effect!

  18. On security, ditch WEP, USE A VPN on Building a Wireless Network for an Apartment Complex? · · Score: 2, Interesting

    WEP is easily broken. There are several tools that make war driver's life really easy.

    I would set up the wireless network ouside a firewall, and then probably hook up a couple of machines with FreeSWAN or poptop (linux vpn servers) that will connect to the access points.

    See this paper for a good discussion on wireless security.

  19. These people never heard of stream ciphers on One-Time Pad Encryption With No Pad? · · Score: 1

    Stream ciphers are a symmetric encryption scheme which try to emulate a one-time pad by generating random bits given a certain key.
    The _only_ difference with these people's algorithm and stream ciphers is that the "equations" used to generate the random bitstream on stream ciphers are open, and have been tested by a large community of cryptanalists. In the case of this new scheme, only a handful of people BELIEVE that their equations are unbreakable.

  20. A Solution on Mandrake Policy Change Angers Users · · Score: 1

    Seriously I don't see the problem with this. If SO6 costs money then Mandrake should not just give it away for 5 bucks.
    What they should do is give the SO6 download to all the mandrake club members that _already_ signed up previous to the controversial decision. That way, the don't betray or lie to anyone, old members and members to come.

  21. some good open source music machines on Musical Machines Gain Recognition · · Score: 1
    Well, although in my opinion, open source music software is not as mature as the windoze counterpart, we still have some really good representation.
    • SpiralSynth is becoming an almost self contained music production program. With basic sequencers, good synths, samplers and effects is one of my favorite programs.
    • If you want to play DJ, go check TerminatorX to get fill all your scratching needs. They even hacked a turntable that works with the program!!
    • Finally, for some real-time guitar effects, check Stompboxes2 , which is my own project. (BTW, i'm looking for developers).

    The day that we have a fully functional program that is as good as Buzz or Orion, I'll be a happy man and I'll have to reboot my machine less often.
  22. Re:Slowing down already... ./ effect on The Incredible Shrinking Motherboard · · Score: 1

    hmmmm.... you mean the /. effect ?? :)

  23. storing keys on media is for the weak... on Tinfoil Hat Linux: A Distribution for the Paranoid · · Score: 1

    The only secure storage is yourself, and you
    must also be able to type directly in ciphertext.

  24. Re:You Paid _HOW_ Much? on Review: Nex II CF MP3 Player · · Score: 2, Informative

    I own a Diva player, which is an excellent unit. It even acts as a voice recorder too!!, besides it is the smallest player that takes CompactFlash. The only problem is that is does not accept CFII, therefore, no Microdrive compatibility, but at $69.99
    (with 32megs built-in) this is a hell of a deal.

  25. sad comment on Slashback: Regionalism, Rivalry, Zensur · · Score: 0, Troll
    I would love be 100% Linux user but again sometimes it's not you who decides what os runs on your machine.


    Comments like that make me really sad. If you don't make the decision to make a change yourself, then no one will do it for you. Come on... take the initiative and do something new.