justin = { main feed , music , code , askjf , pubkey };
Ask Justin Frankel
No reasonable question unanswered since 2009!

Suggested topics: programming, music, sleep, coffee, etc.

Note: please do not ask questions about REAPER features, bugs or scheduling, use the forums instead.


Name: Ask: Human (enter yes):
[newer questions][unreplied] | [replied] | [recent comments] | [all]
[older questions]

Question: did you support your blog canvas js code experiments on older versions of IE? code.google.com/p/explorercanvas/downloads/list :)
Asked by Will (70.173.150.x) on August 24 2013, 11:24pm
Reply on August 26 2013, 6:57pm:
    Haha doubtful
Comment...
Question: tinyurl.com/c53m7sa -> please watch if you get an hour of spare time. I'm sure you know a lot of these tricks, but it was a very enlightening watch for me. Opinions? :)
Asked by EvilDragon (88.207.124.x) on August 22 2013, 6:05pm
Reply on August 22 2013, 11:07pm:
    Didn't watch all, just the first 10-15 minutes, but seemed like the usual stuff =)... good sense of humor ("this code is awful, getting big improvements is easier from terrible code" type comments were funny heh)
Comment...
Question: How did you meet your wife?
Asked by Tony (93.193.65.x) on August 20 2013, 10:32am
Reply on August 21 2013, 12:41am:
    AOL ftw
Comment...
Question: Does reaper make much use of the gpu?
Asked by ees. (69.15.110.x) on August 19 2013, 2:14pm
Reply on August 20 2013, 1:38pm:
    None.
Comment...
Question: any idea why SWELL SetWindowPos() makes window flicker when resizing? github.com/olilarkin/wdl-ol/blob/n...- any cleaner way to resize?
Asked by olilarkin (81.100.230.x) on August 15 2013, 9:36pm
Reply on August 15 2013, 11:21pm:
    Hmm try adding SWP_NOZORDER to the flags?
Comment...
Question: nicotine addiction
Asked by paul (213.104.44.x) on August 15 2013, 2:41pm
Reply on August 15 2013, 8:24pm:
    thankfully no!
Comment...
Question: Just discovered this : earsketch.gatech.edu/ It's nice to see a college curriculum based on Reaper! Is this EarSketch script very different from standard ReaScript?
Asked by Bernard (188.154.73.x) on August 15 2013, 1:16pm
Reply on August 15 2013, 8:25pm:
    It's built on top of ReaScript, and is really neat indeed!
Comment...
Question: userfox.com/blog/How-to-record-ani...
Asked by ruchira (103.21.166.x) on August 15 2013, 2:26am
Reply on August 15 2013, 8:25pm:
    Heh.
Comment...
Question: what kind of light does the spritzer space telescope study
Asked by allee (207.191.190.x) on August 14 2013, 12:57pm
Reply on August 15 2013, 8:25pm:
    Infrared apparently. Cool. I mean, Hot.
Comment...
Question: Well, what I mean is, do the three of you have distinct ways of solving problems?
Asked by ees. (69.15.110.x) on August 13 2013, 6:40pm
Reply on August 15 2013, 8:26pm:
    More or less yeah, though we'd probably come up with the same solutions some percentage of the time.
Comment...
Question: Aside from syntax, can you tell by looking at the code who did what?
Asked by ees. (69.15.110.x) on August 13 2013, 2:47pm
Reply on August 13 2013, 6:12pm:
    Sometimes, but 'git blame' can always.
Comment...
Question: Can you up rons workload before burning man so I can see him crash?
Asked by Pinkasso (208.64.185.x) on August 13 2013, 8:58am
Reply on August 13 2013, 6:13pm:
    Haha, no
Comment...
Question: Try Win8 yet? Metro takes very little getting used to, the OS is simply faster than 7, recommend!
Asked by Will (70.173.150.x) on August 13 2013, 2:42am
Reply on August 13 2013, 6:13pm:
    I miss the start menu.
Comment...
Question: Need to find out when reaper finished loading (including any startup project if they are set) and it seems SaveExtensionConfig gets called twice with isUndo = true. First just when loading start, and then again when loading finishes. Is it safe to use that (wait for a second call to SaveExtensionConfig to conclude loading finished for good)? It seems a bit
Asked by Martin (93.136.238.x) on August 11 2013, 3:25pm
Reply on August 12 2013, 4:16pm:
    a bit hacky, but that's the only thing I managed to found (tried using GetCurrentProjectInLoadSave() but it doesn't work if called from another thread) (sorry for another lengthy 2part question)

    Hmm, loading state would be one way, but I dunno, what's the purpose of this? Also, anything from another thread is going to be tricky (and should probably be avoided if at all possible IMO)...
Comment...
Question: When was the most fun time of your life? Now? Winamp days? If you had to groundhog day it, when would it be?
Asked by Will (70.173.150.x) on August 11 2013, 3:48am
Reply on August 12 2013, 4:14pm (edited at August 13 2013, 6:15pm):
    Haha I dunno I think the days get better... if I had to pick a day, I don't know, that'd be tough as any day would get old eventually.

    Edit: my wife informs me that I've failed to answer the question. We had a discussion about it, then, and deciding that instead of groundhog day style, it would be just a good day that I would like to experience again. My mind mostly blanks. She described to me a day (which I remembered well enough, after she brought it up) that involved friends, food, drink, a warm backyard, and a cat. I'll go with that day.
Comment...
Question: Does the Tesla Model S tempt you?
Asked by PinkAsso (208.64.185.x) on August 9 2013, 1:08pm
Reply on August 9 2013, 1:38pm:
    It probably would if I wanted to have a car...
Comment...
Question: Speaking of AC/Heat Pumps, etc., have you ever considered applying your problem solving skills to non-programming domains? Couldn't you be just as creative and expressive with innovative solutions outside of code? Your brain/capability is clearly above average and not limited to programming.
Asked by Will (24.234.85.x) on August 8 2013, 6:49pm
Reply on August 9 2013, 1:39pm:
    I like physical stuff too, I'm just a bit too crap at it.
Comment...
Question: Any witchcraft to deal CL display on ancient editors (vi/emacs), I use them when I travel light. WDL has mixed line feeds and looks messy. I'm skeptical about dos2unix; at the moment I have a meta-function to hide them. Do you think there is a better way?
Asked by gio (94.66.16.x) on August 8 2013, 7:19am
Reply on August 8 2013, 1:52pm:
    Yeah, we need to fix this in WDL (sorry) -- in our repositories it is almost all DOS CRLF, but I think the way we merge changes in might cause that to fail in the public repos. I suppose every time we apply a patch to the public repos we could have it make everything just LF, that would probably be a good thing.
Comment...
Question: Next big consumer technology? On the same level as smart phones 8 years ago.
Asked by mick (203.45.73.x) on August 8 2013, 5:02am
Reply on August 8 2013, 1:52pm:
    No idea. I want big improvements in air conditioning/heat pumps and water purification, though.
Comment...
Question: I can see item label height (bit.ly/13AWn6z) is somehow tied to mediaitem_font from ColorTheme but I just can't crack how you calculate it. Care to share the secret? And sorry for a sudden flood of questions :)
Asked by Martin (93.139.55.x) on August 5 2013, 7:29pm
Reply on August 5 2013, 7:46pm (edited at August 5 2013, 7:47pm):
    I believe it is something like:
    int texth = abs(colortheme->mediaitem_font.lfHeight)*11/8;
    if (laneh < 16) texth-=2;
    
Comment...
[newer questions][unreplied] | [replied] | [recent comments] | [all]
[older questions]
Copyright 2025 Justin Frankel. | RSS