HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lockedinspace

no profile record

comments

lockedinspace
·2 anni fa·discuss
Yes, and if that occurs during our lifetimes, that's the jackpot.

I would guess that now it's quite unlikely, we might be an ant colony far, far away from others. Finding specific biota or small organisms seems like our most effective approach.
lockedinspace
·2 anni fa·discuss
Space is undeniably fascinating, and it's completely natural to be captivated by the search for extraterrestrial life. However, the key point I want to emphasize is this:

    Our existence proves that life is possible.
While discovering life elsewhere would indeed be extraordinary, it is ultimately within the realm of possibility. What would be truly remarkable is making such a discovery within our lifetimes—that would be the real stroke of luck, rather than the mere fact that life exists.
lockedinspace
·4 anni fa·discuss
Please read: https://mywiki.wooledge.org/BashFAQ/028 this will explain why it's not recommended to use $0
lockedinspace
·4 anni fa·discuss
This is not a best practices guide, please look forward to: https://mywiki.wooledge.org/BashGuide

For example, using cd "$(dirname "$0")" to get the scripts location is not reliable, you could use a more sophisticated option such as: $(dirname $BASH_SOURCE)