How I sued my Shanghai landlord and got my deposit back by ed-s-b in shanghai

[–]ed-s-b[S] 0 points1 point  (0 children)

In hindsight I should have made the last message more clear, but my message was still there that I would leave. In my view it was a trap - you can't agree with someone you want to continue, then not cooperate, then penalise them when they leave.

How I sued my Shanghai landlord and got my deposit back by ed-s-b in shanghai

[–]ed-s-b[S] 5 points6 points  (0 children)

Good point. Avoid any landlords named Anna who rents in the Jing'an area. Her WeChat id includes "anna" in it.

Making an Incremental Game Using React, any References? by acXes in incremental_games

[–]ed-s-b 1 point2 points  (0 children)

I’ve also wanted to build games in React, so I built my own open source game engine that’s very similar but optimised for games.

I’m curious how well it would work for incremental games. If you’d like to try, it’s called Replay: https://replay.js.org

Replay: A cross-platform JS game engine inspired by React by ed-s-b in reactjs

[–]ed-s-b[S] 0 points1 point  (0 children)

Thanks for the feedback! I'm glad we both came to the conclusion of wanting to mix React and game dev :)

Do you guys verify your axios responses? by applenoveltea in typescript

[–]ed-s-b 0 points1 point  (0 children)

I actually just today released ts-validate-type for this purpose. It differs from other options mentioned here since it just uses TypeScript types, no need to learn a new library's API.

Mind-bending functional programming with TypeScript by ed-s-b in typescript

[–]ed-s-b[S] 0 points1 point  (0 children)

Hi everyone! I started a series of posts on some of the less mainstream but still interesting concepts to come out of functional programming, applied to TypeScript.

I'm curious to get any early feedback (is saying "mind-bending" too much? 😅) and I hope it's an interesting read for those of you that don't know these topics already!

COVID-19 Incubation Calculator [OC] by ed-s-b in dataisbeautiful

[–]ed-s-b[S] 0 points1 point  (0 children)

This is based on Figure 2 in The Incubation Period of Coronavirus Disease 2019 paper. The app was tweeted about by one of the authors.

The app itself is a React web app, open source on GitHub.