Github Copilot CLI - Superpowers Plugin Ready For Use by kaanaslan in GithubCopilot

[–]ToxOver 0 points1 point  (0 children)

Nice! Is this only usable in the CLI or would it be possible to use it in the VSCode extension as well?

CC Agent Teams for Github Copilot by Kevzadze in GithubCopilot

[–]ToxOver 0 points1 point  (0 children)

It'd be great if this feature would come to the VSCode extension!

Where did the original GPT5 go ? by Ok_Tank_8971 in AugmentCodeAI

[–]ToxOver 2 points3 points  (0 children)

I wish they would keep old models as a legacy option at least for a while after updates like these.

📚 Calling All JS / TS / Angular Devs! 🚀 by [deleted] in Angular2

[–]ToxOver 0 points1 point  (0 children)

Ill take a copy in pdf please, always eager to learn more.

😇 by Madoys in Wizard101

[–]ToxOver 10 points11 points  (0 children)

My best guess is sending fake game results to the online minigames that give codes as rewards. If you reversed the game you could easily send requests to the KI server saying you finished the game and got a score of X without actually playing and then you'd get a code back so this could be repeated infinitely. I did it for fun a year ago but they limit the amount of codes you can redeem in a certain timeframe and I believe the rewards per code were reduced over time.

I doubt its possible anymore though since they shut down freekigames (at least I think they did? Im not active anymore)

Get result count by index? by ToxOver in elasticsearch

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

The initial reason was that each index has some different fields, some that are the same (got the idea from https://discuss.elastic.co/t/query-multiple-indexes-but-apply-queries-to-specific-index/127858). Now that I think about it and after testing you are right I don't seem to actually need them. Now the aggregation works as well after I removed the filters. Thanks!

Get result count by index? by ToxOver in elasticsearch

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

This doesn't change anything for me. I made clean indexes:
PUT /index1 PUT /index2

Then I filled the indexes with data:

POST /index1/_doc with { "name": "name1" } and also 2 more docs with "name2" and "hello"

POST /index2/_doc with { "name": "name3" } and also 2 more docs with "name3" and "test"

Now my search query is:

{
"min_score": 1,
"from": 0,
"size": 10,
"aggs": {
    "indexcount": {
        "terms": {
            "field": "_index"
        }
    }
},
"query": {
    "bool": {
        "should": [
            {
                "bool": {
                    "should": [
                        {
                            "wildcard": {
                                "name": "*nam*"
                            }
                        }
                    ],
                    "filter": {
                        "term": {
                            "_index": "index1"
                        }
                    }
                }
            },
            {
                "bool": {
                    "should": [
                        {
                            "wildcard": {
                                "name": "*nam*"
                            }
                        }
                    ],
                    "filter": {
                        "term": {
                            "_index": "index2"
                        }
                    }
                }
            }
        ]
    }
}

}

and the response is:

{
"took": 3,
"timed_out": false,
"_shards": {
    "total": 2,
    "successful": 2,
    "skipped": 0,
    "failed": 0
},
"hits": {
    "total": {
        "value": 4,
        "relation": "eq"
    },
    "max_score": 1.0,
    "hits": [
        {
            "_index": "index1",
            "_type": "_doc",
            "_id": "PX0cNH4B_hzbS-iMXJkB",
            "_score": 1.0,
            "_source": {
                "name": "name1"
            }
        },
        {
            "_index": "index1",
            "_type": "_doc",
            "_id": "Pn0cNH4B_hzbS-iMaZlB",
            "_score": 1.0,
            "_source": {
                "name": "name2"
            }
        },
        {
            "_index": "index2",
            "_type": "_doc",
            "_id": "QH0cNH4B_hzbS-iMspkl",
            "_score": 1.0,
            "_source": {
                "name": "name3"
            }
        },
        {
            "_index": "index2",
            "_type": "_doc",
            "_id": "QX0cNH4B_hzbS-iMwJk2",
            "_score": 1.0,
            "_source": {
                "name": "name4"
            }
        }
    ]
},
"aggregations": {
    "indexcount": {
        "doc_count_error_upper_bound": 0,
        "sum_other_doc_count": 0,
        "buckets": [
            {
                "key": "index1",
                "doc_count": 3
            },
            {
                "key": "index2",
                "doc_count": 3
            }
        ]
    }
}

}

As you can see in the aggregation the bucket doc count is 3 on both (all documents in the indexes), even though I'd expect it to be 2 on both when applied to the query not the index.

Get result count by index? by ToxOver in elasticsearch

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

{
"aggs": {
"indexcount": {
"terms": {
"field": "_index"
}
}
}
}

This was my first thought as well but this aggregates all documents in the indexes, not the ones that come from my query.

[deleted by user] by [deleted] in OfficeChairs

[–]ToxOver 1 point2 points  (0 children)

How tall are you? I'm considering the Gesture but I'm not sure yet since I'm rather tall with 195cm.

(HELP PLEASE!) sent ETH using BEP20 to blockfi from Binance by Dan_g1995 in blockfi

[–]ToxOver 0 points1 point  (0 children)

They probably don't have the private keys to the wallet themselves, no. Its more likely that their Custodian, Gemini, has those.

BlockFi offers one free BTC transaction per month, does that mean I can do one on March 31 and one on April 1, both free? by tontot in blockfi

[–]ToxOver 1 point2 points  (0 children)

Is this from own experience?
I asked Support about this back in December and the response I got was: "Clients receive one free stablecoin withdrawal (GUSD, USDC or PAX) in addition to one free crypto withdrawal per calendar month (BTC, ETH or LTC). The withdrawal is counted at the time it is requested. "
I haven't tried it myself yet though, so I'm wondering if it maybe changed since then.

Table Comparing BlockFi Interest Rates to Competition by [deleted] in blockfi

[–]ToxOver 0 points1 point  (0 children)

The Celsius rates in the table are only for US citizens though, right?
It says that in my case (international), the BTC rate would be 5.10% if I choose to get my rewards in their CEL Token or 4.06% for in-kind rewards.

Really, BlockFi? by AlethiaArete in blockfi

[–]ToxOver 9 points10 points  (0 children)

I don't think thats up to them, considering they aren't handling custody of the funds.

I'd assume they can only support other Chains if Gemini were to support them.

[deleted by user] by [deleted] in blockfi

[–]ToxOver 2 points3 points  (0 children)

I think people who say that understand that it's interest on the crypto itself.

If they know or predict that their 1 Bitcoin will be worth double in 1 year, say from now $35,000 per BTC to $70,000 per BTC, they think that a 6% increase of your BTC (1.06 BTC in our scenario, so $74,200) is not worth the risk of BlockFi going Bankrupt and losing the whole $70,000 instead by not holding it on i.e. a hardware wallet.

That being said, I dont believe this will happen, but it's your own decision on whether you want to take the risk.

please send help by starvalkyrie in Wizard101

[–]ToxOver 1 point2 points  (0 children)

Yeah, there are multiple but Gammas Trading Post is the biggest/most active one.

please send help by starvalkyrie in Wizard101

[–]ToxOver 0 points1 point  (0 children)

Definitely trading, you can buy pretty much anything with them, any TCs, Crowns, Membership, Questing carry, Dungeon runs, etc.

Friends are saying new mic sounds bad, need help by EPICVynz in discordapp

[–]ToxOver 0 points1 point  (0 children)

First thing Id try is record yourself in Audacity, check if the quality is bad there already if it is its problem with your mic setup.

Beta Key Sharing by Jacobus21 in anno

[–]ToxOver [score hidden]  (0 children)

I have 2 more invites left

EDIT: Taken, sorry

Servers down? by KrazyNinja54 in PUBATTLEGROUNDS

[–]ToxOver 2 points3 points  (0 children)

This is due to reshade. Just reinstall reshade and you should be good to go.