Slashdot Mirror


User: StressedEd

StressedEd's activity in the archive.

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

Comments · 235

  1. Re:as a scientist... on Open Access To Scientific Literature: Can It Work? · · Score: 2, Insightful
    Unless you already have a reputation, how do you publish something by yourself and still have people take you seriously? I think it's a fair question...

    Absolutely, it's of particular importance to new people in the field.

    In the case of a Ph.D student for example whos name is the first on the paper the they do not have a "reputation" per se (since they have not published or are relatively unknown). Personally, and I don't think I am alone in this, I find the "reputation" aspect of the paper has far more to do with the supervisors name (which should appear in the author list) and the group to which they are affiliated that the journal in which it was published.

    If the supervisors name is on the paper, and they are well respected within the field, it is reasonable to assume that they don't want any old crap being affiliated with their name. As such they effectivly act as initial reviewers.

    This may well be a hint as to the best way to engineer quality control (since that is what the review process should be), and that is the abolishion of that most sacred of proceses the anonymous reviewer!

    Of course, persuading people that this is ultimately in their best interests will be difficult since it would reduce the ability for reviewers to covertly engage in politics by rejecting competitors otherwise decent papers (though I'm sure no reviewer would admit to this).

    There is a sense in which the review process would become like the gpg "web of trust". Getting people to break out of the mold of course would be no easy task!

  2. Re:as a scientist... on Open Access To Scientific Literature: Can It Work? · · Score: 1

    Ah, but thereby hangs the problem. Why would people read his paper if it is not in a "presigious" journal (e.g. on his home page)?

  3. Re:as a scientist... on Open Access To Scientific Literature: Can It Work? · · Score: 2, Interesting
    I quite agree with you, as I'm sure many readers of scientific journals do. This problem is perhaps one of the main weapons against the "peer review"=="quality" argument. It is quite easy to see why the problem exists when one considers that

    the journals get money for whatever they publish (it's not like you can get your money back by showing that the paper you wanted it crap)

    the reviewers have no financial incentive, nor an incentive based on reputation (due to the anonymous nature of the review process) And last but not least, unless the papers are of intense interest at the time it is unlikely (and generally considered "bad form") that another author will write a refutation of the paper. After all, you say the paper you were reading is full of mistakes, why not write a letter to the author or editor of Phys. Rev. B?...

    (a rhetoric question)

    The more crap you publish the more "successful" you are!

    It would certainly appear that way.

  4. Re:Knuth on Open Access To Scientific Literature: Can It Work? · · Score: 1

    Thanks for bringing that to the attention of the masses. He makes a very thorough and interesting case for the prosecution!

  5. Re:Jailtime? on Videogame Pirate Gets Long Jail Sentence · · Score: 1

    Personally, I think a more fitting punishment for a pirate would be to make him work in the video game industry for free, doing things like coming up with better copy protection, testing games, hell, even programming.

    Don't be silly, that would be far too sensible! Far easier to "bang em up" and be seen to be doing justice.... :-/

    I really need a cynisism cure...

  6. Joining the dots. on BBC Links Linux To MyDoom · · Score: 1

    What ever happend to "Thesis", "Antithesis", "Synthesis". This seems to be rather poor "dot joining", it's a bit like blaming the weather on "Linux Hackers"

  7. Re:One problem on Photoshop CS Adds Banknote Image Detection, Blocking? · · Score: 1

    Perhaps it all depends on quantity. Every time I have exchanged money (both here and abroad, at aeroports and high street banks) I've had to show my passport.

    As far as I know, this is a requirement of many places to satisfy their anti money laundering regulations.

    Perhaps the Bureau de Change that you used is "less than 100% complient with the law" (a.k.a. bent).... It was apparently not that unusual.

  8. Good start... on NetBSD Packages Collection Gets 'pkgviews' · · Score: 2, Interesting

    This is something that is always welcome. Its quite often the case that one would like the original version of s/w and new version coexisting during (say) a transitional period.

    This can be a pain to manage, hopefully the migration of this kind of tool will ease the pain of this.

  9. Re:Mini white LED keyring torches. on Gifts Ideas For 'Non-Geek' Types? · · Score: 1

    Err... I think the phrase is... .... "Doh!"

    -ed

  10. Mini white LED keyring torches. on Gifts Ideas For 'Non-Geek' Types? · · Score: 2, Informative

    You can generally find them for about 6 to 10 here in the UK. They are surprisingly bright and perfect for use when you have parked the car somewhere dark and lost your keys. They also look pretty robust, though I havn't had one long enough to attest to that.

  11. Re:About LaTeX.. on Microsoft Releases Changelist for Upcoming XP SP2 · · Score: 1
    Couple questions, I thought I read on one site that you can only go 4 levels down on sections/subsections.

    Another poster has answered this below..

    Is this true? (Hopefully using the right term...I mean itemized lists with roman numerials, numbers, letters for each part)

    If you mean "itemized" or "enumerated" lists then yes there is a limit it appears you can go 5 deep.

    The following will give a "Too deeply nested" error. Due to the "sub sub sub sub sub sub item"

    N.B. It it not very pretty due to having to get past the "comment compression filter"...

    \documentclass{article} \begin{document} \begin{itemize} \item Item \begin{itemize} \item Sub item \begin{itemize} \item Sub sub item \begin{itemize} \item sub sub sub item \begin{itemize} \item sub sub sub sub item \begin{itemize} \item sub sub sub sub sub item \end{itemize} \end{itemize} \end{itemize} \end{itemize} \end{itemize} \end{itemize} \end{document}

    As with many aspects of LaTeX however if you find it doesn't do something it probably means it's not prudent (from a structural perspective) to do it anyway. For example if you really need that level of deep reference you may well be better off with part,chapter,section, subsection, ... . . .,itemize etc... Ironically I tried posting this reply with some deep nesting, slashdot posts are limited to three levels deep! ;-) Of course if you wish to you can always override the builtins with your own "super list" or something.

    Also, can ya'll post some good links to a newbie learning LaTex..and some good reference sites that have all the tags layed out with good explanations?

    Sure, below are a list places I would reccomend starting, you havn't said if you use Windows, *nix or Mac so i've added both (sorry if you are a Mac man you'll have to Google yourself).

    • Editing:
      • *nix If you are a *nix user I would reccomend the following editing combination.
      • XEmacs
      • AucTeX. A sophisticated editing mode for LaTeX
      • preview-latex. Places the rendered equations and images directly in the editor window making "equation tuning" and other tasks a snip.
    • Windows
      • WinEdt. A very sophisticated text editor for Windows. Its forte is LaTeX. It is not free, but well worth the money.
    • Other random stuff
      • dvipdfm. For converting the output of LaTeX into PDF (highly recommended)
      • Prof. Knuth's home page(The author of TeX).
      • CTANThe Comprehensive TeX Archive Network. Here you will be able to download packages, utilities and tools that do not come by default in your LaTeX distribution.
    Good luck and happy LaTeXing.

    -ed

  12. Re:lol...crashes allready on Microsoft Releases Changelist for Upcoming XP SP2 · · Score: 4, Interesting

    Don't be such a troll.

    Oh dear. My original post was supposed to be "tongue in cheek humour"

    I've written thousands of pages of documentation in Word for my job... ..corruption problems since Word 97.

    If by that you mean ten or so documents of ~100 pages or so with a few pictures then yes, you will probably be ok. (Despite using a style sheet, you will probably end up with structural problems but that's another issue)

    If on the other hand, you had written a "thousand page document", including a couple of hundred graphs, tables few hundred bibliographic entries, equations and cross refereces all with a rigourously inforced style (otherwise known as a large book) then I would sit up and take notice.

    The basic issue appears to be memory limitation. On a 256MB machine once you get beyond about 200 pages with ~100 equations or so you will start getting "issues" with Word (based on a friends thesis).

    Can't comment on the XP version but this is on Word 2000. In a similar manner to the original parent post (regarding Wordpad crashing) memory "issues" should result in a nice friendly error message telling you to "buy more memory" [*] rather than a resulting cataclismic failure.

    These days, 99% of people dumping Word for Latex are either doing it for political reasons...

    Is this the result of a long process of statistical testing; or like 80% of all statistics did you just make it up on the spot? [*]

    And no, I don't have to write mathematical formuals very often, so Word suffices.

    Good for you. If you did have to write equations often (several hundred or so) then you would see what I mean.

    ------
    [*] Yes this is supposed to be moderate cheesy humour.

  13. Re:lol...crashes allready on Microsoft Releases Changelist for Upcoming XP SP2 · · Score: 1

    ..Wordpad (which is NOT ment for working with big documents)

    And Microsoft Word is? I know many people that tried to write their PhD thesis in Word, they gave up after it corrupted various things too often and used LaTeX.

  14. Re:Truth is stranger than fiction on L.A. County Bans Use Of "Master/Slave" Term · · Score: 1

    If memory serves, this was done in various countries in (politically) Eastern Europe not so long ago and can (so I'm told) still be seen.

    The symbols used were apparently a circle and a triangle.. Endless confusion I'm sure.

  15. Re:dangerous = don't make it on Bombardier's Hot Wheel · · Score: 1

    Helicopters can and will land gracefully without power.

    Hmmm...... I guess that is really a matter of "artistic impression". ;-)

  16. Re:Excuse my ignorance, but someone has to ask... on 12 Million Historic Photos Scanned to Web · · Score: 1

    Pathe, roghly pronounced

    Path ey

    Path -> (PATHalogical) ;-)
    ey -> (hEY)

    (if you understand LaTeX accents and how to pronounce French words its basically path\'e)

  17. Re:Hmm on Baltimore Inner Harbor To Go Wireless · · Score: 1

    From my brief (week) visit to Baltimore, my impression was that the inner harbour area was angelic in comparison to north of the harbour (where I was staying). It is certainly an "interesting" city.

  18. Re:that's 110 kilometers... on Wi-Fi World Record · · Score: 1

    Oh! I never knew Kentarians liked garlic so much.

  19. Re:Anyone have CDs from the 80's? on CDs, DVDs Eyed For Long-Term Archival Use · · Score: 2

    In my experience, in a batch of about 10 CDs you will be lucky not to have errors after one year. That's even keeping the CDs in the dark without use... If you use them vaguely regularly then 3 months is about typical.

    For any kind of long term storage current CD-Rs are pointless. I've since restored all my backups that I kepts and sprinkled them across hard disks and made several CD impressions, even then I know that data is going to fade away....

  20. Re:Sure there is... on Edward Teller Passes Away At 95 · · Score: 1

    Indeed that was the case. Even more insane was they planned to launch from the surface of the earth. That's right, about 5 thermonuclear explosions per second all the way out of the atmosphere!

    overview here

    Thankfully, beyond a chemcial powered prototype (which worked) the idea never really got off the ground..

    Sorry, I couldn't help it! ;-)

  21. Re:if you are american go live in europe for a bit on CS Master's Degrees - US vs. EU Programs? · · Score: 1

    ....granted here in the US but are often difficult to get abroad.

    when you say abroad what do you mean? I've never had any problems with anything you list. It implies that *only* the US has running hot water.

  22. Re:They could be right. on Windows Cheaper When Studied by MSFT Analysts · · Score: 1

    ...release dates are always given in dog-years.

    Te heh hee ;-)

  23. Re:Good Move on Step-by-Step Computer Destruction · · Score: 1

    Or the one on the wall.... ;-)

  24. Re:Cue the Microsoft Bashing!! on Microsoft to Build High School in Philadelphia, PA · · Score: 1
    I think it's called "experience."

    "Experience is what you get...

    ... when you don't get what you want".

  25. Re:pollution ? on Amphibious Car Beats Urban Congestion · · Score: 2, Informative

    It's not really true anymore. I've (unfortunatly) had a few early baths in the Thames, its just very silty. There are a *lot* of fish in there and plenty of wildlife.. Of course it could be better, but its far cleaner than it looks (shopping trollies considered)....