Michael's home timeline
Notices
-
seriously.... mintrefresh link? Anyone?
Sunday, 13-May-12 15:47:34 UTC from web-
@purplephish20 gimmie a sec
-
@purplephish20 I sent you one !mintrefresh
-
@purplephish20 here you go !mintrefresh
-
-
Can I have a link for mintrefresh? Because rdn refesh doesnt work for me anymore... and what exactly is the difference
Sunday, 13-May-12 14:41:14 UTC from web-
@purplephish20 No real difference aside from the UI !mintrefresh
-
-
I can't understand what this error is about. All of my parenthesis seem to line up properly (and it successfully creates the first two tables before the one with the error) and I don't see any misplaced or missing semicolons. Any help? http://dpaste.com/747347/ @bitshift @widget !coderpony #SQL
Sunday, 13-May-12 01:13:01 UTC from web-
@toksyuryel Hm, nope. I'm not seeing anything wrong either. This is most baffling.
-
@toksyuryel Incidentally, isn't "AND thread = postid" redundant in that line, given it only (as far as I can tell) gets used when "thread != postid" is false, and therefore it _must_ be true?
-
@bitshift Good point, I forgot about that. *fix*
-
-
Here's a comparison of uncached performance vs cached performance http://dpaste.com/747276/ @bitshift @widget !coderpony #SQL
Saturday, 12-May-12 20:37:27 UTC from web-
@widget Uncached, the query takes over 7300ms. Cached, it takes about 63ms.
-
-
OY, @minti! fix the little key icon!
Saturday, 12-May-12 18:50:55 UTC from web-
@minti http://ec2.tylian.net/ got it from here :P
-
@techdisk42 Oh, yep that's RDNPlus's key. Mines different, smaller. But still, you've given me the motivation to remake it so thanks. :p
-
@minti no problemo!
-
-
WTcrap, I know I haven't got 93,743 replies... Probably in total. http://rainbowdash.net/attachment/84941
Saturday, 12-May-12 15:11:03 UTC from web -
Man, now I have to keep clicking refresh like a caveman.
Friday, 11-May-12 21:55:14 UTC from web-
@thelastgherkin Or you could install !mintrefresh, like a civilized person. :P
-
@7colorsinmyhair HOW IS NETWORK FORMED
-
@bitshift WHAT THE HECK DOES CIVILISED MEAN
-
-
I'm pretty happy about this. http://dpaste.com/746779/ @widget @bitshift !coderpony #SQL
Friday, 11-May-12 19:14:58 UTC from web -
also, is there a way to get this site to auto update without having to constantly refresh? @redenchilada never explained anything to me :E
Thursday, 10-May-12 01:32:52 UTC from web-
@lyrica !RDNRefresh or !MintRefresh do that.
-
@lyrica Either !RDNrefresh or !MintRefresh will do it.
-
@lyrica rdn refresh and minti refresh
-
-
A question arises: if a column references its own table as a foreign key with ON DELETE RESTRICT and just so happens to refer to its own row, is that row simply completely impossible to delete or will it be deleted normally? !coderpony #SQL
Thursday, 10-May-12 00:42:11 UTC from web -
Today's lesson: arrays are evil. http://dpaste.com/745811/ @bitshift !coderpony #SQL
Thursday, 10-May-12 00:31:17 UTC from web -
http://account.garrysmod.com/ Gmod beta keys for those interested. !vgp !steam
Wednesday, 09-May-12 23:40:07 UTC from web -
There. the !mintrefresh download isnt working because the icon's URL is dead, so i had to copy paste the source code into gedit to install the script. good thing i know enough to do so! @minti, get on fixing your domain name provider.
Wednesday, 09-May-12 18:22:24 UTC from web-
@minti I thought people have been telling you that for weeks now.
-
@redenchilada Nope people were just saying "Your script won't install waaaaahhhhh ;_;!!!!!"
-
@minti yep start next wensday
-
-
Kolmogorov complexity is fun! !coderpony
-
@actualcannibalabigpony Looks gone on my screen. /shrug
Wednesday, 09-May-12 05:39:58 UTC from web-
@actualcannibalabigpony Huh. Took a refresh for him to vanish from my screen, and prior to that it was still up but trying to open anything in a new tab gave a 404-sorta thing. I kinda thought it was sticking around because I switched to !MintRefresh but I dunno.
-
@scribus Sleep well, friend! #GoodnightHugs
-
@scribus I dunno. It's been really laggy with deleting posts and stuff.
-
-
@bitshift Have you looked over the most recent version of the schema yet?
Wednesday, 09-May-12 05:30:04 UTC from web-
@toksyuryel Nyet. Would be better to do so while fully awake, I suspect.
-
@bitshift I dunno, I designed half of it while half asleep anyway. Here it is anyway for your perusal http://dpaste.com/745314/ (to anyone just joining us, I'm learning all of this as I go and currently lack the means to test whether I've gotten any of this right, so if the syntax and such is completely wrong it's because I have no idea what I'm doing) !coderpony #SQL
-
-
Did I do this right? ` replyto bigint CHECK (replyto IS NOT postid AND replyto IS CASE WHEN conversation IS NOT postid THEN NOT NULL),` !coderpony #SQL
Tuesday, 08-May-12 20:19:16 UTC from web-
@bitshift I have stubbed out several functions and created the triggers to demonstrate how I plan to constrain the arrays http://dpaste.com/745194/ !coderpony #SQL
-
@toksyuryel @bitshift I realized I forgot some conditionals in one of the stubbed functions, here's a fixed version of that http://dpaste.com/745201/ !coderpony #SQL
-
@bitshift So how'd I do? :) http://dpaste.com/745233/ !coderpony #SQL
-
-
Cygwin's new(-ish) xterm-derived terminal is a thing of beauty. !coderpony #ANSIArt http://ur1.ca/97cte
Tuesday, 08-May-12 23:44:20 UTC from web -
i cant seem to DL !mintrefresh on Ubuntu... it says 404...
Tuesday, 08-May-12 18:14:29 UTC from web -
Using PostgreSQL, can a foreign key reference the table it appears in? Or is there some other way to do this? !coderpony #SQL
Tuesday, 08-May-12 01:48:17 UTC from web-
@toksyuryel *posts row, in both instances
-
@toksyuryel Not too sure on whether PostgreSQL has such a feature, but maybe you can set that as a value constraint somehow?
-
@bitshift Certainly could, though I'd rather not. Maybe I could just work around it by referencing the post id in the conversations table (which references the posts table. Circular references ftw?)
-
-
The Pyramid tutorials could really do with some work. They don't spend much time introducing the concepts and explaining what you're doing at each step, they just give you a bunch of code to copy and paste with only an overall description of what it aims to do when they bother to describe it at all. The writing is also vague and uncertain, like it *means* to give a high-level introduction and then dive in but then it just moves on to the next topic instead of diving in. Here's a tip guys: if I'm reading the tutorial it's because I want to learn how to use your software, not because I'm still deciding whether or not I should use your software. At this point I really don't know much more about how to use it than I did before I went through the tutorials. Guess it's back to plan B then: read somebody else's Pyramid app and try to figure out how it works while cross-referencing the API docs. !coderpony !python
Sunday, 06-May-12 21:01:49 UTC from web-
@widget If you're not going to read a post, don't reply to it. This should be common sense.
-
@widget I personally feel that the idea of a person who has to shorten their posts for no other reason than specifically to conform to the what can only be described as unreasonably abhorrent demands of a specific person simply because they do not wish to take the time out of their life to read an entire message that may be full of unique insight that would help a person improve their mindset is something that I can only figure to be an abhorrent concept that brings shame and tears to the eyes of those who truly appreciate the diversity present in those who take the time to deliberate on their points and give enough content to clarify any bits of vague conjecture that may be present in their wording if they had not taken the time to specify such ambiguities in the notices that they decide are worth their time to write out and then post to an internet discussion forum to await user responses.
Scribus and Toksyuryel like this. -
@redenchilada Like a Boss!
-
-
How do I get it where I don't have to refresh the page D;
Sunday, 06-May-12 20:58:48 UTC from web-
@themailmare iv got the same prob
-
@themailmare google chrome? or try !mintrefresh
-
@equaestrio @themailmare Download Firefox, then download greasemonkey (Which is an add-on to Firefox) And then see me! Ok?
-
-
In other !coderpony -related news, I have received a copy of The Little Schemer thanks to an unknown benefactor. Hooray for Amazon wishlists, I guess (would've preferred if I knew who to thank, but then maybe they wouldn't have done it if their name would be sent with it; either way, pretty nice of them)?
Friday, 04-May-12 23:33:32 UTC from web -
>that feel when you try to RTFM but TFM is F useless !coderpony
Friday, 04-May-12 23:20:55 UTC from web-
@bitshift Sounds like my experience with learning nginx. I finally broke down and looked up alternate guides and now I understand how to work it.
-
@toksyuryel Ugh, yes. The official nginx documentation is certainly not the best I've seen. :(
-
@bitshift I ultimately had to turn to the gentoo wiki to tell me how to work it. Read that sentence a few times for it to sink in.
-
-
!coderpony Programmer hell for me was when I was analyzing a disassembly of another person's program and had to figure out what all the FPU instructions did. Did you know: doing something like "3.14f > 96" causes the compiler/assembler/linker to emit like 40 different OPcode that run on the FPU? (Protip: Floating point math is VERY expensive when it comes to speed of an application.)
Friday, 04-May-12 20:12:10 UTC from web-
@minti Yeah, floating-point math sucks. This is why we measure FLOPS.
-
-
!coderpony [] === [] //false
Friday, 04-May-12 19:53:55 UTC from web -
Friday, 04-May-12 19:48:05 UTC from web
-
!coderpony I found the coolest thing last night! http://www.firebase.com/ Although, it's really unsecure. I hope they fix that.
Friday, 04-May-12 19:01:26 UTC from web-
@ceruleanspark With how amazing I am at not waking up, "a lot" would be better than "a few" in this situation.
-
@noirbatch Bahhaha. That would totally work for me! Too bad I don't have a blanket-gremlin dog.
-
@thatonepony *rolls eyes*
-
-
This is a wonderful read http://zedshaw.com/essays/programmer_stats.html !coderpony #NSFW
Friday, 04-May-12 17:10:47 UTC from web -
Friday, 04-May-12 15:31:36 UTC from web