Skip to content

Commit 57a3c36

Browse files
committed
Site updated at 2018-04-10 21:03:21 UTC
1 parent f46c4c3 commit 57a3c36

File tree

40 files changed

+1000
-100
lines changed

40 files changed

+1000
-100
lines changed

about/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ <h1 class="entry-title">About</h1>
9999
<h1>Recent Posts</h1>
100100
<ul id="recent_posts">
101101

102+
<li class="post">
103+
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
104+
</li>
105+
102106
<li class="post">
103107
<a href="/blog/2018/02/09/simple-ping-middleware/">Simple Ping Middleware</a>
104108
</li>
@@ -115,10 +119,6 @@ <h1>Recent Posts</h1>
115119
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
116120
</li>
117121

118-
<li class="post">
119-
<a href="/blog/2016/07/09/a-blog-is-reborn/">A Blog Is Reborn</a>
120-
</li>
121-
122122
</ul>
123123
</section>
124124

atom.xml

+47-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Nyami's Blog]]></title>
55
<link href="http://www.nyami.uk/atom.xml" rel="self"/>
66
<link href="http://www.nyami.uk/"/>
7-
<updated>2018-02-09T17:08:48+00:00</updated>
7+
<updated>2018-04-10T21:03:17+00:00</updated>
88
<id>http://www.nyami.uk/</id>
99
<author>
1010
<name><![CDATA[Douglas Cameron]]></name>
@@ -13,6 +13,52 @@
1313
<generator uri="http://octopress.org/">Octopress</generator>
1414

1515

16+
<entry>
17+
<title type="html"><![CDATA[RGUHack 2018]]></title>
18+
<link href="http://www.nyami.uk/blog/2018/04/10/rguhack-2018/"/>
19+
<updated>2018-04-10T18:21:49+00:00</updated>
20+
<id>http://www.nyami.uk/blog/2018/04/10/rguhack-2018</id>
21+
<content type="html"><![CDATA[<p>I&rsquo;ll be helping out at <a href="https://rguhack.uk">RGUHack</a> this coming weekend so I thought I&rsquo;d pull together a few links from <a href="https://docs.microsoft.com/en-gb/azure/index#pivot=products&amp;panel=all">some of the Azure services</a> available which might help the students build something awesome a little quicker. Hopefully the students have taken advantage of Github&rsquo;s <a href="https://education.github.com/pack">Student Developer Pack</a> to pick up some free Azure credit, but if they haven&rsquo;t, its easy to get started for free at <a href="https://azure.microsoft.com/en-us/free/">https://azure.microsoft.com/en-us/free/</a></p>
22+
23+
<!--more-->
24+
25+
26+
<h2>Hosting</h2>
27+
28+
<p><a href="https://docs.microsoft.com/azure/app-service/">Azure Web Apps</a> will let you host your web application without having to manage infrastructure and you can be live in minuets. As you might expect Azure Web supports web applications created using <a href="https://docs.microsoft.com/en-gb/azure/app-service/app-service-web-get-started-dotnet-framework">.NET</a> (including <a href="https://docs.microsoft.com/en-gb/azure/app-service/app-service-web-get-started-dotnet">Core</a>) and <a href="https://docs.microsoft.com/en-gb/azure/app-service/app-service-web-get-started-html">Static HTML</a> but it also supports <a href="https://docs.microsoft.com/en-gb/azure/app-service/app-service-web-get-started-php">PHP</a>, <a href="https://docs.microsoft.com/en-gb/azure/app-service/app-service-web-get-started-nodejs">Node.js</a>, <a href="https://docs.microsoft.com/en-gb/azure/app-service/app-service-web-get-started-python">Python</a> and <a href="https://docs.microsoft.com/en-gb/azure/app-service/app-service-web-get-started-java">Java</a>.</p>
29+
30+
<h2>Compute</h2>
31+
32+
<p>One of the great features of Azure are <a href="https://docs.microsoft.com/en-gb/azure/azure-functions/">Azure Functions</a>, these allow you run your code on demand without having to consider the infrastructure, coupled with <a href="https://docs.microsoft.com/en-us/azure/logic-apps/">Logic Apps</a> Azure Functions can help build powerful workflows to solve many problems.</p>
33+
34+
<p>If you need a little more power or require to be a little closer to the actual OS you can spin up a virtual machine or two. Options include various flavours of <a href="https://docs.microsoft.com/en-gb/azure/virtual-machines/linux/tutorial-create-vmss">Linux</a> and of course <a href="https://docs.microsoft.com/en-gb/azure/virtual-machines/windows/">Windows</a>, alternatively you could create and use <a href="https://docs.microsoft.com/en-gb/azure/container-instances/">Containers</a> to get something up and running.</p>
35+
36+
<h2>Storage</h2>
37+
38+
<p>There are <a href="https://docs.microsoft.com/en-us/azure/#pivot=products&amp;panel=storage">lots of solutions</a> for storing data in Azure, most commonly used are <a href="https://docs.microsoft.com/en-us/azure/storage/common/storage-introduction#blob-storage">Blob</a> and <a href="https://docs.microsoft.com/en-us/azure/storage/common/storage-introduction#azure-files">File</a> storage, <a href="https://docs.microsoft.com/en-us/azure/cosmos-db/introduction">Cosmos DB</a>, <a href="https://docs.microsoft.com/en-us/azure/sql-database/sql-database-technical-overview">SQL</a> and <a href="https://docs.microsoft.com/en-us/azure/redis-cache/">Redis Cache</a>.</p>
39+
40+
<h2>Cognitive Services</h2>
41+
42+
<p>This is where things get interesting, the smart people at Microsoft have created a huge range of services that I have no doubt will help accelerate just about any idea at a Hackathon!</p>
43+
44+
<h3>Text</h3>
45+
46+
<p>The internet is full of text, be it tweets, Facebook posts, news articles, emails, or much more. Azure have a range of services that can help analyze text content, so if any of the challenges call for some text analysis like detecting fake news, one of these features are going to make things a whole lot easier! <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/bing-spell-check/proof-text">Spell check</a>; <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-sentiment-analysis">Sentiment Analysis</a>; <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-keyword-extraction">Key Phrase Extraction</a>; <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-language-detection">Language Detection</a>; <a href="https://azure.microsoft.com/en-us/services/cognitive-services/translator-text-api/">Text Translate Services</a>;</p>
47+
48+
<h3>Images</h3>
49+
50+
<p>Cameras are just about everywhere, web cams, phones, drones, dash cams and even door bells! If any of the challenges require you analyse the images from any of those devices Cognitive Services has a series of APIs and tools to help. You can <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/emotion/home">Detect Emotions</a>, <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/face/">Recognise Faces</a>, <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/Custom-Vision-Service/home">Create a Custom Image Classifier</a>, <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/content-moderator/overview">Moderate Content</a>, <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/quickstarts/csharp#optical-character-recognition-ocr-with-computer-vision-api-using-ca-nameocr-a">Extract Text from images</a>, <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/quickstarts/csharp#GetThumbnail">Generate Image Thumbnails</a>, or even <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/quickstarts/csharp#analyze-an-image-with-computer-vision-api-using-c-a-nameanalyzeimage-a">Extract Visual Features</a>.</p>
51+
52+
<h3>Speech</h3>
53+
54+
<p>Microsoft Azure provides <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/speaker-recognition/home">Speaker Recognition</a>, <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/Speech/Home#speech-to-text-speech-recognition">Speech to Text</a>, <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/Speech/Home#text-to-speech-speech-synthesis">Text to Speech</a> and <a href="https://azure.microsoft.com/en-us/services/cognitive-services/translator-speech-api/">Translation to and from 10 languages</a>.</p>
55+
56+
<h3>Video</h3>
57+
58+
<p>You are not limited to analysing images or speech, you can analyse video as well. Cognitive Services includes <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/video-indexer/video-indexer-overview">Vision APIs for videos</a>. With these APIs you can perform face detection and tracking, motion detection, image stabilisation and video thumbnail generation. It&rsquo;s also possible to use the <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/video-indexer/video-indexer-overview">Video Indexer</a> to get an audio transcript, track faces, map and understand which speaker spoke which words and when, determine when a scene changes and a whole lot more!</p>
59+
]]></content>
60+
</entry>
61+
1662
<entry>
1763
<title type="html"><![CDATA[Simple Ping Middleware]]></title>
1864
<link href="http://www.nyami.uk/blog/2018/02/09/simple-ping-middleware/"/>

blog/2014/12/14/a-blog-is-born/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ <h1>Comments</h1>
228228
<h1>Recent Posts</h1>
229229
<ul id="recent_posts">
230230

231+
<li class="post">
232+
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
233+
</li>
234+
231235
<li class="post">
232236
<a href="/blog/2018/02/09/simple-ping-middleware/">Simple Ping Middleware</a>
233237
</li>
@@ -244,10 +248,6 @@ <h1>Recent Posts</h1>
244248
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
245249
</li>
246250

247-
<li class="post">
248-
<a href="/blog/2016/07/09/a-blog-is-reborn/">A Blog Is Reborn</a>
249-
</li>
250-
251251
</ul>
252252
</section>
253253

blog/2015/01/07/tfvc-and-nuget-updates/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ <h1>Comments</h1>
179179
<h1>Recent Posts</h1>
180180
<ul id="recent_posts">
181181

182+
<li class="post">
183+
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
184+
</li>
185+
182186
<li class="post">
183187
<a href="/blog/2018/02/09/simple-ping-middleware/">Simple Ping Middleware</a>
184188
</li>
@@ -195,10 +199,6 @@ <h1>Recent Posts</h1>
195199
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
196200
</li>
197201

198-
<li class="post">
199-
<a href="/blog/2016/07/09/a-blog-is-reborn/">A Blog Is Reborn</a>
200-
</li>
201-
202202
</ul>
203203
</section>
204204

blog/2016/07/09/a-blog-is-reborn/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ <h1>Comments</h1>
187187
<h1>Recent Posts</h1>
188188
<ul id="recent_posts">
189189

190+
<li class="post">
191+
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
192+
</li>
193+
190194
<li class="post">
191195
<a href="/blog/2018/02/09/simple-ping-middleware/">Simple Ping Middleware</a>
192196
</li>
@@ -203,10 +207,6 @@ <h1>Recent Posts</h1>
203207
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
204208
</li>
205209

206-
<li class="post">
207-
<a href="/blog/2016/07/09/a-blog-is-reborn/">A Blog Is Reborn</a>
208-
</li>
209-
210210
</ul>
211211
</section>
212212

blog/2016/07/13/radbutton-single-click/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ <h1>Comments</h1>
170170
<h1>Recent Posts</h1>
171171
<ul id="recent_posts">
172172

173+
<li class="post">
174+
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
175+
</li>
176+
173177
<li class="post">
174178
<a href="/blog/2018/02/09/simple-ping-middleware/">Simple Ping Middleware</a>
175179
</li>
@@ -186,10 +190,6 @@ <h1>Recent Posts</h1>
186190
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
187191
</li>
188192

189-
<li class="post">
190-
<a href="/blog/2016/07/09/a-blog-is-reborn/">A Blog Is Reborn</a>
191-
</li>
192-
193193
</ul>
194194
</section>
195195

blog/2016/10/06/bash-i-forgot-sudo/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ <h1>Comments</h1>
165165
<h1>Recent Posts</h1>
166166
<ul id="recent_posts">
167167

168+
<li class="post">
169+
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
170+
</li>
171+
168172
<li class="post">
169173
<a href="/blog/2018/02/09/simple-ping-middleware/">Simple Ping Middleware</a>
170174
</li>
@@ -181,10 +185,6 @@ <h1>Recent Posts</h1>
181185
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
182186
</li>
183187

184-
<li class="post">
185-
<a href="/blog/2016/07/09/a-blog-is-reborn/">A Blog Is Reborn</a>
186-
</li>
187-
188188
</ul>
189189
</section>
190190

blog/2017/11/18/creating-a-self-signed-certificate-for-identity-provider/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ <h1>Comments</h1>
209209
<h1>Recent Posts</h1>
210210
<ul id="recent_posts">
211211

212+
<li class="post">
213+
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
214+
</li>
215+
212216
<li class="post">
213217
<a href="/blog/2018/02/09/simple-ping-middleware/">Simple Ping Middleware</a>
214218
</li>
@@ -225,10 +229,6 @@ <h1>Recent Posts</h1>
225229
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
226230
</li>
227231

228-
<li class="post">
229-
<a href="/blog/2016/07/09/a-blog-is-reborn/">A Blog Is Reborn</a>
230-
</li>
231-
232232
</ul>
233233
</section>
234234

blog/2018/02/09/simple-ping-middleware/index.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ <h1 class="entry-title">Simple Ping Middleware</h1>
155155
<a class="basic-alignment left" href="/blog/2017/11/18/creating-a-self-signed-certificate-for-identity-provider/" title="Previous Post: Creating a Self-Signed Certificate for Identity Provider">&laquo; Creating a Self-Signed Certificate for Identity Provider</a>
156156

157157

158+
<a class="basic-alignment right" href="/blog/2018/04/10/rguhack-2018/" title="Next Post: RGUHack 2018">RGUHack 2018 &raquo;</a>
159+
158160
</p>
159161
</footer>
160162
</article>
@@ -173,6 +175,10 @@ <h1>Comments</h1>
173175
<h1>Recent Posts</h1>
174176
<ul id="recent_posts">
175177

178+
<li class="post">
179+
<a href="/blog/2018/04/10/rguhack-2018/">RGUHack 2018</a>
180+
</li>
181+
176182
<li class="post">
177183
<a href="/blog/2018/02/09/simple-ping-middleware/">Simple Ping Middleware</a>
178184
</li>
@@ -189,10 +195,6 @@ <h1>Recent Posts</h1>
189195
<a href="/blog/2016/07/13/radbutton-single-click/">RadButton Single Click</a>
190196
</li>
191197

192-
<li class="post">
193-
<a href="/blog/2016/07/09/a-blog-is-reborn/">A Blog Is Reborn</a>
194-
</li>
195-
196198
</ul>
197199
</section>
198200

0 commit comments

Comments
 (0)