Hi, this is Jianshu Wang, currently a Master's student in Washington University in St. Louis as an international student learning Cybersecurity Engineering.
I love computers, and improving user experience has been my main driving power for many of my projects. I am always willing to learn new technologies based on the project I have on my hand, and previously I've worked on projects in many diverse fields, including websites, Windows GUI, chatbots and localizations. I am also enthusiastic about open source.
Actively looking for a job in relevent fields.
An organization in partnership with @Akegarasu and @Shigma to provide reliable technical support and solutions for Stable Diffusion user community in China.
Provide a better experience to Chinese users on Telegram Messengers by connecting islands and filling in gaps.
A C# & Python based launcher for the Stable Diffusion project designed to connect the non-professionals to latest AI technologies.
A Vue.js based DIY tool for Stable Diffusion and NovelAI users. Support generating and analyzing complex prompts.
A timerboard for EVE Online player sovereignty events.
A Single Sign-On platform for Minecraft servers, to provide out-of-game authentication experience.
A Leaflet-based map browser for JourneyMap tiles.
A NoSQL-based Telegram chatbot which connects prospective users to various groupchats and channels. Node.js and C++ was involved. Served over 500k Chinese users since 2017.
An jQuery Mobile based HTML5 public bicycle tracker, using publicly available data.
Abstract: Timestamps establish a means to dictate the existence of a message at a particular moment in the past. Traditional digital timestamping service utilizes Public Key Infrastructure (PKI) and thus requires the presence of a Time Stamping Authority, whose job is to ensure the message’s validity. However, with the rise of distributed computing and blockchain technology, it has become possible to obtain timestamps in a decentralized manner, eliminating the need for central authorities. Previous research involves sending transactions or utilizing a smart contract mechanism to store hashes on blockchain and validating the outcome using public ledgers. By prototyping a simple digital timestamping protocol on the Solana blockchain, this article explores the natural advantages of the Solana blockchain for timestamping, implements a smart contract of digital timestamping on the Solana blockchain, and measures its latency, costs, and performance. The initial estimation expects the accuracy of the timestamps produced by the prototype to reach the average sub-second slot time. However, due to network propagation delay, it is not always possible to hit this level. The cost incurred during the process is also analyzed and discussed. Finally, this article highlights the potential ability of the blockchain to provide modern decentralized services.