No Image

Let’s Party: Organize your WP20 Celebration!

2023-03-03 KENNETH 0

Let’s Party: Organize your WP20 Celebration! Join WordPress enthusiasts from across the globe on May 27, 2023, as they come together to celebrate its 20th anniversary! Regardless of how you use WordPress or where you call home, you are invited to celebrate this great milestone. Plan a larger party that includes your entire meetup, spend the day coworking with a group of friends, or hang out virtually online. Whatever your style, celebrate in your time zone, your way. WordPress has some resources to help you party. The Meetup Organizer handbook has a section dedicated to helping you plan your meetup’s anniversary celebration. You’ll find email and Meetup.com templates that make sending your announcements and creating your events simple, as well as tips for planning a fun, safe, and inclusive event, in-person or online.  The 20th anniversary website will list events [ more… ]

No Image

Announcing Windows 11 Insider Preview Build 22621.1391 and 22624.1391

2023-03-03 KENNETH 0

Announcing Windows 11 Insider Preview Build 22621.1391 and 22624.1391 Hello Windows Insiders, today we are releasing Windows 11 Insider Preview Build 22621.1391 and Build 22624.1391 (KB5023011) to the Beta Channel. Build 22624.1391 = New features rolling out. Build 22621.1391 = New features off by default. UPDATED: Insiders who were previously on Build 22623 will automatically get moved to Build 22624 via an enablement package. The enablement package artificially increments the build number for the update with new features getting rolled out and turned on to make it easier to differentiate from devices with the update with features off by default. This approach is being used for the Beta Channel only and is not indicative of any changes or plans for final feature rollouts. Insiders who landed in the group with new features turned off by default (Build 22621.xxxx) can check for [ more… ]

No Image

Announcing Windows 11 Insider Preview Build 25309

2023-03-03 KENNETH 0

Announcing Windows 11 Insider Preview Build 25309 Hello Windows Insiders, today we are releasing Windows 11 Insider Preview Build 25309 to the Dev Channel. TL;DR With this build, we’re beginning to roll out a new enhanced volume mixer in Quick Settings. We’re also re-introducing an update for the touch keyboard settings, some changes to File Explorer, graphics, and input. And we have some voice access improvements. As always, this build also includes a good set of fixes too. What’s new New volume mixer experience in Quick Settings We’re introducing a new enhanced volume mixer into Quick Settings! The updated audio quick settings experience brings a modern volume mixer that allows for quick customization of audio on a per-app basis, with additional control to swap devices on the fly. We’ve also added a new keyboard shortcut (WIN + CTRL + V) [ more… ]

No Image

USN-5910-1: Rack vulnerabilities

2023-03-03 KENNETH 0

USN-5910-1: Rack vulnerabilities It was discovered that Rack did not properly structure regular expressions in some of its parsing components, which could result in uncontrolled resource consumption if an application using Rack received specially crafted input. A remote attacker could possibly use this issue to cause a denial of service. (CVE-2022-44570, CVE-2022-44571) It was discovered that Rack did not properly structure regular expressions in its multipart parsing component, which could result in uncontrolled resource consumption if an application using Rack to parse multipart posts received specially crafted input. A remote attacker could possibly use this issue to cause a denial of service. This issue was only fixed in Ubuntu 20.04 ESM and Ubuntu 22.04 ESM. (CVE-2022-44572) Source: USN-5910-1: Rack vulnerabilities

Best Practices for Configuring Microservices Apps

2023-03-03 KENNETH 0

Best Practices for Configuring Microservices Apps The guidelines known as the twelve‑factor app were first published more than ten years ago. Since then, nearly all its mandated practices have become the de facto standard way to write and deploy web apps. And while they have remained applicable in the face of changes to the way apps are organized and deployed, in some cases additional nuance is required to understand how the practices apply to microservices patterns for developing and deploying apps. This blog focuses on Factor 3, Store config in the environment, which states: Configuration is everything that varies between deployment environments (which the twelve‑factor app calls deploys). Configuration must be strictly separated from the app’s code – otherwise how can it vary across deploys? Configuration data is stored in environment variables. As you move into microservices, you can still honor these [ more… ]