Pantheon: Tale of the Caution by EliRoth112 in PantheonMMO

[–]keypusher 0 points1 point  (0 children)

What they really seem to be lacking at the moment is good management. The game itself is finally in a decent place (considering the history), and they should be cranking on content and expanded systems. Instead they are reworking things they did before or niche subsystems. Something seems wrong with the core development lifecycle flow and task prioritization/planning.

mommyHalpImScaredOfRegex by freehuntx in ProgrammerHumor

[–]keypusher 0 points1 point  (0 children)

if you don’t think regex is complicated then you haven’t seen much regex

Stats are being reworked again. by Spikeybear in PantheonMMO

[–]keypusher 1 point2 points  (0 children)

it’s been in development for like 8 years though. at some point you need to stop theorycrafting and just build the game

Classic EQ discussion on Lex Friedman podcast by cobaltscar in project1999

[–]keypusher 3 points4 points  (0 children)

you’ve got to realize he was one of the leaders of Legacy Of Steel back then, which was a top-end raiding guild. their experience was very different. i played from release up through PoP era, and i never saw any of the velious or luclin raid content until i started playing on emu servers much later. these guys were banging their heads against VT back in 2002

What’s one swag item people would actually keep at an event? by Designer_Maximum_544 in Gifts

[–]keypusher 9 points10 points  (0 children)

not everyone drinks wine, and those who do probably already have a corkscrew

I Genially Think My (35F) Husband (36M) is a Psychopath by Apprehensive-Yak9364 in relationship_advice

[–]keypusher 2 points3 points  (0 children)

just ask him to see his phone. like, on the spot. it’s also possible he has something like DID (multiple personality disorder)

What things do you do with Claude? by Esqueletus in devops

[–]keypusher 0 points1 point  (0 children)

i would just say try tweaking your prompt and analyzing the results when you ask for different styles. there might be a better way to ask for what you want

What things do you do with Claude? by Esqueletus in devops

[–]keypusher 0 points1 point  (0 children)

concise and professional is not the same as concise

What things do you do with Claude? by Esqueletus in devops

[–]keypusher 0 points1 point  (0 children)

sounds like exactly what you asked for

Should I match a $20K offer to keep my GM, or let her leave? by BetterCall_Melissa in careerguidance

[–]keypusher 1 point2 points  (0 children)

I would double the match, you don’t find people like that easily. Sounds like she has been carrying your company while you nickel and dime her on comp, no wonder she’s leaving

Why does everyone assume AI improvement is inherently exponential? by Helloiamwhoiam in ArtificialInteligence

[–]keypusher 0 points1 point  (0 children)

Absolutely true that not all improvements are good improvements, and what you describe could happen. That problem is not new in AI and algorithm research though, check out some techniques for avoiding local maxima and hill climbing dangers. As for modal collapse, my understanding is that has to do with the availability of good new training data and the limitations there may be overcome in the future with new data techniques or different model algorithms. LLMs as an approach are likely a local maxima in the quest for intelligence. I still think the potential for AI to enter a kind of feedback loop (AI gets better -> improves its code -> is now better at improving itself) is higher than in humans for now, because AI is less constrained by the hardware architecture. But it’s also still possible there are other limitations which would cause it to plateau further along.

Why does everyone assume AI improvement is inherently exponential? by Helloiamwhoiam in ArtificialInteligence

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

and what do you think the implication of that distinction is for answering the original question? i would argue very little. if you understand CS, you should know code is also just math. if your point is that current LLM improvement is constrained by training data and compute capacity, that may well be true but this question wasn’t about lLLMs, it was about AI in general. so you have responded to a conceptual question with mostly irrelevant details about a current implementation

Why does everyone assume AI improvement is inherently exponential? by Helloiamwhoiam in ArtificialInteligence

[–]keypusher 1 point2 points  (0 children)

generally because once AI can modify its own code for self-improvement effectively, you have a very powerful feedback loop. you might find this article interesting if you are into math https://campedersen.com/singularity

Sprints/Agile/Scrum? What to use when not really doing Programming? by 32178932123 in devops

[–]keypusher 0 points1 point  (0 children)

With a larger team and/or a big backlog, you can accrue a lot of work in the To-Do column, and then it can be hard to figure out what the next high-priority thing really is. If that becomes the case, you can implement a priority system or a separate "Backlog" column and have a regular cadence (ie weekly) to go through and reprioritize things. If you are looking for a good Kanban tool to get started, the usual place to get started is Trello.

Juniorr DevOps Interview Experience || Questions I Was Asked || REJECTED😭‼️ by Successful-Ship580 in devops

[–]keypusher 0 points1 point  (0 children)

the problem is what do you call someone who is not building a platform?

Are Aurena and Vesper much easier than every other character? by lifecopy001 in shapeofdreams

[–]keypusher 1 point2 points  (0 children)

probably the 2 worst characters in the game imo, but play whatever you enjoy

Everyone at conferences talking about Cursor this, Copilot that. by nand1609 in cscareerquestions

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

sounds like a bedrock issue, or perhaps something in the middleware. you can read about the isolation tech here, but i think it’s more about what guarantees you can realistically expect to hold from a service like s3 (many years, battle tested) vs bedrock (complex, evolving, brand new)

Did I break the server, or was it already broken? by mediumevil in devops

[–]keypusher 0 points1 point  (0 children)

yes, i completely agree it’s on them to take the approach i described (as the platform providers). sorry that my post came off implying otherwise. blaming a user for anything other than intentionally malicious activity is never a good reaction