Log in

View Full Version : Elon Musk có kế hoạch sa thải 1.000 nhân viên Twitter sau khi ông tiếp quản công ty


kentto
05-07-2022, 19:03
https://www.vietbf.com/forum/attachment.php?attac hmentid=2050285&stc=1&d=1651950167

Người theo chủ nghĩa toàn cầu c̣n lại không thể chịu được Elon Musk v́ nỗ lực của ông để chiếm lấy con quái vật Công nghệ lớn Twitter. Bây giờ họ phẫn nộ hơn.

Elon Musk muốn đưa tự do ngôn luận trở lại quảng trường công cộng và cánh tả cộng sản-phát xít không thích điều đó. Quái vật bên trái muốn kiểm soát lời nói. Đó là cách duy nhất mà họ có thể vượt qua với chương tŕnh nghị sự cực kỳ ghét nước Mỹ của họ.

Giờ đây, Musk đă xác định được cách thức quản lư công ty Big Tech bằng một công cụ tuyệt vời nhưng khả năng lănh đạo khủng khiếp.

Theo Daily Mail , Musk đă chia sẻ những điều sau về kế hoạch của ḿnh:

Elon Musk đang có kế hoạch sa thải 1.000 nhân viên tại Twitter ngay sau khi việc mua nền tảng mạng xă hội của ông hoàn tất.

Người ta tin rằng ông sẽ sa thải nhiều nhân viên đă thức dậy của công ty sau khi chuyển giao quyền sở hữu sẽ mất khoảng sáu tháng, sau đó Musk có khả năng sử dụng ŕu.

Nhưng sau đó trong ṿng ba năm tới, Musk dự đoán sẽ kiếm được hàng ngh́n nhân viên mới, nâng cấp bậc lên khoảng 11.000 nhân viên, tăng từ 7.500 hiện tại.

Phần lớn tài năng mới có khả năng thuộc lĩnh vực kỹ thuật.

Các con số tại công ty sẽ dao động tăng lên 9.225 nhân viên trong năm nay trước khi giảm xuống 8.332 vào năm 2023. Sau đó, thêm 2.700 công nhân vào năm 2025.

Hầu hết các công việc bị tạm hoăn sẽ xảy ra trong giai đoạn tiếp quản, theo một bài thuyết tŕnh mà Musk đă tŕnh bày trong tuần này với các nhà đầu tư và được xem bởi New York Times

Musk đă làm một công việc tuyệt vời tại các công ty khác của ḿnh, Tesla, SpaceX và Starlink. NASA và quân đội Hoa Kỳ rất khen ngợi những nỗ lực của ông tại hai công ty sau như chúng tôi đă báo cáo trước đó ngày hôm nay.


<blockquote class="wp-embedded-content"><a href="https://www.thegatewaypundit .com/2022/05/nasa-pentagon-give-elon-musks-spacex-starlink-rave-reviews/">NASA and the Pentagon Give Elon Musk’s SpaceX and Starlink Rave Reviews</a></blockquote>
<script type='text/javascript'>
<!--//--><![CDATA[//><!--
/**
* WordPress inline HTML embed
*
* since 4.4.0
* @output wp-includes/js/wp-embed.js
*
* This file cannot have ampersands in it. This is to ensure
* it can be embedded in older versions of WordPress.
* See https://core.trac.wordpress. org/changeset/35708.
*/
(function ( window, document ) {
'use strict';

var supportedBrowser = false,
loaded = false;

if ( document.querySelect or ) {
if ( window.addEventListe ner ) {
supportedBrowser = true;
}
}

/** namespace wp */
window.wp = window.wp || {};

if ( !! window.wp.receiveEmb edMessage ) {
return;
}

window.wp.receiveEmb edMessage = function( e ) {
var data = e.data;

if ( ! data ) {
return;
}

if ( ! ( data.secret || data.message || data.value ) ) {
return;
}

if ( /[^a-zA-Z0-9]/.test( data.secret ) ) {
return;
}

var iframes = document.querySelect orAll( 'iframe[data-secret="' + data.secret + '"]' ),
blockquotes = document.querySelect orAll( 'blockquote[data-secret="' + data.secret + '"]' ),
i, source, height, sourceURL, targetURL;

for ( i = 0; i < blockquotes.length; i++ ) {
blockquotes[ i ].style.display = 'none';
}

for ( i = 0; i < iframes.length; i++ ) {
source = iframes[ i ];

if ( e.source !== source.contentWindow ) {
continue;
}

source.removeAttribu te( 'style' );

/* Resize the iframe on request. */
if ( 'height' === data.message ) {
height = parseInt( data.value, 10 );
if ( height > 1000 ) {
height = 1000;
} else if ( ~~height < 200 ) {
height = 200;
}

source.height = height;
}

/* Link to a specific URL on request. */
if ( 'link' === data.message ) {
sourceURL = document.createEleme nt( 'a' );
targetURL = document.createEleme nt( 'a' );

sourceURL.href = source.getAttribute( 'src' );
targetURL.href = data.value;

/* Only continue if link hostname matches iframe's hostname. */
if ( targetURL.host === sourceURL.host ) {
if ( document.activeEleme nt === source ) {
window.top.location. href = data.value;
}
}
}
}
};

function onLoad() {
if ( loaded ) {
return;
}

loaded = true;

var isIE10 = -1 !== navigator.appVersion .indexOf( 'MSIE 10' ),
isIE11 = !!navigator.userAgen t.match( /Trident.*rv:11\./ ),
iframes = document.querySelect orAll( 'iframe.wp-embedded-content' ),
iframeClone, i, source, secret;

for ( i = 0; i < iframes.length; i++ ) {
source = iframes[ i ];

if ( ! source.getAttribute( 'data-secret' ) ) {
/* Add secret to iframe */
secret = Math.random().toStri ng( 36 ).substr( 2, 10 );
source.src += '#?secret=' + secret;
source.setAttribute( 'data-secret', secret );
}

/* Remove security attribute from iframes in IE10 and IE11. */
if ( ( isIE10 || isIE11 ) ) {
iframeClone = source.cloneNode( true );
iframeClone.removeAt tribute( 'security' );
source.parentNode.re placeChild( iframeClone, source );
}
}
}

if ( supportedBrowser ) {
window.addEventListe ner( 'message', window.wp.receiveEmb edMessage, false );
document.addEventLis tener( 'DOMContentLoaded', onLoad, false );
window.addEventListe ner( 'load', onLoad, false );
}
})( window, document );

//--><!]]>
</script><iframe sandbox="allow-scripts" security="restricted" src="https://www.thegatewaypundit .com/2022/05/nasa-pentagon-give-elon-musks-spacex-starlink-rave-reviews/embed/" width="600" height="400" title="“NASA and the Pentagon Give Elon Musk’s SpaceX and Starlink Rave Reviews” — The Gateway Pundit" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe>

Thực tế là Musk có thể sẽ làm tốt trong dự án điều hành Twitter mới này là điều khiến cánh trái phải lo sợ. Twitter có thể sẽ kiếm tiền khi Musk tiếp quản và quyền tự do ngôn luận sẽ lại tự do.

hoanglan22
05-07-2022, 19:57
Vậy là clean sạch sẽ và đi kiếm FUND eo phe và thất nghiệp chắc không đủ sống . Đau tháu cáy:animated-laughing-i:animated-laughing-i:animated-laughing-i

phokhuya
05-07-2022, 21:55
Vậy là clean sạch sẽ và đi kiếm FUND eo phe và thất nghiệp chắc không đủ sống . Đau tháu cáy:animated-laughing-i:animated-laughing-i:animated-laughing-i

Anh chàng này giống như "Đông Tà" Hoàng Dược Sư. Một mặt th́ bảo vệ tu chính án số 1 khi mua Twitter, và đă làm đám Lừa nóng mặt. Nhưng mặt khác th́ lại ủng hộ cho luật tự do phá thai, làm cho bên CH cũng nóng ruột. :eek::eek: