-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2022-05-31-tipsrundan-55.html
More file actions
69 lines (68 loc) · 9.22 KB
/
Copy path2022-05-31-tipsrundan-55.html
File metadata and controls
69 lines (68 loc) · 9.22 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
<table border="0" cellspacing="0" width="100%">
<tr>
<td></td>
<td width="800"><html>
<head>
<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;">2022-05-31 - Issue #55 - <a href="https://buitsyd.com/" style="color: #920de9;font-weight: bold;text-decoration: none;">Blog ✍️</a></p>
<h1 style="margin: 0;text-align: center;line-height: 150%;"> Tipsrundan</h1>
<p style="margin: 0.75rem 0;padding: 0;color: #8d99ae;">Your biweekly newsletter of 'Tips' from <b>AFRY IT South</b> with ❤️ <br><small style="color: #999;">(🗳️ Tipsboxen (<a href="mailto:it.south.competence@afconsult.com?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;text-align: start;padding: 0.5rem;">
<p style="text-align: center;width: 75%;margin: 0.75rem auto;padding: 0;">👋<i> Welcome to Tipsrundan! <br>Tipsrundan 55 is here! Very little App, Frontend & 'Soft-Values' links this time. Are you sitting on that cool link? **Please share!**</i></p>
<a href="https://buitsyd.com/tipsrundan/55" 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;text-align: start;padding: 0.5rem;">
<h3 style="margin: 0;text-align: center;line-height: 150%;">Implicit vs Scala 3's Given</h3>
<p style="margin: 0.75rem 0;padding: 0;">Fredrik Strandin hits right home with this recommendation. This is a blog by Alexandru which walks through the new concept of <code style="background-color: #118bee0b;border-radius: 5px;color: #000;display: inline-block;margin: 0 0.1rem;padding: 0rem 0.5rem;text-align: left;">Given</code> in Scala 3, which Alexandru does not approve of, that tries to be an alternative to <code style="background-color: #118bee0b;border-radius: 5px;color: #000;display: inline-block;margin: 0 0.1rem;padding: 0rem 0.5rem;text-align: left;">implicit</code> (oh have I fighted you dear <code style="background-color: #118bee0b;border-radius: 5px;color: #000;display: inline-block;margin: 0 0.1rem;padding: 0rem 0.5rem;text-align: left;">implicit</code>).</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;">Idon’t like given, as an alternative to implicit in Scala 3. The more I try working with it, the more it annoys me; and my understanding may be superficial, but I don’t like this direction. Here’s a comparison between given and implicit, that I hope is fair…</p></blockquote> </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;text-align: start;padding: 0.5rem;">
<h3 style="margin: 0;text-align: center;line-height: 150%;">🎒 What I learnt from Benchmarking Http4k, Ktor (Kotlin) and Actix v2,v3 (Rust) Microservices</h3>
<p style="margin: 0.75rem 0;padding: 0;">Who doesn't enjoy a good benchmarking blog? Especially with the 'hard to benchmark' JVM! This blog is written in a enjoyable way and is very interesting to learn about different characteristics between JVM/Rust.<br>
All in all I'm interested in trying Http4k which is a functional backend using functions only. <strong>Anyone else wanna team up a Competence Evening to test it out?</strong></p><a href="https://matej.laitl.cz/bench-rust-kotlin-microservices/" target="blank" style="width: 100%;color: #920de9;font-weight: bold;text-decoration: none;"><small style="color: #999;">matej.laitl.cz↗</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;text-align: start;padding: 0.5rem;">
<h3 style="margin: 0;text-align: center;line-height: 150%;">🎒 What I learnt from Benchmarking Http4k, Ktor (Kotlin) and Actix v2,v3 (Rust) Microservices</h3>
<p style="margin: 0.75rem 0;padding: 0;">Who doesn't enjoy a good benchmarking blog? Especially with the 'hard to benchmark' JVM! This blog is written in a enjoyable way and is very interesting to learn about different characteristics between JVM/Rust.<br>
All in all I'm interested in trying Http4k which is a functional backend using functions only. Anyone else wanna team up a Competence Evening?</p><a href="https://matej.laitl.cz/bench-rust-kotlin-microservices/" target="blank" style="width: 100%;color: #920de9;font-weight: bold;text-decoration: none;"><small style="color: #999;">matej.laitl.cz↗</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;text-align: start;padding: 0.5rem;">
<h3 style="margin: 0;text-align: center;line-height: 150%;">🔀 Matplotlib Mosaic - Multigraphs simplified</h3>
<p style="margin: 0.75rem 0;padding: 0;">Ever felt like plotting mulitple plots in Python being a pain? I'm with you.<br>
Using <code style="background-color: #118bee0b;border-radius: 5px;color: #000;display: inline-block;margin: 0 0.1rem;padding: 0rem 0.5rem;text-align: left;">plt.subplot_mosaic(..)</code> one can simply achieve really cool plots as in the image below 👇. <img src="https://pbs.twimg.com/media/FLP4VFaXwAY3jYU?format=jpg&name=large" target="blank" style="width: 100%;color: #920de9;font-weight: bold;text-decoration: none;"><small style="color: #999;">twitter.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;text-align: start;padding: 0.5rem;">
<h3 style="margin: 0;text-align: center;line-height: 150%;">🔀 PartialExecutor: Reducing WebAssembly size byty exploring all executions in LLVM</h3>
<p style="margin: 0.75rem 0;padding: 0;">A bit heavy, but really cool!</p><blockquote style="display: block;font-style: italic;line-height: 150%;max-width: 460px;text-align: center;"></blockquote><p style="margin: 0.75rem 0;padding: 0;">Partial Executer is a brand-new LLVM optimization pass that uses an Interpreter-like engine to prove some code will never be executed, making it safe to eliminate it.</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;">In this article, I will explain the ideas behind it, the engineering challenges, and the results of this work.</p></blockquote><a href="https://leaningtech.com/reducing-webassembly-size-by-exploring-all-executions-in-llvm/" target="blank" style="width: 100%;color: #920de9;font-weight: bold;text-decoration: none;"><small style="color: #999;">leaningtech.com↗</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>