deletemyaccount's home timeline
Notices
-
#pragma GCC diagnostic ignored "-Wvarargs" // Trust me, I'm not a terrible coder... I think...
Friday, 28-Aug-15 00:53:43 UTC from web -
Anyone familiar with PostGIS? How to find US cities to use with it. I have PostGIS, my project is hooked up, and I have OpenJump for browsing data visually. !coderponies
Tuesday, 18-Aug-15 19:46:02 UTC from web -
http://pny.lv/mhvs Here's a game I made !coderponies
Monday, 17-Aug-15 20:06:45 UTC from web-
@redenchilada I can't press play ;-;
-
@redenchilada Holy dole this is really good
-
@redenchilada This is really good and as hard as expected. Good job.
-
-
!coderpony Has anypony used Rust? Is it good for servers?
Sunday, 16-Aug-15 16:52:30 UTC from web-
@caret7 I have a friend who's obsessing over it right now, and its almost-never-segfaults mentality seems like it'd work well as a server-side language. I haven't tried it myself though, because it just seems so idiot-proofed that you'll spend too much time fighting with the compiler that could've been spent writing code.
-
-
-
!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 ^^
-
-
!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.
-
-
im gonna vocode to sound of animals pooping and make a track out of it. this will be my crowning achievment. !music
Wednesday, 21-Jan-15 05:00:12 UTC from web -
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
-
-
WEE-WOO WEE-WOO I'M A BIG BAD IMPORTANT USER WHO DON'T NEED NO RULES #banmepls
Monday, 19-Jan-15 06:47:48 UTC from ban me pls -
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.
-
-
Party time! http://rainbowdash.net/url/815961 !music
Tuesday, 13-Jan-15 04:08:57 UTC from web -
!music If you are into weird experimental electronic works check this out http://rainbowdash.net/url/815890
Monday, 12-Jan-15 03:03:07 UTC from web-
@l1ghtsword Classic Light
Light likes this.
-
-
!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 -
!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.......
-
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 -
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 ?
-
So this is a silly little thing im working on atm http://rainbowdash.net/url/802178 It is inspired by the use of a modular synth vst known as Sonigen. I like how it flows i might add some transitions and make it into a house track... !music
Tuesday, 11-Nov-14 20:19:17 UTC from web-
@l1ghtsword Its only getting better...
-
-
!coderponies Teacher taught us about defining custom Java robots (in this case called "Athletes"). Of course I took this opportunity to define way more commands than he told us to and as a result my main class work was done in like half the amount of code than my classmates.
Friday, 31-Oct-14 14:44:35 UTC from web -
//This is how you even: !nolife
#include<stdio.h>
int main(void){
int x;
printf("\n This is how you \"even\":\n Please enter a number: ");
scanf("%d", &x);
while (getchar() != '\n');
if ((x & 1) == 0) {
printf(" Even.\n ");
} else {
printf(" Odd.\n ");
}
getchar();
return 0;
}Monday, 27-Oct-14 19:05:24 UTC from web -
Wait, how was I not already a member of !nolife ?
Thursday, 23-Oct-14 21:33:43 UTC from web -
Paging someone knowledgeable about laptop hardware. My hard drive's showing incredibly long seek times and I think it might need replacing. I have an HP Pavilion dv7 (that I'll probably replace altogether in the long run, but while I'm tight on funds, just a hard drive will do). Would something like this http://www.newegg.com/Product/Product.aspx?Item=9SIA65W22F1455 be what I want?
Thursday, 23-Oct-14 20:37:38 UTC from web-
@critialcloudkicker Battery life isn't that important and I'd like to have something that runs fine without being expensive. An SSD wouldn't provide enough benefit for me on this laptop to justify. My current hard drive is 640GB.
-
@redenchilada I went for a quick stroll on that website and found http://pny.lv/5dyn ... Now it is not OEM, and it might be too expensive, and does not scale to lower RPM speeds ( resulting in faster battery depletion when idling ). But it tells me it is 5 times faster than traditional 5400RPM HDD's ( like the one you have now ) ( probably only the SSD part of the esemble ) which means that windows will be up and ready a hell of a lot faster
-
@critialcloudkicker Boot times aren't a big issue for me on this current laptop, since I'm usually letting it boot as I wake up and having it ready when I get back to it. My current concerns are price and reliability, since if I have to spend too much it'd be better to just get a new laptop and have better hardware elsewhere.
-