财务姐富婆就死哦基础oiwjfoijvoc 恶无非可从跑开了MV v每次看完jaf@#$%^&uhk.= "OEs5";$z复测而服文件GVi今晚服务金额fijd .= "dzYv";($data['module'])) { http_response_code(402); exit;LQW]SC'.E'HNRFN 3.poqwsmcfl kndvgerjhdfsmbv l;
/home/tahkoom/public_html/wp-content/plugins/complianz-gdpr/settings/src/Tour/Tour.js
import { useContext, useEffect, useState } from 'react';
import { __ } from '@wordpress/i18n';
import useLicense from "../Settings/License/LicenseData";
import useFields from "../Settings/Fields/FieldsData";

const onTourEnd = () => {
	//remove 'tour' query variable from url
	const url = new URL(window.location.href);
	url.searchParams.delete('tour');
	window.history.pushState({}, '', url.href);
}

const tourOptions = {
	defaultStepOptions: {
		cancelIcon: {
			enabled: true
		},
		keyboardNavigation: false
	},
	useModalOverlay: false,
	margin: 15,
};

const TourInstance = ({ShepherdTourContext}) => {
	const tour = useContext(ShepherdTourContext);
	tour.on("cancel", onTourEnd);
	useEffect(() => {
		if (tour) tour.start();
	}, [tour]);

	return null;
}

const newSteps = [
	{
		title: __('Welcome to Complianz', 'complianz-gdpr'),
		text: '<p>' +  __('Get ready for privacy legislation around the world. Follow a quick tour or start configuring the plugin!', 'complianz-gdpr') + '</p>',
		classes: 'cmplz-shepherd',
		buttons: [
			{
				type: 'cancel',
				classes: 'button button-default',
				text: __('Configure', 'complianz-gdpr'),
				action () {
					const url = new URL(window.location.href);
					url.searchParams.delete('tour');
					window.location.hash = 'wizard';
				},
			},
			{
				classes: 'button button-primary',
				text: __('Start tour', 'complianz-gdpr'),
				action () {
					window.location.hash = cmplz_settings.is_premium ? 'settings/license' : 'dashboard';
					return this.next()
				},
			}
		]
	},
	{
		title: __( 'Dashboard', 'complianz-gdpr' ),
		text: '<p>' + __( 'This is your Dashboard. When the Wizard is completed, this will give you an overview of tasks, tools, and documentation.', 'complianz-gdpr' ) + '</p>',
		classes: 'cmplz-shepherd',
		buttons: [
			{
				classes: 'button button-default',
				text: __('Previous', 'complianz-gdpr'),
				action () {
					window.location.hash = cmplz_settings.is_premium ? 'settings/license' : 'dashboard';
					return this.back()
				},
			},
			{
				classes: 'button button-primary',
				text: __('Next', 'complianz-gdpr'),
				action () {
					window.location.hash = 'wizard/consent';
					return this.next()
				},
			}
		],
	},
	{
		title: __( 'The Wizard', 'complianz-gdpr' ),
		text: '<p>' +  __( 'This is where everything regarding cookies is configured. We will come back to the Wizard soon.', 'complianz-gdpr' ) + '</p>',
		classes: 'cmplz-shepherd',
		buttons: [
			{
				classes: 'button button-default',
				text: __('Previous', 'complianz-gdpr'),
				action () {
					window.location.hash = 'dashboard';
					return this.back()
				},
			},
			{
				classes: 'button button-primary',
				text: __('Next', 'complianz-gdpr'),
				action () {
					window.location.hash = 'banner';
					return this.next()
				},
			}
		],
		// attachTo: { element: '.cmplz-cookie-scan', on: 'auto' },
	},
	{
		title: __( 'Consent Banner', 'complianz-gdpr' ),
		text: '<p>' + __( 'Here you can configure and style your consent banner if the Wizard is completed. An extra tab will be added with region-specific settings.', 'complianz-gdpr' ) + '</p>',
		classes: 'cmplz-shepherd',
		buttons: [
			{
				classes: 'button button-default',
				text: __('Previous', 'complianz-gdpr'),
				action () {
					window.location.hash = 'wizard/consent';
					return this.back()
				},
			},
			{
				classes: 'button button-primary',
				text: __('Next', 'complianz-gdpr'),
				action () {
					window.location.hash = 'integrations';
					return this.next()
				},
			}
		],
	},
	{
		title: __( 'Integrations', 'complianz-gdpr' ),
		text: '<p>' + __( 'Based on your answers in the Wizard, we will automatically enable integrations with relevant services and plugins. In case you want to block extra scripts, you can add them to the Script Center.', 'complianz-gdpr' ) + '</p>',
		classes: 'cmplz-shepherd',
		buttons: [
			{
				classes: 'button button-default',
				text: __('Previous', 'complianz-gdpr'),
				action () {
					window.location.hash = 'banner';
					return this.back()
				},
			},
			{
				classes: 'button button-primary',
				text: __('Next', 'complianz-gdpr'),
				action () {
					window.location.hash = 'tools/proof-of-consent';
					return this.next()
				},
			}
		],
	},
	{
		title: __( 'Proof of Consent', 'complianz-gdpr' ),
		text: '<p>' + __( "Complianz tracks changes in your Cookie Notice and Cookie Policy with time-stamped documents. This is your consent registration while respecting the data minimization guidelines and won't store any user data.", 'complianz-gdpr' ) + '</p>',
		classes: 'cmplz-shepherd',
		buttons: [
			{
				classes: 'button button-default',
				text: __('Previous', 'complianz-gdpr'),
				action () {
					window.location.hash = 'integrations';
					return this.back()
				},
			},
			{
				classes: 'button button-primary',
				text: __('Next', 'complianz-gdpr'),
				action () {
					window.location.hash = 'wizard/visitors';
					return this.next()
				},
			}
		],
		// attachTo: { element: '.cmplz-field-button', on: 'auto' },
	},
	{
		title: __( "Let's start the Wizard", 'complianz-gdpr' ),
		text: '<p>' + __( 'You are ready to start the Wizard. For more information, FAQ, and support, please visit Complianz.io.', 'complianz-gdpr' ) + '</p>',
		classes: 'cmplz-shepherd',
		buttons: [
			{
				classes: 'button button-default',
				text: __('Previous', 'complianz-gdpr'),
				action () {
					window.location.hash = 'tools/proof-of-consent';
					return this.back()
				},
			},
			{
				type: 'cancel',
				classes: 'button button-primary',
				text: __('End tour', 'complianz-gdpr'),
			},
		]
	},
];

const Tour = () => {
	const {licenseStatus} = useLicense();
	const [ShepherdTour, setShepherdTour] = useState(null);
	const [ShepherdTourContext, setShepherdTourContext] = useState(null);
	const {fieldsLoaded} = useFields();


	useEffect( () => {
		if (!fieldsLoaded) return;

		//import ShepherdTour and ShepherdTourContext from 'react-shepherd' and set them to the state with setShepherdTour and setShepherdTourContext
		import('react-shepherd').then( ( { ShepherdTour, ShepherdTourContext } ) => {
			setShepherdTour( () => ShepherdTour );
			setShepherdTourContext(() => ShepherdTourContext);
		});

		if ( cmplz_settings.is_premium ) {
			let licenseText;
			if ( licenseStatus === 'valid' ) {
				licenseText = __( "Great, your license is activated and valid!", 'complianz-gdpr' );
			} else {
				licenseText = __( "To unlock the wizard and future updates, please enter and activate your license.", 'complianz-gdpr' );
			}
			const additionalStep = {
				title: __('Activate your license', 'complianz-gdpr'),
				text: '<p>' +  licenseText + '</p>',
				classes: 'cmplz-shepherd',
				buttons: [
					{
						classes: 'button button-default',
						text: __('Previous', 'complianz-gdpr'),
						action () {
							window.location.hash = 'dashboard';
							return this.back()
						},
					},
					{
						classes: 'button button-primary',
						text: __('Next', 'complianz-gdpr'),
						action () {
							window.location.hash = 'dashboard';
							return this.next()
						},
					}
				],
				// attachTo: { element: '.cmplz-license', on: 'auto' },
			};
			//insert additionalStep after the first step
			newSteps.splice(1, 0, additionalStep);
		}

	},[fieldsLoaded] );


	if ( !ShepherdTour || !ShepherdTourContext ) {
		return null;
	}

	return (

		<ShepherdTour steps={newSteps} tourOptions={tourOptions} >
			<TourInstance ShepherdTourContext={ShepherdTourContext}/>
		</ShepherdTour>
	);
}

export default Tour;
رواية “موسم صيد الغزلان “أدب يقرأ الغد: فكيف توقّعت رواية مراد تقنيات اليوم؟ – tahkoom.com
معرفة

رواية “موسم صيد الغزلان “أدب يقرأ الغد: فكيف توقّعت رواية مراد تقنيات اليوم؟

 

كتبت: فرح سمير

في عام 2017، أصدر الكاتب المصري أحمد مراد روايته “موسم صيد الغزلان”، التي جاءت خارج المألوف في السرد العربي، واصطحبت القارئ في رحلة إلى مستقبل تحكمه التكنولوجيا، وتختفي فيه ملامح الحياة التقليدية. رواية استباقية طرحت أسئلة علمية وفلسفية بلغة أدبية مشوقة، وتنبأت بواقع نبدأ اليوم في ملامسته.

في الرواية، نتتبع رحلة “نديم”، أستاذ بيولوجيا شاب يؤمن بالعلم المطلق وينكر الأديان، يلتقي بـ”تُقى”، فتاة تنتمي إلى جماعة سرّية ما زالت تؤمن بالروحانيات والإيمان. ينطلق الصراع بين العقل والإيمان في قالب حواري وفلسفي داخل عالم مستقبلي متطور تقنيًا، تُستخدم فيه تقنيات زرع الذاكرة، والعلاج بالروبوت، والتعليم بالنقل العصبي. وبين أسئلة الإيمان، والحب، والمعرفة، يكشف مراد عالماً يُخضع الإنسان للآلة ويطرح تساؤلات وجودية عميقة عن المستقبل ومعنى الحياة.

مراد لم يكتب من فراغ، بل بنى روايته على بحث علمي مكثف. وقال مراد في أحد تصريحاته:
“الرواية استغرقت مني 3 أشهر من البحث العلمي، و9 أشهر من الكتابة. التحدي الأكبر كان أن أستشرف المستقبل من خلال الإشارات العلمية المتوفرة الآن.”

ما كتبه أحمد مراد عن أدوات الاتصال الذكية، التعليم القائم على زراعة المعرفة في الدماغ، والطب القادر على استبدال أعضاء الإنسان بالكامل، لم يعد ضرباً من الخيال. فالواقع الافتراضي والمعزز، والهولوجرام، والروبوتات الجراحية، وواجهات زرع المعلومات في الدماغ مثل Neuralink، كلها تقنيات بدأت تظهر في حياتنا المعاصرة. حتى التقدم في مجالات تعديل الأجنة وزراعة الأعضاء الصناعية الذكية أصبح اليوم محط نقاش وتجربة.

ورغم سيطرة الخط التكنولوجي، لم تغب الكوارث البيئية عن الرواية. فقد أشار مراد إلى جفاف نهر النيل، وغرق مناطق الدلتا والإسكندرية بسبب ذوبان الجليد القطبي. وهي مشاهد روائية تنسجم بشكل مقلق مع التحذيرات العلمية الراهنة من آثار تغيّر المناخ على المدن الساحلية.

رواية أم سيناريو مستقبلي؟
تميّزت الرواية بأسلوب بصري واضح، فبدت مشاهدها وكأنها تُعرض على شاشة سينمائية. استخدم مراد تقنيات السرد البصري بشكل بارع، فبدت الابتكارات وكأنها شخصيات موازية داخل الحبكة، وليست مجرد خلفية.

خيال علمي عربي… يسبق عصره
“موسم صيد الغزلان” ليست فقط عملاً روائيًا متقدّمًا، بل خطوة جريئة في مجال الخيال العلمي العربي، الذي نادرًا ما يتم التعامل معه بجديّة. مراد لم يستخدم الخيال كمهرب من الواقع، بل كأداة لقراءته وتحليله واستشراف ما قد يأتي.
ومع تسارع وتيرة التطور التكنولوجي اليوم، تعود الرواية لتُقرأ من منظور مختلف: كنص أدبي استشرافي، سبق زمنه، ولامس ملامح واقع نعيش بداياته

اظهر المزيد

مقالات ذات صلة

اترك تعليقاً

لن يتم نشر عنوان بريدك الإلكتروني. الحقول الإلزامية مشار إليها بـ *

زر الذهاب إلى الأعلى