RainbowDashDC's home timeline
Notices
-
So I figured out that I could make an offline profile on my xbox one and have it facial recognize my !Rainbow_Dash plush. #ForeverAlone !vgp
-
!coderpony Is there a Python-written 2D animation program?
Sunday, 07-Jun-15 05:10:10 UTC from web-
@caret7 My copy of Flash is actually very heavily modified. I've got dozens of plugins and stuff installed to make things a little easier.
-
@caret7 Pygame, sort of? I've seen people use it to create games, but I'm not sure about animations. http://www.pygame.org/news.html
-
@twilisparkle45 Thanks for the link. Sadly I'm looking for something more suitable for vectors, like Flash ^^
-
-
Is she grooming? 10/10 would watch. !Rainbow_Dash http://rainbowdash.net/attachment/821665
-
!vgp !coderponies !equestriagaming !important !streamers !eatrameninthecoldwhileupsidedown !twitchfaces The Diamonde Kwest DLC is finished! Get it now! http://pny.lv/e53m
Wednesday, 01-Apr-15 16:22:01 UTC from web -
(define last (lambda (lst) (if (null? (cdr lst)) (car lst) (last (cdr lst)))))
Wednesday, 25-Mar-15 18:08:05 UTC from web-
@jakefromstatefarm I speak your language! last = lambda L: L[-1]
-
@caret7 2swaggy4me
-
@caret7 everytime I see lambda I think half life.
-
-
do {} while (0); triggers me
Saturday, 14-Mar-15 16:15:52 UTC from web- Light likes this.
- Light repeated this.
-
@redenchilada omfg
-
!coderpony Hi! Are there any python-written zcode compilers?
Thursday, 12-Mar-15 19:07:04 UTC from web -
@redenchilada Are there any objectives for the RDN source code that an intrepid mercenary programmer could contribute a patch for? !coderpony
Thursday, 26-Feb-15 00:21:45 UTC from web-
@redenchilada What should the editor do that the current one doesn't? I see from comparing parseFormatting to the buttons on the form itself that a lot of the features seem to already be implemented.
-
@loveydoe Just the current buttons and links. The idea would be letting people see what it looks like formatted, like message boards let you do.
-
@loveydoe I've got a few things, but they're not small project.s
Light likes this.
-
-
I accept this as gospel for some reason. !Rainbow_Dash http://youtu.be/RvQC1uFvAxc
- Gherkin ☑️ repeated this.
-
@firestormdangerdash Either I am autistic as RD or he is trying to horseshoe a lot in a very small horse.
-
@vcgriffin well that said RD is one of the most evolving characters in the show. Even in EG you see how she used to be, big change.
-
The singer reminds me of a !Rainbow_Dash VA. http://youtu.be/tR1lUswxMX8
- Firestorm likes this.
-
Here's the coding in case anybody's curious. Every single moveclip there has this coding.
//start random color code
onClipEvent (load) {
myColor = Math.round(Math.random()*0xFFFFFF);
myColoredObject = new Color(this);
myColoredObject.setRGB(myColor);
}
//endTuesday, 20-Jan-15 01:14:53 UTC from web-
@mrmattimation Man using that math.random() method. jeez i havnt touched it in ages
-
-
Think the promoted notices messed up a bit
Thursday, 15-Jan-15 16:16:15 UTC from web-
@ceruleanspark Oh, I get it. The post under coder ponies can only be seen by the guy who made it and staff. It's got that little orange padlock on it.
-
@thelastgherkin That's a thing?
-
@scribus Apparently? No idea. I can't see it from this account, whether I've joined !coderponies or not.
-
-
Its amazingly hard to draw !Rainbow_Dash's cutie mark in Okami. Had to settle with RD. !vgp
-
Tuesday, 06-Jan-15 06:55:23 UTC from web
-
!coderponies On a often-used Mac, I left bash for zsh and installed oh-my-zsh (then left it for prezto) and antigen. ALL HAIL ZSH
Monday, 29-Dec-14 20:13:05 UTC from web- MetalTao likes this.
-
@twilisparkle45 Cool, I use rc. Other shells seem to start up much faster than bash, and have more sensible syntax.
-
I'm gonna make a cron script to e-mail myself upcoming assignments for next semester. No more schedule book :)
Monday, 29-Dec-14 01:12:44 UTC from web- MetalTao likes this.
-
@twilisparkle45 Sure! I'll stow all the major assignment due dates into the program's directory, and it will use the 'sendmail' program to e-mail me whenever a due date approaches.
-
@caret7 What kind of command would do that kind of searching (for dates in, say, a txt file)?
-
@twilisparkle45 Each assignment has its own file, with due date on the first line and alert date on the second line. The dates are in seconds since the epoch. <3 sed http://pastebin.com/kJ7xJCP2
-
GAAHH CURSE YOU LIBCONFIG. I'm trying to code a D20 system attack calculator that uses a character.cfg file to grab all the stats and weapons required to add the correct modifiers, and it's just deciding not to work. !nolife
Sunday, 21-Dec-14 19:13:25 UTC from web -
Boolean values on C++. False = 0, True = WHATEVER C++ FEELS LIKE THROWING AT YOU.
Tuesday, 16-Dec-14 00:53:28 UTC from web -
1 year later, I haz come back.
Friday, 12-Dec-14 17:08:19 UTC from web -
!coderponies So I was ditzing around on the internet, and I found out that C++ was deliberately overcomplex. http://pny.lv/7uxu
Friday, 05-Dec-14 16:24:37 UTC from web- Light likes this.
- Light repeated this.
-
@techdisk C is, in fact, the predecessor to both C++ and C#, which are both mostly supersets of C. C++ has access to all of C's functionality via the <c*> headers, but has automated garbage collection and an OOP system. I would argue that idiomatic C++ and C# are higher-level than C, and Java is around the same level as idiomatic C#.
-
@techdisk Careful --- Straustroup's personal site reports that that very interview is a hoax. Me and a relative were fooled by it once too! http://www.stroustrup.com/bs_faq.html#IEEE
-
@techdisk Holy papayas .... that really make me think about OOP and its design.......
-
well it has been a long time since I dropped by on RDN.
Thursday, 04-Dec-14 08:07:29 UTC from web -
Just learned that scientific publications don't routinely make available the computer code used. Seems a glaring omission to me. !coderponies
-
!coderponies So, I just created a free Koding VM to muck around with. Suggestions? @redenchilada It's sorta like DigitalOcean except it has a free plan and provides full-on SSH, so I may be able to create a Poképon server.
Friday, 21-Nov-14 00:36:53 UTC from web -
The guy I'm watching made me think of you guys http://rainbowdash.net/attachment/805471
Tuesday, 18-Nov-14 21:05:33 UTC from web- ... and ShAdOwPoNy like this.
-
@redenchilada Gotta get them memeorinos.
-
@redenchilada Nice meme.
-
Wednesday, 12-Nov-14 11:34:24 UTC from Choqok
- RDN's Lucifer likes this.
-
@broniebrown Fortran is like a German Luger. old, reliable, old fashioned, and people look at you kinda funny for trying to bring one to the table.
-
@critialcloudkicker Fortran is for weird people and for those who are way behind. Fortran uses column major matrices, whereas other languages use row major order. Fortran is only used in archaic system environments and surprisingly in high performance computing.
-
@broniebrown If it us used in high performance computing ( whereas you may arguably argue that it could be replaced ( and may work better with ) a "new" age programming language ), if it is still used I see the pro's to learning that language. Hence where we come to the "Luger to the table" analogy. arguably argue ? is that correct english ?
-
grapes
Did I curse, or did I manually type in "apples"?Sunday, 09-Nov-14 15:54:13 UTC from web-
@redenchilada It doesn't look like you manually typed in "apples" at all.
-
@redenchilada Either way, you are one tootie fruity.
-
-
You have just decapitated Shia LaBeouf.
Saturday, 08-Nov-14 03:07:15 UTC from web-
@tenebarius We're a bunch of talking heads, aren't we?
-
@northernnarwhal Do you have to even axe?
-
@tenebarius It's guillo-time
-
-
Saturday, 08-Nov-14 03:43:33 UTC from web
-
@mrmattimation Quite a fitting image, given the current circumstances.
-
@tenebarius Oh I don't even know what's going on
-
@mrmattimation puns
-
-
Beware, I am the pun-isher. Fear me.
Saturday, 08-Nov-14 03:42:50 UTC from web-
@tenebarius You Sudentened have said that!
-
@tenebarius Sorry but we already have a pun-isher and he is a tech sergeant.
-
-
Hello, friends!
Saturday, 08-Nov-14 03:02:45 UTC from web-
@tenebarius It's a mostly inconvenient life. I swear they just plan days out in the most inconvenient of ways some days
-
@lunanut I don't doubt that that is on purpose.
-
@tenebarius It is extremely on purpose. He just dosen't know when to stop
-