Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Unpopular opinion (Score 4, Insightful) 69

Some games actually could benefit from ads. OK, well, not ads per se, but rather product placement.
A prime example is Euro Truck Simulator 2. I actually added a mod to it which implements real-life company and product names. Hauling a truckload of XBox or encountering branded NPC haulers makes the game feel more immersive.

RPGs such as Cyberpunk 2077 or Starfield could also implement product placement. Instead of "CAN-uck!" or "Chunks" they could have introduced "Space Coke" or "MacStar" or whatever. These would not be game-breaking changes, rather fall very well within the game itself.

On the other hand, these would fit very poorly in, say, Baldur's Gate 3 or Diablo 4.

Comment Re:Is this even true? (Score 1) 61

I think bodyshops like TATA will take a long time to adapt to writing code in ways that work well with LLMs as the sort of developer behaviors that foster good results is way outside the outsourcing culture of delivering the bare minimum required by the contract. But oh boy won't they try.

Disclaimer: I work for an Indian company (no, I am not Indian). Money's good, project is nice, and my team is not AI-threatened (ITOPS).
But yes, there's much turmoil around AI. And yes, they are trying very hard to use it.

Comment Re:Will chatbots be smart enough? (Score 1) 61

I played with chatbots a lot, mainly for small scripting code generation.
Background: I own both Linux and Windows machines, and I admit to never had learned scripting the proper way. My scripting skills are very basic. Now, I could focus on a certain scripting environment (say, Bash) and learn it better, but I can't learn 5+ scripting language at the same time, especially since I use each very infrequently. Main purpose for script usage is home lab task automation, for example I needed a Powershell script which runs daily and converts CCTV still images to a time-lapse video. I needed a YAML configuration file which contains some automations. I needed a Bash script which extracts some archives and puts the output files in folders based on categories. I needed a python script which does some very light data conversion from one format to another (different devices output data in various formats, I wanted to harmonize those into a single format).
Add to that dozens of little things emerging from my numerous hobbies,
After posting various questions on Stack Exchange, Stack Overflow, Quora, Reddit (you know, the usual suspects), I generally had a terrible experience there. My questions were not "simple" enough - and I understand other people answer in their free time and don't have to put up with my complex questions. Naturally, I jumped at the chance to use chatbots to obtain answers.
It kind of works, but it's painful to iterate until you get a working result.
ChatGPT 3.5 likes to fall back to its comfort zone. For example, it told me to use glob pattern format in ffmpeg which is not supported under Windows, and every time there was a mistake in the script, it reverted back to attempting to use globbing. It also makes some terribly basic scripting mistakes, I found it easier to break the overall task into very small crumbs, ask it to provide me script examples of those very small crumbs (e.g. "how do you concatenate two variables as a string?") and alter my script from there.
Gemini likes to piss on ChatGPT's script outputs. It's hilarious to use a script with a small mistake in it as input, ask Gemini to fix it and see Gemini rewrite 70% of it, totally miss the mistake and introduce another.

At any rate, LLMs have a LOT to learn until they become passable at replacing even a relatively bad human being.

Comment Re:Because Money (Score 5, Interesting) 108

I dabble in home-made Generative AI, mainly Stable Diffusion. Emphasis on fantasy/sci-fi fusion images (animals, military vehicles, spaceships, Steampunk, Cyberpunk, etc.)
It's become increasingly difficult to avoid free models which contain NSFW stuff. You stumble upon them everywhere.
I found myself having to add more and more negative prompts to make sure images don't contain scantily-clad (or outright naked) females.
They're that pervasive.

So, no, not difficult at all to find and generate.

OpenAI are reading the writing on the wall and try to stay ahead of the wave. If not, lesser-prude entities will make money hand over fist out of AI pr0n.

Slashdot Top Deals

What hath Bob wrought?

Working...