-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2020-12-01-tipsrundan-25.html
More file actions
461 lines (399 loc) · 14.3 KB
/
Copy path2020-12-01-tipsrundan-25.html
File metadata and controls
461 lines (399 loc) · 14.3 KB
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
---
title: "Tipsrundan 25"
excerpt: "Welcome to Tipsrundan #25! For December 2020 we've packed a lot of fun for you all in regards to competence to end a less fun year. Make sure to take a look at the Regional news today!"
---
<html>
<head>
<style>
/* MVP.css v1.1 - https://github.com/andybrewer/mvp */
:root {
--border-radius: 5px;
--box-shadow: 2px 2px 10px;
--color: #118bee;
--color-accent: #118bee0b;
--color-bg: #fff;
--color-bg-secondary: #e9e9e9;
--color-secondary: #920de9;
--color-secondary-accent: #920de90b;
--color-shadow: #f4f4f4;
--color-text: #000;
--color-text-secondary: #999;
--hover-brightness: 1.2;
--justify-important: center;
--justify-normal: left;
--line-height: 150%;
--width-card: 285px;
--width-card-medium: 460px;
--width-card-wide: 800px;
--width-content: 1080px;
}
/* Layout */
article aside {
background: #920de90b;
border-left: 4px solid #920de9;
padding: 0.01rem 0.4rem;
}
body {
background: #fff;
color: #000;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
line-height: 150%;
margin: 0;
overflow-x: hidden;
padding: 1rem 0;
}
footer,
header,
main {
margin: 0 auto;
max-width: 1080px;
padding: 1rem 0.5rem;
}
hr {
background-color: #e9e9e9;
border: none;
height: 1.5px;
margin: 1rem 0;
}
section {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
section aside {
border: 1px solid #e9e9e9;
border-radius: 5px;
box-shadow: 2px 2px 10px #f4f4f4;
margin: 0.5rem;
padding: 1.25rem;
width: 460px;
}
section aside:hover {
box-shadow: 2px 2px 10px #e9e9e9;
}
section aside img {
max-width: 100%;
}
/* Headers */
article header,
div header,
main header {
padding-top: 0;
}
header {
text-align: center;
}
header a b,
header a em,
header a i,
header a strong {
margin-left: 1rem;
margin-right: 1rem;
}
header nav img {
margin: 1rem 0;
}
section header {
padding-top: 0;
width: 100%;
}
/* Nav */
nav {
align-items: center;
display: flex;
font-weight: bold;
justify-content: space-between;
margin-bottom: 0.5rem;
}
nav ul {
list-style: none;
padding: 0;
}
nav ul li {
display: inline-block;
margin: 0 0.5rem;
}
/* Typography */
code,
samp {
background-color: #118bee0b;
border-radius: 5px;
color: #000;
display: inline-block;
margin: 0 0.1rem;
padding: 0rem 0.5rem;
text-align: left;
}
details {
margin: 1.3rem 0;
}
details summary {
font-weight: bold;
}
details summary:focus {
outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 150%;
}
mark {
padding: 0.1rem;
}
ol li,
ul li {
padding: 0.2rem 0;
}
p {
margin: 0.75rem 0;
padding: 0;
}
pre {
white-space: normal;
}
pre code,
pre samp {
display: block;
margin: 1rem 0;
max-width: 800px;
padding: 1rem;
}
small {
color: #999;
}
sup {
background-color: #920de9;
border-radius: 5px;
color: #fff;
font-size: xx-small;
font-weight: bold;
margin: 0.2rem;
padding: 0.2rem 0.3rem;
position: relative;
top: -2px;
}
/* Links */
a {
color: #920de9;
font-weight: bold;
text-decoration: none;
}
a:hover {
filter: brightness(1.2);
text-decoration: underline;
}
a b,
a em,
a i,
a strong,
button {
border-radius: 5px;
display: inline-block;
font-size: medium;
font-weight: bold;
margin: 1.5rem 0 0.5rem 0;
padding: 1rem 2rem;
}
button:hover {
cursor: pointer;
filter: brightness(1.2);
}
a b,
a strong,
button {
background-color: #118bee;
border: 2px solid #118bee;
color: #fff;
}
a em,
a i {
border: 2px solid #118bee;
border-radius: 5px;
color: #118bee;
display: inline-block;
padding: 1rem 2rem;
}
/* Images */
figure {
margin: 0;
padding: 0;
}
figure img {
max-width: 100%;
}
figure figcaption {
color: #999;
}
/* Forms */
form {
border: 1px solid #e9e9e9;
border-radius: 5px;
box-shadow: 2px 2px 10px #f4f4f4;
display: block;
max-width: 800px;
min-width: 285px;
padding: 1.5rem;
text-align: left;
}
form header {
margin: 1.5rem 0;
padding: 1.5rem 0;
}
input,
label,
select,
textarea {
display: block;
font-size: inherit;
max-width: 800px;
}
input,
select,
textarea {
border: 1px solid #e9e9e9;
border-radius: 5px;
margin-bottom: 1rem;
padding: 0.4rem 0.8rem;
}
label {
font-weight: bold;
margin-bottom: 0.2rem;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: none;
}
/* Non Below Implemented */
/* Tables */
table {
border: 1px solid #e9e9e9;
border-radius: 5px;
border-spacing: 0;
overflow-x: scroll;
overflow-y: hidden;
padding: 0;
}
table td,
table th,
table tr {
padding: 0.4rem 0.8rem;
text-align: center;
}
table thead {
background-color: #118bee;
border-collapse: collapse;
border-radius: 5px;
color: #fff;
margin: 0;
padding: 0;
}
table thead th:first-child {
border-top-left-radius: 5px;
}
table thead th:last-child {
border-top-right-radius: 5px;
}
table thead th:first-child,
table tr td:first-child {
text-align: left;
}
/* Quotes */
blockquote {
display: block;
font-size: x-large;
line-height: 150%;
margin: 1rem auto;
max-width: 460px;
padding: 1.5rem 1rem;
text-align: center;
}
blockquote footer {
color: #999;
display: block;
font-size: small;
line-height: 150%;
padding: 1.5rem 0;
}
/* Custom styles */
</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background: #fff;color: #000;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;line-height: 150%;margin: 0;overflow-x: hidden;padding: 1rem 0;">
<header style="margin: 0 auto;max-width: 1080px;padding: 1rem 0.5rem;text-align: center;">
<nav style="align-items: center;display: flex;font-weight: bold;justify-content: space-between;margin-bottom: 0.5rem;"><a href="https://afry-south.github.io/" target="blank" style="color: #920de9;font-weight: bold;text-decoration: none;"><img height="70" src="https://afry.com/sites/default/files/2019-11/AFRY_Logotyp_Liggande_PNG.png" style="margin: 1rem 0;"></a>
<ul style="list-style: none;padding: 0;">
<li style="padding: 0.2rem 0;display: inline-block;margin: 0 0.5rem;"><a href="https://buitsouth.slack.com/archives/CPK80KX0W/p1576416425001400" target="blank" style="color: #920de9;font-weight: bold;text-decoration: none;">Recommended Online Courses</a></li>
<li style="padding: 0.2rem 0;display: inline-block;margin: 0 0.5rem;"><a href="https://buitsouth.slack.com/archives/CPK80KX0W/p1571639001000400" target="blank" style="color: #920de9;font-weight: bold;text-decoration: none;">Competence Groups</a></li>
</ul>
</nav>
</header>
<section style="display: flex;flex-wrap: wrap;justify-content: center;">
<header style="margin: 0 auto;max-width: 1080px;padding: 1rem 0.5rem;text-align: center;padding-top: 0;width: 100%;">
<h1 style="line-height: 150%;">Tipsrundan #25</h1>
<p style="margin: 0.75rem 0;padding: 0;">Welcome to Tipsrundan #25! For December 2020 we've packed a lot of fun for you all in regards to competence to end a less fun year. Make sure to take a look at the Regional news today!</p>
<p style="margin: 0.75rem 0;padding: 0;">As always, read the pretty version <a href="https://afry-south.github.io/tipsrundan/2020-12-01-tipsrundan-25" style="color: #920de9;font-weight: bold;text-decoration: none;">here</a></p>
</header>
</section>
<main style="margin: 0 auto;max-width: 1080px;padding: 1rem 0.5rem;">
<hr style="background-color: #e9e9e9;border: none;height: 1.5px;margin: 1rem 0;">
<section style="display: flex;flex-wrap: wrap;justify-content: center;">
<header style="margin: 0 auto;max-width: 1080px;padding: 1rem 0.5rem;text-align: center;padding-top: 0;width: 100%;">
<h2 style="line-height: 150%;">Regional News 🗞</h2>
</header>
<aside style="border: 1px solid #e9e9e9;border-radius: 5px;box-shadow: 2px 2px 10px #f4f4f4;margin: 0.5rem;padding: 1.25rem;width: 460px;">
<p style="margin: 0.75rem 0;padding: 0;"><b>AFRY IT South Blog Refreshed</b><br>
</p><p style="margin: 0.75rem 0;padding: 0;">Want to find the latest issue(s) of Tipsrundan? You got it. Want to read about Competence? You got it! The fresh update makes our blog a little easier and better to use! Please provide feedback.</p>
<a href="http://afry-south.github.io/" target="blank" style="color: #920de9;font-weight: bold;text-decoration: none;">Read more</a></aside>
<aside style="border: 1px solid #e9e9e9;border-radius: 5px;box-shadow: 2px 2px 10px #f4f4f4;margin: 0.5rem;padding: 1.25rem;width: 460px;">
<p style="margin: 0.75rem 0;padding: 0;"><b>Lunchbox (10/12 12:00): Transfer Learning (Machine Learning)</b><br>
</p><p style="margin: 0.75rem 0;padding: 0;">The 10th of December Hampus Londögård from IT South will do a presentation on Transfer Learning. No prior knowledge required, everything will be explained from what Machine Learning is to how you generally apply Transfer Learning to achieve better results even with little data.</p>
</aside>
<aside style="border: 1px solid #e9e9e9;border-radius: 5px;box-shadow: 2px 2px 10px #f4f4f4;margin: 0.5rem;padding: 1.25rem;width: 460px;">
<p style="margin: 0.75rem 0;padding: 0;"><b>Algorithms & Computer Security Night: Capture The Flag</b><br>
</p><p style="margin: 0.75rem 0;padding: 0;">On December 2 17:00 the Algorithm Competence Group and Computer Security Competence Group will do a collaborative virtual meeting. As a team, we will join up to tackle some of the beginner challenges from this year's Google CTF. See https://capturetheflag.withgoogle.com. No previous experience is required! Link to Teams meeting will be published before the meeting.</p>
</aside>
<aside style="border: 1px solid #e9e9e9;border-radius: 5px;box-shadow: 2px 2px 10px #f4f4f4;margin: 0.5rem;padding: 1.25rem;width: 460px;">
<p style="margin: 0.75rem 0;padding: 0;"><b>Machine Learning: Copy Paste Image to Text</b><br>
</p><p style="margin: 0.75rem 0;padding: 0;">Ever dreamed of taking a screenshot and then being able to extract the text, easily? Then join in on the next Competence Night for Machine Learning during week 51. See slack for more info!</p>
</aside>
</section>
<hr style="background-color: #e9e9e9;border: none;height: 1.5px;margin: 1rem 0;">
<section style="display: flex;flex-wrap: wrap;justify-content: center;">
<header style="margin: 0 auto;max-width: 1080px;padding: 1rem 0.5rem;text-align: center;padding-top: 0;width: 100%;">
<h2 style="line-height: 150%;">Soft Values 👥</h2>
</header>
<aside style="border: 1px solid #e9e9e9;border-radius: 5px;box-shadow: 2px 2px 10px #f4f4f4;margin: 0.5rem;padding: 1.25rem;width: 460px;">
<p style="margin: 0.75rem 0;padding: 0;"><b>How to lead with clarity and empathy in the remote world</b><br>
</p><p style="margin: 0.75rem 0;padding: 0;">2020 has brought changes and challenges for everyone—including those in leadership roles. Management style and decision-making have taken on new significance during these testing times as staff’s quality of life—as well as company growth—hang in the balance. In this newly remote world, it can be difficult to figure out the best ways to support and...</p>
<a href="https://stackoverflow.blog/2020/11/05/how-to-lead-with-clarity-and-empathy-in-the-remote-world/" target="blank" style="color: #920de9;font-weight: bold;text-decoration: none;">Read more</a></aside>
</section>
<hr style="background-color: #e9e9e9;border: none;height: 1.5px;margin: 1rem 0;">
<section style="display: flex;flex-wrap: wrap;justify-content: center;">
<header style="margin: 0 auto;max-width: 1080px;padding: 1rem 0.5rem;text-align: center;padding-top: 0;width: 100%;">
<h2 style="line-height: 150%;">Machine Learning & Data Understanding 📈</h2>
</header>
<aside style="border: 1px solid #e9e9e9;border-radius: 5px;box-shadow: 2px 2px 10px #f4f4f4;margin: 0.5rem;padding: 1.25rem;width: 460px;">
<p style="margin: 0.75rem 0;padding: 0;"><b>AI Camera Ruins Soccer Game For Fans After Mistaking Referee's Bald Head For Ball</b><br>
</p><p style="margin: 0.75rem 0;padding: 0;">Dick Max-Hansens recommends some fun AI, a true show-case of how important it is to consider more than just accuracy when developing a model.</p>
<a href="https://www.iflscience.com/technology/ai-camera-ruins-soccar-game-for-fans-after-mistaking-referees-bald-head-for-ball/" target="blank" style="color: #920de9;font-weight: bold;text-decoration: none;">Read more</a></aside>
<aside style="border: 1px solid #e9e9e9;border-radius: 5px;box-shadow: 2px 2px 10px #f4f4f4;margin: 0.5rem;padding: 1.25rem;width: 460px;">
<p style="margin: 0.75rem 0;padding: 0;"><b>Paving the way for Software 2.0 with Kotlin</b><br>
</p><p style="margin: 0.75rem 0;padding: 0;">A few weeks ago I shared a really interesting video in regards to Automatic Differentation. Today I'm happy to share the continuation of that, Eric Meijer and his team has been working hard at Facebook and now shows the first part. A interesting, but little short read. Would've loved to get the code too!</p>
<a href="https://ai.facebook.com/blog/paving-the-way-for-software-20-with-kotlin/" target="blank" style="color: #920de9;font-weight: bold;text-decoration: none;">Read more</a></aside>
</section>
</main>
<footer style="margin: 0 auto;max-width: 1080px;padding: 1rem 0.5rem;">
<hr style="background-color: #e9e9e9;border: none;height: 1.5px;margin: 1rem 0;">
<section style="display: flex;flex-wrap: wrap;justify-content: center;">
<p style="margin: 0.75rem 0;padding: 0;"><b>Thank you for this time see you in two weeks</b><br>Hampus & Hassan</p>
</section>
</footer>
</body>
</html>