Майкрософт убрала шапку Санта Клауса из-за оскорбленого пользователя.
Чувак пожаловался, что шапка Санта Клауса его невероятно оскорбляет, так как является символом смерти МИЛЛИОНОВ евреев и настолько же оскорбительно, как и свастика.Майкрософт прошла на поводу и убрала шапку.
Но на этом приключения Майкрософт на гитхабе не кончилось. Люди снова начали жаловаться.
https://github.com/microsoft/vscode/issues/87428 - на буддистский символ дчармачакра
https://github.com/microsoft/vscode/issues/87419 - на логотип vs code, который напоминает оскорбительную рыбу.
https://github.com/microsoft/vscode/issues/87351 - на слово terminal из-за детской травмы в российском аэропорту.
Оскорбленным нет покоя.
Подробнее
\| File Edit Selection View Go Debug Terminal Help comments.component.ts - ClientApp - Visual Studio Code - Insiders a x о p У fi a? {} proliles.json 0 package.¡son {} angular pon Kl Welcome X Visual Studio Code - Insiders EXPLORER v OPEN EDITORS TS ccForm.component.ts src\app\components\base\stri... TS index-ts src\app\entities\generated\interfaces TS index.ts src\app\entities\generated\models <> index.html src U package.json TS booking.service.ts src\app\services\generated-services GROUP 3 9 booking.component.scss src\app\components\booki... TS booking.service.ts src\app\services\generated-services V CLIENTAPP v base > address-form > footer > header > HtmlEditor ^ page TS index.ts <> page.component.html page.component.scss TS page.componentspec.ts TS page.component.ts > page-content v stripe ccform <> ccForm.component.html ccForm.component.scss TS ccForm.component.spec.ts TS ccForm.component.ts TS index.ts v booking <> booking.component.html 9 booking.component.scss TS booking.component.spec.ts Ts booking.component.ts v comments <> comments-editor.component.html ts comments-editor.componenLts <> comments.component.html comments.component.scss TS comments.component.spec.ts ts comments.component.ts ts index.ts > edit-user > home > login > news > password-strength-bar > reset-password > sign-out > studios > user-registration > user-table ts index.ts > const > directives v entities v custom > models Ts page.ts ts timespan.ts > generated .gitignore TS index.ts > pipes v services > custom-servi generate ervices % ___Sj . ICES-GENERATOR.tst TS okinQ.serxL Editing evolved Start New file Open folder... Add workspace folder... Recent Angular-MVC-Users D:\Users\David Schiffer\Servicelayer\ser... angular-mvc-users (Workspace) D:\Users\David Schiffer\Servi... Servicelayer.Enterprise (Workspace) D:\Servicelayer.Enterpris... Servicelayer.Enterprise D:\Servicelayer.Enterprise\Servicelayer... More... Help Printable keyboard cheatsheet Introductory videos Tips and Tricks Product documentation GitHub repository Stack Overflow Join our Newsletter □ Show welcome page on startup Customize Tools and languages Install support for JavaScript. Python. PHP, Azure, Docker a... Settings and keybindings Install the settings and keyboard shortcuts of Vim. Sublime... Color theme Make the editor and your code look the way you love Learn Find and run all commands Rapidly access and search commands from the Command ... Interface overview Get a visual overlay highlighting the major components of... Interactive playground Try essential editor features out in a short walkthrough PROBLEMS OUTPUT DEBUG CONSOLE TERMINAL ..icMl.service.ts © > OUTLINE > NPM SCRIPTS ® 0 A 0 O Initializing JS/TS language features ■■ P Type here to search O HI Rl 0 ^ ® I1 t O <> booking.componentihtml ts booking.componentts X ts in.Jex.ts TS app.module.ts <> ccForm.componenLl src > app > components > booking > ts booking.componentts > is BookingComponent > 0 constructor 1 2 3 d 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 import { Component, Onlnit } from ’@angular/core'; import * as moment from 'moment'; import { OpenHours, Hour } from '../../entities/custom/models' import { Page } from 'src/app/entities/custom/page'; import { Router } from '(Sangular/router'; import { PageComponent } from '../base/page/page.component'; ^Component® selector: 'app-booking', templateUrl: ’. /booking.component.html', styleurIs: ['./booking.component.sc ss'] }) export class BookingComponent extends PageComponent implements Onlnit { openHours: OpenHours[]; hourPrefix: string; hourPrefixes: { [id: string]: string; } = {}; locale = window.navigator.languages[0] )| window.navigator.language; ’fe“* ------------------------- constructorj(]public page: Page, public router: Router]) super(page, router); } ng0nlnit() { moment.locale(this.locale); console.log(moment.locale()) ; console.log(thi s.locale); this.openHours = new Array<OpenHours>(); { this.hourPrefixes['nb'] this.hourPrefixes['nn'] this.hourPrefixes['no'] this.hourPrefixes['de'] this.hourPrefixes['en'] kl.'; klokka'; kl.'; this.page = new Page("Book ett SoundLabStudio", "Her kan du se ledig studio tid du kan be this.populateWeek(); console. log(this. hourPref ixes); populateWeek(): void { var currentDate = moment®; var weekstart = currentDate.clone® .startOf( 'week'); this .hourPrefix = this. hourPrefixes[this. locale] || this. hourPref ixes [moment, locale®]; console. log(this. hourPrefix); src > 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 app > components > comments > ts comments.component.ts > is CommentsComponent import { ICommentViewModel } from './../../entities/generated/interfaces/IComment-View-Model' import { AuthenticationService, UserDataService } from './../../_services/'; import { Component, Input, Onlnit, ViewChild, ChangeDetectorRef, EventEmitter, Output } from '@angular/core'; import { CommentService } from ’../../services'; import { IwtldentityViewModel, CommentViewModel } from '../../entities'; import { animate, state, style, transition, trigger } from '@angular/animations'; import { CommentsEditorComponent } from './comments-editor.component'; import { Router, ActivatedRoute } from '^angular/router'; import { MatSnackBar } from '(Slangular/material'; ^Component (j{j selector: 'app-comments’, templateUrl: './comments.component.html', styleUrls: ['./comments.component.scss'], animations: [ trigger® detailExpand', [ state('collapsed', style® height: state('expanded', style® height: transition( 'expanded <=> collapsed', animate('225ms cubic-bezier(0.4, 0.0, Ш , minHeight: })). •0‘ })), ).2, 1)') ) ]) ] export class CommentsComponent implements Onlnit { @Input® articleld: number; @Input® comments: ICommentViewModel[]; (¡¡Output® save = new EventEmitter®; public visibleEditors: { [id: number]: boolean } = {}; isActive = false; // articleOomments: ICommentViewModelf] = []; columnsToDisplay = ['subject', 'userComment', 'commenter.userName', 'likes']; columnsHeaders = ['subject']; expandedElement: ICommentViewModel | null; commentsCount = 0; showEditor = false; (3viewChild(CommentsEditorComponent, { static: false }) Tasks É fi tl A xl ■ I 3 © Found 26 Components, 1 Pipes Ln 25, Col 13 Tab Size: 4 UTF-8 with BOM CRLF /X 41 27 15 3.2 38 ® » ê О (!■ A TypeScript 3.7.3 ENG 18:13 NO 18.12.2019 © 01
Follow rax king @ RaxKi ng I s Dea d v had to go into the city today 'f?' it's fine >9'>9' i love goyim *9* 11:32 AM - 14 Dec 2019 148 Retweets 1,190 Likes Q 573 t! 148 O 1.2K rax king <§) Rax King Is Dead * Dec 14 >✓ one of the lady santas on her phone in the crosswalk, jovially: HEY HAHA I JUST GOT HIT BY A CAR !!!! Q 11 til O 244 rax king <§)RaxKinglsDead • 10h v well santacon goers like it or not these folks are firmly in your corner Q 7 tn Q? 49 w.s. moron @farcetense • Dec 14 Replying to ©RaxKinglsDead this is really respectable energy Qi tl V 2 rax king ¡SRaxKinglsDead ■ Dec 14 there's nothing respectable about a santa 9 3 V V tl
github,Microsoft,Майкрософт,vs code,ебанутым нет покоя
Еще на тему
https://www.sefaria.org/sheets/51928?lang=bi
Руками можно нарисовать свастику!
Вообще-то попахивает обыкновенным фашизмом.
- я забивал гвоздь молотком. Но, промазал, все у меня травма. Требую чтобы слово: молоток переименовали. Или :
- я занимался сексом с девушкой в резинке. И один фиг подцепил трипер. Все это психологическая травма требую, переименовать: презервативы.
Доебатся можно до всякой ерунды, и эти еще повод дают!
-Я знаю идеальное решение для проблемы со знаком буддизма! Надо накрыть его шапкой санты!
Или например:
-Знаете кого еще оскобляет этот знак? Лодку, так как похож на рулевое колесо.
Это из поста про буддийский знак
When I was young, we've traveled with my parents to Russia.
One time in the Siberian city - "Novosibirsk", I got lost at the airport. There was a nightmare. I was cold and scared. The bears and drunk Russians were all that was what I saw.
And I remember big nameplate "TERMINAL C".
And now when I'm looking at the terminal section in VS code it's offending me.
Когда я был маленьким, мы путешествовали с моими родителями в Россию.
Однажды в сибирском городе Новосибирск, я потерялся в аэропорту. Это был кошмар. Мне было холодно и страшно. Медведи и пьяные русские это все, что меня окружало.
И я вспомнил большую табличку "ТЕРМИНАЛ С"
И теперь, когда я смотрю на секцию в вижуал студии, это оскорбляет меня.
Нужно держаться по дальше от общин.
Слово "microsoft" оскорбительно, оно намекает что у всех кто пишет софт - micro, маленький член, и еще и "soft" - мягкий. Это оскорбляет! Нужно запретить это название.
получается что намекают на мелкие сисъки и мягкость(жирность).