<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>Mathematica中文论坛-非官方 - 学术骗子</title>
    <link>http://www.ilovemathematica.com/forum.php?mod=forumdisplay&amp;fid=42</link>
    <description>Latest 20 threads of 学术骗子</description>
    <copyright>Copyright(C) Mathematica中文论坛-非官方</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 25 Aug 2026 23:04:08 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.ilovemathematica.com/static/image/common/logo_88_31.gif</url>
      <title>Mathematica中文论坛-非官方</title>
      <link>http://www.ilovemathematica.com/</link>
    </image>
    <item>
      <title>关于在国内，使用hugging face慢，登录不上的解决方法</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=921</link>
      <description><![CDATA[\&quot;MaxRetryError(\&quot;HTTPSConnectionPool(host=\'hf-mirror.com\', port=443\&quot;
训练一个模型，有已经训练好的权重了，在hugging face上，登录这个费劲啊。关键是，在西安超算的服务器上，没法科学上网（吐槽一下，只能网页登，不能ssh，想杀人）。

解决方法1　
export HF ...]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Wed, 31 Dec 2025 06:51:20 +0000</pubDate>
    </item>
    <item>
      <title>两台电脑　一套鼠标键盘　synergy</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=920</link>
      <description><![CDATA[版本不用太新，我用的是1.14
mac作主控。
linux需要用X11, wayland不好用（各种问题）。]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Wed, 03 Dec 2025 03:07:53 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑 linux install schrodinger2021, libcrypto.so.1.0.0: cannot enable execu...</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=919</link>
      <description><![CDATA[在ubuntu下安装　schrodinger.安装完了，出问题。踩了两天的坑，finally.

一开始，一直是在install openssl上作文章，后来，看了出错信息，给deepseek.实现了一下，行了。




libcrypto.so.1.0.0: cannot enable executable stack as shared object requires
 ...]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Thu, 27 Nov 2025 06:11:56 +0000</pubDate>
    </item>
    <item>
      <title>macos word insert 埃　&#197;</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=913</link>
      <description><![CDATA[Option + Shift + A[/backcolor]
shortcut, nice. mark[/backcolor]]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Sat, 18 Oct 2025 22:19:20 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑　/lib64/libstdc++.so.6 GLIBCXX_3.4.30 not found</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=903</link>
      <description><![CDATA[通过conda 安装　gcc 14.2
这时，就会有libstdc++.so.6.0.33
conda install -c conda-forge gcc=14.2[/backcolor]

/home/mm/anaconda3/envs/your_env_name/lib[/backcolor]



放到
/usr/lib64/

然后，生成link

sudo ln -s libstdc++.so.6.0.33 l ...]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Thu, 12 Jun 2025 03:15:10 +0000</pubDate>
    </item>
    <item>
      <title>ubuntu 22.04 install nvidia-driver-575 cuda 12.9</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=898</link>
      <description><![CDATA[首先，我不想折腾。
其次，上面那句是假话。

从18.04（用了几年，好用的很，突发奇想，升了20.04.到现在，22.04
这个坑啊。都不是局部极小，全是大坑。

sudo apt-get install
方便，当你系统有问题时，不建议。

直接下载安装文件，各种问题，去log找。

 ...]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Tue, 13 May 2025 09:20:16 +0000</pubDate>
    </item>
    <item>
      <title>macos 批量docx转pdf,</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=896</link>
      <description><![CDATA[孩子要打印，有一堆的docx,24个吧。一个一个打印，太费劲了。
可以用

来打印，但是，需要pdf.
于是，

将foldername下的docx 转成pdf.
这个过程，
用
textutil -convert docx *.doc[/backcolor]
把doc转成docx

docx2pdf foldername[/backcolor]]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Fri, 09 May 2025 02:17:35 +0000</pubDate>
    </item>
    <item>
      <title>mulit gpu training</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=894</link>
      <description><![CDATA[https://blog.csdn.net/RuanChengfeng/article/details/128172761


device = torch.device(\&quot;cuda\&quot; if torch.cuda.is_available() else \&quot;cpu\&quot;)

model = CreateModel()

model= nn.DataParallel(model)
model.to(device)





CUDA_VISIBLE_DEVICES=1,3
]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Tue, 22 Apr 2025 03:06:48 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑　ubuntu install alphafold3 踩坑</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=886</link>
      <description><![CDATA[因为要预测一点点（大约10万个构象）。
在自己的机器上，安装alphafold3试试。

根据这个帖子
https://gitee.com/regentsai/various-papers/blob/master/af3/01install.md

pip install . --no-deps

时出点小错，
scikit-build-core

安不上。
gcc,g++版本 ...]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Tue, 11 Mar 2025 03:01:21 +0000</pubDate>
    </item>
    <item>
      <title>思想，远比知识本身更重要。</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=878</link>
      <description><![CDATA[思想，远比知识本身更重要。
以前，听老罗语录，也表达过类似的思想。现在，深刻的体会到这一点。

现在，可能要加一条，学历和思想本身，没太大关系。只能说学历高点，研究的东西多点，其它，啥也不是。

一个博士，如果连如何去寻找解决问题的途径都不知道去找。 ...]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Mon, 13 Jan 2025 06:31:48 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑 macos monokai terminal</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=877</link>
      <description><![CDATA[macos下，
terminal 用的一个theme.

monokai

挺好看。

https://github.com/lysyi3m/macos-terminal-themes?tab=readme-ov-file#monokai-soda-download
下载。
在macos下。
描述文件-&gt; 左下，...    -&gt;  导入  你下载的terminal文件。
设置为默认。

t ...]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Tue, 10 Dec 2024 02:34:21 +0000</pubDate>
    </item>
    <item>
      <title>FSCKD-CANCEL-MSG:Press Ctrl+c to cancel all filesystem checks in progress</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=874</link>
      <description><![CDATA[安装了cuda相关的东西。就这样了。
在一个屋里，同一个网络，可以通过ssh进入系统，就是没有界面。

换了个屋，ip变了，怎么进。

ctrl+alt+f2
能用命令行的方式进入。

ifconfig就能看ip
然后，就可以远程了。]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Fri, 15 Nov 2024 07:08:33 +0000</pubDate>
    </item>
    <item>
      <title>最近在用openfold,有些坑，记录一下。</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=870</link>
      <description><![CDATA[RuntimeError: hmmsearch failed在这个帖子里，有我的回复:
只是解决办法的一个选项。可以试试。

Fatal [/backcolor]exception ([/backcolor]source file esl_buffer.c, line 1608):[/backcolor]
且，
[/backcolor]
166             if retcode:
167            ...]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Sat, 19 Oct 2024 08:59:02 +0000</pubDate>
    </item>
    <item>
      <title>VMD中，体系(box)的size</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=865</link>
      <description><![CDATA[我需要求一个盒子的size




和TC里先定义这个函数。
然后，运行
get_cell


我是引自这个帖子
https://www.ks.uiuc.edu/Research/namd/mailing_list/namd-l.2012-2013/0346.html

感谢大神的帮忙。]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Thu, 29 Aug 2024 01:38:31 +0000</pubDate>
    </item>
    <item>
      <title>scp 输入密码 放后台运行</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=863</link>
      <description><![CDATA[3、后台运行
一般，我们拷贝的文件都很大，想让scp在后台运行。通常我们要建立ssh 信任关系。即不输入密码就能拷贝，但是通常情况下这样的条件不能满足。可以用下面的方法来实现后台运行scp：
这是纯转的
https://blog.csdn.net/qiulinsama/article/details/89671076 ...]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Mon, 17 Jun 2024 10:51:27 +0000</pubDate>
    </item>
    <item>
      <title>替换某字符成“回车”</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=859</link>
      <description><![CDATA[vi中如何替换某字符成“回车”？


在 vi 中：
:1,$s/XXX/^M/g


(you need to type CTRL-V  to get a ^M here)]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Mon, 22 Apr 2024 13:28:17 +0000</pubDate>
    </item>
    <item>
      <title>RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=856</link>
      <description><![CDATA[这个问题，看了很多，
01.有的是说pytorch,cuda和驱动不匹配。
02.有的是说，显存不够。
03.有的是让不用cudnn进行训练。


01.重新安装
02.换卡，或减小训练的batchsize
03. torch.backends.cudnn.enabled = False

不一定好用。

我的问题。
我的数据， ...]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Thu, 18 Apr 2024 03:32:43 +0000</pubDate>
    </item>
    <item>
      <title>Batch dlonload pdb from PDBbank</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=854</link>
      <description><![CDATA[This is the official batch download sh filethe zip file]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Sun, 07 Apr 2024 07:18:25 +0000</pubDate>
    </item>
    <item>
      <title>Experimental B-factors are quite small or meaningless. The calculated B-facto...</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=851</link>
      <description><![CDATA[用prody 计算 anm的B-factor
出现上面的错误 
Experimental B-factors are quite small or meaningless. The calculated B-factors may be incorrect.[/backcolor]

[/backcolor]
是因为pdb里b-factor那一列都是0.[/backcolor]
换成晶体的b-factor就行。[/backcol ...]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Mon, 18 Mar 2024 11:20:53 +0000</pubDate>
    </item>
    <item>
      <title>RuntimeError: cusolver error: CUSOLVER_STATUS_NOT_INITIALIZED, when calling</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=850</link>
      <description><![CDATA[安装 alphaflow, 
https://github.com/bjing2016/alphaflow

出现了很多的问题，

libstdc++.so.6出问题，GLIBC3.4.4之类。
安装新的，把新的libstdc++.so.6.0.24  copy到libstdc++.so.6所在目录，rm libstdc++.so.6
ln -s libstdc++.so.6.0.24  libstdc++.so.6 ...]]></description>
      <category>学术骗子</category>
      <author>meatball1982</author>
      <pubDate>Fri, 15 Mar 2024 01:35:05 +0000</pubDate>
    </item>
  </channel>
</rss>