News

Lists & its operations- Day 9

Lists & its operations- Day 9

பைத்தானில் பட்டியல்களை எவ்வாறு பயன்படுத்துவது என்று பார்க்கலாம். fruits = ["Mango", "Apple", "Papaw", "Grapes"] print(fruits) ['Mango', 'Apple', 'Papaya', 'Grapes'] Listஇல் புதிதாக ஒன்றை சேர்ப்பதற்கு print(fruits.append("Banana")) ['Mango', 'Apple', 'Papaya', 'Grapes', 'Banana'] புதிதாக சேர்த்த பொருள் இறுதியில் இணையும் list இல் ஒன்றை அகற்றுவதற்கு print(fruits.remove("Papaya")) ['Mango', 'Apple', 'Grapes', 'Banana'] இறுதியில் உள்ள பொருளை அகற்றுவதற்கு print(fruits.pop()) Grapes அகற்றிய பின் list இல் உள்ளவை print(fruits) [Mango', 'Apple', 'Papaw'] list இல் உள்ள stringஇன் இடத்தை அறியவதற்கு Indexing ஐ பயன்படுத்தி அறியலாம். print(fruits.index("Papaw")) 2 list இல் slicingஐ பயன்படுத்தல் print(fruits[0:3]) ['Mango', 'Apple', 'Papaw'] alphabetic வரிசையில் ஒழுங்குப்படுத்தல் fruits.sort() list ஐ மீள அமைத்தல் fruits.reverse.() Source link lol
Read More
Google’s School time feature is coming to Android smartphones

Google’s School time feature is coming to Android smartphones

Google is support for its School time feature to more hardware. School time allows parents to limit functionalities on a child's devices during predetermined hours. That might be the time they are in classes or for any period where an adult wants to limit screen time. Parents will be able to use the Family Link parental controls app to set School time hours on their kids' select Android phones, tablets and Samsung Galaxy Watches. However, Google hasn't shared any further specifics about which devices in those categories will receive this update. The tool was originally launched on the Fitbit Ace…
Read More
Meta’s Threads has 200 million users

Meta’s Threads has 200 million users

The Threads app has passed the 200 million user mark, Meta exec Adam Mosseri. The milestone comes one day after Mark Zuckerberg said that the service was “about” to hit 200 million users during the company’s latest earnings call.While Threads is still relatively tiny compared to Meta’s other apps, it has grown at a much faster clip. Zuckerberg previously announced users last month as Threads marked its one-year anniversary, and the Meta CEO has repeatedly speculated that it could be the company’s next one-billion-user app.“We've been building this company for 20 years, and there just are not that many opportunities…
Read More
Intel will cut over 15,000 jobs in a sweeping cost-cutting effort

Intel will cut over 15,000 jobs in a sweeping cost-cutting effort

In a crushing quarterly update, Intel that it will cut more than 15 percent of its workforce. The layoffs, which could impact over 15,000 jobs, are part of the company's $10 billion cost-reduction plan to recover financial stability. Intel posted a second-quarter net loss of $1.6 billion, plunging from the net income of $1.5 billion it reported in the same period of 2023.CEO Pat Gelsinger addressed employees with a acknowledging the scope of today's announcements. "This is painful news for me to share," he said. "I know it will be even more difficult for you to read. This is an…
Read More
AI startup argues scraping every song on the internet is ‘fair use’

AI startup argues scraping every song on the internet is ‘fair use’

When most tech companies are challenged with a lawsuit, the expected defense is to deny wrongdoing. To give a reasonable explanation of why the business' actions were not breaking any laws. Music AI startups Udio and Suno have gone for a different approach: admit to doing exactly what you were sued for.Udio and Suno were sued in June, with music labels Universal Music Group, Warner Music Group and Sony Music Group claiming they trained their AI models by scraping copyrighted materials from the Internet. In a court filing today, Suno acknowledged that its neural networks do in fact scrape copyrighted…
Read More
Using Flows in Kotlin for Asynchronous Programming

Using Flows in Kotlin for Asynchronous Programming

Introduction: Kotlin is a popular programming language that is gaining traction in the software development community for its simplicity and compatibility with other programming languages. One of the key features of Kotlin is its support for flows, which enables developers to write asynchronous code in a more concise and easy-to-understand manner. In this article, we will discuss the advantages and disadvantages of using flows in Kotlin for asynchronous programming. Advantages: Simplified Asynchronous Code - Using flows in Kotlin allows developers to write asynchronous code in a sequential and linear fashion, making it easier to understand and maintain. Built-in Error Handling…
Read More
The Cybertruck is causing Fortnite players to get Cyberstuck

The Cybertruck is causing Fortnite players to get Cyberstuck

Admit it. You kind of knew this was coming. Late last month, a new DLC pack called the Summer Road Trip bundle offered players a chance to drive the Tesla Cybertruck in games like Fortnite and Rocket League. Now a week later, several Fortnite players have posted videos of a glitch that occurs when they use the Cybertruck during a match.Posts about the Cybertruck glitch appeared on Reddit and YouTube. The glitch happens when you morph a truck into Elon Musk’s boxy behemoth. On exiting the vehicle, a bug renders your Nitro Fists, the melee weapon that’s pretty much exactly…
Read More
Common Ports and Protocols

Common Ports and Protocols

Common Ports and Protocols: The Backbone of Network Communication Understanding how data is exchanged over networks is fundamental for anyone diving into the world of computer science, cybersecurity, or IT in general. At the core of this understanding lie ports and protocols, which together form the foundation of network communication. Let's explore what these terms mean and why they're so crucial. What are Ports and Protocols? Protocols are sets of rules that dictate how data is formatted, transmitted, and received over a network. They ensure that devices can communicate with each other effectively, despite differences in hardware, software, or operating…
Read More
Ohio becomes the fifth US state to recognize IDs in Apple Wallet

Ohio becomes the fifth US state to recognize IDs in Apple Wallet

If you live in Ohio and constantly forget your wallet when you head out for a drive, we’ve got some good news for you: The state of Ohio became the fifth US state to accept driver’s licenses and official state IDs in the iPhone’s Apple Wallet app.Digital identification in Apple’s wallet app can now be used across Ohio at Traffic Safety Administration (TSA) airport security checkpoints and select businesses and apps. The state is also working on implementing a free age verification app for businesses that require checking customers’ ID, according to . has also created an instructional video that…
Read More
Introducing AI Alignment: A Technology Point Of View

Introducing AI Alignment: A Technology Point Of View

Before 2022, software development primarily focused on reliability and functionality testing, given the predictable nature of traditional systems and apps. With the rise of generative AI (genAI) models, however, the concept of model and AI alignment has become increasingly crucial. I had the privilege of contributing to a groundbreaking report titled Align By Design (Or Risk Decline) that explores this necessity and outlines essential strategies for AI alignment. Generative AI models are progressing from simple knowledge recall to handling complex tasks requiring advanced planning and reasoning. Developers can now equip these models with tools that allow them to interact with…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.