Avatar of Captain Jordan
  • Last Seen: 1 yr ago
  • Old Guild Username: Captain Jordan
  • Joined: 11 yrs ago
  • Posts: 1111 (0.28 / day)
  • VMs: 0
  • Username history
    1. Captain Jordan 11 yrs ago
  • Latest 10 profile visitors:

Status

Recent Statuses

10 yrs ago
Current My life has been reduced to 200 measley characters, and I can't even seem to make use of every one.
10 yrs ago
Now I want a trophy.
10 yrs ago
Having trouble waking up today.

Bio

User has no bio, yet

Most Recent Posts

In Mahz's Dev Journal 10 yrs ago Forum: News
The URLs seem fine, this is a system used by multiple boards. It's useful for linking from outside the Guild, too. Another option might be to grab the title text of [url]http://roleplayerguild.com/topics/99999-this-is-a-topic[/url] link and replace the raw URL with the title text. Local only, of course, to conserve resources and GET requests.
Cool idea. Though it would make more sense once GMs actually have GM-specific powers in their Roleplays and can share that power with Co-GMs. Though I haven't really mapped out exactly what "GM-specific powers" actually means yet. Some ideas while we're here: - Close/Open roleplay to new participants - Approve applicant (applicant is now eligible to make IC posts) - Kill Character - Edit Character Status Something like that. And by "Character", I mean that I'd like to implement first-class support for a character system. Some way to create/manage characters (or create them ad-hoc per roleplay), switch between them during a roleplay, annotate them during the roleplay (like the GM can edit a character's status to indicate that the character has a broken leg), and kill them off (just from the roleplay). Going down the rabbit hole here, but it's an idea. The main limiting factor for these kinds of big roleplaying ideas is that it's hard for me to flesh them out by myself since I don't actually roleplay anymore.
Additional thoughts for Co-GMs:
  • Ability to remove/ban a player from posting in the thread (separate from character killing, this would be a way to remove troublemakers).
  • Edit the OP (I think you already mentioned that in a later post)
  • Hide or remove the posts of non-playing players (for players that have left/been removed from the RP, the ability to remove (or just hide if you want to reserve deletion power to mods) posts that disturb the RP's flow would be useful.
In Mahz's Dev Journal 10 yrs ago Forum: News
I access the site on my mobile a lot. A mobile version would be great. Side request: Delete the Spam section. It's just one guy jerking himself off over and over.
The Nexerus
It's not really the same without all the other wankers in there.
In Mahz's Dev Journal 10 yrs ago Forum: News
Since you have to go back to work soon, are you going to give another mod the same abilities you have (so we don't have to wait from you to fix bugs and you don't have to get on here, while at work)?
Rare
Well, his Github is public. Anyone with the code knowledge can submit a pull request with a bug patch for Mahz. I don't think it's too much to ask to let Mahz decide which pull requests to accept, and whether to use that code on a live server (sometimes bug fixes just make more bugs, or wind up being slower/less efficient than the buggy version).
In Mahz's Dev Journal 10 yrs ago Forum: News
Here's my attempt to put together a color palette using only colors that have names in the html/css spec: http://jsfiddle.net/danneu/284p9qp9/1/ Unfortunately the color names are kinda unwieldy:
Mahz
Is that it? Really? I thought there were lots more.
In Mahz's Dev Journal 10 yrs ago Forum: News
- I used to have the color-picker on top but ran into a few minor issues. I'll put it back on top and just tackle the issues now that I have time to deal with them. Don't remember what the issues were. - I'm going to modify the color-picker to drop in the color's name instead of the color's hex value. It's nicer to see color=Goldenrod and color=Tan instead of color=daa520 and color=d2b48c. Especially since we don't have a WYSIWYG editor. People will even have a shot at memorizing colors that they like to use. - The error system is weak and is barely out of proof-of-concept phase, but I think I see a route to hacking in some line+column numbers which would set the stage for error highlighting (like underlining the problem). I have a proof of concept working by just counting newlines in a post-process step. But man, this bbcode parser file is getting nasty. - I do want to extend quotes to include more optional metadata like [quote=Captain Jordan post=391823]...[/quote]. In that case, as you'd expect, it'd link to the origin post. I'll have a better sense of priorities once Sunday picks up and I see what people are struggling with. Maybe I can put a dent in the notification system today.
Mahz
Good, good. I figured most issues were already known, just wanted to point them out if not. Same with suggestions. You got this, Mahz.
In Mahz's Dev Journal 10 yrs ago Forum: News
Holy BBCode Batman! I like that the Color Picker stays up so I can highlight and re-color another piece of text. Any thoughts about adjusting the hover so it doesn't obscure the text box (how about making it hover above the editor)? Error checker is subtle and nice. I didn't notice it until I tried to purposely screw up a tag.
Quoting the right way.
Can I quote Mahz?
Mahz
What about a quote with a link? Will it auto-link the text?
http://www.roleplayerguild.com/posts/2345802
Apparently not. I wonder if it'd be possible to add a linking function to quote, such as [quote name=Mahz link=2345802] to link directly to the post in question. Quotes are easy to modify on your own (especially if quoting across topics) and sometimes the original context is useful.
In Mahz's Dev Journal 10 yrs ago Forum: News
> it did take a bit of searching to find the clel indeed. > > not sure whether it would be easier to program it to show up post-submission, in preview, as a popup when pressing submit, or even in the typing window itself as you write. > > that's how we view our role... We come up with lofty ideas of questionable value, the people who know the stuff shoot them down with heavy anti-air batteries when they're not workable. At least Mahz has the benefit of being in charge of the whole shebang, and can afford to do that. If this was a job, and we were the client, the developer would be hard pressed to explain why such a thing was not in the client's best interest (Customer is always right, and all that jazz).
In Mahz's Dev Journal 10 yrs ago Forum: News
> > > Unfortunately, fixing tag misalignment is a pretty hard problem if the parser itself doesn't expose that feature. > > > > Can you at least pinpoint line numbers even if the actual tags involved aren't identified? > > As I become more familiar with the code of this library, I might find out that it's doable without too much hassle. > > Obviously counting newlines comes to mind. But this library is implemented with regular expressions which are pretty opaque to work with. At least until I sit down and study it. > > I've been patching this library to provide validation errors and better tag implementations. If I don't watch out, it will've been more economical to've just written my own recursive descent or PEG parser, which is something I want to do anyways to vanquish BBCode once and for all. > > Imagine error metadata like: 'Expected [/b] on Line 10 Col 8 but found [/hider]'. And then exposing that to the user with some inline editor errors. > > Anyways, I'm definitely wasting time by obsessing over my error system. I mean, who cares. :lol I'm sure there are plenty of people who could make use of such error reporting. Not everyone is so technically or detailed oriented (or sometimes those people post drunk/tired/high) and need a little more help.
In Mahz's Dev Journal 10 yrs ago Forum: News
> Unfortunately, fixing tag misalignment is a pretty hard problem if the parser itself doesn't expose that feature. Can you at least pinpoint line numbers even if the actual tags involved aren't identified?
A friend of mine pointed me to this epic drama on Reddit about a guy discovering his wife is cheating on him. I'm not usually one for drama, but this guy started live blogging his woes, including updates from a PI he had following his wife, texts from his wife, sister in law and brother, and other things. It's either a terribly tragic reality, or an utterly fantastic fake. [Post 1](https://www.reddit.com/r/tifu/comments/2snn0q/tifu_by_reading_my_wifes_text_messages_shes/) [Post 2](https://www.reddit.com/r/tifu/comments/2suuxr/live_updates_tifu_by_reading_my_wifes_text/) [Post 3](https://www.reddit.com/r/tifu/comments/2sw3is/part_3_wupdates_tifu_by_reading_my_wifes_text/) Have a gander. Maybe, if we're lucky, someone will buy the movie rights to this.
© 2007-2024
BBCode Cheatsheet