POV-Ray : Newsgroups : povray.off-topic : Have a laugh! Server Time
6 Sep 2024 19:18:27 EDT (-0400)
  Have a laugh! (Message 11 to 20 of 25)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 5 Messages >>>
From: Invisible
Subject: Re: Have a laugh!
Date: 12 Dec 2008 10:11:10
Message: <49427f0e$1@news.povray.org>
scott wrote:
>>> Just copy&paste from the pdf into Word and do the spell check from 
>>> there.
>>
>> Doesn't work. The ligatures get all screwed up.
>>
>> Besides, it's fairly labour-intensive.
> 
> OK so it messes up the ligatures and hyphens, but the above is a start!

True. But it could only be for a final, labour-intensive pass.

> But for the long term solution, definitely find a spell checker that 
> works in Latex.

Heh. Maybe I should *write* one? ;-)

> Are there not any IDEs specifically for Latex that will 
> flag up spelling errors in-place?

Yes: Vim, Ecams, LyX, and any mannar of other Unix-based tools. :-P

Actually, it appears that Aspell can do it, and is easily installable on 
Windows. But I'll have to do that at home; anything I install at work 
has to be recorded, and it already looks suspecious as hell that I've 
installed stuff like IrfanView, MiKTeX, Firefox, Thunderbird, Ghostscript...


Post a reply to this message

From: nemesis
Subject: Re: Have a laugh!
Date: 12 Dec 2008 10:51:27
Message: <4942887f@news.povray.org>
A fine sorting algorithms summary. :)


Post a reply to this message

From: Invisible
Subject: Re: Have a laugh!
Date: 12 Dec 2008 10:52:24
Message: <494288b8$1@news.povray.org>
nemesis wrote:
> A fine sorting algorithms summary. :)

And searching! Don't forget the searching... ;-)

Damn, I'm so hot at searching algorithms, it's a wonder I haven't found, 
say, a girlfriend or a better job yet... hmm... O_O


Post a reply to this message

From: Eero Ahonen
Subject: Re: Have a laugh!
Date: 12 Dec 2008 12:41:59
Message: <4942a267@news.povray.org>
Invisible wrote:
> 
> If there's one thing I've learned, it's that giving Google search terms
> that contain the word "latex" can be a very, very bad idea. ;-)
> 

You mean like in Three dead trolls in a baggies song Keep your parents
off the Internet?

-Hello son, I'm thinking of painting the garage and I'll do a search for
"Latex bondage"

-Aero


Post a reply to this message

From: Nicolas Alvarez
Subject: Re: Have a laugh!
Date: 12 Dec 2008 13:21:30
Message: <4942abaa@news.povray.org>
Invisible wrote:
> Sorting and searching is something that just sorta happens, and you
> don't really think about it. As I kind of tried to say in the
> introduction, most average bods probably just thing "computers are fast;
> they can process information quickly" and don't stop to realise that it
> even takes any cleverness to make the process happen *fast enough*.

"The trouble with doing something right the first time is that nobody
appreciates how difficult it was."


Post a reply to this message

From: Darren New
Subject: Re: Have a laugh!
Date: 12 Dec 2008 15:11:25
Message: <4942c56d$1@news.povray.org>
Invisible wrote:
> Here's a little something a wrote. I'm sure you'll enjoy pointing out 
> all the simplifications, factual inaccuracies and incorrect use of 
> terminology.

It's very nice. There's nothing wrong with simplifications for explaining 
this stuff to people who don't already know it.

As Warp said, there are a few misspellings, but you know that. (I spelled 
poorly for many years, until I started looking up every word I wasn't sure 
of every time, and the hard ones started to sink in. :-) There are also a 
few correctly-spelled words that are just the wrong choice of word. (E.g., 
Insert sort: "One of the lowest sorts.")

In the "linked list", I'd not use the term pointer. I'd say "each slot 
stores the number of the next slot to check" or something. "Pointer" isn't 
something everyday people are comfortable with. (You could say "Computer 
programmers call these numbers 'pointers', so we'll use that term below.) 
But you probably want another paragraph explaining what pointers are, in 
terms of "numbers that tell you where to look next inside the memory" or 
some such.

And it's not a trail of breadcrumbs, but a "string leading to the next 
invoice" or something. Breadcrumbs only take you backwards to where you came 
from.

Typo: "We'll see what that might be useful later." (You mean "We'll see how...")

Under "Deletions", it's not quite true that moving all the elements of an 
unsorted list is as bad as moving the elements of a sorted list. You can 
take the last element off the end of the unsorted list and stick it in where 
you deleted the other element. Quite the inverse of adding an element.

For bucket sort, you might want to give an example like sorting playing 
cards, where you might split the deck into four suits and sort each suit 
separately before putting them back together.  Just a thought...

You need a conclusion section. A couple of paragraphs that summarizes what 
you just spoke about. Otherwise it's like ending a murder mystery with the 
detective revealing who dun it.

Your margins are somewhat wider than they really need to be, unless you're 
publishing for a particular journal or something.


Overall, highly impressive for a layman's introduction. Seriously, you write 
very well: Entertaining plus informative. Very well done.  Out of curiosity, 
how long did it take you to put this together?  I mean, once you decided to 
write it, how long did it take in terms of your hours spent?


-- 
   Darren New, San Diego CA, USA (PST)
   The NFL should go international. I'd pay to
   see the Detroit Lions vs the Roman Catholics.


Post a reply to this message

From: Gail
Subject: Re: Have a laugh!
Date: 12 Dec 2008 15:38:50
Message: <4942cbda@news.povray.org>
"Invisible" <voi### [at] devnull> wrote in message 
news:49426036$1@news.povray.org...
> Warp wrote:
>
>>   The spelling mistakes don't help either. You should fix at least those.
>
> For sure.
>
> Hmm, you might know the answer to this one... Is there any tool that can 
> spell-check LaTeX source files? (Without constantly complaining that, 
> e.g., "\maketitle" isn't a valid word.)

On Windows, try LEd (LaTeXEditor). It's what I've used for all of my 
university work, and it's good (and free)

It does spell checking as you type (highlighting misspelt works with the red 
squiggle, same as Word) or you can run spellchecker separatly.

http://www.latexeditor.org/


Post a reply to this message

From: Orchid XP v8
Subject: Re: Have a laugh!
Date: 12 Dec 2008 15:56:05
Message: <4942cfe5$1@news.povray.org>
Gail wrote:

> On Windows, try LEd (LaTeXEditor). It's what I've used for all of my 
> university work, and it's good (and free)
> 
> It does spell checking as you type (highlighting misspelt works with the 
> red squiggle, same as Word) or you can run spellchecker separatly.
> 
> http://www.latexeditor.org/

Thanks Gail!

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: Orchid XP v8
Subject: Re: Have a laugh!
Date: 12 Dec 2008 16:12:41
Message: <4942d3c9$1@news.povray.org>
Darren New wrote:

> It's very nice.

Why thank you. :-)

> There's nothing wrong with simplifications for 
> explaining this stuff to people who don't already know it.

Heh. Some people are all like "hey, strictly speaking a 'byte' isn't 
always 8 bits!" I mean, LIKE IT MATTERS HERE! Think of your audience, 
people. It's not like anybody reading this thing is going to design and 
build their own computed based soley on my writings. Sheesh...

> As Warp said, there are a few misspellings, but you know that. (I 
> spelled poorly for many years, until I started looking up every word I 
> wasn't sure of every time, and the hard ones started to sink in. :-)

If I had a way to check these [easily] it would probably help a lot...

> There are also a few correctly-spelled words that are just the wrong 
> choice of word. (E.g., Insert sort: "One of the lowest sorts.")

That's not even a spelling mistake; I merely didn't hit the S-key hard 
enough. ;-)

> In the "linked list", I'd not use the term pointer.

The term seems fairly natural to me. But then, I've been using it for 
well over a decade. Maybe I'll just expand on it a little. (Diagrams 
would *really* help here!)

> Typo: "We'll see what that might be useful later." (You mean "We'll see 
> how...")

Yeah. When you type lots of stuff, it's surprisingly easy to substitute 
high-frequency words such as "how", "what", "when", "that", etc. 
Sometimes it results in sentences that clearly don't make sense...

> Under "Deletions", it's not quite true that moving all the elements of 
> an unsorted list is as bad as moving the elements of a sorted list. You 
> can take the last element off the end of the unsorted list and stick it 
> in where you deleted the other element. Quite the inverse of adding an 
> element.

Ooo... I never actually thought of that!

> For bucket sort, you might want to give an example like sorting playing 
> cards, where you might split the deck into four suits and sort each suit 
> separately before putting them back together.  Just a thought...

Yes, probably.

> You need a conclusion section. A couple of paragraphs that summarizes 
> what you just spoke about. Otherwise it's like ending a murder mystery 
> with the detective revealing who dun it.

Yeah, it does feel like it says a whole crapload of stuff, and then 
just... ends. I'm not really sure what a sensible ending would be though.

> Your margins are somewhat wider than they really need to be, unless 
> you're publishing for a particular journal or something.

Those are LaTeX defaults. If you print it out on paper and bind one edge 
together, it looks about right. (Most of the margin ends up in the 
fold.) It's also tuned so that the lines of text are narrow enough that 
you can easily scan from the end of one line to the beginning of the 
next; the wider the lines, the harder this is. (Go find some random 
website with lots of text, taking up the full width of your monitor. It 
can actually be quite difficult to figure out which line you've just 
read because of the visual distance.)

But yeah, I suppose it does look a little strange. I don't plan on 
fiddling with TeX's defaults to change it though.

> Overall, highly impressive for a layman's introduction. Seriously, you 
> write very well: Entertaining plus informative. Very well done.

Thank you. If more people said stuff like this to me, I'd probably write 
a lot more often. But typically, I spend ages writing stuff and nobody 
ever even reads it, and I just feel like "meh, why am I bothering?"

I consider myself to be very *good* at explaining stuff in simple terms. 
As I've said, the key is figuring out what's important and what isn't. 
My whole document doesn't say *anything* about cache coherancy. I just 
said "quicksort should theoretically be as fast as mergesort, but ON A 
COMPUTER it actually tends to be slightly faster". No need to go into 
technical details about why.

When I'm bored, I often sit by myself and have imaginary conversations 
with nonexistant people, tellin them all about... any stuff I know 
about, really. Maybe I'll summon up a caveman and try to explain to him 
how supply and demand affects the price of goods. Or perhaps I'll find a 
1960s electrical engineer and tell him about the superior noise 
rejection characteristics of digital electronics. Or maybe I'll chatter 
with some long-dead mathematician about chaos theory and fractal 
geometry... It depends on my mood.

Come to think of it, as long as I can remember, ever since I was a very 
small child, I've *always* talked to imaginary people.

...shit, I should probably have had *FREINDS* instead! o_O



Oh...kay...well leaving that aside, I wonder if maybe a good way of 
structuring a book would be to just record myself nattering out loud, 
and write a transcript afterwards? :-D

> Out of 
> curiosity, how long did it take you to put this together?  I mean, once 
> you decided to write it, how long did it take in terms of your hours spent?

I spent about 3 hours writing it on Wednesday. Today I corrected a 
handful of typos, and added the final few paragraphs. I can't have spent 
more than an hour doing that.

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: Darren New
Subject: Re: Have a laugh!
Date: 12 Dec 2008 20:13:57
Message: <49430c55$1@news.povray.org>
Orchid XP v8 wrote:
> Heh. Some people are all like "hey, strictly speaking a 'byte' isn't 
> always 8 bits!" I mean, LIKE IT MATTERS HERE! Think of your audience, 

http://en.wikipedia.org/wiki/Lie-to-children

> If I had a way to check these [easily] it would probably help a lot...

Google:
   define:plover

>> There are also a few correctly-spelled words that are just the wrong 
>> choice of word. (E.g., Insert sort: "One of the lowest sorts.")
> 
> That's not even a spelling mistake; I merely didn't hit the S-key hard 
> enough. ;-)

Yes. But the spell checker wouldn't catch it, is my point.

>> In the "linked list", I'd not use the term pointer.
> 
> The term seems fairly natural to me. But then, I've been using it for 
> well over a decade. Maybe I'll just expand on it a little. (Diagrams 
> would *really* help here!)

Yeah. Explain what a pointer is, like an address on the side of a mailbox 
being referenced by the address on an envelope or something.

>> Typo: "We'll see what that might be useful later." (You mean "We'll 
>> see how...")
> 
> Yeah. When you type lots of stuff, it's surprisingly easy to substitute 
> high-frequency words such as "how", "what", "when", "that", etc. 
> Sometimes it results in sentences that clearly don't make sense...

Yes. I'm just helping you fix them, you see. :-)

> Ooo... I never actually thought of that!

It's surprisingly non-obvious, for some reason. Probably because you'd never 
do this with physical objects.

> Yeah, it does feel like it says a whole crapload of stuff, and then 
> just... ends. I'm not really sure what a sensible ending would be though.

"""
So, as you can see, even though computers are very fast, the quantities of 
information they deal with are also vast. To access information in memory or 
on a disk sometimes requires special techniques in order to be fast enough. 
This paper has introduced you to some of those techniques.
"""

Just something like that. The abstract, written backwards.

> But yeah, I suppose it does look a little strange. I don't plan on 
> fiddling with TeX's defaults to change it though.

Your call, of course. It's just bothersome to read on screen that way, 
without zooming into the middle third of the paper.

> I consider myself to be very *good* at explaining stuff in simple terms. 
> As I've said, the key is figuring out what's important and what isn't. 

It shows, yes.

> When I'm bored, I often sit by myself and have imaginary conversations 
> with nonexistant people, tellin them all about... any stuff I know 
> about, really. 

Heh. You too? I usually don't get to cavemen, but other ideas.

> Come to think of it, as long as I can remember, ever since I was a very 
> small child, I've *always* talked to imaginary people.
> 
> ...shit, I should probably have had *FREINDS* instead! o_O

Go to church. Then you can talk to imaginary people *and* meet friends.

> I spent about 3 hours writing it on Wednesday. Today I corrected a 
> handful of typos, and added the final few paragraphs. I can't have spent 
> more than an hour doing that.

That's very impressive. Understand that 95% of the population couldn't write 
something this good about something they know well, let alone doing it in 
one or two sittings.

-- 
   Darren New, San Diego CA, USA (PST)
   The NFL should go international. I'd pay to
   see the Detroit Lions vs the Roman Catholics.


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 5 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.