<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for PaulSolt</title><link>http://disqus.com/by/PaulSolt/</link><description></description><atom:link href="http://disqus.com/PaulSolt/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 22 Jul 2021 08:12:42 -0000</lastBuildDate><item><title>Re: US halo</title><link>https://downdetector.com/status/halo#comment-5465179563</link><description>&lt;p&gt;Halo 5: There was a problem with the Dedicated Server&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Thu, 22 Jul 2021 08:12:42 -0000</pubDate></item><item><title>Re: How to Convert Strings into Double and Float Values Using Swift 2</title><link>https://supereasyapps.com/blog/2015/9/28/how-to-convert-strings-into-double-and-float-values-using-swift-2#comment-5334336600</link><description>&lt;p&gt;You need to convert the type to double in your second line.&lt;/p&gt;&lt;p&gt;var numTotal = Double(numItems) * 3.98&lt;/p&gt;&lt;p&gt;Swift requires you be specific and explicitly convert between types.&lt;/p&gt;&lt;p&gt;It’s better to convert with NSNumberFormatter as I discussed on your first line. “ABC” input will break things.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Wed, 07 Apr 2021 21:22:41 -0000</pubDate></item><item><title>Re: Jekyll 301 Redirects on Netlify</title><link>https://wsvincent.com/jekyll-redirects-on-netlify/#comment-4746982210</link><description>&lt;p&gt;Thanks! This is perfect I'm looking to switch from Squarespace to Jekyll and I have a ton of 301 redirects I need to bring over.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Mon, 06 Jan 2020 09:04:12 -0000</pubDate></item><item><title>Re: V60 Video — Where is Scott Rao?</title><link>https://www.scottrao.com/blog/2017/9/14/v60-video#comment-4284285521</link><description>&lt;p&gt;Are you having any issues with Hario tabbed filters? They are draining very inconsistently for me.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Sun, 13 Jan 2019 18:18:23 -0000</pubDate></item><item><title>Re: How to Create a Random Int Number in Swift 2 - Swift Tips 7</title><link>http://supereasyapps.com/blog/2016/3/11/how-to-create-a-random-int-number-in-swift-2-swift-tips-7#comment-3963428476</link><description>&lt;p&gt;I love the new testing features ... I'm a big believer in more testing, and I'm trying to get better with TDD. New videos and blog on that soon. =)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Wed, 27 Jun 2018 12:35:37 -0000</pubDate></item><item><title>Re: How to Create a Random Int Number in Swift 2 - Swift Tips 7</title><link>http://supereasyapps.com/blog/2016/3/11/how-to-create-a-random-int-number-in-swift-2-swift-tips-7#comment-3939064117</link><description>&lt;p&gt;I agree, what's your favorite new feature in Xcode 10?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Sun, 10 Jun 2018 23:07:24 -0000</pubDate></item><item><title>Re: How to Create a Random Int Number in Swift 2 - Swift Tips 7</title><link>http://supereasyapps.com/blog/2016/3/11/how-to-create-a-random-int-number-in-swift-2-swift-tips-7#comment-3931809031</link><description>&lt;p&gt;It definitely helps to have new support in Swift 4.2, and you'll need Xcode 10+ or later to use this new code.&lt;/p&gt;&lt;p&gt;A welcome change! Thanks for sharing Leo!&lt;/p&gt;&lt;p&gt;&lt;a href="https://github.com/apple/swift-evolution/blob/master/proposals/0202-random-unification.md" rel="nofollow noopener" target="_blank" title="https://github.com/apple/swift-evolution/blob/master/proposals/0202-random-unification.md"&gt;https://github.com/apple/sw...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;let randomIntFrom0To10 = Int.random(in: 0 ..&amp;lt; 10)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Tue, 05 Jun 2018 14:46:47 -0000</pubDate></item><item><title>Re: More Interface Builder Tips And Tricks</title><link>https://useyourloaf.com/blog/more-interface-builder-tips-and-tricks/#comment-3772824626</link><description>&lt;p&gt;True story. I tell everyone to avoid that button unless they use it with the Undo/Redo to investigate what constraints might be missing.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Fri, 23 Feb 2018 13:25:48 -0000</pubDate></item><item><title>Re: More Interface Builder Tips And Tricks</title><link>https://useyourloaf.com/blog/more-interface-builder-tips-and-tricks/#comment-3772823747</link><description>&lt;p&gt;Any complex layouts for a single screen slow down my changes to an uncomfortable speed.&lt;/p&gt;&lt;p&gt;That's not even adding multiple screens. But #7 is a good recommendation if I had more than 1 screen causing the sluggishness.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Fri, 23 Feb 2018 13:25:14 -0000</pubDate></item><item><title>Re: More Interface Builder Tips And Tricks</title><link>https://useyourloaf.com/blog/more-interface-builder-tips-and-tricks/#comment-3767569176</link><description>&lt;p&gt;Great tips! Keep in mind that while it's good to preview multiple sizes, it will slow down UI design in a complex storyboard if you have all the sizes visible.&lt;/p&gt;&lt;p&gt;I turn off all but one size to make text a UI design for the first time. That way I don't have to wait as I add constraints. Otherwise . . . it . . . feels . . . slow . . . even on a MacBook Pro 2016.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Tue, 20 Feb 2018 11:55:46 -0000</pubDate></item><item><title>Re: Fancy Buttons | Code College</title><link>http://codecollege.ca/courses/css3-coding-challenge/lectures/2029875#comment-3732632775</link><description>&lt;p&gt;Love it, thanks Brad for an intro to CSS =) It's a bit different from apps, but this presentation was very cool to follow along.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Mon, 29 Jan 2018 18:29:40 -0000</pubDate></item><item><title>Re: How to Convert Strings into Double and Float Values Using Swift 2</title><link>https://supereasyapps.com/blog/2015/9/28/how-to-convert-strings-into-double-and-float-values-using-swift-2#comment-3731131957</link><description>&lt;p&gt;Awesome! Great to have you learning Swift! I love it. =)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Sun, 28 Jan 2018 20:58:16 -0000</pubDate></item><item><title>Re: How to Convert Strings into Double and Float Values Using Swift 2</title><link>https://supereasyapps.com/blog/2015/9/28/how-to-convert-strings-into-double-and-float-values-using-swift-2#comment-3729837099</link><description>&lt;p&gt;Thanks Nair!&lt;/p&gt;&lt;p&gt;The change in Swift 4 is with the NSNumberFormatter which is now NumberFormatter. The API for converting a number has changed to:&lt;/p&gt;&lt;p&gt;var pi = NumberFormatter().number(from: "3.14")?.doubleValue&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Sat, 27 Jan 2018 22:28:52 -0000</pubDate></item><item><title>Re: Introducing: The Frontier</title><link>https://www.bignerdranch.com/blog/introducing-the-frontier/#comment-3585920650</link><description>&lt;p&gt;Nice work Aaron!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Thu, 26 Oct 2017 12:41:17 -0000</pubDate></item><item><title>Re: V60 Video — Where is Scott Rao?</title><link>https://www.scottrao.com/blog/2017/9/14/v60-video#comment-3522065576</link><description>&lt;p&gt;Thanks for the reply Scott! Now that I see how you're doing it, I'll give it a try with my technique.&lt;/p&gt;&lt;p&gt;Every time I think I figure it out, you give me another idea or technique to try. We'll see how the results go.&lt;/p&gt;&lt;p&gt;I really do appreciate your insight. The information you share on this blog is invaluable.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Sun, 17 Sep 2017 16:33:33 -0000</pubDate></item><item><title>Re: V60 Video — Where is Scott Rao?</title><link>https://www.scottrao.com/blog/2017/9/14/v60-video#comment-3521877700</link><description>&lt;p&gt;What do you recommend for non-professional baristas (aka. the home user) when using a Baratza Virtuoso grinder?&lt;/p&gt;&lt;p&gt;Should I get a sifter?&lt;/p&gt;&lt;p&gt;Do I need a better grinder?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Sun, 17 Sep 2017 14:12:51 -0000</pubDate></item><item><title>Re: New Teachable iOS App: Let Students Access Your Course on the Go</title><link>http://blog.teachable.com/teachable-ios-app#comment-3506595294</link><description>&lt;p&gt;Can you watch content at 2x speed?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Thu, 07 Sep 2017 12:33:54 -0000</pubDate></item><item><title>Re: Five Ways to Get Views and Reach People on YouTube</title><link>http://blog.teachable.com/five-ways-to-get-views-and-reach-people-on-youtube#comment-3503413471</link><description>&lt;p&gt;Thanks Kallie, this was great! Loved the part on calls to action at the end, and using emotion in the thumbnails.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Tue, 05 Sep 2017 14:27:03 -0000</pubDate></item><item><title>Re: iPhoneDev.tv | 1.0 Lecture - Welcome to the world of iPhone apps | Swift iPhone App Primer</title><link>http://courses.supereasyapps.com/courses/swift-primer/lectures/222054#comment-3273343832</link><description>&lt;p&gt;The code has changed, println is now print. &lt;a href="https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/" rel="nofollow noopener" target="_blank" title="https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/"&gt;https://developer.apple.com...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;print statements only go to the console window in Xcode, not the app screen.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Tue, 25 Apr 2017 08:57:12 -0000</pubDate></item><item><title>Re: 
      
        Create an IBDesignable UIView subclass with code from an XIB file in Xcode 6
      
    </title><link>http://supereasyapps.com/blog/2014/12/15/create-an-ibdesignable-uiview-subclass-with-code-from-an-xib-file-in-xcode-6#comment-3225069203</link><description>&lt;p&gt;thanks, great insight!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Sun, 26 Mar 2017 21:15:32 -0000</pubDate></item><item><title>Re: 1.5 Tutorial - Design and Setup the AddFoodViewController | Super Easy Apps</title><link>http://courses.supereasyapps.com/courses/chapter-4-super-easy-table-views/lectures/913870#comment-3204818545</link><description>&lt;p&gt;Yes. &lt;a href="http://stackoverflow.com/questions/38845948/how-to-change-each-uitableviewcell-background-color" rel="nofollow noopener" target="_blank" title="http://stackoverflow.com/questions/38845948/how-to-change-each-uitableviewcell-background-color"&gt;http://stackoverflow.com/qu...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Tue, 14 Mar 2017 23:58:55 -0000</pubDate></item><item><title>Re: The Real Cost of Software Development</title><link>https://www.techfounder.net/2013/02/01/the-real-cost-of-software-development/#comment-3130981768</link><description>&lt;p&gt;@Numecca Lab  how did it go?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Tue, 31 Jan 2017 16:18:38 -0000</pubDate></item><item><title>Re: Development Update: Bits and Pieces</title><link>https://wulverblade.com/development-update-bits-and-pieces/#comment-3061388324</link><description>&lt;p&gt;Awesome! I'm looking forward to more updates and a release date. 😃&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Tue, 20 Dec 2016 14:02:10 -0000</pubDate></item><item><title>Re: Introduction | iPhoneDev.tv</title><link>http://learn.iphonedev.tv/lecture/92320#comment-2919921113</link><description>&lt;p&gt;Jump into 2.5 for how to get started, the following videos before 2.5 cover some of the UI of Xcode.&lt;/p&gt;&lt;p&gt;&lt;a href="http://courses.supereasyapps.com/courses/make-iphone-apps-in-swift-for-ios8/lectures/51861" rel="nofollow noopener" target="_blank" title="http://courses.supereasyapps.com/courses/make-iphone-apps-in-swift-for-ios8/lectures/51861"&gt;http://courses.supereasyapp...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Mon, 26 Sep 2016 18:59:01 -0000</pubDate></item><item><title>Re: 1.1.2 Homework - Introduce Yourself to Our Community | Super Easy Apps</title><link>http://courses.supereasyapps.com/courses/chapter-1-make-your-first-iphone-app/lectures/765167#comment-2854026867</link><description>&lt;p&gt;I activated your account, try and login now.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PaulSolt</dc:creator><pubDate>Mon, 22 Aug 2016 23:49:04 -0000</pubDate></item></channel></rss>