Skip to content

Instantly share code, notes, and snippets.

View shino's full-sized avatar

Shunichi Shinohara shino

View GitHub Profile
// This file was generated from JSON Schema using quicktype, do not modify it directly.
// To parse and unparse this JSON data, add this code to your project and do:
//
// cveAPIJSON20, err := UnmarshalCveAPIJSON20(bytes)
// bytes, err = cveAPIJSON20.Marshal()
package main
import "bytes"
import "errors"
// This file was generated from JSON Schema using quicktype, do not modify it directly.
// To parse and unparse this JSON data, add this code to your project and do:
//
// cpeAPIJSON20, err := UnmarshalCpeAPIJSON20(bytes)
// bytes, err = cpeAPIJSON20.Marshal()
package main
import "encoding/json"
@shino
shino / .txt
Created December 8, 2022 06:24
% rebar3 shell --sname ra1
===> Verifying dependencies...
===> Analyzing applications...
===> Compiling ra_test
Erlang/OTP 25 [erts-13.1.1] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit:ns]
Eshell V13.1.1 (abort with ^G)
(ra1@shino-xps)1> ===> Booted sasl
===> Booted ra_test
ra_kv_store:start_cluster().
=ERROR REPORT==== 22-Sep-2022::09:21:30.783280 UTC ===
** State machine <myapp>_cluster_membership terminating
** Last event = {cast,{{<myapp>_cluster_membership,'0002@192.168.195.109'},
{append_entries_reply,69,true,16,15,68}}}
** When server state = [{id,{<myapp>_cluster_membership,'0001@192.168.171.62'}},
{opt,terminate},
{raft_state,leader},
{leader_last_seen,undefined},
{num_pending_commands,0},
{num_delayed_commands,0},
-module(repro).
-export([main/1]).
-export([start_server/1,
setup_logger/0]).
%% -behaviour(ra_machine).
-export([init/1,
apply/3]).

grub キレイにする

  • 前提環境
    • Mac
      • ISO 入り USB メモリ作成
    • DELL XPS
      • ArchLinux

準備1: ISO 入り USB メモリ作成

  • System Rescue ISO イメージをダウンロード
シノハラ様
はじめまして。
エンジニア専門エージェントのROSCA栗原と申します。
キャリアを拝見し、クライアント様より頂いたお話とマッチしていると思い、ご連絡致しました。
シノハラ様としても、キャリア関連でなにかあれば、情報交換・ライトなご相談含めお話できればと思います。カジュアル面談いかがでしょうか?
※弊社は「シームレスキャリア」をテーマにしており、正社員/業務委託/副業と幅広いキャリア提案が可能です!
下記シームレスキャリアについてのnoteです。
PID: 29704 (gosh)
UID: 1000 (shino)
GID: 1000 (shino)
Signal: 6 (ABRT)
Timestamp: Wed 2020-04-22 14:38:11 JST (5min ago)
Command Line: gosh ./a.scm
Executable: /usr/bin/gosh
Control Group: /user.slice/user-1000.slice/session-2.scope
Unit: session-2.scope
Slice: user-1000.slice
(default) % free -m | head -1 ; while true; do free -m | grep Mem; sleep 1 ; done
total used free shared buff/cache available
Mem: 31752 10076 11691 1512 9984 19795
Mem: 31752 10308 11459 1512 9984 19563
Mem: 31752 10517 11249 1512 9984 19353
Mem: 31752 10727 11040 1512 9984 19144
Mem: 31752 10922 10845 1512 9984 18949
Mem: 31752 11144 10622 1513 9985 18726
Mem: 31752 11418 10348 1513 9985 18452
Mem: 31752 11731 10037 1512 9984 18141
#!/usr/bin/env gosh
(use scheme.hash-table)
(use rfc.base64)
(define (main args)
(let* ((ht (populate-ht 20000000)))
#?=(hash-table-size ht)
;; ht is not used, just pass it to avoid GC
(decode-base64-loop 100000 ht)