Slashdot Mirror


User: xYoni69x

xYoni69x's activity in the archive.

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

Comments · 99

  1. Re:So... on China Deploys IPv9 Network · · Score: 1, Offtopic

    Does that mean those spamming chinks are off of our internet?

    Phrased as flamebait, but a good question. A large percentage of the spam comes from China. Certain spam filters, such as SpamPal, have options to reject all mail coming from China, Taiwan, Korea, Russia, and similarly spammy countries.

  2. Thank you on FreeDOS Turns 10 Years Old Today · · Score: 4, Insightful

    I recently took an assembly programming college course. The course covered Intel x86 assembly and development in the DOS environment (DOS interrupts, etc.). (Yeah, it's outdated. Oh well.)

    The DOS emulator in Windows is not especially great. Particularly, direct access to the video buffer is not always emulated correctly on my machine, the timer interrupt is not precise (not well-synchronized with other processes in the background), and a few other annoyances.

    Instead of fighting and arguing with Windows, I took my old unused Pentium 1 and booted into FreeDOS on it, after making an ODIN (a one-disk distribution of FreeDOS) boot floppy. I did my work on that computer, and the emulation was perfect.

    Thanks to the FreeDOS project!

    (Now I gotta figure out what to do with that P1... I think I almost have to install Linux on it, being a Slashdot poster and all.)

  3. The shirt to impose the threat on Smart Systems Threaten More Jobs Than Outsourcing · · Score: 4, Funny

    I guess we'll be seeing a lot more of this shirt.

  4. Re:Not a fair test on Gmail Spam Filter Testing · · Score: 1
    Is there any evidence that Google actually does this?

    Yes there is. I tested it. Gmail rejects messages containing virus attachments.

    Here is the rejection message.

    This report relates to a message you sent with the following header fields:

    (headers of virus-bearing message omitted)

    Your message cannot be delivered to the following recipients:

    Recipient address:
    (the gmail recipient address)
    Reason: SMTP transmission failure has occurred
    Diagnostic code: smtp;552 Illegal Attachment
    Remote system: dns;gsmtp57.google.com (TCP|
    (SMTP server IP) |39259|216.239.57.27|25) (mx.gmail.com ESMTP)
  5. Re:Died before he could prove it on Mathematician Claims Proof of Riemann Hypothesis · · Score: 1

    Cool. Yesterday I searched Mathworld for April fool's jokes, and found this:
    The "Ramanujan Constant"
    Today, I see it in your username. Happens.

  6. Re:Why on earth... on Another Zero-Day IE Scripting Exploit · · Score: 1

    Because it comes with Windows.

  7. Re:Assembly language on Programming For Terrified Adults? · · Score: 0

    Easy to learn, maybe, but I wouldn't call it programming.

    It lacks the major concepts of procedural programming, such as control structures. Sure, you can use goto/jmp, but that doesn't give much insight at a first glance about what the "code" does.

    Also, it's not very practical. I'm not saying it's not useful/practical in specific conditions, just that your mom wouldn't find it useful/practical for playing around with programming.

  8. Teaching your mom programming?! on Programming For Terrified Adults? · · Score: 5, Funny

    Teaching your mom programming?! What a strange idea... Next you'll be saying Linux is ready for the desktop...

  9. Re:Wow. on There Are Infinitely Many Prime Twins · · Score: 2, Informative

    Catalan's conjecture is not that, it's a conjecture regarding the solutions of a very specific Diophantine equation:
    Mathworld entry: Catalan's Conjecture

    Yes, it was proven in 2002, but the twin prime conjecture scores higher (IMO) because it's a very general problem in number theory, not one devious equation. (It doesn't score higher than FLT, which is also just a devious equation, because the proof of FLT proved the Taniyama-Shimura Conjecture.)

    As for the famous AKS algorithm, I would classify that into computer science, not math... Mathematicians already knew it's possible to test numbers for primality (any integer is either prime or not!), it was up to the computer scientists to find how to do it efficiently.

    And yes, these proofs are not (paraphrasing Erdos) "taken from God's book of mathematics", but until such a Godly proof is known, they will suffice...

  10. Wow. on There Are Infinitely Many Prime Twins · · Score: 1

    This is the best thing that has happened to mathematics research since the proof of Fermat's Last Theorem.

  11. Re:References on First Java AP Computer Science Exam Complete · · Score: 1
    void F(int& Ret1, int& Ret2);
    Assume both Ret1 and Ret2 are mandatory return values (i.e. should never be NULL pointers). Why waste time by comparing them to NULL inside F? Without moderate code abuse, a programmer can't pass NULL to the above function.
    class C {
    C::C(const C& rhs);
    };
    In copy-constructors the language requires a reference. Could you theoretically do with a pointer instead? Sure, but this makes your life easier. rhs will never be a NULL pointer.
    ostream& ostream::operator<<(int x)
    {
    // ... print x ...
    return *this; // Is 'this' ever a NULL pointer? Assuming sanity is enabled, no!
    }
    The ultimate and classic STL example. This takes care of your operator overloading argument as well. With this you can write elegant code such as:
    cout << 17 << x << 42;
    Let's rewrite the same thing with a pointer instead of a reference:
    ostream* ostream::operator<<(int x)
    {
    // ... print x ...
    return this;
    }

    *(*(cout << 17) << x) << 42;
    Oops. Looks like the automatic dereferencing that comes with references took care of generic code ugliness.
  12. Re:You Missed One Detail. on First Java AP Computer Science Exam Complete · · Score: 3, Insightful

    C is high-level, but its "level" is very low among the high level languages.
    You can write C code and practically envision the asm that it will compile into.
    (As the grandparent poster put it, C is "portable assembly".)

    Same with C++, but a little less so.

    I don't think it's wrong to classify C as a low-level language, especially when comparing it to Java and C#.


    /FFP (first Firefox post)

  13. Re:www.OGG.net ?? on MP3.com Hastily Re-launches -- But Will It Fly? · · Score: 1

    (or .info or .biz)

    Anything that ends with .info or .biz is doomed to failure (or to being used as a spoofed source address by spammers, or both).

  14. Re:First RFC ! on Happy 35th birthday, RFC 1! · · Score: 0, Troll

    "Yeah yeah yeah... Will you give me my fucking change, please? I'm triple-parked!"
    -George Carlin

  15. Re:More April Fool's Garbage on People with real l337 speak names? · · Score: 1

    Hey Ari, I was just browsing Slashdot randomly and I found this post. I've never seen any post from you around here, and found that mildly amusing.

    (Remember me? I'm Yoni, one of Vitaly's friends.)

  16. Re:Fallacies on Why You Should Choose MS Office Over OO.org · · Score: 1

    ...so that when they turn their backs on you, you'll get the chance to put that knife in...

    Best song ever.

    (Score: -1, Offtopic)

  17. Re:Strange... on MSN Search Blocking Results For XFree86? · · Score: 1

    goatse.cx has been dead since January.
    They got sued and shut down. =(

  18. Re:Oh Darl, when will you ever learn? on Darl Goes to Harvard · · Score: 1

    For anyone who is not yet aware, this is a reference to South Park season 2 episode 14 (Ctrl-F "Chewbacca", or better - watch the episode).

  19. Re:Status of FreeBSD 5... on FreeBSD 5.2 RC2 Now Available · · Score: 1
    "How can the Have-Nots have a win when the have's have F-16s and M-16s, and the have-nots have not?"
    --Dr. Seuss
    I spent the last hour or so trying to find which Dr. Seuss book/publication this quote is from, but couldn't find anything. Where is it from?
  20. Re:I'd laugh, but... on Nigerian Scammers Claim Another Victim · · Score: 1
    If he's earned enough in his life to front $320,000 he should know better.
    But he hasn't - the $320,000 is mostly bank debts. RTFA:

    Between selling his investments, running up credit-card bills, depleting savings and borrowing against his house, the total comes to about $320,000. Most of that is new debt.
  21. Re:How to make Windows Better... on Microsoft Sends Linux Survey · · Score: 5, Informative

    The Exchange Server protocol is another example.

  22. Not cold enough on Doomsday PC-Cooling With Dual-Cascade Coolers · · Score: 1

    -100C? Ha, that's NOTHING. I'm waiting for when they get to -300C.

  23. Re:Protons on So You Think Physics is Funny? · · Score: 4, Funny

    I heard this told differently, and I liked the way I heard better:

    The biologist wants to be a chemist.
    The chemist wants to be a physicist.
    The physicist wants to be God.
    God wants to be a mathematician.

  24. Re:32 vs 128 bits on Dept. of Defense IPv6 Interoperabilty Test Begins · · Score: 1

    AFAIK, TCP is unchanged, so you'll have the same old TCP with the same 32-bit SEQ and ACK numbers over an IPv6 header instead of IPv4.

  25. Re:"Pentium Five" -- isn't that redundant? on New Pentium 5 Details - 5-7ghz? · · Score: 1

    Not to mention the headline of the article.

    from the redundant-naming-schemes dept.