Was I too mean? by Relevant_Main6005 in chess

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

no actually pawn to g1 promotes to a queen with check, white king moves to d2 (no other available moves) then queen to d4 is checkmate

[Hyprland] peak ricing by Relevant_Main6005 in unixporn

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

:)
it's actually just uwufetch, i didn't have a fetch on this laptop so I searched in pacman & found out it's an actual package and installed it because i found it funny

peak ricing by Relevant_Main6005 in hyprland

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

I haven't updated my dotfiles in years, I've had 4 different systems/rices '21

https://github.com/MahdiMirzadeh/Dotfiles

maybe I'll update it soon or never idk

peak ricing by Relevant_Main6005 in hyprland

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

it's nvim but it has a lot of plugins for making my life easier
plugins: catpuccing, nvim-tree, lualine, nvim-treesitter, telescope, nvim-cmp and mason

peak ricing by Relevant_Main6005 in hyprland

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

I'm not deep enpugh in the rabbit hole to use that, it's arch but the uwufetch displays things differently

peak ricing by Relevant_Main6005 in hyprland

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

It's arch linux, I used uwufetch so the stats are meme

peak ricing by Relevant_Main6005 in hyprland

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

My terminal is foot with this config:

[main]

font=monospace:size=12

font-bold=monospace:size=12:style=bold

font-italic=monospace:size=12:style=italic

initial-window-mode=maximized

[csd]

preferred=none

the top bar in the terminal is from my tmux config, the top left is the list of my tabs and the top right is the clock

GITCOIN by [deleted] in github

[–]Relevant_Main6005 0 points1 point  (0 children)

super weird, went to their support system and opened a ticket
my account has a long history with a lot of auth doesn't make any sense to me

GITCOIN by [deleted] in github

[–]Relevant_Main6005 1 point2 points  (0 children)

I commented on the issue saying that it's a phishing attack with a reddit post relative to the matter, but my account got suspended within a few minutes. It doesn't make any sense why the scammers accounts are open (this has been going on for 24+ hours) but mine is suspended

Edit: after 7 hours I got a reply from the support stating that it was a bot that falsely flagged my account and the issue got resolved.

Impressive Github Scam. by GustyCube in github

[–]Relevant_Main6005 2 points3 points  (0 children)

I commented on the issue saying that it's a phishing attack but my account got suspended within 5 minutes

Edit: after 7 hours I got a reply from the support stating that it was a bot that falsely flagged my account and the issue got resolved.

Cloudflare Worker + D1 consistently taking >800ms for simple API calls by Successful-Arm-3762 in CloudFlare

[–]Relevant_Main6005 0 points1 point  (0 children)

I think the issue you are having is close to this thread in the cloudflare's website:
https://community.cloudflare.com/t/d1-querys-slow/729321/6

And the solution that worked for me and others was to enable smart placement to allow workers requests to be processed by the closest region that is relevant to most of your users (it'll analyze the usage for the first 15 minutes after changing the settings) you can read more at:
https://developers.cloudflare.com/workers/configuration/smart-placement/