ドッグ
@Linda_pp
Followers
5K
Following
13K
Media
2K
Statuses
203K
A buggy software engineer
(Tokyo ^ Kanagawa), Japan
Joined March 2010
はてなブログに投稿しました C++ のソースコードの中に犬の顔文字が現れうることに気づいた - sorry, unimplemented: http://t.co/19XmNWMVNL
rhysd.hatenablog.com
int main() { (U'ω'); return 0; } このコードを g++ でコンパイルすると,件の行で statement has no effect と警告が出る.けれど実際は,プログラマを癒やす効果があるのでこの警告はコンパイラのバグだと思う.バグ報告したい. 追記: こうすれば警告が出なくなってコー…
4
166
357
ruff や uv を開発している Astral の Python 型チェッカーのベータ版がリリースされてる
astral.sh
ty is an extremely fast Python type checker and language server, written in Rust, and designed as an alternative to mypy, Pyright, and Pylance.
0
2
8
> The consensus among the assembled developers is that Rust in the kernel is no longer experimental https://t.co/D0siuZwuy8
lwn.net
The topic of the Rust experiment was just discussed at the annual Maintainers Summit. The cons [...]
0
2
2
for i in 0..tiles.len() { + let p = tiles[i]; for j in i + 1..tiles.len() { - let rect = Rect::new(tiles[i], tiles[j]); + let rect = Rect::new(p, tiles[j]); let area = rect.area(); この変更で1.5倍遅くなるの印象深い
0
0
7
Missed out Robinhood Presents: YES/NO? Here's a replay for you.
55
148
2K
From Software Engineer というタイトルのメールが来たので,ついにフロムソフトウェアからリクルートメールが来たかと思ったら,「最近ソフトウェアエンジニアの職を解雇されて仕事が無いから OSS の手が回らないなら作業を俺に外注してみないか?」というスパムメールだった
1
0
11
ワークフローパーサでイテレータ使うようにしてみたけど,パフォーマンスの改善は CPU が2~3%,allocs が3~6%程度だった.Go のイテレータは pull じゃなくて push なのか.インターフェースがあまり Go っぽくないなという感想
github.com
This change slightly improves the CPU/memory usage as follows by using iterators and delaying `fmt.Sprintf` calls: ``` │ before.txt │ after.txt ...
0
0
4
- ubuntu-slim( https://t.co/c0q37YMSiy)対応 - deprecate された input の使用をチェック - Custom images( https://t.co/aHSsgbUZTI)対応 - if: の条件チェックを強化 - ...その他修正・改善いろいろ https://t.co/xz2CZgzkWB
github.com
Add support for ubuntu-slim runner label. (#585, thanks @cestorer) Check input deprecation in action by checking deprecationMessage property. Using a deprecated input is reported as error if it is ...
0
3
8
偽のインストールログをターミナルに流すツール.ビルドを回してる振りをして休憩を取りたい時に便利
github.com
A terminal application that simulates installing things but doesn't actually install anything - buyukakyuz/install-nothing
0
0
8
標準ライブラリ内の unsafe なコードの事前•事後条件を safety comment によるドキュメントから実行•検証可能なコードに移行する safety contracts 👀
0
0
1
rustc_codegen_gcc で rustc をブートストラップするタスクを担当した学生強すぎる.本来の目標である stage2 は早々に通してさらに stage3 も通し,その上 GCC バックエンドを使って LLVM がサポートしていないプラットフォーム (m68k) への移植までやってる
1
1
1
Rust 関連の GSoC 2025 成果報告 | 'Google Summer of Code 2025 results | Rust Blog'
blog.rust-lang.org
Empowering everyone to build reliable and efficient software.
1
0
3
Full Self-Driving Supervised has many times more driving experience than any human driver It's trained on >100 years of data & collectively experiences a lifetime of driving scenarios every 10 minutes
0
4
34
Dioxus 0.7.0 リリースで独自実装の HTML/CSS レンダラ(Native Renderer)や subsecond によるホットリロードを含めた面白そうな新機能がいろいろ追加されてる
github.com
Fullstack app framework for web, desktop, and mobile. - DioxusLabs/dioxus
0
0
9