SorachanCoin

AIデータ復旧サービスについて

復旧不定期日誌410, データ復旧技術の開発で培った開発技術から、ドライブの管理をより専門的に扱うサービスについて、2022年からは、v2をより高性能にしたFromHDDtoSSD v3を専門的に組み替えて、お客様に合うプランに仕上げていく、専門的なサービスをご提供開始

2022年からは、v2をより高性能にしたFromHDDtoSSD v3を専門的に組み替えて、お客様に合うプランに仕上げていく、専門的なサービスをご提供しております。Windows7以降に対応いたします。(Windows 11 / 10 / ...
AI-NFT Web3.0 FromHDDtoSSD

復旧不定期日誌409, SSD/NVMeのRAIDを検査するとき、「状態が不安定」または「不良セクタが発生」のSSDを識別

複数のSSD/NVMeをRAID構造で稼働させるドライブの検査について、故障が発生いたしましたSSD/NVMeを識別できる機能を開発中です。RAID情報を取得後、そこから各SSDの情報を取り出して、識別する内容を予定しております。
About coins, tokens, NFTs

Blockchain and sha256 [22], t1 = Ch, t2 = Maj + k

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [21], t1 = Ch + k, t2 = Maj

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [20], d = k

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [19], d – h swap

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [18], d += t1 only

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [16], if t1 is uint64_t, uint32_t tt = (uint32_t)t1, when if(t1==tt).

void main() { char rnd; ::sprintf(rnd, “3n + 1 conjecture”); unsigned char hash; CSHA256().Write((const unsigned char *)...
BLOCKCHAIN

Blockchain and sha256 [15], d += Σ n (n is non-negative integer)

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [14], h += 1

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [12], t2 ≡ t1 mod m (m is non-negative integer)

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [11], d ≡ h mod 0

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
BLOCKCHAIN

Blockchain and sha256 [10], Fix d and h.

void main() {    char rnd;    ::sprintf(rnd, “3n + 1 conjecture”);    unsigned char hash;    CSHA256().Write((const unsi...
AI-NFT Web3.0 FromHDDtoSSD

復旧不定期日誌395, ジャンク関連を再開いたします

一時期、秋葉原でジャンク関連が衰退気味だったのですが、最近、またスマホやその他いろいろ、盛り上がりをみせてきております。ただ、コロナがありますから、当面はオークションなどでジャンクを漁ることになります。発電機を手に入れてから、ジャンクな発電...
BLOCKCHAIN

Blockchain and sha256 [9], hello hash and 3n + 1 conjecture

void hex_printf(unsigned char (*hash)) { // fixed 32 bytes::printf( "0x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%...