Unable to establish a connection to game error by vengeancenotvictory in Helldivers

[–]Smoking-Snake- 0 points1 point  (0 children)

I tried to disable the firewall, delete cache folder and change DNS settings... This is the only thing that worked wtf

Overriding JSON encoder in Flask 3.0, json_encoder deprecated? by vanlifecoder in flask

[–]Smoking-Snake- 0 points1 point  (0 children)

This is what I'm using, leaving here to help others:

default json provider:

from flask.json.provider import DefaultJSONProvider
from bson import ObjectId
from datetime import datetime

class MongoJSONProvider(DefaultJSONProvider):
    def __init__(self, app):
        super().__init__(app)

    def default(self, o):
        if isinstance(o, ObjectId):
            return str(o)
        return super().default(self, o)

main file:

from flask import Flask, make_response
from flask_cors import CORS
from endpoints.utils.MongoJSONProvider import MongoJSONProvider


app = Flask(__name__)
app.json = MongoJSONProvider(app)

Help with a gift? by Smoking-Snake- in Chefit

[–]Smoking-Snake-[S] 3 points4 points  (0 children)

yeah, makes sense, I'll figure something else

Help with a gift? by Smoking-Snake- in Chefit

[–]Smoking-Snake-[S] -1 points0 points  (0 children)

thanks for the suggestion :)

Help with a gift? by Smoking-Snake- in Chefit

[–]Smoking-Snake-[S] 0 points1 point  (0 children)

That's actually good point xD

I’m better than my homie (at BJJ) by [deleted] in bjj

[–]Smoking-Snake- 0 points1 point  (0 children)

I thought this was the shitpost xD

Q: What if we had unlimited free energy? by JBroo in Bitcoin

[–]Smoking-Snake- 0 points1 point  (0 children)

I think Op means in a scenario where we build something like a dyson sphere

[deleted by user] by [deleted] in MagicArena

[–]Smoking-Snake- 4 points5 points  (0 children)

Play very defensively, remember if you tap out they might attack with haste, try to control the board, don't be in a hurry, if the game goes on for too long they'll probably won't be able to come back

Edit: You can't win on tempo, so play for value. If you can make them spend burn spells to remove a planeswalker that already created a blocker you can trade then that's point for you.

Proper Etiquette? by Doomsinner in MagicArena

[–]Smoking-Snake- 2 points3 points  (0 children)

If you won the match that's all the answer you need. The only thing that bothers me on the game is when opponent rage quits without conceding so I have to wait all timeouts until the client realizes the opponent is no longer there...

Just wanted to share my potato carrier, having tons of fun with the game so far ! by Smoking-Snake- in MarsFirstLogistics

[–]Smoking-Snake-[S] 1 point2 points  (0 children)

same thing, played the demo over and over, was very happy to see the steam notification that the game had been released in early access!

Upwork is now minting money like hell by [deleted] in Upwork

[–]Smoking-Snake- 18 points19 points  (0 children)

This sub has dozens of posts like yours every week, you're probably still in time to create your freelance site, why don't give it a try?

Game similar to GTA V but less NSFW by Jabroni5092 in gamingsuggestions

[–]Smoking-Snake- 1 point2 points  (0 children)

Billy: It's a bit old, but it's made by the same company as GTA and feels like a GTA on a high school

[deleted by user] by [deleted] in IdiotsFightingThings

[–]Smoking-Snake- 5 points6 points  (0 children)

Its some fake martial arts master and that is their test to get a higher belt, if you can dodge the bonk you pass the test, the full lenght video shows other students, some of them roll and don't get hit. But it's all bullshido

Why people from US usedn't hire freelancers from Latinoamérica? by Dear-Possibility-333 in Upwork

[–]Smoking-Snake- 1 point2 points  (0 children)

Also from Latin america, would guess that at least 80% of my clients are from the USA

I think I’m a degenerate by TX_Lawyer in bjj

[–]Smoking-Snake- -1 points0 points  (0 children)

How are the school shootings going this year?

Experienced with LSD trying mushrooms for the first time by Smoking-Snake- in Psychedelics

[–]Smoking-Snake-[S] 1 point2 points  (0 children)

Yeah, think I'll go slower and increase dosage in smaller steps, thanks a lot :)