• 2026-02
  • 2025-12
  • 2018-03

    用 Mac 来听收音机的一段折腾经历

    2018年03月19日10:49:39 更新: 现在 macOS 用户可以下载新版本的 Gqrx 2.11.1 的打包客户端了,不那么麻烦了。 最近发现 github 体验不稳定,于是搬运了 …

  • 2017-09
  • 2016-11

    MacOS Sierra Skylake Intel HD 530 Graphics Glitch Fix

    解决MacOS Sierra系统下使用Skylake系列Intel CPU的核心显卡时左上角的闪烁黑块问题

    Since macOS Sierra 10.12 update, Skylake's Intel HD 530 integrated graphics got certain graphical artifacts or 'glitches' in the upper left corner of the menu bar and elsewhere,which did not occur under OS X El Capitan and earlier versions.

    自从升级 …

  • 2016-10

    MacOS PyCUDA Python Pyenv

    Mac系统下使用Pyenv管理Python多版本,并且给各个版本安装PyCUDA

    本文是针对PyCUDA的新手用户。此处特点是使用了Pyenv构建了多个工作环境,并且指导如何在各个不同的Python环境中安装PyCUDA。

    安装Git和Pyenv

    下载PyCUDA代码需要用Git,管理多版本 …

  • Install PyCUDA to Python managed by Pyenv under MacOS

    Install PyCUDA to Python managed by Pyenv under MacOS

    This post is a guide for newbie users of PyCUDA. We use Pyenv here and that means we can build different versions of working environments.

    Install Git and Pyenv

    In order to download the PyCUDA code, we need to install Git …

  • Use CUDA 8.0 with macOS Sierra (10.12)

    NOTICE 注意

    The latest version of CUDA8.63 is now working well with macOS Sierra 10.12.3, and there is no need to bother~

    最新版本的CUDA8.63早已经和渣果Sierra10.12.3磨合的不错了,完全能够正常工作不用折腾了。

    IGNORE THESE …
  • 2015-11

    Export and Import character of Mount&Blade Warband under Mac OS X

    Mac系统下Steam安装的骑马与砍杀战团导入导出角色信息

    Mount&Blade is one of my favourite game. I just install it into my macbook with steam. Then I try to import my old character and find it very tricky to find the right position to put the old txt file at.

    我很喜欢骑砍,缓 …

  • Use Physical Drive with VirtualBox under Mac OS X

    Mac下VirtualBox使用物理磁盘启动操作系统

    I used to work with a Linux or Windows PC a lot. I always use VMware Player on both of them.

    我一般都用Linux或者Windows。在用这两个系统的时候我总选择VMware Player作为虚拟机软件。

    I choose VMware because the Player …

  • 2015-10

    Using QT5.5 with both Xcode7 and Xcode6

    让QT5.5.1与Xcode6和Xcode7共存

    I began to use QT for it supports both Android and iOS. Before I update the Xcode6.4 to Xcode7.0, everything works pretty fine.

    我用QT就是因为能同时支持Android和iOS。在我从Xcode6.4升级到Xcode7.0之前,一切都很正常。

    But after the upgrade from 6 …