No Image

Announcing Windows 10 Insider Preview Build 19044.1198 (21H2)

2021-08-19 KENNETH 0

Announcing Windows 10 Insider Preview Build 19044.1198 (21H2) Hello Windows Insiders, today we are releasing 21H2 Build 19044.1198 (KB5005101) to the Release Preview Channel. This update will be offered automatically for Windows Insiders already on Windows 10, version 21H2 in the Release Preview Channel. For Insiders not yet on Windows 10, version 21H2 – this update is offered via our “seeker” experience in Windows Update and ONLY to Insiders who were moved from the Beta Channel to the Release Preview Channel because their PC did not meet the hardware requirements for Windows 11. This means these Insiders will need to go to Settings > Update & Security > Windows Update and choose to download and install Windows 10, version 21H2. This update includes the following new features as mentioned in John Cable’s blog post for Windows 10, version 21H2 last month: [ more… ]

No Image

Enhancing Inking on the Web

2021-08-19 KENNETH 0

Enhancing Inking on the Web Today we are excited to announce the preview availability of an enhanced inking experience in the latest Dev Channel builds of Microsoft Edge. We first introduced these enhancements during Build 2021, showcasing how this new web API, which has been implemented upstream in the Chromium open-source project, greatly reduces the latency between the tip of a physical stylus and ink as it’s drawn on the screen. From our initial experiments on Windows 11 Insider Preview Builds, we’ve measured up to a 240% improvement in latency, which we’ve highlighted in green in the animation below: We invite you to try this new and improved inking experience on the web by downloading the latest Windows 11 Insider Preview Builds and running the code sample presented later in this blog post on the latest Microsoft Edge Dev Channel. [ more… ]

Amazon Redshift를 위한 계정간 데이터 공유 기능 출시

2021-08-18 KENNETH 0

Amazon Redshift를 위한 계정간 데이터 공유 기능 출시   오늘날 빠르게 변화하는 세상에서 성공을 거두려면 기업은 데이터를 신속하게 분석하고 의미 있는 작업을 시행해야 합니다. 많은 고객들이 데이터 중심 조직이 되기 위해 이러한 개념을 받아들이고 있습니다. 데이터 중심 조직은 데이터를 자산으로 취급하고 이를 사용하여 통찰력을 향상시키고 더 나은 의사 결정을 내립니다. 보안 시스템을 사용하여 데이터를 수집, 저장 및 처리하고 조직 내 사람들과 공유함으로써 데이터가 가진 힘을 최대한 활용할 수 있습니다. 일부는 데이터 및 분석을 고객, 파트너 및 외부 당사자에게 서비스로 제공하여 새로운 수익원을 창출합니다. 모든 이해 관계자는 정확한 동일 데이터를 단일 진실 공급원으로 공유하고 사용하기를 원합니다. 또한 성능 저하 없이 데이터의 실시간 뷰를 동시에 쿼리하고 필요할 때 정확한 정보에 액세스할 수 있기를 원합니다. 클라우드용으로 구축된 최초의 데이터 웨어하우스인 Amazon Redshift는 많은 고객 데이터 아키텍처의 데이터 웨어하우스 구성 요소로 널리 사용되고 있습니다. Amazon Redshift 사용자는 AWS 계정 사용자와 데이터를 공유할 수 있지만, [ more… ]

No Image

CSS module scripts: `import` stylesheets like JavaScript modules

2021-08-18 KENNETH 0

CSS module scripts: `import` stylesheets like JavaScript modules Microsoft and Google have collaborated to bring support for CSS module scripts to Chromium, and they will be available starting in Microsoft Edge and Chrome version 93. The new CSS module scripts feature can be used to load CSS style sheets with import statements just like JavaScript modules. The imported sheets are constructable stylesheets that can be directly applied to documents or shadow roots like this: import sheet from ‘./styles.css’ assert { type: ‘css’ }; document.adoptedStyleSheets = [sheet]; shadowRoot.adoptedStyleSheets = [sheet]; Loading a stylesheet without needing to create a style or link element can be more convenient and even more performant than other ways of importing and applying CSS from JavaScript. CSS module scripts will be available starting in Microsoft Edge and Chrome version 93. Read more about the feature over at web.dev: [ more… ]

No Image

FE개발자의 성장 스토리 11 : Electron, 저도 한번 해보겠습니다.

2021-08-17 KENNETH 0

FE개발자의 성장 스토리 11 : Electron, 저도 한번 해보겠습니다. Front End(이하 FE) 개발이라고 하면, 보통 웹(Web) 사이트/페이지 또는 앱을 개발한다고만 생각할 수 있는데요, 오래전부터 Node.js등을 활용해 서버 측 백엔드, PC 프로그램, VR/AR 개발까지 영역을 확장해가고 있습니다.  일렉트론(Electron)을 이용해 GUI 구현과 서버 측 연동으로 데스크톱용 앱을 개발하는 이야기를 들려드리고자 합니다. 이 글은 카카오 FE플랫폼팀에서 데스크톱용 애플리케이션을 개발한 경험을 공유하기 위한 목적으로 당시 사용한 일렉트론 버전 […] Source: FE개발자의 성장 스토리 11 : Electron, 저도 한번 해보겠습니다.