OnePlus 12 display has been officially announced by BOE

0
[ad_1]

OnePlus and BOE have teased an upcoming announcement of the OnePlus 12’s display. Well, the OnePlus 12 display is now official, as OnePlus confirmed on its official Weibo (Chinese social media network) page.

The OnePlus 12 display has just been announced by BOE

The OnePlus 12 will feature the BOE X1 OLED display, as rumored. That is BOE’s best 2K display thus far. There’s one thing the rumors were wrong about, though, its brightness.

The BOE X1 display will go up to 2,600 nits of brightness at its peak, it would seem, not 3,000 nits. Still, 2,600 nits is close to the record (the record is 2,800 nits), and it’s the same brightness the OPPO Find X6 Pro offers.

We reviewed that smartphone a while back, and also the OnePlus Open (which has 2,800 nits peak brightness), and both smartphones offer immensely bright displays. You really don’t need more than 2,600, and chances are most of you will never even get all the way up there.

This is an LTPO AMOLED display with DisplayMate A+ rating

BOE’s new display is also an LTPO panel, so we’re getting an adaptive refresh rate on the OnePlus 12. If we had to guess, we’d say the phone will offer a 1-120Hz refresh rate as that’s the standard for flagship devices these days.

This display also has DisplayMate’s A+ rating, in case you were wondering. Chances are it will be quite color-accurate, based on that rating, amongst other things.

The OnePlus 12 will likely launch at the very end of the year, or in January. The OnePlus 11 launched in China on January 4, while it took its time to arrive to global markets. It remains to be seen what is OnePlus planning this time around.

Who knows, perhaps the company decides to launch the device on a global scale, all at the same time. That would definitely be the better way to do it.


[ad_2]
Source link

Granny can choose your next partner with Tinder Matchmaker, are you up for it?

0
[ad_1]

Countless generations of young people have fussed around when mom and dad picked partners for them and married them against their will. It’s 2023 and relatives are no longer picking marriage material for you, but they could select your next Tinder hookup. Ah, glorious 2023.

The world’s most popular dating app is now launching a new feature called Tinder Matchmaking (via The Verge). Its name is not as revealing as it should be, as something like “Let Granny Play Cupid” should be more appropriate. Let me explain.

Tinder’s new feature – Matchmaker – allows users to invite up to 15 loved ones (be it family or friends) to browse and recommend potential partners for you. Then, you get their recommendation lists and it’s up to you to decide if you should swipe left or right.

Here’s How Tinder Matchmaker Works:

  • A Tinder Matchmaker session can be started directly from a profile card, or within app settings. Users can share their unique link with up to 15 friends in a 24-hour period.
  • After following the link, the matchmaker can either log in to Tinder or continue as a guest (after completing an age verification prompt and agreeing to Tinder’s terms as outlined).
  • Matchmakers have 24 hours to play Cupid before the session expires, where they can recommend profiles for the Tinder user but won’t be able to chat or send messages on their behalf.
  • Once the session expires, Tinder users will have the opportunity to review the profiles their matchmakers’ Like for them. Profiles that received a Like from a matchmaker will be marked as a “recommendation” (profiles sent a Nope won’t change).
  • The Tinder user still makes the final call on who to Like – but now knows who their friends are rooting for.

Tinder Matchmaker is available now in the United States, Australia, Brazil, Canada, France, Germany, India, Indonesia, Japan, Mexico, South Korea, Spain, Thailand, United Kingdom, and Vietnam, and will be rolling out to Tinder users globally in the coming months.

So, why not let someone else decide your love life for you?


[ad_2]
Source link

Trends and Predictions for 2024

0
[ad_1]

Open source security refers to the practice of ensuring that open source software (OSS) is free from vulnerabilities that malicious actors could exploit. It involves auditing the code of open-source software, identifying and patching vulnerabilities, and continually monitoring for new potential threats.

How does open-source software differ from proprietary software when it comes to security? Unlike proprietary software, which is developed behind closed doors and whose source code is kept secret, open source software is developed collaboratively, with its source code publicly available for anyone to see, use, modify, and distribute. This openness allows a vast community of developers to contribute to the software’s development and help identify and fix vulnerabilities. However, it also exposes the software’s structure to potential attackers, making effective open-source security essential.

The basic form of open source security is to ensure that open-source packages used in software projects are scanned for security vulnerabilities. Beyond that, open source security encompasses the communities that develop and maintain these projects and the ecosystems in which they operate. This includes everything from the protection of the development tools and platforms used to the practices employed to manage contributions and changes to the codebase to the methods used to distribute the software to end users.

Why Open Source Security Matters 

The Proliferation of Open Source Projects

Open source software is now ubiquitous, underpinning everything from web servers and operating systems to mobile apps and cloud services. According to the 2020 Open Source Security and Risk Analysis (OSSRA) report, 99% of the codebases audited in 2019 contained open-source components. This is not surprising given the numerous advantages of using open source software, such as cost savings, flexibility, and accelerated innovation.

However, the widespread use of open source software also means that any vulnerabilities in this software potentially affect a vast number of systems and applications. This ubiquity makes the task of ensuring open source security both more critical and more challenging. It’s not just about protecting a single piece of software; it’s about safeguarding an entire interconnected ecosystem of applications and services.

Enterprise and Consumer Applications Depend on Open Source

Libraries are reusable pieces of code that developers can incorporate into their applications to avoid having to reinvent the wheel. Many of these libraries are open source, and they are used extensively in software development. Some of the most widely used enterprise and consumer applications make heavy use of open source libraries.

This reliance carries risks. If a vulnerability exists in an open source library, it could be inherited by any application that uses that library. This means that a single vulnerability could potentially impact a multitude of different applications, including those that are critical to business operations or that handle sensitive user data. Therefore, ensuring the security of open source libraries is a crucial aspect of open source security.

The Potential Ripple Effect of a Single Vulnerability

The interconnectedness of the open source ecosystem means that a single vulnerability can have a ripple effect, spreading from one application to another and potentially impacting a multitude of systems and users. This risk is not just theoretical; there have been numerous high-profile instances where vulnerabilities in popular open source components led to significant security breaches.

For example, the Heartbleed bug, a severe vulnerability in the OpenSSL cryptographic library, affected an estimated two-thirds of all websites when it was discovered in 2014. Similarly, the Equifax data breach in 2017, which exposed the personal information of 147 million people, was traced back to a vulnerability in the Apache Struts web application framework. These incidents highlight the potential for a single vulnerability in an open source component to cause widespread damage.

Increased Scrutiny and Analysis

In 2024, expect to see increased scrutiny and analysis of open source software. As the use of open source components in commercial and enterprise software grows, the need for comprehensive and ongoing security analysis increases. The increased scrutiny will likely come in the form of more robust static and dynamic analysis tools, as well as greater usage of automated security testing. 

Additionally, the open source community is likely to continue embracing practices such as code reviews and bug bounties, which encourage proactive identification and resolution of security vulnerabilities.

Shift-Left Approach

The shift-left approach to software security is gaining traction and is likely to continue doing so in 2024. This approach advocates for integrating security practices into the earliest stages of the software development lifecycle, rather than treating security as an afterthought or a final step in the process.

The shift-left approach is particularly well-suited to the open source ecosystem, where rapid iteration and distributed development are the norms. By embracing this approach, open source projects can identify and address security vulnerabilities earlier in the development process, reducing the risk of serious security breaches down the line.

The shift-left approach also encourages a culture of security mindfulness among developers. By making security a core part of the development process, rather than a peripheral concern, developers are more likely to think critically about security implications and make more secure design and implementation choices.

Dedicated Open Source Security Teams

In 2024, we predict a significant growth in the number of dedicated open source security teams. As the importance and complexity of open source security continue to rise, more organizations are likely to invest in dedicated teams focused solely on securing their open source assets.

These teams will likely consist of security experts, software developers, and other professionals who have a deep understanding of both the technical and strategic aspects of open source security. They’ll work closely with other teams within their organizations, as well as with the broader open source community, to ensure the security of their open source components.

By investing in dedicated open source security teams, organizations can ensure that they have the expertise and resources necessary to effectively manage their open source security risks. This will be increasingly important as open source software continues to play a critical role in business operations and digital transformation efforts.

Transparency in Supply Chain Security

The year 2024 will likely see a rise in demand for transparent supply chain security in the open source ecosystem. Supply chain attacks, in which attackers compromise a software project by targeting its suppliers or dependencies, are a growing concern. In response, there’s a growing demand for greater transparency and security in the open source supply chain.

Transparency in the supply chain allows organizations to understand where their software is coming from, who’s contributing to it, and how it’s being developed. This information can help organizations identify potential risks and take appropriate measures to mitigate them. One of the primary innovations enabling this transparency is software bills of materials (SBOM).

Enhanced Collaboration and Community-Driven Security Initiatives

Finally, 2024 will likely see a surge in enhanced collaboration and community-driven security initiatives within the open source ecosystem. The open source community has always been characterized by collaboration, but we expect this to take on new dimensions in the realm of security.

Collaboration in this context means more than just working together on projects. It’s about sharing information, resources, and best practices to improve the overall security of the open source ecosystem. This might involve initiatives like shared vulnerability databases, collaborative threat modeling exercises, and joint security training programs.

Community-driven security initiatives, meanwhile, are about leveraging the collective knowledge and resources of the open source community to tackle security challenges. These might take the form of community-led audits, open source security tool development, and community-wide security campaigns.

Open Source Security: Predictions for 2024 

Rise of Security-First Open Source Projects

As the threat landscape evolves, so too does the response. One of the key trends we predict for 2024 is the rise of ‘security-first’ open source projects. These projects prioritize security from the outset, integrating it into every stage of the development process.

This approach contrasts with traditional development processes, where security is often an afterthought. By making security a core part of the development process, these projects aim to significantly reduce the risk of vulnerabilities.

Security-first projects also foster a culture of security within the open-source community. They promote best practices, encourage accountability, and help to raise the bar for security across all open-source projects. As this trend continues, we can expect a significant improvement in the overall security posture of open-source software.

Integration of Quantum-Resistant Algorithms

Quantum computing is another area that’s set to have a significant impact on open-source security. As we approach 2024, the integration of quantum-resistant algorithms into open source projects is predicted to become more prevalent.

Quantum computers, when they become fully operational, will be able to crack currently used encryption algorithms with ease. This poses a significant threat to the security of all digital systems, including open-source software.

To counteract this threat, open-source projects are beginning to integrate quantum-resistant algorithms. These algorithms are designed to withstand attacks from quantum computers, ensuring that the software remains secure even in a post-quantum world. The integration of these algorithms into open-source projects is an important step in preparing for the future of cybersecurity.

Enhanced Regulatory Oversight

Finally, as open-source software continues to play a critical role in digital infrastructures, the need for regulatory oversight becomes more apparent. We predict that by 2024, there will be enhanced regulatory oversight in the field of open-source security.

Regulatory bodies around the world are recognizing the importance of securing open source software. They are working on guidelines and standards to ensure the security of open-source projects. These regulations will likely cover areas such as vulnerability management, secure coding practices, and the use of secure software development life cycle (SDLC) methodologies.

While increased regulatory oversight may be seen as a burden by some, it’s an important step towards making open-source software more secure. It promotes accountability, encourages the adoption of best practices, and helps to ensure that all projects meet a certain level of security.

Conclusion

In conclusion, as we approach 2024, the open-source security landscape is set to undergo significant changes. From becoming a top target for cybercriminals to the rise of security-first projects, the integration of quantum-resistant algorithms, and enhanced regulatory oversight, these trends present both challenges and opportunities. By understanding these trends, we can better prepare for the future and ensure the continued success and security of open-source software.


[ad_2]
Source link

display, camera & battery info

0
[ad_1]

Key OnePlus 12 specs have just surfaced yet again. This is not the first time we’re seeing this, but quite a few details have been shared now. This information comes from Nithin Prasad, a tipster.

Key OnePlus 12 specs leak, confirming the comeback of wireless charging

He says that the phone will include a 6.82-inch QHD+ display from BOE. That’s the display OnePlus and BOE are set to announce today. That will be a BOE Q10 panel, and it will be an LTPO OLED display. It will offer a refresh rate up to 120Hz, and will peak at 3,000 nits of brightness. In other words, it will become a new benchmark for display brightness.

The Snapdragon 8 Gen 3 SoC has also been mentioned. That is Qualcomm’s upcoming flagship processor, and it will become official later today. Plenty of information surfaced recently about it, though.

A truly large battery will be included, and 100W charging will be supported

A 5,400mAh battery was also mentioned by the tipster. Needless to say, that’s quite a beefy battery. The OnePlus 12 is also said to support 100W wired, and 50W wireless charging. 50W wireless charging is making a comeback, after skipping the OnePlus 11. Yes, the charger will be included in the box, the 100W wired one.

The device will seemingly have three cameras on the back. The main camera will be a 50-megapixel unit (Sony’s IMX966 sensor, OIS). A 48-megapixel ultrawide camera (Sony’s IMX581 sensor) will also be included on the back, as will a 64-megapixel telephoto camera (OV64B sensor, 3x optical zoom). On the front, you’ll find a 32-megapixel selfie shooter.

Water and dust resistance, USB 3.2 & more

The OnePlus 12 will come with IP64 certification for water and dust resistance, allegedly. It will also have a Type-C USB port at the bottom, and support USB 3.2 standard.

The tipster did not mention anything about the RAM and storage. We do know that OnePlus will use LPDDR5X RAM and UFS 4.0 flash storage, though. Chances are that the global model will top out at 16GB of RAM.


[ad_2]
Source link

New LinkedIn job offer scam is after your personal information

0
[ad_1]

Scammers are at it again, and this time they are using a LinkedIn job offer scam. From available information, this is a two-way scam and malware attack on jobseekers and then progresses to stealing their victims’ personal information. Mainly, the target for scammers using this method are social media managers.

According to the sources of this information, social media managers in regions like the US, the UK, and India are the big fishes. If any within this niche and regions are desperately looking for a new job handling larger social media accounts, then they might fall for this one. These scammers are posting on LinkedIn as large tech firms out to hire a new social media manager to just steal information.

Little known to their unsuspecting victims that the job they just applied for is not a real job. Instead, it’s just a window to let these scammers gain access to the social media accounts these victims currently control. Here’s all you need to know about this new scam and how you can stay safe from the attacks.

Applying for these LinkedIn job offer scams will only lead to more damage to victims

Well, the main aim of these LinkedIn scam job offers is to execute malware. This malware is hidden within documents that the scammers then send to the scam job applicants. Once opened, these documents will release the malware they hold, like RedLine Infostealer or DarkGate.

The job of these harmful files is to steal information on the job applicants’ social media accounts. With this the scammers can then access any social media account these users manage, both personal and official. From here, they can have access to more victims who already trust the existing businesses that these social media managers control.

The malware planted in these LinkedIn job offer scams doesn’t only steal social media information. They can also steal bank information, allowing the bad actor to make away with the victim’s money. This calls for alertness on the part of netizens so that they can protect themselves from these attacks.

Scammers are not just coming up with this scam, as it is one of the old ones in the books. However, it might be resurfacing because it’s seeing some success as unsuspecting users are falling for it around the world. It’s resurfacing in recent times might also be a result of the influx of social media managers on LinkedIn in recent times.

Whatever the case may be, netizens need to be on guard while applying for jobs. Before applying for any job on LinkedIn, be sure to check if the company is hiring via their official website. LinkedIn will also need to step up and fish out these scam job offerings on their platform and take them down.


[ad_2]
Source link

Google Maps, Waze disable their live traffic feature in Israel

0
[ad_1]
Google Maps and Waze, both owned by Google, are halting the dissemination of live traffic conditions in Israel according to Geektime (via CNN). Google spoke with regional and local authorities among other sources before deciding to remove this feature from its navigation apps. A Google spokesman said, “As we have done previously in conflict situations and in response to the evolving situation in the region, we have temporarily disabled the ability to see live traffic conditions and business information out of consideration for the safety of local communities.”
We don’t know how long Google Maps and Waze will disable live traffic info in Israel but Google did note that “anyone navigating to a specific place will still get routes and ETAs that take current traffic conditions into account.”
You might remember that in February 2022, Google Maps traffic in Ukraine tripled when the war with Russia started as many were looking to cross the border to Poland. But Google then temporarily disabled Google Maps in the country, an action it said was taken to protect the security of users in the area.
In the present case, Google is making this decision as Israel reportedly plans a ground invasion in Gaza. The report notes that it is unclear whether the live traffic conditions will be disabled in Israel, Gaza, or both. It also isn’t known whether the Israel Defense Forces (IDF) has requested that Google take this action to hide the location of its troops. It should be noted that Waze was launched in Israel and was purchased by Google in 2013. Last year, both Google Maps and Waze merged their separate teams into one unit.
While Google Maps not only takes you quickly and safely from point “A” to point “B,” it also tells you where you can find a good meal when you get to your destination, the best places to spend the night, what activities and entertainment are being offered, and also point out places of interest historic or otherwise. Waze, on the other hand, focuses on navigation  and relies on crowdsourced information to pass along potential issues such as heavy traffic, accidents, police activities, problems with roads, and weather issues.

[ad_2]
Source link

Xiaomi 14 series design revealed days before launch

0
[ad_1]

The Xiaomi 14 series will become official on October 26 with HyperOS, and their design has just been revealed. Xiaomi released a bunch of images to tease its new devices, showing us both phones, and giving us a closer look at the rear camera module.

The Xiaomi 14 series design revealed by the company, days ahead of launch

That being said, if you check out the two images below, you’ll see the original image of the two phones, and next to it a brightened version of it. The original image is too dark to see any details, basically. The brightened one, however, gives us a better look at the two devices.

Soon after that image, Xiaomi actually posted proper renders of the Xiaomi 14. Four of those images can be seen in the gallery provided below. This gives us a much better look at the device, and it shows us its flat display, and a display camera hole too.

It seems like the CAD-based renders of the Xiaomi 14 Pro were spot on. These two phones will share the same design, but the Xiaomi 14 will be smaller. There will be other differences, of course, but as far as the design is concerned, they’re basically the same.

We’ll be getting flat sides all around on these devices. Their back sides will be curved toward the edges, for comfort’s sake. You can also see the physical buttons on the right-hand side. Those are the only buttons that will be included.

Both phones will include a rectangular camera module on the back, which will protrude, of course. Leica will be a part of the offering here, of course.

Some camera details have also been shared

Speaking of Leica, in addition to the design of the two phones, we also get a closer look at the camera module. If you check out the image below, you’ll see what I’m talking about.

Xiaomi 14 series camera module

Xiaomi has officially revealed that the Xiaomi 14 series will be sporting a Leica VARIO-SUMMILUX 1:1.6-2.2/14-75 ASPH lens. That is an aspherical lens, and can take photos at apertures of f/1.6 and f/2.2. We’re looking at distances from 14mm to 75mm.

Both phones will seemingly include a wide-angle camera (23mm), a telephoto unit (3.2x optical zoom), and an ultrawide camera. The main camera will seemingly be able to jump between two different apertures.


[ad_2]
Source link

Apple may launch the foldable iPad next Year, report claims

0
[ad_1]

Major players like Samsung have already released five generations of its novel foldable devices. Chinese tech giants have also claimed a huge chunk of that market. Now, Apple might be ready to enter the foldable space too. A new report suggests that the first foldable iPad could hit the shelves as early as 2024.

Apple has experimented with multiple prototypes

DigiTimes, a global supply chain publication, has cited sources from Apple’s supply chain. The sources claim that Apple has been internally experimenting with a foldable iPad for the last four years (approximately when the early flagship foldables from Samsung rolled around). The form factor is still evolving despite the many iterations the market has already seen. And Apple is reportedly catching up quietly and perfecting its version.

Per the rumor, Apple has designed multiple prototypes to iron out the kinks in the form factor. Hinge durability, display creasing, battery life, and UI optimization are major engineering challenges in this space.

Possible timeframe for the foldable iPad

The sources from DigiTimes also floated a possible timeframe for the first foldable iPad. Apple’s first foldable might go into production in 2024, with a launch date in late 2024 or early 2025. Other industry analysts caution that a foldable product won’t see the light of the day until 2025 or 2024.

Details on the design and specs of the upcoming foldable iPad remain equally fuzzy. According to sources, Apple has yet to lock down the specs and dimensions of the device. The delay might help Apple take advantage of innovations and breakthroughs from foldable display manufacturers like Samsung.

A foldable iPhone might be coming next

Sources claim to know that a foldable iPad will be the first in an entire category of new devices. Because the iPad has a lower sales volume, it can sustain small-scale production. It will allow Apple to refine the manufacturing process before moving on to more challenging products like a foldable iPhone.

In addition to streamlining manufacturing, developers will need time to perfect its apps for the evolving form factors. The premium pricing of foldables is limiting mass adoption of this form factor. For the foldable iPad to succeed, Apple also has to balance manufacturing with pricing.

A new category of iPad will kickstart a much-needed upgrade for Apple’s tablet and phone business. For now, Apple isn’t rushing to enter the foldable market, opting instead to wait until the tech is ready to win over consumers.


[ad_2]
Source link

Samsung provides steps to fix “harmful app” issue with Messages

0
[ad_1]

An unusual issue recently cropped up for some Samsung Galaxy users. Their device marked the Samsung Messages app as harmful, preventing them from using it. The device showed a security warning pop-up and urged them to disable the harmful app. It turns out that a temporary failure of Google’s servers caused this error and there was no problem with Samsung Messages. The company has now provided a solution for those who still can’t use the app.

Samsung outlines a fix for the Samsung Messages “harmful app” issue

According to a post on Samsung forums by a community moderator, the Samsung Messages app showed the “harmful app” security warning because of a temporary issue on Google servers that broke Play Protect. The latter is a built-in service that protects Android devices from malware and harmful apps. It is enabled by default on all Android devices with Google Play Services.

According to Google, Play Protect scans 125 billion apps daily. If the service detects something malicious with the app you are using, it sends an alert and urges you to disable the app. This is what happened in this case. The only problem is that it falsely detected something harmful with the Samsung Messages app. While Google has fixed the error, some people may have already disabled the app from the warning pop-up.

If you’re unable to access the app following this error, you can enable it following these steps. Firstly, open the Settings app and go to the Apps menu. Now, tap on the three vertical dots in the top right corner of the screen and select “Reset app preferences.” Finally, select “Reset” on the pop-up screen to confirm your decision. This should make Samsung Messages work normally again, the company states.

Note that these steps will enable all apps that you have disabled before. It will also reset your notification settings for apps, background data restrictions, and permission restrictions. You might be better off manually enabling Samsung Messages from the app list. Simply find the app on the list, tap on it go into the info page, and tap on Enable. The issue should be gone now.

These steps will work for all apps installed on your phone

It’s unclear whether the recent failure of Google’s servers caused similar security errors with other apps or only Samsung Messages was affected. Nonetheless, these steps will reset app preferences for all apps installed on your phone. So if you have mistakenly disabled an app, follow the steps above to enable it. Make sure to regularly update apps to stay safe from potential security issues and avoid sideloading apps from unknown sources.


[ad_2]
Source link

Upgrade your home with Samsung’s The Premiere 120″ UST Projector, now $800 off

0
[ad_1]

The most popular Samsung ultra-short throw projector is on sale today, as part of Samsung week, where you can get a ton of other products on sale too. Samsung’s The Premiere is on sale for just $2,699. That’s going to save you $800 off of its regular price. This also brings it back down to an all-time low.

So what is The Premiere? Well it’s an ultra-short throw projector. Which means that you can set it just a few inches away from the wall and get a nice 120-inch picture on the wall.

This is a 4K UHD projector, and it’s also super bright, coming in at 2200 lumens right now. That’s not the brightest on the market, but it is bright enough to use with daylight in the room. Which is what matters.

One of the big differences between a traditional projector and a UST projector is the lasers. UST projectors will use lasers to provide the picture on the wall, which does usually make them brighter, and higher resolution.

Sound is also impressive here. Samsung says that it has a subwoofer inside, along with 30W speakers, giving you a 2.2 channel system with The Premiere.

While projectors typically aren’t great for gaming, this one is. Now, you won’t get 4K 120fps here, but you will get 4K 60fps. And with Samsung’s Game Enhancer feature here, you will get optimized settings that will help you win.

On-board is Samsung’s Tizen operating system, which is on all of its TVs. So you do get access to many great apps like Amazon Prime Video, Apple TV+, Disney+, YouTube, HBO MAX, Hulu, Netflix and so much more.

You can pick up Samsung The Premiere ultra-short throw projector from Samsung today by clicking the link below.

Samsung The Premiere – Samsung.com


[ad_2]
Source link