Infinite falling boxes
Or another version where the boxes shrink instead of just poofing out of existence.
Infinite falling boxes
Or another version where the boxes shrink instead of just poofing out of existence.
Better news is a simple javascript client that pulls stories from Hacker News and:
Create Personalized Guided Meditations Using AI
What if, instead of the standard guided meditations on random topics that people typically encounter, you could have a tailored meditation targeting exactly what you're focusing on? Maybe you've grown tired of the lengthy introductions and commercials that many services insert into their meditations. Or perhaps, the meditation durations are never just right; either too short or too long.
Jump Ci, easily find the CI jobs
Jump Ci (jci) is a fun little script that documents in your git repo where all the
ci jobs are.
For example, lets say you are in docker/container/myapp
and you want to find the
ci job that builds that docker image and pushes it into prod. You would just
run jci
and like magic the ci pipeline opens in your browser.