-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
325 lines (250 loc) · 18.7 KB
/
index.html
File metadata and controls
325 lines (250 loc) · 18.7 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
<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Stepan, Alexandr">
<meta name="generator" content="Jekyll v4.1.1">
<title>Stepunk</title>
<link rel="canonical" href="https://getbootstrap.com/docs/4.5/examples/blog/">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="../assets/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="blog.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="blog-header py-3">
<div class="text-center logotip pb-4">
<a class="blog-header-logo text-dark" href="#">Stepunk & Alexandr Technologies</a>
</div>
<div class="row flex-nowrap justify-content-between align-items-center">
<div class="col-4 text-center">
<a class="blog-header-logo text-dark logotip-bolshoy" href="#">Stepunk & Alexandr Technologies</a>
</div>
<div class="col-4 d-flex justify-content-end align-items-center">
<a class="text-muted" href="#" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="mx-3" role="img" viewBox="0 0 24 24" focusable="false"><title>Найти</title><circle cx="10.5" cy="10.5" r="7.5"/><path d="M21 21l-5.2-5.2"/></svg>
</a>
<button type="button" class="btn btn-outline-secondary enter-button" data-toggle="modal" data-target="#exampleModal">Войти</button>
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Авторизация</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="form-group">
<label for="exampleInputEmail1">Логин</label>
<input type="text" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Логин">
<small id="emailHelp" class="form-text text-muted">Мы никому не отправляем ваши данные.</small>
</div>
<div class="form-group pt-3">
<label for="exampleInputPassword1">Пароль</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Пароль">
</div>
</div>
<div class="modal-footer justify-content-between">
<button type="button" class="btn btn-info">Войти</button>
</div>
</div>
</div>
</div>
<!--- <div class="btn-group">
<button type="button" class="btn btn-outline-secondary enter-button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Войти
</button>
<div class="dropdown-menu p-3" style='background-color: #f5f5f5'>
<form class="px-4 py-3">
<div class="form-group">
<label for="exampleDropdownFormEmail1">Введите логин</label>
<input type="email" class="form-control" id="exampleDropdownFormEmail1" placeholder="Логин">
</div>
<div class="form-group">
<label for="exampleDropdownFormPassword1">Введите пароль</label>
<input type="password" class="form-control" id="exampleDropdownFormPassword1" placeholder="Пароль">
</div>
<div class="form-check">
<input type="checkbox" class="form-check-input" id="dropdownCheck">
<label class="form-check-label" for="dropdownCheck">
Запомнить
</label>
</div>
<button type="submit" class="btn btn-primary mt-3">Войти</button>
</form>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Забыли пароль?</a>
</div>
</div> --->
<a class="ml-2 btn btn-info" href="registration_page.html">Регистрация</a>
</div>
</div>
</header>
<div class="nav-scroller py-1 mb-2">
<nav class="nav d-flex justify-content-between">
<strong>
<a class="p-2 text-muted" href="#">Все статьи</a>
<a class="p-2 text-muted" href="#">Алгоритмы</a>
<a class="p-2 text-muted" href="#">Администрирование</a>
<a class="p-2 text-muted" href="#">Дизайн</a>
<a class="p-2 text-muted" href="#">Менеджмент</a>
<a class="p-2 text-muted" href="#">Маркетинг</a>
<a class="p-2 text-muted" href="#">Научпоп</a>
<a class="p-2 text-muted" href="#">ОмГТУ</a>
</strong>
</nav>
</div>
</div>
<main role="main" class="container">
<!--<img src="https://habrastorage.org/getpro/habr/branding/760/e1e/777/760e1e777c1a4ef5a44a2da009719a85.png" class="img-fluid mb-4" alt="Responsive image">-->
<div class="row">
<div class="col-md-8 blog-main">
<div class="blog-post">
<h2 class="blog-post-title">DIY-проект: аудиокассета на базе Arduino для хранения и загрузки программ и игр в ZX Spectrum</h2>
<p class="blog-post-meta">Вчера в 17:03 от <a href="#" class='users_avatar_and_name users_nickname_color font-weight-bold'> Stepan</a>
<img src="https://sun9-43.userapi.com/rUJo8lEfdtc0YQtuznqqcmG8r8UbNujDUJ1nTQ/MflnBrroDtc.jpg" class="ml-1 avatar_small" alt="Responsive image">
</p>
<hr>
<img src="https://habrastorage.org/webt/uc/_p/0k/uc_p0kob2whncowrcygafw6vily.png" class="img-fluid mb-4" alt="Responsive image">
<p>20-30 лет назад кассеты были самым популярным средством хранения аудиозаписей. Их применяли и для хранения данных, в частности, программ для 8-битных компьютеров. Именно кассеты использовались для загрузки и сохранения программ для ZX Spectrum. Тем не менее, кассет становится все меньше, несмотря на то, что поклонников ZX Spectrum и других подобных ПК довольно много. Конечно, можно использовать эмулятор ZX Spectrum под Windows или Linux. Но это все же менее лампово, чем реальный компьютер. Есть еще один выход — найти замену кассете.</p>
<p>Пользователь с ником JamHamster решил пойти по этому пути. Его решение — устройство, которое внешне походит на привычную аудиокассету, работает с кассетным магнитофоном, но вместо магнитной ленты в нем используется SD-карта. По замыслу энтузиаста, такая «кассета» должна вставляться в магнитофон для передачи сигналов в ZX Spectrum или подключаться через аудиовыход. Кстати, решения для загрузки программ с кассет есть — например, TZXDuino для работы с ZX Spectrum, ZX81 и Amstrad CPC, но оно показалось разработчику слишком громоздким.</p>
<a class="btn btn-outline-info rounded-pill" href="#">Читать далее</a>
<div class="rating">
<div class="d-inline-flex rounded-pill float-right border border-secondary p-1 mt-0 mb-2" style='background-color: #f7f7f7'>
<div class='rating-inside pl-1'>
<button class=" serdechko" style='color: #31c731;'>
<svg width="2em" height="2em" viewBox="0 0 16 16" class="bi bi-arrow-up-circle" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path fill-rule="evenodd" d="M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5z"/></svg></button>
<span class='font-weight-bold rating-count-style-arrows'> +230 </span>
<button class="serdechko float" style='color: #ec8787;'>
<svg width="2em" height="2em" viewBox="0 0 16 16" class="bi bi-arrow-down-circle" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path fill-rule="evenodd" d="M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z"/></svg>
</button>
<div class='d-inline-flex pl-2 pr-0 align-middle rating-count-style'>
<svg width="1.5em" height="1.5em" viewBox="0 0 16 16" class="bi bi-eye-fill " fill="currentColor" xmlns="http://www.w3.org/2000/svg" style='color: #999'> <path d="M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z"/> <path fill-rule="evenodd" d="M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"/>
</svg> <span class='pl-2 mr-4 rating-count'>674.1k</span>
<a href=""><svg width="1.5em" height="1.5em" viewBox="0 0 16 16" class="bi bi-chat-left-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg" style='color: #999'>
<path fill-rule="evenodd" d="M2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
</svg></a> <span class='pl-2 pr-2'>1402</span>
</div>
</div>
</div>
</div>
</div><!-- /.blog-post -->
<div class="blog-post">
<h2 class="blog-post-title">Мёртвый код: найти и обезвредить</h2>
<p class="blog-post-meta">14:88 | 28 августа 2018 года от <a href="#" class='users_avatar_and_name users_nickname_color font-weight-bold'>Alexander</a>
<img src="https://sun3.dataix-kz-akkol.userapi.com/c857432/v857432695/5214b/ZSPWg-NNLAs.jpg" class="ml-1 avatar_small" alt="Responsive image">
</p>
<hr>
<img src="https://habrastorage.org/webt/el/38/xv/el38xvju0s8etc9zcra-byc9kz4.png" class="img-fluid mb-4 " alt="Responsive image">
<p>Меня зовут Данил Мухаметзянов, я работаю бэкенд-разработчиком в Badoo уже семь лет. За это время я успел создать и изменить большое количество кода. Настолько большое, что в один прекрасный день ко мне подошёл руководитель и сказал: «Квота закончилась. Чтобы что-то добавить, нужно что-то удалить».</p>
<p>Ладно, это всего лишь шутка — он такого не говорил. А жаль! В Badoo за всё время существования компании накопилось больше 5,5 млн строк логического бизнес-кода без учёта пустых строк и закрывающих скобок.</p>
<p>Само количество не так страшно: он лежит, есть не просит. Но два-три года назад я начал замечать, что всё чаще читаю и пытаюсь разобраться в коде, который на самом деле не работает в продакшен-окружении. То есть, по сути, мёртв.</p>
<p>Эту тенденцию заметил не только я. В Badoo поняли: наши высокооплачиваемые инженеры постоянно тратят время на мёртвый код.</p>
<a class="btn btn-outline-info rounded-pill" href="index_post.html">Читать далее</a>
<div class="rating">
<div class="d-inline-flex rounded-pill float-right border border-secondary p-1 mt-0 mb-2" style='background-color: #f7f7f7'>
<div class='rating-inside pl-1'>
<button class=" serdechko" style='color: #31c731;'>
<svg width="2em" height="2em" viewBox="0 0 16 16" class="bi bi-arrow-up-circle" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path fill-rule="evenodd" d="M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5z"/></svg></button>
<span class='font-weight-bold rating-count-style-arrows'> +230 </span>
<button class="serdechko float" style='color: #ec8787;'>
<svg width="2em" height="2em" viewBox="0 0 16 16" class="bi bi-arrow-down-circle" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path fill-rule="evenodd" d="M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z"/></svg>
</button>
<div class='d-inline-flex pl-2 pr-0 align-middle rating-count-style'>
<svg width="1.5em" height="1.5em" viewBox="0 0 16 16" class="bi bi-eye-fill " fill="currentColor" xmlns="http://www.w3.org/2000/svg" style='color: #999'> <path d="M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z"/> <path fill-rule="evenodd" d="M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"/>
</svg> <span class='pl-2 mr-4 rating-count'>674.1k</span>
<a href=""><svg width="1.5em" height="1.5em" viewBox="0 0 16 16" class="bi bi-chat-left-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg" style='color: #999'>
<path fill-rule="evenodd" d="M2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
</svg></a> <span class='pl-2 pr-2'>1402</span>
</div>
</div>
</div>
</div>
</div><!-- /.blog-post -->
<nav class="blog-pagination pt-4">
<ul class="pagination pagination-lg">
<li class="page-item disabled">
<a class="page-link" href="#" tabindex="-1">1</a>
</li>
<li class="page-item">
<a class="page-link" href="#">2</a>
</li>
<li class="page-item">
<a class="page-link" href="#">3</a>
</li>
</ul>
</nav>
</div><!-- /.blog-main -->
<aside class="col-md-4 blog-sidebar">
<div class="p-4 mb-4" style='background-color: #f7f7f7'>
<h4 class="pb-2 border-bottom">Спонсоры</h4>
<p class="pt-1"></p>
<img src="https://sun9-6.userapi.com/c855724/v855724500/10b0c7/puA3gt7A89s.jpg" class="img-fluid mb-4" alt="Responsive image">
</div>
<div class="p-4 mb-3" style='background-color: #f7f7f7'>
<h4 class="pb-3 border-bottom">Лучшие/актуальные статьи</h4>
<ul class="pt-3 list-unstyled">
<li class='border-bottom pb-4'>
<a class='font-weight-bold' style='text-decoration: none; color: #4d7284' href="#">DIY-проект: аудиокассета на базе Arduino для хранения и загрузки программ и игр в ZX Spectrum</a>
</li>
<li class='border-bottom pb-4 pt-4'>
<a class='font-weight-bold' style='text-decoration: none; color: #4d7284' href="#">Мёртвый код: найти и обезвредить</a>
</li>
<li class='border-bottom pb-4 pt-4'>
<a class='font-weight-bold' style='text-decoration: none; color: #4d7284' href="#">Знакомимся с Needle, системой внедрения зависимостей на Swift</a>
</li>
<li class='border-bottom pb-4 pt-4'>
<a class='font-weight-bold' style='text-decoration: none; color: #4d7284' href="#">Этюд по реализации Row Level Secutity в PostgreSQL</a>
</li>
<li class='pb-4 pt-4'>
<a class='font-weight-bold' style='text-decoration: none; color: #4d7284' href="#">Проект «часов Уизли» с демонстрацией местоположения членов семьи</a>
</li>
</ul>
</div>
</aside><!-- /.blog-sidebar -->
</div><!-- /.row -->
</main><!-- /.container -->
<footer class="blog-footer">
<p>Политех текнолоджи</p>
<p>
<a href="#">Обратно наверх</a>
</p>
</footer>
<script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>