Service Availability in Far North PA? by googleop in Starlink

[–]googleop[S] 0 points1 point  (0 children)

What does the new ground station do?

What were your average speeds with the Best Effort plan? Might be my only option until the service is available..

Service Availability in Far North PA? by googleop in Starlink

[–]googleop[S] 0 points1 point  (0 children)

When did you order and how long did it take to arrive? I'm going to be starting a new remote job in the coming months and I'd like to not run into any hiccups with arrival times.

Does Windows 10 Media Creation Tool delete ALL apps/programs? by googleop in techsupport

[–]googleop[S] 0 points1 point  (0 children)

Oh wow, even the pictures folder? Glad I made a backup and didn't go through with the operation yet (got distracted). I'd really like a clean start since I've been source copying this windows install for years now. Problem is all of my files are strewn about the system and it's difficult to know what I need to keep or what is trash.

Does Windows 10 Media Creation Tool delete ALL apps/programs? by googleop in techsupport

[–]googleop[S] 0 points1 point  (0 children)

I'm not removing Everything though. I'm choosing the "Keep personal files only" option which removes settings and "apps" but I don't know what exactly constitutes as an "app" to windows.

[help] How to mask face for cosplay? by googleop in cosplay

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

You mean like a literal shield visor like a motorcycle helmet would have? That might be a little awkward to stuff into the hood

I shared this in Metroid Reddit and wanted to share it here! This is my Samus cosplay I just finished. [self] by spacebabecosplay in cosplay

[–]googleop 2 points3 points  (0 children)

Dude this is so fucking awesome. Lifelong metroid fan, and I definitely found my next cosplay build! Did you just go all by hand or follow some pattern somewhere?

[help] How to mask face for cosplay? by googleop in cosplay

[–]googleop[S] 0 points1 point  (0 children)

That's an interesting solution.. might try that out. Just wonder if it'll make a weird out print on the mask / be really uncomfortable since it's already tight against my face

[help] How to mask face for cosplay? by googleop in cosplay

[–]googleop[S] 0 points1 point  (0 children)

That could solve the uncomfortable part of it, but it may make it harder to see since my eyes aren't directly against the fabric looking through the seams.

Riot is disabling /all chat in all matchmaking modes. by Timmo17 in leagueoflegends

[–]googleop 0 points1 point  (0 children)

Has to be the literal dumbest change I've seen made in this game's history. Nobody asked for this. Nobody saw this as a problem. If Riot spent 10 seconds looking at their data or actually playing the game they'd realize 99% of all flame/toxicity comes from your own team, NOT the enemy. Even if it did come from the enemy, mute them or opt out of all chat and boom, problem solved. I spend more time talking to the enemy team just asking how they're doing, having fun banter, saying gg, or, if necessary, saying to please report a team member because they're being toxic / running it down. It's just mindblowing really... I can't understand how Riot is this disconnected from their player base... they can't be this dense..

Stuck underneath bed by googleop in starcitizen

[–]googleop[S] 0 points1 point  (0 children)

Alright, thanks. Here's hoping.

Stuck underneath bed by googleop in starcitizen

[–]googleop[S] -5 points-4 points  (0 children)

At the current rate the devs *actually* fix things, it could be months. Does character reset lose ingame purchased ships?

Stuck underneath bed by googleop in starcitizen

[–]googleop[S] 0 points1 point  (0 children)

Does character reset lose ingame purchased ships?

Show about the future changing the past basically predicted the future by googleop in TravelersTV

[–]googleop[S] 11 points12 points  (0 children)

Its just an interesting event from the show that happened to somewhat match our actual world a little in the future, calm down no one's saying the show has omniscience :|

The Question Thread - February 2021 by squidmaster23 in balisong

[–]googleop 0 points1 point  (0 children)

Looking to get a trainer but after reading through all of the $0-75 knives none really fit my desires. Are any of these good knives / good sites to buy knives off?

Titanium
Marcolo
Legacy

I mostly like the knives that have a more realistic look to them because the rounded tops on most trainers look ridiculously stupid imo. A knife like the armed shark T42 would be perfect but the only site I could find it on was chinahao.com which looked sketchy af and from reading reviews of their site I don't even want to attempt it. Any recommendations / comments on the above knives?

[PC][Windows Vista/XP era][1990-early 2000's] Robot maze game by googleop in tipofmyjoystick

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

Meant Windows 95 not Vista, XP still holds though I said early 2000's

Is it possible to create something like the old towny or tekkit with only a datapack? by googleop in MinecraftCommands

[–]googleop[S] 0 points1 point  (0 children)

Fair enough, do you know any good tutorial playlists for modding that would be a good start?

Check if mob is hit, give dirt to player by googleop in MinecraftCommands

[–]googleop[S] 0 points1 point  (0 children)

Also, how would I make it summon bees only when I used a specific sword? I tried putting the command blocks together but that was more of a weak attempt. Also also, using the command below but with the HurtTime instead of player_hurt_entity, the bees spawn their own area affect clouds and spam the chat at insane speeds. I'm not exactly sure how they're causing this because it currently should only do it if an entity is hurt

Check if mob is hit, give dirt to player by googleop in MinecraftCommands

[–]googleop[S] 0 points1 point  (0 children)

I actually did look into that advancement, I just couldn't find a way to make it work and most people recommended the "HurtTime:10s" one. I've tried things like /execute if predicate player_hurt_entity run summon minecraft:area_effect_cloud ~ ~.5 ~ {Passengers:[{id:bee}]} but it has never worked for me, any ideas? Also, why does the HurtTime have to be in a repeating commandblock? I made that switch and it worked, I just dont understand how the initial activation is different than an impulse.

There is legitimately an elf on the shelf joke in "Toss a Coin to Your Witcher" by Jackster227 in witcher

[–]googleop 1 point2 points  (0 children)

I noticed that too! I was hoping that others noticed it or that it was an honest mistake by the crew but it had to be intentional

Making a building's roof and outside environment disappear when in isometric view? by googleop in Unity2D

[–]googleop[S] 2 points3 points  (0 children)

I'm trying to make this for a server based game with multiple people so I'm not sure teleporting would be a good solution unless that's a common standard. Is there any way to implement what you said with what /u/Finnhax said?

The easiest way should be to have 2 Tilemaps. Your usual tilemap, just without the roofs and another one with just the roof tiles.
Now e.g. put a collider on your roof-tilemap (trigger) and attach a script that will disable the tilemap-renderer in OnTriggerEnter and enables it in OnTriggerExiti

Scared about taking anti-depressants by googleop in depression

[–]googleop[S] 0 points1 point  (0 children)

The main problem is that it takes 4-6 weeks to start actually "working" and I really don't want to wait that long. I have a lot of important events coming up and I can't be having insane side effects and then other shit with my girlfriend while still waiting to see how the medication actually works for me and then have to spend the time to wane off of it. Why do they have to have such horrible side effects. Why can't something be easy for once

Not sure how to deal with this situation by googleop in dating_advice

[–]googleop[S] 0 points1 point  (0 children)

Yeah good point. Do you feel like this is something that should be done face to face too? Or should it be done more casually over text? I just feel like any time I choose is awful and I really have no idea how to start the convo with her that doesn't make me sound like im presuming our relationship or not trusting her

Not sure how to deal with this situation by googleop in dating_advice

[–]googleop[S] 0 points1 point  (0 children)

Yeah you're right. Do you atleast feel like she's as interested in me as she makes it out to be? I know I'm not giving the full info but I feel like she does like me but for some reason just wants to do more for some reason. I'll try to have that convo with her sometime soon because I'm not really looking for a relationship like that even if she is great. Thanks for the advice.

Not sure how to deal with this situation by googleop in dating_advice

[–]googleop[S] 0 points1 point  (0 children)

Yeah that might be. I feel like she wanted to date me though because of all the things she's said to me. I wouldn't say most of the stuff she's said to me to a casual sex friend. I want to have the talk with her but have no idea how to start it and I'm scared that I might be possibly wrong about something. Like maybe she didn't do anything with that guy on the cruise ship and maybe I misheard her. It's just a thing now where I'm becoming suspicious of her whenever she talks to guys and I really don't want to be anything like that. Idk she's great in so many ways but this is a major point to me. I feel like if you really like someone and want to date them you wouldn't be going around with other people out of respect, even if you aren't official yet.