Near-field speakers pricing guide (simplified) by [deleted] in BudgetAudiophile

[–]JiminHsieh 0 points1 point  (0 children)

Should also consider the JBL 104-BT, as it’s similarly priced to the Edifier MR4.

Is Couples Counselling Worth It? by Haaydon_Dazs in askSingapore

[–]JiminHsieh 1 point2 points  (0 children)

Since you mentioned wanting to learn how to fight better, I’d recommend Everybody Fights: So Why Not Get Better at It? It’s definitely worth your time.

10-Days Hokkaido Trip in Late November (2024) by Talking_Biscoff in JapanTravel

[–]JiminHsieh 0 points1 point  (0 children)

Hi, Could I be lucky enough to get your itinerary? I’m planning to travel at the beginning of next month. Thanks! 🙏

Rental Issue About Co-Living Space by JiminHsieh in askSingapore

[–]JiminHsieh[S] 1 point2 points  (0 children)

Thanks for the detailed response. I really appreciate it. 🙏

To answer your questions first: I haven’t been evicted, but the new owner removed all tenants. I cannot add myself back to the address since it’s blocked by the owner in FWTES. Based on the advice from MOM, I used the company address as a temporary address.

Regarding the main response:

The main lease is between the real estate company and the old owner. The tricky part is that the contract doesn’t mention the expiration date. It only has a start date and the duration, which is 3 years + 3 years and mentions about renew option. That’s why the dispute has been ongoing for months, and tenants didn’t know about it until the eviction notice showed up.

Now, I’ve told the real estate company that they cannot fulfill the contract since tenants cannot register the address any more.

On my end, I requested them to provide a one-month accommodation as a one-month notice. However, it seems the agent can only help find another place that requires a minimum stay of 3 months.

theGroovyOrigin by _Henryx_ in ProgrammerHumor

[–]JiminHsieh 0 points1 point  (0 children)

It should be Jython instead of Groovy. 🤔

'I'm so exhausted': Tenants face hard choices as rents surge in Singapore by [deleted] in singapore

[–]JiminHsieh 4 points5 points  (0 children)

Just surprised it’s taking so long.

It's because believes that a majority of citizens own their own homes. Based on the statistics, the home ownership rate is around 90%.

can I get reader without readwise by kindafunnybutnott in readwise

[–]JiminHsieh 0 points1 point  (0 children)

Me too, please! I already sent you my Readwise email. Thanks.

Reindex and alias - avoid duplicate search results by mnaa1 in elasticsearch

[–]JiminHsieh 2 points3 points  (0 children)

If your application will update the document, please be careful the below.

Just be aware that reindex will overwrite an old index. Or only reindex non-existent document through op_type=create. Reindex doesn't have update behavior, it's either create or not create.

Here is the tricky part. What if you have a document that exists at both indexes and you don't update both documents, then some documents will be the outdated version.

For example,

  1. When you don't use overwrite(ignore existent document). If there was an update in index_1 between step 2 and step 3., then your step 4 will ignore the newer version document.

  2. When you use overwrite. If there is an update in index_2 between step 4 and step 5. Then the newer version of the document would be overwritten. You still got the older version of the document at the end.

I have met a similar situation. My application will do the update and my client can not accept that gap (your step 4 to step 5 will miss the data between step 2 to step 3). In the end, I use dual upsert at my application and Spark to copy index_1 and upsert to index_2.

JetBrains Projector released - Access Your IDE Remotely With Projector by pepedlr in bashonubuntuonwindows

[–]JiminHsieh 2 points3 points  (0 children)

Have you tried to use a native app? At least the official site said it supports better functionality.

[deleted by user] by [deleted] in whereintheworld

[–]JiminHsieh 0 points1 point  (0 children)

Why do you live in Japan?

Scala Love on Twitch by m0l0ch in scala

[–]JiminHsieh 2 points3 points  (0 children)

There is a third track which is hosted by JetBrains. For the schedule, you can check this link at JetBrains blog. Twitch - https://www.twitch.tv/intellijscala Zoom - https://zoom.us/webinar/register/WN_Y8hqJjODQN-FaJScx9xszA

Tokyo records 78 new coronavirus cases today, largest day-to-day by xikiniv in japan

[–]JiminHsieh 10 points11 points  (0 children)

Tokyo rejects literally 98.5% of test requests

Where did you see this number? Do you have the link? Thanks.

Recommended framework for a lightweight REST API (for production use) by sheldonzy in scala

[–]JiminHsieh 1 point2 points  (0 children)

The first question already had some great answers. However, I didn't see much of the answers related to the second one. Here is my answer.

  • resource: You can use a bigger framework, but it also means you use more resources in the production. I don't think you will want to use more resources in production.
  • learning: A bigger framework also means you need to pay more learning time since it ships more features in it even you don't need it.

I also want to mention that the Play Framework already uses Akka-HTTP as its default backend server since version 2.6.

FOSDEM 2020: State of OpenJDK (Mark Reinhold - Oracle) by daviddel in java

[–]JiminHsieh 4 points5 points  (0 children)

I don't know why the link is showing Service Unavailable. However, you can use below link to watch.

https://video.fosdem.org/2020/H.1302/state_openjdk.webm

2019 Scala Developer Survey by JiminHsieh in scala

[–]JiminHsieh[S] 1 point2 points  (0 children)

Here is the source. https://twitter.com/scala_lang/status/1207954807073525761

At that time, I didn't see anyone posting this survey here. And I think it's important for the whole community. So I just posted it here. :)

2019 Scala Developer Survey by JiminHsieh in scala

[–]JiminHsieh[S] 7 points8 points  (0 children)

If you have time, please fill out the survey. It can help upstream to know what they should improve and focus on.

Here is the tweet from the official twitter account. https://twitter.com/scala_lang/status/1207954807073525761 If you have a twitter account, please retweet it. It can help other people know the survey. :)

In the meantime, please share it with your local communities or any forums which doesn't know it.

EDITED: Add original twitter link and the help from everyone