Profile for hikari

Header for hikari
Avatar for hikari
Display name
Kanbaru 🌟 の夢
Username
@hikari@noyu.me
Role
admin

About hikari

Bio

from another world; anime girls on the internet who are terrible at playing guitar and slightly less bad at programming; EN/SV/DE/日本語

Stats

Joined
Posts
17494
Followed by
1558
Following
198

Recent posts

i think i might have to do another of those counter-strike: source screenshot threads but for de_nuke. i'm looking around it right now as preparatory research for making a new map and god it's so beautiful. (but you knew i was a sucker for the hl2/cs:s æsthetic)

Open thread at this post

that titanic submersible is so cool, but you have to wonder why its construction cheaped out on so much. I wonder if they simply had too little money: enough to make a vessel that can just about do the job, but not enough to make one that can meet rigorous industry standards.

Open thread at this post

can we make CDs, DVDs, Blu-rays and Ultra HD Blu-rays cool again so that pieces of media don't fall into a cultural black hole once streaming services stop carrying them due to tax write-offs or lack of interest. thanks

Open thread at this post

girls will really write shit like this and think it's okay

- (())bringSubviewToFront:(id)subview {
    let &mut UIViewHostObject {
        ref mut subviews,
        layer,
        superview,
    } = env.objc.borrow_mut(this);

    let idx = subviews.iter().position(|&subview2| subview2 == subview).unwrap();
    let subview2 = subviews.remove(idx);
    assert!(subview2 == subview);
    subviews.push(subview);

    if superview != nil {
        () = msg![env; layer removeFromSuperlayer];
        let superlayer = env.objc.borrow::<UIViewHostObject>(superview).layer;
        () = msg![env; superlayer addSublayer:layer];
    }
}
Open thread at this post