Blog | 博客

Synology Photos package updated to support creating photo request links to collect photos from other users and visitors

Original link: https://www.appinn.com/synology-photos-request/ Synology Photos is a Synology DSM system package used to back up and manage photos and videos of your own and your family’s mobile phone on NAS. After updating 1.3.0-0317 a few days ago, the “Photo Request” function has been added, which allows you to invite friends to Photos are uploaded directly […]

Synology Photos package updated to support creating photo request links to collect photos from other users and visitors Read More »

RmlUI’s style cache

Original link: https://blog.codingnow.com/2022/07/rmlui_style_cache.html The GameUI of our game engine uses RmlUI . My idea is to use mature CSS to describe the presentation of the UI, and use the method of web front-end development to make the UI of the game. But I don’t want to embed too complicated web rendering engine, and the needs

RmlUI’s style cache Read More »

Let Obsidian read your text aloud

Original link: http://catcoding.me/p/obsidian-speech/ A simple and crude way to make writing better is to be your own reader, to constantly reread your own words, and to constantly revise them. It’s not just about making words more readable, it’s a process of talking to oneself, Paul Graham writes in Putting Ideas into Words : The real

Let Obsidian read your text aloud Read More »

4 Secrets to Advanced Writing

Original link: http://www.cnfeat.com/2022/07/28/write4/ Novices frequently ask: How to advance the writing novice with one card per day? The starting point for a novice writer is one card per day. The end point of a novice writer is to write independently, and to do all kinds of active attempts and practice around the goal of “becoming

4 Secrets to Advanced Writing Read More »

Integrate cravatar for WordPress

Original link: https://zburu.com/archives/241.html Original link: https://ift.tt/L0263uE if ( ! function_exists( ‘get_cravatar_url’ ) ) { /** * 替换Gravatar 头像为Cravatar 头像* * Cravatar 是Gravatar 在中国的完美替代方案,你可以在https://cravatar.cn 更新你的头像*/ function get_cravatar_url( $url ) { $sources = array( ‘www.gravatar.com’, ‘0.gravatar.com’, ‘1.gravatar.com’, ‘2.gravatar.com’, ‘secure.gravatar.com’, ‘cn.gravatar.com’, ‘gravatar.com’, ); return str_replace( $sources, ‘cravatar.cn’, $url ); } add_filter( ‘um_user_avatar_url_filter’, ‘get_cravatar_url’, 1 ); add_filter( ‘bp_gravatar_url’, ‘get_cravatar_url’,

Integrate cravatar for WordPress Read More »

Python Programming Fundamentals 08: Unit Testing and Exception Handling

Original link: https://controlnet.space/2022/07/28/tutorial/python-fund/py-prog-fund-08/ Life is too short, I use Python![1] This series is a tutorial to help beginners get started with programming. This article mainly introduces unit testing and exception handling in Python. test In the software development process, testing is a very important step to ensure the correctness and quality of the program. Errors

Python Programming Fundamentals 08: Unit Testing and Exception Handling Read More »

Linux common commands-92: nano

nano is a text editor for character terminals. It is much simpler than vi/vim and is more suitable for linux beginners. Syntax format: nano [parameter] [file] Example # 打开文件nano run.sh The bottom of the screen lists the shortcut key combination prompts for common operations, ^ means Ctrl key, M means Alt key This article is

Linux common commands-92: nano Read More »

Linux common commands-91: vi

The vi command is used to edit text content. It is the most commonly used text editing tool in the character interface of the linux system. It can edit any ASCII format file, including operations such as create, find, replace, modify, delete, copy, and paste. It is very powerful. Syntax format: vi [parameter] file Common

Linux common commands-91: vi Read More »

Global anxiety recession does not affect LV; New Oriental plans to buy back $ 400 million

Original link: https://www.latepost.com/news/dj_detail?id=1246 Global Anxiety Recession Not Affecting LV Luxury consumption is indeed less affected by cycles. When Wal-Mart was anxious to deal with the excess inventory, LVMH Group, the parent company of LV, was busy replenishing inventory-the rich didn’t care about increasing prices, so that there were not enough goods to sell. In the

Global anxiety recession does not affect LV; New Oriental plans to buy back $ 400 million Read More »

[Highlights] Zuckerberg: Metaverse is a huge opportunity, it will release hundreds of billions or even trillions

Original link: https://www.hellobtc.com/news/202207/16119.html [Highlights] Zuckerberg: Metaverse is a huge opportunity, it will release hundreds of billions or even trillions This article is reproduced from: https://www.hellobtc.com/news/202207/16119.html This site is for inclusion only, and the copyright belongs to the original author.

[Highlights] Zuckerberg: Metaverse is a huge opportunity, it will release hundreds of billions or even trillions Read More »

Open Yale Courses–Death

Original link: https://yousazoe.top/archives/b4f250e7.html introduction In “Philosophy: Death”, one of the most popular open courses in international famous schools, Professor Shelley Kagan challenged many of our accustomed or unthought-out views on death, and invited students to systematically reflect on the philosophical mystery of death for a clearer view. The concept explores the meaning of death, from

Open Yale Courses–Death Read More »

Programmer’s Fun (19)

This article is the nineteenth series. It has collected more than 10 interesting pictures and interesting short videos. With interesting text, as a programmer, you will definitely smile while watching. This is how the life of a programmer is! 348、I know you are very hard, but the time is tight and the task is heavy,

Programmer’s Fun (19) Read More »

Issue 78: ① Sounds 222: Young people flee from big cities, but what about economics? ② The limit of energy – Ruan Yifeng’s web log ③ What is the significance of publishing IP territorial? – Zhihu ④ I’m sorry, but I still want to hear what the second uncle wants to say ⑤ How to manage employee flow? |【Jingwei low-key sharing】

Original link: https://pinfive.today/@skyue/78/ 2022.07.28 (issue 78) 222: Young people flee the big cities, but what about economics? Source: www.xiaoyuzhoufm.com Telecommuting and escaping from big cities are just individual choices. According to the most recent census, population is still moving to big cities. The underlying logic is also the externalities brought about by scale effects and

Issue 78: ① Sounds 222: Young people flee from big cities, but what about economics? ② The limit of energy – Ruan Yifeng’s web log ③ What is the significance of publishing IP territorial? – Zhihu ④ I’m sorry, but I still want to hear what the second uncle wants to say ⑤ How to manage employee flow? |【Jingwei low-key sharing】 Read More »