Introduction to Vim plugins developed by non-Japanese Vimmer (Japanese version)deris0126
?
This is vimconf 2015 slide. that title is "Introduction to Vim plugins developed by non-Japanese Vimmer" (Japanese version)
English version is here(http://www.slideshare.net/deris0126/vimconf2015-en)
1. Gemoire is a tool that allows publishing documentation for Ruby gems by simply inputting the gem's git URL. It clones the gem repository, generates documentation using YARD, and makes it browsable.
2. It uses webhooks to trigger documentation regeneration and publishing whenever code is pushed to the git repository.
3. The documentation is automatically generated and made available through a simple web interface without any other configuration needed.
The document discusses using the GitHub ecosystem for hobby development. It describes Gemoire, a web application that allows browsing documentation for gems hosted on GitHub. Key features of Gemoire include continuous integration using Travis CI, automated testing for pull requests, and a "Deploy to Heroku" button to automatically deploy gems to Heroku. The talk encourages using public repositories and GitHub features to collaborate on open source projects.
IoT Devices Compliant with JC-STAR Using Linux as a Container OSTomohiro Saneyoshi
?
Security requirements for IoT devices are becoming more defined, as seen with the EU Cyber Resilience Act and Japan’s JC-STAR.
It's common for IoT devices to run Linux as their operating system. However, adopting general-purpose Linux distributions like Ubuntu or Debian, or Yocto-based Linux, presents certain difficulties. This article outlines those difficulties.
It also, it highlights the security benefits of using a Linux-based container OS and explains how to adopt it with JC-STAR, using the "Armadillo Base OS" as an example.
Feb.25.2025@JAWS-UG IoT