Show newer

@arlia 我觉得s23手感还行,但是我是喜欢那种有棱有角方方正正的那种(

About making a phone call 

I recently removed my phone number from my résumé be those HRs keep calling me without texting me first. (I do leave my email address on it)

Recently I switched to a new job finding platform, and it has a feature that allows you to send your resumes in batches. Most of the time, I don't check the recommendations, and I just yolo it. So when someone calls me without telling me beforehand, I don't know who they are... and I don't pick them up. (Yeah, I generally ignore all unknown incoming phone calls to keep way spams and promotions. If that's an important call, the other side will try again.)

Talking about the batch sending feature, I feel bad for those hardworking HRs getting spammed in this way. But from the last year of job finding experience, I spent a lot of time searching the company and decided I'd like to go there, sending messages and my résumé to them, and got no reply. This happens a lot. So to improve the efficiency, I decided to spam them and see who came back to me. After all you have to reply me before we can keep talking. And HRs are paid to work, while I'm not.

Also, talking about making the phone call, I think for an unknown person, calling them without any beforehand communication is rude. If a friend calls me (which my phone will show his/her name, assuming I have friends), I'm ok with that. We're friends and I'm expecting that. But unknown people? No, thanks. I always text the person and ask if now is a good timing to call him/her before making the call. I hope others can ask before calling me too.

今天的重头戏其实是看湖,可以说是五彩斑斓的蓝色哈哈。冰川湖泊,一路看过来,美不胜收。

不仅仅是翻越高墙,我们应该推翻它,为了我们,也为了后辈

RE:
https://m.cmx.im/users/Lindenpendecy/statuses/110870444466596176

Lindenpendecy  
东伦敦的涂鸦事件,这张是我看过最好的反击了。我们一起携手翻越高墙 :ablobmeltsoblove: 来源:https://www.instagram.com/p/CvyPZwINbeu/

@fatelab 塔罗牌 最近找到一份可以接受的工作

@fatelab 算卦 量子 最近找到一份可以接受的工作

我还说要科学算命,但科学说我死定了(

Show thread

坏了,一说到我要找工作,量子力学都不行了

@fatelab 算卦 量子 最近找到一份可以接受的工作

《缅甸诈骗集团提出“删视频就放人”,卧底记者照做,1小时人就被送到国门》
mp.weixin.qq.com/s/VjeW8KNswRY

⬆️看到这篇文章觉得卧底记者也太猛了……

@sdgathman

Compared to Java functions, yes, but overall no. According to StackOverflow, each JNI call is several nano seconds more compared to Java function calls. The main overhead is copying data from the Java heap to native memory. But if you use something like native buffer, there should be no such overhead.

If you load a big dataset in Java using a byte array, then you want to pass it to, let's say some BLAS implementation, then good luck copying all those data. But with native buffers, you can just pass the pointer of that buffer to the BLAS implementation and you're good to go.

stackoverflow.com/questions/13

@freemo @sdgathman

JNI is still Java oriented, which requires you to write some glue code to translate the difference between C and JVM world. (but with JNI, you can call Java code in C)

Now I'm using JNA, which is a black magic that automatically generates the proxy to call native shared libraries without any additional C code, with the cost of performance.

@sdgathman

But it looks like Jython only supports Python 2? Python 3 is still in the future...

@freemo

@freemo

It will be great if Python can be ported to other platforms. The flexibility of Python is great for exploring things like new network structures, etc. But once you have decided most of the specifications, it's better to use something like C or Java to build a more strong code base (so a typo won't screw you up, LOL)

And I have to say, I'm really jealous of Python on machine learning stuff, where JVM is (almost) completely being ignored until people need a more robust way to develop and only find out the Java is a complete nightmare to do operator overloading and have to write something like "a = a.mul(b)"

@sdgathman

@sdgathman

As a JVM lover, I am jealous of the ability to call C code directly from CPython.

And yes, coroutine is powerful. I'm using kotlin coroutines and it's a huge (free) improvement of Java's native thread.

@freemo co-routines can run on multiple threads, where the "tasks" can yield and the thread from a pool can switch to another "task" without suspension or something. At least kotlin coroutine can, and according to sdgathman, Python can do it too. That's the ultimate free boost you can get by just switching to another tech.

But if Python can do that, then my earlier hypothesis about switching to go will give your free boost is wrong

Show older
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.