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 |
|---|---|---|---|---|---|
2,809,520 | I am trying to build a website consist of three pages but with a contact form using ASP.NET. Now that I have build the layout and all xhtml/css and some javascript and next I wan to convert it so that it's dynamic and can send email.
Do I need to convert it using Visual Studio or just rename files from .html to .aspx?... | 2010/05/11 | [
"https://Stackoverflow.com/questions/2809520",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/235181/"
] | I would recommend the following steps:
1. If you haven't already done so, start with some ASP.NET tutorial, create a project and build a simple page with code behind, just to get a feeling of how ASP.NET works.
2. Once you're familiar with ASP.NET, create a new project. Rename your contact form to aspx and add it to y... | First, ASP.NET is a server side technology. What is rendered on the browser is still the same old plain HTML/XHTML coupled with CSS and Javascript (or its variations like jQuery). So there is no difference. Look at the (X)HTML generated and you can make out what changes ou need to do. To make the things simpler, you ca... |
2,809,520 | I am trying to build a website consist of three pages but with a contact form using ASP.NET. Now that I have build the layout and all xhtml/css and some javascript and next I wan to convert it so that it's dynamic and can send email.
Do I need to convert it using Visual Studio or just rename files from .html to .aspx?... | 2010/05/11 | [
"https://Stackoverflow.com/questions/2809520",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/235181/"
] | I would recommend the following steps:
1. If you haven't already done so, start with some ASP.NET tutorial, create a project and build a simple page with code behind, just to get a feeling of how ASP.NET works.
2. Once you're familiar with ASP.NET, create a new project. Rename your contact form to aspx and add it to y... | What you could do is the following:
1. Create a new ASP.NET Web Project
2. Add the existing HTML files in to that project.
3. Add a Contact ASPX page for sending mail etc If required.
4. You could then display the ASPX page within the HTML page using an iframe |
45,336 | I am troubleshooting a poorly performing SharePoint Search Crawl. Background? 2 Million items, Single Crawl Server crawling itself with 4CPUs and 16GB of RAM. It uses 100% RAM for a while and hits around 40 items per second. However, it slows way down to 5 - 6 items per second and does not use the RAM/CPU all the way a... | 2012/09/10 | [
"https://sharepoint.stackexchange.com/questions/45336",
"https://sharepoint.stackexchange.com",
"https://sharepoint.stackexchange.com/users/10632/"
] | Anytime you hit 100% RAM at all, overall system performance tanks to a fraction of normal as it is now constantly swapping to disk for almost every task. The more memory intensive the underlying process is, the worse the problem becomes.
In addition to what @Cory says, you should also make sure that you aren't doing ... | Is this for SharePoint 2007 or 2010? It sounds very similar to the farm I am working with. I have a little over 2 million items as well with one index server and 2 query servers. Except that a full crawl takes 40-60 hours. Are you talking about a full crawl or an incremental? Check the disk space on both your query and... |
45,161,363 | I am currently researching a queueing solution to handle medium sized messages of 1MB.
Besides the features differences between Redis, Kafka and RabbitMQ I cannot find any good answer to their performance on messages of size around 1MB.
1. Any of you guys knows how many messages of 1MB can any of these handle?
2. Do y... | 2017/07/18 | [
"https://Stackoverflow.com/questions/45161363",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/4225948/"
] | When you are evaluating Kafka vs Redis in your case, there are other factors which you have to take into account, besides message size. Here are some of them I can think of:
* How many producers/consumers? Redis performance can be affected in case of greater number of producers/consumers due to the nature of Redis (pu... | I am answering for Kafka.
Kafka itself has very good performance even for big messages.
In our tests with 2 Kafka nodes we reach p2p communication with 170 MB/sec smaller messages 150 MB/s bigger messages.
The only thing you need to remember is to configure the broker to accept bigger messages.
Hier is nice article:... |
21,341,794 | Does anyone know where I can find test vectors for every component of 64bit DES algorithm(Key schedul, cipher function, etc)? For example I want to test 64bits key generation and to ckeck all 16 key generated. I am implementing the algorithm in VHDL so I need to check the comonents. My implementation is based on this [... | 2014/01/24 | [
"https://Stackoverflow.com/questions/21341794",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2502692/"
] | Originally there was NBS Special Publication 500-20, revised in 1980, Validating the Correctness of Hardware Implementations of the NBS Data Encryption Standard (The author has made it available at <https://archive.org/details/validatingcorrec00gait> ).
Then there is NIST Special PUB 800-17, Modes of Operation Validat... | <https://styere.000webhostapp.com/JS-DES.html> (new link)
Enter key and data and it generates all intermediate values, for every step of the key schedule and for every step within every round. |
220,783 | I know that such a word would deny the meaning of death, but I was wondering if there was a word that enclosed this meaning, perhaps poetically.
**Context:**
Metaphorically speaking one could say one dies when an event happens to change your outlook on life immensely. So 'dying too much' could be, having such experie... | 2015/01/11 | [
"https://english.stackexchange.com/questions/220783",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/105740/"
] | At least for your first context, I modestly put forth the new (as far as I know) phrase **epiphany junkie** . | Stand up comics say they "cooked and bombed" on stage if they kept dying during their set.
"Dying" repeatedly means, of course, that their gags were failing to raise a laugh over and over again.
Can't think of anything else. |
220,783 | I know that such a word would deny the meaning of death, but I was wondering if there was a word that enclosed this meaning, perhaps poetically.
**Context:**
Metaphorically speaking one could say one dies when an event happens to change your outlook on life immensely. So 'dying too much' could be, having such experie... | 2015/01/11 | [
"https://english.stackexchange.com/questions/220783",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/105740/"
] | Stand up comics say they "cooked and bombed" on stage if they kept dying during their set.
"Dying" repeatedly means, of course, that their gags were failing to raise a laugh over and over again.
Can't think of anything else. | In video games you're a *noob*. In real life you've had a *humbling experience.* |
220,783 | I know that such a word would deny the meaning of death, but I was wondering if there was a word that enclosed this meaning, perhaps poetically.
**Context:**
Metaphorically speaking one could say one dies when an event happens to change your outlook on life immensely. So 'dying too much' could be, having such experie... | 2015/01/11 | [
"https://english.stackexchange.com/questions/220783",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/105740/"
] | At least for your first context, I modestly put forth the new (as far as I know) phrase **epiphany junkie** . | In video games you're a *noob*. In real life you've had a *humbling experience.* |
220,783 | I know that such a word would deny the meaning of death, but I was wondering if there was a word that enclosed this meaning, perhaps poetically.
**Context:**
Metaphorically speaking one could say one dies when an event happens to change your outlook on life immensely. So 'dying too much' could be, having such experie... | 2015/01/11 | [
"https://english.stackexchange.com/questions/220783",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/105740/"
] | At least for your first context, I modestly put forth the new (as far as I know) phrase **epiphany junkie** . | *Mortality* is the general word used to describe the rate of death, i.e. frequency of dying
"Event happens to change your outlook on life immensely" - the vocabulary used to describe such events is very subjective and far from the realm of my opening sentence. Personally I would call this "Ego Death" (I am not really ... |
220,783 | I know that such a word would deny the meaning of death, but I was wondering if there was a word that enclosed this meaning, perhaps poetically.
**Context:**
Metaphorically speaking one could say one dies when an event happens to change your outlook on life immensely. So 'dying too much' could be, having such experie... | 2015/01/11 | [
"https://english.stackexchange.com/questions/220783",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/105740/"
] | *Mortality* is the general word used to describe the rate of death, i.e. frequency of dying
"Event happens to change your outlook on life immensely" - the vocabulary used to describe such events is very subjective and far from the realm of my opening sentence. Personally I would call this "Ego Death" (I am not really ... | In video games you're a *noob*. In real life you've had a *humbling experience.* |
8,003,070 | what is the difference between the html in 'view page source' and inspect element in Chrome 15? looks like 2 different html? | 2011/11/03 | [
"https://Stackoverflow.com/questions/8003070",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/603007/"
] | The view page source page shows you the exact text that was returned by the server. Inspect element actually shows you the fully rendered [DOM tree](https://www.w3schools.com/js/js_htmldom.asp).
The DOM tree is slightly different for each browser, depending on the specific quirks and support of features. | View page source opens the file in a separate window, whereas inspect element allows you to modify (locally of course) the code and change css values while the page live-updates. |
8,003,070 | what is the difference between the html in 'view page source' and inspect element in Chrome 15? looks like 2 different html? | 2011/11/03 | [
"https://Stackoverflow.com/questions/8003070",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/603007/"
] | The view page source page shows you the exact text that was returned by the server. Inspect element actually shows you the fully rendered [DOM tree](https://www.w3schools.com/js/js_htmldom.asp).
The DOM tree is slightly different for each browser, depending on the specific quirks and support of features. | I guess code modified/added by JavaScript will be available in Developer tool inspect element.
And code at time of page load can be seen by view source. |
8,003,070 | what is the difference between the html in 'view page source' and inspect element in Chrome 15? looks like 2 different html? | 2011/11/03 | [
"https://Stackoverflow.com/questions/8003070",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/603007/"
] | I guess code modified/added by JavaScript will be available in Developer tool inspect element.
And code at time of page load can be seen by view source. | View page source opens the file in a separate window, whereas inspect element allows you to modify (locally of course) the code and change css values while the page live-updates. |
184,565 | Is there a single word for someone who always eats the same food?
E.g. Hard boiled egg for breakfast, tuna fish for lunch, chicken breast for dinner. Every day. | 2014/07/11 | [
"https://english.stackexchange.com/questions/184565",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/84778/"
] | [Monophagous](http://www.merriam-webster.com/dictionary/monophagous) (adjective):
>
> feeding on or utilizing a single kind of food; especially : feeding on a single kind of plant or animal
>
>
>
Also what you have described above is a monotonous food schedule.
There is a condition called [sitophobia](http://med... | Single food diet is called ***monotrophic diet*** or ***monodiet (mono diet)***.
Mono meal (or monotrophic meal) is mentioned as the same meal that you eat in a mono diet (or mono eating).
>
> ***monotrophic*** (adj) feeding only on one kind of food
>
>
> Source: <http://www.merriam-webster.com/dictionary/monotr... |
184,565 | Is there a single word for someone who always eats the same food?
E.g. Hard boiled egg for breakfast, tuna fish for lunch, chicken breast for dinner. Every day. | 2014/07/11 | [
"https://english.stackexchange.com/questions/184565",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/84778/"
] | [Monophagous](http://www.merriam-webster.com/dictionary/monophagous) (adjective):
>
> feeding on or utilizing a single kind of food; especially : feeding on a single kind of plant or animal
>
>
>
Also what you have described above is a monotonous food schedule.
There is a condition called [sitophobia](http://med... | While it is much broader than diet, and not a single word,the phrase **[creature of habit](http://dictionary.cambridge.org/dictionary/british/creature-of-habit)** describes (according to *Cambridge Dictionary Online*)
>
> someone who always does the same thing in the same way:
> *My father's such a creature of habit... |
184,565 | Is there a single word for someone who always eats the same food?
E.g. Hard boiled egg for breakfast, tuna fish for lunch, chicken breast for dinner. Every day. | 2014/07/11 | [
"https://english.stackexchange.com/questions/184565",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/84778/"
] | [Monophagous](http://www.merriam-webster.com/dictionary/monophagous) (adjective):
>
> feeding on or utilizing a single kind of food; especially : feeding on a single kind of plant or animal
>
>
>
Also what you have described above is a monotonous food schedule.
There is a condition called [sitophobia](http://med... | How about (coining) ***monovore***? |
184,565 | Is there a single word for someone who always eats the same food?
E.g. Hard boiled egg for breakfast, tuna fish for lunch, chicken breast for dinner. Every day. | 2014/07/11 | [
"https://english.stackexchange.com/questions/184565",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/84778/"
] | [Monophagous](http://www.merriam-webster.com/dictionary/monophagous) (adjective):
>
> feeding on or utilizing a single kind of food; especially : feeding on a single kind of plant or animal
>
>
>
Also what you have described above is a monotonous food schedule.
There is a condition called [sitophobia](http://med... | To add the answers already here, **stenophagous** describes animals that eat a comparatively small variety foods.
[Etymology from Wiktionary](https://en.wiktionary.org/wiki/stenophagous#Etymology): Ancient Greek στενός (stenós, “narrow, limited”) + φαγεῖν (phageîn, “to eat”).
[Merriam-Webster](https://www.merriam-web... |
184,565 | Is there a single word for someone who always eats the same food?
E.g. Hard boiled egg for breakfast, tuna fish for lunch, chicken breast for dinner. Every day. | 2014/07/11 | [
"https://english.stackexchange.com/questions/184565",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/84778/"
] | Single food diet is called ***monotrophic diet*** or ***monodiet (mono diet)***.
Mono meal (or monotrophic meal) is mentioned as the same meal that you eat in a mono diet (or mono eating).
>
> ***monotrophic*** (adj) feeding only on one kind of food
>
>
> Source: <http://www.merriam-webster.com/dictionary/monotr... | How about (coining) ***monovore***? |
184,565 | Is there a single word for someone who always eats the same food?
E.g. Hard boiled egg for breakfast, tuna fish for lunch, chicken breast for dinner. Every day. | 2014/07/11 | [
"https://english.stackexchange.com/questions/184565",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/84778/"
] | While it is much broader than diet, and not a single word,the phrase **[creature of habit](http://dictionary.cambridge.org/dictionary/british/creature-of-habit)** describes (according to *Cambridge Dictionary Online*)
>
> someone who always does the same thing in the same way:
> *My father's such a creature of habit... | How about (coining) ***monovore***? |
184,565 | Is there a single word for someone who always eats the same food?
E.g. Hard boiled egg for breakfast, tuna fish for lunch, chicken breast for dinner. Every day. | 2014/07/11 | [
"https://english.stackexchange.com/questions/184565",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/84778/"
] | To add the answers already here, **stenophagous** describes animals that eat a comparatively small variety foods.
[Etymology from Wiktionary](https://en.wiktionary.org/wiki/stenophagous#Etymology): Ancient Greek στενός (stenós, “narrow, limited”) + φαγεῖν (phageîn, “to eat”).
[Merriam-Webster](https://www.merriam-web... | How about (coining) ***monovore***? |
896,390 | Java runs constantly. Is it needed? I did not install it. No one else uses my laptop; a Dell Inspiron N5010. I don’t do any Java programming. Don’t know how it got there; I believe that are versions 7 & 8 are installed. Only use the laptop for Internet Explorer, Excel, Word, AOL, Ask, Map Quest, online banking and a fe... | 2015/03/31 | [
"https://superuser.com/questions/896390",
"https://superuser.com",
"https://superuser.com/users/-1/"
] | >
> Why is Java running on my PC when I never use it?
>
>
>
I go into detail in [this answer on what Java might be used for nowadays](https://superuser.com/a/880901/167207). In general, if an application is not actively using Java, it won’t be running. Yes, the program and control panels might be “active” and inst... | There are various application programs on the system which runs on Java or use Java Virtual Machine to run themselves and some use the services of Java that's why it is constantly running on your system. Keep Java on your system as it is useful for other programs. |
9,242 | I have photos of a product and I would like to create a white background behind it. See it here:

I have tried playing with levels and the brightness but that also messes up the product itself. How do i do this? | 2012/08/31 | [
"https://graphicdesign.stackexchange.com/questions/9242",
"https://graphicdesign.stackexchange.com",
"https://graphicdesign.stackexchange.com/users/5707/"
] | For what it's worth, here's my attempt. It essentially takes the same approach as Scott's answer, so credit should go to him, but with a different approach to the top roll-off.
I noticed there was a slight green colour cast which I removed in a pretty quick and dirty way too (though not very well).

I would mask the product so it's isolated and tweak the actual product further if needed. |
9,242 | I have photos of a product and I would like to create a white background behind it. See it here:

I have tried playing with levels and the brightness but that also messes up the product itself. How do i do this? | 2012/08/31 | [
"https://graphicdesign.stackexchange.com/questions/9242",
"https://graphicdesign.stackexchange.com",
"https://graphicdesign.stackexchange.com/users/5707/"
] | For what it's worth, here's my attempt. It essentially takes the same approach as Scott's answer, so credit should go to him, but with a different approach to the top roll-off.
I noticed there was a slight green colour cast which I removed in a pretty quick and dirty way too (though not very well).

After you click on "... |
16,588 | Words like "anywhere" and "everybody" usually have a predefined or implicit context during conversations:
>
> Everybody is going out to lunch. Would you like to come too? We are willing to go anywhere - we're starving.
>
>
>
In this statement, clearly the speaker doesn't mean all people from all places and times.... | 2011/03/16 | [
"https://english.stackexchange.com/questions/16588",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/6176/"
] | I don't think the ambiguity lies in the use of the words anywhere or everyone. There is simply an implied context which is left out.
>
> We are willing to eat anywhere [nearby].
>
>
> Touch [the touch-sensitive part] anywhere to activate.
>
>
> Everyone [in the office] is going to go eat.
>
>
>
The limits on ... | I would personally term it an *implicit specifier* but I don't know if that's a real name for such a thing. |
95,791 | I have came across these SIM modules on an online electronic shop. My primary target is just to receive short text messages from other subscribers. But then this question about these three (if there is anything apart from these, those too) modules. What are the primary differences between these GSM modules? | 2014/01/08 | [
"https://electronics.stackexchange.com/questions/95791",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/7329/"
] | Basically, SIM900 is global functioning quad-mode module, while 900A is cheaper dual-mode and works only in India. | SIM900 is a quad band modem being able to operate in 850,900,1800,1900 MHz bands and offers improved GPRS functionalities useful in web enabled applications.
SIM300 is a triband GSM modem being able to operate only in 900,1800,1900MHz band.
SIM900 and the SIM300 modem operate from 3.4V to 4.5V supply range.
Same AT com... |
95,791 | I have came across these SIM modules on an online electronic shop. My primary target is just to receive short text messages from other subscribers. But then this question about these three (if there is anything apart from these, those too) modules. What are the primary differences between these GSM modules? | 2014/01/08 | [
"https://electronics.stackexchange.com/questions/95791",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/7329/"
] | Basically, SIM900 is global functioning quad-mode module, while 900A is cheaper dual-mode and works only in India. | SIM900 is quad band,SIM300 is triband and SIM900A is dual band GSM modem. This makes difference in their operating frequencies. The more the frequency of operation is, the better the functionalities are.
If you need it just for SMS, then I feel SIM300 is a good option and is comparatively cheaper also.
It does not mak... |
113,256 | From [a song by Woody Guthrie](https://en.wikisource.org/wiki/10_of_Woody_Guthrie's_Songs/Ship_in_the_Sky):
>
> Well, a curly-headed girl with a bright shining smile
>
> Heard the roar of a plane as it sailed through the sky
>
> To her playmates she said, with a bright twinkling eye
>
> My Daddy flies tha... | 2016/12/23 | [
"https://ell.stackexchange.com/questions/113256",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/2127/"
] | *Kick up one's heels* doesn't designate any specific motion—it evokes an image of dancing so exuberantly that both one's heels are frequently off the ground at once.
I imagine Guthrie chose this phrase more for the rhyme with *steel* than as a literal descriptor. Like the little girl's "bright twinkling eye", it just ... | Kick one's heels up
to act frisky; to be lively and have fun. (Somewhat literal when said of hoofed animals.) From thefreedictionary.com
The boy isn't doing anything special, he is just lively. |
14,708 | We are developing a webapplication and some of us has gotten into a small argument of how the main tabs and their corresponding sub tabs should be displayed.
It's mainly a question of weather the main tabs and the sub tabs should have the same colour coding or if they should differ.
Let me present two screen shots di... | 2011/12/06 | [
"https://ux.stackexchange.com/questions/14708",
"https://ux.stackexchange.com",
"https://ux.stackexchange.com/users/9905/"
] | My opinion on this (for what its worth!) is that it would be better to distinguish the tabs by style rather than by colour. You could have the lower tab as a button bar or maybe something simple like a pipe "|" delimited menu instead.
Its important to distinguish between the two menus, as it at a glance it looks like ... | My direct feeling on this is that you shouldn't have two sets of tabs. This make the top of your application confusing and you lose lot of space.
There are lots of other way to optimize space in this context and to offer a more appropriate navigation. For instance, you could go for vertical tabs on the left to avoid t... |
14,708 | We are developing a webapplication and some of us has gotten into a small argument of how the main tabs and their corresponding sub tabs should be displayed.
It's mainly a question of weather the main tabs and the sub tabs should have the same colour coding or if they should differ.
Let me present two screen shots di... | 2011/12/06 | [
"https://ux.stackexchange.com/questions/14708",
"https://ux.stackexchange.com",
"https://ux.stackexchange.com/users/9905/"
] | My opinion on this (for what its worth!) is that it would be better to distinguish the tabs by style rather than by colour. You could have the lower tab as a button bar or maybe something simple like a pipe "|" delimited menu instead.
Its important to distinguish between the two menus, as it at a glance it looks like ... | I see three primary communication objectives here: hierarchy, current position within the hierarchy, and relevance to current task. I don't think it's wise to try to use color alone to communicate all these things at once.
I might explore using contrast in multiple characteristics--like size, position, text treatment ... |
72,831,238 | My question is regarding taking over a partially minted CM project. I'm not too familiar with Solana development.
A buddy of mine is taking over ownership of a project. I just wanted to confirm: if the authority of the candy machine is updated to his wallet and he has the CM id that's all that would be required to rel... | 2022/07/01 | [
"https://Stackoverflow.com/questions/72831238",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/10200255/"
] | An already partical mint has a few things that need to be updated to fully take over a project.
You'll need to have on hand the update auth keypair for the Candymachinne given to you by the old owner or have them perform some of the actions here if they do not hand it over as some actions need to be performaned by the... | 1.- Yes, if the authority is changed he just need to provide the New wallet address, and that New wallet will be the only one that can modify the Candy Machine configs.
2.- All the already minted NFTs will be attached to the old wallet, the New minted NFTs should be attached to the New wallet. In order to change the a... |
271,102 | How do you pronounce 1273 here? One, two, seven, three?
>
> Efficacy and Safety of the **mRNA-1273** SARS-CoV-2 Vaccine
>
>
>
Published: December 30, 2020
>
> Source: [New England Journal of Medicine](https://www.nejm.org/doi/full/10.1056/NEJMoa2035389?query=featured_home)
>
>
> | 2021/01/05 | [
"https://ell.stackexchange.com/questions/271102",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/113858/"
] | With very new terms like this, there little established use, and a lot of variation between speakers.
As far as I can tell, this was the one-thousand-two-hundred-seventy-third mRNA substance that was tested, so reading as number "one thousand...three" is arguably "correct"
But that is "a mouthful", so most speakers w... | Yeah, you're right. It's usually pronounced **m R N A one two seven three** (each letter separately), but can also be pronounced in other ways (such as *one thousand, two hundred, and seventy-three* as @KRyan pointed out in a comment).
A cursory search for [*mRNA 1273* on Youglish](https://youglish.com/pronounce/mRNA%... |
271,102 | How do you pronounce 1273 here? One, two, seven, three?
>
> Efficacy and Safety of the **mRNA-1273** SARS-CoV-2 Vaccine
>
>
>
Published: December 30, 2020
>
> Source: [New England Journal of Medicine](https://www.nejm.org/doi/full/10.1056/NEJMoa2035389?query=featured_home)
>
>
> | 2021/01/05 | [
"https://ell.stackexchange.com/questions/271102",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/113858/"
] | If you want to pronounce it the way the experts in the industry would, including the scientists and clinicians who developed, researched, and actually named it, then it's **"twelve seventy-three"**.
From my personal experience, though I haven't been personally involved in the development of this vaccine, I work in cli... | Yeah, you're right. It's usually pronounced **m R N A one two seven three** (each letter separately), but can also be pronounced in other ways (such as *one thousand, two hundred, and seventy-three* as @KRyan pointed out in a comment).
A cursory search for [*mRNA 1273* on Youglish](https://youglish.com/pronounce/mRNA%... |
271,102 | How do you pronounce 1273 here? One, two, seven, three?
>
> Efficacy and Safety of the **mRNA-1273** SARS-CoV-2 Vaccine
>
>
>
Published: December 30, 2020
>
> Source: [New England Journal of Medicine](https://www.nejm.org/doi/full/10.1056/NEJMoa2035389?query=featured_home)
>
>
> | 2021/01/05 | [
"https://ell.stackexchange.com/questions/271102",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/113858/"
] | With very new terms like this, there little established use, and a lot of variation between speakers.
As far as I can tell, this was the one-thousand-two-hundred-seventy-third mRNA substance that was tested, so reading as number "one thousand...three" is arguably "correct"
But that is "a mouthful", so most speakers w... | I would say it as 'twelve seventy three' for conciseness. |
271,102 | How do you pronounce 1273 here? One, two, seven, three?
>
> Efficacy and Safety of the **mRNA-1273** SARS-CoV-2 Vaccine
>
>
>
Published: December 30, 2020
>
> Source: [New England Journal of Medicine](https://www.nejm.org/doi/full/10.1056/NEJMoa2035389?query=featured_home)
>
>
> | 2021/01/05 | [
"https://ell.stackexchange.com/questions/271102",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/113858/"
] | If you want to pronounce it the way the experts in the industry would, including the scientists and clinicians who developed, researched, and actually named it, then it's **"twelve seventy-three"**.
From my personal experience, though I haven't been personally involved in the development of this vaccine, I work in cli... | With very new terms like this, there little established use, and a lot of variation between speakers.
As far as I can tell, this was the one-thousand-two-hundred-seventy-third mRNA substance that was tested, so reading as number "one thousand...three" is arguably "correct"
But that is "a mouthful", so most speakers w... |
271,102 | How do you pronounce 1273 here? One, two, seven, three?
>
> Efficacy and Safety of the **mRNA-1273** SARS-CoV-2 Vaccine
>
>
>
Published: December 30, 2020
>
> Source: [New England Journal of Medicine](https://www.nejm.org/doi/full/10.1056/NEJMoa2035389?query=featured_home)
>
>
> | 2021/01/05 | [
"https://ell.stackexchange.com/questions/271102",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/113858/"
] | If you want to pronounce it the way the experts in the industry would, including the scientists and clinicians who developed, researched, and actually named it, then it's **"twelve seventy-three"**.
From my personal experience, though I haven't been personally involved in the development of this vaccine, I work in cli... | I would say it as 'twelve seventy three' for conciseness. |
121,663 | I used to play Kayle as a jungle around the start of Season 2. I am wondering why she is not played there anymore? I mean she has all the skills to be a viable jungler:
* good crowd control (slow)
* good movement speed buff
* fast clear (aoe damage)
* insane tower diving capabilities (ultimate)
* heal | 2013/06/25 | [
"https://gaming.stackexchange.com/questions/121663",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/10050/"
] | Honestly, I think it's a bit of everything that hinders her as a jungler.
First off, her CC isn't exactly that great. A slow isn't bad, but a lot of the characters played at top level have gap openers or escape mechanisms. Tristana is going to rocket jump away, Caitlyn has 90 caliber net, Ezreal has arcane shift, Elis... | There are a few reasons:
* When junglers go into gank a lane, they need to be able to tank turrets if necessary, kayle can't do this well. Her ult as you mentioned is great for tower diving when you're the damage, but not when you're supposed to be holding turret aggro (it drops aggro when invulnerable).
* Kayle also ... |
1,057,178 | I have a Cisco Router with the Type Linksys E4200
I currently have DD-WRT Firmware installed on it, instead of the original firmware that came with the router.
If I do a reset to the router (via the red reset button on the back), will the original firmware comeback or will the DD-WRT Firmware stay? | 2016/03/25 | [
"https://superuser.com/questions/1057178",
"https://superuser.com",
"https://superuser.com/users/573345/"
] | As mentioned on the [dd-wrt wiki](https://www.dd-wrt.com/wiki/index.php/Factory_Defaults):
>
> Resetting to Factory Defaults
> -----------------------------
>
>
> **NOTE**: This will not restore firmware to a previous state, it *only
> clears the setting*s.
>
>
>
So no, the firmware will not be replaced unless ... | Sorry no.
You will just get a reset default state of DD-WRT |
262,433 | I changed my site address from HTTP to HTTPS by simply changing the URL in Settings -> General (Wordpress address and Website address.) Absolutely no issue in the admin area, anything works fine.
What happens in the public facing portion of the website: there's a lot of "mixed content", so that Firefox complains the w... | 2017/04/04 | [
"https://wordpress.stackexchange.com/questions/262433",
"https://wordpress.stackexchange.com",
"https://wordpress.stackexchange.com/users/116864/"
] | I used **Better Search Replace** and **Really Simple SSL** and the winner is:
[Really Simple SSL](https://wordpress.org/plugins/really-simple-ssl/)
Just do this:
1. Install it
2. Activate it
3. Allow SSL
Done
It also fixed all the problems with image redirection | Install this plugin: <https://wordpress.org/plugins/http-https-remover/>
Despite the name - HTTP / HTTPS Remover - the latest version will force all http to https, and your mixed content warnings will be gone. |
54,296,754 | Google offers a number of polyfill libraries for measuring and tracking First Input Delay(FID) and Time to Interactive (TTI) on analytics platforms. However this metric does not come standard with GA.
domInteractive however is a metric you can track out of the box with GA.
What's the difference? The only explanation ... | 2019/01/21 | [
"https://Stackoverflow.com/questions/54296754",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/5158713/"
] | My understanding is the following:
**Time to Interactive (TTI)** is when the website is *visually usable and engaging*. For example, when a user can click around on the UI and the website is functional. Ideally, we want all experiences to get **interactive as soon as possible**. Examples of websites with poor TTI are ... | According to [this link](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceTiming/domInteractive), domInteractive is "when the parser finished its work on the main document". Time to interactive - is time when all page scripts (including library e.g. Angular and yours) finished initialization, page is not fre... |
54,296,754 | Google offers a number of polyfill libraries for measuring and tracking First Input Delay(FID) and Time to Interactive (TTI) on analytics platforms. However this metric does not come standard with GA.
domInteractive however is a metric you can track out of the box with GA.
What's the difference? The only explanation ... | 2019/01/21 | [
"https://Stackoverflow.com/questions/54296754",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/5158713/"
] | According to [this link](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceTiming/domInteractive), domInteractive is "when the parser finished its work on the main document". Time to interactive - is time when all page scripts (including library e.g. Angular and yours) finished initialization, page is not fre... | Had to dig into the [Spec](https://html.spec.whatwg.org/multipage/dom.html#current-document-readiness) but I think I found what I was looking for:
The DOMContentLoaded event fires after the transition to "interactive" but before the transition to "complete", at the point where all subresources apart from async script ... |
54,296,754 | Google offers a number of polyfill libraries for measuring and tracking First Input Delay(FID) and Time to Interactive (TTI) on analytics platforms. However this metric does not come standard with GA.
domInteractive however is a metric you can track out of the box with GA.
What's the difference? The only explanation ... | 2019/01/21 | [
"https://Stackoverflow.com/questions/54296754",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/5158713/"
] | My understanding is the following:
**Time to Interactive (TTI)** is when the website is *visually usable and engaging*. For example, when a user can click around on the UI and the website is functional. Ideally, we want all experiences to get **interactive as soon as possible**. Examples of websites with poor TTI are ... | Had to dig into the [Spec](https://html.spec.whatwg.org/multipage/dom.html#current-document-readiness) but I think I found what I was looking for:
The DOMContentLoaded event fires after the transition to "interactive" but before the transition to "complete", at the point where all subresources apart from async script ... |
66 | Among the **many** questions I have for this site, some require me to specify the other person's MBTI type, like:
>
> How should I bring up that subject with an INFP?
>
>
>
For example.
Are those questions on topic? | 2017/06/28 | [
"https://interpersonal.meta.stackexchange.com/questions/66",
"https://interpersonal.meta.stackexchange.com",
"https://interpersonal.meta.stackexchange.com/users/-1/"
] | I think this is related to [Are hypothetical questions welcome?](https://interpersonal.meta.stackexchange.com/questions/33/are-hypothetical-questions-welcome?rq=1) Myers-Briggs is [not universally accepted](https://en.wikipedia.org/wiki/Myers%E2%80%93Briggs_Type_Indicator#Criticism) and is tricky to make general statem... | Yes, and no
While I think it could certainly help, the majority of advice on how to deal with these type of people is often on the very sites where those personality types are identified and listed.
I think while you can include them, it will also be best to include **your personal** description of what they are like... |
66 | Among the **many** questions I have for this site, some require me to specify the other person's MBTI type, like:
>
> How should I bring up that subject with an INFP?
>
>
>
For example.
Are those questions on topic? | 2017/06/28 | [
"https://interpersonal.meta.stackexchange.com/questions/66",
"https://interpersonal.meta.stackexchange.com",
"https://interpersonal.meta.stackexchange.com/users/-1/"
] | I think this is related to [Are hypothetical questions welcome?](https://interpersonal.meta.stackexchange.com/questions/33/are-hypothetical-questions-welcome?rq=1) Myers-Briggs is [not universally accepted](https://en.wikipedia.org/wiki/Myers%E2%80%93Briggs_Type_Indicator#Criticism) and is tricky to make general statem... | Reading the other answers, I have some thoughts of my own.
As others have mentioned, MBTI is not universally accepted, and often I see attempts and arguments to discredit it. While I agree that including things like MBTI type in a question would likely not lead to discussions of Libras and Capricorns, as astrology has... |
4,458,357 | I have a temp.js file containing global variable 'num' which is intially set to 0. It has a function Increment() which increments the num by 1.
I have 2 html files Page1.html and Page2.html. Both are referring to temp.js file (). Both the pages are having a button on click of which I call a javascript and navigate to ... | 2010/12/16 | [
"https://Stackoverflow.com/questions/4458357",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/59326/"
] | You can write the cookies. That is the best you can do. | You could also have a master page, which iframed Page1.html. When you browse to Page2.html in the iframe, the parent page's context will still exist. You can then reference your global counter from the two documents in the frame using parent.counter.
However, using an iframe would add one additional http request on pa... |
4,458,357 | I have a temp.js file containing global variable 'num' which is intially set to 0. It has a function Increment() which increments the num by 1.
I have 2 html files Page1.html and Page2.html. Both are referring to temp.js file (). Both the pages are having a button on click of which I call a javascript and navigate to ... | 2010/12/16 | [
"https://Stackoverflow.com/questions/4458357",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/59326/"
] | Your best bet would be to write the variable to a cookie. Note that this is one of the easiest spoofable methods that exist, so if the counter is in any way "important" you should refrain to do this.
In this last case your best bet would be to store the counter in a session variable. That would need 1) a server-side l... | You could also have a master page, which iframed Page1.html. When you browse to Page2.html in the iframe, the parent page's context will still exist. You can then reference your global counter from the two documents in the frame using parent.counter.
However, using an iframe would add one additional http request on pa... |
126,136 | I got through the first phone interview at Amazon last week and they asked some basic technical questions during that interview.
Today, I had my second phone-interview and I prepared myself well expecting for another technical interview, but it was not technical at all.
After we introduced ourselves, he asked questi... | 2011/12/20 | [
"https://softwareengineering.stackexchange.com/questions/126136",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/43401/"
] | I am a fan of examples, so let's have some. Which person would you prefer to hire?
Why do you like to do programming?
>
> * I like programming because I enjoy problem solving and I like computers.
> * I program because it's my job.
>
>
>
What do you Not like about programming?
>
> * I dislike programming alone... | I think with questions such as these, the interviewer is simply trying to get you to think outside the box (not just techie) in terms of problem solving and communication skills. Also, it is important to know that employers are not only interested in the technical skills that you've picked up from college or uni, they ... |
126,136 | I got through the first phone interview at Amazon last week and they asked some basic technical questions during that interview.
Today, I had my second phone-interview and I prepared myself well expecting for another technical interview, but it was not technical at all.
After we introduced ourselves, he asked questi... | 2011/12/20 | [
"https://softwareengineering.stackexchange.com/questions/126136",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/43401/"
] | They weren't asking you the questions because you aren't a native English speaker. Questions like this are typical in an interview. The technical questions are asked to learn about your skills and what technical background you can bring to the team or the company. However, companies also want to hire people who are a g... | Wow, the answers here are great! I was all geared up to provide my own, but the mark was hit so completely, I only have one or two things to add!
First a basic premise on managing teams - A developer's salary is not cheap. And the learning curve to fitting a new person into a team is significant. It's not just the cos... |
126,136 | I got through the first phone interview at Amazon last week and they asked some basic technical questions during that interview.
Today, I had my second phone-interview and I prepared myself well expecting for another technical interview, but it was not technical at all.
After we introduced ourselves, he asked questi... | 2011/12/20 | [
"https://softwareengineering.stackexchange.com/questions/126136",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/43401/"
] | These are soft questions that do not have a right or wrong answer, but are intended to determine the way you think, what kind of personality you have, and whether your personality will fit with their culture. This is something that non-native english speakers as well as people who come from a different culture can have... | Like others here, I always ask questions like this when I'm interviewing.
The three things I try to glean from an interview are:
1- Passion (love solving problems and getting results)
2- Ability to understand and explain problems and solutions at different levels to different audiences
3- Personality (Abilit... |
126,136 | I got through the first phone interview at Amazon last week and they asked some basic technical questions during that interview.
Today, I had my second phone-interview and I prepared myself well expecting for another technical interview, but it was not technical at all.
After we introduced ourselves, he asked questi... | 2011/12/20 | [
"https://softwareengineering.stackexchange.com/questions/126136",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/43401/"
] | It is open-ended questions. They are tailored to see how easily you can describe your views on your practice. The main objective of those questions is to make you talk, not to test your English skill (even if communication skills can be tested this way), but to see if you are passionate (*Why do you like to do programm... | Like others here, I always ask questions like this when I'm interviewing.
The three things I try to glean from an interview are:
1- Passion (love solving problems and getting results)
2- Ability to understand and explain problems and solutions at different levels to different audiences
3- Personality (Abilit... |
126,136 | I got through the first phone interview at Amazon last week and they asked some basic technical questions during that interview.
Today, I had my second phone-interview and I prepared myself well expecting for another technical interview, but it was not technical at all.
After we introduced ourselves, he asked questi... | 2011/12/20 | [
"https://softwareengineering.stackexchange.com/questions/126136",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/43401/"
] | Regarding *why* they asked these kinds of questions, I ask these sorts of questions in every interview I do. When hiring someone, I want to know how they handle different situations, their thought process when trying to solve problems, how the handle stressful/negative situations, etc.
Someone knowing a certain progra... | I think with questions such as these, the interviewer is simply trying to get you to think outside the box (not just techie) in terms of problem solving and communication skills. Also, it is important to know that employers are not only interested in the technical skills that you've picked up from college or uni, they ... |
126,136 | I got through the first phone interview at Amazon last week and they asked some basic technical questions during that interview.
Today, I had my second phone-interview and I prepared myself well expecting for another technical interview, but it was not technical at all.
After we introduced ourselves, he asked questi... | 2011/12/20 | [
"https://softwareengineering.stackexchange.com/questions/126136",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/43401/"
] | These are soft questions that do not have a right or wrong answer, but are intended to determine the way you think, what kind of personality you have, and whether your personality will fit with their culture. This is something that non-native english speakers as well as people who come from a different culture can have... | Wow, the answers here are great! I was all geared up to provide my own, but the mark was hit so completely, I only have one or two things to add!
First a basic premise on managing teams - A developer's salary is not cheap. And the learning curve to fitting a new person into a team is significant. It's not just the cos... |
126,136 | I got through the first phone interview at Amazon last week and they asked some basic technical questions during that interview.
Today, I had my second phone-interview and I prepared myself well expecting for another technical interview, but it was not technical at all.
After we introduced ourselves, he asked questi... | 2011/12/20 | [
"https://softwareengineering.stackexchange.com/questions/126136",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/43401/"
] | Wow, the answers here are great! I was all geared up to provide my own, but the mark was hit so completely, I only have one or two things to add!
First a basic premise on managing teams - A developer's salary is not cheap. And the learning curve to fitting a new person into a team is significant. It's not just the cos... | Knowledge of specific technologies and syntax isnt the most important factor in a world where those technologies change every couple of years. It sounds like they pre-filtered you on the phone with some tech questions to make sure you were a legitimate candidate, and then when in person, were trying to learn what kind ... |
126,136 | I got through the first phone interview at Amazon last week and they asked some basic technical questions during that interview.
Today, I had my second phone-interview and I prepared myself well expecting for another technical interview, but it was not technical at all.
After we introduced ourselves, he asked questi... | 2011/12/20 | [
"https://softwareengineering.stackexchange.com/questions/126136",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/43401/"
] | Regarding *why* they asked these kinds of questions, I ask these sorts of questions in every interview I do. When hiring someone, I want to know how they handle different situations, their thought process when trying to solve problems, how the handle stressful/negative situations, etc.
Someone knowing a certain progra... | I ask these kind of question because being able to code or solve technical problems is only a basic foundation of how you are going to do in the company. The interviewer was testing communication, motivation and behavior.
The interviewer in your case seems to be interested in:
* Can this person communicate with his t... |
126,136 | I got through the first phone interview at Amazon last week and they asked some basic technical questions during that interview.
Today, I had my second phone-interview and I prepared myself well expecting for another technical interview, but it was not technical at all.
After we introduced ourselves, he asked questi... | 2011/12/20 | [
"https://softwareengineering.stackexchange.com/questions/126136",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/43401/"
] | Regarding *why* they asked these kinds of questions, I ask these sorts of questions in every interview I do. When hiring someone, I want to know how they handle different situations, their thought process when trying to solve problems, how the handle stressful/negative situations, etc.
Someone knowing a certain progra... | Knowledge of specific technologies and syntax isnt the most important factor in a world where those technologies change every couple of years. It sounds like they pre-filtered you on the phone with some tech questions to make sure you were a legitimate candidate, and then when in person, were trying to learn what kind ... |
126,136 | I got through the first phone interview at Amazon last week and they asked some basic technical questions during that interview.
Today, I had my second phone-interview and I prepared myself well expecting for another technical interview, but it was not technical at all.
After we introduced ourselves, he asked questi... | 2011/12/20 | [
"https://softwareengineering.stackexchange.com/questions/126136",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/43401/"
] | Wow, the answers here are great! I was all geared up to provide my own, but the mark was hit so completely, I only have one or two things to add!
First a basic premise on managing teams - A developer's salary is not cheap. And the learning curve to fitting a new person into a team is significant. It's not just the cos... | Like others here, I always ask questions like this when I'm interviewing.
The three things I try to glean from an interview are:
1- Passion (love solving problems and getting results)
2- Ability to understand and explain problems and solutions at different levels to different audiences
3- Personality (Abilit... |
156,668 | I applied for a job a of couple months ago for PRN work and just had an interview this week. I felt the interview went well. If I get offered a job can I ask them to delay my start date a couple weeks due to Covid19 concerns? I am currently on an 8 week furlough from my other employer. I am a Physical Therapist Assista... | 2020/04/01 | [
"https://workplace.stackexchange.com/questions/156668",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/117071/"
] | >
> My question is, is this lack of communication and transparency an
> objective no-go for this job? My personal feeling is yes.
>
>
>
**You've answered your own question.**
You've also put your finger on the big problem, i.e. a lack of communication. There can easily be great reasons for the delays, dealing wi... | It seems they did not care to the deegre they pay attention to you. It is a red flag. They also did not honor their promises. These mean that on the soft side this company has serious issues and they will most probably than not treat you as a commodity. I would prefer a more serious company given the chance.
To be hon... |
156,668 | I applied for a job a of couple months ago for PRN work and just had an interview this week. I felt the interview went well. If I get offered a job can I ask them to delay my start date a couple weeks due to Covid19 concerns? I am currently on an 8 week furlough from my other employer. I am a Physical Therapist Assista... | 2020/04/01 | [
"https://workplace.stackexchange.com/questions/156668",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/117071/"
] | There are all **huge** red flags.
The biggest and most important being *lack of transparency*. In a startup that's huge, without transparency you'll find almost everyday you are in this same situation with something. From why haven't you been paid, where are those bonuses, what's the new offices, when are we getting a... | It seems they did not care to the deegre they pay attention to you. It is a red flag. They also did not honor their promises. These mean that on the soft side this company has serious issues and they will most probably than not treat you as a commodity. I would prefer a more serious company given the chance.
To be hon... |
296,265 | In this question, I will be focusing on [this answer](https://stackoverflow.com/a/44111167/5525901) as an example.
So someone asked a question regarding layouts with CSS, and someone gave a solution to do with Flexbox. Now, the answer technically was a valid one, and although it didn't *exactly* accomplish what was as... | 2017/05/22 | [
"https://meta.stackexchange.com/questions/296265",
"https://meta.stackexchange.com",
"https://meta.stackexchange.com/users/340873/"
] | Comments are, have always been, and always will be, transient second-class citizens. When it comes to consistency between posts and their comments, the posts *always* take priority.
If the author of the answer chooses to edit the answer, even significantly, that's entirely their choice and it's perfectly acceptable. E... | If it's minor, you wouldn't change it beyond recognition. If the changes are substantial, better yet make it a question. Sure, why not?
It's not vandalism. It answers the question better... I don't see the issue. I *like* having the process of *doing it wrong* before *doing it right* visible, but it isn't essential.
... |
69,211 | According to 'Acts 19:19' (of the Christian bible):
>
> A number who had practiced sorcery brought their scrolls together and burned them publicly. When they calculated the value of the scrolls, the total came to fifty thousand drachmas.
>
>
>
When I hear this passage, I instantly think of 'Dungeons and Dragons',... | 2022/06/14 | [
"https://history.stackexchange.com/questions/69211",
"https://history.stackexchange.com",
"https://history.stackexchange.com/users/23648/"
] | It is pretty much correct to expect this *roughly* along the lines of Dungeons & Dragons, or any such games you might know.
In the sense of the ritual involved and the outcomes (expected): one recites a spell, reads from or writes on [a scroll, shard, metal sheet, wax tablet etc.] and then observes the result (or lack... | Another slight point is that they would have interpreted "scroll" a little differently than you (as a modern reader) probably interpret it. Basically--books sort of existed but were not that common yet.
Brief recount of the history of books (really book-like objects) in western civilization as per [Wikipedia](https://... |
28,268 | I know how to define a CRS, but this particular one is giving me a headache. I was unable to find the EPSG code at spatial reference.
The main reason for asking this is that raster and vector data available from INEGI (Mexico) comes in ITRF 92. Also new cartography from the same source comes in ITRF 2008.
When I lo... | 2012/06/26 | [
"https://gis.stackexchange.com/questions/28268",
"https://gis.stackexchange.com",
"https://gis.stackexchange.com/users/8446/"
] | Perhaps it would be worth saving a couple of your ITRF shapefiles as KML to see how they plot on the ground in Google Earth. I've tried this with one of the hydrology layers containing some coastline and it looks pretty good to me, see the picture. You'll see the scale bar represents 679 metres on the ground.
Perhaps ... | How to reproject from INEGI ITRF to wgs84, tutorial in Spanish
<https://www.youtube.com/watch?v=NRWPZMKTcho> |
26,784,400 | I'm developing an HTML5 mobile app using DevExpress DevExtreme libraries.
Once the app is done, and the native (PhoneGap) package is generated, I need to be able to distribute this app to ONLY a FEW SELECT PEOPLE, thus using Apple app store is not an option.
Is there a way to accomplish this? | 2014/11/06 | [
"https://Stackoverflow.com/questions/26784400",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/518012/"
] | Yes there is an option but for that you need apple developer account.
1) Write down UDID of all devices on which you want to install app.
2) Create a certificate including all that UDID's.
3)Generate IPA.
4)Open DIAWI.com ,Upload ipa, a link will be generated.
5)Download the app from that link. | As Piyush matta has stated, you have to have an Apple Developer Account.
To my knowledge, there are two types of Provisioning Profiles you can choose to distribute outside of the App Store.
1. Ad Hoc - "Create a distribution provisioning profile to install your app on a limited number of registered devices." --this i... |
26,784,400 | I'm developing an HTML5 mobile app using DevExpress DevExtreme libraries.
Once the app is done, and the native (PhoneGap) package is generated, I need to be able to distribute this app to ONLY a FEW SELECT PEOPLE, thus using Apple app store is not an option.
Is there a way to accomplish this? | 2014/11/06 | [
"https://Stackoverflow.com/questions/26784400",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/518012/"
] | Yes there is an option but for that you need apple developer account.
1) Write down UDID of all devices on which you want to install app.
2) Create a certificate including all that UDID's.
3)Generate IPA.
4)Open DIAWI.com ,Upload ipa, a link will be generated.
5)Download the app from that link. | If you are using DevExtreme Mobile (<http://js.devexpress.com/MobileDevelopment/>) then output it as a web app, upload it to a server, and email people the URL for download. |
26,784,400 | I'm developing an HTML5 mobile app using DevExpress DevExtreme libraries.
Once the app is done, and the native (PhoneGap) package is generated, I need to be able to distribute this app to ONLY a FEW SELECT PEOPLE, thus using Apple app store is not an option.
Is there a way to accomplish this? | 2014/11/06 | [
"https://Stackoverflow.com/questions/26784400",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/518012/"
] | As Piyush matta has stated, you have to have an Apple Developer Account.
To my knowledge, there are two types of Provisioning Profiles you can choose to distribute outside of the App Store.
1. Ad Hoc - "Create a distribution provisioning profile to install your app on a limited number of registered devices." --this i... | If you are using DevExtreme Mobile (<http://js.devexpress.com/MobileDevelopment/>) then output it as a web app, upload it to a server, and email people the URL for download. |
268,991 | Considering that the SDR board has one TX/RX output/input and one RX input, I am wondering how could I use one antenna for a **half duplex** communications on the same frequency.
The idea is to use the TX/RX output for transmitting and the RX input for receiving. The problem is that the required output power is around... | 2016/11/13 | [
"https://electronics.stackexchange.com/questions/268991",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/129741/"
] | You might want to change your title as it implies that you want *simultaneous* transmission and reception, half-duplex is *way* easier to achieve.
Now, even for half-duplex, 47dBm TX power with a -15dBm RX limit is a difference of >60dB (or *one million to one* power ratio) so what ever solution you use needs good is... | Well, RF switches for 50+ watts are $200 and up. How fast do you need to switch from receive to transmit? Relays to switch this power will take ~ 40 to 80 mSec to switch, and you need to switch them without RF power, so you'll need to switch off the amplifier first. PiN switchs aren't out of the question, depending on ... |
268,991 | Considering that the SDR board has one TX/RX output/input and one RX input, I am wondering how could I use one antenna for a **half duplex** communications on the same frequency.
The idea is to use the TX/RX output for transmitting and the RX input for receiving. The problem is that the required output power is around... | 2016/11/13 | [
"https://electronics.stackexchange.com/questions/268991",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/129741/"
] | As mentioned by [Sam](https://electronics.stackexchange.com/a/268999/64158), if you're doing half-duplex only, your problem is a lot easier, and you don't actually need a circulator; just a set of switches.
You don't mention which SDR device you're using, but a lot of devices, including the USRP series of SDR peripher... | You might want to change your title as it implies that you want *simultaneous* transmission and reception, half-duplex is *way* easier to achieve.
Now, even for half-duplex, 47dBm TX power with a -15dBm RX limit is a difference of >60dB (or *one million to one* power ratio) so what ever solution you use needs good is... |
268,991 | Considering that the SDR board has one TX/RX output/input and one RX input, I am wondering how could I use one antenna for a **half duplex** communications on the same frequency.
The idea is to use the TX/RX output for transmitting and the RX input for receiving. The problem is that the required output power is around... | 2016/11/13 | [
"https://electronics.stackexchange.com/questions/268991",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/129741/"
] | As mentioned by [Sam](https://electronics.stackexchange.com/a/268999/64158), if you're doing half-duplex only, your problem is a lot easier, and you don't actually need a circulator; just a set of switches.
You don't mention which SDR device you're using, but a lot of devices, including the USRP series of SDR peripher... | Well, RF switches for 50+ watts are $200 and up. How fast do you need to switch from receive to transmit? Relays to switch this power will take ~ 40 to 80 mSec to switch, and you need to switch them without RF power, so you'll need to switch off the amplifier first. PiN switchs aren't out of the question, depending on ... |
9,043,515 | I'm an Android enthusiastic. I'm thinking of a eco-friendly app that awares the user about the electricity consumption they had made so far. So, I need some way to measure the electricity usage from the Electricity Meters. Most of the apps that I have browsed and used from Android market required me to enter the electr... | 2012/01/28 | [
"https://Stackoverflow.com/questions/9043515",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/621337/"
] | As per <http://en.wikipedia.org/wiki/Automatic_meter_reading> there are many different types and likely proprietary implementations of the protocol used by these wireless meters.
Some likely even include encrypted or checksum verified protocols which would further prevent reading the data.
It's a good idea, but witho... | Well, you could make the users take a picture of the meter. Then you could analyse the image... |
9,043,515 | I'm an Android enthusiastic. I'm thinking of a eco-friendly app that awares the user about the electricity consumption they had made so far. So, I need some way to measure the electricity usage from the Electricity Meters. Most of the apps that I have browsed and used from Android market required me to enter the electr... | 2012/01/28 | [
"https://Stackoverflow.com/questions/9043515",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/621337/"
] | As per <http://en.wikipedia.org/wiki/Automatic_meter_reading> there are many different types and likely proprietary implementations of the protocol used by these wireless meters.
Some likely even include encrypted or checksum verified protocols which would further prevent reading the data.
It's a good idea, but witho... | Have you had a look at ioio ?
You may be able to interface it with a meter, if you have a way of converting the signal from a meter so the ioio can read it you should be able to make the app.
I am currently working on a project that implements this but a bit differently using a watt meter and amp meter
<http://www.s... |
26,121 | If we have the sentence,
"Bob had blinding love for Susan."
would the opposite be:
"Bob had blinding hatred for Susan"
or:
"Bob had clear hatred for Susan"? | 2011/05/19 | [
"https://english.stackexchange.com/questions/26121",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/8871/"
] | In either case, I think the opposition comes from the emotion: love vs. hate. The adjective serves to denote the depth of the emotion, and to me it makes sense that the depth be similar in both cases. So I'd vote for "blinding love" and "blinding hatred". On a related note, "blinding" in both cases refers to the emotio... | Blinding.
Love blinds. Hate also blinds. There isn't anything wrong with it grammatically or meaning-wise to warrant changing it.
"Clear" would imply a lesser hatred than "blinding" and would not be a true opposite. |
65,327 | I have a question regarding 3D movies. I was told that 3D movies require at least 120hz display device. Obviously, my computer monitor's max. hz is 60. My Samsung 55'' TV supports 120hz. Can I hook up a desktop to 120hz TV and watch 3D movies on it?
I can't test it because I need to buy glass for 3D, so..I want to mak... | 2009/11/04 | [
"https://superuser.com/questions/65327",
"https://superuser.com",
"https://superuser.com/users/12077/"
] | have a look at nVidia's [3D vision kit](http://www.nvidia.com/object/product_geforce_3D_VisionKit_us.html).
read the specifications for the graphics card requirements (for 3D movies, any Geforce 8, 9, 100/200 series will do). ATI has not yet released any equivalent.
contact [nvidia tech support](http://www.nvidia.com... | Red/Blue 3D should work on any monitor, you only need high speed TVs for [LCD shutter glasses](https://secure.wikimedia.org/wikipedia/en/wiki/LCD_shutter_glasses). |
152,229 | Annie has very unfortunately become a fairly popular support. She has high base damage and can nuke with little to no problem with practically no AP items. This is very hard to deal with as an ADC. What sort of counter-play is there when laning against her?
What usually happens is that I just get zoned when she has st... | 2014/01/25 | [
"https://gaming.stackexchange.com/questions/152229",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/37612/"
] | Annie's Q refunds the mana if she kills something with it. Unfortunately for support Annie, building Pyromania stacks for free with Q is not nearly as much of an option.
If playing a tanky support, you can bait out the stun. During this time, their ADC will probably attack you; during this time, make sure your ADC att... | The most effective anti-Annie combo I have come across is a poke lane. Usually a mobile/pokey ADC combo like a double ADC or heavy DMG blitz or Nid combo.
It is hard to go against an Annie purely because her burst is really strong even when behind. She can stun and combo damage anyone below 50% health with or without... |
152,229 | Annie has very unfortunately become a fairly popular support. She has high base damage and can nuke with little to no problem with practically no AP items. This is very hard to deal with as an ADC. What sort of counter-play is there when laning against her?
What usually happens is that I just get zoned when she has st... | 2014/01/25 | [
"https://gaming.stackexchange.com/questions/152229",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/37612/"
] | Annie's Q refunds the mana if she kills something with it. Unfortunately for support Annie, building Pyromania stacks for free with Q is not nearly as much of an option.
If playing a tanky support, you can bait out the stun. During this time, their ADC will probably attack you; during this time, make sure your ADC att... | Not being an ADC, I can't really give you advice specific to ADC. By the way, Schism did that pretty good.
However, I can complement from a support perspective.
First, you need to assess the threat that this Annie represents. Some people do not have in mind how to play uncommon supports, sometimes forgetting to res... |
43,245 | A game from the 60's. Stacking plastic tiles 1-20, six of each. Can't remember how to play but stacking was definitely involved.[](https://i.stack.imgur.com/mltgU.jpg) | 2018/08/21 | [
"https://boardgames.stackexchange.com/questions/43245",
"https://boardgames.stackexchange.com",
"https://boardgames.stackexchange.com/users/24861/"
] | My grandma has this game! I wanted to buy my own!
You turn them all over and put them into piles of 10. Separate the piles according to the amount of players.
Each player takes it in turns to flip over their top tile on the pile on the right hand side. The aim is to build up six piles from 1 to 20 in the middle. ... | We had this game as kids and used to play after tea on a Sunday. It was called tops as far as I remember. Maybe tops tiles. |
43,245 | A game from the 60's. Stacking plastic tiles 1-20, six of each. Can't remember how to play but stacking was definitely involved.[](https://i.stack.imgur.com/mltgU.jpg) | 2018/08/21 | [
"https://boardgames.stackexchange.com/questions/43245",
"https://boardgames.stackexchange.com",
"https://boardgames.stackexchange.com/users/24861/"
] | My grandma has this game! I wanted to buy my own!
You turn them all over and put them into piles of 10. Separate the piles according to the amount of players.
Each player takes it in turns to flip over their top tile on the pile on the right hand side. The aim is to build up six piles from 1 to 20 in the middle. ... | The game you're searching is probably "Up and Down Donkey" (page 8 in the [PDF](https://www.exeterconsortium.com/uploads/1/1/5/9/115936395/ks2_maths_games_-_home_yr6.pdf))
It was used in math classes, and got sold commercially one time. Several rules existed to play with these tiles ;) |
43,245 | A game from the 60's. Stacking plastic tiles 1-20, six of each. Can't remember how to play but stacking was definitely involved.[](https://i.stack.imgur.com/mltgU.jpg) | 2018/08/21 | [
"https://boardgames.stackexchange.com/questions/43245",
"https://boardgames.stackexchange.com",
"https://boardgames.stackexchange.com/users/24861/"
] | The game you're searching is probably "Up and Down Donkey" (page 8 in the [PDF](https://www.exeterconsortium.com/uploads/1/1/5/9/115936395/ks2_maths_games_-_home_yr6.pdf))
It was used in math classes, and got sold commercially one time. Several rules existed to play with these tiles ;) | We had this game as kids and used to play after tea on a Sunday. It was called tops as far as I remember. Maybe tops tiles. |
43,245 | A game from the 60's. Stacking plastic tiles 1-20, six of each. Can't remember how to play but stacking was definitely involved.[](https://i.stack.imgur.com/mltgU.jpg) | 2018/08/21 | [
"https://boardgames.stackexchange.com/questions/43245",
"https://boardgames.stackexchange.com",
"https://boardgames.stackexchange.com/users/24861/"
] | This is called Topps Tiles, great game and can’t find anything on the internet about it.
I have this game - the rules are as follows.
There are 120 tiles, 6 each numbered 1 to 20.
The aim of the game is to win by discarding all of your tiles first, either by placing them in the centre of the table on the "Centre sta... | We had this game as kids and used to play after tea on a Sunday. It was called tops as far as I remember. Maybe tops tiles. |
43,245 | A game from the 60's. Stacking plastic tiles 1-20, six of each. Can't remember how to play but stacking was definitely involved.[](https://i.stack.imgur.com/mltgU.jpg) | 2018/08/21 | [
"https://boardgames.stackexchange.com/questions/43245",
"https://boardgames.stackexchange.com",
"https://boardgames.stackexchange.com/users/24861/"
] | This is called Topps Tiles, great game and can’t find anything on the internet about it.
I have this game - the rules are as follows.
There are 120 tiles, 6 each numbered 1 to 20.
The aim of the game is to win by discarding all of your tiles first, either by placing them in the centre of the table on the "Centre sta... | The game you're searching is probably "Up and Down Donkey" (page 8 in the [PDF](https://www.exeterconsortium.com/uploads/1/1/5/9/115936395/ks2_maths_games_-_home_yr6.pdf))
It was used in math classes, and got sold commercially one time. Several rules existed to play with these tiles ;) |
112,439 | I am a postdoc and currently co-supervising a novel PhD student who works very very slow and needs to be spoon-fed most of the time (which is reasonable considering she's in early stages of her PhD). We are working on a very hot topic and have defined a research problem to work on. She has been working on it for 2 mont... | 2018/07/10 | [
"https://academia.stackexchange.com/questions/112439",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/91335/"
] | If you have taken on the responsibility of shepherding this student to her doctorate then you have an ethical constraint that overwhelms most other considerations. The only exception to that, that I can see, is if the research is actually life saving in some way.
I a lot of supervisor-supervisee relationships the adv... | If she’s truly in the beginning phase of her PhD, it would be entirely appropriate *not* to wait, unless you have specifically defined the tasks she needs to do as an explicit part of her thesis research. In that case, you must proceed with extreme caution, because you are fundamentally changing things after everyone h... |
61,806,406 | I am using Data Factory V2 and have a dataset created that is located in a third-party SFTP. The SFTP uses a SSH key and password. I was successful with creating the connection to the SFTP with the key and password. I can now browse the SFTP within Data Factory, see the only folder on the service and see all the TSV fi... | 2020/05/14 | [
"https://Stackoverflow.com/questions/61806406",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2573049/"
] | I use Copy frequently to pull data from SFTP sources. You mentioned in your question that the documentation says to NOT specify the wildcards in the DataSet, but your example does just that. Instead, you should specify them in the Copy Activity Source settings.
In my implementations, the DataSet has no parameters and ... | You can specify till the base folder here and then on the Source Tab select Wildcard Path specify the subfolder in first block (if there as in some activity like delete its not present) and \*.tsv in the second block.
[enter image description here](https://i.stack.imgur.com/CBKhu.png) |
13,637 | When I do planks at the gym, I can ask someone else to check my form and make sure I'm not sagging or lifting my butt up to high. But I can't always go to the gym, and then I end up doing planks at home. I don't seem to have a good feel for weather I'm doing it correctly even at the gym, and since I'm often not sore af... | 2013/08/18 | [
"https://fitness.stackexchange.com/questions/13637",
"https://fitness.stackexchange.com",
"https://fitness.stackexchange.com/users/6551/"
] | Use a small foam block that is just the right height so that if you are barely are touching it with your stomach, your hips are neither sagging nor lifted too high.
The foam block should be very soft, so that it's not actually capable of supporting you at all. | **How to do the plank correctly**
Looking from a distance, your upper body can seem to be parallel to the floor, but it is not what really makes the difference. The important thing is to engage the right muscles.
Firstly, make sure you are not collapsing in the upper back. Broaden and depress your shoulders, and lift ... |
4,387 | **This is not a "I use OS X, do I need Anti-Virus?" question.**
***I am looking at comparison and user opinion of existing AV products.***
I know I can avoid most (if not all) threats by being careful on the sites I visit, and the emails I download. But I *need* an anti-virus, for a variety of reasons - mostly to ... | 2010/11/27 | [
"https://apple.stackexchange.com/questions/4387",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/594/"
] | [ClamXav](http://www.clamxav.com/)
----------------------------------
It is open source and low resource consumption, but is not free.
There is also a free command line version available in brew, fink, and macports under `clamav` (less ugly). There is some minor configuration, but there are decent guides on the [Clam... | Sophos Anti-Virus for Mac Home Edition |
4,387 | **This is not a "I use OS X, do I need Anti-Virus?" question.**
***I am looking at comparison and user opinion of existing AV products.***
I know I can avoid most (if not all) threats by being careful on the sites I visit, and the emails I download. But I *need* an anti-virus, for a variety of reasons - mostly to ... | 2010/11/27 | [
"https://apple.stackexchange.com/questions/4387",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/594/"
] | [ClamXav](http://www.clamxav.com/)
----------------------------------
It is open source and low resource consumption, but is not free.
There is also a free command line version available in brew, fink, and macports under `clamav` (less ugly). There is some minor configuration, but there are decent guides on the [Clam... | 2015 edit: No longer accurate, see other answers.
ClamXav is hard-written to never scan some files such as mp3. This made it entirely useless for me, as I was scanning music downloads. I found (but do not currently use) [Panda](http://www.pandasecurity.com/usa/homeusers/solutions/mac-antivirus.htm) to be the best, on ... |
4,387 | **This is not a "I use OS X, do I need Anti-Virus?" question.**
***I am looking at comparison and user opinion of existing AV products.***
I know I can avoid most (if not all) threats by being careful on the sites I visit, and the emails I download. But I *need* an anti-virus, for a variety of reasons - mostly to ... | 2010/11/27 | [
"https://apple.stackexchange.com/questions/4387",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/594/"
] | [ClamXav](http://www.clamxav.com/)
----------------------------------
It is open source and low resource consumption, but is not free.
There is also a free command line version available in brew, fink, and macports under `clamav` (less ugly). There is some minor configuration, but there are decent guides on the [Clam... | I've personally used Sophos (Standalone version) and found that it causes high-memory utilization and some other file-system issues. (Updates on this one will bring your internet speeds to minimum).
I find [avast!](http://www.avast.com/free-antivirus-mac) much better. It's free and covers most basic of the environment... |
4,387 | **This is not a "I use OS X, do I need Anti-Virus?" question.**
***I am looking at comparison and user opinion of existing AV products.***
I know I can avoid most (if not all) threats by being careful on the sites I visit, and the emails I download. But I *need* an anti-virus, for a variety of reasons - mostly to ... | 2010/11/27 | [
"https://apple.stackexchange.com/questions/4387",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/594/"
] | [ClamXav](http://www.clamxav.com/)
----------------------------------
It is open source and low resource consumption, but is not free.
There is also a free command line version available in brew, fink, and macports under `clamav` (less ugly). There is some minor configuration, but there are decent guides on the [Clam... | The best free anti-virus software for OS X is [Avira](https://www.avira.com/en/free-antivirus-mac) if you consider the software which has the least impact on system performance to be the best.
This is based off of a comparison of anti-virus softwares which was published on [Sophos' website](https://www.sophos.com/lp/e... |
4,387 | **This is not a "I use OS X, do I need Anti-Virus?" question.**
***I am looking at comparison and user opinion of existing AV products.***
I know I can avoid most (if not all) threats by being careful on the sites I visit, and the emails I download. But I *need* an anti-virus, for a variety of reasons - mostly to ... | 2010/11/27 | [
"https://apple.stackexchange.com/questions/4387",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/594/"
] | I've personally used Sophos (Standalone version) and found that it causes high-memory utilization and some other file-system issues. (Updates on this one will bring your internet speeds to minimum).
I find [avast!](http://www.avast.com/free-antivirus-mac) much better. It's free and covers most basic of the environment... | Sophos Anti-Virus for Mac Home Edition |
4,387 | **This is not a "I use OS X, do I need Anti-Virus?" question.**
***I am looking at comparison and user opinion of existing AV products.***
I know I can avoid most (if not all) threats by being careful on the sites I visit, and the emails I download. But I *need* an anti-virus, for a variety of reasons - mostly to ... | 2010/11/27 | [
"https://apple.stackexchange.com/questions/4387",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/594/"
] | The best free anti-virus software for OS X is [Avira](https://www.avira.com/en/free-antivirus-mac) if you consider the software which has the least impact on system performance to be the best.
This is based off of a comparison of anti-virus softwares which was published on [Sophos' website](https://www.sophos.com/lp/e... | Sophos Anti-Virus for Mac Home Edition |
4,387 | **This is not a "I use OS X, do I need Anti-Virus?" question.**
***I am looking at comparison and user opinion of existing AV products.***
I know I can avoid most (if not all) threats by being careful on the sites I visit, and the emails I download. But I *need* an anti-virus, for a variety of reasons - mostly to ... | 2010/11/27 | [
"https://apple.stackexchange.com/questions/4387",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/594/"
] | I've personally used Sophos (Standalone version) and found that it causes high-memory utilization and some other file-system issues. (Updates on this one will bring your internet speeds to minimum).
I find [avast!](http://www.avast.com/free-antivirus-mac) much better. It's free and covers most basic of the environment... | 2015 edit: No longer accurate, see other answers.
ClamXav is hard-written to never scan some files such as mp3. This made it entirely useless for me, as I was scanning music downloads. I found (but do not currently use) [Panda](http://www.pandasecurity.com/usa/homeusers/solutions/mac-antivirus.htm) to be the best, on ... |
4,387 | **This is not a "I use OS X, do I need Anti-Virus?" question.**
***I am looking at comparison and user opinion of existing AV products.***
I know I can avoid most (if not all) threats by being careful on the sites I visit, and the emails I download. But I *need* an anti-virus, for a variety of reasons - mostly to ... | 2010/11/27 | [
"https://apple.stackexchange.com/questions/4387",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/594/"
] | The best free anti-virus software for OS X is [Avira](https://www.avira.com/en/free-antivirus-mac) if you consider the software which has the least impact on system performance to be the best.
This is based off of a comparison of anti-virus softwares which was published on [Sophos' website](https://www.sophos.com/lp/e... | 2015 edit: No longer accurate, see other answers.
ClamXav is hard-written to never scan some files such as mp3. This made it entirely useless for me, as I was scanning music downloads. I found (but do not currently use) [Panda](http://www.pandasecurity.com/usa/homeusers/solutions/mac-antivirus.htm) to be the best, on ... |
73,989 | I'm looking for the name of a science fiction short story in which characters lack modesty when communicating over video phones but direct contact is excruciatingly embarrassing. | 2014/12/03 | [
"https://scifi.stackexchange.com/questions/73989",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/36807/"
] | Maybe [The Machine Stops](http://en.wikipedia.org/wiki/The_Machine_Stops) by E. M. Forster. Published in 1909.
>
> The story describes a world in which most of the human population has
> lost the ability to live on the surface of the Earth. Each individual
> now lives in isolation below ground in a standard 'cell',... | Could it be Michel Houellebecq's 'The Possibility of an Island'? It has been a while since I read it. It has two narrative threads. The present and the future. In the future the last remaining clones of a man in the present live alone and eschew all physical contact with each other. However they are in relative constan... |
10,055 | Thank you for your help.
I tried to get a job at [freelancer.com](https://www.freelancer.com/).
I have regular mark and more than 20 cases of contracts.
I proposed to a work to create website using React.
The client sent a message to me. I thought that he was interested in my skills.
He said that my portfolio is good,... | 2021/03/11 | [
"https://freelancing.stackexchange.com/questions/10055",
"https://freelancing.stackexchange.com",
"https://freelancing.stackexchange.com/users/25718/"
] | Even if you are 100% honest and upfront, this person, for whatever reason, has a mindset about you that you will **not** overcome, especially online.
Regardless of whether or not you want to work on the project, he/she doesn't want to work with you. There's *nothing* you can do. Move on, find a different client.
In t... | I assume the NDAs you have signed are terribly restrictive - so your prior clients owe you nothing.
Having said that, perhaps it could be worth a shot asking the clients if there are any details you are allowed to divulge. Depending on your relationship, they might accommodate you.
Moving forward, you could attempt t... |
38,676 | Today I came across this question and I can't sleep thinking about how to solve it. How do I find the principal values and sketch a shear force and bending please see my attempt as I'm not sure if this is correct. diagram on the below picture? [](https... | 2020/11/16 | [
"https://engineering.stackexchange.com/questions/38676",
"https://engineering.stackexchange.com",
"https://engineering.stackexchange.com/users/29417/"
] | I've never seen a machine do this, but consider this.
1. Tie the thread to the middle of rod and have the rod in a vertical
orientation.
2. Have two jaw like, or pincer like devices, one vertically above the
other. Place the rod, with thread attached, into the one of the sets
of jaws, say the top one.
3. As the chain ... | I've recently seen a [video](https://youtu.be/aIaif7IBeZA?t=124) in which chain link fence is being manufactured. The individual segments of fence are somewhat "corkscrewed" into the existing assembled fence.
One method I can envision to accomplish your goal is to have a helix (three-dimensional constant diameter spir... |
38,302 | Following up on this [enlightening answer](https://bicycles.stackexchange.com/questions/28477/what-is-the-meaning-of-11-32-cassette-and-12-25-cassette), I would like to know the differences between 50/34(compact), 52/36(mid-compact) and 53/39 (standard).
The cassette I am choosing is 11-32 to give me a wider flavour of... | 2016/04/19 | [
"https://bicycles.stackexchange.com/questions/38302",
"https://bicycles.stackexchange.com",
"https://bicycles.stackexchange.com/users/25574/"
] | 50/34 with and 11/32 on the rear is going to be very spinny.
For me - the range is too wide and the gaps between the gears too big. But - this depends on the kind of riding you will be doing. If you are riding the very steepest of mountains - than the 34/32 combination might be what you are looking for.
Purely for fas... | Here's another gear-inch calculator that may be easier to use: <http://cycleseven.org/bicycle-gear-inch-calculator>
Basically, the 52/36 will allow 5% higher top-speed before spinning-out compared to the 50/34. (Many say that your aero-tuck and other factors are more important at those speeds anyway.) But on the hills... |
38,302 | Following up on this [enlightening answer](https://bicycles.stackexchange.com/questions/28477/what-is-the-meaning-of-11-32-cassette-and-12-25-cassette), I would like to know the differences between 50/34(compact), 52/36(mid-compact) and 53/39 (standard).
The cassette I am choosing is 11-32 to give me a wider flavour of... | 2016/04/19 | [
"https://bicycles.stackexchange.com/questions/38302",
"https://bicycles.stackexchange.com",
"https://bicycles.stackexchange.com/users/25574/"
] | 50/34 with and 11/32 on the rear is going to be very spinny.
For me - the range is too wide and the gaps between the gears too big. But - this depends on the kind of riding you will be doing. If you are riding the very steepest of mountains - than the 34/32 combination might be what you are looking for.
Purely for fas... | 52/36 is perfect! You'll rarely find troubles with the 11-28. I took the leap from 50/34 on 11-32 to the above set up, huge jump in speed immediately with no real issues with hills, even steep grades. I just got a new bike that came equipped with a 53/39 on 11-28, now I'm really worried, considering swapping chain ring... |
38,302 | Following up on this [enlightening answer](https://bicycles.stackexchange.com/questions/28477/what-is-the-meaning-of-11-32-cassette-and-12-25-cassette), I would like to know the differences between 50/34(compact), 52/36(mid-compact) and 53/39 (standard).
The cassette I am choosing is 11-32 to give me a wider flavour of... | 2016/04/19 | [
"https://bicycles.stackexchange.com/questions/38302",
"https://bicycles.stackexchange.com",
"https://bicycles.stackexchange.com/users/25574/"
] | 50/34 with and 11/32 on the rear is going to be very spinny.
For me - the range is too wide and the gaps between the gears too big. But - this depends on the kind of riding you will be doing. If you are riding the very steepest of mountains - than the 34/32 combination might be what you are looking for.
Purely for fas... | I have a 52/39 crank set with an hg51 11/32 cassette. The rear derailleur is a Sora rd-3000 and a Sora sl4000 downtube shifter. It works perfectly. For steep hills and for speed. Had an hg51 8 speed 11/28 and changed it. Where I live there are steep hills. |
38,302 | Following up on this [enlightening answer](https://bicycles.stackexchange.com/questions/28477/what-is-the-meaning-of-11-32-cassette-and-12-25-cassette), I would like to know the differences between 50/34(compact), 52/36(mid-compact) and 53/39 (standard).
The cassette I am choosing is 11-32 to give me a wider flavour of... | 2016/04/19 | [
"https://bicycles.stackexchange.com/questions/38302",
"https://bicycles.stackexchange.com",
"https://bicycles.stackexchange.com/users/25574/"
] | The difference is simply in the number of teeth on the chainring, and therefore the distance that the chain will travel when you turn the crank. With the standard crank you will be pushing the chain further, and therefore given the same cassette, the standard chainring will provide longer gearing than a compact, and re... | Here's another gear-inch calculator that may be easier to use: <http://cycleseven.org/bicycle-gear-inch-calculator>
Basically, the 52/36 will allow 5% higher top-speed before spinning-out compared to the 50/34. (Many say that your aero-tuck and other factors are more important at those speeds anyway.) But on the hills... |
38,302 | Following up on this [enlightening answer](https://bicycles.stackexchange.com/questions/28477/what-is-the-meaning-of-11-32-cassette-and-12-25-cassette), I would like to know the differences between 50/34(compact), 52/36(mid-compact) and 53/39 (standard).
The cassette I am choosing is 11-32 to give me a wider flavour of... | 2016/04/19 | [
"https://bicycles.stackexchange.com/questions/38302",
"https://bicycles.stackexchange.com",
"https://bicycles.stackexchange.com/users/25574/"
] | The difference is simply in the number of teeth on the chainring, and therefore the distance that the chain will travel when you turn the crank. With the standard crank you will be pushing the chain further, and therefore given the same cassette, the standard chainring will provide longer gearing than a compact, and re... | 52/36 is perfect! You'll rarely find troubles with the 11-28. I took the leap from 50/34 on 11-32 to the above set up, huge jump in speed immediately with no real issues with hills, even steep grades. I just got a new bike that came equipped with a 53/39 on 11-28, now I'm really worried, considering swapping chain ring... |
38,302 | Following up on this [enlightening answer](https://bicycles.stackexchange.com/questions/28477/what-is-the-meaning-of-11-32-cassette-and-12-25-cassette), I would like to know the differences between 50/34(compact), 52/36(mid-compact) and 53/39 (standard).
The cassette I am choosing is 11-32 to give me a wider flavour of... | 2016/04/19 | [
"https://bicycles.stackexchange.com/questions/38302",
"https://bicycles.stackexchange.com",
"https://bicycles.stackexchange.com/users/25574/"
] | The difference is simply in the number of teeth on the chainring, and therefore the distance that the chain will travel when you turn the crank. With the standard crank you will be pushing the chain further, and therefore given the same cassette, the standard chainring will provide longer gearing than a compact, and re... | I have a 52/39 crank set with an hg51 11/32 cassette. The rear derailleur is a Sora rd-3000 and a Sora sl4000 downtube shifter. It works perfectly. For steep hills and for speed. Had an hg51 8 speed 11/28 and changed it. Where I live there are steep hills. |
38,302 | Following up on this [enlightening answer](https://bicycles.stackexchange.com/questions/28477/what-is-the-meaning-of-11-32-cassette-and-12-25-cassette), I would like to know the differences between 50/34(compact), 52/36(mid-compact) and 53/39 (standard).
The cassette I am choosing is 11-32 to give me a wider flavour of... | 2016/04/19 | [
"https://bicycles.stackexchange.com/questions/38302",
"https://bicycles.stackexchange.com",
"https://bicycles.stackexchange.com/users/25574/"
] | Here's another gear-inch calculator that may be easier to use: <http://cycleseven.org/bicycle-gear-inch-calculator>
Basically, the 52/36 will allow 5% higher top-speed before spinning-out compared to the 50/34. (Many say that your aero-tuck and other factors are more important at those speeds anyway.) But on the hills... | 52/36 is perfect! You'll rarely find troubles with the 11-28. I took the leap from 50/34 on 11-32 to the above set up, huge jump in speed immediately with no real issues with hills, even steep grades. I just got a new bike that came equipped with a 53/39 on 11-28, now I'm really worried, considering swapping chain ring... |
38,302 | Following up on this [enlightening answer](https://bicycles.stackexchange.com/questions/28477/what-is-the-meaning-of-11-32-cassette-and-12-25-cassette), I would like to know the differences between 50/34(compact), 52/36(mid-compact) and 53/39 (standard).
The cassette I am choosing is 11-32 to give me a wider flavour of... | 2016/04/19 | [
"https://bicycles.stackexchange.com/questions/38302",
"https://bicycles.stackexchange.com",
"https://bicycles.stackexchange.com/users/25574/"
] | Here's another gear-inch calculator that may be easier to use: <http://cycleseven.org/bicycle-gear-inch-calculator>
Basically, the 52/36 will allow 5% higher top-speed before spinning-out compared to the 50/34. (Many say that your aero-tuck and other factors are more important at those speeds anyway.) But on the hills... | I have a 52/39 crank set with an hg51 11/32 cassette. The rear derailleur is a Sora rd-3000 and a Sora sl4000 downtube shifter. It works perfectly. For steep hills and for speed. Had an hg51 8 speed 11/28 and changed it. Where I live there are steep hills. |
38,302 | Following up on this [enlightening answer](https://bicycles.stackexchange.com/questions/28477/what-is-the-meaning-of-11-32-cassette-and-12-25-cassette), I would like to know the differences between 50/34(compact), 52/36(mid-compact) and 53/39 (standard).
The cassette I am choosing is 11-32 to give me a wider flavour of... | 2016/04/19 | [
"https://bicycles.stackexchange.com/questions/38302",
"https://bicycles.stackexchange.com",
"https://bicycles.stackexchange.com/users/25574/"
] | 52/36 is perfect! You'll rarely find troubles with the 11-28. I took the leap from 50/34 on 11-32 to the above set up, huge jump in speed immediately with no real issues with hills, even steep grades. I just got a new bike that came equipped with a 53/39 on 11-28, now I'm really worried, considering swapping chain ring... | I have a 52/39 crank set with an hg51 11/32 cassette. The rear derailleur is a Sora rd-3000 and a Sora sl4000 downtube shifter. It works perfectly. For steep hills and for speed. Had an hg51 8 speed 11/28 and changed it. Where I live there are steep hills. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.