Are they likely to detect magic? Can you set things up so they probably won't?Depending how the details of lich-ing work, is it possible he was in the process of becoming a lich, and was human when he met them?For all these answers, be aware of how revelations often unfold in roleplaying games. Ideally have a few pieces of information they might eventually learn (he's a lich, what his plan is, etc) And some clues which might or might not lead there. E.g. "you detect an illusion spell on him but don't know why".
And then, don't try to force the plot to make sure they don't find out, try to make it work so that if they twig immediately that he might be a lich, then praise them, and work on a different big reveal later. They won't get ALL of them
⢠Related Questions
Employee (my direct report) underperforming due to religious fasting - how to address?Sounds to me like Charlie is trying to use his religion as a "get out of jail free" card here; he's not competent to do his job, so he says "I'm not competent because of my religion, therefore you can't fire me because it would be discrimination". IANAL, but I'm pretty sure that's not how it works. You can't say "We don't allow people who fast at this company", or "We don't allow people of xxx religion at this company", but you most certainly can say "We don't tolerate people who make as many mistakes as you make at this company". Unless Charlie can reliably make a link between how his fasting is a direct cause of his incompetence, I have trouble believing you will have any blowback. And no, "I'm fasting therefore I don't have enough energy therefore I can't think properly therefore I make mistakes" is likely not good enough (IANAL); as others have said, there are plenty of people who fast and don't make mistakes.It sounds to me like Charlie simply doesn't care about his work, and he knows that he doesn't need to care because he can just play the religion card if anyone looks at him the wrong way. It sounds like management at your company needs legal advice to determine where protection based on religion ends, because until then Charlie can basically do anything, and if management doesn't like it then he can say "I have to do this because of my fasting"
------
Are there any serious investigations of whether mathematicians do their best work when they're young?
I think it depends on the person: everyone's brain works and develops differently over time. Some people are 'child prodigies' (if we must use such a term) and then never drop in creativity throughout their lifetimes, but there are others who do their best work when young and then drop off. This misconception that it is a young man's game only comes from Hardy, but the list of examples he gives is very misleading because they all died young and so obviously could not go on to contribute anything further anyway! He also conveniently forgets some famous counterexamples like Euler and Weierstrass. Cramer, for example, could be classed as a young prodigy, since he obtained his PhD equivalent at age 20, but the work for which he is known today was done when he was into his 40s.Probably more important than 'physical' age is 'career' age. This is discussed in an interview with Yuval Ne'eman in a science documentary. Ne'eman was well into his 30s when he obtained his PhD but went on to make very significant contributions to elementary particle physics. He states that the important thing is probably to be 'young in the field' rather than physically young, since if you haven't thought of something 10 years into study of a subject, you are possibly not going to think of it given another 10 years. This is backed up by data on 'late starter' academics who tend to have exactly the same creativity trajectory as early starters, the only difference being that the trajectory has been given a shift to the right in the time variable.
------
Should I sandbox web application?
It is an established method for improving security to give application only the privileges they are expected to need. This way the impact of a potential security issue is limited. Sandboxing using pledge, seccomp or similar technologies is one way to limit the privileges an application might abuse but it is not the only way. Typical other technologies are different users for different tasks, SELinux, containers, virtual machines etc.These technologies differ in the overhead, the protection they offer, how hard they are to use etc. If any of these technologies are used and which one(s) therefore depends on the actual requirements, i.
e. typically a balance between the required security, the needed performance and the amount of money available to implement and run it. For the usual web application sandboxing all the application using seccomp or pledge is in my opinion not that easy. A better and easier separation is probably offered in this case with containers or virtual machines. Also, running known to be problematic steps like image processing in a restricted setup (process with different user, sandbox, container, VM...) separated from the rest of the application will increase the security. Thus in summary: yes you should probably restrict your web application on the server side to limit the impact of a potential security problem. But if you use process based sandboxing using pledge or seccomp or if you use different technologies or if you combine multiple technologies depends on the actual requirements (security, performance) and limits (money and time available for development and maintenance)
------
Can we install puppet without touching the servers?
I will detail my comment here, with my actual suggestion.My main assumption is that you don't want to install Puppet on the client nodes because of their sheer number. If you can't "touch them" because of a permissions issue, then I doubt you can push configuration at all, whether via Puppet or any other method.
You can configure ssh to log in to a machine without a password using ssh-keygen like so:Make sure to leave the passphrase empty (so the script using this ssh will need no password).As a second step, you need to copy the public key to all of the hosts:where I assume hostnames_file has one host name per line listing all the hosts you want to configure.This script will most likely ask for your password as many times as there are hosts but this will happen only once when you're setting up the keys.
If your user happens to have their home directory shared among all clients (via NFS for example), you can instead do this:Now you should set up passwordless sudo access to the apt-get command (or yum or pacman or whatever package manager you choose) for the user you have just configured passwordless ssh for. Now it's as simple as:Note that you can use this method as a rudimentary form of configuration management as well*, but it's much more fragile than using Puppet or Chef or similar.(*) Just replace sudo apt-get install puppet with whatever command(s) you wish to run on all your nodes.
------
What explosive mines discriminate against hovercraft?
If you want to deny hovercraft access to an area, you don't need landmines. I suggest the article "The Most Effective Weapon on the Modern Battlefield is Concrete." Area denial can be more effective than indiscriminate explosives.
RampsMuch like our commander-in-chief, the hovercraft runs into trouble when faced with a ramp. Tanks, by contrast, are designed to navigate a variety of terrain. Check out this video of an Abrams climbing a steep ramp. No way a hovercraft is going to do that from a standing start. According to the Handbook on Drowning, "Generally the maximum continuous slope that can be tackled is in the order of 1 in 10." A HMMWV has a maximum grade that's six times that steep. So if you engineer a 20% grade, your tanks and trucks will be able to climb it while rendering the area hovercraft-free.Pointy sticksThe skirt is a weak point in a hovercraft. Install pointy sticks with blades on the ends of them and the hovercraft will not be able to pass over.
Vehicle access gatesI live in Washington DC. We have a lot of obstacles installed across the city to prevent vehicle-based attacks. Fixed barriers like this and moving gates like this will stop your hovercraft. And your machine guns and grenade launchers won't get you through. A tank could blast through many of these barriers or climb over them (depending on the barrier) but a hovercraft with limited weapons will be stuck. Even a series of flower planters will stop your hovercraft.
------
Variance of Negative Binomial Distribution (without Moment Generating Series)
I do like The Cryptic Cat's answer. I was also trying to find a proof which did not make use of moment generating functions but I couldn't find a proof on the internet. So I made an attempt.Given
$$P(X n) sum_ngeq r n-1choose r-1 (1-p)^n-rp^r,$$
where $ntextnumber of trials$ and $rtextnumber of successes$.You have already to managed prove that
$$E(X) mu fracrp$$Since expectation is a linear operator, rather than computing $E(X^2)$, it will be easier to find$$beginalign
E(X(X1)) & E(X^2X) E(X^2)E(X)
& sum_ngeq r n(n1)n-1choose r-1 (1-p)^n-rp^r
& sum_ngeq r fracn(n1)(n-1)!(r-1)!(n-r)!(1-p)^n-rp^r
& sum_ngeq r frac(n1)!(r-1)!(n-r)!fracr(r1)r(r1)(1-p)^n-rp^r
& fracr(r1)p^2 sum_ngeq r frac(n1)!(r1)!(n-r)!(1-p)^n-rp^r2
& fracr(r1)p^2 sum_ngeq r n1choose r1(1-p)^n-rp^r2
endalign$$Since
$sum_ngeq r n1choose r1(1-p)^n-rp^r2 1$,
$$E(X^2)E(X) fracr(r1)p^2$$This implies that
$$E(X^2) E(X^2)E(X)-E(X) fracr(r1)p^2-fracrpp^2 fracr(1r-p)p^2$$Therefore,
$$Var(X) E(X^2) - E(X)^2 fracr(1r-p)p^2-fracr^2p^2 fracr(1-p)p^2$$
{"site":{"site_id":1916,"site_type":11,"site_domain":"virgin-human-hair.com","domain_mode":1,"original_domain":"virgin-human-hair.com","language_code":"ar","is_init_domain":0,"is_shop":true,"is_ssl":1,"lang_prefix":"/","animate_name":"none"},"page":{"page_id":89742,"page_type":"ai_article_detail","page_code":423,"page_url":"/ai-article/how-can-a-lich-look-like-a-human-without-magic.html","page_source":"","allowAnimat":0,"content_id":2776,"content_type":5,"detail_thumb":"https://img.yfisher.com/1616658876177.jpg","detail_title":"How Can a Lich Look Like a Human Without Magic?","moq":1},"translateList":{"A new item has been added to your Shopping Cart":"تمت إضافة عنصر جديد إلى سلة التسوق الخاصة بك","account":"الحساب","Account Name":"أسم الحساب","Account Number":"رقم حساب","Account is not exists":"الحساب ليس موجودا","account security":"أمن الحساب","Active Commission":"لجنة نشطة","Add a review on the product":"أضف مراجعة على المنتج","Add to":"اضف إليه","Add to Cart":"أضف إلى السلة","address book":"دليل العناوين","affiliate links":"روابط تابعة","all":"الكل","All Orders":"جميع الطلبات","Already commented":"وعلق بالفعل","Are you sure to cancel this withdrawal?":"هل أنت متأكد من إلغاء هذا الانسحاب؟","Are you sure to delete the selected items?":"هل من المؤكد أنك تحذف العناصر المحددة؟","Are you sure you want to delete it?":"هل أنت متأكد أنك تريد حذف ذلك؟","Awaiting Payment":"انتظار الدفع","Awaiting Shipment":"في انتظار الشحن","Back":"خلف","Bank Transfer":"حوالة بنكية","bank address":"عنوان البنك","basic information":"معلومات اساسية","Buy":"يشتري","Buy Now":"اشتري الآن","bank name":"اسم البنك","city":"مدينة","Copy successful":"نسخ ناجحة","Copy failed":"فشل النسخة","Can Extract":"يمكن استخراج","Currency Type":"نوع العملة","Cancel":"إلغاء","Cancel the success":"إلغاء النجاح","Cancelled":"ألغيت","Choose a country":"اختر بلد","Choose Coupon":"اختر كوبون","Choose items":"اختر العناصر","Clear":"صافي","Clear Search":"مسح البحث","Comment Successful!":"التعليق ناجح!","Comment Failed!":"فشل التعليق!","Commission Details":"تفاصيل اللجنة","Commission":"عمولة","Commission Status":"حالة اللجنة","commodity payment":"دفع السلع","completed":"completed","Completed":"منجز","Condition not met":"الحالة لم تتحقق","Confirm":"يتأكد","Confirm password is inconsistent with new password":"تأكيد كلمة المرور غير متناسقة بكلمة مرور جديدة","Congratulations":"تهانينا","Congratulations! You are got a coupon.":"تهانينا! لديك قسيمة.","Congratulations! You are got all coupons.":"تهانينا! لديك كل كوبونات.","Continue":"استمر","Continue Shopping":"مواصلة التسوق","Copy the code and use it directly in the shopping cart.":"انسخ التعليمات البرمجية واستخدامها مباشرة في عربة التسوق.","Country":"بلد","Coupon code":"رمز الكوبون","Coupon List":"قائمة الكوبون","Date":"تاريخ","days after receiving":"أيام بعد استلامها","Design customization":"تصميم التخصيص","Do not use any discount":"لا تستخدم أي خصم","Earliest":"باكرا جدا","Export successful":"تصدير ناجح","Export failed":"فشل التصدير","email":"البريد الإلكتروني","email format does not match":"تنسيق البريد الإلكتروني غير متطابق","Estimated Delivery Time":"يقدر وقت التسليم","Effective Order Count":"عدد الطلبات الفعالة","Effective Sale Amount":"مبلغ البيع الفعال","Expense":"مصروف","expired":"منتهية الصلاحية","export a report?":"تصدير تقرير؟","Failed to upload files.":"Failed to upload files.","FAQ":"FAQ","Find Parts":"العثور على أجزاء","for order over":"للطلب أكثر من ذلك","Free":"حر","Free Quote & Information Request":"طلب اقتباس مجاني ومعلومات","Free Shipping":"الشحن مجانا","Get":"احصل على","Get coupons":"الحصول على كوبونات","Get discount":"الحصول على خصم","Get it":"احصل عليه","Get it after logging in and use it in the shopping cart.":"احصل عليه بعد تسجيل الدخول واستخدامها في عربة التسوق.","Go to Page":"انتقل إلى صفحة","Highest Price":"اغلى سعر","home":"الصفحة الرئيسية","Hot Sale":"عرض ساخن","Income":"دخل","Incorrect form format":"تنسيق شكل غير صحيح","inquiry":"استفسار","join guide":"دليل الانضمام","Last 30 days":"آخر 30 يومًا","Last 7 days":"اخر 7 ايام","Links report":"تقرير الروابط","Loading":"جار التحميل","Lowest Price":"أقل سعر","Match Product":"تطابق المنتج","Merchant Free Shipping":"التاجر شحن مجاني","message":"رسالة","Most Popular":"الأكثر شعبية","my account":"حسابي","my coupons":"كوبونات بلدي","my inquiry":"استفساري","my orders":"طلباتي","my reviews":"مشاريعي","my wishlist":"قائمة امنياتي","name":"اسم","New Arrival":"قادم جديد","Newest":"الأحدث","No Quotation":"لا اقتباس","No time limit":"لا يوجد حد زمني","Not deleted":"لم يتم حذفها","not valid yet":"غير صالح بعد","Off":"عن","Offers and Discounts":"العروض والخصومات","ok":"موافق","Only DOC,DOCX,PDF,PNG,JPEG and JPG files can be uploaded":"يمكن تحميل ملفات DOC و DOCX و PDF و PNG و JPEG و JPG فقط","optional":"اختياري","order notes":"ترتيب ملاحظات","Order over":"النظام","order id":"رقم التعريف الخاص بالطلب","order status":"حالة الطلب","order amount":"كمية الطلب","Orders Report":"تقرير الأوامر","Other":"آخر","Password contains at least numbers and letters length should be 6-20":"تحتوي كلمة المرور على الأرقام على الأقل ويجب أن يكون طول الحروف 6-20","Password is invalid":"كلمة المرور غير صالحة","Password length should be 6-20":"يجب أن يكون طول كلمة المرور 6-20","Paypal":"باي بال","paypal payment":"الدفع باي بال","Pending":"قيد الانتظار","Pending Commission":"اللجنة المعلقة","personal info":"معلومات شخصية","Please click ’click to continue’ to retry.":"يرجى النقر فوق \"انقر للمتابعة\" لإعادة المحاولة.","Please contact customer service for cash withdrawal":"يرجى الاتصال بخدمة العملاء للحصول على السحب النقدي","Please enter a valid email address":"يرجى إدخال عنوان بريد إلكتروني صالح","Please enter the verification code":"الرجاء إدخال رمز التحقق","Please login in first":"يرجى تسجيل الدخول أولا","Please select attribute":"يرجى اختيار السمة","Please select country/region":"يرجى اختيار البلد / المنطقة","Please select superior":"يرجى اختيار متفوقة","Please select the number of ratings.":"يرجى اختيار عدد التصنيفات.","Please select your country":"الرجاء تحديد بلدك","Please upload the invoice file":"يرجى تحميل ملف الفاتورة","Processing":"يعالج","Product Name":"اسم المنتج","Please fill in the delivery address before selecting the payment method":"يرجى ملء عنوان التسليم قبل اختيار طريقة الدفع","promotion center":"مركز الترويج","Promotion Link Click Amount":"رابط الترويج انقر فوق مبلغ","Promoted link clicks":"نقرات الارتباط التي تمت ترقيتها","Promotion Order Count":"عدد أوامر الترويج","Promotion Reports":"تقارير الترويج","read more":"اقرأ أكثر","Received commission":"تلقت عمولة","Refund":"استرداد","Refuse":"رفض","Region":"منطقة","Register Success":"سجل النجاح","Remittance":"التحويلات","Reviews":"المراجعات","reports":"تقارير","Sale ends in":"بيع ينتهي في","Save in wishlist":"حفظ في قائمة الأمنيات","Search":"بحث","swift code":"رمز السرعة","Select how to share":"حدد كيفية المشاركة","Select premium items to increase your chances of making money":"حدد العناصر المتميزة لزيادة فرصك في كسب المال","Share items to your channels.when other purchase a from your link, you can get commission.":"مشاركة العناصر إلى قنواتك. عند الشراء الآخر A من الرابط الخاص بك ، يمكنك الحصول على العمولة.","Share Product":"مشاركة المنتج","shipment successful":"شحنة ناجحة","Shipping":"الشحن","Shipping Address":"عنوان الشحن","Size guide":"دليل المقاسات","Small Text":"نص صغير","Small Title":"عنوان صغير","Sort By":"صنف حسب","Sales Amount":"مبلغ المبيعات","State/Province/Territory":"الدولة / المقاطعة / الإقليم","Successfully delete":"حذف بنجاح.","Successfully save":"حفظ بنجاح.","Thank you for trying":"شكرا على المحاولة","The account has been deactivated, please contact customer service to activate":"تم إلغاء تنشيط الحساب ، يرجى الاتصال بخدمة العملاء لتفعيلها","the content can not be blank":"المحتوى لا يمكن أن يكون فارغا","The coupon code has been copied and used in the shopping cart.":"تم نسخ رمز القسيمة وتستخدم في عربة التسوق.","The file name cannot exceed 100 characters":"لا يمكن أن يتجاوز اسم الملف 100 حرف","The file size cannot exceed 2MB":"لا يمكن أن يتجاوز حجم الملف 2 ميجابايت","The number of withdrawals on the day has been capped":"تم توج عدد عمليات السحب في اليوم","The subscription is successful, thank you for your participation":"الاشتراك ناجح، شكرا لك على مشاركتك","The user center is out of service. Please contact customer service":"مركز المستخدم خارج الخدمة. يرجى الاتصال بخدمة العملاء","There is no amount to withdraw":"لا يوجد مبلغ للانسحاب","There is no data to export":"لا توجد بيانات للتصدير","This is Text":"هذا هو النص","This is title":"هذا هو العنوان","This transaction has failed.":"فشلت هذه المعاملة.","Time to shop":"الوقت للتسوق","Tips":"نصائح","To be commented":"ليتم تعليقها","Total":"المجموع","Tutorial":"الدورة التعليمية","This Supplier/Shipping Company does not deliver to your selected Country/Region.":"لا تقدم هذه الشركة/شركة الشحن إلى بلدك/منطقتك المختارة.","Update password success":"تحديث نجاح كلمة المرور","Upload Image":"تحميل الصور","Upload up to 6 pictures":"تحميل ما يصل إلى 6 صور","uploading":"تحميل","used":"تستخدم","user center":"مركز المستخدم","Upload Invoice":"تحميل فاتورة","valid now":"صالح الآن","Validity period":"فترة الصلاحية","View Cart & Checkout":"عرض العربة","views":"الآراء","Valid for":"صالحة ل","Welcome to the website":"مرحبا بكم في الموقع","Western Union":"الاتحاد الغربي","When your buyers received and confirmed orders, you can get commission right now!":"عندما تلقى المشترين أوامر مؤكدة ، يمكنك الحصول على العمولة الآن!","Withdrawal":"انسحاب","Withdrawal success":"نجاح الانسحاب","Withdrawal Method":"طريقة السحب","Write a Review":"أكتب مراجعة","Withdrawal Amount":"كمية السحب","Yes":"نعم","Yesterday":"في الامس","You are clicking too fast":"أنت تنقر بسرعة كبيرة","You are got a coupon.":"لديك قسيمة.","You can select a maximum of 90 days":"يمكنك تحديد 90 يومًا كحد أقصى","You can withdraw the commission to your Paypal account.":"يمكنك سحب اللجنة إلى حساب PayPal الخاص بك.","You haven’t chosen an address yet":"لم تختار عنوان حتى الآن","You haven’t selected a product yet":"أنت لم تختار منتج حتى الآن","Your rating":"تقييمك","Your review":"مراجعتك","Your shipping address error":"خطأ عنوان الشحن الخاص بك"}}