Skip to main content

标 题: 空姐被强奸,滴滴公司到底有没有责任?

发信人: lxzml (lxzml), 信区: Thoughts
标  题: 空姐被强奸,滴滴公司到底有没有责任?
发信站: BBS 未名空间站 (Sat May 12 05:29:22 2018, 美东)

这个21岁空姐被强奸杀害的案件,很多人在争论,滴滴公司到底该不该负责,无非就是
两种观点。

1、滴滴必须负责任。
因为滴滴公司给提供了这么个网约车的平台,而且是滴滴公司管理不善,招聘来了如此
穷凶恶极的人作为司机,结果导致一个21岁年轻的空姐被残忍奸杀,滴滴必须赔偿受害
者家属。

2、滴滴公司没有责任。
因为人都是社会上的人,滴滴只是一个网络平台,就算没有滴滴,也照样会有强奸杀人
事件,那么是不是应该也不该允许生产汽车呢,因为有了汽车,才能有乘客打车,造成
这样的惨案,或者说不该生产刀具,因为凶手是用刀杀人的,既然不能把一切因素都排
除,只让滴滴平台负责,是不合理的。

这两种说法都有道理,我是认为滴滴平台要付一小部分责任,但是不至于赔偿巨款,因
为有人的地方就有善恶之分,就像马云说过的,没有阿里巴巴,也会有假货,所以滴滴
平台这次要赔偿死者家属一点抚恤金,但是不会太多,10万元左右吧,然后滴滴也要进
一步完善监管功能,目的是招聘的司机都是实名认证,没有犯罪记录的。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...