<?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>hijinks inc. &#8211; hijinks inc.</title>
	<atom:link href="http://hijinksinc.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://hijinksinc.com</link>
	<description>Google doesn&#039;t have a tagline, why should we?</description>
	<lastBuildDate>Fri, 17 Jul 2026 15:22:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>Building in Pubic: Sound Design</title>
		<link>https://hijinksinc.com/2026/07/17/building-in-pubic-sound-design/</link>
					<comments>https://hijinksinc.com/2026/07/17/building-in-pubic-sound-design/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Nelsen]]></dc:creator>
		<pubDate>Fri, 17 Jul 2026 15:21:22 +0000</pubDate>
				<category><![CDATA[Aaron Nelsen]]></category>
		<category><![CDATA[Build in Public]]></category>
		<category><![CDATA[app building]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[sound design]]></category>
		<guid isPermaLink="false">https://hijinksinc.com/?p=4435</guid>

					<description><![CDATA[In the past I&#8217;ve always just used Pixabay or Freesounds to find sounds for my projects, but recently I&#8217;ve started trying to think more intentionally about sound design and actually &#8220;make&#8221; my own. By no means does this mean I&#8217;ve figured anything out or am suddenly an office chair expert, it just means I&#8217;m realizing&#8230;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">In the past I&#8217;ve always just used Pixabay or Freesounds to find sounds for my projects, but recently I&#8217;ve started trying to think more intentionally about sound design and actually &#8220;make&#8221; my own. By no means does this mean I&#8217;ve figured anything out or am suddenly an office chair expert, it just means I&#8217;m realizing the benefit of more cohesion and the time savings from having to hunt for sounds that compliment each other.</p>



<p class="wp-block-paragraph">For <a href="https://vibecodertycoon.com">Vibe Coder Tycoon</a>, I started out with some core guidelines based entirely off my own preferences and the knowledge gleaned from a YouTube video and a couple blog posts. Very scientific stuff.<br></p>



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



<ul class="wp-block-list">
<li>No sounds above C5 (523 Hz) except the win sound</li>



<li>No music track &#8211; ambient room tone instead (60hz)</li>



<li>Softer sounds for things that happen often</li>



<li>Sound dB should be reflective of the vibe. App promotion falls flat -16 dB @ 148 Hz vs app goes viral -5 dB @ 392 Hz.</li>
</ul>



<p class="wp-block-paragraph">All sounds for Vibe Coder Tycoon were generated using a Python script (I reverse 37% of my previous hurtful things I&#8217;ve said about Python), here&#8217;s an example of the code for the broke even sound (obviously not including the mixer, envelope, etc. part of the script, just the individual sound definition):<br><br><code>def s_broke_even(rng):<br>"""~600ms quiet."""<br>a = triangle(note("D4"), 0.22) * perc(0.22, decay=0.16)<br>b = triangle(note("A4"), 0.38) * perc(0.38, decay=0.3)<br>return db(seq(a, b), -14.0)</code></p>



<p class="wp-block-paragraph">It remains to be seen if my brain and my Python skills will allow me to generate more complex sounds for future projects, but I&#8217;ll certainly try!<br><br>If nothing else, my wife says the room tone is perfect for white noise and she&#8217;ll use the app when traveling. </p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://hijinksinc.com/2026/07/17/building-in-pubic-sound-design/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Update &#8211; Vibe Coder Tycoon</title>
		<link>https://hijinksinc.com/2026/07/15/update-vibe-coder-tycoon/</link>
					<comments>https://hijinksinc.com/2026/07/15/update-vibe-coder-tycoon/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Nelsen]]></dc:creator>
		<pubDate>Wed, 15 Jul 2026 11:53:00 +0000</pubDate>
				<category><![CDATA[Aaron Nelsen]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[macOS]]></category>
		<category><![CDATA[vibe coder tycoon]]></category>
		<category><![CDATA[vibe coding]]></category>
		<guid isPermaLink="false">https://hijinksinc.com/?p=4431</guid>

					<description><![CDATA[Vibe Coder Tycoon: my playable hot take on every other Reddit post these days is officially sitting in Apple&#8217;s review queue. The pitch: If it wasn&#8217;t obvious, you&#8217;re a vibe coder. Meet Maude, an AI who has seen your app idea before, several thousand times, and remains unconvinced the world needs another SaaS. You build&#8230;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><a href="https://vibecodertycoon.com">Vibe Coder Tycoon</a>: my playable hot take on every other Reddit post these days is officially sitting in Apple&#8217;s review queue.</p>



<p class="wp-block-paragraph">The pitch: If it wasn&#8217;t obvious, you&#8217;re a vibe coder. Meet Maude, an AI who has seen your app idea before, several thousand times, and remains unconvinced the world needs another SaaS. You build it anyway! Budgeting your startup cash (read: money borrowed against your Robinhood margin) and your tokens against a 5-hour window, a weekly cap, and rent that&#8217;s due on the 28th.</p>



<p class="wp-block-paragraph">As Maude puts it:&nbsp;<em>&#8220;The build ships overnight. I don&#8217;t sleep. App Store review, historically, does.&#8221;</em></p>



<p class="wp-block-paragraph">So while we both wait for Apple to wake up: the website is live, and I&#8217;d start saving your tokens now. Maude bills by the burst.</p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://hijinksinc.com/2026/07/15/update-vibe-coder-tycoon/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>App Launch &#8211; Complete &#038; Conquer</title>
		<link>https://hijinksinc.com/2026/07/06/app-launch-complete-conquer/</link>
					<comments>https://hijinksinc.com/2026/07/06/app-launch-complete-conquer/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Nelsen]]></dc:creator>
		<pubDate>Mon, 06 Jul 2026 18:45:49 +0000</pubDate>
				<category><![CDATA[Aaron Nelsen]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[App Launch]]></category>
		<category><![CDATA[macos]]></category>
		<guid isPermaLink="false">https://hijinksinc.com/?p=4425</guid>

					<description><![CDATA[I suffer from hot-swapping between drinking too many coffees and starting 100s of projects and getting absolutely nothing done, so I built a productivity app to gamify my to-do list and keep myself on track. Native for macOS and iOS, Complete &#38; Conquer allows you to earn credits for completing tasks, spend those credits to&#8230;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I suffer from hot-swapping between drinking too many coffees and starting 100s of projects and getting absolutely nothing done, so I built a productivity app to gamify my to-do list and keep myself on track. Native for macOS and iOS, <a href="https://completeandconquer.com">Complete &amp; Conquer</a> allows you to earn credits for completing tasks, spend those credits to build yourself a pixel-art style military base, but if you slack off your base will come under attack by enemy forces and the only way to fend them off is to complete a task.<br><br><br><br></p>


		<aside class="hasp-card hasp-card--horizontal hasp-card--no-screenshot" data-hasp-card="1" aria-label="Complete &amp; Conquer on the App Store">
			
			<div class="hasp-card__body">
				<div class="hasp-card__header">
											<img
							class="hasp-card__icon"
							src="https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/30/be/c0/30bec07d-b2c4-3ff1-651b-f7761e6e2855/AppIcon-0-0-1x_U007ephone-0-1-0-85-220.png/512x512bb.jpg"
							alt=""
							width="72"
							height="72"
							loading="lazy"
							decoding="async"
						>
					
					<div class="hasp-card__meta">
						<h3 class="hasp-card__title">
							<a href="https://apps.apple.com/us/app/complete-conquer/id6783947636?uo=4" target="_blank" rel="noopener noreferrer">Complete &amp; Conquer</a>
						</h3>
													<p class="hasp-card__developer">ANTHOLOGY GROUP LLC</p>
												<div class="hasp-card__badges">
															<span class="hasp-card__price">Free</span>
																						<span class="hasp-card__genre">Productivity</span>
																						<span class="hasp-card__rating" aria-label="Rated 5.0 out of 5">
									<span class="hasp-card__rating-star" aria-hidden="true">★</span>
									5.0								</span>
													</div>
					</div>
				</div>

									<p class="hasp-card__blurb">If you&#039;re anything like me, you&#039;re an elder millennial who misses a simpler time. Mountain Dew, late nights, and the freedom to ignore anything that resembled responsibility. These days you might need a little push to…</p>
				
				<a class="hasp-card__cta" href="https://apps.apple.com/us/app/complete-conquer/id6783947636?uo=4" target="_blank" rel="noopener noreferrer">
					View on the App Store					<span class="hasp-card__cta-arrow" aria-hidden="true"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2197.png" alt="↗" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
				</a>
			</div>
		</aside>
		


<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://hijinksinc.com/2026/07/06/app-launch-complete-conquer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Vibe Coder Tycoon</title>
		<link>https://hijinksinc.com/2026/06/30/vibe-coder-tycoon/</link>
					<comments>https://hijinksinc.com/2026/06/30/vibe-coder-tycoon/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Nelsen]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 17:20:00 +0000</pubDate>
				<category><![CDATA[Aaron Nelsen]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[vibe coding]]></category>
		<guid isPermaLink="false">https://hijinksinc.com/?p=4429</guid>

					<description><![CDATA[Last week I started building a little game I&#8217;m calling Vibe Coder Tycoon. With all the AI slop hitting the app store with reckless abandon these days I figured why not make a game out of it, build your workstation, manage your tokens, spend your advertising budget and hope for a hit! I&#8217;m going for&#8230;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Last week I started building a little game I&#8217;m calling Vibe Coder Tycoon. With all the AI slop hitting the app store with reckless abandon these days I figured why not make a game out of it, build your workstation, manage your tokens, spend your advertising budget and hope for a hit! <br><br>I&#8217;m going for pixel art style because that happens to fit my graphical abilities, haha. <br><br>Building for iOS and macOS, maybe a Steam port down the road. I&#8217;ll post an update when I get more of the framework and game mechanics figured out.<br><br></p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://hijinksinc.com/2026/06/30/vibe-coder-tycoon/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>BnBdle</title>
		<link>https://hijinksinc.com/2026/06/26/bnbdle/</link>
					<comments>https://hijinksinc.com/2026/06/26/bnbdle/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Nelsen]]></dc:creator>
		<pubDate>Fri, 26 Jun 2026 15:24:22 +0000</pubDate>
				<category><![CDATA[Aaron Nelsen]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[airbnb]]></category>
		<category><![CDATA[wordle]]></category>
		<guid isPermaLink="false">https://hijinksinc.com/?p=4422</guid>

					<description><![CDATA[I’m sure you woke up this morning and thought to yourself, “You know what the world needs? Another Wordle knockoff!” And on the off chance you did think something like that, you’re in luck! I recently started renting out my home in New York on Airbnb when I’m not in town, and while that has&#8230;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I’m sure you woke up this morning and thought to yourself, “You know what the world needs? Another Wordle knockoff!” And on the off chance you did think something like that, you’re in luck!</p>



<p class="wp-block-paragraph">I recently started renting out my home in New York on Airbnb when I’m not in town, and while that has turned out to be an absolute nightmare, I still made <a href="https://bnbdle.com/">BnBdle</a>.  Now we can journey down the insane Airbnb rabbit hole together.<br><br></p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://hijinksinc.com/2026/06/26/bnbdle/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>App Launch &#8211; Regime</title>
		<link>https://hijinksinc.com/2026/06/23/app-launch-regime/</link>
					<comments>https://hijinksinc.com/2026/06/23/app-launch-regime/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Nelsen]]></dc:creator>
		<pubDate>Tue, 23 Jun 2026 18:58:21 +0000</pubDate>
				<category><![CDATA[Aaron Nelsen]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[App Launch]]></category>
		<category><![CDATA[Regime]]></category>
		<guid isPermaLink="false">https://hijinksinc.com/?p=4412</guid>

					<description><![CDATA[In case you read my post on my account migration and wondered what the hell I&#8217;ve been up to building, the answer is a bunch of random things, however the one I&#8217;m most proud of is out now for iOS! Regime is a text based adventure game set in the not so distant future and&#8230;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">In case you read my post on my account migration and wondered what the hell I&#8217;ve been up to building, the answer is a bunch of random things, however the one I&#8217;m most proud of is out now for iOS! <br><br>Regime is a text based adventure game set in the not so distant future and pits you against your own hunger for power and an increasing complex set of political crises.  Would love any feedback anyone has on it!<br><br></p>


		<aside class="hasp-card hasp-card--horizontal hasp-card--no-screenshot" data-hasp-card="1" aria-label="Regime - Text Based Adventure on the App Store">
			
			<div class="hasp-card__body">
				<div class="hasp-card__header">
											<img
							class="hasp-card__icon"
							src="https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/39/48/34/394834fd-da42-50cc-642e-07f2a7d5dd7f/AppIcon-0-0-1x_U007emarketing-0-8-0-85-220.png/512x512bb.jpg"
							alt=""
							width="72"
							height="72"
							loading="lazy"
							decoding="async"
						>
					
					<div class="hasp-card__meta">
						<h3 class="hasp-card__title">
							<a href="https://apps.apple.com/us/app/regime-text-based-adventure/id6767043430?uo=4" target="_blank" rel="noopener noreferrer">Regime &#8211; Text Based Adventure</a>
						</h3>
													<p class="hasp-card__developer">ANTHOLOGY GROUP LLC</p>
												<div class="hasp-card__badges">
															<span class="hasp-card__price">$1.99</span>
																						<span class="hasp-card__genre">Games</span>
																				</div>
					</div>
				</div>

									<p class="hasp-card__blurb">Regime is a text-driven political crisis game. You are in charge for a full term, not as a cartoon villain or a puzzle hero, but as a leader juggling trust, money, control, and the country’s place in the world. Each t…</p>
				
				<a class="hasp-card__cta" href="https://apps.apple.com/us/app/regime-text-based-adventure/id6767043430?uo=4" target="_blank" rel="noopener noreferrer">
					View on the App Store					<span class="hasp-card__cta-arrow" aria-hidden="true"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2197.png" alt="↗" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>
				</a>
			</div>
		</aside>
		]]></content:encoded>
					
					<wfw:commentRss>https://hijinksinc.com/2026/06/23/app-launch-regime/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apple Dev Account Migration</title>
		<link>https://hijinksinc.com/2026/06/02/apple-dev-account-migration/</link>
					<comments>https://hijinksinc.com/2026/06/02/apple-dev-account-migration/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Nelsen]]></dc:creator>
		<pubDate>Tue, 02 Jun 2026 23:07:48 +0000</pubDate>
				<category><![CDATA[Aaron Nelsen]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<guid isPermaLink="false">http://hijinksinc.com/?p=4376</guid>

					<description><![CDATA[TLDR: Apple took 30 days to migrate my account from an individual to a organization and offered very little in the way of communication during the process. Early last month, after years of my Apple Developer Account just collecting dust I decided in a moment of hubris or perhaps just boredom that now would be&#8230;]]></description>
										<content:encoded><![CDATA[
<p class="has-medium-font-size wp-block-paragraph"><strong>TLDR:</strong> <em>Apple took 30 days to migrate my account from an individual to a organization and offered very little in the way of communication during the process.</em><br><br>Early last month, after years of my Apple Developer Account just collecting dust I decided in a moment of hubris or perhaps just boredom that now would be a good time to jump back in, so I downloaded Xcode, renewed my Apple Developer Subscription and got after it. <br><br>Fast forward to 23 days ago when I decided that if I was going to actually release any apps, I&#8217;d like to do so under my company (Anthology Group.) Full disclosure, at the beginning of this all I knew I wanted to release under my company&#8217;s identity, I even tried signing up for a new Developer Account but was unable to complete registration and was forced to resurrect my old developer account. <br><br>Despite the warnings on Apple own&#8217;s site about what would be unavailable during the migration process from an Individual to Organization account, I boldly (read: ignorantly) blazed ahead. Remember that number of days, 23? That&#8217;s how long (and counting) the migration process has left me in limbo.</p>



<p class="has-medium-font-size wp-block-paragraph">Naturally after the first few days of absolute silence from Apple I started Googling and seeing that people complained about it taking weeks if not months for their migration to complete. <br><br>So here I sit, venting to the internet just to make myself feel better. For those who may stumble across this in their own search for answers about the process, here&#8217;s my current timeline. <br><br><code>May 10th - Submitted original request. Radio silence. </code><br><br><code>May 13th - Emailed support. They sent me an email with next steps.</code><br><br><code>May 15th - Emailed again. Was told "under review by our senior team".</code><br><br><code>May 21st - Emailed yet again with a faint sense of hope as a new enrollment ID had appeared on my account.</code><br><br><code>May 23rd - Received a reply to my May 21st email stating "our senior support team will contact you soon".</code> (spoiler: they did not)<br><br><code>May 28th - Called support. Someone on the internet said that helped them. Was told "senior team is on it, no timeline though".</code><br><br><code>May 30th - I lost the ability to sign apps for testing on local devices. Could this be the light at the end of the tunnel?</code> It was not.<br><br><code>June 2nd - Emailed support again. No reply yet.</code><br><br><code>June 3rd - Still no movement.</code><br><br><code>June 4th - You guessed it. No update.</code><br><br><code>June 8th - Happy WWDC! Still nothing from Apple, not even a dismissive reply.</code><br><br><code>June 9th - Emailed Apple again. Was somewhat unkind. About an hour later my account migration was complete. </code></p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://hijinksinc.com/2026/06/02/apple-dev-account-migration/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Kickstarter Syndrome</title>
		<link>https://hijinksinc.com/2015/06/01/kickstarter-syndrome/</link>
					<comments>https://hijinksinc.com/2015/06/01/kickstarter-syndrome/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Nelsen]]></dc:creator>
		<pubDate>Mon, 01 Jun 2015 18:03:11 +0000</pubDate>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[kickstarter]]></category>
		<category><![CDATA[opinion]]></category>
		<guid isPermaLink="false">http://hijinksinc.com/?p=4168</guid>

					<description><![CDATA[I will freely admit this will be a contrarian stance to how most backers on Kickstarter feel, regardless, here we go. I used to back a fair number of Kickstarter projects and to me while it is disappointing to not get a reward delivered, it&#8217;s not the end of the world. I pledged to support&#8230;]]></description>
										<content:encoded><![CDATA[<p>I will freely admit this will be a contrarian stance to how most backers on Kickstarter feel, regardless, here we go.</p>
<p>I used to back a fair number of Kickstarter projects and to me while it is disappointing to not get a reward delivered, it&#8217;s not the end of the world. I pledged to support an idea, a dream, with the hope of seeing it reach fruition. I&#8217;m more disappointed in seeing those dreams fail than I am in not getting a shiny trinket that will most likely end up on my shelf within a few months.</p>
<p>When a project misses their initial deadline, I don&#8217;t mind. They always do. Seriously. On average each project I backed that ended up delivering a reward was 8 months and 11 days behind schedule. Six projects have yet to deliver years later, including the first project I ever backed. Two of the projects have come forward and explained that they have failed and will not be delivering rewards. Two more have admitted to running out of money and claim to be pursuing additional sources of funding. When backers start flipping out a few weeks to a couple months after the estimated ship date comes and goes I can&#8217;t help but laugh. Lighten up. If you wanted something in time for Christmas, go to Amazon and order it, if you wanted ownership in a company, invest in the stock market. Calm down and take a deep breath, Internet, you&#8217;re embarrassing yourself.</p>
<p>If I had a nickel for every time I read a comment threatening a class action lawsuit in retaliation to a product being delayed I would have mountains of cash to invest in more Kickstarter projects. Kickstarter is no longer this obscure platform, it&#8217;s a household name, but there still seems to be a huge amount of misconception as to what exactly you&#8217;re doing when you pledge to support a project. You&#8217;re not pre-ordering a product (to be fair, some projects are to blame for this misconception since they do use wording like pre-order), you&#8217;re offering up funding to help someone hopefully reach their goal of producing a product and as a reward for believing in them you might get a t-shirt or a copy of the book they&#8217;re writing, etc. While I believe (and Kickstarter&#8217;s own guidelines support this) that the creators should make every possible effort to deliver those rewards I do not believe the angry mob of the internet is justified in trying to ruin those creators lives who bit off more than they could chew.</p>
<p>To me, Kickstarter is a platform to inspire creativity and offer a non-traditional solution to those dreamers out there who don&#8217;t fit the venture capital mold, or aren&#8217;t business loan material. They&#8217;re taking a risk putting themselves out there, we&#8217;re sharing in that risk believing in them. This piece is not intended to present a bulletproof argument against every situation, just convey one nerd&#8217;s opinion on the matter. You are entitled to disagree and I&#8217;d love to hear your thoughts on the matter either way.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hijinksinc.com/2015/06/01/kickstarter-syndrome/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WIMM One &#8211; Developer Preview</title>
		<link>https://hijinksinc.com/2012/04/10/wimm-one-developer-preview/</link>
					<comments>https://hijinksinc.com/2012/04/10/wimm-one-developer-preview/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Nelsen]]></dc:creator>
		<pubDate>Tue, 10 Apr 2012 17:59:10 +0000</pubDate>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[developer preview]]></category>
		<category><![CDATA[smart watch]]></category>
		<category><![CDATA[smart watches]]></category>
		<category><![CDATA[wimm one]]></category>
		<guid isPermaLink="false">http://hijinksinc.com/?p=4115</guid>

					<description><![CDATA[If you haven&#8217;t figured it out yet, I am a sucker for gadgets. Doesn&#8217;t matter if it&#8217;s an AR Drone, Android powered car stereo, or in this case a smart watch. I first heard about the WIMM One last year, shortly after the announcement of the then vaporware &#8220;I&#8217;m Watch&#8221; (although, as of the time&#8230;]]></description>
										<content:encoded><![CDATA[<p>If you haven&#8217;t figured it out yet, I am a sucker for gadgets. Doesn&#8217;t matter if it&#8217;s an <a href="http://www.amazon.com/gp/product/B003ZVSHB0/ref=as_li_ss_tl?ie=UTF8&amp;tag=tamcit-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B003ZVSHB0">AR Drone</a>, <a href="http://www.amazon.com/gp/product/B005AFVHLQ/ref=as_li_ss_tl?ie=UTF8&amp;tag=tamcit-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B005AFVHLQ">Android powered car stereo</a>, or in this case a smart watch.</p>
<p>I first heard about the WIMM One last year, shortly after the announcement of the then vaporware &#8220;I&#8217;m Watch&#8221; (although, as of the time I&#8217;m writing this I don&#8217;t know a single person who has received their pre-order unit&#8230;), and I thought it looked like a great product, despite the fact that the fit and finish of the I&#8217;m Watch looked nicer. Plus, you could actually order one! And at $199 (<a href="http://www.amazon.com/gp/product/B0056BIYQA/ref=as_li_ss_tl?ie=UTF8&amp;tag=tamcit-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0056BIYQA">available now through Amazon</a>) how could you pass up living in the future?</p>
<p><img fetchpriority="high" decoding="async" style="display: block; margin-left: auto; margin-right: auto;" title="wimm_one.JPG" src="https://hijinksinc.com/wp-content/uploads/2012/04/wimm_one.jpg" alt="Wimm one" width="600" height="600" border="0" /></p>
<p>I&#8217;d like to note that I haven&#8217;t worn a watch in at least three years, since I always have my cell phone on me. This little gadget changed that though, now I don&#8217;t leave home without it.</p>
<p><strong>The Good</strong></p>
<p>Apps. You can&#8217;t bill this as the WIMM&#8217;s most compelling feature, since their &#8220;Mirco App Store&#8221; how has about 30 apps in it. However, I&#8217;m still counting it as a plus, since this is after all a developer preview that&#8217;s designed to inspire people to build apps for it. And also, my old Casio watch didn&#8217;t have any &#8220;apps&#8221;.</p>
<p>Near silent OTA updates. I&#8217;d had my watch for about a week when I saw the folks at WIMM tweet about a new firmware, I went to check for the update on my watch and it had already downloaded and installed. Never skipped a beat.</p>
<p>LCD. The screen on this unit is surprisingly easy to read even with the backlight off (in most conditions), and in direct sunlight it (backlight on) it still worked well.</p>
<p>Call/text notifications. The best thing about this unit is the Bluetooth pairing to your smart phone. With an iPhone, currently you only get call notifications, but it displays the caller ID and optionally vibrates, beeps, or both to alert you of a call. With the companion app for Android, you can not only get call notifications, but read your text messages as well.</p>
<p>Calendar app. Using the developer website, you can add either an Exchange Calendar, or Google Calendar to your watch. Notifications of upcoming events will then popup on your watch, also depending on which watch face you use, you can preview upcoming events without having to load the calendar app.</p>
<p>Weather app. I know, I know, it&#8217;s just a weather app. But it actually displays the current temp on the app icon, something that Apple has yet to grace us iPhone users with.</p>
<p><img decoding="async" style="display: block; margin-left: auto; margin-right: auto;" title="wimm_one_weather.JPG" src="https://hijinksinc.com/wp-content/uploads/2012/04/wimm_one_weather.jpg" alt="Wimm one weather" width="450" height="600" border="0" /></p>
<p><strong>The So-So</strong></p>
<p>The touchscreen takes a bit of getting used to, mostly because of lag issues. Often the WIMM One doesn&#8217;t register my initial swipe, or it misinterprets a single tap for a double tap. This isn&#8217;t an iPhone quality touch experience by any means, but the performance has been optimized slightly through software updates, so I&#8217;m holding out hope that the final release will work better.</p>
<p>Battery life. There are days where I get a solid twenty hours of battery life, but the more regular occurrence is I get closer to eight hours. WIMM does say that if you experience poor battery life, you should disable third party apps and then reenable them one by one until you pinpoint which app is killing your battery. Honestly though, 8hrs gets me through the work day at least.</p>
<p><img decoding="async" style="display: block; margin-left: auto; margin-right: auto;" title="wimm_one_watchfaces.JPG" src="https://hijinksinc.com/wp-content/uploads/2012/04/wimm_one_watchfaces.jpg" alt="Wimm one watchfaces" width="450" height="600" border="0" /></p>
<p><strong>The Bad</strong></p>
<p>Size. It&#8217;s a bit chunky, and took some getting used to for my tiny nerd wrists.</p>
<p>Disabled GPS chip. Apparently the unit ships with a GPS chip, but it&#8217;s currently disabled due to &#8220;performance issues&#8221;.</p>
<p>Device management. This isn&#8217;t that big of an issue, especially once you get the device setup to your liking. Currently there are certain settings that can only be configured through their website and then have to be synced back down to the watch.</p>
<p><strong>The Bottomline</strong></p>
<p>It&#8217;s a sweet, albeit nerdy accessory. Sure both you and I could live without this device, but if you&#8217;re half as gadget obsessed as I am you&#8217;ll pick one of these up.</p>
<p><img loading="lazy" decoding="async" style="display: block; margin-left: auto; margin-right: auto;" title="wimm_one_watchface.JPG" src="https://hijinksinc.com/wp-content/uploads/2012/04/wimm_one_watchface.jpg" alt="Wimm one watchface" width="450" height="600" border="0" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://hijinksinc.com/2012/04/10/wimm-one-developer-preview/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using a Square Reader with an extension cable</title>
		<link>https://hijinksinc.com/2012/02/17/using-a-square-reader-with-an-extension-cable/</link>
					<comments>https://hijinksinc.com/2012/02/17/using-a-square-reader-with-an-extension-cable/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Nelsen]]></dc:creator>
		<pubDate>Fri, 17 Feb 2012 19:55:04 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[extension cable]]></category>
		<category><![CDATA[square reader]]></category>
		<guid isPermaLink="false">http://hijinksinc.com/?p=4103</guid>

					<description><![CDATA[I&#8217;ve been using Square with my business for a few months now and recently decided to put together a point-of-sale with an iPad, only one problem, I didn&#8217;t want the Square reader sticking up off the top. I wasn&#8217;t asking for much, just the ability to extended the reader a few inches and mount it&#8230;]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been using Square with my business for a few months now and recently decided to put together a point-of-sale with an iPad, only one problem, I didn&#8217;t want the Square reader sticking up off the top. I wasn&#8217;t asking for much, just the ability to extended the reader a few inches and mount it on the side, but using a regular 3.5mm extension cable wouldn&#8217;t work because of how the reader functions.</p>
<p>Doing what any good nerd would do, I took to Google and found nothing but many other people wondering similar things.</p>
<p>One such person suggested I try this item: <a href="http://www.amazon.com/gp/product/B005NIYHM6/ref=as_li_ss_tl?ie=UTF8&amp;tag=tamcit-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B005NIYHM6" target="_blank">Audio Extension Cable for iPhone</a> and claimed that it worked perfectly with their Square Reader. Despite having only a one-star rating, I put my faith in this random internet stranger and ordered one. It arrived quickly enough, only to be promptly added to my box of random cables I will probably never use. As you might&#8217;ve guessed it didn&#8217;t work.<br />
At this point I&#8217;m getting rather annoyed, but being the rather passive aggressive person I am, I settle for tweeting asking if anyone else had found a solution. Square replied to one of my followers, but not directly to me, with the following statement&#8230;</p>
<blockquote><p>The reader must be plugged into the headphone jack in order to work. Let us know if you have additional questions.<br />
<a href="https://twitter.com/#!/SqSupport/status/169858783303049216" target="_blank">-SqSupport </a></p></blockquote>
<p>Hmm&#8230; Challenge accepted! (Side note: Much like a spoiled child if someone tells me no, I want it all the more)</p>
<p>Undaunted by my previous brush with one-star rated items, I ordered up this little piece of crap pair of headphones: <a href="http://www.amazon.com/gp/product/B001BN7XSM/ref=as_li_ss_tl?ie=UTF8&amp;tag=tamcit-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001BN7XSM">Macally TunePal Stereo Hands-Free Headset and Audio Splitter for iPhone and iPod</a><img loading="lazy" decoding="async" style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=tamcit-20&amp;l=as2&amp;o=1&amp;a=B001BN7XSM" alt="" width="1" height="1" border="0" /> My logic being that if it supported the audio pass-through for volume controls and a mic that it should work with Square&#8217;s card reader. And moments ago, the Macally TunePal arrived, I hurriedly unpacked it and then promptly discarded the headphones only saving the audio splitter, plugged it into my iPhone 4S and then attached the Square Reader&#8230;<br />
Success!!</p>
<p style="text-align: center;"><a href="https://hijinksinc.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-17-at-1.51.02-PM.png"><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-4106" title="Screen Shot 2012-02-17 at 1.51.02 PM" src="https://hijinksinc.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-17-at-1.51.02-PM-1024x709.png" alt="" width="614" height="425" srcset="https://hijinksinc.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-17-at-1.51.02-PM-1024x709.png 1024w, https://hijinksinc.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-17-at-1.51.02-PM-300x207.png 300w, https://hijinksinc.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-17-at-1.51.02-PM.png 1730w" sizes="auto, (max-width: 614px) 100vw, 614px" /></a></p>
<p>Despite being incredibly short and adding a second unneeded headphone jack, I got what I wanted. Bonus, it turned out to be just long enough to work for my point-of-sale setup.</p>
<p>So dear internet, if you happen to be searching fruitlessly for a method to extend your Square credit card reader, I hope you stumble upon this post before spending too much of your hard earned latte money on various cables that may or may not work. But by all means, if you find another cable that works please share it in the comments!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hijinksinc.com/2012/02/17/using-a-square-reader-with-an-extension-cable/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
