サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
衆院選
blog.yossarian.net
Yet another announcement-type post, this time for a small Rust library I hacked up while trying to deduplicate some boilerplate in another project: upgrayedd. This is what using upgrayedd looks like: 1 2 3 4 5 6 7 8 use upgrayedd::upgrayedd; #[upgrayedd] fn X509_VERIFY_PARAM_set_auth_level(param: *mut std::ffi::c_void, level: std::ffi::c_int) { eprintln!("before!"); unsafe { upgrayedd(param, level
ENOSUCHBLOG Programming, philosophy, pedaling. Home Tags Series Favorites Archive Main Site TILs GitHub Actions could be so much better Sep 22, 2023 Tags: programming, rant, workflow I love GitHub Actions: I’ve been a daily user of it since 2019 for both professional and hobbyist projects, and have found it invaluable to both my overall productivity and peace of mind. I’m just old enough to have u
ENOSUCHBLOG Programming, philosophy, pedaling. Home Tags Series Favorites Archive Main Site Why don't we do email verification in reverse? Aug 20, 2022 Tags: curiosity, programming This is a summary of a random thought I had on the subway. Just about everybody who has ever used a service on the web has experienced the following account creation follow: Click “New account”, Enter a username and/or
ENOSUCHBLOG Programming, philosophy, pedaling. Home Tags Series Favorites Archive Main Site TILs Things I hate about Rust, redux Mar 10, 2022 Tags: programming, rant, rust Two years ago, I wrote a post with a handful of grievances about Rust, a language that I then (and still) consider my favorite compiled language. In the two years since I’ve gone from considering myself familiar with Rust, to co
Procmaps? procmaps is an extremely small Python library, backed by a similarly small Rust library2. All it does is parse “maps” files, best known for their presence under procfs on Linux3, into a list of Map objects. Each Map, in turn, contains the basic attributes of the mapped memory region. By their Python attributes: import os import procmaps # also: from_path, from_str # N.B.: named map_ inst
ENOSUCHBLOG Programming, philosophy, pedaling. Home Tags Series Favorites Archive Main Site TILs LLVM internals, part 1: the bitcode format Jul 19, 2021 Tags: llvm, rust Series: llvm-internals Preword I’ve done a couple of posts on LLVM itself, mostly on things you can do with LLVM or how LLVM represents particular program features. I’ve received some good feedback on these, but I’d like to focus
ENOSUCHBLOG Programming, philosophy, pedaling. Home Tags Series Favorites Archive Main Site TILs Weird architectures weren't supported to begin with Feb 28, 2021 Tags: oss, programming, rant Preword This post contains my own opinions, not the opinions of my employer or any open source groups I belong or contribute to. It’s also been rewritten 2½ times, and (I think) reads confusingly in places. Bu
このページを最初にブックマークしてみませんか?
『blog.yossarian.net』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く