Slashdot Mirror


User: noselasd

noselasd's activity in the archive.

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

Comments · 528

  1. Re:Last year. on Pranks for April Fool's Day 2004? · · Score: 1

    Some term they use for how good your chances are of
    routing the call to a country..
    e.g. only 1 in 10 calls make it through, the
    reacability of the country is rather poor.

  2. Last year. on Pranks for April Fool's Day 2004? · · Score: 1

    Had a nice one last year.
    We have a surveilance system for the telephone links going abroad from Norway, with
    some nice graphs showing the reacability of phone calls to foreign countries.
    So on some of the high priority routes we manipulated the statistics
    so they all showed 0% reacability.
    Caused quite some panic ;)

  3. Re: NTFS on Fedora Core 2 Test 2 Released · · Score: 1

    Most other distros are based outside the USA, where the patents often does not apply.
    Nevertheless, if other distros ship it , does that automatically make it
    legal ?
    Or is the patent owners doesn't excersice their patent rights, is it still legal ?

  4. Re:whats an "rteam"? on Microsoft FUD Machine Aims at OpenOffice.org · · Score: 1

    You are wrong, they DID use the MS spell checker ;-)

  5. Re:but.... on Testing Relativity · · Score: 1

    I already thought relativity was tested.. Or are the GPS system really not working ?
    http://www.metaresearch.org/cosmology/gps-relat ivi ty.asp
    http://rattler.cameron.edu/EMIS/journals/L RG/Artic les/Volume6/2003-1ashby/

  6. And the snow. on Monday's Planet Views Best Until 2036 · · Score: 1

    Ok, best view until 32 years. And it's god damn snowing. No chance in he** of seeing a star :-(

  7. Re:All those stats... yet no memory useage counts? on Mozilla 1.7 Beta Is Faster And Smaller · · Score: 1

    This is how memory allocation work on most platform. You malloc/new some memory , later you free/delete it. It is only released back to the memory allocator , not back to the os. Now there are various techniques on some platforms that releases it back, e.g. big allocations are done with mmap which gets released when unmapped. Some reduce the heap(brk(...)) if the memory allocator realizes there's a lot of free space at the top of the heap. Remember the heap grows/shrinks like a stack.

  8. Re:Illegally distributed software on Anti-piracy Vigilantes Tracking P2P Users · · Score: 1

    Why ? What did they do wrong ?
    Is there a law against sending away the IP address ?

  9. Re:YaST - great for newbs but... on YaST to Become Open Source · · Score: 1

    The thing for GUI tools is to read and write the very
    same configfile one would edit by hand, and to understand/parse
    the whole syntax of that configfile.
    User hand edits a config file, GUI tool read/parse it, and presents
    the configuration already in it.

  10. Re:Um on Is Security Holding VoIP Back? · · Score: 0

    >You say that you the pstn is insecure.. Have you tried lately to
    >'hack' into one, well besides being able to listen to whats on a

    Yes I have, it's rather hard, but finding the right cable, and
    using the right software/hardware it's doable.

    >analog line. Tell me how a cellphone is insecure (They have
    >encryption and cdma is pretty secure by itself.), or how a isdn line
    >is insecure.. Those are circuit based networks. (well cellphones are
    >a hybrid)

    True, but thats often just from the cellphone up to the antenna.(or sometimes a bit further..).
    Once the voice is on cables, it's "decrypted"(not always though, but very common.

    >Tell me how would you go about overhearing a circuit in this circuit
    >based network? You can't. The fbi can, But that hardly makes it

    You dig up a cable, its often 2mbit coax cables or fibre. You hook
    on a splitter to get the signals. Feed them to a hardware card
    on your PC, pick up an appropriate timeslot there, pass it throug a
    decoder(e.g. G.711) and onto your soundcard.
    I do this for work.. well not so much digging up cables, but making
    software that can simulate e.g. a SS7 switch. It could among other things do the above.

    >insecure. Circuit based networks by their very nature are actually
    >highly secure networks. The only person you really have to worry
    >about is the one in control of the line, if you dont' trust them you
    >go with someone else and use encryption..

    Its only secure cause its rather hard for the common man to do it.

  11. PSTN Security ? on Is Security Holding VoIP Back? · · Score: 2, Informative

    I'm somewhat wondering at which level they need security..
    If you want VoIP over the Internet, you defintly need to care about security.

    Then again if an operator wants to do this over the internet, there are alot other things than security to think of
    as well,(e.g how goddamn unreliable the internet can be.. packet loss, long unpredictable delays , etc.)

    Now, many are already doing VoIP, but at a complete diffrent layer.
    They replace their internal core switching network with IP networks.
    Networks ofcourse nowhere near the internet, only as their internal bearer of signalling and in some cases the voice
    as well.
    Readers can go through the RFCs for the Sigtran stack for more info. Some are considering SIP/SIP-T as well.
    The issue they face are not security, but maturity. Protocols and implementations are not that ready.
    In this scenario noone talks about security, its the same as in the "old" telco network, phyisically security.

    Which btw. isn't that secure. I can very well dig up an 2mbit SS7 cable, hook e.g. our SS7
    simulator(www.utelsystems.com) onto it, and call for free, or cause lots of trouble for the switches..

  12. Re:IPv6 on DARPA Aims to Redo the Internet Protocol · · Score: 1, Troll

    Since noone reads the IPv6 RFCs everyone thinks its just about
    a much much bigger address space. Clearly one must invent another
    protocol to suite ones needs..

  13. Re:Uh, no on Recovering Secret HD Space · · Score: 1

    I have no doubt you can screw up partiton tables so partitions *LOOK* bigger. It will be interresting when someone fills that drive

  14. Re:The ancients did it on Free Associating On The Surface Of Mars · · Score: 2, Funny

    That's what the ancient want you to believe. Look a bit further, you'll see ruins, probably of the Lost City.

  15. Hall of fame on Free Associating On The Surface Of Mars · · Score: 4, Informative

    Seems there already is a crank hall of fame. Thisone didn't reach that site yet though.

  16. Re:Sorry... on Computer Studies w/o Excessive Coding? · · Score: 3, Insightful

    Really ? There are thousands of things to do with a computer
    besides writing programs for it.
    * Administration, you don't really need much programming experience to administrer a large site of e.g. Active Directory controllers.
    * Network planning/engineering..
    * Application useage, e.g. modelling in Maya , 3D theory.

  17. Re:Its actually 100% irrelevant on Apache says ASL2.0 is GPL-compatible · · Score: 1

    Who cares if its GPL compatible...
    What's really important is if its compatible with
    whats already out there. I'm thinking all the various
    modules(PHP,mod_perl,mod_auth_younameit).
    Most seem not GPL licensed.
    Thats whats important, is ASL still compatible with licenses
    used by all the big modules we all depend on ?
    (It seems so, so who cares _that_ much about it beeing GPL (in)compatible ?;)

  18. Re:What I would like to see. on Subversion 1.0 Released · · Score: 1

    mod_autz_svn provides fine grained ACL.

  19. Re:Why not libtcl? on Rexx for Everyone · · Score: 1

    Oh, so you mean I can program in e.g. Python in an application having TCL bindings ?

  20. Re:If there is water on mars on Brine on Mars? · · Score: 1

    According to some articles I've read, there are many places on Mars where liquid water can exist between 0 and 8-10 degrees celcius.
    That window gets larger if the water is salty ofcourse.

  21. Re:Solaris sucks... first post on Previewing the Next Solaris OS · · Score: -1, Offtopic

    Trolling as a logged in user.
    Great!

  22. Gnome ? on Previewing the Next Solaris OS · · Score: 1

    What about Gnome ?
    Will the next Solaris version ship Gnome as the default desktop ?
    And also important, what are the Solaris users opinion on Gnome(vs CDE) ?

  23. Re:Is any distro already with 2.6 kernel series? on Linux Kernel 2.6.3 Has Been Released [updated] · · Score: 1

    Well, FC2 isn't really released yet, its only test versionsout now.
    FC2 will be released April 19.

  24. Changelogs.. on Linux Kernel 2.6.3 Has Been Released [updated] · · Score: 4, Informative

    Those that wants detailed changelogs, or just wants to follow the very very latest changes/additions to the kernel source tree can do so here
    2.4 kernel tracking can be done here

  25. Re:Why not libtcl? on Rexx for Everyone · · Score: 1

    Uhm, because that limits you to TCL?