Michael's home timeline
Notices
-
Apparently I left RDN running while I was out... http://ur1.ca/9dwzo
Sunday, 27-May-12 01:31:34 UTC from web- RDN's Lucifer likes this.
-
@nerthos True. Even our most prolific would be hard pressed to pull that off.
-
@eaglehooves A user needs a whole day of hard posting to reach 1000 posts.
-
@nerthos Shows how clearly I'm thinking tonight. *facehoof*
-
!mintrefresh If you favorite a redash by mistake and don't unfavorite it before navigating to another page or reloading the same page, it becomes impossible to unfavorite it.
Saturday, 26-May-12 08:12:48 UTC from web-
@toksyuryel Even by going to your favourites page?
-
@bitshift Yup. That's what I was just testing it with; it operates on the original post, and not the redash post.
-
@toksyuryel Ah. That's certainly not ideal, then.
-
-
Damn I can't draw skirts worth crap :< (still WIP) http://ur1.ca/9dn7v
Saturday, 26-May-12 03:07:19 UTC from web- Toksyuryel likes this.
-
@shred316 Night!
-
@shred316 NIGHTY NIGHT
-
@shred316 I'm just sad. The beard doesn't help, but I didn't really get any sleep, and thats not helping. I kinda just wanna die. Lol
-
You know you're doing something right when your compiler freezes windows. #coderpony
Friday, 25-May-12 12:05:26 UTC from web- RDN's Lucifer, derpyshy / chem and Bit Shift like this.
- Bit Shift and derpyshy / chem repeated this.
-
@bitshift A combination of tiredness and forgetfulness. xD
-
!mintrefresh in firefox 12 seems to cause the RDN tab to light up when inactive even when no new content has appeared in the timeline.
Tuesday, 22-May-12 13:37:53 UTC from web-
@toksyuryel it does it on chrome as well on some pages. the main page, personal page, and replies all work fine, but if you search for something or click a hashtag, that page will go nuts and have (88) next to it in seconds
-
@madykatt For me it's doing it on the personal page.
-
-
Alright. Now things are quiet, I'm going to take the server offline for a couple of minutes for a graceful reboot.
-
@bitshift I get that from time to time with !mintrefresh too.
-
@redenchilada Yeah, it was your bug report that prompted the first, seemingly (until now) successful fix.
-
@ceruleanspark Unfortunately, I have not yet mastered refreshing in my sleep.
-
-
Still have no idea how refresh works in chrome
Sunday, 20-May-12 20:20:32 UTC from web-
@valiantratchet What are you having trouble with?
-
@macpony55 Everything the sky is falling
-
@valiantratchet Sounds like a personal problem, so let'see are you going with !rdnrefresh or !mintrefresh?
-
-
I am a new brony to this site. How is everyone? Anyone got any tips for me?
Sunday, 20-May-12 19:49:15 UTC from web-
@ponyguru I just sub to you :D
-
@xxrainbowdashxx I dunno what that means, but thank you! :3
-
@ponyguru It means i subscribed to you :)
-
-
@greydragon412 @djvinylpon3 Or !mintrefresh. I prefer it, _but_ it's somewhat more buggy right now, so I'd say !rdnrefresh is your better option, at least for now.
Sunday, 20-May-12 00:33:15 UTC from web-
@techdisk42 Yes, in the latest one. Specifically, the buttons were favouriting/redashing the redash instead of the source notice. The redash one is definitely fixed, not sure about the favourites one.
-
@bitshift Ok. Thats good!
-
@bitshift I didn't actually fix the favouriting, I thought it was only redashing. Will fix. As for the other stuff, I've been slowly tracking it down and trying to fix it. Apparently JQuery doesn't wanna tell me when it fails to get notices. :/
-
-
fcbvyrevat guvf orpnhfr v unir n ohggba gb qb fb.
Saturday, 19-May-12 15:39:33 UTC from web-
@techdisk42 Wat?
-
@awesomeman1000 get !RDNrefresh or !mintrefresh. then press the little key button.
-
-
Before I go to bed, I wanted to share this because it makes me happy. http://dpaste.com/749403/ @widget @bitshift !coderpony #SQL
Thursday, 17-May-12 16:31:19 UTC from web -
!MintRefresh updated - Stopped it from telling you it has an update every day, made repeating a repeat repeat the original repeated notice rather than repeating the repeat (Yes I tried to make that as convoluted as possible.)
Wednesday, 16-May-12 20:46:58 UTC from web-
@minti Could you repeat that last bit? :P
-
-
Wednesday, 16-May-12 03:21:49 UTC from web
-
@aeniug2 Hey, welcome back to RDN :D I've missed you *hug*
-
-
!mintrefresh Greasemonkey refresh alpha update? Ok then!
Tuesday, 15-May-12 20:44:18 UTC from web -
Oh I don't like that. No I don't. !mintrefresh
Tuesday, 15-May-12 12:48:59 UTC from web -
And now sometimes I'm *not* seeing an in context link for posts that are a reply to something… !mintrefresh
Tuesday, 15-May-12 03:01:47 UTC from web -
I am tired of having to refresh.
Monday, 14-May-12 21:36:40 UTC from web-
@mrapplejack1000 waht?
-
@cajunbrony23 You talked about Minty from G3 right?
-
@mrapplejack1000 nope, not a g3 fan
-
-
I've been seeing in context links on a lot of posts that either don't have any replies or the replies aren't rendering for some reason.
Monday, 14-May-12 10:28:55 UTC from web-
@toksyuryel I'm thinking this is being caused by !mintrefresh, but I'm not positive.
-
@toksyuryel I'm pretty sure it is. RDN refresh had some specific hack in it to prevent "residual contexts"
-
@ceruleanspark Ah, that'd be it then.
-
-
Pre-caching the path instead of generating it dynamically seems to only improve cached performance (though the improvement there is dramatic). In some cases the uncached performance was actually *worse* than generating the path in a WITH RECURSIVE block. http://pgsql.privatepaste.com/60741d539f @bitshift @widget !coderpony #SQL
Monday, 14-May-12 09:32:33 UTC from web -
So, first test: building the paths in a WITH RECURSIVE block under normal settings. Test shows that this is, indeed, unacceptably slow but cached performance is phenomenal until the thread gets monstrously huge; as real world threads will never get as big as even the smallest thread in this sample, and certainly won't be so spread out, I consider the cached performance to be acceptable but I'd like something better for uncached performance. Now let's test it with the pre-computed paths. http://pgsql.privatepaste.com/205d6138f2 @bitshift @widget !coderpony #SQL
Monday, 14-May-12 09:10:37 UTC from web -
Hm, that was done faster than I thought. I estimated the total size would get to be over 5GB but it only got to 4.1GB before it finished. Here's an hour-by-hour breakdown of how long it took to populate the database with over ten million rows: http://dpaste.com/747878/ !coderpony #SQL
Monday, 14-May-12 08:23:58 UTC from web-
@toksyuryel Well awesome!
-
-
I dreamt there was a prize for waking up on time. Now that I'm awake on time and there's no prize, I'm a little disappointed. Also, very tired.
-
I don't like that new posts don't get highlighted ☹ !mintrefresh
Sunday, 13-May-12 19:33:28 UTC from web- Bit Shift likes this.
- Bit Shift repeated this.
-
@minti I'm talking about a *proper* line marker, one that doesn't move up until you actually trigger it to do so and with a way to quickly jump to its current location (this is the one good thing about mIRC and it's a feature I've missed since switching to irssi- while I do use its line marker script, it lacks a way to quickly jump to the current location of the line).
-
@toksyuryel Still would be easy enough to implement. :p
-
@minti If you think so, that'd be pretty awesome and may preclude me from switching back to rdnrefresh once Firefox 13 arrives.
-
@minti Markdown's nice. I'd prefer reStructured Text personally just because I have to use it more.
Sunday, 13-May-12 18:53:21 UTC from web-
@bitshift http://i.imgur.com/R5LVS.png And this is what my script does. XD
-
@toksyuryel Yeah that's on my list of "OH GOD FIX IT FIX IT FIX IT FIX IT FIX IT" bigs. http://ur1.ca/98fjo
-
-
No support for lilac in the !mintrefresh formatting codes? I am disappoint.
-
!MintRefresh I'm tempted to add an option to parse a watered down version of Markdown to the script. It would look and act a lot better than bbcode and would still be understandable to people who don't have the script. (cc @widget ?)
Sunday, 13-May-12 18:53:30 UTC from web -
!MintRefresh updated. Re-added the key button cause my webhost is stupid.
Sunday, 13-May-12 18:13:07 UTC from web -
:Kneels before and worships @minti for his awesomeness:
Sunday, 13-May-12 16:28:46 UTC from web-
@minti TOOTHPASTE.
-
@purplephish20 Oh. xD
-
@cavatina :D
-
-
I also love how !mintrefresh refreshes instantly, instead of loading a mountain of posts every 25 seconds
Sunday, 13-May-12 16:34:03 UTC from web-
@conventrix yes, yes it does... AND IT'S SHINY AND SILVER :D
-
-
Ohhhhhhhhhhh !mintrefresh looks much better!
Sunday, 13-May-12 16:03:41 UTC from web