Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Nao
7126
Off-topic / Re: 11/11/11
« on November 11th, 2011, 02:08 AM »
Technically, the 11th hour would be at 10am... :whistle:
7127
Off-topic / Re: 11/11/11
« on November 11th, 2011, 02:05 AM »
Yes we do, but not particularly frequently... Heck, it's probably a cultural thing. Perhaps in Brittany they do, perhaps in the Alps... I don't know, I don't have any studies on this. It just doesn't happen a lot.
7128
The Pub / Re: Logo Madness
« on November 11th, 2011, 02:01 AM »
Quote from Arantor on November 10th, 2011, 12:30 PM
*shrug* I prefer Tubular Bells II to the first album,
Who doesn't :P
Oh well, TB2 is 'easy listening' in comparison. But one thing that's worth listening to is TB2003, where Oldfield re-recorded the album with John Cleese as the instrument announcer. Works really well. But I'm a sucker for part 2 (side B) of TB1. I think it's more interesting, albeit less 'progressive'.
Quote
explain LoTR: FotR which came out in cinemas around the same time as HP1 did... :whistle:
They shot all 3 movies before they released the first one... So HP1 wasn't first ;)
Quote
That's the thing about the BBC, incidentally. Sure, yes, recent DW has relatively big budgets etc, but part of the appeal is that its budget isn't huge and the people involved do care about what they do, and the same is true of all the BBC drama productions, especially costume/period dramas (as opposed to contemporous dramas)
Of recent memory, I loved Jane Austen's 'Persuasion', the 2007 version. Probably mentioned it around here...
Quote
Quote
'Pure' colors are good for size reduction, and particularly good to establish a brand, I'd say (Nike and stuff.) I'm still not a specialist though... Is it better in color?
It's better in colour.
Could you take a look at the black logo and try to color it the way you want...? Shouldn't be too hard...?
I'm still not convinced that the other attempt was any good. Too bright. Below is another attempt with darker colors and yet another font (the font was just for the fun of it.)
Quote
No, but you get less frustrated than I do with trying new tools. No matter what toys I find to play with, I always end up coming back to my comfort zone.
And again... Me too ;)
Heck, haven't been to the doctor in 10 years, even though my health is at a low and has been for some time...
Quote
Quote
The main point with vectors, is that you can work in an iterative way like in code
You can do that in GIMP
Really?

7129
Off-topic / Re: 11/11/11
« on November 11th, 2011, 01:51 AM »
Quote from Drunken Clam on November 11th, 2011, 12:54 AM
It's 11/11/11, not 11/11/11. Bloody Americans :P  :ph34r:
It's 11.11.2011, not 11/11/11. Blood English speakers :P
7130
Development blog / Re: Ticking away the moments that make up a dull day
« on November 10th, 2011, 03:44 PM »
Scary ;)
7131
The Pub / Re: Logo Madness
« on November 10th, 2011, 12:18 PM »
Quote from Arantor on November 10th, 2011, 11:53 AM
Interestingly, if you look at the presents, one of the tags says Brighton on it :)
I failed to watch TS last Christmas so I guess I only watched it once, at Christmas 2009... :^^;:
Will definitely re-watch it this year.
Quote
Probably not. But then again I'm strange anyway. People still find it hard to believe that I laughed hard at the Exorcist because it was just so ridiculous.
I never watched the thing, so I wouldn't know. I never even bothered with the main tune. At the time. Heck, even today, I think it's by far the weakest part of The Tubular Bells... :^^;: (Probably the most interesting part of it, is the fact that it's loosely inspired by a rather interesting French composer who was recording at the Manor at the same time.)
Quote
did do an adaptation of TLTWaTW at some point and that was my first exposure to Narnia.
Yeah, I think I have it somewhere but it has no subtitles or something, so I never watched it...
Quote
I have the books, I have the recent film adaptation of TLTWaTW but I never seem to find the time to actually experience them.
Me neither. Anything that was made to offer counter-programming to Harry Potter doesn't strike me as made with love, unlike the animated movie I mentioned, which with its very tight budget managed to do something interesting.
Quote
First season is actually The Black Adder, while later ones are Blackadder II, Blackadder The Third and Blackadder Goes Forth. I'm not entirely sure why the name was changed to remove the space but I wouldn't be surprised if the change of writer was involved. Atkinson wrote the first season but 2-4 were co-written with Richard Curtis. There was also a Christmas special, parodying A Christmas Carol. But there was only ONE Christmas special, you hear me? ONE!
I know about the names, hey I watched the show this year, I probably mentioned it :P
In France it's just called "Black Adder - La Vipère Noire" for the entire show, and most promotional material actually spells it Blackadder. They... Are just unsure :P
Quote
Although black is an awesome colour, pure black has no contrast, no subtlety, no variation. These things are needed, IMO.
'Pure' colors are good for size reduction, and particularly good to establish a brand, I'd say (Nike and stuff.) I'm still not a specialist though... Is it better in color?
Quote
I can visualise many things but I lack the tools and/or the skill to realise them,
Because you think I had the tools and skills to begin with...? A few months ago I had never even touched a vector graphics program... ;)
Quote
and I don't know how to go about getting that skill. I can craft almost anything out of code but to draw a picture? Out of my league.
The main point with vectors, is that you can work in an iterative way like in code: you start doing a rough drawing, then you add elements, remove others, essentially you add 'steps' to the picture, it's like coding. "Okay, first you draw this line, then you distort it with that effect, then you color it that way, then you add a mask around here to hide that bit, then you add a drop shadow at 50%... Oh, it's too much, I'll edit that step... 25%, that's better. Hmmn but what if I did the drop shadow before I added the mask? I'll just move it one step earlier... Good... And what does it do if I move the line this way?"

It's basically trial and error. And you just put the finger on it (probably just a French expression), I like this because it's like coding!
7132
Features / Selectbox
« on November 10th, 2011, 12:04 PM »
A short note...
Yesterday I was looking into improving the privacy selectbox, notably to allow for friend groups to be specified, was planning to turn it into an object similar to the privacy button on Wedge.org (click the key icon next to a topic link (that you own, in a blog), and it opens up a popup, select Groups or something and it'll show you a checkbox list...), then I found out about selectbox replacement plugins for jQuery, looked into their code and demos, I particularly liked one (it basically creates an absolutely positioned div with scroll overflow like the key object in here, but does it while retaining compatibility with non-JS browsers so that'd be nice to use everywhere), anyway -- when packed and gzipped, the main script file is 5.89KB, and with the extra plugin (which I would clearly modify...), it's 8.52KB. So that's an increase of 50% in size, but OTOH it's still less than 3KB... And then on the other, other hand, 3KB is exactly the reason I'm not excited to upgrade jQuery to a newer version... :lol:

I'm not sure just yet.

The demo: http://labs.abeautifulsite.net/projects/js/jquery/selectBox/
Second time this week I'm on this website... I have no idea why I was there the first time, I just remember I liked their logo... And now I'm starting to realize my own logo for Wedge may have been unconsciously influenced by them :lol: No, no, it's just leaves... :^^;:
7133
Features / Re: Thought system
« on November 10th, 2011, 11:55 AM »
- I'll test with Packer.
- I haven't been using preparsecode, as I said before. It's something I'll have to deal with, too.
- Sidebar box doesn't show a parsed thought because the Ajax stuff doesn't return anything. It was done this way on noisen, never cared to develop further... Obviously, I *should* return a parsed string to show. And I will.
- BTW, if you add a URL between nb tags, it won't be parsed into a url tag. Just a limitation I noticed yesterday in here... Dunno if it's in Wedge too, but I suppose so.
- I'm kind of on a break right now because, well... I thought I was done but I started logging a lot of items I should do, and I figured, oh crap this is going to take me another week... So right now, it's all you get :P

- Color stuff: ah, yes, thanks for the tip...
Posted: November 10th, 2011, 11:51 AM

Update: not getting any problems with Packer...?
7134
The Pub / Re: Logo Madness
« on November 10th, 2011, 11:43 AM »
Quote from Arantor on November 10th, 2011, 11:26 AM
Quote
Okay, the only landmark I know of in Brighton, if I'm not mistaken, is that casino in the sea (?), or building anyway, connected to the land by a bridge...
That's Brighton Pier. (It's in The Snowman, as is the Taj Mahal-styled 'Brighton Pavilion')
Oh... Sorry, we were just talking about HP, I mixed it up.
Now I seem to remember that they fly by it in TS, indeed. It totally slipped my mind...
Quote
Quote
Starting with great children's cartoons! I also loved The Lion, The Witch and the Wardrobe... That cheap BBC film from the late 70's
I must have missed that somewhere.
I'm not sure it'd have the same effect on you today as it had on me at the time... :P
It's that film: http://www.imdb.com/title/tt0079474/
Although it doesn't seem to be from the Beebs in the end...
Quote
Hogwarts is implied in the books to be in Scotland, and principle filming of the castle in the films is at Alnwick Castle which is not far from the Scottish border.
Couldn't have told it was the same castle as in Black Adder! :lol:
Quote
It doesn't have the 'weak' feeling I was getting at before, nor the 'falling off the wall' feeling... I don't particularly like it but I can't tell you why :/
Because it's black? :P
I went for something drastically different, obviously...
And I kinda like it, BTW.

Not that it matters much. We have all the time in the world to find a logo. Holy cow, it's one of the few cases where, even though it could be annoying that it'll be finished either tomorrow or in 6 months, I don't mind at all and I really enjoy working on this. Plus I really appreciate being able to learn how to manipulate vector graphics. I read a lot of tutorials and I like that. I think that's the high point of my logo/typography training.
Posted: November 10th, 2011, 11:40 AM

:edit: with colouuurs...
7135
The Pub / Re: Logo Madness
« on November 10th, 2011, 11:11 AM »
Quote from Arantor on November 9th, 2011, 11:55 PM
If you're paying attention, they fly from somewhere just north of Brighton (and fly directly over Brighton)... which is virtually where I live...
Okay, the only landmark I know of in Brighton, if I'm not mistaken, is that casino in the sea (?), or building anyway, connected to the land by a bridge... And I don't remember seeing that in HP. Was that in the bank escape scene? I thought they were dropped in Scotland or something... It always feels like Hogwarts is in the Highlands, especially given that in episode 3 they actually shot many scenes in the valley where Rob Roy fought battles or something, IIRC.
Quote
The British do strange things, but awesome ones :)
Starting with great children's cartoons! I also loved The Lion, The Witch and the Wardrobe... That cheap BBC film from the late 70's. It had a really great soundtrack (and it was recently released on CD :)).
Quote
Quote
I wouldn't know where to start when it comes to making me cry systematically...
Other than that episode of DW, I don't tend to cry much at TV.
That's what I'm saying... I'm the girlish one here :P
I didn't cry much during movies when I was a kid but they tended to stick into my mind (e.g. the final scenes in The Black Cauldron at the movies), but then when I turned 13 I started rooting for anime shows with a tendency for emotional scenes... For those who ever watched Captain Tsubasa/Olive & Tom, a silly football anime, there was this guy who actually had an heart attack during a match, the picture turned black & white, it was a very emotional couple of minutes. The guy recovered after that, but the show never did, it just turned into mindless matches. Then I had this show, Creamy Mami, about a girl who can magically turn into an adult singer singing cheesy songs (yeah................. even at 13 it felt a bit childish), it just had nice characters and halfway into the show, they had a few episodes where the girl lost her power while stuck in her adult form, it was a heart-breaking episode. Well, to me anyway. Then I discovered Saint Seiya... Well, I gave up on trying to interest you into anime (you never followed up on Paranoia Agent etc), but when it comes to anime soundtracks, you can't do better than StS. Just look at the 16:10 mark in episode 57. You probably won't get what's happening because there's no English dub or sub available on YouTube (the blond guy is fighting the blue-haired guy and progressively removing his five senses, while the blue-haired guy tries to get him to understand he's fighting for justice blahblahblah), but the music...! My oh my. It still turns me into a wimp, even now. This particular episode, directed by Shigeyasu Yamauchi, turned me into the #1 French fan of him. He's greatly revered in the director community because he's as close to an 'innovator' as you could describe him, but sadly he's overseen by everyone else. Nowadays, he has to rely on his ex-assistants turned stars (thanks to his teachings), to give him a job. Sigh.

Anyway... End of my rant.
Quote
Quote
Any opinions? (The last two are what you see in the sidebar.)
I like the font on the 'petal' logo most, while I like the square logo most. The petal part itself makes me think as though the lower part seems more floppy and unable to support the upper part, while the middle logo looks like the pieces have fallen off the wall, as it were.
Lol... I guess everyone here will have their own interpretation of the logo ;)
Okay, I tried for a monochrome version with a slight modification of the upper 'petal', and a different font (not that it matters much but I like this one, too)... How about that?
7136
The Pub / Re: Logo Madness
« on November 9th, 2011, 11:42 PM »
A few comparisons...











Any opinions? (The last two are what you see in the sidebar.)

First one has these differences: it uses the 'square logo' color set for the logo (I had some trouble getting it correct. It's still a bit too bright.) The logo is slightly skewed (now it'll either look more like a petal than ever... Or more like water splashing :P), and the font I used is Calibri Bold (as a test).
7137
The Pub / Re: Logo Madness
« on November 9th, 2011, 11:37 PM »
Quote from Arantor on November 9th, 2011, 10:42 PM
OK, open time. Each year we watch The Snowman. Each year, I feel myself shedding a tear.
Hard not to shed a tear for this one. Especially after THAT song :P
(And yes it's a typical British tradition to watch The Snowman. It's totally unknown in France. Thankfully I've got one part British blood in my family-in-law ;))
Quote
Oh, and one almost got shed when Tennant regenerated. ALMOST.
I wouldn't know where to start when it comes to making me cry systematically... The ending of Batman The Animated Series' Babydoll episode. The Quantum Leap scene with Georgia on my Mind. The last few minutes of The Killer (well, at the time at least.) And every other Saint Seiya episode. (You wouldn't understand. My entire youth is in Saint Seiya... I wouldn't be where I am without it.)
7138
Features / Re: Thought system
« on November 9th, 2011, 11:23 PM »
Hmm, then...
7139
The Pub / Re: Logo Madness
« on November 9th, 2011, 09:16 PM »
I'm a softie at heart. I cried at the end of the last Harry Potter.
7140
Features / Re: Thought system
« on November 9th, 2011, 08:53 PM »
Which is hardly indexable?