Actually, at first, Hiển intended to set the title as Numerology – a pseudo-scientific scam similar to spiderum . Hoặc là Numerology, vị thần của những người không chịu học Toán số

But after thinking it over, since Numerology has become an industry with a massive fan base, it's clear that touching upon other people's interests brings many “unfortunate things”


Nên Hiển xin phép disclaimer ngay đầu bài luôn, mục đích của nghiên cứu này không phải là để khẳng định hoặc bác bỏ hoàn toàn thần số học, cũng không giúp bạn trả lời câu hỏi whether numerology is correct, mà là để đưa ra một cái nhìn khách quan, dựa trên dữ liệu và thống kê. Trong bối cảnh hiện nay, khi nhiều người tin tưởng vào thần số học một cách mù quáng mà không có cơ sở khoa học, nghiên cứu này nhằm cung cấp một cái nhìn dựa trên số liệu thực tế.

By analyzing data from 1,718 singers over many decades, this research hopes to provide a deeper and more accurate insight into the relationship between birth dates and music careers, thereby offering a more informed and considered perspective on the role of numerology in life.

Research Method

  1. Data Collection
    • Using Octoparse tool to automatically 'scrape' birth date data of singers from public information pages on Wikipedia. This helps collect information quickly and efficiently from large and diverse data sources.
  2. Xử Lý Dữ Liệu
    • Using CHATGPT to assist in writing an Appscript, an application script, to convert birth date data into corresponding elements in numerology. This method ensures accuracy and automates the data conversion process.
  3. Analysis and Statistics
    • Sau khi dữ liệu được chuyển đổi, việc thống kê được tiến hành để xác định mối liên hệ giữa các yếu tố thần số học và sự nghiệp của các ca sĩ. Điều này bao gồm việc phân loại, so sánh và phân tích mẫu dữ liệu để tìm ra mối liên hệ có thể có.
function conSoChuDao(ngayThangNam) {
  var dateValue = ngayThangNam;
  if (typeof ngayThangNam === 'object' && ngayThangNam instanceof Date) {
    // Nếu ngày tháng nằm trong một ô ngày của Google Sheets
    dateValue = Utilities.formatDate(ngayThangNam, Session.getScriptTimeZone(), 'dd/MM/yyyy');
  }

  if (!isValidDate(dateValue)) {
    return "Invalid Date";
  }

  var ngayThangNamArr = dateValue.split("/");
  var ngay = parseInt(ngayThangNamArr[0]);
  var thang = parseInt(ngayThangNamArr[1]);
  var nam = parseInt(ngayThangNamArr[2]);

  var tong = rutGonTong(ngay) + rutGonTong(thang) + rutGonTong(nam);

  while (tong > 10) {
    tong = rutGonTong(tong);
  }

  return tong;
}

function isValidDate(value) {
  var dateRegex = /^d{1,2}/d{1,2}/d{4}$/;
  return dateRegex.test(value);
}

function rutGonTong(so) {
  var tong = 0;
  while (so > 0) {
    tong += so % 10;
    so = Math.floor(so / 10);
  }
  return tong;
}

Research Results

Among the 1,718 singers studied, no trends or common patterns emerged between the numerological data and their success or musical style.

Explore the connection between Numerology and Singers’ Careers
Explore the connection between Numerology and Singers’ Careers

Link to the detailed file about singers, dates of birth, and their “numbers”:
https://docs.google.com/spreadsheets/d/12TyFP31c_ny8v7QDK5ei0YqUeb7eDo7hERx1zbVkYeI/edit#gid=1689467208

Join Hiển

The results of this research open up many questions and possibilities for future studies. We invite you, not only those interested in numerology and music but also those with an interest in data analysis and scientific research, to join this discussion.

  • Share Opinions and Experiences: Bạn có quan điểm hoặc kinh nghiệm nào về mối liên hệ giữa thần số học và sự nghiệp âm nhạc không? Có những kinh nghiệm cá nhân hay quan sát nào mà bạn muốn chia sẻ?
  • Proposing New Research Directions: If you have ideas for future studies, we would appreciate your suggestions. Are there other factors you think we should consider?
  • Contributions and Feedback: All contributions, suggestions, or feedback about this research are welcome. Hiển believes that through discussion and exchange, we can expand our knowledge and explore more interesting aspects.

We invite you to contribute to this discussion, hoping that through it, we can together explore and better understand this complex but fascinating world. Please share your opinions and thoughts, and together, we can build a broader and more multidimensional knowledge base.

DPS.MEDIA

Ý kiến bạn đọc (0)