May 2022

Palette secures $6 million in funding

PaletteHQ is a French sales compensation software provider that provides cloud-based sales compensation software that helps businesses automatically calculate commissions, track performance and quota achievement in real-time, and also includes a commission plan designer that allows businesses to set up complex calculation logic and Provides a real-time updated performance dashboard built for sales teams. Led

Palette secures $6 million in funding Read More »

A BGP.NET Japan VPS Network Evaluation

Original link: https://leo.moe/daily/80.html things to know BGP.NET’s network has always been known for overselling, and their family often sells these broadband products second-hand, so they are also known as second-hand dealers. Generally, I recommend avoiding such businesses. But there are still people who are very interested in the network quality of their home. Today, I

A BGP.NET Japan VPS Network Evaluation Read More »

Dockit – Beyond Picture-in-Picture, the Strongest Window Partial Display Software (AHK Script)

Original link: https://www.appinn.com/dockit-ahk/ Dockit is a window partial display tool implemented by AHK script , it can realize partial picture-in-picture effect of desktop window, and can continue to operate in picture-in-picture. @Appinn Recommendation from the Discovery Channel , @dog: https://meta.appinn.net/t/topic/32714 This script allows you to resize and dock a window to the sides of your

Dockit – Beyond Picture-in-Picture, the Strongest Window Partial Display Software (AHK Script) Read More »

Google Suite free domain name mailbox can continue to be used for personal use

Original link: https://www.xiaohui.com/weekly/google-suite-renew.htm According to Google’s latest policy in early 2022, the original Google Suite free domain name mailbox users must be upgraded to paid users before 2022-07-01. The basic paid plan starts from 5 USD per user per month. Seeing that the date is approaching, it may be that users are too stressed. Google

Google Suite free domain name mailbox can continue to be used for personal use Read More »

Jump the Wall

Original link: https://sanzo.top/Default/jump-the-wall/ V2ray Server # 一键安装脚本bash < ( curl -s -L https://git.io/v2ray.sh ) client Android, linux, macOS installation package: https://github.com/v2fly/v2ray-core/releases v2ray client configuration file: https://github.com/Sanzo00/files/blob/master/other/v2ray.json After downloading the v2ray installation package on the linux side, you can choose to install it locally or run the executable file directly. Install to local wget https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh #

Jump the Wall Read More »

when it’s no longer a museum

Original link: https://frost-lee.github.io/digital-collection/ Everyone knows that the iPod has reached the end of its life. Everyone knows that the iPod touch will eventually disappear from Apple’s lineup just like the iPod classic, iPod shuffle, and iPod nano. When the day finally came, Apple didn’t let the iPod touch go as quietly as its sister, but

when it’s no longer a museum Read More »

RogueLike Prototyping Tool

Original link: https://blog.codingnow.com/2022/05/roguelike_lua.html I love RogueLike games, I mean literally Rogue -like games. In this kind of game, the screen is the least important part, as long as it can clearly express the interactive meaning required by the game. I have a special hobby for game interfaces that are pieced together with characters. When I

RogueLike Prototyping Tool Read More »

Jinja2 UTF-8 garbled solution

Original link: https://hsiaofeng.com/archives/185.html original code with open(f”file.j2″,’w+’) as fout: content = template.render() fout.write(content) solution Change w+ at open() to wb , and call encode(‘utf-8′) after template.render() ). with open(f”file.j2″,’wb’) as fout: content = template.render().encode(‘utf-8’) fout.write(content) This article is reproduced from: https://hsiaofeng.com/archives/185.html This site is for inclusion only, and the copyright belongs to the original author.

Jinja2 UTF-8 garbled solution Read More »

Thoughts sparked by LogoGround’s two rules

Original link: https://www.ntiy.com/1794.html Equity and Public Welfare “Public interest” means “public interest”. However, the “public welfare” here may be slightly different from the “public welfare” in the well-known “public welfare activities” and “public welfare organizations”. Because the “public” here does not mean the majority of people in society, but only refers to a relatively small

Thoughts sparked by LogoGround’s two rules Read More »

days of working from home

Original link: https://xqrp.com/660484.html The epidemic in Beijing is still stagnant, with about 40 new cases per day, and there is no sign of improvement for the time being. After May 1st, I have been working from home and have not been to the office much. On the one hand, try to minimize going out; on

days of working from home Read More »