<?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>Basil Salad Software</title>
	<atom:link href="https://basilsalad.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://basilsalad.com</link>
	<description>Spice Up Your Life</description>
	<lastBuildDate>Thu, 05 Jan 2023 02:04:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<site xmlns="com-wordpress:feed-additions:1">33661646</site>	<item>
		<title>Is that App Safe to Open?</title>
		<link>https://basilsalad.com/kitchen/is-that-app-safe-to-open/</link>
					<comments>https://basilsalad.com/kitchen/is-that-app-safe-to-open/#respond</comments>
		
		<dc:creator><![CDATA[Sasmito Adibowo]]></dc:creator>
		<pubDate>Wed, 17 Nov 2021 01:19:13 +0000</pubDate>
				<category><![CDATA[From the Kitchen]]></category>
		<category><![CDATA[macOS]]></category>
		<category><![CDATA[notarization]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[software]]></category>
		<guid isPermaLink="false">https://basilsalad.com/?p=3535</guid>

					<description><![CDATA[<div class="entry-summary">
When macOS say that it cannot verify that an app is free from malware, it may be malicious software after all.
</div><div class="link-more"><a href="https://basilsalad.com/kitchen/is-that-app-safe-to-open/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Is that App Safe to Open?&#8221;</span>&#8230;</a></div>]]></description>
										<content:encoded><![CDATA[<p>If you try to open a freshly downloaded app and then blocked by the “&lt;app&gt; cannot be opened because the developer cannot be verified. macOS cannot verify that this app is free from malware” dialog, it just means what it says. The operating system is rather suspicious that the app may be malicious software. Thereupon it advises you to <strong>not run it</strong>. Even if you trust the developer of this app, the dialog serves to remind you that the app may be tampered by a third party. In other words, a <a href="https://en.wikipedia.org/wiki/Computer_virus">virus</a> could inject itself into the app—that could happen between the time the developer packaged it and the time you try to run it.</p>
<p>Contrary to popular belief, <strong>macOS isn’t immune to <a href="https://en.wikipedia.org/wiki/Malware">malware</a></strong>. The platform has been lucky thus far since its <a href="https://netmarketshare.com/operating-system-market-share.aspx?options=%7B%22filter%22%3A%7B%22%24and%22%3A%5B%7B%22deviceType%22%3A%7B%22%24in%22%3A%5B%22Desktop%2Flaptop%22%5D%7D%7D%5D%7D%2C%22dateLabel%22%3A%22Trend%22%2C%22attributes%22%3A%22share%22%2C%22group%22%3A%22platform%22%2C%22sort%22%3A%7B%22share%22%3A-1%7D%2C%22id%22%3A%22platformsDesktop%22%2C%22dateInterval%22%3A%22Monthly%22%2C%22dateStart%22%3A%222019-11%22%2C%22dateEnd%22%3A%222020-10%22%2C%22segments%22%3A%22-1000%22%2C%22plotKeys%22%3A%5B%7B%22platform%22%3A%22Windows%22%7D%2C%7B%22platform%22%3A%22Mac%20OS%22%7D%2C%7B%22platform%22%3A%22Linux%22%7D%2C%7B%22platform%22%3A%22Chrome%20OS%22%7D%2C%7B%22platform%22%3A%22Unknown%22%7D%5D%7D">relatively low market share</a> makes it a less attractive target for malware makers. In contrast as macOS gain more users, it would likewise be a more attractive target to make malware for—regardless of market share.<img data-recalc-dims="1" fetchpriority="high" decoding="async" style="display: block; margin-left: auto; margin-right: auto;" title="app-not-notarized@2x.jpg" src="https://i0.wp.com/basilsalad.com/wp-content/uploads/2021/10/app-not-notarized%402x.jpg?resize=518%2C272&#038;ssl=1" alt="Developer not Identified dialog" width="518" height="272" border="0" /></p>
<p>For that reason Apple is stepping up macOS security. For example the <a href="https://developer.apple.com/news/?id=12232019a">mandatory notarization</a> which require developers to <a href="https://en.wikipedia.org/wiki/Code_signing">digitally sign the app</a> and then register it with Apple. In turn, Apple would scan the app for known malware. In effect Apple would then provide a <em>stamp of approval</em> should none was found. On the other hand, Apple can also <em>revoke</em> its approval if at a later time the application turned out to be malicious.</p>
<p>In summary, <strong>the notarization process is like centralized anti-virus scanning</strong>. On the positive side, each app need to be scanned only once—that is during notarization. Each user’s mac would only need to verify the integrity of the app and whether it has a valid notarization ticket from Apple. To explain, a notarization ticket states that the app is free from malware, hence the operating system would only need to verify that the files which makes up the app hasn’t changed since it was scanned by Apple. Obviously this saves users from needing to continuously run anti-virus software which periodically scans applications. Simultaneously centralized scanning gives back precious computing resources that would otherwise need to be spent for periodic <a href="https://en.wikipedia.org/wiki/Antivirus_software#Identification_methods">anti-virus scanning</a> on each computer.</p>
<p>Since notarization requires <a href="https://en.wikipedia.org/wiki/Code_signing">code signing</a>, it also ensures integrity of the application. If a virus injects itself to the app, this would invalidate the code signature and by extension the notarization ticket. Likewise code signing helps ensure accountability on the developers’ part. Each signed application can be confidently traced back to either an <em>entity</em> or a <em>natural person</em> who signs it. Therefore if a developer knowingly distribute malware, Apple would be justified to revoke their code signing credentials–effectively stops them from distributing new signed applications.</p>
<p>As a user, if you see the “app cannot be verified for malware” dialog, <strong>you shouldn’t open the app</strong>. Even if you trust the developer who produced it. A point often overlooked is that the app could gave been tampered. In any case, you should <strong>contact the developer</strong> of the app and advise them to notarize it.</p>
<p>The developer may say that they don’t have much time to notarize applications. It <em>is</em> a mundane process anyhow, notably when done manually. Nevertheless the developer may <em>not know</em> how to automate the notarization process. In this case you should recommend my book, <a href="https://cutecoder.org/shop/book-macos-notarization-xcode-13/"><em>How to Notarize macOS Application Notarization</em></a> to them. This book can save about 50 hours of a developers’ time for trial and error in automating the notarization process as well as setting up a system for it.</p>
<p>To repeat, if you couldn’t open an app because of the “macOS cannot verify that this app is free from malware” dialog, <strong>do the developer a favor</strong> by <a href="https://cutecoder.org/shop/book-macos-notarization-xcode-13/">sending them this link</a>. Likewise if you know a developer planning to launch a macOS application or thinking to make one, stress the importance of notarization and how they can easily automate it.</p>
<p>That’s all for now, take care!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://basilsalad.com/kitchen/is-that-app-safe-to-open/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3535</post-id>	</item>
		<item>
		<title>Family Sharing is Supported for All In-App Purchases</title>
		<link>https://basilsalad.com/kitchen/family-sharing-in-app-purchase/</link>
					<comments>https://basilsalad.com/kitchen/family-sharing-in-app-purchase/#respond</comments>
		
		<dc:creator><![CDATA[Sasmito Adibowo]]></dc:creator>
		<pubDate>Mon, 07 Dec 2020 01:54:54 +0000</pubDate>
				<category><![CDATA[From the Kitchen]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[macOS]]></category>
		<category><![CDATA[software]]></category>
		<guid isPermaLink="false">https://basilsalad.com/?p=3505</guid>

					<description><![CDATA[<div class="entry-summary">
All non-consumable in-app purchases now supports Family Sharing – buy once and share your software with all of your family members.
</div><div class="link-more"><a href="https://basilsalad.com/kitchen/family-sharing-in-app-purchase/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Family Sharing is Supported for All In-App Purchases&#8221;</span>&#8230;</a></div>]]></description>
										<content:encoded><![CDATA[<p>Basil Salad Software is opting in to support <a href="https://support.apple.com/en-us/HT201085">family sharing</a> of all its current in-app purchases. Applications bought from the Apple App Stores having non-consumable in-app purchases is shareable in the family sharing group.</p>
<p>The following are currently available applications and their corresponding in-app purchases:</p>
<ul>
<li><a href="/os-x/bigger-picture/">Bigger Picture (macOS)</a> – Super Resolution.</li>
<li><a href="/os-x/speech-timer/">Speech Timer for macOS</a> – Custom Speech Types.</li>
<li><a href="/ios/speech-timer/">Speech Timer for iOS</a> – Custom Speech Types.</li>
</ul>
<p>Furthermore, <em>one-time purchase</em> applications have been supporting family sharing since their beginnings:</p>
<ul>
<li><a href="/tvos/rooster/">Rooster (tvOS)</a></li>
<li><a href="/ios/go-edit/">Go Edit (iOS)</a></li>
</ul>
<p>Family sharing allows people in the same family group to share purchases without needing to share Apple ID passwords. Purchase applications once and let your entire family (up to six persons) use it on all their Apple devices.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://basilsalad.com/kitchen/family-sharing-in-app-purchase/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3505</post-id>	</item>
		<item>
		<title>BiggerPicture 1.3.0 Release Notes</title>
		<link>https://basilsalad.com/kitchen/bigger-picture-big-sur/</link>
					<comments>https://basilsalad.com/kitchen/bigger-picture-big-sur/#respond</comments>
		
		<dc:creator><![CDATA[Sasmito Adibowo]]></dc:creator>
		<pubDate>Mon, 23 Nov 2020 01:39:34 +0000</pubDate>
				<category><![CDATA[From the Kitchen]]></category>
		<category><![CDATA[Apple Silicon]]></category>
		<category><![CDATA[Bigger Picture]]></category>
		<category><![CDATA[macOS]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[Release Notes]]></category>
		<category><![CDATA[software]]></category>
		<guid isPermaLink="false">https://basilsalad.com/?p=3500</guid>

					<description><![CDATA[<div class="entry-summary">
BiggerPicture fully supports Apple Silicon and macOS 11 "Big Sur".
</div><div class="link-more"><a href="https://basilsalad.com/kitchen/bigger-picture-big-sur/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;BiggerPicture 1.3.0 Release Notes&#8221;</span>&#8230;</a></div>]]></description>
										<content:encoded><![CDATA[<p>This release of <a href="/os-x/bigger-picture/">BiggerPicture</a> adds full support for macOS 11 “<a href="https://en.wikipedia.org/wiki/MacOS_Big_Sur">Big Sur” and</a> <a href="https://en.wikipedia.org/wiki/Mac_transition_to_Apple_Silicon">Apple Silicon</a>. BiggerPicture runs natively on both Intel and Apple Silicon microprocessors, taking full advantage of the machine’s compute, GPU, and ML engines. There are some cosmetic changes including new icons for both the main app and its <a href="https://en.wikipedia.org/wiki/Apple_Photos">Photo Editing extension</a> to fit macOS’ new style.</p>
<p><img data-recalc-dims="1" decoding="async" style="display: block; margin-left: auto; margin-right: auto;" title="Bigger-Picture-Big-Sur@2x.jpg" src="https://i0.wp.com/basilsalad.com/wp-content/uploads/2020/11/Bigger-Picture-Big-Sur%402x.jpg?resize=518%2C272&#038;ssl=1" alt="Bigger Picture icons for Big Sur" width="518" height="272" border="0" /></p>
<p>Image processing is now done in sequence to avoid freezing some systems on very large batch sizes (over 50 items). Nevertheless each processing of each image fully leverages the underlying system’s parallelism levels.</p>
<p><a href="/os-x/bigger-picture/">BiggerPicture</a> is our image enhancement solution for the Mac. The application enable you to create print-quality images from mere screenshots without getting blurry or blocky results. BiggerPicture requires macOS 10.13 “High Sierra” or later versions.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://basilsalad.com/kitchen/bigger-picture-big-sur/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3500</post-id>	</item>
		<item>
		<title>Speech Timer 2.6 Release Notes</title>
		<link>https://basilsalad.com/kitchen/speech-timer-2-6-release-notes/</link>
					<comments>https://basilsalad.com/kitchen/speech-timer-2-6-release-notes/#respond</comments>
		
		<dc:creator><![CDATA[Sasmito Adibowo]]></dc:creator>
		<pubDate>Mon, 16 Nov 2020 13:18:17 +0000</pubDate>
				<category><![CDATA[From the Kitchen]]></category>
		<category><![CDATA[Big Sur]]></category>
		<category><![CDATA[macOS]]></category>
		<category><![CDATA[Public Speakers]]></category>
		<category><![CDATA[Release Notes]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Speech Timer]]></category>
		<category><![CDATA[Toastmasters]]></category>
		<guid isPermaLink="false">https://basilsalad.com/?p=3492</guid>

					<description><![CDATA[<div class="entry-summary">
Speech Timer 2.6 adds support for Apple Silicon and sports a design that is at home with macOS 11 "Big Sur"
</div><div class="link-more"><a href="https://basilsalad.com/kitchen/speech-timer-2-6-release-notes/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Speech Timer 2.6 Release Notes&#8221;</span>&#8230;</a></div>]]></description>
										<content:encoded><![CDATA[<p><a href="/os-x/speech-timer/">Speech Timer 2.6</a> provide full support on macOS 11 and runs natively on Apple Silicon.</p>
<ul>
<li>New application icon to match Big Sur’s iconography.</li>
<li>The Timer Display window’s corners now matches the new larger corner radius, as well as the corner radii of timer lights.</li>
<li>Fixed color signaling in the Timer Display which was previously not working in Big Sur betas.</li>
<li>Optimized Timer Display window’s live-resize responsiveness.</li>
</ul>
<p><a href="/os-x/speech-timer/">Speech Timer</a> is designed for use in <a href="https://en.wikipedia.org/wiki/Toastmasters_International">Toastmasters’</a> regular chapter meetings to keep track of speech durations, signal the speaker, and provide the Timer’s Report at the end of the session</p>
<p>Speech Timer requires Mac OS X 10.9 “Yosemite” or a later version.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://basilsalad.com/kitchen/speech-timer-2-6-release-notes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3492</post-id>	</item>
		<item>
		<title>Go Edit 1.2.0 for iOS Release Notes</title>
		<link>https://basilsalad.com/kitchen/go-edit-1-2-0-release-notes/</link>
					<comments>https://basilsalad.com/kitchen/go-edit-1-2-0-release-notes/#respond</comments>
		
		<dc:creator><![CDATA[Sasmito Adibowo]]></dc:creator>
		<pubDate>Fri, 18 Sep 2020 01:46:21 +0000</pubDate>
				<category><![CDATA[From the Kitchen]]></category>
		<category><![CDATA[go-edit]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[markdown]]></category>
		<category><![CDATA[Release Notes]]></category>
		<category><![CDATA[software]]></category>
		<guid isPermaLink="false">https://basilsalad.com/?p=3476</guid>

					<description><![CDATA[<div class="entry-summary">
Go Edit 1.2.0 adds multiple windows support on iPadOS
</div><div class="link-more"><a href="https://basilsalad.com/kitchen/go-edit-1-2-0-release-notes/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Go Edit 1.2.0 for iOS Release Notes&#8221;</span>&#8230;</a></div>]]></description>
										<content:encoded><![CDATA[<p><a href="/ios/go-edit/">Go Edit 1.2.0</a> adds multiple window support on iPadOS 13 and later while supporting iOS 9 devices. You can now work in multiple documents simultaneously via <em>split screen</em> or <em>slide over</em> views and have more than one documents open.</p>
<p>This release also provides a number of bug fixes and feature enhancements:</p>
<ul>
<li>Fixes an issue when opening documents in-place from the Files app.</li>
<li>Fixes flickering in the document list when downloading from iCloud.</li>
<li>Should saving to iCloud fails, the app would fall-back to save documents locally into the device.</li>
</ul>
<p><a href="/ios/go-edit/">Go Edit</a> is our markdown and rich text combo editor that supports embedding images via the <a href="http://textbundle.org/">Textbundle file format</a>. You can the app to create markdown documents and perform round-trip conversions to HTML. <a href="/ios/go-edit/">Go Edit 1.2.0</a> supports the iPod touch, iPhone, and iPad running iOS 9.0 or later.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://basilsalad.com/kitchen/go-edit-1-2-0-release-notes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3476</post-id>	</item>
		<item>
		<title>Go Edit 1.1.3 for iOS Release Notes</title>
		<link>https://basilsalad.com/kitchen/go-edit-1-1-3-release-notes/</link>
					<comments>https://basilsalad.com/kitchen/go-edit-1-1-3-release-notes/#respond</comments>
		
		<dc:creator><![CDATA[Sasmito Adibowo]]></dc:creator>
		<pubDate>Mon, 14 Sep 2020 01:01:47 +0000</pubDate>
				<category><![CDATA[From the Kitchen]]></category>
		<category><![CDATA[go-edit]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[markdown]]></category>
		<category><![CDATA[Release Notes]]></category>
		<category><![CDATA[software]]></category>
		<guid isPermaLink="false">https://basilsalad.com/?p=3473</guid>

					<description><![CDATA[<div class="entry-summary">
Go Edit 1.1.3 improves stability and compatibility while still supporting iOS 9.
</div><div class="link-more"><a href="https://basilsalad.com/kitchen/go-edit-1-1-3-release-notes/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Go Edit 1.1.3 for iOS Release Notes&#8221;</span>&#8230;</a></div>]]></description>
										<content:encoded><![CDATA[<p>This release of <a href="/ios/go-edit/">Go Edit for iOS</a> focuses on stability improvements and bug fixes while still maintaining compatibility with legacy iOS versions. These are the major changes in this release:</p>
<ul>
<li>Added full dark mode support when running on iOS 13.0 and later.</li>
<li>Improves compatibility with <code>.textpack</code> format files – on import, export, as well as locally.</li>
<li>Improves performance on handling files stored on iCloud.</li>
<li>Fixes scrolling issues of the markdown editor when running in iOS 13.</li>
<li>Fixes opening files sent from AirDrop.</li>
</ul>
<p><a href="/ios/go-edit/">Go Edit</a> is our markdown and rich text note taker. The application works natively with the standard <a href="http://textbundle.org">TextBundle file format</a> with the ability to create markdown and HTML files as well as conversion between the two.</p>
<p><a href="/ios/go-edit/">Go Edit</a> requires iOS 9.0 or later and supports the iPad, iPhone, and iPod touch.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://basilsalad.com/kitchen/go-edit-1-1-3-release-notes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3473</post-id>	</item>
		<item>
		<title>BiggerPicture 1.1.9 Release Notes</title>
		<link>https://basilsalad.com/kitchen/bigger-picture-1-1-9-release-notes/</link>
					<comments>https://basilsalad.com/kitchen/bigger-picture-1-1-9-release-notes/#respond</comments>
		
		<dc:creator><![CDATA[Sasmito Adibowo]]></dc:creator>
		<pubDate>Wed, 08 Jul 2020 00:34:36 +0000</pubDate>
				<category><![CDATA[From the Kitchen]]></category>
		<category><![CDATA[Bigger Picture]]></category>
		<category><![CDATA[image enhancement]]></category>
		<category><![CDATA[macOS]]></category>
		<category><![CDATA[Release Notes]]></category>
		<category><![CDATA[software]]></category>
		<guid isPermaLink="false">https://basilsalad.com/?p=3464</guid>

					<description><![CDATA[<div class="entry-summary">
BiggerPicture 1.1.9 uses the GPU when running image enlargement when it is running as the foreground application. But it would switch to CPU-only when switched to the background to  ensure overall system performance.
</div><div class="link-more"><a href="https://basilsalad.com/kitchen/bigger-picture-1-1-9-release-notes/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;BiggerPicture 1.1.9 Release Notes&#8221;</span>&#8230;</a></div>]]></description>
										<content:encoded><![CDATA[<p>This release enables use of the GPU for processing image enlargement. When the application is processing images, it would use the GPU only when it is in the foreground. If you switch to another application during an on-going enlargement process, it would revert back to CPU-only for processing.</p>
<p>Enabling the GPU should make the image enhancement process significantly faster, notably on machines having one or more discrete GPU. Examples include current middle and upper tier iMac and MacBook Pro.</p>
<p>Why only use the GPU when the application is active? It is a compromise for performance reasons – notably performance of <em>other applications</em>. Remember that the GPU stands for <em><a href="https://en.wikipedia.org/wiki/Graphics_processing_unit">Graphics Processing Unit</a></em> – it is also used to drive the display. Our testing shows that when the GPU is used for image enhancement, it may cause the system’s graphical user interface to become unresponsive. Scrolling would stutter, window switching lags, or in some extreme cases the mouse pointer would jump between locations.</p>
<p>In conclusion if you’re need the enhancement result in a hurry, you should keep <a href="/os-x/bigger-picture/">BiggerPicture</a> in the foreground. However if you need your Mac to do other things, feel free to minimize or hide it and it will continue in the background without disturbing your work. When you&#8217;re done with those other work, be sure to switch back to BiggerPicture so that it can continue using the GPU to enhance your images.</p>
<p>As always, there are also stability improvements in this release. Thank you for sending in those crash logs.</p>
<p><a href="/os-x/bigger-picture/">BiggerPicture 1.1.9</a> requires macOS 10.13.2 “High Sierra” or later with an Intel processor.</p>
<p>Until next time.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://basilsalad.com/kitchen/bigger-picture-1-1-9-release-notes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3464</post-id>	</item>
		<item>
		<title>Speech Timer 2.4 Release Notes</title>
		<link>https://basilsalad.com/kitchen/speech-timer-2-4-release-notes/</link>
					<comments>https://basilsalad.com/kitchen/speech-timer-2-4-release-notes/#respond</comments>
		
		<dc:creator><![CDATA[Sasmito Adibowo]]></dc:creator>
		<pubDate>Sun, 14 Jun 2020 01:05:07 +0000</pubDate>
				<category><![CDATA[From the Kitchen]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Speech Timer]]></category>
		<category><![CDATA[Toastmasters]]></category>
		<guid isPermaLink="false">https://basilsalad.com/?p=3458</guid>

					<description><![CDATA[<div class="entry-summary">
Speech Timer 2.4 for iOS is available in the App Store. New features includes improved iPadOS support and updated notification system
</div><div class="link-more"><a href="https://basilsalad.com/kitchen/speech-timer-2-4-release-notes/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Speech Timer 2.4 Release Notes&#8221;</span>&#8230;</a></div>]]></description>
										<content:encoded><![CDATA[<p><a href="/ios/speech-timer/">Speech Timer</a> 2.4 is a free update to existing users, available in the App Store.</p>
<p>This release primarily focuses on iPadOS features such as:</p>
<ul>
<li>Split view &#8211; run Speech Timer side-by side with another app.</li>
<li>Slide over – run Speech Timer in a small window on top of other applications.</li>
<li>Multiple timers – have more than one timing session running (iPad only).</li>
</ul>
<p>In addition a few user interface tweaks and improvements were added:</p>
<ul>
<li>The flag button is moved to the left-most side on iPad to prevent accidental pushes.</li>
<li>Updated tab bar icons to better comply with iOS’ human interface guidelines.</li>
<li>All timer displays now use monospaced system font for better .</li>
<li>Updated notification system.</li>
<li>New welcome screen and notification setup.</li>
</ul>
<p><a href="https://basilsalad.com/ios/speech-timer/">Speech Timer</a> is our application designed for use in Toastmasters sessions. It keeps track of speech durations and ensures the speaker meets yet not exceeding the allotted speaking time. Speech Timer 2.4 requires iOS 9.3 or later.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://basilsalad.com/kitchen/speech-timer-2-4-release-notes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3458</post-id>	</item>
		<item>
		<title>How to Print a Poster?</title>
		<link>https://basilsalad.com/how-to/print-poster-resolution/</link>
					<comments>https://basilsalad.com/how-to/print-poster-resolution/#respond</comments>
		
		<dc:creator><![CDATA[Sasmito Adibowo]]></dc:creator>
		<pubDate>Tue, 07 Jan 2020 01:10:58 +0000</pubDate>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Bigger Picture]]></category>
		<category><![CDATA[image enhancement]]></category>
		<category><![CDATA[macOS]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[software]]></category>
		<guid isPermaLink="false">https://basilsalad.com/?p=3401</guid>

					<description><![CDATA[<div class="entry-summary">
Printing poster images requires a 19 megapixel source to get a good quality output. However even the iPhone's camera can only produce 12 megapixels. What if you can get quality poster prints from any source?
</div><div class="link-more"><a href="https://basilsalad.com/how-to/print-poster-resolution/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;How to Print a Poster?&#8221;</span>&#8230;</a></div>]]></description>
										<content:encoded><![CDATA[<blockquote>
<p>Increase resolution on this image so that I can make a 12 ✕ 18 print?</p>
</blockquote>
<p>A 12-inch by 18-inch looks like a small poster – about 30 cm ✕ 45 cm or approximately <a href="https://en.wikipedia.org/wiki/ISO_216#A_series">A3-paper size</a>, which is the standard drawing book size that I used in elementary school.</p>
<p>Such a small poster would likely be observed on a standard reading distance, which at about 30 cm or one foot away. Hence the recommended resolution would be 300 dots-per-inch (dpi). Refer to this <a href="/how-to/right-resolution-life-size-print/">article on how to calculate the the optimal resolution for printing</a>.</p>
<p>With 300dpi, the image would need to be at least 3600 pixels wide by 5400 pixels high, or about 19 megapixels. To put this into perspective, the <a href="https://en.m.wikipedia.org/wiki/IPhone_11">iPhone 11</a> back cameras outputs 12 megapixel images, or slightly less than the optimal resolution for this print.</p>
<p>Thankfully there are applications that can <em>enhance</em> images to increase its resolution. Unlike traditional up-sampling techniques like bicubic interpolation, these applications uses machine learning which can “hallucinate” the missing pixels – hence producing sharp details in scales where previous algorithms can only produce blurry outputs.</p>
<p>One of such application is <a href="/mac-os/bigger-picture/">BiggerPicture</a>. This application can enhance images up to 8✕ of the original pixel dimensions without causing blurry or blocky output.</p>
<p>Follow these steps to prepare small poster prints using <a href="/mac-os/bigger-picture/">BiggerPicture</a>.</p>
<ol>
<li>Load the source image into <a href="/mac-os/bigger-picture/">BiggerPicture</a>.</li>
<li>Choose the <code>Printable</code> tab in the Target Size pane (shown to the right of the image).</li>
<li>Enter 300 dpi in the <code>Print resolution</code> text box.</li>
<li>Drag the slider until the print dimensions meets or exceeds the target real-world size.</li>
<li>Click on the <em>Save all images</em> button.</li>
</ol>
<p><img data-recalc-dims="1" decoding="async" style="display: block; margin-left: auto; margin-right: auto;" title="print-poster-enhance@2x.png" src="https://i0.wp.com/basilsalad.com/wp-content/uploads/2019/10/print-poster-enhance%402x.png?resize=518%2C272&#038;ssl=1" alt="Enhance Poster for Print" width="518" height="272" border="0" /></p>
<p><a href="/mac-os/bigger-picture/">BiggerPicture</a> will then begin the process to enhance your image. This should take about five minutes – depending on the speed of your system.</p>
<p>Now that you’ve got the 19-megapixel version of your image, its time to send it out to a good professional print shop.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://basilsalad.com/how-to/print-poster-resolution/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3401</post-id>	</item>
		<item>
		<title>BiggerPicture 1.1.8 Release Notes</title>
		<link>https://basilsalad.com/kitchen/bigger-picture-1-1-8-release-notes/</link>
					<comments>https://basilsalad.com/kitchen/bigger-picture-1-1-8-release-notes/#respond</comments>
		
		<dc:creator><![CDATA[Sasmito Adibowo]]></dc:creator>
		<pubDate>Mon, 23 Dec 2019 01:49:37 +0000</pubDate>
				<category><![CDATA[From the Kitchen]]></category>
		<category><![CDATA[Bigger Picture]]></category>
		<category><![CDATA[image enhancement]]></category>
		<category><![CDATA[macOS]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[Release Notes]]></category>
		<category><![CDATA[software]]></category>
		<guid isPermaLink="false">https://basilsalad.com/?p=3426</guid>

					<description><![CDATA[<div class="entry-summary">
BiggerPicture 1.1.8 addresses a number of crashes, improves reliability during restoration, and fixes compatibility problem with HEIC files under macOS Catalina
</div><div class="link-more"><a href="https://basilsalad.com/kitchen/bigger-picture-1-1-8-release-notes/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;BiggerPicture 1.1.8 Release Notes&#8221;</span>&#8230;</a></div>]]></description>
										<content:encoded><![CDATA[<p>This maintenance release of <a href="/os-x/bigger-picture/">BiggerPicture</a> improves stability, performance, as well as fixes a compatibility issue with macOS Catalina.</p>
<p>Now you should no longer see stuttering in the user interface when BiggerPicture is rendering output. The application is now less aggressive in consuming CPU power and thus more is available for handling the graphical interface.</p>
<p>A number of crash cases reported through the crash logs has been addressed. Thank you for those reports, and if you encounter a crash, please send the crash log so that it can be addressed.</p>
<p>Likewise reliability during app restoration has been improved. <a href="/os-x/bigger-picture/">BiggerPicture</a> would reliably re-open previously open images as long as they are still accessible. Note that you would need to <em>disable</em> the <code>Close windows when quitting an app</code> checkbox in System Preferences to enable app restoration behavior.</p>
<p>Furthermore this release adds workaround to the vertical-banding problem when reading HEIC files under macOS Catalina. When open these high-efficiency formats (likely imported from more recent iOS devices) using BiggerPicture, they no longer came out having vertical bands in the rendered output.</p>
<p><a href="/os-x/bigger-picture/">BiggerPicture</a> uses artificial intelligence to create higher-resolution versions of photographs or scanned line-art images up to 8× of the original pixel width and height. You can use BiggerPicture to create high-quality prints from screenshots or simply to upgrade your web graphics to fit today’s retina displays. BiggerPicture 1.1.8 requires macOS 10.13 “High Sierra” or later releases. BiggerPicture is available exclusively on the Mac App Store.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://basilsalad.com/kitchen/bigger-picture-1-1-8-release-notes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3426</post-id>	</item>
	</channel>
</rss>
