Slashdot Mirror


User: Theatetus

Theatetus's activity in the archive.

Stories
0
Comments
1,083
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,083

  1. Re:WTF this source is useless on MD5 Collision Source Code Released · · Score: 1
    Apparently, 1 and 2-character identifier names are all the rage in China.

    Actually, it's more that they're all the rage in specifications for hashes. RTFRFC.

    What does the call to macro 'F' do?

    By convention, the permutations in a hash or cipher are given single-letter names beginning with F (for 'Function'). If you ever decide to implement a crypto suite you get used to names like F, G, H (permutations), or X0[19] (cell 19 of section 0 of the primary execution context).

    How about the call to 'RR'?

    It performes a Rotate Right on the word it's called on. (((x) >> (y)) | ((x) << (32 - (y)))) is a right circular shift of the word X by Y places. RL is a Rotate Left, or left circular shift.

    As a final caveat, that implementation of RR and RL is faulty for general values of X and Y but works within the constraints of the program.

  2. Re:WTF this source is useless on MD5 Collision Source Code Released · · Score: 3, Informative

    If you RTFRFC you might notice that those are the variable and section names used in the algorithm specificaiton.

  3. Re:Nope. on Sony Rootkit Allegedly Contains LGPL Software · · Score: 2, Insightful

    I don't see why this is so confusing to people.

    You can charge whatever you want for a GPL'd program. You can charge a million dollars if you want to. You don't have to offer your GPL'd program for free download. You just have to offer the source to anyone who gets your binary, and not restrict their rights to alter or redistribute. That's it.

  4. Pshaw on 19 million Amps · · Score: 0

    Now when they can mount it on the back of a shark, I'll be impressed.

  5. Re:Who and How? on British Intel Shuts Down al-Qaeda Sites · · Score: 2, Insightful
    What they are doing is shutting down a conduit for the organization of groups whose purpose it is to kill civilians, disrupt society, and bring down the current government.

    Yeah, and they're also shutting down one of our best sources of intel on an organization of groups whose purpose it is to kill civilians, disrupt society, and bring down the current government. So you'll forgive me if I'm not applauding this. (There's a saying about counterterrorism: every time there's a cheer in the J Edgar Hoover building, there are groans in Langley and Ft. Meade. I don't know if that's true in England, but I can imagine so, especially if they're doing stuff like this.)

  6. Re:This is a reason to buy Longhorn!? on Longhorn to Require Monitor-Based DRM · · Score: 1

    Funny, isn't it? There's actually currently no "supported" SQL server for Windows 2003 Server. They say Windows is ready for the enterprise, and they don't even have a database server?...

  7. Re:Coyote Linux, of course! on What is the Best Firewall for Servers? · · Score: 1

    Ciscos have GUIs?

    conduit permit tcp host blah blah blah...

    I'm not sure how using a mouse is going to make that any easier. I feel the same way about iptables:

    iptables -A input -p tcp --destination-port blah blah blah

    I just don't see the need to make that, the simplest possible interface, any simpler.

  8. Re:Not just bush. on Supreme Court Rules Private Property Can be Seized · · Score: 1
    Why don't you think the CAN-SPAM law was paased?

    Well, it wasn't paased because that's not a word. It was, however, passed by Congress and signed by the President. It was also written by the Direct Marketing Association and basically gives big spam houses a carte blanche, which is why we in the online marketing industry call it the, "yes, you CAN SPAM" act.

  9. Re:Slackware on Beginner's Guide to Linux Distros · · Score: 1

    My boss once said "the staff will never be able to learn to use Linux", to which I replied, "of course not, and they've never learned to use Windows, either."

    People don't know how to use Windows: they learn (painfully) the 5 or 6 tasks they need to do in their job and they do them by rote. It took them about a week to learn in Windows; it would take them about a week to learn the analogous tasks in Linux (I mean, is there *really* a difference between MS Office and OpenOffice to the average user, other than being able to click a single button to save a PDF or SWF in OOo?). I've just never seen this alleged "learning curve" be much of a problem for either OS; there's little actual learning going on in either case.

  10. Re:Slackware on Beginner's Guide to Linux Distros · · Score: 1
    theres one major whole... you have to remember the exact command all the time

    Huh? Get a shell with tab-completion. I can't remember the last time I typed the full name of a command that was longer than two letters, or the full name of any file.

    I am the most productive when I'm using GNUStep/Windowmaker and doing most of my work on terminals -- it's simple ergonomics. Fewer gestures, and almost all of them with my fingertips.

  11. Re:Because it would cost them money on Why Don't Companies Release Specs? · · Score: 1

    1: NIC's aren't all alike.
    2: Even if they were, GP's point that computer hardware isn't a Smithean Free Market is still true for other reasons: supply and demand curves are not independent, the supplies are not fungible across the market, etc.

  12. Re:This is hilarious on Municipal Wi-Fi Networks in London, Alexandria · · Score: 1

    Actually, as best as I can tell that's not what TFA meant; he meant that access to default POP3 or IMAP servers was not allowed and you have to check your email over port 80 (be that via web mail or via changing the ports on your mail server and mail client).

  13. Re:Huh? on Municipal Wi-Fi Networks in London, Alexandria · · Score: 1

    No, but if you are sending e-mail to someone on a different network from you, you are using the Internet. And since individual networks have now almost universally adopted Internet protocols, even on a local network you are sending mail as if it were on the Internet.

  14. Re:how's this? on The First Annual Underhanded C Contest · · Score: 1

    Don't you mean

    int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow)
    ?
  15. Re:Benefit of the doubt on Municipal Wi-Fi Networks in London, Alexandria · · Score: 1

    No, he means "I don't know much about the Internet and I think that 'Internet' means 'World-Wide Web'."

  16. Re:HTTP only != Internet only on Municipal Wi-Fi Networks in London, Alexandria · · Score: 1
    I don't know why they allow DNS to the internet, though, because when you connect, it sets their DNS server using DHCP.

    Port 53 is the outgoing port your computer uses (by default) to query a DNS server. Even if you accept their DNS servers from the DHCP server you still have to talk to them to resolve addresses. So, they have to allow port 53 out (unless there are DNS servers on the same networks as the wifi clients, which is not likely).

  17. Re:HTTP only != Internet only on Municipal Wi-Fi Networks in London, Alexandria · · Score: 1

    Umm... for that matter, why not set up an SSH server using port 80, since you know they let that through? There's nothing "magic" about the number 443 that makes its traffic encrypted, or about the number 80 that makes its traffic unencrypted.

    As long as you have enough servers of your own you can set up any service you want over port 80: POP, SMTP, HTTPS, DNS, SMB, VNC, X11, blah, blah, blah.

  18. Re:Five years... food for thought on New MS Shell Will Not Be In Longhorn · · Score: 1

    Somebody's never heard of GNUStep / Windowmaker. Best dang GUI out there

  19. Ford and the script on Spielberg & Lucas Approve Indy 4 Script · · Score: 2, Funny
    Ford has yet to read the script.

    Dag, what's taking him so long? The script's been on Gnutella for weeks!

  20. Re:Fix the start button? Fix the on/off button!! on Windows Nearly Ready For Desktop Use · · Score: 1, Informative

    Windows NT has had a journalling filesystem since Linus was tinkering in his mother's basement.

    Actually, as much as I hate Windows they got some things right with NTFS (and some things monstrously wrong).

    Right: the journalling and rolling back Just Work. In years of managing Windows NT/2000/XP boxes I have not had any problems with whatever the Windows equivalent of fsck is -- proven by the fact that I can't even remember what that utility is called (chkdsk? fixdsk? something like that). Power off a Linux box without warning, though, and you have to go to the physical console, enter the root password, and manually fsck it (sometimes even if you have 0 0 in the last columns of fstab, and even with a journalling filesystem).

    Wrong: the biggest, worst Wrong Thing with NTFS is its allocation algorithm. Fragments? wtf? is it 1982 again? How frigging hard is a "best fit" algorithm? Come on, people.

  21. OTOH on 2-Year OpenOffice High School Case Study · · Score: 1

    But, you can remote OOo without a user being logged in. That's crucial to me and a "bell and/or whistle" that MS never seemed to bother putting in.

  22. RAID is a waste of money on Linux HW and SW RAID Benchmarked · · Score: 1

    I know that's tech heresy but I think RAID isn't cost-effective. Spend the money you sould spend on RAID improving your backup and restore solutions.

    Yes, 3 times out of 10 you can hot-swap a failed drive. The other 7 times, the controller itself goes, and 2 out of those 7 times it takes one or both drives with it.

  23. Re:yay on Supreme Court Allows Direct Shipment of Wine · · Score: 1
    If you think you can make a lucid case for congress not welding multiple topics into single bills/acts... have fun! That will never happen without an amendment

    Huh? That's not amendment material. Permissible topics of bills and amendments are part of the Rules of the chambers and so are set by the House and Senate Rules Committees (except of course for the Constitutional limitations on what business the House and Senate can take up to begin with -- the rules committee couldn't let the Senate start a tax bill, or let either chamber make a law establishing a national religion, etc.).

    There has been more or less discipline over the years on this subject. Every generation or so a reform-minded Congress sweeps in promising to stop log-rolling, pork, etc. (this trend goes back to at least 1820). Remember the Republican Revolution of 1994? They were promising to get rid of that kind of thing.

    But pretty reliably, the rules never get changed and Congressmen get back into old habits. Still, it wouldn't take an amendment, just a change of rules.

  24. Re:RMS, Is That You? on Get To Know Mach, the Kernel of Mac OS X · · Score: 1

    Or, to keep it simple, just Mac(h). Or Mach? for you regexp people...

  25. Creationists are Liars on New Rodent Species Found · · Score: 1

    Scum.

    From post 12529332:

    What macroevolution have we *observed*? We have deduced it from evidence, but what new species did we observe?

    An example of a new species was offered.

    Now, from post 12529710:

    This is still only evidence for speciation (microevolution). No observations of macroevolution have ever been made.

    You are all pathetic lying scum who can't even be bothered to learn the basics of biology. Which is it? Is speciation micro or macro? Here's a thought: Why don't you define a quantity of allele shift (you do know what "allele" means, right? I sure hope so) that you consider to constitute "macroevolution". Come up with a quantity, and I'll show it to you.

    I get so sick of you lying, pathetic scum.