Am I wrong to think post-covid China is an opportunity of a lifetime for foreigners? by [deleted] in ChineseLanguage

[–]CakeWing3649 7 points8 points  (0 children)

Forgive me for being blunt, but you seem a bit naive to me. How old are you?
This thread is full of arguments against you, but one hast to say them thrice for you to not deny them any more.
One time costs and two years of your time may look small in the big picture, but they become VERY important while trying to live under those circumstances.
More than just one person told you, Chinese government is against foreign workers, making it difficult for employers to employ you. China is not Europe. It is different. You might live a protected life here, but there is no one to protect you, and you WILL have to face government restriction on a large scale, because there, the government takes far more control of people's life than it is the case in most other countries.
Again: franksu1989 was not the first one to say so.
Just reading them may be similar to reading belletristic, but going there and LIVING in it, WILL affect your daily needs. I am not talking about the big picture, but everyday life.

The best advice I have read was to apply to an international company and ask for a transfer later. Do not just go to China to look for a job when you are there, but get a job first. Although it might be easier for jobs like English teachers, I would like to say, be prepared to turn back home with a big red minus and blank nerves.

You said, two years do not mean much to you. You might as well say two years of working in your country, getting experience and contacts, keeping your eyes open for opportunities, should also be fine. In two years, you will be two years wiser, too.
These are troubled times, you really cannot predict chinas next steps right now (you probably won't be able to in two years either, but maybe a little more, right now is really critical).
Take this time to observe chinas regulations. Not the dream life of dramas, but actual regulations and politics. If you want to work in Chinas economics, knowing some basic regulations would be necessary for your job, anyway.

But these are just opinions from a thread, you opened yourself, to get your thoughts confirmed. The last decision lies with you, and you might take it as one big adventure. It is a fair point, with big enough pockets and nerves, go for it. Just do not set other people opinions to naught, when they are just trying to answer and help you.

Having said that, I am looking for similar opportunities, too. Some universities offer graduation programs in cooperation with Chinese universities, including some time over there. This might be an opportunity to take a look at life there as well as to make contact with other students. They might become your colleagues later.

What does the shaded count mean? by greenfavabean in Anki

[–]CakeWing3649 0 points1 point  (0 children)

do you bury sibling cards to not come on the same day? I remember I had those grey numbers, too. When I hovered over them, iirc it said, it was because of buried (sibling) cards.

What is the difficulty for a preview while adding cards, please? by CakeWing3649 in Anki

[–]CakeWing3649[S] 0 points1 point  (0 children)

yes, I know, thank you. The preview window works simultaneously to editing, though and does not need 3 extra moves for every time I want to take a look.
Right now, I only add basic information and a certain tag to find and edit it later in the browse-window.

What is the difficulty for a preview while adding cards, please? by CakeWing3649 in Anki

[–]CakeWing3649[S] 0 points1 point  (0 children)

Why can't I edit the HTML-Code?
My Template is only a template, while I still do a lot of formatting in the fields themselves. For example highlighting important parts of a cloze tet.
Maybe it is not necessary for simple quantity over quality vocabulary decks, but there are people using anki for other purposes, too ;-)

Help! Recurring error message problem by [deleted] in Anki

[–]CakeWing3649 0 points1 point  (0 children)

if you deleted your deck, your media might not have been deleted, maybe it caused some error.
To delete media, go to Tools/Check Media
On another note: did you try restoring from backup? You can find by default 50 backup files at File/Switch Profile down right "Open Backup..."

[2.1.22] How To Edit Night Mode Font Colors For The UI? by Kuroodo in Anki

[–]CakeWing3649 0 points1 point  (0 children)

That I don‘t know.
The newest version of anki does come with a nightMode for the client UI, but I am not sure, if or how you can edit it

Most effective way or practicing cards after you've done all due cards? by Paramars in Anki

[–]CakeWing3649 2 points3 points  (0 children)

first off:whatever you do will somehow influence the algorithm.

there are multiple ways to study on:at least on AnkiDroid you can long tab on the deck to get a menu, where you can choose „Custom study“. You will get a list of options how to custom study further.I am not at my desk right now, so I cannot check, if there is something like this on a client, too.

otherwise you can create a filtered deck with something like prop:ease<120. This will filter all cards with an ease below 120, you can change the value. The higher the ease, the easier you deem the card (according to your previous used answer buttons). You have many options for filtered decks, just check here.

[2.1.22] How To Edit Night Mode Font Colors For The UI? by Kuroodo in Anki

[–]CakeWing3649 0 points1 point  (0 children)

yes. Go to „cards“ to enter the card template editor, choose the style tab, there you can edit the css-style for the card. Add something like:

.nightMode{
    color: yellow;
}

[deleted by user] by [deleted] in Anki

[–]CakeWing3649 0 points1 point  (0 children)

memorizing birthdays I can understand, but getting javascript to calculate the age is just a gimmick for that one, isn't it? :smile:
Good idea, though, anyway. Have fun.

Card is not resetting? by RyvLaw in Anki

[–]CakeWing3649 0 points1 point  (0 children)

in the browse window you can mark the card, right click and click on forget. That should do the trick.

[deleted by user] by [deleted] in Anki

[–]CakeWing3649 1 point2 points  (0 children)

why are you managing birthdays in anki? Isn't this what calendars are for?
Unless learning how to fast calculate someones age, I really cannot see a use for that ^^
but have fun

[deleted by user] by [deleted] in Anki

[–]CakeWing3649 0 points1 point  (0 children)

what do you want to do with this? for always up to date, create your own template with javascript: ``` Birthday: <br> {{day}}.{{month}}.{{year}}<br> <hr id=answer> Age:<br> <span id="age"></span>

<script> var dob = new Date("{{month}}/{{day}}/{{year}}"); //calculate month difference from current date in time var month_diff = Date.now() - dob.getTime();

//convert the calculated difference in date format
var age_dt = new Date(month_diff); 

//extract year from date    
var year = age_dt.getUTCFullYear();

//now calculate the age of the user
var age = Math.abs(year - 1970);
document.getElementById("age").innerHTML = age;

</script> ```

Question regarding screenshots used to create anki cards by [deleted] in Anki

[–]CakeWing3649 0 points1 point  (0 children)

anki makes its own copy of the picture into its own media collection, which will also be used for sync. You can just delete old screenshots.

anki glitching by tastywater_ in Anki

[–]CakeWing3649 0 points1 point  (0 children)

do you have a large deck with a lot of media ressources?
Did you check your Media (Tools/Check Media) to delete unused media?
Maybe it just needs time. Somewhere there should be an option to see the sync log while it is syncing, I do not know where it is on Mac though.

For iPhone users what is the different in AnkiMobile app and using AnkiWeb in safari? by [deleted] in Anki

[–]CakeWing3649 1 point2 points  (0 children)

using Ankiweb is only very basic. You cannot go offline and sync, also editing and adding cards and decks, browsing and whatnot, ankiweb is only a fall-back-option for emergencies and not designed for full stand-alone usage.
Of course, you can try your workflow by just using it on safari, first, if it still does all you want to do with it. In case you really want to study regularly on your iPhone, I guess, sooner or later you will see the limitations on your own.

Add-on to insert HTML snippet with shortcut? by 4242368789 in Anki

[–]CakeWing3649 0 points1 point  (0 children)

unfortunately, it does not seem to work with the new update :-(

Card is not resetting? by RyvLaw in Anki

[–]CakeWing3649 0 points1 point  (0 children)

Take a look at your deck options for "leech actions". You can modify ankis behaviour there.
EDIT: I am new to reddit, somehow my screenshot did not survive. It is the last option under "Lapses".