United can kick you off the flight for doing so

You’re so calm in your seat, and suddenly, you start to hear something nearby. It’s a TikTok video or a WhatsApp voice message that someone is playing at full volume. Because? Who knows. Maybe because that person wants everyone to enjoy that audio. Or maybe because he just doesn’t care. This habit of using your cell phone on speakerphone even when there are people around and you can be annoying is spreading like wildfire, but United Airlines has said enough is enough. If you want to use your cell phone, put on headphones. Until now it was a simple rule of elementary education, but at United Airlines they have turned it into a legal clause with drastic consequences. The American airline has updated their terms of service to make it clear that the use of headphones with a mobile phone, tablet or laptop in the cabin is no longer an option, but a safety requirement. Either you use them, or we kick you off the plane. The measure is not a suggestion from the company, but rather a novelty in its terms, according to which United Airlines reserves the right to deny transportation of a passenger, to expel them from the plane and even to permanently ban any passenger who refuses to use headphones while consuming audio or multimedia content. Now generating annoying noises is placed on the same level as serious infractions such as tobacco consumption. More and more connected in flight. United confirmed that update to its terms in a email to USA Todayand added that the inclusion of Wi-Fi connectivity on its flights already recommended the use of headphones. Now being connected to the internet on flights is more common, which means that passengers can consume content on streaming platforms or social networks, or use messaging apps normally. The key: Starlink. But now they are also beginning to offer additional connectivity through the Starlink satellite network. The more bandwidth, the greater the risk that the plane cabin will become chaos with WhatsApp audio or YouTube videos at full volume that can disturb the rest of the passengers. In fact, they explain in United: “With the expansion of Starlink, it seemed like a good time to make it even clearer by adding it to the transportation contract.” Legal support. On CBS Travel expert Scott Keyes indicated that he was not aware of other airlines having adopted this rule, but he saw it as reasonable. The update is specifically included under the “Security” section of your contract of carriage. By categorizing it this way, the company obtains solid legal support to act if this problem arises. Shapes matter. The rise of mobility and social networks has meant that little by little we have seen how in many spaces people use their mobile phones with speakers without worrying about whether or not they are disturbing other people around them. That’s common on public transportation like trains, subways and buses, and United Airlines’ move could set an interesting precedent for re-educating users and reminding them that, as Keyes says, “This is in line with the way the vast majority of travelers behave and the way they would like others to behave.” If you don’t have helmets, they give you some. At United Airlines they understand that some users may not have their own headphones, and in those cases they offer a simple solution: offer free ones that, although of low quality, will at least avoid inconvenience to the rest of the passengers and allow the affected person to comply with the regulations. We will see, of course, what types of headphones they provide, because nowadays mobile phones rarely include 3.5 mm connectors. No video calls. At United they already had rules in this regard: in their terms of use as well make it clear that it is prohibited for passengers to make video calls after the cabin doors are closed. With Starlink, these types of calls via WhatsApp or FaceTime, for example, are technically possible, but United prefers to “protect the silence.” Noise as a logistical challenge. This movement, we insist, could mark a before and after for the rest of the air transport industry, and perhaps also for other means of transport. Airlines know that entertainment screens can end up losing a lot of meaning if users can have an internet connection on their devices. That becomes quite a challenge, which makes a regulation so that we don’t bother each other seems reasonable. In Xataka | Ryanair has left Seville without many flights. In exchange he has given him 500 million euros to repair engines

OpenAi has just kick the AI board. Your new model is free and can be downloaded to use from the laptop

Although his name suggests a certain vocation of technological opening, Openai had been moving away from that spirit for some time. From long before the launch of Chatgptin November 2022, the company did not publish an open weight model. In fact, it is the first open weight model since 2019 (GPT-2). That has just changed. This Tuesday, OpenAi has announced GPT-Ossan open weight model under Apache 2.0 license that can be downloaded for free and, in its small variant, run even in a laptop. A movement that nobody expected at all, especially since all eyes were put in Lat the imminent arrival of GPT-5. What is GPT-Oss? GPT-Oss is a language model developed by OpenAI, capable of understanding text instructions and generating answers with a high level of coherence, context and utility. It is a variant of the GPT family, the same technology that gave rise to Chatgpt, but with a key difference: its weights are open. That is, you can download it, run it on your own computer and adapt it to your needs. For the first time in years, OpenAI launches a powerful model that is not tied to its platform. You can use it without internet connection, without depending on your servers and freely to customize it. And besides, it is free. That opens the door for developers, small companies or even advanced users can experiment with AI in their own terms. What means that the weights are open? When we talk about the “pesos” of a model are open, we refer to the internal numerical values that you have learned during your training. They are, in essence, the knowledge of the model: what allows you to reason, write, translate or generate useful answers. That OpenAi has released those weights means that anyone can download them, analyze them and use them outside their servers. It is not the same as releasing the complete source code or the data with which it was trained, but it is an important step: it allows you to execute the model in own environments, adapt it to concrete tasks or integrate it into products without having to go through the Openai API. So is it a really “open” model? Now, the weights are open does not mean that the model is completely open. GPT -Oss is not Open Source strictly speaking: OpenAi has not published the data with which the model or the full code of the training process trained. What has released, as we say, is the final result, the parameters learned, under a permissive license (Apache 2.0). That is why we talk about an open weight model, not open source, According to the standards of organizations such as the Open Source Initiative (OSI). Can I use it on my computer? It depends on the model. GPT-Oss occurs in two versions: one of 120,000 million parameters and a lighter of 20,000 million. The most powerful version requires a GPU of at least 80 GB of memory (professional environments). The 20B version is much more accessible: it can be executed on computers with 16 GB of memory, which opens the door to use in personal portables and PCs. It is already compatible with tools such as LM Studio (which we have used to try Deepseek and other models)flame.CPP or VLLM, which allows you to try it at home without connecting to the cloud or depending on OpenAi. Of course, it is recommended to have some technical experience to put everything in motion. It is compatible with tools such as LM Studio, Llama.CPP or VLLM. Where do I download it? Is it really free? Weights are available for free download mainly in Hugging Faceand can also be deployed through platforms such as Azure, AWS or Databricks. The two variants, 120b and 20b, together with the necessary documentation are available. OpenAI publishes GPT-Oss under Apache 2.0 license, which means that you can use it, modify it and adapt it for commercial purposes. Do not pay for download or use it at home. If you choose to execute it in the cloud or on a payment infrastructure, the cost will depend on the supplier you use. Is it easy to use or do you have to have a certain level of knowledge? Using GPT-Oss is not as complicated as training a model from scratch, but it is not a solution that works with two clicks. The models include clear instructions and are integrated into platforms such as LM Studio or Llama.cpp, which allow them to be executed at local ease. That said, you will need to understand basic concepts such as execution environment, models loading and parameter configuration. If you have already worked with other open weight models, it will not cost you. If not, there are guides available, but you will have to devote some time to put it to function as it is. What can this model do? GPT-Oss is a multi-support model. You can reason, generate text, write code, answer questions, search for information and operate external tools, such as python browsers or interpreters. All this is also compatible with agents based on workflows, useful for more complex and automated tasks. Openai states that the 120B model achieves a proximity with O4-MINI in reasoning tests, while the 20B model offers similar results to O3-MINI in Common Benchmarks, with a good performance in programming, reasoning for steps and use of tools. It is not the most powerful model of the house, but one of the most versatile that can be used without paying or depending on your API. Images | OpenAI In Xataka | A watchmaking pump threatens the most powerful alliance of technology: Microsoft’s AGI clause Images | OpenAI In Xataka | A watchmaking pump threatens the most powerful alliance of technology: Microsoft’s AGI clause

Log In

Forgot password?

Forgot password?

Enter your account data and we will send you a link to reset your password.

Your password reset link appears to be invalid or expired.

Log in

Privacy Policy

Add to Collection

No Collections

Here you'll find all collections you've created before.