Earlier quoted context omitted.
When you say "deprecated", you mean as in "discontinued" right? Not just like, discouraged?
Whoever the first developer was that used "deprecated" got it kind of wrong, the word should have been "depreciated". Deprecate: "express disapproval of." Depreciate: "diminish in value over a period of time." I kind of cringe when other developers say "deprecated". Edit: Versioning and not removing APIs is kind of the way to go, so you don't break client apps that possibly can't be updated easily or at all. "Depreci…
Dorking: the use of search engines to find very specific data
51–60 of 207 posts
Re: Dorking: the use of search engines to find very specific data
#52Is there any way to search the actual page text? I find that often I remember some unique turn of phase from the page that I'm looking for and it would be extremely helpful to be able to simply search for that.
generally "phrase" works well too
Re: Dorking: the use of search engines to find very specific data
#53Is there any way to search the actual page text? I find that often I remember some unique turn of phase from the page that I'm looking for and it would be extremely helpful to be able to simply search for that.
`intext:phrase` and `allintext:multi part phrase` generally "phrase" works well too
Re: Dorking: the use of search engines to find very specific data
#54Earlier quoted context omitted.
When you say "deprecated", you mean as in "discontinued" right? Not just like, discouraged?
Whoever the first developer was that used "deprecated" got it kind of wrong, the word should have been "depreciated". Deprecate: "express disapproval of." Depreciate: "diminish in value over a period of time." I kind of cringe when other developers say "deprecated". Edit: Versioning and not removing APIs is kind of the way to go, so you don't break client apps that possibly can't be updated easily or at all. "Depreci…
It means the feature still works, but will be removed in the future or is no longer supported. There also be may a new implementation of it that the developer would like you to use, hence the warning that it's deprecated.
Depreciation implies a rate of change over time, which isn't the case. Today we deprecate feature X, and in two years we plan remove it. It never depreciates.
Re: Dorking: the use of search engines to find very specific data
#55Earlier quoted context omitted.
When you say "deprecated", you mean as in "discontinued" right? Not just like, discouraged?
Whoever the first developer was that used "deprecated" got it kind of wrong, the word should have been "depreciated". Deprecate: "express disapproval of." Depreciate: "diminish in value over a period of time." I kind of cringe when other developers say "deprecated". Edit: Versioning and not removing APIs is kind of the way to go, so you don't break client apps that possibly can't be updated easily or at all. "Depreci…
Re: Dorking: the use of search engines to find very specific data
#56I live two towns over from Dorking. https://en.wikipedia.org/wiki/Dorking
My Dad worked for Mullard, which was renamed to Philips Electronics and relocated to Dorking.
Re: Dorking: the use of search engines to find very specific data
#57Earlier quoted context omitted.
When you say "deprecated", you mean as in "discontinued" right? Not just like, discouraged?
Whoever the first developer was that used "deprecated" got it kind of wrong, the word should have been "depreciated". Deprecate: "express disapproval of." Depreciate: "diminish in value over a period of time." I kind of cringe when other developers say "deprecated". Edit: Versioning and not removing APIs is kind of the way to go, so you don't break client apps that possibly can't be updated easily or at all. "Depreci…
Re: Dorking: the use of search engines to find very specific data
#58Earlier quoted context omitted.
Whoever the first developer was that used "deprecated" got it kind of wrong, the word should have been "depreciated". Deprecate: "express disapproval of." Depreciate: "diminish in value over a period of time." I kind of cringe when other developers say "deprecated". Edit: Versioning and not removing APIs is kind of the way to go, so you don't break client apps that possibly can't be updated easily or at all. "Depreci…
But "express disapproval of" is exactly the meaning intended when we say that a feature is deprecated. It signifies that it is best practice not to use it.
Often though it’s used when the feature is already removed, i.e., it’s not only best practice not to use it, but also impossible with that version.
Re: Dorking: the use of search engines to find very specific data
#59https://help.duckduckgo.com/duckduckgo-help-pages/results/sy...
Re: Dorking: the use of search engines to find very specific data
#60Earlier quoted context omitted.
When you say "deprecated", you mean as in "discontinued" right? Not just like, discouraged?
Whoever the first developer was that used "deprecated" got it kind of wrong, the word should have been "depreciated". Deprecate: "express disapproval of." Depreciate: "diminish in value over a period of time." I kind of cringe when other developers say "deprecated". Edit: Versioning and not removing APIs is kind of the way to go, so you don't break client apps that possibly can't be updated easily or at all. "Depreci…