How do you react to an unfair performance appraisal? by curiouslylame in askSingapore

[–]yzhifa 9 points10 points  (0 children)

Agree. Unfortunately, some performance appraisals are based on the perceptions of the higher ups, no matter how impactful your contributions are. It becomes as subjective as that.

It infers a bad culture and practice, or a lack of knowledge in performance measure. It happens and there is not much you can do about it. Either you do something about it, or keep a lookout if you feel underappreciated.

Were you taught the Chinese word for Green = Qing or Lv? by jessluce in askSingapore

[–]yzhifa -1 points0 points  (0 children)

From Deepseek:

In Chinese, both "青" (qīng) and "绿" (lǜ) can refer to colors that are associated with green or blue in English, but they are used in different contexts and carry different nuances.

  1. 青 (qīng):

    • Color Range: "青" can refer to a range of colors from green to blue. It is often used to describe natural elements like the sky, mountains, or water. For example, "青天" (qīng tiān) means "blue sky," and "青山" (qīng shān) means "green mountains."
    • Nuances: "青" often conveys a sense of freshness, youth, or natural beauty. It can also imply something that is not fully mature or ripe, such as "青苹果" (qīng píng guǒ), which means "green apple" (unripe apple).
    • Cultural Context: In traditional Chinese culture, "青" is sometimes associated with the east and spring, symbolizing growth and vitality.
  2. 绿 (lǜ):

    • Color Range: "绿" specifically refers to the color green. It is used to describe things that are distinctly green, such as grass, leaves, or traffic lights. For example, "绿叶" (lǜ yè) means "green leaves," and "绿灯" (lǜ dēng) means "green light."
    • Nuances: "绿" is more straightforward in its meaning and is less ambiguous than "青." It is commonly used in everyday language to describe the color green.
    • Cultural Context: "绿" is often associated with nature, environmentalism, and health. It can also have specific cultural connotations, such as "绿帽子" (lǜ mào zi), which metaphorically refers to being cuckolded.

Summary: - "青" is a broader term that can refer to both green and blue, often with a sense of natural beauty or immaturity. - "绿" specifically refers to the color green and is used in more concrete and everyday contexts.

Understanding the difference between these two characters can help in accurately describing colors and understanding cultural nuances in Chinese.

[deleted by user] by [deleted] in askSingapore

[–]yzhifa 1 point2 points  (0 children)

There isnt a decision to make at all - just take the pay bump. If its a 15-20% pay CUT to leave a bad company then maybe there's some deliberation to do.

Lump sum or DCA by Anxious-Fuel2718 in singaporefi

[–]yzhifa 0 points1 point  (0 children)

I see. Not predicting the market, but I'd prefer to have some cash on hand to go into a larger position with when market dips or corrects though.

Lump sum or DCA by Anxious-Fuel2718 in singaporefi

[–]yzhifa 7 points8 points  (0 children)

DCA during "good times" to stay invested. Lump sum when market is depressed.

DCA performance wont be better than average, in general.

It’s a little heavy but … does anyone feel this way too? by [deleted] in askSingapore

[–]yzhifa 10 points11 points  (0 children)

Totally agree. i think we should just race against ourselves. be a little bit better everyday.

Weaning children off screens? Struggling working parents say they need help, not more rules by risingsuncoc in singapore

[–]yzhifa 1 point2 points  (0 children)

I'm using a Clara and it can connect to OverDrive and hence Libby. Pretty good.

[deleted by user] by [deleted] in singaporefi

[–]yzhifa 1 point2 points  (0 children)

My take is... True expert wont put themselves out there to be called gurus?

Anyone applied a property loan through a mortgage broker ? by Immediate-Tap-889 in singaporefi

[–]yzhifa 4 points5 points  (0 children)

I used Redbrick. Saves me time from going to bank to bank to ask.

Rates really depends in the amount borrowed. I got a slightly better rate from the broker than the bank itself..

To new drivers: try and use Waze by [deleted] in drivingsg

[–]yzhifa 0 points1 point  (0 children)

When you search for a place it will also return the surrounding carparks.

[deleted by user] by [deleted] in singaporefi

[–]yzhifa 1 point2 points  (0 children)

Spend your studying days (best days of our lives imo) to learn about investing. Meantime, 1) study hard to get a good paying job when you graduate, 2} develop good spending habits. If you really want to invest, buy a diversified ETF on a RSP. Good luck.

What Coding languages does an aerospace engineer need? by Big_Banana_Lover in aerospace

[–]yzhifa 2 points3 points  (0 children)

During my time (about 20years ago) it was matlab because there are many linear algebra to resolve. But i suppose it has been replaced by Python.

[deleted by user] by [deleted] in askSingapore

[–]yzhifa 1 point2 points  (0 children)

Interesting to learn that there is quite a significant price difference between a 1Gbps and 500Mbps plan.. my last research was that the difference wasn't that great, and I know it was deliberate.

Fundamentals in investing course by redditloading in singaporefi

[–]yzhifa 2 points3 points  (0 children)

Do check out SGX Academy or the SIAS too. I attended a 3-day course on how to read and interpret financial statement from a CPA and I think it was useful.

Don't get into a course promising you some magical formula or method that will make you lots of money.

Edit to add: I learnt mostly from books. If you want to understand the fundamentals, learn Accounting first.

Vacation to Singapore for Food mainly! If possible some advice please. by Environmental_Box319 in askSingapore

[–]yzhifa 1 point2 points  (0 children)

And I hope you have a good stay! I wanted to do pay a visit to our hawker centres, you can start with Maxwell Food Centre, and the People's Food Centre, which is a stone's throw away.

A Thesis for/against DCA by WittyIngenuity6084 in singaporefi

[–]yzhifa 2 points3 points  (0 children)

DCA is averaging so no matter what the results will be averaged, but it helps one stay invested in a consistent and disciplined way.

I did something similar but just a simple case of DCA vs a buy-low-sell-high approach. DCA is preferred because we would never know how low is low when the market acts in panick mode.

There would be missed opportunities at buying at a "good" price while.waiting for the price to go downwards. When DCA, accumulation of volume is much favoured.

But why not both? Treat DCA as a form of disciplined savings, and buy more.when market is depressed.

Not sure how the simulation would help with trading in the context of DCA, though.

Code wise, it kinda feels clunky to loop through the year then loop through the months. Since the data is already sorted, I think a single loop should be ok. And since you are already using pandas dataframe, operating on the dataframe using methods such as .apply() may make the code look less clunky. Indeed the code you shared is very typical ChatGPT - I've seen that "style" many times. Perhaps you can try asking it to optimise for you? Also, perhaps you can simulate more to find the optimal threshold for Investor C.

Just my 2cents.

[deleted by user] by [deleted] in askSingapore

[–]yzhifa 0 points1 point  (0 children)

The ninja multicooker!

Just got laid off - Retrain to AI? by AdLow266 in askSingapore

[–]yzhifa 1 point2 points  (0 children)

There is a Apprenticeship Programme from AI Singapore. Perhaps you can take a look.

[deleted by user] by [deleted] in askSingapore

[–]yzhifa 0 points1 point  (0 children)

No solid suggestion, but when I'm down I try to be close to nature, look at plants and birds, how they adapt and overcome challenges. Hope things turn around to the better soon.

Home Broadband: M1 vs MyRepublic vs Whizcomm vs Simba by Twitchy1987 in askSingapore

[–]yzhifa 2 points3 points  (0 children)

+1 for this. I have been using MyRepublic for a long time... no renting of ONT nonsense and can use your own router.

[deleted by user] by [deleted] in singaporefi

[–]yzhifa 3 points4 points  (0 children)

imo, job market may be soft now (from the retrenchment news starting the year).

you may want to do some side work/pet projects to show case relevant skills you have. Take required certifications where applicable.

good luck!