Linda_pp Profile Banner
ドッグ Profile
ドッグ

@Linda_pp

Followers
5K
Following
13K
Media
2K
Statuses
203K

A buggy software engineer

(Tokyo ^ Kanagawa), Japan
Joined March 2010
Don't wanna be here? Send us removal request.
@Linda_pp
ドッグ
8 hours
ruff や uv を開発している Astral の Python 型チェッカーのベータ版がリリースされてる
Tweet card summary image
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
@Linda_pp
ドッグ
6 days
> 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
@Linda_pp
ドッグ
8 days
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
@RobinhoodApp
Robinhood
19 hours
Missed out Robinhood Presents: YES/NO? Here's a replay for you.
55
148
2K
@Linda_pp
ドッグ
10 days
https://t.co/cehcq1eAqo 僕もいくつか修正パッチを投げた
0
0
0
@Linda_pp
ドッグ
18 days
From Software Engineer というタイトルのメールが来たので,ついにフロムソフトウェアからリクルートメールが来たかと思ったら,「最近ソフトウェアエンジニアの職を解雇されて仕事が無いから OSS の手が回らないなら作業を俺に外注してみないか?」というスパムメールだった
1
0
11
@Linda_pp
ドッグ
20 days
ワークフローパーサでイテレータ使うようにしてみたけど,パフォーマンスの改善は CPU が2~3%,allocs が3~6%程度だった.Go のイテレータは pull じゃなくて push なのか.インターフェースがあまり Go っぽくないなという感想
Tweet card summary image
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
@Linda_pp
ドッグ
27 days
偽のインストールログをターミナルに流すツール.ビルドを回してる振りをして休憩を取りたい時に便利
Tweet card summary image
github.com
A terminal application that simulates installing things but doesn't actually install anything - buyukakyuz/install-nothing
0
0
8
@Linda_pp
ドッグ
28 days
標準ライブラリ内の unsafe なコードの事前•事後条件を safety comment によるドキュメントから実行•検証可能なコードに移行する safety contracts 👀
0
0
1
@Linda_pp
ドッグ
28 days
rustc のコード解析の機能を公開 API にする rustc_public crate 気になる (まだ開発中)
1
0
3
@Linda_pp
ドッグ
28 days
rustc_codegen_gcc で rustc をブートストラップするタスクを担当した学生強すぎる.本来の目標である stage2 は早々に通してさらに stage3 も通し,その上 GCC バックエンドを使って LLVM がサポートしていないプラットフォーム (m68k) への移植までやってる
1
1
1
@Linda_pp
ドッグ
29 days
Rust 関連の GSoC 2025 成果報告 | 'Google Summer of Code 2025 results | Rust Blog'
Tweet card summary image
blog.rust-lang.org
Empowering everyone to build reliable and efficient software.
1
0
3
@Linda_pp
ドッグ
1 month
トータルの追加行数が10万行を超えた https://t.co/UEHUieHE39
0
0
8
@Tesla
Tesla
2 hours
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
@Linda_pp
ドッグ
1 month
書類を提出してから間違いに気付くのと,ブランチを本線にマージしてからマージコミットの diff で間違いに気付くのは似てる
0
1
6
@Linda_pp
ドッグ
1 month
良い commit sha が出たb
2
0
31
@Linda_pp
ドッグ
1 month
Redox OS で Servo ブラウザが動いたらしい
0
1
5
@Linda_pp
ドッグ
1 month
go clean とゴクリンは似てる
0
0
5
@Linda_pp
ドッグ
2 months
Dioxus 0.7.0 リリースで独自実装の HTML/CSS レンダラ(Native Renderer)や subsecond によるホットリロードを含めた面白そうな新機能がいろいろ追加されてる
Tweet card summary image
github.com
Fullstack app framework for web, desktop, and mobile. - DioxusLabs/dioxus
0
0
9