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 |
|---|---|---|---|---|---|
197 | Microsoft's [application](http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PG01&p=1&u=/netahtml/PTO/srchnum.html&r=1&f=G&l=50&s1=20120110437.PGNR.) aims to patent:
>
> Methods and systems for style and/or layout caching of Web content are
> usable to build reusable style caching trees and cacheabl... | 2012/09/20 | [
"https://patents.stackexchange.com/questions/197",
"https://patents.stackexchange.com",
"https://patents.stackexchange.com/users/385/"
] | Claim 1 doesn't seem novel, everything seems to be described in an article from October 2009 (before the October 2010 filing date of this patent):
* "parsing the Web page file to create a document object model (DOM) tree comprising DOM tree nodes;" <http://taligarsiel.com/Projects/howbrowserswork1.htm#DOM>
* "construc... | One could argue there is prior art from the server-side "widget" cache of phpNuke
The term cache can be ambigous. The browser stores the page in memory (since Netscape 1.0 or earlier ), which is a form of cache.
Additionally, modifying DOM nodes without re-rendering the whole page has been done for a long time. Certa... |
197 | Microsoft's [application](http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PG01&p=1&u=/netahtml/PTO/srchnum.html&r=1&f=G&l=50&s1=20120110437.PGNR.) aims to patent:
>
> Methods and systems for style and/or layout caching of Web content are
> usable to build reusable style caching trees and cacheabl... | 2012/09/20 | [
"https://patents.stackexchange.com/questions/197",
"https://patents.stackexchange.com",
"https://patents.stackexchange.com/users/385/"
] | One could argue there is prior art from the server-side "widget" cache of phpNuke
The term cache can be ambigous. The browser stores the page in memory (since Netscape 1.0 or earlier ), which is a form of cache.
Additionally, modifying DOM nodes without re-rendering the whole page has been done for a long time. Certa... | There may be prior art inherent in the product of the late, lamented [FineGround](http://www.networkworld.com/reviews/2001/0611revside.html).
The product was a reverse proxy you could put in front of your web site to improve performance for end users. In addition to stuff like caching gzipped copies of images, it coul... |
197 | Microsoft's [application](http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PG01&p=1&u=/netahtml/PTO/srchnum.html&r=1&f=G&l=50&s1=20120110437.PGNR.) aims to patent:
>
> Methods and systems for style and/or layout caching of Web content are
> usable to build reusable style caching trees and cacheabl... | 2012/09/20 | [
"https://patents.stackexchange.com/questions/197",
"https://patents.stackexchange.com",
"https://patents.stackexchange.com/users/385/"
] | Claim 1 doesn't seem novel, everything seems to be described in an article from October 2009 (before the October 2010 filing date of this patent):
* "parsing the Web page file to create a document object model (DOM) tree comprising DOM tree nodes;" <http://taligarsiel.com/Projects/howbrowserswork1.htm#DOM>
* "construc... | There may be prior art inherent in the product of the late, lamented [FineGround](http://www.networkworld.com/reviews/2001/0611revside.html).
The product was a reverse proxy you could put in front of your web site to improve performance for end users. In addition to stuff like caching gzipped copies of images, it coul... |
72,749 | I am building a game in LibGDX and the game screen orientation is in landscape. I want it to stay in landscape but I still want the user to be able to flip the device onto the other side and the screen will rotate with it. My application refuses to do that and I don't know what to do to fix that. I tried turning on my ... | 2014/03/31 | [
"https://gamedev.stackexchange.com/questions/72749",
"https://gamedev.stackexchange.com",
"https://gamedev.stackexchange.com/users/36586/"
] | It defaults to locked on "landscape" mode in a libGDX project. You need to go into your "**AndroidManifest.xml**" and change **android:screenOrientation="landscape"** too **android:screenOrientation="sensorLandscape"**
There are more options - <http://developer.android.com/guide/topics/manifest/activity-element.html#s... | I know this old, but for the users who come here for an answer, all you need to do is in the "AndroidManifest.xml" file. Where it has a tag you will need to place a android:screenOrientation="sensor" to track its orientation from landscape to portrait and vice versa |
42,648 | I’ve been following [a semi-elaborate routine](https://www.muscleandstrength.com/workouts/6-day-powerbuilding-split-meal-plan) which adds intensity by using rest-pause training. Most of it is going well, except for the lunges in *Legs B*, with a goal of 50 reps over 5 sets. (My understanding is I’m to do “however many ... | 2020/08/06 | [
"https://fitness.stackexchange.com/questions/42648",
"https://fitness.stackexchange.com",
"https://fitness.stackexchange.com/users/32186/"
] | I’m not a big lunge fan myself, but they are certainly a useful exercise. While they aren’t an exercise that can be appropriately performed within lower rep ranges (say 10 or less), you certainly don’t need to do 50 reps to have an effective set. Anything between 15 and 30 should be fine, just work to (or close to) fai... | you can reduce repetition goal to 1 rep maxes and go with heavy weight.... obviously by ramping up the weight slowly first starting with warm up sets.
or by doing 5 x 5 with heavy weight. Any exercise can be loaded heavily if you dislike high rep work.
another option is to substitute Lunges with Shrimp squats, they a... |
42,648 | I’ve been following [a semi-elaborate routine](https://www.muscleandstrength.com/workouts/6-day-powerbuilding-split-meal-plan) which adds intensity by using rest-pause training. Most of it is going well, except for the lunges in *Legs B*, with a goal of 50 reps over 5 sets. (My understanding is I’m to do “however many ... | 2020/08/06 | [
"https://fitness.stackexchange.com/questions/42648",
"https://fitness.stackexchange.com",
"https://fitness.stackexchange.com/users/32186/"
] | I’m not a big lunge fan myself, but they are certainly a useful exercise. While they aren’t an exercise that can be appropriately performed within lower rep ranges (say 10 or less), you certainly don’t need to do 50 reps to have an effective set. Anything between 15 and 30 should be fine, just work to (or close to) fai... | If an exercise seems challenging to you, that's usually a bodybuilder/athlete's way of knowing that they are weak in that area and need to do it more often... although 50 reps is not very common at all for many people, especially lunges. Lunges burn a lot of calories which make an exercise seem "winded". 50 reps or "ha... |
4,303,463 | I have a gridview that I wish to display gridlines only on certain rows.
I want them to be on each column, but only after every 4 rows. Is this possible?
Thanks. | 2010/11/29 | [
"https://Stackoverflow.com/questions/4303463",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/482138/"
] | You can use the DataGridView.CellPainting event. | You can always user javascript (JQuery) to select wanted columns on table generated by gridview asp.net. After selecting this columns, set their right-border to wanted value or color.
If you don't want to use javascript, you can use RowDataBound eventHandler. If your columns are template fields, you can find wanted co... |
1,271,344 | I want to use my old laptop remotely (teamviewer) with closed lid. The problem is that the laptop will stop rendering windowcontent when the lid is closed. I found this answer: <https://superuser.com/a/988097/825553> where it was suggested to conntect a 102 ohm resitor on the vga-pin 2 & 6.
My question: can I use a 10... | 2017/11/24 | [
"https://superuser.com/questions/1271344",
"https://superuser.com",
"https://superuser.com/users/825553/"
] | Given that you use TeamViewer, you may want to try installing teamviewer's monitor driver. This should mean that teamviewer will use a virtual driver that works in any circumstances where a monitor is required. This should also allow you to use any resolution you need that is normally not supported by your monitor.
A ... | The following worked for me. I am running Windows 10 v1909....
With the lid closed, do the following (even though you don't see anything - Windows is still running, but it is not sending anything to a closed display):
1. **Windows Key** + letter '**P**' (will open the setting for multiple displays \*)
2. Press Enter
... |
2,009,194 | I was reading about Go, and I can see that it's very good and can be a language used by many developers in some months, but I want to decide a simple thing: **Learn Go or improve my Python or Ruby knowledge?**
Years developing with Python: 1
Years developing with Ruby: 0.3 | 2010/01/05 | [
"https://Stackoverflow.com/questions/2009194",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/126353/"
] | In reality, you should do both; if it's what you want. For me though, out of the two, I'd only look at Python. I have no real interest in languages that are so new. | First of all, it's a very very personal question, and my first recommendation will be , if you think so, try Go for one month or so, learning the basics, and then deciding... Each one has the mind fitted more to some particular languages than another...
I also would recommend keep using both Python and Ruby, if you're... |
2,009,194 | I was reading about Go, and I can see that it's very good and can be a language used by many developers in some months, but I want to decide a simple thing: **Learn Go or improve my Python or Ruby knowledge?**
Years developing with Python: 1
Years developing with Ruby: 0.3 | 2010/01/05 | [
"https://Stackoverflow.com/questions/2009194",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/126353/"
] | It's up to you. You should probably do both if you can, because that way you will have more tools on your metaphorical programmer's belt.
There are a number of things that I think are worth considering whenever I'm in a similar dilemma.
Is a new language (not just unfamiliar, but actually new, like Go) likely to catc... | IMO you should improve your Python knowledge. Python is a widely adopted language, whereas
Go is still at a very, very early stage and there's no reason to believe that it will become successful.
From a purely utilitarian perspective, you will get a lot more value from learning Python. |
2,009,194 | I was reading about Go, and I can see that it's very good and can be a language used by many developers in some months, but I want to decide a simple thing: **Learn Go or improve my Python or Ruby knowledge?**
Years developing with Python: 1
Years developing with Ruby: 0.3 | 2010/01/05 | [
"https://Stackoverflow.com/questions/2009194",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/126353/"
] | It depends on what your goals and your needs are.
If you're looking to develop your skills for a job, then go with Python or Ruby. You're unlikely to see Go show up in the workplace for quite some time (if ever) unless you're working at Google. (Even then it's questionable.)
If you want to have fun, do what you want.... | These two languages accomplish different goals. Go is only 20% slower than C. If you want crazy speed and easy parallelism, then learn Go. However, readability was not a design goal. Also, it has no exceptions. It can be used for real-time products though ... |
2,009,194 | I was reading about Go, and I can see that it's very good and can be a language used by many developers in some months, but I want to decide a simple thing: **Learn Go or improve my Python or Ruby knowledge?**
Years developing with Python: 1
Years developing with Ruby: 0.3 | 2010/01/05 | [
"https://Stackoverflow.com/questions/2009194",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/126353/"
] | How long have you been working with Python?
If it were me, I'd do my best to maybe get a working knowledge of Go (basic syntax, some familiarity with unique language features), and continue with Python as I normally would.
Eventually you might come up with a small project that Go seems suited for (or you can come up ... | It's not easy to answer this without knowing how good your Python is, or what you do, or where you'd use Go. If you're looking for employment, I suspect Python is the way to go. I'd be surprised to find anyone is using Go for major projects at the moment (outside Google).
Note also that Go is by no means finalised. Se... |
2,009,194 | I was reading about Go, and I can see that it's very good and can be a language used by many developers in some months, but I want to decide a simple thing: **Learn Go or improve my Python or Ruby knowledge?**
Years developing with Python: 1
Years developing with Ruby: 0.3 | 2010/01/05 | [
"https://Stackoverflow.com/questions/2009194",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/126353/"
] | It's up to you. You should probably do both if you can, because that way you will have more tools on your metaphorical programmer's belt.
There are a number of things that I think are worth considering whenever I'm in a similar dilemma.
Is a new language (not just unfamiliar, but actually new, like Go) likely to catc... | It's not easy to answer this without knowing how good your Python is, or what you do, or where you'd use Go. If you're looking for employment, I suspect Python is the way to go. I'd be surprised to find anyone is using Go for major projects at the moment (outside Google).
Note also that Go is by no means finalised. Se... |
2,009,194 | I was reading about Go, and I can see that it's very good and can be a language used by many developers in some months, but I want to decide a simple thing: **Learn Go or improve my Python or Ruby knowledge?**
Years developing with Python: 1
Years developing with Ruby: 0.3 | 2010/01/05 | [
"https://Stackoverflow.com/questions/2009194",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/126353/"
] | It depends on what your goals and your needs are.
If you're looking to develop your skills for a job, then go with Python or Ruby. You're unlikely to see Go show up in the workplace for quite some time (if ever) unless you're working at Google. (Even then it's questionable.)
If you want to have fun, do what you want.... | It's not easy to answer this without knowing how good your Python is, or what you do, or where you'd use Go. If you're looking for employment, I suspect Python is the way to go. I'd be surprised to find anyone is using Go for major projects at the moment (outside Google).
Note also that Go is by no means finalised. Se... |
2,009,194 | I was reading about Go, and I can see that it's very good and can be a language used by many developers in some months, but I want to decide a simple thing: **Learn Go or improve my Python or Ruby knowledge?**
Years developing with Python: 1
Years developing with Ruby: 0.3 | 2010/01/05 | [
"https://Stackoverflow.com/questions/2009194",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/126353/"
] | First of all, it's a very very personal question, and my first recommendation will be , if you think so, try Go for one month or so, learning the basics, and then deciding... Each one has the mind fitted more to some particular languages than another...
I also would recommend keep using both Python and Ruby, if you're... | Python is a available for most operating systems, it's generally accepted as a scriptin language, and it has matured to production quality.
Go is a research language that's only available in beta quality on Linux and OS X. Nowhere else. It's interesting from an intellectual point of view in that you can learn and appl... |
2,009,194 | I was reading about Go, and I can see that it's very good and can be a language used by many developers in some months, but I want to decide a simple thing: **Learn Go or improve my Python or Ruby knowledge?**
Years developing with Python: 1
Years developing with Ruby: 0.3 | 2010/01/05 | [
"https://Stackoverflow.com/questions/2009194",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/126353/"
] | In reality, you should do both; if it's what you want. For me though, out of the two, I'd only look at Python. I have no real interest in languages that are so new. | It's not easy to answer this without knowing how good your Python is, or what you do, or where you'd use Go. If you're looking for employment, I suspect Python is the way to go. I'd be surprised to find anyone is using Go for major projects at the moment (outside Google).
Note also that Go is by no means finalised. Se... |
2,009,194 | I was reading about Go, and I can see that it's very good and can be a language used by many developers in some months, but I want to decide a simple thing: **Learn Go or improve my Python or Ruby knowledge?**
Years developing with Python: 1
Years developing with Ruby: 0.3 | 2010/01/05 | [
"https://Stackoverflow.com/questions/2009194",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/126353/"
] | How long have you been working with Python?
If it were me, I'd do my best to maybe get a working knowledge of Go (basic syntax, some familiarity with unique language features), and continue with Python as I normally would.
Eventually you might come up with a small project that Go seems suited for (or you can come up ... | These two languages accomplish different goals. Go is only 20% slower than C. If you want crazy speed and easy parallelism, then learn Go. However, readability was not a design goal. Also, it has no exceptions. It can be used for real-time products though ... |
2,009,194 | I was reading about Go, and I can see that it's very good and can be a language used by many developers in some months, but I want to decide a simple thing: **Learn Go or improve my Python or Ruby knowledge?**
Years developing with Python: 1
Years developing with Ruby: 0.3 | 2010/01/05 | [
"https://Stackoverflow.com/questions/2009194",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/126353/"
] | How long have you been working with Python?
If it were me, I'd do my best to maybe get a working knowledge of Go (basic syntax, some familiarity with unique language features), and continue with Python as I normally would.
Eventually you might come up with a small project that Go seems suited for (or you can come up ... | Python is a available for most operating systems, it's generally accepted as a scriptin language, and it has matured to production quality.
Go is a research language that's only available in beta quality on Linux and OS X. Nowhere else. It's interesting from an intellectual point of view in that you can learn and appl... |
88,502 | I need to extract the document location of a published web service. Is there any way this can be accomplished in python?
I know where the maps are sitting on the server, and i know the name of the service and what mxd file they're based on, but i need to accomplish this programatically. | 2014/03/04 | [
"https://gis.stackexchange.com/questions/88502",
"https://gis.stackexchange.com",
"https://gis.stackexchange.com/users/26178/"
] | Unfortunately no. As Alex said, there is no real link between the original published mxd and the service (although there was in previous versions). You can however find a copy of the published mxd on your server in your ArcGIS Server directory at %arcgisserver root%\directories\arcgissystem\arcgisinput\%service folder ... | <https://developers.arcgis.com/rest/enterprise-administration/server/servicemanifest.htm>
You're looking for "resources" --> "onPremisePath" which should give you a record of the original MXD file path. |
152,896 | I've installed Drupal Commerce module, I got show cart block in header. If I click on it takes to cart page. I need a pop up of cart page on clicking show cart. | 2015/03/26 | [
"https://drupal.stackexchange.com/questions/152896",
"https://drupal.stackexchange.com",
"https://drupal.stackexchange.com/users/45541/"
] | Try the [Commerce Ajax Add to Cart](https://www.drupal.org/project/dc_ajax_add_cart) module.
>
> Using this module you can ajaxify the add to cart operation. The updated cart
> will be displayed without page refresh and a popup message will be shown after you add an item to cart. You can customize the look of the bl... | Along with Krishna Mohan suggestion you can try [Commerce Ajax Cart](https://www.drupal.org/project/commerce_ajax_cart).
This module adds a pop up cart that is AJAX handled. |
107,407 | Microsoft sells "full" (non-Arcade) games on its Xbox Live Marketplace as digital downloads ("Games on Demand"). On average, are GoD loading times significantly faster than that of the disc version "installed" to the hard drive? Or are the access times identical because the data and retrieval techniques are identical? | 2013/03/04 | [
"https://gaming.stackexchange.com/questions/107407",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/21177/"
] | Depends on the game.
If the game has an installer (ala Halo Reach), it will load significantly faster via disc than via the GoD version.
But for the most part, the Games on Demand version will run a lot faster during loads (but some of the loads are specifically hard coded times, such as Mass Effect elevators, so tha... | I know someone who has an Xbox 360 Slim and using a lot GoD. I personally use more HDD and DVDs on a fat Xbox 360 and I can assess that the difference between him launching GoD and me launching from HDD is not significantly faster. We are in a university residence and the internet connection is somewhat playing yo-yo, ... |
107,407 | Microsoft sells "full" (non-Arcade) games on its Xbox Live Marketplace as digital downloads ("Games on Demand"). On average, are GoD loading times significantly faster than that of the disc version "installed" to the hard drive? Or are the access times identical because the data and retrieval techniques are identical? | 2013/03/04 | [
"https://gaming.stackexchange.com/questions/107407",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/21177/"
] | Depends on the game.
If the game has an installer (ala Halo Reach), it will load significantly faster via disc than via the GoD version.
But for the most part, the Games on Demand version will run a lot faster during loads (but some of the loads are specifically hard coded times, such as Mass Effect elevators, so tha... | Short answer is yes.
At a maximum 24x drive speed, you can read 265.92Mbits/s off of a DVD. This assumes that the Xbox has a 24x drive, which I have not been able to validate. On the other hand, Xbox hard drives are SATA drives, which, at their slowest, have a data rate of 1.5Gbits/s
This means that, worst case, the ... |
107,407 | Microsoft sells "full" (non-Arcade) games on its Xbox Live Marketplace as digital downloads ("Games on Demand"). On average, are GoD loading times significantly faster than that of the disc version "installed" to the hard drive? Or are the access times identical because the data and retrieval techniques are identical? | 2013/03/04 | [
"https://gaming.stackexchange.com/questions/107407",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/21177/"
] | Depends on the game.
If the game has an installer (ala Halo Reach), it will load significantly faster via disc than via the GoD version.
But for the most part, the Games on Demand version will run a lot faster during loads (but some of the loads are specifically hard coded times, such as Mass Effect elevators, so tha... | (based on what I have read before and my own experience)
The load time are pretty much the same, as the content of the games including updates are taking up equal space, having the HDD loading the same files. I am not sure how the loading time from a none updated game loads when comparing disc installation and GoD inst... |
107,407 | Microsoft sells "full" (non-Arcade) games on its Xbox Live Marketplace as digital downloads ("Games on Demand"). On average, are GoD loading times significantly faster than that of the disc version "installed" to the hard drive? Or are the access times identical because the data and retrieval techniques are identical? | 2013/03/04 | [
"https://gaming.stackexchange.com/questions/107407",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/21177/"
] | Depends on the game.
If the game has an installer (ala Halo Reach), it will load significantly faster via disc than via the GoD version.
But for the most part, the Games on Demand version will run a lot faster during loads (but some of the loads are specifically hard coded times, such as Mass Effect elevators, so tha... | I really can't tell if on average GoD downloads load faster as it seems to vary in a case by case basis. Take Halo 3 for example: back in 2010 it was [acknowledged by Bungie](http://www.1up.com/news/microsoft-acknowledges-longer-load-times) that the GoD version of the game would have longer load times. |
97,116 | Would a Dwarf's +2 to constitution be added to their ability stat, or just their modifier when making a roll? | 2017/03/27 | [
"https://rpg.stackexchange.com/questions/97116",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/34907/"
] | **It's added to the ability stat.**
If you are using point buy then any racial bonuses are added at the end. If you are rolling then you add the bonus after assigning each roll to a particular ability.
This would typically provide a +1 bonus to CON based rolls. | Ability modifiers in general, and racial ones in particular, affect your ability score, not just rolls that depend on it. So for stats like Con and Str, where individual ranks matter for derived stats, you would benefit from an increase to those derived stats in addition to the bonus on rolls. |
97,116 | Would a Dwarf's +2 to constitution be added to their ability stat, or just their modifier when making a roll? | 2017/03/27 | [
"https://rpg.stackexchange.com/questions/97116",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/34907/"
] | **It's added to the ability stat.**
If you are using point buy then any racial bonuses are added at the end. If you are rolling then you add the bonus after assigning each roll to a particular ability.
This would typically provide a +1 bonus to CON based rolls. | It is added to the base score during character creation, after initial ability scores are decided (Or race change with Reincarnation or something). It is an untyped, inherent increase, not a bonus. It is treated as if the ability score started that high during ability score determination and it should not be written on... |
97,116 | Would a Dwarf's +2 to constitution be added to their ability stat, or just their modifier when making a roll? | 2017/03/27 | [
"https://rpg.stackexchange.com/questions/97116",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/34907/"
] | It is added to the base score during character creation, after initial ability scores are decided (Or race change with Reincarnation or something). It is an untyped, inherent increase, not a bonus. It is treated as if the ability score started that high during ability score determination and it should not be written on... | Ability modifiers in general, and racial ones in particular, affect your ability score, not just rolls that depend on it. So for stats like Con and Str, where individual ranks matter for derived stats, you would benefit from an increase to those derived stats in addition to the bonus on rolls. |
15,895,384 | I have runnning e-commerce based ruby on rails application on AWS stack. I am running ubuntu 10.04 ec2 instances with Elastic load balancer and I have maintained equal number of instance in the both the availability zone, 1a and 1b. But according to my observation, ELB seeming to be pushing more traffic to 1a rather th... | 2013/04/09 | [
"https://Stackoverflow.com/questions/15895384",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/449344/"
] | In my experience, this can happen if a disproportionate amount of traffic is coming from a single network or ip address.
ELB uses different layers of balancing. DNS load balancing will send it to a set of IP addresses in one of the two zones, and the software load balancer will distribute traffic between instances in... | If the source traffic is coming from a single Network/IP range or IP address, ELB might load balance the traffic disproportionately to the backend. I have discussed this point as well as couple of other details to note on ELB in my blog "Dissecting ELB". I have also noticed this behavior in some popular OSS LB implemen... |
18,863,330 | Just wondering if anyone came across to an issue, that jQuery mobile doesn't have a flash error / infor / warning messages.
Is there any 3d party libraries that deal with that messages?
PS. Don't need a popup. | 2013/09/18 | [
"https://Stackoverflow.com/questions/18863330",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/692020/"
] | I found ***jquery-message*** project:
>
> <http://code.google.com/p/jquery-message/>
>
>
>
But haven't tested yet.
The [mobile demo page](http://jquery-message.googlecode.com/hg/demo/mobile.html) seems like what you are looking for | I'm years late to this thread, but the reason is because jQuery is submitting the form (likely you're submitting a form and want a response) via AJAX, which is async, so the response comes back before the server sets the flash message, and the flash isn't being rendered in the ajax callback.
Long story short, if you s... |
20,102,055 | I need to create a REST based web service where the request will be handled asynchronously.
By asynchronous, I mean that the client will make the request and continue with its execution with out waiting for the response from the service.Is it possible to achieve this?
I need to deploy the service in WebSphere Applicati... | 2013/11/20 | [
"https://Stackoverflow.com/questions/20102055",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1511294/"
] | So I am not sure if your question is about how to do asynchronous processing on the server, or how to handle asynchronous operations in a RESTful manner. If it is the latter, then here is a summary of the approach suggested at: <http://restcookbook.com/Resources/asynchroneous-operations/>
Code your service method to
... | Yes, you could create a Thread which calls your REST service. Maybe you could see how to achieve this here:
<http://docs.oracle.com/javase/tutorial/essential/concurrency/runthread.html> |
2,977 | Lately I've noticed several older questions (some as many as two years old) that are being flagged as off topic and are in the queue to be closed.
I don't understand this? Why would we waste our time on questions that are so far off of the front page that we wouldn't even have to see them if they weren't being flagged... | 2016/05/05 | [
"https://aviation.meta.stackexchange.com/questions/2977",
"https://aviation.meta.stackexchange.com",
"https://aviation.meta.stackexchange.com/users/511/"
] | While I don't entirely disagree that all questions should be evaluated based on current standards, I've found that the people who vote to close old questions tend to be people who want to be rule enforcers.
There are a lot of mentalities which emanate from Stack Overflow out into our smaller communities, and chief amo... | Per [Meta](https://meta.stackexchange.com/q/194116/257476), all questions should be evaluated based on our current standards. This ensures consistency across the site, and prevents people from getting the wrong idea of what is considered a good question based on older posts. If users feel that a question should be clos... |
3,051 | I am building a social media platform. I am considering implementing a function to let users view recent visitors to their profile page.
Is it a good idea to let a user view who's visited or viewed their profile? Why or why not? | 2019/04/06 | [
"https://moderators.stackexchange.com/questions/3051",
"https://moderators.stackexchange.com",
"https://moderators.stackexchange.com/users/3880/"
] | I think that a good way to handle this would be to let them see *how many* people visited their profile, but then have a setting where people can choose if they want their profile to appear on a list of people who visited somebody's profile, that way people can have a say on who sees their username, while still allowin... | Letting users know how many views, in total, their profile has gotten could be beneficial. Stack Exchange used to have this feature prior to some profile redesigns, even though it is not a social media site. It let others, and the user themselves, know how "popular" their profile page is. Or, perhaps more accurately, h... |
6,326,954 | I currently have an entity Exercise with attributes name, picture , muscle, etc.
When an exercise object is created and saved in my app (using core data), all these attributes are set from a dictionary in a .plist. I now want to add descriptions (paragraph of text) but it doesn't make sense to add a description attrib... | 2011/06/13 | [
"https://Stackoverflow.com/questions/6326954",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/-1/"
] | You should use the CodePlex [Contact Us](https://www.codeplex.com/site/contact) form and say what error you're getting and we'll run "hg recover" on your project for you. | OK, the issue was on the remote repository hosted on codeplex. The codeplex folks were so kind as to fix the issue :) |
6,326,954 | I currently have an entity Exercise with attributes name, picture , muscle, etc.
When an exercise object is created and saved in my app (using core data), all these attributes are set from a dictionary in a .plist. I now want to add descriptions (paragraph of text) but it doesn't make sense to add a description attrib... | 2011/06/13 | [
"https://Stackoverflow.com/questions/6326954",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/-1/"
] | For anyone having this problem on their own hg repo you need to run **hg recover *on the remote repo***. It's a very simple fix but the error messages doesn't make this obvious.
(This is mentioned above, I just want to make it very clear). | You should use the CodePlex [Contact Us](https://www.codeplex.com/site/contact) form and say what error you're getting and we'll run "hg recover" on your project for you. |
6,326,954 | I currently have an entity Exercise with attributes name, picture , muscle, etc.
When an exercise object is created and saved in my app (using core data), all these attributes are set from a dictionary in a .plist. I now want to add descriptions (paragraph of text) but it doesn't make sense to add a description attrib... | 2011/06/13 | [
"https://Stackoverflow.com/questions/6326954",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/-1/"
] | For anyone having this problem on their own hg repo you need to run **hg recover *on the remote repo***. It's a very simple fix but the error messages doesn't make this obvious.
(This is mentioned above, I just want to make it very clear). | OK, the issue was on the remote repository hosted on codeplex. The codeplex folks were so kind as to fix the issue :) |
9,208 | I've found a good-condition earphones in an old bag, and I've managed to clean the earphone cords with a rag and alcohol, I've also found **[this video](https://www.youtube.com/watch?v=tVeH2rhocSY)** which suggests to clean them with **Window Cleaner Liquid** which also helped me remove the last dirty of the places tha... | 2015/09/06 | [
"https://lifehacks.stackexchange.com/questions/9208",
"https://lifehacks.stackexchange.com",
"https://lifehacks.stackexchange.com/users/5274/"
] | Well, in my case, I just used wet wipes and rubbed it around the cord of my earphones.
And I tell you, it works just like magic! Although, it hadn't turned my earphones back into its original white color but still, the dirt clinging around the cord had definitely been removed. | use white toothpaste :) it works on my white earphone turned yellowish |
9,208 | I've found a good-condition earphones in an old bag, and I've managed to clean the earphone cords with a rag and alcohol, I've also found **[this video](https://www.youtube.com/watch?v=tVeH2rhocSY)** which suggests to clean them with **Window Cleaner Liquid** which also helped me remove the last dirty of the places tha... | 2015/09/06 | [
"https://lifehacks.stackexchange.com/questions/9208",
"https://lifehacks.stackexchange.com",
"https://lifehacks.stackexchange.com/users/5274/"
] | I hate to break it to you, but short of shaving or chemically melting off the outer layer of discolored plastic, you can't really remove that kind of discoloration. And that is if it only penetrated shallowly. If it was due to some kind of volatiles that were able to work themselves deeply into the polymer structures, ... | Nail paint remover is quite effective. Take a few drops on cotton ball, you can remove any color from headphones/charger- volatile or non volatile. Rub the cotton ball on cable with soft hands. Results are too good. |
9,208 | I've found a good-condition earphones in an old bag, and I've managed to clean the earphone cords with a rag and alcohol, I've also found **[this video](https://www.youtube.com/watch?v=tVeH2rhocSY)** which suggests to clean them with **Window Cleaner Liquid** which also helped me remove the last dirty of the places tha... | 2015/09/06 | [
"https://lifehacks.stackexchange.com/questions/9208",
"https://lifehacks.stackexchange.com",
"https://lifehacks.stackexchange.com/users/5274/"
] | Nail paint remover is quite effective. Take a few drops on cotton ball, you can remove any color from headphones/charger- volatile or non volatile. Rub the cotton ball on cable with soft hands. Results are too good. | Dampen a wet wipe or cloth with hand sanitizer and wipe your headphones..it works without making your headphones sticky |
9,208 | I've found a good-condition earphones in an old bag, and I've managed to clean the earphone cords with a rag and alcohol, I've also found **[this video](https://www.youtube.com/watch?v=tVeH2rhocSY)** which suggests to clean them with **Window Cleaner Liquid** which also helped me remove the last dirty of the places tha... | 2015/09/06 | [
"https://lifehacks.stackexchange.com/questions/9208",
"https://lifehacks.stackexchange.com",
"https://lifehacks.stackexchange.com/users/5274/"
] | Just use a little bit of hand sanitizer and keep applying it over the length of the cable over and over again. It has left my earphone cables looking almost new. | use white toothpaste :) it works on my white earphone turned yellowish |
9,208 | I've found a good-condition earphones in an old bag, and I've managed to clean the earphone cords with a rag and alcohol, I've also found **[this video](https://www.youtube.com/watch?v=tVeH2rhocSY)** which suggests to clean them with **Window Cleaner Liquid** which also helped me remove the last dirty of the places tha... | 2015/09/06 | [
"https://lifehacks.stackexchange.com/questions/9208",
"https://lifehacks.stackexchange.com",
"https://lifehacks.stackexchange.com/users/5274/"
] | In case anyone is wondering if I did cleaned my white earphones, here's how I did it.
They are not 100% white, but definitely a lot whiter.
First I tried to brush them with toothpaste as suggested by @zzzzz , but I didn't quite see any plausible results, then when I was tired of brushing them and as a last resort, ... | use white toothpaste :) it works on my white earphone turned yellowish |
9,208 | I've found a good-condition earphones in an old bag, and I've managed to clean the earphone cords with a rag and alcohol, I've also found **[this video](https://www.youtube.com/watch?v=tVeH2rhocSY)** which suggests to clean them with **Window Cleaner Liquid** which also helped me remove the last dirty of the places tha... | 2015/09/06 | [
"https://lifehacks.stackexchange.com/questions/9208",
"https://lifehacks.stackexchange.com",
"https://lifehacks.stackexchange.com/users/5274/"
] | Squeeze out a lemon get some baking soda and some toothpaste mix it together and apply to the cord and take a wet paper towel not too wet and remove the mixture and there you have it good as new. | Just use a little bit of hand sanitizer and keep applying it over the length of the cable over and over again. It has left my earphone cables looking almost new. |
9,208 | I've found a good-condition earphones in an old bag, and I've managed to clean the earphone cords with a rag and alcohol, I've also found **[this video](https://www.youtube.com/watch?v=tVeH2rhocSY)** which suggests to clean them with **Window Cleaner Liquid** which also helped me remove the last dirty of the places tha... | 2015/09/06 | [
"https://lifehacks.stackexchange.com/questions/9208",
"https://lifehacks.stackexchange.com",
"https://lifehacks.stackexchange.com/users/5274/"
] | Nail paint remover is quite effective. Take a few drops on cotton ball, you can remove any color from headphones/charger- volatile or non volatile. Rub the cotton ball on cable with soft hands. Results are too good. | use white toothpaste :) it works on my white earphone turned yellowish |
9,208 | I've found a good-condition earphones in an old bag, and I've managed to clean the earphone cords with a rag and alcohol, I've also found **[this video](https://www.youtube.com/watch?v=tVeH2rhocSY)** which suggests to clean them with **Window Cleaner Liquid** which also helped me remove the last dirty of the places tha... | 2015/09/06 | [
"https://lifehacks.stackexchange.com/questions/9208",
"https://lifehacks.stackexchange.com",
"https://lifehacks.stackexchange.com/users/5274/"
] | Squeeze out a lemon get some baking soda and some toothpaste mix it together and apply to the cord and take a wet paper towel not too wet and remove the mixture and there you have it good as new. | Nail paint remover is quite effective. Take a few drops on cotton ball, you can remove any color from headphones/charger- volatile or non volatile. Rub the cotton ball on cable with soft hands. Results are too good. |
9,208 | I've found a good-condition earphones in an old bag, and I've managed to clean the earphone cords with a rag and alcohol, I've also found **[this video](https://www.youtube.com/watch?v=tVeH2rhocSY)** which suggests to clean them with **Window Cleaner Liquid** which also helped me remove the last dirty of the places tha... | 2015/09/06 | [
"https://lifehacks.stackexchange.com/questions/9208",
"https://lifehacks.stackexchange.com",
"https://lifehacks.stackexchange.com/users/5274/"
] | I hate to break it to you, but short of shaving or chemically melting off the outer layer of discolored plastic, you can't really remove that kind of discoloration. And that is if it only penetrated shallowly. If it was due to some kind of volatiles that were able to work themselves deeply into the polymer structures, ... | use white toothpaste :) it works on my white earphone turned yellowish |
9,208 | I've found a good-condition earphones in an old bag, and I've managed to clean the earphone cords with a rag and alcohol, I've also found **[this video](https://www.youtube.com/watch?v=tVeH2rhocSY)** which suggests to clean them with **Window Cleaner Liquid** which also helped me remove the last dirty of the places tha... | 2015/09/06 | [
"https://lifehacks.stackexchange.com/questions/9208",
"https://lifehacks.stackexchange.com",
"https://lifehacks.stackexchange.com/users/5274/"
] | I hate to break it to you, but short of shaving or chemically melting off the outer layer of discolored plastic, you can't really remove that kind of discoloration. And that is if it only penetrated shallowly. If it was due to some kind of volatiles that were able to work themselves deeply into the polymer structures, ... | The easiest way is use eraser. And rub it over the length. this is quick and easy way when cable is not too much dirty. |
616,834 | It is very common to have uncorrelated velocities in chaotic dynamical systems. Yet, we should be wary in equating the two quite different meanings of chaos.
Instead of matching dynamical chaos to molecular chaos, it seems much easier to work the other way as the former case does not have a universal definition. Hence... | 2021/02/24 | [
"https://physics.stackexchange.com/questions/616834",
"https://physics.stackexchange.com",
"https://physics.stackexchange.com/users/223390/"
] | Photons (obviously) travel at the speed of light in vacuum. Any other particle with zero rest mass (such as the hypothetical [graviton](https://en.wikipedia.org/wiki/Graviton), if it exists) would also travel at the speed of light. Nothing with non-zero rest mass can travel at the speed of light in vacuum. However, par... | Nothing with rest mass can attain the speed that light travels at in vacuum. |
10,486 | Estimates have been thrown around a lot recently as to the year in which the last Bitcoin will be mined- where are these estimates coming from? Could someone send me to the relevant code? | 2013/05/02 | [
"https://bitcoin.stackexchange.com/questions/10486",
"https://bitcoin.stackexchange.com",
"https://bitcoin.stackexchange.com/users/5841/"
] | The estimate is **2140** based on the block reward halving frequency of four years. [According to math and knowledge that there are 32 halving events](https://bitcoin.stackexchange.com/questions/8823/how-many-bitcoin-are-mined-per-day), in 2136, the block reward will yield 0.00000168 BTC per day, which is 0.00000042 BT... | As per considering mining of any cryptocurrency is calculated by increasing hash rate and difficulty and decreasing block rewards. So time prediction of final block mining is 2145. |
10,486 | Estimates have been thrown around a lot recently as to the year in which the last Bitcoin will be mined- where are these estimates coming from? Could someone send me to the relevant code? | 2013/05/02 | [
"https://bitcoin.stackexchange.com/questions/10486",
"https://bitcoin.stackexchange.com",
"https://bitcoin.stackexchange.com/users/5841/"
] | The estimate is **2140** based on the block reward halving frequency of four years. [According to math and knowledge that there are 32 halving events](https://bitcoin.stackexchange.com/questions/8823/how-many-bitcoin-are-mined-per-day), in 2136, the block reward will yield 0.00000168 BTC per day, which is 0.00000042 BT... | Bitcoin's reward schedule is implemented in eras of 210,000 blocks. The block subsidy gets halved with the first block of each new era. The 33rd "halving" at block 6,930,000 will reduce the block subsidy limit from 1 satoshi per block to 0 satoshi per block¹ and therefore the last block creating new bitcoins will be bl... |
10,486 | Estimates have been thrown around a lot recently as to the year in which the last Bitcoin will be mined- where are these estimates coming from? Could someone send me to the relevant code? | 2013/05/02 | [
"https://bitcoin.stackexchange.com/questions/10486",
"https://bitcoin.stackexchange.com",
"https://bitcoin.stackexchange.com/users/5841/"
] | Bitcoin's reward schedule is implemented in eras of 210,000 blocks. The block subsidy gets halved with the first block of each new era. The 33rd "halving" at block 6,930,000 will reduce the block subsidy limit from 1 satoshi per block to 0 satoshi per block¹ and therefore the last block creating new bitcoins will be bl... | As per considering mining of any cryptocurrency is calculated by increasing hash rate and difficulty and decreasing block rewards. So time prediction of final block mining is 2145. |
15,704 | Does the Greek text of 2 Tim. 1:16-18 imply that Onesiphorus had already been dead by the time of writing these words?:
>
> The Lord give mercy unto the house of Onesiphorus; for he oft
> refreshed me, and was not ashamed of my chain: But, when he was in
> Rome, he sought me out very diligently, and found me. The L... | 2015/02/13 | [
"https://hermeneutics.stackexchange.com/questions/15704",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/331/"
] | The key of this text is the phrase **that day**, which occurs in the following three verses:
>
> [**2 Tim 1:16-18**](https://www.biblegateway.com/passage/?search=2%20Timothy%201%3A12&version=NASB;SBLGNT) (NASB)
>
> 16 The Lord grant mercy to the house of Onesiphorus, for he often refreshed me and was not ashamed o... | Onesiphorus, I believe, was not dead because Paul would not have prayed for him. Besides those who die in Christ need no one to pray for them, as they are "in Christ". That's a guarantee.
>
> And the LORD, he *it is* that doth go before thee; he will be with thee, he will not fail thee, neither forsake thee: fear not... |
15,704 | Does the Greek text of 2 Tim. 1:16-18 imply that Onesiphorus had already been dead by the time of writing these words?:
>
> The Lord give mercy unto the house of Onesiphorus; for he oft
> refreshed me, and was not ashamed of my chain: But, when he was in
> Rome, he sought me out very diligently, and found me. The L... | 2015/02/13 | [
"https://hermeneutics.stackexchange.com/questions/15704",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/331/"
] | The text provided in the question is an accurate translation of the [Greek text seen here](http://www.scripture4all.org/OnlineInterlinear/NTpdf/2ti1.pdf). This does not state that Onesiphorus is already dead, but gives us clues that lead to that conclusion. First, the mention of Onesiphorus' grieving family ("The Lord ... | According to the current official teaching of the RCC, purgatory is not a place to PAY for one's venial sins, but a place of purification to prepare the deceased 'Christian' to live in heaven. Thus, purgatory implies that the person enduring it already has full pardon or mercy in Jesus. The person's sins are redeemed b... |
15,704 | Does the Greek text of 2 Tim. 1:16-18 imply that Onesiphorus had already been dead by the time of writing these words?:
>
> The Lord give mercy unto the house of Onesiphorus; for he oft
> refreshed me, and was not ashamed of my chain: But, when he was in
> Rome, he sought me out very diligently, and found me. The L... | 2015/02/13 | [
"https://hermeneutics.stackexchange.com/questions/15704",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/331/"
] | The key of this text is the phrase **that day**, which occurs in the following three verses:
>
> [**2 Tim 1:16-18**](https://www.biblegateway.com/passage/?search=2%20Timothy%201%3A12&version=NASB;SBLGNT) (NASB)
>
> 16 The Lord grant mercy to the house of Onesiphorus, for he often refreshed me and was not ashamed o... | According to the current official teaching of the RCC, purgatory is not a place to PAY for one's venial sins, but a place of purification to prepare the deceased 'Christian' to live in heaven. Thus, purgatory implies that the person enduring it already has full pardon or mercy in Jesus. The person's sins are redeemed b... |
15,704 | Does the Greek text of 2 Tim. 1:16-18 imply that Onesiphorus had already been dead by the time of writing these words?:
>
> The Lord give mercy unto the house of Onesiphorus; for he oft
> refreshed me, and was not ashamed of my chain: But, when he was in
> Rome, he sought me out very diligently, and found me. The L... | 2015/02/13 | [
"https://hermeneutics.stackexchange.com/questions/15704",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/331/"
] | The key of this text is the phrase **that day**, which occurs in the following three verses:
>
> [**2 Tim 1:16-18**](https://www.biblegateway.com/passage/?search=2%20Timothy%201%3A12&version=NASB;SBLGNT) (NASB)
>
> 16 The Lord grant mercy to the house of Onesiphorus, for he often refreshed me and was not ashamed o... | I think the question misses the point. It seems logical that Paul prays for mercy for Onesiphorus not because he was already dead, but because he too had turned away and abandoned Paul like the others. Rather Paul, not wanting O. to fall under God's judgment for this act, prays that God will have mercy on him and remem... |
15,704 | Does the Greek text of 2 Tim. 1:16-18 imply that Onesiphorus had already been dead by the time of writing these words?:
>
> The Lord give mercy unto the house of Onesiphorus; for he oft
> refreshed me, and was not ashamed of my chain: But, when he was in
> Rome, he sought me out very diligently, and found me. The L... | 2015/02/13 | [
"https://hermeneutics.stackexchange.com/questions/15704",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/331/"
] | I think that we need to understand firstly that Paul is contrasting Onesiphorus and his household with those people he mentions in v14. He is commending them for their care of him.
The fact that it is just Onesiphorus' household that Paul speaks of in v15 and not Onesiphorus himself suggests that he wasn't there at t... | I think the question misses the point. It seems logical that Paul prays for mercy for Onesiphorus not because he was already dead, but because he too had turned away and abandoned Paul like the others. Rather Paul, not wanting O. to fall under God's judgment for this act, prays that God will have mercy on him and remem... |
15,704 | Does the Greek text of 2 Tim. 1:16-18 imply that Onesiphorus had already been dead by the time of writing these words?:
>
> The Lord give mercy unto the house of Onesiphorus; for he oft
> refreshed me, and was not ashamed of my chain: But, when he was in
> Rome, he sought me out very diligently, and found me. The L... | 2015/02/13 | [
"https://hermeneutics.stackexchange.com/questions/15704",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/331/"
] | I think that we need to understand firstly that Paul is contrasting Onesiphorus and his household with those people he mentions in v14. He is commending them for their care of him.
The fact that it is just Onesiphorus' household that Paul speaks of in v15 and not Onesiphorus himself suggests that he wasn't there at t... | According to the current official teaching of the RCC, purgatory is not a place to PAY for one's venial sins, but a place of purification to prepare the deceased 'Christian' to live in heaven. Thus, purgatory implies that the person enduring it already has full pardon or mercy in Jesus. The person's sins are redeemed b... |
15,704 | Does the Greek text of 2 Tim. 1:16-18 imply that Onesiphorus had already been dead by the time of writing these words?:
>
> The Lord give mercy unto the house of Onesiphorus; for he oft
> refreshed me, and was not ashamed of my chain: But, when he was in
> Rome, he sought me out very diligently, and found me. The L... | 2015/02/13 | [
"https://hermeneutics.stackexchange.com/questions/15704",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/331/"
] | The key of this text is the phrase **that day**, which occurs in the following three verses:
>
> [**2 Tim 1:16-18**](https://www.biblegateway.com/passage/?search=2%20Timothy%201%3A12&version=NASB;SBLGNT) (NASB)
>
> 16 The Lord grant mercy to the house of Onesiphorus, for he often refreshed me and was not ashamed o... | The text provided in the question is an accurate translation of the [Greek text seen here](http://www.scripture4all.org/OnlineInterlinear/NTpdf/2ti1.pdf). This does not state that Onesiphorus is already dead, but gives us clues that lead to that conclusion. First, the mention of Onesiphorus' grieving family ("The Lord ... |
15,704 | Does the Greek text of 2 Tim. 1:16-18 imply that Onesiphorus had already been dead by the time of writing these words?:
>
> The Lord give mercy unto the house of Onesiphorus; for he oft
> refreshed me, and was not ashamed of my chain: But, when he was in
> Rome, he sought me out very diligently, and found me. The L... | 2015/02/13 | [
"https://hermeneutics.stackexchange.com/questions/15704",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/331/"
] | The key of this text is the phrase **that day**, which occurs in the following three verses:
>
> [**2 Tim 1:16-18**](https://www.biblegateway.com/passage/?search=2%20Timothy%201%3A12&version=NASB;SBLGNT) (NASB)
>
> 16 The Lord grant mercy to the house of Onesiphorus, for he often refreshed me and was not ashamed o... | I think that we need to understand firstly that Paul is contrasting Onesiphorus and his household with those people he mentions in v14. He is commending them for their care of him.
The fact that it is just Onesiphorus' household that Paul speaks of in v15 and not Onesiphorus himself suggests that he wasn't there at t... |
15,704 | Does the Greek text of 2 Tim. 1:16-18 imply that Onesiphorus had already been dead by the time of writing these words?:
>
> The Lord give mercy unto the house of Onesiphorus; for he oft
> refreshed me, and was not ashamed of my chain: But, when he was in
> Rome, he sought me out very diligently, and found me. The L... | 2015/02/13 | [
"https://hermeneutics.stackexchange.com/questions/15704",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/331/"
] | The text provided in the question is an accurate translation of the [Greek text seen here](http://www.scripture4all.org/OnlineInterlinear/NTpdf/2ti1.pdf). This does not state that Onesiphorus is already dead, but gives us clues that lead to that conclusion. First, the mention of Onesiphorus' grieving family ("The Lord ... | I think the question misses the point. It seems logical that Paul prays for mercy for Onesiphorus not because he was already dead, but because he too had turned away and abandoned Paul like the others. Rather Paul, not wanting O. to fall under God's judgment for this act, prays that God will have mercy on him and remem... |
15,704 | Does the Greek text of 2 Tim. 1:16-18 imply that Onesiphorus had already been dead by the time of writing these words?:
>
> The Lord give mercy unto the house of Onesiphorus; for he oft
> refreshed me, and was not ashamed of my chain: But, when he was in
> Rome, he sought me out very diligently, and found me. The L... | 2015/02/13 | [
"https://hermeneutics.stackexchange.com/questions/15704",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/331/"
] | I think that we need to understand firstly that Paul is contrasting Onesiphorus and his household with those people he mentions in v14. He is commending them for their care of him.
The fact that it is just Onesiphorus' household that Paul speaks of in v15 and not Onesiphorus himself suggests that he wasn't there at t... | The text provided in the question is an accurate translation of the [Greek text seen here](http://www.scripture4all.org/OnlineInterlinear/NTpdf/2ti1.pdf). This does not state that Onesiphorus is already dead, but gives us clues that lead to that conclusion. First, the mention of Onesiphorus' grieving family ("The Lord ... |
79,282 | Does anyone know groups which admit presentations with two more generators than relators and are not residually finite? If so, do we know anything about the finite residual of such groups?
Any examples of finitely presented or finitely generated groups which are not residually finite but whose inner automorphism group... | 2011/10/27 | [
"https://mathoverflow.net/questions/79282",
"https://mathoverflow.net",
"https://mathoverflow.net/users/18834/"
] | P. Deligne has constructed non-residually finite central extensions of some arithmetic groups, so for these the inner automorphism group is residually finite, see: P. Deligne. Extensions centrales non r ́esiduellement finies de groupes arithm ́etiques. CR Acad. Sci. Paris, s ́erie A-B, 287, 203–208, 1978.
See also the... | In [this](http://www.ams.org/mathscinet/search/publdoc.html?arg3=&co4=AND&co5=AND&co6=AND&co7=AND&dr=all&pg4=AUCN&pg5=TI&pg6=PC&pg7=MR&pg8=ET&r=1&review_format=html&s4=erschler&s5=residually&s6=&s7=&s8=All&vfpref=html&yearRangeFirst=&yearRangeSecond=&yrop=eq) paper, Anna Erschler constructs uncountably many non residua... |
1,588,738 | I have a simple question regarding the Minimax algorithm: for example for the tic-tac-toe game, how do I determine the utility function's for each player plays? It doesn't do that automatically, does it? I must hard-code the values in the game, it can't learn them by itself, does it? | 2009/10/19 | [
"https://Stackoverflow.com/questions/1588738",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/130758/"
] | No, a MiniMax does not learn. It is a smarter version of a brute-force tree search. | Tic-Tac-Toe is small enough to run the game to the end and assign 1 for win, 0 for draw and -1 for lose.
Otherwise you have to provide a function which determines the value of a position heuristically. In chess for example a big factor is the value of the material, but also who controls the center or how easily the pi... |
1,588,738 | I have a simple question regarding the Minimax algorithm: for example for the tic-tac-toe game, how do I determine the utility function's for each player plays? It doesn't do that automatically, does it? I must hard-code the values in the game, it can't learn them by itself, does it? | 2009/10/19 | [
"https://Stackoverflow.com/questions/1588738",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/130758/"
] | No, a MiniMax does not learn. It is a smarter version of a brute-force tree search. | *How do determine the utility function for each play?*
Carefully ;-) This [article](http://aristotlethegeek.wordpress.com/2008/01/24/minimax-negamax-and-tic-tac-toe/) shows how a slightly flawed evaluation function (one for ex. which either doesn't go "deep" enough in looking ahead in the tree of possible plys, or one... |
1,588,738 | I have a simple question regarding the Minimax algorithm: for example for the tic-tac-toe game, how do I determine the utility function's for each player plays? It doesn't do that automatically, does it? I must hard-code the values in the game, it can't learn them by itself, does it? | 2009/10/19 | [
"https://Stackoverflow.com/questions/1588738",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/130758/"
] | No, a MiniMax does not learn. It is a smarter version of a brute-force tree search. | Typically you would implement the utility function directly. In this case the algorithm would not learn how to play the game, it would use the information that you had explicitly hard-coded in the implementation.
However, it would be possible to use [genetic programming](http://en.wikipedia.org/wiki/Genetic_programmi... |
5,613,824 | I'm looking to solve a problem regarding the optimal sorting of variable sized boxes into the confined space of a 4x4 sized rack. The algorithm should sort those boxes so that there is as little wasted rackspace as possible.
The rack I'm talking about looks like the typical IKEA rack "[Expedit](http://www.ikea.com/de/... | 2011/04/10 | [
"https://Stackoverflow.com/questions/5613824",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/171364/"
] | You should read the [Facebook Factsheet](https://www.facebook.com/press/info.php?factsheet).
Site was originally built on [PHP](http://php.net/) and MySQL (and still uses a combination thereof to this day; albeit, much more complex combinations of architecturally). To build your own Facebook though, you don't necessar... | Facebook I believe is based on PHP, mySQL and Apache. Here you can see some of the open technologies and tools they use.
<http://developers.facebook.com/opensource/>
And if you are planning on making your own facebook, or something similar, you might want to give a brief look to diaspora. It is an open source social ... |
59,670 | I just witnessed an incident at my company where one of my colleagues accused another colleague and his arguments were based on the University he graduated from.
Is it correct to engage in such desperate arguments based on studies? The colleague who was judged is smart and even if he didn’t graduate from a computer sc... | 2015/12/20 | [
"https://workplace.stackexchange.com/questions/59670",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/45038/"
] | First it's utterly inappropriate for that to be said. It is prejudicial, confrontational, insults their bosses decision making process and just avoids the specifics of whatever task they were working on. Remember, work is a job. And a job encompasses tasks. And most of the time if you are upset at a colleague you might... | When assessing colleagues, there are limited measures of capabilities that are as easy to measure as university education. Even so, usually it's inappropriate to mention one's university education as a point in a debate or argument while it's advisable to be respectful of someone that has earned respect (either by form... |
59,670 | I just witnessed an incident at my company where one of my colleagues accused another colleague and his arguments were based on the University he graduated from.
Is it correct to engage in such desperate arguments based on studies? The colleague who was judged is smart and even if he didn’t graduate from a computer sc... | 2015/12/20 | [
"https://workplace.stackexchange.com/questions/59670",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/45038/"
] | When assessing colleagues, there are limited measures of capabilities that are as easy to measure as university education. Even so, usually it's inappropriate to mention one's university education as a point in a debate or argument while it's advisable to be respectful of someone that has earned respect (either by form... | When faced with a foolish statement, I often prefer quips and sound bites to well reasoned arguments as most people are neither prepared nor interested in a well reasoned argument when they make a foolish statement. Here are a few to try.
"Those who can do. Those who can't teach. Those who can do neither study."
"So ... |
59,670 | I just witnessed an incident at my company where one of my colleagues accused another colleague and his arguments were based on the University he graduated from.
Is it correct to engage in such desperate arguments based on studies? The colleague who was judged is smart and even if he didn’t graduate from a computer sc... | 2015/12/20 | [
"https://workplace.stackexchange.com/questions/59670",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/45038/"
] | First it's utterly inappropriate for that to be said. It is prejudicial, confrontational, insults their bosses decision making process and just avoids the specifics of whatever task they were working on. Remember, work is a job. And a job encompasses tasks. And most of the time if you are upset at a colleague you might... | Definitely not an appropriate argument. It's like saying "I'm right because I'm older." If you are at the receiving end of this, keep asking "why." If someone wants to claim superior knowledge based on whatever, he/she has the privilege of explaining the reasoning. Which brings the discussion back to facts. Something t... |
59,670 | I just witnessed an incident at my company where one of my colleagues accused another colleague and his arguments were based on the University he graduated from.
Is it correct to engage in such desperate arguments based on studies? The colleague who was judged is smart and even if he didn’t graduate from a computer sc... | 2015/12/20 | [
"https://workplace.stackexchange.com/questions/59670",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/45038/"
] | It is not something that is typically appropriate but it kind of depends on the context.
If it is was about syntax or stuff you can learn with practice then no.
Let's say is was about a compiler design where if you have not been through the formal theory is not something you would readily pick up then maybe. But ne... | When faced with a foolish statement, I often prefer quips and sound bites to well reasoned arguments as most people are neither prepared nor interested in a well reasoned argument when they make a foolish statement. Here are a few to try.
"Those who can do. Those who can't teach. Those who can do neither study."
"So ... |
59,670 | I just witnessed an incident at my company where one of my colleagues accused another colleague and his arguments were based on the University he graduated from.
Is it correct to engage in such desperate arguments based on studies? The colleague who was judged is smart and even if he didn’t graduate from a computer sc... | 2015/12/20 | [
"https://workplace.stackexchange.com/questions/59670",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/45038/"
] | First it's utterly inappropriate for that to be said. It is prejudicial, confrontational, insults their bosses decision making process and just avoids the specifics of whatever task they were working on. Remember, work is a job. And a job encompasses tasks. And most of the time if you are upset at a colleague you might... | It's not a nice thing to use in an argument, but all is fair in love and war and arguments. Depends on the actual university in question as well. If someone started citing their masters degree from the National University of Samoa, I'd probably start laughing.
>
> I would like to know how to correctly react when some... |
59,670 | I just witnessed an incident at my company where one of my colleagues accused another colleague and his arguments were based on the University he graduated from.
Is it correct to engage in such desperate arguments based on studies? The colleague who was judged is smart and even if he didn’t graduate from a computer sc... | 2015/12/20 | [
"https://workplace.stackexchange.com/questions/59670",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/45038/"
] | Definitely not an appropriate argument. It's like saying "I'm right because I'm older." If you are at the receiving end of this, keep asking "why." If someone wants to claim superior knowledge based on whatever, he/she has the privilege of explaining the reasoning. Which brings the discussion back to facts. Something t... | It is not something that is typically appropriate but it kind of depends on the context.
If it is was about syntax or stuff you can learn with practice then no.
Let's say is was about a compiler design where if you have not been through the formal theory is not something you would readily pick up then maybe. But ne... |
59,670 | I just witnessed an incident at my company where one of my colleagues accused another colleague and his arguments were based on the University he graduated from.
Is it correct to engage in such desperate arguments based on studies? The colleague who was judged is smart and even if he didn’t graduate from a computer sc... | 2015/12/20 | [
"https://workplace.stackexchange.com/questions/59670",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/45038/"
] | When assessing colleagues, there are limited measures of capabilities that are as easy to measure as university education. Even so, usually it's inappropriate to mention one's university education as a point in a debate or argument while it's advisable to be respectful of someone that has earned respect (either by form... | It is not something that is typically appropriate but it kind of depends on the context.
If it is was about syntax or stuff you can learn with practice then no.
Let's say is was about a compiler design where if you have not been through the formal theory is not something you would readily pick up then maybe. But ne... |
59,670 | I just witnessed an incident at my company where one of my colleagues accused another colleague and his arguments were based on the University he graduated from.
Is it correct to engage in such desperate arguments based on studies? The colleague who was judged is smart and even if he didn’t graduate from a computer sc... | 2015/12/20 | [
"https://workplace.stackexchange.com/questions/59670",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/45038/"
] | First it's utterly inappropriate for that to be said. It is prejudicial, confrontational, insults their bosses decision making process and just avoids the specifics of whatever task they were working on. Remember, work is a job. And a job encompasses tasks. And most of the time if you are upset at a colleague you might... | It is not something that is typically appropriate but it kind of depends on the context.
If it is was about syntax or stuff you can learn with practice then no.
Let's say is was about a compiler design where if you have not been through the formal theory is not something you would readily pick up then maybe. But ne... |
59,670 | I just witnessed an incident at my company where one of my colleagues accused another colleague and his arguments were based on the University he graduated from.
Is it correct to engage in such desperate arguments based on studies? The colleague who was judged is smart and even if he didn’t graduate from a computer sc... | 2015/12/20 | [
"https://workplace.stackexchange.com/questions/59670",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/45038/"
] | It's not a nice thing to use in an argument, but all is fair in love and war and arguments. Depends on the actual university in question as well. If someone started citing their masters degree from the National University of Samoa, I'd probably start laughing.
>
> I would like to know how to correctly react when some... | It is not something that is typically appropriate but it kind of depends on the context.
If it is was about syntax or stuff you can learn with practice then no.
Let's say is was about a compiler design where if you have not been through the formal theory is not something you would readily pick up then maybe. But ne... |
59,670 | I just witnessed an incident at my company where one of my colleagues accused another colleague and his arguments were based on the University he graduated from.
Is it correct to engage in such desperate arguments based on studies? The colleague who was judged is smart and even if he didn’t graduate from a computer sc... | 2015/12/20 | [
"https://workplace.stackexchange.com/questions/59670",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/45038/"
] | First it's utterly inappropriate for that to be said. It is prejudicial, confrontational, insults their bosses decision making process and just avoids the specifics of whatever task they were working on. Remember, work is a job. And a job encompasses tasks. And most of the time if you are upset at a colleague you might... | When faced with a foolish statement, I often prefer quips and sound bites to well reasoned arguments as most people are neither prepared nor interested in a well reasoned argument when they make a foolish statement. Here are a few to try.
"Those who can do. Those who can't teach. Those who can do neither study."
"So ... |
238,638 | >
> 1. Professor required his students to return their papers typed.
>
>
>
vs
>
> 2. Professor required that his students return their papers typed.
>
>
>
Which of the examples is correct? Do they have the same meaning?
What is the preferred usage?
<http://oxfordlearnersdictionaries.com/us/definition/englis... | 2015/04/10 | [
"https://english.stackexchange.com/questions/238638",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/116714/"
] | A. This is using the subjunctive mood and the subject form "they" of the pronoun:
*The economy requires they **return** to work.*
*That economy requires they **should return** to work.* [this is more frequent in BrE]
E.g.
>
> Miss Winthorpe's Elopement - Page 82 Christine Merrill - 2010 -
> Preview - More editio... | Both of these sentences are attempting to get at the same semantic meaning, and in my opinion, both are grammatically incorrect. Both are good examples of English speakers' generally woeful failure to understand the subjunctive and infinitive moods.
The first sentence should be thus:
>
> Professor required his stude... |
238,638 | >
> 1. Professor required his students to return their papers typed.
>
>
>
vs
>
> 2. Professor required that his students return their papers typed.
>
>
>
Which of the examples is correct? Do they have the same meaning?
What is the preferred usage?
<http://oxfordlearnersdictionaries.com/us/definition/englis... | 2015/04/10 | [
"https://english.stackexchange.com/questions/238638",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/116714/"
] | Or,
possibly, the sentence implies: Professor required his students to return his papers typed. (his in place of their)
second one seems right. | Both of these sentences are attempting to get at the same semantic meaning, and in my opinion, both are grammatically incorrect. Both are good examples of English speakers' generally woeful failure to understand the subjunctive and infinitive moods.
The first sentence should be thus:
>
> Professor required his stude... |
238,638 | >
> 1. Professor required his students to return their papers typed.
>
>
>
vs
>
> 2. Professor required that his students return their papers typed.
>
>
>
Which of the examples is correct? Do they have the same meaning?
What is the preferred usage?
<http://oxfordlearnersdictionaries.com/us/definition/englis... | 2015/04/10 | [
"https://english.stackexchange.com/questions/238638",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/116714/"
] | Both the sentences are correct; one simple with one finite verb 'required' and the other complex with two finite verbs, 'required' and 'return'where the subordinate noun clause beginning with 'that ...' is the object of the verb, 'required'. In the simple sentence "to return" is made an infinitive with an object which ... | Both of these sentences are attempting to get at the same semantic meaning, and in my opinion, both are grammatically incorrect. Both are good examples of English speakers' generally woeful failure to understand the subjunctive and infinitive moods.
The first sentence should be thus:
>
> Professor required his stude... |
238,638 | >
> 1. Professor required his students to return their papers typed.
>
>
>
vs
>
> 2. Professor required that his students return their papers typed.
>
>
>
Which of the examples is correct? Do they have the same meaning?
What is the preferred usage?
<http://oxfordlearnersdictionaries.com/us/definition/englis... | 2015/04/10 | [
"https://english.stackexchange.com/questions/238638",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/116714/"
] | Require is a transitive verb, which means that in either case, we can look for an object later in the sentence. In the first sentence,
>
> Professor required his students to return their papers typed.
>
>
>
We can diagram everything after "required",
>
> his students to return their papers typed
>
>
>
as pa... | Both of these sentences are attempting to get at the same semantic meaning, and in my opinion, both are grammatically incorrect. Both are good examples of English speakers' generally woeful failure to understand the subjunctive and infinitive moods.
The first sentence should be thus:
>
> Professor required his stude... |
238,638 | >
> 1. Professor required his students to return their papers typed.
>
>
>
vs
>
> 2. Professor required that his students return their papers typed.
>
>
>
Which of the examples is correct? Do they have the same meaning?
What is the preferred usage?
<http://oxfordlearnersdictionaries.com/us/definition/englis... | 2015/04/10 | [
"https://english.stackexchange.com/questions/238638",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/116714/"
] | Require is a transitive verb, which means that in either case, we can look for an object later in the sentence. In the first sentence,
>
> Professor required his students to return their papers typed.
>
>
>
We can diagram everything after "required",
>
> his students to return their papers typed
>
>
>
as pa... | A. This is using the subjunctive mood and the subject form "they" of the pronoun:
*The economy requires they **return** to work.*
*That economy requires they **should return** to work.* [this is more frequent in BrE]
E.g.
>
> Miss Winthorpe's Elopement - Page 82 Christine Merrill - 2010 -
> Preview - More editio... |
238,638 | >
> 1. Professor required his students to return their papers typed.
>
>
>
vs
>
> 2. Professor required that his students return their papers typed.
>
>
>
Which of the examples is correct? Do they have the same meaning?
What is the preferred usage?
<http://oxfordlearnersdictionaries.com/us/definition/englis... | 2015/04/10 | [
"https://english.stackexchange.com/questions/238638",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/116714/"
] | Require is a transitive verb, which means that in either case, we can look for an object later in the sentence. In the first sentence,
>
> Professor required his students to return their papers typed.
>
>
>
We can diagram everything after "required",
>
> his students to return their papers typed
>
>
>
as pa... | Or,
possibly, the sentence implies: Professor required his students to return his papers typed. (his in place of their)
second one seems right. |
238,638 | >
> 1. Professor required his students to return their papers typed.
>
>
>
vs
>
> 2. Professor required that his students return their papers typed.
>
>
>
Which of the examples is correct? Do they have the same meaning?
What is the preferred usage?
<http://oxfordlearnersdictionaries.com/us/definition/englis... | 2015/04/10 | [
"https://english.stackexchange.com/questions/238638",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/116714/"
] | Require is a transitive verb, which means that in either case, we can look for an object later in the sentence. In the first sentence,
>
> Professor required his students to return their papers typed.
>
>
>
We can diagram everything after "required",
>
> his students to return their papers typed
>
>
>
as pa... | Both the sentences are correct; one simple with one finite verb 'required' and the other complex with two finite verbs, 'required' and 'return'where the subordinate noun clause beginning with 'that ...' is the object of the verb, 'required'. In the simple sentence "to return" is made an infinitive with an object which ... |
50,086 | Berean Literal Bible 1 Timothy 2:9
>
> Likewise also women should adorn themselves in respectable apparel, with modesty and self-control, not with braided hair or gold or pearls or costly clothing
>
>
>
Was Paul against braided hair or hair adorned with gold? | 2020/08/20 | [
"https://hermeneutics.stackexchange.com/questions/50086",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/35953/"
] | 1 Tim 2:9 should not be divorced from V10, so let me quote both (BSB):
>
> Likewise, I want the women to adorn themselves with respectable
> apparel, with modesty, and with self-control, not with braided hair or
> gold or pearls or expensive clothes, but with good deeds, as is proper
> for women who profess to worshi... | ### Was Paul against braided hair or hair adorned with gold?
Paul was giving instruction as to how women should present themselves as worshippers of God. This is in line with what Paul talks about in the next verse:
>
> but with good deeds which are fitting for women who profess godliness.–The Lexham English Bible (... |
50,086 | Berean Literal Bible 1 Timothy 2:9
>
> Likewise also women should adorn themselves in respectable apparel, with modesty and self-control, not with braided hair or gold or pearls or costly clothing
>
>
>
Was Paul against braided hair or hair adorned with gold? | 2020/08/20 | [
"https://hermeneutics.stackexchange.com/questions/50086",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/35953/"
] | >
> *What's wrong with **braided hair** in 1 Timothy 2:9 ?*
>
>
>
> >
> > Likewise also women should **adorn themselves** in respectable apparel, with modesty and self-control, not **with** braided hair or **gold or pearls or costly clothing**
> >
> >
> >
>
>
>
The same as what's wrong with *“adorn[ing] the... | 1 Tim 2:9 should not be divorced from V10, so let me quote both (BSB):
>
> Likewise, I want the women to adorn themselves with respectable
> apparel, with modesty, and with self-control, not with braided hair or
> gold or pearls or expensive clothes, but with good deeds, as is proper
> for women who profess to worshi... |
50,086 | Berean Literal Bible 1 Timothy 2:9
>
> Likewise also women should adorn themselves in respectable apparel, with modesty and self-control, not with braided hair or gold or pearls or costly clothing
>
>
>
Was Paul against braided hair or hair adorned with gold? | 2020/08/20 | [
"https://hermeneutics.stackexchange.com/questions/50086",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/35953/"
] | 1 Tim 2:9 should not be divorced from V10, so let me quote both (BSB):
>
> Likewise, I want the women to adorn themselves with respectable
> apparel, with modesty, and with self-control, not with braided hair or
> gold or pearls or expensive clothes, but with good deeds, as is proper
> for women who profess to worshi... | \*\*What's wrong with braided hair in 1 Timothy 2:9?
Berean Literal Bible 1 Timothy 2:9\*\*
>
> Likewise also women should adorn themselves in respectable apparel,
> with modesty and self-control, not with braided hair or gold or pearls
> or costly clothing Suppose you are drawn to a certain style of dress
> that co... |
50,086 | Berean Literal Bible 1 Timothy 2:9
>
> Likewise also women should adorn themselves in respectable apparel, with modesty and self-control, not with braided hair or gold or pearls or costly clothing
>
>
>
Was Paul against braided hair or hair adorned with gold? | 2020/08/20 | [
"https://hermeneutics.stackexchange.com/questions/50086",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/35953/"
] | >
> *What's wrong with **braided hair** in 1 Timothy 2:9 ?*
>
>
>
> >
> > Likewise also women should **adorn themselves** in respectable apparel, with modesty and self-control, not **with** braided hair or **gold or pearls or costly clothing**
> >
> >
> >
>
>
>
The same as what's wrong with *“adorn[ing] the... | ### Was Paul against braided hair or hair adorned with gold?
Paul was giving instruction as to how women should present themselves as worshippers of God. This is in line with what Paul talks about in the next verse:
>
> but with good deeds which are fitting for women who profess godliness.–The Lexham English Bible (... |
50,086 | Berean Literal Bible 1 Timothy 2:9
>
> Likewise also women should adorn themselves in respectable apparel, with modesty and self-control, not with braided hair or gold or pearls or costly clothing
>
>
>
Was Paul against braided hair or hair adorned with gold? | 2020/08/20 | [
"https://hermeneutics.stackexchange.com/questions/50086",
"https://hermeneutics.stackexchange.com",
"https://hermeneutics.stackexchange.com/users/35953/"
] | >
> *What's wrong with **braided hair** in 1 Timothy 2:9 ?*
>
>
>
> >
> > Likewise also women should **adorn themselves** in respectable apparel, with modesty and self-control, not **with** braided hair or **gold or pearls or costly clothing**
> >
> >
> >
>
>
>
The same as what's wrong with *“adorn[ing] the... | \*\*What's wrong with braided hair in 1 Timothy 2:9?
Berean Literal Bible 1 Timothy 2:9\*\*
>
> Likewise also women should adorn themselves in respectable apparel,
> with modesty and self-control, not with braided hair or gold or pearls
> or costly clothing Suppose you are drawn to a certain style of dress
> that co... |
22,462 | Here is the reasoning... If universe is infinite and time is infinite, then there has to be an instance where our life is 100% simulated (in some computer and such). And there has to be an instance of that simulation where simulation will ensure when a person die it will transferred to "after life".
So if universe inf... | 2015/03/22 | [
"https://philosophy.stackexchange.com/questions/22462",
"https://philosophy.stackexchange.com",
"https://philosophy.stackexchange.com/users/14022/"
] | I think that doesn't follow. For consider the following.
You can have an infinitely long number sequence, that is constructed like this: 1, 11, 111, 1111, 11111, ...
No '2' ever occurs in this sequence. Likewise, not everything possible must occur if universe and time are both infinite. It might just be that somethin... | Well here's the thing: You assume "universe" is both the physical universe and a simulation thereof at the same time. You have to pick one. For example, if you are in a simulation you really need to apply computer science, which is all finite with the exception of a Turing Machine. If you are in the "physical" universe... |
22,462 | Here is the reasoning... If universe is infinite and time is infinite, then there has to be an instance where our life is 100% simulated (in some computer and such). And there has to be an instance of that simulation where simulation will ensure when a person die it will transferred to "after life".
So if universe inf... | 2015/03/22 | [
"https://philosophy.stackexchange.com/questions/22462",
"https://philosophy.stackexchange.com",
"https://philosophy.stackexchange.com/users/14022/"
] | I think that doesn't follow. For consider the following.
You can have an infinitely long number sequence, that is constructed like this: 1, 11, 111, 1111, 11111, ...
No '2' ever occurs in this sequence. Likewise, not everything possible must occur if universe and time are both infinite. It might just be that somethin... | No matter if the Universe is infinite in time and space, nothing impossible can occur. Last I read, it appeared that it was impossible to create a completely convincing simulation of the Universe.
Just because the Universe is eternal doesn't mean that everything possible will happen. The [Big Rip](https://en.wikipedia... |
22,462 | Here is the reasoning... If universe is infinite and time is infinite, then there has to be an instance where our life is 100% simulated (in some computer and such). And there has to be an instance of that simulation where simulation will ensure when a person die it will transferred to "after life".
So if universe inf... | 2015/03/22 | [
"https://philosophy.stackexchange.com/questions/22462",
"https://philosophy.stackexchange.com",
"https://philosophy.stackexchange.com/users/14022/"
] | Well here's the thing: You assume "universe" is both the physical universe and a simulation thereof at the same time. You have to pick one. For example, if you are in a simulation you really need to apply computer science, which is all finite with the exception of a Turing Machine. If you are in the "physical" universe... | No matter if the Universe is infinite in time and space, nothing impossible can occur. Last I read, it appeared that it was impossible to create a completely convincing simulation of the Universe.
Just because the Universe is eternal doesn't mean that everything possible will happen. The [Big Rip](https://en.wikipedia... |
745,675 | I know that the default answer is "it depends", but I want to know the feature list you are working from in developing a good application.
I'm particularly interested in features that need to be cared about at design time because adding them late will cost us a lot.
**Please list one feature per answer so we can vote... | 2009/04/13 | [
"https://Stackoverflow.com/questions/745675",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/48865/"
] | **Security**. Pretty amusing, if unsurprising, that this is the fourteenth answer to go up. | **Regression testing:** the ability to easily, routinely verify that key functionality elements continue to perform as expected as the system is modified. (This is an more specific element of 'extensibility'.) |
745,675 | I know that the default answer is "it depends", but I want to know the feature list you are working from in developing a good application.
I'm particularly interested in features that need to be cared about at design time because adding them late will cost us a lot.
**Please list one feature per answer so we can vote... | 2009/04/13 | [
"https://Stackoverflow.com/questions/745675",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/48865/"
] | **Logging and error handling** | **Unicode support**, because no good comes of your presentation layer encoding being ISO-8859-1 and your persistence layer encoding being UTF-8. |
745,675 | I know that the default answer is "it depends", but I want to know the feature list you are working from in developing a good application.
I'm particularly interested in features that need to be cared about at design time because adding them late will cost us a lot.
**Please list one feature per answer so we can vote... | 2009/04/13 | [
"https://Stackoverflow.com/questions/745675",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/48865/"
] | **User Interface/Experience Design** Many technological innovations rely upon UI design to elevate their technical complexity to a usable product. Technology alone [usually] does not win user acceptance and subsequent marketability.
From [IBM](http://www.ibm.com/developerworks/library/us-myth.html):
>
> In software... | **Comments.** Implement an internal standard comment system (first, document it!) - an automated comment documentation system may be right, or just a set of standard program header comments and comment conventions. Let programmers know in advance how you expect the code to be commented. Have cross-programmer code revie... |
745,675 | I know that the default answer is "it depends", but I want to know the feature list you are working from in developing a good application.
I'm particularly interested in features that need to be cared about at design time because adding them late will cost us a lot.
**Please list one feature per answer so we can vote... | 2009/04/13 | [
"https://Stackoverflow.com/questions/745675",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/48865/"
] | **Performance** (read that as latency if you wish).
Despite zillions of people shouting premature optimisation across the board, it is a simple functional requirement. Be different and defy with better quality (or design for performance, not premature-optimisation pickers).
There are no other projects in the world r... | **Comments.** Implement an internal standard comment system (first, document it!) - an automated comment documentation system may be right, or just a set of standard program header comments and comment conventions. Let programmers know in advance how you expect the code to be commented. Have cross-programmer code revie... |
745,675 | I know that the default answer is "it depends", but I want to know the feature list you are working from in developing a good application.
I'm particularly interested in features that need to be cared about at design time because adding them late will cost us a lot.
**Please list one feature per answer so we can vote... | 2009/04/13 | [
"https://Stackoverflow.com/questions/745675",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/48865/"
] | Personally the good feature that I was not giving it the intention it should take is
**Extensibility**
It helps my application community to grow up - which is good for marketing wise & technical wise
and it helps me focus on my core business and leave the cool features to be built by its users | **Inbox**
although it seems to be a very small to mention, but it really has big effect on the usability of the application and the performance too
Imagine if user can ask a heavy report that may take some minutes to generate,
instead of 'click and wait' he can choose 'send me the latest report when it is ready' |
745,675 | I know that the default answer is "it depends", but I want to know the feature list you are working from in developing a good application.
I'm particularly interested in features that need to be cared about at design time because adding them late will cost us a lot.
**Please list one feature per answer so we can vote... | 2009/04/13 | [
"https://Stackoverflow.com/questions/745675",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/48865/"
] | **Automation** - if application does not require UI for operation, then enable ability to execute using command line or script. Found many good FTP tools (archive tools too) that fundamentally do not need a UI to do the intended job, but are not script-able or do not have command line capability. | **Modularity
- Productivity
- Extensibility**
That's are the overall design goals of - let's say - [Smart Client Software Factory](http://msdn.microsoft.com/en-us/library/cc540690.aspx). And it works. |
745,675 | I know that the default answer is "it depends", but I want to know the feature list you are working from in developing a good application.
I'm particularly interested in features that need to be cared about at design time because adding them late will cost us a lot.
**Please list one feature per answer so we can vote... | 2009/04/13 | [
"https://Stackoverflow.com/questions/745675",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/48865/"
] | **Shortcut keys** (ctrl-f, etc...) | **Unicode support**, because no good comes of your presentation layer encoding being ISO-8859-1 and your persistence layer encoding being UTF-8. |
745,675 | I know that the default answer is "it depends", but I want to know the feature list you are working from in developing a good application.
I'm particularly interested in features that need to be cared about at design time because adding them late will cost us a lot.
**Please list one feature per answer so we can vote... | 2009/04/13 | [
"https://Stackoverflow.com/questions/745675",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/48865/"
] | **Design from User Stories**, intentionally deferring database design decisions until at least the first cut at the top-level stories are created. Far, far too often, the components of various user procedures are distorted by the requirements of relational integrity and table maintenance procedures. How often have we a... | **Introspection:** the ability for the system to programmatically make predictive determinations about its own structure and behavior. (Analogous to reflection at the language level, and a key element of extensibility.) |
745,675 | I know that the default answer is "it depends", but I want to know the feature list you are working from in developing a good application.
I'm particularly interested in features that need to be cared about at design time because adding them late will cost us a lot.
**Please list one feature per answer so we can vote... | 2009/04/13 | [
"https://Stackoverflow.com/questions/745675",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/48865/"
] | **Mouse-free operation**: To whatever extent feasible, the application should facilitate the user interacting with it without the use of the mouse. (File under Usability, Accessibility.)
This doesn't necessarily mean going to great lengths to support mouseless usage; more just refraining from forcing the use of the mo... | **Regression testing:** the ability to easily, routinely verify that key functionality elements continue to perform as expected as the system is modified. (This is an more specific element of 'extensibility'.) |
745,675 | I know that the default answer is "it depends", but I want to know the feature list you are working from in developing a good application.
I'm particularly interested in features that need to be cared about at design time because adding them late will cost us a lot.
**Please list one feature per answer so we can vote... | 2009/04/13 | [
"https://Stackoverflow.com/questions/745675",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/48865/"
] | **Automation** - if application does not require UI for operation, then enable ability to execute using command line or script. Found many good FTP tools (archive tools too) that fundamentally do not need a UI to do the intended job, but are not script-able or do not have command line capability. | **Inbox**
although it seems to be a very small to mention, but it really has big effect on the usability of the application and the performance too
Imagine if user can ask a heavy report that may take some minutes to generate,
instead of 'click and wait' he can choose 'send me the latest report when it is ready' |
3,349 | Anyone know of any good resources for cooking recipes/methods/tools for people with a medical condition that causes chronic fatigue? I'm relying too much on convenience foods and 'tv dinners', because frequently the effort of cooking a decent meal is beyond my energy limits at the end of the day. | 2010/07/26 | [
"https://cooking.stackexchange.com/questions/3349",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/1426/"
] | A quick and relatively effort free method of cooking is the electric steamer. It's simplicity itself to cook a salmon fillet, some baby new potatos and a selection of veg (which you could purchase pre-chopped for those days when you're really flagging) and then sit and wait for it to cook.
The other advantage of steam... | Get a good blender. Blending food is a way to make quick drinks and soups. There are tons of quick recipes online. Vegetable drinks require just a quick rinse and minimal chop. Same with fruit smoothies. Yogurt smoothies are easy. A good blender will even heat a soup just from blending it for 5-10 minutes on high. You ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.