0%

As a man, there are many reasons why you must reply within 59 seconds, otherwise, something bad will happen.

Fortunately, Telegram provides an API.

  1. Obtain your developer token in this instead of a bot token.
  2. Install Telethon using pip3.
  3. RTFM to get Py working.
Read more »

In June this year, while attending WWDC in San Jose, I saw this loading animation when using Uber to meet friends at Cupertino Library.

The animation was awesome!

I was curious about how they did it, so I did some exploration.

Preview

Well, the line animation still isn’t smooth enough. Does anyone have any better ideas?

Read more »

In Chapter 24, β€œAdvanced Holy Temple Magician,” we mentioned how to advance 10,000 years ago.

In addition to improving magic, Seniors also have a magical skill called β€œfeedback”.

This method first gives affirmation to the other party (pengsha), then tactfully points out areas that need improvement (quedian), and finally achieves the effect of reducing the other party’s mana to zero.

Read more »

Update 2021

I have resigned, now I can help with Apple referrals
But Grab is about to IPO
If you think it’s good, you can ask friends to continue referring

Read more »

It’s much easier than I imagined, just like calling an API (actually) πŸ˜„πŸ˜„πŸ˜„

import Speech

Info.plist

  • Privacy - Microphone Usage Description
  • Privacy - Speech Recognition Usage Description

Authorization

1
2
3
4
5
6
7
8
9
10
SFSpeechRecognizer.requestAuthorization { authStatus in
OperationQueue.main.addOperation { [weak self] in
switch authStatus {
case .notDetermined, .denied, .restricted:
print(".notDetermined, .denied, .restricted")
case .authorized:
self?.startRecognizeFile()
}
}
}
Read more »

ClassName, FileRW, VideoPlayer, VideoPicker, ExcelFilePicker, FileCrypto, dateFormatter, Notification, GradientView, ShowAlertController, LoadingView, AddAnchorConstraints

1
2
3
4
5
extension NSObjectProtocol {
static var className: String {
return String(describing: Self.self)
}
}
Read more »

Gaming has changed my life.

I have traveled to many cities for years, which had Assassin’s Creed series journeys including β€œSleeping Dogs 2,” β€œGTA,” and so on. It had a significant impact on me when I really stepped into the real world. Therefore, every time I go back, I always want to experience it in the game.

Read more »

Cairns 2

Read more »

Cairns 1

Great Barrier Reef

Read more »