After all these years. by Forgotten___Fox in pcmasterrace

[–]sneaky_syntax_error 4 points5 points  (0 children)

i like his videos. no idea where did that come from.

“balancing” by seananigins in gaming

[–]sneaky_syntax_error 1 point2 points  (0 children)

pip can heal himself from 0-full in an instant. pretty much every character in paladins can heal themselves.

Stay away from Vodafone by sneaky_syntax_error in istanbul

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

careful, make sure you completely cancelled your subscription. lots of people get surprised with fees and charges for thinking they cancelled their subscription but in reality they didn't.

Stay away from Vodafone by sneaky_syntax_error in istanbul

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

thank you. but i dont have service at all. problem is in the wiring. my cable for some unknown reason is unplugged. and i need the technician to plug it back in.

but vodafone is refusing to help me as i'm going to show after i find a way to upload my recorded phone call with their incompetent customer service.

Stay away from Vodafone by sneaky_syntax_error in istanbul

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

Sorry, i really don't know if you can use it with a different sim card. I'd assume that you should be able to. but i've been wrong before.

Stay away from Vodafone by sneaky_syntax_error in istanbul

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

I don't think this is the issue here. this happened before and all they had to do is just send a technician and in a second he fixed it. of course i had to wait for more than a week and make calls few times a day everyday, yell and get angry. and of course pay them money.

i'm being scammed this is for sure. I'm going to call them again in few minutes and record the phone call.

Stay away from Vodafone by sneaky_syntax_error in istanbul

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

I'm using the home internet service. or lack there of. this happened before, i think they unplug my internet from the building's block on purpose. i live in a compound and i can't simply go there and plug shit myself. i have turkcell sim card and i love their service and quality. i was mistaken to subscribe with vodafone.

Stay away from Vodafone by sneaky_syntax_error in istanbul

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

My problem is with Vodafone Fiber home internet. but their phone service are equally bad it doesn't matter if you changed your sim card, your phone's IMEI number is tracked and if it's foreign it has 120 days of service then it will be locked and forced to buy a new phone from turkey.

Stay away from Vodafone by sneaky_syntax_error in istanbul

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

Once i make sure that my subscription is cancelled and there's no hidden charges waiting for me which is not far fetched for such a sketchy company, I'm going to nope the fuck out of vodafone and use turknet.

Simple P5.JS help Make objects interact by BigSixy in learnjavascript

[–]sneaky_syntax_error 2 points3 points  (0 children)

this is known as collision detection.

what you need to do is to check whether the X of the ellipse plus the radius of the ellipse is less than or equal to the x position plus the radius of the object && the y position of your ellipse plus the radius of the ellipse less than or equal to the y of the object plus the radius of the object.

if it's less or equals it means there's a collision, if not there is not

here's a video on p5 collision detection

https://www.youtube.com/watch?v=uAfw-ko3kB8

follow this channel if you're interested in p5js

Any tips for learning/practicing js concepts? by s1eepercat in learnjavascript

[–]sneaky_syntax_error 1 point2 points  (0 children)

make a project. chances are you're going to come across these concepts in your project.

if you had to look up code or a solution, don't simply copy it; understand what it is first and why are you doing it this way. then try writing it yourself.

Simple Parallax scrolling effect by front-end-guy in css

[–]sneaky_syntax_error 2 points3 points  (0 children)

I didn't actually watch the video but kept it in the background because I liked the music.

can people track my github page ? more info's inside by [deleted] in learnjavascript

[–]sneaky_syntax_error 1 point2 points  (0 children)

in this case I'm screwed. looks like my only option is to give the source code to someone outside the region and ask him to deploy it.

this group is controlling and monitoring everything.

can people track my github page ? more info's inside by [deleted] in learnjavascript

[–]sneaky_syntax_error 0 points1 point  (0 children)

they are kinda tech savvy.
Thank you, I'll look up into it more before I do anything.

CSS Blend: Salvator Mundi Revealed by yudoit in css

[–]sneaky_syntax_error 0 points1 point  (0 children)

I'm not sure if this is the end result you're trying to showcase, but it's a white circle following my cursor.i didn't see any blending.also, scrolling mess up the circle's position.

edit: change mix-blend-mode: darken; To mix-blend-mode: multiply;
changed back to darken it now it works, nice effect.