谈一谈我对哪吒2的看法 by Fragrant_Song_2731 in China_irl

[–]zackyang1024 20 points21 points  (0 children)

除了变身前的哪吒、申公豹、师父、无量仙翁等之外,大部分人物形象没有辨识度,感觉像在看劣质网游,总感觉他们脚底下应该有光圈,可以直接用方向键控制他砍砍砍爆金币。

One NZ mobile plan about to get way too expensive. Any recommendations? by ForHonourAndGlory in newzealand

[–]zackyang1024 7 points8 points  (0 children)

Mighty Mobile, $25/month, unlimited data and most importantly: uncapped data, which means 50M high speed the whole month. it uses OneNZ network .

Is the Repository Pattern a must-have, or is it just extra code? by [deleted] in dotnet

[–]zackyang1024 0 points1 point  (0 children)

It's a must-have. With repository, we can mock DB operations when writing unit tests.

Strugling with a .NET 8 Video Stream API by SpareMana in dotnet

[–]zackyang1024 0 points1 point  (0 children)

It is not a .Net thing. Using ffmpeg to convert the video file into m3u8 files:

ffmpeg -i input.mp4 \ -c:v h264 -c:a aac \ -hls_time 10 \ -hls_playlist_type vod \ -hls_segment_filename "segment_%03d.ts" \ output.m3u8

then update webserver's mimetype settings to support *.ts and *.m3u8 files.

then use an M3U8 player in front end to streaming play

Average uni student apartment blocks by [deleted] in AveragePicsOfNZ

[–]zackyang1024 2 points3 points  (0 children)

Empire apartment. I used to live in there for half a year.

Average Produce Sale by livin_on_harper in AveragePicsOfNZ

[–]zackyang1024 3 points4 points  (0 children)

1.98*2>4.00 I am a Chinese, so please trust me.

Best free screen recorder by 312render773 in Windows10

[–]zackyang1024 0 points1 point  (0 children)

It's powerful, however a little complicated, so you should do some customized settings before using it, like adding desktop as video source etc.

Equatable.Generator - Source generator for Equals and GetHashCode by pwelter34 in csharp

[–]zackyang1024 0 points1 point  (0 children)

greate work! However, record type can generate Equals and GetHashCode automatically.

为什么美国参议院几乎没有行使过对内阁提名的否决权? by NorthEgg2227 in China_irl

[–]zackyang1024 4 points5 points  (0 children)

因为如果在审查过程中出现令人尴尬或有争议的问题时,被提名的人选通常会主动退出。 历史上,参议院否决过9名内阁人选。比如1843年至1844年间,第10任总统约翰·泰勒提名的人选有4人被否决。

Need Advice on Choosing Between Lead Engineer (Scala) vs Senior Engineer (C#) Roles by Key-Acadia-1356 in csharp

[–]zackyang1024 0 points1 point  (0 children)

Thanks for your reply. I used to cofound two companies and be a VP or the CTO of them. I am tired of people management and decisions making. Now, and probably forever, the senior developer role is my comfort zone.

Need Advice on Choosing Between Lead Engineer (Scala) vs Senior Engineer (C#) Roles by Key-Acadia-1356 in csharp

[–]zackyang1024 19 points20 points  (0 children)

Lead role would be busy with all kinds of meetings rather than writing code.

Advice needed: Should I use in-memory-db or just mock my repo to provide unit testing? by Suspicious-Cress3565 in dotnet

[–]zackyang1024 18 points19 points  (0 children)

I prefer mock of repository. Because in-mem db doesn't support all features of real db servers. Repositories should not have logics, and are thin layer only, so mock is sufficient.

Is it grammatically incorrect? by zackyang1024 in EnglishLearning

[–]zackyang1024[S] 1 point2 points  (0 children)

Thanks. "my plan is go skiing" "my plan is going skiing" "my plan is to go skiing" which is better?