<?xml version="1.0"?>
<rss version="2.0"><channel><title>News: Technology News</title><link>https://nsaneforums.com/news/technology-news/page/199/?d=2</link><description>News: Technology News</description><language>en</language><item><title>Microsoft unveils AI model that understands image content, solves visual puzzles</title><link>https://nsaneforums.com/news/technology-news/microsoft-unveils-ai-model-that-understands-image-content-solves-visual-puzzles-r13339/</link><description><![CDATA[<h2>
	<span style="font-size:14px;">Microsoft believes a multimodal approach paves the way for human-level AI.</span>
</h2>

<p>
	<span style="font-size:14px;">On Monday, researchers from Microsoft <a href="https://arxiv.org/abs/2302.14045" rel="external nofollow">introduced</a> Kosmos-1, a multimodal model that can reportedly analyze images for content, solve visual puzzles, perform visual text recognition, pass visual IQ tests, and understand natural language instructions. The researchers believe multimodal AI—which integrates different modes of input such as text, audio, images, and video—is a key step to building artificial general intelligence (AGI) that can perform general tasks at the level of a human.</span>
</p>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">"Being a basic part of intelligence, multimodal perception is a necessity to achieve artificial general intelligence, in terms of knowledge acquisition and grounding to the real world," the researchers write in their <a href="https://arxiv.org/pdf/2302.14045.pdf" rel="external nofollow">academic paper</a>, Language Is Not All You Need: Aligning Perception with Language Models.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Visual examples from the Kosmos-1 paper show the model analyzing images and answering questions about them, reading text from an image, writing captions for images, and taking a visual IQ test with 22–26 percent accuracy (more on that below).</span>
</p>

<p>
	 
</p>

<p>
	<img alt="2023-03-02-193343.jpg" class="ipsImage" data-ratio="75.10" height="490" width="720" src="https://i.postimg.cc/KzHKk9MX/2023-03-02-193343.jpg" />
</p>

<p>
	<img alt="2023-03-02-193343.jpg" class="ipsImage" data-ratio="75.10" height="485" width="720" src="https://i.postimg.cc/tTZ65QyR/2023-03-02-193343.jpg" />
</p>

<p>
	<img alt="2023-03-02-193343.jpg" class="ipsImage" data-ratio="75.10" height="486" width="720" src="https://i.postimg.cc/jj9wCgfp/2023-03-02-193343.jpg" />
</p>

<p>
	 
</p>

<div>
	<div>
		<div>
			<span style="font-size:14px;">While the media buzzes with news about large language models (LLM), some AI experts point to multimodal AI as a <a href="https://www.nature.com/articles/s41467-022-30761-2" rel="external nofollow">potential path</a> toward general artificial intelligence, a hypothetical technology that will ostensibly be able to replace humans at any intellectual task (and any intellectual job). AGI is the <a href="https://openai.com/blog/planning-for-agi-and-beyond" rel="external nofollow">stated goal</a> of OpenAI, a key business partner of Microsoft in the AI space.</span>
		</div>

		<div>
			 
		</div>
	</div>
</div>

<p>
	<span style="font-size:14px;">In this case, Kosmos-1 appears to be purely a Microsoft project, without OpenAI's involvement. The researchers call their creation a "multimodal large language model" (MLLM) because its roots lie in natural language processing, like a text-only LLM, such as <a href="https://arstechnica.com/information-technology/2022/12/openai-invites-everyone-to-test-new-ai-powered-chatbot-with-amusing-results/" rel="external nofollow">ChatGPT</a>. And it shows: For Kosmos-1 to accept image input, the researchers must first translate the image into a special series of tokens (basically text) that the LLM can understand. The Kosmos-1 <a href="https://arxiv.org/pdf/2302.14045.pdf" rel="external nofollow">paper</a> describes this in more detail:</span>
</p>

<p>
	 
</p>

<blockquote>
	<div>
		<div>
			<div>
				<p>
					<span style="font-size:14px;">For input format, we flatten input as a sequence decorated with special tokens. Specifically, we use and to denote start- and end-of-sequence. The special tokens  and indicate the beginning and end of encoded image embeddings. For example, “ document &lt;/g&gt;” is a text input, and "&lt;s&gt; paragraph &lt;image&gt; Image Embedding &lt;/image&gt; paragraph &lt;/s&gt;” is an interleaved image-text input.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">... An embedding module is used to encode both text tokens and other input modalities into vectors. Then the embeddings are fed into the decoder. For input tokens, we use a lookup table to map them into embeddings. For the modalities of continuous signals (e.g., image, and audio), it is also feasible to represent inputs as discrete code and then regard them as “foreign languages”.</span>
				</p>

				<p>
					 
				</p>
			</div>
		</div>
	</div>
</blockquote>

<p>
	<span style="font-size:14px;">Microsoft trained Kosmos-1 using data from the web, including excerpts from <a href="https://pile.eleuther.ai/" rel="external nofollow">The Pile</a> (an 800GB English text resource) and <a href="https://commoncrawl.org/" rel="external nofollow">Common Crawl</a>. After training, they evaluated Kosmos-1's abilities on several tests, including language understanding, language generation, optical character recognition-free text classification, image captioning, visual question answering, web page question answering, and zero-shot image classification. In many of these tests, Kosmos-1 outperformed current state-of-the-art models, according to Microsoft.</span>
</p>

<p>
	 
</p>


	<img alt="kosmos_raven_example-640x509.jpg" class="ipsImage" data-ratio="79.53" height="509" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2023/03/kosmos_raven_example-640x509.jpg" />
	
		<div>
			<span style="font-size:14px;"><a href="https://cdn.arstechnica.net/wp-content/uploads/2023/03/kosmos_raven_example.jpg" rel="external nofollow">Enlarge</a> / An example of the Raven IQ test that Kosmos-1 was tasked with solving.</span>
		</div>

		<div>
			<span style="font-size:14px;">Microsoft</span>
		</div>

		<div>
			 
		</div>
	


<p>
	<span style="font-size:14px;">Of particular interest is Kosmos-1's performance on Raven's Progressive Reasoning, which measures visual IQ by presenting a sequence of shapes and asking the test taker to complete the sequence. To test Kosmos-1, the researchers fed it a filled-out test,</span>
</p>

<p>
	<span style="font-size:14px;">one at a time, with each option completed, and asked if the answer was correct. Kosmos-1 could only correctly answer a question on the Raven test 22 percent of the time (26 percent with fine-tuning). This is by no means a slam dunk, and errors in the methodology could have affected the results, but Kosmos-1 beat random chance (17 percent) on the Raven IQ test.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Still, while Kosmos-1 represents early steps in the multimodal domain (an approach <a href="https://arxiv.org/abs/2302.00923" rel="external nofollow">also being pursued</a> by others), it's easy to imagine that future optimizations could bring even more significant results, allowing AI models to perceive any form of media and act on it, which will greatly enhance the abilities of artificial assistants. In the future, the researchers say they'd like to scale up Kosmos-1 in model size and integrate speech capability as well.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Microsoft says it plans to make Kosmos-1 available to developers, though the <a href="https://github.com/microsoft/unilm" rel="external nofollow">GitHub page</a> the paper cites has no obvious Kosmos-specific code upon this story's publication.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://arstechnica.com/information-technology/2023/03/microsoft-unveils-kosmos-1-an-ai-language-model-with-visual-perception-abilities/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">13339</guid><pubDate>Thu, 02 Mar 2023 19:46:07 +0000</pubDate></item><item><title>Liquid Nitrogen Could Be Used To Keep Astronauts Clean On The Moon</title><link>https://nsaneforums.com/news/technology-news/liquid-nitrogen-could-be-used-to-keep-astronauts-clean-on-the-moon-r13335/</link><description><![CDATA[<h2>
	<span style="font-size:14px;">Lunar dust gets everywhere and it is dangerous to tech and people, but a new solution could solve this problem.</span>
</h2>

<p>
	<span style="font-size:14px;">There are many challenges around <a href="https://www.iflscience.com/humans-will-walk-on-the-moon-in-2025-nasa-announces-67143" rel="external nofollow">the return of astronauts to the Moon</a>. But there are also challenges when we actually get the astronauts there, and a big one comes from something small: <a href="https://www.nasa.gov/feature/glenn/2021/dust-an-out-of-this-world-problem" rel="external nofollow">moon dust</a>. It has the consistency of ground fiberglass, it clings to spacesuits and crafts, and you do not want to breathe it in. Apollo astronauts used brushes to get clean, without much success. A new paper suggests another method: liquid nitrogen.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">A team tested a cryogenic sprayer filled with liquid nitrogen in a vacuum, shooting a spacesuit-like material covered in a moon dust simulant. They found that the system worked to remove over 98.4 percent of the dust under vacuum conditions, without damaging the suits like methods used in the past, such as brushes and vacuuming.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“It posed a lot of problems that affected the missions as well as the astronauts once they returned home,” Ian Wells, first author of the paper from Washington State University, said in a <a href="https://www.eurekalert.org/news-releases/981055" rel="external nofollow">statement</a>.</span>
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allowfullscreen="" frameborder="0" height="113" src="https://www.youtube-nocookie.com/embed/1adYnNEeWoQ?feature=oembed" title="Liquid nitrogen spray could clean up stubborn moon dust - Washington State University" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Lunar dust can affect engines and electronics, damage suits including the seals, and gave the Apollo astronauts “lunar hay fever.” It damaged their lungs and in the long term could cause effects similar to what is experienced by coal miners: the so-called <a href="https://www.iflscience.com/rates-of-miners-lung-disease-are-accelerating-rather-than-improving-46024" rel="external nofollow">black lung disease</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“Moon dust is electrostatically charged, abrasive and gets everywhere, making it a very difficult substance to deal with,” explained Wells. “You end up with a fine layer of dust as a minimum just covering everything.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To assess the effectiveness of the system, 26 samples were tested a total of 233 times. One of them went through 75 cleaning cycles before any damage occurred to the material. During the Apollo mission, a single brush was enough to damage the suits. And it’s not like these suits <a href="https://www.iflscience.com/next-human-moon-landing-not-feasible-by-2024-due-to-delays-on-new-spacesuits-60606" rel="external nofollow">are cheap</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The tests took place both in a vacuum and under atmospheric conditions. In a vacuum, it worked much better, lifting almost 96 percent of the smallest particles of dust. We're picturing a little moon shower pod the astronauts would enter before getting back on board the spaceship.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This work won NASA’s <a href="https://bigidea.nianet.org/" rel="external nofollow">Breakthrough, Innovative and Game-changing (BIG) Idea Challenge</a> last year and the team is looking into understanding the process better, as well as applying for grants to conduct tests in closer to real lunar conditions.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The study was published in <a href="https://www.sciencedirect.com/science/article/pii/S0094576523000681?dgcid=raven_sd_search_email" rel="external nofollow">Acta Astronautica.</a></span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.iflscience.com/liquid-nitrogen-could-be-used-to-keep-astronauts-clean-on-the-moon-67766" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">13335</guid><pubDate>Thu, 02 Mar 2023 19:29:05 +0000</pubDate></item><item><title>Solar Breakthroughs Suggest Perovskite&#x2019;s Day In The Sun Is Almost Here</title><link>https://nsaneforums.com/news/technology-news/solar-breakthroughs-suggest-perovskite%E2%80%99s-day-in-the-sun-is-almost-here-r13332/</link><description><![CDATA[<h2>
	<span style="font-size:14px;">The last two weeks have seen three announcements regarding the solar cell technology known as perovskites, any of which could transform electricity production if they can be replicated at scale.</span>
</h2>

<p>
	<span style="font-size:14px;">Perovskite solar cells have developed extraordinarily fast, going <a href="https://www.iflscience.com/highly-efficient-and-ultracheap-perovskite-solar-cells-announced-38567" rel="external nofollow">from a curiosity</a> to the <a href="https://www.iflscience.com/rubidium-doping-leads-to-new-solar-cell-efficiency-record-41121" rel="external nofollow">hottest area of solar research</a> in the space of a few years. After overcoming a series of barriers one major problem has remained; their durability. A paper in Nature Materials reports a novel solution. It comes less than a fortnight after two other potentially equally significant papers, one providing an alternative solution to the same problem and the other indicating perovskites are even more exciting than anyone knew.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The vast majority of photovoltaic cells in operation in the world are made using silicon. Although the raw material is among the cheapest and most abundant on Earth, the high temperatures needed to produce ultra-pure polysilicon require substantial energy input. Despite the spectacular fall in prices for silicon cells over the last 50 years, it is widely believed that to go much further we will need something different. Many alternatives have been tried, and some have proven better than silicon in certain niches, but only perovskites have <a href="https://www.iflscience.com/first-industrial-perovskite-cell-production-launches-the-solar-power-of-the-future-59800" rel="external nofollow">looked likely</a> to become a major source of power in the world.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Perovskites are named after the natural material whose basic structure they mimic. They are made up of calcium, oxygen, and titanium – all very cheap elements – doped with metals. The quantity of metals used is so small that manufacturing costs should be very low. Moreover, where silicon cells are good at collecting energy from the red part of the spectrum but bad at the blue, perovskites can be tuned to suit desired wavelengths.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Ion migrations have posed a problem for previous efforts to commercialize perovskite cells because the migrating ions make the material unstable and lead to long-term breakdown. Even very cheap solar cells are not much use for most purposes if they don’t last long. A team led by Professor Aram Amassian of North Carolina State University have now described a way to “corral” ions within perovskites to control these migrations.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“We have not found a way to prevent ions from moving through perovskite materials, but we have found that it is possible to steer these ions into a safe conduit that does not impair the material’s structural integrity or performance,” Amassian said in a <a href="https://www.mse.ncsu.edu/amassian/news/2023/corralling-ions-improves-viability-of-next-generation-solar-cells/" rel="external nofollow">statement</a>. “It’s a big step forward.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Perovskites are produced as a series of crystals or “<a href="https://www.iflscience.com/flaws-prove-wonder-material-can-get-even-better-28103" rel="external nofollow">grains</a>”, which touch at grain boundaries. “Grains are better protected from impairment when the ions move predominantly along the grain boundary,” said first author <a href="https://www.masoudghasemi.org/" rel="external nofollow">Masoud Ghasemi</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">By managing the boundaries, the team have shown it is possible to make perovskites more stable. </span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As if extending the lifespan of clean generators were not enough, Amassian believes there is potential for the corralling work to be applied to other sorts of crystalline charge carriers, which could lead to improved electricity storage devices.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Two weeks earlier a paper in Science described another way to stabilize perovskites for long-term use, by treating them with 1,3-bis(diphenylphosphino)propane (DPPP). Despite its formidable name, "DPPP is also a commercialized product with low cost and easy accessibility,” <a href="https://news.utoledo.edu/index.php/02_16_2023/physicists-solve-durability-issue-in-next-generation-solar-cells" rel="external nofollow">said</a> author <a href="https://www.utoledo.edu/nsm/physast/facstaff/_People/_Gradpages/gsZhaoningSong.html" rel="external nofollow">Dr Zhaoning Song</a> of the University of Toledo in a statement.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Yet another paper, also published during this epic two weeks, doesn’t address perovskites’ stability but instead demonstrates they can be even more efficient at turning sunlight into electricity. Perovskite cells are so thin they are placed on substrates to give them stability, and this has usually been glass. </span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, <a href="https://www.hajim.rochester.edu/optics/people/faculty/guo_chunlei/index.html" rel="external nofollow">Professor Chunlei Guo</a> and colleagues at the University of Rochester found perovskites on metal or dielectric substrates harvest 30-50 percent more of the energy in light falling on them. The excitation of electrons also lasts much longer, offering more time in which they can be tapped. “No one else has come to this observation in perovskites,” Guo <a href="https://www.rochester.edu/newscenter/metal-perovskite-solar-cells-vs-silicon-efficiency-550212/" rel="external nofollow">said</a> in a statement. “All of a sudden, we can put a metal platform under a perovskite, utterly changing the interaction of the electrons within the perovskite.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Moreover, by alternating metal and dielectric layers, he reports in Nature Photonics, the sensitivity of photodetectors can be increased an astonishing 250 percent. </span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">All three teams still need to demonstrate their ideas work at scale and outside specialized laboratory conditions. Guo may also find alternating substrates adds too much to the cost of cell production to make the approach useful outside specialist environments where efficiency matters more than price.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, if even one of the approaches makes the jump from lab bench to mass production, they could wipe out fossil fuel use during daylight hours, saving consumers money at the same time.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The papers are published in <a href="https://www.nature.com/articles/s41563-023-01488-2" rel="external nofollow">Nature Materials</a> (open access), <a href="https://www.science.org/doi/10.1126/science.ade3970" rel="external nofollow">Science</a>, and <a href="https://www.nature.com/articles/s41566-022-01151-3" rel="external nofollow">Nature Photonics</a> (open access).</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.iflscience.com/solar-breakthroughs-suggest-perovskite-s-day-in-the-sun-is-almost-here-67790" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">13332</guid><pubDate>Thu, 02 Mar 2023 19:07:59 +0000</pubDate></item><item><title>Microsoft&#x2019;s Activision deal likely to be approved by EU regulators, says Reuters</title><link>https://nsaneforums.com/news/technology-news/microsoft%E2%80%99s-activision-deal-likely-to-be-approved-by-eu-regulators-says-reuters-r13328/</link><description><![CDATA[<h3>
	EU regulators are scheduled to decide on the deal by April 25th.
</h3>

<div>
	<div>
		<p>
			Microsoft’s proposed acquisition of Activision Blizzard is likely to be approved by EU regulators, <a href="https://www.reuters.com/markets/deals/eu-unlikely-demand-asset-sales-microsoft-activision-deal-sources-say-2023-03-02/" rel="external nofollow">Reuters reports</a>. The software giant struck licensing deals with Nintendo and Nvidia recently, and Reuters says these deals are likely to satisfy lawmakers in Europe to help Microsoft clear its $68.7 billion deal.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			The European Commission is reportedly unlikely to demand that Microsoft sell any Activision Blizzard assets as a condition of regulatory approval. That’s a contrast to the UK’s Competition and Markets Authority (CMA), which offered up <a href="https://www.theverge.com/2023/2/8/23590700/microsoft-activision-uk-cma-findings-call-of-duty" rel="external nofollow">possible remedies last month</a> that include Microsoft being forced to sell off Activision Blizzard’s business associated with Call of Duty.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			EU regulators are scheduled to decide on Microsoft’s Activision deal by April 25th, and it appears that last-minute licensing agreements with Nintendo and Nvidia may have helped win favor for Microsoft in Europe.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			Microsoft revealed it had <a href="https://www.theverge.com/2023/2/21/23608256/microsoft-nintendo-call-of-duty-agreement-legal-eu-hearing" rel="external nofollow">signed a binding 10-year agreement with Nintendo</a> to bring Call of Duty to Nintendo platforms just hours before a key EU meeting last month. Microsoft then held a special press event in Brussels after its meeting with EU regulators to <a href="https://www.theverge.com/2023/2/21/23608930/microsoft-nvidia-geforce-now-xbox-games-announcement" rel="external nofollow">announce a similar deal with Nvidia</a>. Microsoft has also offered Sony a <a href="https://www.theverge.com/2022/12/5/23494886/microsoft-sony-10-year-call-of-duty-deal" rel="external nofollow">similar 10-year deal</a> on new Call of Duty games, but the PlayStation maker hasn’t signed a deal yet.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			Microsoft still faces close regulatory scrutiny in the UK and US, though. The <a href="https://www.theverge.com/2022/12/8/23498224/ftc-microsoft-activision-blizzard-legal-challenge-sues-block" rel="external nofollow">FTC sued to try and block the deal</a> late last year, and the CMA provisional findings suggest it favors structural remedies like selling off the Call of Duty business over behavioral ones like access remedies and licensing agreements.
		</p>

		<p>
			 
		</p>

		<p>
			 
		</p>
	</div>
</div>

<p>
	<a href="https://www.theverge.com/2023/3/2/23621989/microsoft-activision-blizzard-acquisition-eu-approval-rumor" rel="external nofollow">Microsoft’s Activision deal likely to be approved by EU regulators, says Reuters</a>
</p>
]]></description><guid isPermaLink="false">13328</guid><pubDate>Thu, 02 Mar 2023 18:57:52 +0000</pubDate></item><item><title>Microsoft announces new initiatives to bring high-speed internet to Africa and more</title><link>https://nsaneforums.com/news/technology-news/microsoft-announces-new-initiatives-to-bring-high-speed-internet-to-africa-and-more-r13327/</link><description><![CDATA[<p>
	Microsoft has announced new partnerships and initiatives for 46 Least Developed Countries (LDC). The tech giant will<a href="https://blogs.microsoft.com/on-the-issues/2023/03/01/digital-development-public-private-partnerships-ldcs/" rel="external nofollow"> partner up</a>with Africa's biggest independent fibre network, Liquid Intelligent Technologies, to extend internet coverage to an additional 20 million people in Africa by 2025.
</p>

<p>
	 
</p>

<p>
	The partnership is part of <a href="https://news.microsoft.com/on-the-issues/2020/09/01/airband-initiative-rural-broadband-digital-divide/" rel="external nofollow">Microsoft's Airband initiative</a>. It aims to bring high-speed internet connectivity to unconnected communities around the world. The agreement will bring high-speed internet access to underserved areas including LDCs such as the Democratic Republic of the Congo and Zambia.
</p>

<p>
	 
</p>

<p>
	Microsoft's President Brad Smith said:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	“Fifty years after the LDCs were classified by the UN as nations most in need of social, economic, and environmental opportunities to create growth, these 46 countries combined account for 13% of the world’s population, but only about 1.5% of global GDP and less than 1% of global trade. It is clear that more needs to be done."
</p>

<p>
	 
</p>

<p>
	Microsoft also has a new skilling initiative with the International Organization of Employers and Synapse that will train 20,000 youth, women, and entrepreneurs in digital, business, and employability skills across four LDCs. High-speed internet access will need more resources to grow the digital ecosystem.
</p>

<p>
	 
</p>

<p>
	Smith added:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	“The private sector can play an important role in creating opportunities for the 880 million people living in LDCs, where only 36% of the population uses the internet today, and it’s important for Microsoft to do its part. The need for public-private partnerships has never been clearer. This is not a philanthropic exercise, but rather a business imperative – And a call to action for all of us to do more."
</p>

<p>
	 
</p>

<p>
	The Redmond company is also scaling its Digital Agriculture Platform with OCP Africa that will offer fertilizer solutions adapted to local conditions and the needs of soils and crops across Africa. This will support more than 40 million farmers and agri-stakeholders in Africa by 2030.
</p>

<p>
	 
</p>

<p>
	Microsoft's initiatives come ahead of the <a href="https://www.un.org/ldc5/private-sector-forum" rel="external nofollow">United Nations' LDC5 Private Sector Forum</a>, which is intended to explore different ways to accelerate sustainable development for LDCs by digital means.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-announces-new-initiatives-to-bring-high-speed-internet-to-africa-and-more/" rel="external nofollow">Microsoft announces new initiatives to bring high-speed internet to Africa and more</a>
</p>
]]></description><guid isPermaLink="false">13327</guid><pubDate>Thu, 02 Mar 2023 18:56:39 +0000</pubDate></item><item><title>First wave of PCIe 5.0 SSDs arrives with high prices and ridiculous heatsinks</title><link>https://nsaneforums.com/news/technology-news/first-wave-of-pcie-50-ssds-arrives-with-high-prices-and-ridiculous-heatsinks-r13304/</link><description><![CDATA[<h3>
	You really, really don't need these. But other, better versions will come later.
</h3>

<div itemprop="articleBody">
	<p>
		<img alt="inland-gen5-800x800.jpeg" class="ipsImage" data-ratio="75.10" height="540" width="540" src="https://cdn.arstechnica.net/wp-content/uploads/2023/03/inland-gen5-800x800.jpeg">
	</p>

	<div>
		<em>The Inland TD510, a MicroCenter exclusive, is dwarfed by the power cable you need to use to run its tiny fan.</em>
	</div>

	<div>
		<em>Inland</em>
	</div>

	<p>
		 
	</p>
	

	<p>
		In the high-end PC market, it's vitally important that the numbers always continue to go up. That means faster performance, newer specs, and (on occasion) <a href="https://arstechnica.com/gadgets/2023/01/amds-ryzen-7000-laptop-cpu-lineup-is-a-bewildering-patchwork-of-old-and-new/" rel="external nofollow">new model numbers</a> for existing components. One of the latest numbers to go up is the PCI Express version number supported by many motherboards; all PCs built around <a href="https://arstechnica.com/gadgets/2022/09/everything-you-need-to-know-about-zen-4-socket-am5-and-amds-newest-chipsets/" rel="external nofollow">AMD's Ryzen 7000-series chips</a> and some PCs using <a href="https://arstechnica.com/gadgets/2022/10/intel-i9-13900k-and-i5-13600k-review-beating-amd-at-its-own-game/" rel="external nofollow">Intel's 12th- or 13th-generation CPUs</a> support graphics cards solid-storage drives that use the PCI Express 5.0 interface, which is up to two times faster than version 4.0.
	</p>

	<p>
		 
	</p>

	<p>
		But actual PCIe 5.0 SSDs are just beginning to arrive on store shelves (via <a href="https://www.tomshardware.com/news/first-pcie-gen5-ssds-are-now-available" rel="external nofollow">Tom's Hardware</a>), and like so many early-adopter products, they seem purpose-built for people with more money than sense. Based on Phison's E26 SSD controller, the <a href="http://www.amazon.com/dp/B0BVRS52T5/?tag=arstech20-20" rel="external nofollow">Gigabyte Aorus Gen 5 10000</a> and MicroCenter-exclusive <a href="https://www.microcenter.com/product/660437/inland-td510-2tb-3d-tlc-nand-pcie-gen-5-x-4-nvme-m2-internal-ssd" rel="external nofollow">Inland TD510</a> promise peak read speeds of up to 10,000MB per second, compared to 7,450MB per second for the <a href="http://www.amazon.com/dp/B0BHJJ9Y77/?tag=arstech20-20" rel="external nofollow">PCIe 4.0-based Samsung 990 Pro</a>.
	</p>

	<p>
		 
	</p>

	<p>
		But both drives have major shortcomings, even assuming you have a compatible PC in the first place. The 2TB versions cost more than twice as much as you'll pay for a very-good PCIe 4.0 drive like the <a href="http://www.amazon.com/dp/B08RK2SR23/?tag=arstech20-20" rel="external nofollow">Samsung 980 Pro</a> or <a href="http://www.amazon.com/dp/B0B7CMZ3QH/?tag=arstech20-20" rel="external nofollow">WD Black SN850X</a>; the Gigabyte drive is currently out of stock but historical pricing data says it sells for $340 when it's available, while the Inland drive is currently discounted to $350 from a regular price of $400.
	</p>

	<p>
		 
	</p>

	<p>
		There's also the matter of the drives' heatsinks, each of which is ridiculous in a special way. The Gigabyte SSD comes with a gigantic, heatpipe-festooned passive heatsink, which will run silently but might be large enough to cause compatibility problems depending on your motherboard and where you install it. The Inland drive's heatsink isn't as bulky, but it includes a tiny fan connected to a large power cable. These fans can make a lot of noise because they need to spin so quickly to move much air, and the lack of a fan speed controller will make the fan spin equally quickly (and loudly) whether you're stressing the drive out or not.
	</p>

	<p>
		 
	</p>

	<figure>
		<img alt="aorus-gen5.jpg" class="ipsImage" data-ratio="75.10" height="540" width="558" src="https://cdn.arstechnica.net/wp-content/uploads/2023/03/aorus-gen5.jpg">
		<figcaption>
			<div>
				<em>The Gigabyte Aorus Gen5 10000 doesn't have a fan, but it does have a giant heatsink that might not fit in all PC builds;</em>
			</div>

			<div>
				<em>Gigabyte</em>
			</div>
		</figcaption>
	</figure>

	<p>
		Other SSDs come with heatsinks, but they're mostly small passive heatsinks that don't make any noise (many of them have been built to ensure that the drives will physically fit <a href="https://arstechnica.com/gaming/2021/07/ps5-gets-high-speed-m-2-ssd-storage-support-in-new-beta-system-software/" rel="external nofollow">into a PlayStation 5</a>, which also makes them unobtrusive in most PCs). The vast majority of mid-to-high-end motherboards include one or more built-in SSD heatsinks anyway, often styled to complement the rest of the motherboard. Installing either of these PCIe 5.0 SSDs would require removing that motherboard heatsink, or using it and running the risk of not cooling the SSD well enough to keep it from throttling.
	</p>

	<p>
		 
	</p>

	<p>
		Even putting aside the cost of the PCIe 5.0 SSDs and their silly heatsinks, it's difficult to notice the performance benefit of these kinds of drives right now. <a href="https://arstechnica.com/gaming/2022/10/microsoft-readies-directstorage-1-1-with-gpu-decompression-for-faster-game-loads/" rel="external nofollow">DirectStorage</a> is a newish Windows API that allows the GPU to load and decompress assets directly from your SSD, rather than using your CPU as a go-between. <a href="https://hothardware.com/news/directstorage-forspoken-benchmarks-pcie-345" rel="external nofollow">Recent tests</a> using the DirectStorage-compatible Forspoken show that the difference between PCIe 4.0 and PCIe 5.0 drives is nearly imperceptible with today's drives, and past tests show that <a href="https://arstechnica.com/gadgets/2022/03/directstorage-speeds-up-load-times-in-pc-game-demo-but-hardware-matters-most/" rel="external nofollow">even PCIe 3.0 and SATA SSDs can benefit quite a bit</a> from DirectStorage—it's not a feature that requires a cutting-edge drive, and it's also not a feature supported by many games as of this writing.
	</p>

	<p>
		 
	</p>

	<p>
		PCIe 5.0 drives will come down in price eventually, and improved SSD controllers and NAND chips with more advanced manufacturing processes should eventually make them run cooler, too. In the meantime, look at the price tags and the designs of these early products, shake your head, and move on.
	</p>

	<p>
		 
	</p>
</div>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/gadgets/2023/03/first-wave-of-pcie-5-0-ssds-arrives-with-high-prices-and-ridiculous-heatsinks/" rel="external nofollow">First wave of PCIe 5.0 SSDs arrives with high prices and ridiculous heatsinks</a>
</p>
]]></description><guid isPermaLink="false">13304</guid><pubDate>Thu, 02 Mar 2023 04:25:59 +0000</pubDate></item><item><title>ChatGPT Is Growing So Fast, It Now Attracts as Much Web Traffic as Bing</title><link>https://nsaneforums.com/news/technology-news/chatgpt-is-growing-so-fast-it-now-attracts-as-much-web-traffic-as-bing-r13297/</link><description><![CDATA[<p>
	<span style="font-size:22px;"><strong>Users in India are the second biggest source of traffic for ChatGPT, behind the US, according to web traffic analytics provider Similarweb.</strong></span>
</p>

<p>
	 
</p>

<p>
	In a bit of irony, <a href="https://www.pcmag.com/how-to/what-is-chatgpt-ai-phenomenon-that-seems-almost-human" rel="external nofollow">ChatGPT</a> is growing so fast the AI-powered program is starting to rival Microsoft’s Bing search engine in terms of web traffic. 
</p>

<p>
	 
</p>

<p>
	The findings come from internet traffic provider Similarweb, which <a href="https://www.similarweb.com/blog/insights/chatgpt-bing/" rel="external nofollow">reports<span>(Opens in a new window)</span></a> user visits to ChatGPT nearly doubled last month. On a worldwide basis, traffic to the chat.openai.com domain was up 85% in the first 25 days of February compared to the same period from the month before. 
</p>

<p>
	 
</p>

<p>
	“Born at the end of November 2022, ChatGPT is now attracting about as much worldwide traffic as Bing, which has been in existence since 2009,” Similarweb added. 
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="00z0awdfwkKh7sh1750sgS1-2.fit_lim.size_8" class="ipsImage" data-ratio="71.67" height="443" width="720" src="https://i.pcmag.com/imagery/articles/00z0awdfwkKh7sh1750sgS1-2.fit_lim.size_838x.png" />
</p>

<p style="text-align:center;">
	<span style="font-size:12px;"><em>(Similarweb) </em></span>
</p>

<p style="text-align:center;">
	 
</p>

<p>
	The news is ironic because Microsoft itself has begun integrating ChatGPT into Bing, which did spark a bump in web traffic to the company’s search engine. But according to Similarweb, the traffic gains “appear to have been fleeting." Microsoft recently muzzled the new Bing’s capabilities to prevent the chats from going off the rails.
</p>

<p>
	 
</p>

<p>
	In contrast, ChatGPT has faced no such chat limit restrictions, although the site has been forced to routinely cut off access due to traffic surges from incoming users. A graph from Similarweb shows ChatGPT is now attracting about 40 million visits globally per day.
</p>

<p>
	 
</p>

<p>
	In the US, Bing still beats ChatGPT in terms of web traffic, attracting more than twice as many user visits. But the reverse is true in India. “ChatGPT is now drawing twice as much as Bing in India, one of its top traffic sources,” Similarweb said.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="00z0awdfwkKh7sh1750sgS1-3.fit_lim.size_8" class="ipsImage" data-ratio="70.97" height="439" width="720" src="https://i.pcmag.com/imagery/articles/00z0awdfwkKh7sh1750sgS1-3.fit_lim.size_838x.png" />
</p>

<p style="text-align:center;">
	<span style="font-size:12px;"><em>(Credit: Similarweb) </em></span>
</p>

<p style="text-align:center;">
	 
</p>

<p style="text-align:center;">
	<img alt="00z0awdfwkKh7sh1750sgS1-4.fit_lim.size_8" class="ipsImage" data-ratio="71.67" height="443" width="720" src="https://i.pcmag.com/imagery/articles/00z0awdfwkKh7sh1750sgS1-4.fit_lim.size_838x.png" />
</p>

<p style="text-align:center;">
	<span style="font-size:12px;"><em>(Credit: Similarweb) </em></span>
</p>

<p style="text-align:center;">
	 
</p>

<p>
	India also represents the second largest source of web traffic for ChatGPT at 11.17%, behind the US, which made up 11.27% of the traffic. The AI chatbot has also been trained to converse in various languages, expanding its appeal to users in numerous countries.
</p>

<p>
	 
</p>

<p>
	Similarweb added: “We might guess that the interest from India reflects both demand from its technology sector, yes, but also from workers who can use ChatGPT to increase their productivity at tasks such as copywriting and coding.”
</p>

<p>
	 
</p>

<p>
	Bing could regain the upper hand over time. Microsoft plans on releasing the ChatGPT-powered Bing as a mainstream search product to compete with Google. But for now, the experience remains locked behind a waitlist as Redmond continues to iron out the program's various kinks.
</p>

<p>
	 
</p>

<p>
	According to Similarweb, Bing ranks as the fourth largest search engine globally, behind Google, China’s Baidu, and Russia’s Yandex. However, Google holds a huge lead(Opens in a new window) as the number one search engine, so overtaking it won’t be easy.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.pcmag.com/news/chatgpt-is-growing-so-fast-it-now-attracts-as-much-web-traffic-as-bing" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">13297</guid><pubDate>Wed, 01 Mar 2023 21:50:03 +0000</pubDate></item><item><title>Apple-silicon powered Mac Pro could come out soon, says Apple VP of Marketing</title><link>https://nsaneforums.com/news/technology-news/apple-silicon-powered-mac-pro-could-come-out-soon-says-apple-vp-of-marketing-r13281/</link><description><![CDATA[<p>
	Apple's Vice President of Worldwide Product Marketing Bob Borchers recently revealed that an Apple-silicon powered Mac Pro could be launched soon. This will complete the company's transition from Intel-based chips to in-house silicon powered devices across the line.
</p>

<p>
	 
</p>

<p>
	In an interview with India Today, Borchers said:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	"We have a clear goal to transition fully to Apple Silicone. We believe strongly that Apple silicon can power and transform experiences from the MacBook Air to all the way up to the Mac Studio. We've been very clear from the beginning that our goal is to take our entire product line to Apple Silicon. And that's something we intend to do."
</p>

<p>
	 
</p>

<p>
	Apple <a href="https://www.neowin.net/news/apple-announces-that-its-macs-will-start-using-its-own-custom-arm-processors/" rel="external nofollow">first announced this transition</a> in the WWDC 2020 keynote. Apple was already using powerful and efficiently designed chips on the iPhone and iPad for many years, and the chips are <a href="https://www.neowin.net/news/apple-unveils-its-most-powerful-chips-the-m1-pro-and-m1-max/" rel="external nofollow">known to be energy efficient and powerful</a> from a long time.
</p>

<p>
	 
</p>

<p>
	Borchers added:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	"I think for the longest time, the broader industry was focused on performance, and we've introduced this idea that you need to think about how you can do that efficiently. And part of that focus on performance per watt has allowed us and kind of pushed us to integrate some core technologies into silicon so we can deliver them as efficiently as possible."
</p>

<p>
	 
</p>

<p>
	The Mac Pro will be the final in the line of Apple products to be transitioned to Apple Silicon. According to Borchers, Apple has a district advantage over its competitors, where processors and other components are made by different companies. He added that Apple's approach to developing its own silicon chips is focused solely on meeting the needs of its customers, without any consideration for other potential buyers. This strategy allows Apple to avoid dedicating valuable silicon space to unnecessary features and instead prioritize delivering meaningful benefits to its customers.
</p>

<p>
	 
</p>

<p>
	Despite that, Apple still has a few things ahead to take care of. Borchers acknowledged that some of its devices, like the Apple Watch, requires further efficiency gains - particularly in terms of battery life. He further explained that finding a solution to this challenge is a complex process, and that the company is still exploring various options, including faster charging. Apple is also considering ways to balance real-time health and body tracking features such as heart alerts and fall detection, with the need of extended battery life.
</p>

<p>
	 
</p>

<p>
	At the end of the day, Borchers says that Apple prioritizes the overall product package instead of individual chipsets. Apple's upcoming products will undoubtedly be powered by Apple Silicon, and will definitely be more efficient and powerful than their predecessors, if not than their Intel counterparts already.
</p>

<p>
	 
</p>

<p>
	Source: <a href="https://www.indiatoday.in/technology/news/story/apple-says-it-is-determined-to-complete-apple-silicon-transition-new-mac-pro-will-come-2341242-2023-03-01" rel="external nofollow">India Today</a>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/apple-silicon-powered-mac-pro-could-come-out-soon-says-apple-vp-of-marketing/" rel="external nofollow">Apple-silicon powered Mac Pro could come out soon, says Apple VP of Marketing</a>
</p>
]]></description><guid isPermaLink="false">13281</guid><pubDate>Wed, 01 Mar 2023 18:10:11 +0000</pubDate></item><item><title>Intel&#x2019;s Meteor Lake CPUs Might Not Release On Desktop</title><link>https://nsaneforums.com/news/technology-news/intel%E2%80%99s-meteor-lake-cpus-might-not-release-on-desktop-r13266/</link><description><![CDATA[<h3>
	Intel’s 14th-gen processor series called Meteor Lake is based on a tile-based design, making it harder to manufacture compared to a conventional processor.
</h3>

<p>
	As we move towards smaller nm architecture in chips, the need for innovation increases more and more.
</p>

<p>
	 
</p>

<p>
	AMD did their own way of innovating their Ryzen processors by adapting a chiplet based design. Where a single CPU would have two chiplets inside it, each consisting of 8 cores max. The reason is simple, the smaller the chip is, the higher chance of picking the good ones out of a silicon wafer, giving higher yields and massively saving costs.
</p>

<p>
	 
</p>

<p>
	After years of waiting, Intel decided that it needed to do something like that too. So Intel announced that it’s next-gen, that is, 14th-gen Meteor Lake CPU processors will come with a tile-based design.
</p>

<p>
	 
</p>

<p>
	While AMD went for two smaller core chiplets and a big I/O chiplet, Intel has decided to do it differently.
</p>

<h3>
	Intel Meteor Lake’s Tile-based Design
</h3>

<figure>
	<img alt="Meteor-Lake-Tile-Architecture.webp" class="ipsImage" data-ratio="63.47" height="402" width="720" src="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/03/Meteor-Lake-Tile-Architecture.webp">
	<figcaption>
		<em>Intel Meteor Lake’s Tile-based Architecture. Credit: Intel.</em>
	</figcaption>
</figure>

<p>
	In Meteor Lake, Intel has announced that the processor will have 4 tiles. One SOC tile, one IO Tile, one GFX (GPU) tile and one CPU tile. The CPU tile will have all the performance and efficiency cores inside it.
</p>

<p>
	 
</p>

<p>
	While moving forward, this is an ideal move taken by Intel. As a big monolithic CPU would get harder and harder to manufacture and splitting things inside a processor is better. The problem is that, it seems that making a tile-based processor isn’t easy either. We aren’t sure what exactly is the status of these processors currently.
</p>

<h3>
	Intel Meteor Lake Desktop Maybe Cancelled
</h3>

<p>
	From some time now, there are rumors that Intel might cancel the Meteor Lake Desktop processor. This rumor became public by a <a href="https://twitter.com/OneRaichu/status/1627899433865338880" rel="external nofollow" target="_blank" title="">tweet by a known</a> Twitter based leaker @OneRaichu.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed914408533" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/OneRaichu/status/1627899433865338880?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1627899433865338880%257Ctwgr%255Ef92b0e875d7251bf1133c7ad12e9f5c1012b619e%257Ctwcon%255Es1_%26ref_url=https://ourdigitech.com/hardware/intels-meteor-lake-cpus-might-not-release-on-desktop/" style="overflow: hidden; height: 728px;"></iframe>
</div>

<p>
	In it, he mentions that Intel has most likely converted whatever chips or design they had for Meteor Lake desktop into Meteor Lake mobile CPUs.
</p>

<p>
	 
</p>

<p>
	The MTL-S chip is referring to is Meteor Lake desktop. With MTL being Meteor Lake and S being the desktop variants of Intel Core processors.
</p>

<p>
	 
</p>

<p>
	It’s entirely possible that Intel tried making a tile-based desktop chip, but was not able to do so yet. Hence, making it available only for laptops.
</p>

<h4>
	Meteor Lake Might Target Efficiency More Than Performance
</h4>

<p>
	Another hint that Meteor Lake might not release on desktop is from an <a href="https://twitter.com/OneRaichu/status/1622430910477131777" rel="external nofollow" target="_blank" title="">earlier tweet</a> by OneRaichu.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed4132192677" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/OneRaichu/status/1622430910477131777?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1622430910477131777%257Ctwgr%255Ef92b0e875d7251bf1133c7ad12e9f5c1012b619e%257Ctwcon%255Es1_%26ref_url=https://ourdigitech.com/hardware/intels-meteor-lake-cpus-might-not-release-on-desktop/" style="overflow: hidden; height: 344px;"></iframe>
</div>

<p>
	In it, he mentions how Meteor Lake is going to target 1.5x times the efficiency of the current generation Raptor Lake.
</p>

<p>
	 
</p>

<p>
	Efficiency is something that mobile processors used in laptops benefit more than just desktop processors.
</p>

<h3>
	More Information About A Possible Meteor Lake Desktop Appears
</h3>

<p>
	To make things more confusing, another Twitter based leaker has shared the details about a possible Meteor Lake Desktop CPU. Twitter based leaker <a href="https://mobile.twitter.com/leaf_hobby" rel="external nofollow">@leaf_hobby</a> had posted a <a href="https://twitter.com/leaf_hobby/status/1629570261480792065" rel="external nofollow" target="_blank" title="">now deleted</a> Tweet sharing the details about possible Meteor Lake Desktop features.
</p>

<p>
	 
</p>

<div>
	<figure>
		<img alt="Leaf_hobby-Intel-Meteor-Lake.webp" class="ipsImage" data-ratio="95.84" height="484" width="505" src="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/03/Leaf_hobby-Intel-Meteor-Lake.webp">
		<figcaption>
			<em>@leaf_hobby discussing Intel Meteor Lake specs.</em>
		</figcaption>
	</figure>
</div>

<p>
	In that tweet, it is mentioned that Intel Meteor Lake Desktop will have x20 PCIe 5.0 lanes from the CPU. One x16 for the graphics card and one x4 possibly for an M.2 SSD.
</p>

<p>
	 
</p>

<p>
	It also mentions that the Z890 chipset might have an additional x4 PCIe 4.0 lanes, totaling x24 lanes. This is x4 more than what is found in current-gen Raptor Lake processors. Debut support for Wi-Fi 7 too is stated.
</p>

<p>
	 
</p>

<p>
	But what makes interesting is that it mentions that Meteor Lake Desktop has only 6 performance cores with 8 performance cores version possibly under or not under development. This is where it gets interesting. 6 performance cores are found in the Raptor Lake P (mobile variant), so does that support OneRaichu’s contention that Meteor Lake-S (desktop) processors are now converted to Meteor Lake-P (mobile) instead.
</p>

<p>
	 
</p>

<p>
	When asked about it, leaf_hobby doesn’t deny that being a possibility.
</p>

<p>
	 
</p>

<figure>
	<img alt="Leaf_hobby-Intel-Raptor-Lake-Meteor-Lake" class="ipsImage" data-ratio="39.03" height="178" width="720" src="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/03/Leaf_hobby-Intel-Raptor-Lake-Meteor-Lake.webp">
	<figcaption>
		<em>@leaf_hobby discussing Intel Meteor Lake being canceled and Raptor Lake being refreshed.</em>
	</figcaption>
</figure>

<p>
	The @leaf_hobby, however, <a href="https://twitter.com/leaf_hobby/status/1630294605223841792" rel="external nofollow" target="_blank" title="">has later shared</a> that their accounts are getting compromised repeatedly after leaking details about Intel. So they have decided to stop sharing Intel related information.
</p>

<p>
	 
</p>

<p>
	Either way, for now, we cannot say anything for sure about Meteor Lake. Whatever it maybe, there’s one thing almost certain, Intel is going to release Raptor Lake Refresh processors with higher clock rates this year. With Meteor Lake likely to be delayed till next year.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://ourdigitech.com/hardware/intels-meteor-lake-cpus-might-not-release-on-desktop/" rel="external nofollow">Intel’s Meteor Lake CPUs Might Not Release On Desktop</a>
</p>
]]></description><guid isPermaLink="false">13266</guid><pubDate>Wed, 01 Mar 2023 03:07:28 +0000</pubDate></item><item><title>Do you want a new "dog"? Xiaomi latest cyberdog is here</title><link>https://nsaneforums.com/news/technology-news/do-you-want-a-new-dog-xiaomi-latest-cyberdog-is-here-r13265/</link><description><![CDATA[<p>
	Multiple devices and products were showcased at Mobile World Congress 2023, but some surely blew our minds, with Xiaomi leading the way. Xiaomi didn't only announce its new smartphones but also showed its Cyberone and Cyberdog robots to the European audience.
</p>

<p>
	 
</p>

<figure aria-describedby="caption-attachment-186504" id="attachment_186504">
	<img alt="IMG_4155-scaled.jpg" class="ipsImage" data-ratio="75.10" height="540" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/02/IMG_4155-scaled.jpg"><noscript><img class="size-full wp-image-186504" alt="Xiaomi didn't only announce its new smartphones at MWC but also revealed its Cyberone and Cyberdog robots for the first time outside China." width="1200" height="900" srcset="https://www.ghacks.net/wp-content/uploads/2023/02/IMG_4155-scaled.jpg 1200w, https://www.ghacks.net/wp-content/uploads/2023/02/IMG_4155-1536x1152.jpg 1536w, https://www.ghacks.net/wp-content/uploads/2023/02/IMG_4155-2048x1536.jpg 2048w" sizes="(max-width: 1200px) 100vw, 1200px" src="https://www.ghacks.net/wp-content/uploads/2023/02/IMG_4155-scaled.jpg"></noscript>
	<figcaption id="caption-attachment-186504">
		<em>Credit: ghacks.net</em>
	</figcaption>
</figure>

<p>
	All the tech giants are trying to show off their new technologies and products. On the first day, companies like <a data-wpel-link="internal" href="https://www.ghacks.net/2023/02/27/huawei-steals-the-show-at-mwc-2023-despite-china-ban/" rel="external nofollow">Huawei</a> and <a data-wpel-link="internal" href="https://www.ghacks.net/2023/02/28/samsung-shows-off-with-its-extensive-catalogue-at-mwc/" rel="external nofollow">Samsung</a> dominated the exhibition area, but <a data-wpel-link="internal" href="https://www.ghacks.net/2023/02/28/xiaomi-13-lite-the-iphone-clone-has-been-released-at-mwc-2023/" rel="external nofollow">Xiaomi's</a> genius strategy to bring its promising and interesting robots to Barcelona surely attracted much interest. Around a week prior to the event,<a data-wpel-link="external" href="https://twitter.com/leijun/status/1626929527703359490" rel="external nofollow" target="_blank"> Xiaomi's CEO Lei Jun tweeted</a> that the CyberOne and CyberDog robots would also be present at the <a data-wpel-link="internal" href="https://www.ghacks.net/2023/02/27/mwc-2023-all-the-phones-gadgets-and-announcements-coming-out-of-barcelona/" rel="external nofollow">MWC 2023 event</a>, and the ground was already prepared beforehand.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" src="https://www.youtube-nocookie.com/embed/X8y5QocHOzs?feature=oembed" title="Cyberdog Video 1" width="200"></iframe>
	</div>
</div>


<p>
	 
</p>

<p>
	CyberDog was first introduced in 2021 and looks similar to Boston Dynamics' Spot. It has three different control methods. You could use your phone, an external remote control, or your voice to give commands and communicate. The remote control will be sold separately. In the demo video of CyberDog, it was announced that only <a data-wpel-link="internal" href="https://www.ghacks.net/2023/02/27/xiaomi-unveils-lightweight-ar-glasses-with-retina-level-display/" rel="external nofollow">Xiaomi’s</a> Redmi K40 Gaming Edition, Redmi K40, Redmi K30 5G, Redmi 10X Pro, Redmi 10X, and Mi MIX 2S are supported. The company's plan is to introduce 1,000 of them and keep them a more valuable asset rather than bringing them to every home.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" src="https://www.youtube-nocookie.com/embed/-wlAQ3EQpeM?feature=oembed" title="Cyberdog Video 2" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	CyberOne, on the other hand, was introduced last year, sooner than CyberDog. It is a concept humanoid robot with a Mi-sense depth vision module and an AI algorithm that helps it recognize objects and react accordingly. The MiAI environment semantics recognition engine is offered with it. It can detect your voice, recognize your gestures and expressions, and have 45 different classifications of human emotions. CyberOne can recognize 85 environmental sounds and uses NVIDIA's Jetson Xavier NX platform with 11 built-in sensors. It comes with a curved OLED module that shows real-time interactive information.
</p>

<p>
	 
</p>

<figure aria-describedby="caption-attachment-186505" id="attachment_186505">
	<img alt="IMG_4162-1-scaled.jpg" class="ipsImage" data-ratio="75.10" height="540" width="405" src="https://www.ghacks.net/wp-content/uploads/2023/02/IMG_4162-1-scaled.jpg"><noscript><img class="wp-image-186505 size-full" alt="Xiaomi didn't only announce its new smartphones but also showed its Cyberone and Cyberdog robots to the European audience." width="900" height="1200" srcset="https://www.ghacks.net/wp-content/uploads/2023/02/IMG_4162-1-scaled.jpg 900w, https://www.ghacks.net/wp-content/uploads/2023/02/IMG_4162-1-1152x1536.jpg 1152w, https://www.ghacks.net/wp-content/uploads/2023/02/IMG_4162-1-1536x2048.jpg 1536w" sizes="(max-width: 900px) 100vw, 900px" src="https://www.ghacks.net/wp-content/uploads/2023/02/IMG_4162-1-scaled.jpg"></noscript>
	<figcaption id="caption-attachment-186505">
		<em>Credit: ghacks.net</em>
	</figcaption>
</figure>

<p>
	Both robots still have limited functionalities, and more features are expected from their succeeders. However, Xiaomi's flex in Barcelona attracted many people as a robot dog is not something we see on a daily basis. This also showed the company's plans to concentrate on the West more.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" src="https://www.youtube-nocookie.com/embed/CGIpldvBNvM?feature=oembed" title="Cyberdog Video 3" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<div id="div-gpt-ad-1524862513262-0">
	 
</div>

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2023/02/28/xiaomis-humanoid-robots-are-ready-for-international-markets/" rel="external nofollow">Do you want a new "dog"? Xiaomi latest cyberdog is here</a>
</p>
]]></description><guid isPermaLink="false">13265</guid><pubDate>Wed, 01 Mar 2023 03:04:28 +0000</pubDate></item><item><title>Microsoft rolls out Bing Chat v96 with less "hallucination in answers"</title><link>https://nsaneforums.com/news/technology-news/microsoft-rolls-out-bing-chat-v96-with-less-hallucination-in-answers-r13254/</link><description><![CDATA[<p>
	Microsoft continues to update its new <a href="https://www.neowin.net/news/bing-chat-now-supports-100-daily-turns-in-microsofts-latest-update/" rel="external nofollow">Bing Chat feature</a> for the many people invited to test the chatbot. This morning, Mikhail Parakhin, Microsoft's head of Advertising and Web Services, posted <a href="https://twitter.com/MParakhin/status/1630455039096680450" rel="external nofollow">on his Twitter account</a> that v96 of Bing Chat is now rolling out to those testers.
</p>

<p>
	 
</p>

<p>
	In a <a href="https://twitter.com/MParakhin/status/1630470232920952832" rel="external nofollow">follow-up message</a>, he stated the major improvements in Bing Chat v96. One is that users should now experience fewer times when the chatbot won't answer a question for no real reason. The other big improvement might cause some to chuckle, as Parakhin states there should be "Reduced instances of hallucination in answers."
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed2237520658" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/MParakhin/status/1630470232920952832?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1630470232920952832%257Ctwgr%255E40eee020222794c1b6e5933221a4aa71728b7b5e%257Ctwcon%255Es1_%26ref_url=https://www.neowin.net/news/microsoft-rolls-out-bing-chat-v96-with-less-hallucination-in-answers/" style="overflow: hidden; height: 439px;"></iframe>
</div>

<p>
	That should make a few folks happier, as Bing Chat has generated some <a href="https://www.neowin.net/news/bing-users-are-making-the-chatbot-say-odd-things-while-exposing-its-errors/" rel="external nofollow">very weird interactions</a> in the past month. Microsoft limited the number of daily chat turns in Bing Chat to combat that kind of "off the rails" response, but the company <a href="https://www.neowin.net/news/bing-chat-now-supports-100-daily-turns-in-microsofts-latest-update/" rel="external nofollow">expanded those limits to 100 per day</a> this weekend.
</p>

<p>
	 
</p>

<p>
	In <a href="https://twitter.com/MParakhin/status/1630466894775087105" rel="external nofollow">yet another Twitter pos</a>t, Parakhin stated that the final version of the Bing Chat Mode Selector will be released in "the next couple of days". This will allow Bing Chat users to select if they want standard answers to questions, more accurate responses, or more "creative" answers.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-rolls-out-bing-chat-v96-with-less-hallucination-in-answers/" rel="external nofollow">Microsoft rolls out Bing Chat v96 with less "hallucination in answers"</a>
</p>
]]></description><guid isPermaLink="false">13254</guid><pubDate>Tue, 28 Feb 2023 20:59:01 +0000</pubDate></item><item><title>PC Game Pass announced for 40 new countries, Insider access begins today</title><link>https://nsaneforums.com/news/technology-news/pc-game-pass-announced-for-40-new-countries-insider-access-begins-today-r13253/</link><description><![CDATA[<p>
	It was last year when Microsoft revealed plans to bring its PC Game Pass subscription service to countries <a href="https://www.neowin.net/news/pc-game-pass-is-coming-to-five-countries-in-southeast-asia/" rel="external nofollow">outside of officially supported Xbox regions</a>. While that first endeavor only involved <a href="https://www.neowin.net/news/microsoft-launches-pc-game-pass-in-five-new-countries-in-southeast-asia/" rel="external nofollow">five countries</a>, now the company is adding a whopping 40 more countries to its supported list.
</p>

<p>
	 
</p>

<p>
	For those unfamiliar with PC Game Pass, it is a sister service to Xbox Game Pass and carries hundreds of PC games, including Microsoft's own Xbox party releases and Bethesda games, alongside access to EA Play titles.
</p>

<p>
	 
</p>

<p>
	Here's the full list of new countries joining PC Game Pass starting today, February 28:
</p>

<p>
	 
</p>

<table border="1" cellpadding="1" cellspacing="1">
	<tbody>
		<tr>
			<td>
				<ul>
					<li>
						Albania
					</li>
					<li>
						Algeria
					</li>
					<li>
						Bahrain
					</li>
					<li>
						Bolivia
					</li>
					<li>
						Bosnia and Herzegovina
					</li>
					<li>
						Bulgaria
					</li>
					<li>
						Costa Rica
					</li>
					<li>
						Croatia
					</li>
					<li>
						Cyprus
					</li>
					<li>
						Ecuador
					</li>
					<li>
						Egypt
					</li>
					<li>
						El Salvador
					</li>
					<li>
						Estonia
					</li>
					<li>
						Georgia
					</li>
					<li>
						Guatemala
					</li>
					<li>
						Honduras
					</li>
					<li>
						Iceland
					</li>
					<li>
						Kuwait
					</li>
					<li>
						Latvia
					</li>
					<li>
						Libya
					</li>
				</ul>
			</td>
			<td>
				<ul>
					<li>
						Liechtenstein
					</li>
					<li>
						Lithuania
					</li>
					<li>
						Luxembourg
					</li>
					<li>
						Malta
					</li>
					<li>
						Moldova
					</li>
					<li>
						Montenegro
					</li>
					<li>
						Morocco
					</li>
					<li>
						Nicaragua
					</li>
					<li>
						North Macedonia
					</li>
					<li>
						Oman
					</li>
					<li>
						Panama
					</li>
					<li>
						Paraguay
					</li>
					<li>
						Peru
					</li>
					<li>
						Qatar
					</li>
					<li>
						Romania
					</li>
					<li>
						Serbia
					</li>
					<li>
						Slovenia
					</li>
					<li>
						Tunisia
					</li>
					<li>
						Ukraine
					</li>
					<li>
						Uruguay
					</li>
				</ul>
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	Like the last injection of new supported regions, this wave is also beginning its mission as part of the Insider Preview Program. During this period Microsoft usually tests local payment systems, usually at a cheaper price while the tests are ongoing and gather feedback from new users regarding the experience.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" src="https://www.youtube-nocookie.com/embed/q27pnVj5TKk?feature=oembed" title="How to Sign Up for PC Game Pass Preview as an Xbox Insider" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	To join the PC Game Pass Insider Preview as someone residing in one of the mentioned countries, download the Xbox Insider app from the Microsoft Store and join the program in the Previews section. Subscribing to PC Game Pass will then be enabled and all the available games will be accessible via the Windows Xbox app like usual.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/pc-game-pass-announced-for-40-new-countries-insider-access-begins-today/" rel="external nofollow">PC Game Pass announced for 40 new countries, Insider access begins today</a>
</p>
]]></description><guid isPermaLink="false">13253</guid><pubDate>Tue, 28 Feb 2023 20:57:40 +0000</pubDate></item><item><title>MIT Breakthrough: How To Efficiently Remove Carbon Dioxide From the Ocean</title><link>https://nsaneforums.com/news/technology-news/mit-breakthrough-how-to-efficiently-remove-carbon-dioxide-from-the-ocean-r13246/</link><description><![CDATA[<p>
	<strong><span style="font-size:14px;">A new method for removing the greenhouse gas from the ocean could be far more efficient than existing systems for removing it from the air.</span></strong>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As carbon dioxide continues to build up in the Earth’s atmosphere, research teams around the world have spent years seeking ways to remove the gas efficiently from the air. Meanwhile, the world’s number one “sink” for carbon dioxide from the atmosphere is the ocean, which soaks up some 30 to 40 percent of all of the gas produced by human activities.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Recently, the possibility of removing carbon dioxide directly from ocean water has emerged as another promising possibility for mitigating CO2 emissions, one that could potentially someday even lead to overall net negative emissions. But, like air capture systems, the idea has not yet led to any widespread use, though there are a few companies attempting to enter this area.</span>
</p>

<div>
	<div>
		 
	</div>
</div>

<p>
	<span style="font-size:14px;">Now, a team of researchers at MIT says they may have found the key to a truly efficient and inexpensive removal mechanism. The findings were reported recently in the journal Energy and Environmental Science, in a paper by MIT professors T. Alan Hatton and Kripa Varanasi, postdoc Seoni Kim, and graduate students Michael Nitzsche, Simon Rufer, and Jack Lake.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The existing methods for removing carbon dioxide from seawater apply a voltage across a stack of membranes to acidify a feed stream by water splitting. This converts bicarbonates in the water to molecules of CO2, which can then be removed under vacuum.</span>
</p>

<p>
	<span style="font-size:14px;">Hatton, who is the Ralph Landau Professor of Chemical Engineering, notes that the membranes are expensive, and chemicals are required to drive the overall electrode reactions at either end of the stack, adding further to the expense and complexity of the processes. “We wanted to avoid the need for introducing chemicals to the anode and cathode half cells and to avoid the use of membranes if at all possible,” he says.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="ngcb2" class="ipsImage" data-ratio="71.81" height="480" width="720" src="https://scitechdaily.com/images/Removing-Carbon-Dioxide-From-Ocean-Desalination-Plant-777x518.jpg?ezimgfmt=ng:webp/ngcb2" />
	<p>
		<span style="font-size:14px;">Initially, the system can use existing or planned infrastructure that already processes seawater, such as desalination plants, but the system is scalable. This rendering shows how the new method could also be used by ships and offshore platforms. Credit: Courtesy of the researchers</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">The team came up with a reversible process consisting of membrane-free electrochemical cells. Reactive electrodes are used to release protons to the seawater fed to the cells, driving the release of the dissolved carbon dioxide from the water. The process is cyclic: It first acidifies the water to convert dissolved inorganic bicarbonates to molecular carbon dioxide, which is collected as a gas under vacuum. Then, the water is fed to a second set of cells with a reversed voltage, to recover the protons and turn the acidic water back to alkaline before releasing it back to the sea. Periodically, the roles of the two cells are reversed once one set of electrodes is depleted of protons (during acidification) and the other has been regenerated during alkalization.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This removal of carbon dioxide and reinjection of alkaline water could slowly start to reverse, at least locally, the acidification of the oceans that has been caused by carbon dioxide buildup, which in turn has threatened coral reefs and shellfish, says Varanasi, a professor of mechanical engineering. The reinjection of alkaline water could be done through dispersed outlets or far offshore to avoid a local spike of alkalinity that could disrupt ecosystems, they say.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“We’re not going to be able to treat the entire planet’s emissions,” Varanasi says. But the reinjection might be done in some cases in places such as fish farms, which tend to acidify the water, so this could be a way of helping to counter that effect.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Once the carbon dioxide is removed from the water, it still needs to be disposed of, as with other carbon removal processes. For example, it can be buried in deep geologic formations under the sea floor, or it can be chemically converted into a compound like ethanol, which can be used as a transportation fuel, or into other specialty chemicals. “You can certainly consider using the captured CO2 as a feedstock for chemicals or materials production, but you’re not going to be able to use all of it as a feedstock,” says Hatton. “You’ll run out of markets for all the products you produce, so no matter what, a significant amount of the captured CO2 will need to be buried underground.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Initially at least, the idea would be to couple such systems with existing or planned infrastructure that already processes seawater, such as desalination plants. “This system is scalable so that we could integrate it potentially into existing processes that are already processing ocean water or in contact with ocean water,” Varanasi says. There, the carbon dioxide removal could be a simple add-on to existing processes, which already return vast amounts of water to the sea, and it would not require consumables like chemical additives or membranes.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“With desalination plants, you’re already pumping all the water, so why not co-locate there?” Varanasi says. “A bunch of capital costs associated with the way you move the water, and the permitting, all that could already be taken care of.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The system could also be implemented by ships that would process water as they travel, in order to help mitigate the significant contribution of ship traffic to overall emissions. There are already international mandates to lower shipping’s emissions, and “this could help shipping companies offset some of their emissions, and turn ships into ocean scrubbers,” Varanasi says.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The system could also be implemented at locations such as offshore drilling platforms, or at aquaculture farms. Eventually, it could lead to a deployment of free-standing carbon removal plants distributed globally.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The process could be more efficient than air-capture systems, Hatton says, because the concentration of carbon dioxide in seawater is more than 100 times greater than it is in air. In direct air-capture systems it is first necessary to capture and concentrate the gas before recovering it. “The oceans are large carbon sinks, however, so the capture step has already kind of been done for you,” he says. “There’s no capture step, only release.” That means the volumes of material that need to be handled are much smaller, potentially simplifying the whole process and reducing the footprint requirements.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The research is continuing, with one goal being to find an alternative to the present step that requires a vacuum to remove the separated carbon dioxide from the water. Another need is to identify operating strategies to prevent precipitation of minerals that can foul the electrodes in the alkalinization cell, an inherent issue that reduces the overall efficiency in all reported approaches. Hatton notes that significant progress has been made on these issues, but that it is still too early to report on them. The team expects that the system could be ready for a practical demonstration project within about two years.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“The carbon dioxide problem is the defining problem of our life, of our existence,” Varanasi says. “So clearly, we need all the help we can get.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://scitechdaily.com/mit-breakthrough-how-to-efficiently-remove-carbon-dioxide-from-the-ocean/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">13246</guid><pubDate>Tue, 28 Feb 2023 18:01:00 +0000</pubDate></item><item><title>How realistic is Biden&#x2019;s semiconductor revival plan?</title><link>https://nsaneforums.com/news/technology-news/how-realistic-is-biden%E2%80%99s-semiconductor-revival-plan-r13243/</link><description><![CDATA[<p>
	<strong><span style="font-size:14px;">Top official envisions replicating the commitment and inspiration that took Americans to the moon but that may be fanciful thinking</span></strong>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">US Secretary of Commerce Gina Raimondo has made her recommendations for the revitalization of America’s semiconductor industry, a plan that is pivotal to retaining US economic leadership but one that also raises hard questions about government interference in the private sector and potential damage caused to US allies in Europe and East Asia.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In a <a href="https://www.commerce.gov/news/speeches/2023/02/remarks-us-secretary-commerce-gina-raimondo-chips-act-and-long-term-vision" rel="external nofollow">speech</a> entitled “The CHIPS Act and a Long-term Vision for America’s Technological Leadership,” delivered on February 23, Raimondo spoke about “the incredible opportunity we have as a nation to unleash the next generation of American innovation, protect our national security, and preserve our global economic competitiveness as we implement the historic CHIPS and Science Act.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Signed into law by President Joe Biden in August 2022, the CHIPS and Science Act allocates US$52.7 billion to semiconductor production and R&amp;D, and authorizes another $24 billion in tax credits for semiconductor production.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In her speech, Raimondo also outlined the Biden administration’s desire for the US to dominate the global tech industry:</span>
</p>

<blockquote>
	<p>
		<span style="font-size:14px;">I want the United States to be the only country in the world where every company capable of producing leading-edge chips will have a significant R&amp;D and high-volume manufacturing presence.</span>
	</p>

	<p>
		 
	</p>

	<p>
		<span style="font-size:14px;">We will be the premier destination in the world where new leading-edge chip architectures can be invented in our research labs, designed for every end-use application, manufactured at scale and packaged with the most advanced technologies.</span>
	</p>

	<p>
		 
	</p>

	<p>
		<span style="font-size:14px;">This combination of technological leadership, supplier diversity, and resiliency does not exist anywhere else in the world today.</span>
	</p>

	<p>
		 
	</p>
</blockquote>

<p>
	<img alt="gina-raimondo-uai-720x405-3.png?w=1200&amp;s" class="ipsImage" data-ratio="75.10" height="405" width="720" src="https://i0.wp.com/asiatimes.com/wp-content/uploads/2023/02/gina-raimondo-uai-720x405-3.png?w=1200&amp;ssl=1" />
</p>

<p>
	<span style="font-size:14px;">US Commerce Secretary Gina Raimondo. Photo: Progressive Hub</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Raimondo’s statements seem to suggest she would like to reverse the globalization of the semiconductor industry and establish a complete supply chain for every product on US territory, regardless of comparative advantage.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Is this a good idea? Morris Chang, founder and former CEO and chairman of TSMC, the world’s leading semiconductor foundry (contract chip manufacturer) and a 25-year veteran of Texas Instruments, wouldn’t think so. Speaking in Taipei in 2021, he said,</span>
</p>

<blockquote>
	<p>
		<span style="font-size:14px;">If you want to reestablish a complete semiconductor supply chain in the US, you will not find it to be a possible task. Even after you spend hundreds of billions of dollars, you will still find the supply chain to be incomplete, and you will find that it will be very high cost, much higher cost than what you currently have.</span>
	</p>
</blockquote>

<p>
	<span style="font-size:14px;">It should be noted that most new leading-edge IC designs always have been and are still created in the US.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In 2022, according to market research firms and media reports, seven out of TSMC’s top 11 customers were American (Apple, AMD, Qualcomm, Broadcom, Nvidia, Marvell, Analog Devices and, number 11, Intel), one was Taiwanese (MediaTek), one Japanese (Sony) and one European (STMicro).</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">And, we might ask, must Sony, the world’s top maker of image sensors, establish R&amp;D and manufacturing operations in the US? Sony has just formed a joint venture with TSMC in Japan.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Outside Japan, Sony Semiconductor has design and development bases in Belgium, France, Finland, Spain, Switzerland, Israel and Taiwan; manufacturing bases in Thailand (image sensor assembly) and China (optical pickups); and sales bases in mainland China, Hong Kong and Taiwan, South Korea, Singapore, the UK and the US (San Jose).  Presumably, management has a pretty good idea of what should be done where.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To be sure, Raimondo is not a complete techno-nationalist:</span>
</p>

<blockquote>
	<p>
		<span style="font-size:14px;">Very importantly, we are not aiming for self-sufficiency or looking to close ourselves off from global markets or competition. And of course, we are eager to continue working with our partners and allies to create diverse, resilient, and sustainable supply chains, write tech standards that align with our values and invest in our shared digital future.</span>
	</p>
</blockquote>

<p>
	<span style="font-size:14px;">After reviewing the decline of semiconductor manufacturing in the US – its share of global chip manufacturing is down from 37% to 12% since 1990; none of the world’s most advanced semiconductors are now made in the US – Raimondo went on to say:</span>
</p>

<blockquote>
	<p>
		<span style="font-size:14px;">This manufacturing atrophy has real consequences. For starters, it’s a threat to our national security. So many of our defense capabilities – like hypersonic weapons, drones, and satellites – depend on a supply of chips that aren’t currently produced in America.</span>
	</p>
</blockquote>

<p>
	<span style="font-size:14px;">That could indeed turn out to be a problem, Raimondo said:</span>
</p>

<blockquote>
	<p>
		<span style="font-size:14px;">But our dependence on foreign semiconductor supply chains also hurts our economy. In 2001, the US had more than 300,000 semiconductor manufacturing workers. In the past 20 years, we lost a third of those jobs while the global semiconductor industry has more than tripled in size. We sacrificed our manufacturing capacity and workforce in the mistaken belief that we could somehow maintain our technological leadership without them.</span>
	</p>
</blockquote>

<p>
	<span style="font-size:14px;">Raimondo correctly identifies the link between manufacturing and technological advances and the consequences of rampant outsourcing driven by an obsession with financial returns. Pointing out that “funding in technology hardware makes up only 3% of America’s venture capital, down from 20% in 2005,” she stated:</span>
</p>

<blockquote>
	<p>
		<span style="font-size:14px;">The brutal truth is that, without manufacturing strength in the US, and the innovation that flows from it, we are at a clear disadvantage in the race to invent and commercialize future generations of technology.</span>
	</p>
</blockquote>

<p>
	<span style="font-size:14px;">This is not always the case, as the overwhelming dominance of American semiconductor design and software companies demonstrates. However, as a general proposition, it is a correct diagnosis of what has been going on in the semiconductor, consumer electronics, industrial robot and other tech-focused industries for the last three decades.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As US production has been outsourced overseas, the development of some key semiconductor production equipment, flat panel TVs, industrial robots and other products has gone with it.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">China, of course, has taken the opposite tack, to its great benefit and to the alarm of the US government. Raimondo noted that “over the last two years, China has produced more than 80% of new global capacity for certain mature chips, and their market share is growing.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Is her concern justified? Data from Gartner show that among the top 10 semiconductor vendors in 2022 ranked by revenue, seven were American (Intel, Qualcomm, Micron, Broadcom, AMD, Texas Instruments and Apple), two South Korean (Samsung and SK hynix) and one Taiwanese (MediaTek).</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Samsung and SK hynix ranked first and third, respectively, while Intel ranked second. Five were design companies that outsource to TSMC.</span>
</p>

<p>
	 
</p>

<p>
	<img alt="000_8ZR4WX.jpg?resize=1200,821&amp;ssl=1" class="ipsImage" data-ratio="75.10" height="492" width="720" src="https://i0.wp.com/asiatimes.com/wp-content/uploads/2021/09/000_8ZR4WX.jpg?resize=1200,821&amp;ssl=1" />
</p>

<p>
	<span style="font-size:14px;">Taiwan-based TSMC is, along with South Korea’s Samsung, one of the two leading pillars of the global chipmaking industry. Photo: AFP / Sam Yeh</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">On the other hand, Raimondo stated that “Taiwan alone produces 92% of the world’s leading-edge chips.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Defined as ICs made at the 7nm process node and below, that means TSMC. The rest are made by Samsung. Although not the subject of her speech, the key semiconductor industry-related risk to US national security is dependence on TSMC’s factories in Taiwan.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To hedge this risk and rebuild the US semiconductor industry, Raimondo said,</span>
</p>

<blockquote>
	<p>
		<span style="font-size:14px;">We need the private sector to invest with us, using our $50 billion of public investment to crowd in at least $500 billion in additional funding for manufacturing and R&amp;D.</span>
	</p>

	<p>
		 
	</p>

	<p>
		<span style="font-size:14px;">Specifically, the US will have at least two new large-scale clusters of leading-edge logic fabs, that will have been built by highly-skilled union labor.</span>
	</p>

	<p>
		 
	</p>

	<p>
		<span style="font-size:14px;">Each cluster will include a robust supplier ecosystem, R&amp;D facilities to continuously innovate new process technologies, and specialized infrastructure. Each of those clusters will employ thousands of workers in well-paying jobs.</span>
	</p>

	<p>
		 
	</p>

	<p>
		<span style="font-size:14px;">Additionally, the US will develop multiple high-volume advanced packaging facilities, and become a global leader in packaging technologies.</span>
	</p>
</blockquote>

<p>
	<span style="font-size:14px;">That’s a tall order, history shows. Judging from the US auto industry, the application of the US-style adversarial relationship between union labor and management could disrupt and increase the cost of the project, and undermine the frontier spirit and entrepreneurial mentality that created companies like Intel, Microsoft, TSMC and Apple.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Already there is a “culture clash” at TSMC’s new factory in Arizona. Last year, EE Times quoted an American engineer working there as saying, “The work culture in Taiwan is really different than in the US. TSMC will have to change to an eight-hour workday five days a week.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">But TSMC engineers often work longer hours and are always on call, on weekends and at night, in case of an emergency.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">There has also been an effort to organize workers at Intel’s factories in Oregon in order to “address long hours, pay disparities and job security.” This comes even as Oregon Live reports that “Workers in Oregon’s chip industry earn an average of more than $150,000 annually, according to state wage data.”</span>
</p>

<p>
	 
</p>

<p>
	<img alt="Screen-Shot-2022-08-02-at-4.10.50-PM-768" class="ipsImage" data-ratio="75.10" height="394" width="720" src="https://i0.wp.com/asiatimes.com/wp-content/uploads/2023/02/Screen-Shot-2022-08-02-at-4.10.50-PM-768x421-1.png?w=1200&amp;ssl=1" />
</p>

<p>
	<span style="font-size:14px;">President Biden appears virtually at an event in Michigan on August 2, 2022, to celebrate the passage of the bipartisan CHIPS Act. Photo: Screenshot</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">On top of that, $550 billion is a lot of money. The Taiwanese, South Koreans, Japanese and Europeans, who are also subsidizing and otherwise promoting their semiconductor industries, might see it as a threat – perhaps as more dangerous than doing business with China.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">And there is a risk of oversupply if investment decisions are made by ambitious politicians rather than by experienced, market-sensitive executives.</span>
</p>

<p>
	<span style="font-size:14px;">Raimondo also aims to shore up semiconductor R&amp;D in the US:</span>
</p>

<blockquote>
	<p>
		<span style="font-size:14px;">The $39 billion in incentives [under the CHIPS Act] will bring semiconductor manufacturing back to the US, but a robust R&amp;D ecosystem will keep it here. That is why we will invest $11B to build a strong semiconductor R&amp;D ecosystem to generate the ideas and the talent we need to support these efforts.</span>
	</p>

	<p>
		 
	</p>

	<p>
		<span style="font-size:14px;">The heart of these investments will be the creation of the National Semiconductor Technology Center. The NSTC will be an ambitious public-private partnership where government, industry, customers, suppliers, educational institutions, entrepreneurs, and investors converge to innovate, connect, and solve problems.</span>
	</p>

	<p>
		 
	</p>

	<p>
		<span style="font-size:14px;">We envision a network of several centers around the country, solving the most impactful, relevant and universal R&amp;D challenges in the industry. Their work – fueled by industry support – will generate new devices, processes, tools, and materials for our manufacturing ecosystem.</span>
	</p>
</blockquote>

<p>
	<span style="font-size:14px;">So does this mark the advent of an expensive, unfocused, bureaucratic boondoggle or is Raimondo’s plan ultimately sound industrial policy?</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The American Semiconductor Innovation Coalition (ASIC) thinks the NSCT can work as long as it can develop and implement a “practical, technical agenda focused on the transition from innovation to commercialization” and “be held accountable for reaching clear and measurable goals.” To this end, ASIC has published detailed <a href="https://static1.squarespace.com/static/6220de4273c135598f63a938/t/6241cfc3bb23f712ce48fc30/1648480219187/ASIC+NSTC+R%26D+White+Paper.pdf" rel="external nofollow">recommendations</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Raimondo phrased her bottom line this way: “Here’s the truth: If we don’t invest in America’s manufacturing workforce, it doesn’t matter how much we spend. We will not succeed.” </span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Tens of thousands of engineers, technicians and scientists must be trained, she acknowledged.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“In the 10 years after Kennedy announced his mission to put a man on the moon, the number of physical science PhDs tripled and engineering PhDs quadrupled,” she said.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">That level of commitment and inspiration is needed again. It already exists in China, after all.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://asiatimes.com/2023/02/how-realistic-is-bidens-semiconductor-revival-plan/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">13243</guid><pubDate>Tue, 28 Feb 2023 17:47:50 +0000</pubDate></item><item><title>A world-first by Honor brings better battery life</title><link>https://nsaneforums.com/news/technology-news/a-world-first-by-honor-brings-better-battery-life-r13237/</link><description><![CDATA[<p>
	<span style="font-size:14px;">The battery is one of a device's most important specs, and customers consider it before purchasing. Honor introduced its new battery technology at the Mobile World Congress, which could change the future of battery life and density.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Technology firms are in a serious race with each other on who will come up with an innovative solution or an improvement for daily-used products. Internal hardware, chipsets, and displays have seen serious changes in the past few years. Tech giants mainly concentrated on the three aspects mentioned recently, but battery capacities were always left behind. In the past couple of years, we haven't seen many innovative solutions regarding battery capacity and density from these companies. However, Honor came to Barcelona to change the game.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The Chinese smartphone manufacturer, Honor, has revealed one of the most interesting features in Barcelona, apart from its new products Magic5, Magic5 Pro, and the Magic Vs. Yesterday, the CEO George Zhao announced Honor's new silicon-carbon battery with a longer runtime. According to Zhao, the silicon-carbon battery has 240% more capacity than a lithium-ion battery when run at 3.5 V. Honor's new technology offers approximately a 12.8% better performance than the current lithium-ion batteries which are used in most devices.</span>
</p>

<p>
	 
</p>

<p>
	<img alt="honor-battery1-scaled.jpg" class="ipsImage" data-ratio="75.10" height="395" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/02/honor-battery1-scaled.jpg" />
</p>

<p>
	<span style="font-size:14px;">Honor</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As mentioned, Honor also introduced its new Magic5 family, and the new Magic5 Pro comes with a 5,100 mAh battery. If the new technology had been used in this model, it could have gone up to 5,400 mAh. It might seem like a small improvement, but it is pretty impressive for a start. <a href="https://www.gsmarena.com/honor_unveils_the_first_siliconcarbon_battery_with_128_higher_energy_density-news-57716.php" rel="external nofollow">According to GSMArena</a>, Honor's new Magic5 Pro comes with a 5,400 mAh battery, while the global version offers a 5,100 mAh battery. It looks like Honor has already started using the new silicon-carbon battery in China. However,</span>
</p>

<p>
	<span style="font-size:14px;">it might also be a coincidence as the company yet to make any announcements regarding the matter. In both ways, the global version features a regular 5,100 mAh battery.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.ghacks.net/2023/02/28/a-world-first-by-honor-brings-better-battery-life/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">13237</guid><pubDate>Tue, 28 Feb 2023 13:40:40 +0000</pubDate></item><item><title>FTC warns tech: &#x2018;Keep your AI claims in check&#x2019;</title><link>https://nsaneforums.com/news/technology-news/ftc-warns-tech-%E2%80%98keep-your-ai-claims-in-check%E2%80%99-r13232/</link><description><![CDATA[<p>
	The FTC, fresh off announcing a whole new division taking on “snake oil” in tech, has sent another shot across the bows of the over-eager industry with a sassy warning to “keep your AI claims in check.”
</p>

<p>
	 
</p>

<p>
	I wrote a little while ago (okay, five years) that “AI Powered” is the meaningless tech equivalent of “all natural,” but it has progressed beyond cheeky. It seems like just about every product out there claims to implement AI in some way or another, yet few go into detail — and fewer still can tell you exactly how it works and why.
</p>

<p>
	 
</p>

<p>
	The FTC doesn’t like it. Whatever someone means when they say “powered by artificial intelligence” or some version thereof, “One thing is for sure: it’s a marketing term,” the agency writes. “And at the FTC, one thing we know about hot marketing terms is that some advertisers won’t be able to stop themselves from overusing and abusing them.”
</p>

<p>
	 
</p>

<p>
	Everyone is saying AI is reinventing everything, but it’s one thing to do that at a TED talk; it’s quite another to claim it as an official part of your product. And the FTC wants marketers to know that these claims may count as “false or unsubstantiated,” something the agency is very experienced with regulating.
</p>

<p>
	 
</p>

<p>
	So if your product uses AI or your marketing team claims it does, the FTC asks you to consider:
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Are you exaggerating what your AI product can do? </strong>If you’re making science fiction claims that the product can’t back up — like reading emotions, enhancing productivity or predicting behavior — you may want to tone those down.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>Are you promising that your AI product does something better than a non-AI product?</strong> Sure, you can make those weird claims like “4 out of 5 dentists prefer” your AI-powered toothbrush, but you’d better have all 4 of them on the record. Claiming superiority because of your AI needs proof, “and if such proof is impossible to get, then don’t make the claim.”
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>Are you aware of the risks?</strong> “Reasonably foreseeable risks and impact” sounds a bit hazy, but your lawyers can help you understand why you shouldn’t push the envelope here. If your product doesn’t work if certain people use it because you didn’t even try, or its results are biased because your dataset was poorly constructed… you’re gonna have a bad time. “And you can’t say you’re not responsible because that technology is a ‘black box’ you can’t understand or didn’t know how to test,” the FTC adds. If you don’t understand it and can’t test it, why are you offering it, let alone advertising it?
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>Does the product actually use AI at all?</strong> As I pointed out long ago, claims that something is “AI-powered” because one engineer used an ML-based tool to optimize a curve or something doesn’t mean your product uses AI, yet plenty seem to think that a drop of AI means the whole bucket is full of it. The FTC thinks otherwise.
	</li>
</ul>

<p>
	 
</p>

<p>
	“You don’t need a machine to predict what the FTC might do when those claims are unsupported,” it concludes, ominously.
</p>

<p>
	 
</p>

<p>
	Since the agency already put out some common-sense guidelines for AI claims back in 2021 (there were a lot of “detect and predict COVID” ones then), it directs questions to that document, which includes citations and precedents.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://techcrunch.com/2023/02/27/ftc-warns-tech-keep-your-ai-claims-in-check/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">13232</guid><pubDate>Tue, 28 Feb 2023 05:15:26 +0000</pubDate></item><item><title>AMD Ryzen 9 7950X3D Reviews Are Out: The New Gaming CPU King</title><link>https://nsaneforums.com/news/technology-news/amd-ryzen-9-7950x3d-reviews-are-out-the-new-gaming-cpu-king-r13230/</link><description><![CDATA[<h3>
	The gaming CPU benchmarks for AMD Ryzen 9 7950X3D show it beating Intel’s Core i9-13900K while consuming almost half the power.
</h3>

<p>
	A year ago, AMD announced a new addition to the world of processors which completely changed how we looked at CPUs while gaming. It released <a href="https://ourdigitech.com/hardware/amd-ryzen-7-5800x3d-is-a-game-changer-literally/" rel="external nofollow" target="_blank" title="AMD Ryzen 7 5800X3D Is A Game Changer, Literally">AMD Ryzen 7 5800X3D</a> with 3D V-Cache. In it, AMD added an extra 64MB layer of cache on top of the existing L3 cache. This gave it a tremendous boost in some games.
</p>

<p>
	 
</p>

<p>
	So great were the results that Ryzen 7 5800X3D was able to beat all the top, far more expensive processors. Seeing that, we expected AMD to do the same in the AMD Ryzen 7000 series processors. But to our surprise, AMD announced not one, but three new processors with the same 3D V-Cache tech in them. The processors it announced were <a href="https://ourdigitech.com/hardware/amd-reveals-new-ryzen-7950x3d-7900x3d-7800x3d-cpus/" rel="external nofollow" target="_blank" title="AMD Reveals New Ryzen 7950X3D, 7900X3D, 7800X3D CPUs">AMD Ryzen 7950X3D, 7900X3D &amp; 7800X3D</a>.
</p>

<p>
	 
</p>

<p>
	While the <a href="https://ourdigitech.com/hardware/amd-ryzen-7000x3d-prices-release-date-officially-revealed/" rel="external nofollow" target="_blank" title="AMD Ryzen 7000X3D Prices &amp; Release Date Officially Revealed">AMD Ryzen 9 7950X3D and 7900X3D</a> are releasing 28th February. AMD Ryzen 7800X3D releases more than a month later. AMD had meanwhile sent its samples of AMD Ryzen 9 7950X3D to all the reviewers. However, the reviews were not allowed to be made public until 27th February. Now the reviews are finally out and they are really exciting.
</p>

<h3>
	Prerequisites Before AMD Ryzen 7950X3D Reviews
</h3>

<figure>
	<img alt="AMD-Ryzen-7950X3D-7900X3D-7800X3D-Core-C" class="ipsImage" data-ratio="48.33" height="306" width="720" src="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/02/AMD-Ryzen-7950X3D-7900X3D-7800X3D-Core-Config.webp">
	<figcaption>
		<em>AMD Ryzen 7950X3D, 7900X3D &amp; 7800X3D Core Config. Credit: Andreas Schilling at Twitter.</em>
	</figcaption>
</figure>

<p>
	All AMD Ryzen 9 7000 CPUs come with two chiplets inside a single CPU. While AMD Ryzen 7950X3D has 8 + 8 Cores on two chiplets, Ryzen 7900X3D has 6 + 6 Cores on it. So, AMD had to decide on what chiplet to add the 3D V-Cache on. AMD finally decided that only one chiplet will have the 3D V-Cache. The second chiplet without the 3D V-Cache, on the other hand, will be clocked higher.
</p>

<p>
	 
</p>

<p>
	So that means, games will need to run on either one of the chiplet, not both. That means, something needs to tell the games which chiplet to use. That is why AMD released special chipset drivers for these processors. In it, AMD would decide which games / software will need to use the chiplet with cache and which will use the chiplet with higher frequency but without 3D V-Cache.
</p>

<p>
	 
</p>

<p>
	Additionally, AMD required the reviewers to one, make sure the Game Mode is enabled in OS settings, and Xbox Game Bar app be installed. Not to forget, latest version of BIOS with 3D V-Cache optimizations and settings is installed. Only then reviewers were suggested to review the processors. However, all the efforts seem worth it when we check all the reviews posted by top reviewers out there.
</p>

<h3>
	AMD Ryzen 9 7950X3D Reviews
</h3>

<h4>
	Tom’s Hardware
</h4>

<figure>
	<img alt="AMD-Ryzen-7950X3D-Gaming-Review-Avg-FPS-" class="ipsImage" data-ratio="75.10" height="540" width="709" src="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/02/AMD-Ryzen-7950X3D-Gaming-Review-Avg-FPS-Benchmark-Toms-Hardware.webp">
	<figcaption>
		<em>Average Gaming FPS at 1080p For AMD Ryzen 9 7950X3D. Credit: Tom’s Hardware.</em>
	</figcaption>
</figure>

<p>
	<a href="https://www.tomshardware.com/reviews/amd-ryzen-9-7950x3d-cpu-review/" rel="external nofollow" target="_blank" title="">Tom’s Hardware</a> made one of the best reviews for the AMD Ryzen 9 7950X3D. In it, they tested 3D V-Cache’s L3 latency compared to the non-cache chiplet (page 3). Then they checked clock and power usage of both the chiplets (page 4). Later came, all the other tests like overall power consumption, thermal, software and gaming benchmarks.
</p>

<p>
	 
</p>

<p>
	In gaming tests at 1080p (page 6), AMD Ryzen 9 7950X3D was 12% faster than Intel Core i9-13900KS and Core i9-13900K. It also found that AMD Ryzen 9 7950X3D was 26% faster than the Ryzen 9 7950X and 16% faster than Zen 3 based Ryzen 7 5800X3D. Which is massive.
</p>

<p>
	 
</p>

<p>
	What’s noticeable was that not all the games benefited with the 7950X3D’s extra cache, those games which did, they performed extraordinarily.
</p>

<p>
	 
</p>

<p>
	In productivity and rendering tests, Ryzen 7950X3D was behind, but not too behind. Which was nice, but that’s not what this CPU was designed for.
</p>

<p>
	 
</p>

<figure>
	<img alt="AMD-Ryzen-7950X3D-Gaming-Review-Avg-Watt" class="ipsImage" data-ratio="75.10" height="526" width="720" src="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/02/AMD-Ryzen-7950X3D-Gaming-Review-Avg-Watts-Benchmark-Toms-Hardware.webp">
	<figcaption>
		<em>Average Watts For AMD Ryzen 9 7950X3D. Credit: Tom’s Hardware.</em>
	</figcaption>
</figure>

<p>
	The biggest thing AMD Ryzen 9 7950X3D achieved, however, was doing all this with extraordinary power efficiency. While Tom’s Hardware didn’t give us the power usage for the games, in rendering benchmarks, it showed that Ryzen 9 7950X3D consumed half, yes, we repeat, half the power than the Intel Core i9-13900K CPU. This is something we feel is unheard of.
</p>

<h4>
	TechPowerUp
</h4>

<figure>
	<img alt="AMD-Ryzen-7950X3D-Gaming-Review-Avg-Min-" class="ipsImage" data-ratio="75.10" height="459" width="720" src="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/02/AMD-Ryzen-7950X3D-Gaming-Review-Avg-Min-FPS-Benchmark-TechPowerUP.webp">
	<figcaption style="width:720px;">
		<em>Average and Minimum Gaming FPS at 1080p For AMD Ryzen 9 7950X3D. Credit: TechPowerUP. Images were cropped and merged for better reader experience. Users are requested to visit original article for full images.</em>
	</figcaption>
</figure>

<p>
	<a href="https://www.techpowerup.com/review/amd-ryzen-9-7950x3d/" rel="external nofollow" target="_blank" title="">TechPowerUp</a> was another one with a great review for AMD Ryzen 9 7950X3D. It not only tested the processor with various software, but it also tested it with emulators too. But the great thing they did different from others, is that they tested everything, including games, by setting the processor to use either the cache chiplet or the non-cache one. Not to forget PBO results, that is, overclocked results are included too.
</p>

<p>
	 
</p>

<p>
	At 1080p, AMD Ryzen 9 7950X3D performed almost the same as Intel Core i9-13900K, both in average FPS and minimum FPS. There was a minor increase in performance when the chiplet with cache was preferred. Here too it was seen that it performed great in some games but badly in some others. However, big improvements were seen when using Ray Tracing in games. Except in Ray Tracing, similar benchmark results were found in 1440p and 4K gaming benchmarks too.
</p>

<p>
	 
</p>

<div>
	<figure>
		<img alt="AMD-Ryzen-7950X3D-Gaming-Review-Avg-Watt" class="ipsImage" data-ratio="96.60" height="540" width="373" src="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/02/AMD-Ryzen-7950X3D-Gaming-Review-Avg-Watts-Benchmark-TechPowerUP.webp">
		<figcaption>
			<em>Average Watts In Gaming For AMD Ryzen 9 7950X3D. Credit: TechPowerUp.</em>
		</figcaption>
	</figure>
</div>

<p>
	However, here too the biggest achievement of the AMD Ryzen 9 7950X3D was seen was the power efficiency. TechPowerUp did power usage tests on both software and gaming workloads. The results were similar all around. AMD Ryzen 9 7950X3D consumed less than half the watts of Intel Core i9-13900K.
</p>

<h4>
	igor’sLAB
</h4>

<figure>
	<img alt="AMD-Ryzen-7950X3D-Gaming-Review-Avg-FPS-" class="ipsImage" data-ratio="75.10" height="428" width="720" src="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/02/AMD-Ryzen-7950X3D-Gaming-Review-Avg-FPS-Benchmark-igorsLAB.webp">
	<figcaption>
		<em>Average Gaming FPS at 1080p For AMD Ryzen 9 7950X3D. Credit: igor’sLAB.</em>
	</figcaption>
</figure>

<p>
	<a href="https://www.igorslab.de/en/amd-ryzen-9-7950x3d-gaming-and-workstation-review/4/" rel="external nofollow" target="_blank" title="">igor’sLAB</a> was another professional reviewer which reviewed AMD Ryzen 9 7950X3D.
</p>

<p>
	 
</p>

<p>
	In gaming benchmarks at 1080p (page 4), AMD Ryzen 9 7950X3D was 9% faster than Intel Core i9-13900K, 17% faster than Ryzen 7 5800X3D and 18% faster than Ryzen 9 7950X. This performance difference were seen at 1440p and 4K too, though with more parity.
</p>

<p>
	 
</p>

<p>
	What igor’sLAB did different from others was it checked frametime in various games. There too, the AMD Ryzen 9 7950X3D was impressive and almost did it better than others.
</p>

<p>
	 
</p>

<figure>
	<a href="https://ourdigitech.com/?attachment_id=2656" rel="external nofollow" target="_blank"><img alt="Average Watts In Gaming at 1080p For AMD Ryzen 9 7950X3D igor'sLAB." data-attachment-id="2656" data-comments-opened="1" data-image-caption="" data-image-description="" data-image-meta='{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}' data-image-title="AMD-Ryzen-7950X3D-Gaming-Review-Avg-Watts-Benchmark-igorsLAB" data-large-file="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/02/AMD-Ryzen-7950X3D-Gaming-Review-Avg-Watts-Benchmark-igorsLAB.webp" data-medium-file="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/02/AMD-Ryzen-7950X3D-Gaming-Review-Avg-Watts-Benchmark-igorsLAB-300x178.png" data-orig-file="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/02/AMD-Ryzen-7950X3D-Gaming-Review-Avg-Watts-Benchmark-igorsLAB.png" data-orig-size="980,583" data-permalink="https://ourdigitech.com/hardware/amd-ryzen-9-7950x3d-reviews-are-out-the-new-gaming-cpu-king/attachment/amd-ryzen-7950x3d-gaming-review-avg-watts-benchmark-igorslab/" data-ratio="75.10" decoding="async" loading="lazy" width="719" src="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/02/AMD-Ryzen-7950X3D-Gaming-Review-Avg-Watts-Benchmark-igorsLAB.webp"></a>

	<figcaption>
		Average Watts In Gaming at 1080p For AMD Ryzen 9 7950X3D. Credit: igor’sLAB.
	</figcaption>
</figure>

<p>
	Here too, AMD Ryzen 9 7950X3D showed great power efficiency in gaming. So much so that Igor says “it’s an outright humiliation” for both Intel and other AMD Ryzen 7000 processors.
</p>

<h4>
	Other Reviewers
</h4>

<figure>
	<img alt="AMD-Ryzen-7950X3D-Gaming-Review-Avg-FPS-" class="ipsImage" data-ratio="64.03" height="404" width="720" src="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/02/AMD-Ryzen-7950X3D-Gaming-Review-Avg-FPS-Benchmark-Hardware-Unboxed.webp">
	<figcaption>
		<em>Average Gaming FPS at 1080p For AMD Ryzen 9 7950X3D &amp; 7800X3D (simulated). Credit: Hardware Unboxed.</em>
	</figcaption>
</figure>

<p>
	There are many other reviewers which got hold on to the AMD Ryzen 9 7950X3D processor. <a href="https://www.anandtech.com/show/18747/the-amd-ryzen-9-7950x3d-review-amd-s-fastest-gaming-processor/" rel="external nofollow" target="_blank" title="">AnandTech</a>, <a href="https://www.club386.com/amd-ryzen-9-7950x3d-review-gaming-nirvana/" rel="external nofollow" target="_blank" title="">Club386</a>, <a href="https://www.kitguru.net/components/leo-waldock/amd-ryzen-9-7950x3d-review/" rel="external nofollow" target="_blank" title="">KitGuru</a> and <a href="https://www.youtube.com/watch?v=9gCzXdLmjPY" rel="external nofollow" target="_blank" title="">Gamers Nexus</a> (YouTube) to name some of them.
</p>

<p>
	 
</p>

<p>
	However, the most unique reviews were from <a href="https://www.youtube.com/watch?v=DKt7fmQaGfQ" rel="external nofollow" target="_blank" title="">Hardware Unboxed</a> (YouTube) and TechPowerUp’s <a href="https://www.techpowerup.com/review/ryzen-7800x3d-performance-preview/" rel="external nofollow" target="_blank" title="">other review article</a> where they simulated how yet to be released AMD Ryzen 7 7800X3D would perform by disabling the non-cache core on AMD Ryzen 9 7950X3D. But take those reviews with some considerations like different core clock and such on AMD Ryzen 7 7800X3D. So we cannot say for sure until it’s actually released.
</p>

<h3>
	Conclusion
</h3>

<div>
	<figure>
		<img alt="AMD-Ryzen-7950X3D-CPU-Shot.webp" class="ipsImage" data-ratio="56.30" height="384" width="682" src="https://ourdigitech.com/ServerSide/wp-content/uploads/2023/01/AMD-Ryzen-7950X3D-CPU-Shot.webp">
		<figcaption>
			<em>AMD Ryzen 7950X3D CPU Shot. Credit: Tom’s Hardware.</em>
		</figcaption>
	</figure>
</div>

<p>
	It must be mentioned that we only posted images of 1080p benchmarks. There’s a lot of debate about what’s the best resolution to test CPUs at. The almost unanimous conclusion in the benchmarking community is that games are more CPU bound at lower resolutions and hence they best for testing CPUs. The higher you go, the more GPU bound the game become, hence true difference between CPUs are not visible. So we thought 1080p is perfect.
</p>

<p>
	 
</p>

<p>
	AMD Ryzen 9 7950X3D is a new gaming king. That’s for sure. Not only it’s the fastest gaming processor out there (depending on the game), it’s also one of the most power efficient processor ever created. All thanks to the 3D V-Cache which AMD has banked on. Sure, it doesn’t deliver on all the workloads, but in gaming it does, with great abilities.
</p>

<p>
	 
</p>

<p>
	However, one, there are hardly any reviews available for AMD Ryzen 9 7900X3D which got released together. It has only 6 cores on the 3D V-Cache chiplet. So it’s expected to perform worse than Ryzen 7 7800X3D. Is it the reason why AMD has not sent it to everyone for sampling or is there any other reason, we don’t know.
</p>

<p>
	 
</p>

<p>
	What’s important thing to mention is that AMD is holding onto Ryzen 7 7800X3D by not releasing it with the above two CPUs. The reason is simple, games are only going to use a single 8 core chiplet like they do in the Ryzen 9 7950X3D. Meaning, Ryzen 7 7800X3D is expected to perform almost the same as Ryzen 9 7950X3D in gaming, at far cheaper prices. So all we can say is, wait for AMD Ryzen 7 7800X3D to release if gaming is main and only use.
</p>

<div>
	 
</div>

<p>
	 
</p>

<p>
	<a href="https://ourdigitech.com/hardware/amd-ryzen-9-7950x3d-reviews-are-out-the-new-gaming-cpu-king/" rel="external nofollow">AMD Ryzen 9 7950X3D Reviews Are Out: The New Gaming CPU King</a>
</p>
]]></description><guid isPermaLink="false">13230</guid><pubDate>Tue, 28 Feb 2023 03:17:10 +0000</pubDate></item><item><title>An-225 "Mriya," world's largest aircraft, is now available in Microsoft Flight Simulator</title><link>https://nsaneforums.com/news/technology-news/an-225-mriya-worlds-largest-aircraft-is-now-available-in-microsoft-flight-simulator-r13221/</link><description><![CDATA[<p>
	<img alt="1677516554_an-225_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/02/1677516554_an-225_story.jpg">
</p>

<p>
	 
</p>

<p>
	Several weeks ago, iniBuilds revealed plans to bring the Antonov An-225 "Mriya" to the Microsoft Flight Simulator. Those waiting for the largest jet plane ever built can rejoice as the Mriya has just landed in Microsoft Flight Simulator on PC.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" src="https://www.youtube-nocookie.com/embed/tjTrNG5rTcM?feature=oembed" title="Microsoft Flight Simulator: Famous Flyers #4 - Available now" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	The An-225 "Mriya" (from the Ukrainian word for "dream") was the world's largest transport aircraft capable of hauling up to 225 tons or 496,000 lbs of cargo. It was initially made to transport the Buran orbiter but then converted to cargo aircraft once the Buran space program collapsed alongside the USSR. The "Mriya" features six engines, two vertical stabilizers, and 32 landing gear wheels.
</p>

<p>
	 
</p>

<p>
	Unfortunately, the plane was destroyed on February 27, 2022, during the first days of the Russian invasion. After liberating the area, Ukraine announced plans to rebuild the An-225 using the remaining parts from the destroyed plane and the spare airframe. According to Microsoft, all proceeds from the in-game An-225 will go toward the rebuilding effort to bring the iconic aircraft back to life.
</p>

<p>
	 
</p>

<p>
	<img alt="1677516683_an-225_wreckage_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/02/1677516683_an-225_wreckage_story.jpg">
</p>

<p>
	<em>An-225 wreckage in Hostomel, Ukraine. Photo by Oleksii Samsonov, KCSA</em>
</p>

<p>
	 
</p>

<p>
	The An-225 in the Microsoft Flight Simulator features three real-life liveries from 2010, 2008, and 2006, plus three extra. You can purchase the "Mriya" in the in-game marketplace on PC for $19.99. <a href="https://news.xbox.com/en-us/2023/02/27/microsoft-flight-simulator-antonov-an-225-mriya/" rel="external nofollow">Microsoft says</a> the DLC will arrive on consoles and Xbox Cloud Gaming in late March.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/an-225-mriya-worlds-largest-aircraft-is-now-available-in-microsoft-flight-simulator/" rel="external nofollow">An-225 "Mriya," world's largest aircraft, is now available in Microsoft Flight Simulator</a>
</p>
]]></description><guid isPermaLink="false">13221</guid><pubDate>Mon, 27 Feb 2023 19:12:05 +0000</pubDate></item><item><title>The Outer Worlds: Spacer's Choice Edition brings upgraded graphics, smarter AI, and more</title><link>https://nsaneforums.com/news/technology-news/the-outer-worlds-spacers-choice-edition-brings-upgraded-graphics-smarter-ai-and-more-r13220/</link><description><![CDATA[<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" src="https://www.youtube-nocookie.com/embed/7Ee6D0OIyeU?feature=oembed" title="The Outer Worlds: Spacer’s Choice Edition – Official Trailer" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	The Outer Worlds publisher Private Division has announced a new version of Obsidian's The Outer Worlds is incoming. Dubbed Spacer's Choice, the Obsidian Entertainment-developed title is heading only for PC, Xbox Series X|S, and PlayStation 5 platforms, and it touts enhanced graphics, smarter AI, higher level cap, and more. The last-gen original version came out in 2019, and the game never received an official next-gen upgrade.
</p>

<p>
	 
</p>

<p>
	On the visuals side, lighting, environments, character details, and particle effects have all received upgrades, and there's even dynamic weather conditions now. Meanwhile better enemy and companion AI, 4K 60FPS support on consoles, and DualSense controller adaptive triggers and haptics support on PS5 have also been confirmed.
</p>

<p>
	 
</p>

<p>
	<img alt="1677510919_52705370758_d5e5646e34_h_stor" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/02/1677510919_52705370758_d5e5646e34_h_story.jpg">
</p>

<p>
	 
</p>

<p>
	Both <a href="https://www.neowin.net/news/the-outer-worlds-first-story-dlc-is-titled-peril-on-gorgon-comes-out-september-9/" rel="external nofollow">Peril on Gorgon</a> and <a href="https://www.neowin.net/news/the-outer-worlds-final-story-expansion-murder-on-eridanos-lands-on-march-17/" rel="external nofollow">Murder on Eridanos</a> story expansion packs are also included here.
</p>

<p>
	 
</p>

<p>
	"Don’t worry, we didn’t dare touch the core of what made The Outer Worlds great," <a href="https://blog.playstation.com/2023/02/27/how-obsidian-is-enhancing-the-outer-worlds-spacers-choice-edition-for-ps5-out-march-7/" rel="external nofollow">Obsidian remarks</a> regarding the changes being made here. "There’s no point in reinventing the wheel, but fresh tires are always a plus."
</p>

<p>
	 
</p>

<p>
	The Outer Worlds: Spacer’s Choice Edition launches March 7 with a $59.99 price tag on PC, Xbox Series X|S, and PlayStation 5. Private Division is also offering an upgrade path for owners of the original game and all DLC on Xbox One, PlayStation 4, or PC, with them only needing to pay $10 to get the Spacer's Choice version.
</p>

<p>
	 
</p>

<p>
	<img alt="1677510925_m7ntdtng_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/02/1677510925_m7ntdtng_story.jpg">
</p>

<p>
	 
</p>

<p>
	While the original RPG is still getting development time, keep in mind that Obsidian is also working on The Outer Worlds 2 in the background under Xbox. Unfortunately, not much has been announced about the sequel <a href="https://www.neowin.net/news/the-outer-worlds-2-announced-by-obsidian-with-an-amusing-trailer/" rel="external nofollow">other than its humorous cinematic trailer</a> from 2021.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/the-outer-worlds-spacers-choice-edition-brings-upgraded-graphics-smarter-ai-and-more/" rel="external nofollow">The Outer Worlds: Spacer's Choice Edition brings upgraded graphics, smarter AI, and more</a>
</p>
]]></description><guid isPermaLink="false">13220</guid><pubDate>Mon, 27 Feb 2023 19:09:14 +0000</pubDate></item><item><title>NEOMIR: Planetary Defense Mission for Finding Dangerous Asteroids Hidden by Sun</title><link>https://nsaneforums.com/news/technology-news/neomir-planetary-defense-mission-for-finding-dangerous-asteroids-hidden-by-sun-r13219/</link><description><![CDATA[<p>
	<img alt="rscb2-1" class="ipsImage" data-ratio="75.10" height="540" width="720" src="https://scitechdaily.com/images/NEOMIR-Orbiting-Observatory-Asteroid-Spotter.jpg?ezimgfmt=ng:webp/ngcb2/rs:device/rscb2-1" />
</p>

<div>
	<p>
		<span style="font-size:14px;">The NEOMIR orbiting observatory will act as an early warning system to detect and monitor any asteroid coming towards Earth from the Sun’s direction. NEOMIR will be placed between the Sun and Earth, at the first Lagrange point (L1). Using a high-performance infrared detector, it will detect near-Earth objects with a diameter of over 20 meters at least three weeks in advance of potential Earth impact. Credit: ESA / Pierre Carril</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">Asteroids, like stars, only come out at night. Hidden in the glare of our Sun are an unknown number of asteroids on paths we cannot track, many of which could be heading for Earth, and we just don’t know it.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The European Space Agency’s (ESA) planned NEOMIR mission will be located between Earth and the Sun and will act as an early warning system for asteroids 20 meters and larger that cannot be seen from the ground.</span>
</p>

<h4>
	<span style="font-size:14px;">Predicting Chelyabinsk</span>
</h4>

<p>
	<span style="font-size:14px;">No one saw the Chelyabinsk meteor of February 15, 2013, coming. Just after sunrise on a calm and sunny winter’s day, a 20-meter (66-foot) asteroid struck the atmosphere over the Ural Mountains in Russia, at a speed of more than 18 km/s (40,000 miles per hour).</span>
</p>

<div>
	<div>
		 
	</div>
</div>

<div>
	<img alt="ngcb2" class="ipsImage" data-ratio="67.92" height="453" width="720" src="https://scitechdaily.com/images/Tunguska-Devastation-777x489.jpg?ezimgfmt=ng:webp/ngcb2" />
	<p>
		<span style="font-size:14px;">Fallen trees at Tunguska, Imperial Russia, seen in 1929, 15 km from epicenter of aerial blast site, caused by explosion of a meteor in 1908. Credit: Photo N. A. Setrukov, 1928</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">The relatively small rock approached Earth from very near the direction of the Sun, exploding in the atmosphere and creating a shockwave that damaged thousands of buildings, breaking windows and injuring roughly 1500 people from flying shards of glass. It was the largest asteroid to strike Earth in over a century.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Statistically, asteroids this size strike Earth about once every 50-100 years. Larger asteroids are far less common but – just ask the dinosaurs – do a great deal more damage. These are, fortunately, much easier to detect.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="ngcb2" class="ipsImage" data-ratio="75.10" height="508" width="720" src="https://scitechdaily.com/images/Hunt-for-Dangerous-Asteroids-Infographic-777x549.png?ezimgfmt=ng:webp/ngcb2" />
	<p>
		<span style="font-size:14px;">Asteroid danger explained. Credit: ESA, CC BY-SA 3.0 IGO</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">In fact, we have discovered almost all asteroids larger than 1 km in size. Small and medium-sized asteroids are more common, and can still do great damage, but warning times of a few days can be enough for local authorities to notify the public to keep away from windows or even to evacuate a local area.</span>
</p>

<h4>
	<span style="font-size:14px;">With NEOMIR, we’ll be prepared</span>
</h4>

<p>
	<span style="font-size:14px;">Whether it’s preparing for a mission to deflect a large asteroid years in advance or providing the data for local authorities to keep communities informed of airbursts weeks ahead, ESA’s NEOMIR will fill a gap in our current asteroid detection capabilities.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Asteroids are visible because they reflect the Sun’s light, which we can detect from Earth. However, the closer they get to the Sun, the harder they are to see. Asteroids crossing the face of the Sun are particularly difficult to detect, but from Earth, we are also blind to asteroids near the Sun as they are outshone by its glare.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="ngcb2" class="ipsImage" data-ratio="75.10" height="540" width="720" src="https://scitechdaily.com/images/Lagrange-Points-Spacecraft-Sync-777x583.jpg?ezimgfmt=ng:webp/ngcb2" />
	<p>
		<span style="font-size:14px;">Lagrange points are locations in space where the gravitational pull from the Earth equals the pull from the Sun, and satellites can reside with less ‘orbital maintenance’ than those orbiting Earth or flying out to deep space. Credit: ESA</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">ESA’s upcoming NEOMIR mission will be launched into orbit around the first <a href="https://scitechdaily.com/we-asked-a-nasa-scientist-what-are-lagrange-points-video/" rel="external nofollow">Lagrange point</a> (L1) between the Sun and Earth, remaining in the same position relative to the two bodies. This will give the telescope a view of asteroids that may come towards the Earth from the direction of the Sun.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Being situated outside of Earth’s distorting atmosphere and with a telescope observing in infrared light, NEOMIR will monitor a close ring around the Sun that is impossible to observe from the ground. The mission will detect asteroids passing between Earth and the Sun – any that pose a threat and that we cannot currently see will have to pass through this ring.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="ngcb2" class="ipsImage" data-ratio="71.81" height="480" width="720" src="https://scitechdaily.com/images/Here-Comes-Sun-Solar-Orbiter-777x518.jpg?ezimgfmt=ng:webp/ngcb2" />
	<p>
		<span style="font-size:14px;">Our brightly burning Sun, photographed here on an Antarctic summer day by ESA-sponsored medical doctor Stijn Thoolen at Concordia research station. Credit: ESA/IPEV/PNRA–S. Thoolen</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">By making observations in the infrared part of the light spectrum, NEOMIR will detect the heat emitted by asteroids themselves, which isn’t drowned out by sunlight. This thermal emission is absorbed by Earth’s atmosphere, but from space, NEOMIR will be able to see closer to the Sun than we can currently from Earth.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Asteroids 20 meters (66 feet) and larger that are heading toward Earth should be detected by NEOMIR at least three weeks in advance. In the worst-case scenario, in which the asteroid is spotted passing near the spacecraft, we would get a minimum of three days’ warning – the fastest the asteroid could move from L1 to Earth.</span>
</p>

<h4>
	<span style="font-size:14px;">Current status</span>
</h4>

<p>
	<span style="font-size:14px;">Details of the Space Safety Program’s NEOMIR mission are currently being fleshed out and it is planned to be launched around 2030 with an Ariane 6-2 rocket.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="ngcb2" class="ipsImage" data-ratio="75.10" height="540" width="689" src="https://scitechdaily.com/images/Ariane-6-Rocket-Using-Four-Boosters-777x609.jpg?ezimgfmt=ng:webp/ngcb2" />
	<p>
		<span style="font-size:14px;">Artist’s view of the configuration of Ariane 6 using four boosters (A64). Credit:<br />
		ESA – D. Ducros</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">An initial study to assess the feasibility of the NEOMIR mission was conducted by ESA’s Concurrent Design Facility in the Netherlands, in 2021. The study focused on defining a mission that would complement <a href="https://scitechdaily.com/planetary-defense-nasa-approves-continued-development-asteroid-hunting-space-telescope/" rel="external nofollow">NASA’s NEO Surveyor mission</a>. The US-funded mission should fulfill the US Congress mandate to discover 90% of near-Earth objects larger than 140 meters (460 feet) in diameter, while NEOMIR is designed to focus on imminent impactors of any size.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">NEOMIR is currently early mission study phase. It will require a half-meter telescope with a large, corrected focal plane, as well as two infrared channels covering light in the 5-10 micrometer waveband.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="ngcb2" class="ipsImage" data-ratio="60.56" height="404" width="720" src="https://scitechdaily.com/images/DART-Asteroid-Collision-777x437.jpg?ezimgfmt=ng:webp/ngcb2" />
	<p>
		<span style="font-size:14px;">NASA’s DART spacecraft collided with the smaller body of the Didymos binary asteroid system in September 2022. ESA’s Hera mission will survey ‘Didymoon’ post-impact and assess how its orbit has been changed by the collision, to turn this one-off experiment into a workable planetary defense technique. Credit: ESA–ScienceOffice.org</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">The required detector technologies and associated electronics for this novel mission are currently under development. Industrial research and development projects are planned as supporting activities in parallel.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The requirements will be to deliver a similar performance to the ‘NEO Surveyor detectors’, i.e., Teledyne’s HxRG, which are in use in the <a href="https://scitechdaily.com/astronomy-astrophysics-101-james-webb-space-telescope/" rel="external nofollow">James Webb Space Telescope</a> (NIRSpec) and ESA’s Euclid (NISP) and Ariel missions, although at shorter wavelengths.</span>
</p>

<p>
	 
</p>

<p>
	<a href="https://scitechdaily.com/neomir-planetary-defense-mission-for-finding-dangerous-asteroids-hidden-by-sun/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">13219</guid><pubDate>Mon, 27 Feb 2023 19:08:52 +0000</pubDate></item><item><title>AMD quietly throttles clocks, PCIe 5.0 support on Ryzen "Phoenix" Zen 4 APUs</title><link>https://nsaneforums.com/news/technology-news/amd-quietly-throttles-clocks-pcie-50-support-on-ryzen-phoenix-zen-4-apus-r13215/</link><description><![CDATA[<p>
	Back at CES 2023 earlier this year in January, AMD, alongside several new products, announced its new Zen 4 mobile APUs as well. The reveal consisted of the <a href="https://www.neowin.net/news/amd-ryzen-7040-7045-7000x3d-radeon-rx-7600m-xt-aims-to-take-down-intel-apple-and-nvidia/" rel="external nofollow">Pheonix and the Dragon Range</a> lineups. The Phoenix APUs were expected to bring 3GHz clock speeds to integrated graphics (IGP) and which could have meant that desktop counterparts, which would be released later, could have taken those clocks even higher.
</p>

<p>
	 
</p>

<p>
	However, it looks like the 3GHz RNDA 3 iGP core clock, which was listed previously on AMD's site has now been altered. Spotted by Twitter user Bionic_Squash, AMD has seemingly and quietly lowered the Radeon 780M's core clock speed on the Ryzen 9 7940HS. While the previous clock was 3,000MHz or 3GHz (<a href="https://www.neowin.net/news/amd039s-rx-7900-xt-could-be-more-than-four-times-faster-than-the-current-flagship-rx-6900-xt/" rel="external nofollow">surprisingly similar to those 3Ghz rumors</a> before Radeon 7900 series was officially revealed), the 780M is currently rated at 2.8GHz or 2,800MHz, which is a 200MHz reduction.
</p>

<p>
	 
</p>

<table border="1" cellpadding="1" cellspacing="1" style="width:100%">
	<tbody>
		<tr>
			<td>
				<p class="skipParagraphing">
					<img alt="1677514581_7940hs_3000mhz_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/02/1677514581_7940hs_3000mhz_story.jpg">
				</p>

				<p>
					 
				</p>

				<p style="text-align:center">
					<strong>Radeon 780M earlier clock 3GHz</strong>
				</p>

				<p>
					 
				</p>
			</td>
			<td>
				<p class="skipParagraphing">
					<img alt="1677514588_7940hs_2800mhz_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/02/1677514588_7940hs_2800mhz_story.jpg">
				</p>

				<p>
					 
				</p>

				<p style="text-align:center">
					<strong>Radeon 780M new clock 2.8GHz</strong>
				</p>

				<p>
					 
				</p>
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	Throttled clocks have not only affected the flagship 7940HS though, as other Phoenix SKUs, like the AMD Ryzen 7 7840HS, also see reduced clocks by 200MHz. Overall, it looks like all Radeon 780M IGPs have been stifled by 200MHz due to some reason, probably because the graphics portion of the APUs are unable to hit such clocks under the allotted TDP and voltages.
</p>

<p>
	 
</p>

<p>
	Another area where Phoenix has faltered is PCIe support. Back when AMD began teasing Phoenix, the company had claimed that PCIe 5.0 support would come to the Dragon range, as well as Phoenix. Here's an image of a slide that showed such features:
</p>

<p class="skipParagraphing">
	<img alt="1677515472_pcie_5_amd_ryzen_phoenix_stor" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/02/1677515472_pcie_5_amd_ryzen_phoenix_story.jpg">
</p>

<p>
	However, things did not turn out that way as Phoenix had to settle for PCIe 4.0 only. Perhaps AMD had felt that the Dragon range, which is geared more towards performance, would benefit much more from it.
</p>

<p>
	 
</p>

<p>
	Source: Bionic_squash (<a href="https://twitter.com/SquashBionic/status/1630139900959023104" rel="external nofollow">Twitter</a>) via Andreas Schiling (<a href="https://twitter.com/aschilling/status/1628471610775678978" rel="external nofollow">Twitter</a>)
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/amd-quietly-throttles-clocks-pcie-50-support-on-ryzen-phoenix-zen-4-apus/" rel="external nofollow">AMD quietly throttles clocks, PCIe 5.0 support on Ryzen "Phoenix" Zen 4 APUs</a>
</p>
]]></description><guid isPermaLink="false">13215</guid><pubDate>Mon, 27 Feb 2023 19:02:47 +0000</pubDate></item><item><title>A Swiss IT manager&#x2019;s 500-piece vintage Apple collection is going up for auction</title><link>https://nsaneforums.com/news/technology-news/a-swiss-it-manager%E2%80%99s-500-piece-vintage-apple-collection-is-going-up-for-auction-r13210/</link><description><![CDATA[<h1>
	<span style="font-size:14px;">The Lisa is listed with an estimated price of up to $20,000.</span>
</h1>

<p>
	<span style="font-size:14px;">Over 500 Apple computers and related accessories are being auctioned off next month online and in Beverley Hills, California. The auction will feature numerous products dating from 1977 to 2008, including Macintosh systems from the '80s, more modern machines like the <a href="https://www.juliensauctions.com/auctions/2023/The_Apples/Images/3304053.001.jpg" rel="external nofollow">2001 iMac G3</a>, and old-school accessories like RH Electronics'<a href="https://www.juliensauctions.com/auctions/2023/The_Apples/Images/3304069.001.jpg" rel="external nofollow"> Mac N' Frost</a> external fan and surge protector.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Auction house Julien's Auctions has dabbled in Apple auctions before. Sadly, that includes the auction of <a href="https://www.gearpatrol.com/style/shoes-boots/a41923531/steve-jobs-birkenstock/" rel="external nofollow">Steve Jobs' Birkenstocks</a> for a disturbing $218,750. Its upcoming auction, announced last week and spotted by sites like <a href="https://petapixel.com/2023/02/24/one-of-the-worlds-largest-collections-of-classic-apple-products-is-for-sale/" rel="external nofollow">PetaPixel</a>, features classic Apple items accrued by Swiss collector Hanspeter Luzi.</span>
</p>

<p>
	 
</p>


	<img alt="3304350.001.jpg" class="ipsImage" data-ratio="49.83" height="299" width="600" src="https://cdn.arstechnica.net/wp-content/uploads/2023/02/3304350.001.jpg" />
	
		<div>
			<span style="font-size:14px;">Julien's will auction the Apple II Plus ('78-'82) with a monitor, printer, two disk drives, two gaming paddles, and a manual.</span>
		</div>

		<div>
			<span style="font-size:14px;"><a href="https://www.juliensauctions.com/auctions/2023/The_Apples/Images/3304350.001.jpg" rel="external nofollow">Julien's Auctions</a></span>
		</div>

		<div>
			 
		</div>
	


<p>
	<span style="font-size:14px;">The auction house's <a href="https://www.juliensauctions.com/exhibition-press-release?id=440" rel="external nofollow">announcement</a> describes Luzi as a late historian with many hobbies who maintained a collection of old sewing machines that are now part of Germany's <a href="https://www.mey.com/en/sewing-machine-museum" rel="external nofollow">Sewing Machine Museum</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Luzi reportedly became a volunteer IT manager for schools, where he'd buy off unwanted vintage computers and parts. The auction house said Luzi died in 2015, and his family decided to auction his collection of Apple products.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Julien's Auctions' announcement included a sneak peek at some of the hundreds of items it'll be putting up from the collection next month.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">One of the most notable items listed is a 1983 Lisa. Not surprisingly, it has the most expensive price estimate of the bunch, at $10,000 to $20,000. Although, we wouldn't be surprised to see the vintage computer sell for more. Previous auctions have seen functioning Lisa computers go for <a href="https://appleworld.today/archives/31377" rel="external nofollow">over $50,000</a>, including on <a href="https://www.ebay.com/itm/182999855120" rel="external nofollow">eBay</a>. (If the whole Lisa is too pricey, <a href="https://arstechnica.com/information-technology/2023/01/pioneering-apple-lisa-goes-open-source-thanks-to-computer-history-museum/" rel="external nofollow">maybe the Lisa OS source code </a>is more your budget.)</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Like some of the other computers in the auction, the Lisa is being auctioned with extras. A deep-pocketed collector can walk away with the system, a keyboard, the box it came in, and a "Lisa CRT Magnets Spares Kit (652-4520)." For a detailed look at the computer, which was one of the first to leverage a mouse and GUI, check out our recent <a href="https://arstechnica.com/gadgets/2023/01/revisiting-apples-ill-fated-lisa-computer-40-years-on/" rel="external nofollow">deep-dive on the Apple Lisa's</a> short life.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">For those looking to spend less, the auctioneer is also advertising a motherboard from the Lisa, as well as other Apple motherboards dating back to 1978. The boards are expected to sell for up to $200 each.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Julien's will also try to sell numerous Apple computers from the '80s, including the Apple III from 1980 with a Monitor III and "various connecting cables" included (estimated price of up to $500), plus the first Macintosh, from 1984. They're even throwing in the floppy disk apparently still in the Macintosh 128K's drive.</span>
</p>

<p>
	 
</p>


	<img alt="3304056.001.jpg" class="ipsImage" data-ratio="90.15" height="540" width="504" src="https://cdn.arstechnica.net/wp-content/uploads/2023/02/3304056.001.jpg" />
	
		<div>
			<span style="font-size:14px;">The Macintosh 128K is expected to sell for at least $200 to $300.</span>
		</div>

		<div>
			<span style="font-size:14px;"><a href="https://www.juliensauctions.com/auctions/2023/The_Apples/Images/3304056.001.jpg" rel="external nofollow">Julien's Auctions</a></span>
		</div>

		<div>
			 
		</div>
	


<p>
	<span style="font-size:14px;">Meanwhile, the 1989 Macintosh Portable will be sold with its "Apple Portable canvas case, with adapter, connecting cables, an Apple luggage tag, and two manuals in German (one copyrighted 1988, the other 1990)," Julien's Auctions said. Apple fans will remember the laptop as the first Mac to run on a (heavy) battery and one of the first personal computers to use an active matrix LCD display.</span>
</p>

<p>
	 
</p>


	<img alt="Macintosh-portable.jpg" class="ipsImage" data-ratio="85.33" height="512" width="600" src="https://cdn.arstechnica.net/wp-content/uploads/2023/02/Macintosh-portable.jpg" />
	
		<div>
			<span style="font-size:14px;">The Macintosh Portable weighed an overwhelming 16 lbs and was discontinued in 1991.</span>
		</div>

		<div>
			<span style="font-size:14px;"><a href="https://www.juliensauctions.com/auctions/2023/The_Apples/Images/3304058.001.jpg" rel="external nofollow">Julien's Auctions</a></span>
		</div>

		<div>
			 
		</div>
	


<p>
	<span style="font-size:14px;">For those who couldn't afford the machine when it sold for a short time for $6,500, you may be able to get it at a much more affordable $300 to $500, by the auction house's estimates.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Other items included in the auction are<a href="https://www.juliensauctions.com/auctions/2023/The_Apples/Images/3304070.001.jpg" rel="external nofollow"> joysticks for the Apple IIe and IIC</a> from 1983-1984 and 1994's <a href="https://www.juliensauctions.com/auctions/2023/The_Apples/Images/3304360.002.jpg" rel="external nofollow">Apple QuickTake 100</a> camera.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">It'll be interesting to see what these products actually go for, however, as pricey Apple auctions aren't new. Most recently, an <a href="https://arstechnica.com/gadgets/2023/02/original-iphone-from-2007-auctioned-for-63356-topping-prior-sales/" rel="external nofollow">original iPhone from 2007</a> originally expected to auction for <a href="https://www.businessinsider.com/apple-first-generation-unopened-iphone-2007-could-get-50000-auction-2023-2" rel="external nofollow">$50,000</a> ended up selling for $63,356.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Julien's Apple auction will run from March 27 to March 30.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://arstechnica.com/gadgets/2023/02/a-swiss-it-managers-500-piece-vintage-apple-collection-is-going-up-for-auction/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">13210</guid><pubDate>Mon, 27 Feb 2023 18:57:07 +0000</pubDate></item><item><title>Future is now: Lenovo shows a rollable phone and laptop at MWC</title><link>https://nsaneforums.com/news/technology-news/future-is-now-lenovo-shows-a-rollable-phone-and-laptop-at-mwc-r13198/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Lenovo introduced one of the headliners of the <a href="https://www.ghacks.net/2023/02/27/mwc-2023-expectations-a-strong-focus-on-europe-and-a-handful-of-foldables/" rel="external nofollow">Mobile World Congress 2023</a>, and it looks like a "coin flip" technology that could either shape the future or just goes to waste. We are now used to foldable smartphones, and find it pretty normal, but the company headlined the event with its newest "rollable laptop," and "rollable smartphone."</span>
</p>

<p>
	 
</p>

<p>
	<img alt="DSCF0016.jpeg" class="ipsImage" data-ratio="75.10" height="480" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/02/DSCF0016.jpeg">
</p>

<p>
	<span style="font-size:14px;">Credit: The Verge</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Foldable phones are welcomed pretty "normally" in today's technological world. They were first introduced a couple years ago, and people are now used to seeing them. Moreover, LG also introduced its foldable TV a while ago, which is also off the table regarding technological innovations. However, Lenovo is onto something new. The company introduced its first-ever rollable laptop at MWC 2023. Lenovo has also teased its first "rollable smartphone" at the event under the <a href="https://www.ghacks.net/2023/02/26/motorolas-new-gadget-adds-satellite-connectivity-to-any-smartphone/" rel="external nofollow">Motorola</a> banner, its subsidiary smartphone brand.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.theverge.com/2023/2/26/23615842/lenovo-rollable-laptop-smartphone-prototype-concept" rel="external nofollow">According to The Verge's Jon Porter</a>, Lenovo's rollable laptop prototype was placed near regular laptops, and at first glance, nobody really realized the impressive technology behind it. It looks like any other ThinkPad, but once the "show begins," you understand its technology is very different compared to other laptop models. There is a small switch on the right side of the chassis, and once you turn it on, the screen starts to roll. It turns into an almost-square 15.3-inch display with an 8:9 aspect ratio. Normally, it comes with a regular 12.7-inch display with a 4:3 aspect ratio.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">It has a 2024x1604 resolution, and once the rolling begins, it increases up to 2024x2368. "Lenovo thinks such a tall display could be helpful for both office workers and creative professionals alike, offering everything from more lines of code to more cells in a spreadsheet," Porter says. The concept is very similar to LG's rollable TV model.</span>
</p>

<p>
	 
</p>

<p>
	<img alt="rollable-smartphone.jpeg" class="ipsImage" data-ratio="75.10" height="480" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/02/rollable-smartphone.jpeg">
</p>

<p>
	<span style="font-size:14px;">Credit: The Verge</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Regarding specifications, Lenovo didn't provide information regarding the battery life and weight. However, the company officials said that "it is aiming to get 20,000 to 30,000 rolls." Moreover, Porter wasn't allowed to hold the laptop in his hands.</span>
</p>

<p>
	<span style="font-size:14px;">Unfortunately, Lenovo's new concept design is nowhere near hitting the shelves soon. The prototype might seem promising, but the company has to work on multiple aspects to make it ready for consumer use. For now, it is only a "show off" that Lenovo revealed at <a href="https://www.ghacks.net/2023/02/27/huawei-steals-the-show-at-mwc-2023-despite-china-ban/" rel="external nofollow">Mobile World Congress 2023</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The second prototype Lenovo showcased at the event was the rollable smartphone. However, it was revealed under the Motorola banner. Multiple companies showed improvement signals regrind rollable smartphones in the past, but none have hit the shelves yet. It is known that Lenovo is one of the few companies with a "foldable laptop," which makes the rollable one possible to hit the shelves soon.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.ghacks.net/2023/02/27/future-is-now-lenovo-shows-a-rollable-phone-and-laptop-at-mwc/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">13198</guid><pubDate>Mon, 27 Feb 2023 18:21:37 +0000</pubDate></item><item><title>Xiaomi unveils lightweight AR glasses with &#x2018;retina-level&#x2019; display</title><link>https://nsaneforums.com/news/technology-news/xiaomi-unveils-lightweight-ar-glasses-with-%E2%80%98retina-level%E2%80%99-display-r13197/</link><description><![CDATA[<h1>
	<span style="font-size:14px;">Xiaomi unveils lightweight AR glasses with ‘retina-level’ display</span>
</h1>

<p>
	<span style="font-size:14px;">Xiaomi, the Chinese technology giant, has unveiled a prototype pair of AR glasses to prove they can sell products beyond smartphones. The Xiaomi Wireless AR Glass Discovery Edition will be considered on par with the Google Glass Enterprise and Microsoft’s HoloLens if Xiaomi officially launches the product on the AR market.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Xiaomi has stated its AR glasses won’t be on sale yet as it still is a concept technology. However, at the world’s biggest mobile industry trade show, <a href="https://en.softonic.com/articles/connectivity-mwc-2023" rel="external nofollow">MWC (Mobile World Congress)</a> in Barcelona, the announcement highlighted Xiaomi’s ambition to enter the augmented reality space.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Apple, Microsoft, and <a href="https://www.ghacks.net/2023/02/27/brand-new-features-for-googles-wearos/" rel="external nofollow">Google technology</a> giants focus on mixed or augmented reality to feature new experiences to users. The “metaverse” has become part of an idea of whatever important part technology can play.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Tim Cook (Apple CEO) mentioned the previous year: “I think <a href="https://www.ghacks.net/2023/02/27/this-apple-gadget-will-be-everywhere-in-2025/" rel="external nofollow">AR is a profound technology</a> that will affect everything.” However, Apple hasn’t officially launched or acknowledged any AR or virtual headset.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Although Bloomberg reported that Apple’s mixed reality headset would be unveiled this spring and at the beginning of fall 2023 with consumer deliveries.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“It’s a widespread view in the technology industry that AR smart glasses could be the next major form of mobile computing after the smartphone,” an analyst at CCS Insight, Leo Gebbie, stated.</span>
</p>

<h4>
	<span style="font-size:14px;">Xiaomi AR Glasses Gesture Control</span>
</h4>

<p>
	<span style="font-size:14px;">The lightweight Xiaomi AR glasses connect wirelessly to a smartphone and offer a “retina-level display,” allowing users to see virtual objects as clearly as they would the real thing!</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Another exciting feature for the headset wearers will be gesture control to carry out tasks. By something as simple as raising your hands in front of the AR glasses and moving your fingers or hands, you can execute certain functions. Xiaomi says, "the thumb sliding on the index finger is used to enter and exit applications.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Without the need to touch the device, “This kind of interaction showcases one of the directions that Xiaomi believes human-computer interaction will take in the future,” Xiaomi said.</span>
</p>

<p>
	 
</p>

<p>
	<img alt="Xiaomi-has-entered-the-AR-world-by-unvei" class="ipsImage" data-ratio="75.10" height="405" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/02/Xiaomi-has-entered-the-AR-world-by-unveiling-its-prototype-pair-of-AR-glasses-scaled.jpg" />
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The Xiaomi Wireless AR Glass Discovery Edition will work with its flagship smartphones like Xiaomi 13, and 13 Pro, said to launch worldwide on Sunday. Xiaomi continues to unlock revenue from other devices and is seen as one of the prominent smartphone players globally. Over recent years the company has become known for launching devices from electric scooters to TVs.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Gebbie stated, “Xiaomi’s new AR glasses feel more like a stake in the ground than a meaningful product launch. Chinese rivals, including Oppo and TCL, have also shown off AR devices, and it’s clear no one wants to get left behind.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">These features sound impressive on paper, but it’s still a prototype. So only time will tell how well the AR glasses will succeed in the real world. Let’s wait and see what the future holds for.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Xiaomi’s new AR glasses, shall we?</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.ghacks.net/2023/02/27/xiaomi-unveils-lightweight-ar-glasses-with-retina-level-display/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">13197</guid><pubDate>Mon, 27 Feb 2023 18:18:20 +0000</pubDate></item><item><title>The Lenovo Rollable Notebook concept can expand its screen vertically</title><link>https://nsaneforums.com/news/technology-news/the-lenovo-rollable-notebook-concept-can-expand-its-screen-vertically-r13195/</link><description><![CDATA[<p>
	<img alt="1677462817_lenovo-rollable-notebook_stor" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2023/02/1677462817_lenovo-rollable-notebook_story.jpg">
</p>

<p>
	 
</p>

<p>
	Earlier on Sunday, Android Authority <a href="https://www.neowin.net/news/the-motorola-rizr-phone-prototype-has-an-all-new-rollable-display-concept/" rel="external nofollow">showed off the Motorola rizr</a>, a smartphone concept device with a rollable expandable display. Now, the same site has a similar prototype device from Motorola's parent company Lenovo. This is a Windows notebook <a href="https://www.androidauthority.com/lenovo-rollable-screen-laptop-concept-3289909/" rel="external nofollow">that also has a rollable screen</a> that moves vertically to expand the laptop's display.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" src="https://www.youtube-nocookie.com/embed/fSL580ciMjk?feature=oembed" title="Lenovo Concept COULD BE closer than you think... - Lenovo Rollable Laptop Concept" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	You may remember that Lenovo launched a Windows notebook with a foldable display, the <a href="https://www.neowin.net/reviews/lenovo-thinkpad-x1-fold-review-the-first-foldable-pc-is-a-winner-but-not-for-the-price/" rel="external nofollow">ThinkPad X1 Fold</a>, back in late 2020 and followed it up with a 2022 hardware refresh. This new concept notebook uses lessons learned from that foldable laptop in its design. The story reports that X1 Fold owners frequently used the notebook in a portrait configuration to multitask, write code, and more.
</p>

<p>
	 
</p>

<p>
	Lenovo then decided to make this concept rollable notebook with that in mind. The display rolls inside the case when normally used as a 12.7-inch laptop with a 4:3 aspect ratio. The laptop expands to a 15.3-inch plastic OLED screen and a nearly square 8:9 ratio when fully rolled out.
</p>

<p>
	 
</p>

<p>
	Since this is a concept device, it won't be sold to the general public, and Lenovo didn't reveal anything more about the laptop's hardware specs. We will likely have to wait a while to see when or if this rollable notebook will be released as an actual laptop.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/the-lenovo-rollable-notebook-concept-can-expand-its-screen-vertically/" rel="external nofollow">The Lenovo Rollable Notebook concept can expand its screen vertically</a>
</p>
]]></description><guid isPermaLink="false">13195</guid><pubDate>Mon, 27 Feb 2023 07:15:42 +0000</pubDate></item></channel></rss>
