Igor's home timeline
Notices
-
http://neu.minus.com/mgwFsqCR3/ Some screenshots of the !steam Big Picture beta.
Monday, 10-Sep-12 23:57:35 UTC from web -
46 100 114 101 110 104 116 114 111 70 101 103 117 104 97 115 105 105 116 110 105 109 64 EMIT EMIT EMIT EMIT EMIT EMIT SPACE EMIT EMIT SPACE EMIT SPACE EMIT EMIT EMIT EMIT SPACE EMIT EMIT EMIT EMIT EMIT SPACE EMIT EMIT EMIT EMIT EMIT ( oh god what am i doing !coderpony )
Thursday, 06-Sep-12 04:24:26 UTC from web-
@bitshift Huh. What's it for?
-
@toksyuryel That's a pretty amusing idea, though - @anypony writing code probably would result in something like Forth. :P
RDN's Lucifer likes this. -
@bitshift Forth eh? I've been meaning to learn that forever 'cause of MU* games XD
-
-
83 75 67 85 83 72 84 82 79 70 EMIT EMIT EMIT EMIT EMIT SPACE EMIT EMIT EMIT EMIT EMIT ( !coderpony )
Thursday, 06-Sep-12 04:07:27 UTC from web -
!coderpony var data = JSON.parse(data.data);
Monday, 03-Sep-12 20:31:01 UTC from web -
nodejs is amazing. >_> !coderpony
Thursday, 30-Aug-12 20:37:19 UTC from web-
@minti Node is really neat (it takes javascript's strengths and builds on them to make them even stronger), but it's also a victim of its own success, in that it now has quite a number of evangelists who are convinced it's [i]the one true solution[/i] to all scalability and/or web development problems.
-
@bitshift True that. It comes with all the inherent problems of Javascript too. Toksy (maybe? Could have been any of the coderponies really.) pointed me towards an article that showed nodes flaws, and one that really surprised me was that it took almost 50 seconds (?!) to calculate the 100th Fibonacci number using recursion. :/
-
@minti In fairness, the problem with that article is that using an architecture built with a focus on concurrent IO for fibonacci calculation is a bad starting idea. Which is not to say that it's not a nasty flaw, but it's a flaw in an area where you shouldn't even be using node in the first place.
-
-
!Glitch !CoderPony Well, I'm quite happy with myself. http://i.imgur.com/EipgV.png
Sunday, 26-Aug-12 13:14:21 UTC from web-
@minti What was it you did code there? It does seem awesome...
-
-
!Glitch !coderpony So, I was able to write a node script to download and cache all skill data. I'm also able to successfully load the data with jQuery and do calculations based on it. One step closer to recreating Glitch Academy!
Sunday, 26-Aug-12 12:51:50 UTC from web -
Sunday, 26-Aug-12 03:37:52 UTC from web
- Toksyuryel likes this.
-
!coderponies What would be a good way to learn Python? Need something I can edit. Sssssssssssssssss.
Sunday, 26-Aug-12 02:12:23 UTC from web-
@minti http://www.diveintopython3.net/ and http://docs.python.org/py3k/ are what I used
-
@toksyuryel Awesome, thanks! Now i just need to think of something to actually do. xD
-
-
Dudes with my !steam name may give it to anyone who wants it.
Thursday, 23-Aug-12 16:00:54 UTC from web-
@thelastgherkin Also, added. :)
-
@bitshift Arr, that's the one. Cheers matey.
-
@minti Ta bab.
-
-
!Steam http://steamcommunity.com/id/stumperman07/ Look at all those TF2 items. I need more. http://rainbowdash.net/attachment/119654
Thursday, 23-Aug-12 15:58:18 UTC from web -
@thatonestocking Doesn't really matter, as far as I can tell you'll learn them all anyway. :p I took Animal Kinship though.
Thursday, 23-Aug-12 15:47:54 UTC from web-
@bitshift uhh yeah, we're already Steam buddies :c. !steam http://steamcommunity.com/id/Donnyku/
-
@lyrica ...how did I not spot you on my list? #derp http://ur1.ca/a0lg4
-
@bitshift derp http://ur1.ca/a0lg9
-
-
Thursday, 23-Aug-12 15:56:09 UTC from web
-
!zagrebbronies Galactic Ponies: Croatia Edition https://www.facebook.com/events/179081925559468 From the Creator of CronyFest, Galactic Ponies Melbourne Edition, Galacon pre meetup and Galacon aftermeetup, Cronies/Zagreb Bronies bring you Galactic Ponies: Croatia Edition. Zagreb City, Meetup on Ban Jelalčić Square in noon group photo around 12.45pm in 13.00h, we'll be heading towards Tomislav Square (in case of rain, Zinjevac) there we'll have meeting each other (for ones that are new, or don't know each other) and hanging out around 15.00h, group lunch (planned on sight, depends where people will want to go) after lunch, around 16.30h, trivia contest for prizes (3 blindbags, team can have up to 3 members) around 18.00h, going to Yeti's house (my house) for after birthday party.
Thursday, 23-Aug-12 00:51:08 UTC from web -
!steam Hey, I have an invite to the beta of the new community features. Anyone want it?
Tuesday, 21-Aug-12 11:17:13 UTC from web -
Decided to take the plunge and join RDN. Hiya everypony. :) Quick question: Is there any specific group for bronies who can program?
Sunday, 22-Jan-12 04:01:10 UTC from web- Pony, Toksyuryel and Bit Shift like this.
- Scribus, Thomas, Bit Shift and RedEnchilada (notice the lack of a space) repeated this.
-
@bitshift !CODARPWNIES
-
@slenderscribus YOU WERE THE ONE WHO SAID THAT? That was like my favorite comment of the day.
-
@minti Aww. <3
-
!Zagrebbronies Mini meetup 19.8.2012 16:00 na trgu kod sata.
Wednesday, 15-Aug-12 23:46:25 UTC from web -
Holy crap, zsh globbing is [i]powerful[/i]. :O !coderpony
Wednesday, 15-Aug-12 19:14:25 UTC from web- Toksyuryel likes this.
-
@bitshift Immensely.
-
@toksyuryel Yeah. Before I'd just been happy that it has a saner approach than bash to whether nonescaped * is passed unglobbed to a program (i.e., it isn't, ever, even if there is actually a file called *). But I've been watching http://openclassroom.stanford.edu/MainFolder/VideoPage.php?course=PracticalUnix&video=zsh-globbing, and even just **/{whatever} is blowing my mind.
-
@bitshift Prior to downloading the Bastion soundtrack, I made a directory with just symlinks to the game audio files that contained the music. However, I named the vocal tracks. `mplayer2 -loop 0 *` was playing them in alphabetical order, which was really throwing off the order because none of the files have leading zeros. I could have renamed the files to give them leading zeros, but instead I decided I'd try to get them to play in order via zsh globbing. This was complicated by the fact that I had named the vocal tracks, so none of my simple solutions worked. I ended up doing this: `mplayer2 -loop 0 ?.* [0-9][0-9]^[0-9]* [0-9][0-9][0-9]^[0-9]*` and it works perfectly.
-
This is helpful http://blog.sanctum.geek.nz/vim-misconceptions/ !coderpony
Wednesday, 01-Aug-12 15:09:40 UTC from web -
So can someone maybe explain closures to me in as few buzzwords as possible? !coderpony
Tuesday, 31-Jul-12 14:46:03 UTC from web -
Another great article from Eevee http://me.veekun.com/blog/2012/07/28/quick-doesnt-mean-dirty/ (as usual, lots of #NSFW language here) !coderpony
Tuesday, 31-Jul-12 13:43:22 UTC from web -
!steam Hey this is crazy, and I probably didn't meet you, so here's my steam ID. So stalk me maybe. http://steamcommunity.com/id/stumperman07
Tuesday, 17-Jul-12 05:48:58 UTC from web- derps repeated this.
-
Tuesday, 17-Jul-12 02:11:10 UTC from web
-
@redenchilada I wpuld but on vacation
-
@bitshift Pff, I've only played it once ever. That'd be fine.
-
@redenchilada In that case, I'll be on shortly (need to get a drink first).
-
-
Lol !Steam account http://steamcommunity.com/id/stumperman07
Monday, 16-Jul-12 18:49:25 UTC from web -
Bastion won the !Steam vote. Now's your chance if you haven't got it yet.
Sunday, 15-Jul-12 22:32:12 UTC from web-
@thelastgherkin I mean I would totally buy it for you if I had any money on my debit card.
-
@purplephish20 Neat! That's very generous of you!
-
@thelastgherkin Well.... you ARE good guy gherkin
-
-
Anyone who has !Steam PLEASE vote for Bastion for the next Community choice sale.
Sunday, 15-Jul-12 17:58:12 UTC from web- Toksyuryel, Bit Shift and - repeated this.
-
@scribble It should work. It might just take a while to load after you press vote (it basically reloads the whole page when you click it I think).
-
@killerkiwi117 On behalf of thousands, thank you. I have it and just finished it 2 nights ago, it's the most beautiful game I've ever played
-
@killerkiwi117 Thank you! Appreciated ^^
-
Decided to make a !Steam group that might tickle some people's fancy on here; http://steamcommunity.com/groups/lgbtbronies !lgbt
Sunday, 15-Jul-12 16:23:41 UTC from web-
@scribble Seems kinda un-nessecary, given what steam is, but neat ^.^
-
-
Also my !Steam is Tylian for all the people who don't have me added.
Friday, 13-Jul-12 14:45:43 UTC from web -
Friday, 13-Jul-12 04:35:52 UTC from web
-
!Steam If you want the Source Filmaker because you didn't get your key for it yet. Get a friend who is playing Source Filmmaker, click on the arrow down in their name and click "Launch Game" Filmmaker will start downloading.
Tuesday, 10-Jul-12 19:36:32 UTC from web