<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Trigger Happy</title>
	<atom:link href="https://triggerhappy.me/feed/" rel="self" type="application/rss+xml" />
	<link>https://triggerhappy.me</link>
	<description></description>
	<lastBuildDate>Thu, 30 Jan 2020 17:24:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Fresh Humbug</title>
		<link>https://triggerhappy.me/2020/01/fresh-humbug/</link>
					<comments>https://triggerhappy.me/2020/01/fresh-humbug/#respond</comments>
		
		<dc:creator><![CDATA[Eric "smurph" Murphy]]></dc:creator>
		<pubDate>Thu, 30 Jan 2020 17:19:36 +0000</pubDate>
				<category><![CDATA[IRL]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Freshservice]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tampermonkey]]></category>
		<guid isPermaLink="false">https://triggerhappy.me/?p=964</guid>

					<description><![CDATA[Every programmer who took a formal web development course has had to write Javascript to make it look like it was snowing on their web page at some point&#8230; Apparently someone at Freshservice thought this was so cool that everyone who uses their service is subjected to the buggy white mess every holiday season. Here&#8217;s &#8230; <a href="https://triggerhappy.me/2020/01/fresh-humbug/" class="more-link">Continue reading <span class="screen-reader-text">Fresh Humbug</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>Every programmer who took a formal web development course has had to write Javascript to make it look like it was snowing on their web page at some point&#8230; Apparently someone at Freshservice thought this was so cool that everyone who uses their service is subjected to the buggy white mess every holiday season.</p>



<p>Here&#8217;s a Greasemonkey/Tampermonkey script that would make The Grinch proud:</p>



<pre class="wp-block-code"><code>// ==UserScript==
// @name         Fresh Humbug
// @namespace    https://triggerhappy.me/2020/01/fresh-humbug/
// @downloadURL  https://triggerhappy.me/downloads/freshhumbug/freshhumbug.user.js
// @version      0.3
// @description  Get rid of the buggy Christmas theme that Freshservice forces on everyone
// @author       Eric Murphy
// @match        https://yourfreshserviceurl.example.com/*
// @grant        GM_addStyle
// @require     http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js

// ==/UserScript==

(function() {
    'use strict';
    $( document ).ready(function() {
        $(".snow_container").hide()
        $(".header").removeClass("christmas_theme_applied");
    });
})();
</code></pre>



<p>I probably could have done it without JQuery, but I only dabble in web programming these days, so that&#8217;s what I&#8217;m most familiar with.</p>



<p>Anyway, you&#8217;re welcome. <a href="https://triggerhappy.me/downloads/freshhumbug/freshhumbug.user.js">Download it here!</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://triggerhappy.me/2020/01/fresh-humbug/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Power Mixer and VolumeLock Review</title>
		<link>https://triggerhappy.me/2019/07/power-mixer-and-volumelock-review/</link>
					<comments>https://triggerhappy.me/2019/07/power-mixer-and-volumelock-review/#respond</comments>
		
		<dc:creator><![CDATA[Eric "smurph" Murphy]]></dc:creator>
		<pubDate>Tue, 16 Jul 2019 23:52:43 +0000</pubDate>
				<category><![CDATA[gaming]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[IRL]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[review]]></category>
		<guid isPermaLink="false">https://triggerhappy.me/?p=954</guid>

					<description><![CDATA[Sometimes I feel like I have an amazing talent of finding or creating the most obscure tech issues ever. My latest headache started when my lovely wife bought me an Audio Technica 2020+ USB mic for Christmas. I was ecstatic. I hooked that baby up, and that&#8217;s when the problems began. After a lot of &#8230; <a href="https://triggerhappy.me/2019/07/power-mixer-and-volumelock-review/" class="more-link">Continue reading <span class="screen-reader-text">Power Mixer and VolumeLock Review</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>Sometimes I feel like I have an amazing talent of finding or creating the most obscure tech issues ever. My latest headache started when my lovely wife bought me an <a href="https://www.amazon.com/Audio-Technica-AT2020USB-Cardioid-Condenser-Microphone/dp/B00B5ZX9FM/">Audio Technica 2020+ USB mic</a> for Christmas. I was ecstatic. I hooked that baby up, and that&#8217;s when the problems began. After a lot of troubleshooting and sending it to Audio Technica for a warranty repair, I finally figured out the cause of the biggest issue that had been plaguing me. It was my own damn self.</p>



<p>I probably shouldn&#8217;t be so hard on myself. It was technically Auto Hotkey, but I only blame myself because I always try to find the most clever solution to every problem, and this was no exception. I set up an Auto Hotkey script to monitor and adjust the volume on my new mic, just like I had in the past with my Blue Snowball. The problem was, the script was doing something very strange with the volume. Instead of just adjusting the volume, it was also adjusting the balance of the mic. Yes, so every time I turned the volume up, it would also shift my recording to the right channel, and when turning the volume down, it would shift to the left channel. Absolutely bizarre!</p>



<p>To make matters worse, there is no way to see or change the balance settings for a mic in WIndows 10. To be honest, this was not surprising at all to me. That&#8217;s where Power Mixer comes into play.</p>



<h2 class="wp-block-heading">Power Mixer</h2>



<p><a href="https://www.actualsolution.com/power-mixer/">Power Mixer</a> from <a href="https://www.actualsolution.com/">Actual Solutions</a> is a software volume mixer for Windows that gives you way more control over your sound devices. You can easily see the volume and balance of <em>every</em> device and application that is hooked into the OS. With one click, you can also enable or disable devices, which is much handier than attempting the same task in Windows.</p>



<p>Beyond simply giving you control over every aspect of your system&#8217;s audio, Power Mixer also allows you to monitor the sound going over each channel with VU and PPM meters. This is really handy if you need to be able to mix multiple channels and you want to keep an eye on your levels.</p>



<figure class="wp-block-image"><img fetchpriority="high" decoding="async" width="991" height="728" src="https://triggerhappy.me/wp-content/uploads/2019/07/Power-Mixer.png" alt="" class="wp-image-957" srcset="https://triggerhappy.me/wp-content/uploads/2019/07/Power-Mixer.png 991w, https://triggerhappy.me/wp-content/uploads/2019/07/Power-Mixer-300x220.png 300w, https://triggerhappy.me/wp-content/uploads/2019/07/Power-Mixer-768x564.png 768w" sizes="(max-width: 991px) 100vw, 991px" /></figure>



<p>You can also assign hotkeys in Power Mixer to adjust volume, balance, and mute devices or other channels. Unfortunately, it only adjusts by increments of 20 though, so you&#8217;ll still need to pull up the mixer itself to do fine tuning. However, this fixed the problem I created when I was using Auto Hotkey to adjust my recording volume. No more balance shift when I touch my volume hotkeys!</p>



<p>Probably my favorite feature is the ability to define presets. You can set up presets for specific tasks, like gaming, working, streaming, etc. and switch between them. There doesn&#8217;t seem to be a way to quickly save a preset though, so you&#8217;ll have to pull up the preset screen to adjust any settings you&#8217;ve changed in the preset in order to make them permanent. That&#8217;s a little awkward, but once you set things up how you like them, you probably won&#8217;t be messing with that much anyway. </p>



<h2 class="wp-block-heading">VolumeLock</h2>



<p>Actual Software also has a solution for another audio pet peeve of mine. Don&#8217;t you hate it when Skype or some other voice chat software thinks it&#8217;s being smart by adjusting the input volume of your mic? When using a quality mic, it&#8217;s capable of picking up a lot of background noise if you&#8217;re not careful, and Skype and the like are notorious for thinking background noise, like a TV or children talking in the background, are important sound bits. As a result, they crank the input volume way up to pick up that background chatter, and then the next time you <em>actually</em> talk, you&#8217;re loud enough to blow out your friends&#8217; speakers and eardrums. And even if you tell the offending program to not adjust the input volume, something inevitably does. So why not just prevent it entirely?</p>



<p><a href="https://www.actualsolution.com/volume-lock/">VolumeLock </a>does just that. You set your levels where you want them, lock them independently, then forget it. For example, you can lock your input balance but leave your volume unlocked so that nothing will mess with your balance, but you can still adjust your volume from other programs. It has presets, just like Power Mixer, and hotkeys to jump to your different presets. All very good&#8230; in theory.</p>



<figure class="wp-block-image"><img decoding="async" width="499" height="458" src="https://triggerhappy.me/wp-content/uploads/2019/07/VolumeLock.png" alt="" class="wp-image-958" srcset="https://triggerhappy.me/wp-content/uploads/2019/07/VolumeLock.png 499w, https://triggerhappy.me/wp-content/uploads/2019/07/VolumeLock-300x275.png 300w" sizes="(max-width: 499px) 100vw, 499px" /></figure>



<p>My issues with VolumeLock are a bit frustrating. It works great if all you want to do is lock your levels and set up presets. The problem is that it actually works against Power Mixer. You&#8217;d think these two applications should be combined or at least make them work together. Maybe set an exception for Power Mixer so that any other programs are prevented from adjusting your levels except for Power Mixer. Alas, that is not an option, so if you lock something in VolumeLock, it is the end-all be-all. You&#8217;re stuck going into VolumeLock to adjust and re-lock your levels.</p>



<h2 class="wp-block-heading">The Verdict</h2>



<p>While these applications have some glaring issues, I can definitely recommend Power Mixer at least. It&#8217;s very powerful and it is the best low-cost mixer I&#8217;ve been able to find. VolumeLock has great potential, but without better integration with Power Mixer, it really works against the best features of Power Mixer. This is unfortunate since they&#8217;re clearly developed by the same small developer, and even have some of the same features and appearance.</p>



<hr class="wp-block-separator"/>



<p>Disclaimer: I have written this review based on a 14-day trial of both applications with the assumption that I can acquire a <a href="https://www.actualsolution.com/register/discounts/">50% discount</a> on the full license.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://triggerhappy.me/2019/07/power-mixer-and-volumelock-review/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Parallax Scrolling on the Momentum Squarespace Template</title>
		<link>https://triggerhappy.me/2019/02/parallax-scrolling-on-the-momentum-squarespace-template/</link>
					<comments>https://triggerhappy.me/2019/02/parallax-scrolling-on-the-momentum-squarespace-template/#respond</comments>
		
		<dc:creator><![CDATA[Eric "smurph" Murphy]]></dc:creator>
		<pubDate>Mon, 25 Feb 2019 02:31:54 +0000</pubDate>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[parallax scrolling]]></category>
		<category><![CDATA[Squarespace]]></category>
		<category><![CDATA[web design]]></category>
		<guid isPermaLink="false">https://triggerhappy.me/?p=943</guid>

					<description><![CDATA[While working on my wife&#8217;s web page, I ran into a difficult challenge. She asked for a page to include parallax scrolling on a template that does not include parallax scrolling as a feature. In this case, we&#8217;re using Momentum. I figured I might have to dive into developer mode to achieve this, but I&#8217;ve &#8230; <a href="https://triggerhappy.me/2019/02/parallax-scrolling-on-the-momentum-squarespace-template/" class="more-link">Continue reading <span class="screen-reader-text">Parallax Scrolling on the Momentum Squarespace Template</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>While working on my wife&#8217;s web page, I ran into a difficult challenge. She asked for a page to include parallax scrolling on a template that does not include parallax scrolling as a feature. In this case, we&#8217;re using Momentum. I figured I might have to dive into developer mode to achieve this, but I&#8217;ve been running into problems getting that to work, so I thought I&#8217;d take a stab at it without developer mode.</p>
<p>Requirements were clear:</p>
<ul>
<li>Stationary parallax scrolling (image stays stationary while other elements scroll over it)</li>
<li>Images must be added/edited in the Squarespace online design tools (no hard-coding images here)</li>
<li>Height of the &#8220;window&#8221; must be editable in the Squarespace online design tools as well</li>
<li>Must be able to embed text over the images</li>
</ul>
<p>After walking through a few examples online, I figured it shouldn&#8217;t be too hard to accomplish with some CSS and jQuery. I added several &#8220;poster&#8221; and &#8220;text&#8221; blocks to a page and plugged the following code into the page header. You could put this in code injection if you wanted this effect on every page.</p>
<pre>&lt;script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"&gt;&lt;/script&gt;

&lt;style&gt;
html {
	overflow-x: hidden;
}
.image-inset {	
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
	border: 0px;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow: hidden;
}
.sqs-block-image .image-block-outer-wrapper.image-block-v2 .intrinsic img {
	display: none;
}
.sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-overlay {
	display: none;
}
&lt;/style&gt;

&lt;script&gt;
$(document).ready(function(){
	$('.image-inset').each(function(i,e) {
		$(e).css('background-image', 'url("'+$(e).children('img')[0].src+'")');
	});
});
&lt;/script&gt;</pre>
<p>To get this to work on other templates, you might need to tweak the CSS a bit, but it should be doable.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://triggerhappy.me/2019/02/parallax-scrolling-on-the-momentum-squarespace-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Just Made Me Lose My Shit</title>
		<link>https://triggerhappy.me/2013/07/microsoft-just-made-me-lose-my-shi/</link>
					<comments>https://triggerhappy.me/2013/07/microsoft-just-made-me-lose-my-shi/#comments</comments>
		
		<dc:creator><![CDATA[Eric "smurph" Murphy]]></dc:creator>
		<pubDate>Sat, 20 Jul 2013 18:35:25 +0000</pubDate>
				<category><![CDATA[gaming]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[proofs]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[two-factor authentication]]></category>
		<category><![CDATA[xbox live]]></category>
		<category><![CDATA[xbox live child account]]></category>
		<category><![CDATA[xbox live family]]></category>
		<guid isPermaLink="false">http://triggerhappy.me/?p=908</guid>

					<description><![CDATA[I&#8217;ve been on Xbox Live for 9 years, and generally I&#8217;ve been pretty happy with it, despite some weird issues on occasion. The last few years we&#8217;ve subscribed to Xbox Live Family where we get 4 gold accounts for $100. That&#8217;s an incredible savings. Unfortunately, Microsoft discontinued that subscription level after about two years of &#8230; <a href="https://triggerhappy.me/2013/07/microsoft-just-made-me-lose-my-shi/" class="more-link">Continue reading <span class="screen-reader-text">Microsoft Just Made Me Lose My Shit</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been on Xbox Live for 9 years, and generally I&#8217;ve been pretty happy with it, despite some weird issues on occasion. The last few years we&#8217;ve subscribed to Xbox Live Family where we get 4 gold accounts for $100. That&#8217;s an incredible savings. Unfortunately, Microsoft discontinued that subscription level after about two years of minimally supporting it. Everyone I know has complained about how the family accounts are set up. It&#8217;s not a big issue for me since my wife is fine with me controlling/managing everything. For other families, it&#8217;s frustrating because only one account is the &#8220;parent&#8221; and others are locked down &#8220;child&#8221; accounts. It really hasn&#8217;t been a problem for me, until today.</p>
<h2>The Problem</h2>
<p>This morning, my girls wanted to play Kinect Party together, so I fired up the Xbox and tried to sign in under Emma&#8217;s account. It acted like I&#8217;d never signed in as her before and prompted for credentials. In the past, it had always accepted my account credentials for logging them in. Well that must have changed and I didn&#8217;t know her credentials. I skipped logging in and let them play. Then I went to my office and tried the same thing on my Xbox. I ended up resetting her password and that worked just fine.</p>
<p><em><span style="color: #ff0000;">If you&#8217;re having this problem with a child account, and don&#8217;t want to read all my ranting (I wouldn&#8217;t blame you), skip down to &#8220;The Solution&#8221; and save yourself some time.</span></em></p>
<p>THEN things got really interesting. Xbox said I had to add proofs. I&#8217;ve done this on my account and my wife&#8217;s, so whatever, punched in my digits, got a text message with the code, entered the code, done&#8230; right?</p>
<p>Nope, now I need to verify that proof by checking my email and clicking the link. *Groan* alright, whatever *click*.</p>
<p>Now I need to log in as Emma again. Alright, I&#8217;m in.</p>
<p>Now Emma needs her parents&#8217; permission. She can either have an email sent or have her parent come to the PC. I&#8217;m already here, let&#8217;s do this.</p>
<p>Parent, log in. FOR FUCK&#8217;S SAKE. Ok, I&#8217;m in.</p>
<p>[paraphrase]Hey Eric, we know you&#8217;ve been an Xbox Live subscriber for 9 years, have a credit card on file, you&#8217;ve used that credit card dozens of times on our service, we&#8217;ve verified your identity and age numerous times, but we&#8217;re going to charge you 50 cents (don&#8217;t worry PART of it is going to charity&#8230; we won&#8217;t tell you WHICH charity) just to verify your age&#8230;[/paraphrase]</p>
<p>&#8230;</p>
<p>WHAT IN THE MOTHERFUCKING HELL?</p>
<p>At this point I&#8217;m on the verge of losing my shit, but I figured I can either contact support and give them an earful, or just deal with the 50 cent charge and get it over with. It&#8217;s only 50 cents, not that big of a deal, but still, it&#8217;s utter nonsense and I shouldn&#8217;t have to jump through all these hoops.</p>
<p>*Deep breath* ok, here&#8217;s my credit card number. Oh look, you&#8217;ve already filled in my address and phone number. Gosh, I guess you guys really do know me, so WHY AM I STILL DOING THIS? (And no, it wasn&#8217;t my browser filling it in)</p>
<p>*Submit*</p>
<blockquote><p>We&#8217;re unable to complete your request<br />
Microsoft account is experiencing technical problems. Please try again later.</p></blockquote>
<p>Shit has been lost, folks.</p>
<p>They don&#8217;t even apologize for being incompetent. If it had said &#8220;We&#8217;re sorry&#8230;&#8221; I might not have been quite so mad. Ok, that&#8217;s a lie.</p>
<h2>The Support Call</h2>
<p>Ok, contact support time. They conveniently provided a link under the error, so I followed the link and filled in a support request. Here&#8217;s what I said:</p>
<blockquote><p>When I attempt to verify my age using a credit card, it says &#8220;We&#8217;re unable to complete your request<br />
Microsoft account is experiencing technical problems. Please try again later.</p>
<p>All I&#8217;m trying to do is log in to my two daughters&#8217; Xbox Live accounts on our Xbox (their profiles are already on this Xbox). It&#8217;s telling me to add proofs, so I add my phone number, I get a text message with a code, enter it on the Xbox, then it tells me I have to verify that by checking my email. So I click the link you sent to my email, it tells me to log in to my kid&#8217;s account. Then it tells me (well, my kid) that she needs her parents permission. So I have to log back into the site with my credentials and for some reason I need to verify my age even though I&#8217;ve been an Xbox Live subscriber for 9 years and I&#8217;ve used credit cards on Xbox Live (and other Microsoft sites) many times before.</p>
<p>FOR SOME STUPID REASON YOUR SITE STILL REQUIRES THAT IT CHARGES ME 50 CENTS TO VERIFY MY AGE?!?!? You know who I am, you&#8217;ve verified my identity and age before. Why do I need to do it again in order to add proofs to my daughters&#8217; accounts? Why is this process so much of a pain in the ass? Why doesn&#8217;t your credit card processing system work? Why do I need to pay 50 cents to do this?</p>
<p>This is why people complain about your service, don&#8217;t trust you, and leave you in favor of competitors. You make everything so god damned complicated and impossible. Like I said, I&#8217;ve been a subscriber for 9 years, and I&#8217;ve had to deal with a lot of ridiculous issues like this. I&#8217;m a very tech-savvy person, so these issues usually aren&#8217;t a big problem for me, but I can only wonder what the average user must go through, and how many of them GIVE UP because they get so frustrated with your policies and other nonsense (like me, right now).</p>
<p>Anyway, if you could help with the credit card issue, I&#8217;d appreciate it.</p></blockquote>
<p>I&#8217;m so tired of big companies doing this BS. I appreciate that they take security seriously and encourage you to use two factor security and all that, but this is ridiculous. Microsoft has the ability to make this process as streamlined as possible, yet it requires all sorts of logging in/out, checking email, clicking links, verifying a dozen things we&#8217;ve already verified. It&#8217;s too much. The average user will not put up with this much nonsense. They&#8217;re going to give up, tell their kid they can&#8217;t use their profile anymore, or create a new profile. Both options heavily degrade the user&#8217;s experience to the point that they&#8217;ll start looking elsewhere for entertainment. Microsoft, and other companies (they&#8217;re not the only offenders), need to get their heads out of their asses and fix this.</p>
<p>Oh, it gets better. While typing this post, I got a response from support:</p>
<blockquote><p>Dear Eric Murphy,</p>
<p>Thank you for contacting Windows Live Hotmail Plus Billing Support. <em>[Wow, is that who I contacted? That&#8217;s quite the name. -EM]</em></p>
<p>We sincerely apologize for the inconvenience you encountered in trying to complete the age verification process. To further assist you in getting an accurate resolution to this issue, We need to direct you to www.answers.microsoft.com where you will be given a step by step direction by a Moderator. You can also use our xbox chat support at http://support.xbox.com/en-US/contact-us?xr=footnav.</p>
<p>You can also try the following links:<br />
1. http://answers.microsoft.com/en-us/Search/Search?SearchTerm=live+age+verification&amp;CurrentScope.ForumName=&amp;CurrentScope.Filter=&amp;askingquestion=False<br />
2. http://answers.microsoft.com/en-us/windowslive/forum/liveid-signin/how-do-i-change-the-dob-for-a-child-account/9e202b21-8b9a-4ed2-92d4-2014a2dbe0ea</p>
<p>To further explain why Microsoft charge you when creating an account for a child in compliance to Children&#8217;s Online Privacy Protection Act (COPPA), please visit our website at http://windows.microsoft.com/en-US/windows-live/family-safety-why-does.</p>
<p>Windows Live Hotmail Plus Billing Support do not have any fix for Windows Live Age verification. Rest assured that we value your feedback and whatever issues our customers encounter online will be fixed.</p>
<p>Sincerely,</p>
<p>Wianne<br />
Windows Live Hotmail Plus Billing Support</p></blockquote>
<p>The two links given are amusing. The first one is a huge list of posts on their answers forums from people experiencing the same issues with the credit card system. The second explains why this step is needed and provides alternate methods for verifying your age. They are&#8230; wait for it&#8230; FAX, or MAIL. That&#8217;s snail mail, not email. As in put your sensitive info (photocopy of your driver&#8217;s license) in an envelope, write the address on it, slap a stamp on it, drop it in a mailbox and wait a couple weeks for it to be delivered and processed. Granted, this is probably due to COPPA, but it&#8217;s still a load of crap. Microsoft, how about you fix your damn credit card processing so I don&#8217;t need to deal with this?</p>
<p>At this point, I think it&#8217;s ridiculous that customer service is sending me to a different division of support to handle this, and they&#8217;re not even passing the torch. They&#8217;re just saying &#8220;not our problem, ask these guys&#8221; and sending me on my way. No, Microsoft, no. This is not service, this is lazy.</p>
<p>Since I&#8217;ve never liked answers.microsoft.com for dealing with this type of thing, I started an Xbox chat support session. I was connected to Francis and he was very helpful. I had to explain the issues twice to him but I think part of it was me not quite understanding that I shouldn&#8217;t have had to go through any of this nonsense to begin with. He said child accounts don&#8217;t need to set up proofs since you log in with the parent&#8217;s account credentials (see, I knew that didn&#8217;t seem right).</p>
<h2>The Solution</h2>
<p>The solution Francis provided seemed absurd at first. He told me to delete MY profile (the parent of the child accounts), download the parent profile again, and then the child accounts should log in without the prompts to add proofs.</p>
<p>Well dagnabbit, it worked. Emma&#8217;s profile logged in instantly using my credentials. Then I downloaded Payton&#8217;s profile and it logged in instantly. Cool. Then I tried the same thing on my other Xbox. I didn&#8217;t have as much luck there. I deleted/re-downloaded my account, but still had the same problem with the child accounts. I deleted and re-downloaded the child accounts, same problem. Then I deleted and re-downloaded my account AGAIN, and suddenly stuff started working again. I still had a weird problem with Payton&#8217;s account, but turning off/on the Xbox solved that. Might have been a fluke connection problem or something.</p>
<h2>Closing</h2>
<p>Anyway, after all is said and done, both accounts are able to log in to the Xbox, but if they ever need to do anything on a different Microsoft website, I imagine I&#8217;ll still need to verify my age and give them access. I can&#8217;t believe it&#8217;s 2013 and the internet/technology is STILL such a clusterfuck when it comes to credentials, parental controls, and credit card transaction processing. I can&#8217;t believe I wasted four hours on a Saturday to get my girls signed in to Xbox Live. I&#8217;m just glad I opted to contact Xbox support and that Francis knows his shit. I guess Xbox caused the problem to begin with, but at least they were able to identify the issue and correct it without too much hassle. This has been one incredibly frustrating experience.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://triggerhappy.me/2013/07/microsoft-just-made-me-lose-my-shi/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>mx610hack</title>
		<link>https://triggerhappy.me/2012/05/mx610hack/</link>
					<comments>https://triggerhappy.me/2012/05/mx610hack/#respond</comments>
		
		<dc:creator><![CDATA[Eric "smurph" Murphy]]></dc:creator>
		<pubDate>Sat, 12 May 2012 00:30:05 +0000</pubDate>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[logitech]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[mx610]]></category>
		<category><![CDATA[mx610hack]]></category>
		<category><![CDATA[open source]]></category>
		<guid isPermaLink="false">http://triggerhappy.me/?p=888</guid>

					<description><![CDATA[My Logitech mx610 mouse has some LEDs on the top but I haven&#8217;t seen any Linux distro support them. Luckily, I found this source a while back that enables interaction with said LEDs. I just hooked the mouse up to a different PC and went searching to see if there&#8217;s an update&#8230; no dice. In &#8230; <a href="https://triggerhappy.me/2012/05/mx610hack/" class="more-link">Continue reading <span class="screen-reader-text">mx610hack</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>My Logitech mx610 mouse has some LEDs on the top but I haven&#8217;t seen any Linux distro support them. Luckily, I found this source a while back that enables interaction with said LEDs. I just hooked the mouse up to a different PC and went searching to see if there&#8217;s an update&#8230; no dice. In fact, I couldn&#8217;t even find the version I currently had online anywhere. So I&#8217;m doing what any good open source contributor would do: host the file.</p>
<p>Here it is! <a href="http://triggerhappy.me/wp-content/uploads/2012/05/mx610hack-0.3.tar.gz">mx610hack-0.3.tar</a></p>
<p>Disclaimer: I had this working in an old version of Ubuntu but haven&#8217;t even tested it with anything more recent yet. It did compile so that&#8217;s a start!</p>
<p>I should also mention that I did not write this code. I&#8217;m just sharing it because it seems to be hard to find these days. The original source seems to be here: <a href="http://blogs.kde.org/node/2029">http://blogs.kde.org/node/2029</a></p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://triggerhappy.me/2012/05/mx610hack/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Four Years!</title>
		<link>https://triggerhappy.me/2011/03/four-years/</link>
					<comments>https://triggerhappy.me/2011/03/four-years/#respond</comments>
		
		<dc:creator><![CDATA[Eric "smurph" Murphy]]></dc:creator>
		<pubDate>Fri, 04 Mar 2011 04:03:56 +0000</pubDate>
				<category><![CDATA[IRL]]></category>
		<category><![CDATA[family]]></category>
		<guid isPermaLink="false">http://triggerhappy.me/?p=874</guid>

					<description><![CDATA[Today is our fourth anniversary. We celebrated this past weekend with a trip to The Domes in Milwaukee, and then dinner at Benvenuto&#8217;s. Both were incredible, mostly because of my lovely wife. Tonight, Erika surprised me with a candle lit dinner while the kids were playing in their room. It was incredibly sweet. These have &#8230; <a href="https://triggerhappy.me/2011/03/four-years/" class="more-link">Continue reading <span class="screen-reader-text">Four Years!</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Today is our fourth anniversary. We celebrated this past weekend with a trip to The Domes in Milwaukee, and then dinner at Benvenuto&#8217;s. Both were incredible, mostly because of my lovely wife. Tonight, Erika surprised me with a candle lit dinner while the kids were playing in their room. It was incredibly sweet. These have been the best years of my life, and I&#8217;m looking forward to many more with my wife.</p>
<p>
<a href='https://triggerhappy.me/wp-content/uploads/2011/03/IMAG0014.jpg'><img decoding="async" width="150" height="150" src="https://triggerhappy.me/wp-content/uploads/2011/03/IMAG0014-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://triggerhappy.me/wp-content/uploads/2011/03/IMAG0036.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://triggerhappy.me/wp-content/uploads/2011/03/IMAG0036-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://triggerhappy.me/wp-content/uploads/2011/03/IMAG0033.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://triggerhappy.me/wp-content/uploads/2011/03/IMAG0033-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
</p>
]]></content:encoded>
					
					<wfw:commentRss>https://triggerhappy.me/2011/03/four-years/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Happy 2nd Birthday Emma!</title>
		<link>https://triggerhappy.me/2011/03/happy-2nd-birthday-emma/</link>
					<comments>https://triggerhappy.me/2011/03/happy-2nd-birthday-emma/#respond</comments>
		
		<dc:creator><![CDATA[Eric "smurph" Murphy]]></dc:creator>
		<pubDate>Wed, 02 Mar 2011 03:52:44 +0000</pubDate>
				<category><![CDATA[IRL]]></category>
		<category><![CDATA[Emma]]></category>
		<category><![CDATA[family]]></category>
		<guid isPermaLink="false">http://triggerhappy.me/?p=858</guid>

					<description><![CDATA[Our little Emma Lee turned 2 today. The terrible twos started a while ago but she&#8217;s still such a happy little sweetheart (when she&#8217;s not being terrible). She has started talking quite a bit this year and she just started potty training. She&#8217;s been a joy to watch as she grows. Happy Birthday Emma!]]></description>
										<content:encoded><![CDATA[<p>Our little Emma Lee turned 2 today. The terrible twos started a while ago but she&#8217;s still such a happy little sweetheart (when she&#8217;s not being terrible). She has started talking quite a bit this year and she just started potty training. She&#8217;s been a joy to watch as she grows.</p>
<p>Happy Birthday Emma!<br />

<a href='https://triggerhappy.me/wp-content/uploads/2011/03/4994591556_21e02b5de6_b.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://triggerhappy.me/wp-content/uploads/2011/03/4994591556_21e02b5de6_b-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://triggerhappy.me/wp-content/uploads/2011/03/5024646088_15022a1f05_b.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://triggerhappy.me/wp-content/uploads/2011/03/5024646088_15022a1f05_b-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://triggerhappy.me/wp-content/uploads/2011/03/4749163965_9db9a69e55_b.jpg'><img loading="lazy" decoding="async" width="150" height="150" src="https://triggerhappy.me/wp-content/uploads/2011/03/4749163965_9db9a69e55_b-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://triggerhappy.me/wp-content/uploads/2011/03/4749163965_9db9a69e55_b-150x150.jpg 150w, https://triggerhappy.me/wp-content/uploads/2011/03/4749163965_9db9a69e55_b-300x300.jpg 300w, https://triggerhappy.me/wp-content/uploads/2011/03/4749163965_9db9a69e55_b.jpg 1024w" sizes="auto, (max-width: 150px) 100vw, 150px" /></a>
</p>
]]></content:encoded>
					
					<wfw:commentRss>https://triggerhappy.me/2011/03/happy-2nd-birthday-emma/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Photo of the Week &#8211; 11/7/10</title>
		<link>https://triggerhappy.me/2010/11/photo-of-the-week-11710/</link>
					<comments>https://triggerhappy.me/2010/11/photo-of-the-week-11710/#respond</comments>
		
		<dc:creator><![CDATA[Eric "smurph" Murphy]]></dc:creator>
		<pubDate>Wed, 10 Nov 2010 02:10:08 +0000</pubDate>
				<category><![CDATA[IRL]]></category>
		<category><![CDATA[Erika]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[POTW]]></category>
		<guid isPermaLink="false">http://triggerhappy.me/?p=852</guid>

					<description><![CDATA[Late again! I&#8217;m really bad at this. Better late than never though right? Last week Erika dug up a bunch of older photos and re-edited them so there were a lot of photos to choose from. There are some good older photos but I picked a new one instead. This photo of Emma is so &#8230; <a href="https://triggerhappy.me/2010/11/photo-of-the-week-11710/" class="more-link">Continue reading <span class="screen-reader-text">Photo of the Week &#8211; 11/7/10</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Late again! I&#8217;m really bad at this. Better late than never though right?</p>
<p>Last week Erika dug up a bunch of older photos and re-edited them so there were a lot of photos to choose from. There are some good older photos but I picked a new one instead. This photo of Emma is so cute. She&#8217;s always making silly faces but capturing those moments is always difficult. I think this photo turned out great.</p>
<p><a href="http://triggerhappy.me/wp-content/uploads/2010/11/5152198319_f3732d960e_b.jpg"><img loading="lazy" decoding="async" src="http://triggerhappy.me/wp-content/uploads/2010/11/5152198319_f3732d960e_b-196x300.jpg" alt="" title="Silly Girl" width="196" height="300" class="aligncenter size-medium wp-image-853" srcset="https://triggerhappy.me/wp-content/uploads/2010/11/5152198319_f3732d960e_b-196x300.jpg 196w, https://triggerhappy.me/wp-content/uploads/2010/11/5152198319_f3732d960e_b.jpg 670w" sizes="auto, (max-width: 196px) 100vw, 196px" /></a></p>
<p>See <em><a href="http://www.flickr.com/photos/48367388@N04/5152198319/">Silly Girl</a></em> at Flickr.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://triggerhappy.me/2010/11/photo-of-the-week-11710/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Photo of the Week &#8211; 10/31/10</title>
		<link>https://triggerhappy.me/2010/11/photo-of-the-week-103110/</link>
					<comments>https://triggerhappy.me/2010/11/photo-of-the-week-103110/#respond</comments>
		
		<dc:creator><![CDATA[Eric "smurph" Murphy]]></dc:creator>
		<pubDate>Tue, 02 Nov 2010 02:11:54 +0000</pubDate>
				<category><![CDATA[IRL]]></category>
		<category><![CDATA[Erika]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[POTW]]></category>
		<guid isPermaLink="false">http://triggerhappy.me/?p=845</guid>

					<description><![CDATA[The second I saw this photo, I instantly loved it. The colors are amazing and I really like the light texture Erika added. Great photo Erika! See Untitled at Flickr.]]></description>
										<content:encoded><![CDATA[<p>The second I saw this photo, I instantly loved it. The colors are amazing and I really like the light texture Erika added. Great photo Erika!</p>
<p><a href="http://triggerhappy.me/wp-content/uploads/2010/11/5125964213_b0bf273e28_b.jpg"><img loading="lazy" decoding="async" src="http://triggerhappy.me/wp-content/uploads/2010/11/5125964213_b0bf273e28_b-300x202.jpg" alt="" title="Untitled" width="300" height="202" class="aligncenter size-medium wp-image-846" srcset="https://triggerhappy.me/wp-content/uploads/2010/11/5125964213_b0bf273e28_b-300x202.jpg 300w, https://triggerhappy.me/wp-content/uploads/2010/11/5125964213_b0bf273e28_b.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p>See <em><a href="http://www.flickr.com/photos/48367388@N04/5125964213/">Untitled</a></em> at Flickr.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://triggerhappy.me/2010/11/photo-of-the-week-103110/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Photo of the Week &#8211; 10/24/10</title>
		<link>https://triggerhappy.me/2010/10/photo-of-the-week-102410/</link>
					<comments>https://triggerhappy.me/2010/10/photo-of-the-week-102410/#respond</comments>
		
		<dc:creator><![CDATA[Eric "smurph" Murphy]]></dc:creator>
		<pubDate>Mon, 25 Oct 2010 00:20:59 +0000</pubDate>
				<category><![CDATA[IRL]]></category>
		<category><![CDATA[Erika]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[POTW]]></category>
		<guid isPermaLink="false">http://triggerhappy.me/?p=840</guid>

					<description><![CDATA[Erika captured another fantastic Fall scene this week. These are windows of the old Miles Kimball building on South Main St. in Oshkosh. This is such a creative shot with beautiful colors. Well done! See Untitled at Flickr.]]></description>
										<content:encoded><![CDATA[<p>Erika captured another fantastic Fall scene this week. These are windows of the old Miles Kimball building on South Main St. in Oshkosh. This is such a creative shot with beautiful colors. Well done!</p>
<p><a href="http://triggerhappy.me/wp-content/uploads/2010/10/5106030234_b8015f1b40_b.jpg"><img loading="lazy" decoding="async" src="http://triggerhappy.me/wp-content/uploads/2010/10/5106030234_b8015f1b40_b-300x208.jpg" alt="" title="Untitled" width="300" height="208" class="aligncenter size-medium wp-image-841" srcset="https://triggerhappy.me/wp-content/uploads/2010/10/5106030234_b8015f1b40_b-300x208.jpg 300w, https://triggerhappy.me/wp-content/uploads/2010/10/5106030234_b8015f1b40_b.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p>See <em><a href="http://www.flickr.com/photos/48367388@N04/5106030234/">Untitled</a></em> at Flickr.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://triggerhappy.me/2010/10/photo-of-the-week-102410/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
