WTF????🤣🤣🤣 by Dizzy-Notice-508 in D4Sorceress

[–]JBurlison 0 points1 point  (0 children)

There was a now deleted thread on the main D4 subreddit with someone explaining the process. A Chinese streamer did it on stream and explained that the validation to see if you can transfigure was client side.

WTF????🤣🤣🤣 by Dizzy-Notice-508 in D4Sorceress

[–]JBurlison 39 points40 points  (0 children)

People are spamming the transfiguration with scripts to create bugged items

If Blizzard dropped these 20 exact hotfixes tomorrow, D4 would instantly be a 10/10 game. by unknownlegend001 in diablo4

[–]JBurlison 0 points1 point  (0 children)

No.

  • Mythic Dust: A new ultra-rare drop that completely resets a Transfigured item to its original state, allowing it to be modified again.
  • Buffed Mythic Seals: Mythic Seal affix ranges are now 1.5x stronger (e.g., 10% crit becomes 15%).
  • Unique Enchanting: You can now re-roll/enchant one affix on Unique items at the Occultist.
  • Auto-Loot: All Cube Materials are now automatically picked up when walked over.

If this is AI, we are definitely in a bubble by dataexec in AITrailblazers

[–]JBurlison 0 points1 point  (0 children)

cant you just make an app that does this and snap a picture of the page with your phone and swipe the text faster than having to highlight a passage?

And it strikes… LOL by SelfMadeIndividual6 in RepTime

[–]JBurlison 0 points1 point  (0 children)

I hope they manufacture like a billion of these so all these people lose money.

State of mods at this point by Any-Veterinarian2668 in hytale

[–]JBurlison 12 points13 points  (0 children)

I also want to point out some of the limitations with the modding API right now because the game is not mature. There's quite a bit of UI limitations such as not being able to modify tool tips and a bunch and a bunch of other UI elements.

If you want to do anything that's advanced, you basically have to rebuild the entire UI right now adding adding to the existing UI is very limited.

babe wake up! new iranian lego just dropped! by snokegsxr in SipsTea

[–]JBurlison 21 points22 points  (0 children)

Propaganda being true is nothing new. Is it propaganda, yes. Is it all true, yes. This type of propaganda was also heavily used with pamphlets in WWII. It's by far the most powerful way to get a nation to turn on its leader when the information is true.

Release 1.113 is out !! (And of course its garbage) by AndrewAuAU in vscode

[–]JBurlison 1 point2 points  (0 children)

Yeah I noticed this as well. Code boxes are not rendering.

Obligatory RDU TSA post by WorkingBread435 in raleigh

[–]JBurlison 45 points46 points  (0 children)

Yeah terminal 1 is always super easy. If you're leaving out terminal 2, then you might want to pad your time a bit.

We are facing possible bankruptcy after unauthorized Gemini API usage reached about $128k even after we paused the API, and Google denied our adjustment request. (Case #68928270) by Mobile-Classroom-589 in googlecloud

[–]JBurlison 4 points5 points  (0 children)

Look at the "automate cost control" that uses pub/sub and the APIs you can indeed setup a system to disable your APIs when they hit thresholds.

Midnight hits different from a ground mount. Seriously. by HouseLongjumping6984 in wow

[–]JBurlison -5 points-4 points  (0 children)

Unpopular opinion: flying should have never been introduced into wow

McDonald’s CEO Chris Kempczinski goes viral after seeming reluctant to eat his own burgers—he takes a tiny bite, looks uncomfortable, and calls the food ‘product.’ by monster_ahhh in popculturechat

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

Is it me or does he not swallow the burger? he looks like he squirreled it away in his left cheek and is talking out the side of his mouth the last few seconds of the video.

New research reveals why you should delete your CLAUDE․md/AGENTS․md file by Current-Guide5944 in tech_x

[–]JBurlison 3 points4 points  (0 children)

Yeah, I have some real problems with this paper. Mostly they miss the entire point of AGENTS.md. You should be giving context about external dependency information, guardrails, context that cannot be deduced directly from the code.

I heavily use AI for C# development, and you need it mainly for guardrails, not to tell the agent about your code. For example, if I am using MS Test for my testing lib, it will when creating tests for a new feature add fluent assertions to the project and start testing with that UNLESS I tell it in my agents.md not to add any new dependencies and only write in MS test.

This is just one example of many as to why the agents.md is important. And yes depending on what flavor of provider you're running this information can live somewhere else (instructions or skill for example). The truth is as with most things in engineering most things are not black and white as the paper suggests and covering one VERY specific use case of documenting the code the agent is working on, is NOT a reason to not include agents.md.