No Image

People of WordPress: Ugyen Dorji

2019-07-13 KENNETH 0

People of WordPress: Ugyen Dorji You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. Meet Ugyen Dorji from Bhutan Ugyen lives in Bhutan, a landlocked country situated between two giant neighbors, India to the south and China to the north. He works for ServMask Inc and is responsible for the Quality Assurance process for All-in-One WP Migration plugin. He believes in the Buddhist teaching that “the most valuable service is one rendered to our fellow humans,” and his contributions demonstrates this through his WordPress translation work and multi-lingual support projects for WordPress. Bhutanese contributors to the Dzongkha locale on WordPress Translation Day How Ugyen started his [ more… ]

Debug the DOM in Visual Studio Code using Elements for Microsoft Edge

2019-07-13 KENNETH 0

Debug the DOM in Visual Studio Code using Elements for Microsoft Edge Over the past few months, we’ve been working closely with web developers to understand how to simplify your workflows by building on our new Chromium-powered DevTools foundation for the next version of Microsoft Edge. One consistent theme we heard in these conversations is that you want to spend more time working with code in your favorite editor. Given you can already debug Edge from VS Code, the next logical step is to integrate the most-used browser tool, Elements, into VS Code, as well. You can try this out today in our new preview VS Code extension, Elements for Microsoft Edge. This extension is an initial preview meant to better understand the issues you have manipulating and debugging HTML and CSS across browser tools and your editor. To get [ more… ]

No Image

USN-4054-1: Firefox vulnerabilities

2019-07-13 KENNETH 0

USN-4054-1: Firefox vulnerabilities firefox vulnerabilities A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 19.04 Ubuntu 18.10 Ubuntu 18.04 LTS Ubuntu 16.04 LTS Summary Firefox could be made to crash or run programs as your login if it opened a malicious website. Software Description firefox – Mozilla Open Source web browser Details A sandbox escape was discovered in Firefox. If a user were tricked in to installing a malicious language pack, an attacker could exploit this to gain additional privileges. (CVE-2019-9811) Multiple security issues were discovered in Firefox. If a user were tricked in to opening a specially crafted website, an attacker could potentially exploit these to cause a denial of service, obtain sensitive information, bypass same origin restrictions, conduct cross-site scripting (XSS) attacks, conduct cross-site request forgery (CSRF) attacks, spoof origin attributes, spoof the addressbar contents, [ more… ]

No Image

Supporting all kinds of outer references in derived tables (lateral, or not)

2019-07-12 KENNETH 0

Supporting all kinds of outer references in derived tables (lateral, or not) (Image credit: Pixabay). In my earlier post, I showed how MySQL, since version 8.0.14, has support for LATERAL derived tables. With LATERAL, a JOIN can have a second table – a subquery-based derived table – be defined based on values from columns of the first table, and thus be re-calculated for each row of the first table.… Facebook Twitter Google+ LinkedIn Source: Supporting all kinds of outer references in derived tables (lateral, or not)

Amazon Aurora Serverlss – PostgreSQL 호환 기능 정식 출시

2019-07-12 KENNETH 0

Amazon Aurora Serverlss – PostgreSQL 호환 기능 정식 출시 일반적으로 데이터베이스는 소프트웨어 아키텍처에서 가장 중요한 부분이지만 확장 및 관리하기 어려웠습니다. Amazon Aurora Serverless는 관계형 데이터베이스를 자동 확장할 수 있게 해 줌으로써  애플리케이션 워크로드에 따라 자동으로 시작되고 종료되며 확장 또는 축소됩니다. 이미 Aurora 서버리스의 MySQL 호환기능이 공개 된 이후, 오늘은 PostgreSQL 호환 버전의 Aurora 서버리스가 정식 출시됩니다. 특히, 클라우드에 적합한 우수한 데이터베이스 엔진을 설계한 공로로 2019 ACM(Association for Computing Machinery)의 SIGMOD(Special Interest Group on Management of Data) Systems Award를 수상한 Amazon Aurora 팀에게 축하 인사를 전하고 싶습니다. Amazon Aurora 서버리스는 데이터베이스를 생성할 때는 최소 및 최대 용량을 설정합니다. 클라이언트 애플리케이션은 프록시 플릿에 투명하게 연결되며 프록시 플릿은 자동으로 조정되는 리소스 풀로 워크로드를 라우팅합니다. 리소스가 “Warm” 상태이고 바로 추가되어 요청을 처리할 수 있기 때문에 조정이 매우 빠르게 수행됩니다.   Aurora 서버리스에서 Aurora의 스토리지 관리 방식은 달라지지 않습니다. 스토리지 계층은 데이터베이스에 사용되는 컴퓨팅 리소스에서 [ more… ]