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 |
|---|---|---|---|---|---|
67,960 | Hi there, I was wondering what is good question and what is bad question. I understand this is a subjective issue, but there must be some more details guidelines for that.
E.g. if someone gives a problem and asks: What might be a strategy to solve it?
I think that is an example of bad question, because someone hasn't applied any thought to solving the problem and just wants a solution, because this is their assignment or something. | 2010/10/18 | [
"https://meta.stackexchange.com/questions/67960",
"https://meta.stackexchange.com",
"https://meta.stackexchange.com/users/152463/"
] | With apologies to [Tolstoy](http://en.wikipedia.org/wiki/Anna_Karenina_principle), bad questions are each bad in their own way. Any of these works for me:
* saying something "doesn't work" without providing any details of what leads you to that conclusion (an error message? exception? inaccurate answer?) and where appropriate, the accurate result you were expecting
* having constraints you don't reveal until after gaining several answers ("actually I can't use anything after .NET 2.0", or "actually I don't have the source code for the library", or "actually my boss forbids us to use COM components", etc)
* assuming we all know you and are following your journey through your problem ("Hi guys, I got past my file problem but now I can't seem to format the string correctly")
* insulting the technology you are using, when asking for help from people who know that technology well and use it by choice ("I am stuck with this piece of crap and it won't do anything I want and how can I make it as delightful as what I usually use")
* pasting in dozens of lines of code that is not, in fact, the code that's having the problem - usually we can tell because what you pasted doesn't compile
* tag misuse and grammar/spelling/format, though generally I will just try to fix those so that someone will actually see the question and help you | "Please send me the codes" kind of questions.
>
> Hello Frineds,
>
>
> I having been recived a task to craete
> this iphone APPLICATION which can
> connect to a website and send
> information to database. Also must
> store an imgae on data base and on
> phone. Pleas tell me how to do this.
> Must know very soon.
>
>
> thanks you all
>
>
> |
84,977 | We have two hot water heaters in our house; one is in the attic and one is in our crawl space. We have a sulfur smell coming from the crawl space hot water heater, but the water smells fine coming from the attic hot water heater. Our cold water smells fine throughout the house, so we don't think the well water is the issue. The smell seems to be isolated to just the hot water heater in the crawl space. Any suggestions as to why one hot water tank would smell even though the other hot water heater smells fine? | 2016/02/23 | [
"https://diy.stackexchange.com/questions/84977",
"https://diy.stackexchange.com",
"https://diy.stackexchange.com/users/50577/"
] | Your crawlspace Water Heater's Anode Rod is shot. This can be replaced at minimal cost compared to a new water heater by a plumber or HVAC guy or by you with some good straining on a long breaker bar...**AFTER** the Water Heater's been turned off, de-pressurized & very slightly drained.
Solid or Segmented Anode Rods, depending on "ceiling" clearances, can be obtained at Home Improvement or Plumbing Supply places. If one Water Heater went the other could be close behind & should be done as well, since checking it is the time to just replace it. There's nothing wrong or bad about replacing it too soon. | The sulfurous hot water heater may have sulfate-reducing bacteria in it. These are typically removed by chlorinating the heater tank and its associated lines. Switching the anode inside from magnesium to aluminum (if applicable) is also suggested online; water reacting with a magnesium anode, if present, is more likely to make the H2 that the bugs live off. But don't ditch the anode entirely, as the reaction can also occur on the steel innards of the tank if they're exposed (and the steel innards will now begin to corrode, which the anode is supposed to prevent). |
49,303,180 | I have encountered the usual Chrome "feature" of displaying "this type of file can harm your computer mac no keep option" when trying to download a file from a filehosting website.
However, when the warning appears there is only ever a "discard" button and not one to "keep" the file as I have seen when using Windows...
[](https://i.stack.imgur.com/fzTCU.png)
Can anybody suggest anything? | 2018/03/15 | [
"https://Stackoverflow.com/questions/49303180",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3061047/"
] | @DickKennedy Helped resolve my woes with a workaround for this by going to Chrome settings and enabling the option "Ask where to save each file before downloading" in the downloads section.
[](https://i.stack.imgur.com/F8rob.png)
This isn't a fix, but it certainly gets the job done! | Yes - super annoying issue. Luckily a small work-around that works is going to Window -> Downloads and clicking on "Keep" there. |
49,303,180 | I have encountered the usual Chrome "feature" of displaying "this type of file can harm your computer mac no keep option" when trying to download a file from a filehosting website.
However, when the warning appears there is only ever a "discard" button and not one to "keep" the file as I have seen when using Windows...
[](https://i.stack.imgur.com/fzTCU.png)
Can anybody suggest anything? | 2018/03/15 | [
"https://Stackoverflow.com/questions/49303180",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3061047/"
] | Going to the downloads list (Command+Shift+J) shows you the Keep option.
[](https://i.stack.imgur.com/RAVkJ.png) | Yes - super annoying issue. Luckily a small work-around that works is going to Window -> Downloads and clicking on "Keep" there. |
89,099 | From the Wikipedia page on [confidence intervals](http://en.wikipedia.org/wiki/Confidence_interval):
>
> ...if confidence intervals are constructed across many separate data analyses of repeated (and possibly different) experiments, the proportion of such intervals that contain the true value of the parameter will match the confidence level...
>
>
>
And from the same page:
>
> A confidence interval does *not* predict that the true value of the parameter has a particular probability of being in the confidence interval given the data actually obtained.
>
>
>
If I understood it right, this last statement is made with the frequentist interpretation of probability in mind. However, **from a Bayesian probability perspective, why doesn't a 95% confidence interval contain the true parameter with 95% probability?** And if it doesn't, **what is wrong with the following reasoning?**
If I have a process that I know produces a correct answer 95% of the time then the probability of the next answer being correct is 0.95 (given that I don't have any extra information regarding the process). Similarly if someone shows me a confidence interval that is created by a process that will contain the true parameter 95% of the time, should I not be right in saying that it contains the true parameter with 0.95 probability, given what I know?
This question is similar to, but not the same as, [Why does a 95% CI not imply a 95% chance of containing the mean?](https://stats.stackexchange.com/questions/26450/why-does-a-95-ci-not-imply-a-95-chance-of-containing-the-mean) The answers to that question have been focusing on why a 95% CI does not imply a 95% chance of containing the mean from a frequentist perspective. My question is the same, but from a Bayesian probability perspective. | 2014/03/07 | [
"https://stats.stackexchange.com/questions/89099",
"https://stats.stackexchange.com",
"https://stats.stackexchange.com/users/6920/"
] | >
> from a Bayesian probability perspective, why doesn't a 95% confidence interval contain the true parameter with 95% probability?
>
>
>
Two answers to this, the first being less helpful than the second
1. There are no confidence intervals in Bayesian statistics, so the question doesn't pertain.
2. In Bayesian statistics, there are however [credible intervals](http://en.wikipedia.org/wiki/Credible_interval), which play a similar role to confidence intervals. If you view priors and posteriors in Bayesian statistics as quantifying the reasonable *belief* that a parameter takes on certain values, then the answer to your question is yes, a 95% credible interval represents an interval within which a parameter is believed to lie with 95% probability.
>
> If I have a process that I know produces a correct answer 95% of the time then the probability of the next answer being correct is 0.95 (given that I don't have any extra information regarding the process).
>
>
>
yes, the process guesses a right answer with 95% probability
>
> Similarly if someone shows me a confidence interval that is created by a process that will contain the true parameter 95% of the time, should I not be right in saying that it contains the true parameter with 0.95 probability, given what I know?
>
>
>
Just the same as your process, the confidence interval guesses the correct answer with 95% probability. We're back in the world of classical statistics here: *before* you gather the data you can say there's a 95% probability of randomly gathered data determining the bounds of the confidence interval such that the mean is within the bounds.
With your process, *after* you've gotten your answer, you can't say based on whatever your guess was, that the true answer is the same as your guess with 95% probability. The guess is either right or wrong.
And just the same as your process, in the confidence interval case, after you've gotten the data and have an actual lower and upper bound, the mean is either within those bounds or it isn't, i.e. the chance of the mean being within those particular bounds is either 1 or 0. (Having skimmed the [question you refer to](https://stats.stackexchange.com/questions/26450/why-does-a-95-ci-not-imply-a-95-chance-of-containing-the-mean) it seems this is covered in much more detail there.)
>
> How to interpret a confidence interval given to you if you subscribe to a Bayesian view of probability.
>
>
>
There are a couple of ways of looking at this
1. Technically, the confidence interval hasn't been produced using a prior and Bayes theorem, so if you had a prior belief about the parameter concerned, there would be no way you could interpret the confidence interval in the Bayesian framework.
2. Another widely used and respected interpretation of confidence intervals is that they provide a "plausible range" of values for the parameter (see, e.g., [here](https://www.psychologicalscience.org/index.php/publications/observer/2010/april-10/understanding-confidence-intervals-cis-and-effect-size-estimation.html)). This de-emphasises the "repeated experiments" interpretation.
Moreover, under certain circumstances, notably when the prior is uninformative (doesn't tell you anything, e.g. flat), confidence intervals can produce exactly the same interval as a credible interval. In these circumstances, as a Bayesianist you could argue that had you taken the Bayesian route you would have gotten exactly the same results and you could interpret the confidence interval in the same way as a credible interval. | "**from a Bayesian probability perspective, why doesn't a 95% confidence interval contain the true parameter with 95% probability?** "
In Bayesian Statistics the parameter is not a unknown value, it is a Distribution. There is no interval containing the "true value", for a Bayesian point of view it does not even make sense. The parameter it's a random variable, you can perfectly know the probability of that value to be between *x\_inf* an *x\_max* if you know the distribuition. It's just a diferent mindset about the parameters, usually Bayesians used the median or average value of the distribuition of the parameter as a "estimate". There is not a confidence interval in Bayesian Statistics, something similar is called *credibility interval*.
Now from a frequencist point of view, the parameter is a "Fixed Value", not a random variable, can you really obtain probability interval (a 95% one) ? Remember that it's a fixed value not a random variable with a known distribution. Thats why you past the text **:"A confidence interval does not predict that the true value of the parameter has a particular probability of being in the confidence interval given the data actually obtained."**
The idea of repeating the experience over and over... is not Bayesian reasoning it's a Frequencist one. Imagine a real live experiment that you can only do once in your life time, can you/should you built that confidence interval (from the classical point of view )?.
But... in real life the results could get pretty close ( Bayesian vs Frequencist), maybe thats why It could be confusing. |
3,587 | Many nouns in Welsh have a the plural form that is shorter than the singular form (i.e. the singular form looks like the plural form + affix).
For example:
**Singular**
* *coeden* 'tree'
* *seren* 'star'
* *malwoden* 'snail'
**Plural**
* *coed* 'trees'
* *ser* 'stars'
* *malwod* 'snails'
This way of forming the plural is common in Welsh nouns. It may be that this way of forming the plural is fairly common in other languages. Even if this form of pluralisation *isn't* all that rare, I'd still like to know what this kind of pluralisation is called? | 2013/04/18 | [
"https://linguistics.stackexchange.com/questions/3587",
"https://linguistics.stackexchange.com",
"https://linguistics.stackexchange.com/users/783/"
] | Some words in Welsh use a singulative/collective distinction instead of the singular/plural distinction used e.g. in English. This means exactly what you've shown: the collective term for '(a collective of) trees' is the root, and you add the singulative suffix to get 'a tree'. This is sort of analogous to 'a head of cattle' in English. | I don't know another language which has singulatives like Welsh.
But it's well to remember that Welsh, like English and the Western Romance languages, has lost all its case inflection except on pronouns. The reason I bring this up is that in Russian and other Slavonic languages many nouns have a suffix *except* in the genitive plural (eg рука (ruka) 'hand'; рук (ruk) 'hand *gen. pl*')
Now I'm pretty sure that Welsh singulatives aren't like this, and they do actually contain a singulative suffix (IIRC *plant* 'children' is borrowed from Latin *planta*, so the singular *plentyn* must be derived). But you can't tell that from their current form. |
3,587 | Many nouns in Welsh have a the plural form that is shorter than the singular form (i.e. the singular form looks like the plural form + affix).
For example:
**Singular**
* *coeden* 'tree'
* *seren* 'star'
* *malwoden* 'snail'
**Plural**
* *coed* 'trees'
* *ser* 'stars'
* *malwod* 'snails'
This way of forming the plural is common in Welsh nouns. It may be that this way of forming the plural is fairly common in other languages. Even if this form of pluralisation *isn't* all that rare, I'd still like to know what this kind of pluralisation is called? | 2013/04/18 | [
"https://linguistics.stackexchange.com/questions/3587",
"https://linguistics.stackexchange.com",
"https://linguistics.stackexchange.com/users/783/"
] | Some words in Welsh use a singulative/collective distinction instead of the singular/plural distinction used e.g. in English. This means exactly what you've shown: the collective term for '(a collective of) trees' is the root, and you add the singulative suffix to get 'a tree'. This is sort of analogous to 'a head of cattle' in English. | I'm not familiar with Welsh, so make some general remarks.
If you assume that the unmarked form in a paradigm is the most basic, and that all morphological signs are marked by the *addition* of phonological material, then you arrive at the singulative analysis. If you instead would like to assume that the singular form in the paradigm is the most basic, then you are required to admit morphological operations such as *subtraction*, *truncation*, and *ellipsis*. If you read French and have access to a university library, consider looking in Mel'čuk's [*Cours de morphologie générale*](http://www.pum.umontreal.ca/catalogue/cours-de-morphologie-generale_-volume-5) on the topic, or that failing, find a copy of his more condensed and more widely available English work, [*Aspects of the Theory of Morphology*](http://books.google.co.kr/books/about/Aspects_of_the_Theory_of_Morphology.html?id=7Z87yQilGvkC&redir_esc=y). |
3,587 | Many nouns in Welsh have a the plural form that is shorter than the singular form (i.e. the singular form looks like the plural form + affix).
For example:
**Singular**
* *coeden* 'tree'
* *seren* 'star'
* *malwoden* 'snail'
**Plural**
* *coed* 'trees'
* *ser* 'stars'
* *malwod* 'snails'
This way of forming the plural is common in Welsh nouns. It may be that this way of forming the plural is fairly common in other languages. Even if this form of pluralisation *isn't* all that rare, I'd still like to know what this kind of pluralisation is called? | 2013/04/18 | [
"https://linguistics.stackexchange.com/questions/3587",
"https://linguistics.stackexchange.com",
"https://linguistics.stackexchange.com/users/783/"
] | I don't know another language which has singulatives like Welsh.
But it's well to remember that Welsh, like English and the Western Romance languages, has lost all its case inflection except on pronouns. The reason I bring this up is that in Russian and other Slavonic languages many nouns have a suffix *except* in the genitive plural (eg рука (ruka) 'hand'; рук (ruk) 'hand *gen. pl*')
Now I'm pretty sure that Welsh singulatives aren't like this, and they do actually contain a singulative suffix (IIRC *plant* 'children' is borrowed from Latin *planta*, so the singular *plentyn* must be derived). But you can't tell that from their current form. | I'm not familiar with Welsh, so make some general remarks.
If you assume that the unmarked form in a paradigm is the most basic, and that all morphological signs are marked by the *addition* of phonological material, then you arrive at the singulative analysis. If you instead would like to assume that the singular form in the paradigm is the most basic, then you are required to admit morphological operations such as *subtraction*, *truncation*, and *ellipsis*. If you read French and have access to a university library, consider looking in Mel'čuk's [*Cours de morphologie générale*](http://www.pum.umontreal.ca/catalogue/cours-de-morphologie-generale_-volume-5) on the topic, or that failing, find a copy of his more condensed and more widely available English work, [*Aspects of the Theory of Morphology*](http://books.google.co.kr/books/about/Aspects_of_the_Theory_of_Morphology.html?id=7Z87yQilGvkC&redir_esc=y). |
15,204,286 | Hi I am trying to setup the hadoop environment. In short the problem which I am trying to solve involves billions of XML files of size few MB, extract relevant information from them using HIVE and do some analytic work with the information. I know this is a trivial problem in hadoop world but if Hadoop solution works well for me than size and number of files I will be dealing will increase in geometric progession form.
I did research by referring various books like "Hadoop - the definite guide", "Hadoop in action". Resources like documents by yahoo and hortonworks. I am not able to figure out the hardware /software specifications for establishing the hadoop environment. In the resources which I had referred so far I had kind of found standard solutions like
1. Namenode/JobTracker (2 x 1Gb/s Ethernet, 16 GB of RAM, 4xCPU, 100 GB disk)
2. Datanode (2 x 1Gb/s Ethernet, 8 GB of RAM, 4xCPU, Multiple disks with total amount
of 500+ GB)
but if anyone can give some suggestions that will be great. Thanks | 2013/03/04 | [
"https://Stackoverflow.com/questions/15204286",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1188611/"
] | First I would suggest you to consider: what do you need more processing + some storage or opposite, and from this view select hardware. Your case sounds more processing then storage.
I would specify a bit differently standard hardware for hadoop
NameNode: High quality disk in mirror, 16 GB HDD.
Data Nodes: 16-24 GB RAM, Dual Quad or Dual six cores CPU, 4 to 6 1-2-3 SATA TB Drives.
I would also consider 10 GBit option. I think if it does not add more then 15% of cluster price - it makes sense. 15% came from rough estimation that data shipping from mappers to reducers takes about 15% of job time.
In your case I would be more willing to sacrifice disc sizes to save money, but not CPU/Memory/number of drives. | "extract relevant information from them using HIVE"
That is going to be a bit tricky since hive doesn't really do well with xml files.
you are going to want to build a parsing script in another language (ruby, python, perl, etc) that can parse the xml files and produce columnar output that you will load into hive. You can then use hive to call that external parsing script with a transform, or just use hadoopstreaming to prepare the data for hive.
Then it is just a matter of how fast you need the work done and how much space you need to hold the amount of data you are going to have.
you could build the process with a handful of files on a single system to test it. But you really need to have a better handle on your overall planned workload to properly scale your cluster. Minimum production cluster size would be 3 or 4 machines at a minimum, just for data redundancy. Beyond that, add nodes as necessary to meet your workload needs. |
53,345 | We are playing commander and [Medomai the Ageless](http://gatherer.wizards.com/Pages/Search/Default.aspx?name=%2b%5bMedomai%20the%20Ageless%5d) is my commander. If I use [Strionic Resonator](http://gatherer.wizards.com/Pages/Search/Default.aspx?name=%2b%5bStrionic%20Resonator%5d) on the triggered ability to take an extra turn, it adds two instances of take an extra turn so it should give me 3 turns right? | 2020/10/31 | [
"https://boardgames.stackexchange.com/questions/53345",
"https://boardgames.stackexchange.com",
"https://boardgames.stackexchange.com/users/34480/"
] | Yes, extra turns can stack in this way.
>
> 500.7. Some effects can give a player extra turns. They do this by adding the turns directly after the specified turn. If a player is given multiple extra turns, the extra turns are added one at a time. If multiple players are given extra turns, the extra turns are added one at a time, in APNAP order (see rule 101.4). The most recently created turn will be taken first.
>
>
> | **Yes, Medomai's ability is triggered and can be copied with Strionic Resonator, giving you 2 extra turns.**
>
> 603.1. Triggered abilities have a trigger condition and an effect. They are written as “[When/Whenever/At] [trigger condition or event], [effect]. [Instructions (if any).]”
>
>
> |
103,742 | I'm Sri Lankan passport holder. I found Sri Lanka is in eVisa supported country list. Can I apply for eVisa to attend a conference for 4 days? | 2017/10/15 | [
"https://travel.stackexchange.com/questions/103742",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/62692/"
] | I got an email from e-Visa support center.
>
> Dear applicant,
>
>
> evisa is not eligible for conference purposes
>
>
> Regards
>
>
> e- Visa support Team
>
>
> | From what I have learnt on [India e-Visa page](https://indianvisaonline.gov.in/evisa/tvoa.html), you can surely apply for eVisa. |
103,742 | I'm Sri Lankan passport holder. I found Sri Lanka is in eVisa supported country list. Can I apply for eVisa to attend a conference for 4 days? | 2017/10/15 | [
"https://travel.stackexchange.com/questions/103742",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/62692/"
] | I got an email from e-Visa support center.
>
> Dear applicant,
>
>
> evisa is not eligible for conference purposes
>
>
> Regards
>
>
> e- Visa support Team
>
>
> | Since very recently (around November 2018?), it is possible to apply for a conference e-visa. See the [Indian e-visa website](https://indianvisaonline.gov.in/evisa/tvoa.html). |
10 | As the site is about Russian language should it allow Russian tag names (that is cyrillic names)?
The [German SE](http://german.stackexchange.com) has tags in German, but do cyrillic letters make things different? | 2012/06/13 | [
"https://russian.meta.stackexchange.com/questions/10",
"https://russian.meta.stackexchange.com",
"https://russian.meta.stackexchange.com/users/53/"
] | It appears that they do. I tried to retag this question by adding 'дискуссия', and the tag disappeared as soon as i hit space. This seems to be a problem. [Here's the feature request/bug report](https://meta.stackexchange.com/questions/135929/add-cyrillic-support-for-tags) to have support for Cyrillic tags added, support it!
**Update:** SE inc. employee has confirmed that Unicode support for tags is in the works, but is still some time away. | I think they should be allowed, but they shouldn't duplicate the existing English tags. We could consider synonymizing them, but as a rule duplication should be avoided. |
10 | As the site is about Russian language should it allow Russian tag names (that is cyrillic names)?
The [German SE](http://german.stackexchange.com) has tags in German, but do cyrillic letters make things different? | 2012/06/13 | [
"https://russian.meta.stackexchange.com/questions/10",
"https://russian.meta.stackexchange.com",
"https://russian.meta.stackexchange.com/users/53/"
] | It appears that they do. I tried to retag this question by adding 'дискуссия', and the tag disappeared as soon as i hit space. This seems to be a problem. [Here's the feature request/bug report](https://meta.stackexchange.com/questions/135929/add-cyrillic-support-for-tags) to have support for Cyrillic tags added, support it!
**Update:** SE inc. employee has confirmed that Unicode support for tags is in the works, but is still some time away. | This is now enabled on russian.stackexchange.com and meta.russian.stackexchange.com, however please note that **you're the first**. This means it is entirely possible that there's one or two bugs hiding in the corners, waiting to pounce.
If you see any issues in the behavior of your tags (whether cyrillic, ascii, or other), please let me know directly. |
10 | As the site is about Russian language should it allow Russian tag names (that is cyrillic names)?
The [German SE](http://german.stackexchange.com) has tags in German, but do cyrillic letters make things different? | 2012/06/13 | [
"https://russian.meta.stackexchange.com/questions/10",
"https://russian.meta.stackexchange.com",
"https://russian.meta.stackexchange.com/users/53/"
] | This is now enabled on russian.stackexchange.com and meta.russian.stackexchange.com, however please note that **you're the first**. This means it is entirely possible that there's one or two bugs hiding in the corners, waiting to pounce.
If you see any issues in the behavior of your tags (whether cyrillic, ascii, or other), please let me know directly. | I think they should be allowed, but they shouldn't duplicate the existing English tags. We could consider synonymizing them, but as a rule duplication should be avoided. |
67,133 | I have a relationship like this:
Class Student Lookup on Student
Contact Student Master-Detail on Student
I want to create a visualforce page to create new Class and on the same page add Student to the class.
I created a controller extension of Class's controller.
I am now stuck on adding student for the class.
I have several requirements here:
1.I want to add a lookup field to add student to the class.
(However, I'm on the parent object and how can I add this lookup field?)
2.I want to be able to create new student on the page.
Is there a way to do this?
3.I want to be able to add students by importing a file containing student ids.
Is there a way to do this?
Appreciated! | 2015/02/22 | [
"https://salesforce.stackexchange.com/questions/67133",
"https://salesforce.stackexchange.com",
"https://salesforce.stackexchange.com/users/11923/"
] | It's worth spending some time with *[Visualforce in Practice](http://www.developerforce.com/guides/Visualforce_in_Practice.pdf)*. The book has a whole section on creating "wizards" in Visualforce.
The gist of the situation is that you're going to want to pass a few page references around to step your user through the process of creating a class then adding students. | Hi Checkout this blog post for a solution on parent and child object creation:
<https://salesforcemann.wordpress.com/2016/11/11/pet-project-create-parent-and-child-records-from-visualforce-page-for-any-salesforce-object/>
I think this will help your case. |
27,167 | I'm currently fighting my way through the castle in Nethack. I was wearing 2 rings when I reached this level (a ring of protection and a ring of regeneration), and after a long battle both my rings are simply gone. Everything else I was wearing/carrying is still with me (including some other rings).
I don't remember taking them off, and I'm positive I didn't fight any nymphs or inccubus/succubus. I'm a dwarven valkyrie (though I'm pretty sure it doesn't influence anything).
What could have happened to my rings? | 2011/08/02 | [
"https://gaming.stackexchange.com/questions/27167",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/3172/"
] | Do you have reflection? Lightning can destroy rings that you are wearing. Sources of lightning that you're likely to have met include:
* Blue/chromatic dragon
* Wand of lightning
* Trapped chests
You could try to cycle through previous messages until you see something about your rings. | Was your Valkyrie throwing Mjollnir, the Valkyrie artifact weapon? Whenever you throw it, there is a 1/200 chance of it striking you upon returning. This can cause rings you're wearing to explode, even if you're shock resistant. I've definitely lost rings this way. See <http://nethackwiki.com/wiki/Mjollnir>. |
482,553 | Looking at kernel.org the latest mainline release is 3.8. Zhe site also states the latest stable release is 3.7.9.
Now looking at <http://en.wikipedia.org/wiki/Linux_kernel> inside the version history table they state the latest stable version is 3.8. But a few lines up they write:
>
> ...Linus Torvalds makes the releases of new versions, also called the "vanilla" or "mainline" kernels, meaning that they contain the main, generic branch of development...
>
>
> ...
>
>
> In the current scheme, the main branch of development is not a traditional "stable" branch, instead it incorporates all kinds of changes, both the latest features as well as security and bug fixes.
>
>
>
So why do they call the latest mainline version 3.8 stable in the table, if it in fact isn't a stable one according to the quoted text of wikipedia? Or do they in fact mean linux-next is the main branch of development?
Which version should I install if I want the latest features but also great stability? (3.7.9?) | 2013/02/26 | [
"https://serverfault.com/questions/482553",
"https://serverfault.com",
"https://serverfault.com/users/83616/"
] | "Latest feature" and "greatest stability" are not always tied together: with every major Linux release you'll get newest features but you'll probably get also regressions.
If you really don't want to use your distro's kernel, I would suggest to avoid the latest version and to opt for the previous one (e.g. 3.7.9) until some minor fixes are released (e.g. 3.8.1).
There's nothing stopping you from compiling/installing two different Linux versions (obviously you'll be able to run only one) | Whether or not a mainline kernel or even a stable kernel is **actually** stable largely depends on what features you're going to be using and on what platform.
For example, a particular kernel may well be bug-free on x86-64 but have issues under ARM, it all depends on how rigorously things were tested during the RC cycle.
With that said, the current state-of-play is that Greg KH is the main man with regard to stable kernels (although not by any means the only stable kernel maintainer) and he picks one kernel per year to maintain long-term.
Currently 3.4 is his long-term and all stable kernels since then are EOL'd as soon as he releases a stable for a new EOL.
If you are considering mainline, you would do well to follow Greg's patch series here: <http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git;a=summary>
A good barometer of a kernel's stability is examining the patches queued up for the latest stable - see firstly if any of those patches actually impact what you're using the kernel for and then see if those patches are also being applied to earlier versions anyway. |
12,764 | I've recently purchased a Hallicrafters S-120 -- 4-tube superhet receiver from the 1960s, continuous tuning from 540 kHz to 30 MHz, bandspread control, and a regenerative IF that doubles as a BFO for SSB and CW reception. Someone before me appears to have worked on the set, as the capacitors seem good (no hum, good reception for the antenna currently available).
What I've learned since receiving it, however, is that this set lacks the selectivity, stability, and fineness of tuning to make a good communications receiver; that is, it's for listening, rather than the listening side of two-way operation. While I have tuned in CW, digital, and SSB transmissions, the latter especially are hard to really clean up. AM transmissions in any band come in very readily and clearly, assuming they're above the noise floor.
With a limited budget, however, I'm looking for a better receiver for use when I get on the air (likely mainly CW, as a CW transmitter can be had fairly cheaply). I need to be able to tune across a band to search for calls, hear the spot tone to set the transmitter, have support for muting when the tranmitter key is down (or the ability add it), and by preference, I'd like it to use vacuum tubes.
What do I need to look for (that can be identified from photos and eBay listings that usually are intended to hide the faults of a piece) to distinguish "listening" radios from "communication" receivers? | 2019/02/06 | [
"https://ham.stackexchange.com/questions/12764",
"https://ham.stackexchange.com",
"https://ham.stackexchange.com/users/13947/"
] | Since you plan to get licensed, I recommend that you purchase a transceiver, for two reasons.
1. There is no "modern" transmitter to pair with a communications-grade receiver.
2. A quick perusal of the classified ads reveals that, for similar receiver capability, the price of a receiver is not too different from the price of a transceiver.
The latest generation of ($$$!!) high-performance receivers appear to be "cut downs" of the same generation of transceiver. But, again, no mating transmitter is available.
If you still want to go the "separates" route, you will probably be relegated to the Drake "twins" or similar. Beware - the oscillators in these units may not be sufficiently stable to support digital modes beyond RTTY. If you want to operate FT8, for example, check with an expert to be sure you don't waste your time and treasure. | When looking at legacy receivers, a key differentiator is often general coverage (shortwave) vs amateur radio coverage. Most shortwave receivers lack the band spread, selectivity, filtering and demodulation features needed for practical use as a receiver for a QSO. Receivers targeted primarily at the ham radio community tend to have better overall features for ham use.
The next major differentiator is the superheterodyne architecture that represents the epitome of legacy receiver architectures.
Having selectable filters such as 3000 and 300 hertz can help to cut adjacent QRM.
A notch filter can help to cut an offending signal or noise.
If you have a computer (even a Raspberry Pi 3) and are willing to invest $200, you can get a state of the art software defined receiver. An example of such a receiver is the [Airspy HF+](https://airspy.com/airspy-hf-plus/). It is an amazing piece of hardware for the price and will give superior performance to many heterodyne receivers. It even allows you to operate it over the Internet.
For slightly more money, you can purchase an SDR transceiver such as the [HackRF One](https://wikipedia.org/wiki/HackRF_One). This will eliminate the need for frequency spotting and transmit/receive relays or PIN diode switching that you would need to accommodate with a separate transmitter.
If you are not familiar with SDR receivers, there is a [network](http://www.websdr.org) of them on the Internet that are free to use. |
5,685 | [This](https://soulsphere.org/apocrypha/bsp/) article says that binary space partitioning divides the map into convex polygons.
>
> [...]
>
> Before the map can be rendered we must perform a number of
> calculations on it. However, once these calculations are performed
> their results can be used many times. This is one of the advantages of
> BSP — once the calculations are performed they do not need to be done
> again, unless the map is changed. BSP only allows ”static” maps, or
> ones that do not move. If a map has any moving parts then they must be
> rendered separately.
>
>
> What must be done is to partition, or divide up, **the map into convex
> polygons**.
>
>
>
Why should non-convex polygons be partitioned into convex polygons? Is there a mathematical basis behind this? | 2017/10/05 | [
"https://computergraphics.stackexchange.com/questions/5685",
"https://computergraphics.stackexchange.com",
"https://computergraphics.stackexchange.com/users/6207/"
] | Because with 2 non-overlapping convex polygons you can always say that 1 polygon is closer to a point than another.
If they are not convex then for example with a U surrounding a circle. You cannot say easily which should be drawn first. | Well, BSP is an application of a Binary Search Tree (BST)
BSTs need a criterium to propagate the search through itself. Put simply, the criterium used in BSP is in which side of a partition a point is. Each partition just divides space in two parts.
It is absolutely imposible to create a concave polygon (or polyhedron) by dividing space in halves. I dare you to try, you will see that it cannot be done |
5,685 | [This](https://soulsphere.org/apocrypha/bsp/) article says that binary space partitioning divides the map into convex polygons.
>
> [...]
>
> Before the map can be rendered we must perform a number of
> calculations on it. However, once these calculations are performed
> their results can be used many times. This is one of the advantages of
> BSP — once the calculations are performed they do not need to be done
> again, unless the map is changed. BSP only allows ”static” maps, or
> ones that do not move. If a map has any moving parts then they must be
> rendered separately.
>
>
> What must be done is to partition, or divide up, **the map into convex
> polygons**.
>
>
>
Why should non-convex polygons be partitioned into convex polygons? Is there a mathematical basis behind this? | 2017/10/05 | [
"https://computergraphics.stackexchange.com/questions/5685",
"https://computergraphics.stackexchange.com",
"https://computergraphics.stackexchange.com/users/6207/"
] | Before GPUs were popular we rendered without using Z-Buffers and instead used polygon sorting to make sure things were drawn back-to-front correctly.
By having a BSP with only convex geometry we guarantee that each leaf node will not have any ordering issues with the polygons contained in them, the BSP traversal algorithm itself can then produce a depth-sorted node list for you.
These days we have z-buffers so the need for convex leaf nodes isn't really that important, in some ways its better to render front-to-back also to take advantage of early-z optimisations on hardware. | Well, BSP is an application of a Binary Search Tree (BST)
BSTs need a criterium to propagate the search through itself. Put simply, the criterium used in BSP is in which side of a partition a point is. Each partition just divides space in two parts.
It is absolutely imposible to create a concave polygon (or polyhedron) by dividing space in halves. I dare you to try, you will see that it cannot be done |
134,633 | I'm an American who is going to be visiting the United Kingdom in order to visit friends, do some sightseeing, etc. Since I'm only entering as a tourist, I can stay up to 6 months.
My question is: If in the middle of my trip, I fly to Italy for a few days, and want to fly back to UK for a few more days before heading home, can I re-enter the UK?
And if I can re-enter in the same 6-month tourist limit - how many times can I re-enter the UK (for example between April-Oct)? | 2019/03/27 | [
"https://travel.stackexchange.com/questions/134633",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/94173/"
] | >
> If in the middle of my trip, I fly to Italy for a few days, and want to fly back to UK for a few more days before heading home, can I re-enter the UK?
>
>
>
Yes, though, as always, the immigration officer can deny entry if you do not convince him or her that you are a "genuine visitor."
>
> And if I can re-enter in the same 6-month tourist limit - how many times can I re-enter the UK (for example between April-Oct)?
>
>
>
There is no limit. You can reenter the UK as many times as you are able to while convincing the officer each time that you are a genuine visitor. This will become more difficult as the amount of time you've spent in the UK increases. It will also tend to be more difficult if the stated duration of your intended stay is longer or if your plans are more indeterminate.
If you want to stay for more than a couple of months, it's probably best to have your return flight booked when you arrive, have copies of (at least three months' worth of) your bank statements to show that you can support yourself without working, and evidence of your life in the US or other country of residence to show that you have something to return to. Say that you're essentially planning to stay until the date of your return flight, though you may mention the possibility of making some sort trips out and back in the meanwhile. If you're admitted on the first try, you're unlikely to be denied admission on subsequent arrivals between then and the date of your first flight.
The UK has a history of holding people to what they said at the border, so someone who was admitted for six months after saying they were planning to leave in three weeks, who subsequently decides to remain for much longer than three weeks, can be banned from the UK on a future visit on grounds of deception. It is therefore highly inadvisable to base the duration of your stay on the date of departure to Italy and then return after only a few days for another visit. That could easily be seen as an attempt to game the system. | What will make them itchy is if you are trying to
* seek employment in the UK. The #1 thing they look for there is *means of support*, i.e. They want to know you're not using up all your savings.
* live in the UK, as in, make that your primary residence.
* become a burden to social services, like public housing or healthcare.
Immigration's job is to assume you intend those things, then cheerfully accept evidence to the contrary.
They also like to see you have a plan (which includes not doing any of the above).
What you say when you reenter should match what you say on your first visit, because they remember. They dislike when what you say doesn't match actual facts, because that means they can't trust anything else you say. That makes it hard to accept your evidence. |
7,349,469 | I am setting up Jenkins to replace our current TeamCity CI build.
I have created a free-style software project so that I can execute a shell script.
The Shell script runs the mvn command.
But the build fails complaining that the 'mvn' command cannot be found.
I have figured that this is because Jenkins is running the build in a different shell, which does not have Maven on it's path.
My question is; how do I add the path so 'mvn' is found in my Shell script? I've looked around but can't spot where the right place might be.
Thanks for your time. | 2011/09/08 | [
"https://Stackoverflow.com/questions/7349469",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/563718/"
] | Some possible solutions:
* You can call maven with an absolute path
* You configure a global environment variable in the jenkins system settings with the absolute path to your maven instance, and use this in your script call (if you use the inline shell script, I don't know if those are substituted to a called script, you have to test)
* You use a maven project and configure your maven instance in the jenkins system settings
ps.: Usually `/bin/sh` is chosen from Jenkins, if you want to switch to eg. bash, you can configure this in the jenkins system settings, in case you want to configure global environment variables. | Another option to Dags suggestion is that if you're only using a single version of maven, on each slave server you could do either;
\* add PATH=${PATH}:
\* symlink mvn into /usr/bin with; sudo ln -s /usr/bin
I'm not at a Jenkins box at the moment, but I can find some more detailed examples if you'd like. |
7,349,469 | I am setting up Jenkins to replace our current TeamCity CI build.
I have created a free-style software project so that I can execute a shell script.
The Shell script runs the mvn command.
But the build fails complaining that the 'mvn' command cannot be found.
I have figured that this is because Jenkins is running the build in a different shell, which does not have Maven on it's path.
My question is; how do I add the path so 'mvn' is found in my Shell script? I've looked around but can't spot where the right place might be.
Thanks for your time. | 2011/09/08 | [
"https://Stackoverflow.com/questions/7349469",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/563718/"
] | I solved this by exporting and setting the Path in the Jenkins Job configuration where you can enter shell commands. So I set the environments variable before I execute my Shell script, works a treat. | Some possible solutions:
* You can call maven with an absolute path
* You configure a global environment variable in the jenkins system settings with the absolute path to your maven instance, and use this in your script call (if you use the inline shell script, I don't know if those are substituted to a called script, you have to test)
* You use a maven project and configure your maven instance in the jenkins system settings
ps.: Usually `/bin/sh` is chosen from Jenkins, if you want to switch to eg. bash, you can configure this in the jenkins system settings, in case you want to configure global environment variables. |
7,349,469 | I am setting up Jenkins to replace our current TeamCity CI build.
I have created a free-style software project so that I can execute a shell script.
The Shell script runs the mvn command.
But the build fails complaining that the 'mvn' command cannot be found.
I have figured that this is because Jenkins is running the build in a different shell, which does not have Maven on it's path.
My question is; how do I add the path so 'mvn' is found in my Shell script? I've looked around but can't spot where the right place might be.
Thanks for your time. | 2011/09/08 | [
"https://Stackoverflow.com/questions/7349469",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/563718/"
] | Some possible solutions:
* You can call maven with an absolute path
* You configure a global environment variable in the jenkins system settings with the absolute path to your maven instance, and use this in your script call (if you use the inline shell script, I don't know if those are substituted to a called script, you have to test)
* You use a maven project and configure your maven instance in the jenkins system settings
ps.: Usually `/bin/sh` is chosen from Jenkins, if you want to switch to eg. bash, you can configure this in the jenkins system settings, in case you want to configure global environment variables. | Jenkins is using sh by default and not bash.
This is my first time defining a jenkins maven job, and I also followed soem regular maven instructions (for running from command line...), and tried to update ~/.bashrc with M2\_HOME, M2, PATH, but it didn't work because jenkins used sh and not bash. Then I found out that there is a simpler and better way built into jenkins.
After installing maven, I was supposed to configure my maven installation in jenkins.
**To configure your maven installation in Jenkins:**
1. login to jenkins web console
2. click *Manage Jenkins* --> Configure System
3. Under Maven, click the "Maven Installations..." button
4. **a.** Give it some name
**b.** and under MVN\_HOME set the path to where you installed maven, for example "/usr/local/apache-maven/apache-maven-3.0.5"
5. Click Save button
**Define a job with maven target**
1. edit your job
2. Click "Add build step"
3. on Maven Version, enter the name you gave your maven installation (step #4 above)
4. set some goal like clean install |
7,349,469 | I am setting up Jenkins to replace our current TeamCity CI build.
I have created a free-style software project so that I can execute a shell script.
The Shell script runs the mvn command.
But the build fails complaining that the 'mvn' command cannot be found.
I have figured that this is because Jenkins is running the build in a different shell, which does not have Maven on it's path.
My question is; how do I add the path so 'mvn' is found in my Shell script? I've looked around but can't spot where the right place might be.
Thanks for your time. | 2011/09/08 | [
"https://Stackoverflow.com/questions/7349469",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/563718/"
] | Some possible solutions:
* You can call maven with an absolute path
* You configure a global environment variable in the jenkins system settings with the absolute path to your maven instance, and use this in your script call (if you use the inline shell script, I don't know if those are substituted to a called script, you have to test)
* You use a maven project and configure your maven instance in the jenkins system settings
ps.: Usually `/bin/sh` is chosen from Jenkins, if you want to switch to eg. bash, you can configure this in the jenkins system settings, in case you want to configure global environment variables. | You can use [envInject plugin](https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin). It's very powerful.
I use it to install rbenv. And it can inject environment variables into your current job. |
7,349,469 | I am setting up Jenkins to replace our current TeamCity CI build.
I have created a free-style software project so that I can execute a shell script.
The Shell script runs the mvn command.
But the build fails complaining that the 'mvn' command cannot be found.
I have figured that this is because Jenkins is running the build in a different shell, which does not have Maven on it's path.
My question is; how do I add the path so 'mvn' is found in my Shell script? I've looked around but can't spot where the right place might be.
Thanks for your time. | 2011/09/08 | [
"https://Stackoverflow.com/questions/7349469",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/563718/"
] | I solved this by exporting and setting the Path in the Jenkins Job configuration where you can enter shell commands. So I set the environments variable before I execute my Shell script, works a treat. | Another option to Dags suggestion is that if you're only using a single version of maven, on each slave server you could do either;
\* add PATH=${PATH}:
\* symlink mvn into /usr/bin with; sudo ln -s /usr/bin
I'm not at a Jenkins box at the moment, but I can find some more detailed examples if you'd like. |
7,349,469 | I am setting up Jenkins to replace our current TeamCity CI build.
I have created a free-style software project so that I can execute a shell script.
The Shell script runs the mvn command.
But the build fails complaining that the 'mvn' command cannot be found.
I have figured that this is because Jenkins is running the build in a different shell, which does not have Maven on it's path.
My question is; how do I add the path so 'mvn' is found in my Shell script? I've looked around but can't spot where the right place might be.
Thanks for your time. | 2011/09/08 | [
"https://Stackoverflow.com/questions/7349469",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/563718/"
] | You can use [envInject plugin](https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin). It's very powerful.
I use it to install rbenv. And it can inject environment variables into your current job. | Another option to Dags suggestion is that if you're only using a single version of maven, on each slave server you could do either;
\* add PATH=${PATH}:
\* symlink mvn into /usr/bin with; sudo ln -s /usr/bin
I'm not at a Jenkins box at the moment, but I can find some more detailed examples if you'd like. |
7,349,469 | I am setting up Jenkins to replace our current TeamCity CI build.
I have created a free-style software project so that I can execute a shell script.
The Shell script runs the mvn command.
But the build fails complaining that the 'mvn' command cannot be found.
I have figured that this is because Jenkins is running the build in a different shell, which does not have Maven on it's path.
My question is; how do I add the path so 'mvn' is found in my Shell script? I've looked around but can't spot where the right place might be.
Thanks for your time. | 2011/09/08 | [
"https://Stackoverflow.com/questions/7349469",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/563718/"
] | I solved this by exporting and setting the Path in the Jenkins Job configuration where you can enter shell commands. So I set the environments variable before I execute my Shell script, works a treat. | Jenkins is using sh by default and not bash.
This is my first time defining a jenkins maven job, and I also followed soem regular maven instructions (for running from command line...), and tried to update ~/.bashrc with M2\_HOME, M2, PATH, but it didn't work because jenkins used sh and not bash. Then I found out that there is a simpler and better way built into jenkins.
After installing maven, I was supposed to configure my maven installation in jenkins.
**To configure your maven installation in Jenkins:**
1. login to jenkins web console
2. click *Manage Jenkins* --> Configure System
3. Under Maven, click the "Maven Installations..." button
4. **a.** Give it some name
**b.** and under MVN\_HOME set the path to where you installed maven, for example "/usr/local/apache-maven/apache-maven-3.0.5"
5. Click Save button
**Define a job with maven target**
1. edit your job
2. Click "Add build step"
3. on Maven Version, enter the name you gave your maven installation (step #4 above)
4. set some goal like clean install |
7,349,469 | I am setting up Jenkins to replace our current TeamCity CI build.
I have created a free-style software project so that I can execute a shell script.
The Shell script runs the mvn command.
But the build fails complaining that the 'mvn' command cannot be found.
I have figured that this is because Jenkins is running the build in a different shell, which does not have Maven on it's path.
My question is; how do I add the path so 'mvn' is found in my Shell script? I've looked around but can't spot where the right place might be.
Thanks for your time. | 2011/09/08 | [
"https://Stackoverflow.com/questions/7349469",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/563718/"
] | I solved this by exporting and setting the Path in the Jenkins Job configuration where you can enter shell commands. So I set the environments variable before I execute my Shell script, works a treat. | You can use [envInject plugin](https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin). It's very powerful.
I use it to install rbenv. And it can inject environment variables into your current job. |
7,349,469 | I am setting up Jenkins to replace our current TeamCity CI build.
I have created a free-style software project so that I can execute a shell script.
The Shell script runs the mvn command.
But the build fails complaining that the 'mvn' command cannot be found.
I have figured that this is because Jenkins is running the build in a different shell, which does not have Maven on it's path.
My question is; how do I add the path so 'mvn' is found in my Shell script? I've looked around but can't spot where the right place might be.
Thanks for your time. | 2011/09/08 | [
"https://Stackoverflow.com/questions/7349469",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/563718/"
] | You can use [envInject plugin](https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin). It's very powerful.
I use it to install rbenv. And it can inject environment variables into your current job. | Jenkins is using sh by default and not bash.
This is my first time defining a jenkins maven job, and I also followed soem regular maven instructions (for running from command line...), and tried to update ~/.bashrc with M2\_HOME, M2, PATH, but it didn't work because jenkins used sh and not bash. Then I found out that there is a simpler and better way built into jenkins.
After installing maven, I was supposed to configure my maven installation in jenkins.
**To configure your maven installation in Jenkins:**
1. login to jenkins web console
2. click *Manage Jenkins* --> Configure System
3. Under Maven, click the "Maven Installations..." button
4. **a.** Give it some name
**b.** and under MVN\_HOME set the path to where you installed maven, for example "/usr/local/apache-maven/apache-maven-3.0.5"
5. Click Save button
**Define a job with maven target**
1. edit your job
2. Click "Add build step"
3. on Maven Version, enter the name you gave your maven installation (step #4 above)
4. set some goal like clean install |
87,048 | What do you call a meeting which has the goal to renew the delegates/members of an association/organization/board? *Renewal meeting/re-election meeting*? Or is *assembly* the word I'm looking for?
I just couldn't find the right expression. | 2012/10/16 | [
"https://english.stackexchange.com/questions/87048",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/24463/"
] | Organisational meetings which deal with elections and other important subjects are usually dubbed [Annual General Meetings](http://en.wikipedia.org/wiki/Annual_general_meeting), or AGMs:
>
> An annual general meeting (commonly abbreviated as AGM, also known as the annual meeting) is a meeting that official bodies, and associations involving the general public (including companies with shareholders), are often required by law (or the constitution, charter, by-laws etc. governing the body) to hold. **An AGM is held every year to elect the board of directors and inform their members of previous and future activities.** It is an opportunity for the shareholders and partners to receive copies of the company's accounts as well as reviewing fiscal information for the past year and asking any questions regarding the directions the business will take in the future.
>
>
>
While it may sound as if only companies conduct AGMs, it has been appropriated for similar use by most structured bodies to represent important meetings held (annually) which require the presence of most of their members. [Extraordinary General Meetings](http://en.wikipedia.org/wiki/Extraordinary_general_meeting) or EGMs also exist. | Meetings that are held to inspire the membership or to increase their commitment are often called *[rallies](http://oxforddictionaries.com/definition/english/rally?region=uk&q=rally)* or *[revivals](http://www.merriam-webster.com/dictionary/revival)* (also *revival meeting*).
Meetings that are held for membership status or elections vary in what they are called depending on the periodicity. Many are yearly and are often called *annual meeting*. Sometimes they are called *membership meetings*, especially if the organization works throughout the year through its officers and committees, and the overall membership meets rarely. Alternatives are *general meetings* and *shareholder (stockholder) meetings*.
If the purpose of the meeting is specifically for selection of officers, they may simply be called *election meetings* or *elections*. |
34,665,478 | I have heared vulkan will unify the initialisation on different operating systems. Does that mean vulkan creates the window, handles mouse/keyboard events so I can avoid using os specific programming? | 2016/01/07 | [
"https://Stackoverflow.com/questions/34665478",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/5259965/"
] | Porbably not, Vulkan API is an Graphics Library much like OpenGL.
Where in Linux Ubuntu OpenGL is used for animation effects of the desktop in Unity and could be replaced with Vulkan for better performance.
But I don't think Windows will change it as they have their own DirectX Graphics Library and would be weird if they use something else instead their own software.
The most applications that are going to benefit from Vulkan are Games and other software that uses either 2D or 3D rendering.
It's very likely that most of the games are going to change to Vulkan because it's Cross-platform and therefore they will gain more users which equals to more profit.
Khronos (Vulkan API developers) are also bringing out tools that will largely port your application from OpenGL or DX12 to Vulkan therefore requiring less development/porting from the software developers side.
So...
Window creation, likely. (Although the code behind the window is CPU side, the library that draws the window on screen might be using Vulkan) - this differs greatly from which OS, distribution and version you are working on.
Mouse/keyboard events, no as this doesn't require any graphical calculations but CPU calculations. | Window (frames) are general desktop manager controls; you could display the vulkan app's content in the client area, otherwise vulkan would have to provide interfaces to the desktop manager for window creation (GUI library). Someone could simply create a device context (DC in windows, similar for the X server) then manage the "vulkan app" manually like a windowed game with no chrome (frameless), but this would be a great deal of work right now.
Old hand Windows developer bible addressing device context and rendering among many other things: **Programming Windows®, Fifth Edition (Developer Reference) 5th Edition**. Very good read and from an agnostic point of view provides a great deal of carry over knowledge loosely applicable to most systems. |
34,665,478 | I have heared vulkan will unify the initialisation on different operating systems. Does that mean vulkan creates the window, handles mouse/keyboard events so I can avoid using os specific programming? | 2016/01/07 | [
"https://Stackoverflow.com/questions/34665478",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/5259965/"
] | It won't. Window creation will be platform specific and an WSI extension will let you link the window to a renderable Image that you can push to the screen.
From information gleaned out of the presentations that have been given I expect that you will use a platform specific WSI Extension to create a Swapchain for your window.
Then each time you wish to push a frame to the screen you need to acquire a presentable image from the swapchain; render to it and then present it.
see [this slide pack](https://www.khronos.org/assets/uploads/developers/library/2015-siggraph/3D-BOF-SIGGRAPH_Aug15.pdf) from slide 109 onward. | Window (frames) are general desktop manager controls; you could display the vulkan app's content in the client area, otherwise vulkan would have to provide interfaces to the desktop manager for window creation (GUI library). Someone could simply create a device context (DC in windows, similar for the X server) then manage the "vulkan app" manually like a windowed game with no chrome (frameless), but this would be a great deal of work right now.
Old hand Windows developer bible addressing device context and rendering among many other things: **Programming Windows®, Fifth Edition (Developer Reference) 5th Edition**. Very good read and from an agnostic point of view provides a great deal of carry over knowledge loosely applicable to most systems. |
34,665,478 | I have heared vulkan will unify the initialisation on different operating systems. Does that mean vulkan creates the window, handles mouse/keyboard events so I can avoid using os specific programming? | 2016/01/07 | [
"https://Stackoverflow.com/questions/34665478",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/5259965/"
] | No, Vulkan is a low-level API for accessing GPUs. It does not deal with windows and input. In fact it can be used easily in a "headless" manner with no visual output at all. | Window (frames) are general desktop manager controls; you could display the vulkan app's content in the client area, otherwise vulkan would have to provide interfaces to the desktop manager for window creation (GUI library). Someone could simply create a device context (DC in windows, similar for the X server) then manage the "vulkan app" manually like a windowed game with no chrome (frameless), but this would be a great deal of work right now.
Old hand Windows developer bible addressing device context and rendering among many other things: **Programming Windows®, Fifth Edition (Developer Reference) 5th Edition**. Very good read and from an agnostic point of view provides a great deal of carry over knowledge loosely applicable to most systems. |
45,747 | My 73 year old mother is a surprisingly savvy computer user. She uses her computer for research almost daily. As she has gotten older, she has developed a tremor in both hands. This makes using the mouse difficult when clicking on small items on the screen. She currently uses Windows XP. Is there software or hardware that can dampen her tremor so she can continue to use enjoy her computer? | 2009/09/23 | [
"https://superuser.com/questions/45747",
"https://superuser.com",
"https://superuser.com/users/12044/"
] | Have you tried [SteadyMouse](http://www.steadymouse.com/)? It looks like it was designed for your needs. Hasn't been updated (from the looks of it) for a while- but if it does what you need who cares (runs on XP).
And then there's [this crazy expensive solution](http://www.enablingtechnology.net/anti-tremor-mouse-adapter-119-p.asp), but I'd try the free software first. | If nothing else, reducing the mouse movement speed could make more accurate clicking easier

**Edit:** On a side note, my mother also has some slight hand tremors, although not that bad, but has an easier time using a [Trackball](http://www.rebeltech.co.za/images/Logitech%20Cordless%20Trackman%20Trackball.jpg) instead of a mouse. Results may vary. |
45,747 | My 73 year old mother is a surprisingly savvy computer user. She uses her computer for research almost daily. As she has gotten older, she has developed a tremor in both hands. This makes using the mouse difficult when clicking on small items on the screen. She currently uses Windows XP. Is there software or hardware that can dampen her tremor so she can continue to use enjoy her computer? | 2009/09/23 | [
"https://superuser.com/questions/45747",
"https://superuser.com",
"https://superuser.com/users/12044/"
] | Have you considered the accessibility options to [Control the mouse pointer with the keyboard (Mouse Keys)](http://www.microsoft.com/enable/training/windowsvista/mousekeys.aspx).
That should allow her to move around the screen with the mouse and then switch to the keyboard for more precise movement.

Here are the [accessibility options in Windows XP](http://www.microsoft.com/enable/training/windowsxp/mousekeys.aspx).
 | Maybe using keyboard shortcuts rather than point and click would help her use the computer better without making her feel useless. |
45,747 | My 73 year old mother is a surprisingly savvy computer user. She uses her computer for research almost daily. As she has gotten older, she has developed a tremor in both hands. This makes using the mouse difficult when clicking on small items on the screen. She currently uses Windows XP. Is there software or hardware that can dampen her tremor so she can continue to use enjoy her computer? | 2009/09/23 | [
"https://superuser.com/questions/45747",
"https://superuser.com",
"https://superuser.com/users/12044/"
] | Have you considered the accessibility options to [Control the mouse pointer with the keyboard (Mouse Keys)](http://www.microsoft.com/enable/training/windowsvista/mousekeys.aspx).
That should allow her to move around the screen with the mouse and then switch to the keyboard for more precise movement.

Here are the [accessibility options in Windows XP](http://www.microsoft.com/enable/training/windowsxp/mousekeys.aspx).
 | If nothing else, reducing the mouse movement speed could make more accurate clicking easier

**Edit:** On a side note, my mother also has some slight hand tremors, although not that bad, but has an easier time using a [Trackball](http://www.rebeltech.co.za/images/Logitech%20Cordless%20Trackman%20Trackball.jpg) instead of a mouse. Results may vary. |
45,747 | My 73 year old mother is a surprisingly savvy computer user. She uses her computer for research almost daily. As she has gotten older, she has developed a tremor in both hands. This makes using the mouse difficult when clicking on small items on the screen. She currently uses Windows XP. Is there software or hardware that can dampen her tremor so she can continue to use enjoy her computer? | 2009/09/23 | [
"https://superuser.com/questions/45747",
"https://superuser.com",
"https://superuser.com/users/12044/"
] | If nothing else, reducing the mouse movement speed could make more accurate clicking easier

**Edit:** On a side note, my mother also has some slight hand tremors, although not that bad, but has an easier time using a [Trackball](http://www.rebeltech.co.za/images/Logitech%20Cordless%20Trackman%20Trackball.jpg) instead of a mouse. Results may vary. | Another suggestion: A trackball. A hand tremor won't move them. |
45,747 | My 73 year old mother is a surprisingly savvy computer user. She uses her computer for research almost daily. As she has gotten older, she has developed a tremor in both hands. This makes using the mouse difficult when clicking on small items on the screen. She currently uses Windows XP. Is there software or hardware that can dampen her tremor so she can continue to use enjoy her computer? | 2009/09/23 | [
"https://superuser.com/questions/45747",
"https://superuser.com",
"https://superuser.com/users/12044/"
] | Have you considered the accessibility options to [Control the mouse pointer with the keyboard (Mouse Keys)](http://www.microsoft.com/enable/training/windowsvista/mousekeys.aspx).
That should allow her to move around the screen with the mouse and then switch to the keyboard for more precise movement.

Here are the [accessibility options in Windows XP](http://www.microsoft.com/enable/training/windowsxp/mousekeys.aspx).
 | I'm sure there are third party options to do this, but I'm not aware of them. If I could propose an alternative though, you may look at increasing the size of the icons. This way normal users without a tremor won't be adversely affected. |
45,747 | My 73 year old mother is a surprisingly savvy computer user. She uses her computer for research almost daily. As she has gotten older, she has developed a tremor in both hands. This makes using the mouse difficult when clicking on small items on the screen. She currently uses Windows XP. Is there software or hardware that can dampen her tremor so she can continue to use enjoy her computer? | 2009/09/23 | [
"https://superuser.com/questions/45747",
"https://superuser.com",
"https://superuser.com/users/12044/"
] | If nothing else, reducing the mouse movement speed could make more accurate clicking easier

**Edit:** On a side note, my mother also has some slight hand tremors, although not that bad, but has an easier time using a [Trackball](http://www.rebeltech.co.za/images/Logitech%20Cordless%20Trackman%20Trackball.jpg) instead of a mouse. Results may vary. | I'm sure there are third party options to do this, but I'm not aware of them. If I could propose an alternative though, you may look at increasing the size of the icons. This way normal users without a tremor won't be adversely affected. |
45,747 | My 73 year old mother is a surprisingly savvy computer user. She uses her computer for research almost daily. As she has gotten older, she has developed a tremor in both hands. This makes using the mouse difficult when clicking on small items on the screen. She currently uses Windows XP. Is there software or hardware that can dampen her tremor so she can continue to use enjoy her computer? | 2009/09/23 | [
"https://superuser.com/questions/45747",
"https://superuser.com",
"https://superuser.com/users/12044/"
] | Have you considered the accessibility options to [Control the mouse pointer with the keyboard (Mouse Keys)](http://www.microsoft.com/enable/training/windowsvista/mousekeys.aspx).
That should allow her to move around the screen with the mouse and then switch to the keyboard for more precise movement.

Here are the [accessibility options in Windows XP](http://www.microsoft.com/enable/training/windowsxp/mousekeys.aspx).
 | Another suggestion: A trackball. A hand tremor won't move them. |
45,747 | My 73 year old mother is a surprisingly savvy computer user. She uses her computer for research almost daily. As she has gotten older, she has developed a tremor in both hands. This makes using the mouse difficult when clicking on small items on the screen. She currently uses Windows XP. Is there software or hardware that can dampen her tremor so she can continue to use enjoy her computer? | 2009/09/23 | [
"https://superuser.com/questions/45747",
"https://superuser.com",
"https://superuser.com/users/12044/"
] | Have you tried [SteadyMouse](http://www.steadymouse.com/)? It looks like it was designed for your needs. Hasn't been updated (from the looks of it) for a while- but if it does what you need who cares (runs on XP).
And then there's [this crazy expensive solution](http://www.enablingtechnology.net/anti-tremor-mouse-adapter-119-p.asp), but I'd try the free software first. | Another suggestion: A trackball. A hand tremor won't move them. |
45,747 | My 73 year old mother is a surprisingly savvy computer user. She uses her computer for research almost daily. As she has gotten older, she has developed a tremor in both hands. This makes using the mouse difficult when clicking on small items on the screen. She currently uses Windows XP. Is there software or hardware that can dampen her tremor so she can continue to use enjoy her computer? | 2009/09/23 | [
"https://superuser.com/questions/45747",
"https://superuser.com",
"https://superuser.com/users/12044/"
] | Have you tried [SteadyMouse](http://www.steadymouse.com/)? It looks like it was designed for your needs. Hasn't been updated (from the looks of it) for a while- but if it does what you need who cares (runs on XP).
And then there's [this crazy expensive solution](http://www.enablingtechnology.net/anti-tremor-mouse-adapter-119-p.asp), but I'd try the free software first. | I'm sure there are third party options to do this, but I'm not aware of them. If I could propose an alternative though, you may look at increasing the size of the icons. This way normal users without a tremor won't be adversely affected. |
45,747 | My 73 year old mother is a surprisingly savvy computer user. She uses her computer for research almost daily. As she has gotten older, she has developed a tremor in both hands. This makes using the mouse difficult when clicking on small items on the screen. She currently uses Windows XP. Is there software or hardware that can dampen her tremor so she can continue to use enjoy her computer? | 2009/09/23 | [
"https://superuser.com/questions/45747",
"https://superuser.com",
"https://superuser.com/users/12044/"
] | If nothing else, reducing the mouse movement speed could make more accurate clicking easier

**Edit:** On a side note, my mother also has some slight hand tremors, although not that bad, but has an easier time using a [Trackball](http://www.rebeltech.co.za/images/Logitech%20Cordless%20Trackman%20Trackball.jpg) instead of a mouse. Results may vary. | Maybe using keyboard shortcuts rather than point and click would help her use the computer better without making her feel useless. |
8,691 | LEGO tries very hard to protect its brand name. There is a company policy to use the expression "Lego bricks" rather than "Legos."
I am fortunate to live close to a Legoland and a LEGO retail store. However, I occasionally hear an employee say "Legos," and of course the (American) public uses "Legos" all the time.
**Is this incorrect**? Are we just being lazy? | 2017/03/08 | [
"https://bricks.stackexchange.com/questions/8691",
"https://bricks.stackexchange.com",
"https://bricks.stackexchange.com/users/6833/"
] | You can say "Legos" if you want to. But for The LEGO Group it's an important matter, because if people start saying "Legos" about similar products produced by other companies, LEGO might lose their brand if it is [deemed genericized](https://en.wikipedia.org/wiki/List_of_generic_and_genericized_trademarks). | (I feel like this should be pinned to the homepage or something, as I've seen this question a LOT.)
Here is a link to their official policy statement:
<https://www.lego.com/en-us/legal/legal-notice/fair-play>
Relevant excerpts:
"**A Trademark must be Protected**
A trademark must be able to distinguish the goods of one company from those of another. If a trademark loses this ability, the owner may find that it can no longer prevent others from using the trademark. An owner must prevent the improper use of its trademarks to prevent the public from being deceived. This is why the LEGO Group is very active around the world in making sure that its trademarks are not misused."
"**Proper Use of the LEGO Trademark on a Web Site**
If the LEGO trademark is used at all, it should always be used as an adjective, not as a noun. For example, say "MODELS BUILT OF LEGO BRICKS". Never say "MODELS BUILT OF LEGOs". Also, the trademark should appear in the same typeface as the surrounding text and should not be isolated or set apart from the surrounding text. In other words, the trademarks should not be emphasized or highlighted. Finally, the LEGO trademark should always appear with a ® symbol each time it is used." |
13,972 | [](https://i.stack.imgur.com/NgeoV.png)
In the attached image, we can see **chenier** **ridges** and **strand plains**. How are they formed and what is the involvement of **rip** and **longshore currents** in their formation? | 2018/04/23 | [
"https://earthscience.stackexchange.com/questions/13972",
"https://earthscience.stackexchange.com",
"https://earthscience.stackexchange.com/users/12718/"
] | The following sources helped me understand these landforms - hopefully they can help you too :)
From the [Miranda Shorebird Centre](https://www.miranda-shorebird.org.nz/natural-history/chenier-plains): The Miranda-Kaiaua cheniers are first formed as sand and cockle-shell bars on the foreshore or intertidal flats. The bars are then moved landward by wave action. Eventually the bars attain sufficient height to withstand such wave action.
From [NASA's Earth Observatory](https://earthobservatory.nasa.gov/images/78980/strandplain-coastal-peru): Strandplains are built by successive additions of beach sand, usually from some nearby source. Each ridge shows the position of a prior shoreline. | Pebbles and other mostly non-biological debris are heaped up on the beach by wave action. Then either the sea retreats or the land rises, and these features are left high and dry to become part of the landscape. An example of land rising may be found in Scotland, where relieved of the burden of ice a couple of kilometres thick, the land is still rising more than 10,000 years after the last ice age ended. Other phenomena may cause the land to rise, but the removal of an ice burden is a common one. |
262,284 | I didn't find a question about this, so, if there is one, please give me the link.
I'm asking a question and someone answers it really quickly (for example, writing 2 lines of code) and it helps me solve my problem, but after five minutes I get another answer, a very well documented answer, pointing to the documentation, different ways to do it etc.
Should I accept the first answer, that I used in my code, or the second one that is more likely to help future users? | 2014/07/02 | [
"https://meta.stackoverflow.com/questions/262284",
"https://meta.stackoverflow.com",
"https://meta.stackoverflow.com/users/3711219/"
] | You should accept the answer that helped you the most.
The community will decide - through votes - which is the better answer. | You don’t want to reward people who give fast answers if it means denying better ones. This is known as [“the Fastest Gun in the West” problem](https://meta.stackexchange.com/questions/9731/fastest-gun-in-the-west-problem) around here, and there are many postings about it.
Probably the only time one would make an acceptance decision based on time of posting is when there were two *truly* duplicate answers posted at separate times. I rather wish people would look at existing answers and avoid duplicating them, but that doesn’t always happen.
Also, please remember that you can change your accepted answer whenever you like. If a better answer comes in after you’ve already accepted one that is not as good, you can always change which answer you’ve accepted.
I cannot say for sure without seeing the postings involved, but if it were me, I tend to favor answers that present a complete picture over those that just fire off a quickie. Of course, a long and complicated solution should not be preferred over a simple and elegant one. |
262,284 | I didn't find a question about this, so, if there is one, please give me the link.
I'm asking a question and someone answers it really quickly (for example, writing 2 lines of code) and it helps me solve my problem, but after five minutes I get another answer, a very well documented answer, pointing to the documentation, different ways to do it etc.
Should I accept the first answer, that I used in my code, or the second one that is more likely to help future users? | 2014/07/02 | [
"https://meta.stackoverflow.com/questions/262284",
"https://meta.stackoverflow.com",
"https://meta.stackoverflow.com/users/3711219/"
] | You should accept the answer that helped you the most.
The community will decide - through votes - which is the better answer. | In the case you *specifically* mention, if both answers are equally helpful to you in the sense that they both guide you to the same solution, but one is more well written, I would usually accept the more well written answer - but it's really entirely up to you. If one had a simple answer and one was more complex, but the simpler was more specific to your needs, nothing wrong with choosing that one certainly.
However, speed shouldn't be the major criterion, I would say; speed should determine between two otherwise equivalent answers only (if even that). Otherwise, I would consider all answers present at any given time to be equally valid. |
262,284 | I didn't find a question about this, so, if there is one, please give me the link.
I'm asking a question and someone answers it really quickly (for example, writing 2 lines of code) and it helps me solve my problem, but after five minutes I get another answer, a very well documented answer, pointing to the documentation, different ways to do it etc.
Should I accept the first answer, that I used in my code, or the second one that is more likely to help future users? | 2014/07/02 | [
"https://meta.stackoverflow.com/questions/262284",
"https://meta.stackoverflow.com",
"https://meta.stackoverflow.com/users/3711219/"
] | You should accept the answer that helped you the most.
The community will decide - through votes - which is the better answer. | Speed should have nothing to do with it. |
262,284 | I didn't find a question about this, so, if there is one, please give me the link.
I'm asking a question and someone answers it really quickly (for example, writing 2 lines of code) and it helps me solve my problem, but after five minutes I get another answer, a very well documented answer, pointing to the documentation, different ways to do it etc.
Should I accept the first answer, that I used in my code, or the second one that is more likely to help future users? | 2014/07/02 | [
"https://meta.stackoverflow.com/questions/262284",
"https://meta.stackoverflow.com",
"https://meta.stackoverflow.com/users/3711219/"
] | You don’t want to reward people who give fast answers if it means denying better ones. This is known as [“the Fastest Gun in the West” problem](https://meta.stackexchange.com/questions/9731/fastest-gun-in-the-west-problem) around here, and there are many postings about it.
Probably the only time one would make an acceptance decision based on time of posting is when there were two *truly* duplicate answers posted at separate times. I rather wish people would look at existing answers and avoid duplicating them, but that doesn’t always happen.
Also, please remember that you can change your accepted answer whenever you like. If a better answer comes in after you’ve already accepted one that is not as good, you can always change which answer you’ve accepted.
I cannot say for sure without seeing the postings involved, but if it were me, I tend to favor answers that present a complete picture over those that just fire off a quickie. Of course, a long and complicated solution should not be preferred over a simple and elegant one. | In the case you *specifically* mention, if both answers are equally helpful to you in the sense that they both guide you to the same solution, but one is more well written, I would usually accept the more well written answer - but it's really entirely up to you. If one had a simple answer and one was more complex, but the simpler was more specific to your needs, nothing wrong with choosing that one certainly.
However, speed shouldn't be the major criterion, I would say; speed should determine between two otherwise equivalent answers only (if even that). Otherwise, I would consider all answers present at any given time to be equally valid. |
262,284 | I didn't find a question about this, so, if there is one, please give me the link.
I'm asking a question and someone answers it really quickly (for example, writing 2 lines of code) and it helps me solve my problem, but after five minutes I get another answer, a very well documented answer, pointing to the documentation, different ways to do it etc.
Should I accept the first answer, that I used in my code, or the second one that is more likely to help future users? | 2014/07/02 | [
"https://meta.stackoverflow.com/questions/262284",
"https://meta.stackoverflow.com",
"https://meta.stackoverflow.com/users/3711219/"
] | You don’t want to reward people who give fast answers if it means denying better ones. This is known as [“the Fastest Gun in the West” problem](https://meta.stackexchange.com/questions/9731/fastest-gun-in-the-west-problem) around here, and there are many postings about it.
Probably the only time one would make an acceptance decision based on time of posting is when there were two *truly* duplicate answers posted at separate times. I rather wish people would look at existing answers and avoid duplicating them, but that doesn’t always happen.
Also, please remember that you can change your accepted answer whenever you like. If a better answer comes in after you’ve already accepted one that is not as good, you can always change which answer you’ve accepted.
I cannot say for sure without seeing the postings involved, but if it were me, I tend to favor answers that present a complete picture over those that just fire off a quickie. Of course, a long and complicated solution should not be preferred over a simple and elegant one. | Speed should have nothing to do with it. |
22,793,030 | All,
Just wanted to check to see if CA Layer 7 has any mobile app development platform? I am trying to find if there is any but couldn't. I saw only Mobile API access solutions from Layer7.
has anyone known and used any mobile app development platform from CA?
Thanks
Paul | 2014/04/01 | [
"https://Stackoverflow.com/questions/22793030",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1947471/"
] | I think this should help you : CA Mobile API Gateway
reference: <http://www.ca.com/us/securecenter/ca-mobile-api-gateway.aspx>
We are planning to trial this API this month, I would update this answer again with the review.
I really feel afraid using these APIs related to the security from the mobile because the applications are so sensitive even a "." on these API can create havoc.
And also, I don't know how secure the mobile connections would be but let's give a try on test servers! | Does the Layer7 Mobile Access Gateway help you? The latest MAG (2.0, I think) works with Layer7 8.0. |
420,037 | I am a newbie. I have a power bank which gives 5 v output from a USB. Now I need to step down the 5v into 1.5v to run a small motor. I have searched a lot to find any readymade IC... But unable to find. Can anyone help me, how to convert 5v to 1.5v ? | 2019/02/01 | [
"https://electronics.stackexchange.com/questions/420037",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/211667/"
] | 1. Easy: use an adjustable 3-terminal voltage regulator and connect the "adjust" pin to ground. The downside to this is that for every watt that goes to the motor, you'll burn up around 2.3 watts in the regulator. This means you'll need to pay attention to heat sinking, and you'll get really low system efficiency (but it'll work).
2. Medium-hard: Find a step-down converter, either a design to build or a module on ebay. If you find one that's current limited and nice and robust, and choose a current capability that's well above your motor's running current (because motors always consume more when starting than when running), it may work OK. You may have to do some experimenting, because by default step-down regulators don't play nicely with motors. Efficiency will be much better.
3. Hard: Use a half-bridge driver with PWM, with a duty cycle of around 30%. One downside is that if you're a newbie, you have no clue what I just said. An upside is that you have all the bits you need to make a speed control; you just need to be able to adjust the duty cycle from 0% to 30% | Search for:
* Step down converter
* Buck converter
* Switching converter
* DC-DC converter
Check that the input can be set to 5 V, and the output can be set to 1.5 V.
Some converters have fixed input/output voltages, others can be changed.
A ready made module also contains the necessary resistors/capacitors etc. |
420,037 | I am a newbie. I have a power bank which gives 5 v output from a USB. Now I need to step down the 5v into 1.5v to run a small motor. I have searched a lot to find any readymade IC... But unable to find. Can anyone help me, how to convert 5v to 1.5v ? | 2019/02/01 | [
"https://electronics.stackexchange.com/questions/420037",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/211667/"
] | 1. Easy: use an adjustable 3-terminal voltage regulator and connect the "adjust" pin to ground. The downside to this is that for every watt that goes to the motor, you'll burn up around 2.3 watts in the regulator. This means you'll need to pay attention to heat sinking, and you'll get really low system efficiency (but it'll work).
2. Medium-hard: Find a step-down converter, either a design to build or a module on ebay. If you find one that's current limited and nice and robust, and choose a current capability that's well above your motor's running current (because motors always consume more when starting than when running), it may work OK. You may have to do some experimenting, because by default step-down regulators don't play nicely with motors. Efficiency will be much better.
3. Hard: Use a half-bridge driver with PWM, with a duty cycle of around 30%. One downside is that if you're a newbie, you have no clue what I just said. An upside is that you have all the bits you need to make a speed control; you just need to be able to adjust the duty cycle from 0% to 30% | You could try something like this:

[simulate this circuit](/plugins/schematics?image=http%3a%2f%2fi.stack.imgur.com%2f0lsJR.png) – Schematic created using [CircuitLab](https://www.circuitlab.com/)
The voltage divider allows us to have a 1.5v reference (200 kilo ohm resistor), I've chosen high value resistors in order to minimize as much the amount of power being lost. The comparator is there to quickly turn off and on the mosfet as soon as the load voltage increases over 1.5v and decreases to less than 1.5v. This very quick oscillation ensures that the voltage across the motor stays at 1.5v.
Perhaps this approach is a little bit hard to understand provided that you don't have much experience. |
1,526,749 | My problem scenario is as follows:
I have one GridviewA bound to a objectdatasourceA. When I click on a GridviewA row, I want another objectdatasourceB to pick the ID from the GridViewA and then fetch records for GridviewB. This is like masterdetail.
Can i do this and how to use javascript/jqueryscript to make it smooth. | 2009/10/06 | [
"https://Stackoverflow.com/questions/1526749",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/-1/"
] | Short answer: 16 x 16 pixels.
Long answer:
.ico files can actually contain multiple images, at multiple colour depths - you can provide 16x16, 32x32, 48x48 and 64x64 in a single file and the OS will pick the best one to show.
Of course to keep the file size low you don't want to put too many in there, but if you think people might be saving a link on their desktop (say it's a web application) then it's probably a good move. | See [Microsoft's recommendations](https://msdn.microsoft.com/en-us/library/windows/desktop/dn742485(v=vs.85).aspx).
Basically, 16x16, 32x32, 48x48, and 256x256 for application icons. I guess the window icon is a toolbar icon so 16x16, 24x24 and 32x32. |
1,526,749 | My problem scenario is as follows:
I have one GridviewA bound to a objectdatasourceA. When I click on a GridviewA row, I want another objectdatasourceB to pick the ID from the GridViewA and then fetch records for GridviewB. This is like masterdetail.
Can i do this and how to use javascript/jqueryscript to make it smooth. | 2009/10/06 | [
"https://Stackoverflow.com/questions/1526749",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/-1/"
] | Short answer: 16 x 16 pixels.
Long answer:
.ico files can actually contain multiple images, at multiple colour depths - you can provide 16x16, 32x32, 48x48 and 64x64 in a single file and the OS will pick the best one to show.
Of course to keep the file size low you don't want to put too many in there, but if you think people might be saving a link on their desktop (say it's a web application) then it's probably a good move. | To originally figure this out when wanted to start making .ico images I opened a good looking icon already being used in Windows 11 with GIMP. I found nine layers 256 128 64 48 40 32 24 20 and 16. So this is kind of the formula I've been following creating the icons in Gimp and none of my icons fail ever they always display no matter what size they are.
With GIMP you can take any single image and turn it into a multi-layer icon, you just have to know how to do a bit of image editing.But it %100 free. |
1,526,749 | My problem scenario is as follows:
I have one GridviewA bound to a objectdatasourceA. When I click on a GridviewA row, I want another objectdatasourceB to pick the ID from the GridViewA and then fetch records for GridviewB. This is like masterdetail.
Can i do this and how to use javascript/jqueryscript to make it smooth. | 2009/10/06 | [
"https://Stackoverflow.com/questions/1526749",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/-1/"
] | See [Microsoft's recommendations](https://msdn.microsoft.com/en-us/library/windows/desktop/dn742485(v=vs.85).aspx).
Basically, 16x16, 32x32, 48x48, and 256x256 for application icons. I guess the window icon is a toolbar icon so 16x16, 24x24 and 32x32. | To originally figure this out when wanted to start making .ico images I opened a good looking icon already being used in Windows 11 with GIMP. I found nine layers 256 128 64 48 40 32 24 20 and 16. So this is kind of the formula I've been following creating the icons in Gimp and none of my icons fail ever they always display no matter what size they are.
With GIMP you can take any single image and turn it into a multi-layer icon, you just have to know how to do a bit of image editing.But it %100 free. |
48,198 | When I apply for the admission to the graduate school in America, I need to provide the "Recommendation Provider" in the online system.
* What should I write when I am asked "relationship to you"?
* Are there any specific group of words for such relationship?
* Is "teacher-student" a proper word?
* What if the professor is not only my teacher but also the thesis adviser? How should I write the relationship? | 2011/11/14 | [
"https://english.stackexchange.com/questions/48198",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/-1/"
] | "Professor" is his relationship to you. "Professor & thesis adviser", or "Professor/Adviser" would cover the rest.
I don't know of a better word, unless you are looking for something like "mentor". That might be helpful if you were writing a recommendation for him, but not so much for you. | Strictly speaking, the name of the *relationship* would be something like:
* Tutelage
* Mentorship
* Apprenticeship
* Guidance
* Instruction, etc.
However, when asked for their "relationship to you", you are expected to only give their title or role such as "professor" or "thesis advisor". |
139,387 | I have lost my Kazakh passport in Germany together with my residence permit. The issue is that I need to travel to Vienna for some business issues in the next 10 days. Due to having a double citizenship - I also have a Russian passport, which has no visa or residence permit in it.
Am I allowed to travel within the Schengen countries with a valid passport that doesn't have visa in it? | 2019/05/28 | [
"https://travel.stackexchange.com/questions/139387",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/98184/"
] | Generally a Visa card can be expected to work for (almost) every currency in the world. If the currency of the transaction is different from the currency the card balance is kept in, the issuer will seamlessly convert the money according to the exchange rate for the day.
You pay for this service in the form of slightly worse exchange rates than wholesale forex market quotes -- but the rates on a credit/debit card will usually be *better* than what you can get at a brick-and-mortar foreign exchange counter.\*
As far as I can see, the [HDFC Multicurrency ForexPlus](https://www.hdfcbank.com/personal/products/cards/forex-cards/multicurrency-forexplus-card) appears to be a Visa-branded debit card that can maintain *balances* in several different currencies. Presumably this allows you to bypass the bank's own exchange rates for those currencies, and instead go seek your own fortune with a forex broker of your choice. But the bank's description doesn't seem to say those currencies are the only ones you can do *transactions* in.
For Złoty I would expect it works just like an ordinary Visa card, converting to one of the currencies you have a balance in.
\*) The [rates and fees](https://www.hdfcbank.com/personal/products/cards/forex-cards/multicurrency-forexplus-card/rates-fees) page about the card explicitly lists a 2% markup for cross-currency transactions, so it is clearly *possible*. It's a matter of temperament whether you consider 2% to be fair or a rip-off, but it compares quite favorably with the 7.5% markup over the ECB reference rate currently offered on Złoty by [a random exchange counter in Berlin](https://www.exchange-ag.de/wechselkurse). (I tried to google for currency exchangers in Warsaw, but their websites all seem to be in Polish and the apparent spreads on them are so tiny that I think there must be a separate markup or transaction fee charged that I just don't know how to look for). | Most businesses that take cards in Poland will allow you to pay in Euros. Withdrawing cash from ATM's is also possible with Euro cards. The conversion rate may or may not be the best, but you can do that. |
139,387 | I have lost my Kazakh passport in Germany together with my residence permit. The issue is that I need to travel to Vienna for some business issues in the next 10 days. Due to having a double citizenship - I also have a Russian passport, which has no visa or residence permit in it.
Am I allowed to travel within the Schengen countries with a valid passport that doesn't have visa in it? | 2019/05/28 | [
"https://travel.stackexchange.com/questions/139387",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/98184/"
] | It is not a bad option these days to use your regular debit card (at ATMs) or credit card. Check with your bank about the foreign currency charges. Indian banks generally give your a good currency conversion rate but they do charge 2-3.5% foreign currency fee plus 18% (of the fee) GST. In my experience, credit card fees tend to be higher. Call your bank and find out that day's Forex rate and the foreign currency fees applicable to your card(s).
I generally do try to get a Forex card and some cash as a fallback. Since you are not able to get zloty, carrying Euros/GBP as backup should be fine.
Hope you enjoy your trip! | Use card in ATM MACHINE to withdraw your cash in your location, or dispense your money with card in any super market which can accept your card or e-money |
139,387 | I have lost my Kazakh passport in Germany together with my residence permit. The issue is that I need to travel to Vienna for some business issues in the next 10 days. Due to having a double citizenship - I also have a Russian passport, which has no visa or residence permit in it.
Am I allowed to travel within the Schengen countries with a valid passport that doesn't have visa in it? | 2019/05/28 | [
"https://travel.stackexchange.com/questions/139387",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/98184/"
] | Assuming that card works like a standard Visa/Mastercard, it will work fine. Whenever I have used my (GBP) Mastercard in Poland, the card machine has asked if I want to pay in Złoty or convert to GBP (and siliar in other countries with other currencies)
Note that the conversion rate is usually much worse than the Visa/Mastercard rate, so it's generally better to pay in the local currency and let your card issuer do the conversion - but check their terms first to make sure they don't charge a commission. | Most businesses that take cards in Poland will allow you to pay in Euros. Withdrawing cash from ATM's is also possible with Euro cards. The conversion rate may or may not be the best, but you can do that. |
139,387 | I have lost my Kazakh passport in Germany together with my residence permit. The issue is that I need to travel to Vienna for some business issues in the next 10 days. Due to having a double citizenship - I also have a Russian passport, which has no visa or residence permit in it.
Am I allowed to travel within the Schengen countries with a valid passport that doesn't have visa in it? | 2019/05/28 | [
"https://travel.stackexchange.com/questions/139387",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/98184/"
] | Assuming that card works like a standard Visa/Mastercard, it will work fine. Whenever I have used my (GBP) Mastercard in Poland, the card machine has asked if I want to pay in Złoty or convert to GBP (and siliar in other countries with other currencies)
Note that the conversion rate is usually much worse than the Visa/Mastercard rate, so it's generally better to pay in the local currency and let your card issuer do the conversion - but check their terms first to make sure they don't charge a commission. | Use card in ATM MACHINE to withdraw your cash in your location, or dispense your money with card in any super market which can accept your card or e-money |
139,387 | I have lost my Kazakh passport in Germany together with my residence permit. The issue is that I need to travel to Vienna for some business issues in the next 10 days. Due to having a double citizenship - I also have a Russian passport, which has no visa or residence permit in it.
Am I allowed to travel within the Schengen countries with a valid passport that doesn't have visa in it? | 2019/05/28 | [
"https://travel.stackexchange.com/questions/139387",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/98184/"
] | Generally a Visa card can be expected to work for (almost) every currency in the world. If the currency of the transaction is different from the currency the card balance is kept in, the issuer will seamlessly convert the money according to the exchange rate for the day.
You pay for this service in the form of slightly worse exchange rates than wholesale forex market quotes -- but the rates on a credit/debit card will usually be *better* than what you can get at a brick-and-mortar foreign exchange counter.\*
As far as I can see, the [HDFC Multicurrency ForexPlus](https://www.hdfcbank.com/personal/products/cards/forex-cards/multicurrency-forexplus-card) appears to be a Visa-branded debit card that can maintain *balances* in several different currencies. Presumably this allows you to bypass the bank's own exchange rates for those currencies, and instead go seek your own fortune with a forex broker of your choice. But the bank's description doesn't seem to say those currencies are the only ones you can do *transactions* in.
For Złoty I would expect it works just like an ordinary Visa card, converting to one of the currencies you have a balance in.
\*) The [rates and fees](https://www.hdfcbank.com/personal/products/cards/forex-cards/multicurrency-forexplus-card/rates-fees) page about the card explicitly lists a 2% markup for cross-currency transactions, so it is clearly *possible*. It's a matter of temperament whether you consider 2% to be fair or a rip-off, but it compares quite favorably with the 7.5% markup over the ECB reference rate currently offered on Złoty by [a random exchange counter in Berlin](https://www.exchange-ag.de/wechselkurse). (I tried to google for currency exchangers in Warsaw, but their websites all seem to be in Polish and the apparent spreads on them are so tiny that I think there must be a separate markup or transaction fee charged that I just don't know how to look for). | Use card in ATM MACHINE to withdraw your cash in your location, or dispense your money with card in any super market which can accept your card or e-money |
139,387 | I have lost my Kazakh passport in Germany together with my residence permit. The issue is that I need to travel to Vienna for some business issues in the next 10 days. Due to having a double citizenship - I also have a Russian passport, which has no visa or residence permit in it.
Am I allowed to travel within the Schengen countries with a valid passport that doesn't have visa in it? | 2019/05/28 | [
"https://travel.stackexchange.com/questions/139387",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/98184/"
] | It is not a bad option these days to use your regular debit card (at ATMs) or credit card. Check with your bank about the foreign currency charges. Indian banks generally give your a good currency conversion rate but they do charge 2-3.5% foreign currency fee plus 18% (of the fee) GST. In my experience, credit card fees tend to be higher. Call your bank and find out that day's Forex rate and the foreign currency fees applicable to your card(s).
I generally do try to get a Forex card and some cash as a fallback. Since you are not able to get zloty, carrying Euros/GBP as backup should be fine.
Hope you enjoy your trip! | Most businesses that take cards in Poland will allow you to pay in Euros. Withdrawing cash from ATM's is also possible with Euro cards. The conversion rate may or may not be the best, but you can do that. |
139,387 | I have lost my Kazakh passport in Germany together with my residence permit. The issue is that I need to travel to Vienna for some business issues in the next 10 days. Due to having a double citizenship - I also have a Russian passport, which has no visa or residence permit in it.
Am I allowed to travel within the Schengen countries with a valid passport that doesn't have visa in it? | 2019/05/28 | [
"https://travel.stackexchange.com/questions/139387",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/98184/"
] | Assuming that card works like a standard Visa/Mastercard, it will work fine. Whenever I have used my (GBP) Mastercard in Poland, the card machine has asked if I want to pay in Złoty or convert to GBP (and siliar in other countries with other currencies)
Note that the conversion rate is usually much worse than the Visa/Mastercard rate, so it's generally better to pay in the local currency and let your card issuer do the conversion - but check their terms first to make sure they don't charge a commission. | It is not a bad option these days to use your regular debit card (at ATMs) or credit card. Check with your bank about the foreign currency charges. Indian banks generally give your a good currency conversion rate but they do charge 2-3.5% foreign currency fee plus 18% (of the fee) GST. In my experience, credit card fees tend to be higher. Call your bank and find out that day's Forex rate and the foreign currency fees applicable to your card(s).
I generally do try to get a Forex card and some cash as a fallback. Since you are not able to get zloty, carrying Euros/GBP as backup should be fine.
Hope you enjoy your trip! |
26,509 | Has anyone had problems with how Windows and Linux drivers configure the network card? I have a Realtek 8112L LAN Controller and am dual-booting Windows 7 and Ubuntu 10.10. After using network processes under both systems the network card stops working under either, forcing me to reset the CMOS.
**Update** The CMOS reset works but is not necessary for me. Shutting down and unplugging the power cord works as well.
I fear the only solution will be for someone to fix the driver, if anyone has another idea I would love to hear it. | 2011/02/15 | [
"https://askubuntu.com/questions/26509",
"https://askubuntu.com",
"https://askubuntu.com/users/10897/"
] | In my case, it works well on Ubuntu 10.10 but Win 7 cannot recognize the card. The solution is to cold reboot and wait for a few minutes then turn on and boot into Win 7 ( I googled somewhere but now I forgot). According to some explanation, Ubuntu loads some kind of firmware into the card that Win 7 cannot recognize. Anyway, it worked for me. | I was having the same problem. Windows 7 ethernet not working, was previously working prior to installing Ubuntu as dual boot. Ethernet works well in Ubuntu.
The solution is simple. Totally unplug power cord, wait a few minutes, boot into Windows. Problem will be gone! |
34,313 | If you are leading a game, is it ethical to capture your opponent's pieces one by one or go straight for checkmate? | 2021/02/28 | [
"https://chess.stackexchange.com/questions/34313",
"https://chess.stackexchange.com",
"https://chess.stackexchange.com/users/26805/"
] | There is no rule or law that says that you have to try and checkmate in as few moves as possible and so there is no ethical requirement either.
In fact, if there are just a few pieces left on the board and you are very short of time it makes a lot of sense to take all the opponent's pieces as quickly as possible and only then worry about how you are going to checkmate.
Otherwise if you run out of time while your opponent still has some material left then you are going to lose on time. If your flag falls after you have taken all their pieces then you still get a draw. | Your opponent has the option to resign.
Personally I feel it depends on the motive. If you deliberately ignoring simple forced mates it seems a bit rude but if you are simply trading pieces to go for a longer/less aggressive and far more certain win that is fine (probably a good idea too). |
34,313 | If you are leading a game, is it ethical to capture your opponent's pieces one by one or go straight for checkmate? | 2021/02/28 | [
"https://chess.stackexchange.com/questions/34313",
"https://chess.stackexchange.com",
"https://chess.stackexchange.com/users/26805/"
] | There is no rule or law that says that you have to try and checkmate in as few moves as possible and so there is no ethical requirement either.
In fact, if there are just a few pieces left on the board and you are very short of time it makes a lot of sense to take all the opponent's pieces as quickly as possible and only then worry about how you are going to checkmate.
Otherwise if you run out of time while your opponent still has some material left then you are going to lose on time. If your flag falls after you have taken all their pieces then you still get a draw. | Why would you choose to not choose to checkmate right away? You are wasting both your time and your opponent's time by not doing so. Tournaments take place in short periods of time, so using that time to keep up your ability to play is important. Unless there is a time constraint, and you are trying to ensure that you will not lose by running out of time, you should checkmate in as few moves as possible. |
34,313 | If you are leading a game, is it ethical to capture your opponent's pieces one by one or go straight for checkmate? | 2021/02/28 | [
"https://chess.stackexchange.com/questions/34313",
"https://chess.stackexchange.com",
"https://chess.stackexchange.com/users/26805/"
] | There is no rule or law that says that you have to try and checkmate in as few moves as possible and so there is no ethical requirement either.
In fact, if there are just a few pieces left on the board and you are very short of time it makes a lot of sense to take all the opponent's pieces as quickly as possible and only then worry about how you are going to checkmate.
Otherwise if you run out of time while your opponent still has some material left then you are going to lose on time. If your flag falls after you have taken all their pieces then you still get a draw. | It depends on level of play and seriousness. If this game is a tournament game but lower rated, I would be happy if my opponent was playing around. This would allow more stalemating chances.
If I seriously didn't want to endure it, I could always resign. If this was a grandmaster game or just a high rated game that was taken seriously, it may be seen as disrespectful and unsportsmanlike to do so.
Just like how there are no real rules against offering a draw, it could be seen as rude to offer a draw when you're clearly losing.
Of course if you're playing a casual game, you can do whatever you want. When I play with my friends I would often give up all my pieces and underpromote some pawns to do fun checkmates like 3 knights and whatnot. |
34,313 | If you are leading a game, is it ethical to capture your opponent's pieces one by one or go straight for checkmate? | 2021/02/28 | [
"https://chess.stackexchange.com/questions/34313",
"https://chess.stackexchange.com",
"https://chess.stackexchange.com/users/26805/"
] | It depends.
The [USCF Code of Ethics](http://www.uschess.org/index.php/Governance/Code-of-Ethics-of-the-US-Chess-Federation-US-Chess.html) states that the following is unethical:
>
> Deliberately failing to play at one's best in a game, in any manner inconsistent with the principles of good sportsmanship, honesty, or fair play.
>
>
>
I would take this to mean that if you have a mate in 1 and you see it but purposely don't play it, you're being unethical. However, I would *not* take this to mean that you cannot take your opponent's pieces if this is a legitimate attempt to win (or prevent losing on time.) | It doesn't hurt to ask your opponent if they'd like to resign or keep playing. I beat a number of better players when they got well ahead and made mistakes, and I lost many games the same way.
Also, weak players don't get to really study desperate endgames if they're always resigning. One of my chess partners used to consistently draw me into a stalemate when I was well ahead, instead of resigning. If he'd just resigned, or if I'd just wiped him out, I would have never grokked that option. |
34,313 | If you are leading a game, is it ethical to capture your opponent's pieces one by one or go straight for checkmate? | 2021/02/28 | [
"https://chess.stackexchange.com/questions/34313",
"https://chess.stackexchange.com",
"https://chess.stackexchange.com/users/26805/"
] | There is no rule or law that says that you have to try and checkmate in as few moves as possible and so there is no ethical requirement either.
In fact, if there are just a few pieces left on the board and you are very short of time it makes a lot of sense to take all the opponent's pieces as quickly as possible and only then worry about how you are going to checkmate.
Otherwise if you run out of time while your opponent still has some material left then you are going to lose on time. If your flag falls after you have taken all their pieces then you still get a draw. | It doesn't hurt to ask your opponent if they'd like to resign or keep playing. I beat a number of better players when they got well ahead and made mistakes, and I lost many games the same way.
Also, weak players don't get to really study desperate endgames if they're always resigning. One of my chess partners used to consistently draw me into a stalemate when I was well ahead, instead of resigning. If he'd just resigned, or if I'd just wiped him out, I would have never grokked that option. |
34,313 | If you are leading a game, is it ethical to capture your opponent's pieces one by one or go straight for checkmate? | 2021/02/28 | [
"https://chess.stackexchange.com/questions/34313",
"https://chess.stackexchange.com",
"https://chess.stackexchange.com/users/26805/"
] | Why would you choose to not choose to checkmate right away? You are wasting both your time and your opponent's time by not doing so. Tournaments take place in short periods of time, so using that time to keep up your ability to play is important. Unless there is a time constraint, and you are trying to ensure that you will not lose by running out of time, you should checkmate in as few moves as possible. | It doesn't hurt to ask your opponent if they'd like to resign or keep playing. I beat a number of better players when they got well ahead and made mistakes, and I lost many games the same way.
Also, weak players don't get to really study desperate endgames if they're always resigning. One of my chess partners used to consistently draw me into a stalemate when I was well ahead, instead of resigning. If he'd just resigned, or if I'd just wiped him out, I would have never grokked that option. |
34,313 | If you are leading a game, is it ethical to capture your opponent's pieces one by one or go straight for checkmate? | 2021/02/28 | [
"https://chess.stackexchange.com/questions/34313",
"https://chess.stackexchange.com",
"https://chess.stackexchange.com/users/26805/"
] | Why would you choose to not choose to checkmate right away? You are wasting both your time and your opponent's time by not doing so. Tournaments take place in short periods of time, so using that time to keep up your ability to play is important. Unless there is a time constraint, and you are trying to ensure that you will not lose by running out of time, you should checkmate in as few moves as possible. | Your opponent has the option to resign.
Personally I feel it depends on the motive. If you deliberately ignoring simple forced mates it seems a bit rude but if you are simply trading pieces to go for a longer/less aggressive and far more certain win that is fine (probably a good idea too). |
34,313 | If you are leading a game, is it ethical to capture your opponent's pieces one by one or go straight for checkmate? | 2021/02/28 | [
"https://chess.stackexchange.com/questions/34313",
"https://chess.stackexchange.com",
"https://chess.stackexchange.com/users/26805/"
] | There is no rule or law that says that you have to try and checkmate in as few moves as possible and so there is no ethical requirement either.
In fact, if there are just a few pieces left on the board and you are very short of time it makes a lot of sense to take all the opponent's pieces as quickly as possible and only then worry about how you are going to checkmate.
Otherwise if you run out of time while your opponent still has some material left then you are going to lose on time. If your flag falls after you have taken all their pieces then you still get a draw. | If a football game was lopsided at halftime, wouldn't it be ethical to call the game?
Since chess has a resigning option, I don't consider any move as unethical. I consider an opponent who doesn't resign in a hopeless position as someone who deserves to be tortured, and it allows me to practice technique. So promote to all knights and practice the unusual mate. |
34,313 | If you are leading a game, is it ethical to capture your opponent's pieces one by one or go straight for checkmate? | 2021/02/28 | [
"https://chess.stackexchange.com/questions/34313",
"https://chess.stackexchange.com",
"https://chess.stackexchange.com/users/26805/"
] | It depends on level of play and seriousness. If this game is a tournament game but lower rated, I would be happy if my opponent was playing around. This would allow more stalemating chances.
If I seriously didn't want to endure it, I could always resign. If this was a grandmaster game or just a high rated game that was taken seriously, it may be seen as disrespectful and unsportsmanlike to do so.
Just like how there are no real rules against offering a draw, it could be seen as rude to offer a draw when you're clearly losing.
Of course if you're playing a casual game, you can do whatever you want. When I play with my friends I would often give up all my pieces and underpromote some pawns to do fun checkmates like 3 knights and whatnot. | Your opponent has the option to resign.
Personally I feel it depends on the motive. If you deliberately ignoring simple forced mates it seems a bit rude but if you are simply trading pieces to go for a longer/less aggressive and far more certain win that is fine (probably a good idea too). |
34,313 | If you are leading a game, is it ethical to capture your opponent's pieces one by one or go straight for checkmate? | 2021/02/28 | [
"https://chess.stackexchange.com/questions/34313",
"https://chess.stackexchange.com",
"https://chess.stackexchange.com/users/26805/"
] | If a football game was lopsided at halftime, wouldn't it be ethical to call the game?
Since chess has a resigning option, I don't consider any move as unethical. I consider an opponent who doesn't resign in a hopeless position as someone who deserves to be tortured, and it allows me to practice technique. So promote to all knights and practice the unusual mate. | It depends on level of play and seriousness. If this game is a tournament game but lower rated, I would be happy if my opponent was playing around. This would allow more stalemating chances.
If I seriously didn't want to endure it, I could always resign. If this was a grandmaster game or just a high rated game that was taken seriously, it may be seen as disrespectful and unsportsmanlike to do so.
Just like how there are no real rules against offering a draw, it could be seen as rude to offer a draw when you're clearly losing.
Of course if you're playing a casual game, you can do whatever you want. When I play with my friends I would often give up all my pieces and underpromote some pawns to do fun checkmates like 3 knights and whatnot. |
1,473,951 | What is the "best way" to generate a name for a Windows named pipe so it will not conflict with other processes? | 2009/09/24 | [
"https://Stackoverflow.com/questions/1473951",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/4778/"
] | Use a GUID......... | You company name plus something, e.g. plus the process ID. |
60,305 | I am looking into CCD cameras that can be attached to a microscope. I understand that there is a premium to pay for anything labeled "industrial", but I don't really understand why they cost so much, given that their framerates/resolutions are comparable or worse than what you find on modern smartphones. For example, the Prosilica GE2040 listed [here](http://www.edmundoptics.com/imaging/cameras/gigabit-ethernet-cameras/avt-prosilica-ge-series-gige-cameras/3398) is monochrome, takes 4K resolution pictures and its maximal framerate is 15 fps costs ~6300 USD - but a smartphone costing tenth of that can shoot 4K res 30 fps movies!
What am I missing here? What is special about these cameras that make them so expensive? | 2015/02/20 | [
"https://photo.stackexchange.com/questions/60305",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/37893/"
] | >
> Why can't you just use the sensor you have in a smartphone or in a simple hand-held camera with a microscope and get better quality more cheaply?
>
>
>
You're starting from a false premise — that the resolution tells you much about the image quality. The $6000 camera from your link has a 1/1.2"-format sensor, which has an area roughly 5× that in an iPhone. That larger area gives an inherent advantage.
As you note, this sensor is an industrial part, with [very detailed specifications](http://www.ccd.com/pdf/ccd_4000.pdf) readily available; among other things, if you need that technical information for a paper, you're not guessing. And while it has different characteristics from sensors in typical consumer cameras, it *is* a high end part.
You can see more on what can matter in a sensor at [What characteristics make a digital sensor good?](https://photo.stackexchange.com/questions/35861/what-characteristics-make-a-digital-sensor-good) — this alone is probably the key answer to your question.
But additionally, there are other distinguishing characteristics. For example, the sensor (and camera made around it) is available in a monochrome version, which means more per-pixel resolution if you don't care about color. And beyond image quality, the camera has features like gigabit ethernet output which are appropriate for a lab instrument; that
And, finally, the smartphone has a cheap lens built into it, a fixed limiting factor. This camera is an interchangeable lens system, making it much more versatile for whatever application.
Now, it may be possible that the consumer-device output will be just fine for what you need. In that case, awesome. But better quality more cheaply? No. | The difference is a higher reliability and compliance to different (industry) standards.
Say for example you are building automated assembly lines for other companies that at some point require computer vision.
If this assembly line fails and stops doing whatever it is supposed to do, the company that bought it from you will charge you by the minute (and call you as often).
It seems to be a good idea to use a camera that is built to last instead of some consumer product that is designed to be replaced in a few months with another version.
While they do not have any specifications online, I wouldn't be surprised if this industrial camera is dust and/or even splash proof.
The connector is Gigabit Ethernet, probably with a special connector to ensure dust/splash proving.
A lot of consumer laptops for example only come with 100 Ethernet these days, because people like the convenience of wireless connections. This is different in industry applications. It's not like factories set up wifi to share their important images.
Consumer electronics are so cheap because that is one of the most important goals in their design process. |
28,469 | According to [this article](http://www.independent.co.uk/news/world/europe/marine-le-pen-national-front-name-change-national-union-rally-far-right-vote-a8250676.html) (also [confirmed by BBC](http://www.bbc.com/news/world-europe-43364931)), Marine Le Pen proposes National Front changes name to National Rally:
>
> French far-right leader Marine Le Pen has proposed her National Front
> party be renamed the **National Rally** – **le Rassemblement National** – in a
> bid to try to improve its image and to help facilitate alliances with
> other parties.
>
>
>
However, the same article mentions some somewhat negative aspects of this new name for the party:
* close to another party's name:
>
> (...) the echoes the new name has of the Rassemblement National
> Populaire (RNP), an **extreme right collaborationist group** set up by
> Marcel Déat during the German occupation of France between 1941 and
> 1944.
>
>
>
* reduced support within the party
>
> The idea of changing the FN’s name was **approved by a narrow majority
> of members, with 52 per cent backing it**, according to figures provided
> by the party.
>
>
>
While name change by itself makes sense ("aiming to bury the FN name that has been associated with her father Jean-Marie since he co-founded the party in 1972"), the new name does not seem a happy choice.
**Question:** Was any reason indicated for Marine Le Pen's choice about the party's new name? | 2018/03/12 | [
"https://politics.stackexchange.com/questions/28469",
"https://politics.stackexchange.com",
"https://politics.stackexchange.com/users/11278/"
] | Officially she wanted something more inviting, that would a) bring people together more - Hence Rassemblement National (National Gathering) vs Front National (National Front, as in it's a war) - and b) relieve the party of the stigma associated with its name (because it is widely perceived as racist and antisemite, because of the despicable reputation of its founder and his henchmen, etc.).
Unofficially it's anyone's guess.
There was a collaborationist French party during WW2, as you already pointed out, which was called Rassemblement National Populaire. Marine Le Pen's father, Jean-Marie Le Pen, is far too smart and cultivated to not have been aware of it. (The guy oozed intellect when debating, in contrast with his daughter who oozes unsophistication. He could possibly have risen to power in the 90s or 00s had he not been a certified racist and antisemite.)
At any rate, fast forward to the 1965 presidential election. An extreme right wing lawyer then campaigned under the name Rassemblement National. Surely he was fully aware of the backstory. His campaign manager, incidentally, was no other than Jean-Marie Le Pen.
Jean-Marie Le Pen then used the name again during the 1985 and 1986 elections as has been widely reported in French press.
And that's to say nothing of the other polemic that revolves around there already being a (Gaullist) RN party around.
The point I'm trying to get at is that, there's an official reason but it certainly seems like there's some [dog whistling](https://en.wikipedia.org/wiki/Dog-whistle_politics) involved too. Or maybe it's just woeful incompetence and lack of historical references among the FN/RN's current ruling team. | A few elements in addition to @Denis de Bernardy's answer:
1. *Rassemblement* (Rally) is common in French parties' name. For example, [Wikipedia](https://www.wikiwand.com/fr/Liste_des_partis_et_mouvements_politiques_fran%C3%A7ais) lists 22 active parties containing the word in their name. For example, the Republicans used to be called *Rassemblement pour la Republique* (Rally for the Republic) from 1976 to 2002.
2. Marine Le Pen quite successfully used the word *Rassemblement* in the past. She branded the name *Rassemblement Bleu Marine* (Navy Blue Rally, a word play on her name) during local and national elections when she was at the head of the *Front National*. Many candidates for local elections campaigned under that name in place of putting the *Front National* name on their flyer, as it was meant to be a departure from the bad image of the party and a sign of renewal and modernism. |
78,583 | Do harmonics work the same on bass guitar as is the case with a regular guitar (Natural harmonics at the 7th and 12th frets) or is it different on the bass? | 2019/01/11 | [
"https://music.stackexchange.com/questions/78583",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/7306/"
] | It's the same as on a guitar. Harmonics occur at equal divisions of the string length. Half the string is the location of the 12th fret. This produces a harmonic at twice the frequency of the open string, which is one octave higher.
Dividing the string into thirds, which is at the 7th fret, produces the fifth of the 12th fret harmonic. (Halfway between the 7th fret and the bridge, at the 19th fret, you'll find the same harmonic.)
This continues to work up the harmonic series. If you divide the string in equal fourths (which occur at the 5th and 24th frets), you'll get a pitch two octaves higher than the open string.
By dividing a string, you can find these same harmonics on any stringed instrument, though you don't necessarily have frets as a convenient reference. | Harmonics are always at the same (proportional) spaces on **any string**.
The only thing that matters when determining where harmonics appear on a string would be length of the string. The 1st harmonic will always appear halfway inbetween the endpoints of the string (if it's fretted, count that as the endpoint), the next one divides the string into 3rds, etc...
That also means that the harmonics will always be in the same location relative to the fretboard (for instruments that have them), so as an example, the bass guitar and the guitar will both have a harmonic over the 12th fret on an open string. |
78,583 | Do harmonics work the same on bass guitar as is the case with a regular guitar (Natural harmonics at the 7th and 12th frets) or is it different on the bass? | 2019/01/11 | [
"https://music.stackexchange.com/questions/78583",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/7306/"
] | It's the same as on a guitar. Harmonics occur at equal divisions of the string length. Half the string is the location of the 12th fret. This produces a harmonic at twice the frequency of the open string, which is one octave higher.
Dividing the string into thirds, which is at the 7th fret, produces the fifth of the 12th fret harmonic. (Halfway between the 7th fret and the bridge, at the 19th fret, you'll find the same harmonic.)
This continues to work up the harmonic series. If you divide the string in equal fourths (which occur at the 5th and 24th frets), you'll get a pitch two octaves higher than the open string.
By dividing a string, you can find these same harmonics on any stringed instrument, though you don't necessarily have frets as a convenient reference. | To flesh out the other answers with some practical pointers, try the fifth fret (gives you two octaves above the open string), and the fourth (produces a third plus two octaves above the open string).
There are are further harmonics to be found, both above frets and between them, but the two mentioned above will be easisest to find and play (as well as the 7th and 12th frets, of course). |
78,583 | Do harmonics work the same on bass guitar as is the case with a regular guitar (Natural harmonics at the 7th and 12th frets) or is it different on the bass? | 2019/01/11 | [
"https://music.stackexchange.com/questions/78583",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/7306/"
] | It's the same as on a guitar. Harmonics occur at equal divisions of the string length. Half the string is the location of the 12th fret. This produces a harmonic at twice the frequency of the open string, which is one octave higher.
Dividing the string into thirds, which is at the 7th fret, produces the fifth of the 12th fret harmonic. (Halfway between the 7th fret and the bridge, at the 19th fret, you'll find the same harmonic.)
This continues to work up the harmonic series. If you divide the string in equal fourths (which occur at the 5th and 24th frets), you'll get a pitch two octaves higher than the open string.
By dividing a string, you can find these same harmonics on any stringed instrument, though you don't necessarily have frets as a convenient reference. | So, I'm sure somebody has probably said it and finish patting themselves on the back for correction points but, I didn't notice it being said after reading through some of the arguments about where the harmonic locations occur... Or maybe today is my lucky day and I will gleefully give myself an 'attaboy' and probably a 'howdoyado' here shortly... but, there are actually harmonics located on every fret if played correctly. I saw reference to natural harmonics and artificial harmonics but there are also pinch harmonics. Natural harmonics are on the 5th 7th 12th 17th 19th and 24th fret, while artificial harmonics occur on the second, third, ninth, 14th, 15th, and 21st. Lastly, a pinch harmonic can occur anywhere a note can be fretted with the proper pick grip technique. The difference between the three can be heard clearly. Natural harmonics are more of a chime sound with much more sustain than artificial. Artificial are a more brief and muted sounding. While pinch harmonics typically are only used with an electric distorted sound. |
78,583 | Do harmonics work the same on bass guitar as is the case with a regular guitar (Natural harmonics at the 7th and 12th frets) or is it different on the bass? | 2019/01/11 | [
"https://music.stackexchange.com/questions/78583",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/7306/"
] | Harmonics are always at the same (proportional) spaces on **any string**.
The only thing that matters when determining where harmonics appear on a string would be length of the string. The 1st harmonic will always appear halfway inbetween the endpoints of the string (if it's fretted, count that as the endpoint), the next one divides the string into 3rds, etc...
That also means that the harmonics will always be in the same location relative to the fretboard (for instruments that have them), so as an example, the bass guitar and the guitar will both have a harmonic over the 12th fret on an open string. | To flesh out the other answers with some practical pointers, try the fifth fret (gives you two octaves above the open string), and the fourth (produces a third plus two octaves above the open string).
There are are further harmonics to be found, both above frets and between them, but the two mentioned above will be easisest to find and play (as well as the 7th and 12th frets, of course). |
78,583 | Do harmonics work the same on bass guitar as is the case with a regular guitar (Natural harmonics at the 7th and 12th frets) or is it different on the bass? | 2019/01/11 | [
"https://music.stackexchange.com/questions/78583",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/7306/"
] | Harmonics are always at the same (proportional) spaces on **any string**.
The only thing that matters when determining where harmonics appear on a string would be length of the string. The 1st harmonic will always appear halfway inbetween the endpoints of the string (if it's fretted, count that as the endpoint), the next one divides the string into 3rds, etc...
That also means that the harmonics will always be in the same location relative to the fretboard (for instruments that have them), so as an example, the bass guitar and the guitar will both have a harmonic over the 12th fret on an open string. | So, I'm sure somebody has probably said it and finish patting themselves on the back for correction points but, I didn't notice it being said after reading through some of the arguments about where the harmonic locations occur... Or maybe today is my lucky day and I will gleefully give myself an 'attaboy' and probably a 'howdoyado' here shortly... but, there are actually harmonics located on every fret if played correctly. I saw reference to natural harmonics and artificial harmonics but there are also pinch harmonics. Natural harmonics are on the 5th 7th 12th 17th 19th and 24th fret, while artificial harmonics occur on the second, third, ninth, 14th, 15th, and 21st. Lastly, a pinch harmonic can occur anywhere a note can be fretted with the proper pick grip technique. The difference between the three can be heard clearly. Natural harmonics are more of a chime sound with much more sustain than artificial. Artificial are a more brief and muted sounding. While pinch harmonics typically are only used with an electric distorted sound. |
78,583 | Do harmonics work the same on bass guitar as is the case with a regular guitar (Natural harmonics at the 7th and 12th frets) or is it different on the bass? | 2019/01/11 | [
"https://music.stackexchange.com/questions/78583",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/7306/"
] | To flesh out the other answers with some practical pointers, try the fifth fret (gives you two octaves above the open string), and the fourth (produces a third plus two octaves above the open string).
There are are further harmonics to be found, both above frets and between them, but the two mentioned above will be easisest to find and play (as well as the 7th and 12th frets, of course). | So, I'm sure somebody has probably said it and finish patting themselves on the back for correction points but, I didn't notice it being said after reading through some of the arguments about where the harmonic locations occur... Or maybe today is my lucky day and I will gleefully give myself an 'attaboy' and probably a 'howdoyado' here shortly... but, there are actually harmonics located on every fret if played correctly. I saw reference to natural harmonics and artificial harmonics but there are also pinch harmonics. Natural harmonics are on the 5th 7th 12th 17th 19th and 24th fret, while artificial harmonics occur on the second, third, ninth, 14th, 15th, and 21st. Lastly, a pinch harmonic can occur anywhere a note can be fretted with the proper pick grip technique. The difference between the three can be heard clearly. Natural harmonics are more of a chime sound with much more sustain than artificial. Artificial are a more brief and muted sounding. While pinch harmonics typically are only used with an electric distorted sound. |
359,656 | I have macOS Sierra 10.12.6, but I keep seeing "This product is not compatible with macOS 10.15 Catalina." message instead of the "buy" button on Steam.
Is there any know solution to this?
*Can't really google this problem, google just throws at me articles about macOS Catalina and compatibility lists.* | 2019/11/02 | [
"https://gaming.stackexchange.com/questions/359656",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/49789/"
] | Found this work around:
* Open a browser and login into your steam account there.
* Find the game, and press the play button there [this is free-to-play game in my case].
* Confirm that you already have steam installed.
the game will start to download. | The reason is that Catalina doesn't support 32-bit applications at all. You see this warning because the game has only 32 bit version and you won't be able to play it after update (and macOS encourages you to update it).
This is support article from [Steam](https://support.steampowered.com/kb_article.php?ref=1055-ISJM-8568), they put these as possible workarounds:
>
> Options to keep 32-bit Mac games playable on a Mac computer:
>
>
> * Consider not upgrading to macOS 10.15 or above. By staying on macOS 10.14 Mojave or older you will ensure that your 32-bit apps are still playable on your Mac computer.
> * After upgrading to macOS 10.15 Catalina, consider installing macOS 10.14 Mojave on a separate APFS volume on your computer along with Steam. This will allow you to flip over to macOS 10.14 on restart of your computer where you can continue to play all of your 32-bit Mac games. More information here.
> * Use Bootcamp on Mac to launch your games in Windows on your Mac computer. More information about Bootcamp can be found here.
>
>
> |
10,490 | Is it possible to paint furniture that is made of particle board and has a laminate finish that makes it appear as if it is solid wood? Essentially cheap furniture. I have an entertainment center than is made like this but it is light colored where all of our other furniture is dark color. If possible we would like to paint it without it looking completely awful.
Are there any techniques for doing this? | 2011/12/06 | [
"https://diy.stackexchange.com/questions/10490",
"https://diy.stackexchange.com",
"https://diy.stackexchange.com/users/4501/"
] | Disassemble
===========
It will be easier to work with if you can take the furniture apart, or at least break it down in to smaller pieces. If you can't take it apart, you'll still want to remove any doors or drawers.
Sand
====
You'll want to sand the surfaces that will be painted, with 220 grit sand paper. Be careful not to sand too much, you don't want to sand completely through the veneer. You're just looking to remove the protective coating, and scuff up the surface a bit.
Wipe away the dust
==================
Wipe the surfaces down with a [Tack cloth](http://en.wikipedia.org/wiki/Tack_cloth) to remove all the dust.

Prime
=====
Prime the surfaces with a primer designed for laminate, or "glossy surfaces". [Zinsser Bulls Eye 1-2-3 Primer/Sealer](http://www.thepaintstore.com/Zinsser_Bulls_Eye_1_2_3_Primer_Sealer_p/02004.htm) is one such primer, though somebody in the paint department at your local hardware store may be able recommend a better/different one.

Wait
====
You'll want to wait the full cure time specified in the instructions on the primer, before you start painting.
Paint
=====
Apply 2 coats of paint (waiting the specified time between coats), with a foam brush and/or roller. You can use any type of brush you want, but a regular brush might leave streaks while a regular roller may leave an undesired texture.
Seal
====
Once the paint has fully dried, you can apply a [polyurethane](http://en.wikipedia.org/wiki/Polyurethane) to help protect the finish. Apply 2-3 coats with a foam or soft bristle brush, sanding between coats with 220 or 320 grit sand paper (See [What grit sandpaper should I use between coats of poly?](https://diy.stackexchange.com/q/4469/33)).

Put it back together
====================
Reassemble the furniture, and touch up any spots damaged during assembly. | I'd suggest talking to a dedicated paint store specialist. I imagine you can but it's going to take some heavy duty primer or possibly an epoxy based paint.
Off the top of my head, one specific product that might fit the bill is a new-ish 'kitchen counter refinisher' that I've seen pop-up lately at the home improvement stores. There appear to be various brands. A quick google search turns up several. It appears that many of them are using an epoxy based system. I have no idea the cost, so it may very well be cost prohibitive compared to the original cost of the furniture. |
2,571 | Mars has a different axial tilt than Earth. It stands to reason that the constellations will remain identical from Mars, but their locations will be somewhat different. On Earth, the North Star is used as a navigational aide. What is Mars's "North Star", "South Star", and if there isn't a star for either, what would the region look like over the North/South poles? | 2013/10/28 | [
"https://space.stackexchange.com/questions/2571",
"https://space.stackexchange.com",
"https://space.stackexchange.com/users/25/"
] | The location of the North Pole is 21.18 RA, 52.89 North. There is no "North Star" located there, although it is about half-way between Deneb and Alderamin. ([Source](http://earthsky.org/space/mars-north-south-star)). In the sourthern sky, Kappa Velorum is a good South Pole Star. Here's also a few screenshots as to what the poles would look like:
[Mars North Pole](http://www.eknent.com/etc/mars_sp.png):

[Mars South Pole](http://www.eknent.com/etc/mars_sp.png):

I've also added a bit of video showing how these stars will appear in the following video: | Martians could imagine a line formed by [Deneb](https://en.wikipedia.org/wiki/Deneb) and [Sadr](https://en.wikipedia.org/wiki/Gamma_Cygni), which have [apparent magnitudes](https://en.wikipedia.org/wiki/Apparent_magnitude) of 1.21–1.29 and 2.23 respectively (lower is brighter), compared with Polaris which [varies](https://en.wikipedia.org/wiki/List_of_brightest_stars) between 1.86–2.13. This would get them a little less than 3° away from true north (compared to <0.5° for Polaris on Earth).
They could also take the midpoint between Deneb and [Alderamin](https://en.wikipedia.org/wiki/Alpha_Cephei), but it's fainter, with an apparent visual magnitude of 2.5141. If you extend the midpoint by one seventh of the total distance between Deneb and Alderamin, you'll get pretty close to the North Pole.
[](https://i.stack.imgur.com/g5Cxq.png)
Yellow is the distance between Sadr (the star above Deneb in the [Cygnus](https://en.wikipedia.org/wiki/Cygnus_(constellation)) constellation) and Deneb extended from Deneb. Cyan is a line from Deneb to Alderamin, with a line 1/7th of the distance extending from its midpoint; accurately eyeballing a seventh and figuring out which way the line should extend is left as an exercise for the Martians.
---
After some stargazing, I found Alderamin very obvious and on reflection, knowing that Sadr to Deneb points to the Martian north is only useful for remembering which way to extend the seventh (though you can just remember that Cygnus points to the North).
Cygnus is pretty easy to find becuase it's in the Milky Way, so you just follow that large cloudy patch in the sky until you find it, although there's a similar looking constelation, [Aquila](https://en.wikipedia.org/wiki/Aquila_(constellation)) which also looks like a stick figure but smaller and with the arms raised at a higher angle (turns out it's actually supposed to be an eagle).
The other approximate way to find it is the same way you [find Polaris from the Big Dipper](https://en.wikipedia.org/wiki/Polaris#/media/File:Ursa_Major_-_Ursa_Minor_-_Polaris.jpg) using its front two stars, you just have to go 2-3 times as far and you end up pretty far away, but in the general area. Orion's belt also points in that general direction, but it's far away.
[Cassiopeia](https://en.wikipedia.org/wiki/Cassiopeia_(constellation)) (looks like the letter W) is the most obvious nearby constellation. Also the star [Vega](https://en.wikipedia.org/wiki/Vega) is close by and very bright. |
386 | My Answer in Question [“Хотеть” or “хотеться”, “захотеть” or “захотеться”](https://russian.stackexchange.com/questions/11290/%D0%A5%D0%BE%D1%82%D0%B5%D1%82%D1%8C-or-%D1%85%D0%BE%D1%82%D0%B5%D1%82%D1%8C%D1%81%D1%8F-%D0%B7%D0%B0%D1%85%D0%BE%D1%82%D0%B5%D1%82%D1%8C-or-%D0%B7%D0%B0%D1%85%D0%BE%D1%82%D0%B5%D1%82%D1%8C%D1%81%D1%8F). So I followed the link that was giveт to provide me some explanation. I read:
>
> Answers that do not fundamentally answer the question may be removed. This includes answers that are:
>
>
> * commentary on the question or other answers
> * asking another, different question
> * “thanks!” or “me too!” responses
> * exact duplicates of other answers
> * barely more than a link to an external site
> * not even a partial answer to the actual question
>
>
>
Well, my Answer is obviously not a comentary on the question, it is not asking another question, it's not "Thanks!", it is not a duplicate, it has no links and (the most important!) it gives a comprehensive answer to the Question.
So why my Answer was made to a comment and how a "real true" Answer to this question should look like? | 2015/12/02 | [
"https://russian.meta.stackexchange.com/questions/386",
"https://russian.meta.stackexchange.com",
"https://russian.meta.stackexchange.com/users/6097/"
] | Well, to me your answer does look like an answer. It would probably fit the "low quality" criteria - and I would add a comment stating somethine like "please avoid a simple one-line answer. We are looking for more expanded answers".
It's further likely that your answer would get downvotes, exactly because it's a one-liner whereas there is a clear opportunity to provide more details (as has been done in the accepted answer). Hence, converting it into comment, in my opinion, saves you from receiving downvotes.
This may not answer your question of why it was converted - that's up to the moderator who did that to explain though - but I'm suggesting some possibilities. | The reasons it was converted to a comment are following:
* It does not adds anything new to the answers that are already there.
* When answer is that short it most probably will lead for some discussions.
As an extreme case think of an answer as short as just "Да". This could be valid but if you won't take some effort and elaborate it very likely that somebody will add a comment "Почему", somebody else will add comment "Нет" etc. This hardly will make the answer neither more valuable nor more readable.
* It is still a valuable note which would be nice to see right under the question. |
5,486 | Just last night the heat bed stopped working. It was fine up to 75 % of the print, then when it was done the bed was not on anymore. The display said it was set to 50 °C, but it was at 18 °C. I did try moving the pins, and that is not loose (very simple thing to try).
I want to know what could have happened and what to look for when I try to fix the heat bed.
Please note: I do have a multi-meter. I do not use a MOSFET (I do have plans to install on)
Upon further investigation, I tested the mother board for any voltage were the bed hooks up and there is nothing. I had the printer trying to heat the bed when I was testing. But the thermistor is working, when I unhooked the connection the thermistor went to 0 °C, when plugged in it went to 18 °C.
Is it the motherboard? How can I fix this knowing no power is being supplied to the bed from the motherboard? Do I need a new motherboard? | 2018/02/13 | [
"https://3dprinting.stackexchange.com/questions/5486",
"https://3dprinting.stackexchange.com",
"https://3dprinting.stackexchange.com/users/8835/"
] | This is a shot in the dark, but the vast majority of problems with a heating bed stopping to work is usually at the cables/connectors interface.
This is because in printers like the A6, the cable/connector is subject to constant mechanical stress, and - since [metal fatigue](https://en.m.wikipedia.org/wiki/Metal_Fatigue) is a thing - either the solder or the cable core cracks.
You should make good use of your tester to verify the integrity of the circuit in the bed and if it is not toasted you should be able to just repair the connection.
For many printers there exist "strain relief mods" to prevent this type of failure to happen. The first one showing up for the A6 is [a full chain](https://www.thingiverse.com/thing:2020947), but normally is enough the have a small enclosure for the connector like [this one](https://www.thingiverse.com/thing:2186203) for the CR-10. | The bed stopped working yesterday. I used the multimeter on the bed plug. The bed heater reads 1.7-1.8 Ohm.
There was no 12 V supplied from the mainboard and I read its terminals. There were 12 V there. I tightened the screws and the plug received 12 V.
The bed heated for one print. Today I repeated the troubleshooting and found that the bed plug still had 12 V. When I pulled it, the Red terminal was burnt and melted into the plug. After cleaning it by inserting and removing it several times, the bed started working again. The Red and Black wires are hot to touch though.
This is the troubleshooting procedure one should follow. What remains to be confirmed is whether the resistance of the bed heater is correct; 1.8 Ohm at 12 V is about 80 W. Sounds about right, so the wires should not overheat.
I suspected a possibility of the shorting to the aluminum bed, but then the bed would be heated only in some areas, but mine is heated evenly across the entire surface area.
Edit: For now I ended up cutting the Red wire's terminal from the plug and soldering the wire directly to the bed. I might order the new bed harness from Anet, or not. |
23,677 | I heard on some Day9 screencast (can't find it anymore) that you can spawn larvae with all your queens without going back to the hatcheries and actually clicking on them (the queens will spawn larvae on the closest hatchery or something like that).
Did I make this up? | 2011/05/31 | [
"https://gaming.stackexchange.com/questions/23677",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/2159/"
] | You can click the hatchery on the *minimap* instead of the main area. Some people swear by that method (for reasons you mentioned), others assert that it's still faster to just find an efficient way of doing it by clicking directly on the hatcheries. There's a tutorial from PsyStarcraft about doing it efficiently:
<http://www.youtube.com/user/PsyStarcraft#p/search/4/gc-GwhjSn-k>
I am not a Zerg player so I have no opinions on this. | If you have multiple hatcheries in an area then tenfour's method won't be very effective. You can however double tap on your queen hotkey to centre the map on her, do your larvae business, and then double tap on your army hotkey to get back into the action.
However for expansions, the mini-map method works fine. |
23,677 | I heard on some Day9 screencast (can't find it anymore) that you can spawn larvae with all your queens without going back to the hatcheries and actually clicking on them (the queens will spawn larvae on the closest hatchery or something like that).
Did I make this up? | 2011/05/31 | [
"https://gaming.stackexchange.com/questions/23677",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/2159/"
] | You can click the hatchery on the *minimap* instead of the main area. Some people swear by that method (for reasons you mentioned), others assert that it's still faster to just find an efficient way of doing it by clicking directly on the hatcheries. There's a tutorial from PsyStarcraft about doing it efficiently:
<http://www.youtube.com/user/PsyStarcraft#p/search/4/gc-GwhjSn-k>
I am not a Zerg player so I have no opinions on this. | You did not imagine it, you can spawn larva by having the queens on a hotkey, make queens your active unit, press the spawn larva button (V), and then click on the hatchery/lair/hive on your mini-map. **The closest queen will move to that hatchery to spawn larva**.
This method though requires clicking on your minimap very accurately, if you don't then you're stuck with the targeting cross-hair for the larva inject spell. |
291,716 | I've sent out a few bottles of 7 beans from the Poké Pelago and received one bottle with 7 beans myself.
Is there any advantage to sending out bottles of beans or is it a gift mechanic for a randomly selected player? | 2016/11/20 | [
"https://gaming.stackexchange.com/questions/291716",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/65440/"
] | Based on the page for [Poké Pelago on Serebii](http://www.serebii.net/sunmoon/pokepelago.shtml), it looks like this is just to help random players over the Internet. It won't give you any benefit except the joy of knowing that you helped a stranger.
>
> You can also, once a day, send out a Bean Bottle. This will put 7 of your standard beans out and distribute them across the Internet to other players and you will sometimes find Bean Bottles from other players turn up on your game.
>
>
> | On days that I send one I will find at least three bottles washed up on the beach. They usually have rare beans in them. |
291,716 | I've sent out a few bottles of 7 beans from the Poké Pelago and received one bottle with 7 beans myself.
Is there any advantage to sending out bottles of beans or is it a gift mechanic for a randomly selected player? | 2016/11/20 | [
"https://gaming.stackexchange.com/questions/291716",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/65440/"
] | Based on the page for [Poké Pelago on Serebii](http://www.serebii.net/sunmoon/pokepelago.shtml), it looks like this is just to help random players over the Internet. It won't give you any benefit except the joy of knowing that you helped a stranger.
>
> You can also, once a day, send out a Bean Bottle. This will put 7 of your standard beans out and distribute them across the Internet to other players and you will sometimes find Bean Bottles from other players turn up on your game.
>
>
> | On days when I send bean bottles, it seems like I have more pokemon trying to come to my island for me to "see if they will go into a ball". I thought it was supposed to boost luck on your island. |
291,716 | I've sent out a few bottles of 7 beans from the Poké Pelago and received one bottle with 7 beans myself.
Is there any advantage to sending out bottles of beans or is it a gift mechanic for a randomly selected player? | 2016/11/20 | [
"https://gaming.stackexchange.com/questions/291716",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/65440/"
] | On days when I send bean bottles, it seems like I have more pokemon trying to come to my island for me to "see if they will go into a ball". I thought it was supposed to boost luck on your island. | On days that I send one I will find at least three bottles washed up on the beach. They usually have rare beans in them. |
3,428 | In primary publications, such as journals or conference proceedings, it is a common practise not to use the title or designation of authors in the front-matter.
What are the most compelling reasons for not including those information? Or in other words, are there any disadvantages? | 2012/09/26 | [
"https://academia.stackexchange.com/questions/3428",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/1580/"
] | I suspect to some extent it has to do with the wide range of available titles and honorifics out there. Moreover, this can lead to rather strange credits, such as the German system, where a title such as "Prof. Dr.-Ing. Dr.rer.nat. Dr.(h.c.) Dr.(h.c.) Dr.(h.c.)" is not as uncommon as it should be.
Keeping to names makes things more egalitarian. If needed, you can always look up a person's credentials. (It also helps to keep things consistent, and easier to track authors and cite papers, if you don't have to deal with titles as well!) | My experience is that professional fields (e.g., engineering and medicine) title are used more frequently in everyday life and are included in publications (e.g., New England Journal of Medicine and IEEE) while in non-professional fields (e.g., math and biology) titles are used less frequently and not included in publications (e.g., Ann Math and Cell). |
3,428 | In primary publications, such as journals or conference proceedings, it is a common practise not to use the title or designation of authors in the front-matter.
What are the most compelling reasons for not including those information? Or in other words, are there any disadvantages? | 2012/09/26 | [
"https://academia.stackexchange.com/questions/3428",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/1580/"
] | I suspect to some extent it has to do with the wide range of available titles and honorifics out there. Moreover, this can lead to rather strange credits, such as the German system, where a title such as "Prof. Dr.-Ing. Dr.rer.nat. Dr.(h.c.) Dr.(h.c.) Dr.(h.c.)" is not as uncommon as it should be.
Keeping to names makes things more egalitarian. If needed, you can always look up a person's credentials. (It also helps to keep things consistent, and easier to track authors and cite papers, if you don't have to deal with titles as well!) | I don't see this as a specific issue about titles, but rather a broader issue about how much information to provide about authors. In principle, there's an enormous amount one could say: for example, one could append complete CVs to the end of each published paper. Clearly, it's important to draw the line somewhere. The journals I'm familiar with typically do this by focusing on two issues: identifying authors unambiguously (people sometimes share the same name, but almost never the same name and department), and providing contact information. Titles and credentials bring up the question of status, and that's tricky because there are many different signs of status. Journals occasionally designate status awarded by the publisher (e.g., IEEE fellows or members of the US National Academy of Sciences), but it can be tricky to go much broader than that, since you need a good explanation of why you are publicly recognizing one person's particular type of status and not another's.
One option I've occasionally seen is to include a brief bio (typically one paragraph) of each author at the end of the paper. This is a convenient way to learn more about the authors, and it lets them each highlight whatever information they think is appropriate. |
3,428 | In primary publications, such as journals or conference proceedings, it is a common practise not to use the title or designation of authors in the front-matter.
What are the most compelling reasons for not including those information? Or in other words, are there any disadvantages? | 2012/09/26 | [
"https://academia.stackexchange.com/questions/3428",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/1580/"
] | I don't see this as a specific issue about titles, but rather a broader issue about how much information to provide about authors. In principle, there's an enormous amount one could say: for example, one could append complete CVs to the end of each published paper. Clearly, it's important to draw the line somewhere. The journals I'm familiar with typically do this by focusing on two issues: identifying authors unambiguously (people sometimes share the same name, but almost never the same name and department), and providing contact information. Titles and credentials bring up the question of status, and that's tricky because there are many different signs of status. Journals occasionally designate status awarded by the publisher (e.g., IEEE fellows or members of the US National Academy of Sciences), but it can be tricky to go much broader than that, since you need a good explanation of why you are publicly recognizing one person's particular type of status and not another's.
One option I've occasionally seen is to include a brief bio (typically one paragraph) of each author at the end of the paper. This is a convenient way to learn more about the authors, and it lets them each highlight whatever information they think is appropriate. | My experience is that professional fields (e.g., engineering and medicine) title are used more frequently in everyday life and are included in publications (e.g., New England Journal of Medicine and IEEE) while in non-professional fields (e.g., math and biology) titles are used less frequently and not included in publications (e.g., Ann Math and Cell). |
34,427,956 | We are implementing a communication system where client (mobile device) sends messages thru MQTT-MQ to the backend systems. I would like to benchmark the load performance of the MQTT-MQ data path.
Could you please recommend if there is any opensource (or commercial) performance test tool which could load test the MQTT-MQ data path. | 2015/12/23 | [
"https://Stackoverflow.com/questions/34427956",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2650065/"
] | Try out [Apache JMeter](http://jmeter.apache.org/), it provides the following test elements:
* [JMS Publisher](http://jmeter.apache.org/usermanual/component_reference.html#JMS_Publisher)
* [JMS Subscriber](http://jmeter.apache.org/usermanual/component_reference.html#JMS_Subscriber)
* [JMS Point-to-Point](http://jmeter.apache.org/usermanual/component_reference.html#JMS_Point-to-Point)
which should be quite enough to conduct your testing.
Just download appropriate MQ Java client libraries, drop them to JMeter's /lib folder, restart JMeter and you should be able to use the relevant classes to send messages to queues and read them.
See the following reference guides:
* [Building a JMS Topic Test Plan](http://jmeter.apache.org/usermanual/build-jms-topic-test-plan.html)
* [Building a JMS Point-to-Point Test Plan](http://jmeter.apache.org/usermanual/build-jms-point-to-point-test-plan.html)
* [Building a JMS Testing Plan - Apache JMeter](https://blazemeter.com/blog/building-jms-testing-plan-apache-jmeter) | Both [mqtt-spy](http://kamilfb.github.io/mqtt-spy/) and mqtt-spy-daemon support concurrent messaging. You can define a [script](https://github.com/eclipse/paho.mqtt-spy/wiki/Scripting) that sends messages concurrently, or multiple scripts which is normally easier. To have multiple concurrent MQTT clients connected to the broker/server, you can run multiple mqtt-spy connections or multiple mqtt-spy-daemon instances, each having their own configuration and scripts. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.