-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2020-06-02-inline.html
More file actions
82 lines (78 loc) · 6.86 KB
/
Copy path2020-06-02-inline.html
File metadata and controls
82 lines (78 loc) · 6.86 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
<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 #15</h1>
<p style="margin:0.75rem 0; padding:0">Welcome to the 15th edition of Tipsrundan! For today we've got two (!) internal blogs added and some other awesome 'tips' :D Enjoy!</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%">Back-End & Big Data 🎒</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>SQL - different abstraction levels and how I came to love SQLDelight</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">In this post a few different levels of abstraction and variants. Everything from raw drivers to ORMs are shown and my own personla favorite - SQLDelight.</p>
<a href="https://afry-south.github.io/kotlin/sql/orm/2020/06/01/sql-abstractions.html" 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%">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" width="460">
<p style="margin:0.75rem 0; padding:0"><b>A simple FAQ search engine in Swedish using fastText & Smooth Inverse Frequency</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">In this post a simple yet effective approach is laid out on how to unsupervised search a FAQ for the best answer on a custom request. It makes use of Word Embeddings to allow similar word to find similar words (cat / dog ~= pet) and embeds the sentences to find the nearest neighbour.</p>
<a href="https://afry-south.github.io/python/nlp/faq/unsupervised/2020/06/01/faq-search.html" 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>Obsidian - A knowledge base that works on local Markdown-files</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">'Obsidian is a powerful knowledge base that works on top of
a local folder of plain text Markdown files.' - Obsidian is something I've tried out the last few days and am fond off. I really enjoy that it's based on raw MD so you can simply export the format by yourself and sync through git.</p>
<a href="https://obsidian.md/" 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>Chronopete - the 'Time Machine' for Linux</b><br>
</p>
<p style="margin:0.75rem 0; padding:0">Cronopete is a Linux clone of Time Machine, the backup utility for Mac from Apple. It aims to mimic it as closely as possible. The looks are even the same! Maybe this is something to add when you set up the computer for your mom & dad at home. ;)</p>
<a href="https://rastersoft.com/programas/cronopete.html" 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>