React Hooks で Input Float してみる / Try Input Float with React Hooks

ウェブ検索では見つけられなかったので作ってみたが
こんな感じいいのか? Chrome, Edge, Firefox では動作している

動作試験:
https://memo.silverpigeon.jp/numeric/

Microsoft Outlook の添付ファイル winmail.dat から元のファイルを取り出したい / I want to extract the original file from the Microsoft Outlook attachment winmail.dat on Ubuntu

久々に目にした winmail.dat です。まだ存在するんです。やめてください。

 

https://ubuntu.pkgs.org/22.04/ubuntu-universe-amd64/tnef_1.4.18-3_amd64.deb.html :

TNEF is a program for unpacking MIME attachments of type
“application/ms-tnef”. This is typically a Microsoft only attachment.
The TNEF program allows one to unpack the attachments which were
encapsulated into the TNEF attachment, thus alleviating the need to use
Microsoft Outlook to view the attachment.

vfat(FAT32) から hfsplus へデーター移行 / Data migration from vfat(FAT32) to hfsplus

vfat(FAT32) から hfsplus へデーター移行

Ubuntu 22.04

またやるかもしれないのでメモ

※注意 下記の作業はデーターを失う可能性があります

参考:

https://forums.ubuntulinux.jp/viewtopic.php?pid=40131
https://qiita.com/teamhimeH/items/794344ffa11af77da430

色々インストール

デバイスを調べます

hfsplus のディスクへ書き込みができなかったので
下記で解消しました

umount しておいて

mount し直して

root 権限で cp

golang でログ出力を止める / stop logging in golang

filepath and path packages

path の操作ではまった。
path の操作には2つのパッケージが使用できるですが
filepath と path
path の方知りませんでした

パスの区切り文字が違う
filepath パッケージは OS固有のものが使用され
path パッケージは “/” が使用されるとのことで

当たり前ですが、
embed パッケージで使用する path は区切りが常に “/”