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: Do you live in NY? If so, can I meet you?
Asked by Jesse (173.54.206.x) on November 9 2011, 4:08am
Reply on November 9 2011, 3:38pm:
    I do, but I don't randomly meet people from the internet, sorry.
Comment...
Question: Describe a programming goal you eventually abandoned because you couldn't figure it out?
Asked by Will (24.234.128.x) on November 8 2011, 11:31pm
Reply on November 9 2011, 3:40pm:
    The back burner is often full... I haven't solved P=NP yet, if that would count... Anyway if something is difficult I sit on it and think about it more, and if I lose interest then I guess it would be abandoned. I'll think about this more to see if I can come up with any specifics.
Comment...
Question: Hey, have you ever met these people or heard of em? bit.ly/4zlah and bit.ly/uiJzct Re: ego - am I funny to you? ha
Asked by AnalSeducer (75.125.220.x) on November 8 2011, 9:02pm
Reply on November 9 2011, 3:40pm:
    Names sound familiar but don't know 'em.
Comment...
Question: lastest WDL/SWELL: cool things like ListView_SetSelColors() but I don't have these defined in Win SDK! where do they come from?
Asked by frenchos (141.11.254.x) on November 8 2011, 3:17pm
Reply on November 8 2011, 5:17pm:
Comment...
Question: www.kvraudio.com/forum/viewtopic.php?t=333115 Opinion?
Asked by Eyes (114.73.179.x) on November 8 2011, 9:17am
Reply on November 8 2011, 5:18pm:
    None really; I do generally think that hobbyists should have access to the same stuff as pros, so that someday they might be able to go pro..
Comment...
Question: Who is the smartest person you know / look up to in your personal life?
Asked by Will (70.173.150.x) on November 8 2011, 4:29am
Reply on November 8 2011, 5:18pm:
    I can't say here, the egos of others are sensitive things =)
Comment...
Question: I agree. They don't get taxed for high frequency trading & causes volatility for the legit investor. Where do we draw the line?
Asked by AnalExchange (75.125.220.x) on November 8 2011, 3:48am
Reply on November 8 2011, 5:18pm:
    Tobin tax ftw, maybe.
Comment...
Question: Re: money from money. Are you referring to socialite types of people & brokers who collect interest doing jack shit?
Asked by AnalSeducer (75.125.220.x) on November 7 2011, 6:34pm
Reply on November 8 2011, 2:33am:
    I meant more the arbitrage/high volume trading stuff... At least if you have money and you invest it, say, in municipal bonds, you're providing value to those municipalities that need the working capital to get shit done. If you have a computer that buys and sells stocks thousands of times a day to make money, what's the value (for society) in that?
Comment...
Question: have you wrote software/script for stock market? are you interested?
Asked by Да&# (178.208.83.x) on November 7 2011, 4:53pm
Reply on November 7 2011, 4:59pm:
    I think that making money from money without contributing anything to society is a bit soulless and awful.
Comment...
Question: Classic skinner yo! Reading up on REAPER, sounds really cool. Just saying hi, and that some of us still skin the cool way.
Asked by Mike-db (184.66.82.x) on November 6 2011, 9:49pm
Reply on November 7 2011, 4:59pm:
    Hi!
Comment...
Question: Hey Buddy how are you? I noticed you did the interview for that doc. How'd it go? Were you pleased or sadly a waste of time? :)
Asked by AnalSedcuer (75.125.220.x) on November 6 2011, 6:41pm
Reply on November 7 2011, 4:59pm:
    It was fine, looking forward to the movie.
Comment...
Question: Why no new pics on 1014?
Asked by PinkAsso (208.64.185.x) on November 5 2011, 3:36pm
Reply on November 5 2011, 8:45pm (edited at November 5 2011, 8:46pm):
    so lazy... and shy.
Comment...
Question: If you were to start as a programmer TODAY, which languages / platforms would pique your interest?
Asked by Will (24.234.128.x) on November 5 2011, 1:15am
Reply on November 5 2011, 8:48pm:
    I think web based stuff (html/css/php/javascript/ajax) gets you the most bang for the buck, but I really prefer end user software as you can scale it cheaply.
Comment...
Question: Is it possible to link mingw LIBs/DLLs with vc2005?
Asked by gio (62.103.65.x) on November 4 2011, 2:40pm
Reply on November 5 2011, 8:49pm:
    LIBs would probably not trivially link, no. DLL loading I'm sure you can do, though the C++ calling conventions probably differ, so if you use classes/interfaces across modules/compilers it would be a world of pain.
Comment...
Question: What hardware do you use to backup source code? In addition, what's the new build environment? (Ref: changelog v4.11pre3)
Asked by gio (62.103.65.x) on November 4 2011, 8:52am
Reply on November 5 2011, 8:50pm:
    We use git, and the hardware doesn't really matter (it's all online storage, really, just in many locations).
Comment...
Question: how old are you?
Asked by gorka (212.142.175.x) on November 2 2011, 11:19am
Reply on November 5 2011, 8:50pm:
    33
Comment...
Question: REAPER media items lane painting (WM_PAINT) is really smooth... do you use double buffer? Hardware accelerated (DirectX)?
Asked by Rodrigo (200.146.60.x) on October 31 2011, 11:22pm
Reply on November 1 2011, 9:25pm:
    It just renders to a DIB using LICE, and then BitBlt()s it to screen. Nothing fancy.
Comment...
Question: Is signal theory that complicated once you have a firm understanding of it?
Asked by John (24.234.128.x) on October 31 2011, 5:37pm
Reply on November 1 2011, 9:26pm:
    Depends on what "signal theory" means, I suppose... I never quite get my head around the multidimensional math of recursive filters, but other things end up pretty simple to me.
Comment...
Question: How did you determine what to optimize to make Nitrane so fast? Did you just "borrow" others optimizations or were they yours?
Asked by Will (70.173.150.x) on October 31 2011, 4:38am
Reply on October 31 2011, 3:20pm:
    I had spent a lot of time optimizing other decoders.. and Intel was nice enough to give us VTune early on, and we also got MMX and 3DNow! supporting CPUs, which were optimized for.. other than that, it was a lot of trial and error, and yes, learning from how other people optimized.
Comment...
Question: Check out Anvil Studio: www.anvilstudio.com/ Any ideas of score editor in R4?
Asked by Bharath (117.192.150.x) on October 30 2011, 8:10pm
Reply on October 31 2011, 3:19pm:
    Maybe someday but not terribly soon.
Comment...
[newer questions][unreplied] | [replied] | [recent comments] | [all]
[older questions]
Copyright 2025 Justin Frankel. | RSS