qid
int64
1
74.7M
question
stringlengths
12
33.8k
date
stringlengths
10
10
metadata
list
response_j
stringlengths
0
115k
response_k
stringlengths
2
98.3k
1,971,359
I understand that the "NUnit vs. MSTest" question has been asked alot on SO. However, I have a simple question that I think hasn't been answered directly. I am new to TDD, and I know that both have their pro's and con's, however I want to know from a simplicity point of view which would be easier, MSTest or NUnit? I ...
2009/12/28
[ "https://Stackoverflow.com/questions/1971359", "https://Stackoverflow.com", "https://Stackoverflow.com/users/88770/" ]
There's a nice [comparison](https://stackoverflow.com/questions/261139/nunit-vs-mbunit-vs-mstest-vs-xunit-net) of unit testing frameworks. My personal advice would be to go with MSTest only if you use Microsoft Team Foundation Server for continuous integration, otherwise stick with open source alternatives.
I've actually never used MSTest myself since I started learning TDD with nUnit right away. One of the reasons I did not try out MSTest first was that I heard mostly negative opinions whenever I mentioned it to most TDD'ers. Again, I have no personal experience with it, I can only say I find nUnit easy to use. There ar...
2,008
My friend was a hard practitioner of Karate, now he is not practicing it for the last one year. His muscles are quickly becoming tighter when doing regular works like carrying little weighted bags, boxes etc. Is this things have any relation with stopping his Martial Arts practice?
2013/06/04
[ "https://martialarts.stackexchange.com/questions/2008", "https://martialarts.stackexchange.com", "https://martialarts.stackexchange.com/users/1031/" ]
I get severe problems with my back and joints. For example, I was training rigorously five to six times a week for about five months while preparing for a grading test. Immediately after, I went on a relaxing holiday, where I spent most of the time in stationary position. A week into my holiday, I got serious problems ...
One generally becomes less flexible and of lesser endurance, and loses strength, when stopping a rigorous workout regimen. Reaction times increase as well. If an athlete stops doing the work that makes them an athlete, they will lose the attributes that mark them as an athlete. It is likely that your friend, by not w...
9,430
I don't know why, during Diwali, the Bengalis celebrate Kali Puja? Why don't they worship Goddess Lakshmi and Ganesha?
2015/11/11
[ "https://hinduism.stackexchange.com/questions/9430", "https://hinduism.stackexchange.com", "https://hinduism.stackexchange.com/users/3951/" ]
Not only Bengali Hindus, but Axomiya, Oriya & Maithil Hindus also do the same, following the Tāntrika injunctions. > > कार्तिके कृष्णपक्षे तु पञ्चदश्यां महानिशि । आविर्भूता महाकाली योगिनीकोटिभिः सह ।। अतोऽत्र पूजनीया सा तस्मिन्नहनि मानवैः । बलिपूजादिकं सर्वं निशायां क्रियते तु यत् । तत्तदक्षयतां याति कालीविद्या प्रसी...
> > **History Of Kali Puja** > > > The pujas in Hinduism are not based on the Vedas. They are based on > individual traditions. Bal Gangadhar Tilak started the Ganapati > festival in Maharashtra to foster nationalism and it has been a custom > ever since. In a similar way, Raja Krishnachandra who was the king of > N...
90,816
My internship mission consists in recoding an entire software which was coded 8 years ago by a current senior developer of the company in another language. The only trouble is that I changed the organization of the software from bottom to top. I switched to MVC instead of the "all in a file" pattern for example. How ...
2017/05/11
[ "https://workplace.stackexchange.com/questions/90816", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/68787/" ]
Was this person a senior developer when they write the code 8 years ago? Probably not - so the code wasn't 'senior developer quality'. Unless they are still writing code the same way they did back then, you should have little concern in showing how you've improved on their work using current best practices.
> > The only trouble is that I changed the organization of the software from bottom to top. > > > Your other problem is apparently that you didn't discuss or obtain permission to do what you did, before you did it: because he's not expecting how much you've changed. If I were senior developer reviewing a rewrite,...
90,816
My internship mission consists in recoding an entire software which was coded 8 years ago by a current senior developer of the company in another language. The only trouble is that I changed the organization of the software from bottom to top. I switched to MVC instead of the "all in a file" pattern for example. How ...
2017/05/11
[ "https://workplace.stackexchange.com/questions/90816", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/68787/" ]
Was this person a senior developer when they write the code 8 years ago? Probably not - so the code wasn't 'senior developer quality'. Unless they are still writing code the same way they did back then, you should have little concern in showing how you've improved on their work using current best practices.
If it was my 8 year old code that you rewrote in a new language, while changing the structure completely: First, I know for a fact that the code that I wrote in 2009 should be rewritten in a different language if the company wants to continue developing it in the long term. And I know that it needs significant changes,...
90,816
My internship mission consists in recoding an entire software which was coded 8 years ago by a current senior developer of the company in another language. The only trouble is that I changed the organization of the software from bottom to top. I switched to MVC instead of the "all in a file" pattern for example. How ...
2017/05/11
[ "https://workplace.stackexchange.com/questions/90816", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/68787/" ]
When discussing your changes, avoid any use of "your old way" or "your old code". Once you join the development team, think of it as becoming "our code". Every developer knows that, given a few years, a new framework, development practice etc. could come along to do the work of a piece of code cleaner and faster. Whe...
> > The only trouble is that I changed the organization of the software from bottom to top. > > > Your other problem is apparently that you didn't discuss or obtain permission to do what you did, before you did it: because he's not expecting how much you've changed. If I were senior developer reviewing a rewrite,...
90,816
My internship mission consists in recoding an entire software which was coded 8 years ago by a current senior developer of the company in another language. The only trouble is that I changed the organization of the software from bottom to top. I switched to MVC instead of the "all in a file" pattern for example. How ...
2017/05/11
[ "https://workplace.stackexchange.com/questions/90816", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/68787/" ]
> > How do I show him my current work without sounding like "your previous work sucked so much, that's why mine is so different" ? > > > **Call it version 2.0.** Or 3.0, or 4.0 or whatever. Just make sure that you've incremented the major version number, so that it's clear that this version is significantly differ...
If it was my 8 year old code that you rewrote in a new language, while changing the structure completely: First, I know for a fact that the code that I wrote in 2009 should be rewritten in a different language if the company wants to continue developing it in the long term. And I know that it needs significant changes,...
90,816
My internship mission consists in recoding an entire software which was coded 8 years ago by a current senior developer of the company in another language. The only trouble is that I changed the organization of the software from bottom to top. I switched to MVC instead of the "all in a file" pattern for example. How ...
2017/05/11
[ "https://workplace.stackexchange.com/questions/90816", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/68787/" ]
> > How do I show him my current work without sounding like "your previous work sucked so much, that's why mine is so different" ? > > > **Call it version 2.0.** Or 3.0, or 4.0 or whatever. Just make sure that you've incremented the major version number, so that it's clear that this version is significantly differ...
> > The only trouble is that I changed the organization of the software from bottom to top. > > > Your other problem is apparently that you didn't discuss or obtain permission to do what you did, before you did it: because he's not expecting how much you've changed. If I were senior developer reviewing a rewrite,...
90,816
My internship mission consists in recoding an entire software which was coded 8 years ago by a current senior developer of the company in another language. The only trouble is that I changed the organization of the software from bottom to top. I switched to MVC instead of the "all in a file" pattern for example. How ...
2017/05/11
[ "https://workplace.stackexchange.com/questions/90816", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/68787/" ]
Before the review, make sure that the original coder knows that the complete redesign was performed to make the code base more flexible and extensible for new requirements. If you can point out a few examples of requirements that would have been relatively complex prior to the rewrite, but are trivial now, it demonstr...
> > The only trouble is that I changed the organization of the software from bottom to top. > > > Your other problem is apparently that you didn't discuss or obtain permission to do what you did, before you did it: because he's not expecting how much you've changed. If I were senior developer reviewing a rewrite,...
90,816
My internship mission consists in recoding an entire software which was coded 8 years ago by a current senior developer of the company in another language. The only trouble is that I changed the organization of the software from bottom to top. I switched to MVC instead of the "all in a file" pattern for example. How ...
2017/05/11
[ "https://workplace.stackexchange.com/questions/90816", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/68787/" ]
> > How do I show him my current work without sounding like "your previous work sucked so much, that's why mine is so different" ? > > > **Call it version 2.0.** Or 3.0, or 4.0 or whatever. Just make sure that you've incremented the major version number, so that it's clear that this version is significantly differ...
Ask for a review of your code tweaks. Indicate that you feel it improves upon the original but wanted to be sure and get more feedback on if you are going in the right direction. The correctness will speak for itself if that is the case and it will give respect to the other person as you are seeking their opinion on it...
90,816
My internship mission consists in recoding an entire software which was coded 8 years ago by a current senior developer of the company in another language. The only trouble is that I changed the organization of the software from bottom to top. I switched to MVC instead of the "all in a file" pattern for example. How ...
2017/05/11
[ "https://workplace.stackexchange.com/questions/90816", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/68787/" ]
> > How do I show him my current work without sounding like "your previous work sucked so much, that's why mine is so different" ? > > > **Call it version 2.0.** Or 3.0, or 4.0 or whatever. Just make sure that you've incremented the major version number, so that it's clear that this version is significantly differ...
When discussing your changes, avoid any use of "your old way" or "your old code". Once you join the development team, think of it as becoming "our code". Every developer knows that, given a few years, a new framework, development practice etc. could come along to do the work of a piece of code cleaner and faster. Whe...
90,816
My internship mission consists in recoding an entire software which was coded 8 years ago by a current senior developer of the company in another language. The only trouble is that I changed the organization of the software from bottom to top. I switched to MVC instead of the "all in a file" pattern for example. How ...
2017/05/11
[ "https://workplace.stackexchange.com/questions/90816", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/68787/" ]
> > How do I show him my current work without sounding like "your previous work sucked so much, that's why mine is so different" ? > > > **Call it version 2.0.** Or 3.0, or 4.0 or whatever. Just make sure that you've incremented the major version number, so that it's clear that this version is significantly differ...
Was this person a senior developer when they write the code 8 years ago? Probably not - so the code wasn't 'senior developer quality'. Unless they are still writing code the same way they did back then, you should have little concern in showing how you've improved on their work using current best practices.
90,816
My internship mission consists in recoding an entire software which was coded 8 years ago by a current senior developer of the company in another language. The only trouble is that I changed the organization of the software from bottom to top. I switched to MVC instead of the "all in a file" pattern for example. How ...
2017/05/11
[ "https://workplace.stackexchange.com/questions/90816", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/68787/" ]
Was this person a senior developer when they write the code 8 years ago? Probably not - so the code wasn't 'senior developer quality'. Unless they are still writing code the same way they did back then, you should have little concern in showing how you've improved on their work using current best practices.
The first step is stop seeing your work this way: you did not receive the task to rewrite bad code but to port it to a new language. That's what you did and that's it. Different choices are to be expected when porting, moreover if the codebase is old, so if nobody goes down that slope you shouldn't worry about someone ...
105,373
Lets say you work in Chicago and live in Chicago but put your home address as somewhere in Indiana. Then every week you collect the mail that is being sent to you in Indiana. Wouldn't you save a lot of money assuming the taxes are lower? What prevents people from doing this?
2019/02/15
[ "https://money.stackexchange.com/questions/105373", "https://money.stackexchange.com", "https://money.stackexchange.com/users/82580/" ]
> > What prevents people from doing this? > > > * Laws (if you are *lying* about your residency) * Convenience * It won't work for income taxes > > Wouldn't you save a lot of money assuming the taxes are lower? > > > According to the [Illinois Department of Revenue](https://www2.illinois.gov/rev/individuals/...
According to [the Illinois Department of Revenue](https://www2.illinois.gov/rev/questionsandanswers/Pages/10.aspx), you must file an Illinois income tax return if “you earned enough taxable income from Illinois sources to have a tax liability[.]” There is a form for residents of Iowa, Kentucky, Michigan or Wisconsin to...
105,373
Lets say you work in Chicago and live in Chicago but put your home address as somewhere in Indiana. Then every week you collect the mail that is being sent to you in Indiana. Wouldn't you save a lot of money assuming the taxes are lower? What prevents people from doing this?
2019/02/15
[ "https://money.stackexchange.com/questions/105373", "https://money.stackexchange.com", "https://money.stackexchange.com/users/82580/" ]
> > What prevents people from doing this? > > > * Laws (if you are *lying* about your residency) * Convenience * It won't work for income taxes > > Wouldn't you save a lot of money assuming the taxes are lower? > > > According to the [Illinois Department of Revenue](https://www2.illinois.gov/rev/individuals/...
It's difficult if not impossible to do if you actually live in Chicago, and just have a mail drop in the other state. You'd need to establish effective residency there, by e.g. owning a residence, spending time there, maintaining voter registration, driver's license and so on. All of that is likely to cost more than yo...
105,373
Lets say you work in Chicago and live in Chicago but put your home address as somewhere in Indiana. Then every week you collect the mail that is being sent to you in Indiana. Wouldn't you save a lot of money assuming the taxes are lower? What prevents people from doing this?
2019/02/15
[ "https://money.stackexchange.com/questions/105373", "https://money.stackexchange.com", "https://money.stackexchange.com/users/82580/" ]
Why stop at Indiana? Why not say you live in a tax haven in a completely different country, and not pay any taxes at all, even though you still remain in the same place? Oh, it's called tax evasion. Right. That thing they talk about on TV all the time these days. Many people actually do it (though it's usually a litt...
**Because there are much easier ways to cheat on your taxes** While moral obligations and legal threats play a part, I believe the main reason is this would be an extremely expensive, difficult way to cheat your taxes. **Why (Low/Middle Income)** 1) You must establish residency in a state you don't live in. A P.O. b...
105,373
Lets say you work in Chicago and live in Chicago but put your home address as somewhere in Indiana. Then every week you collect the mail that is being sent to you in Indiana. Wouldn't you save a lot of money assuming the taxes are lower? What prevents people from doing this?
2019/02/15
[ "https://money.stackexchange.com/questions/105373", "https://money.stackexchange.com", "https://money.stackexchange.com/users/82580/" ]
The very short version is "laws". The more helpful version is that every state has its own taxation requirements. For instance, if you work in Illinois you are required [to file appropriate forms](https://www2.illinois.gov/rev/individuals/filingrequirements/Pages/default.aspx) stating what you say your residence is. ...
I'm surprised no one has yet mention an important reason: **ignorance**. Your question (and other answers) assumes people are aware of all the benefits and costs of making such decision. However, **we are not rational machines**. In reality, we have limited knowledge of the world. There is an amazing article about a r...
105,373
Lets say you work in Chicago and live in Chicago but put your home address as somewhere in Indiana. Then every week you collect the mail that is being sent to you in Indiana. Wouldn't you save a lot of money assuming the taxes are lower? What prevents people from doing this?
2019/02/15
[ "https://money.stackexchange.com/questions/105373", "https://money.stackexchange.com", "https://money.stackexchange.com/users/82580/" ]
Lying to save on taxes is called tax fraud. The threat of large fines and jail-time is what prevents most people from committing tax fraud.
Some adjoining states have reciprocity agreements. In those cases it is where you live that determines which state taxes apply. But if you aren't covered by one of those agreements. Then each state will try and determine if they can claim you. The states set out in their laws what you need to do to claim residency. ...
105,373
Lets say you work in Chicago and live in Chicago but put your home address as somewhere in Indiana. Then every week you collect the mail that is being sent to you in Indiana. Wouldn't you save a lot of money assuming the taxes are lower? What prevents people from doing this?
2019/02/15
[ "https://money.stackexchange.com/questions/105373", "https://money.stackexchange.com", "https://money.stackexchange.com/users/82580/" ]
Why stop at Indiana? Why not say you live in a tax haven in a completely different country, and not pay any taxes at all, even though you still remain in the same place? Oh, it's called tax evasion. Right. That thing they talk about on TV all the time these days. Many people actually do it (though it's usually a litt...
To offer a different point of view from the other answers. Each state will have rules about when people will owe income (or other taxes) and what income is to be included in that calculation. There's nothing stopping you from reading the rules and arranging your life such that you avoid a state's income tax. Some stat...
105,373
Lets say you work in Chicago and live in Chicago but put your home address as somewhere in Indiana. Then every week you collect the mail that is being sent to you in Indiana. Wouldn't you save a lot of money assuming the taxes are lower? What prevents people from doing this?
2019/02/15
[ "https://money.stackexchange.com/questions/105373", "https://money.stackexchange.com", "https://money.stackexchange.com/users/82580/" ]
It's difficult if not impossible to do if you actually live in Chicago, and just have a mail drop in the other state. You'd need to establish effective residency there, by e.g. owning a residence, spending time there, maintaining voter registration, driver's license and so on. All of that is likely to cost more than yo...
I'm surprised no one has yet mention an important reason: **ignorance**. Your question (and other answers) assumes people are aware of all the benefits and costs of making such decision. However, **we are not rational machines**. In reality, we have limited knowledge of the world. There is an amazing article about a r...
105,373
Lets say you work in Chicago and live in Chicago but put your home address as somewhere in Indiana. Then every week you collect the mail that is being sent to you in Indiana. Wouldn't you save a lot of money assuming the taxes are lower? What prevents people from doing this?
2019/02/15
[ "https://money.stackexchange.com/questions/105373", "https://money.stackexchange.com", "https://money.stackexchange.com/users/82580/" ]
According to [the Illinois Department of Revenue](https://www2.illinois.gov/rev/questionsandanswers/Pages/10.aspx), you must file an Illinois income tax return if “you earned enough taxable income from Illinois sources to have a tax liability[.]” There is a form for residents of Iowa, Kentucky, Michigan or Wisconsin to...
I'm surprised no one has yet mention an important reason: **ignorance**. Your question (and other answers) assumes people are aware of all the benefits and costs of making such decision. However, **we are not rational machines**. In reality, we have limited knowledge of the world. There is an amazing article about a r...
105,373
Lets say you work in Chicago and live in Chicago but put your home address as somewhere in Indiana. Then every week you collect the mail that is being sent to you in Indiana. Wouldn't you save a lot of money assuming the taxes are lower? What prevents people from doing this?
2019/02/15
[ "https://money.stackexchange.com/questions/105373", "https://money.stackexchange.com", "https://money.stackexchange.com/users/82580/" ]
Why stop at Indiana? Why not say you live in a tax haven in a completely different country, and not pay any taxes at all, even though you still remain in the same place? Oh, it's called tax evasion. Right. That thing they talk about on TV all the time these days. Many people actually do it (though it's usually a litt...
According to [the Illinois Department of Revenue](https://www2.illinois.gov/rev/questionsandanswers/Pages/10.aspx), you must file an Illinois income tax return if “you earned enough taxable income from Illinois sources to have a tax liability[.]” There is a form for residents of Iowa, Kentucky, Michigan or Wisconsin to...
105,373
Lets say you work in Chicago and live in Chicago but put your home address as somewhere in Indiana. Then every week you collect the mail that is being sent to you in Indiana. Wouldn't you save a lot of money assuming the taxes are lower? What prevents people from doing this?
2019/02/15
[ "https://money.stackexchange.com/questions/105373", "https://money.stackexchange.com", "https://money.stackexchange.com/users/82580/" ]
Lying to save on taxes is called tax fraud. The threat of large fines and jail-time is what prevents most people from committing tax fraud.
It's difficult if not impossible to do if you actually live in Chicago, and just have a mail drop in the other state. You'd need to establish effective residency there, by e.g. owning a residence, spending time there, maintaining voter registration, driver's license and so on. All of that is likely to cost more than yo...
24,186
I am working on a messaging system and plan to use ElGamal asymmetric encryption to protect the message contents during storage and transmission. (This would be in addition to TLS used during transmission.) What I want to know is if there are any inherent weaknesses in the ElGamal algorithm that I should be aware of or...
2015/02/26
[ "https://crypto.stackexchange.com/questions/24186", "https://crypto.stackexchange.com", "https://crypto.stackexchange.com/users/23111/" ]
A Diffie-Hellman exchange needs not be synchronous. In DH, each party has a private key (*x*) and a public key (*g**x* mod *p*). If the sender knows the recipient's public key *g**a*, then he can build his own key pair (*b* and *g**b*), compute the shared secret (*g**ab*), and send both his public key (*g**b*) and the ...
Whenever possible, Security Stack Exchange is going to recommend "don't roll your own" crypto. Is there a library which implements ElGamal that you can use instead where it has been tested and vetted? Implementing Crypto is always difficult and unless you are experienced in the area, you should try to avoid doing as mu...
42,804
In July 2019, the [United Kingdom seized an oil tanker carrying oil from Iran to Syria](https://www.theguardian.com/world/2019/jul/04/royal-marines-gibraltar-tanker-oil-syria-eu-sanctions). Reportedly, this is to enforce EU sanctions against Syria. But neither Iran nor Syria are members of the EU, so how can EU sanctio...
2019/07/09
[ "https://politics.stackexchange.com/questions/42804", "https://politics.stackexchange.com", "https://politics.stackexchange.com/users/130/" ]
I'm not going to stake who is right on this, but the UK/Gibraltar claim/action is based on the following [justification](https://edition.cnn.com/2019/07/05/middleeast/oil-tanker-gibraltar-iran-intl-gbr/index.html): > > Gibraltar's government said in a statement Friday that it is extending the detention of the superta...
The key legal point of their justification seems to be this, from the [press release](https://www.gibraltar.gov.gi/press-releases/grace-1-confirmed-to-be-carrying-full-load-of-crude-oil-5222019-5112) linked and quoted by Fizz: > > The Grace 1 was detained last week in Gibraltar when it freely > navigated into Britis...
42,804
In July 2019, the [United Kingdom seized an oil tanker carrying oil from Iran to Syria](https://www.theguardian.com/world/2019/jul/04/royal-marines-gibraltar-tanker-oil-syria-eu-sanctions). Reportedly, this is to enforce EU sanctions against Syria. But neither Iran nor Syria are members of the EU, so how can EU sanctio...
2019/07/09
[ "https://politics.stackexchange.com/questions/42804", "https://politics.stackexchange.com", "https://politics.stackexchange.com/users/130/" ]
I'm not going to stake who is right on this, but the UK/Gibraltar claim/action is based on the following [justification](https://edition.cnn.com/2019/07/05/middleeast/oil-tanker-gibraltar-iran-intl-gbr/index.html): > > Gibraltar's government said in a statement Friday that it is extending the detention of the superta...
As per UNCLOS Part 3 Article 38, the right of unimpeded transit passage applies to straits such as Gibraltar and Hormuz. Stopping to take on supplies (if true) could not have altered the vessel’s right to transit passage as it still remained incidental to her ordinary navigation. In fact the vessel was still exercisi...
42,804
In July 2019, the [United Kingdom seized an oil tanker carrying oil from Iran to Syria](https://www.theguardian.com/world/2019/jul/04/royal-marines-gibraltar-tanker-oil-syria-eu-sanctions). Reportedly, this is to enforce EU sanctions against Syria. But neither Iran nor Syria are members of the EU, so how can EU sanctio...
2019/07/09
[ "https://politics.stackexchange.com/questions/42804", "https://politics.stackexchange.com", "https://politics.stackexchange.com/users/130/" ]
I'm not going to stake who is right on this, but the UK/Gibraltar claim/action is based on the following [justification](https://edition.cnn.com/2019/07/05/middleeast/oil-tanker-gibraltar-iran-intl-gbr/index.html): > > Gibraltar's government said in a statement Friday that it is extending the detention of the superta...
I intended to post a comment, but I require 50 reputation for that, so will post my comment here. Apologies for this. [This article](https://7dnews.com/news/iran-s-grace-1-captain-asks-to-resign) reports: > > Grace 1 was supposed to undergo maintenance before being captured, but > the latest events disrupted instal...
42,804
In July 2019, the [United Kingdom seized an oil tanker carrying oil from Iran to Syria](https://www.theguardian.com/world/2019/jul/04/royal-marines-gibraltar-tanker-oil-syria-eu-sanctions). Reportedly, this is to enforce EU sanctions against Syria. But neither Iran nor Syria are members of the EU, so how can EU sanctio...
2019/07/09
[ "https://politics.stackexchange.com/questions/42804", "https://politics.stackexchange.com", "https://politics.stackexchange.com/users/130/" ]
The key legal point of their justification seems to be this, from the [press release](https://www.gibraltar.gov.gi/press-releases/grace-1-confirmed-to-be-carrying-full-load-of-crude-oil-5222019-5112) linked and quoted by Fizz: > > The Grace 1 was detained last week in Gibraltar when it freely > navigated into Britis...
As per UNCLOS Part 3 Article 38, the right of unimpeded transit passage applies to straits such as Gibraltar and Hormuz. Stopping to take on supplies (if true) could not have altered the vessel’s right to transit passage as it still remained incidental to her ordinary navigation. In fact the vessel was still exercisi...
42,804
In July 2019, the [United Kingdom seized an oil tanker carrying oil from Iran to Syria](https://www.theguardian.com/world/2019/jul/04/royal-marines-gibraltar-tanker-oil-syria-eu-sanctions). Reportedly, this is to enforce EU sanctions against Syria. But neither Iran nor Syria are members of the EU, so how can EU sanctio...
2019/07/09
[ "https://politics.stackexchange.com/questions/42804", "https://politics.stackexchange.com", "https://politics.stackexchange.com/users/130/" ]
The key legal point of their justification seems to be this, from the [press release](https://www.gibraltar.gov.gi/press-releases/grace-1-confirmed-to-be-carrying-full-load-of-crude-oil-5222019-5112) linked and quoted by Fizz: > > The Grace 1 was detained last week in Gibraltar when it freely > navigated into Britis...
I intended to post a comment, but I require 50 reputation for that, so will post my comment here. Apologies for this. [This article](https://7dnews.com/news/iran-s-grace-1-captain-asks-to-resign) reports: > > Grace 1 was supposed to undergo maintenance before being captured, but > the latest events disrupted instal...
31,139
I did a search online but couldn't find an accurate list. Anybody know of a list by neighbourhood that is up-to-date?
2014/06/28
[ "https://travel.stackexchange.com/questions/31139", "https://travel.stackexchange.com", "https://travel.stackexchange.com/users/2283/" ]
[Starbucks store allocater](http://www.starbucks.com/store-locator/search/location) may help you. It can show every single Starbucks location, opening time, plus some extra service like wifi/mbile payment/24-hours opening, on **Earth**. However, many Starbucks stops selling around half hour before closed.
Looks like there's one, according to [Yelp](http://www.yelp.com/search?find_desc=starbucks&find_loc=West%20Village%2C%20Manhattan%2C%20NY&ns=1&ls=9a9eb218a8e0db7b#open_time=1395).
13,915
When I design adventures, I often come up with situations where the NPCs could realistically thwart the PCs quickly by sounding an alarm. This is especially common in science fiction settings, where the NPCs have access to surveillance cameras, radars, motion detectors, and other advanced technology. This makes stealth...
2012/05/02
[ "https://rpg.stackexchange.com/questions/13915", "https://rpg.stackexchange.com", "https://rpg.stackexchange.com/users/2218/" ]
I think the single largest thing you can do to make sure that everything works smoothly is to make sure that everyone is on the same page as far as expectations. You are welcome to have any level of paranoia/security you want, as long as your players understand that going in. If they know it's there, they'll plan for i...
I think it depends on what kind of game you want to play. If you are playing a gritty game where getting past security systems is a big part of the challenge during game play (like in Shadowrun for example) then I think you should pay close attention to the details and sound the alarms when the PCs make a misstep. Howe...
13,915
When I design adventures, I often come up with situations where the NPCs could realistically thwart the PCs quickly by sounding an alarm. This is especially common in science fiction settings, where the NPCs have access to surveillance cameras, radars, motion detectors, and other advanced technology. This makes stealth...
2012/05/02
[ "https://rpg.stackexchange.com/questions/13915", "https://rpg.stackexchange.com", "https://rpg.stackexchange.com/users/2218/" ]
There are a number of approaches you can take, depending on the specific campaign. **1. Remember that many places don't have an alarm to hit.** A lot of interesting targets will not have an alarm to hit, or will only have a very basic one that requires some human to trigger it manually. Many places will not have one d...
I think it depends on what kind of game you want to play. If you are playing a gritty game where getting past security systems is a big part of the challenge during game play (like in Shadowrun for example) then I think you should pay close attention to the details and sound the alarms when the PCs make a misstep. Howe...
13,915
When I design adventures, I often come up with situations where the NPCs could realistically thwart the PCs quickly by sounding an alarm. This is especially common in science fiction settings, where the NPCs have access to surveillance cameras, radars, motion detectors, and other advanced technology. This makes stealth...
2012/05/02
[ "https://rpg.stackexchange.com/questions/13915", "https://rpg.stackexchange.com", "https://rpg.stackexchange.com/users/2218/" ]
The very simple answer is: you don't. Roleplaying is about making decisions that have consequences. As a Game Master, it's up to you to make those consequences interesting and fun, but that doesn't mean they should always be beneficial to the party or the characters that incur them. If the players set off an alarm, t...
In general my PCs know that any sneaking into fortress, castle, hi-rise, brothel is not going to be a cakewalk. I encourage them to approach it in a realistic manner such as scouting, social engineering, getting low level jobs to scout the inside, use of hidden mikes, tracking devices and robots. Also for the most par...
13,915
When I design adventures, I often come up with situations where the NPCs could realistically thwart the PCs quickly by sounding an alarm. This is especially common in science fiction settings, where the NPCs have access to surveillance cameras, radars, motion detectors, and other advanced technology. This makes stealth...
2012/05/02
[ "https://rpg.stackexchange.com/questions/13915", "https://rpg.stackexchange.com", "https://rpg.stackexchange.com/users/2218/" ]
I think the single largest thing you can do to make sure that everything works smoothly is to make sure that everyone is on the same page as far as expectations. You are welcome to have any level of paranoia/security you want, as long as your players understand that going in. If they know it's there, they'll plan for i...
There are a number of approaches you can take, depending on the specific campaign. **1. Remember that many places don't have an alarm to hit.** A lot of interesting targets will not have an alarm to hit, or will only have a very basic one that requires some human to trigger it manually. Many places will not have one d...
13,915
When I design adventures, I often come up with situations where the NPCs could realistically thwart the PCs quickly by sounding an alarm. This is especially common in science fiction settings, where the NPCs have access to surveillance cameras, radars, motion detectors, and other advanced technology. This makes stealth...
2012/05/02
[ "https://rpg.stackexchange.com/questions/13915", "https://rpg.stackexchange.com", "https://rpg.stackexchange.com/users/2218/" ]
I think the single largest thing you can do to make sure that everything works smoothly is to make sure that everyone is on the same page as far as expectations. You are welcome to have any level of paranoia/security you want, as long as your players understand that going in. If they know it's there, they'll plan for i...
Usually in the games I'm a part of, the PCs' status as heroes sort of takes care of the alarm issue. If intruders easily slaughtered the 5 guys guarding your entrance, are you more likely to rush in there, or hunker down and take the best defensive position you can? For more stealth or skill-oriented infiltrations, my...
13,915
When I design adventures, I often come up with situations where the NPCs could realistically thwart the PCs quickly by sounding an alarm. This is especially common in science fiction settings, where the NPCs have access to surveillance cameras, radars, motion detectors, and other advanced technology. This makes stealth...
2012/05/02
[ "https://rpg.stackexchange.com/questions/13915", "https://rpg.stackexchange.com", "https://rpg.stackexchange.com/users/2218/" ]
The thing with science fiction settings is that when technology creates a problem for the PCs, it can also generally create a solution. Part of the heist genre is figuring out what the alarm systems are and getting your hands on the gadgets you need to neutralize them. Other valid tactics include social engineering tac...
For a sci-fi setting, which was presupposed in the original question, make sure that one of the PCs is a Tech/Engineer/GreaseMonkeyType. She or He should be able with a very routine skill roll, to determine exactly what kind of surveillance system is being dealt with, and then with another skill roll of minor, moderate...
13,915
When I design adventures, I often come up with situations where the NPCs could realistically thwart the PCs quickly by sounding an alarm. This is especially common in science fiction settings, where the NPCs have access to surveillance cameras, radars, motion detectors, and other advanced technology. This makes stealth...
2012/05/02
[ "https://rpg.stackexchange.com/questions/13915", "https://rpg.stackexchange.com", "https://rpg.stackexchange.com/users/2218/" ]
In general my PCs know that any sneaking into fortress, castle, hi-rise, brothel is not going to be a cakewalk. I encourage them to approach it in a realistic manner such as scouting, social engineering, getting low level jobs to scout the inside, use of hidden mikes, tracking devices and robots. Also for the most par...
Usually in the games I'm a part of, the PCs' status as heroes sort of takes care of the alarm issue. If intruders easily slaughtered the 5 guys guarding your entrance, are you more likely to rush in there, or hunker down and take the best defensive position you can? For more stealth or skill-oriented infiltrations, my...
13,915
When I design adventures, I often come up with situations where the NPCs could realistically thwart the PCs quickly by sounding an alarm. This is especially common in science fiction settings, where the NPCs have access to surveillance cameras, radars, motion detectors, and other advanced technology. This makes stealth...
2012/05/02
[ "https://rpg.stackexchange.com/questions/13915", "https://rpg.stackexchange.com", "https://rpg.stackexchange.com/users/2218/" ]
In a cyberpunk scenario, you would typically have the physical infiltrators (call them grunts) working in tandem with cyberintruders who work the target's computer network. The typical pattern works that the two groups are in communication (which might be interrupted during the scenario), the grunts would lay the grou...
Usually in the games I'm a part of, the PCs' status as heroes sort of takes care of the alarm issue. If intruders easily slaughtered the 5 guys guarding your entrance, are you more likely to rush in there, or hunker down and take the best defensive position you can? For more stealth or skill-oriented infiltrations, my...
13,915
When I design adventures, I often come up with situations where the NPCs could realistically thwart the PCs quickly by sounding an alarm. This is especially common in science fiction settings, where the NPCs have access to surveillance cameras, radars, motion detectors, and other advanced technology. This makes stealth...
2012/05/02
[ "https://rpg.stackexchange.com/questions/13915", "https://rpg.stackexchange.com", "https://rpg.stackexchange.com/users/2218/" ]
"Step away from that alarm, rookie. We don't need the 5-0 kicking in the door and making everybody play nice. When you've been here as long as I have, you'll realize that a night like this is a night to have some fun. Why did I sign up to be a security guard if not to lay down some pain every once in a while? Let's go ...
The very simple answer is: you don't. Roleplaying is about making decisions that have consequences. As a Game Master, it's up to you to make those consequences interesting and fun, but that doesn't mean they should always be beneficial to the party or the characters that incur them. If the players set off an alarm, t...
13,915
When I design adventures, I often come up with situations where the NPCs could realistically thwart the PCs quickly by sounding an alarm. This is especially common in science fiction settings, where the NPCs have access to surveillance cameras, radars, motion detectors, and other advanced technology. This makes stealth...
2012/05/02
[ "https://rpg.stackexchange.com/questions/13915", "https://rpg.stackexchange.com", "https://rpg.stackexchange.com/users/2218/" ]
I think it depends on what kind of game you want to play. If you are playing a gritty game where getting past security systems is a big part of the challenge during game play (like in Shadowrun for example) then I think you should pay close attention to the details and sound the alarms when the PCs make a misstep. Howe...
Usually in the games I'm a part of, the PCs' status as heroes sort of takes care of the alarm issue. If intruders easily slaughtered the 5 guys guarding your entrance, are you more likely to rush in there, or hunker down and take the best defensive position you can? For more stealth or skill-oriented infiltrations, my...
21,238
For a planet, we can colloquially refer to its period of rotation as a "day" and its period of revolution around its parent star as a "year." Some worlds have unique terms, such as Martian days being referred to as "sols", but the principle is the same: one word for rotation around its axis, another for revolutions aro...
2017/06/08
[ "https://astronomy.stackexchange.com/questions/21238", "https://astronomy.stackexchange.com", "https://astronomy.stackexchange.com/users/529/" ]
You should use one of the precisely defined terms of specific measures of orbital period, which are described on [this Wikipedia page](https://en.wikipedia.org/wiki/Orbital_period). You might get away with just "orbital period" is you're not using it in a context that requires precision. For length of day there's [sy...
Adding to [@stephenG's answer](https://astronomy.stackexchange.com/a/21239/7982), the related Wikipedia page [Lunar month](https://en.wikipedia.org/wiki/Lunar_month) can be used to get an idea of what the various terms mean. I have to agree though that one should probably try to get away with just using the word month...
114,165
I have such confusion with the word *than*, check out these examples: > > I would prefer to have beaten him up than have been beaten up by him. > > > I prefer to die than kill someone > > > Should the preposition *to* be placed after *than* if I wanted to put the verb in the infinitive form? Like, *I prefer to...
2017/01/02
[ "https://ell.stackexchange.com/questions/114165", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/46520/" ]
What you're describing is yet another example of *ellipsis*, in this case, where common prepositions are left out of sentences when they add no significant information. Either way is correct: > > I would prefer to die than (to) kill someone. > > > Other examples: > > She said she would prefer to go shopping tha...
I prefer to die than kill someone. The sentence is grammatical. You can also use "to" after than, but it's less common. Look at the following sentence: I prefer to walk than/rather than to catch the train (The Free Dictionary). As for the sentences: I would prefer doing this than doing that. I would doing this tha...
21,177
I was just reading the sleep threads, and I wondered, why is the body so constructed so that sleep is necessary? (Is it just a design error?) But then, how do things come to be awake at all? How did this happen? Yes, I can see the advantages, but how did it happen? What is "awake"? Are single-cell animals awake? The ...
2014/09/10
[ "https://biology.stackexchange.com/questions/21177", "https://biology.stackexchange.com", "https://biology.stackexchange.com/users/9183/" ]
Based on various comments, I've expanded this answer. Though long, I cannot cover the depth of the topic of sleep but I tried to address the issues asked in the original question while broadly highlighting various aspects about sleep research. I welcome any suggestions for improvement. **What is sleep?** To know what...
All organisms (except viruses?) need some kind of nutrition to survive and reproductive activities for the species to survive. As humans don't do these while asleep in a first approximation I would consider those life phases as sleep when these do not happen. In this sense clostridium bacteria could be considered aslee...
302,591
One of my hobby applications uses a SQLite back end to store the application data. The application is setup so that the user can click the typical "Check for Updates" button, which will query a webservice to see if an update is available. If it is, the user clicks the "update" button and downloads a the new database (v...
2008/11/19
[ "https://Stackoverflow.com/questions/302591", "https://Stackoverflow.com", "https://Stackoverflow.com/users/71/" ]
If you are only running on MS Windows, and your clients are using a new enough version of the operating system to support BITS, then I think certainly you should leverage the functionality already built into the platform, rather than doing what everyone else does and write your own background update checker that sits i...
This really feels like you should be considering Sync Framework <http://msdn.microsoft.com/en-us/sync/bb736753.aspx> rather than BITS.
302,591
One of my hobby applications uses a SQLite back end to store the application data. The application is setup so that the user can click the typical "Check for Updates" button, which will query a webservice to see if an update is available. If it is, the user clicks the "update" button and downloads a the new database (v...
2008/11/19
[ "https://Stackoverflow.com/questions/302591", "https://Stackoverflow.com", "https://Stackoverflow.com/users/71/" ]
If you are only running on MS Windows, and your clients are using a new enough version of the operating system to support BITS, then I think certainly you should leverage the functionality already built into the platform, rather than doing what everyone else does and write your own background update checker that sits i...
I'm the PM for the BITS team in Windows -- yes, the BITS technology is a good fit for lots of times when you need to download (or upload) data in a way that's friendly to the user. BITS tries to be careful about hogging network bandwidth, the current power status, and network costs, and will automatically retry downloa...
302,591
One of my hobby applications uses a SQLite back end to store the application data. The application is setup so that the user can click the typical "Check for Updates" button, which will query a webservice to see if an update is available. If it is, the user clicks the "update" button and downloads a the new database (v...
2008/11/19
[ "https://Stackoverflow.com/questions/302591", "https://Stackoverflow.com", "https://Stackoverflow.com/users/71/" ]
I'm the PM for the BITS team in Windows -- yes, the BITS technology is a good fit for lots of times when you need to download (or upload) data in a way that's friendly to the user. BITS tries to be careful about hogging network bandwidth, the current power status, and network costs, and will automatically retry downloa...
This really feels like you should be considering Sync Framework <http://msdn.microsoft.com/en-us/sync/bb736753.aspx> rather than BITS.
1,217,610
Is it possible to get internet access and a unique ip address as well in kali linux Vm. If yes, then what would be the networking configuration?
2017/06/09
[ "https://superuser.com/questions/1217610", "https://superuser.com", "https://superuser.com/users/734942/" ]
Yes, just make sure you set the network adapter as bridged, not as NAT, and the VM will become part of your network, getting its IP and internet access from the router (or whatever does DHCP and routing)
Without more details, it’s very hard to explain what you want. Virtual box creates a virtual machine environment on top of your host operating system. It has several options for how to configure networking. If you select bridged networking, then your virtual machine is effectively on the same LAN or Wi-Fi as your hos...
1,213,646
Is use of VO´s (POCO) a bad design pattern? Some people say that all domain logic of an object needs to be together in that object. Ex.: ProductVO: Id, Name, Description ProductBO: SearchById(int id), Insert(ProductVO newProduct), Update(ProductVO updatedProduct, SearchByKeyword(string word)......
2009/07/31
[ "https://Stackoverflow.com/questions/1213646", "https://Stackoverflow.com", "https://Stackoverflow.com/users/97082/" ]
Using VO's lets you decouple state from behavior, which sounds incompatible with OOP, but may well be appropriate when different aspects of the application view the state with their own goals in mind. A general argument against VO's is that they allow invalid states, but what constitutes validity may well differ depen...
I think they are a good pattern for certain environments (e.g. service-oriented applications). Using [DTOs](http://en.wikipedia.org/wiki/Data_transfer_object) is often valuable when you want to decouple layers of an application. The reason that DTOs help you do this is that you can easily serialize a DTO with the und...
1,213,646
Is use of VO´s (POCO) a bad design pattern? Some people say that all domain logic of an object needs to be together in that object. Ex.: ProductVO: Id, Name, Description ProductBO: SearchById(int id), Insert(ProductVO newProduct), Update(ProductVO updatedProduct, SearchByKeyword(string word)......
2009/07/31
[ "https://Stackoverflow.com/questions/1213646", "https://Stackoverflow.com", "https://Stackoverflow.com/users/97082/" ]
Value objects are great! Why in the world would you want to keep calling "IsValidName(myString)" all over the place when you could just encapsulate the rules of what makes a name into a Name class, and then have the compiler make sure that a non-validated name never gets passed around?
Not a bad design pattern if used properly. For me POCOs should have only intra-object logic, all inter-object logic belongs in the business layer.
1,213,646
Is use of VO´s (POCO) a bad design pattern? Some people say that all domain logic of an object needs to be together in that object. Ex.: ProductVO: Id, Name, Description ProductBO: SearchById(int id), Insert(ProductVO newProduct), Update(ProductVO updatedProduct, SearchByKeyword(string word)......
2009/07/31
[ "https://Stackoverflow.com/questions/1213646", "https://Stackoverflow.com", "https://Stackoverflow.com/users/97082/" ]
> > Is use of VO´s (POCO) a bad design > pattern? Some people say that all > domain logic of an object needs to be > together in that object. > > > I think there's a lot of confusion here because there are **two almost completely contradictory definitions** of "Value Object". * One is "**An object with value s...
Using VO's lets you decouple state from behavior, which sounds incompatible with OOP, but may well be appropriate when different aspects of the application view the state with their own goals in mind. A general argument against VO's is that they allow invalid states, but what constitutes validity may well differ depen...
1,213,646
Is use of VO´s (POCO) a bad design pattern? Some people say that all domain logic of an object needs to be together in that object. Ex.: ProductVO: Id, Name, Description ProductBO: SearchById(int id), Insert(ProductVO newProduct), Update(ProductVO updatedProduct, SearchByKeyword(string word)......
2009/07/31
[ "https://Stackoverflow.com/questions/1213646", "https://Stackoverflow.com", "https://Stackoverflow.com/users/97082/" ]
> > Is use of VO´s (POCO) a bad design > pattern? Some people say that all > domain logic of an object needs to be > together in that object. > > > I think there's a lot of confusion here because there are **two almost completely contradictory definitions** of "Value Object". * One is "**An object with value s...
Not a bad design pattern if used properly. For me POCOs should have only intra-object logic, all inter-object logic belongs in the business layer.
1,213,646
Is use of VO´s (POCO) a bad design pattern? Some people say that all domain logic of an object needs to be together in that object. Ex.: ProductVO: Id, Name, Description ProductBO: SearchById(int id), Insert(ProductVO newProduct), Update(ProductVO updatedProduct, SearchByKeyword(string word)......
2009/07/31
[ "https://Stackoverflow.com/questions/1213646", "https://Stackoverflow.com", "https://Stackoverflow.com/users/97082/" ]
> > Is use of VO´s (POCO) a bad design > pattern? Some people say that all > domain logic of an object needs to be > together in that object. > > > I think there's a lot of confusion here because there are **two almost completely contradictory definitions** of "Value Object". * One is "**An object with value s...
I think they are a good pattern for certain environments (e.g. service-oriented applications). Using [DTOs](http://en.wikipedia.org/wiki/Data_transfer_object) is often valuable when you want to decouple layers of an application. The reason that DTOs help you do this is that you can easily serialize a DTO with the und...
1,213,646
Is use of VO´s (POCO) a bad design pattern? Some people say that all domain logic of an object needs to be together in that object. Ex.: ProductVO: Id, Name, Description ProductBO: SearchById(int id), Insert(ProductVO newProduct), Update(ProductVO updatedProduct, SearchByKeyword(string word)......
2009/07/31
[ "https://Stackoverflow.com/questions/1213646", "https://Stackoverflow.com", "https://Stackoverflow.com/users/97082/" ]
All Domain logic should be in the Domain layer, in Domain Objects... but there is a strong argument to be made that technical concerns, like how to save an object to the database, or log an objects activities, are not domain behaviors, they are infrastructure, or application concerns, and should NOT be in the domain ob...
I think they are a good pattern for certain environments (e.g. service-oriented applications). Using [DTOs](http://en.wikipedia.org/wiki/Data_transfer_object) is often valuable when you want to decouple layers of an application. The reason that DTOs help you do this is that you can easily serialize a DTO with the und...
1,213,646
Is use of VO´s (POCO) a bad design pattern? Some people say that all domain logic of an object needs to be together in that object. Ex.: ProductVO: Id, Name, Description ProductBO: SearchById(int id), Insert(ProductVO newProduct), Update(ProductVO updatedProduct, SearchByKeyword(string word)......
2009/07/31
[ "https://Stackoverflow.com/questions/1213646", "https://Stackoverflow.com", "https://Stackoverflow.com/users/97082/" ]
> > Is use of VO´s (POCO) a bad design > pattern? Some people say that all > domain logic of an object needs to be > together in that object. > > > I think there's a lot of confusion here because there are **two almost completely contradictory definitions** of "Value Object". * One is "**An object with value s...
Value objects are great! Why in the world would you want to keep calling "IsValidName(myString)" all over the place when you could just encapsulate the rules of what makes a name into a Name class, and then have the compiler make sure that a non-validated name never gets passed around?
1,213,646
Is use of VO´s (POCO) a bad design pattern? Some people say that all domain logic of an object needs to be together in that object. Ex.: ProductVO: Id, Name, Description ProductBO: SearchById(int id), Insert(ProductVO newProduct), Update(ProductVO updatedProduct, SearchByKeyword(string word)......
2009/07/31
[ "https://Stackoverflow.com/questions/1213646", "https://Stackoverflow.com", "https://Stackoverflow.com/users/97082/" ]
All Domain logic should be in the Domain layer, in Domain Objects... but there is a strong argument to be made that technical concerns, like how to save an object to the database, or log an objects activities, are not domain behaviors, they are infrastructure, or application concerns, and should NOT be in the domain ob...
Using VO's lets you decouple state from behavior, which sounds incompatible with OOP, but may well be appropriate when different aspects of the application view the state with their own goals in mind. A general argument against VO's is that they allow invalid states, but what constitutes validity may well differ depen...
1,213,646
Is use of VO´s (POCO) a bad design pattern? Some people say that all domain logic of an object needs to be together in that object. Ex.: ProductVO: Id, Name, Description ProductBO: SearchById(int id), Insert(ProductVO newProduct), Update(ProductVO updatedProduct, SearchByKeyword(string word)......
2009/07/31
[ "https://Stackoverflow.com/questions/1213646", "https://Stackoverflow.com", "https://Stackoverflow.com/users/97082/" ]
All Domain logic should be in the Domain layer, in Domain Objects... but there is a strong argument to be made that technical concerns, like how to save an object to the database, or log an objects activities, are not domain behaviors, they are infrastructure, or application concerns, and should NOT be in the domain ob...
> > Is use of VO´s (POCO) a bad design > pattern? Some people say that all > domain logic of an object needs to be > together in that object. > > > I think there's a lot of confusion here because there are **two almost completely contradictory definitions** of "Value Object". * One is "**An object with value s...
1,213,646
Is use of VO´s (POCO) a bad design pattern? Some people say that all domain logic of an object needs to be together in that object. Ex.: ProductVO: Id, Name, Description ProductBO: SearchById(int id), Insert(ProductVO newProduct), Update(ProductVO updatedProduct, SearchByKeyword(string word)......
2009/07/31
[ "https://Stackoverflow.com/questions/1213646", "https://Stackoverflow.com", "https://Stackoverflow.com/users/97082/" ]
Using VO's lets you decouple state from behavior, which sounds incompatible with OOP, but may well be appropriate when different aspects of the application view the state with their own goals in mind. A general argument against VO's is that they allow invalid states, but what constitutes validity may well differ depen...
Not a bad design pattern if used properly. For me POCOs should have only intra-object logic, all inter-object logic belongs in the business layer.
331,397
I'm considering ditching Windows 8 and doing a fully clean install of Ubuntu. However, I'm concerned because my computer came with a built-in 16 GB recovery partition that would need to be erased as well. If I pick the "erase entire disk" option during installation, will it wipe out this recovery partition too?
2013/08/11
[ "https://askubuntu.com/questions/331397", "https://askubuntu.com", "https://askubuntu.com/users/183275/" ]
Yes, it will. I've switched from windows 8 to Ubuntu a lot. It will destroy your recovery partition, but it is worth it. SO WORTH IT! You should totally go through with your Ubuntu installation. You will be happy with what you get from it!
If you select the option "erase entire disk" option your entire disk partition scheme will be erased and the entire disk space will be alloted to Ubuntu. To prevent this you can try using "advanced partitioning tool" during formatting.
331,397
I'm considering ditching Windows 8 and doing a fully clean install of Ubuntu. However, I'm concerned because my computer came with a built-in 16 GB recovery partition that would need to be erased as well. If I pick the "erase entire disk" option during installation, will it wipe out this recovery partition too?
2013/08/11
[ "https://askubuntu.com/questions/331397", "https://askubuntu.com", "https://askubuntu.com/users/183275/" ]
Using the "Erase entire disk", will erase all partitions. Since you're new, I would recommend to start with dual booting with Windows first. Get used to Ubuntu and then you may decide later to remove Windows completely. This is especially recommended if you do not have recovery media or another means of reinstalling W...
Yes, it will. I've switched from windows 8 to Ubuntu a lot. It will destroy your recovery partition, but it is worth it. SO WORTH IT! You should totally go through with your Ubuntu installation. You will be happy with what you get from it!
331,397
I'm considering ditching Windows 8 and doing a fully clean install of Ubuntu. However, I'm concerned because my computer came with a built-in 16 GB recovery partition that would need to be erased as well. If I pick the "erase entire disk" option during installation, will it wipe out this recovery partition too?
2013/08/11
[ "https://askubuntu.com/questions/331397", "https://askubuntu.com", "https://askubuntu.com/users/183275/" ]
Using the "Erase entire disk", will erase all partitions. Since you're new, I would recommend to start with dual booting with Windows first. Get used to Ubuntu and then you may decide later to remove Windows completely. This is especially recommended if you do not have recovery media or another means of reinstalling W...
If you select the option "erase entire disk" option your entire disk partition scheme will be erased and the entire disk space will be alloted to Ubuntu. To prevent this you can try using "advanced partitioning tool" during formatting.
25,511
> > **Possible Duplicate:** > > [How can I sync the bookmarks in the web browser?](https://android.stackexchange.com/questions/1452/how-can-i-sync-the-bookmarks-in-the-web-browser) > > > Since I'm a big Google user, I'm used to everything ([Google Contacts](http://en.wikipedia.org/wiki/Google_Contacts), etc.) ...
2010/02/26
[ "https://android.stackexchange.com/questions/25511", "https://android.stackexchange.com", "https://android.stackexchange.com/users/-1/" ]
The Dolphin mobile browser is supposed to have built-in Google Bookmarks sync capability.
There are quite a number of ways to sync bookmarks to your Android phone. If you're looking for one-click-import, check out the [MyBookmarks](https://play.google.com/store/apps/details?id=org.dant.MyBookmarks) app for Android. If you use Opera on your desktop, I think it lets you save your bookmarks on the cloud. You ...
25,511
> > **Possible Duplicate:** > > [How can I sync the bookmarks in the web browser?](https://android.stackexchange.com/questions/1452/how-can-i-sync-the-bookmarks-in-the-web-browser) > > > Since I'm a big Google user, I'm used to everything ([Google Contacts](http://en.wikipedia.org/wiki/Google_Contacts), etc.) ...
2010/02/26
[ "https://android.stackexchange.com/questions/25511", "https://android.stackexchange.com", "https://android.stackexchange.com/users/-1/" ]
The Dolphin mobile browser is supposed to have built-in Google Bookmarks sync capability.
If you use Firefox, you might want to take a look at Firefox 4 and [Firefox 4 Mobile](http://www.mozilla.com/mobile). Both have [Firefox Sync](https://wiki.mozilla.org/Firefox_Sync) built-in, syncing bookmarks and browser history across various desktop installations of Firefox as well as on your mobile. It's enough of...
25,511
> > **Possible Duplicate:** > > [How can I sync the bookmarks in the web browser?](https://android.stackexchange.com/questions/1452/how-can-i-sync-the-bookmarks-in-the-web-browser) > > > Since I'm a big Google user, I'm used to everything ([Google Contacts](http://en.wikipedia.org/wiki/Google_Contacts), etc.) ...
2010/02/26
[ "https://android.stackexchange.com/questions/25511", "https://android.stackexchange.com", "https://android.stackexchange.com/users/-1/" ]
The Dolphin mobile browser is supposed to have built-in Google Bookmarks sync capability.
I use Chrome on my computer, and Opera on my Android. So I installed Opera on my computer, opened Chrome's Bookmark Manager, exported bookmarks to a Chrome HTML document, started up Opera on the computer, imported Firefox bookmarks (no Chrome option, but Firefox option works), then synced to my Android's Opera. I'm ass...
2,338
How does algebra relate to this chess notation? Why do they call this chess notation **algebraic**?
2013/05/02
[ "https://chess.stackexchange.com/questions/2338", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/687/" ]
I think that Jonathan Garber is right. Much of algebra has to do with equation in an x y coordinate plane which is very similar to the way that algebraic notation denotes specific squares on the board. I have however not been able to find any specific source of the information.
Algebra is more than simply a branch of mathematics. The central element of it is using symbols as abstractions, the way the notation uses letters and numbers to represent the squares, as opposed to the systems where the square is more concretely described, as "King Bishop 4" for example.
2,338
How does algebra relate to this chess notation? Why do they call this chess notation **algebraic**?
2013/05/02
[ "https://chess.stackexchange.com/questions/2338", "https://chess.stackexchange.com", "https://chess.stackexchange.com/users/687/" ]
I think that Jonathan Garber is right. Much of algebra has to do with equation in an x y coordinate plane which is very similar to the way that algebraic notation denotes specific squares on the board. I have however not been able to find any specific source of the information.
Algebraic notation is quite old. It is based on a system created by Philipp Stamma (c.1705–55) *before* descriptive notation started to evolve. There is no indication that anyone with a mathematical background had anything to do with its development or spreading, so my best guess is that they called it "algebraic" simp...
10,948,472
<http://markallanson.net/wordpress/index.php/category/rsmb/> I was trying to follow the above link for setting up mqtt as a windows service to run silently at background. but, can't follow what the author wants to say in step one and two. neither there is any space for comments/questions. I want to do this so that I...
2012/06/08
[ "https://Stackoverflow.com/questions/10948472", "https://Stackoverflow.com", "https://Stackoverflow.com/users/884674/" ]
I can't answer your specific question, but I can recommend the winsw "windows service wrapper" package to turn any executable into a service: <http://kenai.com/projects/winsw> I can also tell you that the Windows install of the mosquitto mqtt broker ( <http://mosquitto.org/>) installs itself as a service automatically...
I'm quite surprised you couldn't ask the question on the original post - there is a comments form on it - <http://markallanson.net/wordpress/index.php/2009/running-ibms-really-small-message-broker-on-windows/> Do you have the Windows Server 2003 Resource Kit installed? have you unzipped RSMB as the author describes? i...
85,520
I was asked to supervise a team of undergrad students who are taking part in a case competition. I decided to look through the competition website to find out more about what is expected of a faculty advisor. The website writes: > > The primary role of the faculty advisor is to provide direction, advice and guidance...
2017/02/23
[ "https://academia.stackexchange.com/questions/85520", "https://academia.stackexchange.com", "https://academia.stackexchange.com/users/8802/" ]
I have only worked as a TA to help students on an individual exercise basis, but I think the idea is kind of similar to this. In the case of a competition like this I can only speak from my role as being supervised. However, I would say that the most important thing is to ask questions, such as "Why do you think that ...
The German project *[Jugend hackt](https://jugendhackt.org)* *(= youth hacks)* has a very similar approach. Mentors shall only support and provide advice and guidance but not contribute to the coding projects of the participants. In practice this means, that you assist them by finding their topic/project by chairing t...
46,751
A friend of mine who has water-treatment engineering degree recently moved to another country but struggles to find a job in his field. Because he did not want to stay at home unemployed (and because stealing food is not an option), he took a minimum-wage job (salesman in a small shop) that has nothing to do with his s...
2015/05/17
[ "https://workplace.stackexchange.com/questions/46751", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/13362/" ]
One advantage of mentioning the current unrelated job is that it shows that you are employed in city X. Instead of showing that your current job is in another country, or that your most recent job ended last year. It also shows that you have the necessary work permits for the country where you are looking for a job.
Avoid mentioning jobs that *may* hurt your overall job chances. Generally speaking, this is great "add-on" information that an interviewer can elicit from you("Have you ever taken a service-sector or low-paying job, to make ends meet?" - INSERT\_STORY ) . But I would not put fast-food jobs on a page with more professi...
46,751
A friend of mine who has water-treatment engineering degree recently moved to another country but struggles to find a job in his field. Because he did not want to stay at home unemployed (and because stealing food is not an option), he took a minimum-wage job (salesman in a small shop) that has nothing to do with his s...
2015/05/17
[ "https://workplace.stackexchange.com/questions/46751", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/13362/" ]
Your friend shouldn't mention the low paying, unrelated job on his Linkedin profile. The idea is to keep the Linkedin profile consistent and on point and to send a clear message through that consistency and that relevance. Your friend can always explain himself at the interview stage. It's not about being ashamed, it'...
Avoid mentioning jobs that *may* hurt your overall job chances. Generally speaking, this is great "add-on" information that an interviewer can elicit from you("Have you ever taken a service-sector or low-paying job, to make ends meet?" - INSERT\_STORY ) . But I would not put fast-food jobs on a page with more professi...
46,751
A friend of mine who has water-treatment engineering degree recently moved to another country but struggles to find a job in his field. Because he did not want to stay at home unemployed (and because stealing food is not an option), he took a minimum-wage job (salesman in a small shop) that has nothing to do with his s...
2015/05/17
[ "https://workplace.stackexchange.com/questions/46751", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/13362/" ]
One advantage of mentioning the current unrelated job is that it shows that you are employed in city X. Instead of showing that your current job is in another country, or that your most recent job ended last year. It also shows that you have the necessary work permits for the country where you are looking for a job.
Your friend shouldn't mention the low paying, unrelated job on his Linkedin profile. The idea is to keep the Linkedin profile consistent and on point and to send a clear message through that consistency and that relevance. Your friend can always explain himself at the interview stage. It's not about being ashamed, it'...
48,364,651
I have a checkbox list, with the following options Option A Option B Option C If the user select Option A, it must return View A, if the user select Option B, it must return View B and so on. But here is the catch - if the user select Option A and Option B together, it must return View A in one tab and View B in one...
2018/01/21
[ "https://Stackoverflow.com/questions/48364651", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2230088/" ]
Each time a minion connects to the master there is an event on the event bus which you can react upon. [Reactor](https://docs.saltstack.com/en/latest/topics/reactor/#mapping-events-to-reactor-sls-files) This is the main difference between Ansible and Saltstack. In order to do what you want, I would react on each min...
The [answer](https://github.com/saltstack/salt/issues/45813#issuecomment-362304134) from [Daniel Wallace](https://github.com/gtmanfred) (salt developper): > > That is not possible. > > > The minions connect to the publish port/bus and the master puts new > jobs on that bus. Then the minion picks it up and runs the...
49,491,800
as I understand, If the security key returned by the tester (client) is correct the ECU will respond with a positive UDS-response. After this the tester will be granted security access at the requested security level. **my question is : what's the purpose of security level if tester will always be granted security acc...
2018/03/26
[ "https://Stackoverflow.com/questions/49491800", "https://Stackoverflow.com", "https://Stackoverflow.com/users/4838002/" ]
Security Access works using a shared-secret between ECU and authorized tester (secret algorithm/private key). The purpose is to restrict access to certain services/subfunctions by i.e. unauthorized tester/tools (3rd party) or users lacking certain access rights. To request Security Access, the tester will first send a...
UDS is not a AUTOSAR only concept, it was defined long ago as ISO-14229. There can be more than one Security Level. Usually, they are also a bit bound to the Diagnostic Sessions. Each Session can have a separate Security Level, with different Seed/Key and/or SecurityAlgorithms: \* ProgrammingSession -> SecurityLevel 1...
944
Specifically stackoverflow and serverfault. Is that possible? It sure would be convenient for scripting purposes.
2009/06/30
[ "https://meta.stackexchange.com/questions/944", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/116/" ]
I would LOVE to see this happen. I realize that it's probably too late in the game to change the user IDs on ServerFault, but back when it was first announced I had the idea that a user would have a single account (with, incidentally, a single ID) that existed on all the sites. Separate posts, rep, badges, etc. but bas...
From a database perspective, this seems impossible at this point (well, not impossible, but practically given the amount of work necessary). I imagine that user id is the identity field in the user table and it serves as a foreign key to other information stored in other tables. So changing that user id would mean cha...
944
Specifically stackoverflow and serverfault. Is that possible? It sure would be convenient for scripting purposes.
2009/06/30
[ "https://meta.stackexchange.com/questions/944", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/116/" ]
We had a vision of a unique OpenID identifier as the "key" to all three sites, but Google's "every domain gets their own hashed OpenID" has kind of thrown a huge monkey wrench into that. :( Edit: we now have fairly robust cross-site account association that even works with Google (see your accounts tab), but I realize...
I would LOVE to see this happen. I realize that it's probably too late in the game to change the user IDs on ServerFault, but back when it was first announced I had the idea that a user would have a single account (with, incidentally, a single ID) that existed on all the sites. Separate posts, rep, badges, etc. but bas...
944
Specifically stackoverflow and serverfault. Is that possible? It sure would be convenient for scripting purposes.
2009/06/30
[ "https://meta.stackexchange.com/questions/944", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/116/" ]
We had a vision of a unique OpenID identifier as the "key" to all three sites, but Google's "every domain gets their own hashed OpenID" has kind of thrown a huge monkey wrench into that. :( Edit: we now have fairly robust cross-site account association that even works with Google (see your accounts tab), but I realize...
From a database perspective, this seems impossible at this point (well, not impossible, but practically given the amount of work necessary). I imagine that user id is the identity field in the user table and it serves as a foreign key to other information stored in other tables. So changing that user id would mean cha...
96,860
Now this one is tough, i have talked to so many people and i have tried to search so much. I saw a film when i was a kid, it was this strangest thing. In my country the film was actually called "man of steel" / "Stålmannen" :In Norwegian (Though i do not know what title this film had in English, but in my language the...
2015/07/29
[ "https://scifi.stackexchange.com/questions/96860", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/48893/" ]
Some other Japanese tv & movie suggestions: Jet Jaguar (man sized flying robot, hijacked by Seatopians to lead monster Megalon....but breaks free from their control, then grows to giant size and assists Godzilla in battling Megalon & Gigan) appears in movie "Godzilla vs Megalon" (1973). "Zone Fighter". 1973 Toho stu...
[*Dinosaur War Izenborg*](https://en.wikipedia.org/wiki/Dinosaur_War_Izenborg). It's an old anime series We had it when we were kids but dubbed in Arabic (*الرجل الحديدي*, *The man of steel/man of iron*). I hope this is what you were talking about.
96,860
Now this one is tough, i have talked to so many people and i have tried to search so much. I saw a film when i was a kid, it was this strangest thing. In my country the film was actually called "man of steel" / "Stålmannen" :In Norwegian (Though i do not know what title this film had in English, but in my language the...
2015/07/29
[ "https://scifi.stackexchange.com/questions/96860", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/48893/" ]
After consulting with a friend who knows more about Japanese TV shows of that period, I have another candidate: The 1978 series [Dinosaur Corps Koseidon](https://en.wikipedia.org/wiki/Dinosaur_Corps_Koseidon). This show features Koseider, a [hero in a suit with a helmet](http://ultra.wikia.com/wiki/Koseidon) who fight...
[*Dinosaur War Izenborg*](https://en.wikipedia.org/wiki/Dinosaur_War_Izenborg). It's an old anime series We had it when we were kids but dubbed in Arabic (*الرجل الحديدي*, *The man of steel/man of iron*). I hope this is what you were talking about.
96,860
Now this one is tough, i have talked to so many people and i have tried to search so much. I saw a film when i was a kid, it was this strangest thing. In my country the film was actually called "man of steel" / "Stålmannen" :In Norwegian (Though i do not know what title this film had in English, but in my language the...
2015/07/29
[ "https://scifi.stackexchange.com/questions/96860", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/48893/" ]
Some other Japanese tv & movie suggestions: Jet Jaguar (man sized flying robot, hijacked by Seatopians to lead monster Megalon....but breaks free from their control, then grows to giant size and assists Godzilla in battling Megalon & Gigan) appears in movie "Godzilla vs Megalon" (1973). "Zone Fighter". 1973 Toho stu...
Spectra man is what you're looking for: ![enter image description here](https://i.stack.imgur.com/3Feu6.jpg)
96,860
Now this one is tough, i have talked to so many people and i have tried to search so much. I saw a film when i was a kid, it was this strangest thing. In my country the film was actually called "man of steel" / "Stålmannen" :In Norwegian (Though i do not know what title this film had in English, but in my language the...
2015/07/29
[ "https://scifi.stackexchange.com/questions/96860", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/48893/" ]
After consulting with a friend who knows more about Japanese TV shows of that period, I have another candidate: The 1978 series [Dinosaur Corps Koseidon](https://en.wikipedia.org/wiki/Dinosaur_Corps_Koseidon). This show features Koseider, a [hero in a suit with a helmet](http://ultra.wikia.com/wiki/Koseidon) who fight...
I know what you are referring to.. its a series not a movie.. Sorry it's dubbed in Arabic
96,860
Now this one is tough, i have talked to so many people and i have tried to search so much. I saw a film when i was a kid, it was this strangest thing. In my country the film was actually called "man of steel" / "Stålmannen" :In Norwegian (Though i do not know what title this film had in English, but in my language the...
2015/07/29
[ "https://scifi.stackexchange.com/questions/96860", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/48893/" ]
if the title is Man of Steel may I point you to the Taiwanese film adaptation of the Tokusatsu series "Super Robot Mach Baron'"? That has the alternate title of "Man of Iron" in English or "Iron Superman" [enter link description here](https://i.stack.imgur.com/BbLu9.jpg) [1](https://i.stack.imgur.com/BbLu9.jpg): th...
I know what you are referring to.. its a series not a movie.. Sorry it's dubbed in Arabic
96,860
Now this one is tough, i have talked to so many people and i have tried to search so much. I saw a film when i was a kid, it was this strangest thing. In my country the film was actually called "man of steel" / "Stålmannen" :In Norwegian (Though i do not know what title this film had in English, but in my language the...
2015/07/29
[ "https://scifi.stackexchange.com/questions/96860", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/48893/" ]
if the title is Man of Steel may I point you to the Taiwanese film adaptation of the Tokusatsu series "Super Robot Mach Baron'"? That has the alternate title of "Man of Iron" in English or "Iron Superman" [enter link description here](https://i.stack.imgur.com/BbLu9.jpg) [1](https://i.stack.imgur.com/BbLu9.jpg): th...
[*Dinosaur War Izenborg*](https://en.wikipedia.org/wiki/Dinosaur_War_Izenborg). It's an old anime series We had it when we were kids but dubbed in Arabic (*الرجل الحديدي*, *The man of steel/man of iron*). I hope this is what you were talking about.
96,860
Now this one is tough, i have talked to so many people and i have tried to search so much. I saw a film when i was a kid, it was this strangest thing. In my country the film was actually called "man of steel" / "Stålmannen" :In Norwegian (Though i do not know what title this film had in English, but in my language the...
2015/07/29
[ "https://scifi.stackexchange.com/questions/96860", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/48893/" ]
Could it be [Ultraman](https://en.wikipedia.org/wiki/Ultraman)? This was from the 60s. [![enter image description here](https://i.stack.imgur.com/u8Ujg.jpg)](https://i.stack.imgur.com/u8Ujg.jpg)
I know what you are referring to.. its a series not a movie.. Sorry it's dubbed in Arabic
96,860
Now this one is tough, i have talked to so many people and i have tried to search so much. I saw a film when i was a kid, it was this strangest thing. In my country the film was actually called "man of steel" / "Stålmannen" :In Norwegian (Though i do not know what title this film had in English, but in my language the...
2015/07/29
[ "https://scifi.stackexchange.com/questions/96860", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/48893/" ]
Guyver was roughly from the 80's as well. This is the first episode of the anime which aired in ~1989. ---
Spectra man is what you're looking for: ![enter image description here](https://i.stack.imgur.com/3Feu6.jpg)
96,860
Now this one is tough, i have talked to so many people and i have tried to search so much. I saw a film when i was a kid, it was this strangest thing. In my country the film was actually called "man of steel" / "Stålmannen" :In Norwegian (Though i do not know what title this film had in English, but in my language the...
2015/07/29
[ "https://scifi.stackexchange.com/questions/96860", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/48893/" ]
The year you remember seeing it in is way off, but this sounds a lot like the 1998 Japanese live-action film [Dark Soldier D](https://en.wikipedia.org/wiki/Dark_Soldier_D). There aren't many good pictures from it online, but [an image of the robot](http://ecx.images-amazon.com/images/I/51BJP8RG44L.jpg) on the DVD cover...
I know what you are referring to.. its a series not a movie.. Sorry it's dubbed in Arabic
96,860
Now this one is tough, i have talked to so many people and i have tried to search so much. I saw a film when i was a kid, it was this strangest thing. In my country the film was actually called "man of steel" / "Stålmannen" :In Norwegian (Though i do not know what title this film had in English, but in my language the...
2015/07/29
[ "https://scifi.stackexchange.com/questions/96860", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/48893/" ]
The year you remember seeing it in is way off, but this sounds a lot like the 1998 Japanese live-action film [Dark Soldier D](https://en.wikipedia.org/wiki/Dark_Soldier_D). There aren't many good pictures from it online, but [an image of the robot](http://ecx.images-amazon.com/images/I/51BJP8RG44L.jpg) on the DVD cover...
Spectra man is what you're looking for: ![enter image description here](https://i.stack.imgur.com/3Feu6.jpg)
97,883
I was installing shelving in my closets, when drilled a hole into studs, the lights flickered momentarily for 2 seconds. I stopped drilling, and everything else seems fine now. The circuit didn't break and the lights are no longer flickering. There doesn't seem to be any sockets around the switch. Should I call an...
2016/08/22
[ "https://diy.stackexchange.com/questions/97883", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/59139/" ]
There are three options, some already mentioned. * You were drawing too much power the power line could provide. You can try it by drilling into similar material and watch the lights. If it will flicker you should turn off another device (washer, fridge,...) for a while. If not I have bad news for you... * You wer...
Since this is closet, there seems to be no real reason not to go ahead and remove the wallboard (or plaster and lath) a few inches to each side of the stud and see if there is a wire there. You should probably get a [non-contact voltage detector](http://www.myhardwaresupply.com/store/p/20448-Voltage-Detector-Non-contac...
97,883
I was installing shelving in my closets, when drilled a hole into studs, the lights flickered momentarily for 2 seconds. I stopped drilling, and everything else seems fine now. The circuit didn't break and the lights are no longer flickering. There doesn't seem to be any sockets around the switch. Should I call an...
2016/08/22
[ "https://diy.stackexchange.com/questions/97883", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/59139/" ]
Since this is closet, there seems to be no real reason not to go ahead and remove the wallboard (or plaster and lath) a few inches to each side of the stud and see if there is a wire there. You should probably get a [non-contact voltage detector](http://www.myhardwaresupply.com/store/p/20448-Voltage-Detector-Non-contac...
Yes. Be *very* worried. Keep everyone away from the closet/hole... When you can, turn off the house's main isolating switch, and make sure nobody can turn it on while you work. Tape over the hole with electrical tape. Leave the mains switched off if you can. *CALL AN ELECTRICIAN* to repair the damage you've done to...
97,883
I was installing shelving in my closets, when drilled a hole into studs, the lights flickered momentarily for 2 seconds. I stopped drilling, and everything else seems fine now. The circuit didn't break and the lights are no longer flickering. There doesn't seem to be any sockets around the switch. Should I call an...
2016/08/22
[ "https://diy.stackexchange.com/questions/97883", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/59139/" ]
Since this is closet, there seems to be no real reason not to go ahead and remove the wallboard (or plaster and lath) a few inches to each side of the stud and see if there is a wire there. You should probably get a [non-contact voltage detector](http://www.myhardwaresupply.com/store/p/20448-Voltage-Detector-Non-contac...
I'm thinking about something else than drilling into a wire. The power used by your drill could've been high and made the light flicker because it was nearly the maximum this power line could provide.
97,883
I was installing shelving in my closets, when drilled a hole into studs, the lights flickered momentarily for 2 seconds. I stopped drilling, and everything else seems fine now. The circuit didn't break and the lights are no longer flickering. There doesn't seem to be any sockets around the switch. Should I call an...
2016/08/22
[ "https://diy.stackexchange.com/questions/97883", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/59139/" ]
If you don't want to start taking walls down (it can be a very time consuming job, especially the clean-up afterwards) to have a look, I would suggest calling an electrician in and asking them to run an insulation safety check. They have a device that they can just plug into your wiring that remote checks the insulatio...
You can obtain a [wire tracer like this one](https://www.youtube.com/watch?v=mJGqh-XJVpk). It might cost about as much as the time to knock a hole and repair it, but it should be quicker.
97,883
I was installing shelving in my closets, when drilled a hole into studs, the lights flickered momentarily for 2 seconds. I stopped drilling, and everything else seems fine now. The circuit didn't break and the lights are no longer flickering. There doesn't seem to be any sockets around the switch. Should I call an...
2016/08/22
[ "https://diy.stackexchange.com/questions/97883", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/59139/" ]
So you now have an electrified shelf that alerts you when your kids try to get to their Christmas presents before Santa delivers them. What's so bad? :) [Craftsman Wall Scanner with AC Wire Warning](http://www.sears.com/craftsman-wall-scanner-with-ac-wirewarning/p-00949067000P?sid=IDx01192011x000001&gclid=CPjgppXq1c4C...
I'm thinking about something else than drilling into a wire. The power used by your drill could've been high and made the light flicker because it was nearly the maximum this power line could provide.
97,883
I was installing shelving in my closets, when drilled a hole into studs, the lights flickered momentarily for 2 seconds. I stopped drilling, and everything else seems fine now. The circuit didn't break and the lights are no longer flickering. There doesn't seem to be any sockets around the switch. Should I call an...
2016/08/22
[ "https://diy.stackexchange.com/questions/97883", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/59139/" ]
So you stopped drilling and it got better. Of course, if you put in a screw it might get worse in a hurry. Best bet is that you nicked the insulation on a wire or wires - either from drilling too deep, determinedly drilling though something that was supposed to prevent you (or warn you by being difficult to drill, co...
Yes. Be *very* worried. Keep everyone away from the closet/hole... When you can, turn off the house's main isolating switch, and make sure nobody can turn it on while you work. Tape over the hole with electrical tape. Leave the mains switched off if you can. *CALL AN ELECTRICIAN* to repair the damage you've done to...
97,883
I was installing shelving in my closets, when drilled a hole into studs, the lights flickered momentarily for 2 seconds. I stopped drilling, and everything else seems fine now. The circuit didn't break and the lights are no longer flickering. There doesn't seem to be any sockets around the switch. Should I call an...
2016/08/22
[ "https://diy.stackexchange.com/questions/97883", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/59139/" ]
Since this is closet, there seems to be no real reason not to go ahead and remove the wallboard (or plaster and lath) a few inches to each side of the stud and see if there is a wire there. You should probably get a [non-contact voltage detector](http://www.myhardwaresupply.com/store/p/20448-Voltage-Detector-Non-contac...
If you don't want to start taking walls down (it can be a very time consuming job, especially the clean-up afterwards) to have a look, I would suggest calling an electrician in and asking them to run an insulation safety check. They have a device that they can just plug into your wiring that remote checks the insulatio...
97,883
I was installing shelving in my closets, when drilled a hole into studs, the lights flickered momentarily for 2 seconds. I stopped drilling, and everything else seems fine now. The circuit didn't break and the lights are no longer flickering. There doesn't seem to be any sockets around the switch. Should I call an...
2016/08/22
[ "https://diy.stackexchange.com/questions/97883", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/59139/" ]
So you now have an electrified shelf that alerts you when your kids try to get to their Christmas presents before Santa delivers them. What's so bad? :) [Craftsman Wall Scanner with AC Wire Warning](http://www.sears.com/craftsman-wall-scanner-with-ac-wirewarning/p-00949067000P?sid=IDx01192011x000001&gclid=CPjgppXq1c4C...
Yes. Be *very* worried. Keep everyone away from the closet/hole... When you can, turn off the house's main isolating switch, and make sure nobody can turn it on while you work. Tape over the hole with electrical tape. Leave the mains switched off if you can. *CALL AN ELECTRICIAN* to repair the damage you've done to...
97,883
I was installing shelving in my closets, when drilled a hole into studs, the lights flickered momentarily for 2 seconds. I stopped drilling, and everything else seems fine now. The circuit didn't break and the lights are no longer flickering. There doesn't seem to be any sockets around the switch. Should I call an...
2016/08/22
[ "https://diy.stackexchange.com/questions/97883", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/59139/" ]
If you don't want to start taking walls down (it can be a very time consuming job, especially the clean-up afterwards) to have a look, I would suggest calling an electrician in and asking them to run an insulation safety check. They have a device that they can just plug into your wiring that remote checks the insulatio...
Yes. Be *very* worried. Keep everyone away from the closet/hole... When you can, turn off the house's main isolating switch, and make sure nobody can turn it on while you work. Tape over the hole with electrical tape. Leave the mains switched off if you can. *CALL AN ELECTRICIAN* to repair the damage you've done to...
97,883
I was installing shelving in my closets, when drilled a hole into studs, the lights flickered momentarily for 2 seconds. I stopped drilling, and everything else seems fine now. The circuit didn't break and the lights are no longer flickering. There doesn't seem to be any sockets around the switch. Should I call an...
2016/08/22
[ "https://diy.stackexchange.com/questions/97883", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/59139/" ]
So you now have an electrified shelf that alerts you when your kids try to get to their Christmas presents before Santa delivers them. What's so bad? :) [Craftsman Wall Scanner with AC Wire Warning](http://www.sears.com/craftsman-wall-scanner-with-ac-wirewarning/p-00949067000P?sid=IDx01192011x000001&gclid=CPjgppXq1c4C...
You can obtain a [wire tracer like this one](https://www.youtube.com/watch?v=mJGqh-XJVpk). It might cost about as much as the time to knock a hole and repair it, but it should be quicker.
309,142
I'm using the following [two rf433 modules](http://i0.wp.com/randomnerdtutorials.com/wp-content/uploads/2015/05/433-Copy.jpg?resize=450%2C251) in combination with two Arduino Unos. After testing them both at 5V (in combination with the RadioHead library), which worked, I decided to test the improvement in the range, w...
2017/06/05
[ "https://electronics.stackexchange.com/questions/309142", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/137122/" ]
If you are going to use a BS170, use it like this (with the PCA driver configured as a totem pole output): - [![enter image description here](https://i.stack.imgur.com/EDEFi.gif)](https://i.stack.imgur.com/EDEFi.gif) At the moment you have the source connected to the positive rail and the internal body diode will con...
If your IC is an open-drain, then you are required to pull that pin to 5V with a resistor. The resistor value will determine the rise time of the high signal. Right now, all your PWM is doing is toggling between 'floating' and GND, when it should be 'high' and GND.
430,804
I have home internet access via Comcast/Xfinity and the router below providing wifi to multiple devices - laptops, iPads, iPhones, iPod Touch. Macs. What is the best way to monitor and record the URLs called by device to establish or monitor browsing history? I'm the admin so have root access to the router via Ethern...
2012/05/30
[ "https://superuser.com/questions/430804", "https://superuser.com", "https://superuser.com/users/137197/" ]
Use OpenDNS as your upstream DNS server on your router. **How it works:** Every device that uses this router will get it's DHCP lease from the router, which will say send me all your DNS queries. The router will forward them all to the OpenDNS servers. You can then log into their web portal to set parental control...
There are a fair number of ways to do what you're after, but most of them are somewhat technical. If you can get an intermediate router between your internet connection and your LAN and put DD-WRT on it, you could use [this guide](http://www.makeuseof.com/tag/paranoid-monitoring-networks-comings-goings-wallwatcher-ddwr...
67,490
OK, I am trying to remember a paperback I read back in the 70s. The plot was very disjointed, so maybe it was one of those books written as a spoof by multiple authors who did not communicate with each other, like **Naked Came the Stranger** or **Atlanta Nights**. All I remember is that the protagonist was just called ...
2014/09/10
[ "https://scifi.stackexchange.com/questions/67490", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/32615/" ]
I can recall no details of the plot - I disliked the book very much-, but some other features made me think of "[Deus Irae](https://en.wikipedia.org/wiki/Deus_Irae)". * By two authors - Philip K Dick and Roger Zelazny * Disjointed - according to the wikipedia article (link above) the authors worked on it sporadically ...
Was it "A boy and his dog?" I don't remember the swamp, but it had a unique writing style and came out in 1975. The characters name was "Vic" but It could have mostly been "boy." Edit: sorry, the movie came out in 1975, I guess the book (novella) came out in 1969...
1,940,868
How do I say an MXML component is inside some package? Well, it's in a different folder... I know how to do it ActionScript... But when I do in MXML I don't declare the package explicitly because I don't know how, and when I call it to my application, it states that > > The prefix "package" for element > "package:C...
2009/12/21
[ "https://Stackoverflow.com/questions/1940868", "https://Stackoverflow.com", "https://Stackoverflow.com/users/221393/" ]
Hope this helps. For a component just create it in a new folder and from your base class when your invoking that component just invoke it with a new namespace. e.g if you create a new component say employee\_list.mxml in src/component folder and if you have your main app file ALL\_EMP.mxml in src/ folder then to invo...
Check out the [screencast for the Components chapter](http://www.firststepsinflex.com) of First Steps in Flex. It explains this in detail.
251,408
Andrew Barber closed a question regarding GCM servers. My question is at [this link](https://stackoverflow.com/questions/22738566/how-to-implement-a-java-gcm-app-server). In my opinion the question is not vague. I have been researching the issue for a couple of weeks. It's about a gaping hole in the Google GCM docs re...
2014/04/20
[ "https://meta.stackoverflow.com/questions/251408", "https://meta.stackoverflow.com", "https://meta.stackoverflow.com/users/1058647/" ]
That's great. It shows that you didn't bother to read the close reason. > > **Too broad**: There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs. > > > So, your ques...
Now that I have researched the issue by finding some very good information sources, I know the answer to my "broad" question. The following is the correct (or at least very good) answer to my posted question . . . "The example code in the docs will run under Apache Tomcat pretty much as is. It could also run as a stan...