Viewing profile — cheatdeath
cheatdeath
HN member- Joined
- Tue, Sep 23, 2014, 6:34 AM UTC
- HN karma
- 252
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About cheatdeath
[ my public key: https://keybase.io/seanoflynn; my proof: https://keybase.io/seanoflynn/sigs/YHN3RTNUCTN5qYIJcF2zLbasQFG5iVLbs8ISHeiXJVY ]
Recent public activity
- story
- story
- story
- story
- story
-
comment
Comment #14271721
Probably myTaxi ( https://de.mytaxi.com/en/index.html ).
- story
- story
- story
-
comment
Comment #12041582
Thanks for the comments! I'm all for improved readability. I definitely wasn't aiming for much performance wise, at least initially. These were two areas (of many) that I felt coul…
-
comment
Comment #12041552
I guess I've just been assuming any Roman characters are English, some definitely might be Pinyin. I generally try not to stare at peoples screens for too long haha. I did an intro…
-
comment
Comment #12041526
Thanks for the tips! I will look into making these modifications when I get a chance.
-
comment
Comment #12041248
Thanks for the pointer!
-
comment
Comment #12041233
In Hong Kong, I sometimes see peoples screens when I'm using public transport. WhatsApp audio recordings are very popular, sometimes I can see the entire conversation is just audio…
-
comment
Comment #12040284
Honestly I'm just not that familiar with async/await. I'll look into modifying it when I get around to making some other changes.
-
comment
Comment #12040265
Thanks for letting me know, looks like I'll have to find some time to implement some of these recommendations.
-
comment
Comment #12040246
Oh cool, thanks! I wasn't aware of DateTimeOffset.
-
comment
Comment #12036476
World of Warcraft? Haha no, I've been using that handle probably since that game came out but I've never played it.
-
comment
Comment #12036041
Sorry, I didn't update some of the links in the contents correctly when creating the mirror. They should be fixed now – everything is on one page.
-
comment
Comment #12035932
Thanks. Actually organising the write up forced me to tidy up the code much more than I otherwise would have. I definitely find C# to be one of the more readable languages although…
-
comment
Comment #12035854
I'm not that familiar with .NET Core. It doesn't look like MiscUtil is compatible with it. The executable project has some minor references to Mono.Posix just so it can catch kill …
-
comment
Comment #12035780
Will do, thanks for posting.
-
comment
Comment #12035744
If anyone's having issues, I've mirrored it at https://cheatdeath.github.io/research-bittorrent-doc/ edit: I'm the author, let me know if you have any questions.
-
comment
Comment #12035657
It's not completely down, the server does seems to be struggling though.
-
comment
Comment #12035475
I recently went through the same thing – building my own simple BitTorrent client, mostly just due to curiosity about how the protocol works. There were some tricky parts, most of …