JustYY | 小赖子 | UK

Stopped my 8 year old American Express Platinum card (American Express)

Original link: https://justyy.com/archives/62730 Called this morning to cancel my Amex Platinum Card (Amex, American Express). TLDR; I started to use crypto/wirex/ledger/wise last year, and almost no amex is used. The only way to use amex is apple icloud subscription, and some restaurants can scan the QR code on the table to order food directly with …

Stopped my 8 year old American Express Platinum card (American Express) Read More »

Add Short Code Function to include any PHP or HTML file in your WordPress post or page

Original link: https://justyy.com/archives/62681 Sometimes, we want to include PHP or HTML or other external files in WordPress posts or pages, then we can use the following PHP code to add a short code Short Code Function in WordPress: function include_php_in_wordpress($atts) { extract(shortcode_atts( array( ‘src’ => ” ), $atts)); if ($src != ”) { if (is_file($src)) …

Add Short Code Function to include any PHP or HTML file in your WordPress post or page Read More »

How to solve the 403 error (Denied by Referer ACL) in Weibo video download?

Original link: https://justyy.com/archives/62600 Parsing video URL: Denied by Referer ACL During this period of time, many netizens privately messaged me saying that the video address given by the Weibo video downloader I got cannot be used, and a 403 error will be displayed after the link is opened: Error: Access Denied 403 Forbidden – You …

How to solve the 403 error (Denied by Referer ACL) in Weibo video download? Read More »

Stable Diffusion Brav6 model feels that AI will make plane models unemployed

Original link: https://justyy.com/archives/62537 AI-generated beauty pictures (plane models) are becoming more and more realistic, but it may be related to the parameters. After seeing too many AI-generated pictures, I always feel that the sense of AI is still very strong, and it will take some time to completely replace them. You can see it at …

Stable Diffusion Brav6 model feels that AI will make plane models unemployed Read More »

The Best Tips to Extend Your Laptop Battery Life (Official Microsoft Advice)

Original link: https://justyy.com/archives/62520 After reading the official instruction manual about extending battery life , I realized that I was doing a lot wrong. How to extend battery life? All rechargeable batteries wear down over time. To maintain your battery health and performance, follow these tips (official recommendations from Microsoft ): A few times a week, …

The Best Tips to Extend Your Laptop Battery Life (Official Microsoft Advice) Read More »

The easiest passive income on TRON: Staking TRX voting witnesses to get rewards (annualized 4.8%)!

Original link: https://justyy.com/archives/62485 The Simplest Passive Income on TRON: Stake & Earn Staking to Get Earnings The method of earning passive income (TRX) on the Tron blockchain is very simple, just 3 steps as follows: Stake or lock TRX. It takes 14 days to unlock (staking model v2.0). You can do this on the tronlink …

The easiest passive income on TRON: Staking TRX voting witnesses to get rewards (annualized 4.8%)! Read More »

ChatGPT refactor/rewrite code using Promise.All (send requests in parallel)

Original link: https://justyy.com/archives/62431 In one of my projects, I have the following code (Node/ Javascript ), which (sequentially) calls some APIs. These HTTPS requests can actually be done in parallel because they are independent of each other. The results are then aggregated into an array. I know that Promise.all can be used to parallelize these …

ChatGPT refactor/rewrite code using Promise.All (send requests in parallel) Read More »