Dear News.YC: please review my Mac app, Evom
21–30 of 48 posts
Re: Dear News.YC: please review my Mac app, Evom
#22Re: Dear News.YC: please review my Mac app, Evom
#23Re: Dear News.YC: please review my Mac app, Evom
#24Re: Dear News.YC: please review my Mac app, Evom
#25May I suggest packaging it as a dmg instead of a zip? Doesn't make much difference other than that's what's usually expected
I hate DMGs. I know it seems to be the most common way of installing stuff, but, really, what's the point? I have to mount, drag, unmount. Zip's automatically get extracted by Safari, and you just drag it where you want it (or launch it from Downloads). One step, vs 3 steps. A short example: my uncle's been using a mac for 5 years and still has absolutely no idea how to install programs on mac because of this convolu…
Re: Dear News.YC: please review my Mac app, Evom
#26Re: Dear News.YC: please review my Mac app, Evom
#27Earlier quoted context omitted.
I hate DMGs. I know it seems to be the most common way of installing stuff, but, really, what's the point? I have to mount, drag, unmount. Zip's automatically get extracted by Safari, and you just drag it where you want it (or launch it from Downloads). One step, vs 3 steps. A short example: my uncle's been using a mac for 5 years and still has absolutely no idea how to install programs on mac because of this convolu…
I don't have a Mac in front of me to check, but isn't mount-after-download default behaviour for Safari?
Re: Dear News.YC: please review my Mac app, Evom
#28You're using FFmpeg in there somewhere so you'll need to offer your copy of FFmpeg's source if you've used the LGPL version. If you've used the GPL version then your whole app will need to be GPL.
Anyway, with LGPL (I assume the point of your comment is educational, and you don't really need the source code for FFmpeg SVN-r17142), author can just provide instructions for downloading the source code for this revision from FFmpeg SVN, as written here: http://www.gnu.org/licenses/gpl-faq.html#AnonFTPAndSendSourc...
Re: Dear News.YC: please review my Mac app, Evom
#29Earlier quoted context omitted.
I hate DMGs. I know it seems to be the most common way of installing stuff, but, really, what's the point? I have to mount, drag, unmount. Zip's automatically get extracted by Safari, and you just drag it where you want it (or launch it from Downloads). One step, vs 3 steps. A short example: my uncle's been using a mac for 5 years and still has absolutely no idea how to install programs on mac because of this convolu…
You make an interesting point although our target market for Evom is people who aren't necessarily the most competent at using their Macs. We may consider switching to DMGs in this instance... may being the key word. :) Thanks for your feedback though!
Re: Dear News.YC: please review my Mac app, Evom
#30You're using FFmpeg in there somewhere so you'll need to offer your copy of FFmpeg's source if you've used the LGPL version. If you've used the GPL version then your whole app will need to be GPL.
FFmpeg binary is compiled with "--enable-gpl". So yes, either author should recompile it with GPL disabled or release the source code of his application. Anyway, with LGPL (I assume the point of your comment is educational, and you don't really need the source code for FFmpeg SVN-r17142), author can just provide instructions for downloading the source code for this revision from FFmpeg SVN, as written here: http://ww…