<?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 ronaldwidha</title><link>http://disqus.com/by/ronaldwidha/</link><description></description><atom:link href="http://disqus.com/ronaldwidha/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 21 Jun 2017 23:04:49 -0000</lastBuildDate><item><title>Re: 7. Logistic Regression | Machine Learning Guide</title><link>http://ocdevel.com/podcasts/machine-learning/7#comment-3377766913</link><description>&lt;p&gt;I agree! Enjoying it alot and by the way, I came in after having done Andrew Ng course a year ago. This podcast had revived my interest in ML! Not sure if you had mentioned &lt;a href="http://fast.ai" rel="nofollow noopener" target="_blank" title="fast.ai"&gt;fast.ai&lt;/a&gt;. I'm going through their course right now and find it super valuable. But it isn't as well organized as how I'd like it to be.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Wed, 21 Jun 2017 23:04:49 -0000</pubDate></item><item><title>Re: Dr. Amish Patel: The Universe is a Simulation and I Have the Proof</title><link>https://www.singularityweblog.com/amish-patel-the-universe-is-a-simulation/#comment-3235517152</link><description>&lt;p&gt;Lol. You got me!!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Sat, 01 Apr 2017 19:33:41 -0000</pubDate></item><item><title>Re: 
      How to return a custom error object and status code from API Gateway with Lambda
    </title><link>http://kennbrodhagen.net/2016/03/09/how-to-return-a-custom-error-object-and-status-code-from-api-gateway-with-lambda/#comment-2756048278</link><description>&lt;p&gt;The only issue with the approach is when you have a status code that requires additional parameter (301 and 302).&lt;/p&gt;&lt;p&gt;The following approach works, but I had to take a long shower after I wrote it :)&lt;/p&gt;&lt;p&gt;The API Gateway status codes are triggered by ErrorMessage. So I'd use it for the error code. Then I'd pass the error body or in the case of 302, the location, in the errorType.&lt;/p&gt;&lt;p&gt;{ errorType: “Sorry can’t find the resource”, errorMessage: “404” }&lt;/p&gt;&lt;p&gt;I know, It's a little odd to read. But this way I can then map the response.header.location to errorType without any processing (header mapping don't support VTL) and still have full control for the other status codes.&lt;/p&gt;&lt;p&gt;See it working here: &lt;a href="https://github.com/ronaldwidha/index.lambda" rel="nofollow noopener" target="_blank" title="https://github.com/ronaldwidha/index.lambda"&gt;https://github.com/ronaldwi...&lt;/a&gt; (click on the demo/test-harness/302 redirect)&lt;/p&gt;&lt;p&gt;Thanks for all the posts Ken!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Tue, 28 Jun 2016 22:49:35 -0000</pubDate></item><item><title>Re: AWS Lambda: Running Code Without Servers by zpnk</title><link>http://slides.com/zpnk/aws-lambda#comment-2674611077</link><description>&lt;p&gt;Awesome presentation! do you have the session recorded anywher?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Fri, 13 May 2016 19:30:28 -0000</pubDate></item><item><title>Re: &lt; .NET Rocks! /&gt;</title><link>http://www.dotnetrocks.com/?show=1293#comment-2669337971</link><description>&lt;p&gt;Guys, this is a super great episode. Juval is great as usual. &lt;br&gt;Karl, I love the fact that you dug in deeper otherwise we might not get some of those interesting side topic around actors. However, you owe Richard one! If he hadn't brought back the question - so what about that protocol, you would've gotten alot of angry emails! I have to re-listen this second half of the episode again for being too worked up about it :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Tue, 10 May 2016 20:36:02 -0000</pubDate></item><item><title>Re: Apple Car Concept Envisions Sleek Design And &amp;#8220;OSCar&amp;#8221; Software With Maps, Siri, More [Video]</title><link>http://www.redmondpie.com/apple-car-concept-envisions-sleek-design-and-oscar-software-with-maps-siri-more-video/#comment-2471723581</link><description>&lt;p&gt;if at all, an Apple Car styling will be more gender neutral than this. This is more like an Alienware Car&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Fri, 22 Jan 2016 08:21:44 -0000</pubDate></item><item><title>Re: 

 Do's and Dont's When Deploying Akka in Production </title><link>http://boldradius.com/blog-post/U-jexSsAACwA_8nr/dos-and-donts-when-deploying-akka-in-production#comment-2471123654</link><description>&lt;p&gt;Hi Michael, stumbled across this post as I was researching if one could decouple the client actor from its server actor, to enable independent deployment among them. You pointed out that as long as one don't use the basic java serialization - this is doable. That's good to know.&lt;/p&gt;&lt;p&gt;Unlike a pub sub message broker approach where each service subscribes to a topic, a client actor needs to know the specific IP address and port of the server. So if a server vNext is deployed adjacent to the older version, the client will need to be updated to take talk to the new server. Is this correct? Or is this something that the router can handle as an intermediator?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Thu, 21 Jan 2016 21:36:32 -0000</pubDate></item><item><title>Re: The First Month: Part 1</title><link>http://mounce.wtf/the-first-month/#comment-2287011855</link><description>&lt;p&gt;Man saw the post on readline(). This is nuts. Insanely cool. Though not sure why I would want to give up that sweet recording setup you had there!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Fri, 02 Oct 2015 19:29:45 -0000</pubDate></item><item><title>Re: Be selfish</title><link>http://terrence.benade.com.au/2015/08/26/be-selfish.html#comment-2214016647</link><description>&lt;p&gt;Hey Terry. what a good post! I hear you. I recently picked up Java again and love the vibrance of ecosystem. From an alternative runtime, all the way to having lightweight shipping containers. By the way, HR wants to see you now :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Tue, 25 Aug 2015 09:11:36 -0000</pubDate></item><item><title>Re: Leveraging Core Business for Growth | ieOnDemand</title><link>https://ieondemand.com/divisions/strategy/events/270/presentations/leveraging-core-business-for-growth-24#comment-1862301674</link><description>&lt;p&gt;description doesn't match the material. It is Brian and not Adrian. The company is called URS and not CommBank&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Wed, 18 Feb 2015 14:22:00 -0000</pubDate></item><item><title>Re: Build your own clock app for iPhone [Code Tutorial]</title><link>http://www.todaysiphone.com/2014/03/build-clock-app-iphone-code-tutorial/#comment-1795150732</link><description>&lt;p&gt;would having an NsTimer upon viewDidLoad be better than a recursive function? I'm kinda wondering if the recursive call would cause a memory leak&lt;/p&gt;&lt;p&gt;var timer = NSTimer.scheduledTimerWithTimeInterval(0.1, target: self, selector: Selector("updateclocklabel"), userInfo: nil, repeats: true)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Thu, 15 Jan 2015 22:18:47 -0000</pubDate></item><item><title>Re: Idaciti preview - telling stories with global financial data</title><link>http://application.idaciti.com/storyboard/view/249#comment-1739360060</link><description>&lt;p&gt;I hope this is an appropriate place to give feedback for the platform: This is an interesting usecase for idaciti. On one side, having the raw financial summary type of information is definitely useful, but chaining through pure financial summary cards simply offering the same level of analysis as "Wolfram Alpha" through crowdsourcing the effort. E.g. &lt;a href="http://www.wolframalpha.com/input/?i=BBY+vs+WMT" rel="nofollow noopener" target="_blank" title="http://www.wolframalpha.com/input/?i=BBY+vs+WMT"&gt;http://www.wolframalpha.com...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I think a more useful card to promote perhaps one that is more hypothesis in nature i.e. "Bed bath and Beyond sales rise up while Target scramble to protect their customer data against cyber attacks". Then this card could be used by someone to construct a storyboard around "The monetary value of cyber security".&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Fri, 12 Dec 2014 15:38:38 -0000</pubDate></item><item><title>Re: Digital Innovation in Australia | ieOnDemand</title><link>https://ieondemand.com/divisions/strategy/presentations/digital-innovation-in-australia#comment-1607030784</link><description>&lt;p&gt;it's still not showing the right profile on the "list of talks" page&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Fri, 26 Sep 2014 11:27:12 -0000</pubDate></item><item><title>Re: .NET Rocks!</title><link>http://www.dotnetrocks.com/default.aspx?showNum=948#comment-1605712405</link><description>&lt;p&gt;w00t!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Thu, 25 Sep 2014 15:41:49 -0000</pubDate></item><item><title>Re: Evolving an Iconic Brand Through Digital Disruption | ieOnDemand</title><link>https://ieondemand.com/divisions/strategy/presentations/evolving-an-iconic-brand-through-digital-disruption#comment-1602391593</link><description>&lt;p&gt;As the "digital strategy" discipline gets more mature and expands (or absorbed?) to cover all aspects of business, there's an opportunity for IE to differentiate (or bring awareness) between Digital Strategy and Digital Marketing Strategy. This talk is obviously leaning heavily towards a Digital Marketing Strategy theme.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Tue, 23 Sep 2014 14:24:21 -0000</pubDate></item><item><title>Re: Digital Innovation in Australia | ieOnDemand</title><link>https://ieondemand.com/divisions/strategy/presentations/digital-innovation-in-australia#comment-1602082272</link><description>&lt;p&gt;The photo and corporate profile shown on page doesn't match with the content.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Tue, 23 Sep 2014 11:05:33 -0000</pubDate></item><item><title>Re: IP Address, Username and Password for Du DSL router up on our ceilings</title><link>http://www.ronaldwidha.net/2012/10/13/ip-address-username-and-password-for-du-dsl-router-up-on-our-ceilings/#comment-1415630232</link><description>&lt;p&gt;if you mean reset as in "reboot" (turning it off and on), you can safely reboot. You will not have internet connection until the router is back on.&lt;/p&gt;&lt;p&gt;if you mean reset as in "reset to factory settings", dont! Your internet connection may not work anymore and they probably have to come in to re-configure the router again.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Mon, 02 Jun 2014 01:21:54 -0000</pubDate></item><item><title>Re: .NET Rocks!</title><link>http://www.dotnetrocks.com/default.aspx?showNum=989#comment-1409903610</link><description>&lt;p&gt;Hi guys. a quick comment on the EF "lazy loading by default" - Either Shawn or Richard mentioned that you would never want to do lazy loading in web apps. I'm not sure whether this statement is correct.&lt;/p&gt;&lt;p&gt;The lazy loading behavior in EF prevents "eagerly loading" related entities being loaded in one go all the time. Imagine the use case where by loading a user also loads up all their orders along with the product details. In DDD, this would be loading up all child entities and value objects when retrieving the aggregate root.&lt;/p&gt;&lt;p&gt;There are cases where eager loading is desired, but typically this is heavily on a use case by use case basis. As for the rest, you'd want lazy loading as the default behavior. Ideally though, EF would always optimize a series of data request - but this isn't the same as turning off lazy loading as such.&lt;/p&gt;&lt;p&gt;As always, keep up the good work.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Thu, 29 May 2014 08:54:06 -0000</pubDate></item><item><title>Re: Getting Strategy Done. Reflections on the Importance of Bridging the Gap Between Plans and Real World Execution | ieOnDemand</title><link>https://ieondemand.com/divisions/strategy/presentations/getting-strategy-done-reflections-on-the-importance-of-bridging-the-gap-between-plans-and-real-world-execution#comment-1393275069</link><description>&lt;p&gt;The video is only 2 second long even though the metadata says 37 mins.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Mon, 19 May 2014 10:30:06 -0000</pubDate></item><item><title>Re: Go Beyond Sentiment... Using Emotion in Digital Strategy | ieOnDemand</title><link>https://ieondemand.com/divisions/strategy/presentations/go-beyond-sentiment-using-emotion-in-digital-strategy#comment-1335517878</link><description>&lt;p&gt;The profile on the right panel mistakenly says George Barrios CFO. Instead, It should be Eric Levin, Behavior Matrix&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Mon, 14 Apr 2014 05:43:15 -0000</pubDate></item><item><title>Re: The Apple Store iBeacon experience</title><link>http://www.ronaldwidha.net/2014/03/27/the-apple-store-ibeacon-experience/#comment-1306681014</link><description>&lt;p&gt;You know what. You're absolutely right. I was hoping for alot more personalized info.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Thu, 27 Mar 2014 15:19:10 -0000</pubDate></item><item><title>Re: Outsourcing within the Mobile Media Industry | ieOnDemand</title><link>https://ieondemand.com/divisions/finance/presentations/outsourcing-within-the-mobile-media-industry#comment-1295279999</link><description>&lt;p&gt;good content, but wrong slides are embedded along with the video and terrible audio.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Fri, 21 Mar 2014 15:05:32 -0000</pubDate></item><item><title>Re: The Tablet Show</title><link>http://www.thetabletshow.com/default.aspx?ShowNum=125#comment-1263278027</link><description>&lt;p&gt;Wow. One of the best tablet show I've heard so far. Good choice in bringing Justin as a guest. It was a slightly non-typical tablet show..for a second I had to stop and re-check my iphone just to make sure it wasn't Mixergy playing! I thoroughly enjoyed it.&lt;/p&gt;&lt;p&gt;If I can have a little constructive criticism,the first few mins into the interview sounded as if you hadn't done your homework prior speaking to Justin. For a moment, as a listener it felt like "did we just bring on the wrong guest on our show?".&lt;/p&gt;&lt;p&gt;Good work as usual guys. Love the variety!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Thu, 27 Feb 2014 13:29:20 -0000</pubDate></item><item><title>Re: How to fix Lenovo ThinkPad Helix (with Dock) issues with Windows 8.1</title><link>http://www.ronaldwidha.net/2014/01/06/how-to-fix-lenovo-thinkpad-helix-with-dock-issues-with-windows-8-1/#comment-1243014997</link><description>&lt;p&gt;I took a lot less drastic measure, power cycling the USB Dock by unplugging the adapter and leaving it out for 10-15 seconds before plugging back in seems to fix most connectivity issues for me.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Thu, 13 Feb 2014 14:04:16 -0000</pubDate></item><item><title>Re: .NET Rocks!</title><link>http://www.dotnetrocks.com/default.aspx?showNum=948#comment-1237799202</link><description>&lt;p&gt;Hi guys, I think the broken part about patent is the fact that the duration in which the patent is valid for is far too long for the cadence of modern day innovation. 1 internet year is an eternity in our industry. If a patent is valid for much shorter duration, in theory, couldn't it still protect the innovators by giving them a head start but also gives a chance to other people to implement the idea better at the end of the exclusivity period?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ronaldwidha</dc:creator><pubDate>Mon, 10 Feb 2014 00:33:48 -0000</pubDate></item></channel></rss>