並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 98件

新着順 人気順

requirementの検索結果1 - 40 件 / 98件

  • 要件定義を専門でやる技術者(Requirement Engineer)に関する雑感 - 勘と経験と読経

    タイムラインに流れていた『もう発注側企業に要件定義能力はないので、要件定義を専門でやる技術者(Requirement Engineer)が世界でも日本でも出てきている』という話に関する極めて個人的な雑感。あるいは記憶のダンプ。 b.hatena.ne.jp 要件定義を専門でやる技術者(Requirement Engineer)の話はいつか来た道 要件定義を専門でやる技術者という話は新しい話ではなく、ゼロ年代後半から議論がされていたものである。 ゼロ年代後半というと、SIerを中心にわりと適切なプロジェクトマネジメント方法論が普及しはじめて、「要求された通りのシステムは開発できるようになってきた」という時代だ。 一方で「システムは開発できるが、要件定義がゴミだと、完成するシステムもゴミ」という問題が残っていて、要件定義の高度化や専門家育成の議論があったのだ。 要求開発~価値ある要求を導き出す

      要件定義を専門でやる技術者(Requirement Engineer)に関する雑感 - 勘と経験と読経
    • Yoichiro Takehora (竹洞 陽一郎) | 株式会社Spelldata @takehora もう発注側企業に要件定義能力はないので、要件定義を専門でやる技術者(Requirement Engineer)が世界でも日本でも出てきている。 そして、経産省の契約モデルにあるとおり、要件定義は、準委任契約であるのが妥当。 引用ツイート nori @00oichan · 2022年12月3日 要件定義に関わる人は3億回くらい読んでほしい

        Yoichiro Takehora (竹洞 陽一郎) | 株式会社Spelldata @takehora もう発注側企業に要件定義能力はないので、要件定義を専門でやる技術者(Requirement Engineer)が世界でも日本でも出てきている。 そして、経産省の契約モデルにあるとおり、要件定義は、準委任契約であるのが妥当。 引用ツイート nori @00oichan · 2022年12月3日 要件定義に関わる人は3億回くらい読んでほしい
      • Agile and Requirement : アジャイルな要件定義について考える

        アジャイルマニフェストとユーザーストーリーマッピングのお話です。

          Agile and Requirement : アジャイルな要件定義について考える
        • RFC 2119 - Key words for use in RFCs to Indicate Requirement Levels

          Network Working Group S. Bradner Request for Comments: 2119 Harvard University BCP: 14 March 1997 Category: Best Current Practice Key words for use in RFCs to Indicate Requirement Levels Status of this Memo This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements. Distribution of this memo is unlimited. Abstract

            RFC 2119 - Key words for use in RFCs to Indicate Requirement Levels
          • GitHub - elpy1/ssh-over-ssm: SSH over AWS SSM. No bastions or public-facing instances. SSH user management through IAM. No requirement to store SSH keys locally or on server.

            Recently I was required to administer AWS instances via Session Manager. After downloading the required plugin and initiating a SSM session locally using aws ssm start-session I found myself in a situation where I couldn't easily copy a file from my machine to the server (e.g. using scp, sftp, rsync etc). After some reading of the AWS documentation I discovered it's possible to connect via SSH ove

              GitHub - elpy1/ssh-over-ssm: SSH over AWS SSM. No bastions or public-facing instances. SSH user management through IAM. No requirement to store SSH keys locally or on server.
            • RFC 2119 - Key words for use in RFCs to Indicate Requirement Levels (日本語訳)

              S. Bradner Harvard University March 1997 Network Working Group Request for Comments: 2119 BCP: 14 Category: Best Current Practice (要求レベル指示のための RFC 用キーワード) このメモの位置づけ この文書は、インターネット・コミュニティーのために Internet Best Current Practices (インターネットの現時点での最良の慣行) を定め、かつ改善のための議論と提案とを求めるものである。 このメモの配布に制限はない。 要旨 標準路線の文書の多くには仕様の要求レベルを示すのに用いられている語がいくつかある。 それらの語はしばしば大文字で書かれる。 この文書では、それらの語を IETF 文書の中で解釈されるべきとおりに定義する。 このガイドラ

              • IETF RFC2119 Requirement Levels

                • ssl_requirement を改造して、https => http の画面遷移でブラウザの警告をなくす

                  Rails 作者の David Heinemeier Hansson 謹製プラグイン ssl_requirement は実によくできている。わずか40行のコード。だが、http と https の切り替えを完璧にやってくれる。 ruby script/plugin install http://dev.rubyonrails.org/svn/rails/plugins/ssl_requirement/ でインストールできる。 しかしながら巷では、こんなことが話題になっているらしい。 HTTPSの認証ページから認証後、HTTPのページへセキュリティーの警告無しにリダイレクトする方法 私にとっては正直、どうでもいいことだが、人によっては、あの警告に恐怖を感じるのかもしれない。われらが ssl_requirement は正しい作法に従って、302 Redirect で https => http

                    ssl_requirement を改造して、https => http の画面遷移でブラウザの警告をなくす
                  • Rails3でSSL Requirementを使う - 130単位

                    no title Rails3でSSL対応可能にするライブラリです。forkされたもののようです。 Powは現時点ではSSLには対応していない*1ので、Passengerでローカルでの動作確認をしました。 環境 Mac OS X 10.6.7 Ruby on Rails 3.0.7 bartt-ssl_requirement 1.2.5 Apache 2.2.17 (MacPorts) Passenger 3.0.7 使いかた Gemfile gem 'bartt-ssl_requirement' これでbundle installによりインストールはされますが、動きません。 Routing Error uninitialized constant SslRequirement このようなエラーになります。正しい記述は以下です。 gem 'bartt-ssl_requirement', :

                    • 小悪魔女子大生のサーバエンジニア日記 » Blog Archive » Baseline Requirementとは?

                      09.05.12 / 未分類 / Author: aico 2011年に偽造証明書が発行されるという事件がありました。 発行されてしまったのはComodo社とDigiNotar社の偽造証明書。 Comodo社のケースではGmailやskypeなどの偽造証明書が、 DigiNotar社のケースではなんと531件の偽造証明書が発行されてしまい、 DigiNotar社は事業継続が困難になり倒産に追い込まれてしまいました。 どうしてそのような事件が起きてしまったのでしょう? まずComodo社のケースから見てみましょう。 認証局(CA)は、 申請者の情報を確認し発行する前の審査を行う登録局(RA)と 審査の結果を受けて証明書発行のみ行う発行局(IA)に分かれます。 1つの認証局が両方を行う場合もありますが、 Comodo社では事件の起きた2011年時点では登録局の業務を外部に委託しており、 Com

                      • Applying the Linus Torvalds “Good Taste” Coding Requirement

                        In a recent interview with Linus Torvalds, the creator of Linux, at approximately 14:20 in the interview, he made a quick point about coding with “good taste”. Good taste? The interviewer prodded him for details and Linus came prepared with illustrations. He presented a code snippet. But this wasn’t “good taste” code. This snippet was an example of poor taste in order to provide some initial contr

                          Applying the Linus Torvalds “Good Taste” Coding Requirement
                        • RFC 6919: Further Key Words for Use in RFCs to Indicate Requirement Levels

                          Independent Submission R. Barnes Request for Comments: 6919 S. Kent Category: Experimental BBN ISSN: 2070-1721 E. Rescorla RTFM, Inc. 1 April 2013 Further Key Words for Use in RFCs to Indicate Requirement Levels Abstract RFC 2119 defines a standard set of key words for describing requirements of a specification. Many IETF documents have found that these words cannot accurately capture the nuanced

                          • Ruby on Rails/RESTfulAuthenticationに権限管理を追加する「role_requirement」プラグイン - アークウェブシステム開発SandBox

                            インストール † 次のコマンドを実行 script/plugin install git://github.com/technoweenie/restful-authentication.git script/plugin install git://github.com/timcharper/role_requirement.git ↑ セットアップ † 次のコマンドを実行 ./script/generate authenticated user sessions ./script/generate roles Role User Userは、authenticatedに指定したモデルクラス名 Roleは、権限をあらわすモデル名 次のファイルが作らる test/fixtures/users.yml test/fixtures/roles.yml app/models/role.rb li

                            • 新井紀子/ Noriko Arai on Twitter: "小論文の点数と入学後の成績の相関が低すぎるため、ハーバードが入試から外した模様。他大学も同様の動き。>Harvard ends requirement of SAT essay https://t.co/Z9zc6VwSfy"

                              小論文の点数と入学後の成績の相関が低すぎるため、ハーバードが入試から外した模様。他大学も同様の動き。>Harvard ends requirement of SAT essay https://t.co/Z9zc6VwSfy

                                新井紀子/ Noriko Arai on Twitter: "小論文の点数と入学後の成績の相関が低すぎるため、ハーバードが入試から外した模様。他大学も同様の動き。>Harvard ends requirement of SAT essay https://t.co/Z9zc6VwSfy"
                              • GitHub - rails/ssl_requirement: NOTICE: official repository moved to https://github.com/retr0h/ssl_requirement

                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                  GitHub - rails/ssl_requirement: NOTICE: official repository moved to https://github.com/retr0h/ssl_requirement
                                • GitHub - Ourpalm/ILRuntime: Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible.

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    GitHub - Ourpalm/ILRuntime: Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible.
                                  • acts_as_authenticatedとrole_requirementでロール付きの認証。 - くりまるwebつくる

                                    消えちゃったよ。。 はてなダイアリー素人なので書いたのをなんか間違って消してしまった。。orz 後半だけクリップボードに残ってた。orz なので、書き直した前半は適当。 acts_as_authenticatedをインストール $ ruby script/plugin discover $ ruby script/plugin install acts_as_authenticated ジェネってmigration $ ./script/generate authenticated user account $ rake db:migrate その他の機能はあとで メール認証だの、アクティベーションだのはまた今度。 ログインが必要なコントローラは before_filter :login_requiredで認証箇所のコントロール class HogeController < Applica

                                      acts_as_authenticatedとrole_requirementでロール付きの認証。 - くりまるwebつくる
                                    • GitHub - activefx/restful_authentication_tutorial: Full featured restful authentication starter app from http://railsforum.com/viewtopic.php?id=14216 combining role requirement, open id authentication, recaptcha, ui, debugging, and security plugins.

                                      9/05/08: Alpha release Full featured restful authentication starter app from http://railsforum.com/viewtopic.php?id=14216 combining role requirement, open id authentication, recaptcha, ui, debugging, and security plugins. This is a preliminary release and has not been tested or audited. Please feel free to fork and improve, or message me with any feature requests, suggestions, bugs, fixes for the

                                        GitHub - activefx/restful_authentication_tutorial: Full featured restful authentication starter app from http://railsforum.com/viewtopic.php?id=14216 combining role requirement, open id authentication, recaptcha, ui, debugging, and security plugins.
                                      • Requirement of Social Media Expert

                                        MarketingVoxが、ソーシャルメディアの専門家を雇うにあたり必要な8項目を上げていた。 曰く、 ビジネスおよびコミュニケーションの経験。最低3~5年のマーケティング・メディア経験があることコミュニケーション経歴での実績があること 第三者が実証でき、計測可能なソーシャルメディアキャンペーン実績があることソーシャルメディアと企業顧客間のリレーションシップを理解していることソーシャルメディアキャンペーン効果測定に対して即座に回答できることROIを提示できること明確な手段を提供できることIMCとの統合ができること Source:MarketingVox / 8 Tips for Hiring a Social Media Expert ちょっとBlog、Twitter、Facebook、LinkdeInなどで発信し、そこそこのトラフィックがあり、リンク、友人、フォローが多く、最低限のSEO

                                        • Windows XP Minimal-Requirement-Test

                                          The target of this project was to find the weakest system where you can run Windows XP. Keep in mind, that Microsoft official requirements are a CPU with 233 MHz an 64 MB of RAM. But that had to be beaten! Read now about the contest of Antz and me, and how it will all end in hist record in january 2006. First try: Socket 5, Pentium 100 MHz and 64 MB RAM Experimental setup 1 Gateway 2000 socket 5 m

                                          • Harvard ends requirement of SAT essay

                                            You have /5 articles left. Sign up for a free account or log in. Harvard University has announced that it will no longer require applicants to submit the essay portion of either the SAT or the ACT, even though they will still be required to submit scores for the other parts of the tests. A statement Harvard released Sunday night noted that applicants will still submit essays, and that writing is a

                                              Harvard ends requirement of SAT essay
                                            • Windows XP Minimal-Requirement-Test

                                              The target of this project was to find the weakest system where you can run Windows XP. Keep in mind, that Microsoft official requirements are a CPU with 233 MHz an 64 MB of RAM. But that had to be beaten! Read now about the contest of Antz and me, and how it will all end in hist record in january 2006. First try: Socket 5, Pentium 100 MHz and 64 MB RAM Experimental setup 1 Gateway 2000 socket 5 m

                                              • Dear Mark Zuckerberg. I shall not comply with your requirement to remove this picture.

                                                Dear Mark Zuckerberg. I follow you on Facebook, but you don’t know me. I am editor-in-chief of the Norwegian daily newspaper Aftenposten. I am writing this letter to inform you that I shall not comply with your requirement to remove a documentary photography from the Vietnam war made by Nick Ut. Not today, and not in the future. The demand that we remove the picture came in an e-mail from Facebook

                                                  Dear Mark Zuckerberg. I shall not comply with your requirement to remove this picture.
                                                • You'll be able to bypass Windows 11 TPM 2.0 requirement

                                                  Unlike Windows 11, Microsoft’s new minimum system requirement is pretty bad. Following the announcement of the next-gen operating system, there’s been a lot of excitement and confusion. Users are confused about the minimum hardware requirements for installing Windows 11 and Microsoft has been trying to clarify the situation by updating its documentation. Microsoft has removed the “soft” and “hard”

                                                    You'll be able to bypass Windows 11 TPM 2.0 requirement
                                                  • GitHub - fixrb/spectus: Expectation library with RFC 2119's requirement levels 🚥

                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                      GitHub - fixrb/spectus: Expectation library with RFC 2119's requirement levels 🚥
                                                    • Non-functional requirement - Wikipedia

                                                      In systems engineering and requirements engineering, a non-functional requirement (NFR) is a requirement that specifies criteria that can be used to judge the operation of a system, rather than specific behaviours. They are contrasted with functional requirements that define specific behavior or functions. The plan for implementing functional requirements is detailed in the system design. The plan

                                                      • Meet Google Play's target API level requirement  |  Android Developers

                                                        Get started Start by creating your first app. Go deeper with our training courses or explore app development on your own.

                                                          Meet Google Play's target API level requirement  |  Android Developers
                                                        • 「Application does not specify an API level requirement!」のエラーが出る - はっしぃの開発メモ

                                                          Google Androidプログラミング入門 作者: 江川崇,竹端進,山田暁通,麻野耕一,山岡敏夫,藤井大助,藤田泰介,佐野徹郎出版社/メーカー: アスキー・メディアワークス発売日: 2009/07/01メディア: 大型本購入: 20人 クリック: 469回この商品を含むブログ (59件) を見るAndroidの入門書を少しずつ読みながら勉強中です。 身長と体重からBMIを計算するサンプルを作っているところですが、実行するとEclipseのコンソールに赤字で以下のようなエラーメッセージが表示されました。 WARNING: Application does not specify an API level requirement! Device API version is 3 (Android 1.5) エラーメッセージで検索してみると、同様のメッセージが出ている人を発見。さらに、解決方

                                                            「Application does not specify an API level requirement!」のエラーが出る - はっしぃの開発メモ
                                                          • Twitter drops following requirement for DMs on Verified Accounts

                                                            Updated at the foot of the post with a statement from Twitter. Please see the statement for clarification. Twitter has begun amending its messaging policy for Verified Accounts, allowing celebrities and brands to receive Direct Messages without having to follow the sender. News came via Nabeel Ziyaan, who noticed that the requirement to follow a user to receive a Direct Message had now been remove

                                                              Twitter drops following requirement for DMs on Verified Accounts
                                                            • How to override the Firefox Add-on Signing requirement - gHacks Tech News

                                                              The following guide walks you through the steps of overriding the add-on signing enforcement in Firefox Stable and Beta. You will be able to install unsigned add-ons in Firefox versions in which this should not be possible. Mozilla implemented the add-on signing security feature in Firefox some time ago, and made it mandatory in Firefox 48 for the Stable and Beta channel. This means that Firefox u

                                                                How to override the Firefox Add-on Signing requirement - gHacks Tech News
                                                              • GitHub - bartt/ssl_requirement: SSL Requirement plugin

                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                  GitHub - bartt/ssl_requirement: SSL Requirement plugin
                                                                • Get your apps ready for the 64-bit requirement

                                                                  Posted by Vlad Radu, Product Manager, Play and Diana Wong, Product Manager, Android 64-bit CPUs deliver faster, richer experiences for your users. Adding a 64-bit version of your app provides performance improvements, makes way for future innovation, and sets you up for devices with 64-bit only hardware. We want to help you get ready and know you need time to plan. We’ve supported 64-bit CPUs sinc

                                                                    Get your apps ready for the 64-bit requirement
                                                                  • pip3でpipenvをインストールしようとすると「ERROR: Could not find a version that satisfies the requirement pipenv (from versions: none)」「ERROR: No matching distribution found for pipenv」と出力される

                                                                    こんにちは、久々にpythonを触る機会があり、pipenv […]

                                                                      pip3でpipenvをインストールしようとすると「ERROR: Could not find a version that satisfies the requirement pipenv (from versions: none)」「ERROR: No matching distribution found for pipenv」と出力される
                                                                    • Functional requirement - Wikipedia

                                                                      In software engineering and systems engineering, a functional requirement defines a function of a system or its component, where a function is described as a summary (or specification or statement) of behavior between inputs and outputs.[1] Functional requirements may involve calculations, technical details, data manipulation and processing, and other specific functionality that define what a syst

                                                                      • 認証。acts_as_authenticatedとrole_requirementとopenid_login_generatorで、両対応な感じを目指す。 - くりまるwebつくる

                                                                        acts_as_authenticated インスコ→じぇねる→migrate $ ./script/plugin install acts_as_authenticated $ ./script/generate authenticated user account $ rake db:migrateで、おk role_requirement インスコ→じぇねる→migrate $ script/plugin install http://rolerequirement.googlecode.com/svn/tags/role_requirement/ $ script/generate roles Role User $ rake db:migrateモデル書く app/models/role.rb class Role < ActiveRecord::Base has_and_bel

                                                                          認証。acts_as_authenticatedとrole_requirementとopenid_login_generatorで、両対応な感じを目指す。 - くりまるwebつくる
                                                                        • 英語「requirement」の意味・使い方・読み方 | Weblio英和辞書

                                                                          レベル:5英検:2級以上の単語学校レベル:大学以上の水準TOEIC® L&Rスコア:600点以上の単語大学入試:難関大対策レベル

                                                                          • yosshi-log » Blog Archive » role_requirement の設定方法

                                                                            2008/8/13 水曜日 – 22:22:09 Ruby on Rails にて acts_as_authenticatedとrole_requirement に関してはいろいろ資料が出てきていたのですが、これの設定等が具体的になかったのでここにメモを残しておこうと思う。 controller ごとに権限を設定してアクセス制御を行うんですが、その設定で引っかかったのでその解決法というか考え方。 上の資料の通りに userモデル と roleモデル等を作成。 app/models/user.rb に def has_role?(role_in_question) @_list ||= self.roles.collect(&:name) return true if @_list.include?('admin') (@_list.include?(role_in_quest

                                                                            • EclipseベースのRequirement Modeling Frameworkへの提案がリリース

                                                                              Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                                                                                EclipseベースのRequirement Modeling Frameworkへの提案がリリース
                                                                              • Payment Card Industry Data Security Standard (PCI DSS) Requirement 11.3 Penetration Testing: Information Supplement

                                                                                Information Supplement: PCI DSS Virtualization Guidelines Standard: PCI Data Security Standard (PCI DSS) Version: 2.0 Date: June 2011 Author: Virtualization Special Interest Group PCI Security Standards Council The intent of this document is to provide supplemental information. Information provided here does not replace or supersede requirements in the PCI Data Security Standard. 2 Information Sup

                                                                                • TensorFlowのインストール(pip)失敗でハマった話(Could not find a version that satisfies the requirement) - Qiita

                                                                                  Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

                                                                                    TensorFlowのインストール(pip)失敗でハマった話(Could not find a version that satisfies the requirement) - Qiita