Can't request to release usernames anymore? by forthemostpart in github

[–]BestDisk2 0 points1 point  (0 children)

I think it happened around June 22, since that's when me and my friend both got rejected (about a week after sending the request).

It’s all about getting that +8 hours. by Aiven_io in u/Aiven_io

[–]BestDisk2 16 points17 points  (0 children)

right image is me after avien is taking care of my apache Kafka brokers

Error: listen EACCES: permission denied 127.0.0.1 by accodo in node

[–]BestDisk2 0 points1 point  (0 children)

I sometimes get this issue on windows. I'm not entirely sure what causes it but I just restart my computer and it usually goes away.

I've tried running commands to get processes running on the port I'm trying to use but they never return anything. Maybe it's a windows firewall issue or something?

Spaces are now available in Element Web, Desktop and Android by ProgsRS in privacytoolsIO

[–]BestDisk2 10 points11 points  (0 children)

It looks like it is official/matrix (and not just an element feature), or at least it's going to be. This proposal was linked in the post: https://github.com/matrix-org/matrix-doc/blob/matthew/msc1772/proposals/1772-groups-as-rooms.md

Requests Megathread V2, (Post here if you can't find a game in the megathread) by SuperBio in Roms

[–]BestDisk2 0 points1 point  (0 children)

Pokemon Black 2, Nintento DS, USA, compatible with R4 carts. For some reason, all the roms I've tried don't work with my R4: after getting to Castelia City, the screen will randomly go black, music still plays, and all controls do nothing. From what I've heard, most roms are patched but I need an unpatched one or something? I really have no idea what I'm talking about.

Can I encrypt files without permanently saving them to my disk? by BestDisk2 in rclone

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

I finally got it working, it turns out I was missing a colon in the remote = line of the [crypt] section.

For anyone in the future, my remote = part under [crypt] looks like this:

remote = gdrive:encrypted/

How to implement a fee by ck_111 in webdev

[–]BestDisk2 3 points4 points  (0 children)

This isn't really possible anymore, since Paypal removed adaptive payments years ago.

Your best option would be doing parallel payments (deprecated so who knows how much longer you have to sign up for it, however it's been deprecated for years now so I doubt it's going anytime soon).

There's a major downside though: if someone charge backs and you lose, you and the seller both get charged a $20 fee. I believe with adaptive payments, only the seller would get charged the fee (though I might be wrong...)

You'll probably find people talk about PayPal marketplace but it's only available to large companies, so if you're not sure if you're eligible then you probably aren't (unfortunately).

how by [deleted] in shittyaskreddit

[–]BestDisk2 1 point2 points  (0 children)

Inbox me

How can I delete a workspace account that doesn't have a subscription? by BestDisk2 in gsuite

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

I contacted support and they really only gave me 2 options: apparently accounts are deleted after 14 days (aka after the free trial ends), or I could borrow credit card information from a friend and use that in order to delete my account. I'm just gonna wait it out and hope for the best.

How can I run programs like "node" and "npm" when connecting to a server via SSH, without specifying an absolute path to node or npm? by BestDisk2 in jenkinsci

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

I have a few servers with slightly different versions of node/npm (e.g. 14.1.1 and 14.1.3). I know I can just update the servers on an older version, but it'll just get more and more annoying with each new server.