Blog

Nintendo unboxes the ‘Animal Crossing’ Switch you can’t buy yet

[ad_1]

Nintendo’s Animal Crossing Switch is still more than a month away, but that isn’t stopping the gaming giant from teasing would-be buyers. It recently posted an unboxing video that shows you what to expect if you pick up the special edition console. There aren’t too many surprises, although it helps point out little touches like the color-matching Joy-Con straps and the ever-so-slightly textured pattern on the back of the system. This probably won’t convince you to buy the Switch if you weren’t already inclined, but it could whet your appetite if you were just waiting for Tom Nook and crew to reach the hybrid system before jumping in.

[ad_2]

Source link

‘CS:GO’ will soon mute abusive players by default

[ad_1]

The CS:GO team wrote in their announcement:

“Because the new system is driven by reports, it lets players establish their own standards for communication and ensure that their fellow players receive anonymous feedback when they’re out of line.”

While they didn’t reveal how many reports a user has to get before they issue a warning, the team clarified that reports from those who play frequently and don’t report often carry more weight, most likely as an effort to prevent people from gaming the system. Meanwhile, accounts “that generate no XP and/or spam reports will have little to no impact.” It’s still unclear when they’ll start sending out warnings, but they said they’ve already started tracking players’ reports with the new system. They’re also encouraging players to report toxic players for “Abusive Communications or Profile.”

[ad_2]

Source link

Galaxy Z Flip video leak shows a model headed to the US

[ad_1]

The clip also seems to substantiate a number of other claims about the Z Flip, including its use of a Snapdragon 855+ chip, a 6.7-inch screen with an unusual 2,636 x 1,080 resolution and 256GB of built-in storage. And yes, you can continue using the phone if it’s partly bent. It’s also expected to have 8GB of RAM, two rear cameras, a lone hole-punch front camera and a 1-inch external display. There wouldn’t be microSD expansion or a headphone jack.

You might see the Z Flip debut as soon as Samsung’s Unpacked event on February 11th, and previous murmurs have suggested the foldable might be available (or at least, go up for pre-orders) as soon as the 14th. With that said, we wouldn’t rule out a later introduction to avoid stealing the Galaxy S20’s spotlight.

[ad_2]

Source link

Facebook says it will tighten account security following 2018 hack

[ad_1]

The settlement comes a few months after Judge William Alsup barred the plaintiffs from looking for financial compensation after the main plaintiff couldn’t show that he’d had to pay expenses as a result of the breach.

There’s no guarantee the settlement will go forward as-is. That will depend on Judge Alsup’s approval. If it does, though, it could reduce the chances of intruders making off with vast sums of personal data before Facebook locks things down. There’s still a long way to go before Facebook can claim to have meaningfully improved security — there have been much larger reported lapses in the months since. This might be a good start, though.

[ad_2]

Source link

Facebook buys startup using AI vision to find your location

[ad_1]

We’ve asked Facebook for comment on the deal, although this doesn’t appear to be an acquihire (where a large company buys a smaller one primarily for its employees). The social network now owns a majority stake, and two of its executives now sit on Scape’s board of directors in place of venture capital representatives.

While it’s not initially clear what Facebook intends to do with scape, the AR glasses may be the best fit. This could help you navigate around town simply by looking at the buildings around you. There are other potential uses, though, such as improving the accuracy of Facebook check-ins when you capture photos and videos. This won’t completely assuage concerns about Facebook’s location tracking habits. However, it could ensure better results in those moments when you really do want Facebook to know your whereabouts.

[ad_2]

Source link

Hitting the Books: The Y2K bug could come back sooner than you think

[ad_1]

Humble Pi: When Math Goes Wrong in the Real World
by Matt Parker


Book cover

The start of the 21st century was a time of excitement and trepidation for the world. One one hand, we sat on the cusp of a future, an entirely new millenium, filled with countless possibilities. On the other hand, there was a small chance that the whole of modern human civilization would come crashing down around us because coders had for years used a shorthand method to denote the current date and our computer systems might not have been able to differentiate between the year 200 and the year 1900. We dodged a bullet when the Y2K bug fizzled out the first time. Will we be as lucky in 2038 when we once again face a similar threat?

Math is hard and even the brightest minds of our generation can get it wrong. But in the modern world, something as simple as a rounding error can pose a significant threat with incalculable consequences, as author Matt Parker illustrates in his hilarious and insightful collection of mathematical mistakes, Humble Pi.

At 3:14 a.m. on Tuesday, January 19, 2038, many of our modern microprocessors and computers are going to stop working. And all because of how they store the current date and time. Individual computers already have enough problems keeping track of how many seconds have passed while they are turned on; things get worse when they also need to keep completely up-to-date with the date. Computer timekeeping has all the ancient problems of keeping a calendar in sync with the planet plus the modern limitations of binary encoding.

When the first precursors to the modern internet started to come online in the early 1970s, a consistent timekeeping standard was required. The Institute of Electrical and Electronics Engineers (IEEE) threw a committee of people at the problem, and in 1971 they suggested that all computer systems could count sixtieths of a second from the start of 1971. The electrical power driving the computers was already
coming in at a rate of 60 Hertz (vibrations per second), so it simplified things to use this frequency within the system. Very clever. Except that a 60- Hertz system would exceed the space in a 32-digit binary number in a little over two years and three months. Not so clever.

So the system was recalibrated to count the number of whole seconds since the start of 1970. This number was stored as a signed 32- digit binary number, which allowed for a maximum of 2,147,483,647 seconds:

a total of over sixty- eight years from 1970. And this was put in place by members of the generation who in the sixty-eight years leading up to 1970 had seen humankind go from the Wright brothers inventing the
first powered airplane to humans dancing on the moon. They were sure that, by the year 2038, computers would have changed beyond all recognition and no longer use Unix time.

Yet here we are. More than halfway there and we’re still on the same system. The clock is literally ticking. Computers have indeed changed beyond recognition, but the Unix time beneath them is still there. If you’re running any flavor of Linux device or a Mac, it is there in the lower half of the operating system,
right below the GUI. If you have a Mac within reach, open up the app Terminal, which is the gateway to how your computer actually works.

Type in date +% s and hit Enter. Staring you in the face will be the num- ber of seconds that have passed since January 1, 1970. If you’re reading this before Wednesday, May 18, 2033, it is still coming up on 2 billion seconds. What a party that will be. Sadly, in my time zone, it will be around 4:30 a.m. I remember a boozy night out on February 13, 2009, with some friends to celebrate 1,234,567,890 seconds having passed, at just after 11:31 p.m. My programmer friend Jon had written a program to give us the exact countdown; everyone else in the bar was very confused as to why we were celebrating Valentine’s Day half an hour early.

Celebrations aside, we are now well over halfway through the count-up to destruction. After 2,147,483,647 seconds, everything stops. Microsoft Windows has its own timekeeping system, but MacOS is built directly on Unix. More importantly, many significant computer processors in everything from internet servers to your washing machine will be running some descendant of Unix. They are all vulnerable to the Y2K38 bug.

I don’t blame the people who originally set up Unix time. They were working with what they had available back then. The engineers of the 1970s figured that someone else, further into the future, would fix the
problems they were causing (classic baby-boomers). And to be fair, sixty-eight years is a very long time. The first edition of this book was published in 2019, and occasionally I think about ways to future-proof it. Maybe I’ll include “at the time of writing” or carefully structure the language to allow for things to change and progress in the future so that it doesn’t go completely out of date. You might be reading this after the 2 billion second mark in 2033; I’ve allowed for that. But at no point do I think about people reading it in 2087. That’s sixty-eight years away!

Some steps have already been taken toward a solution. All the processors that use 32-digit binary numbers by default are known as 32-bit systems. When buying a new laptop, you may not have paused to check
what the default binary encoding was, but Macs have been 64-bit for nearly a decade now, and most commonly used computer servers have gone up to 64 bits as well. Annoyingly, some 64-bit systems still track time as a signed 32-bit number so they can play nicely with their older computer friends, but for the most part, if you buy a 64-bit system, it will be able to keep track of time for quite a while to come. The largest value you can store in a signed 64-bit number is 9,223,372,036,854,775,807, and that number of seconds is equivalent to 292.3 billion years. It’s times like this when the age of the universe becomes a useful unit of measurement: 64-bit Unix time will last until twenty-one times the current age of the universe from now— until (assuming we don’t manage another upgrade in the meantime) December 4 in the year 292,277,026,596 CE, when all the computers will go down. On a Sunday.

Once we live in an entirely 64-bit world, we are safe. The question is: will we upgrade all the multitude of microprocessors in our lives before 2038? We need either new processors or a patch that will force the old
ones to use an unusually big number to store the time.

Here is a list of all the things I’ve had to update the software on recently: my lightbulbs, a TV, my home thermostat, and the media player that plugs into my TV. I am pretty certain they are all 32-bit systems. Will they be updated in time? Knowing my obsession with up-to-date firmware, probably. But there are going to be a lot of systems that will not get upgraded. There are also processors in my washing machine,
dishwasher, and car, and I have no idea how to update those. It’s easy to write this off as a second coming of the Y2K “millennium bug” that wasn’t. That was a case of higher level software storing the year as a two-digit number, which would run out after 99. With a massive effort, almost everything was updated. But a disaster averted does not mean it was never a threat in the first place. It’s risky to be complacent because Y2K was handled so well. Y2K38 will require updating far more fundamental computer code and, in some cases, the computers themselves.

From HUMBLE PI: When Math Goes Wrong in the Real World by Matt Parker, publishing on January 21, 2020 by Riverhead, an imprint of Penguin Publishing Group, a division of Penguin Random House LLC. Copyright © 2019 Matt Parker. First published in Great Britain as HUMBLE PI: A Comedy of Maths Errors by Allen Lane, an imprint of Penguin Random House UK, 2019.

[ad_2]

Source link

The Morning After: A Samsung Galaxy Z Flip sneak peek

[ad_1]


It’s not just an app problem.The Engadget Podcast: How tech (and humans) failed the Iowa caucus

This week on the Engadget Podcast, Devindra and Cherlynn chat about what exactly went wrong for Iowa’s Democratic Party. The mysterious app from an unknown progressive tech firm was mostly to blame, but it was also helped by some good old fashioned human error. Listen on Apple Podcasts, Google Play, Spotify, Pocket Casts or Stitcher.


Roll some more of that test rack footage.How reliable is the Motorola Razr, really?

The other day, CNET strapped Motorola’s new flexible handset into a test bench and experienced issues after about 27,000 folds. That’s fewer times than you might expect to open and close the $1,500 handset in one year. Now, Motorola has responded with footage of its own and some explanations about why the other test might not reflect real-world use. The new Razr only just went on sale, so we don’t have extended experiences to draw on yet, but hopefully, this goes over better than Samsung’s first Galaxy Fold attempt.


Looking for a new show to binge-watch this weekend? All nine episodes are available now.Apple TV+’s Mythic Quest is ‘Silicon Valley’ but for game devs

According to Devindra Hardawar, this new comedy on Apple TV+ is “sharp and funny enough to keep non-gamers hooked, it actually tackles major issues facing the industry, and at times, it’s surprisingly sweet and poignant.” It’s produced by Ubisoft and made by some of the folks behind It’s Always Sunny in Philadelphia so you’ll have some idea of what to expect. Plus, it’s already greenlit for a second season. Read the full review and then give it a look.


GM is pulling out all the stops in its electric vehicle push.LeBron James helps GMC pitch its Hummer EV in a Super Bowl ad

GM thinks it has a simple way to drum up hype for its future GMC Hummer EV: give it the kind of celebrity endorsement that sports fans would notice. No less than LeBron James is pitching the company’s all-electric pickup truck — even if he’s not a pro football player.

Don’t expect to see more of the Hummer in this ad than you have so far. Instead, this is more about the EV’s combination of raw power with near silence… and, of course, equating James’ basketball dominance with the Hummer’s performance. The machine should produce a 0-to-60 time of about three seconds, and may not go on sale until fall 2021.


Change is good.15 years in, Google Maps is getting a whole new look

Google Maps launched 15 years ago this week (in beta, of course). Not surprisingly, Google is using this as an opportunity to launch a few updates to its massive mapping service. That includes a new icon plus a navigation system at the bottom of the app that eliminates the old “hamburger” button menu you’re probably familiar with. The Live View feature that lets you use your phone’s camera to get augmented reality directions is also upgraded, and now it can tell you exactly how far away things are. There are other new features, too, check them all out here as they start rolling out on Android and iOS.


That front pocket has a drain plug and can hold as much as a 36-gallon cooler.Ford thinks the Mustang Mach-E’s frunk is a good tailgate cooler

Is this on your list of reasons to consider an EV?

But wait, there’s more…


The Morning After is a new daily newsletter from Engadget designed to help you fight off FOMO. Who knows what you’ll miss if you don’t Subscribe.

Craving even more? Like us on Facebook or Follow us on Twitter.

Have a suggestion on how we can improve The Morning After? Send us a note.



[ad_2]

Source link

Recommended Reading: The lasting effect of the Iowa Caucuses

[ad_1]

Iowa might have screwed up the whole nomination process
Nate Silver,
FiveThirtyEight

By now you probably know the story. The Iowa Democratic Party decided to use an app to report results from its caucuses this week. These events were the first primary-type votes cast in the 2020 Democratic presidential race, and would’ve set the tone for New Hampshire and the states to follow. Except the app failed, phone lines were jammed and it took the better part of the week for the full numbers to come out. So just how badly didn’t Iowa screw up the whole process? FiveThrityEight’s Nate Silver explains the candidate(s) who “won” didn’t get the massive bump they would have and the field is still way too crowded.

[ad_2]

Source link

US House panel will discuss self-driving cars next week

[ad_1]

As Reuters notes, Congress has yet to reach an agreement on self-driving legislation even after working on one for years. Based on the hearing memorandum (PDF), it sounds like the panel will be discussing the role of the federal and state governments in the development and deployment of safe autonomous vehicles. They might also discuss consumer issues, such as passenger safety concerns and proper testing and development, as well as the growing cybersecurity concerns for connected and automated cars.

Energy and Commerce Committee Chairman Frank Pallone and subcommittee chair Jan Schakowsky said in a statement:

“Manufacturers of autonomous vehicles and semi-autonomous technologies are working to transform the way we travel, and we must ensure that these technologies are rigorously tested and properly deployed with necessary safety oversight and accountability.”

The panel’s witnesses for the hearing include John Bozzella, the President and CEO of Alliance for Automotive Innovation, which represents GM, Toyota and Volkswagen, among others. Consumer Technology Association head Gary Shapiro will also be there, as well as Jeff Tumlin, San Francisco Municipal Transportation Agency’s Direction of Transportation.

[ad_2]

Source link

Motorola defends the Razr’s reliability with footage of its test rig

[ad_1]

The spokesperson said:

“razr is a unique smartphone, featuring a dynamic clamshell folding system unlike any device on the market. SquareTrade’s FoldBot is simply not designed to test our device. Therefore, any tests run utilizing this machine will put undue stress on the hinge and not allow the phone to open and close as intended, making the test inaccurate.”

If you’ll recall, FoldBot was originally made for CNET’s Samsung Galaxy Fold durability test. The publication had it modified for the Razr, but if you watch the test video, you’ll see that it was only able to fold the device halfway through. As Motorola points out in its statement, the test didn’t represent real-world use of the device. The rest of the company’s statement reads:

“The important thing to remember is that razr underwent extensive cycle endurance testing during product development, and CNET’s test is not indicative of what consumers will experience when using razr in the real-world. We have every confidence in the durability of razr.”

Watch footage of the company’s Razr test rig here:

[ad_2]

Source link