<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Shortform Tech]]></title><description><![CDATA[Byte-sized bits for busy minds]]></description><link>https://shortformtech.com/</link><image><url>https://shortformtech.com/favicon.png</url><title>Shortform Tech</title><link>https://shortformtech.com/</link></image><generator>Ghost 5.28</generator><lastBuildDate>Fri, 01 May 2026 19:00:22 GMT</lastBuildDate><atom:link href="https://shortformtech.com/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Exporting Videos from Apple Photos Properly]]></title><description><![CDATA[<pre><code>exiftool -overwrite_original_in_place -api QuickTimeUTC=1 -ext mp4 -ext m4v -ext mov -tagsFromFile %d%f.xmp -api QuickTimeUTC=1 &apos;-AllDates&lt;XMP-photoshop:DateCreated&apos; &apos;-Track*Date&lt;XMP-photoshop:DateCreated&apos; &apos;-Media*Date&lt;XMP-photoshop:DateCreated&apos; &apos;-Keys:CreationDate&lt;XMP-photoshop:DateCreated&apos; &apos;-Keys:</code></pre>]]></description><link>https://shortformtech.com/exporting-videos-from-apple-photos-properly/</link><guid isPermaLink="false">6441b399f0e86a54b63a3df1</guid><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Thu, 20 Apr 2023 21:51:47 GMT</pubDate><content:encoded><![CDATA[<pre><code>exiftool -overwrite_original_in_place -api QuickTimeUTC=1 -ext mp4 -ext m4v -ext mov -tagsFromFile %d%f.xmp -api QuickTimeUTC=1 &apos;-AllDates&lt;XMP-photoshop:DateCreated&apos; &apos;-Track*Date&lt;XMP-photoshop:DateCreated&apos; &apos;-Media*Date&lt;XMP-photoshop:DateCreated&apos; &apos;-Keys:CreationDate&lt;XMP-photoshop:DateCreated&apos; &apos;-Keys:GPSCoordinates&lt;$XMP:GPSLatitude# $XMP:GPSLatitudeRef, $XMP:GPSLongitude# $XMP:GPSLongitudeRef&apos; &apos;-Keys:Title&lt;XMP-dc:Title&apos; &apos;-Keys:Description&lt;XMP-dc:Description&apos; &apos;-Keys:Keywords&lt;XMP-dc:Subject&apos; &apos;-FileCreateDate&lt;XMP-photoshop:DateCreated&apos; &apos;-FileModifyDate&lt;XMP-photoshop:DateCreated&apos; .</code></pre>]]></content:encoded></item><item><title><![CDATA[What's New in Vue 3: A Closer Look at the Latest Features]]></title><description><![CDATA[<p>Vue 3, the latest version of the popular JavaScript framework for building user interfaces, was officially released in September 2020. With the release of Vue 3, developers can expect a number of new features and improvements that will help them build more powerful and efficient applications. In this blog post,</p>]]></description><link>https://shortformtech.com/whats-new-in-vue-3-a-closer-look-at-the-latest-features/</link><guid isPermaLink="false">63be2109ba4bf4ecc2494c24</guid><category><![CDATA[JavaScript]]></category><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Wed, 11 Jan 2023 02:39:01 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1561736778-92e52a7769ef?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDJ8fHZ1ZSUyMGpzfGVufDB8fHx8MTY3MzUyNzIxMg&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1561736778-92e52a7769ef?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDJ8fHZ1ZSUyMGpzfGVufDB8fHx8MTY3MzUyNzIxMg&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" alt="What&apos;s New in Vue 3: A Closer Look at the Latest Features"><p>Vue 3, the latest version of the popular JavaScript framework for building user interfaces, was officially released in September 2020. With the release of Vue 3, developers can expect a number of new features and improvements that will help them build more powerful and efficient applications. In this blog post, we will take a closer look at some of the most exciting new features in Vue 3.</p><p>One of the most significant changes in Vue 3 is the introduction of the Composition API. This new API allows developers to write components using a more function-based syntax, as opposed to the traditional object-oriented syntax used in Vue 2. This can make code easier to reason about and reuse, and also allows for more flexible composition of component logic.</p><p>Another important change in Vue 3 is the introduction of the <code>setup()</code> function, which provides a new way of managing component state. The <code>setup()</code> function allows for a more declarative and intuitive way of defining component logic, and also makes it easier to test and share component logic.</p><p>Vue 3 also includes improved performance through reducing size and memory usage, improving the compile time and other smaller improvements in its internal runtime .This is achieved through a more optimised and smaller runtime.</p><p>Vue 3 also includes a new and improved global API, which allows developers to more easily access and modify the global Vue object. Additionally, Vue 3 introduces many smaller changes and improvements in addition to these, such as improved error handling and better TypeScript support.</p><p>The new release includes class-style component API, and a new way to create dynamic component, the <code>v-runtime-template</code> and the <code>v-slot</code> directive.</p><p>In conclusion, Vue 3 is a significant improvement over Vue 2 and offers a range of new features and improvements that will help developers build more powerful and efficient applications. The introduction of the Composition API and the <code>setup()</code> function, as well as improved performance and global API, make Vue 3 a powerful and versatile framework for building user interfaces.</p>]]></content:encoded></item><item><title><![CDATA[Vue 3 vs React: How Do They Compare]]></title><description><![CDATA[<p>Vue 3 and React are both popular JavaScript libraries for building user interfaces. They share many similarities, such as a component-based architecture and a virtual DOM, but there are also some key differences between the two.</p><p>One of the biggest changes in Vue 3 is the introduction of the Composition</p>]]></description><link>https://shortformtech.com/vue-3-vs-react-how-do-they-compare/</link><guid isPermaLink="false">63be2031ba4bf4ecc2494c1a</guid><category><![CDATA[JavaScript]]></category><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Wed, 11 Jan 2023 02:37:55 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1633356122544-f134324a6cee?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDJ8fHJlYWN0JTIwanN8ZW58MHx8fHwxNjczNTI3MTky&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1633356122544-f134324a6cee?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDJ8fHJlYWN0JTIwanN8ZW58MHx8fHwxNjczNTI3MTky&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" alt="Vue 3 vs React: How Do They Compare"><p>Vue 3 and React are both popular JavaScript libraries for building user interfaces. They share many similarities, such as a component-based architecture and a virtual DOM, but there are also some key differences between the two.</p><p>One of the biggest changes in Vue 3 is the introduction of the Composition API. This allows developers to write components using a more function-based syntax, as opposed to the traditional object-oriented syntax used in Vue 2. This can make code easier to reason about and reuse.</p><p>React, on the other hand, has always used a functional component-based approach. So, in that regard there isn&#x2019;t a big change, React only provide hooks feature for functional component.</p><p>Another important difference between Vue 3 and React is the way that they handle state management. Vue 3 provides a new way of managing state with the Composition API, called <code>setup()</code> function. React, in contrast, uses a centralized state management library like Redux or MobX.</p><p>Vue 3 also introduced improved performance by reducing size and memory usage, improving the compile time and other smaller improvements in its internal runtime . React also has a good performance.</p><p>In terms of popularity, both Vue and React have large and active communities, and both have a wide range of third-party libraries and tools available.</p><p>In conclusion, both Vue 3 and React are powerful and popular JavaScript libraries for building user interfaces, but they have different approaches to component design and state management. Ultimately, the choice between Vue 3 and React will depend on your specific needs and your team&apos;s preferences.</p><p>It is important to mention that Vue 3 is an incremental improvement over Vue 2 and its backwards compatibility is good. So, it is easy to migrate from Vue 2 to Vue 3.</p>]]></content:encoded></item><item><title><![CDATA[The Internet of Things: How Connected Devices are Revolutionising Industries]]></title><description><![CDATA[<p>Have you ever heard of the Internet of Things (IoT)? If you haven&apos;t, you&apos;re in for a treat because it&apos;s a game-changer.</p><p>So, what is IoT? It&apos;s a network of connected devices that can communicate with each other and share data. Think</p>]]></description><link>https://shortformtech.com/the-internet-of-things-how-connected-devices-are-revolutionising-industries/</link><guid isPermaLink="false">63bdc905ba4bf4ecc2494be3</guid><category><![CDATA[Internet of Things]]></category><category><![CDATA[Internet]]></category><category><![CDATA[Smart Devices]]></category><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Tue, 10 Jan 2023 20:24:23 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1519558260268-cde7e03a0152?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDF8fHNtYXJ0JTIwZGV2aWNlc3xlbnwwfHx8fDE2NzMzODIxOTA&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1519558260268-cde7e03a0152?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDF8fHNtYXJ0JTIwZGV2aWNlc3xlbnwwfHx8fDE2NzMzODIxOTA&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" alt="The Internet of Things: How Connected Devices are Revolutionising Industries"><p>Have you ever heard of the Internet of Things (IoT)? If you haven&apos;t, you&apos;re in for a treat because it&apos;s a game-changer.</p><p>So, what is IoT? It&apos;s a network of connected devices that can communicate with each other and share data. Think about all the everyday things around you that have an internet connection - your smartwatch, your thermostat, your fridge, your car - all these devices can be connected to the internet and collect and share data. This is where IoT comes in.</p><p>But why is IoT such a big deal? Well, for starters, it allows for better automation and control. Imagine being able to control your home&apos;s temperature and lighting from your phone or being able to monitor your energy consumption and adjust it accordingly. In industry, IoT allows for real-time monitoring of machines and can predict when maintenance is needed, reducing downtime and increasing efficiency.</p><p>But the benefits of IoT go beyond just convenience and efficiency, it also allows for better decision-making and insights. With the vast amounts of data that IoT devices can collect, organisations can gain valuable insights and make data-driven decisions to improve their operations and innovate new products and services.</p><p>Healthcare is another area where IoT is making a big impact. IoT devices can monitor patients remotely, collect data and enable more accurate diagnoses, and enable better management of chronic diseases. Smart cities use IoT for smart lighting and traffic management, reducing energy consumption, and making the cities more livable. Agriculture also benefits from IoT by using connected devices to optimise crop yield, monitor weather patterns, and reduce waste.</p><p>The list goes on and on, but the point is, IoT has the potential to revolutionise a wide range of industries and improve our daily lives in countless ways.</p><p>But with the many benefits, also come some concerns about security and privacy. It&apos;s important for organisations to ensure the security and privacy of the data collected by IoT devices, and for consumers to be aware of the data that these devices collect and how it is used.</p><p>In conclusion, IoT is a rapidly growing technology that has the potential to revolutionise a wide range of industries and improve our daily lives in countless ways. From automation and control to data collection and analysis, IoT has the power to improve efficiency, drive innovation and decision making, and bring about new possibilities. As more and more devices become connected, it is important for both businesses and consumers to be aware of the potential benefits and risks associated with the technology, and to take the necessary steps to ensure security and privacy.</p>]]></content:encoded></item><item><title><![CDATA[5G Technology: The Impact on Business and Daily Life]]></title><description><![CDATA[<p>Have you been hearing a lot of fuss about 5G technology lately and wondering how it will affect our daily lives and businesses?<br><br>First things first, let&apos;s define what 5G is. 5G is the latest generation of mobile technology that promises to deliver faster speeds, lower latency, and</p>]]></description><link>https://shortformtech.com/5g-technology-the-impact-on-business-and-daily-life/</link><guid isPermaLink="false">63bdc739ba4bf4ecc2494bc8</guid><category><![CDATA[5G]]></category><category><![CDATA[Network]]></category><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Tue, 10 Jan 2023 20:17:31 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1651936000604-8e8391cce14d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDJ8fDVnfGVufDB8fHx8MTY3MzM4MTcxMw&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1651936000604-8e8391cce14d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDJ8fDVnfGVufDB8fHx8MTY3MzM4MTcxMw&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" alt="5G Technology: The Impact on Business and Daily Life"><p>Have you been hearing a lot of fuss about 5G technology lately and wondering how it will affect our daily lives and businesses?<br><br>First things first, let&apos;s define what 5G is. 5G is the latest generation of mobile technology that promises to deliver faster speeds, lower latency, and more reliable connections. This means that you&apos;ll be able to download and upload things faster, enjoy more seamless video streaming, and have more responsive online gaming experiences.<br><br>But the impact of 5G goes beyond just faster internet speeds. With the advent of 5G technology, we&apos;re also going to see a whole new set of use cases that weren&apos;t possible before. For example, self-driving cars will now be able to communicate with each other and with traffic lights in real-time, making our roads safer and reducing traffic congestion. The same applies to smart cities, where the internet of things (IoT) devices can communicate with each other, reducing energy consumption and increasing efficiency.<br><br>The faster speeds and lower latency of 5G technology also open up new possibilities for virtual and augmented reality (VR and AR), which could change the way we interact with the world around us. Imagine being able to virtually try on clothes before you buy them, or take virtual tours of properties before you decide to rent or buy one.<br><br>Businesses can also take advantage of the 5G technology. For example, in manufacturing, 5G can enable real-time monitoring of machines and robots, enabling predictive maintenance to prevent costly downtime. Retail businesses can use AR to enhance the customer experience by enabling them to see how the product will look in the real world, while logistics companies can use the technology to optimise their supply chain and optimise delivery times.<br><br>5G also has the potential to change the way we work. It will enable more people to work remotely and collaborate in real-time, regardless of where they are. It could also make it possible for people in remote areas to access the same resources and opportunities as those in urban areas.<br><br>In conclusion, 5G is not just about faster internet speeds, it&apos;s about enabling new possibilities that were previously impossible. The potential impact of 5G technology on our daily lives and businesses is huge and it&apos;s exciting to think about all the new possibilities it will open up. So, the next time you hear someone talking about 5G, you&apos;ll know that it&apos;s much more than just faster internet speeds, it&apos;s about revolutionising the way we live, work and play.<br><br>It&apos;s worth mentioning though, that the full impact of 5G on businesses and daily life will not happen overnight. It will take some time for 5G networks to be fully rolled out and for businesses to adapt and adopt the technology. But it&apos;s definitely worth keeping an eye on the developments of this technology as it has a huge potential for change in the near future.<br><br>So there you have it, a quick overview of what 5G technology is, and how it is expected to impact businesses and daily life. As you can see, 5G has the potential to bring about a wide range of benefits, from improved communication and collaboration to better security, and even saving lives. The future looks bright with 5G, and I&apos;m excited to see what happens next.</p>]]></content:encoded></item><item><title><![CDATA[The Future of AI: How Machine Learning is Transforming Industries]]></title><description><![CDATA[<p>Artificial Intelligence (AI) and Machine Learning (ML) are becoming increasingly prevalent in today&apos;s society and are changing the way businesses and organisations operate. The ability of AI-powered machines to learn and adapt to new situations is making it possible for organisations to automate tasks, gain insights from data,</p>]]></description><link>https://shortformtech.com/the-future-of-ai-how-machine-learning-is-transforming-industries/</link><guid isPermaLink="false">63bdc575ba4bf4ecc2494bac</guid><category><![CDATA[Future]]></category><category><![CDATA[Artificial Intelligence]]></category><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Tue, 10 Jan 2023 20:08:15 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1516192518150-0d8fee5425e3?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDF8fHJvYm90fGVufDB8fHx8MTY3MzM4MTI3OA&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1516192518150-0d8fee5425e3?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDF8fHJvYm90fGVufDB8fHx8MTY3MzM4MTI3OA&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" alt="The Future of AI: How Machine Learning is Transforming Industries"><p>Artificial Intelligence (AI) and Machine Learning (ML) are becoming increasingly prevalent in today&apos;s society and are changing the way businesses and organisations operate. The ability of AI-powered machines to learn and adapt to new situations is making it possible for organisations to automate tasks, gain insights from data, and provide better customer experiences.</p><p>One of the most notable areas where AI and ML are having a significant impact is in the field of automation. AI-powered systems can now perform a wide range of tasks that were previously done by humans, such as image and speech recognition, language translation, and decision making. This is enabling businesses to improve their efficiency and reduce costs by automating repetitive tasks and allowing employees to focus on more complex and valuable work.</p><p>Another area where AI and ML are making a big impact is in data analysis and decision making. With the amount of data being generated and collected growing rapidly, it&apos;s becoming increasingly difficult for humans to make sense of it all. ML algorithms can analyse large amounts of data and identify patterns and insights that would be impossible for humans to see. This is enabling organisations to gain a competitive advantage by making data-driven decisions and predicting future trends.</p><p>AI and ML are also being used to enhance customer experiences. Companies are using the technology to personalise recommendations, improve customer service, and create virtual assistants to help customers with their needs. Some organisations are even using AI-powered chatbots to interact with customers, providing 24/7 support, even outside of business hours.</p><p>In healthcare, AI and ML are being used to analyse medical imaging and predict diseases, detect symptoms and speed up the diagnosis, as well as monitor patients remotely and manage chronic diseases. In finance, AI and ML can be used to detect fraudulent activities, predict market trends and help with risk management. AI and ML are also being used in transportation to improve traffic flow and in agriculture to optimise crop yield.</p><p>One of the most exciting aspects of AI and ML is their potential to transform entire industries. Self-driving cars, for example, are already being tested on public roads and are expected to have a major impact on the transportation industry. In the near future, it&apos;s likely that self-driving cars will be able to drive more safely and efficiently than humans, reducing accidents and traffic congestion, and making transportation more accessible for people with disabilities.</p><p>However, it&apos;s important to consider the potential ethical implications of AI and ML. As AI-powered systems become more prevalent, there are growing concerns about issues such as accountability, transparency, and bias. It&apos;s essential for organisations to consider the ethical implications of AI and ML and to ensure that the technology is developed and used in an ethical and responsible manner.</p><p>The impact of AI and ML is already significant and will only continue to grow in the future. Businesses and organisations that want to stay competitive need to start exploring how they can use the technology to improve their operations, enhance customer experiences, and drive innovation. It&apos;s an exciting time for the technology and we can only expect more amazing developments in the future.</p>]]></content:encoded></item><item><title><![CDATA[Decoding Malware: Understanding the Threats of Viruses, Trojans and Other Malicious Software]]></title><description><![CDATA[<p>Viruses, Trojans, and other types of malware are malicious software that can cause harm to your computer or steal your personal information. They are commonly spread through email attachments, infected websites, and social engineering techniques.</p><p>Viruses are one of the most common types of malware. They are designed to replicate</p>]]></description><link>https://shortformtech.com/decoding-malware-understanding-the-threats-of-viruses-trojans-and-other-malicious-software/</link><guid isPermaLink="false">63bdc42dba4bf4ecc2494b9e</guid><category><![CDATA[Explainers]]></category><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Tue, 10 Jan 2023 20:02:44 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1642783327432-d269921e0f20?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDl8fG1hbHdhcmV8ZW58MHx8fHwxNjczMzgwOTMx&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1642783327432-d269921e0f20?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDl8fG1hbHdhcmV8ZW58MHx8fHwxNjczMzgwOTMx&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" alt="Decoding Malware: Understanding the Threats of Viruses, Trojans and Other Malicious Software"><p>Viruses, Trojans, and other types of malware are malicious software that can cause harm to your computer or steal your personal information. They are commonly spread through email attachments, infected websites, and social engineering techniques.</p><p>Viruses are one of the most common types of malware. They are designed to replicate themselves and spread to other computers by attaching themselves to files or programs. Once a virus infects a computer, it can cause a wide range of problems, such as slowing down the computer, deleting files, and even rendering the computer inoperable.</p><p>Trojans, like the mythical Trojan horse, are designed to sneak into your computer disguised as something else. They are often bundled with legitimate software and can be difficult to detect. Once installed, Trojans can open a backdoor to your computer, allowing hackers to gain access and steal personal information or install additional malware.</p><p>Other types of malware include:</p><ul><li>Worms: self-replicating malware that can spread rapidly and cause network congestion.</li><li>Ransomware: malware that encrypts your files and demands a ransom payment in order to unlock them.</li><li>Adware: malware that displays unwanted ads and pop-ups on your computer.</li><li>Spyware: malware that gathers personal information and sends it to third parties without your knowledge.</li><li>Rootkits: malware that is designed to hide itself and other malware, making it difficult to detect and remove.</li></ul><p>To protect your computer from these types of malware, it is essential to have an up-to-date anti-virus and anti-malware program installed, avoid downloading and opening suspicious emails, keep your operating system and software updated, and be wary of clicking on links or downloading attachments from unknown sources.</p><p>So, the above mentioned are the common types of Malware and the harms they cause, and the best way is to be aware of the risks and to take the appropriate measures to protect your computer and personal information from malware attacks.</p>]]></content:encoded></item><item><title><![CDATA[7 Steps for Keeping Your Laptop Battery in Good Health]]></title><description><![CDATA[<p>There are several steps you can take to help keep your laptop&apos;s battery in good health:</p><ol><li>Keep your battery at a moderate temperature: Avoid storing or using your laptop in extreme temperatures, as extreme heat or cold can damage the battery.</li><li>Charge and discharge the battery regularly: Don&</li></ol>]]></description><link>https://shortformtech.com/prolonging-laptop-battery-life-a-practical-guide-for-keeping-your-battery-in-good-health/</link><guid isPermaLink="false">63bdc345ba4bf4ecc2494b8a</guid><category><![CDATA[Laptop]]></category><category><![CDATA[Maintenance]]></category><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Tue, 10 Jan 2023 20:00:10 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1581244249923-172ef5029576?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDN8fGxhcHRvcCUyMGJhdHRlcnl8ZW58MHx8fHwxNjczMzgwNzU3&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1581244249923-172ef5029576?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDN8fGxhcHRvcCUyMGJhdHRlcnl8ZW58MHx8fHwxNjczMzgwNzU3&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" alt="7 Steps for Keeping Your Laptop Battery in Good Health"><p>There are several steps you can take to help keep your laptop&apos;s battery in good health:</p><ol><li>Keep your battery at a moderate temperature: Avoid storing or using your laptop in extreme temperatures, as extreme heat or cold can damage the battery.</li><li>Charge and discharge the battery regularly: Don&apos;t let your battery sit at 100% or 0% for long periods of time. Use your laptop on battery power for a bit each month to keep the battery calibrated.</li><li>Avoid overcharging: Once your laptop is fully charged, it&apos;s best to unplug it from the charger to avoid overcharging.</li><li>Use power saving features: Take advantage of power-saving features on your laptop to help prolong battery life, such as reducing screen brightness or using sleep mode when not in use.</li><li>Use a high-quality charger: Using a high-quality charger that is designed for your laptop will help prolong battery life and ensure that your battery charges correctly.</li><li>Reduce the use of high-power consumption application: While you&apos;re on battery power, try to avoid running high-power consumption application such as videos, gaming, or graphics-intensive software.</li><li>Perform regular battery Maintenance: Check the battery health and performance regularly by using windows inbuilt battery report, it will help you to know the battery wear and tear status</li></ol><p>By following these steps, you can help prolong the life of your laptop&apos;s battery and ensure that it continues to perform well over time.</p>]]></content:encoded></item><item><title><![CDATA[What Is Binary?]]></title><description><![CDATA[<p>So, you know how we count with numbers like 1, 2, 3, 4, and so on? Well, computers use a different way of counting that&apos;s called &quot;binary&quot;. Instead of using the numbers we&apos;re used to, computers only use two numbers: 0 and 1. So</p>]]></description><link>https://shortformtech.com/the-simplified-explanation-of-binary-numbers-mastering-the-language-of-computers/</link><guid isPermaLink="false">63bdc1e8ba4bf4ecc2494b74</guid><category><![CDATA[Explainers]]></category><category><![CDATA[Maths]]></category><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Tue, 10 Jan 2023 19:54:25 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1569396116180-210c182bedb8?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDJ8fGJpbmFyeXxlbnwwfHx8fDE2NzMzODA1MDM&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1569396116180-210c182bedb8?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDJ8fGJpbmFyeXxlbnwwfHx8fDE2NzMzODA1MDM&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" alt="What Is Binary?"><p>So, you know how we count with numbers like 1, 2, 3, 4, and so on? Well, computers use a different way of counting that&apos;s called &quot;binary&quot;. Instead of using the numbers we&apos;re used to, computers only use two numbers: 0 and 1. So instead of counting 1, 2, 3, 4, computers count 0, 1, 10, 11, 100, 101, and so on. Each 0 or 1 in a number like &quot;101&quot; is called a &quot;binary digit,&quot; or a &quot;bit&quot; for short.</p><blockquote>&quot;Bit&quot; is short for &quot;binary digit&quot;</blockquote><p>So with binary, computers can use two states, off or on, represented by 0 or 1, to perform different operations. And by using many combination of those on or off states, computers can represent numbers and perform calculations on them.</p><p>For example, computer might use 8 binary digits, or &quot;bits&quot;, to represent a number. This is also known as byte. And 1 byte can be used to represent any number between 0 and 255.</p><p>It&apos;s kind of like using different coloured blocks to build different numbers, with only two colours of blocks to choose from: blue and yellow.</p><p>Let&apos;s say you want to write the number &quot;3&quot; in binary. In binary, you can only use the digits 0 and 1. To write the number 3 in binary, you&apos;ll need two digits: &quot;11&quot;.</p><p>Another example is number &quot;5&quot;. To write &quot;5&quot; in binary we will use &quot;101&quot; . And with 8 digits binary can represent number as large as 255.</p><p>Here&apos;s a chart to help you understand the binary number system:</p><!--kg-card-begin: html--><table style="font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; box-sizing: border-box; --tw-border-spacing-x: 0px; --tw-border-spacing-y: 0px; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; border-collapse: separate; text-indent: 0px; font-size: 0.875em; line-height: 1.714286; margin-bottom: 2em; margin-top: 2em; table-layout: auto; text-align: left; width: 653px; border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); caret-color: rgb(209, 213, 219); color: rgb(209, 213, 219); font-family: S&#xF6;hne, ui-sans-serif, system-ui, -apple-system, &quot;Segoe UI&quot;, Roboto, Ubuntu, Cantarell, &quot;Noto Sans&quot;, sans-serif, &quot;Helvetica Neue&quot;, Arial, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; white-space: pre-wrap;"><thead style="border-width: 0px 0px 1px; border-style: solid; border-top-color: rgb(217, 217, 227); border-right-color: rgb(217, 217, 227); border-bottom-color: var(--tw-prose-th-borders); border-left-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;"><tr style="border: 0px solid rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;"><th style="border-width: 1px 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; color: var(--tw-prose-headings); font-weight: 600; padding: 0.25rem 0.75rem; vertical-align: bottom; background-color: rgba(236, 236, 241, 0.2); border-top-left-radius: 0.375rem;">Binary</th><th style="border: 1px solid rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; color: var(--tw-prose-headings); font-weight: 600; padding: 0.25rem 0.75rem; vertical-align: bottom; background-color: rgba(236, 236, 241, 0.2); border-top-right-radius: 0.375rem;">Decimal</th></tr></thead><tbody style="border: 0px solid rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;"><tr style="border-width: 0px 0px 1px; border-style: solid; border-top-color: rgb(217, 217, 227); border-right-color: rgb(217, 217, 227); border-bottom-color: var(--tw-prose-td-borders); border-left-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;"><td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">00</td><td style="border-width: 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">0</td></tr><tr style="border-width: 0px 0px 1px; border-style: solid; border-top-color: rgb(217, 217, 227); border-right-color: rgb(217, 217, 227); border-bottom-color: var(--tw-prose-td-borders); border-left-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;"><td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">01</td><td style="border-width: 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">1</td></tr><tr style="border-width: 0px 0px 1px; border-style: solid; border-top-color: rgb(217, 217, 227); border-right-color: rgb(217, 217, 227); border-bottom-color: var(--tw-prose-td-borders); border-left-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;"><td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">10</td><td style="border-width: 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">2</td></tr><tr style="border-width: 0px 0px 1px; border-style: solid; border-top-color: rgb(217, 217, 227); border-right-color: rgb(217, 217, 227); border-bottom-color: var(--tw-prose-td-borders); border-left-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;"><td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">11</td><td style="border-width: 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">3</td></tr><tr style="border-width: 0px 0px 1px; border-style: solid; border-top-color: rgb(217, 217, 227); border-right-color: rgb(217, 217, 227); border-bottom-color: var(--tw-prose-td-borders); border-left-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;"><td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">100</td><td style="border-width: 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">4</td></tr><tr style="border-width: 0px 0px 1px; border-style: solid; border-top-color: rgb(217, 217, 227); border-right-color: rgb(217, 217, 227); border-bottom-color: var(--tw-prose-td-borders); border-left-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;"><td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">101</td><td style="border-width: 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">5</td></tr><tr style="border-width: 0px 0px 1px; border-style: solid; border-top-color: rgb(217, 217, 227); border-right-color: rgb(217, 217, 227); border-bottom-color: var(--tw-prose-td-borders); border-left-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;"><td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">110</td><td style="border-width: 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">6</td></tr><tr style="border-width: 0px 0px 1px; border-style: solid; border-top-color: rgb(217, 217, 227); border-right-color: rgb(217, 217, 227); border-bottom-color: var(--tw-prose-td-borders); border-left-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;"><td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">111</td><td style="border-width: 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem;">7</td></tr><tr style="border-width: 0px; border-style: solid; border-top-color: rgb(217, 217, 227); border-right-color: rgb(217, 217, 227); border-bottom-color: var(--tw-prose-td-borders); border-left-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ;"><td style="border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem; border-bottom-left-radius: 0.375rem;">1000</td><td style="border-width: 0px 1px 1px; border-style: solid; border-color: rgb(217, 217, 227); box-sizing: border-box; --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; vertical-align: baseline; padding: 0.25rem 0.75rem; border-bottom-right-radius: 0.375rem;">8</td></tr></tbody></table><!--kg-card-end: html--><p>So, in summary computers use binary because it&apos;s a very simple and efficient way for electronic devices to represent and process information. It allows the computer to represent any quantity, such as a number or a letter, as a series of on/off states, represented by 0&apos;s and 1&apos;s.</p><p>Now whenever someone asks you about why computers are all about 1s and 0s, you can explain why!</p>]]></content:encoded></item><item><title><![CDATA[Creating a Custom Carousel with Vue 3 and Vite]]></title><description><![CDATA[<p>Creating a carousel in Vue 3 and Vite is a straightforward process, and in this tutorial, I&apos;ll walk you through the steps to build one.</p><h2 id="step-1-set-up-a-new-vite-project">Step 1: Set up a new Vite project</h2><p>First, make sure you have Vite installed by running the following command:</p><pre><code class="language-javascript">npm install -g</code></pre>]]></description><link>https://shortformtech.com/creating-a-custom-carousel-with-vue-3-and-vite/</link><guid isPermaLink="false">63bdbe06ba4bf4ecc2494b1d</guid><category><![CDATA[Coding]]></category><category><![CDATA[JavaScript]]></category><category><![CDATA[VueJS]]></category><category><![CDATA[Tutorial]]></category><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Tue, 10 Jan 2023 19:42:58 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1505238680356-667803448bb6?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDZ8fGphdmFzY3JpcHR8ZW58MHx8fHwxNjczMzgwMDI4&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1505238680356-667803448bb6?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDZ8fGphdmFzY3JpcHR8ZW58MHx8fHwxNjczMzgwMDI4&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" alt="Creating a Custom Carousel with Vue 3 and Vite"><p>Creating a carousel in Vue 3 and Vite is a straightforward process, and in this tutorial, I&apos;ll walk you through the steps to build one.</p><h2 id="step-1-set-up-a-new-vite-project">Step 1: Set up a new Vite project</h2><p>First, make sure you have Vite installed by running the following command:</p><pre><code class="language-javascript">npm install -g @vite/cli</code></pre><p>Once Vite is installed, you can create a new Vue 3 project by running the following command:</p><pre><code class="language-javasrcript">vite create my-carousel</code></pre><p>This will set up a new Vue 3 project with a basic template.</p><h2 id="step-2-install-the-vue-carousel-package">Step 2: Install the Vue Carousel package</h2><p>To create a carousel, we&apos;ll use the popular <code>vue-carousel</code> package. You can install this package by running the following command in your project&apos;s root directory:</p><pre><code class="language-javascript">npm install vue-carousel</code></pre><h2 id="step-3-register-the-vue-carousel-plugin">Step 3: Register the Vue Carousel plugin</h2><p>Next, register the Vue Carousel plugin in your <code>main.js</code> file:</p><pre><code class="language-javascript">import { createApp } from &quot;vue&quot;;
import App from &quot;./App.vue&quot;;
import VueCarousel from &apos;vue-carousel&apos;;

const app = createApp(App);
app.use(VueCarousel);
app.mount(&quot;#app&quot;);</code></pre><h2 id="step-4-create-the-carousel-template">Step 4: Create the carousel template</h2><p>Now, open the <code>App.vue</code> file and replace the existing template with the following:</p><pre><code class="language-javascript">&lt;template&gt;
  &lt;div id=&quot;app&quot;&gt;
    &lt;carousel&gt;
      &lt;slide v-for=&quot;slide in slides&quot; :key=&quot;slide.id&quot;&gt;
        &lt;img :src=&quot;slide.image&quot; :alt=&quot;slide.description&quot; width=&quot;100%&quot; height=&quot;300px&quot;&gt;
      &lt;/slide&gt;
    &lt;/carousel&gt;
  &lt;/div&gt;
&lt;/template&gt;
</code></pre><p>This template creates a <code>carousel</code> component and a <code>slide</code> component for each item in the <code>slides</code> array.</p><h2 id="step-5-define-the-carousel-data">Step 5: Define the carousel data</h2><p>In the <code>&lt;script&gt;</code> section of <code>App.vue</code> add a <code>data</code> property that defines the <code>slides</code> array, like this:</p><pre><code class="language-javascript">&lt;script&gt;
export default {
  name: &quot;App&quot;,
  data() {
    return {
      slides: [
        {
          id: 1,
          image: &quot;https://via.placeholder.com/1200x300.png?text=Slide+1&quot;,
          description: &quot;Slide 1&quot;,
        },
        {
          id: 2,
          image: &quot;https://via.placeholder.com/1200x300.png?text=Slide+2&quot;,
          description: &quot;Slide 2&quot;,
        },
        {
          id: 3,
          image: &quot;https://via.placeholder.com/1200x300.png?text=Slide+3&quot;,
          description: &quot;Slide 3&quot;,
        },
      ],
    };
  },
};
&lt;/script&gt;
</code></pre><p>The <code>slides</code> array contains an array of objects, with each object having an <code>id</code>, an <code>image</code> and a <code>description</code> property. This will be used to render the <code>slide</code> component in the template.</p><h2 id="step-6-serve-the-project">Step 6: Serve the project</h2><p>Finally, to serve the project, you can run the following command in your project&apos;s root directory:</p><pre><code class="language-javascript">vite</code></pre><p>This will start a development server, and you should be able to see your carousel in the browser at <code>http://localhost:3000</code>.</p><p>That&apos;s it! You&apos;ve created a simple carousel in Vue 3 and Vite. You can now customize the carousel to your liking by adding more slides, customizing the styles, or adding additional functionality using the options provided by the <code>vue-carousel</code> package.</p>]]></content:encoded></item><item><title><![CDATA[Index Funds vs ETFs: Which is Right for Your Investment Strategy?]]></title><description><![CDATA[<p>Index funds and ETFs (Exchange-Traded Funds) are both types of investment funds that aim to track the performance of a specific market index, such as the FTSE 100 or the S&amp;P 500. Both types of funds can be a good way for investors to gain exposure to a</p>]]></description><link>https://shortformtech.com/index-funds-vs-etfs-which-is-right-for-your-investment-strategy/</link><guid isPermaLink="false">63bdb69cba4bf4ecc2494afa</guid><category><![CDATA[Investing]]></category><category><![CDATA[Finance]]></category><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Tue, 10 Jan 2023 19:05:52 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDI0fHxTaGFyZXN8ZW58MHx8fHwxNjczMzc3NTA5&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDI0fHxTaGFyZXN8ZW58MHx8fHwxNjczMzc3NTA5&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" alt="Index Funds vs ETFs: Which is Right for Your Investment Strategy?"><p>Index funds and ETFs (Exchange-Traded Funds) are both types of investment funds that aim to track the performance of a specific market index, such as the FTSE 100 or the S&amp;P 500. Both types of funds can be a good way for investors to gain exposure to a wide range of companies without having to research and select individual stocks. However, there are some key differences between the two types of funds that investors should be aware of.</p><p>One of the main differences between index funds and ETFs is the way they are bought and sold. Index funds are typically purchased directly from the fund manager and can be bought and sold at the end of the trading day at the net asset value (NAV) price. On the other hand, ETFs are traded on stock exchanges just like stocks, so they can be bought and sold throughout the trading day at market prices that can be different from NAV.</p><p>Another difference between index funds and ETFs is the way they are structured. Index funds are typically open-end funds, meaning they issue new shares and redeem existing shares as needed to meet investor demand. ETFs, on the other hand, are generally structured as closed-end funds, meaning they issue a fixed number of shares and the market price of the ETF is determined by supply and demand.</p><p>The cost of investing in these funds is also different, in general, index funds have lower management and operational costs than ETFs. Because of the trading process, ETFs might have higher trading costs and bid-ask spread which can make it more expensive for an investor in the short term.</p><p>In summary, index funds and ETFs are both types of investment funds that aim to track the performance of a specific market index. They are both known for being low-cost, diversified and easy way to gain exposure to a wide range of companies and sectors. However, they differ in how they are bought and sold, as well as in their structure and the costs of investing in them. It is important for investors to understand these differences and determine which type of fund is best suited for their investment goals and strategy.</p>]]></content:encoded></item><item><title><![CDATA[Indexing for the masses: Simplifying Investing with Index Funds]]></title><description><![CDATA[<p>An index fund is a type of investment fund that aims to replicate the performance of a specific market index, such as the FTSE 100 or the S&amp;P 500. The fund is created by buying a proportionate number of shares from each company in the index it tracks</p>]]></description><link>https://shortformtech.com/indexing-for-the-masses-simplifying-investing-with-index-funds/</link><guid isPermaLink="false">63bdb594ba4bf4ecc2494ad8</guid><category><![CDATA[Investing]]></category><category><![CDATA[Finance]]></category><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Tue, 10 Jan 2023 19:01:14 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1639117474926-9e22670f6bf8?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDV8fEludmVzdGluZ3xlbnwwfHx8fDE2NzMzNzcyMjY&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1639117474926-9e22670f6bf8?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDV8fEludmVzdGluZ3xlbnwwfHx8fDE2NzMzNzcyMjY&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" alt="Indexing for the masses: Simplifying Investing with Index Funds"><p>An index fund is a type of investment fund that aims to replicate the performance of a specific market index, such as the FTSE 100 or the S&amp;P 500. The fund is created by buying a proportionate number of shares from each company in the index it tracks in order to match the overall performance of the index as closely as possible.</p><p>The idea behind index funds is instead of trying to pick individual stocks that will perform better than the market as a whole, investors can simply buy shares in a fund that tracks the market. This can be a more efficient and less risky way to invest, as it allows investors to gain exposure to a wide range of companies without having to research and select individual stocks.</p><p>Index funds have become increasingly popular in recent years, as more and more people have become aware of their benefits. One of the biggest advantages of index funds is that they tend to be cheaper than actively managed funds, as they have lower management fees and trading costs. This means that more of an investor&apos;s money goes towards buying shares, rather than being eaten up by fees. There are now many apps that can be used to trade index funds for free, such as Trading 212.</p><p>Another advantage of index funds is that they tend to be more diversified than actively managed funds. Because index funds aim to replicate the performance of a market index, they typically hold shares in a large number of different companies. This helps to spread risk across different sectors and companies, which can make index funds a less volatile option for investors.</p><p>In summary, index funds are a type of investment fund that track the performance of a market index. They are created by buying shares in companies that make up the index, in order to match the overall performance of the index as closely as possible. They are known for being a low-cost, diversified and easy way to gain exposure to a wide range of companies and sectors.</p>]]></content:encoded></item><item><title><![CDATA[Blockchain Basics: How it Works and Why it Matters]]></title><description><![CDATA[It always matters.]]></description><link>https://shortformtech.com/blockchain-basics-how-it-works-and-why-it-matters/</link><guid isPermaLink="false">63bdb197ba4bf4ecc2494ac0</guid><category><![CDATA[Blockchain]]></category><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Tue, 10 Jan 2023 18:44:41 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1640575277674-8f0adfca9248?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDI3fHxCbG9ja2NoYWlufGVufDB8fHx8MTY3MzM3NjIxMA&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1640575277674-8f0adfca9248?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDI3fHxCbG9ja2NoYWlufGVufDB8fHx8MTY3MzM3NjIxMA&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" alt="Blockchain Basics: How it Works and Why it Matters"><p>Blockchain technology is a way of storing and sharing information that is secure, transparent, and resistant to tampering. At its most basic level, a blockchain is a digital ledger that records transactions across a network of computers. Each block in the chain contains information about a set of transactions, and once a block is added to the chain, the information it contains cannot be altered.</p><p>One of the key benefits of blockchain technology is that it allows multiple parties to have a copy of the same information, without the need for a central authority to oversee or validate the transactions. This makes it possible for people to conduct transactions directly with one another, without the need for intermediaries such as banks or governments.</p><p>Another benefit of blockchain technology is that it is highly secure. Because each block in the chain is linked to the block before it and after it, and because each block contains a unique code called a &quot;hash,&quot; it is very difficult to tamper with the information stored on a blockchain. If someone were to try to change the information in a block, the hash of that block would no longer match the hashes of the blocks before and after it, making it easy to detect the tampering.</p><p>One of the most famous application of blockchain technology is Bitcoin, which is a digital currency that is based on blockchain. Bitcoin uses blockchain technology to enable users to make secure, peer-to-peer transactions without the need for intermediaries such as banks. But blockchain technology has potential uses beyond just digital currency.</p><p>Blockchain technology can be used for all sort of applications such as:</p><ul><li>Supply chain management: tracking the movement of goods from manufacturer to consumer</li><li>Voting systems: ensuring that every vote is counted and that the results are accurate</li><li>Digital identity: providing individuals with secure and verifiable online identities</li><li>Real estate: streamlining property transactions and making them more transparent</li></ul><p>In summary, blockchain technology is a secure and transparent way of storing and sharing information that allows multiple parties to have a copy of the same information, without the need for a central authority. This has many potential applications, from digital currency to supply chain management and digital identity. While the technology itself is complex, the basic idea behind it is relatively simple.</p>]]></content:encoded></item><item><title><![CDATA[Unlocking the Power of Android: The Top Features You Need to Know]]></title><description><![CDATA[<p>Android is one of the most widely used mobile operating systems in the world, and advocates often cite it is superior to the competition in many ways. Here are some of the top features of Android that make it a great choice for users:</p><ol><li><strong>Customisable user interface: </strong>One of the</li></ol>]]></description><link>https://shortformtech.com/unlocking-the-power-of-android-the-top-features-you-need-to-know/</link><guid isPermaLink="false">63bd9ba0ba4bf4ecc2494a68</guid><category><![CDATA[Mobile]]></category><category><![CDATA[Android]]></category><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Wed, 12 Oct 2022 17:32:00 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1521939094609-93aba1af40d7?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDh8fGFuZHJvaWR8ZW58MHx8fHwxNjczMzcxODAx&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1521939094609-93aba1af40d7?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDh8fGFuZHJvaWR8ZW58MHx8fHwxNjczMzcxODAx&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" alt="Unlocking the Power of Android: The Top Features You Need to Know"><p>Android is one of the most widely used mobile operating systems in the world, and advocates often cite it is superior to the competition in many ways. Here are some of the top features of Android that make it a great choice for users:</p><ol><li><strong>Customisable user interface: </strong>One of the biggest draws of Android is its ability for users to customise how they want things set up. This can be achieved through the use of third-party launchers, widgets, and other customisation tools, which allow users to change the look and feel of their devices to suit their personal style.</li><li><strong>Wide range of apps: </strong>Android has a vast selection of apps available on the Google Play Store, which gives users access to a wide variety of services and tools that can be used to enhance their experience. Whether you&apos;re looking for a new game, a productivity tool, or a social media app, you&apos;re sure to find it on Android.</li><li><strong>Google Assistant integration: </strong>Another key feature of Android is the integration of Google Assistant, a virtual assistant that can help you manage your day-to-day tasks, set reminders, and perform other tasks by voice commands. With this feature, you can quickly and easily get things done without having to navigate through menus and settings.</li><li><strong>Multi-tasking capabilities:</strong> Android&apos;s multi-tasking feature makes it easy for users to switch between different apps and perform multiple tasks at once. With the ability to open multiple apps in split-screen mode, users can easily multitask, whether they&apos;re checking email, browsing the web, or watching a video.</li><li><strong>Offline access to Google Maps:</strong> Google Maps is one of the most popular mapping apps available, and the offline feature of Android allows users to access the maps and directions even when they don&apos;t have an internet connection. This feature can be especially useful when travelling or in areas with poor cellular coverage.</li><li><strong>Advanced security features: </strong>Android has been designed with security in mind, and it includes a number of advanced features to protect users&apos; personal information. These include a built-in malware scanner, encryption of sensitive data, and the ability to secure your device with a fingerprint or face scanner.</li></ol><p>These are just a few of the many features that make Android such a popular mobile operating system. Whether you&apos;re a power user looking for maximum customisation options, or someone who just wants a simple and easy-to-use device, Android has something to offer everyone.</p>]]></content:encoded></item><item><title><![CDATA[iOS 101: Understanding the Top Features of Apple's Mobile Operating System]]></title><description><![CDATA[<p>iOS is an operating system found on Apple hardware such as iPhones and iPads. It is renowned for its attractive design, user-friendly layout, and lots of useful functions. Let&apos;s discuss some of the exceptional features that make iOS one of a kind.</p><p><strong>Siri</strong><br>Siri is a virtual assistant</p>]]></description><link>https://shortformtech.com/ios-101-understanding-the-top-features-of-apples-mobile-operating-system/</link><guid isPermaLink="false">63bd92c2ba4bf4ecc2494a46</guid><category><![CDATA[Mobile]]></category><category><![CDATA[Apple]]></category><category><![CDATA[iOS]]></category><dc:creator><![CDATA[Techy Chap]]></dc:creator><pubDate>Wed, 31 Aug 2022 16:33:00 GMT</pubDate><media:content url="https://images.unsplash.com/photo-1512941937669-90a1b58e7e9c?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDN8fGlvc3xlbnwwfHx8fDE2NzMzNjg0NTM&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" medium="image"/><content:encoded><![CDATA[<img src="https://images.unsplash.com/photo-1512941937669-90a1b58e7e9c?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=MnwxMTc3M3wwfDF8c2VhcmNofDN8fGlvc3xlbnwwfHx8fDE2NzMzNjg0NTM&amp;ixlib=rb-4.0.3&amp;q=80&amp;w=2000" alt="iOS 101: Understanding the Top Features of Apple&apos;s Mobile Operating System"><p>iOS is an operating system found on Apple hardware such as iPhones and iPads. It is renowned for its attractive design, user-friendly layout, and lots of useful functions. Let&apos;s discuss some of the exceptional features that make iOS one of a kind.</p><p><strong>Siri</strong><br>Siri is a virtual assistant that can help with many activities, from distributing messages and setting up notifications to responding to queries and delivering directions. It makes use of natural language processing to comprehend your demands and can even remember your preferences over time.</p><p><strong>iMessage</strong><br>iMessage is Apple&apos;s messaging application, and it is built into the iOS operating system. It is simple to use and has various features such as end-to-end encryption for extra security, and can be used to send texts, images, videos, and more.</p><p><strong>iCloud</strong><br>iCloud is a cloud-storage system which safeguards your pictures, movies, and other documents. You can get to your records from any gadget with an internet connection and even offer them to other people.</p><p><strong>Apple Pay</strong><br>Apple Pay is a secure and convenient way to make payments with your iPhone. You can add your credit or debit card to the Wallet app and use it to pay at participating retailers.</p><p><strong>AirDrop</strong><br>AirDrop is an feature that makes it easy to exchange files between Apple devices. It employs Bluetooth and Wi-Fi to link to nearby gadgets and can share items like photos, videos, and documents.</p><p><strong>Control Center</strong><br>Control Center is a function that gives you quick access to regularly used settings and apps. With a basic swipe, you can switch on and off Wi-Fi, adjust the screen brightness, and even reach the camera.</p><p><strong>Accessibility</strong><br>iOS includes a wide range of accessibility features, including VoiceOver, which speaks the names of items on the screen, and Zoom, which enlarges the display. These features make it easy for users with visual, auditory, and motor challenges to use iOS devices.</p><p><strong>iOS updates</strong><br>Apple regularly releases updates to its operating system that include new features, security enhancements, and bug fixes. The updates usually available for all devices and helps to keep device up-to-date and secure.</p><p>In conclusion, iOS is packed with features that make it easy to use, convenient, and powerful. From Siri to Control Center, Apple has included a wide range of features that make using its devices an enjoyable experience. Its easily understandable user interface, regular updates, and a strong security system make it one of the most attractive mobile operating systems out there.</p>]]></content:encoded></item></channel></rss>