さようならワードパッド
---
マイクロソフト、約30年同梱したワードパッドを削除。Peopleも消えるWindows 11 InsiderのCanaryチャネルで | テクノエッジ TechnoEdge
https://www.techno-edge.net/article/2024/01/04/2566.html
#bookmarks
わしもNetHackをやってた口なので懐かしみを感じる。このRogueはやったことないけども。
---
ローグライクしかやったことがない人間が「Rogue」やってみた。見ろよこの冗談とすら思える,いとしき理不尽さを
https://www.4gamer.net/games/535/G053589/20240105025/
#bookmarks
ターミナルで動作するCSVビューア。良い感じに列揃えをしてくれるだけでなく、検索機能やフィルタ機能などを備える。ちょっと目視確認したいときに良さそう。Rust実装
---
GitHub - YS-L/csvlens: Command line csv viewer
https://github.com/YS-L/csvlens
#bookmarks
ターミナルで動作するTUIなSQLクライアント。DuckDBとSQLiteに対応。Python実装
---
GitHub - tconbeer/harlequin: The SQL IDE for Your Terminal.
https://github.com/tconbeer/harlequin
#bookmarks
いぇい
---
Gentoo Linux、バイナリパッケージのホスティングを本格的に開始 | gihyo.jp
https://gihyo.jp/article/2024/01/daily-linux-240105
#bookmarks
無料で利用できるWord for the webにも翻訳ボタンがあって翻訳できた。
---
【特集】 Wordの翻訳機能がいつの間にか高精度に!AI文字起こし+Word翻訳は現状最高の組み合わせ
https://pc.watch.impress.co.jp/docs/topic/feature/1558595.html
#bookmarks
Atom作者によるIDE実装。速度にこだわりあり。ゲームのようにUIを構成しており120Hz動作するとか。LSP対応、Vimモードあり、生成AI連携あり、チームメイトとのコラボレーションもできる模様。現時点ではmacOSのみ
---
Zed - Code at the speed of thought
https://zed.dev/
#bookmarks
メール送信テストなどに使えるみんな大好きツールswaks、最新バージョンがリリース。めでたい。
---
Swaks Release 20240103.0 Available | #! jetmore
https://www.jetmore.org/john/blog/2024/01/swaks-release-20240103-0-available/
#bookmarks
Chromiumをベースに様々な改善や機能追加パッチを適用したブラウザ。Chromiumと比べて8~38%性能が良いらしい。各OS用バイナリも配布してる。名前の由来は原子番号90のトリウム。
---
Thorium Browser
https://thorium.rocks/
#bookmarks
Linuxのシステムコール互換を目指すRust実装のOS。
---
GitHub - llenotre/maestro: Unix-like kernel written in Rust
https://github.com/llenotre/maestro
#bookmarks
t2.micro、t3.microだけでなく、t4g.smallも(少なくとも2024年12月31日までは)無料利用枠として利用可能。へー知らなかった。
---
AWSのt4g.smallインスタンスを無料で使おう | SIOS Tech. Lab
https://tech-lab.sios.jp/t4g.small-free-tier
#bookmarks
RHEL10はx86-64-v3(Intelは2013年のHaswell、AMDは2015年のExcavator)以降のCPU用に最適化される可能性。marchってのことはそれより古いCPUでは動作しないかも?ちなみにRHEL9はx86-64-v2指定となっているそうです。
---
Exploring x86-64-v3 for Red Hat Enterprise Linux 10 | Red Hat Developer
https://developers.redhat.com/articles/2024/01/02/exploring-x86-64-v3-red-hat-enterprise-linux-10
#bookmarks
コミットメッセージのガイドラインが興味深い。必ずしも動詞は必要ない。is fixedの代わりにis corrected。rename時はrather thanを使う。依存パッケージの更新は更新前後のバージョン両方を記載する、など。
---
https://github.com/aaronjensen/software-development/blob/master/commit-messages.md
https://github.com/aaronjensen/software-development/blob/master/commit-messages.md
#bookmarks
ターミナル上でアスキーアートな動画を創作できるツール。UTF-8対応だがCP437もいける。DOS/Vの頃の懐かしい雰囲気を感じる。作成したものはHTMLやアニメーションGIFなどへ変換可能。
---
GitHub - cmang/durdraw: Versatile ASCII and ANSI Art text editor for drawing in the Linux/Unix/macOS terminal, with animation, 256 and 16 colors, Unicode and CP437, and customizable themes
https://github.com/cmang/durdraw
#bookmarks
Webラジオ(24時間放送)運用が可能なソフトウェア。オープンソースでセルフホスト可能。VPSぐらいのサーバでも運用可能らしい。
---
GitHub - AzuraCast/AzuraCast: A self-hosted web radio management suite, including turnkey installer tools for the full radio software stack and a modern, easy-to-use web app to manage your stations.
https://github.com/AzuraCast/AzuraCast
#bookmarks
fly.io、占有IPv4に対して2024年1月1日より月額課金開始。課金を避けたい場合は共有IPv4に切り替えてね。
---
We are going to start charging for dedicated IPv4 in January 1st
https://community.fly.io/t/we-are-going-to-start-charging-for-dedicated-ipv4-in-january-1st/15970
#bookmarks
プロキシやVPN経由のアクセスかどうかを様々な観点で検知できるサイト。
---
Live Proxy/VPN Detection
https://proxy.incolumitas.com/proxy_detect.html
#bookmarks
インフラエンジニアのトラブル解決アドベンチャーゲーム。辛い選択肢で胃に穴があきそう。日本語訳が必要とされている。
---
An Easy Fix by christina 死神
https://chhopsky.itch.io/an-easy-fix
#bookmarks
grep代替ツール。高速を謳う他、-Qオプションで起動できるTUIを備えており、該当行を含むファイルを画面分割の別ウィンドウで表示したりできる。macOS、Windows、Linux、*BSDに対応してる。
---
GitHub - Genivia/ugrep: 🔍NEW ugrep v3.9: ultra fast grep with interactive TUI, fuzzy search, boolean queries, hexdumps and more: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz/lz4/zst
https://github.com/Genivia/ugrep
#bookmarks
JPドメインが対象かな?トップのINTERQはGMOインターネットグループ系のレンタルサーバが多く含まれてそうだな。IPv6になると突然Cloudflareが上位に来ちゃう。みんなIPv6がんばってくれ。
---
Web ASシェア2023 | www.kosho.org
https://www.kosho.org/blog/net/webas2023/
#bookmarks