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
8761
The Pub / [Archive] Re: Logo Madness
« on June 5th, 2011, 10:23 PM »
Okay... Which one?

The left one is relatively 'definitive'... The right one is still only the mockup -- I don't have the tools/skills to make it perfect.
8762
The Pub / [Archive] Re: Logo Madness
« on June 5th, 2011, 09:56 PM »
That logo has always been a problem to me... :-/
8763
Off-topic / Re: Wedge support
« on June 5th, 2011, 06:34 PM »
I'd like to get the big majority of our feature list to reach 99% or more before I even think of doing something other than programming... ;)
8764
Other software / Re: SMF 2.0 final THIS MONTH?
« on June 5th, 2011, 06:33 PM »
On my side, I'll be striving to have a release cycle similar to Aeva Media's... i.e., totally chaotic, but closer to "early and often" than to "when we're done". (Because I'm usually done early and often.)

(Pete, are you meaning to say I did most of the work in the last 6 months? :lol:)
8765
The Pub / [Archive] Re: Logo Madness
« on June 5th, 2011, 06:22 PM »
What I like about lowercase is that it's non-aggressive... Friendlier than uppercase.

Okay since the mockup isn't very successful, I've resorted to adding a white shadow behind the original logo.
I find it still barely readable... And adding a bigger glow will make it look silly.
8766
Other software / Re: SMF 2.0 final THIS MONTH?
« on June 5th, 2011, 05:03 PM »
The i18n team. Don't get me started on them ;)
8767
Off-topic / Re: Doctor Who
« on June 5th, 2011, 12:54 PM »
<PRV>....... And of course, for the rest of us, there's the Pirate Bay, torrentz.com, demonoid.com and so on. (I rarely go to demonoid, but yesterday the HD episode was only over there, not anywhere else I could think of.)
8768
Off-topic / Re: Doctor Who
« on June 5th, 2011, 12:32 AM »
Quote from Aaron on June 4th, 2011, 09:50 PM
Wow. That was pretty amazing, wasn't it?

Tonight's Doctor Who was absolutely fantastic! I know I wasn't expecting that! Sure, I had a few theories theories and some turned out more or less correct (excluding others, lol),
Got spoiled online but that's okay, it's about who River is. Didn't we already discuss that here? I'm disappointed the hints were so obvious.
8769
Off-topic / Re: Doctor Who
« on June 4th, 2011, 10:56 PM »
All right then. Will watch tomorrow.
8770
Off-topic / Re: Doctor Who
« on June 4th, 2011, 10:29 PM »
Is it worth watching for those who hate waiting after cliffhangers and would rather wait for the next part to be out?
8771
The Pub / [Archive] Re: Logo Madness
« on June 4th, 2011, 08:04 PM »
I'm growing unsatisfied with the current logo. Although it's really good, I wanted to try for more simplicity in terms of shades. I used the opportunity to give a try to PT Sans, a current favorite of mine, and just build upon that with a strike-through line (similar to what Bloc suggested but applied to the entire width), and again two different colors, but this time across the entire logo, rather than on the 'w'.

What do you think?
It's only a MOCKUP, it's not something 'definitive', I'm just trying to explore other ways of showing the logo...

:edit: I'm not saying I like it best. It simply fixes my current issues with the letter 'd' in our official logo, as well as with the shades of green on the letter 'g' (it's too bright compared to the rest). Also, the new logo is optimized for dark backgrounds. Its dark background could even be part of the logo, I don't know...
8772
Features / Re: New revs
« on June 4th, 2011, 06:16 PM »
rev 796
(4 files, 7kb)

! Usernames with special characters were incorrectly processed in profile pretty URLs. (QueryString.php)

* Use a dfn tag rather than a custom span to show the help text for password changing. (Profile-Modify.php)

* Don't hide additional membergroups if there aren't enough to justify it. (Profile.template.php)

* Parenazi. (Subs.php)
8773
Features: Upcoming / Re: Floating topics
« on June 4th, 2011, 03:08 PM »
I was always sure joins were faster than comma crap in all versions of Mysql?
8774
Features: Upcoming / Re: Floating topics
« on June 4th, 2011, 02:24 PM »
And in that respect, Wedge will have way more tables than SMF ;)
8775
Features: Upcoming / Re: Floating topics
« on June 4th, 2011, 11:11 AM »
Quote from AngelinaBelle on June 3rd, 2011, 06:30 PM
This is really a generalization of the idea that a msg_id can belong to a topic, a reply, a blog post or blog comment.
Yes and no.
I think it would be a strain on performance if any 'virtual object' could be a floating topic.
So, an id_msg won't be floating by itself -- only a topic can be floating.
If you mean by that that we should store the parent id_msg for any message, this can be done independently -- and is something I'm considering to do, although it wouldn't be used in Wedge at all since I've long given up on nested threads (I discussed it countless times on sm.org and here I believe. I had an implementation and all. Even Wedge.org keeps storing the parent ID I believe...)
Quote
It could also belong to a portal article, or an item associated with any other kind of thing we could think of bolting onto a simple website machine.
Pretty much.
Now, what matters here is that, not only can the wedge_messages table be thrust into any floating element, but we can also add other items to benefit them. Like/dislike, tags, and custom fields come to mind. We'd... Just need to store the wedge_type (or something like that) for the extra entries, just in case we need to filter the entries by wedge type.
Quote
Will it require overhauling data structures, tables, and "business logic" on how items are retrieved?
I don't really see how. It's just a matter of adding an extra field with proper indexing ;)
Maybe we'll simply rename some fields internally -- although it can be done without, after all I don't mind the idea that a 'topic' can be a 'media item'... It's a topic of discussion after all. Anyway!
Quote
Either the topic_id and board_id columns will be generalized, or else (horrors) we go to third-normal form and lose optimization?
Can you elaborate on this?