Slashdot Mirror


User: Mikkeles

Mikkeles's activity in the archive.

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

Comments · 1,329

  1. Re:The Fine Line in the Sand on US Congress Committee Talking About Privacy · · Score: 1
    'It seems to me like we are walking a fine line between our security and our privacy. Some people are screaming to be "safe," while the other half of the population is screaming to keep individual "privacy."'

    The thing is, the less privacy you have, the less security you have; the less privacy others have, the more security you have.

  2. Re:Learn to live with it on US Congress Committee Talking About Privacy · · Score: 1
    "The only reason they give out that data is because you allow them to, read any credit card application. The problem is nobody reads those dang things and the credit card companies can get away with anything."

    Perhaps those clauses should be treated in the same manner as a clause that stated:
    "By using this credit card you implicitly consent to becoming our slave should we ever want you to."

    That is: completely unenforceable.

  3. Re:Then Dark Suckers would be useless on What If Dark Matter Really Doesn't Exist? · · Score: 1
    "If there were no dark matter, then Dark Suckers would be useless.

    Since we know Dark Suckers aren't useless, dark matter must exist.

    Q.E.D."

    Is this the cosmology equivalent of the Chewbacca defence?

  4. Re:What writeoff? on Running a Business on Open Source Software? · · Score: 1
    "$0 profit = $0 taxes."

    Mostly true, and, if a profit is never made, always true.

    However, depending on your tax regime, some expences and losses don't have to be realised right away; they can be carried forward and used in later fiscal years. This is in addition to depreciating capital items over several years.

  5. Re:Discovering Keyword on Armoring Spam Against Anti-Spam Filters · · Score: 1
    'The list included words such as "Berkshire", "Marriott", "wireless", "touch" and "comment". Including just one of these words convinced Mr Graham-Cumming's real spam filter that a message was ham rather than spam.

    My Graham-Cumming said defending against spam that uses these words would be very difficult because the words are tied to a person's job and lifestyle.'

    So now he's just broadcast to all spammers exactly how to get their spam through his filters!^)

  6. But... on Novell Releases Ximian's Build Buddy · · Score: 2, Funny
    "It features: support for producing RPM, Deb, and SD (HP-UX) packages; a testing/package verification framework; Red Carpet integration; command-line and Web interfaces; support for remote build scheduling via XML-RPC; reproducible build environments (chroot jails); and flexible XML package metadata description."

    But can it read mail?

  7. Re:ROFL on Microsoft To Remove Support For http(s) auth URLs · · Score: 1
    Section 3.1 is the common section. Each scheme is further specified in its own section.
    For HTTP, from RFC1738, we have (emphasis added by me):
    3.3. HTTP

    The HTTP URL scheme is used to designate Internet resources
    accessible using HTTP (HyperText Transfer Protocol).

    The HTTP protocol is specified elsewhere. This specification only
    describes the syntax of HTTP URLs.

    An HTTP URL takes the form:

    http://<host>:<port>/<path>?<searchpart>,

    where <host> and <port> are as described in Section 3.1. If :<port>
    is omitted, the port defaults to 80. No user name or password is
    allowed.
    <path> is an HTTP selector, and <searchpart> is a query
    string. The <path> is optional, as is the <searchpart> and its
    preceding "?". If neither <path> nor <searchpart> is present, the "/"
    may also be omitted.

    Within the <path> and <searchpart> components, "/", ";", "?" are
    reserved. The "/" character may be used within HTTP to designate a
    hierarchical structure.

    So, no user:password for http
  8. Re:Litigious Bastards! on Linus Speaks Out, Calls SCO 'Cornered Rat' · · Score: 3, Funny
    It may work for Google, but it doesn't generate any hits at SCO (litigious bastards) using their own search engine!

    I wonder why?^)

  9. Re:Bicycle on Apple History At folklore.org · · Score: 1
    "It is interesting to note, however, that not only is a man on a bicycle more energy efficient than a swimming dolphin, but he is more energy efficient than the same man riding a horse."

    Is this on a road or in the wild? If the former, does it include the energy involved in building the road?^)

    (That's a joke; honestly)

  10. Re:Windows Open Source? on EU's Mind 'made up' on Microsoft · · Score: 1
    I (obviously) was not as clear as I should have been. Fortunately, most of the points have been covered in the replies. For the rest:

    I never wrote anything about licensing. My "make available" referred only to publishing; meaning much in the same way as standards organisations (e.g.: ISO, IEEE) publish (many) standards at a cost even though they are freely usable by anyone.

    Note that any decision would only apply to the EU. Those of you in the US would not necessarily get any benefit from this due to, as noted, patents and/or licensing issues :^( Even given the new software patenting rules in the EU, I don't think these formats would be covered, though only the courts can make that judgement. That problem, if it exist, could also be covered by requiring any patents have zero royalties; i.e.: making interoperability for free ok, but not the formats' uses for any other purposes.

  11. Re:Windows Open Source? on EU's Mind 'made up' on Microsoft · · Score: 5, Insightful
    "Could this be the start of an open source Windows version?"

    Probably not. I think that the best we can hope for is MS being required to publish the file (e.g.: Word or Access) formats and make them available, at little or no cost, for interoperability.

  12. Re:English/Metric on Another English/Metric "Spacecraft" Problem · · Score: 2, Interesting
    "... at least we have the Centigrade scale. I'm all for keeping the old-fashioned units alive, but really! Who thought water freezing at 32 and boiling at 212 was a sensible scale?

    I know the significance of 0F as being the lowest acheivable temperature where salted water remains liquid, but can anyone explain the rest? It still completely baffles me!"

    Fahrenheit originally picked the normally coldest and hottest temperatures that were likely to be encountered in his area of Europe. It was later, so as to use convenient reference points, that he pegged the 32 and 212 degree points; those being slight adjustments to his original scale.

    Also interesting is that Celsius' original scale was inverted (to what we now have): 0C = boiling point of water and 100C = freezing point of water! It was Linnaeus (of binomial classification in biological taxonomy fame) who suggested that Celsius' original scale be reversed.

  13. Re:Good for everybody on X.org and XFree86 Reform · · Score: 2, Interesting

    "Functionality to the desktop is something that Unix and Linux both need to see loads of improvement on to help spread it to a larger market."

    I would like to have the ability to open different windows with differing resolutions. I could use this in scientific visualization and I think it could be handy in photographic work: ultra resolution for the image and ordinary for the control panel.

    (I believe the Amiga had this, but I never needed to use it back then, so I'm not sure. I also don't know how much of this ability was due to Agnes, Paula, and Denise (i.e.: the hardware) rather than the software.)

  14. Re:Um on C Coding Tip - Self-Manage Memory Alllocation · · Score: 1
    "Would you call C++ strongly typed if the keyword would be "typealias" instead of "typedef"?"

    I'm afraid I only know of 'typealias' in Fortran (where it is synonymous with 'typedef') and in the Meta Object Facility (MOF) of CORBA. I have found reference to a python class of that name, but know nothing of it.
    Would you be able to provide me a reference? Ta.


    Even enums aren't distinguishable from ints!

    Bzzt, wrong! Try to assign an int to an enum without a cast... You'll get an error.

    You are correct in that direct assignment is not possible. The cast, however, provides no type checking. For example:

    enum foo {a, b, c}
    :
    .
    int I = 400
    foo F1 = foo(I)
    foo F2 = (foo)(I+1)

    succeeds! If 'printf("%d %d\n", F1, F2)' is called, it prints '400 401'. This is in no way strict type checking. (IMHO :^) I grant that 'distinguishable' was an incorrect choice of word.
  15. Re:gibberish... Solution: Spellcheckers on Filter-foiling Gibberish Becoming A Spam Staple · · Score: 1
    "But if we filter out emails with too many spelling errors (and punctuation-addled non-words) in the subject and body,..."

    Well, there goes about 90% of (legitimate) e-mail ;-)
    (and, of course, IRC is so totally gone!)

  16. Re:This is strange. on Red Hat will give eCos Copyrights to the FSF! · · Score: 1
    All anyone needs to know about the eCos licence is here :^)

    The linked page begins:


    As of May 2002, eCos is released under a modified version of the well known GNU General Public License (GPL). The eCos license is officially recognised as a GPL-compatible Free Software License. An exception clause has been added which limits the circumstances in which the license applies to other code when used in conjunction with eCos. The exception clause is as follows:
    As a special exception, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and link it with other works to produce a work based on this file, this file does not by itself cause the resulting work to be covered by the GNU General Public License. However the source code for this file must still be made available in accordance with section (3) of the GNU General Public License.
    This exception does not invalidate any other reasons why a work based on this file might be covered by the GNU General Public License.
  17. Re:VMS logicals versus Unix environment variables on Adopt a Lost Technology Today For R.O.S. · · Score: 1
    For a brief overview see CDU .
    This discusses command tables. See section 1.3.2 for specific examples of using them with SET COMMAND and INSTALL to make new executables available as built-in commands.

    Submit text to the OpenVMS wikipage if you wish.
    Thanks, I probably will soon (once I figure out how to use it - I have never editted yet), but my only current access is from work, so I'll have to find a period when I have more than a few moments :^)

  18. Re:VMS logicals versus Unix environment variables on Adopt a Lost Technology Today For R.O.S. · · Score: 1
    Do a search on the page for OpenVMS User's Manual; it's almost at the bottom. Links there (and repeated here) are to the .pdf and HTML versions.

    According to the HTML document, logicals are discussed in chapter 11. You should also look at the related idea of symbols, covered in the following chapter (12).

    (Also note that, in addition to SYSTEM and PROCESS, there are logical name tables for GROUP and JOB. As well, you can create your own LNM$TABLEs)

    Another great idea in VMS is the ability to INSTALL a new command on an equal footing with those existing. This feature eliminates most of the need for $PATH.

  19. Re:Um on C Coding Tip - Self-Manage Memory Alllocation · · Score: 2, Insightful

    If I ruled the world, I would create a multi-paradigm (object-oriented, generic, functional, and modular support) strongly-typed low-level language that let you program at a high-level. A second high-level langauge that was loosely-typed, garbage collected, and could be interpreted or natively compiled. Then I would define a standard to interface the two languages.

    In other words, take C++ and add the concept of components/packages. Take Python and add the features (such as generics) that are missing from C++. And then define an interface between components written in both langauges.

    I would suggest Ada + scheme/common lisp. I also think plain C + assembly would be very sensible for when one is dealing directly with bits, bytes, and addresses as it simplifies some of the overriding which would be needed in Ada.

    I don't think of C++ as strongly typed. typedefs don't enforce, e.g., different meanings of ints (so number of apples vs. number of oranges can't really be distinguished without creating multiple classes). Even enums aren't distinguishable from ints!
    Also, Ada already has the packaging you mentioned. It also does support interoperability with C, as do most scheme/lisps.
  20. Re:Somewhat OT Electricity Story on Microsoft Word Forms Passwords Hacked · · Score: 1

    1. Tell everybody you're going to work on XYZ

    2. Shut down electricity to working area

    2a. Post a sign at the shutoff
    2b. Tape over the circuit breaker or fuse opening
  21. WHO Spoke too Soon? on Smallpox From The Past · · Score: 3, Funny

    I guess the World Health Organization's crowing about smallpox eradication was a bit too early!

  22. Re:huh? on History of a Famous Star Wars Scream · · Score: 1
    "He should have set up some kind of royalty agreement,...."

    Or perhaps Edvard Munch? After all, if we reason like SCO, it's a sound derivative :^)

  23. Re:Taxation helps the free market! on Kazaa Ruled Legal in The Netherlands · · Score: 1
    "When you tax an item, overregulate it, or even criminalize the use of said item, you create a black market."


    For example, making recreational drugs illegal was the best gift ever given to organized crime!

  24. Re:Vote logging on Electronic Voting in the News · · Score: 1
    This PDF article (site) by David Chaum describes a mechanism for being able to use your receipt to validate that your vote was recorded correctly (even after leaving the polling station), but without being able to read what your vote was.

    The method is a little byzantine for my tastes, but still an interesting read.

  25. Re:Who wants to stop light? on Scientists Freeze Pulse Of Light · · Score: 1

    You can read Light of Other Days by Bob Shaw for an answer :^)