home.social

#lotw — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #lotw, aggregated by home.social.

fetched live
  1. Re: the latest #ARRL #LoTW outage, they seem to have some kind of localised network outage at the headquarters (groups.arrl.org/g/ARRL-LoTW/me)

    Fun fact: lotw.arrl.org is in AWS, but it went down with everything else, so maybe only the frontend is in the cloud and the backend is still in Newington?

  2. Re: the latest #ARRL #LoTW outage, they seem to have some kind of localised network outage at the headquarters (groups.arrl.org/g/ARRL-LoTW/me)

    Fun fact: lotw.arrl.org is in AWS, but it went down with everything else, so maybe only the frontend is in the cloud and the backend is still in Newington?

  3. Re: the latest #ARRL #LoTW outage, they seem to have some kind of localised network outage at the headquarters (groups.arrl.org/g/ARRL-LoTW/me)

    Fun fact: lotw.arrl.org is in AWS, but it went down with everything else, so maybe only the frontend is in the cloud and the backend is still in Newington?

  4. Re: the latest #ARRL #LoTW outage, they seem to have some kind of localised network outage at the headquarters (groups.arrl.org/g/ARRL-LoTW/me)

    Fun fact: lotw.arrl.org is in AWS, but it went down with everything else, so maybe only the frontend is in the cloud and the backend is still in Newington?

  5. Re: the latest #ARRL #LoTW outage, they seem to have some kind of localised network outage at the headquarters (groups.arrl.org/g/ARRL-LoTW/me)

    Fun fact: lotw.arrl.org is in AWS, but it went down with everything else, so maybe only the frontend is in the cloud and the backend is still in Newington?

  6. #lotw
    just uploaded my ADIF log file from WSJT-x to LoTW,

    i do it when i rotate my log file every 3 months or so,

    i don't actively use LoTW, but upload several times a year at log rotation for those who do use it

  7. #lotw
    just uploaded my ADIF log file from WSJT-x to LoTW,

    i do it when i rotate my log file every 3 months or so,

    i don't actively use LoTW, but upload several times a year at log rotation for those who do use it

  8. #lotw
    just uploaded my ADIF log file from WSJT-x to LoTW,

    i do it when i rotate my log file every 3 months or so,

    i don't actively use LoTW, but upload several times a year at log rotation for those who do use it

  9. #lotw
    just uploaded my ADIF log file from WSJT-x to LoTW,

    i do it when i rotate my log file every 3 months or so,

    i don't actively use LoTW, but upload several times a year at log rotation for those who do use it

  10. #lotw
    just uploaded my ADIF log file from WSJT-x to LoTW,

    i do it when i rotate my log file every 3 months or so,

    i don't actively use LoTW, but upload several times a year at log rotation for those who do use it

  11. @K3LOE I log to a self-hosted Wavelog instance, that then sends my QSL to LoTW, QRZ.com, ClubLog, and others, so I don't have to manually do it all:

    wavelog.org/

    #HamRadio #AmateurRadio #hamr #Wavelog #QRZ #QSL #LoTW #ClubLog #HamLogging #Logging

  12. @K3LOE I log to a self-hosted Wavelog instance, that then sends my QSL to LoTW, QRZ.com, ClubLog, and others, so I don't have to manually do it all:

    wavelog.org/

    #HamRadio #AmateurRadio #hamr #Wavelog #QRZ #QSL #LoTW #ClubLog #HamLogging #Logging

  13. @K3LOE I log to a self-hosted Wavelog instance, that then sends my QSL to LoTW, QRZ.com, ClubLog, and others, so I don't have to manually do it all:

    wavelog.org/

    #HamRadio #AmateurRadio #hamr #Wavelog #QRZ #QSL #LoTW #ClubLog #HamLogging #Logging

  14. @K3LOE I log to a self-hosted Wavelog instance, that then sends my QSL to LoTW, QRZ.com, ClubLog, and others, so I don't have to manually do it all:

    wavelog.org/

    #HamRadio #AmateurRadio #hamr #Wavelog #QRZ #QSL #LoTW #ClubLog #HamLogging #Logging

  15. @K3LOE I log to a self-hosted Wavelog instance, that then sends my QSL to LoTW, QRZ.com, ClubLog, and others, so I don't have to manually do it all:

    wavelog.org/

    #HamRadio #AmateurRadio #hamr #Wavelog #QRZ #QSL #LoTW #ClubLog #HamLogging #Logging

  16. I am an old man but a new linux user. I followed these clear instructions from @db4scw to Install TQSL on Ubuntu Linux. It worked perfectly, thank you!

    db4scw.de/install-tqsl-on-ubun

    #TQSL #Ubuntu #AmateurRadio #HamRadio #LoTW

  17. I am an old man but a new linux user. I followed these clear instructions from @db4scw to Install TQSL on Ubuntu Linux. It worked perfectly, thank you!

    db4scw.de/install-tqsl-on-ubun

    #TQSL #Ubuntu #AmateurRadio #HamRadio #LoTW

  18. I am an old man but a new linux user. I followed these clear instructions from @db4scw to Install TQSL on Ubuntu Linux. It worked perfectly, thank you!

    db4scw.de/install-tqsl-on-ubun

    #TQSL #Ubuntu #AmateurRadio #HamRadio #LoTW

  19. I am an old man but a new linux user. I followed these clear instructions from @db4scw to Install TQSL on Ubuntu Linux. It worked perfectly, thank you!

    db4scw.de/install-tqsl-on-ubun

    #TQSL #Ubuntu #AmateurRadio #HamRadio #LoTW

  20. I am an old man but a new linux user. I followed these clear instructions from @db4scw to Install TQSL on Ubuntu Linux. It worked perfectly, thank you!

    db4scw.de/install-tqsl-on-ubun

    #TQSL #Ubuntu #AmateurRadio #HamRadio #LoTW

  21. First one is kinda small and simple **Trivial_Casts** 🔢➡️🔟

    > The trivial_casts lint in Rust is designed to catch what the Rust compiler considers to be "obviously unnecessary" type casts. These casts are often a result of typos or misunderstandings of how types work in Rust, and they can lead to unexpected behavior if not caught early on.

    When you cast one type to another, the compiler will automatically perform certain "trivial" casts that are considered safe and obvious. However, it might also flag cases where the cast is unnecessary because Rust can infer the correct type without any issues. These flagged cases are what the trivial_casts lint is designed to catch.

    Example:

    ```rust
    let square = Square([2; 8]);
    let square = &square as □

    ```

    #lotw

  22. First one is kinda small and simple **Trivial_Casts** 🔢➡️🔟

    > The trivial_casts lint in Rust is designed to catch what the Rust compiler considers to be "obviously unnecessary" type casts. These casts are often a result of typos or misunderstandings of how types work in Rust, and they can lead to unexpected behavior if not caught early on.

    When you cast one type to another, the compiler will automatically perform certain "trivial" casts that are considered safe and obvious. However, it might also flag cases where the cast is unnecessary because Rust can infer the correct type without any issues. These flagged cases are what the trivial_casts lint is designed to catch.

    Example:

    ```rust
    let square = Square([2; 8]);
    let square = &square as □

    ```

    #lotw

  23. First one is kinda small and simple **Trivial_Casts** 🔢➡️🔟

    > The trivial_casts lint in Rust is designed to catch what the Rust compiler considers to be "obviously unnecessary" type casts. These casts are often a result of typos or misunderstandings of how types work in Rust, and they can lead to unexpected behavior if not caught early on.

    When you cast one type to another, the compiler will automatically perform certain "trivial" casts that are considered safe and obvious. However, it might also flag cases where the cast is unnecessary because Rust can infer the correct type without any issues. These flagged cases are what the trivial_casts lint is designed to catch.

    Example:

    ```rust
    let square = Square([2; 8]);
    let square = &square as □

    ```

  24. First one is kinda small and simple **Trivial_Casts** 🔢➡️🔟

    > The trivial_casts lint in Rust is designed to catch what the Rust compiler considers to be "obviously unnecessary" type casts. These casts are often a result of typos or misunderstandings of how types work in Rust, and they can lead to unexpected behavior if not caught early on.

    When you cast one type to another, the compiler will automatically perform certain "trivial" casts that are considered safe and obvious. However, it might also flag cases where the cast is unnecessary because Rust can infer the correct type without any issues. These flagged cases are what the trivial_casts lint is designed to catch.

    Example:

    ```rust
    let x = 5; // x is an i32
    let y: f64 = x as f64; // This cast is trivial and unnecessary
    ```

    #lotw

  25. First one is kinda small and simple **Trivial_Casts** 🔢➡️🔟

    > The trivial_casts lint in Rust is designed to catch what the Rust compiler considers to be "obviously unnecessary" type casts. These casts are often a result of typos or misunderstandings of how types work in Rust, and they can lead to unexpected behavior if not caught early on.

    When you cast one type to another, the compiler will automatically perform certain "trivial" casts that are considered safe and obvious. However, it might also flag cases where the cast is unnecessary because Rust can infer the correct type without any issues. These flagged cases are what the trivial_casts lint is designed to catch.

    Example:

    ```rust
    let square = Square([2; 8]);
    let square = &square as □

    ```

    #lotw

  26. Let me introduce new weekly thread that I want to have here - Lint of the week ( #lotw ). Every week I will post a new Rust lint that in my opinion should be used by most of the rust projects. Let's start!

  27. Let me introduce new weekly thread that I want to have here - Lint of the week ( #lotw ). Every week I will post a new Rust lint that in my opinion should be used by most of the rust projects. Let's start!

  28. Let me introduce new weekly thread that I want to have here - Lint of the week ( ). Every week I will post a new Rust lint that in my opinion should be used by most of the rust projects. Let's start!

  29. Let me introduce new weekly thread that I want to have here - Lint of the week ( #lotw ). Every week I will post a new Rust lint that in my opinion should be used by most of the rust projects. Let's start!

  30. Let me introduce new weekly thread that I want to have here - Lint of the week ( #lotw ). Every week I will post a new Rust lint that in my opinion should be used by most of the rust projects. Let's start!

  31. Сегодня нужно было экпортировать сертификат LoTW из TrustedQSL в файл p12 для Wavelog и QRZ.com. И никак не могли импортировать дальше - не найдено. Хотя сертификат внутри файла есть. Помучавшись некоторое время, наконец, как индеец Зоркий глаз узрел что в тюрьме нет 4 стены, так и мы обратили внимание на настойчивое "ОБНОВИТЕСЬ". Апнули TQSL до 2.8.2, экпортировали сертификат и всё отлично прошло...

    Обновляйтесь и читайте чаще ошибки. Это сохранит время и нервы. 😀

    #lotw #wavelog

  32. Сегодня нужно было экпортировать сертификат LoTW из TrustedQSL в файл p12 для Wavelog и QRZ.com. И никак не могли импортировать дальше - не найдено. Хотя сертификат внутри файла есть. Помучавшись некоторое время, наконец, как индеец Зоркий глаз узрел что в тюрьме нет 4 стены, так и мы обратили внимание на настойчивое "ОБНОВИТЕСЬ". Апнули TQSL до 2.8.2, экпортировали сертификат и всё отлично прошло...

    Обновляйтесь и читайте чаще ошибки. Это сохранит время и нервы. 😀

    #lotw #wavelog

  33. Сегодня нужно было экпортировать сертификат LoTW из TrustedQSL в файл p12 для Wavelog и QRZ.com. И никак не могли импортировать дальше - не найдено. Хотя сертификат внутри файла есть. Помучавшись некоторое время, наконец, как индеец Зоркий глаз узрел что в тюрьме нет 4 стены, так и мы обратили внимание на настойчивое "ОБНОВИТЕСЬ". Апнули TQSL до 2.8.2, экпортировали сертификат и всё отлично прошло...

    Обновляйтесь и читайте чаще ошибки. Это сохранит время и нервы. 😀

    #lotw #wavelog

  34. Сегодня нужно было экпортировать сертификат LoTW из TrustedQSL в файл p12 для Wavelog и QRZ.com. И никак не могли импортировать дальше - не найдено. Хотя сертификат внутри файла есть. Помучавшись некоторое время, наконец, как индеец Зоркий глаз узрел что в тюрьме нет 4 стены, так и мы обратили внимание на настойчивое "ОБНОВИТЕСЬ". Апнули TQSL до 2.8.2, экпортировали сертификат и всё отлично прошло...

    Обновляйтесь и читайте чаще ошибки. Это сохранит время и нервы. 😀

    #lotw #wavelog

  35. I have 17,407 QSOs on LOTW, 13,467 confirmed for a 77% rate. Log covers the last 15 years.

    How's everyone else doing?

    #lotw #hamradio

  36. I have 17,407 QSOs on LOTW, 13,467 confirmed for a 77% rate. Log covers the last 15 years.

    How's everyone else doing?

    #lotw #hamradio

  37. I have 17,407 QSOs on LOTW, 13,467 confirmed for a 77% rate. Log covers the last 15 years.

    How's everyone else doing?

    #lotw #hamradio

  38. I have 17,407 QSOs on LOTW, 13,467 confirmed for a 77% rate. Log covers the last 15 years.

    How's everyone else doing?

    #lotw #hamradio

  39. I have 17,407 QSOs on LOTW, 13,467 confirmed for a 77% rate. Log covers the last 15 years.

    How's everyone else doing?

    #lotw #hamradio

  40. It has taken 40 years but I finally got my #WAS award. I’ve lost my old logs and had to restart keeping logs multiple times until finally via #LoTW, eQSL.cc, QRZ.com, and #jlog electronically.😆

  41. It has taken 40 years but I finally got my #WAS award. I’ve lost my old logs and had to restart keeping logs multiple times until finally via #LoTW, eQSL.cc, QRZ.com, and #jlog electronically.😆

  42. It has taken 40 years but I finally got my #WAS award. I’ve lost my old logs and had to restart keeping logs multiple times until finally via #LoTW, eQSL.cc, QRZ.com, and #jlog electronically.😆

  43. It has taken 40 years but I finally got my #WAS award. I’ve lost my old logs and had to restart keeping logs multiple times until finally via #LoTW, eQSL.cc, QRZ.com, and #jlog electronically.😆

  44. It has taken 40 years but I finally got my #WAS award. I’ve lost my old logs and had to restart keeping logs multiple times until finally via #LoTW, eQSL.cc, QRZ.com, and #jlog electronically.😆

  45. While the USA democracy is failing... I'm one state short for #qrzcom 50 State and @arrl #LOTW WAS awards! I need #QSLs from NH and WV respectively. I've reconsiled the logs so...any day now? #hamradio

  46. While the USA democracy is failing... I'm one state short for #qrzcom 50 State and @arrl #LOTW WAS awards! I need #QSLs from NH and WV respectively. I've reconsiled the logs so...any day now? #hamradio

  47. While the USA democracy is failing... I'm one state short for #qrzcom 50 State and @arrl #LOTW WAS awards! I need #QSLs from NH and WV respectively. I've reconsiled the logs so...any day now? #hamradio

  48. While the USA democracy is failing... I'm one state short for #qrzcom 50 State and @arrl #LOTW WAS awards! I need #QSLs from NH and WV respectively. I've reconsiled the logs so...any day now? #hamradio

  49. While the USA democracy is failing... I'm one state short for #qrzcom 50 State and @arrl #LOTW WAS awards! I need #QSLs from NH and WV respectively. I've reconsiled the logs so...any day now? #hamradio

  50. I finally updated my Awards page on my blog from #ARRL #LoTW and it looks like I'm three (3) states away from #WAS on #12m (digital)!

    (I had not updated this page in a *year*, lol)

    k8vsy.radio/awards.html#was-lo

    #HamRadio #hamr #AmateurRadio

  51. I finally updated my Awards page on my blog from #ARRL #LoTW and it looks like I'm three (3) states away from #WAS on #12m (digital)!

    (I had not updated this page in a *year*, lol)

    k8vsy.radio/awards.html#was-lo

    #HamRadio #hamr #AmateurRadio

  52. I finally updated my Awards page on my blog from #ARRL #LoTW and it looks like I'm three (3) states away from #WAS on #12m (digital)!

    (I had not updated this page in a *year*, lol)

    k8vsy.radio/awards.html#was-lo

    #HamRadio #hamr #AmateurRadio

  53. I finally updated my Awards page on my blog from #ARRL #LoTW and it looks like I'm three (3) states away from #WAS on #12m (digital)!

    (I had not updated this page in a *year*, lol)

    k8vsy.radio/awards.html#was-lo

    #HamRadio #hamr #AmateurRadio

  54. I finally updated my Awards page on my blog from #ARRL #LoTW and it looks like I'm three (3) states away from #WAS on #12m (digital)!

    (I had not updated this page in a *year*, lol)

    k8vsy.radio/awards.html#was-lo

    #HamRadio #hamr #AmateurRadio

  55. Got my new Logbook of the World certificate this morning, installed it, and I'm back online (with my Linux computer) with LOTW. That was a lot easier than I thought it was going to be. #hamradio #QLog #LOTW