qid
int64
1
74.7M
question
stringlengths
12
33.8k
date
stringlengths
10
10
metadata
list
response_j
stringlengths
0
115k
response_k
stringlengths
2
98.3k
1,435,809
My company is starting to get into iPhone development. We'd like to keep our iPhone business segregated from our other businesses, so in the App Store, we'd like to be known by a different name. For example, although our company may be legally Company, LLC, we'd like our apps on the App Store to appear to be from a dif...
2009/09/16
[ "https://Stackoverflow.com/questions/1435809", "https://Stackoverflow.com", "https://Stackoverflow.com/users/25312/" ]
The company name is set when you submit your first app. Be careful, **you can not change it** once submitted, the Apple docs clearly state this. If you use the wrong name you will have to get Apple to change it and that is no fun.
I'm not sure of the exact point at which you choose your display name, but I'm absolutely positive that it warns you and explicitly tells you that "you will show up in the app store as xyz" at the point at which you must give a name. I setup my account a few weeks ago, and I'm sure it warned me.
21,925
I was doing some tests for the multiple-choice final we've got ahead. And it was on me to count the peptide bonds in an Insulin hormone with 51 aminoacids arranged in two polypeptides with 30 and 21 aminoacids. (these are not true in reality) the number of bonds were 49, not 50, and that means the bond between two p...
2014/12/19
[ "https://chemistry.stackexchange.com/questions/21925", "https://chemistry.stackexchange.com", "https://chemistry.stackexchange.com/users/7448/" ]
Aside from covalent bonds (amide and disulfide), the sturcture of a protein is determined by hydrogen bonds, [salt bridges](http://en.wikipedia.org/wiki/Salt_bridge_(protein_and_supramolecular)), and less specific interactions such as hydrophobic and hydrophilic effects. Hydrophobic portions of the protein chain tend t...
The term peptide bond refers to amide bonds. The 21 amino acids in insulin's A-chain are covalently linked by 20 amide bonds. The 30 amino acids in insulin's B-chain are linked by 29 amide bonds. The two polypeptides are covalently linked by disulfide bonds, which are not amide bonds. The 3D structure of proteins is a...
9,457
**Background-Info:** In contrast to mandarin Chinese, which can only have a few consonants at the and of a syllable, e.g. ma**n**, ma**ng**, Cantonese syllables can contain **p,t,k** at their end. Nevertheless, these consonants are so called **unreleased** stops. That is, the tongue gets into the right position, but,...
2014/11/09
[ "https://linguistics.stackexchange.com/questions/9457", "https://linguistics.stackexchange.com", "https://linguistics.stackexchange.com/users/5434/" ]
English also has so-called unreleased stops, mainly in consonant clusters, e.g. *act* [æk̚t] vs *apt* [æp̚t]. The phonemes that have no audible release are certainly contrastive in English here; they are simply masked by the release of the /t/ that follows. There is of course the case of the [glottal stop](http://en....
Yes, Cantonese people are able to discern unreleased stops just by listening the syllables without any further context that might help deduce which syllable is meant, moreover, other people in dialect areas like Hu Nan, Fu Jian, Jiang Xi,Zhe Jiang, Jiangsu,Shanghai in China can discern them. With the spectrograms and h...
39,753
Alan Wallace says this regularly, for example, at the beginning of this lecture: <http://media.sbinstitute.com/courses/fall2012/13-loving-kindness-1/> Is it Tibetan? What is its direct translation?
2020/07/12
[ "https://buddhism.stackexchange.com/questions/39753", "https://buddhism.stackexchange.com", "https://buddhism.stackexchange.com/users/19425/" ]
From [this transcript](https://media.sbinstitute.com/courses/fall2012/92-practice-post-retreat-2/#transcript), it doesn't really have a meaning. Full quote: > > Q: What does o laso mean? > > > > > That’s one of the great secret teachings I give out only to people who’ve achieved 8 weeks of retreat first. It’s ve...
It is probably related to the Water Lamp of the Far-Reaching Lasso (*rgyang zhags chu'i sgron ma*) used in Tögal practice in the Dzogchen vehicule of Tibetan Buddhism.
22,741,327
Currently, Im in the evaluation process between MVC CMS , I like the clean way in coding of the UMBRACO 7.0.x , with the many W3C standard which implemented there. Recently , I found that Drupal has new release 8.0 , which has new architecture supporting MVC. As I'm totally new to Drupal world , I would appreciate an...
2014/03/30
[ "https://Stackoverflow.com/questions/22741327", "https://Stackoverflow.com", "https://Stackoverflow.com/users/785673/" ]
I'm not guru of Umbraco. But I can say a lot about Drupal 8.x which I use for the last 8 years now. First of all here is an [overview of **the new 8.x capabilities**](https://www.drupal.org/8) which are really amazing and move Drupal to the new age. On individual topics now here are some helpful links. * **The lear...
I'm not a guru of Drupal. But I can say about Umbraco - 1. **The best community** - [our.umbraco.org](http://our.umbraco.org/) 2. **Latest technologies** - Angular, MVC. 3. A lot of **free plugins** = <http://our.umbraco.org/projects> 4. Documentation - <http://our.umbraco.org/documentation> 5. 24 days course - <http...
12,565,095
When client is trying to renew it lease time, how does it unicasts to the server if the server id MUST NOT BE FILLED according to [RFC2131 4.3.2](http://www.freesoft.org/CIE/RFC/2131/24.htm) " DHCPREQUEST generated during RENEWING state: 'server identifier' MUST NOT be filled in, 'requested IP address' option MUST NOT...
2012/09/24
[ "https://Stackoverflow.com/questions/12565095", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1170677/" ]
`siaddr`, the "server identifier" field, is inside the DHCP message, which is send out using UDP, which has its own field for destination IP address in the IP header, so the client unicasts the renew packet to the known IP of the server.
Clients can send Renew DHCP Request messages via unicast even though "Server Identifier" must not be set, because "Server Identifier" is not neccesseary for sending the packets. When sending packets with unicast you only need to specify destination IP address, in this case the IP address of the DHCP server and this in...
496,929
For C# in a winForms environment, I've licensed my classes by writing specifics to the regestry, encrypted. Under Mono there are some facilities that are not available to you. The Registry is one of those. What method would you use to license your code under Mono? I don't want a malicious user to be able to delete th...
2009/01/30
[ "https://Stackoverflow.com/questions/496929", "https://Stackoverflow.com", "https://Stackoverflow.com/users/53531/" ]
Any kind of encrypted certificate license ought to be at least as secure on Mono as it is on Windows. Deploy the app without the certificate. If it doesn't detect the certificate, its in 'reduced functionality' mode. If it does, then its in 'full mode'. Only issue certificate on purchase. For full-functionality-time-li...
You could always encrypt a file based on the CPUID and store it in the directory. I am not sure how storing a file on the hard drive is different than storing something in the registr. A user could still find the registry key export / import it as needed. It would be restricted to that machine only if you use the CPUID...
496,929
For C# in a winForms environment, I've licensed my classes by writing specifics to the regestry, encrypted. Under Mono there are some facilities that are not available to you. The Registry is one of those. What method would you use to license your code under Mono? I don't want a malicious user to be able to delete th...
2009/01/30
[ "https://Stackoverflow.com/questions/496929", "https://Stackoverflow.com", "https://Stackoverflow.com/users/53531/" ]
The registry is available to you using the standard .Net Registry classes. You can write your encrypted values there, and retrieve them later. However, the registry on Linux is just a file in the user's home directory, so what you can't really do is modify it from outside Mono, like from a .msi (as an example, .msi's ...
You could always encrypt a file based on the CPUID and store it in the directory. I am not sure how storing a file on the hard drive is different than storing something in the registr. A user could still find the registry key export / import it as needed. It would be restricted to that machine only if you use the CPUID...
51,162,515
Can Java run directly on hardware (assuming there's enough memory to include the necessary JRE/JVM? If it can, how does System.out.println work? I'd think there's nowhere for that output to go if it's all just on a cpu.
2018/07/03
[ "https://Stackoverflow.com/questions/51162515", "https://Stackoverflow.com", "https://Stackoverflow.com/users/5213099/" ]
Directly on hardware? I am assuming you mean to ask if Java can run on a micro-controller? The answer is yes. The JVM is a virtual machine which is essentially its own operating system. The JVM was designed to do exactly what your wondering about. The JVM's two primary functions are to allow Java programs to run on any...
The short answer is no, due to the JVM and write once run anywhere feature in java, the code is not ran directly on the hardware but within the JVM... THE JVM essentially acts as a middle man between different hardware/OS...if you look to accomplish this then take a look at C++
119,536
Are the two sentences correct or is one of them incorrect? > > 1) Five billion dollars is earmarked for the project. > > 2) Five billion dollars has been earmarked for the project. > > > I know dollars are countable. So I think both 'is' and 'has been' are correct here. Also, do they differ in meaning?
2017/02/15
[ "https://ell.stackexchange.com/questions/119536", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/49565/" ]
Both are used. The plural arises normally Some examples from the web showing both American and British use, > > Five billion dollars have been appropriated for a two-ocean navy (American writer 1940) > > > Over five billion dollars have been scheduled to divest from universities since 1985 (American 1990) > > ...
These are both incorrect. They should be > > Five crore rupees are earmarked for the project. > > > and > > Five crore rupees have been earmarked for the project. > > > You have it backward. Since rupees are countable it should be 'are' and 'have been'. By the way, for those that don't know what a 'crore'...
119,536
Are the two sentences correct or is one of them incorrect? > > 1) Five billion dollars is earmarked for the project. > > 2) Five billion dollars has been earmarked for the project. > > > I know dollars are countable. So I think both 'is' and 'has been' are correct here. Also, do they differ in meaning?
2017/02/15
[ "https://ell.stackexchange.com/questions/119536", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/49565/" ]
Either a singular or a plural verb is correct with an amount of money. * Five hundred dollars **is** invested into the project. *(An amount that is refered to as a singular unit)* * Five hundred dollars **are** invested into the project. *(An amount of money that consists of singular units)* Thus, both sentences are ...
These are both incorrect. They should be > > Five crore rupees are earmarked for the project. > > > and > > Five crore rupees have been earmarked for the project. > > > You have it backward. Since rupees are countable it should be 'are' and 'have been'. By the way, for those that don't know what a 'crore'...
12,986
According to [this](https://ca.news.yahoo.com/blogs/good-news/passenger-helps-land-737-pilot-suffers-heart-attack-211136285.html) article, the pilot suffered a heart attack mid-air and a passenger helped in landing the plane safely. How does commercial airlines prepare themselves for these kind of situations. Do they ...
2015/03/02
[ "https://aviation.stackexchange.com/questions/12986", "https://aviation.stackexchange.com", "https://aviation.stackexchange.com/users/1678/" ]
> > **do they fly in a pilot (like mid-air refuel)?** > > > No, that isn't really feasible! See answers to [Can a passenger jet be towed to safety if it breaks down in midair?](https://aviation.stackexchange.com/q/8950/1289) --- > > **do they leave it to the co-pilot to take care of such situations?** > > > ...
Commercial operations do not normally do anything special to prepare for a pilot becoming sick. If a pilot has any kind of impairing health issue, then they are not supposed to fly at all. One of the purposes of the co-pilot is to be a backup for the pilot in case the pilot has a problem, like being incapacitated due t...
95,146
I have a PDF file whose objects' color are either pure Cyan or pure Black or a tint of them (30% Cyan or 50% Black, for example). The objects include texts, line strokes and vector fills. Now, how may I change the Cyan color (and all the tints, of course) to another color, lets say to Green! It's for presentations onl...
2017/07/18
[ "https://graphicdesign.stackexchange.com/questions/95146", "https://graphicdesign.stackexchange.com", "https://graphicdesign.stackexchange.com/users/99868/" ]
I could be wrong, but I don't believe Acrobat offers the ability to swap colors. You can assign profiles and manage ink percentages/angles, but not change ink definitions entirely. Ideally, you edit the originating document if you want different colors.
Export to EPS and use a text editor (best: vim) to replace the color. E.g. execute :%s/0 1 0 rgb/0 0.5 0 rgb/ in vim to replace (light) green by a darker one. Afterwards create a PDF from the EPS.
100,191
* Users permissions and privilege should be considered as a part of confidentiality (specifically access control) or integrity? * And I'm also wondering if we can categorize Accountability, Authenticity and Non-repudiation as a sub-characteristics of integrity
2015/09/13
[ "https://security.stackexchange.com/questions/100191", "https://security.stackexchange.com", "https://security.stackexchange.com/users/84106/" ]
Confidentiality and integrity are aspects of information security. User permissions and privileges are security mechanisms that can be used to achieve them. So the answer to your first question, "should user permissions and privileges be considered as a part of confidentiality or integrity," is **No**. You can catego...
> > Users permissions and privilege should be considered as a part of > confidentiality (specifically access control) or integrity? > > > The permissions/privileges set for users are **definitely** a confidentiality measure as they define levels of restrictions of access to some information/resources. > > And I...
6,538,934
I have a table with 23.5 million rows and 20 columns. I updated the table to set one of the columns to `null`. This query took an hour to complete. Granted, I don't have an amazingly fast database server, but is this update time normal? I didn't have an index on this table when I ran the update. How much would that hav...
2011/06/30
[ "https://Stackoverflow.com/questions/6538934", "https://Stackoverflow.com", "https://Stackoverflow.com/users/486518/" ]
Considering it updated ALL rows, an index wouldn't have helped any. Were there reads going on at the same time? Updates cause row level locking, even if brief, could cause a lot of traffic and waiting in the transaction log.
This is certainly an acceptable time for your database server's number of rows, especially since you said it is not that fast. If you had an index it wouldn't have helped. Indexes are used to help the database server find specific records faster.
6,538,934
I have a table with 23.5 million rows and 20 columns. I updated the table to set one of the columns to `null`. This query took an hour to complete. Granted, I don't have an amazingly fast database server, but is this update time normal? I didn't have an index on this table when I ran the update. How much would that hav...
2011/06/30
[ "https://Stackoverflow.com/questions/6538934", "https://Stackoverflow.com", "https://Stackoverflow.com/users/486518/" ]
Considering it updated ALL rows, an index wouldn't have helped any. Were there reads going on at the same time? Updates cause row level locking, even if brief, could cause a lot of traffic and waiting in the transaction log.
Instead of updating and setting the column to null, you can drop the column and re-add it as nullable. In my experience, this is many times faster than updating and setting each row to have null in that field.
6,538,934
I have a table with 23.5 million rows and 20 columns. I updated the table to set one of the columns to `null`. This query took an hour to complete. Granted, I don't have an amazingly fast database server, but is this update time normal? I didn't have an index on this table when I ran the update. How much would that hav...
2011/06/30
[ "https://Stackoverflow.com/questions/6538934", "https://Stackoverflow.com", "https://Stackoverflow.com/users/486518/" ]
This is certainly an acceptable time for your database server's number of rows, especially since you said it is not that fast. If you had an index it wouldn't have helped. Indexes are used to help the database server find specific records faster.
Instead of updating and setting the column to null, you can drop the column and re-add it as nullable. In my experience, this is many times faster than updating and setting each row to have null in that field.
148,279
No matter what I try, I can't close a visible displacement gap between materials when I'm using Adaptive Subdivision. [![gaps in mesh](https://i.stack.imgur.com/rbz1I.jpg)](https://i.stack.imgur.com/rbz1I.jpg) Enabling Auto-Smooth in the normal options fixes gaps on the corners of objects within the same material, bu...
2019/08/12
[ "https://blender.stackexchange.com/questions/148279", "https://blender.stackexchange.com", "https://blender.stackexchange.com/users/165/" ]
One painful way to control adaptive subdiv displacement transitions is using Vertex Paint. Ex using stone and grass, each using their own displacement map: [![enter image description here](https://i.stack.imgur.com/eSuem.png)](https://i.stack.imgur.com/eSuem.png) * Create 3 materials, two for the real materials and o...
As mentioned by @lemon, as of Blender 2.80, Adaptive Subdivision is still an "Experimental" feature - and so may encounter unexpected behaviours and issues and may be subject to change in the future (it's only recently that the Displacement socket itself came in to the 'Supported' feature set). It appears that in Adap...
369,080
Whenever I use the Code Sample tool to paste code I have to manually edit to add spaces to the beginning of most of the lines. I feel that I must doing something wrong. Can anyone advise me?
2018/06/05
[ "https://meta.stackoverflow.com/questions/369080", "https://meta.stackoverflow.com", "https://meta.stackoverflow.com/users/3854093/" ]
Paste it in to the question/answer editor, highlight it all and click the code button. [![enter image description here](https://i.stack.imgur.com/7J2h8.png)](https://i.stack.imgur.com/7J2h8.png)
The best thing to do is to format your code *before* you paste it in, using whichever tool you had written the code in the first place. Most modern code editors come with the ability to format code; you would want to leverage that to get your code to be properly indented first.
98,808
I have found an error in a published article. The error lies within the method section. I would like then to write a correspondence to let people know about this issue and to explain what could have been done correctly. I tried to look into the journal webpage but it seems they do not publish correspondences. Where c...
2017/11/11
[ "https://academia.stackexchange.com/questions/98808", "https://academia.stackexchange.com", "https://academia.stackexchange.com/users/57474/" ]
If the error is simply a typo, or two, or a wrong sub-result which does not fully invalidate the findings, don't bother: the chances of publishing are almost zero. (E.g., in mathematics, around 80% of results are expected to be wrong in the strict sense of the word, e.g., not checking whether your claim "for all n≥0 .....
Some high-profile journals such as *Nature* and *Science* accept and publish comments and critiques of their published articles. That's understandable since many of the articles published in such journals are of frontier-level research and, hence, often controversial. But I don't believe that most journals have a mecha...
20,585
In [the previous research](https://storage.googleapis.com/deepmind-media/dqn/DQNNaturePaper.pdf), in 2015, Deep Q-Learning shows its great performance on single player Atari Games. But why do AlphaGo's researchers use CNN + MCTS instead of Deep Q-Learning? is that because Deep Q-Learning somehow is not suitable for Go?
2020/04/24
[ "https://ai.stackexchange.com/questions/20585", "https://ai.stackexchange.com", "https://ai.stackexchange.com/users/16565/" ]
$Q$-learning (and also its deep variant, and most of the other well-known reinforcement learning algorithms) are inherently learning approaches for **single-agent environments**. The entire problem setting that these algorithms are developed for (Markov decision processes, or MDPs) is always framed in terms of a single...
Deep Q Learning is a model-free algorithm. In the case of Go (and chess for that matter) the model of the game is very simple and deterministic. It's a perfect information game, so it's trivial to predict the next state given your current state and action (this is the model). They take advantage of this with MCTS to sp...
2,400,117
for a recent project I need to detect file system changes on a mapped Samba share from java on windows: Creates, updates and removes. At the moment I am using a folder poll that maintains a list of files and their modified timestamp to look for events. But my problem is that this folder poll only peeks into the folder...
2010/03/08
[ "https://Stackoverflow.com/questions/2400117", "https://Stackoverflow.com", "https://Stackoverflow.com/users/11705/" ]
Java doesn't have anything in the current IO api for dealing with file notifications from the O/S. Java 7 will have a new IO API **JSR-203** that has a [**watch file API**](http://java.sun.com/developer/technicalArticles/javase/nio/#6) that will either use native **O/S notifications** or **polling** if notifications a...
According to [this forum entry](http://support.teamdev.com/thread/1986) TeamDev [JNIWrapper](http://www.teamdev.com/jniwrapper/features/) is capable of doing this like I want it. I just purchased a copy. Thank you and Greetz, GHad
12,089
In my case, the openId login is out of the question. The application that I'm working on will only allow corporate users with a given specific email domain to register. The login/register form needs to be simple and straightforward, allowing easy login, and easy registration. I've made a few mocks, with various way...
2011/09/29
[ "https://ux.stackexchange.com/questions/12089", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/7170/" ]
There are MANY changes I would make. 1) Flow, left to right, top to bottom (latin based languages) This implies that the 'Login' button be placed RIGHT aligned to fields SIMPLIFY: --------- 2) Remove titles Remove the titles 'Login' and 'Register'. The buttons themselves should act as the title. Make them larg...
Visually I like the second mockup, although I agree that it's not clear that you should click on the tabs to switch between signing in and registering. In the same mockup, I'd move the 'remember me' tickbox to the left of the button; this keeps the design clean and helps ensure that the user doesn't click on the button...
12,089
In my case, the openId login is out of the question. The application that I'm working on will only allow corporate users with a given specific email domain to register. The login/register form needs to be simple and straightforward, allowing easy login, and easy registration. I've made a few mocks, with various way...
2011/09/29
[ "https://ux.stackexchange.com/questions/12089", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/7170/" ]
I don't think anyone can state conclusively which of them is better. The me each has a benefit and a weakness. Of them, I personally like the second one with the tabs, but that is very subjective. None of them are "bad" UX, but what really matters is which is most intuitive to the people using the application. You've ...
You should keep registration and login separate; otherwise, a user who accidentally tries to log in with the wrong credentials (e.g. misspelled username or wrong password) will unintentionally create an account with those credentials. Then they may become confused when all their data is "gone." You want to be able to t...
12,089
In my case, the openId login is out of the question. The application that I'm working on will only allow corporate users with a given specific email domain to register. The login/register form needs to be simple and straightforward, allowing easy login, and easy registration. I've made a few mocks, with various way...
2011/09/29
[ "https://ux.stackexchange.com/questions/12089", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/7170/" ]
I think the first image presents what I normally expect, however, because more people login to an application than register ( one hopes - users shoudl only register once, and login regularly ), I would put the login to the left, and the register to the right. If you need a separate registration details page, then mayb...
Visually I like the second mockup, although I agree that it's not clear that you should click on the tabs to switch between signing in and registering. In the same mockup, I'd move the 'remember me' tickbox to the left of the button; this keeps the design clean and helps ensure that the user doesn't click on the button...
12,089
In my case, the openId login is out of the question. The application that I'm working on will only allow corporate users with a given specific email domain to register. The login/register form needs to be simple and straightforward, allowing easy login, and easy registration. I've made a few mocks, with various way...
2011/09/29
[ "https://ux.stackexchange.com/questions/12089", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/7170/" ]
There are MANY changes I would make. 1) Flow, left to right, top to bottom (latin based languages) This implies that the 'Login' button be placed RIGHT aligned to fields SIMPLIFY: --------- 2) Remove titles Remove the titles 'Login' and 'Register'. The buttons themselves should act as the title. Make them larg...
This is a purely subjective answer: Out of the examples you provided I like the second one. Personally I prefer seperating the login and register process. Instead of providing both at once provide a link on both to the other? Have a look at some of the examples here: <http://ui-patterns.com/explore/collections/login-...
12,089
In my case, the openId login is out of the question. The application that I'm working on will only allow corporate users with a given specific email domain to register. The login/register form needs to be simple and straightforward, allowing easy login, and easy registration. I've made a few mocks, with various way...
2011/09/29
[ "https://ux.stackexchange.com/questions/12089", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/7170/" ]
I think the first image presents what I normally expect, however, because more people login to an application than register ( one hopes - users shoudl only register once, and login regularly ), I would put the login to the left, and the register to the right. If you need a separate registration details page, then mayb...
None! Do you really need a login, can't you decide who's who based on other settings and simply log in the user based on the currently logged in user on the system? If you really need a way to log in the user you might as well go for the no register option. Simply let the user type in the login information and if its...
12,089
In my case, the openId login is out of the question. The application that I'm working on will only allow corporate users with a given specific email domain to register. The login/register form needs to be simple and straightforward, allowing easy login, and easy registration. I've made a few mocks, with various way...
2011/09/29
[ "https://ux.stackexchange.com/questions/12089", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/7170/" ]
I think the first image presents what I normally expect, however, because more people login to an application than register ( one hopes - users shoudl only register once, and login regularly ), I would put the login to the left, and the register to the right. If you need a separate registration details page, then mayb...
You should keep registration and login separate; otherwise, a user who accidentally tries to log in with the wrong credentials (e.g. misspelled username or wrong password) will unintentionally create an account with those credentials. Then they may become confused when all their data is "gone." You want to be able to t...
12,089
In my case, the openId login is out of the question. The application that I'm working on will only allow corporate users with a given specific email domain to register. The login/register form needs to be simple and straightforward, allowing easy login, and easy registration. I've made a few mocks, with various way...
2011/09/29
[ "https://ux.stackexchange.com/questions/12089", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/7170/" ]
I think the first image presents what I normally expect, however, because more people login to an application than register ( one hopes - users shoudl only register once, and login regularly ), I would put the login to the left, and the register to the right. If you need a separate registration details page, then mayb...
This is a purely subjective answer: Out of the examples you provided I like the second one. Personally I prefer seperating the login and register process. Instead of providing both at once provide a link on both to the other? Have a look at some of the examples here: <http://ui-patterns.com/explore/collections/login-...
12,089
In my case, the openId login is out of the question. The application that I'm working on will only allow corporate users with a given specific email domain to register. The login/register form needs to be simple and straightforward, allowing easy login, and easy registration. I've made a few mocks, with various way...
2011/09/29
[ "https://ux.stackexchange.com/questions/12089", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/7170/" ]
There are MANY changes I would make. 1) Flow, left to right, top to bottom (latin based languages) This implies that the 'Login' button be placed RIGHT aligned to fields SIMPLIFY: --------- 2) Remove titles Remove the titles 'Login' and 'Register'. The buttons themselves should act as the title. Make them larg...
I think the first image presents what I normally expect, however, because more people login to an application than register ( one hopes - users shoudl only register once, and login regularly ), I would put the login to the left, and the register to the right. If you need a separate registration details page, then mayb...
12,089
In my case, the openId login is out of the question. The application that I'm working on will only allow corporate users with a given specific email domain to register. The login/register form needs to be simple and straightforward, allowing easy login, and easy registration. I've made a few mocks, with various way...
2011/09/29
[ "https://ux.stackexchange.com/questions/12089", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/7170/" ]
Visually I like the second mockup, although I agree that it's not clear that you should click on the tabs to switch between signing in and registering. In the same mockup, I'd move the 'remember me' tickbox to the left of the button; this keeps the design clean and helps ensure that the user doesn't click on the button...
This is a purely subjective answer: Out of the examples you provided I like the second one. Personally I prefer seperating the login and register process. Instead of providing both at once provide a link on both to the other? Have a look at some of the examples here: <http://ui-patterns.com/explore/collections/login-...
12,089
In my case, the openId login is out of the question. The application that I'm working on will only allow corporate users with a given specific email domain to register. The login/register form needs to be simple and straightforward, allowing easy login, and easy registration. I've made a few mocks, with various way...
2011/09/29
[ "https://ux.stackexchange.com/questions/12089", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/7170/" ]
There are MANY changes I would make. 1) Flow, left to right, top to bottom (latin based languages) This implies that the 'Login' button be placed RIGHT aligned to fields SIMPLIFY: --------- 2) Remove titles Remove the titles 'Login' and 'Register'. The buttons themselves should act as the title. Make them larg...
I don't think anyone can state conclusively which of them is better. The me each has a benefit and a weakness. Of them, I personally like the second one with the tabs, but that is very subjective. None of them are "bad" UX, but what really matters is which is most intuitive to the people using the application. You've ...
3,763,072
I'm giving a presentation on using MVVM in real world applications and I'm including a section on the religious wars design decisions involved when using MVVM as a pattern in your application. In an MVVM application there are two main ways (that I know of) to instantiate a new View/ViewModel pair: 1. **View-First** in...
2010/09/21
[ "https://Stackoverflow.com/questions/3763072", "https://Stackoverflow.com", "https://Stackoverflow.com/users/21186/" ]
Given the Data Templating feature in WPF, I feel ViewModel-First is the way WPF was **intended** to be used. I'll clarify that statement: Data Templating allows you to never instantiate views from your ViewModel. If done correctly, your Views and ViewModels could be kept in seperate projects that DO NOT reference each...
I tend to prefer the View-Model first simply because I feel it follows the DRY rule best. When you start creating larger scale applications I find this makes testing easier as well, thus outweighing the initial bit of headache you need to deal with when setting up the application.
3,763,072
I'm giving a presentation on using MVVM in real world applications and I'm including a section on the religious wars design decisions involved when using MVVM as a pattern in your application. In an MVVM application there are two main ways (that I know of) to instantiate a new View/ViewModel pair: 1. **View-First** in...
2010/09/21
[ "https://Stackoverflow.com/questions/3763072", "https://Stackoverflow.com", "https://Stackoverflow.com/users/21186/" ]
Caveat - I use WPF not Silverlight. By the VM instantiating the V (which is the way I do it) the view is independent and can be used independently of the VM (e.g. in a designer) Personally, I am veering toward a MVVMC (model, View, ViewModel, Controller) where I have a controlling class which instantiates ViewModels ...
We've used ViewModel first, but when came in outsourcing, and using of blend became the most important thing, my boss said that View-first is better than Viewmodel-first - I disagreed with him (but one to many is not best ratio of votes ;-) ), because now we have some weirdo connections with events of view in code behi...
3,763,072
I'm giving a presentation on using MVVM in real world applications and I'm including a section on the religious wars design decisions involved when using MVVM as a pattern in your application. In an MVVM application there are two main ways (that I know of) to instantiate a new View/ViewModel pair: 1. **View-First** in...
2010/09/21
[ "https://Stackoverflow.com/questions/3763072", "https://Stackoverflow.com", "https://Stackoverflow.com/users/21186/" ]
I tend to prefer the View-Model first simply because I feel it follows the DRY rule best. When you start creating larger scale applications I find this makes testing easier as well, thus outweighing the initial bit of headache you need to deal with when setting up the application.
Caveat - I use WPF not Silverlight. By the VM instantiating the V (which is the way I do it) the view is independent and can be used independently of the VM (e.g. in a designer) Personally, I am veering toward a MVVMC (model, View, ViewModel, Controller) where I have a controlling class which instantiates ViewModels ...
3,763,072
I'm giving a presentation on using MVVM in real world applications and I'm including a section on the religious wars design decisions involved when using MVVM as a pattern in your application. In an MVVM application there are two main ways (that I know of) to instantiate a new View/ViewModel pair: 1. **View-First** in...
2010/09/21
[ "https://Stackoverflow.com/questions/3763072", "https://Stackoverflow.com", "https://Stackoverflow.com/users/21186/" ]
We've used ViewModel first, but when came in outsourcing, and using of blend became the most important thing, my boss said that View-first is better than Viewmodel-first - I disagreed with him (but one to many is not best ratio of votes ;-) ), because now we have some weirdo connections with events of view in code behi...
I use a View-first (sort-of) approach. I define the View in collaboration with my client with a dummy viewmodel with test data. When we are satisfied, I proceed to extract an interface from the 'dummy' and implement the real ViewModel. I've found this approach most appealing for the following reasons: * It's fast as p...
3,763,072
I'm giving a presentation on using MVVM in real world applications and I'm including a section on the religious wars design decisions involved when using MVVM as a pattern in your application. In an MVVM application there are two main ways (that I know of) to instantiate a new View/ViewModel pair: 1. **View-First** in...
2010/09/21
[ "https://Stackoverflow.com/questions/3763072", "https://Stackoverflow.com", "https://Stackoverflow.com/users/21186/" ]
I tend to prefer the View-Model first simply because I feel it follows the DRY rule best. When you start creating larger scale applications I find this makes testing easier as well, thus outweighing the initial bit of headache you need to deal with when setting up the application.
We've used ViewModel first, but when came in outsourcing, and using of blend became the most important thing, my boss said that View-first is better than Viewmodel-first - I disagreed with him (but one to many is not best ratio of votes ;-) ), because now we have some weirdo connections with events of view in code behi...
3,763,072
I'm giving a presentation on using MVVM in real world applications and I'm including a section on the religious wars design decisions involved when using MVVM as a pattern in your application. In an MVVM application there are two main ways (that I know of) to instantiate a new View/ViewModel pair: 1. **View-First** in...
2010/09/21
[ "https://Stackoverflow.com/questions/3763072", "https://Stackoverflow.com", "https://Stackoverflow.com/users/21186/" ]
Caveat - I use WPF not Silverlight. By the VM instantiating the V (which is the way I do it) the view is independent and can be used independently of the VM (e.g. in a designer) Personally, I am veering toward a MVVMC (model, View, ViewModel, Controller) where I have a controlling class which instantiates ViewModels ...
I use a View-first (sort-of) approach. I define the View in collaboration with my client with a dummy viewmodel with test data. When we are satisfied, I proceed to extract an interface from the 'dummy' and implement the real ViewModel. I've found this approach most appealing for the following reasons: * It's fast as p...
3,763,072
I'm giving a presentation on using MVVM in real world applications and I'm including a section on the religious wars design decisions involved when using MVVM as a pattern in your application. In an MVVM application there are two main ways (that I know of) to instantiate a new View/ViewModel pair: 1. **View-First** in...
2010/09/21
[ "https://Stackoverflow.com/questions/3763072", "https://Stackoverflow.com", "https://Stackoverflow.com/users/21186/" ]
Given the Data Templating feature in WPF, I feel ViewModel-First is the way WPF was **intended** to be used. I'll clarify that statement: Data Templating allows you to never instantiate views from your ViewModel. If done correctly, your Views and ViewModels could be kept in seperate projects that DO NOT reference each...
I prefer to use view model first approach. For many reasons: * Vms are your application containing most of logic apart from glue code in form of behaviors or triggers. * If you creates views then you are responsible for its life and cleanup code. You have to deal with threading and other issues which are difficult to ...
3,763,072
I'm giving a presentation on using MVVM in real world applications and I'm including a section on the religious wars design decisions involved when using MVVM as a pattern in your application. In an MVVM application there are two main ways (that I know of) to instantiate a new View/ViewModel pair: 1. **View-First** in...
2010/09/21
[ "https://Stackoverflow.com/questions/3763072", "https://Stackoverflow.com", "https://Stackoverflow.com/users/21186/" ]
I tend to prefer the View-Model first simply because I feel it follows the DRY rule best. When you start creating larger scale applications I find this makes testing easier as well, thus outweighing the initial bit of headache you need to deal with when setting up the application.
I use a View-first (sort-of) approach. I define the View in collaboration with my client with a dummy viewmodel with test data. When we are satisfied, I proceed to extract an interface from the 'dummy' and implement the real ViewModel. I've found this approach most appealing for the following reasons: * It's fast as p...
3,763,072
I'm giving a presentation on using MVVM in real world applications and I'm including a section on the religious wars design decisions involved when using MVVM as a pattern in your application. In an MVVM application there are two main ways (that I know of) to instantiate a new View/ViewModel pair: 1. **View-First** in...
2010/09/21
[ "https://Stackoverflow.com/questions/3763072", "https://Stackoverflow.com", "https://Stackoverflow.com/users/21186/" ]
I tend to prefer the View-Model first simply because I feel it follows the DRY rule best. When you start creating larger scale applications I find this makes testing easier as well, thus outweighing the initial bit of headache you need to deal with when setting up the application.
I prefer to use view model first approach. For many reasons: * Vms are your application containing most of logic apart from glue code in form of behaviors or triggers. * If you creates views then you are responsible for its life and cleanup code. You have to deal with threading and other issues which are difficult to ...
3,763,072
I'm giving a presentation on using MVVM in real world applications and I'm including a section on the religious wars design decisions involved when using MVVM as a pattern in your application. In an MVVM application there are two main ways (that I know of) to instantiate a new View/ViewModel pair: 1. **View-First** in...
2010/09/21
[ "https://Stackoverflow.com/questions/3763072", "https://Stackoverflow.com", "https://Stackoverflow.com/users/21186/" ]
I prefer to use view model first approach. For many reasons: * Vms are your application containing most of logic apart from glue code in form of behaviors or triggers. * If you creates views then you are responsible for its life and cleanup code. You have to deal with threading and other issues which are difficult to ...
We've used ViewModel first, but when came in outsourcing, and using of blend became the most important thing, my boss said that View-first is better than Viewmodel-first - I disagreed with him (but one to many is not best ratio of votes ;-) ), because now we have some weirdo connections with events of view in code behi...
15,328
Usually, cabin pressure of an airliner is kept at a value corresponding to an altitude of not more than about 2000m. Now, I heard that before takeoff, the pressure is already increased a little for higher stability of the fuselage. Maybe, this is wrong, but I had another experience: I was in a 737-800 flying at 1150...
2015/06/02
[ "https://aviation.stackexchange.com/questions/15328", "https://aviation.stackexchange.com", "https://aviation.stackexchange.com/users/4170/" ]
Here is a plot of cabin pressure on one flight. You can see a small increase in pressure right before takeoff. The decrease and increase in pressure is fairly constant during climb and descent. The pressure will change based on the aircraft's altitude, and will not reach a minimum limit until closer to the aircraft's s...
To the best of my knowledge, cabins are never pressurized before takeoff. This is a safety issue as it would inhibit door opening. The pressure would make them impossible to open. Depending on aircraft, the aircraft might be kept at either: * At a constant pressure difference, i.e. the cabin altitude increases evenly...
15,328
Usually, cabin pressure of an airliner is kept at a value corresponding to an altitude of not more than about 2000m. Now, I heard that before takeoff, the pressure is already increased a little for higher stability of the fuselage. Maybe, this is wrong, but I had another experience: I was in a 737-800 flying at 1150...
2015/06/02
[ "https://aviation.stackexchange.com/questions/15328", "https://aviation.stackexchange.com", "https://aviation.stackexchange.com/users/4170/" ]
On a number of aircraft types the cabin pressure is increased during the take-off roll, ensuring there is a slight over pressure when the aircraft rotates. This prevents some sudden changes in cabin pressure during rotation when the cabin exhaust valve is exposed to changing airflows. The chart in @fooot's post clearly...
To the best of my knowledge, cabins are never pressurized before takeoff. This is a safety issue as it would inhibit door opening. The pressure would make them impossible to open. Depending on aircraft, the aircraft might be kept at either: * At a constant pressure difference, i.e. the cabin altitude increases evenly...
15,328
Usually, cabin pressure of an airliner is kept at a value corresponding to an altitude of not more than about 2000m. Now, I heard that before takeoff, the pressure is already increased a little for higher stability of the fuselage. Maybe, this is wrong, but I had another experience: I was in a 737-800 flying at 1150...
2015/06/02
[ "https://aviation.stackexchange.com/questions/15328", "https://aviation.stackexchange.com", "https://aviation.stackexchange.com/users/4170/" ]
Here is a plot of cabin pressure on one flight. You can see a small increase in pressure right before takeoff. The decrease and increase in pressure is fairly constant during climb and descent. The pressure will change based on the aircraft's altitude, and will not reach a minimum limit until closer to the aircraft's s...
On a number of aircraft types the cabin pressure is increased during the take-off roll, ensuring there is a slight over pressure when the aircraft rotates. This prevents some sudden changes in cabin pressure during rotation when the cabin exhaust valve is exposed to changing airflows. The chart in @fooot's post clearly...
178,987
This could apply to a single person, but also to a group of people or even a nation. Is there a word for the widespread tendency to express disapproval towards someone who is unable to accomplish something or succeed at something? Examples include criticism of a politician who loses his/her election, or disapproval of ...
2014/06/20
[ "https://english.stackexchange.com/questions/178987", "https://english.stackexchange.com", "https://english.stackexchange.com/users/-1/" ]
Either ***"fickleness"*** or a less succinct term, ***"fair weather friend"*** could apply here. Being a Chicagoan who's sport teams are legend for performing stellarly or abysmally, depending on the year, I have witnessed ***"fickleness"*** of the sports fans at it's worst. In a one-on-one situation, between two p...
In a psych class I took, we discussed **herd/mob mentality**: how people are influenced by their peers to adopt certain behavior. *Herd mentality* is used when it's something neutral or positive, while *mob mentality* carries the negative connotation. Another possible option is that the person is simply **bigoted**: h...
178,987
This could apply to a single person, but also to a group of people or even a nation. Is there a word for the widespread tendency to express disapproval towards someone who is unable to accomplish something or succeed at something? Examples include criticism of a politician who loses his/her election, or disapproval of ...
2014/06/20
[ "https://english.stackexchange.com/questions/178987", "https://english.stackexchange.com", "https://english.stackexchange.com/users/-1/" ]
Either ***"fickleness"*** or a less succinct term, ***"fair weather friend"*** could apply here. Being a Chicagoan who's sport teams are legend for performing stellarly or abysmally, depending on the year, I have witnessed ***"fickleness"*** of the sports fans at it's worst. In a one-on-one situation, between two p...
A name for the tendency itself, to express disapproval of failure in the context of competition or the social ladder? I am unsure I can answer that...but let's see if I can help make a step in the process :-) This excerpt was taken from [LINK](http://www2.fiu.edu/~filosof/Site/Current_Issue_files/1%20Eva%20Melnikova.p...
178,987
This could apply to a single person, but also to a group of people or even a nation. Is there a word for the widespread tendency to express disapproval towards someone who is unable to accomplish something or succeed at something? Examples include criticism of a politician who loses his/her election, or disapproval of ...
2014/06/20
[ "https://english.stackexchange.com/questions/178987", "https://english.stackexchange.com", "https://english.stackexchange.com/users/-1/" ]
Either ***"fickleness"*** or a less succinct term, ***"fair weather friend"*** could apply here. Being a Chicagoan who's sport teams are legend for performing stellarly or abysmally, depending on the year, I have witnessed ***"fickleness"*** of the sports fans at it's worst. In a one-on-one situation, between two p...
The term [Social Darwinism](http://en.wikipedia.org/wiki/Social_Darwinism) has the denotation of > > a sociological theory that sociocultural advance is the product of intergroup conflict and competition and the socially elite classes (as those possessing wealth and power) possess biological superiority in the strugg...
233,883
Since jq is the [Language Of The Month for September 2021](https://codegolf.meta.stackexchange.com/questions/23836/language-of-the-month-for-september-2021-jq/23837#23837), what general tips do you have for golfing in [jq](https://stedolan.github.io/jq/)? I'm looking for ideas which can be applied to code-golf problems...
2021/09/01
[ "https://codegolf.stackexchange.com/questions/233883", "https://codegolf.stackexchange.com", "https://codegolf.stackexchange.com/users/100664/" ]
Consult Secret Reference ======================== **Spoiler: [github.com/stedolan/jq/wiki/](https://github.com/stedolan/jq/wiki/)** JQ has a tutorial & manual on the [official site](https://stedolan.github.io/jq/), both of which I highly recommend! However, on the github repo, there's an extensive wiki on the langua...
If the coding challenge calls for dealing with individual characters in the input using `explode` can be handy. It breaks a string into an array of codepoints, allowing you pipe the results to a loop to process each character.
9,200,532
I realize this is a somewhat general question, but bear with me. Suppose that I have to insert a bunch of items into a data structure. * I can either insert them in one at a time, or in one giant batch. * The insert operation must take a lock on my data structure. * The insertion happens from one thread. * I don't ha...
2012/02/08
[ "https://Stackoverflow.com/questions/9200532", "https://Stackoverflow.com", "https://Stackoverflow.com/users/10675/" ]
If only one thread has access to your data structure, then you don't need the lock at all. If multiple threads need access then it's a matter of how large is the "dosage": * If you lock for each item, then you have very fine grain locking and multiple threads can probably update the list alternatively, allowing all ...
using a lock, generally speaking, would be to preserve the atomicy of the operation. If the whole insertion is done from one thread and you want to ensure that all items are inserted while no other thread in the system can acquire the lock in he middle of the operation - you should choose the giant batch. This choice i...
267,620
Which is correct, **in each number**, or **on each number** or **for each number**? I need to ask questions mentioning that each number has a different instruction. Any help that includes sentence examples will be so appreciated. Thanks in advance.
2015/08/18
[ "https://english.stackexchange.com/questions/267620", "https://english.stackexchange.com", "https://english.stackexchange.com/users/134412/" ]
Context is king, all of your phrases can be grammatically correct: > > ***In** each number* from twelve to ninety-nine, the letter "t" appears at least once. > > > When playing hopscotch, you start the game by jumping ***on** each number* in numerical order. > > > ***For** each number* which contains a 3 or is di...
It sounds like this is what you're getting at: > > **For** each number, there will be a different set of instructions. > > > But Jake is right, to get the best help, please write some example sentences to show us your needs.
163,586
![enter image description here](https://i.stack.imgur.com/yEhiA.png) I m using Redmi 3s prime with jio 4G. Whenever VoLTE is enabled, my device internet is always active, regardless of whether mobile data is on or off. I can browse the Internet and watch online video even when mobile data is off. How can I turn off int...
2016/12/03
[ "https://android.stackexchange.com/questions/163586", "https://android.stackexchange.com", "https://android.stackexchange.com/users/199232/" ]
Voice over LTE (VoLTE) uses mobile data (LTE). You can't turn off mobile data and use VoLTE. You can turn off mobile data and use a different voice connection like 3G.
Voice over LTE (VoLTE) does not use mobile data. This feature is specifically for voice calling over a 4G (LTE) network, as the name suggests & it enables the user to make voice calls over a 4G network without the use of data. For more explanation, see the video <https://www.youtube.com/watch?v=PpgFPR9mvpk>
394,551
I'm hosting a Minecraft server that gets updated from time to time. I'd like to make it easy for players to know which mods they will need to play without requiring me to communicate with them outside of Minecraft. This info would be good for new players, as well as regular players who need to be informed that a new mo...
2022/01/05
[ "https://gaming.stackexchange.com/questions/394551", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/239089/" ]
Players can't join a server if they don't have all the correct mods installed (for Forge at least). I'd put a link in the MOTD, linking to a website like Pastebin, etc., and direct users there. Note that users cannot directly click links in the MOTD, so ideally it should be short.
On the server you have to install forge next tell all your friends to get that forge VERSION on the PCs finally just update the mods on the server "mods" folder and they should be able to join without the mods in "their" mods folder
394,551
I'm hosting a Minecraft server that gets updated from time to time. I'd like to make it easy for players to know which mods they will need to play without requiring me to communicate with them outside of Minecraft. This info would be good for new players, as well as regular players who need to be informed that a new mo...
2022/01/05
[ "https://gaming.stackexchange.com/questions/394551", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/239089/" ]
If your server has a landing page (e.g. [www.myserver.com/about.php/](http://www.myserver.com/about.php/)), then you could put a warning and links to the mods there. You could also distribute a "server launcher" (search on GitHub if this piques your interest) that automatically installs the mods, and Minecraft from a s...
On the server you have to install forge next tell all your friends to get that forge VERSION on the PCs finally just update the mods on the server "mods" folder and they should be able to join without the mods in "their" mods folder
394,551
I'm hosting a Minecraft server that gets updated from time to time. I'd like to make it easy for players to know which mods they will need to play without requiring me to communicate with them outside of Minecraft. This info would be good for new players, as well as regular players who need to be informed that a new mo...
2022/01/05
[ "https://gaming.stackexchange.com/questions/394551", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/239089/" ]
Players can't join a server if they don't have all the correct mods installed (for Forge at least). I'd put a link in the MOTD, linking to a website like Pastebin, etc., and direct users there. Note that users cannot directly click links in the MOTD, so ideally it should be short.
If your server has a landing page (e.g. [www.myserver.com/about.php/](http://www.myserver.com/about.php/)), then you could put a warning and links to the mods there. You could also distribute a "server launcher" (search on GitHub if this piques your interest) that automatically installs the mods, and Minecraft from a s...
158,075
According to the [OWASP Auth Guidelines](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Authentication_Cheat_Sheet.md#authentication-and-error-messages), "An application should respond with a generic error message regardless of whether the user ID or password was incorrect. It should also give no ind...
2017/04/25
[ "https://security.stackexchange.com/questions/158075", "https://security.stackexchange.com", "https://security.stackexchange.com/users/11536/" ]
**You just can't prevent it.** (Unless you're ready to sacrifice a significant amount of usability.) User enumeration can be undesirable and there are indeed potential security implications (e.g. if an attacker finds out there is a valid account named *admin* which they might try to access). But for large sites it's s...
It's probably too hard to say they violate the OWASP guideline, because for applications and service like Google, Microsoft, they need to be as much as possible "user compliant". Moreover, they all have or offer 2FA protocols.
158,075
According to the [OWASP Auth Guidelines](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Authentication_Cheat_Sheet.md#authentication-and-error-messages), "An application should respond with a generic error message regardless of whether the user ID or password was incorrect. It should also give no ind...
2017/04/25
[ "https://security.stackexchange.com/questions/158075", "https://security.stackexchange.com", "https://security.stackexchange.com/users/11536/" ]
It's not the only OWASP guideline that is not followed by big players. OWASP often focuses on security and ignores usability. It can be a valid design choice if combined with a decent password policy, brute-force protection (lockout, captcha,..), MFA, monitoring failed login attempts, etc. Take into account that user ...
It's probably too hard to say they violate the OWASP guideline, because for applications and service like Google, Microsoft, they need to be as much as possible "user compliant". Moreover, they all have or offer 2FA protocols.
158,075
According to the [OWASP Auth Guidelines](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Authentication_Cheat_Sheet.md#authentication-and-error-messages), "An application should respond with a generic error message regardless of whether the user ID or password was incorrect. It should also give no ind...
2017/04/25
[ "https://security.stackexchange.com/questions/158075", "https://security.stackexchange.com", "https://security.stackexchange.com/users/11536/" ]
This is a consideration between security and usability, and therefore there is not really a *right* answer here. So here follows my opinion. If you can keep usernames secret, then do so. In this case there is no way to figure out whether a username exists, and the login reacts the same whether a user exists or not. No...
It's not the only OWASP guideline that is not followed by big players. OWASP often focuses on security and ignores usability. It can be a valid design choice if combined with a decent password policy, brute-force protection (lockout, captcha,..), MFA, monitoring failed login attempts, etc. Take into account that user ...
158,075
According to the [OWASP Auth Guidelines](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Authentication_Cheat_Sheet.md#authentication-and-error-messages), "An application should respond with a generic error message regardless of whether the user ID or password was incorrect. It should also give no ind...
2017/04/25
[ "https://security.stackexchange.com/questions/158075", "https://security.stackexchange.com", "https://security.stackexchange.com/users/11536/" ]
**You just can't prevent it.** (Unless you're ready to sacrifice a significant amount of usability.) User enumeration can be undesirable and there are indeed potential security implications (e.g. if an attacker finds out there is a valid account named *admin* which they might try to access). But for large sites it's s...
I agree with @Silver's answer, but want to expand. Keep in mind the context; the OWASP guidelines are meant as rules of thumb for developers who are not security experts. If a software development company has team of top-talent security architects, then they don't need to follow the rules of thumb blindly so long as th...
158,075
According to the [OWASP Auth Guidelines](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Authentication_Cheat_Sheet.md#authentication-and-error-messages), "An application should respond with a generic error message regardless of whether the user ID or password was incorrect. It should also give no ind...
2017/04/25
[ "https://security.stackexchange.com/questions/158075", "https://security.stackexchange.com", "https://security.stackexchange.com/users/11536/" ]
This is a consideration between security and usability, and therefore there is not really a *right* answer here. So here follows my opinion. If you can keep usernames secret, then do so. In this case there is no way to figure out whether a username exists, and the login reacts the same whether a user exists or not. No...
The purpose of not disclosing the active user identifier is to prevent enumeration of a large number of the accounts. Strictly speaking, you could protect against this by allowing duplicate accounts, but this is a terrible design and will lead you to all kinds of trouble. Another way you can do this is to ***assign**...
158,075
According to the [OWASP Auth Guidelines](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Authentication_Cheat_Sheet.md#authentication-and-error-messages), "An application should respond with a generic error message regardless of whether the user ID or password was incorrect. It should also give no ind...
2017/04/25
[ "https://security.stackexchange.com/questions/158075", "https://security.stackexchange.com", "https://security.stackexchange.com/users/11536/" ]
Safety is relative. It is slightly safer not to give out information about whether the account exists or not. But that doesn't mean that it is unsafe to give out that information. It is just less safe, and only very slightly so. This is particularly true in the examples you give; there are other ways to find account ...
It's probably too hard to say they violate the OWASP guideline, because for applications and service like Google, Microsoft, they need to be as much as possible "user compliant". Moreover, they all have or offer 2FA protocols.
158,075
According to the [OWASP Auth Guidelines](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Authentication_Cheat_Sheet.md#authentication-and-error-messages), "An application should respond with a generic error message regardless of whether the user ID or password was incorrect. It should also give no ind...
2017/04/25
[ "https://security.stackexchange.com/questions/158075", "https://security.stackexchange.com", "https://security.stackexchange.com/users/11536/" ]
It's not the only OWASP guideline that is not followed by big players. OWASP often focuses on security and ignores usability. It can be a valid design choice if combined with a decent password policy, brute-force protection (lockout, captcha,..), MFA, monitoring failed login attempts, etc. Take into account that user ...
Safety is relative. It is slightly safer not to give out information about whether the account exists or not. But that doesn't mean that it is unsafe to give out that information. It is just less safe, and only very slightly so. This is particularly true in the examples you give; there are other ways to find account ...
158,075
According to the [OWASP Auth Guidelines](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Authentication_Cheat_Sheet.md#authentication-and-error-messages), "An application should respond with a generic error message regardless of whether the user ID or password was incorrect. It should also give no ind...
2017/04/25
[ "https://security.stackexchange.com/questions/158075", "https://security.stackexchange.com", "https://security.stackexchange.com/users/11536/" ]
It's not the only OWASP guideline that is not followed by big players. OWASP often focuses on security and ignores usability. It can be a valid design choice if combined with a decent password policy, brute-force protection (lockout, captcha,..), MFA, monitoring failed login attempts, etc. Take into account that user ...
The purpose of not disclosing the active user identifier is to prevent enumeration of a large number of the accounts. Strictly speaking, you could protect against this by allowing duplicate accounts, but this is a terrible design and will lead you to all kinds of trouble. Another way you can do this is to ***assign**...
158,075
According to the [OWASP Auth Guidelines](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Authentication_Cheat_Sheet.md#authentication-and-error-messages), "An application should respond with a generic error message regardless of whether the user ID or password was incorrect. It should also give no ind...
2017/04/25
[ "https://security.stackexchange.com/questions/158075", "https://security.stackexchange.com", "https://security.stackexchange.com/users/11536/" ]
**You just can't prevent it.** (Unless you're ready to sacrifice a significant amount of usability.) User enumeration can be undesirable and there are indeed potential security implications (e.g. if an attacker finds out there is a valid account named *admin* which they might try to access). But for large sites it's s...
Safety is relative. It is slightly safer not to give out information about whether the account exists or not. But that doesn't mean that it is unsafe to give out that information. It is just less safe, and only very slightly so. This is particularly true in the examples you give; there are other ways to find account ...
158,075
According to the [OWASP Auth Guidelines](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Authentication_Cheat_Sheet.md#authentication-and-error-messages), "An application should respond with a generic error message regardless of whether the user ID or password was incorrect. It should also give no ind...
2017/04/25
[ "https://security.stackexchange.com/questions/158075", "https://security.stackexchange.com", "https://security.stackexchange.com/users/11536/" ]
This is a consideration between security and usability, and therefore there is not really a *right* answer here. So here follows my opinion. If you can keep usernames secret, then do so. In this case there is no way to figure out whether a username exists, and the login reacts the same whether a user exists or not. No...
**You just can't prevent it.** (Unless you're ready to sacrifice a significant amount of usability.) User enumeration can be undesirable and there are indeed potential security implications (e.g. if an attacker finds out there is a valid account named *admin* which they might try to access). But for large sites it's s...
108,909
From a [Cato Institute](https://www.cato.org/) [article](https://www.cato.org/blog/zimbabwes-hyperinflation-correct-number-89-sextillion-percent) by [Steve Hanke](https://econ.jhu.edu/directory/steve-h-hanke/)1 (emphasis added): > > Most press reports about Zimbabwe’s fantastic hyperinflation are off the mark – way o...
2019/05/13
[ "https://money.stackexchange.com/questions/108909", "https://money.stackexchange.com", "https://money.stackexchange.com/users/86170/" ]
If this is understood as "irrelevant to investment decisions", then it is plausible because publicly released news is immediately (in less than a second) incorporated into asset prices, according to the efficient market hypothesis. Thus (unless you are one of the big guns of Wall Street trading at light speed) by the t...
While only the author of that statement can tell you exactly what was meant, I would relate it to a seemingly similar argument made by Nassim Nicholas Taleb in ["Fooled by Randomness"](https://rads.stackoverflow.com/amzn/click/com/0812975219) that it's pointless to pay attention to the daily (or hourly) updates on what...
108,909
From a [Cato Institute](https://www.cato.org/) [article](https://www.cato.org/blog/zimbabwes-hyperinflation-correct-number-89-sextillion-percent) by [Steve Hanke](https://econ.jhu.edu/directory/steve-h-hanke/)1 (emphasis added): > > Most press reports about Zimbabwe’s fantastic hyperinflation are off the mark – way o...
2019/05/13
[ "https://money.stackexchange.com/questions/108909", "https://money.stackexchange.com", "https://money.stackexchange.com/users/86170/" ]
If this is understood as "irrelevant to investment decisions", then it is plausible because publicly released news is immediately (in less than a second) incorporated into asset prices, according to the efficient market hypothesis. Thus (unless you are one of the big guns of Wall Street trading at light speed) by the t...
My observations is that it's worse. My broker's computer feeds me news articles on financial markets, predictive indications in various industries, etc. They are 100% bad data for investment. This bears repeating, not one of the articles supposedly selected specifically for me was of any use at all. I could have made ...
108,909
From a [Cato Institute](https://www.cato.org/) [article](https://www.cato.org/blog/zimbabwes-hyperinflation-correct-number-89-sextillion-percent) by [Steve Hanke](https://econ.jhu.edu/directory/steve-h-hanke/)1 (emphasis added): > > Most press reports about Zimbabwe’s fantastic hyperinflation are off the mark – way o...
2019/05/13
[ "https://money.stackexchange.com/questions/108909", "https://money.stackexchange.com", "https://money.stackexchange.com/users/86170/" ]
While only the author of that statement can tell you exactly what was meant, I would relate it to a seemingly similar argument made by Nassim Nicholas Taleb in ["Fooled by Randomness"](https://rads.stackoverflow.com/amzn/click/com/0812975219) that it's pointless to pay attention to the daily (or hourly) updates on what...
My observations is that it's worse. My broker's computer feeds me news articles on financial markets, predictive indications in various industries, etc. They are 100% bad data for investment. This bears repeating, not one of the articles supposedly selected specifically for me was of any use at all. I could have made ...
23,076,708
To make a VoLTE call in Android phones we have to Set QCI value as 1 (related to LTE). Are there any APIs provided by Android Application frameworks to set this QCI value ?? I found few APIs in Android Telephony Manager, but using this i am able to check only whether access network is LTE or not, but I did not find any...
2014/04/15
[ "https://Stackoverflow.com/questions/23076708", "https://Stackoverflow.com", "https://Stackoverflow.com/users/3336143/" ]
The QCI value will be assigned by the network not by the terminal. When you open a bearer you must have the settings in the terminal ==> Volte settings (e.g. APN). SO you must first get a terminal which supports Volte and is configured properly for a particular Volte netowrk (IMS settings). Then you should be able to d...
QCI values will be assigned by the LTE/EPC network. QCI 5 is used for IMS signalling purpose, where dedicated bearer(QCI 1) is established for dedicated VoLTE call. In a precondition call if network determine a 183/INVITE from MT side, it start creating dedicated bearer and notify the MO. After receiving this notificat...
297,950
(**Later edit** - tried to clarify a couple of vague places concerning interpretations of theories that became evident in comments (thanks to Andrej Bauer, Mauro ALLEGRANZA and Emil Jeřábek). (To closers and downvoters: may I humbly direct your attention to the [soft-question](/questions/tagged/soft-question "show ques...
2018/04/16
[ "https://mathoverflow.net/questions/297950", "https://mathoverflow.net", "https://mathoverflow.net/users/41291/" ]
It's not clear to me whether your question is more about the role of sets versus other foundational objects, or about how set theory can be extended with large cardinal axioms to discuss models of stronger and stronger theories. Monroe's answer addresses the latter. Regarding the former, maybe I'll take this opportunit...
It is my understanding that set theory's interpretive power is a quasi-empirical fact, and that at present there is no grand theoretical explanation of the phenomenon. By "set theory," I mean the mathematical research area, not a specific formal theory. Set theory has strong interpretive power in the sense that it pro...
297,950
(**Later edit** - tried to clarify a couple of vague places concerning interpretations of theories that became evident in comments (thanks to Andrej Bauer, Mauro ALLEGRANZA and Emil Jeřábek). (To closers and downvoters: may I humbly direct your attention to the [soft-question](/questions/tagged/soft-question "show ques...
2018/04/16
[ "https://mathoverflow.net/questions/297950", "https://mathoverflow.net", "https://mathoverflow.net/users/41291/" ]
I agree with other respondents that it is unlikely that one will be able to come up with some kind of *formal* argument that distinguishes set theory from other "mathematics-complete" systems (to use Mike Shulman's term, which I like!), because mathematicians are so good at rephrasing one language in terms of another. ...
It is my understanding that set theory's interpretive power is a quasi-empirical fact, and that at present there is no grand theoretical explanation of the phenomenon. By "set theory," I mean the mathematical research area, not a specific formal theory. Set theory has strong interpretive power in the sense that it pro...
244,831
My first electronics project in over a decade involves a Raspberry Pi 3 and two [illuminated buttons](http://www.jaycar.com.au/Electromechanical-Components/Switches/Pushbutton/Red-Momentary-IP65-Pushbutton-Switch/p/SP0757). I want to understand what resistor I need for the LEDs, if any. The illuminated buttons have th...
2016/07/07
[ "https://electronics.stackexchange.com/questions/244831", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/116075/" ]
Typical automotive switch. You already know the light could be always on, or only on when the switch gets pressed. If you switch the power and accessory pin, the light will change. ![schematic](https://i.stack.imgur.com/vsTQ4.png) [simulate this circuit](/plugins/schematics?image=http%3a%2f%2fi.stack.imgur.com%2fvsTQ...
If your intention is to simply light up the switch when the switch was pressed, the way you described your connections above sounds like it will work. You tested the switch's light at 3.3 volts and were satisfied with the brightness. As the switch's light is designed to work at 12 volts there should not be a problem ...
276,458
1. In the map-mode, Pokemons are disappearing after a while or after restarting the app. Are they moving or is it just that their duration is ending? 2. Also, while I am tracking them according to Nearby menu, sometimes its looks like a Pokemon is getting further away and disappearing. Then I am asking again to mysel...
2016/07/21
[ "https://gaming.stackexchange.com/questions/276458", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/83172/" ]
When a Pokemon spawns in, it does not move. It remains in the same spot for 15 minutes, then despawns. A Pokemon may also disappear if it flees while you are trying to capture it. Each Pokemon has a certain flee chance.
Pokemon stand still in this game, if they have disappeared then their timer has ended. They stand where they spawn and disappear when their timer ends.
276,458
1. In the map-mode, Pokemons are disappearing after a while or after restarting the app. Are they moving or is it just that their duration is ending? 2. Also, while I am tracking them according to Nearby menu, sometimes its looks like a Pokemon is getting further away and disappearing. Then I am asking again to mysel...
2016/07/21
[ "https://gaming.stackexchange.com/questions/276458", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/83172/" ]
Pokémon stand still where they spawn until their timer is up. It is also worth noting that the "nearby" menu is currently very broken. Not only does it only show "3 feet" distance, but Pokémon can also get stuck there. As in, they can stay on your nearby list, while they have already despawned. Restarting the game hel...
Pokemon stand still in this game, if they have disappeared then their timer has ended. They stand where they spawn and disappear when their timer ends.
276,458
1. In the map-mode, Pokemons are disappearing after a while or after restarting the app. Are they moving or is it just that their duration is ending? 2. Also, while I am tracking them according to Nearby menu, sometimes its looks like a Pokemon is getting further away and disappearing. Then I am asking again to mysel...
2016/07/21
[ "https://gaming.stackexchange.com/questions/276458", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/83172/" ]
When a Pokemon spawns in, it does not move. It remains in the same spot for 15 minutes, then despawns. A Pokemon may also disappear if it flees while you are trying to capture it. Each Pokemon has a certain flee chance.
Pokémon stand still where they spawn until their timer is up. It is also worth noting that the "nearby" menu is currently very broken. Not only does it only show "3 feet" distance, but Pokémon can also get stuck there. As in, they can stay on your nearby list, while they have already despawned. Restarting the game hel...
1,806,730
I started off with abstract algebra, and found in the next 3 pages that I needed a bit more of matrices, since I had no idea how functions could also be represented by matrices, so I dipped next into a book about matrices, but again the book says I'm expected to have a background knowledge of calculus, and I figure tha...
2016/05/31
[ "https://math.stackexchange.com/questions/1806730", "https://math.stackexchange.com", "https://math.stackexchange.com/users/318150/" ]
I'm not aware of one book or one summary that has everything there is to know about mathematics, since it's such a broad topic. My recommendation is to start from some first year undergraduate mathematics, like calculus and linear algebra, and continue from there. What mathematics do you know already
There is absolutely no such book, mathematics are way to broad. If you want to learn about a specific field in mathematics, there is top books in those categories. However, you will not find a book to learn about them all. It is simply not possible to feat mathematics in a single book. It would be like asking if there ...
1,806,730
I started off with abstract algebra, and found in the next 3 pages that I needed a bit more of matrices, since I had no idea how functions could also be represented by matrices, so I dipped next into a book about matrices, but again the book says I'm expected to have a background knowledge of calculus, and I figure tha...
2016/05/31
[ "https://math.stackexchange.com/questions/1806730", "https://math.stackexchange.com", "https://math.stackexchange.com/users/318150/" ]
I'm not aware of one book or one summary that has everything there is to know about mathematics, since it's such a broad topic. My recommendation is to start from some first year undergraduate mathematics, like calculus and linear algebra, and continue from there. What mathematics do you know already
From your question I interpret that you did not pay attention to maths in high school and want to catch up. So probably the first step would be to start from the beginning of high school material and do the work. After that you will have a better picture.
1,806,730
I started off with abstract algebra, and found in the next 3 pages that I needed a bit more of matrices, since I had no idea how functions could also be represented by matrices, so I dipped next into a book about matrices, but again the book says I'm expected to have a background knowledge of calculus, and I figure tha...
2016/05/31
[ "https://math.stackexchange.com/questions/1806730", "https://math.stackexchange.com", "https://math.stackexchange.com/users/318150/" ]
There is absolutely no such book, mathematics are way to broad. If you want to learn about a specific field in mathematics, there is top books in those categories. However, you will not find a book to learn about them all. It is simply not possible to feat mathematics in a single book. It would be like asking if there ...
From your question I interpret that you did not pay attention to maths in high school and want to catch up. So probably the first step would be to start from the beginning of high school material and do the work. After that you will have a better picture.
105,796
I have a signature block that I automatically insert into my e-mails. Works fine except for one thing: The signature block is inserted at the *bottom* of the e-mail, after any text that is included in my replies. What I end up doing is cutting the signature block from the bottom, pasting it at the top, and typing my r...
2010/02/07
[ "https://superuser.com/questions/105796", "https://superuser.com", "https://superuser.com/users/8099/" ]
This is probably because you have the default setting, which starts your reply at the bottom. In **Tools -> Account Settings -> Composition and Addressing** you can change the placement of your reply in the dropdown box: ![alt text](https://i.stack.imgur.com/DubtA.png) You'll probably want to change it to **start my...
In Thunderbird go to Tools >> Options >> Advanced >> Config Editor Then search for mail.identity.default.sig\_bottom and set it to FALSE by double-clicking it. Your signature will now be above the text of an email to which you are replying or which you are forwarding.
425,182
Sometimes, a mathematician dies suddenly, leaving behind very good mathematics that didn't make it through the publication pipeline. For example, it is possible they had a paper entirely ready to submit (maybe even already shared with their network, or on arxiv). Or they might even have submitted the paper and then die...
2022/06/21
[ "https://mathoverflow.net/questions/425182", "https://mathoverflow.net", "https://mathoverflow.net/users/11540/" ]
The OP asks for a specific "step by step process to get a paper published by a deceased person who wrote the paper alone". A statement on this was made a few years ago by [COPE](https://publicationethics.org/case/deceased-author) (Committee on Publication Ethics). This involved a case where the manuscript was submitte...
This is delicate. First, someone who mentioned a result to a famous mathematician, and received some feedback, might decide to add the famous mathematician as a coauthor after their death, without giving that person a chance to protest. It is hard for journals to distinguish such situations from genuine collaborations....
425,182
Sometimes, a mathematician dies suddenly, leaving behind very good mathematics that didn't make it through the publication pipeline. For example, it is possible they had a paper entirely ready to submit (maybe even already shared with their network, or on arxiv). Or they might even have submitted the paper and then die...
2022/06/21
[ "https://mathoverflow.net/questions/425182", "https://mathoverflow.net", "https://mathoverflow.net/users/11540/" ]
This is delicate. First, someone who mentioned a result to a famous mathematician, and received some feedback, might decide to add the famous mathematician as a coauthor after their death, without giving that person a chance to protest. It is hard for journals to distinguish such situations from genuine collaborations....
There is a related point, although it is a bit more in line with the referenced related question, but it was too long for a comment: **Write your will!** Do it right now, not just before you need it. Personally I fully expect to still be around for many more decades and I don't think my family will squabble much over ...
425,182
Sometimes, a mathematician dies suddenly, leaving behind very good mathematics that didn't make it through the publication pipeline. For example, it is possible they had a paper entirely ready to submit (maybe even already shared with their network, or on arxiv). Or they might even have submitted the paper and then die...
2022/06/21
[ "https://mathoverflow.net/questions/425182", "https://mathoverflow.net", "https://mathoverflow.net/users/11540/" ]
This is delicate. First, someone who mentioned a result to a famous mathematician, and received some feedback, might decide to add the famous mathematician as a coauthor after their death, without giving that person a chance to protest. It is hard for journals to distinguish such situations from genuine collaborations....
To state the obvious: > > Don't. > > > The only way to know for sure that the author intended a paper for publication in a particular venue is if they submitted it there, or explicitly given you their blessing or "power of attorney". Even if it is the case, the paper must be camera-ready or accepted after (trivia...
425,182
Sometimes, a mathematician dies suddenly, leaving behind very good mathematics that didn't make it through the publication pipeline. For example, it is possible they had a paper entirely ready to submit (maybe even already shared with their network, or on arxiv). Or they might even have submitted the paper and then die...
2022/06/21
[ "https://mathoverflow.net/questions/425182", "https://mathoverflow.net", "https://mathoverflow.net/users/11540/" ]
The OP asks for a specific "step by step process to get a paper published by a deceased person who wrote the paper alone". A statement on this was made a few years ago by [COPE](https://publicationethics.org/case/deceased-author) (Committee on Publication Ethics). This involved a case where the manuscript was submitte...
There is a related point, although it is a bit more in line with the referenced related question, but it was too long for a comment: **Write your will!** Do it right now, not just before you need it. Personally I fully expect to still be around for many more decades and I don't think my family will squabble much over ...
425,182
Sometimes, a mathematician dies suddenly, leaving behind very good mathematics that didn't make it through the publication pipeline. For example, it is possible they had a paper entirely ready to submit (maybe even already shared with their network, or on arxiv). Or they might even have submitted the paper and then die...
2022/06/21
[ "https://mathoverflow.net/questions/425182", "https://mathoverflow.net", "https://mathoverflow.net/users/11540/" ]
The OP asks for a specific "step by step process to get a paper published by a deceased person who wrote the paper alone". A statement on this was made a few years ago by [COPE](https://publicationethics.org/case/deceased-author) (Committee on Publication Ethics). This involved a case where the manuscript was submitte...
To state the obvious: > > Don't. > > > The only way to know for sure that the author intended a paper for publication in a particular venue is if they submitted it there, or explicitly given you their blessing or "power of attorney". Even if it is the case, the paper must be camera-ready or accepted after (trivia...
425,182
Sometimes, a mathematician dies suddenly, leaving behind very good mathematics that didn't make it through the publication pipeline. For example, it is possible they had a paper entirely ready to submit (maybe even already shared with their network, or on arxiv). Or they might even have submitted the paper and then die...
2022/06/21
[ "https://mathoverflow.net/questions/425182", "https://mathoverflow.net", "https://mathoverflow.net/users/11540/" ]
The OP asks for a specific "step by step process to get a paper published by a deceased person who wrote the paper alone". A statement on this was made a few years ago by [COPE](https://publicationethics.org/case/deceased-author) (Committee on Publication Ethics). This involved a case where the manuscript was submitte...
My student Daniel Singh sadly died in 2020, having left academia and never having published his thesis (which was completed in 2004). At the request of his family, I uploaded the thesis to the arxiv (<https://arxiv.org/abs/2205.06875>). I contacted the arxiv moderators about this, and their swift and efficient response...
425,182
Sometimes, a mathematician dies suddenly, leaving behind very good mathematics that didn't make it through the publication pipeline. For example, it is possible they had a paper entirely ready to submit (maybe even already shared with their network, or on arxiv). Or they might even have submitted the paper and then die...
2022/06/21
[ "https://mathoverflow.net/questions/425182", "https://mathoverflow.net", "https://mathoverflow.net/users/11540/" ]
There is a related point, although it is a bit more in line with the referenced related question, but it was too long for a comment: **Write your will!** Do it right now, not just before you need it. Personally I fully expect to still be around for many more decades and I don't think my family will squabble much over ...
To state the obvious: > > Don't. > > > The only way to know for sure that the author intended a paper for publication in a particular venue is if they submitted it there, or explicitly given you their blessing or "power of attorney". Even if it is the case, the paper must be camera-ready or accepted after (trivia...
425,182
Sometimes, a mathematician dies suddenly, leaving behind very good mathematics that didn't make it through the publication pipeline. For example, it is possible they had a paper entirely ready to submit (maybe even already shared with their network, or on arxiv). Or they might even have submitted the paper and then die...
2022/06/21
[ "https://mathoverflow.net/questions/425182", "https://mathoverflow.net", "https://mathoverflow.net/users/11540/" ]
My student Daniel Singh sadly died in 2020, having left academia and never having published his thesis (which was completed in 2004). At the request of his family, I uploaded the thesis to the arxiv (<https://arxiv.org/abs/2205.06875>). I contacted the arxiv moderators about this, and their swift and efficient response...
There is a related point, although it is a bit more in line with the referenced related question, but it was too long for a comment: **Write your will!** Do it right now, not just before you need it. Personally I fully expect to still be around for many more decades and I don't think my family will squabble much over ...
425,182
Sometimes, a mathematician dies suddenly, leaving behind very good mathematics that didn't make it through the publication pipeline. For example, it is possible they had a paper entirely ready to submit (maybe even already shared with their network, or on arxiv). Or they might even have submitted the paper and then die...
2022/06/21
[ "https://mathoverflow.net/questions/425182", "https://mathoverflow.net", "https://mathoverflow.net/users/11540/" ]
My student Daniel Singh sadly died in 2020, having left academia and never having published his thesis (which was completed in 2004). At the request of his family, I uploaded the thesis to the arxiv (<https://arxiv.org/abs/2205.06875>). I contacted the arxiv moderators about this, and their swift and efficient response...
To state the obvious: > > Don't. > > > The only way to know for sure that the author intended a paper for publication in a particular venue is if they submitted it there, or explicitly given you their blessing or "power of attorney". Even if it is the case, the paper must be camera-ready or accepted after (trivia...
164,741
200 inadvertent settlers fall through a portal, and the portal closes. These 200 people were possibly the population of a small hamlet, transported against their will. They find themselves in a land with moderate climate, moderate predators, and no native population. They have general knowledge of their 1750's trades, ...
2020/01/02
[ "https://worldbuilding.stackexchange.com/questions/164741", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/71451/" ]
Based on the initial conditions identified in your question - but also in the comments - the 50 figure is the most realistic. Your population will not be able to resume the practice of agriculture or animal husbandry, if they are limited to "the contents of their pockets". This leaves behind the entire basis for agric...
It's a toss-up. Many well-supported and well-funded European colonies of this sort or era in the Americas failed in a matter of years due to diseases, malnutrition, in-fighting etc. Without the optopn to go home, this lot might do better. But if crops fail and divisions open so they fail to help each other through bad ...
2,335
Some time ago Mark Trapp [asked what a P.SE web site would be about](https://softwareengineering.meta.stackexchange.com/questions/2108/what-should-a-programmers-se-blog-be-about) and I posted an answer that received a moderate number of upvotes and a few comments. I've revised it a few times and there hasn't been any c...
2011/09/28
[ "https://softwareengineering.meta.stackexchange.com/questions/2335", "https://softwareengineering.meta.stackexchange.com", "https://softwareengineering.meta.stackexchange.com/users/28877/" ]
I would like to contribute as a Writer, and will commit to one article every 6 weeks. Though besides having someone proof my work I would like the Subject matter of the articles be a group consensus. So if we have a rotating 6 writers, we need to work together to decide who is writing what for when. So that is some co...
I can commit to an occasional post (every 2-3 months) and will assist in the editorial process. To see an example of my writing when I put in some effort, skip to page 12 of this mag: [Spectrum Nov/Dec 2011](http://www.intl-spectrum.com/t/136837/link.aspx)
2,335
Some time ago Mark Trapp [asked what a P.SE web site would be about](https://softwareengineering.meta.stackexchange.com/questions/2108/what-should-a-programmers-se-blog-be-about) and I posted an answer that received a moderate number of upvotes and a few comments. I've revised it a few times and there hasn't been any c...
2011/09/28
[ "https://softwareengineering.meta.stackexchange.com/questions/2335", "https://softwareengineering.meta.stackexchange.com", "https://softwareengineering.meta.stackexchange.com/users/28877/" ]
Thank you for bringing this up. One of the concerns I have with the blog is that it can be used as a soapbox. I want to make sure the posts we put up are solid, well-researched, not just someone spouting off their opinions. The latter is what personal blogs are for. Controversial stances are fine, but in my opinion we...
I'd like to put myself forward as a proofreader. My standard of written English can be evaluated on my personal blog <http://mattdavey.me/>. You'll notice that it's a programming blog which is thus far more about natural languages than programming languages!
2,335
Some time ago Mark Trapp [asked what a P.SE web site would be about](https://softwareengineering.meta.stackexchange.com/questions/2108/what-should-a-programmers-se-blog-be-about) and I posted an answer that received a moderate number of upvotes and a few comments. I've revised it a few times and there hasn't been any c...
2011/09/28
[ "https://softwareengineering.meta.stackexchange.com/questions/2335", "https://softwareengineering.meta.stackexchange.com", "https://softwareengineering.meta.stackexchange.com/users/28877/" ]
I'd volunteer as a proofreader and/or a writer. I'm not sure exactly what I'd write about or the frequency, but my interests are listed in my profile. I'd also be more than happy to proofread about any topic at all.
I'd like to put myself forward as a proofreader. My standard of written English can be evaluated on my personal blog <http://mattdavey.me/>. You'll notice that it's a programming blog which is thus far more about natural languages than programming languages!
2,335
Some time ago Mark Trapp [asked what a P.SE web site would be about](https://softwareengineering.meta.stackexchange.com/questions/2108/what-should-a-programmers-se-blog-be-about) and I posted an answer that received a moderate number of upvotes and a few comments. I've revised it a few times and there hasn't been any c...
2011/09/28
[ "https://softwareengineering.meta.stackexchange.com/questions/2335", "https://softwareengineering.meta.stackexchange.com", "https://softwareengineering.meta.stackexchange.com/users/28877/" ]
Thank you for bringing this up. One of the concerns I have with the blog is that it can be used as a soapbox. I want to make sure the posts we put up are solid, well-researched, not just someone spouting off their opinions. The latter is what personal blogs are for. Controversial stances are fine, but in my opinion we...
Count me in, for both proofreading and (occasional) writing. Examples of my writing style, use of language, obsessive compulsive approach to fact checking and (on topic) interests are all my questions and answers on Programmers.
2,335
Some time ago Mark Trapp [asked what a P.SE web site would be about](https://softwareengineering.meta.stackexchange.com/questions/2108/what-should-a-programmers-se-blog-be-about) and I posted an answer that received a moderate number of upvotes and a few comments. I've revised it a few times and there hasn't been any c...
2011/09/28
[ "https://softwareengineering.meta.stackexchange.com/questions/2335", "https://softwareengineering.meta.stackexchange.com", "https://softwareengineering.meta.stackexchange.com/users/28877/" ]
I can commit to an occasional post (every 2-3 months) and will assist in the editorial process. To see an example of my writing when I put in some effort, skip to page 12 of this mag: [Spectrum Nov/Dec 2011](http://www.intl-spectrum.com/t/136837/link.aspx)
I volunteer for writing and anything else that needs doing.
2,335
Some time ago Mark Trapp [asked what a P.SE web site would be about](https://softwareengineering.meta.stackexchange.com/questions/2108/what-should-a-programmers-se-blog-be-about) and I posted an answer that received a moderate number of upvotes and a few comments. I've revised it a few times and there hasn't been any c...
2011/09/28
[ "https://softwareengineering.meta.stackexchange.com/questions/2335", "https://softwareengineering.meta.stackexchange.com", "https://softwareengineering.meta.stackexchange.com/users/28877/" ]
Thank you for bringing this up. One of the concerns I have with the blog is that it can be used as a soapbox. I want to make sure the posts we put up are solid, well-researched, not just someone spouting off their opinions. The latter is what personal blogs are for. Controversial stances are fine, but in my opinion we...
I volunteer for writing and anything else that needs doing.
2,335
Some time ago Mark Trapp [asked what a P.SE web site would be about](https://softwareengineering.meta.stackexchange.com/questions/2108/what-should-a-programmers-se-blog-be-about) and I posted an answer that received a moderate number of upvotes and a few comments. I've revised it a few times and there hasn't been any c...
2011/09/28
[ "https://softwareengineering.meta.stackexchange.com/questions/2335", "https://softwareengineering.meta.stackexchange.com", "https://softwareengineering.meta.stackexchange.com/users/28877/" ]
I'd volunteer as a proofreader and/or a writer. I'm not sure exactly what I'd write about or the frequency, but my interests are listed in my profile. I'd also be more than happy to proofread about any topic at all.
Count me in, for both proofreading and (occasional) writing. Examples of my writing style, use of language, obsessive compulsive approach to fact checking and (on topic) interests are all my questions and answers on Programmers.
2,335
Some time ago Mark Trapp [asked what a P.SE web site would be about](https://softwareengineering.meta.stackexchange.com/questions/2108/what-should-a-programmers-se-blog-be-about) and I posted an answer that received a moderate number of upvotes and a few comments. I've revised it a few times and there hasn't been any c...
2011/09/28
[ "https://softwareengineering.meta.stackexchange.com/questions/2335", "https://softwareengineering.meta.stackexchange.com", "https://softwareengineering.meta.stackexchange.com/users/28877/" ]
I would like to contribute as a Writer, and will commit to one article every 6 weeks. Though besides having someone proof my work I would like the Subject matter of the articles be a group consensus. So if we have a rotating 6 writers, we need to work together to decide who is writing what for when. So that is some co...
Count me in, for both proofreading and (occasional) writing. Examples of my writing style, use of language, obsessive compulsive approach to fact checking and (on topic) interests are all my questions and answers on Programmers.
2,335
Some time ago Mark Trapp [asked what a P.SE web site would be about](https://softwareengineering.meta.stackexchange.com/questions/2108/what-should-a-programmers-se-blog-be-about) and I posted an answer that received a moderate number of upvotes and a few comments. I've revised it a few times and there hasn't been any c...
2011/09/28
[ "https://softwareengineering.meta.stackexchange.com/questions/2335", "https://softwareengineering.meta.stackexchange.com", "https://softwareengineering.meta.stackexchange.com/users/28877/" ]
I'd volunteer as a proofreader and/or a writer. I'm not sure exactly what I'd write about or the frequency, but my interests are listed in my profile. I'd also be more than happy to proofread about any topic at all.
I can commit to an occasional post (every 2-3 months) and will assist in the editorial process. To see an example of my writing when I put in some effort, skip to page 12 of this mag: [Spectrum Nov/Dec 2011](http://www.intl-spectrum.com/t/136837/link.aspx)
2,335
Some time ago Mark Trapp [asked what a P.SE web site would be about](https://softwareengineering.meta.stackexchange.com/questions/2108/what-should-a-programmers-se-blog-be-about) and I posted an answer that received a moderate number of upvotes and a few comments. I've revised it a few times and there hasn't been any c...
2011/09/28
[ "https://softwareengineering.meta.stackexchange.com/questions/2335", "https://softwareengineering.meta.stackexchange.com", "https://softwareengineering.meta.stackexchange.com/users/28877/" ]
Thank you for bringing this up. One of the concerns I have with the blog is that it can be used as a soapbox. I want to make sure the posts we put up are solid, well-researched, not just someone spouting off their opinions. The latter is what personal blogs are for. Controversial stances are fine, but in my opinion we...
I can commit to an occasional post (every 2-3 months) and will assist in the editorial process. To see an example of my writing when I put in some effort, skip to page 12 of this mag: [Spectrum Nov/Dec 2011](http://www.intl-spectrum.com/t/136837/link.aspx)
1,874,540
i have a UIViewController class that do the following: 1. detect movement. 2. array a bunch of images and do some orders manipulation. 3. insert images to the view. 4. animate some images. * btw there are a lot of objects in the class (60). do i need to separate some of this steps to different classes ? if so why a...
2009/12/09
[ "https://Stackoverflow.com/questions/1874540", "https://Stackoverflow.com", "https://Stackoverflow.com/users/228052/" ]
Usually you'll want to have separate classes for your model, view, and controllers. Therefore if you'll usually have something like this: MyViewController.m, MyView.m, MyModel.m at the very least. Note that if you build your view with IB then you'll have a MyView.xib file instead of MyView.m. This would be only a be...
Might be an idea to get a book like [Beginning iPhone Development](http://www.apress.com/book/view/1430216263). As ennuikiller said iPhone applications are built using the model, view, controllers concept. The book bring you's up the core ideas of how to develop iPhone applications.