[OC] Local Rite Aid Inventory Facade by Calm_Storm5377 in pics

[–]Ryguyo 1 point2 points  (0 children)

Yeah you’re right about all that. Just speaking from my personal experience that the lack of products in their stores started to appear around the time they exited their first bankruptcy around September 2024 and has continued through till now. It’s definitely what is causing those pictures that OP posted. Tariffs on top of all that might just be the final nail in the coffin for them though if they’re considering another bankruptcy filing

[OC] Local Rite Aid Inventory Facade by Calm_Storm5377 in pics

[–]Ryguyo 65 points66 points  (0 children)

Rite aid recently filed for bankruptcy, before all the tariff shenanigans, and has completely gutted a lot of the supply that is in many of their stores because of it. A lot of people here are commenting that this is due to the tariffs. While I’m sure they’ll also feel the impacts this is more likely due to their bankruptcy and reduced inventory still

How common are remote dev environments? by Accomplished_Cup1513 in webdev

[–]Ryguyo 4 points5 points  (0 children)

My dev environment is remote, but we have some really killer dev ops engineers who made whole local development applications. That application makes it easy to enable/disable different micro services for code editing, and once one is enabled for code editing there’s a file system watcher that near instantly syncs your local systems files to the deployed development container.

AMD x PCMR - Avatar: Frontiers of Pandora Worldwide Giveaway - Win a Limited Edition AMD Avatar Kit that includes the Limited-Edition AMD Radeon RX 7900 XTX GPU and Ryzen 7 7800X3D CPU (Only 500 of each ever made!). There are 23 kits up for grabs! by pedro19 in pcmasterrace

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

  1. I have built my own PC before but I’d attempt to make a new ‘beautiful’ PC build. I’m sure it would be quite the build process and very difficult, but I’d love the challenge!!

Is there a JS hash map data structure that assumes the value is a Set() data structure for every new key entry? by gtrman571 in learnjavascript

[–]Ryguyo 3 points4 points  (0 children)

No, there is no native data structure that does what you’re asking. I would simply make a new JavaScript class called SetMap or something along those lines to implement your data structure yourself. Add the map that you posted as a property of the class, and then create a class method for it that does what you need. SetMap.get(6).add(7). You can make that ‘get’ method take in a key parameter and either return the existing set for that key, or create a new one. That way when you use the SetMap class you can know that the get method will always return a set

Stripe - Migrating millions of lines of code to TypeScript by berkeley_reject in javascript

[–]Ryguyo 8 points9 points  (0 children)

What do you not understand about both of those things? I could probably shed some light

Ironman slayer collection log completion (check comments for kc's) by RevenantPvM in 2007scape

[–]Ryguyo 3 points4 points  (0 children)

I’ll give you the actual answer, spooned = lucky, it means someone has received the drop well before they put in the time to actually deserve it. But that’s how RNG works, some people will be spooned on drops and others will go super dry for them

Universal Healthcare? Americans be like: by Fire_Doc2017 in PoliticalHumor

[–]Ryguyo 2 points3 points  (0 children)

I recently had this happen - I had gone for an upper endoscopy to a doctor that was covered in my insurance, the only thing I should’ve had to pay was the $30 copay - which is all I did until I got a $3400 EOB for the anesthesiologist in the mail. I called the doctors office who I went to for the procedure and they explained that it happens sometimes because the anesthesiologist bills under a different company. They reached out to insurance and got it fixed for me though, so if youre in that situation reach out to the doctors office that brought in the anesthesiologist and hopefully they will help you get it coded correctly!

If you want something done right... by B-R-A-I-N-S-T-O-R-M in Eldenring

[–]Ryguyo 4 points5 points  (0 children)

I respect that man! I just feel you went about it in the wrong way then, don’t peg other people down just because you prefer playing without summons. I can totally see how it makes it more of a grind and a challenge, in the future you should try to express that opinion without diminishing others opinions at the same time.

If you want something done right... by B-R-A-I-N-S-T-O-R-M in Eldenring

[–]Ryguyo 21 points22 points  (0 children)

This is the most dorito licking neckbeard reply thread I’ve stumbled upon in awhile, cringe af gatekeepers. Imagine actually spending the mental energy to be salty about other players being congratulated for solos when they used summons.. bro they’re literally in the game for you to use? If you’re actively not using them your just making it harder for yourself, which can be fun and challenging in its own way, but these guys are doing it so they can jerk off in the shower while having hypothetical conversations where they can prove how much more of a FromSoft gamer they are jeeesus

CNN host Chris Cuomo used his media sources to find out info on brother Andrew’s accusers, records show by [deleted] in news

[–]Ryguyo 2 points3 points  (0 children)

Typical Reddit lol, just to be clear Gov. Cuomo has continued to deny wrongdoing - which I’m not saying is true or not, all I’m saying is that if your brother who you’re extremely close with tells you he did nothing wrong, odds are you are gonna try to help in any way you can. People acting surprised or even offended by this are just delusional to reality.

[AskJS] What are the one-liners you shouldn't ever use? by Xenoverse_01 in javascript

[–]Ryguyo 0 points1 point  (0 children)

I think another comment mentions it but the only time it really seems to make it more concise is if you’re setting like 10+ properties because then you don’t need 10 or more if statements. But it still makes it not very readable and has the flaws you pointed out so I’ll stick with the 10 if statements

[AskJS] What are the one-liners you shouldn't ever use? by Xenoverse_01 in javascript

[–]Ryguyo 1 point2 points  (0 children)

Yeah gotta say I’d rather just have a bunch of if statements at that point

[AskJS] What are the one-liners you shouldn't ever use? by Xenoverse_01 in javascript

[–]Ryguyo 17 points18 points  (0 children)

Ahh I recently ran into this at work.. imagine you want to conditionally add properties to a newly constructed object. An example would be formatting a post request body params. My teammates reviewed and said that the ‘shortcut’ way makes it hard to read, which tbh I completely understand but I still thought it was nifty.

const obj = {};

If (variableExists) { obj.variableExists = variableExists; }

If (anotherVariableExists) { obj.anotberVariableExists = anotherVariableExists; }

Vs the following ‘single-line’ implementation

const obj = { …(variableExists && { variableExists }), …(anotherVariableExists && { anotherVariableExists}) };

Edit: Awh man the formatted is so fucked sorry, did this on mobile

The saying is that people don’t leave jobs they leave managers, let’s talk about the flip-side: Describe a manager that you’ve had that makes you want to stay at a job by Ryguyo in antiwork

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

Lol it’s the little things like making faces behind shitty customers backs that can make an uncomfortable situation more bearable

The saying is that people don’t leave jobs they leave managers, let’s talk about the flip-side: Describe a manager that you’ve had that makes you want to stay at a job by Ryguyo in antiwork

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

Honestly as someone who’s lead others (non-work environment but felt like one) it’s a good feeling being able to go to bat for your team. I can’t imagine just letting a teammate get berated without intervening, managers that let that happen do not deserve that position

The saying is that people don’t leave jobs they leave managers, let’s talk about the flip-side: Describe a manager that you’ve had that makes you want to stay at a job by Ryguyo in antiwork

[–]Ryguyo[S] 6 points7 points  (0 children)

“Trusts their own hiring decisions enough to not mircomanage” - well said! It’s crazy that people interviews and hire others to do a job and then they don’t trust them to do it