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: Where is Loser? He rocked the Jesusonic forum back in the day! How did he get/is/was involved in REAPER?
Asked by Robert (91.234.22.x) on December 29 2015, 1:31pm
Reply on December 29 2015, 10:30pm:
    I don't know -- he has written some good JSFX, for sure.
Comment...
Question: How many hours a day are you averagely spending in front of a computer ?
Asked by wasereb4 (93.217.231.x) on December 28 2015, 9:06pm
Reply on December 28 2015, 9:54pm:
    Some days a lot, other days minimal... depends. More in the winter, I think.
Comment...
Question: about how many lines of code do you write in a typical week
Asked by stumpy1 (208.79.246.x) on December 24 2015, 6:57am
Reply on December 24 2015, 4:36pm:
    No idea, but here are some commit stats:
    $ git log --author="Justin" --pretty=tformat: --numstat --no-merges --since='2015-12-03' --until='2015-12-10' |grep -v sdks|awk '{s+=$1; s2+=$2} END {print "add=" s;  print "del=" s2}'
    add=2373
    del=841
    
    $ git log --author="Justin" --pretty=tformat: --numstat --no-merges --since='2015-12-10' --until='2015-12-17' |grep -v sdks|awk '{s+=$1; s2+=$2} END {print "add=" s;  print "del=" s2}'
    add=718
    del=457
    
    $ git log --author="Justin" --pretty=tformat: --numstat --no-merges --since='2015-12-17' | grep -v sdks|awk '{s+=$1; s2+=$2} END {print "add=" s;  print "del=" s2}'
    add=1384
    del=708
    
    
    I definitely write a lot that doesn't get committed, too... anyway
Comment...
Question: What exactly are the benefits of a non-portable installation on Windows? I only seem to find reasons for using a portable installation of any kind of program, if available...
Asked by Albi (86.146.127.x) on December 22 2015, 10:20pm
Reply on December 24 2015, 1:54am:
    I suppose it handles one install being used by multiple users correctly... Also you can have different versions installed but use the same configuration for them (such as 32 and 64 bit, or 5.1 and 5.11 beta, etc).
Comment...
Question: where is lice_bmp_write?
Asked by Hasaranga (123.231.124.x) on December 22 2015, 6:35am
Reply on December 22 2015, 2:53pm:
    I've never found myself wanting to write a .bmp...
Comment...
Question: Will there ever be a Reaper for iOS?
Asked by Steve (107.131.144.x) on December 21 2015, 1:41pm
Reply on December 21 2015, 2:05pm (edited at December 21 2015, 2:06pm):
    I avoid saying never, but there are no plans for it.
Comment...
Question: See this? www.vivendi.com/press/press-releases/vivendi-acquires-a-majority...
Asked by will (107.203.156.x) on December 19 2015, 10:12pm
Reply on December 20 2015, 12:06am:
    Hah! And to think it could've been a part of Verizon...
Comment...
Question: How in THE FUCK does googone work so well?
Asked by Will (107.203.156.x) on December 18 2015, 9:48pm
Reply on December 20 2015, 12:05am:
    I imagined that to be a google product.
Comment...
Question: I found the answer to my lambda problem! See my own answer: stackoverflow.com/questions/34302605/c-how-to-get-a-void-pointer...
Asked by Elan (184.101.23.x) on December 18 2015, 2:44am
Reply on December 20 2015, 12:05am:
    Cool!
Comment...
Question: I'd like to see you two collaborate on a project. So much brains. www.bloomberg.com/features/2015-george-hotz-self-driving-car/...
Asked by Will (107.203.156.x) on December 16 2015, 10:47pm
Reply on December 17 2015, 3:38pm:
    I'm really not that smart, just pretty good at making software that I like to use etc... and OK fine I'm also especially good looking.
Comment...
Question: Can you help me use lambda with reaper plugin function export? 3 links in my pastebin, my question + two possible answers: pastebin.com/ncMDnHKN It would be awesome to define functions like this (see 3rd code box in my SO question). I want to implement it for MyReaperPlugin.
Asked by Elan (184.101.23.x) on December 16 2015, 4:18pm
Reply on December 17 2015, 3:39pm:
    You got me, I haven't touched the recent C++ stuff...
Comment...
Question: Speaking of compilers... what IDE are you using for programming in Windows?
Asked by Albi (86.168.38.x) on December 12 2015, 11:49pm
Reply on December 15 2015, 12:39am:
    Most often: VC6 (release mode), and switching between VC's editor and vim. Though if I'm going to run things in a debugger, VS2013CE (as VC6 on win7x64 doesn't debug well). I like VS2013 a lot, but it is really sluggish on most of my computers.
Comment...
Question: What compiler you are using for programming in Windows?
Asked by Jeddy (103.27.106.x) on December 9 2015, 8:06am
Reply on December 9 2015, 3:45pm (edited at December 9 2015, 3:46pm):
    Day to day VC6 and VC2013, our release builds are compiled with VC6 or VC2005 and older ICC builds.
Comment...
Question: How does the software mp3gain adjust volume of mp3s so fast and simple?
Asked by Will (107.203.156.x) on December 5 2015, 12:23am
Reply on December 5 2015, 1:20am:
Comment...
Question: Does this make you wanna play some drums? youtube.com/watch?v=8F2D_LZNF8I
Asked by Will (107.203.156.x) on December 3 2015, 6:51am
Reply on December 5 2015, 1:16am:
    Hah made me want to watch more videos on youtube...
Comment...
Question: I want to use music you authored for a game I am developing. Will you give me permission and what are your stipulations?
Asked by Phillip (96.41.96.x) on November 28 2015, 1:25am
Reply on November 28 2015, 1:35am:
Comment...
Question: What's your take on the Glitter Beard trend?
Asked by itsJon (69.50.183.x) on November 27 2015, 1:47am
Reply on November 28 2015, 1:35am:
    I'm oblivious to it.
Comment...
Question: What would you do if you couldn't code ?
Asked by wasereb4 (93.217.211.x) on November 27 2015, 1:44am
Reply on November 28 2015, 1:36am:
    Whatever it takes. I've been enjoying making music, painting and monotype printing, but I doubt I could make my rent doing those things.
Comment...
Question: How was your thanksgiving? Did you eat a lot? Fav food today?
Asked by Will (24.160.4.x) on November 27 2015, 12:09am
Reply on November 28 2015, 1:36am:
    It was great! So full. Sweet potatoes are hard to beat.
Comment...
Question: What do you think about coding tutorial websites like codecademy.com? Is this the new way to go for teaching youngsters to code? It's like code packed into another big bunch of code. :D
Asked by Albi (81.159.124.x) on November 26 2015, 10:58pm
Reply on November 28 2015, 1:36am:
    I haven't spent much time on those (why would I, really?), but I think the amount of information available now is fantastic. The 16-year-old-me is incredibly jealous.
Comment...
[newer questions][unreplied] | [replied] | [recent comments] | [all]
[older questions]
Copyright 2025 Justin Frankel. | RSS