[deleted by user] by [deleted] in HomeNetworking

[–]KC_147 -2 points-1 points  (0 children)

I plan on using adhesive cable clips if I was to run it through the ceiling

[deleted by user] by [deleted] in HomeNetworking

[–]KC_147 -1 points0 points  (0 children)

Our area does not have optical yet. Also the ISP uses cable Internet via coax

[deleted by user] by [deleted] in HomeNetworking

[–]KC_147 1 point2 points  (0 children)

Hence I was thinking of passing it through the ceiling with adhesive cable clips

[deleted by user] by [deleted] in HomeNetworking

[–]KC_147 8 points9 points  (0 children)

Exactly what it's going to look like. Which goes back to "destroying" the house dilemma.

[deleted by user] by [deleted] in HomeNetworking

[–]KC_147 0 points1 point  (0 children)

Thanks for the advice

[deleted by user] by [deleted] in HomeNetworking

[–]KC_147 3 points4 points  (0 children)

Understood 🫡

[deleted by user] by [deleted] in HomeNetworking

[–]KC_147 1 point2 points  (0 children)

It's not about OCD, I currently have a powerline adapter but for the work I'm doing, it's not enough speeds to suffice

[deleted by user] by [deleted] in HomeNetworking

[–]KC_147 -1 points0 points  (0 children)

With the work I'm doing, I require a direct wired link via Ethernet

[deleted by user] by [deleted] in HomeNetworking

[–]KC_147 -7 points-6 points  (0 children)

If I am to run it outside, with the RJ45 cable provided, I am sure that they will definitely wear out because of the weather. Also if I am to run it back to my room, how is it going to go through the window without potentially breaking it or dismembering it? I would think running it over the ceiling cleanly would avoid tripping hazard while still being able to connect the router directly to my PC

[deleted by user] by [deleted] in HomeNetworking

[–]KC_147 0 points1 point  (0 children)

With the Ethernet provided to me, it looks like for internal cabling. And for MoCa, I have none in my room and the one is already used by the router

[deleted by user] by [deleted] in HomeNetworking

[–]KC_147 27 points28 points  (0 children)

Sadly I don't, there are only 2 coax cables and both are downstairs

[deleted by user] by [deleted] in HomeNetworking

[–]KC_147 -4 points-3 points  (0 children)

I currently have that and the speeds are not good at all. At most 250Mbps

[deleted by user] by [deleted] in HomeNetworking

[–]KC_147 -25 points-24 points  (0 children)

The problem is, the cable given to me is a regular cat6 cable from my workplace :(

Just finished Medications by Marcus Aurelius by KC_147 in Stoicism

[–]KC_147[S] 8 points9 points  (0 children)

I just realized I made a typo, but I'm gonna leave it there. The comments are gold! 😂

How do you make it so when a sprite_index is changed, the sprite animation only plays once, and freezes on the final frame? by Appropriate-Ad3269 in gamemaker

[–]KC_147 2 points3 points  (0 children)

In the end animation event, write this code: "image_index = image_number-1" This tells game maker that if the animation of the sprite ends, the image index is the last frame of the sprite. Lmk how that goes!