财务姐富婆就死哦基础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
تفاعل

الذكاء الاصطناعي في ميادين القتال

 

كتبت إيريني أنطون

 

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

أنظمة “القتل الخوارزمي”: كيف يعمل الذكاء الاصطناعي؟

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

وفي هذا السياق، صرّح الأستاذ محمد عطية، مبرمج في الذكاء الاصطناعي، قائلاً:

“ما يحدث في ساحة الحرب تجاوز مجرد استخدام الأدوات التقنية إلى الاعتماد الكامل على خوارزميات قد تتخذ قرارات مميتة دون إشراف بشري مباشر. هذه الأنظمة تُستخدم بشكل متسارع في النزاعات دون دراسة كافية لتأثيرها على المدنيين، وغياب الشفافية يجعل الرقابة مستحيلة تقريبًا”.

الجانب القانوني: هل ينتهك الذكاء الاصطناعي قوانين الحرب؟

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

وفي هذا الإطار، أوضحت الأستاذة مريم إبراهيم، المحامية:

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

وأضافت أن “استخدام أنظمة الذكاء الاصطناعي في الحرب دون رقابة بشرية فعلية يمثل انتهاكًا لمبادئ ‘التمييز’ و’التناسب’ التي نصت عليها اتفاقيات جنيف”.

شركات التكنولوجيا والاتهام بالمشاركة

واجهت شركات عالمية، أبرزها Microsoft، انتقادات بعد تقارير عن تقديم خدمات سحابية وتقنيات ذكاء اصطناعي للجيش الإسرائيلي. وذكرت صحيفة The Guardian أن موظفين بالشركة أعربوا عن استيائهم من هذه المشاركة، خاصة بعد توقيع Microsoft عقدًا بقيمة 1.7 مليون دولار مع وزارة الدفاع الإسرائيلية لتقديم خدمات Azure السحابية .

في الوقت الذي تتسابق فيه الدول لامتلاك أنظمة الذكاء الاصطناعي العسكرية، يظل السؤال الأهم مطروحًا: من يراقب الخوارزميات؟

وفي ظل غياب الأطر القانونية والتنظيمية، يظل المدنيون هم الحلقة الأضعف في معادلة تكنولوجية لا تعرف الرحمة.

 

اظهر المزيد

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

اترك تعليقاً

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

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