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
8,780
What should be proper validations for text fields like country, State, city i.e. can it be only characters or alphanumeric or can it also include special characters
2014/06/04
[ "https://sqa.stackexchange.com/questions/8780", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/6797/" ]
It really depends on your project. I'll try to give you some hints, but it can't be comprehensive. **Localization** First thing to take into account is the localization. If your fields can be used by a customer from any country, you must consider allowing non alphanumeric characters, and therefore test it. This can l...
At least, it should be alphanumeric, plus ',', '.', '-', '#', '/' (e.g. "Washington, D.C", or "New-York"). Possibly there could be more special characters, and in some cases it could allow hieroglyphs. The most accurate answer for your question should be in specification of the product you test. And if there is none, t...
8,780
What should be proper validations for text fields like country, State, city i.e. can it be only characters or alphanumeric or can it also include special characters
2014/06/04
[ "https://sqa.stackexchange.com/questions/8780", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/6797/" ]
It should be depends on your application, in your application country field should be dropdown values means system has to filter state based on country which user selected. Else country should be text field means it should accept character, some special characters etc
please check this link from w3schools..... [java script validations](http://www.w3schools.com/js/js_form_validation.asp) thanks **Prakash Nanda**
8,780
What should be proper validations for text fields like country, State, city i.e. can it be only characters or alphanumeric or can it also include special characters
2014/06/04
[ "https://sqa.stackexchange.com/questions/8780", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/6797/" ]
It really depends on your project. I'll try to give you some hints, but it can't be comprehensive. **Localization** First thing to take into account is the localization. If your fields can be used by a customer from any country, you must consider allowing non alphanumeric characters, and therefore test it. This can l...
It should be depends on your application, in your application country field should be dropdown values means system has to filter state based on country which user selected. Else country should be text field means it should accept character, some special characters etc
8,780
What should be proper validations for text fields like country, State, city i.e. can it be only characters or alphanumeric or can it also include special characters
2014/06/04
[ "https://sqa.stackexchange.com/questions/8780", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/6797/" ]
It should allow some specific special characters which are used in Country/state names. According to me, best option would be providing values in a drop-down, so that user can select desired value from the drop-down and you can put a generic validation message like "Country is required."
please check this link from w3schools..... [java script validations](http://www.w3schools.com/js/js_form_validation.asp) thanks **Prakash Nanda**
8,780
What should be proper validations for text fields like country, State, city i.e. can it be only characters or alphanumeric or can it also include special characters
2014/06/04
[ "https://sqa.stackexchange.com/questions/8780", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/6797/" ]
It really depends on your project. I'll try to give you some hints, but it can't be comprehensive. **Localization** First thing to take into account is the localization. If your fields can be used by a customer from any country, you must consider allowing non alphanumeric characters, and therefore test it. This can l...
It should allow some specific special characters which are used in Country/state names. According to me, best option would be providing values in a drop-down, so that user can select desired value from the drop-down and you can put a generic validation message like "Country is required."
8,780
What should be proper validations for text fields like country, State, city i.e. can it be only characters or alphanumeric or can it also include special characters
2014/06/04
[ "https://sqa.stackexchange.com/questions/8780", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/6797/" ]
So I will try and put an extensive answer to this. The first issue is that this is a text box where an end user can insert data as they please. Boundary Testing ---------------- Start with [boundary testing](http://en.wikipedia.org/wiki/Boundary_testing), by this I mean find from the business what should be allowed a...
please check this link from w3schools..... [java script validations](http://www.w3schools.com/js/js_form_validation.asp) thanks **Prakash Nanda**
8,780
What should be proper validations for text fields like country, State, city i.e. can it be only characters or alphanumeric or can it also include special characters
2014/06/04
[ "https://sqa.stackexchange.com/questions/8780", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/6797/" ]
It really depends on your project. I'll try to give you some hints, but it can't be comprehensive. **Localization** First thing to take into account is the localization. If your fields can be used by a customer from any country, you must consider allowing non alphanumeric characters, and therefore test it. This can l...
please check this link from w3schools..... [java script validations](http://www.w3schools.com/js/js_form_validation.asp) thanks **Prakash Nanda**
8,780
What should be proper validations for text fields like country, State, city i.e. can it be only characters or alphanumeric or can it also include special characters
2014/06/04
[ "https://sqa.stackexchange.com/questions/8780", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/6797/" ]
It really depends on your project. I'll try to give you some hints, but it can't be comprehensive. **Localization** First thing to take into account is the localization. If your fields can be used by a customer from any country, you must consider allowing non alphanumeric characters, and therefore test it. This can l...
So I will try and put an extensive answer to this. The first issue is that this is a text box where an end user can insert data as they please. Boundary Testing ---------------- Start with [boundary testing](http://en.wikipedia.org/wiki/Boundary_testing), by this I mean find from the business what should be allowed a...
3,196,020
I want to dive into developing applications for the Mac and later also for the iPhone. For me as a Rubyist it is clear that I learn both, MacRuby and Objective-C. The question is only in which order I should do that. Is it easier to learn Objective-C first and then combine the knowledge of both worlds and start learnin...
2010/07/07
[ "https://Stackoverflow.com/questions/3196020", "https://Stackoverflow.com", "https://Stackoverflow.com/users/114490/" ]
Learn Objective-C first. I was in your position and I tried to do MacRuby and didn't get much of anywhere. Now that I've done some Objective-C development, MacRuby is easy, and it's a nice relief to get back to ruby syntax.
Start with Objective C. I tried starting with MacRuby and was floored by the unnecessary underscores in method names. After learning Objective C, I understand MacRuby a lot better.
3,196,020
I want to dive into developing applications for the Mac and later also for the iPhone. For me as a Rubyist it is clear that I learn both, MacRuby and Objective-C. The question is only in which order I should do that. Is it easier to learn Objective-C first and then combine the knowledge of both worlds and start learnin...
2010/07/07
[ "https://Stackoverflow.com/questions/3196020", "https://Stackoverflow.com", "https://Stackoverflow.com/users/114490/" ]
Start with Objective C. I tried starting with MacRuby and was floored by the unnecessary underscores in method names. After learning Objective C, I understand MacRuby a lot better.
IMO if you are looking at developing applications for the iPhone then you will need to know Objective-C so you may as well start there. I've never used MacRuby but it sounds like it wouldn't be much of a learning curve if you already have a good grasp of Ruby.
3,196,020
I want to dive into developing applications for the Mac and later also for the iPhone. For me as a Rubyist it is clear that I learn both, MacRuby and Objective-C. The question is only in which order I should do that. Is it easier to learn Objective-C first and then combine the knowledge of both worlds and start learnin...
2010/07/07
[ "https://Stackoverflow.com/questions/3196020", "https://Stackoverflow.com", "https://Stackoverflow.com/users/114490/" ]
Start with Objective C. I tried starting with MacRuby and was floored by the unnecessary underscores in method names. After learning Objective C, I understand MacRuby a lot better.
I think main reason for learn Objective-C are, 1.Apple's Reference, sample, and most of Cocoa codes in the world are written in Objective-C, so, anyway you have to read many Objective-C codes, to understand Cocoa frameworks. Once you got knowledge of Cocoa, going back and force between ObjC and ruby is easy. 2.MacR...
3,196,020
I want to dive into developing applications for the Mac and later also for the iPhone. For me as a Rubyist it is clear that I learn both, MacRuby and Objective-C. The question is only in which order I should do that. Is it easier to learn Objective-C first and then combine the knowledge of both worlds and start learnin...
2010/07/07
[ "https://Stackoverflow.com/questions/3196020", "https://Stackoverflow.com", "https://Stackoverflow.com/users/114490/" ]
Learn Objective-C first. I was in your position and I tried to do MacRuby and didn't get much of anywhere. Now that I've done some Objective-C development, MacRuby is easy, and it's a nice relief to get back to ruby syntax.
Go straight for Objective-C, especially if you're going for iPhone development. You already know Ruby so don't waste any more time.
3,196,020
I want to dive into developing applications for the Mac and later also for the iPhone. For me as a Rubyist it is clear that I learn both, MacRuby and Objective-C. The question is only in which order I should do that. Is it easier to learn Objective-C first and then combine the knowledge of both worlds and start learnin...
2010/07/07
[ "https://Stackoverflow.com/questions/3196020", "https://Stackoverflow.com", "https://Stackoverflow.com/users/114490/" ]
Go straight for Objective-C, especially if you're going for iPhone development. You already know Ruby so don't waste any more time.
IMO if you are looking at developing applications for the iPhone then you will need to know Objective-C so you may as well start there. I've never used MacRuby but it sounds like it wouldn't be much of a learning curve if you already have a good grasp of Ruby.
3,196,020
I want to dive into developing applications for the Mac and later also for the iPhone. For me as a Rubyist it is clear that I learn both, MacRuby and Objective-C. The question is only in which order I should do that. Is it easier to learn Objective-C first and then combine the knowledge of both worlds and start learnin...
2010/07/07
[ "https://Stackoverflow.com/questions/3196020", "https://Stackoverflow.com", "https://Stackoverflow.com/users/114490/" ]
Go straight for Objective-C, especially if you're going for iPhone development. You already know Ruby so don't waste any more time.
I think main reason for learn Objective-C are, 1.Apple's Reference, sample, and most of Cocoa codes in the world are written in Objective-C, so, anyway you have to read many Objective-C codes, to understand Cocoa frameworks. Once you got knowledge of Cocoa, going back and force between ObjC and ruby is easy. 2.MacR...
3,196,020
I want to dive into developing applications for the Mac and later also for the iPhone. For me as a Rubyist it is clear that I learn both, MacRuby and Objective-C. The question is only in which order I should do that. Is it easier to learn Objective-C first and then combine the knowledge of both worlds and start learnin...
2010/07/07
[ "https://Stackoverflow.com/questions/3196020", "https://Stackoverflow.com", "https://Stackoverflow.com/users/114490/" ]
Learn Objective-C first. I was in your position and I tried to do MacRuby and didn't get much of anywhere. Now that I've done some Objective-C development, MacRuby is easy, and it's a nice relief to get back to ruby syntax.
IMO if you are looking at developing applications for the iPhone then you will need to know Objective-C so you may as well start there. I've never used MacRuby but it sounds like it wouldn't be much of a learning curve if you already have a good grasp of Ruby.
3,196,020
I want to dive into developing applications for the Mac and later also for the iPhone. For me as a Rubyist it is clear that I learn both, MacRuby and Objective-C. The question is only in which order I should do that. Is it easier to learn Objective-C first and then combine the knowledge of both worlds and start learnin...
2010/07/07
[ "https://Stackoverflow.com/questions/3196020", "https://Stackoverflow.com", "https://Stackoverflow.com/users/114490/" ]
Learn Objective-C first. I was in your position and I tried to do MacRuby and didn't get much of anywhere. Now that I've done some Objective-C development, MacRuby is easy, and it's a nice relief to get back to ruby syntax.
I think main reason for learn Objective-C are, 1.Apple's Reference, sample, and most of Cocoa codes in the world are written in Objective-C, so, anyway you have to read many Objective-C codes, to understand Cocoa frameworks. Once you got knowledge of Cocoa, going back and force between ObjC and ruby is easy. 2.MacR...
827
The Ghost in *Hamlet* claims to be Hamlet's father's spirit released from Purgatory. Is it possible that the Ghost is lying? Has it been sent from Hell to stir up mischief in Elsinore? (The play does end with a body count of eight.)
2017/01/24
[ "https://literature.stackexchange.com/questions/827", "https://literature.stackexchange.com", "https://literature.stackexchange.com/users/181/" ]
What do you think the Ghost might be lying about? Claudius definitely murdered his brother, which we find confirmed in the play-within-a-play (act 3 scene 2), and by Claudius's own confession (act 3 scene 3). However, it's true that the Ghost might not be Hamlet's father. In that case, it would still have to know the d...
The answer by ktm5124 and some of the comments on both the question and ktm5124's answer assume the following definition of honest, which is still in use today (quoted from [Wiktionary](https://en.wiktionary.org/wiki/honest)): > > Scrupulous with regard to telling the truth; not given to swindling, lying, or fraud; u...
323,592
Is the following sentence okay? Does the "love" mean "fall in love with"? > > I loved her when I first saw her. > > >
2022/09/24
[ "https://ell.stackexchange.com/questions/323592", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/3865/" ]
It doesn't make sense to me, because it claims simultaneity between a verb that usually describes a state (love), and an event (when I first saw her). It would make more sense to say *I've loved her since I first saw her.* On the other hand, you might say *I loved her manner when I first saw her.* where *lov...
I think the sentence should be > > I have loved her when I first saw her. > > > Because the simple past tense describes something that happened in the past and is no longer happening now and the present perfect tense describes something that happened in the past and continued up to the present.
133,947
I am designing a corporate website career page. Should I use a mega menu for the career page? Here are some of the items related to the career page: 1. Who we are! 2. What we do? 3. Life at Our Company! 4. Reasons to join us? * compensation * benefits * work/life
2020/07/18
[ "https://ux.stackexchange.com/questions/133947", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/110126/" ]
Welcome Naveed to UXStackExchange. I think a megamenu is a bit of an overkill with the options you are currently listing. Here is [an article from NN/G](https://www.nngroup.com/articles/mega-menus-work-well/) with a quote > > Mega menus (sometimes spelled “megamenus”) are a type of expandable > menu in which many c...
This decision could arrive after looking at information architecture of the whole website. But, looking at the content you plan to put, it appears that can come on single page instead of links in mega menu
133,947
I am designing a corporate website career page. Should I use a mega menu for the career page? Here are some of the items related to the career page: 1. Who we are! 2. What we do? 3. Life at Our Company! 4. Reasons to join us? * compensation * benefits * work/life
2020/07/18
[ "https://ux.stackexchange.com/questions/133947", "https://ux.stackexchange.com", "https://ux.stackexchange.com/users/110126/" ]
Welcome Naveed to UXStackExchange. I think a megamenu is a bit of an overkill with the options you are currently listing. Here is [an article from NN/G](https://www.nngroup.com/articles/mega-menus-work-well/) with a quote > > Mega menus (sometimes spelled “megamenus”) are a type of expandable > menu in which many c...
Yes you can only if you have multiple list of job or multiple jobs in different categories then you can show categories in individual columns.
4,953,347
I am working in Mac system. Is it possible to run Objective-C programs in Xcode? I am not talking about running iPhone/Mac projects. I am talking about simple Objective-C programs, like we run C programs in C editors. Does Xcode has the provision for this? Or, I have to use some other editors? Which editors I can use? ...
2011/02/10
[ "https://Stackoverflow.com/questions/4953347", "https://Stackoverflow.com", "https://Stackoverflow.com/users/491980/" ]
You don't need Xcode to run a program. You can just execute a program from the command line or by double-clicking. (You also do not need an editor to run a C program.)
[This SO link](https://stackoverflow.com/questions/2697883/how-do-you-create-a-simple-objective-c-command-line-project-in-xcode) from David Gelhar's comment on my question has the answer for this question.
4,953,347
I am working in Mac system. Is it possible to run Objective-C programs in Xcode? I am not talking about running iPhone/Mac projects. I am talking about simple Objective-C programs, like we run C programs in C editors. Does Xcode has the provision for this? Or, I have to use some other editors? Which editors I can use? ...
2011/02/10
[ "https://Stackoverflow.com/questions/4953347", "https://Stackoverflow.com", "https://Stackoverflow.com/users/491980/" ]
Foundation is the one that you want On xcode 4.4 its under OSX -> Application -> Command Line Tool And change the option to Foundation
[This SO link](https://stackoverflow.com/questions/2697883/how-do-you-create-a-simple-objective-c-command-line-project-in-xcode) from David Gelhar's comment on my question has the answer for this question.
94,592
Sometimes it might be useful, but mostly just looking cool or impressive to visualize log files (anything from http requests and to bandwith usage to cups of coffee drunk per day). I know about [Visitorville](http://www.visitorville.com/) which I think look a bit silly, and then there's [gltail](http://www.fudgie.org/...
2008/09/18
[ "https://Stackoverflow.com/questions/94592", "https://Stackoverflow.com", "https://Stackoverflow.com/users/17542/" ]
I mainly use [R](http://www.r-project.org/) to visualize data, but I've heard of [Orange](http://orange.biolab.si/), too.
Using SciTe, Notepad++ or other powerful text editor which have file processing routines, so you can create a script that colorizes parts of the log or just delete some non-important lines from it
94,592
Sometimes it might be useful, but mostly just looking cool or impressive to visualize log files (anything from http requests and to bandwith usage to cups of coffee drunk per day). I know about [Visitorville](http://www.visitorville.com/) which I think look a bit silly, and then there's [gltail](http://www.fudgie.org/...
2008/09/18
[ "https://Stackoverflow.com/questions/94592", "https://Stackoverflow.com", "https://Stackoverflow.com/users/17542/" ]
You may take a look at Apache Chainsaw. This nifty tool allows Log incomes from nearly everyqhere and has live filtering and colering. If you have an already written Log, I'm not sure if it can read it, it's been a while since I used it last time (was very usefull for the prototyping phase of our JBoss server)
We use [Awk](http://www.vectorsite.net/tsawk.html) and Perl scripts to parse the log files and create summary reports and "databases" (technically databases in that each row corresponds to a unique event with many columns of data about that event, but not stored in a traditional database format. We're moving in that di...
94,592
Sometimes it might be useful, but mostly just looking cool or impressive to visualize log files (anything from http requests and to bandwith usage to cups of coffee drunk per day). I know about [Visitorville](http://www.visitorville.com/) which I think look a bit silly, and then there's [gltail](http://www.fudgie.org/...
2008/09/18
[ "https://Stackoverflow.com/questions/94592", "https://Stackoverflow.com", "https://Stackoverflow.com/users/17542/" ]
There is also the logstalgia tool. Visualizes Apache logs. See <http://code.google.com/p/logstalgia/> for more details and a youtube video.
You could take a look at this. <http://www.intalisys.com>. 3D realtime vis app
94,592
Sometimes it might be useful, but mostly just looking cool or impressive to visualize log files (anything from http requests and to bandwith usage to cups of coffee drunk per day). I know about [Visitorville](http://www.visitorville.com/) which I think look a bit silly, and then there's [gltail](http://www.fudgie.org/...
2008/09/18
[ "https://Stackoverflow.com/questions/94592", "https://Stackoverflow.com", "https://Stackoverflow.com/users/17542/" ]
I prefer [Sawmill](http://www.sawmill.net/features.html) for visualizing data. You can basically throw any log file against it, and it will not only autodetect its structure\*, but will also decide on how to analyze it. Even if you have a custom log file, you can still define what and how shall be analyzed and visualiz...
Using SciTe, Notepad++ or other powerful text editor which have file processing routines, so you can create a script that colorizes parts of the log or just delete some non-important lines from it
94,592
Sometimes it might be useful, but mostly just looking cool or impressive to visualize log files (anything from http requests and to bandwith usage to cups of coffee drunk per day). I know about [Visitorville](http://www.visitorville.com/) which I think look a bit silly, and then there's [gltail](http://www.fudgie.org/...
2008/09/18
[ "https://Stackoverflow.com/questions/94592", "https://Stackoverflow.com", "https://Stackoverflow.com/users/17542/" ]
You may take a look at Apache Chainsaw. This nifty tool allows Log incomes from nearly everyqhere and has live filtering and colering. If you have an already written Log, I'm not sure if it can read it, it's been a while since I used it last time (was very usefull for the prototyping phase of our JBoss server)
Google has released the [Visualization API](http://code.google.com/apis/visualization/) that is probably flexible enough to help you: > > The Google Visualization API lets you access multiple sources of structured data that you can display, choosing from a large selection of visualizations. The Google Visualization A...
1,845,912
The [producing open-source software book](http://producingoss.com/) is a gold mine of information on starting open-source projects. Yet I am hoping to learn more from the experience of stackoverflow users and was wondering what are the mistakes you made when starting a new open-source project (or difficulties you encou...
2009/12/04
[ "https://Stackoverflow.com/questions/1845912", "https://Stackoverflow.com", "https://Stackoverflow.com/users/216287/" ]
My two biggest mistakes are: 1. I expect the world to fall in love with my project as soon as I post it anywhere. If I don't get immediate feedback how great I am, I quickly lose interest. 2. When I get quick feedback, I often don't respond on a timely basis because I have so many projects.
The first pitfall is to start a new project when there are already plenty of existing projects that are planning to do the same thing.
1,845,912
The [producing open-source software book](http://producingoss.com/) is a gold mine of information on starting open-source projects. Yet I am hoping to learn more from the experience of stackoverflow users and was wondering what are the mistakes you made when starting a new open-source project (or difficulties you encou...
2009/12/04
[ "https://Stackoverflow.com/questions/1845912", "https://Stackoverflow.com", "https://Stackoverflow.com/users/216287/" ]
Choosing the wrong license (for different values of 'wrong') is a common pitfall. Two examples: 1.) If you're using a license that does not allow for relicensing under different terms *and* you accept contributors code, you need to keep in mind that the code suddenly is not *yours* anymore. This is fine for some hobby...
**"Eat Your Own Dog Food."** Be your first user. This is good: * to know what you're doing * to motivate yourself * to get early feedback I think it's nearly impossible to write open source software you're not using yourself. "Eat Your Own Dog Food" tries to break out of the vicious circle: Nobody uses the software...
1,845,912
The [producing open-source software book](http://producingoss.com/) is a gold mine of information on starting open-source projects. Yet I am hoping to learn more from the experience of stackoverflow users and was wondering what are the mistakes you made when starting a new open-source project (or difficulties you encou...
2009/12/04
[ "https://Stackoverflow.com/questions/1845912", "https://Stackoverflow.com", "https://Stackoverflow.com/users/216287/" ]
Currently I am starting a blog based on a talk that I have given on the FrOSCon here in germany. [First article: There shall be light – things to keep in mind when starting a project](http://www.openprojectguide.org/2009/11/13/there-shall-be-light-things-to-keep-in-mind-when-starting-a-project/) Maybe this helps. I do...
Positively super great documentation is a must.
1,845,912
The [producing open-source software book](http://producingoss.com/) is a gold mine of information on starting open-source projects. Yet I am hoping to learn more from the experience of stackoverflow users and was wondering what are the mistakes you made when starting a new open-source project (or difficulties you encou...
2009/12/04
[ "https://Stackoverflow.com/questions/1845912", "https://Stackoverflow.com", "https://Stackoverflow.com/users/216287/" ]
Choosing the wrong license (for different values of 'wrong') is a common pitfall. Two examples: 1.) If you're using a license that does not allow for relicensing under different terms *and* you accept contributors code, you need to keep in mind that the code suddenly is not *yours* anymore. This is fine for some hobby...
Currently I am starting a blog based on a talk that I have given on the FrOSCon here in germany. [First article: There shall be light – things to keep in mind when starting a project](http://www.openprojectguide.org/2009/11/13/there-shall-be-light-things-to-keep-in-mind-when-starting-a-project/) Maybe this helps. I do...
1,845,912
The [producing open-source software book](http://producingoss.com/) is a gold mine of information on starting open-source projects. Yet I am hoping to learn more from the experience of stackoverflow users and was wondering what are the mistakes you made when starting a new open-source project (or difficulties you encou...
2009/12/04
[ "https://Stackoverflow.com/questions/1845912", "https://Stackoverflow.com", "https://Stackoverflow.com/users/216287/" ]
My two biggest mistakes are: 1. I expect the world to fall in love with my project as soon as I post it anywhere. If I don't get immediate feedback how great I am, I quickly lose interest. 2. When I get quick feedback, I often don't respond on a timely basis because I have so many projects.
Currently I am starting a blog based on a talk that I have given on the FrOSCon here in germany. [First article: There shall be light – things to keep in mind when starting a project](http://www.openprojectguide.org/2009/11/13/there-shall-be-light-things-to-keep-in-mind-when-starting-a-project/) Maybe this helps. I do...
1,845,912
The [producing open-source software book](http://producingoss.com/) is a gold mine of information on starting open-source projects. Yet I am hoping to learn more from the experience of stackoverflow users and was wondering what are the mistakes you made when starting a new open-source project (or difficulties you encou...
2009/12/04
[ "https://Stackoverflow.com/questions/1845912", "https://Stackoverflow.com", "https://Stackoverflow.com/users/216287/" ]
My two biggest mistakes are: 1. I expect the world to fall in love with my project as soon as I post it anywhere. If I don't get immediate feedback how great I am, I quickly lose interest. 2. When I get quick feedback, I often don't respond on a timely basis because I have so many projects.
Positively super great documentation is a must.
1,845,912
The [producing open-source software book](http://producingoss.com/) is a gold mine of information on starting open-source projects. Yet I am hoping to learn more from the experience of stackoverflow users and was wondering what are the mistakes you made when starting a new open-source project (or difficulties you encou...
2009/12/04
[ "https://Stackoverflow.com/questions/1845912", "https://Stackoverflow.com", "https://Stackoverflow.com/users/216287/" ]
Choosing the wrong license (for different values of 'wrong') is a common pitfall. Two examples: 1.) If you're using a license that does not allow for relicensing under different terms *and* you accept contributors code, you need to keep in mind that the code suddenly is not *yours* anymore. This is fine for some hobby...
Positively super great documentation is a must.
1,845,912
The [producing open-source software book](http://producingoss.com/) is a gold mine of information on starting open-source projects. Yet I am hoping to learn more from the experience of stackoverflow users and was wondering what are the mistakes you made when starting a new open-source project (or difficulties you encou...
2009/12/04
[ "https://Stackoverflow.com/questions/1845912", "https://Stackoverflow.com", "https://Stackoverflow.com/users/216287/" ]
Choosing the wrong license (for different values of 'wrong') is a common pitfall. Two examples: 1.) If you're using a license that does not allow for relicensing under different terms *and* you accept contributors code, you need to keep in mind that the code suddenly is not *yours* anymore. This is fine for some hobby...
The first pitfall is to start a new project when there are already plenty of existing projects that are planning to do the same thing.
1,845,912
The [producing open-source software book](http://producingoss.com/) is a gold mine of information on starting open-source projects. Yet I am hoping to learn more from the experience of stackoverflow users and was wondering what are the mistakes you made when starting a new open-source project (or difficulties you encou...
2009/12/04
[ "https://Stackoverflow.com/questions/1845912", "https://Stackoverflow.com", "https://Stackoverflow.com/users/216287/" ]
My two biggest mistakes are: 1. I expect the world to fall in love with my project as soon as I post it anywhere. If I don't get immediate feedback how great I am, I quickly lose interest. 2. When I get quick feedback, I often don't respond on a timely basis because I have so many projects.
**"Eat Your Own Dog Food."** Be your first user. This is good: * to know what you're doing * to motivate yourself * to get early feedback I think it's nearly impossible to write open source software you're not using yourself. "Eat Your Own Dog Food" tries to break out of the vicious circle: Nobody uses the software...
1,845,912
The [producing open-source software book](http://producingoss.com/) is a gold mine of information on starting open-source projects. Yet I am hoping to learn more from the experience of stackoverflow users and was wondering what are the mistakes you made when starting a new open-source project (or difficulties you encou...
2009/12/04
[ "https://Stackoverflow.com/questions/1845912", "https://Stackoverflow.com", "https://Stackoverflow.com/users/216287/" ]
The first pitfall is to start a new project when there are already plenty of existing projects that are planning to do the same thing.
Positively super great documentation is a must.
57,802,864
I'm using angular material and we have input type text. The goal is to present numbers like this: * 2 000.02 * 3 000.00 * 433 232 223.21 In short I want to present values with spaces every 3 digits but to backend I want to send same value but without spaces. So far I add spaces using regexp to every 3 digits and on ...
2019/09/05
[ "https://Stackoverflow.com/questions/57802864", "https://Stackoverflow.com", "https://Stackoverflow.com/users/11216150/" ]
If you're accessing secrets from EC2 instance, ECS docker container, Lambda function, you can use Roles with policy that allows access to Secrets Manager. if IAM Role is not an option, You can use Federation Login to get temporary credentials (IAM Role) with policy that allows access to Secrets Manager.
As @Tomasz Breś said, you can use federation if you are already using an on-premis Auth system like [Active directory or Kerberos](https://aws.amazon.com/blogs/security/how-to-implement-federated-api-and-cli-access-using-saml-2-0-and-ad-fs/). If you do not have any type of credentials already on the box, you are left ...
319,112
I have a hard drive with the following layout: ![enter image description here](https://i.stack.imgur.com/GgSHE.png) I want to delete the first two partitions (a 243 MB Linux swap partition and a 5.87 GB root partition). Problem is, every time I deleted them, Windows would also delete Drive G: and H:, leaving only dri...
2011/08/04
[ "https://superuser.com/questions/319112", "https://superuser.com", "https://superuser.com/users/91579/" ]
My gut says that it has something to do with deleting both of the primary partitions from the disk, leaving only the extended partition on the drive. What you might need to do is delete 1 partition first, create a new primary partition in its place, then delete the 2nd partition. Alternatively, backup, repartition th...
If your partition table matches the picture, then deleting those two primary partitions involves writing zeroes to exactly two bytes in sector #0 of your disc. This is a fairly routine partition management task, and most partitioning tools are capable of it without incident. There's [an old Microsoft Knowledgebase arti...
41,477
Is there any Java API that is like OpenLayers ? I would like to display google Maps and Openlayers Maps in a java application
2012/11/19
[ "https://gis.stackexchange.com/questions/41477", "https://gis.stackexchange.com", "https://gis.stackexchange.com/users/12607/" ]
Is this what you're after? <http://weblogs.java.net/blog/cajo/archive/2010/10/16/adding-google-maps-your-java-application> You can also use [Bing](http://msdn.microsoft.com/en-us/library/aa907674.aspx) maps with Java, also worth looking at * [GeoTools](http://www.geotools.org/) * [NASA Worldwind](http://worldwind.ar...
I found also another interesting library : [uDig](http://udig.refractions.net/)
41,477
Is there any Java API that is like OpenLayers ? I would like to display google Maps and Openlayers Maps in a java application
2012/11/19
[ "https://gis.stackexchange.com/questions/41477", "https://gis.stackexchange.com", "https://gis.stackexchange.com/users/12607/" ]
Is this what you're after? <http://weblogs.java.net/blog/cajo/archive/2010/10/16/adding-google-maps-your-java-application> You can also use [Bing](http://msdn.microsoft.com/en-us/library/aa907674.aspx) maps with Java, also worth looking at * [GeoTools](http://www.geotools.org/) * [NASA Worldwind](http://worldwind.ar...
Have a look at [GWT-openlayers](https://bitbucket.org/gwtopenlayers/) a GWT wrapper for OpenLayers, or [Geomajas](http://geomajas.org) a full-blown framework for building GIS web applications.
41,477
Is there any Java API that is like OpenLayers ? I would like to display google Maps and Openlayers Maps in a java application
2012/11/19
[ "https://gis.stackexchange.com/questions/41477", "https://gis.stackexchange.com", "https://gis.stackexchange.com/users/12607/" ]
Have a look at [GWT-openlayers](https://bitbucket.org/gwtopenlayers/) a GWT wrapper for OpenLayers, or [Geomajas](http://geomajas.org) a full-blown framework for building GIS web applications.
I found also another interesting library : [uDig](http://udig.refractions.net/)
78,570
I am on Gnome-Shell and using Ubuntu 11.10. The problem is after a recent update and also after installing a few extensions, when I logged in to Gnome Shell, I can't find the top panel or AWN. Only the wallpaper is showing and then Conky is displaying. It also seems to me that for some reason the display effects are...
2011/11/12
[ "https://askubuntu.com/questions/78570", "https://askubuntu.com", "https://askubuntu.com/users/8749/" ]
Something similar happened to me. I think the issue is that some of the extensions are buggy and crash the shell. I am not certain but I think this might be because they were badly upgraded from gnome shell 3.0 (I'm not much of an expert as you can probably tell). Anyway, I fixed problem by logging on in Unity (so I g...
I had the same problem, it's a bug with alternate menu, you must define a user avatar (small picture next your name) and all will be fine.
228,841
I have a problem restoring an antique French cast iron wood stove. As I was derusting it, one of the feet broke loose. It's the part that was holding it to the body that broke. I guess it's a bold but I am not sure. The reason I am not sure is specifically because I am having a terrible time removing that "bold" to r...
2021/07/10
[ "https://diy.stackexchange.com/questions/228841", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/69036/" ]
The video worked for me but I believe it is a thru bolt as you can see the head on the other side in one quick segment of the video. I have had similar issues with bolts in cast (the leg is cast iron) . I have never found any penetrating oil that will work for most of these cases. Heat is your friend here. Use a tor...
You will need to drill out the "stove" bolt. It has rusted and the rust expanded locking in the remains of the bolt . Chances are slim and none that you will be able to rotate the weakened bolt body , with any treatment. I would grind the head flat; center punch the center of the bolt; and use a small bit- smaller than...
217,820
The enchantment on Thor's hammer laid out by Odin prevents anyone "not worthy" to wield it as we can see on the famous Arthuresque scene on *Avengers: Age of Ultron*. This enchantment, pronounced by Odin in the first *Thor* movie goes: > > Whosoever holds this hammer, be he worthy, shall posses the power of Thor. > ...
2019/08/21
[ "https://scifi.stackexchange.com/questions/217820", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/4295/" ]
The key here is that the Mjolnir we see in *Avengers: Endgame* is from the past/a different timeline. I believe it comes from the *Thor: The Dark World* time, so 2013, whereas the events of *Thor: Ragnarok* take place in 2017 and so Odin had not died yet with respect to that Mjolnir’s enchantment. Objects taken out of...
You are working under a false assumption. ========================================= It should be remembered that it's a different Mjolnir from **before Ragnarok**....so it will still have the enchantment. Odin isn't dead when Thor regains that hammer in *Endgame*....as that sequence takes place before Odin's death...e...
217,820
The enchantment on Thor's hammer laid out by Odin prevents anyone "not worthy" to wield it as we can see on the famous Arthuresque scene on *Avengers: Age of Ultron*. This enchantment, pronounced by Odin in the first *Thor* movie goes: > > Whosoever holds this hammer, be he worthy, shall posses the power of Thor. > ...
2019/08/21
[ "https://scifi.stackexchange.com/questions/217820", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/4295/" ]
The key here is that the Mjolnir we see in *Avengers: Endgame* is from the past/a different timeline. I believe it comes from the *Thor: The Dark World* time, so 2013, whereas the events of *Thor: Ragnarok* take place in 2017 and so Odin had not died yet with respect to that Mjolnir’s enchantment. Objects taken out of...
You are starting from an assumption which has no basis anywhere in canon. What has some basis in canon is [a line said by Doctor Strange in *Avengers: Infinity War*:](https://transcripts.fandom.com/wiki/Avengers:_Infinity_War) > > Doctor Stephen Strange: It's a simple spell but quite unbreakable. > > > Ebony Maw: ...
217,820
The enchantment on Thor's hammer laid out by Odin prevents anyone "not worthy" to wield it as we can see on the famous Arthuresque scene on *Avengers: Age of Ultron*. This enchantment, pronounced by Odin in the first *Thor* movie goes: > > Whosoever holds this hammer, be he worthy, shall posses the power of Thor. > ...
2019/08/21
[ "https://scifi.stackexchange.com/questions/217820", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/4295/" ]
The key here is that the Mjolnir we see in *Avengers: Endgame* is from the past/a different timeline. I believe it comes from the *Thor: The Dark World* time, so 2013, whereas the events of *Thor: Ragnarok* take place in 2017 and so Odin had not died yet with respect to that Mjolnir’s enchantment. Objects taken out of...
> > Since the enchantment of the hammer comes from Odin and, from my understanding, it is that enchantment that grants the power of Thor to anyone weilding the hammer, shouldn't the enchantment laid out on top of the hammer have dissipated and therefore those not​ have happened? > > > This appears to be based on t...
217,820
The enchantment on Thor's hammer laid out by Odin prevents anyone "not worthy" to wield it as we can see on the famous Arthuresque scene on *Avengers: Age of Ultron*. This enchantment, pronounced by Odin in the first *Thor* movie goes: > > Whosoever holds this hammer, be he worthy, shall posses the power of Thor. > ...
2019/08/21
[ "https://scifi.stackexchange.com/questions/217820", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/4295/" ]
You are starting from an assumption which has no basis anywhere in canon. What has some basis in canon is [a line said by Doctor Strange in *Avengers: Infinity War*:](https://transcripts.fandom.com/wiki/Avengers:_Infinity_War) > > Doctor Stephen Strange: It's a simple spell but quite unbreakable. > > > Ebony Maw: ...
You are working under a false assumption. ========================================= It should be remembered that it's a different Mjolnir from **before Ragnarok**....so it will still have the enchantment. Odin isn't dead when Thor regains that hammer in *Endgame*....as that sequence takes place before Odin's death...e...
217,820
The enchantment on Thor's hammer laid out by Odin prevents anyone "not worthy" to wield it as we can see on the famous Arthuresque scene on *Avengers: Age of Ultron*. This enchantment, pronounced by Odin in the first *Thor* movie goes: > > Whosoever holds this hammer, be he worthy, shall posses the power of Thor. > ...
2019/08/21
[ "https://scifi.stackexchange.com/questions/217820", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/4295/" ]
You are working under a false assumption. ========================================= It should be remembered that it's a different Mjolnir from **before Ragnarok**....so it will still have the enchantment. Odin isn't dead when Thor regains that hammer in *Endgame*....as that sequence takes place before Odin's death...e...
> > Since the enchantment of the hammer comes from Odin and, from my understanding, it is that enchantment that grants the power of Thor to anyone weilding the hammer, shouldn't the enchantment laid out on top of the hammer have dissipated and therefore those not​ have happened? > > > This appears to be based on t...
217,820
The enchantment on Thor's hammer laid out by Odin prevents anyone "not worthy" to wield it as we can see on the famous Arthuresque scene on *Avengers: Age of Ultron*. This enchantment, pronounced by Odin in the first *Thor* movie goes: > > Whosoever holds this hammer, be he worthy, shall posses the power of Thor. > ...
2019/08/21
[ "https://scifi.stackexchange.com/questions/217820", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/4295/" ]
You are starting from an assumption which has no basis anywhere in canon. What has some basis in canon is [a line said by Doctor Strange in *Avengers: Infinity War*:](https://transcripts.fandom.com/wiki/Avengers:_Infinity_War) > > Doctor Stephen Strange: It's a simple spell but quite unbreakable. > > > Ebony Maw: ...
> > Since the enchantment of the hammer comes from Odin and, from my understanding, it is that enchantment that grants the power of Thor to anyone weilding the hammer, shouldn't the enchantment laid out on top of the hammer have dissipated and therefore those not​ have happened? > > > This appears to be based on t...
3,489,534
I'm using a 3d engine and need to translate between 3d world space and 2d screen space using perspective projection, so I can place 2d text labels on items in 3d space. I've seen a few posts of various answers to this problem but they seem to use components I don't have. I have a Camera object, and can only set it's c...
2010/08/15
[ "https://Stackoverflow.com/questions/3489534", "https://Stackoverflow.com", "https://Stackoverflow.com/users/195875/" ]
all graphics engines use matrices to transform between different coordinats systems. Indeed OpenGL and DirectX uses them, because they are the standard way. Cameras usually construct the matrices using the parameters you have: * view matrix (transform the world to position in a way you look at it from the camera posi...
> > so I can place 2d text labels on items > in 3d space > > > Have you looked up "billboard" techniques? Sometimes just knowing the right term to search under is all you need. This refers to polygons (typically rectangles) that always face the camera, regardless of camera position or orientation.
70,359
If there is only one gospel, which gospel was being preached in Luke 9:6 which preceded Luke 18:31-34. > > Then Jesus took the Twelve aside and said to them, “Look, we are going > up to Jerusalem, and everything the prophets have written about the > Son of Man will be fulfilled. He will be delivered over to the > Gen...
2021/10/22
[ "https://hermeneutics.stackexchange.com/questions/70359", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/45777/" ]
It is unarguable that the death, resurrection and ascension of Christ is foundational to the gospel (or 'good news') that Christians proclaim. But as you said yourself in your comments, *"The gospel in Luke 9:6 would ostensibly have nothing to do with death, burial and resurrection of Jesus since that had not yet occur...
If there is only one gospel, which gospel was being preached in Luke 9:6 which preceded Luke 18:31-34. ====================================================================================================== Short Answer ------------ The same gospel. Jesus was preaching different aspects of the same gospel in both Luke...
70,359
If there is only one gospel, which gospel was being preached in Luke 9:6 which preceded Luke 18:31-34. > > Then Jesus took the Twelve aside and said to them, “Look, we are going > up to Jerusalem, and everything the prophets have written about the > Son of Man will be fulfilled. He will be delivered over to the > Gen...
2021/10/22
[ "https://hermeneutics.stackexchange.com/questions/70359", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/45777/" ]
It is unarguable that the death, resurrection and ascension of Christ is foundational to the gospel (or 'good news') that Christians proclaim. But as you said yourself in your comments, *"The gospel in Luke 9:6 would ostensibly have nothing to do with death, burial and resurrection of Jesus since that had not yet occur...
Let us be very clear that the fact of Jesus death and resurrection is a series of facts, in themselves, that are unrelated to humans. The central part of the gospel is God's LOVE for us by which He extends to us His GRACE. * It was love initiating grace that motivated God to send His Son Jesus * It was love initiating...
70,359
If there is only one gospel, which gospel was being preached in Luke 9:6 which preceded Luke 18:31-34. > > Then Jesus took the Twelve aside and said to them, “Look, we are going > up to Jerusalem, and everything the prophets have written about the > Son of Man will be fulfilled. He will be delivered over to the > Gen...
2021/10/22
[ "https://hermeneutics.stackexchange.com/questions/70359", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/45777/" ]
It is unarguable that the death, resurrection and ascension of Christ is foundational to the gospel (or 'good news') that Christians proclaim. But as you said yourself in your comments, *"The gospel in Luke 9:6 would ostensibly have nothing to do with death, burial and resurrection of Jesus since that had not yet occur...
We have to understand that Jesus came to be a "Messiah-King" to the Jews as prophesied in the Old Testament. In light of this we must consider the first stage of Jesus ministry, as given in Matttew 4:17, preaching about the "Kingdom of God/Heaven- to the Jews only[since He was born, raised and travelled to preach this ...
70,359
If there is only one gospel, which gospel was being preached in Luke 9:6 which preceded Luke 18:31-34. > > Then Jesus took the Twelve aside and said to them, “Look, we are going > up to Jerusalem, and everything the prophets have written about the > Son of Man will be fulfilled. He will be delivered over to the > Gen...
2021/10/22
[ "https://hermeneutics.stackexchange.com/questions/70359", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/45777/" ]
It is unarguable that the death, resurrection and ascension of Christ is foundational to the gospel (or 'good news') that Christians proclaim. But as you said yourself in your comments, *"The gospel in Luke 9:6 would ostensibly have nothing to do with death, burial and resurrection of Jesus since that had not yet occur...
As alluded to in one comment, systematic theology has an answer to this question - and *this* answer may differ from that, therefore is for consideration, and requires you to be aware of this. The ‘Gospel’ means ‘good news’ - and this *term* is a New Testament term. The ‘Gospel’ is the *means* by which man can receive...
70,359
If there is only one gospel, which gospel was being preached in Luke 9:6 which preceded Luke 18:31-34. > > Then Jesus took the Twelve aside and said to them, “Look, we are going > up to Jerusalem, and everything the prophets have written about the > Son of Man will be fulfilled. He will be delivered over to the > Gen...
2021/10/22
[ "https://hermeneutics.stackexchange.com/questions/70359", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/45777/" ]
If there is only one gospel, which gospel was being preached in Luke 9:6 which preceded Luke 18:31-34. ====================================================================================================== Short Answer ------------ The same gospel. Jesus was preaching different aspects of the same gospel in both Luke...
Let us be very clear that the fact of Jesus death and resurrection is a series of facts, in themselves, that are unrelated to humans. The central part of the gospel is God's LOVE for us by which He extends to us His GRACE. * It was love initiating grace that motivated God to send His Son Jesus * It was love initiating...
70,359
If there is only one gospel, which gospel was being preached in Luke 9:6 which preceded Luke 18:31-34. > > Then Jesus took the Twelve aside and said to them, “Look, we are going > up to Jerusalem, and everything the prophets have written about the > Son of Man will be fulfilled. He will be delivered over to the > Gen...
2021/10/22
[ "https://hermeneutics.stackexchange.com/questions/70359", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/45777/" ]
It is unarguable that the death, resurrection and ascension of Christ is foundational to the gospel (or 'good news') that Christians proclaim. But as you said yourself in your comments, *"The gospel in Luke 9:6 would ostensibly have nothing to do with death, burial and resurrection of Jesus since that had not yet occur...
> > Now after John was arrested, Jesus came into Galilee, , and saying, “The time is fulfilled, and the kingdom of God is at hand; repent and .” > (Mark 1:14‭-‬15) > > > > > but he said to them, “I must preach the to the other towns as well; for I was sent for this purpose.” > (Luke 4:43) > > > > > And J...
70,359
If there is only one gospel, which gospel was being preached in Luke 9:6 which preceded Luke 18:31-34. > > Then Jesus took the Twelve aside and said to them, “Look, we are going > up to Jerusalem, and everything the prophets have written about the > Son of Man will be fulfilled. He will be delivered over to the > Gen...
2021/10/22
[ "https://hermeneutics.stackexchange.com/questions/70359", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/45777/" ]
We have to understand that Jesus came to be a "Messiah-King" to the Jews as prophesied in the Old Testament. In light of this we must consider the first stage of Jesus ministry, as given in Matttew 4:17, preaching about the "Kingdom of God/Heaven- to the Jews only[since He was born, raised and travelled to preach this ...
> > Now after John was arrested, Jesus came into Galilee, , and saying, “The time is fulfilled, and the kingdom of God is at hand; repent and .” > (Mark 1:14‭-‬15) > > > > > but he said to them, “I must preach the to the other towns as well; for I was sent for this purpose.” > (Luke 4:43) > > > > > And J...
70,359
If there is only one gospel, which gospel was being preached in Luke 9:6 which preceded Luke 18:31-34. > > Then Jesus took the Twelve aside and said to them, “Look, we are going > up to Jerusalem, and everything the prophets have written about the > Son of Man will be fulfilled. He will be delivered over to the > Gen...
2021/10/22
[ "https://hermeneutics.stackexchange.com/questions/70359", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/45777/" ]
As alluded to in one comment, systematic theology has an answer to this question - and *this* answer may differ from that, therefore is for consideration, and requires you to be aware of this. The ‘Gospel’ means ‘good news’ - and this *term* is a New Testament term. The ‘Gospel’ is the *means* by which man can receive...
Let us be very clear that the fact of Jesus death and resurrection is a series of facts, in themselves, that are unrelated to humans. The central part of the gospel is God's LOVE for us by which He extends to us His GRACE. * It was love initiating grace that motivated God to send His Son Jesus * It was love initiating...
70,359
If there is only one gospel, which gospel was being preached in Luke 9:6 which preceded Luke 18:31-34. > > Then Jesus took the Twelve aside and said to them, “Look, we are going > up to Jerusalem, and everything the prophets have written about the > Son of Man will be fulfilled. He will be delivered over to the > Gen...
2021/10/22
[ "https://hermeneutics.stackexchange.com/questions/70359", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/45777/" ]
Gospel / [εὐαγγέλιον](https://www.blueletterbible.org/lexicon//esv/tr/0-1/) simply means "good news" and [predates Christianity](https://glenandpaula.com/wordpress/archives/2010/02/25/pre-Christian-uses-of-gospel) as a general Greek term, so can be understood in a variety of ways depending on the context. After Jesus t...
Let us be very clear that the fact of Jesus death and resurrection is a series of facts, in themselves, that are unrelated to humans. The central part of the gospel is God's LOVE for us by which He extends to us His GRACE. * It was love initiating grace that motivated God to send His Son Jesus * It was love initiating...
70,359
If there is only one gospel, which gospel was being preached in Luke 9:6 which preceded Luke 18:31-34. > > Then Jesus took the Twelve aside and said to them, “Look, we are going > up to Jerusalem, and everything the prophets have written about the > Son of Man will be fulfilled. He will be delivered over to the > Gen...
2021/10/22
[ "https://hermeneutics.stackexchange.com/questions/70359", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/45777/" ]
As alluded to in one comment, systematic theology has an answer to this question - and *this* answer may differ from that, therefore is for consideration, and requires you to be aware of this. The ‘Gospel’ means ‘good news’ - and this *term* is a New Testament term. The ‘Gospel’ is the *means* by which man can receive...
> > Now after John was arrested, Jesus came into Galilee, , and saying, “The time is fulfilled, and the kingdom of God is at hand; repent and .” > (Mark 1:14‭-‬15) > > > > > but he said to them, “I must preach the to the other towns as well; for I was sent for this purpose.” > (Luke 4:43) > > > > > And J...
89,488
How do I carry a knife when moving between my cutting station and the sink for cleaning safely? Any way I hold it feels like I'm either endangering my fellow cooks or myself. Context: I'm not a chef, I cook at home, but my kitchen is large and there are often multiple people cooking simultaneously (up to 4)
2018/04/29
[ "https://cooking.stackexchange.com/questions/89488", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/66869/" ]
Typically **hold the knife blade flat in the center of the cutting board you used to give a buffer** if someone bumps into you and **make it clear you have a knife.** If its food, hot pan, a **knife** or anything let people know you're walking behind them. I work in a medium sized, crowded kitchen and that's how we...
Consider using knives that are pointy AND big at the same time only when absolutely necessary, and carry them point down and/or with non-walkable space below the knife (eg over the counter). If the knife can be SAFELY held at the tip, doing so might be also recommendable. Try using non-pointy knives as your normal too...
89,488
How do I carry a knife when moving between my cutting station and the sink for cleaning safely? Any way I hold it feels like I'm either endangering my fellow cooks or myself. Context: I'm not a chef, I cook at home, but my kitchen is large and there are often multiple people cooking simultaneously (up to 4)
2018/04/29
[ "https://cooking.stackexchange.com/questions/89488", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/66869/" ]
One should try not to situate the cutting station away from the sink. Most of the time you clean what you are going to cut and you have scraps to put down the garbage disposal. If you need to clean the knife you also need to clean the cutting board. If I had to carry a lone knife around I would extend my arm down the...
Typically **hold the knife blade flat in the center of the cutting board you used to give a buffer** if someone bumps into you and **make it clear you have a knife.** If its food, hot pan, a **knife** or anything let people know you're walking behind them. I work in a medium sized, crowded kitchen and that's how we...
89,488
How do I carry a knife when moving between my cutting station and the sink for cleaning safely? Any way I hold it feels like I'm either endangering my fellow cooks or myself. Context: I'm not a chef, I cook at home, but my kitchen is large and there are often multiple people cooking simultaneously (up to 4)
2018/04/29
[ "https://cooking.stackexchange.com/questions/89488", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/66869/" ]
Typically **hold the knife blade flat in the center of the cutting board you used to give a buffer** if someone bumps into you and **make it clear you have a knife.** If its food, hot pan, a **knife** or anything let people know you're walking behind them. I work in a medium sized, crowded kitchen and that's how we...
I have been taught to hold the knife by the handle with the blade against my forearm, sharp edge away from the arm. This way you are hardly likely to accidentally stab someone, and if you trip the instinct is to let the knife go as you try and save yourself. Holding the knife straight down against the leg, if you trip ...
89,488
How do I carry a knife when moving between my cutting station and the sink for cleaning safely? Any way I hold it feels like I'm either endangering my fellow cooks or myself. Context: I'm not a chef, I cook at home, but my kitchen is large and there are often multiple people cooking simultaneously (up to 4)
2018/04/29
[ "https://cooking.stackexchange.com/questions/89488", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/66869/" ]
One should try not to situate the cutting station away from the sink. Most of the time you clean what you are going to cut and you have scraps to put down the garbage disposal. If you need to clean the knife you also need to clean the cutting board. If I had to carry a lone knife around I would extend my arm down the...
Consider using knives that are pointy AND big at the same time only when absolutely necessary, and carry them point down and/or with non-walkable space below the knife (eg over the counter). If the knife can be SAFELY held at the tip, doing so might be also recommendable. Try using non-pointy knives as your normal too...
89,488
How do I carry a knife when moving between my cutting station and the sink for cleaning safely? Any way I hold it feels like I'm either endangering my fellow cooks or myself. Context: I'm not a chef, I cook at home, but my kitchen is large and there are often multiple people cooking simultaneously (up to 4)
2018/04/29
[ "https://cooking.stackexchange.com/questions/89488", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/66869/" ]
Consider using knives that are pointy AND big at the same time only when absolutely necessary, and carry them point down and/or with non-walkable space below the knife (eg over the counter). If the knife can be SAFELY held at the tip, doing so might be also recommendable. Try using non-pointy knives as your normal too...
I have been taught to hold the knife by the handle with the blade against my forearm, sharp edge away from the arm. This way you are hardly likely to accidentally stab someone, and if you trip the instinct is to let the knife go as you try and save yourself. Holding the knife straight down against the leg, if you trip ...
89,488
How do I carry a knife when moving between my cutting station and the sink for cleaning safely? Any way I hold it feels like I'm either endangering my fellow cooks or myself. Context: I'm not a chef, I cook at home, but my kitchen is large and there are often multiple people cooking simultaneously (up to 4)
2018/04/29
[ "https://cooking.stackexchange.com/questions/89488", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/66869/" ]
One should try not to situate the cutting station away from the sink. Most of the time you clean what you are going to cut and you have scraps to put down the garbage disposal. If you need to clean the knife you also need to clean the cutting board. If I had to carry a lone knife around I would extend my arm down the...
I have been taught to hold the knife by the handle with the blade against my forearm, sharp edge away from the arm. This way you are hardly likely to accidentally stab someone, and if you trip the instinct is to let the knife go as you try and save yourself. Holding the knife straight down against the leg, if you trip ...
28,698
During His preaching ministry, Jesus described the nature of God. But before doing so, did He have to lay a foundation and convince people that God exists? Or had oral tradition and the Old Testament already convinced most people that God exists? Reason I ask: * Christians typically credit Saint Thomas Aquinas' ['Qu...
2014/06/03
[ "https://christianity.stackexchange.com/questions/28698", "https://christianity.stackexchange.com", "https://christianity.stackexchange.com/users/1100/" ]
Jesus' contemporary followers not only believed in "a god", they had a common understanding of the existence and nature of God, because his mission was to the people of Israel (cf. Jesus answer to the Canaanite woman in Matthew 15:14: "I was sent only to the lost sheep of the House of Israel"). This is not to assert th...
> > *John 10:24-33 (NIV)* > > > The Jews who were there gathered around him, saying, “How long will > you keep us in suspense? **If you are the Messiah, tell us plainly**.” > Jesus answered, “I did tell you, but you do not believe. The works I > do in my Father’s name testify about me, but you do not believe > ...
28,698
During His preaching ministry, Jesus described the nature of God. But before doing so, did He have to lay a foundation and convince people that God exists? Or had oral tradition and the Old Testament already convinced most people that God exists? Reason I ask: * Christians typically credit Saint Thomas Aquinas' ['Qu...
2014/06/03
[ "https://christianity.stackexchange.com/questions/28698", "https://christianity.stackexchange.com", "https://christianity.stackexchange.com/users/1100/" ]
Jesus' contemporary followers not only believed in "a god", they had a common understanding of the existence and nature of God, because his mission was to the people of Israel (cf. Jesus answer to the Canaanite woman in Matthew 15:14: "I was sent only to the lost sheep of the House of Israel"). This is not to assert th...
The foundation that God existed was laid long ago as men pondered their existence and place in the universe. This was expanded and reinforced by continuous prophetic utterances over the centuries that have been fulfilled. By the time of Christ’s ministry, the Jews were well grounded in the fact of God’s existence. Here...
28,698
During His preaching ministry, Jesus described the nature of God. But before doing so, did He have to lay a foundation and convince people that God exists? Or had oral tradition and the Old Testament already convinced most people that God exists? Reason I ask: * Christians typically credit Saint Thomas Aquinas' ['Qu...
2014/06/03
[ "https://christianity.stackexchange.com/questions/28698", "https://christianity.stackexchange.com", "https://christianity.stackexchange.com/users/1100/" ]
The most generic Christian answer to this is quite simple: **God did**. No human—neither Aquinas nor any other philosopher or theologian—"laid the foundation for the existence of God". God has always existed and the impetus for revealing this truth to men has always been on him. This he has done [in spades](http://en....
> > *John 10:24-33 (NIV)* > > > The Jews who were there gathered around him, saying, “How long will > you keep us in suspense? **If you are the Messiah, tell us plainly**.” > Jesus answered, “I did tell you, but you do not believe. The works I > do in my Father’s name testify about me, but you do not believe > ...
28,698
During His preaching ministry, Jesus described the nature of God. But before doing so, did He have to lay a foundation and convince people that God exists? Or had oral tradition and the Old Testament already convinced most people that God exists? Reason I ask: * Christians typically credit Saint Thomas Aquinas' ['Qu...
2014/06/03
[ "https://christianity.stackexchange.com/questions/28698", "https://christianity.stackexchange.com", "https://christianity.stackexchange.com/users/1100/" ]
The most generic Christian answer to this is quite simple: **God did**. No human—neither Aquinas nor any other philosopher or theologian—"laid the foundation for the existence of God". God has always existed and the impetus for revealing this truth to men has always been on him. This he has done [in spades](http://en....
The foundation that God existed was laid long ago as men pondered their existence and place in the universe. This was expanded and reinforced by continuous prophetic utterances over the centuries that have been fulfilled. By the time of Christ’s ministry, the Jews were well grounded in the fact of God’s existence. Here...
161,397
I've met a couple of hackers with infinite health on Dark Souls PC, and filed complaints with Games for Windows Live. Is this effective at all? How and when are players sanctioned? Also, is there a known bug where someone's healthbar doesn't deplete in PvP?
2014/03/23
[ "https://gaming.stackexchange.com/questions/161397", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/72302/" ]
Players are not sanctioned for cheating in Dark Souls PC due to the lack of support for GFWL (it being shut-down) Players are however sanctioned on PSN and Xbox Live (not much use to you but it's relevant to the question) There is no known bug which would cause a player's health bar not to deplete in PvP.
Going to answer this as gwfl is NO LONGER being shut down. Reports can and will get people banned, though at a frustratingly low rate. It's also (sadly) a pretty common cheat to either constantly set your health to max or set your resistances to max.
57,443
I have a Ariens self propelled lawnmower that I happend to hit a iron marker(pipe) with. When the blade hit the pipe, the lawnmower jolted and the engine stopped. I took a look and the blade still intact except for a nick on the edge. I replaced the flywheel key because it got broken when it hit the pipe. the engine tu...
2018/07/30
[ "https://mechanics.stackexchange.com/questions/57443", "https://mechanics.stackexchange.com", "https://mechanics.stackexchange.com/users/40284/" ]
A quick search for "washer fluid MSDS" yields a [material safety datasheet](http://www.consulab.com/files/windshieldwasher.pdf) that lists the flammability limits for methanol as follows: > > Lower Explosive Limit (LEL): 6 % (by volume) > > Upper Explosive Limit (UEL): 36 % (by volume) > > Flash point: 90 °F ...
Highly unlikely to catch fire. Alcohol level is low , maybe 20 % max. I have added 50 % to water for washer fluid and you get a MUCH stronger alcohol smell in the car than any commercial mix. So there is not enough alcohol vapor to reach the explosive limits in the commercial mix. Dripping hydro carbon onto a hot metal...
57,443
I have a Ariens self propelled lawnmower that I happend to hit a iron marker(pipe) with. When the blade hit the pipe, the lawnmower jolted and the engine stopped. I took a look and the blade still intact except for a nick on the edge. I replaced the flywheel key because it got broken when it hit the pipe. the engine tu...
2018/07/30
[ "https://mechanics.stackexchange.com/questions/57443", "https://mechanics.stackexchange.com", "https://mechanics.stackexchange.com/users/40284/" ]
A quick search for "washer fluid MSDS" yields a [material safety datasheet](http://www.consulab.com/files/windshieldwasher.pdf) that lists the flammability limits for methanol as follows: > > Lower Explosive Limit (LEL): 6 % (by volume) > > Upper Explosive Limit (UEL): 36 % (by volume) > > Flash point: 90 °F ...
It is all about the concentration of the Alcohol vapours in the air. Both contained in the Fluid itself, and the quantity of the fluid spilled, or in the open air. In cold climates it can be -40C which coincidentally is also -40F, which is over 50% alcohol by volume. When sprayed from the WW nozzles there is usually in...
57,443
I have a Ariens self propelled lawnmower that I happend to hit a iron marker(pipe) with. When the blade hit the pipe, the lawnmower jolted and the engine stopped. I took a look and the blade still intact except for a nick on the edge. I replaced the flywheel key because it got broken when it hit the pipe. the engine tu...
2018/07/30
[ "https://mechanics.stackexchange.com/questions/57443", "https://mechanics.stackexchange.com", "https://mechanics.stackexchange.com/users/40284/" ]
According to the Houghton Chemical website (one manufacturer), "The desired percentage of pre-mixed windshield washer fluid is 37% Methanol which yields a freeze point of –20°F." Although various mixes abound on the market, including summer blends and others for relatively temperate regions of the country, freeze prote...
Highly unlikely to catch fire. Alcohol level is low , maybe 20 % max. I have added 50 % to water for washer fluid and you get a MUCH stronger alcohol smell in the car than any commercial mix. So there is not enough alcohol vapor to reach the explosive limits in the commercial mix. Dripping hydro carbon onto a hot metal...
57,443
I have a Ariens self propelled lawnmower that I happend to hit a iron marker(pipe) with. When the blade hit the pipe, the lawnmower jolted and the engine stopped. I took a look and the blade still intact except for a nick on the edge. I replaced the flywheel key because it got broken when it hit the pipe. the engine tu...
2018/07/30
[ "https://mechanics.stackexchange.com/questions/57443", "https://mechanics.stackexchange.com", "https://mechanics.stackexchange.com/users/40284/" ]
Highly unlikely to catch fire. Alcohol level is low , maybe 20 % max. I have added 50 % to water for washer fluid and you get a MUCH stronger alcohol smell in the car than any commercial mix. So there is not enough alcohol vapor to reach the explosive limits in the commercial mix. Dripping hydro carbon onto a hot metal...
It is all about the concentration of the Alcohol vapours in the air. Both contained in the Fluid itself, and the quantity of the fluid spilled, or in the open air. In cold climates it can be -40C which coincidentally is also -40F, which is over 50% alcohol by volume. When sprayed from the WW nozzles there is usually in...
57,443
I have a Ariens self propelled lawnmower that I happend to hit a iron marker(pipe) with. When the blade hit the pipe, the lawnmower jolted and the engine stopped. I took a look and the blade still intact except for a nick on the edge. I replaced the flywheel key because it got broken when it hit the pipe. the engine tu...
2018/07/30
[ "https://mechanics.stackexchange.com/questions/57443", "https://mechanics.stackexchange.com", "https://mechanics.stackexchange.com/users/40284/" ]
According to the Houghton Chemical website (one manufacturer), "The desired percentage of pre-mixed windshield washer fluid is 37% Methanol which yields a freeze point of –20°F." Although various mixes abound on the market, including summer blends and others for relatively temperate regions of the country, freeze prote...
It is all about the concentration of the Alcohol vapours in the air. Both contained in the Fluid itself, and the quantity of the fluid spilled, or in the open air. In cold climates it can be -40C which coincidentally is also -40F, which is over 50% alcohol by volume. When sprayed from the WW nozzles there is usually in...
1,394,471
I'm writing desktop app in c# and I need some free reporting system. Any suggestions? EDIT: I'm using SQLite as DB.
2009/09/08
[ "https://Stackoverflow.com/questions/1394471", "https://Stackoverflow.com", "https://Stackoverflow.com/users/141835/" ]
SQL Server Reporting, which can be downloaded as part of SQL Server Express 2008.
[Crystal Reports](http://en.wikipedia.org/wiki/Crystal_Reports) has been available to windows developers as a free reporting system since VB6 (if I'm not mistaken). Free to redistribute and use.
1,394,471
I'm writing desktop app in c# and I need some free reporting system. Any suggestions? EDIT: I'm using SQLite as DB.
2009/09/08
[ "https://Stackoverflow.com/questions/1394471", "https://Stackoverflow.com", "https://Stackoverflow.com/users/141835/" ]
SQL Server Reporting, which can be downloaded as part of SQL Server Express 2008.
I understand the desire to stay inexpensive and would vote for SSRS in addition to your SQLite implmentation. However, the Dundas product is fantastic... I'm not sure who controls the purse strings, but you can make some flashy displays/reports/dashboards with Dundas. We software developers often focus on the code - ...
1,394,471
I'm writing desktop app in c# and I need some free reporting system. Any suggestions? EDIT: I'm using SQLite as DB.
2009/09/08
[ "https://Stackoverflow.com/questions/1394471", "https://Stackoverflow.com", "https://Stackoverflow.com/users/141835/" ]
They have a small overview of some open-source reporting tools at csharp-source.net: <http://csharp-source.net/open-source/charting-and-reporting>
While it's not free but since you brought up your working with Visual Studio Express, a cheaper option than upgrading to a full copy of Visual Studio is [Telerik Reporting](http://www.telerik.com/products/reporting.aspx). I haven't used it yet but I've had alot of success with their controls in the past and just had m...
1,394,471
I'm writing desktop app in c# and I need some free reporting system. Any suggestions? EDIT: I'm using SQLite as DB.
2009/09/08
[ "https://Stackoverflow.com/questions/1394471", "https://Stackoverflow.com", "https://Stackoverflow.com/users/141835/" ]
Depends on what exactly you expect from a reporting engine but there is some reporting support embedded in SharpDevelop ([SharpDevelop Reports](http://sharpdevelopreports.net/MainPage.ashx)) that can also be used as stand alone. It is licensed under LPGL, but doesn't provide any charting capabilities.
I understand the desire to stay inexpensive and would vote for SSRS in addition to your SQLite implmentation. However, the Dundas product is fantastic... I'm not sure who controls the purse strings, but you can make some flashy displays/reports/dashboards with Dundas. We software developers often focus on the code - ...
1,394,471
I'm writing desktop app in c# and I need some free reporting system. Any suggestions? EDIT: I'm using SQLite as DB.
2009/09/08
[ "https://Stackoverflow.com/questions/1394471", "https://Stackoverflow.com", "https://Stackoverflow.com/users/141835/" ]
SQL Server Reporting, which can be downloaded as part of SQL Server Express 2008.
They have a small overview of some open-source reporting tools at csharp-source.net: <http://csharp-source.net/open-source/charting-and-reporting>
1,394,471
I'm writing desktop app in c# and I need some free reporting system. Any suggestions? EDIT: I'm using SQLite as DB.
2009/09/08
[ "https://Stackoverflow.com/questions/1394471", "https://Stackoverflow.com", "https://Stackoverflow.com/users/141835/" ]
[Crystal Reports](http://en.wikipedia.org/wiki/Crystal_Reports) has been available to windows developers as a free reporting system since VB6 (if I'm not mistaken). Free to redistribute and use.
While it's not free but since you brought up your working with Visual Studio Express, a cheaper option than upgrading to a full copy of Visual Studio is [Telerik Reporting](http://www.telerik.com/products/reporting.aspx). I haven't used it yet but I've had alot of success with their controls in the past and just had m...
1,394,471
I'm writing desktop app in c# and I need some free reporting system. Any suggestions? EDIT: I'm using SQLite as DB.
2009/09/08
[ "https://Stackoverflow.com/questions/1394471", "https://Stackoverflow.com", "https://Stackoverflow.com/users/141835/" ]
Depends on what exactly you expect from a reporting engine but there is some reporting support embedded in SharpDevelop ([SharpDevelop Reports](http://sharpdevelopreports.net/MainPage.ashx)) that can also be used as stand alone. It is licensed under LPGL, but doesn't provide any charting capabilities.
While it's not free but since you brought up your working with Visual Studio Express, a cheaper option than upgrading to a full copy of Visual Studio is [Telerik Reporting](http://www.telerik.com/products/reporting.aspx). I haven't used it yet but I've had alot of success with their controls in the past and just had m...
1,394,471
I'm writing desktop app in c# and I need some free reporting system. Any suggestions? EDIT: I'm using SQLite as DB.
2009/09/08
[ "https://Stackoverflow.com/questions/1394471", "https://Stackoverflow.com", "https://Stackoverflow.com/users/141835/" ]
[Crystal Reports](http://en.wikipedia.org/wiki/Crystal_Reports) has been available to windows developers as a free reporting system since VB6 (if I'm not mistaken). Free to redistribute and use.
I understand the desire to stay inexpensive and would vote for SSRS in addition to your SQLite implmentation. However, the Dundas product is fantastic... I'm not sure who controls the purse strings, but you can make some flashy displays/reports/dashboards with Dundas. We software developers often focus on the code - ...
1,394,471
I'm writing desktop app in c# and I need some free reporting system. Any suggestions? EDIT: I'm using SQLite as DB.
2009/09/08
[ "https://Stackoverflow.com/questions/1394471", "https://Stackoverflow.com", "https://Stackoverflow.com/users/141835/" ]
They have a small overview of some open-source reporting tools at csharp-source.net: <http://csharp-source.net/open-source/charting-and-reporting>
I understand the desire to stay inexpensive and would vote for SSRS in addition to your SQLite implmentation. However, the Dundas product is fantastic... I'm not sure who controls the purse strings, but you can make some flashy displays/reports/dashboards with Dundas. We software developers often focus on the code - ...
1,394,471
I'm writing desktop app in c# and I need some free reporting system. Any suggestions? EDIT: I'm using SQLite as DB.
2009/09/08
[ "https://Stackoverflow.com/questions/1394471", "https://Stackoverflow.com", "https://Stackoverflow.com/users/141835/" ]
SQL Server Reporting, which can be downloaded as part of SQL Server Express 2008.
While it's not free but since you brought up your working with Visual Studio Express, a cheaper option than upgrading to a full copy of Visual Studio is [Telerik Reporting](http://www.telerik.com/products/reporting.aspx). I haven't used it yet but I've had alot of success with their controls in the past and just had m...
203,630
How could publicly accessible information proving that a public figure is corrupt go undetected for at least a year? Assume that the public figure is a moderately noteworthy politician (equivalent to a federal Representative or Senator in the United States). This scenario is set in a democracy with full freedom of the...
2021/05/31
[ "https://worldbuilding.stackexchange.com/questions/203630", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/71969/" ]
I'm surprised nobody has done this yet... > > Mr Prosser: But, Mr Dent, the plans have been available in the local planning office for the last nine months. > > Arthur: Oh yes, well as soon as I heard I went straight round to see them, yesterday afternoon. You hadn’t exactly gone out of your way to call attention ...
The amount of public accessible information in the world is staggering. So I think it's natural that some/a lot/the majority of public accessible information will not get attention from anyone. Even if it concerns a relatively important person.
203,630
How could publicly accessible information proving that a public figure is corrupt go undetected for at least a year? Assume that the public figure is a moderately noteworthy politician (equivalent to a federal Representative or Senator in the United States). This scenario is set in a democracy with full freedom of the...
2021/05/31
[ "https://worldbuilding.stackexchange.com/questions/203630", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/71969/" ]
There's always the classic: A distraction. A very common distraction is a war. You might get caught with your hand in the cookie jar? Make the tail wag the dog and start a war with some country nobody likes but that is not really strong enough to have a chance of beating your country. This is most appropriate (if that...
The amount of public accessible information in the world is staggering. So I think it's natural that some/a lot/the majority of public accessible information will not get attention from anyone. Even if it concerns a relatively important person.
203,630
How could publicly accessible information proving that a public figure is corrupt go undetected for at least a year? Assume that the public figure is a moderately noteworthy politician (equivalent to a federal Representative or Senator in the United States). This scenario is set in a democracy with full freedom of the...
2021/05/31
[ "https://worldbuilding.stackexchange.com/questions/203630", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/71969/" ]
**The same public figure flooded the media with other information that distracted or obscured the truth** If the corruption requires at least some dot-connecting to uncover, real world politicians employ what's called the 'dead cat' method: do something so outrageous that everyone's attention is diverted away from the...
It could be possible. The way I'm thinking of is having it so that the public figure, A, pulls some strings so that another, even more public figure, B, is under a big scandal, C. Since C is occurring, not many would pay attention if A did action D, thus stopping scandal E from occurring. Then, after C blows over, peop...
203,630
How could publicly accessible information proving that a public figure is corrupt go undetected for at least a year? Assume that the public figure is a moderately noteworthy politician (equivalent to a federal Representative or Senator in the United States). This scenario is set in a democracy with full freedom of the...
2021/05/31
[ "https://worldbuilding.stackexchange.com/questions/203630", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/71969/" ]
Not naming names for obvious reasons, but the following examples are taken from real life: * The checks and balances in this country are set in this way: the Senate is the only public body constitutionally allowed to evict a judge from the Supreme Court. No criminal investigation can be carried out against the Senate ...
**If it is not too much** Only the worst and most explicit cases of corruption draw public attention. If the corrupt public official has the self-control to do most of their work at acceptable quality and only SOME of it is affected by bribes, no one will look twice. On the other hand, the human nature being what it...
203,630
How could publicly accessible information proving that a public figure is corrupt go undetected for at least a year? Assume that the public figure is a moderately noteworthy politician (equivalent to a federal Representative or Senator in the United States). This scenario is set in a democracy with full freedom of the...
2021/05/31
[ "https://worldbuilding.stackexchange.com/questions/203630", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/71969/" ]
**The same public figure flooded the media with other information that distracted or obscured the truth** If the corruption requires at least some dot-connecting to uncover, real world politicians employ what's called the 'dead cat' method: do something so outrageous that everyone's attention is diverted away from the...
The reports work for an outlet that mostly publishes made up stuff. [![space tramps weekly world news](https://i.stack.imgur.com/J532V.jpg)](https://i.stack.imgur.com/J532V.jpg) The snake eating the man alive was true. People don't check stuff that comes from a source like this. Sources like this are interested in th...
203,630
How could publicly accessible information proving that a public figure is corrupt go undetected for at least a year? Assume that the public figure is a moderately noteworthy politician (equivalent to a federal Representative or Senator in the United States). This scenario is set in a democracy with full freedom of the...
2021/05/31
[ "https://worldbuilding.stackexchange.com/questions/203630", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/71969/" ]
**No one tried to connect the dots** Consider following scenario: * Senator A had sponsored a certain bill; * This bill directly led to a company B signing a very lucrative government contract; * Company B has significant business with company C which provides some kind of consulting to Company B; * Senator A has con...
There's always the classic: A distraction. A very common distraction is a war. You might get caught with your hand in the cookie jar? Make the tail wag the dog and start a war with some country nobody likes but that is not really strong enough to have a chance of beating your country. This is most appropriate (if that...
203,630
How could publicly accessible information proving that a public figure is corrupt go undetected for at least a year? Assume that the public figure is a moderately noteworthy politician (equivalent to a federal Representative or Senator in the United States). This scenario is set in a democracy with full freedom of the...
2021/05/31
[ "https://worldbuilding.stackexchange.com/questions/203630", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/71969/" ]
**The same public figure flooded the media with other information that distracted or obscured the truth** If the corruption requires at least some dot-connecting to uncover, real world politicians employ what's called the 'dead cat' method: do something so outrageous that everyone's attention is diverted away from the...
Undetected is a relative term. In an instance of corruption, at the very least the corrupt person knows. And whoever they were corrupt in favour of. Now, say that they are one step removed from being directly bribed. Say for example their father owmed a shop-building company, and they removed an embargo on steel from ...
203,630
How could publicly accessible information proving that a public figure is corrupt go undetected for at least a year? Assume that the public figure is a moderately noteworthy politician (equivalent to a federal Representative or Senator in the United States). This scenario is set in a democracy with full freedom of the...
2021/05/31
[ "https://worldbuilding.stackexchange.com/questions/203630", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/71969/" ]
I'm surprised nobody has done this yet... > > Mr Prosser: But, Mr Dent, the plans have been available in the local planning office for the last nine months. > > Arthur: Oh yes, well as soon as I heard I went straight round to see them, yesterday afternoon. You hadn’t exactly gone out of your way to call attention ...
This kind of situation is often held up as a consequence of the death of local media. There's less time for journalists to cover court cases, pour over public records and do in-depth investigations that may or may not pan out. There's a recent case in my municipality where corruption related to building and planning p...
203,630
How could publicly accessible information proving that a public figure is corrupt go undetected for at least a year? Assume that the public figure is a moderately noteworthy politician (equivalent to a federal Representative or Senator in the United States). This scenario is set in a democracy with full freedom of the...
2021/05/31
[ "https://worldbuilding.stackexchange.com/questions/203630", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/71969/" ]
Undetected is a relative term. In an instance of corruption, at the very least the corrupt person knows. And whoever they were corrupt in favour of. Now, say that they are one step removed from being directly bribed. Say for example their father owmed a shop-building company, and they removed an embargo on steel from ...
**If it is not too much** Only the worst and most explicit cases of corruption draw public attention. If the corrupt public official has the self-control to do most of their work at acceptable quality and only SOME of it is affected by bribes, no one will look twice. On the other hand, the human nature being what it...
203,630
How could publicly accessible information proving that a public figure is corrupt go undetected for at least a year? Assume that the public figure is a moderately noteworthy politician (equivalent to a federal Representative or Senator in the United States). This scenario is set in a democracy with full freedom of the...
2021/05/31
[ "https://worldbuilding.stackexchange.com/questions/203630", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/71969/" ]
The reports work for an outlet that mostly publishes made up stuff. [![space tramps weekly world news](https://i.stack.imgur.com/J532V.jpg)](https://i.stack.imgur.com/J532V.jpg) The snake eating the man alive was true. People don't check stuff that comes from a source like this. Sources like this are interested in th...
It could be possible. The way I'm thinking of is having it so that the public figure, A, pulls some strings so that another, even more public figure, B, is under a big scandal, C. Since C is occurring, not many would pay attention if A did action D, thus stopping scandal E from occurring. Then, after C blows over, peop...
115,216
I am building a small dc motor that is driven by a 2v AA battery. I want the potentiometer to adjust the speed of the motor by increasing and reducing the current through the motor. For this i am using a potentiometer, but the current i have is for very high resistance. What are the common ranges potentiometers operate...
2014/06/13
[ "https://electronics.stackexchange.com/questions/115216", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/18069/" ]
Potentiometers with R = 10Ω have 0-10Ω range. It's always from 0 to nominal R (+/- tolerance). Typical potentiometer (and other basic electronic parts) values are defined in IEC 60063. There are few number series - E6 and E12 are very common. In E6 series there are 6 numbers: 10, 15, 22, 33, 47, 68 numbers. E12 serie...
Potentiometers for that range do exist (or at least they used to). But they are expensive, waste a lot of energy, and give poor speed regulation. Google "motor speed controller 3V" for alternatives, for instance this [one-IC solution](http://www.circuitstoday.com/low-voltage-dc-motor-speed-control-circuit), or this [5...
16,472
There is a technique to check if something visually not broken in HTML and CSS markup - [visual regression testing](https://css-tricks.com/visual-regression-testing-with-phantomcss/). We do following steps: 1. Check everything is ok. 2. Create a test "reference" (creating \*.png files). 3. Change something. 4. Run te...
2016/01/12
[ "https://sqa.stackexchange.com/questions/16472", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/16013/" ]
My team struggles with a similar issue having multiple input streams, that are running on different iteration/sprint cycles into a common product. We tried testing in the dev int area for each team for a while and then marking items done at that point, but we quickly discovered that was too early in the process. We c...
As shown in the other answers and comments this is a common issue that I've seen in several companies that I've worked in. Thinking it through, I suspect most companies struggle with the generic issue of allowing enough time for QA, testing, and automation once the feature is complete. Generally, people may feel there...
16,472
There is a technique to check if something visually not broken in HTML and CSS markup - [visual regression testing](https://css-tricks.com/visual-regression-testing-with-phantomcss/). We do following steps: 1. Check everything is ok. 2. Create a test "reference" (creating \*.png files). 3. Change something. 4. Run te...
2016/01/12
[ "https://sqa.stackexchange.com/questions/16472", "https://sqa.stackexchange.com", "https://sqa.stackexchange.com/users/16013/" ]
Testing of a particular feature that is being created in the sprint can be done, only if the developer has developed the feature up to some extent. Meanwhile, when the developer is busy developing the feature, a QA should start working on the test plan/test cases on the basis of the feature specification document or th...
My idea is preety simple. Prepare regression automation suite and setup in CI & CD pipeline and add this as a post build action. So for the new deployment it will run can help to do the regression and sanity of the application. Your focus during the Sprint should be starting automation of repeatative tasks and push t...