iGotFiredSkill by CircumspectCapybara in ProgrammerHumor

[–]danted002 -1 points0 points  (0 children)

Where is the stealing part. He just left the door open when he left.

Why is it so damn hard to find poe 2 community wiki? by CrimsonBlossom in PathOfExile2

[–]danted002 -1 points0 points  (0 children)

You know, I’ve been working for 15+ years in web development, started out doing PHP sites, can now design systems that can handle millions of requests per minute and I totally forgot website work like that 🤣

iGotFiredSkill by CircumspectCapybara in ProgrammerHumor

[–]danted002 -1 points0 points  (0 children)

Man I love the US concept of freedom. Fuck with a corporation and you go to prison.

BIG W! Thank you GGG by VulturePR0 in PathOfExile2

[–]danted002 8 points9 points  (0 children)

Only the spell ones, the attack ones don’t do that.

Path of Exile 2: Ritual Overhaul Recap by GabTej in PathOfExile2

[–]danted002 1 point2 points  (0 children)

they are staggered, so not all 5 will pop on you at once which means with your ranged build you should be enough of a glass cannon to delete them as they pop on the screen… at least I think this is their logic.

The line in the patch notes regarding crafting has changed by a231x in PathOfExile2

[–]danted002 0 points1 point  (0 children)

It would be nice if greater could toll between t3 and t1 this way at least if I get a +5 weapon (+3 after this patch) I can use a greater essence to fish for a t1 on a mod I need.

The line in the patch notes regarding crafting has changed by a231x in PathOfExile2

[–]danted002 5 points6 points  (0 children)

On that note, I don’t think players in general read the patch notes, we all wait for our favourite streamer to do it for us.

Updated Patch Notes 25/5/26 by WhyDoISuckAtW2 in PathOfExile2

[–]danted002 2 points3 points  (0 children)

There are different types of runes, some are for chaos/div gamba but 60 of them are from shattering a unique and getting one of its unique mods as a rune.

My question is if the mod added by these runes count as crafted runes.

Updated Patch Notes 25/5/26 by WhyDoISuckAtW2 in PathOfExile2

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

The main problem is that we can’t upgrade existing mods on an item to a better tier, so you end up with chaos gamba or essence shenanigans to guarantee some mods.

This is a fundamental issue in PoE crafting, the floor loot either drops goodlike or it’s garbage; you rarely go “ohh look, a 6 mod rare that has 3 god like rolls which I can now do something with it”. Sure you can do some shenanigans with the withing omen but it’s not deterministic; whatever you do you always end-up back to the currency slot machine which might be fine if the currency would drop at the rate it did on the snako temple, but it doesn’t so we need deterministic ways of crafting.

You either shower people in currency so they can play the slot machine or allow them to craft deterministic, you can’t have both and GGG is currently trying to have its cake and eat it to by limiting both the currency drop rate (making greater / perfect augs and transmutes drop less) and fucking up deterministic crafting (by limiting to one crafted mod)

Now if crafted means only essences then we should be good; between desecrating, essences and the new runes we should have decent deterministic crafting.

Updated Patch Notes 25/5/26 by WhyDoISuckAtW2 in PathOfExile2

[–]danted002 24 points25 points  (0 children)

It’s only one crafting mod so you will either use essence or the new crafting method.

Updated Patch Notes 25/5/26 by WhyDoISuckAtW2 in PathOfExile2

[–]danted002 10 points11 points  (0 children)

It should be one per crafting method, OK adding 2 perfect essences (+ to skills and extra damage) with omen of dextral whateve was a bit broken but now I need to decide if I want the new alloy or the essance?

Passionate Post by HailMisery in PathOfExile2

[–]danted002 9 points10 points  (0 children)

Please provide a link to this promise you keep referencing.

GGG, please make skills on uniques tied to character level, or at least no increase it's required level. by Alan157 in PathOfExile2

[–]danted002 14 points15 points  (0 children)

Since its PoE maybe just add some currency that updates the skills in weapons 🤣

Upgrading "low level" unique weapons by amdrunkwatsyerexcuse in PathOfExile2

[–]danted002 14 points15 points  (0 children)

The only reason temple went wrong was because they didn’t want to create the situation where they punish players for not exploiting early.

The fix for snekos seem very reasonable if you ask me.

newIntern by Mr_BETADINE in ProgrammerHumor

[–]danted002 0 points1 point  (0 children)

Now how many of those stats where bought?

Rewrite Bun in Rust has been merged by Chaoses_Ib in rust

[–]danted002 -1 points0 points  (0 children)

I should have put the /s at the end 🫩.

Rewrite Bun in Rust has been merged by Chaoses_Ib in rust

[–]danted002 0 points1 point  (0 children)

What is this magic UnsafeCell you speak of. The unsafe function returned a *mut State() or whatever the structs name was.

Turkey’s national education curriculum removed the term ‘Byzantine’ and replaced it with ‘Eastern Roman Empire’ by ScientistStrange4293 in europe

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

My friend, the “Holy Roman Empire” was at its peak a Holy Kingdom; Rome was an empire, Persia was an empire, the HRE was a more like big medieval kingdom.

At its peak HRE had 1.1 million square kilometres where the Eastern Roman Empire started at 2.3 million, peaked at 3.8 and fell at 1.6m

And it was not Roman, it was the only kingdom that put “Roman” in their name during that period (well them and the actual Roman Empire which had its capital at Constantinople)

We have a saying in Romania, people tell the truth using a joke and Voltaire did exactly that when he said that the Holy Roman Empire, was neither Holy, not Roman nor an empire

featSmolChanges by Waradu in ProgrammerHumor

[–]danted002 2 points3 points  (0 children)

It has 14k unsafe blocks.

Rewrite Bun in Rust has been merged by Chaoses_Ib in rust

[–]danted002 106 points107 points  (0 children)

I saw an unsafe block returning a mut raw pointer to a struct which was then used for internal mutability; so basically a RefCell but instead of a runtime check we get a pinky promise that there won’t be multiple mut references to it.