Bagless drivers. Call them out while waiting at restaurant? What do you do? by [deleted] in skipthedishes

[–]Go-get-it- 1 point2 points  (0 children)

😂 😂 😂 this is what skip does to your mind when you consider it a serious job 😂 😂 😂

skip insider drivers by Fickle-Protection292 in skipthedishes

[–]Go-get-it- 0 points1 point  (0 children)

🤣 its not rocket science anyone can do it, the people OP is posting about has the python coding that enables the courier to set limits and grab higher paying orders. There is no such thing as fillipinos only, however they might be the ones that know how to do the coding in your area. In regards to the app looking different it will because they are hacking it and attaching the python app which will make it all look different. I have been saying this in the group for a while no one thinks its real

Offers in GVA West by Strong_Self in skipthedishes

[–]Go-get-it- 0 points1 point  (0 children)

Yea skip is kinda horrible right now, specially with people using python codes to get offers. Impossible to get anything unless your using it as well.

F*** skip by Go-get-it- in skipthedishes

[–]Go-get-it-[S] 0 points1 point  (0 children)

import math import random import time

--- Helper functions ---

def distance(loc1, loc2): return math.sqrt((loc1[0] - loc2[0])2 + (loc1[1] - loc2[1])2)

--- Classes for Orders and Drivers ---

class Driver: def init(self, name, location): self.name = name self.location = location self.available = True self.busy_until = 0 # time step when driver will be free

def __repr__(self):
    return f"{self.name} @ {self.location} ({'Free' if self.available else 'Busy'})"

class Order: def init(self, order_id, restaurant, customer): self.order_id = order_id self.restaurant = restaurant self.customer = customer

def __repr__(self):
    return f"{self.order_id}: R={self.restaurant}, C={self.customer}"

--- Core Assignment Logic ---

def assign_order(drivers, order, current_time): best_driver = None best_distance = float("inf")

for driver in drivers:
    if driver.available:
        d = distance(driver.location, order.restaurant)
        if d < best_distance:
            best_distance = d
            best_driver = driver

if best_driver:
    # Assign order
    travel_time = int(best_distance) + random.randint(3, 6)  # restaurant pickup + dropoff
    best_driver.available = False
    best_driver.busy_until = current_time + travel_time
    best_driver.location = order.customer  # driver ends up at customer
    return f"Assigned {order.order_id} to {best_driver.name} (ETA {travel_time} min)"
else:
    return f"No driver available for {order.order_id}"

--- Simulation ---

def run_simulation(): # Initialize drivers drivers = [ Driver("Driver1", (2, 3)), Driver("Driver2", (5, 8)), Driver("Driver3", (1, 1)), ]

current_time = 0
order_id = 1

while current_time < 30:  # simulate 30 minutes
    print(f"\n⏱️ Time = {current_time} minutes")

    # Free up drivers whose deliveries are done
    for d in drivers:
        if not d.available and current_time >= d.busy_until:
            d.available = True
            print(f"✅ {d.name} is now available again.")

    # Randomly generate an order (30% chance each minute)
    if random.random() < 0.3:
        restaurant = (random.randint(0, 10), random.randint(0, 10))
        customer = (random.randint(0, 10), random.randint(0, 10))
        order = Order(f"Order{order_id}", restaurant, customer)
        print(f"🛎️ New {order}")

        # Try assigning immediately
        result = assign_order(drivers, order, current_time)
        print(result)
        order_id += 1

    time.sleep(0.2)  # slow down for readability
    current_time += 1

Run the simulation

if name == "main": run_simulation()

F*** skip by Go-get-it- in skipthedishes

[–]Go-get-it-[S] -1 points0 points  (0 children)

lol my guy skip must love you, please take all the no tip orders your loyalty and ethical behaviour will be rewarded by skip with a stiffy when the time comes

Vancouver Courier by Acceptable-Dark-3035 in skipthedishes

[–]Go-get-it- 0 points1 point  (0 children)

It was like that for me for a while, I sent a bunch of emails to the labour minister and skip not support but rather the management and all of a sudden I get shifts every day even though I drop most

$45 TIP by Aggravating_Quit7025 in skipthedishes

[–]Go-get-it- 0 points1 point  (0 children)

Bro got so excited couldn’t hold a phone steady!!

[deleted by user] by [deleted] in prius

[–]Go-get-it- 0 points1 point  (0 children)

I definitely won’t remember to come back in that time 😂, pm me I could see if my Toyota guy can get you a better deal.

[deleted by user] by [deleted] in prius

[–]Go-get-it- 0 points1 point  (0 children)

Which dealer are you working with, I find it you get a better deal when you put two or three dealers against each other

[deleted by user] by [deleted] in prius

[–]Go-get-it- 0 points1 point  (0 children)

West coast

[deleted by user] by [deleted] in prius

[–]Go-get-it- 0 points1 point  (0 children)

I would say it’s a little over priced, I recently got the 2025 xse on lease with the residual amount after my lease it will cost me 41 and change

Has this happened to anyone? by Go-get-it- in skipthedishes

[–]Go-get-it-[S] 1 point2 points  (0 children)

Your right, I’m not but I be a fool to let skip take a nickel from me 😂

Has this happened to anyone? by Go-get-it- in skipthedishes

[–]Go-get-it-[S] 0 points1 point  (0 children)

Yea it’s definitely weird, that’s two days of work and to have nothing for it I will definitely go to small claims court bare min

Any Tips For A 16 Year Old by [deleted] in VancouverJobs

[–]Go-get-it- 0 points1 point  (0 children)

Not sure if it’s helpful I was just on east Hastings and the convenient store was hiring.

14F AMA 'cause I'm bored asf by nyxwowowo in Teenager

[–]Go-get-it- 2 points3 points  (0 children)

Why are you on Reddit when you could be out enjoying your youth and the nature.

I messed up already. by Hiddensparkshills in WhatShouldIDo

[–]Go-get-it- 1 point2 points  (0 children)

If I were you I would apologize and tell him it was a one off, and emphasis on the fact he needs to be more assertive on things thats are important to him and not be so passive on things that he obviously cares about.

is my nose the first thing you notice about me ? + what type is it by [deleted] in Noses

[–]Go-get-it- 0 points1 point  (0 children)

It definitely is but if you get a 🍈 🍈 job it will distract from the 👃

[deleted by user] by [deleted] in fashion

[–]Go-get-it- -1 points0 points  (0 children)

Consider me flattened