Search:

Type: Posts; User: Mathiasdm; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    95
    Views
    16,388

    Re: Beginner Programming Challenge #10

    This was fun :) Ideal break while working on my thesis.



    def reverse(number):
    return int(str(number)[::-1])

    def iterate(number, reverse_number):
    new_number = number +...
  2. Replies
    29
    Views
    2,514

    Re: +1 for closed source proprietary software!

    Why would it be better if it was open source? One could just give 'innocent' source code along with an infected binary (and since almost nobody compiles from source...).
  3. Replies
    82
    Views
    4,197

    Poll: Re: Networking and being anonymous

    :lolflag:
  4. Replies
    82
    Views
    4,197

    Poll: Re: Networking and being anonymous

    That's what I was saying? Okay, maybe we were having a misunderstanding :)


    I agree with that entirely, perhaps the difference is that I was mostly thinking about the 'finding out purely online'...
  5. Replies
    82
    Views
    4,197

    Poll: Re: Networking and being anonymous

    1. I talked about 'learning about anonymous networks', because you seem to think your ISP can simply look at your traffic and find out who you're communicating with. In circumstances without...
  6. Replies
    82
    Views
    4,197

    Poll: Re: Networking and being anonymous

    Yes, I know that... Like said, that's still not useful to them if you use an anonymous network (edit: it does have some use, to find out if you're running Tor, and to find out about the first hop....
  7. Replies
    82
    Views
    4,197

    Poll: Re: Networking and being anonymous

    What exactly are you saying here? I assume with 'identify you at a packet level', you mean you can check what the packets look like and see that you're running Tor or I2P. That's correct. Still,...
  8. Replies
    82
    Views
    4,197

    Poll: Re: Networking and being anonymous

    Yes, it's (relatively) easy to hide on the internet. Use something like Tor or I2P :) It would be extremely difficult to trace communications back to you then.
  9. Re: I need a definite answer to the Linux virus question

    That is total utter ******** (no offence :-p ). Viruses don't magically fly towards a Windows PC, you know ;) Vista has improved a lot on security, and Windows XP wasn't too bad either (though...
  10. [ubuntu] Re: Sound only works when NOT using headphones

    Okay, it would seem I forgot the 'headphone' switch.

    For anyone else who might need it: go to the sound icon in the top right of the screen, right-click and select 'Open Volume Control', then to...
  11. [ubuntu] Sound only works when NOT using headphones

    Here's the info:
    -originally, everything worked fine
    -I don't reboot often, so my uptime was 21 days when I rebooted
    -after reboot, sound no longer works when using headphones
    -my motherboard is...
  12. Replies
    15
    Views
    1,131

    Re: Now I'm taking wine seriously

    There's nothing wrong with Cedega, and I'm sure it helps lots of Linux users.
    But this person was talking about supporting the wine developers, and getting a Cedega license is NOT the way to do that.
  13. Replies
    15
    Views
    1,131

    Re: Now I'm taking wine seriously

    Cedega has nothing to do with Wine, they forked from Wine long ago ;-)

    So getting a Cedega license won't help Wine at all.
  14. Re: Computer Usage In Movies... "NO-NO-NO!! ALL WRONG!!"

    It was of course much simpler (but it still looked wicked cool :) ).
    The basic idea was: you put coloured balloons on their fingers (in bright colours, so they're easily distinguishable), and stand...
  15. Re: Computer Usage In Movies... "NO-NO-NO!! ALL WRONG!!"

    Actually, some people had to implement a similar system for a project at our university:)
  16. Re: Microsoft also knows windows server sucks, according to netcraft lol :)

    This is simply because they asked Akamai to do load balancing for them, and the Akamai servers run Linux.
    The Microsoft servers do run IIS on Windows.
  17. Replies
    3
    Views
    462

    [ubuntu] Re: dpkg problems

    Wow, problem solved :)
    I simply deleted
    /var/lib/dpkg/updates/0052
  18. Replies
    3
    Views
    462

    [ubuntu] dpkg problems

    During an update (after installing Hardy 8.04), my computer crashed (I had an APIC error), which seems to have corrupted dpkg.

    When I go to System > Management > Update-Manager, I get a warning...
  19. Re: I just finished my first complete Python app!

    I know it would suck, especially for something like Tic-Tac-Toe, but I figured the idea would be interesting :)
    Maybe I should have mentioned that :oops:
  20. Re: I just finished my first complete Python app!

    Or if you want to make it really complicated without reason, you could create a neural network and train it to solve the Tic Tac Toe game :-D
  21. Re: The new Firefox 3 Beta 2 Fails Acid 2 test!

    What happened is that something changed on the server hosting the test, so when it can't find a page, it returns a 200 status message, instead of a 404.

    For a correct Acid2 test:...
  22. Re: The new Firefox 3 Beta 2 Fails Acid 2 test!

    It's actually the Acid2 test that's currently broken. Try in Opera, it'll fail too.
  23. Replies
    10
    Views
    1,807

    Re: Programming kernel modules

    I think I'm getting closer (though I haven't managed to compile the module yet).

    The command:


    gcc -c -O -Wall -D__KERNEL__ -DMODULE -I /usr/src/linux-headers-2.6.22-14/include/ speaker.c 2>...
  24. Replies
    10
    Views
    1,807

    Re: Programming kernel modules

    Okay, I checked /usr/src/linux-headers-2.6.22-14, and there's no README file there. I also tried various includes with gcc, and they all seem to fail.
    I'm kinda lost here, I'm afraid.
    Any hints?
    ...
  25. Replies
    10
    Views
    1,807

    Re: Programming kernel modules

    Ah, I didn't know that.
    I had a class today, in which we compiled the same module, with the gcc -c -O speaker.c command, and it worked fine. I assumed it would be the same here.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4