2022-01-06
This is my thoughts on Drew's article[1] in which he explains his ideas of an ideal, open search engine. I want to share my thoughts too. Hopefully I'm qualified on writing about this. I am no researcher on related topics. But I do created TLGS. Hopefully some thoughts could help people realize a ...
Read more →2021-12-31
I am a VRChat[1] player. I know it's very rare. Espically considering I'm on Gemini. Unlike most people on this protocol. I am not a pessimist when viewing technology. I think the Metaverse is a logical nextstep to the internet. But I don't think the one built by Facebook would ever live up to it'...
Read more →2021-12-11
Drogon[1] is a fast C++ web app framework. It's fast in part by not abstracting the underlying threading model away. However, it also causes some confusions in our userbase. It's not uncommon to see issues and discussions about why responses are only sent after some blocking call, why calling a b...
Read more →2021-12-01
Jami is a very cool distributed instant messaging program under the GNU project. The same GNU that brings you GIMP, glibc, Octave and much more. Jami clients communicate through the OpenDHT distributed hash table. However, the DHT only stores your message briefly. Thus, you miss your messages if y...
Read more →2021-11-14
Modern software (espically from cooperations) are a privacy concern. Why in the world would a video conferencing program wants to know the spec of my PC and when I'm using it. And it's never opt-out. I think this in an unfortunate fact of competition between tech companies for their market dominan...
Read more →