Sergey Chechaev·3 days agoBuild Selenoid image for Apple Silicon (M1)First, we need to prepare the environment Then we need to build a basic image Building basic image will take some time ~ 20 min Build Selenoid image for Chrome Files for building image: GitHub link. I’m uncertain if this is necessary, but it’s probably better that the version of Сhromium and ChromeDriver will be match. Therefore, we look at the repository page with Сhromium: Chromium Beta branch. …Selenoid2 min read
Patrik Zelena·May 10Setup Istio on AWS EKS with ARM nodes using AWS CDKIstio is the de facto service mesh for Kubernetes. To leverage istio, an istiod control plane and the envoy side-cars must be configured. Fortunately, istio provides us with various ways to easily install and configure the mesh. AWS EKS is a managed Kubernetes service that makes it easy for you…Aws Eks5 min read
Erik EngheiminITNEXT·May 4RISC vs CISC Microprocessor Philosophy in 2022A new look at the RISC vs CISC debate by framing it as a debate on how to spend a limited transistor budget to achieve performance. — PEOPLE LIKE to think about the distinction between RISC and CISC processors as being about some specific set of features or some magical limit on number of instructions or transistors. Few Instructions Doesn’t Mean RISC Let us get some very obvious misconceptions out of the way. Because RISC stands for Reduced Instruction Set Computer, there…Risc15 min read
Morgan Tingin閱益如美·May 7[STM32] 12-RTC-Alarm_InterruptRTC ( Real-Time Clock ) 實時時鐘,是一組獨立計數器可提供系統時間查詢與時間戳記,RTC 也常用於定時功能,本文章介紹 Stm32F103C8T6 的 RTC 鬧鐘功能,藉由 Hardware Abstraction Layer, HAL 函式庫與 Stm32CubeIDE 開發環境的輔助將功能設定與程式撰寫大大簡化。 文章內容 RTC …Arm11 min read
Tim ClegginOracle Developers·May 5Installing PHP8 on an OCI A1 Arm Instance running Oracle Linux 8Do you like PHP? Maybe you enjoy writing PHP apps, or you’re needing to use one of the many open-source applications that use PHP? There are too many to list here, but you’re in good company! …Oracle Cloud6 min read
Morgan Tingin閱益如美·May 1[STM32] 11-RTC-Second_InterruptRTC ( Real — Time Clock ) 實時 / 即時 時鐘,是一組獨立運作的計時器通常作為系統時鐘,提供系統當前時間查詢、時間標記、系統休眠喚醒…等。本文章將介紹 STM 32 F103C8T6 的 RTC second interrupt 秒中斷功能,並以 LED 燈呈現中斷效果。 文章內容 RTC 簡介 RTC second interr …Arm11 min read
John Koetsier·Apr 13This stamp-sized 3-core ARM computer could make trillions of things smarterDoesn’t need a battery. Harvests energy from radio waves. Connects to the world with a no-code integration platform. Should be pennies each “soon.” We have billions of smart things. How can we create a true internet of things with trillions? We won’t … unless we have a super-cheap, super-small, super-efficient chip that doesn’t need a battery, has significant sensors and capability, and can be printed almost for free.Io T2 min read
Morgan Tingin閱益如美·Apr 3[STM32] 07-Timer-InterruptTimer 計時器提供微處理器計時與計數功能是常用功能之一,利用 Timer 觸發中斷事件比輪詢 ( polling ) 更加方便。本文章將介紹 STM32 Timer 的中斷應用,使用 STM32CubeIDE 作為開發環境並搭配 Hardware Abstraction Layer, HAL 函式庫實現功能需求。 文章內容 Timer Interrupt 簡介 HAL 相關函 …Stm 3210 min read
Chelaru Adrian·Apr 1Configure OnlyOffice document server for Nextcloud on Raspberry Pi ARM64Update: As of 12 May 2022, there’s an official release for ARM64 so QEMU isn’t needed anymore. I’ve updated the article accordingly. It consumes way fewer resources than in the gif above. You can edit documents e.g.: …Onlyoffice5 min read
Erik EngheiminCodeX·Mar 20Addressing Criticism of RISC-V MicroprocessorsIs RISC-V just a rehash of 1980s RISC ideas? Requires too many instructions to do simple stuff? — RISC-V is an instruction-set architecture (ISA) for microprocessors which people seem to either love or hate. In particular there seem to bit of rivalry between the ARM and RISC-V camp developing. It is perhaps not without reason. RISC-V and ARM represent quite radically different philosophies about how a RISC chip…Risc V16 min read