-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2020-06-30-inline.html
More file actions
135 lines (122 loc) · 13.3 KB
/
Copy path2020-06-30-inline.html
File metadata and controls
135 lines (122 loc) · 13.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
<html>
<head>
<style>:root {}
section aside:hover {box-shadow:2px 2px 10px #e9e9e9}
details summary:focus {outline:none}
a:hover {filter:brightness(1.2);text-decoration:underline}
button:hover {cursor:pointer;filter:brightness(1.2)}
button:focus {outline:none}
input:focus {outline:none}
select:focus {outline:none}
textarea:focus {outline:none}</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" 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%" align="center" width="100%">
<h1 style="line-height:150%">Tipsrundan #17</h1>
<p style="margin:0.75rem 0; padding:0">The final Tipsrundan before summer, issue #17! We have everything from our first Competence Sharing Lunch slides to internal pro-tips on new tools to enhance your everyday! Buckle in and get ready for the final Tipsrundan until post-summer!</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" bgcolor="#e9e9e9" height="1.5">
<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%" align="center" 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" width="460">
<p style="margin:0.75rem 0; padding:0"><b>Competence Sharing Lunch: Regex</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">Afry IT Souths first lunch presentation with 16 people tuning in! It was really fun that we could do something remotely as our activities this far has pretty much been on hold. Here comes the slides as promised, so that everyone can view them!</p>
<a href="https://github.com/afry-south/afry-south.github.io/blob/master/lunches/lunch_regex.pdf" 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" width="460">
<p style="margin:0.75rem 0; padding:0"><b>Internal pro-tip: RegExr</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">Erik Andersson recommends regexr - a cheat sheet, live feedback and since not too long ago, test cases!</p>
<a href="https://regexr.com/" 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" width="460">
<p style="margin:0.75rem 0; padding:0"><b>Internal pro-tip: shellcheck</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">Patric Greco recommends shellcheck - check your shell scripts for common mishaps etc!</p>
<a href="https://github.com/koalaman/shellcheck" 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" width="460">
<p style="margin:0.75rem 0; padding:0"><b>Internal pro-tip: awk</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">Patric Greco recommends awk - helps you extract data since 1970s. Does way more than just awk '{ print $2 }' , just takes a while to get a hang of it. 'The AWK Programming Language' was pretty ok.</p>
<a 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" width="460">
<p style="margin:0.75rem 0; padding:0"><b>Internal pro-tip: editorconfig.org</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">Erik Andersson recommends editorconfig.org - Style guides should not need to be read for more than those soft things that are on the edge of personal preference, i.e. “passable”</p>
<a href="https://editorconfig.org/" 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" width="460">
<p style="margin:0.75rem 0; padding:0"><b>Internal pro-tip: WKB/WKT/GeoJson conversion</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">Kasper Bratz recommends kostas krevataz online conversion tool for WKB/WKT/GeoJSON - Very handy if you find yourself working with WKB’s /WKT’s.</p>
<a href="http://kostas.krevatas.net/wkt-wkb-geojson-convert-online/" 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" width="460">
<p style="margin:0.75rem 0; padding:0"><b>Internal pro-tip: Z Shell + Autosuggestion</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">Hannes Sandberg recommends you all to get Z Shell and add some autosuggestions on top of that! Patric Greco adds that by also grabbing 'oh my zsh' (https://github.com/ohmyzsh/ohmyzsh) you can easier extend zsh and have a better day, Hannes also added a theme (https://github.com/agnoster/agnoster-zsh-theme) for those that like it prettier! Kasper added that he was in love with it too ;)</p>
<a href="https://github.com/zsh-users/zsh-autosuggestions" 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" width="460">
<p style="margin:0.75rem 0; padding:0"><b>Internal pro-tip: tmux</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">Patric Greco recommends tmux - terminal multiplexer. Split panes, get tabs etc. move around with your keyboard. Like screen but way better.</p>
<a href="https://github.com/tmux/tmux/wiki" 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" width="460">
<p style="margin:0.75rem 0; padding:0"><b>Internal pro-tip: SilverSearcher (ag)</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">Hans Peter recommends SilverSearcher which is a program in the terminal to search code really fast!</p>
<a href="https://github.com/ggreer/the_silver_searcher" 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" width="460">
<p style="margin:0.75rem 0; padding:0"><b>Internal pro-tip Jq</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">Hampus recommends jq - 'Parse Jsons like a God! Basically sed for jsons'. It's incredibly useful if you work with JSONs!</p>
<a href="https://stedolan.github.io/jq/" 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" bgcolor="#e9e9e9" height="1.5">
<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%" align="center" 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" width="460">
<p style="margin:0.75rem 0; padding:0"><b>The importance of a handbook-first approach to documentation</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">GitLab is one of few companies that are full-remote and (almost a bit of PR, but good nonetheless) love to share their learnings to help you out. Ideas like having Slack messages only persist 90 days might seem weird but there's a good reason to why, more interesting ideas and thoughts are brought up in this blog on how to improve remote work. I really enjoyed learning more about team communication and how simple small things can affect the greater org by simply being built a certain way! Personally this feels like a re-occuring theme, a solid foundation is incredibly important in all we do.</p>
<a href="https://about.gitlab.com/company/culture/all-remote/handbook-first-documentation/" 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" bgcolor="#e9e9e9" height="1.5">
<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%" align="center" width="100%">
<h2 style="line-height:150%">Random 📰</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" width="460">
<p style="margin:0.75rem 0; padding:0"><b>Biohacking Lite - Karpathy</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">Karpathy is one of the most famous names in the Machine Learning community currently, but today it's not about Machine Learning (but a little statistics). In this post we'll get to follow how he tracked the last few years of different diets, workouts and also learn a bit biology (or have a refresher!). All in all a pretty light but very interesting and fun read with cool graphs and awesome biology informatics!</p>
<a href="https://karpathy.github.io/2020/06/11/biohacking-lite/" 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" width="460">
<p style="margin:0.75rem 0; padding:0"><b>The Magnetic Amplifier - A Lost Technology of the 1950s The Magnetic Amplifier – A Lost Technology of the 1950s</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">A really fun read if you enjoy random things! Excerpt: 'Most folks believe that first came the vacuum tube and right on its heels came its successor, the transistor — an historical fact, correct? Not really.'</p>
<a href="https://www.nutsvolts.com/magazine/article/the_magnetic_amplifier" 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" bgcolor="#e9e9e9" height="1.5">
<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>