☆ Yσɠƚԋσʂ ☆

  • 18 Posts
  • 7 Comments
Joined 6 years ago
cake
Cake day: January 18th, 2020

help-circle

  • It looks the Ukraine served as a wake up call for Taiwan, shifting public opinion towards reunification and leaving the ruling DPP increasingly unpopular. CBC was moaning just recently that many young Taiwanese have little appetite for a military confrontation with the mainland. The most probable outcome now seems to be that the US-puppet administration will get thrown out, paving the way for the KMT’s return to power and the resumption of a direct dialogue on reunification.

    A historical point that people tend to forget about is that the KMT was already advancing on a path toward peaceful reunification back in 2014. The proposed framework involved maintaining Taiwan’s autonomy, its own military, and having a representative within the mainland’s political structure. It was precisely at this juncture that the US backed the sunflower movement successfully derailed the process and brought the DPP to power. Now, with shifting public sentiment, it looks like that particular American political operation has finally run its course.






















  • It’s great to hear things mostly worked out. Stuff like scaling bottlenecks is definitely tricky to catch until you have serious loads on the system, but sounds like the fixes very mostly trivial validating overall design. It also looks like you managed to get a way with a fairly simple stack by leveraging Postgres and Rust. I’ve had really good experience with using pg myself, and really don’t see a point in using anything else now. You can use it both as a relation db and a document store, so it’s extremely flexible on top of being highly performant. Keeping the stack simple tends to be underappreciated, and projects often just keep adding moving pieces which end up adding a lot of overhead and complexity in the end.


  • What have been the biggest challenges with the project over the years, both in terms of technical and non technical aspects. I’d be interesting to hear a bit of retrospective on how has the stack’s been working out, and what surprises you might’ve run into in terms of scaling and federation. What recommendations you’d make based on that and what you would’ve done differently knowing what you know now.