justin = {
main feed
,
music
,
code
= {
cockos
,
reaper
,
wdl
,
ninjam
,
jsfx
,
more
}
,
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:
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:
Most recently, a script that restores timestamps on branch switches, so I can temporarily switch branches and then back without having to rebuild:
http://marc.info/?l=git&m=128616773419532&w=2
And prior to that, I added support for various whitespace ignoring options, and the patience diff strategy, to merging:
http://marc.info/?l=git&m=128259717516385&w=2
(The latter is apparently coming in the next major git release).
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...
Question:
www.grimes.demon.co.uk/dotnet/man_unman.htm Ever consider switching to managed?
Asked by Jane (68.96.249.x) on October 2 2010, 12:27pm
Reply on October 3 2010, 5:45pm:
No. That page makes a lot of assumptions that are incorrect as well -- sure, you can benchmark code and get similar results, but that's a very synthetic test, and the real world does not necessarily work that way. Having said that, I'm sure it's possible to write stuff managed that isn't much less efficient, but I have little interest in that.
Comment...
Question:
If you didn't do Reaper, what would u b working on?
Asked by manGaga (68.203.3.x) on October 2 2010, 11:20am
Reply on October 3 2010, 5:45pm:
No idea. Today I've been learning perl and writing some git additions...
Comment...
Question:
Why, do you think, no one has touched AVS in terms of visual quality? iTunes vis sucks.
Asked by Will (24.234.128.x) on October 2 2010, 8:56am
Reply on October 3 2010, 5:45pm:
Maybe no incentive? Most people are happy enough with simple stuff. Milkdrop is pretty rad too, though.
Comment...
Question:
Are you interested in AI? Have you done any work in this area?
Asked by _gio (62.103.65.x) on October 1 2010, 11:20pm
Reply on October 1 2010, 11:23pm:
Not really, and not really. I've done a little bit of neural network stuff, which is very cool (i.e. watching a program randomly build FIR filters to meet criteria), but I haven't seen it be useful for my stuff.
Comment...
Question:
I see that you use VC6 for programming reaper. How do you build it for OS X also?
Asked by RicoSuave (97.65.238.x) on October 1 2010, 7:54am
Reply on October 1 2010, 11:25pm:
Our code compiles in VC6, VC2005, Xcode (all optionally with ICC), and also with normal linux gcc 4.x... I use VC6 most as a code editor, though. Our releases use VC6+ICC for Win32, VC2005+ICC for x64, and Xcode+ICC for OSX/intel, and XCode+gcc for OSX/ppc.
Comment...
Question:
Do you recommend using LGPL library in a commerical project?
Asked by poop (75.119.11.x) on September 30 2010, 9:30pm
Reply on October 1 2010, 11:25pm:
No harm in it as long as you're prepared to provide the source for it and make it clear where to get that, IMO...
Comment...
Question:
I find it interesting how you went from winamp to reaper What was ur process before even writing code 4 it? were u intimidated ?
Asked by AnalSecuerRX (76.220.32.x) on September 30 2010, 8:20pm
Reply on October 1 2010, 11:25pm:
Just random, really...
Comment...
Question:
what is 'justins' remedy for when your burnt out from coding and caffeine aint doing the trick no mo :( shit the matrix has me!
Asked by AnalSeduceR&R (76.220.32.x) on September 30 2010, 3:38pm
Reply on September 30 2010, 7:37pm:
maybe some cocktails and rest?
Comment...
Question:
What is your browser of choice these days? Linux distro?
Asked by Will (24.234.128.x) on September 30 2010, 12:00pm
Reply on September 30 2010, 7:38pm:
Firefox, and Ubuntu.
Comment...
Question:
After completing reaper, how long did it take to get people using it? How did they find out about it? Did you advertise?
Asked by AnalSeducer (76.220.32.x) on September 29 2010, 8:58pm
Reply on September 30 2010, 7:38pm:
Completing isn't really accurate, it's never done. People gradually started playing with it and giving feedback.. it grew organically, people found out about it via their friends, etc, mostly.
Comment...
[
newer questions
]
[
unreplied
] | [
replied
] | [
recent comments
] | [
all
]
[
older questions
]
Copyright 2025 Justin Frankel
.
|
RSS