Profile for hikari
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
i appreciate the source engine because it lets me ask questions like "what if two explosive barrels are colliding... but are asleep? and then i wake them up"
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)
sweden is such a fun language because the word for "robot" is also the word for "missile" and the word for "torpedo" is also a word for "assassin"
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.
me: if cubes are so good, why isn't there a cube 2
some german guy, for no reason at all: sauerbraten
me: what?
guy: sauerbraten
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
i watched freya holmér's “the continuity of splines” and just… wow, what a video. not surprised it took a year to make
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];
}
}