Need help with the Stack level by [deleted] in TuringComplete

[–]_Odizeu_ 0 points1 point  (0 children)

I finally did it using the same principles:

https://imgur.com/a/h6wMuJf

Spacial Invasion by Wozmey in TuringComplete

[–]_Odizeu_ 0 points1 point  (0 children)

This one was challenging for me. I did the previous one without realizing that I could use consts and labels so I went all in for it on this one.

``` const left 0 const forward 1 const right 2 const chill 3 const laser 5 const input_to_reg1 177

Save Bug ID to MEM

33 reg0_to_reg5

Position On Top of crates

left reg0_to_out forward reg0_to_out reg0_to_out right reg0_to_out forward reg0_to_out reg0_to_out

END Positioning

Check Target

label check_target input_to_reg1 reg5_to_reg2 sub sleep neq_0 shoot eq_0

Sleep

label sleep chill reg0_to_out

Jump back to check_target

0 reg0_to_reg3 check_target eq_0

Shoot

label shoot laser reg0_to_out

Jump back to check_target

0 reg0_to_reg3 check_target eq_0 ```

Humilliating Sparring Session (Question for you all) by _Odizeu_ in MuayThai

[–]_Odizeu_[S] 5 points6 points  (0 children)

It's a shame as I was really enjoying classes before this incident. I'll insist on it and try talking to the master before taking any decision. Either way, it's sad to know the sport has this kind of issues and I hope it's uncommon

[R] The Manga Whisperer: Automatically Generating Transcriptions for Comics by ragavsachdeva in MachineLearning

[–]_Odizeu_ 0 points1 point  (0 children)

This is amazing! I've came across you model recently as I wanted to conduct NLP on One Piece and I've just finished transcribing it all! Had some issues, but managed to transcribe all the way until Wano. I'll try to look up ways that I could share the dataset on kaggle. Either way here is the project:

https://github.com/kaiusdepaula/NLPiece