I would like to prove if the integral $$ \int_0^{\infty} \frac{\sin x}{x}$$ converges absolutely or not.
One way to do so, is to say:
$ \forall ~ x , | \sin x | \leq 1$, we have $$ \frac{|\sin x|}{x} \geq \frac{\sin^2 x}{x} = \frac{1- \cos (2x)}{2x} $$
then using the integration by parts $$ \int_0^{\infty} \frac{1- \cos (2x)}{2x}= \frac{1}{2} \ln x \Big|_0^t - \frac{1}{4} \frac{\sin (2x)}{x} \Big|_0^t - \frac{1}{4} \int_0^t \frac{\sin (2x)}{x^2}$$
First: why $\Big( \frac{1}{2} \ln x \Big|_0^t - \frac{1}{4} \frac{\sin (2x)}{x} \Big|_0^t - \frac{1}{4} \int_0^t \frac{\sin (2x)}{x^2} \Big)$ diverges?
Second: for the same question I found many answers on the site like this. Why they divide the interval $[0, \infty[$ as $$ \int_{\pi}^{(N+1)\pi}\left|\frac{\sin x}x\right|dx =\sum_{k=1}^N\int_{k\pi}^{(k+1)\pi}\left|\frac{\sin x}x\right|dx$$
Related to your first question, if you instead integrate from $1$ to $\infty,$ then the resulting expression looks like $$\frac{1}{2}\ln t + \text{ a convergent expression,}$$ so it diverges to $\infty$ as $t\to\infty.$
In your second question, that is done because the numerator $|\sin x|$ is periodic with period $\pi$ and for $x \in [k\pi, (k+1)\pi],$ we have $\frac{1}{x} \geq \frac{1}{(k+1)\pi}.$ Together, this allows us to use the known fact that the harmonic series diverges. (If I had done it, I would have written it differently, but the main point still applies)