こないだ見つけたFirefoxベースで画面分割とかをビルトイン実装しているウェブブラウザ、Flatpak対応しているみたいだからちょっと試してみるか。
7/31に三上の本が出ます!苦節4年半。ボツになる直前で奇跡的に出せた本です。技術評論社「深掘り! IT時事ニュース 読み方・基本が面白いほどよくわかる本」です。どぞよろしく! https://www.amazon.co.jp/o/ASIN/4297143313?&linkCode=sl1&tag=wwwsv15com-22&linkId=5370bbcd73f05ec5f2ba10e33bf383dc&language=ja_JP&ref_=as_li_ss_tl
【総集編】1万円のゴミ屋敷をDIYで11か月間。シロアリ、腐った食品、庭はジャングル…。素人でもここまでできる!! https://www.youtube.com/watch?v=6AJTpsk9p9A&si=cxAHcceG1cvGwQh8
おおー、野生のビフォーアフターだ
「ヤギの除草能力ってどうなの?」晴れた日の夕方から放牧するとこんな感じって動画→動物界のギャル曽根かよ! - Togetter [トゥギャッター] https://togetter.com/li/2404203
車載動画とかでアメリカのそこら辺の普通の風景を見まくってると、そもそもなんで日本って『草地』を維持して『芝生』にはしないのか謎かも><
芝生にすれば芝刈機を年数回かければよくて、ヤギの出番なんて無いじゃん?><
手間がかからないようにしたいのかしたくないのかよくわからない><
人間を殺すのは健康に良い 専門家「多分そう」 : 魔界のニュース
https://evil-news.golog.jp/archives/3300105.html
Version 3.0 is coming. #Mitra uses semantic versioning: major version increase indicates breaking changes. Normally, upgrades are easy, you just need to replace binaries and restart the service, but major release will likely require additional interventions.
The most notable change in Mitra 3.0 is an increase of minimum required versions of software dependencies:
- PostgreSQL 15
- Rust 1.75
- NodeJS 18 (for Mitra Web)
There will also be changes related to the configuration file and changes in federation protocol that will make Mitra incompatible with very old versions of itself (<2.0.5). Finally, I'm removing the Ethereum payment processor that has been in low maintenance mode for a long time. (#Monero is still supported, and there are no plans to remove it. People are actually using it.)
The full list of planned changes can be found here: https://codeberg.org/silverpill/mitra/issues/68
テーブルを部分選択してコピペできる Chrome拡張「Copytables」便利ね
https://chromewebstore.google.com/detail/copytables/ekdpkppgmlalfkphpibadldikjimijon
これ初耳だった
SSH接続を10倍速くするたった3行の設定 - Qiita https://qiita.com/suin/items/1708dc78fc412297f885
草
Onedriveとかいうマイクロソフト謹製ランサムウェアを徹底破壊し元通りに戻す方法まとめ|AKLO #note https://note.com/aklo/n/n01347e755ee0
個人的なおすすめ (?) alias は
alias g="git"
alias l="ls"
alias ll="ls -l"
alias llh="ls -lh"
alias sysc="systemctl"
alias sysu="systemctl --user"
alias jc="journalctl"
alias ju="journalctl --user"
alias cman="LANG=C man"
alias mv="LANG=C.utf-8 mv --interactive"
alias cp="LANG=C.utf-8 cp --interactive"
alias rm="LANG=C.utf-8 rm --interactive=once --one-file-system"
alias feel="sync ; sync ; sync"
あたりかな
blogged >> tar(1) はなぜオプション引数にハイフンが不要なのか? https://orumin.blogspot.com/2024/06/tar1.html
@zetamatta それブログが元 issue にないことを勝手に書いてて、実のところバグでもなんでもなくて systemd-tmpfiles が /etc/tmpfiles.d/*.conf に設定されているディレクトリやファイルをなんでも管理して systemd が使う /run とか /tmp とか配下のものを作ったり管理したりするもので、デフォルト設定の home.conf に /home と /srv があることで結果として --purge で消される、ということ。で、man にも tmpfiles.d で管理しているものをぜんぶ消すと説明されているので何が管理されてるか確認したり --dry-run をしたりせずに消したユーザーがわるい、ただし man にも直感に反して persistence なモノも管理されているなど warning がないのは misleading でわかった、という結論
デスクトップLinuxユーザー