Slashdot Mirror


User: Krunch

Krunch's activity in the archive.

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

Comments · 263

  1. Re:Other dirty tricks on Arbitrary Code Execution With "ldd" · · Score: 1

    > A sufficiently clever binary can just map
    > ld.so and the app into itself and effectively
    > execute anyway.

    That's ul_exec(). Published in 2004.
    http://marc.info/?l=bugtraq&m=107298764827122&w=2

  2. Re:come to Belgium on Emigrating To a Freer Country? · · Score: 1

    I am Belgian and I lived there for over 20 years (mostly as a kid and student but I worked there for a few months too). I have been living in the UK for over a year now.

    > i man was fined lately for eating something
    > while he waiting on a red light in his car

    I would be curious to see that. Any reference? My best guess is that he was fined because he wasn't really in control of his car (red light or not).

    > Also , English is a third language here.

    Since when? Official languages in Belgium are French, Dutch and German (all "localized" to varying extend compared to the original version). Most things available in the three languages are also available in English for foreigners' convenience but English is not an official language (yet?) AFAIK. However, most Belgian kids are taught English as a second language in school (at the loss of the two other national languages that are not their native one).

    While I stopped bothering with politics long ago, I have the feeling Belgium is still relatively free only because all politics just keep fighting without ever reaching a proper consensus to be able to make things moving (in good or bad).

    Some things that are different from the UK in my experience (some are good, some are bad):
    - people smoke in bars;
    - you can find bars open until the wee hours of the morning, no need to go clubbing or whatever;
    - taxes are higher;
    - public transportation is much cheaper;
    - accommodations (and general cost of life) is much cheaper;
    - salary is a bit lower;
    - proper food and beer (less of a junk food culture);
    - girls generally dress and act less slutty (and are less fat, see above);
    - there aren't five CCTV camera pointed at you constantly;
    - written press is generally less sensationalist (even if you just compare tabloids).

  3. Re:waiving your support contract? on Bitten By the Red Hat Perl Bug · · Score: 1

    I believe that the problem with such a scheme is that it doesn't scale very well. I can't really imagine a company becoming very big selling only customized, paid by the hour support. Unless it becomes a consulting company.

  4. Re:RTFRFC on Windows XP SP3 Causing Router Crashes · · Score: 2, Informative

    Sorry I gave the wrong URL. DHCP is described in RFC 2131. RFC 2132 only lists valid options. http://www.ietf.org/rfc/rfc2131.txt

  5. RTFRFC on Windows XP SP3 Causing Router Crashes · · Score: 2, Insightful

    The client sends a DHCPREQUEST packet that contains options it is requesting from the server. The server is then supposed to craft a DHCPACK packet containing values for the options requested by the client.

    http://www.ietf.org/rfc/rfc2132.txt

  6. Re:How many people benefit? on To Whom Should I Donate? · · Score: 3, Informative

    > OpenSSH, you would actually be donating to OpenBSD who
    > run the OpenSSH project, but whatever.

    Actually, you can make a donation specifically to OpenSSH as said on the donation page.
    http://openssh.org/donations.html

    Of course most OpenSSH people are also OpenBSD people.

  7. Re:MS tax on Lenovo Delivers SuSE Linux-Based ThinkPads · · Score: 1

    Could you please detail the process you went through to get the refund (and maybe give dealer's name)?

  8. Re:Refactoring sucks on Refactoring: Improving the Design of Existing Code · · Score: 1

    That's just in a PC application. Try refactoring the 'ugliness' out of an embedded system and see how long your employer still has customers, and how long you still have a job.

    Nearly three months now. Some of my code should go into production within one or two months, I'll tell you how it goes :)

    But I agree that you have a point.

  9. dictator on Which eBook Reader is the Best? · · Score: 1

    Nowadays, I tend to read eBooks with less(1) but I once used dictator. It displays the file word by word with speed adaptating to punctuation. It feels very strange to read text with it but it's not entirely unpleasing.

  10. obligatory Simpsons quote on Two Major Debian Releases In One Day · · Score: 1

    I, for one, welcome our new DPL overlord.

  11. Re:TWO! in one day? on Two Major Debian Releases In One Day · · Score: 5, Informative

    Actually, the release was to be announced on April 1st but it has been delayed (again).
    http://lists.debian.org/debian-devel-announce/2007 /03/msg00023.html

  12. Re:Valgrind on How Do You Know Your Code is Secure? · · Score: 1
    Combine that with thorough test cases, and you can be virtually assured that you have no memory errors in your C/C++ code.
    Well, no.
  13. Re:The Curious Case of the Magic SCSI Clock on What Bizarre IT Setups Have You Seen? · · Score: 1

    Makes me remember this story.

  14. Re:From IRC, the reason: on Lead PHP Developer Quits · · Score: 1

    Ever heard about ssh(1) and screen(1) ?

  15. Re:High Level on High-level Languages and Speed · · Score: 1
    Rather, usually whats done is that most of the code is written in C, and only those parts that REALLY REALLY have to be optimized, like interrupt handlers for example, can be done in assembly.
    (Part of) interrupt handlers are written in ASM rather than C because they have to mess with registers, not because of speed problems.
  16. Re:The never ending story on Hack in the Box Meets Windows Vista · · Score: 1
    I actually think Sun tried to advertise a similar addition when Solaris 10 was released.
    That would be SNCA but it seems to be there since Solaris 8.

    There are also at least two in-kernel httpd for Linux: TUX and khttpd but they don't seem to be used by much people.
  17. Re:ircd's and security on Freenode Network Hijacked, Passwords Compromised? · · Score: 1
  18. Re:addslashes? on PostgreSQL 8.1.4 Released to Plug Injection Hole · · Score: 1
    It does, somewhat.
    Use of this function is recommended instead of addslashes().
  19. What do you mean "Linux oriented" ? on Summer of Code 2006 is On · · Score: 1

    At least NetBSD and FreeBSD where mentors last year. I'm not even sure "Linux" was really a mentor.

  20. Re:Umm, batteries? on Look Ma, No-Hands Fasteners! · · Score: 1

    RFID don't need battery and can be "secure" but there is no indication that this one is.
    http://2005.recon.cx/recon2005/papers/Jonathan_Wes thues/jwesthues.pdf

  21. Re:Impressive on Symantec Users, Start Your Keyloggers · · Score: 1

    You might be interested in Jabber's Multi-User Chat which let people join "chat rooms" on any Jabber server. One of the interesting features it has over IRC is the "history discussion delivery on join".

    BTW, you can connect to Jabber (and most IM services) through any IRC client.

  22. nothing new on Search Engine For Coders to Launch · · Score: 3, Informative

    Koders does that for some times now.

  23. Re:not slashdot on Real-time Spam Map · · Score: 1

    What's the point of using mailinator to register if you can post without registering ?

  24. Re:Dumber Article... on The Six Dumbest Ideas in Computer Security · · Score: 5, Informative
    One of the points basically comes down to "write perfect code".
    No, it comes down to "build a perfect design".
    Of course I fricking want to install it
    But maybe you don't want it to connect to the network or touch the filesystem.
  25. Re:Wake up dude! on Pornified · · Score: 2, Interesting
    This is how it's being portayed on BBC.
    "A young lady was being raped and stabbed. "And the sounds of her screaming got to this man and so he ran out into the street to get help from troops, to try to flag down a passing truck of them. "He jumped up on the truck's windscreen and they shot him dead," Mr Banka said.