SELECT T.person_id,C.id,T.content,C.description FROM justice.testimonies AS T,justice.cases AS C WHERE T.content LIKE '%Nexus N3%' AND C.description SIMILAR TO '%(speeding|speed|fast|reckless)%' AND T.case_id = C.id