TGTGInsightтелеграм анализLIVE / telegram public index
← Такты, стеки, два колеса

TGINSIGHT SIMILAR POSTS

Намери подобно съдържание

Изходен канал @clockstackwheels · Post #783 · 19.03

Москва — чудесный город, и моё отношение к ней с годами только улучшается. Но почему-то так вышло, что у меня в жизни было всего два случая наблюдения неблагонадежного поведения граждан в продуктовом магазине, и оба в Москве. В Петербурге я посещал продуктовые магазины в тысячу раз больше, чем в Москве. Я живу в Петербурге постоянно, и ходил в продуктовые магазины регулярно до пандемии (с пандемии подсел на доставку продуктов). В Москве я был два десятка раз, и из них только в половине поездок заходил в продуктовый магазин. Тем не менее, именно в Москве я единственный в жизни раз лично увидел, как человек крадет товар: очень худой мужчина картинно закашлялся и под прикрытием этого звука запихнул за пазуху то ли пакет чипсов, то ли что-то подобное. Я уже выходил, так что оставил эту ситуацию в ведении охраны. Это был небольшой, кажется, Магнит на самой окраине. Я ещё тогда подумал: "Видимо, окраина Москвы уже настолько считается забытым богом местом, что легко увидеть собственными глазами совершение преступления". В Питере я не видел магазинную кражу ни разу, хотя совершил сотни и тысячи походов в самые разные мелкие продуктовые магазины на самых разных окраинах. А в одной из командировок недавно — снова в небольшом продуктовом магазине — пьяный мужчина бомжеватого вида покупал передо мной на кассе бутылку водки и хлеб. Он попытался расплатиться картой, оплата не прошла. Кассирша ему сказала, что денег не хватает, и он должен выбрать что-то одно: или водку или хлеб. Можно догадаться, что именно он выбрал. Оплата снова не прошла, и он стал звонить кому-то и просить перекинуть деньги. Я вам так кратко описываю, но нужно иметь ввиду, что на каждый вопрос кассирши мужчина реагировал супер медленно: по несколько минут стоял, покачиваясь и пытаясь осознать происходящее. Он был пьян почти до состояния неспособности воспринимать даже простейшие стимулы. Звонок кому-то с просьбой денег занял в общей сложности минут десять. В какой-то момент оплата всё-таки прошла, и он, ковыляя, освободил место. Кстати, я сразу решил, что, если бы он выбрал хлеб, я бы ему его купил. Это усилило моё впечатление о небольших продуктовых магазинах в Москве, как о местах для каких-то опустившихся слоёв населения. Видимо, минимально приличные люди в столице имеют собственного повара или, не знаю, им продукты привозят слуги? #life

Hashtags

Резултати

Намерени 18 подобни публикации

Търсене: #basics

当前筛选 #basics清除筛选
Go

@golang · Post #26 · 27.01.2018 г., 16:15

In the GoLang we use interfaces everywhere. But we also should understand the rules and idioms how GoLang interfaces works. Let’s read about them 😉; part one: #development#basics https://medium.com/golangspec/interfaces-in-go-part-i-4ae53a97479c

Go

@golang · Post #69 · 24.08.2018 г., 10:05

A good reading list with a knowledge base about Golang, based on blog posts and Golang books. Inside of the link: - 3 categories of stages: Beginner, Intermediate, Advanced; - Common questions like “Why should you learn Go?” and “How to Write Go Code” - Web, Concurrency, Code style, Testing and other GoLang related topics. #language#development#basics Add to bookmarks and enjoy the reading! https://github.com/enocom/gopher-reading-list

Go

@golang · Post #46 · 05.03.2018 г., 20:39

Simple and good for understanding tutorial about Golang’s channels. It can help beginners to meet with them and learn to use it without problems 🙂 Keys of the article: - What is a channel, goals, and functions of it; - Deadlocks and other problems; - Channel ranging and closing. When, why and how? #development#basics#language http://guzalexander.com/2013/12/06/golang-channels-tutorial.html

Go

@golang · Post #52 · 22.03.2018 г., 14:57

How to work and use field tags in GoLang? Inside of this article Michał Łowicki from Opera company explains basics and features of tagging; include examples and best practices 🙂 #development#practice#basics https://medium.com/golangspec/tags-in-golang-3e5db0b8ef3e

Go

@golang · Post #47 · 07.03.2018 г., 07:42

One of popularly questions is: How to handle errors correctly? GoLang best practices on the Medium will help with it. Of course, code examples are included 🙂 #development#practice#basics https://medium.com/@sebdah/go-best-practices-error-handling-2d15e1f0c5ee?source=linkShare-b636419a57de-1520408380

Go

@golang · Post #61 · 21.05.2018 г., 19:17

Hi 👋 there! This article is meant for those who’re new to Go and want to start learning about Go’s concurrency primitives: go routines and channels. #development#manual#basics https://medium.com/@trevor4e/learning-gos-concurrency-through-illustrations-8c4aff603b3

Go

@golang · Post #27 · 28.01.2018 г., 12:44

Everybody use dependencies and third-party packages but what is the best way to use it? GopherAcademy helps to understand best practice for the vendor folder organization. Of course, code examples and theory points are included 🙂 #development#basics#manual https://blog.gopheracademy.com/advent-2015/vendor-folder/

Go

@golang · Post #34 · 05.02.2018 г., 08:41

New post about concurrency problems and solutions. Main points with examples: - Blocking Channels; - Blocking Channels Buffer; - Wait Group (run multiple async tasks and wait for them execution); #development#basics#algorithms https://hackernoon.com/concurrency-how-it-can-help-you-and-how-you-can-use-golang-to-reach-it-easily-ae3e070b3d2c

Go

@golang · Post #49 · 11.03.2018 г., 11:39

Top GoLang features that you don’t know or don’t hear so much 🙂 If you want some main points of this article they are here: - GoDoc; - Static code analysis; - Built-in testing and profiling framework; - Race condition detection; - Learning curve; - Reflection; - Opinionatedness; - Culture. #manual#development#basics#language https://medium.freecodecamp.org/here-are-some-amazing-advantages-of-go-that-you-dont-hear-much-about-1af99de3b23a?source=linkShare-b636419a57de-1520768034

12
ПредишнаСтр. 1 от 2Следваща