-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2021-03-09-tipsrundan-30.html
428 lines (371 loc) · 13.8 KB
/
2021-03-09-tipsrundan-30.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
---
title: "Tipsrundan 30"
excerpt: "Happy Tipsrundan Tuesday! Tipsrundan today supports markdown which hopefully gives a little better experience reading! :)"
---
<table border="0" cellspacing="0" width="100%">
<tr>
<td></td>
<td width="800"><html>
<head>
<style>
/* MVP.css v1.1 - https://github.com/andybrewer/mvp */
/* Layout */
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: 0.5rem 0;
}
.footer,
.header,
main,
body {
margin: 0 auto;
max-width: 800px;
padding: 0.5rem 0.25rem;
}
hr {
background-color: #e9e9e9;
border: none;
height: 1.5px;
width: 50%;
margin: 0.5rem auto;
}
.section {
width: 100%;
justify-content: center;
}
.section .aside {
justify-content: center;
padding: 0.5rem;
}
.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, .footer {
width: 100%;
text-align: center;
color: #edf2f4;
background-color: #2b2d42;
}
.header p {
color: #8d99ae;
}
.footer p {
color: #8d99ae;
}
.footer b {
color: #8d99ae;
}
.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: 1rem 0;
}
details summary {
font-weight: bold;
}
details summary:focus {
outline: none;
}
h1 {
margin: 0;
text-align: center;
line-height: 150%;
}
h2,
h3,
h4,
h5,
h6 {
margin: 0;
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;
font-size: medium;
display: block;
font-weight: bold;
margin: 0.5rem auto;
padding: 1rem 2rem;
}
button:hover {
cursor: pointer;
filter: brightness(1.2);
}
a b,
a strong,
button {
background-color: #2b2d42;
border: 2px solid #d99ae;
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-style: italic;
line-height: 150%;
max-width: 460px;
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 auto;overflow-x: hidden;padding: 0.5rem 0.25rem;max-width: 800px;">
<div class="section" style="width: 100%;justify-content: center;">
<div class="header" style="margin: 0 auto;max-width: 800px;padding: 0.5rem 0.25rem;width: 100%;text-align: center;color: #edf2f4;background-color: #2b2d42;padding-top: 0;">
<p style="margin: 0.75rem 0;padding: 0;color: #8d99ae;">2021-03-09 - Issue #30 - <a href="https://afry-south.github.io/" style="color: #920de9;font-weight: bold;text-decoration: none;">Blog ✍️</a></p>
<h1 style="margin: 0;text-align: center;line-height: 150%;"><a href="https://afry-south.github.io/" target="blank" style="color: #920de9;font-weight: bold;text-decoration: none;"><img src="https://raw.githubusercontent.com/afry-south/afry-south.github.io/master/afry.png"></a> Tipsrundan</h1>
<p style="margin: 0.75rem 0;padding: 0;color: #8d99ae;">Your biweekly newsletter of 'Tips' from <b>IT South@AFRY</b> with ❤️ <br><small style="color: #999;">(🗳️ Tipsboxen (<a href="mailto:[email protected]?subject=Tipsbox&body=Title%0D%0ASummary%0D%0ALink" style="color: #920de9;font-weight: bold;text-decoration: none;">Email</a>, <a href="https://github.com/afry-south/afry-south.github.io/issues/1" target="_blank" style="color: #920de9;font-weight: bold;text-decoration: none;">GitHub</a> & <a href="https://buitsouth.slack.com/archives/CPK80KX0W" target="_blank" style="color: #920de9;font-weight: bold;text-decoration: none;">Slack</a>) - All tips are appreciated! 🙏)</small></p>
</div>
</div>
<div class="section" style="width: 100%;justify-content: center;">
<div class="aside" style="justify-content: center;padding: 0.5rem;">
<p style="text-align: center;width: 75%;margin: 0.75rem auto;padding: 0;">👋<i> Welcome to Tipsrundan! <br>Happy Tipsrundan Tuesday! Tipsrundan today supports markdown which hopefully gives a little better experience reading! :)</i></p>
<a href="https://afry-south.github.io/tipsrundan/2021-03-09-tipsrundan-30" style="margin: 0.5rem auto;color: #920de9;font-weight: bold;text-decoration: none;"><button style="border-radius: 5px;font-size: medium;display: block;font-weight: bold;margin: 0.5rem auto;padding: 1rem 2rem;background-color: #2b2d42;border: 2px solid #d99ae;color: #fff;">Take me to pretty version!</button></a></div>
</div>
<hr style="background-color: #e9e9e9;border: none;height: 1.5px;width: 50%;margin: 0.5rem auto;">
<h1 style="margin: 0;text-align: center;line-height: 150%;">Supertipset 💡</h1>
<div class="section" style="width: 100%;justify-content: center;">
<div class="aside" style="justify-content: center;padding: 0.5rem;">
<h3 style="margin: 0;line-height: 150%;">Tired of googling timestamps? Become a terminal 🧙 and solve it directly, each time!</h3>
<p style="margin: 0.75rem 0;padding: 0;">Have you googled "timestamp to date" a thousand times and just picked the first best? Perhaps it's even bookmarked? Hannes Sandberg has some happy news for you!<br>
There's a great way to actually get the date straight from the terminal, using the built-in date (which differs between BSD/GNU).</p><p style="margin: 0.75rem 0;padding: 0;"><strong>BSD/MacOS:</strong> <code style="background-color: #118bee0b;border-radius: 5px;color: #000;display: inline-block;margin: 0 0.1rem;padding: 0rem 0.5rem;text-align: left;">date -r 1609755036</code><br>
<strong>GNU/Linux:</strong> <code style="background-color: #118bee0b;border-radius: 5px;color: #000;display: inline-block;margin: 0 0.1rem;padding: 0rem 0.5rem;text-align: left;">date -d @1614956312</code><br>
<strong>Windows</strong>: I tried to google & gave up 🤷 (if you know how - please share!)</p> </div>
</div>
<main style="margin: 0 auto;max-width: 800px;padding: 0.5rem 0.25rem;">
<hr style="background-color: #e9e9e9;border: none;height: 1.5px;width: 50%;margin: 0.5rem auto;">
<h1 style="margin: 0;text-align: center;line-height: 150%;">Godisboxen 🍭</h1>
<div class="section" style="width: 100%;justify-content: center;">
<div class="aside" style="justify-content: center;padding: 0.5rem;">
<h3 style="margin: 0;line-height: 150%;">📈 The dangers of deploying AI into a uncurated environment.</h3>
<p style="margin: 0.75rem 0;padding: 0;">People wonder sometimes why AI Ethic departments exists (and perhaps why Google themself royally messed up theirs lately), and I like to say that there's a huge reason for it to exist. Deploying AI into an unknown environment (real world) <em>without</em> any curation is really dangerous as we cannot enforce what it does in edge-cases. This article is a prime example of this where GPT-3 tells a fake patient to kill themselves as a solution...</p><blockquote style="display: block;font-style: italic;line-height: 150%;max-width: 460px;text-align: center;"><p style="margin: 0.75rem 0;padding: 0;">Medical chatbot using OpenAI’s GPT-3 told a fake patient to kill themselves Medical chatbot using OpenAI’s GPT-3 told a fake patient to kill themselves (<a href="https://artificialintelligence-news.com/2020/10/28/medical-chatbot-openai-gpt3-patient-kill-themselves/" style="color: #920de9;font-weight: bold;text-decoration: none;">link</a>)</p></blockquote><p style="margin: 0.75rem 0;padding: 0;">It's clear that AI still has a long way to go and that we need to understand deeper what actually happens in models, tools like <a href="https://github.com/marcotcr/lime" style="color: #920de9;font-weight: bold;text-decoration: none;">Lime</a> are part of the solutions but gathering better understanding of the math and perhaps even being able to unfold neural networks to pure math statements (like with word2vec post its release) would make great progress.</p> <hr style="width: 10%;background-color: #e9e9e9;border: none;height: 1.5px;margin: 0.5rem auto;">
</div>
<div class="aside" style="justify-content: center;padding: 0.5rem;">
<h3 style="margin: 0;line-height: 150%;">📱 Flutter 2.0 - Googles new endeavour of cross platform apps</h3>
<p style="margin: 0.75rem 0;padding: 0;">Have you used flutter? If so please share your experience!</p><p style="margin: 0.75rem 0;padding: 0;">Flutter 2.0 has been released where web-support now is ready for the masses & a lot of stability has been added. Toyota, Canonical & more have decided to move into Flutter which makes the project feel a tiny tiny bit safer for those that are afraid of the Google Graveyard (tm).</p><p style="margin: 0.75rem 0;padding: 0;"><strong>What is Flutter?</strong><br>
Flutter is a App development framework that works by drawing the full UI through a canvas, that is no native components. This means that the GUI will look the same across all platforms (appreciated by big companies). And yes, all platforms - Flutter allows you to share codebase between Windows, Mac, Linux, Android, iOS & now the Web (PWA or SPA).</p><a href="https://developers.googleblog.com/2021/03/announcing-flutter-2.html" target="blank" style="width: 100%;color: #920de9;font-weight: bold;text-decoration: none;"><small style="color: #999;">developers.googleblog.com↗</small></a>
<hr style="width: 10%;background-color: #e9e9e9;border: none;height: 1.5px;margin: 0.5rem auto;">
</div>
<div class="aside" style="justify-content: center;padding: 0.5rem;">
<h3 style="margin: 0;line-height: 150%;">🔀 Software Engineering Laws Everybody Loves to Ignore</h3>
<p style="margin: 0.75rem 0;padding: 0;">A short, but worthwhile and fun read. I bet a lot of the points hit close to home!</p><a href="https://www.netmeister.org/blog/software-engineering-laws.html" target="blank" style="width: 100%;color: #920de9;font-weight: bold;text-decoration: none;"><small style="color: #999;">netmeister.org↗</small></a>
<hr style="width: 10%;background-color: #e9e9e9;border: none;height: 1.5px;margin: 0.5rem auto;">
</div>
</div>
</main>
<div class="footer" style="margin: 0 auto;max-width: 800px;padding: 0.5rem 0.25rem;width: 100%;text-align: center;color: #edf2f4;background-color: #2b2d42;">
<div class="section" style="width: 100%;justify-content: center;">
<p style="margin: 0.75rem 0;padding: 0;color: #8d99ae;"><b style="color: #8d99ae;">Thank you for this time see you in two weeks</b><br>- Hampus Londögård @ IT South</p>
</div>
</div>
</body>
</html>
</td>
<td></td>
</tr>
</table>