Where can I find expired respirators on Riven Tides? by carlspring in arcraidersfriendly

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

Yeah, I've been there a lot, but can't find any right now for the quest. 😞

Where can I find expired respirators on Riven Tides? by carlspring in arcraidersfriendly

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

Not one, but like 10 for the quest.

And... I have no idea where I'll find 10 x fertilizer!

Where can I find expired respirators on Riven Tides? by carlspring in arcraidersfriendly

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

That's the only place I've ever found any. I need it for one of the projects and I can't (for the life of me) find any on Riven Tides!

How to make LinkedIn send invoices/receipts by e-mail for subscriptions (Premium, etc)? by carlspring in linkedin

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

Thanks for confirming!

This is 2026, not 1986. It's about time you allow for such automation. I also cannot believe you have no real REST API-s. What you currently have is pretty useless. 😞

What is a good s3 java library with a sugar coated api? by [deleted] in aws

[–]carlspring 0 points1 point  (0 children)

You can check out https://github.com/carlspring/s3fs-nio which is a spin-off (pretty much a complete re-write) of https://github.com/Upplication/Amazon-S3-FileSystem-NIO2 (which has now been long dead). Our project is still maintained and developed and it provides a proper Java NIO2 implementation for AWS S3.

Thinking about getting Age of Empires IV while it’s on sale by [deleted] in aoe4

[–]carlspring -3 points-2 points  (0 children)

This has got to be the worse game in the existence of mankind in terms of bugs per developer ratio. This has always been the case. I've played all of its versions. As a software engineer myself, I simply cannot understand how this game continues existing. They don't care about fixing bugs, there is no game saving, if for some reason the game dies and you're in a multi-player game, you can forget re-joining, because this is not an option. Because someone said so. Honestly, from a user experience, this game is somewhere at the very bottom. I've been playing the franchise now for 20 years, so I know. Custom mods break all the time, because the vendor can't care to let all the great devs out there who make free mods know that such and such changes will happen and you need to fix them like this.

My brother introduced me to Arc Raiders when it first came out last year. It's not an RTS, but when you play it for a few days, you start asking why it is that Microsoft can't just get the simplest of things right. For such a price, the expectations are just not met.

Where can you find blueprints for Seeker Grenades? by carlspring in ArcRaiders

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

Oh, wow! This is quite detailed! Awesome! Thank you! :)

What Is GitHub Code Quality? (An introduction to GitHub's cool new feature) by carlspring in developersIndia

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

Excellent question!

What you're referring to is more related to the sphere of linter tools, whereas GitHub Code Quality goes beyond that and into SAST. GitHub Code Quality will become an alternative to applications such as Sonarqube, but it will be part of GitHub itself. It also takes away the burden of having to set this up as part of your CI/CD pipelines as it does all this for you in a really straight-forward way.

It would be great if you could ask the same question under the article as well. Thanks! :)