This account is not set to public on notestock.
5鯖の料金内訳
自宅鯖 0円(電気代周りは正確にはわからんのでなんとも)
オブジェクトストレージ 128円
バックアップ先 Google One 90円(来月から300円)
メールサーバー 0円(gmail)
ってかんじ
RE: https://mattyaski.co/notes/9n1bl1zjva
This account is not set to public on notestock.
これはcontaboのvps s で立ててます🥴
RE: https://chamacha.misskey.one/notes/9n1bvz0izi
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
mattyacocacora だと長いから mattyatea にした
twitterでmattyatea取られたからmattyacocacoraにしたけどMisskey(任意の鯖)に来たときにmattyacocacoraがなげえなってなってmattyateaにした
This account is not set to public on notestock.
まっちゃてぃー。が5個のMisskey鯖を管理しててかかってる費用はこれだけ説がある
5鯖の料金内訳
自宅鯖 0円(電気代周りは正確にはわからんのでなんとも)
オブジェクトストレージ 128円
バックアップ先 Google One 90円(来月から300円)
メールサーバー 0円(gmail)
ってかんじ
RE: https://mattyaski.co/notes/9n1bl1zjva
This account is not set to public on notestock.
function checkListOverlap(list1, list2) {
// リスト1とリスト2の重複を検査
const overlap = list1.filter(item => list2.includes(item));
// 重複した行をコンソールに出力
console.log('重複する行:');
overlap.forEach(item => console.log( ${item}
));
// 重複があるかどうかを返す
return overlap.length > 0;
}