Simple Review of Sony SRS-XB12

I bought two SRS-XB12 louder speakers. According to the Manul, they can be used as one stereo loudspeaker, however, the connection of the Bluetooth is not stable, even though they are so close. So some times, the sound will move from left to right and then right to left.

我买了两个SRS-XB12扬声器。 根据Manul的说法,它们可以用作一个立体声扬声器,但是,即使它们之间的距离很近,蓝牙的连接也不稳定。 所以有时候,声音会从左向右移动,然后从右向左移动。

The supercomputers In JKU

I have been working with the supercomputers, Mach-1 and Mach-2 in Johannes Kepler University Linz. The CPU of Mach-1 can be found in http://www.linzwiki.at/wiki/MACH/ . Right now there are no specific types of the supercomputer, but actually, they are 8-core Intel® Xeon® Processor E7-8837 (E7 in the flowing) which is released in Q2, 2011. The CPUs of Mach-2 are 8-core Intel Xeon E5-4650 @ 2.70GHz (E5) Which is released in Q2′ 2015. According to the website https://www.cpubenchmark.net/ , the PassMark of CPU maker of four E7s is about 12698. And for a single E5, the value is 11685. If we take a look at the CPU of PC, we can found that one 12-core AMD Ryzen 7 3700X has a higher CPU marker as 23840 which is much higher compared to the previous two CPUs.

What a shame of the supercomputer that I would like to buy a workstation now, instead of to use the supercomputer.

中国管理科学研究院职业资格认证培训中心发的垃圾邮件

中国管理科学研究院职业资格认证培训中心 是一个山寨单位,其网站的申请主体为京师圣坛(北京)文化发展有限公司,是一个私营企业。虽然其网站上介绍的中国管理科学研究院是事业单位,然而其本身就是一个培训机构。如果仔细看,其网站上 中国管理科学研究院的logo与真实主体的logo不一致。

总之,中国管理科学研究院职业资格认证培训中心是一个山寨机构。而且该机构会不停给你发垃圾邮件让你参加培训。而且一旦你进入了他们数据库,就不要想再出来了。

而作为一个事业单位,中国管理科学研究院自己完全不管类似的山寨机构,因而造成了该类山寨机构泛滥成灾。不作为,该类机构就是顶着中国二字想着法子变现。

http://www.zgrskxxh.org.cn/Policy/2019847.html 附一个对于中国管理科学研究院的介绍。

像这类组织,早就应该关门。

JKU To Linz Airport 林茨大学到林茨机场

Take line 1 or line 2 to the central train station (25-30 mins). To the second floor, go outside to the right, there is a bus terminal (about 100 meters away from the station). Take Bus 601 to Linz airport (25 mins). The whole trip will cost one hour or more. The periods of the tram and the bus are 20 mins and one hour, respectively. The time table of the bus can be found on the website of the airport.

JKU->Linz Hauptbahnhof->Flughafen Linz

JKU-> Linz centrall station-> Linz airport

基于Visual studio code 的Python编程invalid syntax

下载了visual studio code 之后需要加载插件python。然后就可以编程了

在使用的过程中有个bug,如果你使用了shift+enter的命令行编程之后,使用run Python file in terminal 会报错主要是语法错误。

& “C:/Program Files (x86)/Microsoft Visual Studio/Shared/Python37_64/python.exe” c:/Users/rocke/Desktop/practice/test.py
File “”, line 1
& “C:/Program Files (x86)/Microsoft Visual Studio/Shared/Python37_64/python.exe” c:/Users/rocke/Desktop/practice/test.py
^
SyntaxError: invalid syntax

这个时候需要再terminal输入exit(),之后一切正常

2019 -2020 个人小结

出行

这一年主要都是在Linz的这座小城中度过的,都没有出过奥地利。接下去的一年要走向更远的地方,盘点下今年去过的地方

  • Linz, Austria
  • Haslach an der Mühl, Austria
  • Hallstatt,Austria
  • Český Krumlov,Czech Republic

学术

共一以及一作论文各一篇,都在审稿或者投稿过程中,希望有个好结果,参与的论文应该有6篇了,其中有一篇已经接收了。目前有几个项目在进行中,总体还是不错的。不过对于未来的研究方向还是不太确定,还需要思考。

厨艺

厨艺就没什么长进了,吃起来都比较随便,而且现在越来越随便。连续吃超市三明治吃一个月,貌似感觉也没什么。

思想

个人的思想应该是进步的,至少活得越来越明白了。

未来计划

明年应该要多出去开开会,认识些人,增长见识。

基于Visual studio 的python编译环境

由于abaqus的前端是由python编译的,所以对于参数化研究类的问题,python作为重要的后处理工具是非常重要的。

虽然python的编译器有很多甚至是notepad ++都可以,但是要配置环境,什么的,感觉比较麻烦。所以我开始考虑使用visual studio对于python进行编译。

首先微软提供了社区版本的visual studio 自动集成python,下载地址,直接安装直接使用,省时省力。

Visual studio的环境中最好显示下空格情况,也就是缩进,可以直接按快捷键 按下Ctrl+R, Ctrl+W选择显示或者取消。

推荐一个较好的python入门教程,菜鸟教程。

经过实践的,visual studio 下的编译环境并不是很好,主要在于编译成功,显示结果仍然调用python原生程序,也就是会有个弹窗。同时,visual studio对于中文不是很友好,中文输出有乱码。

试用了下菜鸟教程中推荐的PyCharm,比较好用。下载地址

发现了一个新的编译器 visual studio code,小巧好用,微软官方出品。这个是基于浏览器的编辑器,对于我这种初学者不是很友好,有些小bug 要处理。

ABAQUS 服务器计算常用软件以及命令介绍

已经用服务器算有限元一年了,稍微总结下常用软件已经常用命令

常用软件包括。

  1. Notepad++,查看abaqus inp文件比较方便,建议language style 选择abaqus,貌似这个style 需要自己下载。
  2. MATLAB,自编程利器,处理inp文件中节点或者批处理修改命令,以及结果的后处理。
  3. WinSCP, MobaXterm, VNC viewer, 其中 WinSCP 负责FTP文件传输,VNC viewer 负责Linux 视频接口。MobaXterm我是用来当做SSH用的,只负责命令输入。MobaXterm其实什么都可以干,但是不是很稳定,特别是当做vnc时容易导致vnc死进程。

常用命令包括

  1. vncserver, 通过ssh开启远程桌面

Windows 下的批处理命令

abaqus job=Reftd1mm_01cf6.inp user=Lorentz_uniform1cf6.for interactive cpus=8 double output_precision=full