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 |
|---|---|---|---|---|---|
128,189 | Suppose a paper has authors A, B, C, and D. The first author, A, isn't in academia anymore, and much of my work is inspired by the senior author, D. I've also only communicated with author D.
Can I say/write "author D et al."?
When I looked this up, "first author et al." is the recommended version, but I would rathe... | 2019/04/15 | [
"https://academia.stackexchange.com/questions/128189",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/-1/"
] | Not enough reputation to comment, hence writing as answer.
The other answers didn't address the "I've also only communicated with author D." part.
If that personal communication yielded information that is not in the paper, you can cite (in addition to the paper) "D: Personal Communication". | It just isn't that much work to name everyone. Think of all the work all the authors put into that paper. We can all afford to spend one extra second reading all of their names. And that extra second might make someone recognize the name on a file and result in someone getting a job they otherwise wouldn't have. There'... |
128,189 | Suppose a paper has authors A, B, C, and D. The first author, A, isn't in academia anymore, and much of my work is inspired by the senior author, D. I've also only communicated with author D.
Can I say/write "author D et al."?
When I looked this up, "first author et al." is the recommended version, but I would rathe... | 2019/04/15 | [
"https://academia.stackexchange.com/questions/128189",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/-1/"
] | Your feelings and the journal citation rules might not align the way you want them to be. Therefore, I suggest you stick with the accepted norms and go with author a et al., even if it is an informal conversation or blog.
Using any author other than the first author in citation would not only do injustice to that auth... | It just isn't that much work to name everyone. Think of all the work all the authors put into that paper. We can all afford to spend one extra second reading all of their names. And that extra second might make someone recognize the name on a file and result in someone getting a job they otherwise wouldn't have. There'... |
13,371,069 | I am working on new version of an app. What SVN structure should I use for creating the new version of the app? Should there be a trunk and than branches for each version 1.0, 1.2 etc? 1.2 is really based on 1.0 and not on the trunk? So I would like clarification on how to structure this? Its really a several projects ... | 2012/11/14 | [
"https://Stackoverflow.com/questions/13371069",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1821743/"
] | If you are starting a new project, it is good to start with typical layout like this:
* trunk
* tags
* branches
At least the trunk should be created initially, as you will probably put your initial code there.
Under branches, you can store feature or maintenance clones of the trunk, or just any other branches.
In a... | Before you commit to SVN, please, take a few minutes to read <http://hginit.com/> and think about using distributed version control system (DVCS), like Mercurial or Git. It makes life so much easier. |
17,106 | I have a server hosting a web site and other services that needs to be reinstalled. I would like to relocate these services to another server temporarily, with as little downtime as possible. Both servers are in the same data center, and can be on the same network switch.
What is the best technique for moving these se... | 2009/06/01 | [
"https://serverfault.com/questions/17106",
"https://serverfault.com",
"https://serverfault.com/users/5758/"
] | If you own the domain in question you can to have the TTL for that DNS entry changed to a lower value by your DNS admin(say 3-5 minutes). Let this new setting propagate out over the internet for a few days before you make your actual DNS IP change. This should ensure that any cached DNS entries get updated quickly afte... | Use replication on your database servers. That will solve your problem with database updates on both servers in middle time. |
17,106 | I have a server hosting a web site and other services that needs to be reinstalled. I would like to relocate these services to another server temporarily, with as little downtime as possible. Both servers are in the same data center, and can be on the same network switch.
What is the best technique for moving these se... | 2009/06/01 | [
"https://serverfault.com/questions/17106",
"https://serverfault.com",
"https://serverfault.com/users/5758/"
] | It sounds like you might best be served with a relatively simple solution ... because you can tolerate a bit of downtime. I would avoid fooling with DNS, because you have little control over the propagation/caching delays.
1- build temp server
2- bring down services on primary server
3- move/copy key data from p... | Providing there are no other services bound to the IP then go with switching that over. It doesn't take long and you can be absolutely sure that traffic is going to the correct destination.
Just be aware of neighbouring machine's ARP caches. It's good practice to use *arping -s* after the change. |
17,106 | I have a server hosting a web site and other services that needs to be reinstalled. I would like to relocate these services to another server temporarily, with as little downtime as possible. Both servers are in the same data center, and can be on the same network switch.
What is the best technique for moving these se... | 2009/06/01 | [
"https://serverfault.com/questions/17106",
"https://serverfault.com",
"https://serverfault.com/users/5758/"
] | It sounds like you might best be served with a relatively simple solution ... because you can tolerate a bit of downtime. I would avoid fooling with DNS, because you have little control over the propagation/caching delays.
1- build temp server
2- bring down services on primary server
3- move/copy key data from p... | If you own the domain in question you can to have the TTL for that DNS entry changed to a lower value by your DNS admin(say 3-5 minutes). Let this new setting propagate out over the internet for a few days before you make your actual DNS IP change. This should ensure that any cached DNS entries get updated quickly afte... |
17,106 | I have a server hosting a web site and other services that needs to be reinstalled. I would like to relocate these services to another server temporarily, with as little downtime as possible. Both servers are in the same data center, and can be on the same network switch.
What is the best technique for moving these se... | 2009/06/01 | [
"https://serverfault.com/questions/17106",
"https://serverfault.com",
"https://serverfault.com/users/5758/"
] | Migrating a server.. What a pain.
Luckily, you have everything in the same data centre.
It really, however, depends on what apps etc you've got, and making sure that you've configured all of them on the new box.
Generally, within my workplace, we don't use IP addresses in configurations, we use DNS names. But these ... | Use replication on your database servers. That will solve your problem with database updates on both servers in middle time. |
17,106 | I have a server hosting a web site and other services that needs to be reinstalled. I would like to relocate these services to another server temporarily, with as little downtime as possible. Both servers are in the same data center, and can be on the same network switch.
What is the best technique for moving these se... | 2009/06/01 | [
"https://serverfault.com/questions/17106",
"https://serverfault.com",
"https://serverfault.com/users/5758/"
] | Providing there are no other services bound to the IP then go with switching that over. It doesn't take long and you can be absolutely sure that traffic is going to the correct destination.
Just be aware of neighbouring machine's ARP caches. It's good practice to use *arping -s* after the change. | If you have Lan speed connectivity between the 2 systems and full access, using drbd (drbd.org) may be a good option to get the data sync'd between the systems before a cutover and back.
Setup DRBD and let it sync
Shut down db & web server
Switch drbd on original machine to secondary
Switch drbd on second mac... |
17,106 | I have a server hosting a web site and other services that needs to be reinstalled. I would like to relocate these services to another server temporarily, with as little downtime as possible. Both servers are in the same data center, and can be on the same network switch.
What is the best technique for moving these se... | 2009/06/01 | [
"https://serverfault.com/questions/17106",
"https://serverfault.com",
"https://serverfault.com/users/5758/"
] | I wrote about how to move web server to another on my blog.
Includes a lot, including database issues.
<http://mysqlbarbeque.blogspot.com/2009/03/how-to-move-your-web-server-with-no.html> | If you own the domain in question you can to have the TTL for that DNS entry changed to a lower value by your DNS admin(say 3-5 minutes). Let this new setting propagate out over the internet for a few days before you make your actual DNS IP change. This should ensure that any cached DNS entries get updated quickly afte... |
17,106 | I have a server hosting a web site and other services that needs to be reinstalled. I would like to relocate these services to another server temporarily, with as little downtime as possible. Both servers are in the same data center, and can be on the same network switch.
What is the best technique for moving these se... | 2009/06/01 | [
"https://serverfault.com/questions/17106",
"https://serverfault.com",
"https://serverfault.com/users/5758/"
] | Providing there are no other services bound to the IP then go with switching that over. It doesn't take long and you can be absolutely sure that traffic is going to the correct destination.
Just be aware of neighbouring machine's ARP caches. It's good practice to use *arping -s* after the change. | If you own the domain in question you can to have the TTL for that DNS entry changed to a lower value by your DNS admin(say 3-5 minutes). Let this new setting propagate out over the internet for a few days before you make your actual DNS IP change. This should ensure that any cached DNS entries get updated quickly afte... |
17,106 | I have a server hosting a web site and other services that needs to be reinstalled. I would like to relocate these services to another server temporarily, with as little downtime as possible. Both servers are in the same data center, and can be on the same network switch.
What is the best technique for moving these se... | 2009/06/01 | [
"https://serverfault.com/questions/17106",
"https://serverfault.com",
"https://serverfault.com/users/5758/"
] | It sounds like you might best be served with a relatively simple solution ... because you can tolerate a bit of downtime. I would avoid fooling with DNS, because you have little control over the propagation/caching delays.
1- build temp server
2- bring down services on primary server
3- move/copy key data from p... | You're right that DNS cutover is completely unreliable. What I prefer to do is, at the same time as the DNS is changed, switch the database configuration of the old site so that it connects to the new server's database. Ta-da, all your updates going to one place.
The site will presumably run slower for people who conn... |
17,106 | I have a server hosting a web site and other services that needs to be reinstalled. I would like to relocate these services to another server temporarily, with as little downtime as possible. Both servers are in the same data center, and can be on the same network switch.
What is the best technique for moving these se... | 2009/06/01 | [
"https://serverfault.com/questions/17106",
"https://serverfault.com",
"https://serverfault.com/users/5758/"
] | You're right that DNS cutover is completely unreliable. What I prefer to do is, at the same time as the DNS is changed, switch the database configuration of the old site so that it connects to the new server's database. Ta-da, all your updates going to one place.
The site will presumably run slower for people who conn... | Ideally you set the TTL of the DNS host record way down a couple of days ahead of the scheduled time, but if you have no control over that (or can't work with someone on that) then that's shot.
If not, the only thing really is to build the new server until it's ready for production and then schedule a few minutes of d... |
17,106 | I have a server hosting a web site and other services that needs to be reinstalled. I would like to relocate these services to another server temporarily, with as little downtime as possible. Both servers are in the same data center, and can be on the same network switch.
What is the best technique for moving these se... | 2009/06/01 | [
"https://serverfault.com/questions/17106",
"https://serverfault.com",
"https://serverfault.com/users/5758/"
] | It sounds like you might best be served with a relatively simple solution ... because you can tolerate a bit of downtime. I would avoid fooling with DNS, because you have little control over the propagation/caching delays.
1- build temp server
2- bring down services on primary server
3- move/copy key data from p... | If you have Lan speed connectivity between the 2 systems and full access, using drbd (drbd.org) may be a good option to get the data sync'd between the systems before a cutover and back.
Setup DRBD and let it sync
Shut down db & web server
Switch drbd on original machine to secondary
Switch drbd on second mac... |
36,717 | I don't bake as frequently as I used to, so if I decide to bake on some random evening, there's a good chance my baking powder has already lost much of its leavening ability — another trip to the store.
If I just keep baking soda and cream of tartar on hand, will they create "full strength" baking powder, even if they... | 2013/09/11 | [
"https://cooking.stackexchange.com/questions/36717",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/8/"
] | For all practical purposes, yes. Just don't let moisture get near them.
Both are a single chemical compound which does not react with air. The only thing you have to worry about is entropy, and it will not do anything bad for the next few decades. It doesn't matter if you mix and use the day after buying or years lat... | You can certainly make your own from the recipe given and it will not begin to react until both ingredients are present along with water, but the issue is that the smaller the quantities, the greater percentage wise the error you get for small measurement errors.
Also, the recipe you have given is for a "single actin... |
34,675,641 | I have developed a basic add in and set it up using Install shield installer.
I register entries into HKLM hive both for 32 and 64 bit.
Now when i run the setup file and start the outlook 2013 in my local machine. Add in is showed in outlook.
Same add in is not working with outlook 2010 which is in a vm. In this case... | 2016/01/08 | [
"https://Stackoverflow.com/questions/34675641",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/338248/"
] | There are a lot of things that may prevent the add-in from loading:
1. You didn't include all the required prerequsites to the add-in installer.
2. I'd recommend checking the COM add-ins list in Outlook. Is your add-in listed there?
Microsoft Office applications can disable VSTO Add-ins that behave unexpectedly. If a... | Kind of silly mistake i did.
During install shield setup creation.
For the registry entry of "LoadBehaviour" i made it as a string value instead of DWORD value.
Correcting that made it work.
Strange thing is that InstallShield installer does not report an error or warning in the logs if the registry value types are i... |
2,549,918 | I have blog posts stored in an Access database. They are displayed dynamically when ASP pages are loaded. Therefore, there are no publicly accessible files containing the bodies of blog posts except when the user accesses the pages. When search engines index my page, how can I ensure that the blog content is indexed an... | 2010/03/31 | [
"https://Stackoverflow.com/questions/2549918",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/295327/"
] | Search engines essentially see what a user would see when they access the page (minus styles, images etc).
So as long as the url to each blog post is unique and there are links to that url search engines will be able to index them.
One thing you can do is sign up to google's [webmaster tools](http://www.google.com/w... | You could submit a sitemap to each search engine you want to index your site. A sitemap will explcitly tell the search engine each URL you want it to look at.
* [Sitemap](http://en.wikipedia.org/wiki/Sitemaps) on wikipedia. For example using the [google webmaster tools](https://www.google.com/webmasters/tools) you can... |
2,549,918 | I have blog posts stored in an Access database. They are displayed dynamically when ASP pages are loaded. Therefore, there are no publicly accessible files containing the bodies of blog posts except when the user accesses the pages. When search engines index my page, how can I ensure that the blog content is indexed an... | 2010/03/31 | [
"https://Stackoverflow.com/questions/2549918",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/295327/"
] | The fact that the pages are dynamically generated isn't something that a search engine could tell just by looking at your page. For all Google knows, it could be a static page and you have an army of interns updating the "Recent Comments" section of the sidebar. Google doesn't care where the content comes from as long ... | You could submit a sitemap to each search engine you want to index your site. A sitemap will explcitly tell the search engine each URL you want it to look at.
* [Sitemap](http://en.wikipedia.org/wiki/Sitemaps) on wikipedia. For example using the [google webmaster tools](https://www.google.com/webmasters/tools) you can... |
1,856 | I was wondering if coffee has serious health issues because I take coffee on daily basis. Can anyone tell me what are the possible health issues on consuming the coffee on daily basis? | 2015/05/20 | [
"https://coffee.stackexchange.com/questions/1856",
"https://coffee.stackexchange.com",
"https://coffee.stackexchange.com/users/816/"
] | Coffee and in particular caffeine, has had a reputation of being bad for your health, possibly being associated with cardiovascular disease, stroke, and your heart health in general. [Current consensus](http://www.nytimes.com/2015/05/12/upshot/more-consensus-on-coffees-benefits-than-you-might-think.html?_r=0&abt=0002&a... | Like Steven said, it's not accounting sweeteners. But if you are heavy on that sweet n low like I am, you may want to read [this](http://health.howstuffworks.com/wellness/food-nutrition/facts/artificial-sweetners-unhealthy-eco.htm) article. |
1,856 | I was wondering if coffee has serious health issues because I take coffee on daily basis. Can anyone tell me what are the possible health issues on consuming the coffee on daily basis? | 2015/05/20 | [
"https://coffee.stackexchange.com/questions/1856",
"https://coffee.stackexchange.com",
"https://coffee.stackexchange.com/users/816/"
] | Coffee and in particular caffeine, has had a reputation of being bad for your health, possibly being associated with cardiovascular disease, stroke, and your heart health in general. [Current consensus](http://www.nytimes.com/2015/05/12/upshot/more-consensus-on-coffees-benefits-than-you-might-think.html?_r=0&abt=0002&a... | Excess coffee can hurt you but i found a way to keep it safe:
Use dark chocolate on daily basis, dark I mean 72% and up, better the 85, 90 or 99(unprocessed chocolate to keep nutrients).
I was feeling the heart till discovered dark chocolate benefits combined with coffee. Also use less sugar as possible and if you use... |
1,856 | I was wondering if coffee has serious health issues because I take coffee on daily basis. Can anyone tell me what are the possible health issues on consuming the coffee on daily basis? | 2015/05/20 | [
"https://coffee.stackexchange.com/questions/1856",
"https://coffee.stackexchange.com",
"https://coffee.stackexchange.com/users/816/"
] | Coffee and in particular caffeine, has had a reputation of being bad for your health, possibly being associated with cardiovascular disease, stroke, and your heart health in general. [Current consensus](http://www.nytimes.com/2015/05/12/upshot/more-consensus-on-coffees-benefits-than-you-might-think.html?_r=0&abt=0002&a... | You can find a review of recent studies regarding the effects of coffee on health here:
[Coffee and Health: A Review of Recent Human Research.](http://www.tandfonline.com/doi/full/10.1080/10408390500400009)
Taken from the abstract of the review paper in case you don't have access:
>
> *Unfiltered coffee is a sign... |
1,856 | I was wondering if coffee has serious health issues because I take coffee on daily basis. Can anyone tell me what are the possible health issues on consuming the coffee on daily basis? | 2015/05/20 | [
"https://coffee.stackexchange.com/questions/1856",
"https://coffee.stackexchange.com",
"https://coffee.stackexchange.com/users/816/"
] | Coffee and in particular caffeine, has had a reputation of being bad for your health, possibly being associated with cardiovascular disease, stroke, and your heart health in general. [Current consensus](http://www.nytimes.com/2015/05/12/upshot/more-consensus-on-coffees-benefits-than-you-might-think.html?_r=0&abt=0002&a... | Numerous studies have found positive health benefits to regular coffee consumption, if done in moderation and without adding a lot of cream and sugar. Specifically, coffee has the following health benefits:
**Huge Source of Antioxidants** - Coffee is the number one source of antioxidants. Antioxidants are important in... |
1,856 | I was wondering if coffee has serious health issues because I take coffee on daily basis. Can anyone tell me what are the possible health issues on consuming the coffee on daily basis? | 2015/05/20 | [
"https://coffee.stackexchange.com/questions/1856",
"https://coffee.stackexchange.com",
"https://coffee.stackexchange.com/users/816/"
] | Numerous studies have found positive health benefits to regular coffee consumption, if done in moderation and without adding a lot of cream and sugar. Specifically, coffee has the following health benefits:
**Huge Source of Antioxidants** - Coffee is the number one source of antioxidants. Antioxidants are important in... | Like Steven said, it's not accounting sweeteners. But if you are heavy on that sweet n low like I am, you may want to read [this](http://health.howstuffworks.com/wellness/food-nutrition/facts/artificial-sweetners-unhealthy-eco.htm) article. |
1,856 | I was wondering if coffee has serious health issues because I take coffee on daily basis. Can anyone tell me what are the possible health issues on consuming the coffee on daily basis? | 2015/05/20 | [
"https://coffee.stackexchange.com/questions/1856",
"https://coffee.stackexchange.com",
"https://coffee.stackexchange.com/users/816/"
] | Numerous studies have found positive health benefits to regular coffee consumption, if done in moderation and without adding a lot of cream and sugar. Specifically, coffee has the following health benefits:
**Huge Source of Antioxidants** - Coffee is the number one source of antioxidants. Antioxidants are important in... | Excess coffee can hurt you but i found a way to keep it safe:
Use dark chocolate on daily basis, dark I mean 72% and up, better the 85, 90 or 99(unprocessed chocolate to keep nutrients).
I was feeling the heart till discovered dark chocolate benefits combined with coffee. Also use less sugar as possible and if you use... |
1,856 | I was wondering if coffee has serious health issues because I take coffee on daily basis. Can anyone tell me what are the possible health issues on consuming the coffee on daily basis? | 2015/05/20 | [
"https://coffee.stackexchange.com/questions/1856",
"https://coffee.stackexchange.com",
"https://coffee.stackexchange.com/users/816/"
] | Numerous studies have found positive health benefits to regular coffee consumption, if done in moderation and without adding a lot of cream and sugar. Specifically, coffee has the following health benefits:
**Huge Source of Antioxidants** - Coffee is the number one source of antioxidants. Antioxidants are important in... | You can find a review of recent studies regarding the effects of coffee on health here:
[Coffee and Health: A Review of Recent Human Research.](http://www.tandfonline.com/doi/full/10.1080/10408390500400009)
Taken from the abstract of the review paper in case you don't have access:
>
> *Unfiltered coffee is a sign... |
1,085 | I planted an [Ouillins Gage](https://www.rhs.org.uk/Plants/47582/i-Prunus-domestica-i-Oullins-Gage-(C-D)/Details) plum tree some years ago and it died after an attack of bacterial canker, although two nearby apple trees, planted at the same time, were unaffected and are still thriving.
I'm planning to plant another p... | 2011/07/02 | [
"https://gardening.stackexchange.com/questions/1085",
"https://gardening.stackexchange.com",
"https://gardening.stackexchange.com/users/136/"
] | Eureka! I have finally tracked down two varieties that satisfy 98% of the above criteria:
* Marjorie's Seedling
* Denniston's Superb
Details [here](http://www.orangepippin.com/plums/m). | No personal experience as I haven't grown plums, but the panel of gardening experts on [Gardeners' Question Time](http://www.bbc.co.uk/podcasts/series/gqt) podcast always mention Victoria Plum as a relatively easy & good variety to grow in the UK, when asked questions about growing plums in the UK.
A few more varietie... |
7,462 | I'm getting a checkout at a new flight school, so I don't know anything about the maintenance records of their airplanes other than this school has been in operation for some time and so I assume everything is in order. As PIC, though, I would think I would feel better seeing for myself that this plane I have never flo... | 2014/06/24 | [
"https://aviation.stackexchange.com/questions/7462",
"https://aviation.stackexchange.com",
"https://aviation.stackexchange.com/users/2686/"
] | I'd refer to FAR 91.3(a):
>
> The pilot in command of an aircraft is directly responsible for and is the final authority as to the operation of that aircraft.
>
>
>
Therefore, I believe you have a **duty** to determine that the aircraft is properly maintained. While that doesn't mean disassembling it and checking... | Is it overkill? Probably.
Schools generally do a good job maintaining their aircraft (they're used hard, but kept airworthy because if they're out of service the school is losing money). Most of what you should be concerned about is stuff you should find on a thorough preflight. You would need some specialist knowled... |
7,462 | I'm getting a checkout at a new flight school, so I don't know anything about the maintenance records of their airplanes other than this school has been in operation for some time and so I assume everything is in order. As PIC, though, I would think I would feel better seeing for myself that this plane I have never flo... | 2014/06/24 | [
"https://aviation.stackexchange.com/questions/7462",
"https://aviation.stackexchange.com",
"https://aviation.stackexchange.com/users/2686/"
] | Is it overkill? Probably.
Schools generally do a good job maintaining their aircraft (they're used hard, but kept airworthy because if they're out of service the school is losing money). Most of what you should be concerned about is stuff you should find on a thorough preflight. You would need some specialist knowled... | I don't see it as overkill at all. Not only is it your responsibility as a pilot to verify if an aircraft is airworthy, it may save your life.
For more info on why and how to perform a deeper first-review of a new aircraft you might be thinking about flying for the first time I would strongly recommend a wonderful M-P... |
7,462 | I'm getting a checkout at a new flight school, so I don't know anything about the maintenance records of their airplanes other than this school has been in operation for some time and so I assume everything is in order. As PIC, though, I would think I would feel better seeing for myself that this plane I have never flo... | 2014/06/24 | [
"https://aviation.stackexchange.com/questions/7462",
"https://aviation.stackexchange.com",
"https://aviation.stackexchange.com/users/2686/"
] | I'd refer to FAR 91.3(a):
>
> The pilot in command of an aircraft is directly responsible for and is the final authority as to the operation of that aircraft.
>
>
>
Therefore, I believe you have a **duty** to determine that the aircraft is properly maintained. While that doesn't mean disassembling it and checking... | I don't see it as overkill at all. Not only is it your responsibility as a pilot to verify if an aircraft is airworthy, it may save your life.
For more info on why and how to perform a deeper first-review of a new aircraft you might be thinking about flying for the first time I would strongly recommend a wonderful M-P... |
52,455,978 | The task mapping window of Davinci Configurator Pro displays a set of already added runnable. I am not able to add new runnable. I am new to AUTOSAR and Davinci tool | 2018/09/22 | [
"https://Stackoverflow.com/questions/52455978",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2819669/"
] | You might have to create a SWCD (SoftwareComponentDescription) for an SWC with another tool, since DaVinci Configurator (Pro) can only configure and parameterize the BSW and RTE, but you can not directly create SWCDs with it. It might be possible with the License Option MD or Developer.
You should be able to import an... | I am using DaVinci Developer . In the window with task i can find in the specified list (5 ms , 10 ms, init, events,etc) my task.
the with right click i can assign to task and from task i can order them. |
52,455,978 | The task mapping window of Davinci Configurator Pro displays a set of already added runnable. I am not able to add new runnable. I am new to AUTOSAR and Davinci tool | 2018/09/22 | [
"https://Stackoverflow.com/questions/52455978",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2819669/"
] | New runnables are created in the DaVinci Developer and not in configurator. Right click on the dpa file and use the davinci assistant to open the swc through da vinci developer. Open the swc component and create a new runnable. Now, save the developer and the configurator should pick it up. | I am using DaVinci Developer . In the window with task i can find in the specified list (5 ms , 10 ms, init, events,etc) my task.
the with right click i can assign to task and from task i can order them. |
52,455,978 | The task mapping window of Davinci Configurator Pro displays a set of already added runnable. I am not able to add new runnable. I am new to AUTOSAR and Davinci tool | 2018/09/22 | [
"https://Stackoverflow.com/questions/52455978",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2819669/"
] | Once you create the Runnable in the developer please give the trigger point to the Runnable either periodic or event(Received data or operation invocation) based.
Once you added above changes sync developer with configurator then you can see your Runnable under mapping...
Hope this will help.. | I am using DaVinci Developer . In the window with task i can find in the specified list (5 ms , 10 ms, init, events,etc) my task.
the with right click i can assign to task and from task i can order them. |
45,930 | >
> As a skilled craftsman makes a car, a singer I, Mighty One! this hymn for thee have fashioned. If thou, O Agni, God, accept it gladly, may we obtain thereby the heavenly Waters". – [(Rigveda 5.2.11)](https://en.m.wikisource.org/wiki/The_Rig_Veda/Mandala_5/Hymn_2),
>
>
>
Is this verse saying that vedas are sayi... | 2021/04/19 | [
"https://hinduism.stackexchange.com/questions/45930",
"https://hinduism.stackexchange.com",
"https://hinduism.stackexchange.com/users/22556/"
] | <https://archive.org/details/wg868/page/n1637/mode/2up>
This translation of vedas is based on commentary of swami Dayanand Saraswati. What I think is just like you bring material for chariot , the engineer will work on it and make perfect chariot , similarly vedic mantras were revealed to rishis by supreme God and wer... | Well the original mantra says:
>
> एतं ते स्तोमं तुविजात विप्रो रथं न धीरः स्वपा अतक्षम् । यदीदग्ने प्रति
> त्वं देव हर्याः स्वर्वतीरप एना जयेम ॥
>
>
>
The Mantra's transliteration in English
>
> etaṁ te stomaṁ tuvijāta vipro rathaṁ na dhīraḥ svapā atakṣam | yadīd
> agne prati tvaṁ deva haryāḥ svarvatīr apa enā... |
45,930 | >
> As a skilled craftsman makes a car, a singer I, Mighty One! this hymn for thee have fashioned. If thou, O Agni, God, accept it gladly, may we obtain thereby the heavenly Waters". – [(Rigveda 5.2.11)](https://en.m.wikisource.org/wiki/The_Rig_Veda/Mandala_5/Hymn_2),
>
>
>
Is this verse saying that vedas are sayi... | 2021/04/19 | [
"https://hinduism.stackexchange.com/questions/45930",
"https://hinduism.stackexchange.com",
"https://hinduism.stackexchange.com/users/22556/"
] | The Vedas, including Rig Veda 5.2.11, were composed by Rishis. They did not come down from heaven. So the question boils down to how a book written by humans can be considered to be divine. The answer is that the spiritual information contained in the Vedas is not the product of the intellect of the Rishis but have bee... | Well the original mantra says:
>
> एतं ते स्तोमं तुविजात विप्रो रथं न धीरः स्वपा अतक्षम् । यदीदग्ने प्रति
> त्वं देव हर्याः स्वर्वतीरप एना जयेम ॥
>
>
>
The Mantra's transliteration in English
>
> etaṁ te stomaṁ tuvijāta vipro rathaṁ na dhīraḥ svapā atakṣam | yadīd
> agne prati tvaṁ deva haryāḥ svarvatīr apa enā... |
45,930 | >
> As a skilled craftsman makes a car, a singer I, Mighty One! this hymn for thee have fashioned. If thou, O Agni, God, accept it gladly, may we obtain thereby the heavenly Waters". – [(Rigveda 5.2.11)](https://en.m.wikisource.org/wiki/The_Rig_Veda/Mandala_5/Hymn_2),
>
>
>
Is this verse saying that vedas are sayi... | 2021/04/19 | [
"https://hinduism.stackexchange.com/questions/45930",
"https://hinduism.stackexchange.com",
"https://hinduism.stackexchange.com/users/22556/"
] | The Vedas, including Rig Veda 5.2.11, were composed by Rishis. They did not come down from heaven. So the question boils down to how a book written by humans can be considered to be divine. The answer is that the spiritual information contained in the Vedas is not the product of the intellect of the Rishis but have bee... | <https://archive.org/details/wg868/page/n1637/mode/2up>
This translation of vedas is based on commentary of swami Dayanand Saraswati. What I think is just like you bring material for chariot , the engineer will work on it and make perfect chariot , similarly vedic mantras were revealed to rishis by supreme God and wer... |
87,235 | When I ask someone their opinion about food, they either say "I recommend it" or "I don't." This "boolean answer" (yes/no, I agree/I don't, recommend/don't recommend) is normally given if I ask questions about food, movies, or any other consumable (media or otherwise).
If that seems to be the trend, why does Yelp have... | 2015/11/22 | [
"https://ux.stackexchange.com/questions/87235",
"https://ux.stackexchange.com",
"https://ux.stackexchange.com/users/22695/"
] | I am going to give an indirect answer, but hopefully it will be explanatory.
Imagine if Amazon used the Boolean system and you searched for the item you want to buy. Which should you get?:
1. Item #1 - 89x, 33x
2. Item #2 - 113x, 73x
3. Item #3 - 66x, 73x
4. Item #4 - 7x, 1x
Vs.
1. Item #1 - 4.9⭐️
2. tem #2 - 4.5⭐️... | In addition to the excellent answers and comments above, I have a few thoughts.
*In this answer, I will refer to two user types - the "reviewer" (who is posting reviews) and the "reader" (who is attempting to make a decision based on reviewers' ratings).*
Your question considers the reader, but what about the review... |
87,235 | When I ask someone their opinion about food, they either say "I recommend it" or "I don't." This "boolean answer" (yes/no, I agree/I don't, recommend/don't recommend) is normally given if I ask questions about food, movies, or any other consumable (media or otherwise).
If that seems to be the trend, why does Yelp have... | 2015/11/22 | [
"https://ux.stackexchange.com/questions/87235",
"https://ux.stackexchange.com",
"https://ux.stackexchange.com/users/22695/"
] | I am going to give an indirect answer, but hopefully it will be explanatory.
Imagine if Amazon used the Boolean system and you searched for the item you want to buy. Which should you get?:
1. Item #1 - 89x, 33x
2. Item #2 - 113x, 73x
3. Item #3 - 66x, 73x
4. Item #4 - 7x, 1x
Vs.
1. Item #1 - 4.9⭐️
2. tem #2 - 4.5⭐️... | I think your premise is debatable, users aren't looking for boolean answers, but guidance (ok, sometimes users want to lean on **peer pressure** to make decisions, but I'm talking about your case). This happens for many different reasons, and there are arguments for both user sides: restaurant owners and restaurant con... |
87,235 | When I ask someone their opinion about food, they either say "I recommend it" or "I don't." This "boolean answer" (yes/no, I agree/I don't, recommend/don't recommend) is normally given if I ask questions about food, movies, or any other consumable (media or otherwise).
If that seems to be the trend, why does Yelp have... | 2015/11/22 | [
"https://ux.stackexchange.com/questions/87235",
"https://ux.stackexchange.com",
"https://ux.stackexchange.com/users/22695/"
] | I think your premise is debatable, users aren't looking for boolean answers, but guidance (ok, sometimes users want to lean on **peer pressure** to make decisions, but I'm talking about your case). This happens for many different reasons, and there are arguments for both user sides: restaurant owners and restaurant con... | In addition to the excellent answers and comments above, I have a few thoughts.
*In this answer, I will refer to two user types - the "reviewer" (who is posting reviews) and the "reader" (who is attempting to make a decision based on reviewers' ratings).*
Your question considers the reader, but what about the review... |
23,969 | I am making a final dissertation for my graduation. I want it to have a better design than the boring traditional. When I read [this](https://academia.stackexchange.com/questions/9026/making-it-look-good-is-it-always-important) and [this](https://academia.stackexchange.com/questions/7948/is-use-of-unconventional-design... | 2014/06/26 | [
"https://academia.stackexchange.com/questions/23969",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/14341/"
] | Are you interested in receiving your degree? Then submit a thesis meeting all of the university's requirements. If you think the formatting is so terrible, feel free to post a differently-formatted version on your website or whatever. | Most of the restrictions for thesis formats came from the years when theses were transferred to [microfiche storage](http://en.wikipedia.org/wiki/Microform). Standardizing the format made sure that the reproductions would be as legible as possible.
Similar issues are still in effect, except with respect to electronic... |
23,969 | I am making a final dissertation for my graduation. I want it to have a better design than the boring traditional. When I read [this](https://academia.stackexchange.com/questions/9026/making-it-look-good-is-it-always-important) and [this](https://academia.stackexchange.com/questions/7948/is-use-of-unconventional-design... | 2014/06/26 | [
"https://academia.stackexchange.com/questions/23969",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/14341/"
] | Are you interested in receiving your degree? Then submit a thesis meeting all of the university's requirements. If you think the formatting is so terrible, feel free to post a differently-formatted version on your website or whatever. | Regarding serif and sans serif font, the conventional wisdom is that serif fonts are easier to read (especially on paper). This argument is often used to justify the requirements. Of course, another related factor is just the desire to have all theses be in a uniform style--it looks neater! There seems to be [no conclu... |
23,969 | I am making a final dissertation for my graduation. I want it to have a better design than the boring traditional. When I read [this](https://academia.stackexchange.com/questions/9026/making-it-look-good-is-it-always-important) and [this](https://academia.stackexchange.com/questions/7948/is-use-of-unconventional-design... | 2014/06/26 | [
"https://academia.stackexchange.com/questions/23969",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/14341/"
] | Are you interested in receiving your degree? Then submit a thesis meeting all of the university's requirements. If you think the formatting is so terrible, feel free to post a differently-formatted version on your website or whatever. | What is good or bad is not easy for anyone to judge. Typesetting a document, including selecting fonts, is in essence a profession which through technology has been put in our hands. This has resulted in significant downgrading in quality although some enlightenment has also occurred. The problem is that it is easy for... |
23,969 | I am making a final dissertation for my graduation. I want it to have a better design than the boring traditional. When I read [this](https://academia.stackexchange.com/questions/9026/making-it-look-good-is-it-always-important) and [this](https://academia.stackexchange.com/questions/7948/is-use-of-unconventional-design... | 2014/06/26 | [
"https://academia.stackexchange.com/questions/23969",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/14341/"
] | If you want to improve your Universities recommended/required thesis formatting, you should go ahead. But, **submitting a differently formatted thesis, just to spite them is not the right way to go**. And it will not accomplish anything.
*All scientific publications have a required format.* You submitted to a conferen... | Most of the restrictions for thesis formats came from the years when theses were transferred to [microfiche storage](http://en.wikipedia.org/wiki/Microform). Standardizing the format made sure that the reproductions would be as legible as possible.
Similar issues are still in effect, except with respect to electronic... |
23,969 | I am making a final dissertation for my graduation. I want it to have a better design than the boring traditional. When I read [this](https://academia.stackexchange.com/questions/9026/making-it-look-good-is-it-always-important) and [this](https://academia.stackexchange.com/questions/7948/is-use-of-unconventional-design... | 2014/06/26 | [
"https://academia.stackexchange.com/questions/23969",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/14341/"
] | Most of the restrictions for thesis formats came from the years when theses were transferred to [microfiche storage](http://en.wikipedia.org/wiki/Microform). Standardizing the format made sure that the reproductions would be as legible as possible.
Similar issues are still in effect, except with respect to electronic... | Regarding serif and sans serif font, the conventional wisdom is that serif fonts are easier to read (especially on paper). This argument is often used to justify the requirements. Of course, another related factor is just the desire to have all theses be in a uniform style--it looks neater! There seems to be [no conclu... |
23,969 | I am making a final dissertation for my graduation. I want it to have a better design than the boring traditional. When I read [this](https://academia.stackexchange.com/questions/9026/making-it-look-good-is-it-always-important) and [this](https://academia.stackexchange.com/questions/7948/is-use-of-unconventional-design... | 2014/06/26 | [
"https://academia.stackexchange.com/questions/23969",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/14341/"
] | Most of the restrictions for thesis formats came from the years when theses were transferred to [microfiche storage](http://en.wikipedia.org/wiki/Microform). Standardizing the format made sure that the reproductions would be as legible as possible.
Similar issues are still in effect, except with respect to electronic... | What is good or bad is not easy for anyone to judge. Typesetting a document, including selecting fonts, is in essence a profession which through technology has been put in our hands. This has resulted in significant downgrading in quality although some enlightenment has also occurred. The problem is that it is easy for... |
23,969 | I am making a final dissertation for my graduation. I want it to have a better design than the boring traditional. When I read [this](https://academia.stackexchange.com/questions/9026/making-it-look-good-is-it-always-important) and [this](https://academia.stackexchange.com/questions/7948/is-use-of-unconventional-design... | 2014/06/26 | [
"https://academia.stackexchange.com/questions/23969",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/14341/"
] | If you want to improve your Universities recommended/required thesis formatting, you should go ahead. But, **submitting a differently formatted thesis, just to spite them is not the right way to go**. And it will not accomplish anything.
*All scientific publications have a required format.* You submitted to a conferen... | Regarding serif and sans serif font, the conventional wisdom is that serif fonts are easier to read (especially on paper). This argument is often used to justify the requirements. Of course, another related factor is just the desire to have all theses be in a uniform style--it looks neater! There seems to be [no conclu... |
23,969 | I am making a final dissertation for my graduation. I want it to have a better design than the boring traditional. When I read [this](https://academia.stackexchange.com/questions/9026/making-it-look-good-is-it-always-important) and [this](https://academia.stackexchange.com/questions/7948/is-use-of-unconventional-design... | 2014/06/26 | [
"https://academia.stackexchange.com/questions/23969",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/14341/"
] | If you want to improve your Universities recommended/required thesis formatting, you should go ahead. But, **submitting a differently formatted thesis, just to spite them is not the right way to go**. And it will not accomplish anything.
*All scientific publications have a required format.* You submitted to a conferen... | What is good or bad is not easy for anyone to judge. Typesetting a document, including selecting fonts, is in essence a profession which through technology has been put in our hands. This has resulted in significant downgrading in quality although some enlightenment has also occurred. The problem is that it is easy for... |
15,119 | My husband and I have a small consulting firm in which I am the 'chief financial officer', and he and all the employees are the technical expertise.
My husband and I share the responsibility for all policy decisions and work very well together, respecting each others contribution to our company.
We have an employee... | 2013/10/18 | [
"https://workplace.stackexchange.com/questions/15119",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/10910/"
] | Given that the employee respects your husband, he can sit down with her, without you present (this will feel like the two of you ganging up, and will be embarrassing for her), and reaffirm what all of your respective roles are.
Focus on one or two specific area that you think is most important in this discussion, eg l... | I'm currently reading 'The Deadline: A Novel About Project Management' by Tom DeMarco, which has a chapter on resolving conflicts.
In the german wikipedia you can find a recap of that specific chapter [here](https://de.wikipedia.org/wiki/Der_Termin#Kapitel_17) and this is a run down of the important points for this qu... |
15,119 | My husband and I have a small consulting firm in which I am the 'chief financial officer', and he and all the employees are the technical expertise.
My husband and I share the responsibility for all policy decisions and work very well together, respecting each others contribution to our company.
We have an employee... | 2013/10/18 | [
"https://workplace.stackexchange.com/questions/15119",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/10910/"
] | >
> My husband didn't know what to say so moved on to the next item. how
> do I handle this employee?
>
>
>
I would have expected your co-owner (husband) to immediately respond with something along the lines of "Cleo is your boss, you are expected to do what you are told."
I think that first you and your husband... | Given that the employee respects your husband, he can sit down with her, without you present (this will feel like the two of you ganging up, and will be embarrassing for her), and reaffirm what all of your respective roles are.
Focus on one or two specific area that you think is most important in this discussion, eg l... |
15,119 | My husband and I have a small consulting firm in which I am the 'chief financial officer', and he and all the employees are the technical expertise.
My husband and I share the responsibility for all policy decisions and work very well together, respecting each others contribution to our company.
We have an employee... | 2013/10/18 | [
"https://workplace.stackexchange.com/questions/15119",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/10910/"
] | >
> My husband didn't know what to say so moved on to the next item. how
> do I handle this employee?
>
>
>
I would have expected your co-owner (husband) to immediately respond with something along the lines of "Cleo is your boss, you are expected to do what you are told."
I think that first you and your husband... | I'm currently reading 'The Deadline: A Novel About Project Management' by Tom DeMarco, which has a chapter on resolving conflicts.
In the german wikipedia you can find a recap of that specific chapter [here](https://de.wikipedia.org/wiki/Der_Termin#Kapitel_17) and this is a run down of the important points for this qu... |
62,848 | It was strange that the collectivization in the Soviet Union led to the [Soviet famine of 1932-33](https://www.theatlantic.com/international/archive/2017/10/red-famine-anne-applebaum-ukraine-soviet-union/542610/#:%7E:text=In%20the%20years%201932%20and,made%20to%20join%20state%20farms.) and the history repeated itself i... | 2021/02/12 | [
"https://history.stackexchange.com/questions/62848",
"https://history.stackexchange.com",
"https://history.stackexchange.com/users/13376/"
] | To quote Felix Wemheuer - *Famine Politics in Maoist China nad the Soviet Union*:
>
> **One question that remains unanswered is why the Chinese Communists learned so little from the Soviet experience of famine**. The three
> famines after the October Revolution ought to have given rise to a
> clear awareness that a r... | There was nothing strange about either the Soviet or the Chinese leadership pushing through collectivization of agriculture though it was obvious that this would cause output decline, food availability deficit, and high mortality among large sections of the peasantry as well as some shortages in the Cities.
Neverthele... |
442,212 | I was digging through some cables and came across this weird looking one. Not sure what it is for and what kind of plug it even uses. Searched online but couldn't find anything that pointed me in the right direction.


From [Schuko - Wikipedia](http://en.wikipedia.org/wiki/Schuko):
>
> "Schuko" ( /ˈʃuːkoʊ/) is the col... | Contrary to what the accepted answer says, **this is *not* a Type F "Schuko" (CEE 7/4) plug but rather a [CEE 7/7 hybrid plug](https://en.wikipedia.org/wiki/AC_power_plugs_and_sockets#CEE_7.2F7_plug)**. It's a grounded male power plug designed to work with both the 'German' Type F sockets (CEE 7/3) and the 'French' Typ... |
16,047,834 | I learnt [this trick](https://stackoverflow.com/questions/495345/git-removing-selected-commit-log-entries-for-a-repository) to clean up the commit log. I want to do it but I have a little concern.
My repo is currently forked by a few people and I wonder if It is wise to clean up my own commit log. For example, I don't... | 2013/04/16 | [
"https://Stackoverflow.com/questions/16047834",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/411524/"
] | It's probably not the best idea. Rewriting history is fine for your own branches, but it's not wise to rewrite history for branches you've already pushed -- it'll result in duplicate commits for anyone who has already pulled from your repo.
The Git manual has [more info](https://www.kernel.org/pub/software/scm/git/doc... | Don't rebase commits that have been shared. If somebody else has already forked your code, they have those commits in their history. If you ever try to merge with those forks, the commits you removed will come back.
Once published, history should remain immutable. |
31,500,177 | I've published my Android game on Tuesday (5 days back) and still the downloads/Installs are not updated in the app page. However, the Dev console shows that there have been around 1500 installs. What is the issue? Is this normal? | 2015/07/19 | [
"https://Stackoverflow.com/questions/31500177",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/4065943/"
] | Google play store always have delays. Just wait, it will update automatically in few days. | When you say it's not updated so you mean on the play store on your device? on web? If it's on the device then try clearing the data of Google Play - but if it's not showing up in on the web (I mean your app page on web) then it's something related to Google. |
31,500,177 | I've published my Android game on Tuesday (5 days back) and still the downloads/Installs are not updated in the app page. However, the Dev console shows that there have been around 1500 installs. What is the issue? Is this normal? | 2015/07/19 | [
"https://Stackoverflow.com/questions/31500177",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/4065943/"
] | Google play store always have delays. Just wait, it will update automatically in few days. | Don't worry, it's perfectly normal.
Play Store usually takes some time to reflect the new data. Usually previous day data is shown on the next day.
And yeah this doesn't affect the rating, etc. |
31,500,177 | I've published my Android game on Tuesday (5 days back) and still the downloads/Installs are not updated in the app page. However, the Dev console shows that there have been around 1500 installs. What is the issue? Is this normal? | 2015/07/19 | [
"https://Stackoverflow.com/questions/31500177",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/4065943/"
] | When you say it's not updated so you mean on the play store on your device? on web? If it's on the device then try clearing the data of Google Play - but if it's not showing up in on the web (I mean your app page on web) then it's something related to Google. | Don't worry, it's perfectly normal.
Play Store usually takes some time to reflect the new data. Usually previous day data is shown on the next day.
And yeah this doesn't affect the rating, etc. |
3,248 | I came across [this deleted question](https://math.stackexchange.com/questions/85270/) (10k+ only) in the mod tools overview. I don't understand why the question was deleted.
As far as I can see, it is a completely appropriate, non-spammy, non-offensive question. Looks a bit like homework, but actually shows some inde... | 2011/11/25 | [
"https://math.meta.stackexchange.com/questions/3248",
"https://math.meta.stackexchange.com",
"https://math.meta.stackexchange.com/users/14366/"
] | It was deleted at the request of the OP. The OP's professor is aware of the existence of the question. | Could we have more details about the exact circumstances that led to the question being deleted? It's not even clear from the above answer and comments, for instance, if it was the OP, or the OP's professor, who asked for the deletion. If the latter, what was the rationale? So that other students in the class could not... |
3,248 | I came across [this deleted question](https://math.stackexchange.com/questions/85270/) (10k+ only) in the mod tools overview. I don't understand why the question was deleted.
As far as I can see, it is a completely appropriate, non-spammy, non-offensive question. Looks a bit like homework, but actually shows some inde... | 2011/11/25 | [
"https://math.meta.stackexchange.com/questions/3248",
"https://math.meta.stackexchange.com",
"https://math.meta.stackexchange.com/users/14366/"
] | It was deleted at the request of the OP. The OP's professor is aware of the existence of the question. | [This question](https://math.stackexchange.com/questions/85322/missing-side-of-the-triangle), by the same user, has undergone the same process (professor finds it, asks OP to delete it, but is unable to [because of an upvoted answer / multiple answers](https://meta.stackexchange.com/q/5222/161783), mods delete it for h... |
34,869 | I'm going through a rough patch at the moment due to layoffs within the company I work for. I'm trying to figure out how exactly I should put the job on my resume.
I originally interviewed with the company directly who made the decision to hire me, but my W-2 was through a staffing agency. Some time through my employm... | 2014/10/12 | [
"https://workplace.stackexchange.com/questions/34869",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/-1/"
] | If you worked for "Employer" all the time, I would put it like:
* 2005-2014 Big Well-Known Employer
+ '05-'08 through Staffing Agency 1
+ '09-'12 through Staffing Agency 2 and Staffing Agency 1
+ '13-'14 through Staffing Agency 2
It would show you continuously worked for the BWKE, and if they need references, they... | You were an employee of the staffing agencies. If as part of checking your employment history a potential employer were to contact the well known company, they would be told you never worked there.
This is not an unusual situation, on two occasions I have changed companies but still kept the same desk at the customer... |
34,869 | I'm going through a rough patch at the moment due to layoffs within the company I work for. I'm trying to figure out how exactly I should put the job on my resume.
I originally interviewed with the company directly who made the decision to hire me, but my W-2 was through a staffing agency. Some time through my employm... | 2014/10/12 | [
"https://workplace.stackexchange.com/questions/34869",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/-1/"
] | If you worked for "Employer" all the time, I would put it like:
* 2005-2014 Big Well-Known Employer
+ '05-'08 through Staffing Agency 1
+ '09-'12 through Staffing Agency 2 and Staffing Agency 1
+ '13-'14 through Staffing Agency 2
It would show you continuously worked for the BWKE, and if they need references, they... | As an employer, I do **not** care through which agency you worked. I only care about the achievements you had and the skills you demonstrated.
If these were different roles within the company, I would list them as
* Junior Foobar Developer (2010-2011)
* Foobar Developer (2011-2012)
* Head of Foobar Strategy (2012-201... |
34,869 | I'm going through a rough patch at the moment due to layoffs within the company I work for. I'm trying to figure out how exactly I should put the job on my resume.
I originally interviewed with the company directly who made the decision to hire me, but my W-2 was through a staffing agency. Some time through my employm... | 2014/10/12 | [
"https://workplace.stackexchange.com/questions/34869",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/-1/"
] | As an employer, I do **not** care through which agency you worked. I only care about the achievements you had and the skills you demonstrated.
If these were different roles within the company, I would list them as
* Junior Foobar Developer (2010-2011)
* Foobar Developer (2011-2012)
* Head of Foobar Strategy (2012-201... | You were an employee of the staffing agencies. If as part of checking your employment history a potential employer were to contact the well known company, they would be told you never worked there.
This is not an unusual situation, on two occasions I have changed companies but still kept the same desk at the customer... |
206,309 | The internal HDD was removed from my laptop (with Windows 7) and connected to another machine to tamper with. Some new files were also created/copied by the mischief maker. After the tampering was done, the HDD was reconnected to my laptop.
I don't have access to the machine where the tampering was done. I only have a... | 2019/03/28 | [
"https://security.stackexchange.com/questions/206309",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/202967/"
] | As the attacker, it would be possible to modify the disk without leaving a trace. The attack does not need to use windows to mount NTFS, and could have specialised tools to not alter the metadata or provide fake metadata.
The easiest way for an attacker to fake the meta-data would be to change the date-stamp on their ... | You can do all the other things mentioned here, if you need to, but most people just use one of the hard drive search programs available for free or in Windows itself. All you do is search by the date a file was modified or created.
<https://www.voidtools.com/downloads/> Makes a program called Everything that literal... |
131,606 | As title, what condition could prevent plant growth from below a planet surface?
I've considered considered removing all water from the planet, both underground and above the surface, but that doesn't feel right.
Is there any other way to completely prevent any kind of flora from growing even with abundance of water so... | 2018/11/30 | [
"https://worldbuilding.stackexchange.com/questions/131606",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/57841/"
] | Given long enough timescales some lifeforms will exploit your limitations and thrive right on those constraints.
Not a solution, but a very efficient species of snails, which eat anything not snail-like, could prevent plans from growing for a long time. They would adapt to eat any naturally evolving plants, and could... | Perhaps there isn't enough topsoil to support the growth of new plant life. This was an issue on our own planet after the end of the ice age, as moving glaciers scoured large areas as they melted in areas such as northern Canada, removing the topsoil that had existed there previously. Other examples of topsoil-removing... |
131,606 | As title, what condition could prevent plant growth from below a planet surface?
I've considered considered removing all water from the planet, both underground and above the surface, but that doesn't feel right.
Is there any other way to completely prevent any kind of flora from growing even with abundance of water so... | 2018/11/30 | [
"https://worldbuilding.stackexchange.com/questions/131606",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/57841/"
] | Given long enough timescales some lifeforms will exploit your limitations and thrive right on those constraints.
Not a solution, but a very efficient species of snails, which eat anything not snail-like, could prevent plans from growing for a long time. They would adapt to eat any naturally evolving plants, and could... | Soil Depletion[1](https://en.wikipedia.org/wiki/Soil_fertility#Soil_depletion)
------------------------------------------------------------------------------
Soil fertility depends on several factors. Changing one or more of these can inhibit that fertility:
* Sufficient soil depth for root growth and water retention... |
131,606 | As title, what condition could prevent plant growth from below a planet surface?
I've considered considered removing all water from the planet, both underground and above the surface, but that doesn't feel right.
Is there any other way to completely prevent any kind of flora from growing even with abundance of water so... | 2018/11/30 | [
"https://worldbuilding.stackexchange.com/questions/131606",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/57841/"
] | Thoughts:
* Magma, lots of Magma. In essence the "surface" is very thin, perhaps 2-3 metres. There isn't soil, just basalt's and other igneous rocks. The rocks are warm to hot all the time.
* The planet is solid, no liquid iron belt protecting the planet from radiation. Sure as anything this will kill a planet. Just l... | A simple solution would be to make the soil uninhabitable to organics due to some chemical. If this was intentional, by some advanced species, they could simply place a strong acid or poison in the ground. If this was part of the planet's nature, it could happen by the soil being incredibly acidic, dissolving most orga... |
131,606 | As title, what condition could prevent plant growth from below a planet surface?
I've considered considered removing all water from the planet, both underground and above the surface, but that doesn't feel right.
Is there any other way to completely prevent any kind of flora from growing even with abundance of water so... | 2018/11/30 | [
"https://worldbuilding.stackexchange.com/questions/131606",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/57841/"
] | >
> As title, what condition could prevent plant growth from **below a planet surface**?
>
>
>
Classically plants thrive on a process known as [photosynthesis](https://en.wikipedia.org/wiki/Photosynthesis) - they use energy from the sun's light in order to convert carbon and water into carbohydrates, and from ther... | A simple solution would be to make the soil uninhabitable to organics due to some chemical. If this was intentional, by some advanced species, they could simply place a strong acid or poison in the ground. If this was part of the planet's nature, it could happen by the soil being incredibly acidic, dissolving most orga... |
131,606 | As title, what condition could prevent plant growth from below a planet surface?
I've considered considered removing all water from the planet, both underground and above the surface, but that doesn't feel right.
Is there any other way to completely prevent any kind of flora from growing even with abundance of water so... | 2018/11/30 | [
"https://worldbuilding.stackexchange.com/questions/131606",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/57841/"
] | >
> As title, what condition could prevent plant growth from **below a planet surface**?
>
>
>
Classically plants thrive on a process known as [photosynthesis](https://en.wikipedia.org/wiki/Photosynthesis) - they use energy from the sun's light in order to convert carbon and water into carbohydrates, and from ther... | A combination of a couple of other answers: A toxin that actually binds the nutrients required, preventing any plant from taking them up and using them. (This is how some herbicides work today.)
This would likely affect certain non-plants, as well (microbes, fungus, etc.).
Or, perhaps a microbe *secretes* the toxin so... |
131,606 | As title, what condition could prevent plant growth from below a planet surface?
I've considered considered removing all water from the planet, both underground and above the surface, but that doesn't feel right.
Is there any other way to completely prevent any kind of flora from growing even with abundance of water so... | 2018/11/30 | [
"https://worldbuilding.stackexchange.com/questions/131606",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/57841/"
] | Thoughts:
* Magma, lots of Magma. In essence the "surface" is very thin, perhaps 2-3 metres. There isn't soil, just basalt's and other igneous rocks. The rocks are warm to hot all the time.
* The planet is solid, no liquid iron belt protecting the planet from radiation. Sure as anything this will kill a planet. Just l... | A combination of a couple of other answers: A toxin that actually binds the nutrients required, preventing any plant from taking them up and using them. (This is how some herbicides work today.)
This would likely affect certain non-plants, as well (microbes, fungus, etc.).
Or, perhaps a microbe *secretes* the toxin so... |
131,606 | As title, what condition could prevent plant growth from below a planet surface?
I've considered considered removing all water from the planet, both underground and above the surface, but that doesn't feel right.
Is there any other way to completely prevent any kind of flora from growing even with abundance of water so... | 2018/11/30 | [
"https://worldbuilding.stackexchange.com/questions/131606",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/57841/"
] | >
> As title, what condition could prevent plant growth from **below a planet surface**?
>
>
>
Classically plants thrive on a process known as [photosynthesis](https://en.wikipedia.org/wiki/Photosynthesis) - they use energy from the sun's light in order to convert carbon and water into carbohydrates, and from ther... | If the soil contains (for whatever reason) no magnesium, then any life that existed couldn't make chlorophyll as we know it, which means no plants.
You could also try some kind of other organism that out-competes the plants, like a soil microbe that uses up resources instead of making them available.
An occasional ca... |
131,606 | As title, what condition could prevent plant growth from below a planet surface?
I've considered considered removing all water from the planet, both underground and above the surface, but that doesn't feel right.
Is there any other way to completely prevent any kind of flora from growing even with abundance of water so... | 2018/11/30 | [
"https://worldbuilding.stackexchange.com/questions/131606",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/57841/"
] | A simple solution would be to make the soil uninhabitable to organics due to some chemical. If this was intentional, by some advanced species, they could simply place a strong acid or poison in the ground. If this was part of the planet's nature, it could happen by the soil being incredibly acidic, dissolving most orga... | Perhaps there isn't enough topsoil to support the growth of new plant life. This was an issue on our own planet after the end of the ice age, as moving glaciers scoured large areas as they melted in areas such as northern Canada, removing the topsoil that had existed there previously. Other examples of topsoil-removing... |
131,606 | As title, what condition could prevent plant growth from below a planet surface?
I've considered considered removing all water from the planet, both underground and above the surface, but that doesn't feel right.
Is there any other way to completely prevent any kind of flora from growing even with abundance of water so... | 2018/11/30 | [
"https://worldbuilding.stackexchange.com/questions/131606",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/57841/"
] | A simple solution would be to make the soil uninhabitable to organics due to some chemical. If this was intentional, by some advanced species, they could simply place a strong acid or poison in the ground. If this was part of the planet's nature, it could happen by the soil being incredibly acidic, dissolving most orga... | If the soil contains (for whatever reason) no magnesium, then any life that existed couldn't make chlorophyll as we know it, which means no plants.
You could also try some kind of other organism that out-competes the plants, like a soil microbe that uses up resources instead of making them available.
An occasional ca... |
131,606 | As title, what condition could prevent plant growth from below a planet surface?
I've considered considered removing all water from the planet, both underground and above the surface, but that doesn't feel right.
Is there any other way to completely prevent any kind of flora from growing even with abundance of water so... | 2018/11/30 | [
"https://worldbuilding.stackexchange.com/questions/131606",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/57841/"
] | Thoughts:
* Magma, lots of Magma. In essence the "surface" is very thin, perhaps 2-3 metres. There isn't soil, just basalt's and other igneous rocks. The rocks are warm to hot all the time.
* The planet is solid, no liquid iron belt protecting the planet from radiation. Sure as anything this will kill a planet. Just l... | Perhaps there isn't enough topsoil to support the growth of new plant life. This was an issue on our own planet after the end of the ice age, as moving glaciers scoured large areas as they melted in areas such as northern Canada, removing the topsoil that had existed there previously. Other examples of topsoil-removing... |
64,157 | '6 professors begin courses of lectures on Monday, Tuesday, Wednesday, Thursday, Friday and Saturday, and announce their intentions of lecturing at intervals of 2,3,4,1,6,5 days respectively. The regulations of the University forbid Sunday lectures (so that Sunday lecture must be omitted). When first will all six profe... | 2011/09/13 | [
"https://math.stackexchange.com/questions/64157",
"https://math.stackexchange.com",
"https://math.stackexchange.com/users/11533/"
] | If you want to use the Chinese Remainder Theorem, you must number the days starting with the first lecture on Monday; then to find the Sunday when they all omit a lecture, you find the number of the day that it lands on. Now you can use arithmetic.
The given conditions on 1) the days that the professors start and 2) t... | The answer can be further simplified : 371 (mod 420) = 371 (mod 420 ÷2) = 161 (mod 210). On the (161 ÷7=) 23rd Sunday when all 6 profs are compelled to omit a lecture.
Remark:
if keep x = 1 (mod 2) and x= 2 (mod 3) instead of the equivalent x = 3 (mod 4) = 3 (mod 4÷2) =1 (mod 2), x = 5 (mod 6) = 5 (mod 6 ÷2) = 5 (mod ... |
4,080,889 | How can I isolate the 'slope' parameter in the super ellipse function given by:
MyY := (1.0- (power(1.0-power(x, 2.0/Slope), Slope\*0.5)))
when I know 'x' and 'MyY' ?
(the function is always used in the range of 0 to 1). | 2010/11/02 | [
"https://Stackoverflow.com/questions/4080889",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/495109/"
] | No easy way. This equation cannot be solved algebraically. You need to use numerical methods to find the solution (e.g. [Newton's method](http://en.wikipedia.org/wiki/Newton%27s_method)). | I don't need to solve it, to be more precise when i call the function 'MyY :=...', 'x' and 'Slope' are known.
I just need to express it in function of Slope. Instead of MyY := ... I need Slope := ... and I know 'x' and 'MyY'. I just need to express the transfert function in another way, the problem is when using logN ... |
11,049,912 | I enter this:
>
> regasm COMTest.dll /tlb:COMTest.tlb /codebase COMTest
>
>
>
And I get the following error:
>
> An error occurred while registering the exported type library: Error
> accessing the OLE registry. (Exception from HRESULT: 0x8002801C
> (TYPE\_E\_REGISTRYACCESS))
>
>
>
What does it mean, how ... | 2012/06/15 | [
"https://Stackoverflow.com/questions/11049912",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1180438/"
] | Found solution - I thought I was administrator, but it seems that I have to run cmd as adminstrator. (Right click cmd and select that option)
You learn something new everyday :-) | You can also get this if you mistype the filepath/name of the tlb file parameter. My coworker was using the following: **regasm dummy.dll /tlb:*dummy.dll* /codebase** and got the same error. |
18,184 | I am a bachelor student at the second year of studies (Physics), but I'm an independent programmer since many more years.
Now, I have some data about an algorithm I've done and I would like to present the results on a research paper - I have a high level of understanding of the theory behind, and some background of t... | 2014/03/15 | [
"https://academia.stackexchange.com/questions/18184",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/13135/"
] | You should definitely write it up. There are plenty of good reasons for doing so and no downside. Writing a paper is a good exercise for future paper and report writing, and while you are doing it you are likely to think of new ideas about your research. You will also have to search for similar work that might be suita... | My academic advisor certainly seems to think that this would be possible! I have researched and written about several subjects that are outside my major, and though none have (Yet!) been published, none of my professors or advisors seem to think it strange that I might have knowledge and interests outside my major, nor... |
18,184 | I am a bachelor student at the second year of studies (Physics), but I'm an independent programmer since many more years.
Now, I have some data about an algorithm I've done and I would like to present the results on a research paper - I have a high level of understanding of the theory behind, and some background of t... | 2014/03/15 | [
"https://academia.stackexchange.com/questions/18184",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/13135/"
] | My academic advisor certainly seems to think that this would be possible! I have researched and written about several subjects that are outside my major, and though none have (Yet!) been published, none of my professors or advisors seem to think it strange that I might have knowledge and interests outside my major, nor... | yes. I've had experience with grant reviewers noting things like a modest publication history all in all if the paper is good, the work is sound and you meet the editors guidelines and format the paper correctly for the journal...it should and will be published. Be extra cautious to acknowledge everyone especially thos... |
18,184 | I am a bachelor student at the second year of studies (Physics), but I'm an independent programmer since many more years.
Now, I have some data about an algorithm I've done and I would like to present the results on a research paper - I have a high level of understanding of the theory behind, and some background of t... | 2014/03/15 | [
"https://academia.stackexchange.com/questions/18184",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/13135/"
] | You should definitely write it up. There are plenty of good reasons for doing so and no downside. Writing a paper is a good exercise for future paper and report writing, and while you are doing it you are likely to think of new ideas about your research. You will also have to search for similar work that might be suita... | yes. I've had experience with grant reviewers noting things like a modest publication history all in all if the paper is good, the work is sound and you meet the editors guidelines and format the paper correctly for the journal...it should and will be published. Be extra cautious to acknowledge everyone especially thos... |
18,680,382 | In the image below, what does the *greater than* symbol beside the `Ladder` class mean? The symbol doesn't appear [here](http://help.eclipse.org/kepler/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/ref-icons.htm).
 | 2013/09/08 | [
"https://Stackoverflow.com/questions/18680382",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1713149/"
] | The `>` before the file name indicates that changes to that file's contents have not yet been committed to a particular source control repository. | it looks like you have made changes to Ladder.java file and not comitted them yet. Once you commit them or revert those changes from workspace ">" will disapper. |
544,943 | I'm using ATmega1280, and I have a question about this BOD table:
[](https://i.stack.imgur.com/D1o74.png)
what is exactly the meaning of "Min. Vbot" and "Max. Vbot"? | 2021/01/27 | [
"https://electronics.stackexchange.com/questions/544943",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/255952/"
] | It means that the exact BOD voltage is a little imprecise and can vary within those limits. Take the strictest limit into consideration considering your implementation.
For example, if MCU is directly on battery and with BOD=1.8V, it will go into reset at some voltage between 1.7V and 2.0V (same voltage every time for... | The ATMega 1280 has a brown out detection which could be configurated with some fuse bits. The voltage for brown out reset is not accurate, so you had select a range:
e.g. 2,5 ... 2,9 V
>
> BODLEVEL 2:0 101
>
> Typical Brown Out Voltage: 2,7V
>
> Min. Bown Out Voltage: 2,5 V (The chip is guaranteed to reset be... |
10,726,872 | my CUDA code produces correct result in Debug mode. However, in the release mode, the same code produces garbage results. Could the synchronization between threads behave differently between debug and release mode? | 2012/05/23 | [
"https://Stackoverflow.com/questions/10726872",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/236473/"
] | Code generated with -O0 results in less optimal code and significantly more global and local memory accesses which may be hide a race condition. If you think you may have a race condition in shared memory you can try to the new CUDA 5.0 preview memory checker which supports some forms of race condition detection. Your ... | I think, you got the race condition problem. You can reorganize you code and add synchronization where it's needed. In debug mode your threads are usually executed in order and you can't get this problem. |
12,205,689 | I noticed that I have views that need the same information like others. But sometimes you need 5 properties of the view model and sometimes only 2.
Do you **share** such view model over many views or do you create a **separate** view model for each view or maybe do you prefere an **inheritance** or **composition** st... | 2012/08/30 | [
"https://Stackoverflow.com/questions/12205689",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/175399/"
] | People tend to have different philosophies of ViewModels based on their perspective of their use. ViewModels are the glue between a view and a model and people will typically base their answer on which of the two ends they like to hold more rigid.
* If you like your model/data objects to be more rigid, then you'll ten... | I would have a seperate ViewModel for each view. Unused properties make the code less readable (Why is that property present if it isn't being used?). If you have the same functionality for a fixed set of properties over several views I could see using a base class which contains those properties. |
12,205,689 | I noticed that I have views that need the same information like others. But sometimes you need 5 properties of the view model and sometimes only 2.
Do you **share** such view model over many views or do you create a **separate** view model for each view or maybe do you prefere an **inheritance** or **composition** st... | 2012/08/30 | [
"https://Stackoverflow.com/questions/12205689",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/175399/"
] | People tend to have different philosophies of ViewModels based on their perspective of their use. ViewModels are the glue between a view and a model and people will typically base their answer on which of the two ends they like to hold more rigid.
* If you like your model/data objects to be more rigid, then you'll ten... | I would share a VM between multiple view only if all properties variables and methods are used by all the views otherwise I would use inheritance and abstract base view model and if this does not solve. Do 1 to 1 |
12,205,689 | I noticed that I have views that need the same information like others. But sometimes you need 5 properties of the view model and sometimes only 2.
Do you **share** such view model over many views or do you create a **separate** view model for each view or maybe do you prefere an **inheritance** or **composition** st... | 2012/08/30 | [
"https://Stackoverflow.com/questions/12205689",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/175399/"
] | Definitely one ViewModel per View, imho.
As your application grows in complexity shared ViewModels will tend to grow, and it doesn't feel great to pass an object with 50 properties to a View when all it needs is one property.
Also, sometimes you may want to add extra properties in your ViewModel that are absolutely ... | TLDR: Yes (if you really want to use it and know how to use it wisely).
I can think of three responsibilities wanted from view model layer:
1. coupling view layer & model layer together
2. offering interface for unit testing
3. separating logic into small pieces when a single page is complex
The first responsibility... |
12,205,689 | I noticed that I have views that need the same information like others. But sometimes you need 5 properties of the view model and sometimes only 2.
Do you **share** such view model over many views or do you create a **separate** view model for each view or maybe do you prefere an **inheritance** or **composition** st... | 2012/08/30 | [
"https://Stackoverflow.com/questions/12205689",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/175399/"
] | I would have a seperate ViewModel for each view. Unused properties make the code less readable (Why is that property present if it isn't being used?). If you have the same functionality for a fixed set of properties over several views I could see using a base class which contains those properties. | TLDR: Yes (if you really want to use it and know how to use it wisely).
I can think of three responsibilities wanted from view model layer:
1. coupling view layer & model layer together
2. offering interface for unit testing
3. separating logic into small pieces when a single page is complex
The first responsibility... |
12,205,689 | I noticed that I have views that need the same information like others. But sometimes you need 5 properties of the view model and sometimes only 2.
Do you **share** such view model over many views or do you create a **separate** view model for each view or maybe do you prefere an **inheritance** or **composition** st... | 2012/08/30 | [
"https://Stackoverflow.com/questions/12205689",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/175399/"
] | People tend to have different philosophies of ViewModels based on their perspective of their use. ViewModels are the glue between a view and a model and people will typically base their answer on which of the two ends they like to hold more rigid.
* If you like your model/data objects to be more rigid, then you'll ten... | I use Entity Framework with Code First so my domain classes need to remain pretty rigid as they will be mapped to a sql database.
Some views use just one directly mapped entity and that's just great so I use the same domain layer entity. If that entity requires more information (two password fields for example) I will... |
12,205,689 | I noticed that I have views that need the same information like others. But sometimes you need 5 properties of the view model and sometimes only 2.
Do you **share** such view model over many views or do you create a **separate** view model for each view or maybe do you prefere an **inheritance** or **composition** st... | 2012/08/30 | [
"https://Stackoverflow.com/questions/12205689",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/175399/"
] | People tend to have different philosophies of ViewModels based on their perspective of their use. ViewModels are the glue between a view and a model and people will typically base their answer on which of the two ends they like to hold more rigid.
* If you like your model/data objects to be more rigid, then you'll ten... | I usually share ViewModels. As I understand it, the advantages of using view models are (a) security, in that properties that should be hidden are and (b) separation of concerns between business and presentation layers. (b) is accomplished just the same while sharing view models.
As for (a), I'm rarely in a situation ... |
12,205,689 | I noticed that I have views that need the same information like others. But sometimes you need 5 properties of the view model and sometimes only 2.
Do you **share** such view model over many views or do you create a **separate** view model for each view or maybe do you prefere an **inheritance** or **composition** st... | 2012/08/30 | [
"https://Stackoverflow.com/questions/12205689",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/175399/"
] | In the project I am working on, each view has its own ViewModel, however we also have CollectionViewModels, which are shared/referenced by multiple view models.
Think - a list of Suppliers, that needs to be displayed in multiple screens in your application - and is bound to a variety of controls - a list box, grid vi... | TLDR: Yes (if you really want to use it and know how to use it wisely).
I can think of three responsibilities wanted from view model layer:
1. coupling view layer & model layer together
2. offering interface for unit testing
3. separating logic into small pieces when a single page is complex
The first responsibility... |
12,205,689 | I noticed that I have views that need the same information like others. But sometimes you need 5 properties of the view model and sometimes only 2.
Do you **share** such view model over many views or do you create a **separate** view model for each view or maybe do you prefere an **inheritance** or **composition** st... | 2012/08/30 | [
"https://Stackoverflow.com/questions/12205689",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/175399/"
] | I usually share ViewModels. As I understand it, the advantages of using view models are (a) security, in that properties that should be hidden are and (b) separation of concerns between business and presentation layers. (b) is accomplished just the same while sharing view models.
As for (a), I'm rarely in a situation ... | TLDR: Yes (if you really want to use it and know how to use it wisely).
I can think of three responsibilities wanted from view model layer:
1. coupling view layer & model layer together
2. offering interface for unit testing
3. separating logic into small pieces when a single page is complex
The first responsibility... |
12,205,689 | I noticed that I have views that need the same information like others. But sometimes you need 5 properties of the view model and sometimes only 2.
Do you **share** such view model over many views or do you create a **separate** view model for each view or maybe do you prefere an **inheritance** or **composition** st... | 2012/08/30 | [
"https://Stackoverflow.com/questions/12205689",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/175399/"
] | I usually share ViewModels. As I understand it, the advantages of using view models are (a) security, in that properties that should be hidden are and (b) separation of concerns between business and presentation layers. (b) is accomplished just the same while sharing view models.
As for (a), I'm rarely in a situation ... | I use Entity Framework with Code First so my domain classes need to remain pretty rigid as they will be mapped to a sql database.
Some views use just one directly mapped entity and that's just great so I use the same domain layer entity. If that entity requires more information (two password fields for example) I will... |
12,205,689 | I noticed that I have views that need the same information like others. But sometimes you need 5 properties of the view model and sometimes only 2.
Do you **share** such view model over many views or do you create a **separate** view model for each view or maybe do you prefere an **inheritance** or **composition** st... | 2012/08/30 | [
"https://Stackoverflow.com/questions/12205689",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/175399/"
] | In the project I am working on, each view has its own ViewModel, however we also have CollectionViewModels, which are shared/referenced by multiple view models.
Think - a list of Suppliers, that needs to be displayed in multiple screens in your application - and is bound to a variety of controls - a list box, grid vi... | Definitely one ViewModel per View, imho.
As your application grows in complexity shared ViewModels will tend to grow, and it doesn't feel great to pass an object with 50 properties to a View when all it needs is one property.
Also, sometimes you may want to add extra properties in your ViewModel that are absolutely ... |
87,905 | I have replaced the air compressor (which came oiled from factory), condenser, evaporator, and expansion valve on a 2002 Honda CRV. I also replaced the alternator.
I want to turn the engine on to make sure the car is running properly, sans AC, and that the new alternator is working properly too. I am going to take the... | 2022/02/19 | [
"https://mechanics.stackexchange.com/questions/87905",
"https://mechanics.stackexchange.com",
"https://mechanics.stackexchange.com/users/71050/"
] | Your compressor should be clutch driven. If so, then running the engine won't do it any harm. The clutch won't engage the compressor without a refrigerant charge present. With the pressure at atmospheric, the pressure switches which control the system won't be tripped and allow the compressor to run. You should have no... | some cars will automatically turn the A/C on when the defroster is turned on because it takes frost or moisture off the windshield faster. I do not know what your car will do. So beware. |
72,210 | I work in a small company (~10 employees). A few days ago my boss asked me to get his credit card from his car at the parking lot. This happens, from time to time, so I can make some purchases for the company. After the last time he came to me and said that money that was in his car is missing and that I must have stol... | 2016/07/28 | [
"https://workplace.stackexchange.com/questions/72210",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/54507/"
] | That's a tricky one. You have two choices here
1. Put up with it and live the awkward environment
2. Force a conclusion but be prepared to accept the potential outcome.
For 1., you have to do nothing. That's the status quo. For two you can address your boss with something like this.
>
> Hi boss. I feel that you are... | I think talking to him up front as friends would be the best. Explain to him that you would never steal from anyone and reassure him that he must be mistaken, and that something else must have happened to the money that he has possibly overlooked, or even misplaced it. Assure him that you understand him, but that he is... |
149,037 | I was wondering, what word should I use. I want to use the word to describe a person that makes spells. Should I use it like shipwright, or should I split the words?
Most spell checkers that I use, tell me to split the words or try to change it to other words. But I have a suspicion that is because this word technica... | 2017/12/04 | [
"https://ell.stackexchange.com/questions/149037",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/66066/"
] | It depends.
'***[self-proclaimed](https://www.google.co.in/search?q=self+proclaimed&oq=self+pro&aqs=chrome.2.69i57j69i60j0l4.3384j0j7&sourceid=chrome&ie=UTF-8)***' means
>
> described as or proclaimed to be such by oneself, without endorsement by others
>
>
>
This can bear a negative impact if you use it contex... | Yes self-proclaimed would not be the best way to describe a learnt skill.
Indeed being proficient in Java Programming is a skill, not a position or a role. Proclamations are more to do with changes to situations of importance, changes to law, changes in terms of rulership etc.
"*Lieutenant Gerneral Amin appeared toda... |
228,976 | [](https://i.stack.imgur.com/xUXhB.png)
In this case, why (R2 R1) and (R3) is parallel?
[](https://i.stack.imgur.com/VxC1D.png)
What is the difference between this one? I'm really c... | 2016/04/18 | [
"https://electronics.stackexchange.com/questions/228976",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/104199/"
] | The series or parallel changes depending upon the presence of nodes. The series and parallel is determined by the flow of current. Refer the pic
[](https://i.stack.imgur.com/i9wNL.png)
here the current is getting separated as I1 and I2 if you connect... | Would it help to re-draw the circuit like this?

[simulate this circuit](/plugins/schematics?image=http%3a%2f%2fi.stack.imgur.com%2f470lN.png) – Schematic created using [CircuitLab](https://www.circuitlab.com/)
Because that's exactly the same circuit you posted, just ... |
228,976 | [](https://i.stack.imgur.com/xUXhB.png)
In this case, why (R2 R1) and (R3) is parallel?
[](https://i.stack.imgur.com/VxC1D.png)
What is the difference between this one? I'm really c... | 2016/04/18 | [
"https://electronics.stackexchange.com/questions/228976",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/104199/"
] | The series or parallel changes depending upon the presence of nodes. The series and parallel is determined by the flow of current. Refer the pic
[](https://i.stack.imgur.com/i9wNL.png)
here the current is getting separated as I1 and I2 if you connect... | When you break the circuit, remember that your looking "into" the circuit from where you broke it. Thus, you are coming in from the right in your diagram and that is why R1 and R2 are in series and in parallel with R3.
As explained in the previous post by Honeybee, it is due to how the current flows, (sum of all curr... |
293,635 | The other day my daughter was standing on my back. She weighs, let's say, 35 kg. I assume that the force involved is product of gravity (as in $F=ma$)?
Then, she jumped off my back, and suddenly the force increased significantly (and painfully). Am I correct in assuming that the mass involved didn't change, in which c... | 2016/11/19 | [
"https://physics.stackexchange.com/questions/293635",
"https://physics.stackexchange.com",
"https://physics.stackexchange.com/users/136695/"
] | Let's think about this in slow motion:
When your daughter was standing on your back, the constant force you felt on your back was solely due to gravity (only her weight).
But, the moment she started pushing you down to jump upwards, you began to feel an additional force which has nothing to do with gravity but Newton... | Before jumping, your daughter's weight was balanced by the Normal Reaction force exerted by your back on her feet.
Then your daughter used her leg muscles to store energy in it. At the moment she jumped, that energy was released. This energy was used to push against your back (which was the cause of that pain), and s... |
335,521 | I've become fond of iOS's "[reduce white point](https://www.imobie.com/support/how-to-reduce-white-point-in-ios-10.htm)" accessibility feature to reduce the intensity of bright colors, which makes the screen much easier to use in the dark -- nicer, in my opinion, than simply turning down the brightness.
On OS X El Ca... | 2018/09/03 | [
"https://apple.stackexchange.com/questions/335521",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/300936/"
] | This is a solution that work nicely, but it is not free.
Gamma Control - is a professional app to control the brightness of color on your mac. Really useful to correct color & black on any projector, that's why I paid for it at first ~25$.
Get it in the [App Store](https://apps.apple.com/ca/app/contr%C3%B4le-gamma-6/... | If the goal is to have a
>
> feature to reduce the intensity of bright colors, which makes the screen much easier to use in the dark
>
>
>
Then this is quite a stupid way to go about:
>
> [](https://i.stack.imgur.com/65dCH.gif)
>
>
>
As us... |
335,521 | I've become fond of iOS's "[reduce white point](https://www.imobie.com/support/how-to-reduce-white-point-in-ios-10.htm)" accessibility feature to reduce the intensity of bright colors, which makes the screen much easier to use in the dark -- nicer, in my opinion, than simply turning down the brightness.
On OS X El Ca... | 2018/09/03 | [
"https://apple.stackexchange.com/questions/335521",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/300936/"
] | This is a solution that work nicely, but it is not free.
Gamma Control - is a professional app to control the brightness of color on your mac. Really useful to correct color & black on any projector, that's why I paid for it at first ~25$.
Get it in the [App Store](https://apps.apple.com/ca/app/contr%C3%B4le-gamma-6/... | Using the built-in calibration tool in System Preference > Displays, you can adjust the whitepoint of your monitor:
[](https://i.stack.imgur.com/1VUq3.jpg)
and save as many profiles as you wish:
[ automatically.
Also, you don't have to curl the metadata url to get the credentials. AWS CLI and... | Temporary Security Credentials are short term and they are refreshed for some duration. From your question you have mentioned that the code block to access the S3 bucket is running inside the EC2 instance from where you are using the CURL command to get the credentials.
As per AWS best practices it's better to user th... |
17,228 | >
> **Possible Duplicate:**
>
> [Is this red star icon malware? How to get rid of it?](https://android.stackexchange.com/questions/18232/is-this-red-star-icon-malware-how-to-get-rid-of-it)
>
>
>
I get spam alerts about free ipads and typical junk like that on my notification bar when I start my droid. This als... | 2011/12/20 | [
"https://android.stackexchange.com/questions/17228",
"https://android.stackexchange.com",
"https://android.stackexchange.com/users/2934/"
] | Get this [Air Push Detector app](https://market.android.com/details?id=com.brosmike.airpushdetector&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5icm9zbWlrZS5haXJwdXNoZGV0ZWN0b3IiXQ..) to find out what is creating those notifications.
Then uninstall the app(s) that are creating them. | Agree with the Airpush suggestions. One way to find the offending app is to look at the list of running apps and kill them one by one until the notification disappears. Note, when this happened to me, it was from a First Aid app that I've since uninstalled. |
17,228 | >
> **Possible Duplicate:**
>
> [Is this red star icon malware? How to get rid of it?](https://android.stackexchange.com/questions/18232/is-this-red-star-icon-malware-how-to-get-rid-of-it)
>
>
>
I get spam alerts about free ipads and typical junk like that on my notification bar when I start my droid. This als... | 2011/12/20 | [
"https://android.stackexchange.com/questions/17228",
"https://android.stackexchange.com",
"https://android.stackexchange.com/users/2934/"
] | Get this [Air Push Detector app](https://market.android.com/details?id=com.brosmike.airpushdetector&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5icm9zbWlrZS5haXJwdXNoZGV0ZWN0b3IiXQ..) to find out what is creating those notifications.
Then uninstall the app(s) that are creating them. | The **AirPush Detector App** is way to go (+1 Bryan).
It very nicely also lets you quickly uninstall the offending app.
Just in case people are looking, there is also an [Airpush Permanent Opt out](https://market.android.com/details?id=com.airpush.optoutapp&hl=en) from AirPush.com;
they also suggest entering yo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.