Blog | 博客

2022.4.25

I stayed up for a whole week last week, and I have been writing Pegboard. My WWDC scholarship project was originally going to be called Scripting Node Editor, but a senior called it, so I thought of a more lifelike name. Finally, it was submitted and open sourced to GitHub . It didn’t take long […]

2022.4.25 Read More »

2022.4.25

I stayed up for a whole week last week, and I have been writing Pegboard. My WWDC scholarship project was originally going to be called Scripting Node Editor, but a senior called it, so I thought of a more lifelike name. Finally, it was submitted and open sourced to GitHub . It didn’t take long

2022.4.25 Read More »

life question mark

Last Friday, I had a sudden pain in the cervical spine. I thought it was a stiff neck at first. Who knew that I was so sore in one day that I could only stay in bed for 3 days. After taking diclofenac sodium sustained-release capsules, I could walk on the ground on Monday. The

life question mark Read More »

uni app webview zoom page implementation

Add the following code in OnReady var wv; // #ifdef APP-PLUS console.log(‘App plus2’) var currentWebview = this.$mp.page.$getAppWebview() //Get the webview object of the current page setTimeout(function() { wv = currentWebview.children()[0] wv.setStyle({scalable:true}) }, 1000); //If it is a page initialization call, you need to delay it // #endif … This article is reprinted from https://blog.p2hp.com/archives/8520 This

uni app webview zoom page implementation Read More »

Does Web3 Really Have a Future?

Image source @Visual China Text|Old Lining World Wide Web inventor Tim. Berners. Lee put forward the concept of Web3 in 1998. However, at that time, Web3 meant the semantic web, and the semantic web was completely different from the popular Web3 today. As for what the semantic web is, those who are interested may wish

Does Web3 Really Have a Future? Read More »

The project that dominates the list on GitHub is actually teaching programmers how to prolong life

Recently, on GitHub, the world’s largest programmer dating site, a very weird-sounding project was slaughtered on GitHub in just 4 days after being submitted, reaching the top five on the hot list and gaining 4.3k+ stars. This project is called The Programmer’s Guide to Life Extension. . . That’s right, following the outrageous “Programmer’s Guide

The project that dominates the list on GitHub is actually teaching programmers how to prolong life Read More »

Confessions of a programmer: How do I turn a failed project back into a $27 billion app?

Slack is a popular enterprise communication and collaboration tool, currently used by 630,000 businesses. In early 2014, it received more than $40 million in financing and then completed $120 million in financing, bringing its valuation to $1.12 billion. In February 2015, slack reached 500,000 active users on its first anniversary. On June 20, 2019, the

Confessions of a programmer: How do I turn a failed project back into a $27 billion app? Read More »

self-discipline

Just like talking about “communication” in “Communication in the Real World “, before talking about “self-discipline”, we must first say what the word means in this article, and the reason is as stated in that article- In many cases, artificial concepts are like the above. Although we can grasp the concept with the help of

self-discipline Read More »