Skip to content

Instantly share code, notes, and snippets.

@kitakar5525
kitakar5525 / 00-replacing_MBA_SSD.md
Last active January 30, 2021 19:37
MacBook Air (Early 2015) のSSDを960 EVOに換装したメモです。この環境でArch Linux, macOS, Windowsが動作しました。他のMacでも、High Sierra以上かつ対応するアダプタを使用すればこのgistは参考になると思います。

MacBook Air(Early 2015)でNVMeのSSDに換装した話

MacBook Air (Early 2015) のSSDを960 EVOに換装しました。 MBAをNVMeのSSDに換装したという情報は日本語では少なかったのでメモ書き。 他のMacでも、High Sierra以上かつ対応するアダプタを使用すればこのgistは参考になると思います。

また、さすがにこの環境でWindowsやLinuxを動かしているという人は 検索した範囲ではまだ見つかりませんでしたね。

結論を言うと、macOSはじめWindows 10やArch Linuxでも動いていますが、注意する点がありました:

@eggman
eggman / Bluetooth5_overview_j.md
Last active February 8, 2022 10:38
Bluetooth Specification 5.0 (Core_v5.0.pdf) Overview の日本語訳

Bluetooth Specification 5.0 (Core_v5.0.pdf) の Architecture & Terminology Overview P.166 - P264 の日本語訳です。

  • 内容については無保証です。
  • 翻訳の間違い等は、twitterのDM等でご連絡をお願いします。
  • どうもありがとう Google翻訳

gitbookで編集して公開しました。

https://www.gitbook.com/book/eggman/bluetooth-5-overview/details

@instaBOT
instaBOT / ubuntu-14.04-install-python-3.5.sh
Created October 13, 2016 15:13
Install Python 3.5.x in Ubuntu 14.04. Includes packages 'python3.5' and 'python3.5-dev', and latest 'pip'
#!/usr/bin/env bash
set -eu
sudo add-apt-repository --yes ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install --yes python3.5 python3.5-dev
@chris-belcher
chris-belcher / pro-decentralization-link-list.md
Last active January 7, 2024 15:10
pro-decentralization-link-list
@mohamed
mohamed / build-gn.sh
Last active September 23, 2022 06:25
Build Google gn build tool standalone
#!/usr/bin/env sh
set -euv
# Updated on April 2019 to reflect changes in GN
# See:
# https://github.com/ninja-build/ninja
# https://gn.googlesource.com/gn/
# We need a recent git
@tonyseek
tonyseek / Usage.markdown
Created November 28, 2012 12:46
Visualizing Gcc's AST