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:
What do you think about Con Kolvias's work on the linux kernel ?
Asked by BensBen (83.197.48.x) on May 26 2011, 12:46pm
Reply on May 28 2011, 10:43pm:
I haven't paid too much attention to the kernel scheduling drama, but I also haven't noticed any real problems with linux's desktop performance... so ... yeah.
Comment...
Question:
This is Pimppp bit.ly/kAGX8O where were you when you took this picture?
Asked by AnalSeducer (76.103.105.x) on May 22 2011, 11:52pm
Reply on May 25 2011, 10:55pm (edited at May 25 2011, 10:56pm):
I forget, but somewhere in the sacramento river delta or san francisco or san pablo bay, after the delta ditch run. Such a long day, but it was fun.
Comment...
Question:
what adds value to a software product in yho?
Asked by gio (62.103.65.x) on May 22 2011, 7:48am
Reply on May 25 2011, 10:57pm:
I'd say that software that is used extensively by its developers is a good start...
Comment...
Question:
Are you back in the states yet? If yes did you have a blast? If not back yet, are you having a blast? haha
Asked by AnalSeducer (71.204.134.x) on May 21 2011, 4:06pm
Reply on May 25 2011, 10:57pm:
Not back yet, but have a cold, so I'm wiped out.
Comment...
Question:
What makes you angry? Are you a quiet guy when you're mad, or outspoken?
Asked by Will (70.173.150.x) on May 20 2011, 4:14pm
Reply on May 25 2011, 10:57pm:
It depends I guess. I do go on loud rants sometimes...
Comment...
Question:
who is my gilrfriend
Asked by antoo (58.26.203.x) on May 18 2011, 7:17am
Reply on May 20 2011, 10:02am:
I dunno
Comment...
Question:
You said to contact your email about a business idea? How do I get it?
Asked by Chad (24.166.157.x) on May 17 2011, 7:21pm
Reply on May 20 2011, 10:02am:
my first name at the company I work for dot com. Of course you'd probably be better off just posting it here : "is this a good idea? xxx"
Comment...
Question:
Did you evaluate mercurial at all?
Asked by James (24.234.128.x) on May 17 2011, 5:30pm
Reply on May 20 2011, 10:03am:
No.
Comment...
Question:
Have you tried Unzbin? For $11/mth unlimited everything from Astraweb, Unzbin makes every day like Christmas again, safer. :-)
Asked by Will (70.173.150.x) on May 17 2011, 2:48pm
Reply on May 20 2011, 10:03am:
Nice, but I dont download much these days.
Comment...
Question:
You once said only a small subset of win32 is used regularly, what subset of git do you use regularly?
Asked by Bill (68.224.131.x) on May 16 2011, 2:13pm
Reply on May 16 2011, 10:19pm (edited at May 16 2011, 11:23pm):
let's see, git fetch, git pull, git push, git checkout (sometimes with -b), git rebase, git rebase -i, git diff (a lot), git status, git add -p, git log, git merge, git reset --hard...
Comment...
Question:
What do you think of the concept bitcoins?
Asked by PinkAsso (208.64.185.x) on May 16 2011, 2:08pm
Reply on May 16 2011, 10:19pm (edited at May 16 2011, 10:28pm):
At first I thought this was silly, but now I'm slightly intrigued; reading more..
Comment...
Question:
Is Vectorworks 2008 is compatible with Mac OS 10.6 Show Leopard?
Asked by Eddie (78.149.126.x) on May 15 2011, 10:20pm
Reply on May 16 2011, 10:20am:
No idea, I don't know what that is, even.
Comment...
Question:
with a SC stream - is it possible for someone find out where the source is streaming from without having access to admin panel?
Asked by w4gon (220.233.100.x) on May 15 2011, 4:02am
Reply on May 16 2011, 10:20am:
Not unless they have an account (or exploit) on the shoutcast server box, or an upstream router, I don't think.
Comment...
Question:
(just curious) is it possible to use lice for printing duties?
Asked by gio (62.103.65.x) on May 14 2011, 5:31pm
Reply on May 14 2011, 9:52pm:
Hmm, you could render to a bitmap at an arbitrary resolution and then print that, but other than that, I dunno. Printing is one place I have zero experience.
Comment...
Question:
MP3 decoding patents are due to expire Dec 2012. What do you think the implications may be?
Asked by Will (70.173.150.x) on May 13 2011, 2:13am
Reply on May 14 2011, 9:52pm:
Party time! The encoding patents are the bigger deal IMO.
Comment...
Question:
I never flew VA Im assuming you enjoy the experience sense you always fly with them? Video? His book Losing My Virginity was fun
Asked by AnalSeducer (71.204.134.x) on May 12 2011, 10:01pm
Reply on May 14 2011, 9:53pm:
Yeah they're quite nice. I got to watch a couple of good movies, too (The King's Speech and 127 hours).
Comment...
Question:
What's wrong with wdl repository? I get "fatal: htt../info/refs not found: did you run git update-server-info on the server?" :(
Asked by gio (62.103.65.x) on May 12 2011, 6:57pm
Reply on May 12 2011, 7:59pm:
Ooops sorry. Fixed.
Comment...
Question:
WTF mann your in London? haha Man I'm so jealous. :) Did you fly British Airways Business Class? Or have you ever?
Asked by AnalSeducer (71.204.134.x) on May 12 2011, 6:29pm
Reply on May 12 2011, 7:59pm:
I haven't, no... always fly VA.
Comment...
Question:
Can you explain floating point number storage? How does C/C++ represent a float in memory (binary format)?
Asked by James (24.234.128.x) on May 12 2011, 4:57pm
Reply on May 12 2011, 5:08pm:
To oversimplify: Think of scientific notation, i.e. x.xxxxx * 10^y, where you have a relatively normal sized number, and a scale.
Of course, the reality is that rather it being X*10^Y, it is actually +-1.X * 2^Y, with a bit deciding whether its + or -, and some bits to define Y, and the majority of the bits defining X. Then there are some special cases for 0 and infinity and so on...
Comment...
Question:
re: AnalSoft - Noted! - humacentipad haha Funny stuff! The Japanese Guy "OhhHOO I should have never updated the ITTUUNNEESSS" ha
Asked by AnalSeducer (71.204.134.x) on May 12 2011, 1:19am
Reply on May 12 2011, 5:08pm:
So true and so wrong.
Comment...
[
newer questions
]
[
unreplied
] | [
replied
] | [
recent comments
] | [
all
]
[
older questions
]
Copyright 2025 Justin Frankel
.
|
RSS