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: Have you ever screamed at you computer?
Asked by schmoe (96.55.149.x) on October 13 2010, 7:29pm
Reply on October 15 2010, 7:44pm:
    not at the computer, no, but in it's general direction, sure.
Comment...
Question: What tool do you use internaly to track development of Reaper ? (bug reports, feature requests to implement, etc)
Asked by fredv (195.6.68.x) on October 13 2010, 1:36am
Reply on October 15 2010, 7:45pm:
    version control, comments, text files, the forum, and the forum "issue tracker" thingy.
Comment...
Question: How do I use WDL_VWnd in my application?
Asked by _gio (62.103.65.x) on October 12 2010, 7:26am
Reply on October 12 2010, 6:55pm:
    It's kinda complicated -- for an example, see SnapEase, maybe...
Comment...
Question: Would being a bad speller be a big handicap for a programer
Asked by James (68.225.40.x) on October 12 2010, 6:44am
Reply on October 12 2010, 6:55pm:
    Probably.
Comment...
Question: How do I find other smart people who want to work on cool stuff?
Asked by Harish (174.71.48.x) on October 11 2010, 11:14pm
Reply on October 12 2010, 6:55pm:
    Make cool stuff, make it available, people who are interested will find you.
Comment...
Question: Did you ever try Mark Zuckerberg's plugin for WinAMP?
Asked by Will (70.173.150.x) on October 9 2010, 9:55pm
Reply on October 11 2010, 5:44pm:
    I don't think I did, no.
Comment...
Question: I noticed your git patches followed the 80 col rule. Do you do that in your own code or do you just stick to the style in file?
Asked by MGomes (70.119.11.x) on October 9 2010, 6:36pm
Reply on October 9 2010, 7:27pm (edited at October 9 2010, 7:28pm):
    That's a requirement for submitting patches, I believe. ;) I normally don't have a strict limit on width, and I usually use two spaces instead of tabs.
Comment...
Question: Do you have a fav merge/diff tool you integrate with git, or do you use the commandline git-diff tool?
Asked by Will (24.234.128.x) on October 8 2010, 12:01pm
Reply on October 9 2010, 7:28pm:
    I use the builtin diff; others I know use git gui, tortoisegit and tortoisesvn's diff..
Comment...
Question: What's your typical GIT merge strategy? straight merge? squashed merge?
Asked by Will (24.234.128.x) on October 7 2010, 3:39pm
Reply on October 7 2010, 7:23pm:
    Well, I like to try to get my commits in a logical order, I'll squash if there's stuff that is related that belongs together (i.e. if I committed some changes, and forgot to get some related code updated). For very small stuff I'll rebase for the upstream server, for larger I find it better to show the intent (i.e. in case there are some changes in the origin that interact with my changes.
Comment...
Question: Much like Silverchair picked up music composition very quickly, did you pick up coding very quickly (obvious talent early on)?
Asked by Will (70.173.150.x) on October 7 2010, 12:44am
Reply on October 7 2010, 12:48pm:
    I spent a lot of time with it, but yeah I guess it could have gone a lot slower.
Comment...
Question: If someone completely new to source control asked you to recommend a SCM, would you recommend starting with git?
Asked by John (70.173.150.x) on October 6 2010, 9:23pm
Reply on October 7 2010, 12:48pm:
    Absolutely.
Comment...
Question: Hey, what happened to Digilent Nexys2 and Verilog adventure?
Asked by _gio (62.103.65.x) on October 5 2010, 9:03pm
Reply on October 6 2010, 9:11am:
    Christophe was playing with it last I checked.
Comment...
Question: Whynot just use PHP functions of Perl expression library?
Asked by Will (24.234.128.x) on October 5 2010, 1:54pm
Reply on October 6 2010, 9:11am:
    Hmm? Well the main reason I wrote that Git script in Perl is that Git already uses Perl, but it is not dependent on php for anything... When in Rome, right?
Comment...
Question: Your impressions of Perl compared to PHP?
Asked by _gio (62.103.65.x) on October 5 2010, 1:43pm
Reply on October 6 2010, 9:10am:
    I'm liking it... a lot more implicit things (i.e. $_) but it becomes useful shorthand. I wrote a script to generate some text yesterday, and I chose perl without thinking about it much (partly because I was in that mode, but also because it's automatically in my msysgit path, whereas php I have to run c:/.../php.exe).
Comment...
Question: What are you hacking onto git? Are you submitting your code upstream?
Asked by Will (24.234.128.x) on October 4 2010, 9:10am
Reply on October 5 2010, 8:54am:
Comment...
Question: regards to LGPL, do you mean provide the source to the LGPL lib and where to get it..i don't have to provide my commerical code?
Asked by poop (67.88.171.x) on October 4 2010, 8:17am
Reply on October 5 2010, 8:55am:
    That's right, as long as your commercial code loads, as a shared library, the LGPL code, the only source you have to provide is that of the shared library. Of course I am not a lawyer, etc, but this is my understanding of it.
Comment...
Question: Where I can learn VSTi programming? Any web sites?
Asked by ruchira (202.129.235.x) on October 4 2010, 8:12am
Reply on October 5 2010, 8:55am (edited at October 5 2010, 8:56am):
    The Cockos WDL forum has a lot of people discussing iPlug, which is a good way to go about that.
Comment...
Question: Still using VC6 or have you upgraded in the mean time?
Asked by SiKo (62.128.45.x) on October 4 2010, 4:04am
Reply on October 5 2010, 8:56am:
    I use VC6 for win32 dev, yeah. (with ICC for distribution builds). VC2005 and Xcode are also in use.
Comment...
Question: any hints for a windows c/c++/java/python developer to get started on objective c/iphone? that syntax hurts my eyes :-(
Asked by daniel (124.169.30.x) on October 3 2010, 8:44pm
Reply on October 5 2010, 8:57am:
    I dunno, you get used to it I guess. If I have to type isKindOf:[whatever class] yet another time I might kill something..

    Apparently you can use the C objC runtime directly and call objective C methods from C/C++ code, but I haven't gone that far.
Comment...
Question: I know you'll roll your eyes. Did you see the social network? If so is it worth going? You will probably delete this question :p
Asked by AnalSeducer (76.220.32.x) on October 2 2010, 2:43pm
Reply on October 3 2010, 5:43pm:
    I haven't. Christophe did, and he said it was alright, but he didn't get why everybody thought it was so great.
Comment...
[newer questions][unreplied] | [replied] | [recent comments] | [all]
[older questions]
Copyright 2025 Justin Frankel. | RSS