-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
621 lines (423 loc) · 31.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
<!DOCTYPE html>
<html>
<head>
<title>wlsc_Tech_blog</title>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="author" content="Wladimir Schmidt">
<meta name="description" content="Blog of a passionate Software Engineer who is happy to share his thoughts, ideas and experience">
<meta name="keywords" content="software,engineering,blog,java,">
<meta property="og:title" content="wlsc_Tech_blog" />
<meta property="og:description" content="Blog of a passionate Software Engineer who is happy to share his thoughts, ideas and experience" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en" />
<meta property="og:url" content="https://blog.wlsc.de/" />
<link href="https://blog.wlsc.de/index.xml" rel="alternate" type="application/rss+xml" title="wlsc_Tech_blog" />
<link rel="shortcut icon" href="/favicon.ico">
<link href="https://blog.wlsc.de/webfonts/ptserif/main.css" rel='stylesheet' type='text/css'>
<link href="https://blog.wlsc.de/webfonts/source-code-pro/main.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://blog.wlsc.de/css/style.css">
<meta name="generator" content="Hugo 0.121.1">
</head>
<body>
<div id="container">
<header id="header">
<div id="header-outer" class="outer">
<div id="header-inner" class="inner">
<a id="main-nav-toggle" class="nav-icon" href="javascript:;"></a>
<a id="logo" class="logo-text" href="https://blog.wlsc.de/">wlsc_Tech_blog</a>
<nav id="main-nav">
<a class="main-nav-link" href="https://wlsc.de/">..:index:..</a>
</nav>
<nav id="sub-nav">
<div id="search-form-wrap">
</div>
</nav>
</div>
</div>
</header>
<section id="main" class="outer">
<article class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name"><a class="article-title" href="/2017/01/01/apple-releases-its-first-ai-paper/">Apple releases its first AI paper</a></h1>
</header>
<div class="article-meta">
<a href="/2017/01/01/apple-releases-its-first-ai-paper/" class="article-date">
<time datetime='2017-01-01T19:35:17.000+00:00' itemprop="datePublished">2017-01-01</time>
</a>
<div class="post-categories">
<div class="article-category">
<a class="article-category-link" href="https://blog.wlsc.de//categories/artificial-intelligence">Artificial Intelligence</a>
<span>></span>
<a class="article-category-link" href="https://blog.wlsc.de//categories/deep-learning">Deep Learning</a>
<span>></span>
<a class="article-category-link" href="https://blog.wlsc.de//categories/machine-learning">Machine Learning</a>
<span>></span>
<a class="article-category-link" href="https://blog.wlsc.de//categories/news">News</a>
</div>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p>
<h2 class="title mathjax" style="text-align: center;">
Learning from Simulated and Unsupervised Images through Adversarial Training
</h2>
<p style="text-align: center;">
<a href="/images/2017/01/apple_first_paper.jpg"><img class="aligncenter wp-image-256 size-large" src="/images/2017/01/apple_first_paper-1024x560.jpg" alt="Apple first AI paper" width="750" height="410" srcset="/images/2017/01/apple_first_paper-1024x560.jpg 1024w, /images/2017/01/apple_first_paper-300x164.jpg 300w, /images/2017/01/apple_first_paper-768x420.jpg 768w, /images/2017/01/apple_first_paper.jpg 1028w" sizes="(max-width: 750px) 100vw, 750px" /></a>
</p>
<p style="text-align: left;">
The first paper from Apple company regarding Artificial Intelligence with Deep Learning <a href="https://arxiv.org/abs/1612.07828" target="_blank">is published</a>!
</p>
<p style="text-align: left;">
</p>
<p class="article-more-link">
<a href="/2017/01/01/apple-releases-its-first-ai-paper/">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list">
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/apple">Apple
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/gan">GAN
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/generative-adversarial-networks">Generative Adversarial Networks
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/paper">Paper
</a>
</li>
</ul>
</footer>
</div>
</article>
<article class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name"><a class="article-title" href="/2016/09/25/bay-area-deep-learning-school-lectures-stanford/">Bay Area Deep Learning School lectures (Stanford)</a></h1>
</header>
<div class="article-meta">
<a href="/2016/09/25/bay-area-deep-learning-school-lectures-stanford/" class="article-date">
<time datetime='2016-09-25T18:42:57.000+00:00' itemprop="datePublished">2016-09-25</time>
</a>
<div class="post-categories">
<div class="article-category">
<a class="article-category-link" href="https://blog.wlsc.de//categories/artificial-intelligence">Artificial Intelligence</a>
<span>></span>
<a class="article-category-link" href="https://blog.wlsc.de//categories/deep-learning">Deep Learning</a>
<span>></span>
<a class="article-category-link" href="https://blog.wlsc.de//categories/learning">Learning</a>
<span>></span>
<a class="article-category-link" href="https://blog.wlsc.de//categories/machine-learning">Machine Learning</a>
</div>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p>
<img class="aligncenter wp-image-232 size-full" src="/images/2016/09/bayareadeeplearningschool.jpg" alt="Bay Area Deep Learning School" width="759" height="206" srcset="/images/2016/09/bayareadeeplearningschool.jpg 759w, /images/2016/09/bayareadeeplearningschool-300x81.jpg 300w" sizes="(max-width: 759px) 100vw, 759px" />
<p>The Deep Learning School is a great two day set of introduction lectures on Machine Learning, Natural Language Processing and Computer Vision for Deep Learning. The two days event is solely dedicated to Deep Learning! The lectures take place at CEMEX auditorium at the Graduate School of Business on Stanford campus (CA, USA) and include a variety of prominent speakers from the above mentioned research fields.</p>
</p>
<p class="article-more-link">
<a href="/2016/09/25/bay-area-deep-learning-school-lectures-stanford/">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list">
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/lectures">lectures
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/stanford">stanford
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/stream">stream
</a>
</li>
</ul>
</footer>
</div>
</article>
<article class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name"><a class="article-title" href="/2016/09/05/double-checked-locking-pattern-with-lazy-singletone-initialization/">Double-Checked Locking Pattern with Lazy Singletone Initialization</a></h1>
</header>
<div class="article-meta">
<a href="/2016/09/05/double-checked-locking-pattern-with-lazy-singletone-initialization/" class="article-date">
<time datetime='2016-09-05T20:11:31.000+00:00' itemprop="datePublished">2016-09-05</time>
</a>
<div class="post-categories">
<div class="article-category">
<a class="article-category-link" href="https://blog.wlsc.de//categories/java">Java</a>
</div>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p>
<p style="text-align: center;">
<img class="aligncenter size-medium wp-image-219" src="/images/2016/09/keep-calm-and-double-check-257x300.png" alt="Keep calm and double check" width="257" height="300" srcset="/images/2016/09/keep-calm-and-double-check-257x300.png 257w, /images/2016/09/keep-calm-and-double-check.png 600w" sizes="(max-width: 257px) 100vw, 257px" />
</p>
<p>In the real world of multicore processors, we have to write multi-threaded applications that would use all cores efficiently. This is very practical, when it comes to high-loaded servers (with a high amount of users trying to access service at the same time). For instance, after you have successfully introduced the new functionality on your web service or fixed some bugs, your first intuition would be to release the new version as soon as possible. At this point, when your users start to access your web service simultaneously, a situation may arise, when two or more users will initialize the same singleton or field value more than once. This is not a favorable type of scenario. It is also the main reason your applications should be ready to initialize its singletons (and not only) properly!</p>
</p>
<p class="article-more-link">
<a href="/2016/09/05/double-checked-locking-pattern-with-lazy-singletone-initialization/">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list">
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/design-patterns">design patterns
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/enum">enum
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/lock">lock
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/multithreading">multithreading
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/singleton">singleton
</a>
</li>
</ul>
</footer>
</div>
</article>
<article class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name"><a class="article-title" href="/2016/07/22/deepmind-ai-reduces-google-data-center-cooling-bill-by-40/">Deepmind AI reduces Google data center cooling bill by 40%</a></h1>
</header>
<div class="article-meta">
<a href="/2016/07/22/deepmind-ai-reduces-google-data-center-cooling-bill-by-40/" class="article-date">
<time datetime='2016-07-22T10:56:21.000+00:00' itemprop="datePublished">2016-07-22</time>
</a>
<div class="post-categories">
<div class="article-category">
<a class="article-category-link" href="https://blog.wlsc.de//categories/artificial-intelligence">Artificial Intelligence</a>
<span>></span>
<a class="article-category-link" href="https://blog.wlsc.de//categories/machine-learning">Machine Learning</a>
<span>></span>
<a class="article-category-link" href="https://blog.wlsc.de//categories/news">News</a>
</div>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p>
<div dir="ltr">
<img class="aligncenter wp-image-193 size-large" src="/images/2016/07/DC_PUE-1024x431.png" alt="Deepmind's AI reduces cooling bills" width="750" height="316" srcset="/images/2016/07/DC_PUE-1024x431.png 1024w, /images/2016/07/DC_PUE-300x126.png 300w, /images/2016/07/DC_PUE-768x323.png 768w, /images/2016/07/DC_PUE.png 1600w" sizes="(max-width: 750px) 100vw, 750px" />
</div>
<p>From smartphone assistants to image recognition and translation, machine learning already helps us in our everyday lives. But it can also help us to tackle some of the world’s most challenging physical problems — such as energy consumption. Large-scale commercial and industrial systems like data centres consume a lot of energy, and while much has been done to stem the growth of energy use, there remains a lot more to do given the world’s increasing need for computing power.</p>
<p>Reducing energy usage has been a major focus for us over the past 10 years: we have built our own super-efficient servers at Google, invented more efficient ways to cool our data centres and invested heavily in green energy sources, with the goal of being powered 100 percent by renewable energy. Compared to five years ago, we now get around 3.5 times the computing power out of the same amount of energy, and we continue to make many improvements each year.</p>
</p>
<p class="article-more-link">
<a href="/2016/07/22/deepmind-ai-reduces-google-data-center-cooling-bill-by-40/">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list">
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/deepmind">deepmind
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/google">google
</a>
</li>
</ul>
</footer>
</div>
</article>
<article class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name"><a class="article-title" href="/2016/06/22/concrete-ai-safety-problems/">Concrete AI safety problems</a></h1>
</header>
<div class="article-meta">
<a href="/2016/06/22/concrete-ai-safety-problems/" class="article-date">
<time datetime='2016-06-22T11:20:06.000+00:00' itemprop="datePublished">2016-06-22</time>
</a>
<div class="post-categories">
<div class="article-category">
<a class="article-category-link" href="https://blog.wlsc.de//categories/artificial-intelligence">Artificial Intelligence</a>
<span>></span>
<a class="article-category-link" href="https://blog.wlsc.de//categories/machine-learning">Machine Learning</a>
</div>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p>
<p>The <strong>“Concrete AI safety problems”</strong> paper by _Dario Amodei (Google Brain), Chris Olah (Google Brain), Jacob Steinhardt (Stanford University), Paul Christiano (UC Berkeley), John Schulman (OpenAI), Dan Mané (Google Brain) _suggests a new approach to the Machine Learning (ML) and Artificial Intelligence (AI) research, which focuses more on productivity of forward-looking applications while building cutting-edge AI systems.</p>
<p>A number of key problems considered in the paper as well as their descriptions are listed below. In the paper authors also elaborate on how to approach each of the given problem.</p>
</p>
<p class="article-more-link">
<a href="/2016/06/22/concrete-ai-safety-problems/">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list">
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/paper">Paper
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/safety">Safety
</a>
</li>
</ul>
</footer>
</div>
</article>
<article class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name"><a class="article-title" href="/2016/06/13/microsoft-to-acquire-linkedin/">Microsoft to acquire LinkedIn</a></h1>
</header>
<div class="article-meta">
<a href="/2016/06/13/microsoft-to-acquire-linkedin/" class="article-date">
<time datetime='2016-06-13T16:52:52.000+00:00' itemprop="datePublished">2016-06-13</time>
</a>
<div class="post-categories">
<div class="article-category">
<a class="article-category-link" href="https://blog.wlsc.de//categories/news">News</a>
</div>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p>
<p>Funny is: will Skype have a LinkedIn log-in feature now?</p>
<p><a href="/images/2016/06/13/microsoft-to-acquire-linkedin/" target="_blank"><img class="aligncenter wp-image-163 size-full" src="/images/2016/06/MS-Linkedin-2016-06-12-1-c.jpg" alt="Microsoft to acquire LinkedIn" width="1900" height="1267" srcset="/images/2016/06/MS-Linkedin-2016-06-12-1-c.jpg 1900w, /images/2016/06/MS-Linkedin-2016-06-12-1-c-300x200.jpg 300w, /images/2016/06/MS-Linkedin-2016-06-12-1-c-768x512.jpg 768w, /images/2016/06/MS-Linkedin-2016-06-12-1-c-1024x683.jpg 1024w" sizes="(max-width: 1900px) 100vw, 1900px" /></a></p>
<div id="watch-headline-title">
<p class="watch-title-container">
</p>
<p class="article-more-link">
<a href="/2016/06/13/microsoft-to-acquire-linkedin/">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list">
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/acquisition">acquisition
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/linkedin">linkedin
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/microsoft">microsoft
</a>
</li>
</ul>
</footer>
</div>
</article>
<article class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name"><a class="article-title" href="/2016/06/13/apache-htaccess-force-domain-httpsssl-protocol/">Apache htaccess: Force Domain HTTPS/SSL protocol</a></h1>
</header>
<div class="article-meta">
<a href="/2016/06/13/apache-htaccess-force-domain-httpsssl-protocol/" class="article-date">
<time datetime='2016-06-13T16:31:42.000+00:00' itemprop="datePublished">2016-06-13</time>
</a>
<div class="post-categories">
<div class="article-category">
<a class="article-category-link" href="https://blog.wlsc.de//categories/web">Web</a>
</div>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p>
<p>In order to redirect all users from the unsecure HTTP to the <strong>secure HTTPS</strong> connection, you need to edit your <strong>.htaccess</strong> file. Usually, it is located in the root of your project (e.g., <strong>httpdocs</strong> folder).</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-apache" data-lang="apache"><span style="display:flex;"><span><span style="color:#f92672"><IfModule</span> <span style="color:#e6db74">mod_rewrite.c</span><span style="color:#f92672">></span>
</span></span><span style="display:flex;"><span> RewriteEngine <span style="color:#66d9ef">On</span>
</span></span><span style="display:flex;"><span> RewriteCond %{HTTPS} !=on
</span></span><span style="display:flex;"><span> RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</span></span><span style="display:flex;"><span><span style="color:#f92672"></IfModule></span></span></span></code></pre></div>
</p>
<p class="article-more-link">
<a href="/2016/06/13/apache-htaccess-force-domain-httpsssl-protocol/">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list">
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/apache">Apache
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/htaccess">htaccess
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/http">HTTP
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/https">HTTPS
</a>
</li>
<li class="article-tag-list-item">
<a class="article-tag-list-link" href="https://blog.wlsc.de/tags/subdomain">subdomain
</a>
</li>
</ul>
</footer>
</div>
</article>
<nav id="page-nav">
<span class="page-number current">1</span>
<a href="/page/2/">2</a>
<a href="/page/2/" rel="next" class="extend next">Next »</a>
</nav>
</section>
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
© 2024 wlsc_Tech_blog
<br />
Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with theme <a href="https://github.com/carsonip/hugo-theme-minos" target="_blank">Minos</a>
</div>
</div>
<script>
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-68493803-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/tomorrow-night.min.css" integrity="sha256-2wL88NKUqvJi/ExflDzkzUumjUM73mcK2gBvBBeLvTk=" crossorigin="anonymous" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js" integrity="sha256-KbfTjB0WZ8vvXngdpJGY3Yp3xKk+tttbqClO11anCIU=" crossorigin="anonymous"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
document.getElementById('main-nav-toggle').addEventListener('click', function () {
var header = document.getElementById('header');
if (header.classList.contains('mobile-on')) {
header.classList.remove('mobile-on');
} else {
header.classList.add('mobile-on');
}
});
</script>
</footer>
</div>
</body>
</html>