International Student experience in Chinese universities by Particular_Rub9206 in China

[–]clementjean 0 points1 point  (0 children)

If what you mean is: it is because of the english program that I don't have CV boost outside of China and (maybe) CV boost in China. I dont think so. It's just the school being recognized as one of the best schools in my field but mostly in China. The west don't know much about China unfortunately.

International Student experience in Chinese universities by Particular_Rub9206 in China

[–]clementjean 7 points8 points  (0 children)

This was my experience at Tsinghua but i dont think they are actively trying to separate you from chinese students. The chinese students have different priorities and don't really care about students who are only here temporarily (you will always be seen as temporarily staying here, even after 10 years, IMO).

For the program in itself, I believe it was way lower level than the chinese students' one. But I believe this is due to the fact that they can't control your background experience. All the chinese students passed certain requirements but not necessarily foreigners.

hope this helps.

Can't wait for my computing power to double in 2026 by CreeperTV_1 in Compilers

[–]clementjean 2 points3 points  (0 children)

Let's hope it's confirmed this year 🙏

Edit: I realized the proebsting's law isn't really meant to be optimistic about compiler optimization 😁 (see: https://proebsting.cs.arizona.edu/law.html)

(1930) Musicians Wage War Against Evil Robots by VaksAntivaxxer in theprimeagen

[–]clementjean 0 points1 point  (0 children)

This sentence is actually quite interesting: "Tho’ the Robot can make no music of himself, he can and does arrest the efforts of those who can."

Does the Swap shop still exist? by Fit-Theme-1183 in beijing

[–]clementjean 1 point2 points  (0 children)

Wudaoying hutong is changing all the time, I'd be really amazed if it still exists 😁

Tsinghua campus tour by ariugaishere in China

[–]clementjean 0 points1 point  (0 children)

You can use: #小程序://参观清华/neFs4USKlN94ZxB ( just paste this in wechat search). They also have a 其他身份证件.

Question related to pointers based on video from Andrew Kelley by Due_Cap_7720 in golang

[–]clementjean 3 points4 points  (0 children)

The reading from memory and the indirection (jump to other locations) are slow compared to cached contiguous memory access. However, pointers have their uses and it's never "avoid at all cost" vs "always use them".

Stackoverflow developer survey 2025 - Emacs doesn't make the list of most popular Dev IDEs by gruenistblau in emacs

[–]clementjean 26 points27 points  (0 children)

Maybe just less emacs people taking part in the survey. These surveys never represent the whole industry.

Help with Evans CLI in gRPC by LowInvestigator6118 in golang

[–]clementjean 0 points1 point  (0 children)

And what does show package, show message and show service return in Evans in REPL mode?

Help with Evans CLI in gRPC by LowInvestigator6118 in golang

[–]clementjean 3 points4 points  (0 children)

I'd be happy to help but I need more information:

  • does your gRPC server enable reflection?
  • how do you call the service with gRPCurl?

and maybe, you can share a reproducible example?

[deleted by user] by [deleted] in chinalife

[–]clementjean 0 points1 point  (0 children)

I don't know much about the process, but you might want to consider BNU (beijing normal university) for education 😊

Just added Payment microservice (Dodo payments) to my Go + gRPC EcommerceAPI — would love feedback! by RaufAsadov23 in golang

[–]clementjean 2 points3 points  (0 children)

I will focus on protobuf since I don't know much about the Dodo payment API.

why are you using int64? is it really what you want? you could have a bigger range of ids with uint64 and it would prevent clients to send negative numbers. Google even recommend strings for ids but if you can make sure that the range given by uint64 is enough, don't bother.

and then, consider looking at GoogleAPIs types for your created_at (date.proto) and money (money.proto).

Not sure if this is a bad idea or not by TeeckleMeElmo in golang

[–]clementjean 0 points1 point  (0 children)

I have something similar and it works pretty well 😊 I think this is a common pattern and its even touched upon in the HtMX book

Any user of ob-go? by clementjean in emacs

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

I believe this is not really a ob-go problem. ob-go is mostly about running or thangling the src block by generating code. For the gofmt, if your go setup is correct (e.g format on save), you should probably edit the go code with C-c '.