[Pkg-javascript-devel] APPLY FOR YOUR LOAN NOW

2013-05-07 Thread Griffin

Have you been denied loan by banks and other financial bodies? Do you have bad 
credit?Then contact us now as we provide unsecured loans at a minimized interest
rate  within the shortest period, even with bad credit, we can provide you a 
loan that you can meet the repayment requirement and be comfortable with

To apply, send down the details below:
1. Names in full
2. Country of Residence
3. Amount
4. Repayment Period

Send information to: ed_f_2...@hotmail.commailto:ed_f_2...@hotmail.com


DISCLAIMER

The information contained in this mail message is confidential and may be 
legally privileged. If you are not the intended recipient you must not disclose 
or use the information in this mail. If you have received this email in error, 
please notify us immediately and delete the e-mail and any copies. Rice Daubney 
shall not be liable or responsible for the incidental or consequential damage 
in connection with or arising out of the use of the data and/or programs 
attached. The recipient shall ascertain the accuracy and the suitability of 
this data for the purpose intended. The recipient shall be responsible for 
their virus protection and Rice Daubney shall not be held liable for any 
subsequent damages. Every effort is made at the time of assembling this data to 
ensure its integrity. The recipient is not authorized to modify the content of 
the data, documents or programs attached without the prior written consent of 
Rice Daubney.

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] documentation about distributing minified versions of files

2013-05-07 Thread Daniel Kahn Gillmor
On 05/06/2013 02:21 PM, Jérémy Lal wrote:
 Daniel you ask me to explain some things i thought was common practice.
 Below i try to give explanations ; please help me fix, refine, or reject
 them.

thanks, i think it's useful to establish documentation of common
practice, along with the rationales for it, so we can evaluate whether
the practice actually supports the rationales.

 An essential difference between C and Javascript is that C is compiled,
 and Javascript is interpreted.
 Before minifying was so easy, nobody minified Javascript files, and
 it is perfectly fine to use unminified Javascript files in production.

sure, i understand the nature of the toolchains; but clearly it's not
100% perfectly fine to use unminified js in production, or we wouldn't
have tools that generate minified js :)  That is, minifying js provides
certain performance gains that users can't expect from non-minified js.

 The obvious advantage of keeping unminified files by default is keeping
 this advantage of being able to debug a Javascript program right away,
 since all modern web browsers ship full-featured debuggers.

i like the idea of being able to debug a webapp using the browser's
debugger; however, i'm not sure how we expect a webapp maintainer to
switch between the minified and non-minified versions of the javascript.

 * should name the minified files like foo.min.js

it sounds to me like this proposal asks the webapp maintainer/developer
to change all their code to explicitly source $foo.min.js when it is in
production, and then change it back to sourcing $foo.js when they are
debugging.

Is this a realistic workflow to expect of web developers?  It seems more
plausible to me that webdevs will write the code to use $foo.js (for
easier debugging) and never use the minified versions.

Given that it will be system administrators and not webdevs who want it
to use the minified versions, maybe another approach would be to have
two different packages that conflict with each other.  for example:

 libjs-jquery
 libjs-jquery-minified (Provides: libjs-jquery)

then the source code for webapps could remain static, and the sysadmin
could switch between minified and verbose forms via apt/dpkg.

I'm happy to hear suggestions for other approaches, i'm just trying to
think more widely if we're in the process of establishing best-practices.

 For the keep it easily debuggable reason. It brings absolutely no
 real advantage to have minified versions for nodejs modules.

Just to be clear, is this because node loads the interpreted code once,
does so at minimal expense, and then operates from it in memory as it
handles each subsequent request?  (sorry, i don't know the node process
architecture very well) Or is it because node is loading the files from
disk instead of over the network and we just assume that there is
minimal cost for loading from disk as compared to loading over the network?

--dkg



signature.asc
Description: OpenPGP digital signature
___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Processing of node-resolve_0.3.1-1_amd64.changes

2013-05-07 Thread Debian FTP Masters
node-resolve_0.3.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  node-resolve_0.3.1-1.dsc
  node-resolve_0.3.1.orig.tar.gz
  node-resolve_0.3.1-1.debian.tar.gz
  node-resolve_0.3.1-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-yajsml_1.1.5-1_amd64.changes is NEW

2013-05-07 Thread Debian FTP Masters
Mapping sid to unstable.
binary:node-yajsml is NEW.
source:node-yajsml is NEW.

Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#707171: ITP: node-base64id -- Node.js module that generates a base64 id

2013-05-07 Thread Mike Gabriel
Package: wnpp
Severity: wishlist
Owner: Mike Gabriel mike.gabr...@das-netzwerkteam.de

* Package name: node-base64id
  Version : 0.1.0
  Upstream Author : Kristian Faeldt faeldt_krist...@cyberagent.co.jp
* URL : https://github.com/faeldt/base64id
* License : MIT
  Programming Lang: Javascript
  Description : Node.js module that generates a base64 id

 Node.js module that generates a base64 id. It uses crypto.randomBytes when
 available, but falls back to unsafe methods for node.js = 0.4.
 .
 To increase performance, random bytes are buffered to minimize the number of
 synchronous calls to crypto.randomBytes.

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-base64id_0.1.0~git20130507-1_amd64.changes

2013-05-07 Thread Debian FTP Masters
node-base64id_0.1.0~git20130507-1_amd64.changes uploaded successfully to 
localhost
along with the files:
  node-base64id_0.1.0~git20130507-1.dsc
  node-base64id_0.1.0~git20130507.orig.tar.gz
  node-base64id_0.1.0~git20130507-1.debian.tar.gz
  node-base64id_0.1.0~git20130507-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-policyfile_0.0.5-1_amd64.changes

2013-05-07 Thread Debian FTP Masters
node-policyfile_0.0.5-1_amd64.changes uploaded successfully to localhost
along with the files:
  node-policyfile_0.0.5-1.dsc
  node-policyfile_0.0.5.orig.tar.gz
  node-policyfile_0.0.5-1.debian.tar.gz
  node-policyfile_0.0.5-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-policyfile_0.0.5-1_amd64.changes is NEW

2013-05-07 Thread Debian FTP Masters
Mapping sid to unstable.
binary:node-policyfile is NEW.
source:node-policyfile is NEW.

Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processing of node-xmlhttprequest_1.5.0-1_amd64.changes

2013-05-07 Thread Debian FTP Masters
node-xmlhttprequest_1.5.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  node-xmlhttprequest_1.5.0-1.dsc
  node-xmlhttprequest_1.5.0.orig.tar.gz
  node-xmlhttprequest_1.5.0-1.debian.tar.gz
  libnode-xmlhttprequest_1.5.0-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel