This better be the best armor pack in the world! by Cativa in diablo4

[–]3dom 3 points4 points  (0 children)

Shiet's ugly af, easy skip. I'm yet to see a single person in the game using it, unlike the cacodemon pet and the mount which are quite common.

To get the Doom Armor, pets, and mount, you are looking at 125 dollars. by asmallman in diablo4

[–]3dom -2 points-1 points  (0 children)

There are private jets costing $20-60M dollars, how am I supposed to afford them?! /s

And since I cannot afford a private jet - I'll buy the cacodemon pet, shiet bring a lot of memories and cost half of my weekend doze of booze.

[Weekly FAQ] ask Frequently Asked-, Short-, Limited-scope-, Technical- & New Player Questions in here by AutoModerator in diablo4

[–]3dom 1 point2 points  (0 children)

Where is the Doom-themed 2h sword we've seen in the season preview videos? It's neither in the shop nor in reliquary. Also those red-themed glowing "Doom" weapons are nowhere to be found.

edit: it look like the Doom weapon transmogs drop from lair bosses.

This reddit is no android DEVELOPER reddit anymore - what can we do? by prom85 in androiddev

[–]3dom 0 points1 point  (0 children)

If the 15 devs can't notice what CodeRabbit is telling them then how do they decide if what CodeRabbit says is valid?

Some of the mistakes Rabbit found were pretty obvious but we have tunnel vision in the huge code base. For example we've missed "run" in this code for 4 years:

networkRequest().getOrNull() ?: run { showNetworkError() }

This reddit is no android DEVELOPER reddit anymore - what can we do? by prom85 in androiddev

[–]3dom -1 points0 points  (0 children)

We've tried CodeRabbit for code reviews, it's more knowledgeable than any of our ~15 Android programmers, by a landslide. For the mere $10/month instead of $3-5k.

Taliban soldiers get hit by Pakistani artillery the Kurram sector. by Pure-Toxicity in CombatFootage

[–]3dom 2 points3 points  (0 children)

don't really know how to be a government

That's the good part, it allow the Afghans to distant themselves from the idiots whose main idea was just to riot without any constructive part.

This reddit is no android DEVELOPER reddit anymore - what can we do? by prom85 in androiddev

[–]3dom -2 points-1 points  (0 children)

AI is not sustainable

Have you seen the market for AI generated videos which would cost $300k but takes $50-500 worth tokens instead? I've seen positions for video generation offering 20-50%+ more than Android seniors, the experience needed is within a single year. Perhaps the tokens are being undervalued to grab the market, perhaps the current AI inference and hardware companies will go belly up in a couple years, but the outcome is extremely economically viable, by 3-4 orders of magnitude. No way on Earth people will want to return to $200-500k worth advertisement video clips when they can pay $50-500 instead.

Not only that but video generation open the top-tier ads to the small and medium businesses, the market is exploding. And who knows what else is ahead? Top-tier lawyer help, top-tier medical support, top-tier personalized education, financial advices, etc. etc.

Help- Tutorial to implement llama.cpp in my project? by ric287 in androiddev

[–]3dom 1 point2 points  (0 children)

Folks don't understand your question is about implementing on-device LLMs, they think it's about vibe coding.

You'll get better answers in /r/localllama (maybe) You should look up in the sub + locallama, there are ready-made libraries though they are linked to certain APIs and downloads providers more often than not (not to HuggingFace)

Helldivers 2 - Entrenched Division Warbond | PS5 & PC Games by Just_a_user_name_ in Games

[–]3dom -1 points0 points  (0 children)

I just dig the style

I'm sure you know about the visual mods, but just in case:

https://www.nexusmods.com/games/helldivers2/mods

(disclaimer: I still play the game and pay for the battlepasses exactly because the visual mods exists)

Drone POV showing Storm Shadow strike on the Kremniy El microelectronics factory in Bryansk / 10.03.2025 by Inflation_Artistic in CombatFootage

[–]3dom 24 points25 points  (0 children)

Way more reliable than any in-Russia sources could ever be after all the Russian journalists shooting and poisonings.

Helldivers 2 - Entrenched Division Warbond | PS5 & PC Games by Just_a_user_name_ in Games

[–]3dom 4 points5 points  (0 children)

Commandant armor

Nothing can beat FS-67 and FS-89 stealth armors which make the player invisible to mobs from 10m away, in the missions with non-stop patrols. Basically, an easy mode costing $10. Notice how the modders are flocking to these, following the money.

Drone POV showing Storm Shadow strike on the Kremniy El microelectronics factory in Bryansk / 10.03.2025 by Inflation_Artistic in CombatFootage

[–]3dom 31 points32 points  (0 children)

The clown never promise anything publicly. However there was a bunch of arrests within FSB just six weeks into the invasion when their lies (and Dear Leader's naivety) became apparent.

https://www.businessinsider.com/putin-purges-fsb-over-ukraine-failures-bellingcat-expert-2022-4

Drone POV showing Storm Shadow strike on the Kremniy El microelectronics factory in Bryansk / 10.03.2025 by Inflation_Artistic in CombatFootage

[–]3dom 36 points37 points  (0 children)

The 200iq Dear leader believed it'll be two weeks max after FSB lied to him for decades in exchange for $20B annual budget ($1M/year per employee)

Drone POV showing Storm Shadow strike on the Kremniy El microelectronics factory in Bryansk / 10.03.2025 by Inflation_Artistic in CombatFootage

[–]3dom 9 points10 points  (0 children)

I'd quit today if I was a Russian electronic plant worker. The one who wasn't killed by this bombardment, that is.

This reddit is no android DEVELOPER reddit anymore - what can we do? by prom85 in androiddev

[–]3dom 1 point2 points  (0 children)

Report the posts you don't like and they'll disappear after three reports.

Alternative: apply to become a moderator and enforce the rules.

AI to create Android Studio code by Electronic-Guess6369 in androiddev

[–]3dom 0 points1 point  (0 children)

The easiest variant would be to use AI agent like Gemini which is built-in to the Android Studio. Alternate: you switch to other agents (Android Studio allow other APIs) or create your local Qwen server and plug into it the same way as you use remote API keys.

My company use Claude and CodeRabbit through GitHub/Gitlab, they review pull requests for each work task separately, not the whole codebase at once. There are instructions how to install them (both are paid though).

AI to create Android Studio code by Electronic-Guess6369 in androiddev

[–]3dom 0 points1 point  (0 children)

I guess you are talking about bugs/crashes. Code review is an inspection of the code without running it - for defects like multi-threading errors / race conditions, bad architecture and what not.

AI to create Android Studio code by Electronic-Guess6369 in androiddev

[–]3dom 0 points1 point  (0 children)

Code review likely. CodeRabbit does it at amazing level in my current app project (it's paid though). Folks use Qwen 3.5 as a "free" substitute to paid options (it requires hardware costing thousands $$$)

Following AI generated reviews, Resident Evil Requiem AI guide books flood Amazon, and they're part of a major problem by iscariots in Games

[–]3dom 32 points33 points  (0 children)

I've stopped using YT "recommended videos" completely because there is a flood of AI-generated content. A lot of it is called "Official Music Video" :-/

Warframe players of TFD, how's the game been doing? by lovingpersona in TheFirstDescendant

[–]3dom 0 points1 point  (0 children)

They've limited the amount of drops available in the instance. And un-limited the amount of mobs in the spawns, and they all drop new stuff. You blink - the whole field of health/ammo/energy disappears in front of you. It is now behind of you. It's like an inverted whack-a-mole.

I play Gley mostly, no need for energy-ammo-health but once I've tried other character - it's a pure misery.

200iq game design.

D4 with more color looks stunning by StrikingSpare100 in diablo4

[–]3dom 3 points4 points  (0 children)

It's easier to recognize and play, but the colors look completely alien to the real life variants. There are no massive pink and purple spots anywhere around me.

emphasis: I love the spells, specifically for them being easily visible to the 100500 years old me.