Flash my Redmi note7 to pixel like OS
Basically, it only needs three steps.Download the OS ROM specific for your phone from pixelexperience. https://get.pixelexperience.org/Download the TWRP specific for your phone from twrp.mehttps://twrp.me/Devices/Flash the TWRP to your phone via lsdyhttps://lsdy.top/gjzsUsing the TWRP to install the pixel like OS to your phoneReferenceshttps://en.wikipedia.org/wiki/TWRP_(software) https://www.bilibili.com/video/BV1rm4y1L76V/?spm_id_from=333.337.search-card.all.click
Flash my Redmi note7 to pixel like OS
Basically, it only needs three steps.Download the OS ROM specific for your phone from pixelexperience. https://get.pixelexperience.org/Download the TWRP specific for your phone from twrp.mehttps://twrp.me/Devices/Flash the TWRP to your phone via lsdyhttps://lsdy.top/gjzsUsing the TWRP to install the pixel like OS to your phoneReferenceshttps://en.wikipedia.org/wiki/TWRP_(software) https://www.bilibili.com/video/BV1rm4y1L76V/?spm_id_from=333.337.search-card.all.click
Pyme notes July, 10 2022
Pyme is a web3 platform for user to get task/quest to earn. I’m a very early user for this platform and got many NFTs from the released quest. But, I don’t quite to know what the usage of those NFTs. Seems like some of those could increase your `Pyme Points`, and the Pyme Points will determine your the token airdroped to you (The litepaper of pyme claimed that the Token pre-sale on Q4 of 2022). This platform aims to reaward you per your action on internet. A potential usage I could wonder is ...
Pyme notes July, 10 2022
Pyme is a web3 platform for user to get task/quest to earn. I’m a very early user for this platform and got many NFTs from the released quest. But, I don’t quite to know what the usage of those NFTs. Seems like some of those could increase your `Pyme Points`, and the Pyme Points will determine your the token airdroped to you (The litepaper of pyme claimed that the Token pre-sale on Q4 of 2022). This platform aims to reaward you per your action on internet. A potential usage I could wonder is ...

State of LUNC & USTC rebuilding (July 4, 2022)
I will maintain a series to keep tracking the LUNC & USTC rebuilding state as my first article said. https://mirror.xyz/pictorhugo.eth/zaeqRWB1DFd6h3rjiYIGAVbAqvCARQLeKbn38zlEXj0 There are multiple social media, twitter accounts propagate LUNC & USTC related info. But it doesn’t make any sense to always to check the bullish nonsense without any eveidence or support if you really would like to LUNC & USTC rebuild. What I would like to do is sorting out the info from reliable source so that we ...

State of LUNC & USTC rebuilding (July 4, 2022)
I will maintain a series to keep tracking the LUNC & USTC rebuilding state as my first article said. https://mirror.xyz/pictorhugo.eth/zaeqRWB1DFd6h3rjiYIGAVbAqvCARQLeKbn38zlEXj0 There are multiple social media, twitter accounts propagate LUNC & USTC related info. But it doesn’t make any sense to always to check the bullish nonsense without any eveidence or support if you really would like to LUNC & USTC rebuild. What I would like to do is sorting out the info from reliable source so that we ...

Keep tracking LUNC & USTC rebuilding progress
I used to own LUNA & UST (Those has been changed to LUNC and USTC) and deposited assets to anchor protocol. At least from usability, it is a good enough project. But as we all known, all these has gone within one week. The plan of terra is hard fork the block chain and airdrop new LUNA to holders. However, just hard fork and create a new token won’t relieve what we suffer. From our holder point of view, I think what we relaly would like follows: 1) Rebuild the Ecosystem, 2) Repeg USTC. Recent...

Keep tracking LUNC & USTC rebuilding progress
I used to own LUNA & UST (Those has been changed to LUNC and USTC) and deposited assets to anchor protocol. At least from usability, it is a good enough project. But as we all known, all these has gone within one week. The plan of terra is hard fork the block chain and airdrop new LUNA to holders. However, just hard fork and create a new token won’t relieve what we suffer. From our holder point of view, I think what we relaly would like follows: 1) Rebuild the Ecosystem, 2) Repeg USTC. Recent...
CyberConnect功能逆向与EasyCyberConnect的实现
前言在我学过的知识中,计算机知识是最开放最容易获取的。在计算机领域中,前端技术又是更开放的一个存在,因为浏览器的存在,你可以随意查看一些大项目的前端源代码而不需要谁给你任何权限,故在前端领域中逆向某个项目是最容易的了。逆向这个词,可以简单理解为根据结果推导过程,一般解密也就是对未开放源码的程序进行的,因为没有源码,我们只能对程序本身进行解密等操作,从而猜测其实现是什么。今天的主角CyberConnect作为一个社交图谱的web3应用,目前其对用户主要开放的就是cyberconnect.me这个站点。逆向部分就是cyberconnect的follow,查看follwers、followings,注册等功能。根据逆向的代码还实现了一个简易版本的cyberconnect前端,链接如下。 https://easycyberconnect.000webhostapp.com/ 目前支持搜索某个地址所有的followers、followings,不只是前50个哦,而且支持follow那些未关注的followers。假设你是一个大v,有很多人关注(followers可能达到了10000+),现...
CyberConnect功能逆向与EasyCyberConnect的实现
前言在我学过的知识中,计算机知识是最开放最容易获取的。在计算机领域中,前端技术又是更开放的一个存在,因为浏览器的存在,你可以随意查看一些大项目的前端源代码而不需要谁给你任何权限,故在前端领域中逆向某个项目是最容易的了。逆向这个词,可以简单理解为根据结果推导过程,一般解密也就是对未开放源码的程序进行的,因为没有源码,我们只能对程序本身进行解密等操作,从而猜测其实现是什么。今天的主角CyberConnect作为一个社交图谱的web3应用,目前其对用户主要开放的就是cyberconnect.me这个站点。逆向部分就是cyberconnect的follow,查看follwers、followings,注册等功能。根据逆向的代码还实现了一个简易版本的cyberconnect前端,链接如下。 https://easycyberconnect.000webhostapp.com/ 目前支持搜索某个地址所有的followers、followings,不只是前50个哦,而且支持follow那些未关注的followers。假设你是一个大v,有很多人关注(followers可能达到了10000+),现...