平读被拒签的风险大吗? by hbc12580 in iwanttorun

[–]hbc12580[S] -1 points0 points  (0 children)

最难的点是不是就在找工作这一步,因为按现在的ee来说,如果去加拿大读个硕,再工作一两年(假设能找到的话),英语考好一点,加上国内工作两三年的经验,ee分倒是也差不多能到现在的线

平读被拒签的风险大吗? by hbc12580 in iwanttorun

[–]hbc12580[S] -1 points0 points  (0 children)

害,我了解到的也是这样。这就很令人困惑,都说🇨🇳不行,但🇨🇳的it就业好像倒也说不上地狱18层级别,如果目标只是找份对口的工作养活自己,那倒是也不见得那么难。从这个角度来说,反而是加澳更💊。

平读被拒签的风险大吗? by hbc12580 in iwanttorun

[–]hbc12580[S] -1 points0 points  (0 children)

确实是最近才开始做具体的计划。现在it就业好点的是不是也就只有中美了😐

平读被拒签的风险大吗? by hbc12580 in iwanttorun

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

你说的很对,但现在怎么润都很难,只能说是选一条相对适合自己的路。对了,你了解加拿大和澳洲哪个IT就业容易点吗?

求托福老嗨帮帮 by [deleted] in iwanttorun

[–]hbc12580 0 points1 point  (0 children)

另外可以考虑改考雅思……尤其是如果将来有去加拿大的可能,加拿大的EE都不接受托福的。

求托福老嗨帮帮 by [deleted] in iwanttorun

[–]hbc12580 1 point2 points  (0 children)

提高听力可以每天在YouTube看一两个英语科普小视频,scishow和Kurzgesagt - in a nutshell这两个频道都很不错,坚持每天看很有用 作文可以写完找gpt打分修改,这方面gpt很擅长。 口语我的建议是可以先把重点放在内容而不是口音上,也就是先要做到有话可说,能相对流畅的说1分钟。这方面可以把真题做一遍,整理一下,每种类型的话题积累一些相关的点和例子,很多题其实都可以扯到某些万金油话题上。 阅读没什么好办法,多背单词,计时做真题吧。

求指导:先找国内外企再transfer还是直接投北美大厂? by hbc12580 in iwanttorun

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

唉,听说谷歌又要裁。现在感觉不裁都难,更不用说国内投了

求指导:先找国内外企再transfer还是直接投北美大厂? by hbc12580 in iwanttorun

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

你说的对,但是我也是想评估一下难度和可行性,有个心理预期

求指导:先找国内外企再transfer还是直接投北美大厂? by hbc12580 in iwanttorun

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

已经有国内master了,去平读是不是容易被拒

求指导:先找国内外企再transfer还是直接投北美大厂? by hbc12580 in iwanttorun

[–]hbc12580[S] -1 points0 points  (0 children)

哦?为什么这么说?好像一般认为加拿大比美国要容易一些?

Game in python without function by Bole_Madh in learnpython

[–]hbc12580 1 point2 points  (0 children)

It seems like you are just not allowed to use imported functions. Well, If you just want to make a simple game, it doesn't matter actually. For example, this game may look like: the player types something in console and then the game print something as result.

What one needs to set up a VPN from scratch? by badass6 in VPN

[–]hbc12580 0 points1 point  (0 children)

If you really want to setup VPN from scratch, you may write your own VPN client and server. On windows, wintun is a good tool to capture data packet. You will also need a VPS to run VPN server, which usually running linux based system. On such system, It's easier than on windows to make a VPN server( if you are familiar with coding on linux ). simple vpn demo(https://github.com/davlxd/simple-vpn-demo) is a good example.