kiri

joined 8 months ago
[–] kiri@ani.social 8 points 1 day ago (1 children)
[–] kiri@ani.social 9 points 1 day ago (3 children)

Isn't it friday?

 

src

[–] kiri@ani.social 2 points 4 days ago

That's not anime, but did you read "Ashigei Shoujo Komura-san"? Looks like your type) Concerning anime, I think you might like "Sakamichi no Apollon".

[–] kiri@ani.social 5 points 1 week ago* (last edited 1 week ago)

There is one more intresting fact. If you use -O3 flag (for clang -O1, -O2, ...) compiler performs tail recursion optimization and transforms the recursion into an infinite loop, so there is no stack overflow.

Assemblygcc -O0

	.file	"main.c"
	.text
	.globl	main
	.type	main, @function
main:
.LFB0:
	.cfi_startproc
	pushq	%rbp
	.cfi_def_cfa_offset 16
	.cfi_offset 6, -16
	movq	%rsp, %rbp
	.cfi_def_cfa_register 6
	movl	$0, %eax
	call	main
	nop
	popq	%rbp
	.cfi_def_cfa 7, 8
	ret
	.cfi_endproc
.LFE0:
	.size	main, .-main
	.ident	"GCC: (GNU) 14.2.1 20250207"
	.section	.note.GNU-stack,"",@progbits

gcc -O3

	.file	"main.c"
	.text
	.section	.text.startup,"ax",@progbits
	.p2align 4
	.globl	main
	.type	main, @function
main:
.LFB0:
	.cfi_startproc
	.p2align 1
	.p2align 4
	.p2align 3
.L2:
	jmp	.L2
	.cfi_endproc
.LFE0:
	.size	main, .-main
	.ident	"GCC: (GNU) 14.2.1 20250207"
	.section	.note.GNU-stack,"",@progbits

clang -O1

	.text
	.file	"main.c"
	.globl	main                            # -- Begin function main
	.p2align	4, 0x90
	.type	main,@function
main:                                   # @main
	.cfi_startproc
# %bb.0:
	.p2align	4, 0x90
.LBB0_1:                                # =>This Inner Loop Header: Depth=1
	jmp	.LBB0_1
.Lfunc_end0:
	.size	main, .Lfunc_end0-main
	.cfi_endproc
                                        # -- End function
	.ident	"clang version 19.1.7"
	.section	".note.GNU-stack","",@progbits
	.addrsig

 

'Kill Me Baby' doujin: Dynasty ReaderTwitter

 

Gelbooruanime-pictures.net

Stockings + sport uniform is great combination (especially for Kyou).

 

src: 'New Game' ch. 65

 

cross-posted from: https://ani.social/post/8446191

YouTube

Reminds me of the time when I believed in communism. I even have a mug left.

MugMug0 Mug1

Ref It's a pity to throw it away, despite the fact that it is of poor quality. Maybe someday it will fall apart on its own.

a little bit about ideas

Although I can't say that the ideas of communism are wrong. Free (Libre) Open Source Software is a good example of this (to some extent). Rust may also have leftist roots, judging by how its community promotes it to the masses (just joking, cool lang indeed).

I don't think this can be attributed to politics, but just in case, I'm sorry if I hurt your feelings or views. I didn't mean to, really.

14
submitted 1 month ago* (last edited 1 month ago) by kiri@ani.social to c/anime@ani.social
 

From "Oomuro-ke: Dear Friends" spin-off.

This clip might not be the best description of the spin-off itself, it's too active, but pretty funny. "Oomuro-ke" seemed to me the most peaceful episode in the Yuru Yuri series. It's like you flowing through the plot, there aren't any sharp ups and downs even when compared to other CGDCT.

What I really liked was the sound work, it's top notch here. You can hear slight differences in the position of the characters in the scene, light footsteps around the room, and even the effect of the location of the walls on the speaker's speech.

 

Onii-chan as mom

From "Onii-chan wa Oshimai! Koushiki Anthology Comic" ch. 2

[–] kiri@ani.social 3 points 3 months ago* (last edited 3 months ago)

I couldn't help but notice that can-can from comic opera "Orpheus in Hell" by Jacques Offenbach in modern arrangement makes it even more weird and comical, especially for me who isolated from context.

[–] kiri@ani.social 2 points 3 months ago

I really appreciate your support これからよろしくおねがいします!

[–] kiri@ani.social 3 points 3 months ago* (last edited 3 months ago) (2 children)

It is created — !avid@ani.social. I guess AMVs will be posted here more often than humorous videos (clips).

[–] kiri@ani.social 2 points 3 months ago* (last edited 3 months ago)

You will be the first person I tell about creating such community.

[–] kiri@ani.social 3 points 3 months ago

Thank you for answer. I have been planning to create a community on this topic for a long time. Maybe I will do it soon, when I figure out how it should look like... and find enough sources for it. Thanks again

[–] kiri@ani.social 3 points 3 months ago* (last edited 3 months ago) (7 children)

I have a question. Are there any communities where i can watch anime webm/mp4 - short anime fanmade videos (for example) +AMV +otoMAD? What is marked as "clip" in r/anime is not exactly what i mean. I know there are 4chan thread where some people post that kind of videos, but too few of them

And why AMV and genral anime videos are not so widespread in Reddit and lemmy? r/amv is not really popular and the videos that i found, for example in r/bocchitherock, were have maybe 10-70 upvotes. Just because youtube and animemusicvideos.org or animenews exist?

view more: next ›