Five things you need to know about Surface Dial

2017-02-16 KENNETH 0

Five things you need to know about Surface Dial Surface Dial was introduced at our Microsoft Windows 10 Event last year in October. It’s a brand-new kind of peripheral that serves as a tool for the creative process. Whether you’re an artist, student or blogger like me, Surface Dial offers a wide range of utility. Surface Dial optimizes your digital workflow by bringing your most-used shortcuts and tools directly to your screen with simple presses and turns of the Dial. You can use Dial for simple things like adjusting media controls to play music or skip tracks in Groove Music, scrolling through web pages in Microsoft Edge, scrolling through documents in Microsoft Word, and so much more. Let’s jump right in and talk about the five things you need to know about Surface Dial. Five things you need to know [ more… ]

Amazon Chime – 신규 통합 커뮤니케이션 서비스 출시

2017-02-16 KENNETH 0

Amazon Chime – 신규 통합 커뮤니케이션 서비스 출시 많은 직장인들이 동료와 커뮤니케이션에 많은 시간을 보내고 있습니다. 특히, 글로벌 회사에 있는 분들은 전 세계 직원들과 소통하며 서로 협력 관계를 구축하고 있습니다. 사무실에서 컴퓨터 앞에 앉아있는 사람도 있고, 이동하면서 스마트 폰 단말기를 사용하는 사람도 있습니다. 이른바 콘퍼런스 콜이라는 방식으로  어디에 있던지 자주 회의하고 문서를 공유하며, 화면을 함께 보면서 회의를 합니다. 오랜 기간 동안 ‘비즈니스 생산성’ 도구는 계속 진화해 왔으나, 이들 대부분 도구는 한 두 가지 커뮤니케이션 모델과 협력 스타일에만 최적화되어 있는 경우가 많습니다.  라이센스 확보 및 도구 활용 학습 비용, 그리고 내부 뿐 아니라 외부와의 협력 관계에 대한 지원 부족 등 상당한 개선이 필요합니다. 이제 뭔가를 바꿀 때가 된 것입니다. Amazon Chime(차임) 서비스 소개 오늘 Amazon Chime을 소개합니다. AWS의 신규 통합 커뮤니케이션 서비스를 통해 다양한 온라인 미팅을 보다 쉽고 효과적으로 할 수 있게 만들어졌습니다. Amazon Chime는 한 번의 클릭으로 고품질 사운드와 비디오 [ more… ]

Tutorial: Proxying .NET Core and Kestrel with NGINX and NGINX Plus

2017-02-15 KENNETH 0

Tutorial: Proxying .NET Core and Kestrel with NGINX and NGINX Plus About two years ago Microsoft® announced .NET Core, a framework that allows you to develop and run .NET applications natively on Linux and Mac systems. ASP.NET Core includes Kestrel, an internal web server library. As indicated in the documentation for Kestrel on the Microsoft website and the GitHub repository, you typically run Kestrel behind a production web server such as IIS or NGINX. In this tutorial, we’ll describe how to implement Kestrel behind NGINX and NGINX Plus. In this tutorial you’ll learn how to: Install .NET Core, NGINX, and NGINX Plus Build a very simple web application Start Kestrel as the web server Install and configure NGINX as a frontend Enable advanced NGINX Plus features When the installation and configuration are complete: .NET Core and Kestrel: Run the dynamic application code Listen on a local [ more… ]

Amazon EBS 업데이트 – 언제나 자유롭게 볼륨 유형 및 크기 변경 가능

2017-02-15 KENNETH 0

Amazon EBS 업데이트 – 언제나 자유롭게 볼륨 유형 및 크기 변경 가능 AWS 고객은 서비스를 시작한 후, 사용자 트래픽 및 데이터 사이즈가 증가함에 따라 기존 볼륨을 수정하여 용량을 추가하거나 I/O 성능 특성을 변경해야 할 경우가 생깁니다. 이를 변경하기 위해, 24시간 운영하는 서비스를 중단하는 않고도 바로 변경하고 싶다는 요구 사항을 많이 받았습니다. 특히, AWS는 몇 해에 걸쳐 다양한 케이스를 지원하는 신규 EBS 볼륨 타입을 제공했습니다. 이를 통해 운영 체제에 영향을 주지 않고, 볼륨 유형을 스토리지 계층으로 사용하고 유형을 수정하여 비용을 절감하거나 성능 특성을 변경하여 EBS 볼륨도 탄력적으로 유지하기 바라고 있습니다. 신규 탄력적 볼륨(Elastic Volume) 출시 오늘 탄력적 볼륨이라고 신규 EBS 기능을 출시합니다. 현 EC2 인스턴스에 연결된 모든 EBS 볼륨에서 사용할 수 있습니다. 볼륨을 사용하는 동안, 볼륨 크기를 늘리거나 성능을 조정하거나 볼륨 유형을 변경할 수 있습니다. 변경 사항이 적용하는 동안 응용 프로그램을 계속 사용할 수 있습니다. 이 새로운 기능은 많은 작업을 단순화 [ more… ]

No Image

Cognitive Services APIs: Speech

2017-02-15 KENNETH 0

Cognitive Services APIs: Speech Speech recognition is in many ways at the heart of Artificial Intelligence. The 18th Century essayist Samuel Johnson captured this beautifully when he wrote, “Language is the dress of thought.” If the ultimate goal of AI research is a machine that thinks like a human, a reasonable starting point would be to create a machine that understands how humans think. To understand how humans think, in turn, requires an understanding of what humans say. In the previous post in this series, you learned about the Cognitive Services Vision APIs. In this post, we’re going to complement that with an overview of the Speech APIs. The Cognitive Services Speech APIs are grouped into three categories: Bing Speech—convert spoken audio to text and, conversely, text to speech. Speaker Recognition—identify speakers and use speech recognition for authentication. Custom Speech [ more… ]