Tagged Questions
The policy tag has no wiki summary.
63
votes
32answers
6k views
Is there a valid reason for enforcing a maximum width of 80 characters in a code file, this day and age?
Seriously. On a 22" monitor, it only covers maybe a quarter of the screen. I need some ammo to axe down this rule.
Edit: I'm not saying that there shouldn't be a limit; I'm just saying, 80 characters ...
25
votes
25answers
2k views
Do you pseudo-code?
Do you use pseudo-code to help you program? Does it help you write your programs faster with less bug-prone code or does it simply waste time?
Should it be standard practice to declare what you're ...
13
votes
3answers
773 views
iOS recurring subscription policy for service, not content
Apologies in advance for a policy, rather than a programming question, but given the paucity of information available online I hope I can be forgiven for asking it here.
I would like to use the new ...
13
votes
16answers
1k views
Commercial version control
My boss wants me to think about what to use for version control. I am a big fan of subversion, bazaar, mercurial, etc. However, we have a policy at our shop to not use open source tools!
Does anyone ...
9
votes
1answer
191 views
Limiting file access in Java
Problem:
In my Java application (not an applet) I wish to limit certain file operations to all classes except a list/group/package of classes that should not be restricted.
Specifically, I would like ...
8
votes
6answers
22k views
Java RMI Tutorial - AccessControlException: access denied (java.io.FilePermission
Yesterday I tried to get started with Java RMI. I found this sun tutorial (http://java.sun.com/docs/books/tutorial/rmi/index.html) and started with the server implemantation. But everytime I start the ...
7
votes
14answers
543 views
How can I convince IT that F/OSS software isn't evil?
When trying to link some well established tools to my company's active directory, I hit a roadblock. I was told that:
"Sorry, I cannot trust our domain admin password to [F/OSS] software...".
...
6
votes
3answers
441 views
Policy-based template design: How to access certain policies of the class?
I have a class that uses several policies that are templated. It is called Dish in the following example. I store many of these Dishes in a vector (using a pointer to simple base class), but then I'd ...
6
votes
7answers
346 views
Do you have any commit policies?
My boss announced yesterday a new commit policies for checkins into the repository. This policies are valid for commits into head/trunk and branches.
A commit message must have the following items:
...
5
votes
2answers
111 views
Help to argue why to develop software on a physical computer rather than via a remote desktop [closed]
In my case we are required to be physically present at office when developing software.
I am looking for help to argue for why software developers shall have a dedicated physical software development ...
5
votes
1answer
603 views
Mixing policy-based design with CRTP in C++
I'm attempting to write a policy-based host class (i.e., a class that inherits from its template class), with a twist, where the policy class is also templated by the host class, so that it can access ...
5
votes
6answers
2k views
How to get Hudson CI to execute a Powershell script?
I'm using Hudson version 1.324 for CI and have a couple of issues:
Environment:
- Windows Server 2008
- Powershell v1.0
- Hudson 1.324 running as a service
- Hudson Powershell Plugin installed
- ...
5
votes
7answers
298 views
Policy on maintenance releases vs normal releases?
My company is struggling with the question of maintenance releases versus "normal" releases, in the context of an application installed on-site at large organisations who pay for support. First let me ...
4
votes
6answers
173 views
What technology does ie6 have that legacy system must require it? [closed]
Possible Duplicate:
Why is IE6 still a corporate favorite in some organizations?
As of July 2010, IE6 browser usage is still lingering at around 7%. (w3schools.com) It's well known that ...
4
votes
7answers
180 views
Are you responsible for deploying your code to a live environment?
...or do you have to go through someone else (a person who manages the servers) to get your code deployed?
I understand the policy of not letting everyone log onto a live production server but I ...
4
votes
1answer
119 views
My chance to shape our development process/policy
I'm sorry if this is a duplicate, but the question search terms are pretty generic.
I work at a small(ish) development firm. I say small, but the company is actually a fair size; however, I'm only ...
4
votes
1answer
262 views
Separate policy from mechanism: What does it mean?
I've often heard the mantra of "separating policy from mechanism", especially in the context of the Unix philosopy. What does this mean and what are some concrete examples of it? When/why is/isn't ...
4
votes
20answers
2k views
How to enforce locking workstation when leaving? Is this important?
Within your organization, is every developer required to lock his workstation when leaving it?
What do you see a risks when workstations are left unlocked, and how do you think such risks are ...
3
votes
2answers
52 views
How to implement Java plugin security safely?
I'm designing a system for loading, handling and supporting plugins in Java applications. One feature that I feel is absolutely crucial to this before it can every be deployed is the ability to ...
3
votes
1answer
59 views
Apache error “PHP cookie policy violation” [closed]
I'm facing this issue when I published the site:
""/usr/local/apache/conf/modsec_rules/10_asl_rules.conf"] [line "498"] [id "340078"] [rev "1"] [msg "PHP cookie policy violation"] "
Why this is ...
3
votes
2answers
648 views
S3 policy limiting access to only one bucket (listing included)
I have a simple bucket that looks like images.mysite.com on my S3 and other buckets containing backups, etc.
I want to allow a specific user to be able to access to the images.mysite.com bucket to ...
3
votes
1answer
886 views
amazon S3 bucket policy - restricting access by referer BUT not restricting if urls are generated via query string authentication
I have the following bucket policy set on my bucket:
{
"Version": "2008-10-17",
"Id": "My access policy",
"Statement": [
{
"Sid": "Allow only requests from our site",
"Effect": "Allow",
...
3
votes
1answer
741 views
Pyramid authorization for stored items
I'm trying to create an authorization policy that takes "item" ownership into account. For example some user X "owns" items A, B, C. Those are accessed via URLs like /item/{item}/some_options.
How ...
3
votes
2answers
638 views
Set user account picture and dis-allow changes
I am running some changes to the registry of the small number of computers in our group.
In Windows 7 Enterprise, how can I disable the ability for the user to change the user account picture?
I do ...
3
votes
3answers
167 views
Can C++ policy classes be used to specify existence / non-existence of constructors?
Suppose I have:
struct Magic {
Magic(Foo* foo);
Magic(Bar* bar);
};
Is there a way to make Magic a template, and define template classes s.t.
typedef Magic<FooPolicy, ...> MagicFoo;
...
3
votes
6answers
344 views
what should developers have access to?
i work at a place where we build applications that process and store sensitive data.
we have 3 environments. Dev, UAT / QA (user acceptant testing) and Production
the developers at my work have no ...
3
votes
2answers
802 views
Code review policy example?
I was asked to author a formal code review policy document. It was to meet PCI requirements, but I have no idea what such a document might look like or include. Are there any examples of such a ...
3
votes
8answers
688 views
Key ingredients for good tools policy?
A mere sub-standard screwdriver can turn a quick Do-It-Yourself job round the house into an exercise in frustration that makes you feel really exhausted, annoyed and helpless at the same time. This is ...
2
votes
2answers
55 views
Is it OK to use Facebook photos in our web apps?
I'd like to offer my users the capability of either uploading a photo, or choosing one of their photos on Facebook (not only their profile photo).
Pulling the photo source from the Graph API isn't ...
2
votes
1answer
453 views
Java SocketPermission policy question
I have a client and server program that attempt to communicate with each other. In my policy file for the server, I have specified the following:
grant signedBy "vivin" {
permission ...
2
votes
2answers
163 views
Protect ourselves from ourselves - SVN Branching Policy for small development team
Our small team (6) development team is comprised of individuals with varying skill levels and product knowledge.
To protect ourselves from ourselves (or lack of experience) what branching policy ...
2
votes
0answers
137 views
visual studio 2010 static code analysis migration
I am updating my projects from visual studio 2008 to visual studio 2010, but I'm still using TFS 2008.
I have a static code analysis in my TFS, and when I was using visual studio 2008 I was placing ...
2
votes
2answers
315 views
BtsTask to import policy
I am looking for a way to import BRE generated policy with its' vocabularies into BizTalk application from a command line (in order to script it) leveraging BtsTask command line tool.
I've searched ...
2
votes
2answers
1k views
“security policy error” on iPhone and iPod Touch
I'm getting an "Error from Debugger: Error launching remote program: security policy error" when I try to run my app on my ipod touch. The provisions look in order, and the app builds to my iphone ...
2
votes
3answers
822 views
Update Java security policy at runtime?
Is there a legal way to add/remove permissions to Java security policy at runtime?
2
votes
3answers
754 views
Can i deny access to a jvm class by configuring java.policy file?
I wanted to create add to my jdk6\jre\lib\security\java.policy file an interdiction to create some classes that are blacklisted by appengine. For example I want my local jvm to throw an exception when ...
2
votes
1answer
365 views
How to prevent others to embed my flash?
I have a flash file developed with Flex/ActionScript and put it on www.domainA.com
How can I prevent others to download my flash (*.swf) and to embed it in other web site (e.g. www.domainX.com) ?
I ...
2
votes
1answer
714 views
How to remove the Override checkbox from TFS 2008 check ins with policy failures
In short, I want to stop our devs from overriding policy failures on check in.
If I can't do that then I want to modify the Reason text box to look for something more than just a single character ...
2
votes
5answers
156 views
Default values for all null columns
Is there any merit in creating a policy that requires developers to specify default values for all null columns?
2
votes
4answers
407 views
Project / code release strategy
Context: I work at a small software company that has traditionally done research-type work, and does not have much experience in the commercial space. We are now trying to push into the commercial ...
2
votes
1answer
114 views
Embedding publisher policy into assembly
I'm developing a shared assembly, version 2.0.0.0.
For future compatibility, I'd like to bind all the 2.0.x.x versions to the latest version installed. To do so I need a publisher policy file.
Is ...
2
votes
1answer
553 views
Trusting an assembly located on a network share
I've been meaning to post on here for a while but always find the information I need; up untill now of course! I would appreciate any help you may be able to offer in regards to code access security, ...
2
votes
7answers
652 views
Have you ever had to file “TPS reports”?
No, not literally. Rather, do you have any red tape horror stories of policies that affected your ability to produce quality software? I'm not talking about general human resources or systems ...
2
votes
8answers
641 views
System Backup policy — tell me what you think of this new company policy
We used to have a company policy that stated that we were to use an automated back up tool to back up the important directories on our workstations to network drives. I was just informed by one of our ...
2
votes
9answers
611 views
How often does your company pay for your training courses? [closed]
Does your company offer you training
courses to enhance your skills?
How many courses per year are you
allowed to take part in?
Does your company pay for the
training courses or do you have to
pay ...
1
vote
0answers
18 views
Markov decision process - how to use optimal policy formula?
I have a task, where I have to calculate optimal policy
(Reinforcement Learning - Markov decision process) in the grid world (agent movies left,right,up,down).
In left table, there are Optimal ...
1
vote
0answers
17 views
Getting java.policy.applet working outside of eclipse
This should be a relatively simple fix, but I cannot find how to get it working. I've created a java applet and it works great while running it in eclipse, unfortunately I can't get it working outside ...
1
vote
1answer
35 views
Windows Phone Mango background transfer service policy
While going through a WP7.5 background transfer service policy, one can read the following:
The background transfer service does not run on non-simultaneous voice
and data networks including the ...
1
vote
2answers
189 views
windows phone ApplicationPolicy for in app payment
I was wonder if it's possible to use PayPal mobile checkout directly in my wp7 app, as in-app payment gateway.
My concern it’s Microsoft marketplace application policy 2.1:
“Your application must ...
1
vote
0answers
150 views
Migration to Timeline: Best practice to avoid double posting?
We currently post (or allow a user to post) on a wall when one of our visitors perform certain actions (such as purchasing a ticket, so usually max one post per day). With the new Timeline, we won't ...