Menu

The limits of Rust, or why you should probably not follow Amazon, Cloudflare and Discord
📰
0

The limits of Rust, or why you should probably not follow Amazon, Cloudflare and Discord

Sylvain Kerkour·Sylvain Kerkour·19 days ago
#T4diITkw
Reading 0:00
15s threshold

We're sorry but this website doesn't work properly without JavaScript enabled. Please enable it to continue. setInterval(function() { var countdowns = document.querySelectorAll('[data-countdown]'); countdowns.forEach(function(countdownElement) { if (countdownElement.countdownInterval) { return; } var countDownDate = new Date(countdownElement.dataset.countdown).getTime(); countdownElement.countdownInterval = setInterval(function() { var now = new Date().getTime(); var distance = countDownDate - now; var days = Math.floor(distance / (1000 * 60 * 60 * 24)); var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); countdownElement.innerHTML = days + "d " + hours + "h " + minutes + "m " + seconds + "s "; if (distance < 0) { // clearInterval(countdownElement.countdownInterval); countdownElement.innerHTML =…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More