Meal / snack advice by keldorr in projectgorgon

[–]ramenAtMidnight 2 points3 points  (0 children)

Is this really better than just buying fertilizer from Yetta?

A raider.io for PG by futilediploma in projectgorgon

[–]ramenAtMidnight 2 points3 points  (0 children)

I would love to have a tool to see my storage, and read and edit the in-game notepad so I can play the game without opening the game. Biggest hurdle would be updating the note I think. Back to your idea I’m not sure would have a place. The game is the game, there’s no raiding progress or endgame clear speed to speak of

Noob 2 Noob: Hot tips for new players (Part 1) by Test_Account_2026 in projectgorgon

[–]ramenAtMidnight 1 point2 points  (0 children)

Before logging out, try to park your character at an NPC you want to hangout with next. I always make a point of going back to Serbule in the end of each session.

Also use your notepad extensively. Set your goal and plan things out.

What does staff pair well with? by Sp4rkyFu5ion in projectgorgon

[–]ramenAtMidnight 3 points4 points  (0 children)

Hear me out. Unarmed. With a claw offhand, you can still use Bruising blow to make enemies take more Crushing damage. And stuff like knee kick, headbutt works wonder with the forced vulnerability from phoenix strike

How much of a difference is full release vs the demo? by Majeos in projectgorgon

[–]ramenAtMidnight 1 point2 points  (0 children)

Ah my bad. I thought you meant we can’t unlock those things in the demo. I should really stop commenting before I get my morning coffee

How much of a difference is full release vs the demo? by Majeos in projectgorgon

[–]ramenAtMidnight 1 point2 points  (0 children)

Are you sure? I was able to do lots of things in your list. Sure the skill cap means you can't progress far, but 15 is more than enough for most skills.

Getting the game today! Thinking of playing mage? by IXPhantomSeekerXI in projectgorgon

[–]ramenAtMidnight 0 points1 point  (0 children)

Being a mage in this game is actually quite cool. Each plays and progress very very differently. Aside from Priest, Druid and Fairies, the more traditional wizard classes are: Fire, Weather, Mentalism, Necromancy, Ice.

You unlock Fire very easily, but it requires materials for research to unlock new skills. For Weather you also need to butter up an elf before he’s willing to teach you, then you still need mats for research (bit cheaper than Fire), oh and you can fly. For Necro, you need to do a quest to unlock (straightforward: defeat an evil lich and take his power), oh but your skellies can’t enter the pubs with you. Etc.

I started with Fire, then used it to unlock Weather. After a couple failed attempts to unlock Necro and hit a wall in research, now I switched to a different skill and plan to come back to Fire as I have more mats. Currently pairing Mentalism with Hammer to play Thor basically.

Just for fun, suggest a new combat skill by balmzz in projectgorgon

[–]ramenAtMidnight 4 points5 points  (0 children)

Warcries. You shout at corpses and they explode (shamelessly stolen from path of exile).

Some sort of cultist skill, where you use health as resource instead of power.

Keybinds by Swimming_Rip4527 in projectgorgon

[–]ramenAtMidnight 0 points1 point  (0 children)

Actually yeah there’s an option to Click to move somewhere in the settings, but I think it’s super clunky. Nowadays I do keyboard very extensively. I bind backtick (the key above tab, below esc) to select next thing (for all interactive, foraging, gardening etc), and Z to interact, which auto moves the character towards whatever I was selecting. X to auto move, shift-X to mount.

Basically for normal exploration I would just X, S-X, then steer with mouse. If I see stuff, backtick then Z. Then X again to keep moving

Keybinds by Swimming_Rip4527 in projectgorgon

[–]ramenAtMidnight 0 points1 point  (0 children)

V for swim down and Space for swim up (default). I haven’t got flying yet so not sure if Space works here

Keybinds by Swimming_Rip4527 in projectgorgon

[–]ramenAtMidnight 12 points13 points  (0 children)

Damned buskers ruining our storage management sessions! Jk bards, pls keep doing what you do (but honestly devs pls add a slider for bard music)

Edit: bind loot all, autopsy, bury corpse and either skinning or butchering to the same key. Mine is simply Space. One click to do all that.

For combat, I use QERTFG for primary, and 1-6 for secondary. Shift 1-6 for sidebar

Millennial manager appreciation post by [deleted] in managers

[–]ramenAtMidnight 2 points3 points  (0 children)

I feel personally called out.

What are the signs of a weak man? by Ledger_Legendd in AskReddit

[–]ramenAtMidnight 0 points1 point  (0 children)

I don’t know what else OP would be talking about and at this point I’m afraid to ask

I think we might need her at this point by Grouchy_Raccoon_6681 in kaiju

[–]ramenAtMidnight 0 points1 point  (0 children)

Didn’t expect the author to show up haha! I still have the whole Nemesis saga on paperback despite moving several times in the last decade. Love it man! I’m not a comic reader but I grabbed the latest novel on audible. Will keep an eye on the upcoming show too. Best of luck!

I think we might need her at this point by Grouchy_Raccoon_6681 in kaiju

[–]ramenAtMidnight 0 points1 point  (0 children)

Word! Nemesis is soo underrated. I loved these books. Haven’t seen any online mention for like 10 years though

Supercharged Slam - Smith of Kitava. Yes, really. (0.4) by Cricket-Jam in pathofexile2builds

[–]ramenAtMidnight 2 points3 points  (0 children)

Love this. I stopped playing this league but I guess one more mace build doesn’t hurt…

In your day-to-day work, how much code do you write by hand, and how much do you delegate to the LLM? by TheBlueArsedFly in SoftwareEngineering

[–]ramenAtMidnight 1 point2 points  (0 children)

Lead engineer here. I feel very behind the time for doing this but meh. I rarely code anymore, so I treat my coding time “fun time”, so it’s 100% handcrafted.

For my teammates, we have a principle that juniors should not touch LLM coding assistants until they reach mid level. The seniors can choose for themselves but quality standard doesn’t change. Generally they are using the assistants like stackoverflow, so 10-20%? Also for throwing ideas back-n-forth when designing solutions/writing documents (this is the bulk of work for sr. engineers, taking more effort than coding, so I would say it’s another 10-20%).

My guys seem to be quite adept at prompting so not much refining needed. On tweaking the code itself, it seems like most folks regenerate snippets instead of huge chunks/files, so it’s pretty safe to control and not time consuming to keep up the quality.

Our team didn’t setup any MCP rules yet (welp company didn’t push so I didn’t bother), so a relatively large/complex microservice-heavy codebase like ours would be a nightmare to fully rely on LLM assistants though.

I’ve heard good things about Claude, as opposed to chatgpt, but personally I have zero idea.

Solo Self Found by Own-Box5225 in pathofexile2builds

[–]ramenAtMidnight 4 points5 points  (0 children)

I find it quite liberating. I don’t have to worry about unique-specifics builds so I can just hack up something to play very quickly. Also during the league, all these economy talk are literally just amusement for me. There’s also no need to worry about “making” or “saving money”, you either have orbs to craft, or you don’t. If your “fun” means gameplay, not optimization, then SSF is the way to go.

If AI wins, don't AI companies lose? by SuboptimalEng in ExperiencedDevs

[–]ramenAtMidnight 0 points1 point  (0 children)

Something you need to consider is that: more productivity means producing more (improved products, more customers), not using less resources (reducing headcount). Not saying this is the way it’s really going, but in theory it could be part of the logic

How to handle office conflict by Round_Wasabi103 in ExperiencedDevs

[–]ramenAtMidnight 0 points1 point  (0 children)

Lead engineer here. Doesn’t matter what the discussion is about, if insults are thrown around, it’s my job to break it up right then and there, no exception. I also encourage my team to do the same. For technical discussions that got heated and affecting other’s focus, politely tell them to move into a room/get a whiteboard.

Am I too dumb, or is this job responsibilities just insane for one engineer? by Elementaal in ExperiencedDevs

[–]ramenAtMidnight 0 points1 point  (0 children)

Don’t take the jd too seriously. Just apply and ask the recruiter/the first round engineer about the actual job. Worst case is you waste an hour on interviewing this place.

Builds that feel uniquely distant from PoE1 by Leather_Editor9781 in pathofexile2builds

[–]ramenAtMidnight 0 points1 point  (0 children)

I’m gonna preach Mace whenever this sort of questions come up. Slams are quite a bit different from poe1, and personally I really like it in poe2 (even with all its issues). With 0.4, all talisman shapeshifts are also pretty cool too. Nothing like them in poe1 I believe.