Connect with us

Technology

Anti-harassment features on Twitch prevent banned users from watching streams

blank

Published

on

blank

A recent anti-harassment update lets Twitch streamers block banned users from watching their streams.

August saw Twitch announce the feature. Despite years of tools to block banned users from chat, streamers could not stop banned users from watching their streams.

Channel owners can now ban users by checking “Stop banned users from viewing stream” in their Creator Dashboard moderation settings.

Twitch implemented the feature after community feedback. In August’s Patch Notes, Twitch senior product manager Trevor Fisher said banning unwanted viewers is the first step in addressing harassment.

“We’ve gotten a lot of feedback over the years, to be honest, that people want their channel bans to do more,” Fisher said.

blank

If a streamer blocks a user, the user will be banned from watching streams on Twitch. It only applies to Twitch users who are logged in, and the site doesn’t block IPs yet. If someone is blocked from viewing a stream, they can still watch it by logging out. Twitch plans to block unwanted viewers from watching VODs, highlights, and clips.

“Everyone in the comments claiming this is silly or a negative thing has never had a stalker or feared for their safety,” Twitch streamer Divatron9000 said on X. There’s a reason we’ve been requesting this feature for years—I’m glad they’re listening.”

Not everyone can use the feature. Twitch told streamers it may take time for all channel owners to have access. No timeline was provided by Twitch.

“These updates roll out over time, so some people get it a bit sooner than others,” Twitch Support stated.

 

blank

Twitch has been improving moderation tools to create a “layered” safety strategy. Last year, the platform added “Ban Evasion Detection” to catch channel ban evaders. The tool alerts channel moderators to suspicious accounts using machine learning. So channels can request and trade banned user lists, that platform launched banned list swaps. A channel restricts all users on another channel’s list by accepting its list swap request. Moderators can manually approve or monitor banned users from other channels.

Minority Twitch streamers, especially Black and trans, are vulnerable to targeted harassment. In March, streamers used #TwitchDoBetter to pressure Twitch to stop hate raids, which flood a targeted streamer’s channel with hate speech.

Twitch product VP Alison Huffman told earlier this year that the company has conducted “extensive” modist interviews to determine their safety tool needs.

“Targeted harassment is not solved anywhere on the internet,” Huffman said. “And, like in the non-internet world, it is a forever problem with no single solution.”

“We’re trying to build a really robust set of tools that are highly customizable, put them in the hands of the people who know their needs best, which are the creators and moderators, and allow them to tailor that suite of tools to meet their particular needs.”

 

As Editor here at GeekReply, I'm a big fan of all things Geeky. Most of my contributions to the site are technology related, but I'm also a big fan of video games. My genres of choice include RPGs, MMOs, Grand Strategy, and Simulation. If I'm not chasing after the latest gear on my MMO of choice, I'm here at GeekReply reporting on the latest in Geek culture.

Astronomy

A potential development of the first lunar railway is anticipated within the next ten years

blank

Published

on

blank

For people to live on the Moon’s surface permanently, they need to be able to use Moon resources. Not everything can be brought to Earth. But it’s not likely that the base will have everything it needs right there. Some things will need to be moved. It’s not a new idea to have cars (well, buggies) on the Moon, but now scientists are thinking about a very different idea: a railway system that floats.

FLOAT, which stands for “Flexible Levitation on a Track,” is the name of the project. The goal is to make payload transportation that is self-driving, dependable, and effective. As part of its mission, it will move payloads from spacecraft landing zones to the base and from mining sites to places where resources are taken out or where the soil is used for building.

Interesting about the technology is that the tracks are not fixed. Since they are unrolled right onto the lunar regolith, FLOAT doesn’t need much site preparation. Robots that can levitate will be able to move over the tracks. Since they don’t have wheels or legs, they don’t have to deal with the sharp regolith and its damaging power.

There is a layer of graphite on the flexible film track that lets diamagnetic levitation happen, and a flex circuit creates electromagnetic thrust. You don’t have to use the third layer, but if you do, it’s a solar panel that will power the system when it’s in the sun. The robots may be different sizes, but the team thinks that every day they can move 100 tons of stuff over several kilometers.

In phase II, six NASA Innovative Advanced Concepts (NIAC) have been moved forward. FLOAT is one of them. A new way to get astronauts to Mars quickly and an idea for a liquid space telescope are two others. For FLOAT, phase II will be all about designing and building a smaller version of the system that will be tested in a moon-like environment. This will also help us learn more about how the environment affects tracks and robots and what else is needed to make this idea a reality.

In a statement, John Nelson, NIAC program executive at NASA Headquarters in Washington, said, “These different, science fiction-like ideas make up a great group of Phase II studies.” “Our NIAC fellows always amaze and inspire us. This class makes NASA think about what’s possible in the future.”

These projects got $600,000 to keep looking into whether they were possible. As the leader of FLOAT, Ethan Schaler from NASA’s Jet Propulsion Laboratory is in charge. If the system keeps showing what it can do, it could be an important part of life on the Moon by the 2030s.

Phase I projects have also been announced. The ideas include new designs for telescopes, ways to make Mars less dangerous, and even a group of very small spacecraft that could reach our nearest stars in 20 years.

Continue Reading

Science

Pursuing Flawlessness in an Enduring Theoretical Computing Enigma

blank

Published

on

blank

For the majority of individuals in the present era, our recollections of acquiring knowledge about multiplication tables have transformed into a recurring source of amusement. “You won’t have a calculator readily available on a daily basis as an adult,” we were cautioned. However, this statement is proven incorrect, Mrs. Hickinbottom. In today’s world, nearly 100 percent of individuals possess not only a calculator in their pocket but also the ability to access the entire compilation of human knowledge to date.

Mathematicians and computer scientists, however, do not belong to the majority. Since at least the early 19th century, matrix multiplication has emerged as a new form of multiplication. Even in our modern era with advanced technology, it remains a challenging task.

However, is it necessary? Two recent findings, one from November 2023 and another published in January, suggest that the answer is negative, or at least not as significant as previously believed.

The challenges associated with matrix multiplication
Firstly, let’s address the question: what precisely is a matrix? Regrettably, the answer is significantly less impressive than the portrayal in the movie adaptation.

In essence, a matrix is a rectangular arrangement of numbers or other mathematical entities, such as symbols, expressions, or even other matrices, organized in rows and columns. Having the ability to manipulate numbers is crucial in mathematics and science due to their extensive range of applications.

blank

When two matrices are multiplied, the result is another matrix, but only if certain conditions are met. In order to multiply two matrices, it is necessary for the number of columns in the left matrix to be equal to the number of rows in the right matrix.

blank

It is crucial to get this right because, unlike regular multiplication, the matrix operation is not commutative. This means that the order in which the matrices are multiplied is significant. When given two matrices A and B, it is possible to calculate the matrix product AB but not necessarily the product BA. Even if both products are calculable, there is no guarantee that they will yield the same result.

blank

After addressing all the necessary requirements, what is the procedure for determining the product of two matrices? The answer can be represented in mathematical notation as follows:

 

blank

Which, we acknowledge, may not be particularly beneficial. Now, let’s examine an illustration.

 

blank

By now, you may have realized that matrix multiplication requires significantly more effort than regular multiplication – and you would be absolutely correct. That’s one reason why having a computer program capable of performing all tasks for us would be incredibly advantageous. However, it appears that even this solution presents its own set of challenges.

The gradual advance of progress
According to an article from 2005 by Sara Robinson for SIAM News, researchers have long been searching for an efficient method to multiply matrices, a crucial operation that often slows down important algorithms.

The article continues by stating that improving the speed of matrix multiplication would result in more efficient algorithms for various common linear algebra problems, including matrix inversion, solving linear equations, and calculating determinants. Some basic graph algorithms can run at the same speed as matrix multiplication.

So the question arises: how quickly does it move? Regrettably, historically, the speed at which progress has been made in this area has been rather slow. When dealing with matrices of considerable size, such as having 100 rows and columns each, the number of multiplications required to find their product can quickly escalate to 1,000,000 and beyond. It’s important to note that this increase is not linear, but rather follows a cubic pattern. Put simply: by adding just one row and column to those matrices, the complexity of solving the problem increases by over 30,000 multiplications.

There have been extensive research efforts over the years to find ways to improve the speed of the task. Many specialists in the field believe that we will eventually reach a limit where multiplying a pair of 100-by-100 matrices will require around 10,000 steps, but not fewer. However, the method to accomplish this remains a significant challenge in the field of computer science.

“The objective of this research,” stated Renfei Zhou, a theoretical computer science student at Tsinghua University and co-author of the recent papers, in an interview with Quanta Magazine earlier this year, “is to explore the extent to which a value close to two can be reached, and to determine if it is theoretically attainable.”

We have made progress. Ever since 1969, when mathematician Volker Strassen revolutionized matrix multiplication with a more efficient algorithm, the time exponent has significantly decreased to below 2.4. In simpler terms, it now takes fewer than 64,000 calculations to multiply 100-by-100 matrices together. However, progress in this field has been challenging. According to François Le Gall, a computer scientist from Nagoya University, advancements since the late eighties have been minimal and incredibly hard to achieve.

So, you might be wondering, what’s the reason for our excitement over this latest improvement? From a purely numerical perspective, the gain is not particularly significant.

Making the best even better
To understand the problem that was solved between November and January, we need to look at what was going on before that. It turned out to be a bit of a mess.

Two big steps forward were made in 1986 and 1987. First, Volker Strassen (yes, that Strassen again) came up with what is now called the “laser method” for matrix multiplication. Then, a year later, computer scientist Shmuel Winograd and cryptographer Don Coppersmith made an algorithm that built on Strassen’s work and made it better.

When you combine these two methods, you get a very clever result. Back in the 1960s, Strassen was the first person to notice that if you rewrite matrices A and B as block matrices, that is, as matrices whose elements are other matrices, you can find that their product A∙B = C in less than n3 calculations, as long as you do the right ones.

After that, Coppersmith and Winograd can help you figure out what you need to do. MIT computer scientist Virginia Vassilevska Williams, who is also a co-author of one of the new papers, told Quanta that their algorithm “tells me what to multiply, what to add, and what entries go where.” “It’s just a plan for making C from A and B.”

This is where the laser method comes in handy. Coppersmith and Winograd’s algorithm is great, but it’s not perfect. It often creates unnecessary information, with words “overlapping” in some places. Computer scientists use the laser to “cut out” these copies. Le Gall said that it “typically works very well” and “generally finds a good way to kill a subset of blocks to remove the overlap.”

But sometimes you can laser away too much, like a beautician in the early 2000s who had to work with eyebrows that were already there. “A faster matrix multiplication algorithm is the result of being able to keep more blocks without overlap,” Le Gall told Quanta. Duan’s team’s method is based on this exact idea.

Making the scales equal again
The team cut the time it takes to calculate matrix multiplication by the most significant amount in more than ten years by changing how the laser method gives weight to the blocks in a matrix. This means that they are now more likely to be kept instead of being cut out.

Don’t get too excited yet; they only lowered it from 2.373 to 2.372. But that’s not really the point: what really excites computer scientists is not the outcome but the way the team accomplished it. Le Gall told Quanta that after almost forty years of very small improvements to the same set of algorithms, “they found that, well, we can do better.”

We don’t yet know how much better things will be, but if you’re wondering what these ground-breaking results will be used for in real life, you might be let down. There’s already a “galactic algorithm” for the laser method, so named because it’s never used to solve any problems on Earth. And unless something hugely unexpected happens with quantum computing, the same will go for the new, better versions.

Zhou said, “We never run the method.” “We look into it.”

Continue Reading

Engineering

DARPA has announced the first test of an extraordinary uncrewed submarine that takes inspiration from the manta ray

blank

Published

on

blank

Explore the most recent cutting-edge innovation from the Defense Advanced Research Projects Agency, commonly referred to as DARPA. Introducing a colossal uncrewed submarine inspired by the manta ray, created by the same innovators behind hypersonic air-breathing weapons, submarine-detecting shrimp, and robot jazz musicians. Northrop Grumman’s prototype has just finished its initial in-water trial.

The submarine has been designed to transport substantial loads across extensive distances beneath the water’s surface without the presence of any human occupants for assistance. During deployment, it can enter a state of “hibernation,” where it remains attached to the seabed in order to conserve energy.

In 2022, Northrop Grumman stated that their design for the project would serve DARPA’s objective of generating “strategic surprise.” We believe it is safe to assert that they have successfully accomplished that objective.

In February and March of this year, DARPA conducted a comprehensive test of the prototype uncrewed underwater vehicle (UUV) off the coast of Southern California.

“The successful and comprehensive testing of the Manta Ray confirms that the vehicle is prepared to progress towards real-world operations. It was quickly assembled in the field using modular subsections,” stated Dr. Kyle Woerner, the DARPA program manager for Manta Ray. The integration of cross-country modular transportation, on-site assembly, and subsequent deployment showcases a unique capability for an extra-large unmanned underwater vehicle (UUV).

The level of specificity we can currently provide is limited to “extra-large.”. New Atlas reports that DARPA and Northrop Grumman have thus far maintained confidentiality regarding the majority of the technical details of the aircraft. However, it is speculated that the online images reveal concealed propulsors, an antenna, water inlets, and potentially maneuvering thrusters.

By examining the images, we can gain an understanding of the size and observe that its sleek curves truly resemble the animal it is named after—and perhaps even a few science fiction creations as well.

Manta rays, which belong to numerous species, can be found in various bodies of water worldwide. Numerous reports of these creatures actively interacting with divers and snorkelers show that they are sociable and intelligent. However, it was the elegant movement of the manta rays that truly motivated the engineers responsible for the development of the new UUV, thus upholding a longstanding practice of drawing inspiration from nature for design purposes.

Following deployment, the vehicle navigates the water with effective buoyancy-powered gliding, according to Woerner.

blank

An additional significant benefit of the Manta Ray UUV, emphasized by both DARPA and Northrop Grumman, is its capability to be transported in separate components and quickly reconstructed at the desired location. The prototype was transported from the build location in Maryland to the opposite side of the country and could also be useful in the field.

According to Woerner, transporting the vehicle directly to its intended area of operation helps to save energy that would otherwise be used during transit.

DARPA is presently collaborating with the US Navy to determine the subsequent actions for this technology. The exact timeline for the deployment of Manta Ray in actual water remains undisclosed.

Continue Reading

Trending