
US suspends sales of some US technologies to China's airplane maker COMAC, New York Times reports
WASHINGTON, May 28 (Reuters) - The United States has suspended some sales to China of critical U.S. technologies, including those related to jet engines to Chinese state-owned aerospace manufacturer COMAC, the New York Times reported on Wednesday.
Citing two people familiar with the matter, the newspaper said the move was in response to China's recent restriction on exports of critical minerals to the U.S. The paper said the department had suspended some licenses that allowed U.S. firms to sell products and technology to COMAC to develop its C919 aircraft.
The Commerce Department and Chinese Embassy in Washington did not immediately respond to requests for comment.
The C919 is made in China but many of its components come from overseas, including its LEAP engine which is made by GE Aerospace and French engine maker Safran (SAF.PA), opens new tab. GE Aerospace (GE.N), opens new tab did not offer an immediate comment.
The C919 - designed to compete with best-selling narrow-body models of dominant planemakers Airbus (AIR.PA), opens new tab and Boeing (BA.N), opens new tab - entered service in China in 2023 after winning domestic safety certification in 2022.
The C919 currently only flies within China and Hong Kong.
In 2020, the first Trump administration granted a license to GE to supply engines for the jet. "I want China to buy our jet engines, the best in the World,' Trump said in February 2020. 'I want to make it EASY to do business with the United States, not difficult.'
GE was licensed for the LEAP engines in 2014.

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles


Geeky Gadgets
33 minutes ago
- Geeky Gadgets
Make Excel Formulas Flexible with This Simple Operator
Have you ever found yourself manually updating Excel formulas, tediously adjusting titles, or struggling to make your spreadsheets adapt to changing data? It's a common frustration, but what if there was a simple yet powerful way to make your formulas smarter and more flexible? Enter the ampersand (&) operator—a seemingly modest tool that can transform the way you work in Excel. While often overlooked, this operator is the key to creating dynamic, adaptable formulas that save time, reduce errors, and elevate your data management skills. From combining text effortlessly to building advanced lookup functions, the ampersand operator proves that even the smallest tools can deliver outsized results. In this guide, Kenji explains how the ampersand operator can unlock new possibilities in Excel. You'll learn how to use it for dynamic titles that update automatically, flexible lookups that handle complex scenarios, and even control panels that centralize your workbook management. Whether you're a seasoned Excel user or just beginning to explore its potential, the techniques shared here will help you streamline your workflows and tackle common challenges with confidence. As you discover the versatility of this operator, you might find yourself rethinking how you approach formula creation altogether. After all, sometimes the most powerful solutions are hiding in plain sight. Mastering Excel's Ampersand Operator Text Concatenation: The Foundation of Flexibility At its core, the ampersand operator is most commonly used for text concatenation—combining text strings into a single output. While Excel provides functions like CONCAT and TEXTJOIN, the ampersand operator offers a straightforward and flexible alternative. For instance, you can merge first and last names stored in separate cells, adding a space between them for clarity. Example: If 'John' is in cell A1 and 'Doe' is in cell B1, the formula `=A1 & ' ' & B1` produces 'John Doe.' Benefits: This method allows you to customize the output by adding characters such as spaces, commas, or hyphens without relying on more complex functions. It is particularly useful for creating labels, headers, or any scenario where text needs to be dynamically combined. This simple yet effective technique forms the foundation for more advanced applications of the ampersand operator. Dynamic Titles and Headers: Automate Updates One of the most practical uses of the ampersand operator is in creating dynamic titles and headers that update automatically based on your data. This functionality is especially valuable for reports, dashboards, and summaries that need to reflect real-time information. Example: To include the current month in a report title, use the formula `='Sales Report for ' & TEXT(TODAY(), 'MMMM')`. If the current month is October, the title will display 'Sales Report for October.' Benefits: This approach eliminates the need for manual updates, saving time and reducing the risk of errors. Dynamic titles ensure that your reports remain accurate and professional, even as the underlying data changes. By automating updates, you can focus on analyzing data rather than spending time on repetitive formatting tasks. Making Excel Formulas Flexible with & Watch this video on YouTube. Unlock more knowledge in Excel formulas by reading previous articles we have written. Enhanced Lookup Functions: Handle Complex Scenarios The ampersand operator can also enhance lookup functions like XLOOKUP, VLOOKUP, and INDEX-MATCH by allowing you to combine multiple criteria into a single lookup value. This is particularly useful in scenarios where standard lookup functions might struggle to handle complex conditions. Example: If column A contains product names, column B contains categories, and you need to find the price of a specific product-category combination, you can use a formula like `=XLOOKUP(A1 & B1, C1:C100 & D1:D100, E1:E100)`. Benefits: This technique ensures precise lookups, even when dealing with multiple conditions. It is especially valuable for large datasets where accuracy is critical. By using the ampersand operator, you can create more robust and adaptable lookup formulas that address complex data requirements. Dynamic Chart Titles and Control Panels Charts and dashboards often require titles and controls that reflect the data they represent. The ampersand operator can help you create dynamic chart titles and centralized control panels, making sure that your visuals and references update automatically as your data changes. Dynamic Chart Titles: Linking chart titles to cell values using the ampersand operator ensures that titles update automatically when the data changes. Example: If your chart displays sales data for a specific region, use a formula like `='Sales in ' & A1` to dynamically update the title based on the region specified in cell A1. Benefits: This technique saves time, ensures consistency, and reduces the risk of errors in your visualizations. Dynamic chart titles enhance the clarity and professionalism of your reports and dashboards. Control Panels: The ampersand operator is invaluable when building dynamic control panels in Excel. By combining it with the INDIRECT function, you can create adaptable references that respond to changes in your workbook, such as new sheets or data. Example: Use a formula like `=INDIRECT(''' & A1 & ''!B2')` to reference cell B2 on a sheet named in cell A1. Benefits: This approach centralizes control, allowing you to update formulas across your workbook without manual adjustments. Dynamic control panels streamline workflows, making it easier to manage large workbooks with multiple sheets. Advanced Applications: Wildcard Matching and Dynamic Range References The ampersand operator also supports advanced applications, such as wildcard matching and dynamic range references, which can simplify complex tasks and improve efficiency. Wildcard Matching: When working with lookup functions, exact matches are not always feasible. The ampersand operator, combined with wildcard characters like asterisks (*), enables flexible searches for approximate matches. Example: To search for a product name starting with 'Pro,' use a formula like `=XLOOKUP('Pro' & A1, B1:B100, C1:C100)`. Benefits: This technique handles incomplete or inconsistent data, making sure accurate results even with variations in text. Wildcard matching makes your formulas more robust and adaptable to real-world data challenges. Dynamic Range References: The ampersand operator can also be used to create dynamic range references, particularly when combined with the INDIRECT function. This allows you to reference ranges across multiple sheets or adjust ranges based on user input. Example: To sum values in a range specified by the sheet name in cell A1, use the formula `=SUM(INDIRECT(''' & A1 & ''!B1:B10'))`. Benefits: This capability simplifies complex tasks, such as consolidating data from multiple sheets or creating flexible reports. Dynamic range references improve efficiency and reduce the need for manual updates in your workbook. Maximizing the Ampersand Operator's Potential The ampersand (&) operator is more than just a tool for joining text—it is a gateway to creating dynamic, flexible, and efficient Excel formulas. From text concatenation and dynamic titles to advanced lookup functions, control panels, and wildcard matching, the ampersand operator enables you to simplify complex tasks and build adaptable solutions. By incorporating this powerful tool into your workflow, you can enhance your Excel skills and unlock new possibilities for managing data effectively. Media Credit: Kenji Explains Filed Under: Guides, Top News Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.


Geeky Gadgets
33 minutes ago
- Geeky Gadgets
New DeepSeek R1 Coding Performance Tested : Pros, Cons and Real-World Applications
What if artificial intelligence could not only write code but also think through problems like a seasoned developer? Enter DeepSeek R1, the latest breakthrough in AI-driven coding and creativity. Built on the innovative V3 architecture, this model promises to transform how we approach complex programming tasks, offering unparalleled accuracy and adaptability. Yet, even the most advanced technologies come with trade-offs. While DeepSeek R1 excels in generating intricate web applications and dynamic animations, its tendency to overanalyze simple problems raises questions about its efficiency in high-pressure scenarios. Is this the future of coding, or does its brilliance come at a cost? In this in-depth breakdown, Prompt Engineering explore how DeepSeek R1 is redefining the boundaries of AI in coding and beyond. From its remarkable chain of thought reasoning to its ability to craft visually stunning outputs, this model is a fantastic option for developers and creative professionals alike. However, we'll also uncover its limitations, such as its struggles with logical deduction and occasional inefficiencies. Whether you're curious about its competitive edge against models like Gemini 2.5 or eager to understand its potential for creative problem-solving, this analysis will provide a balanced look at what makes DeepSeek R1 both impressive and imperfect. How does it stack up against the challenges of real-world applications? Let's find out. DeepSeek R1 AI Overview Transforming Coding: DeepSeek R1's Unparalleled Performance DeepSeek R1 sets a new standard in coding, showcasing exceptional performance that distinguishes it from earlier models. Whether you're developing interactive web applications, crafting animations, or designing complex algorithms, the model demonstrates outstanding accuracy and efficiency. Its performance in live coding benchmarks rivals leading competitors like Gemini 2.5 and Claude 3.7, cementing its status as a formidable player in the AI landscape. Generates interactive web applications with minimal input, streamlining development workflows. with minimal input, streamlining development workflows. Excels in creative coding , such as futuristic interface design and dynamic animations. , such as futuristic interface design and dynamic animations. Adapts seamlessly to real-time coding scenarios, enhancing productivity. Despite these strengths, the model occasionally takes excessive processing time for straightforward tasks. This inefficiency could pose challenges in time-sensitive applications, highlighting an area for potential refinement. Enhanced Reasoning: Transparency with Room for Growth One of DeepSeek R1's standout features is its advanced chain of thought reasoning. The model provides detailed, step-by-step explanations of its processes, allowing users to follow its logic with ease. This transparency is particularly valuable for debugging and understanding complex outputs, making it a useful tool for developers and analysts alike. Delivers structured reasoning paths that enhance clarity and comprehension. that enhance clarity and comprehension. Maintains raw chain of thought visibility , making sure transparency in decision-making. , making sure transparency in decision-making. Occasionally overanalyzes simple queries, leading to inefficiencies in certain scenarios. While this capability is a major strength, the model's tendency to overthink can slow performance in situations requiring quick, straightforward solutions. Addressing this issue could further optimize its utility in diverse applications. DeepSeek R1 Coding Performance Evaluation Watch this video on YouTube. Here are additional guides from our expansive article library that you may find useful on Deepseek Ai models. Creative Potential: Unlocking New Possibilities Creativity is another domain where DeepSeek R1 excels. The model is capable of generating visually compelling outputs, ranging from animations to themed designs and interactive constellations. These features make it an invaluable asset for creative professionals seeking innovative solutions to complex challenges. Produces intricate, aesthetically pleasing visual outputs that meet professional standards. that meet professional standards. Demonstrates creativity in designing unique applications, interfaces, and artistic projects. in designing unique applications, interfaces, and artistic projects. Supports imaginative problem-solving, making it a versatile tool across industries. This creative versatility positions DeepSeek R1 as a valuable resource in fields such as entertainment, education, and digital design. However, making sure consistency in its creative outputs remains an area for ongoing development. Logical Deduction: Strengths and Challenges DeepSeek R1 showcases robust reasoning capabilities but occasionally struggles with logical deduction. In some cases, it defaults to patterns derived from its training data rather than applying strict logical constraints to solve problems. This limitation underscores an area for improvement in future iterations. Demonstrates inconsistent performance in tasks requiring rigorous logical reasoning. in tasks requiring rigorous logical reasoning. Relies on training data patterns in certain scenarios, which can limit its adaptability. in certain scenarios, which can limit its adaptability. Opportunities for refinement exist to enhance its logical deduction capabilities. Addressing these challenges will be critical for improving the model's reliability and effectiveness, particularly in applications requiring precise logical reasoning. Processing Efficiency and User Interface Advancements Built on the V3 architecture, DeepSeek R1 introduces significant advancements in processing efficiency and user interface (UI) generation. The model supports both reasoning and non-reasoning modes, allowing users to tailor its behavior to their specific needs. However, its tendency to overthink can sometimes offset these efficiency gains. Improved processing efficiency compared to earlier versions, allowing faster task completion. compared to earlier versions, allowing faster task completion. Enhanced UI generation capabilities for seamless and intuitive user experiences. capabilities for seamless and intuitive user experiences. Customizable modes that cater to diverse applications and user preferences. These improvements make DeepSeek R1 a versatile tool for a wide range of users. However, further optimization is necessary to fully address its overthinking tendencies and maximize its potential. Competitive Edge: Benchmarks and Comparisons In coding benchmarks, DeepSeek R1 consistently delivers strong performance, often surpassing models like Gemini 2.5 in specific tasks. Its capabilities are comparable to Claude 3.7 in many scenarios, solidifying its position as a competitive option in the AI landscape. Excels in coding and creative benchmarks , demonstrating superior performance in targeted tasks. , demonstrating superior performance in targeted tasks. Outperforms some competitors in areas such as real-time coding and creative output generation. in areas such as real-time coding and creative output generation. Comparable to leading models in reasoning and problem-solving capabilities. While official metrics from DeepSeek are still pending, early results suggest that R1 is a formidable player in the field. Its ability to compete with and, in some cases, outperform established models highlights its potential as a leading AI solution. Future Prospects: Evolving the DeepSeek Series The future of the DeepSeek series holds significant promise, with speculation suggesting that the upcoming R2 model may introduce a new architecture. This evolution could build on the strengths of V3 while addressing its current limitations. Anticipated updates and features are expected to further enhance the model's capabilities. Potential for a new architecture that improves reasoning and efficiency. that improves reasoning and efficiency. Focus on addressing current challenges , such as overthinking and logical inconsistencies. , such as overthinking and logical inconsistencies. Opportunities for enhanced customization and user control in future iterations. These developments underscore the ongoing innovation within the DeepSeek series and its commitment to advancing the boundaries of artificial intelligence. As the series evolves, it is poised to become an even more powerful tool for professionals across various industries. Media Credit: Prompt Engineering Filed Under: AI, Guides Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.


Geeky Gadgets
33 minutes ago
- Geeky Gadgets
Breaking: WWDC 2025 Biggest Leaks Just Dropped!
Apple's WWDC 2025 (Worldwide Developers Conference), held on June 5, 2023, is set to showcase a range of fantastic updates across its software ecosystem. From iOS and iPadOS to macOS, watchOS, and tvOS, these updates aim to refine user experiences through enhanced design, practical AI integration, and improved system performance. Below is an in-depth look at what Apple has in store for its users and developers in a new video from SaranByte. Watch this video on YouTube. Unified Design: A VisionOS-Inspired Overhaul Apple is introducing a more cohesive design language across its platforms, heavily inspired by VisionOS. This unified approach emphasizes modern aesthetics while retaining Apple's signature simplicity. Key visual updates include: Rounded interface elements designed to improve reachability and comfort. Translucent notifications and glass-like UI components for a sleek, modern feel. Redesigned tab bars to enhance intuitive navigation across apps. These changes aim to create a seamless visual identity across devices, making sure a consistent and user-friendly experience. By aligning its platforms under a unified design philosophy, Apple is enhancing usability without overwhelming users with unnecessary complexity. AI Takes Center Stage in iOS 19 Artificial intelligence is a cornerstone of iOS 19, with Apple introducing tools to help developers integrate AI into their applications. These features are designed to enhance both creativity and functionality. Notable advancements include: AI-powered notification summaries that prioritize alerts based on user behavior and preferences. that prioritize alerts based on user behavior and preferences. Advanced image editing tools that use AI for precision and creativity. Genojis—customized emojis generated using AI, offering a personalized touch to messaging. AI-driven battery management to optimize charging patterns and extend overall battery health. These updates reflect Apple's focus on practical AI applications that improve everyday interactions, making sure that users benefit from smarter, more efficient devices. iPadOS: Bridging the Gap Between Tablet and Laptop iPadOS is receiving updates that aim to enhance productivity while maintaining its identity as a tablet-first operating system. These updates are designed to appeal to users seeking a balance between portability and functionality. Key enhancements include: A macOS-inspired menu bar that simplifies multitasking and app management. Improvements to Stage Manager, offering a smoother and more intuitive user experience. While some users continue to advocate for full macOS functionality on iPads, Apple remains committed to preserving the iPad's unique versatility. These updates aim to provide laptop-like features without compromising the tablet's core strengths. Stage Manager Expands to iPhones For the first time, Stage Manager may debut on iPhones equipped with USB-C ports, such as the anticipated iPhone 15 or 16 series. This feature could transform the iPhone into a more versatile device when connected to an external display. Potential benefits include: Enhanced multitasking capabilities that allow users to manage multiple apps simultaneously. that allow users to manage multiple apps simultaneously. Greater flexibility for professional tasks and personal use, bridging the gap between mobile and desktop experiences. Although its initial implementation may be limited, this development signals Apple's intent to expand multitasking functionality across its product lineup, offering users more ways to maximize their devices. Focus on Stability and Performance Apple is addressing long-standing concerns about software bugs and performance inconsistencies with a renewed focus on stability in iOS 19. These efforts aim to: Deliver a more reliable and consistent operating system that minimizes disruptions. Enhance user trust by prioritizing performance improvements over flashy new features. This commitment to stability underscores Apple's dedication to refining the user experience, making sure that its devices remain dependable and enjoyable to use. AI's Future at Apple While Apple is making steady progress in AI integration, its large language model is not expected to launch until 2026. Current AI features represent incremental improvements rather than innovative changes. This measured approach reflects Apple's focus on quality and long-term development over rapid deployment. By prioritizing thoughtful innovation, Apple ensures that its AI tools are both practical and reliable, aligning with its broader vision for user-centric technology. Refinements for Everyday Usability Apple is introducing subtle yet impactful updates designed to improve daily interactions with its devices. These refinements include: New lock screen features, such as charging time indicators, for added convenience. Refreshed interface elements that provide a more modern and polished look. These updates aim to balance aesthetic appeal with practical functionality, making sure that users enjoy a more seamless and intuitive experience in their day-to-day device usage. Looking Ahead WWDC 2023 highlights Apple's commitment to innovation, with updates that emphasize unified design, AI integration, and productivity enhancements. Features like Stage Manager for iPhones and macOS-inspired elements for iPads demonstrate Apple's efforts to expand device capabilities while maintaining their unique identities. By focusing on stability, usability, and thoughtful design, Apple continues to refine its software ecosystem, delivering improvements that align with its vision for the future. These updates promise to enhance both the aesthetic and functional aspects of Apple's devices, making sure a more satisfying user experience for years to come. Master WWDC 2023 with the help of our in-depth articles and helpful guides. Source & Image Credit: SaranByte Filed Under: Apple, Apple iPhone, Top News Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.