I do miss

Family + Friends + Food + Weather + Culture + Lifestyle, this is another thing I do miss:

always @ ( posedge clk or negedge reset)
if (~reset) begin 
   q <= 1'b0; 
end else begin
   q <= data; 
end