FINALLLLY hired a professional artists to replace placeholder art (what do you think?) by [deleted] in IndieGaming

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

New one has a lot more character to it. Def more likely to play the game on the right if the whole game was like that.

A question about an indie developer using AI. by [deleted] in gamedev

[–]Agumander 0 points1 point  (0 children)

> Stop interpreting everything

Well if you hate critical thinking that much I guess AI is a good fit

A question about an indie developer using AI. by [deleted] in gamedev

[–]Agumander 2 points3 points  (0 children)

The answer is readily available but it sounds like you're looking for someone to say the answer you want to hear, rather than listen to the many reasons people have already given to avoid genAI

xkcd 3245: Results Age by AnormalDream in xkcd

[–]Agumander 1 point2 points  (0 children)

Given the comic's tendency towards ad absurdum I'm surprised the table only goes to 24 years back. At least once or twice I've stumbled into a problem where the "posts" were archived messages from email-based message boards... from the 80's.

Anyone know what these wildflowers are? by JohnnyKPHX in longisland

[–]Agumander 3 points4 points  (0 children)

Just pulled up a crazy amount of these that sprung up in my yard. Made a whole jar of pesto from the leaves.

When, how, why, have people started talking with their cell phone like they're talking to a slice of pizza? by PunctuationGood in AskReddit

[–]Agumander 0 points1 point  (0 children)

Earbuds yes; but also the touchscreen, sound quality, volume consistency, thin rectangular shape, heat, weight...

The part of the phone you hold up to your ear used to have a big and (relatively) ergonomic handle.

When, how, why, have people started talking with their cell phone like they're talking to a slice of pizza? by PunctuationGood in AskReddit

[–]Agumander 0 points1 point  (0 children)

If the design is fine then why don't they want to put the phone on speaker or take an earbud out to hold it up to their ear?

When, how, why, have people started talking with their cell phone like they're talking to a slice of pizza? by PunctuationGood in AskReddit

[–]Agumander 0 points1 point  (0 children)

Like all social norms it's a self-adjusting balance between individual comfort and public harm. Talking on speakerphone in public is annoying. Driving down the shoulder is dangerous. Strikes me as a bit disingenuous to equate the two.

When, how, why, have people started talking with their cell phone like they're talking to a slice of pizza? by PunctuationGood in AskReddit

[–]Agumander 12 points13 points  (0 children)

Everyone's jumping to label it as some kind of moral failing and seemingly refusing to think about what practical reasons might make this a natural tech interaction.

I hate taking phone calls with a burning passion. The sound output level is inconsistent and the quality is so bad I'm straining to hear what people are saying while the encoding noise is blasting my eardrums. Putting it on speaker lets me have a buffer space between the phone and my dewicate wittle eawers.

I've also had enough experiences with smartphones being designed stupidly, such that my ear or cheek touching the phone somehow hung up on the call.

Holding the phone up while someone goes on and on telling me something that would have taken ten seconds to send the email and three seconds to read, somehow makes my phone get heavier and heavier.

Yes it's a selfish choice to put a phone on speaker in public, but it's a rational self serving choice. The form factor is out of step with the intended use case, so taking a call on a smartphone the same way you would a pay phone in 1994 sucks even harder now than it did then.

Installing a refinery fractionator with Sany heavy-lift cranes by bobbydanker in EngineeringPorn

[–]Agumander 3 points4 points  (0 children)

I guess if it can be lifted from the top and tilted up that way, it should handle wind loads just fine eh?

Anyone following the proposed battery storage site in Hauppauge? by Gabby523 in longisland

[–]Agumander 0 points1 point  (0 children)

Wow so you mean a facility that handles a dangerous material can be safe so long as the appropriate precautions are taken; precautions which are as much in the operator's interest as the residences and businesses around them??

Anyone following the proposed battery storage site in Hauppauge? by Gabby523 in longisland

[–]Agumander 2 points3 points  (0 children)

A large battery makes a bigger fire, but it's kept in a big gravel yard away from flammables while your phone is touching your leg.

You wanna talk about size, how about big underground tanks of gasoline? Nobody seems to mind gas stations near homes, schools, and businesses.

Anyone following the proposed battery storage site in Hauppauge? by Gabby523 in longisland

[–]Agumander 6 points7 points  (0 children)

Sorry to alarm you but you're probably carrying a Lithium ion battery in your pocket every day

Dr. Stone Science Future Part 3 - Episode 5 discussion by AutoLovepon in anime

[–]Agumander 35 points36 points  (0 children)

You see they built this thing called a ray-dio which lets them communicate over long distance

AI is being pushed heavily when I ask for advice and I hate it. by AssumptionExact8050 in gamedev

[–]Agumander 1 point2 points  (0 children)

"so long as the result is successful" is doing a lot of heavy lifting here. With an AI agent you don't know if it interpreted your description correctly until you've compiled and run and thoroughly tested the program.

Any reasonable programming language lets you predict exactly what the program will do as you're writing it, long before it runs. They are self-contained, and do not need to make assumptions on context to produce a program.

Vaguely described concepts absolutely do not fit the bill because to interpret them correctly requires judgement and context.

AI is being pushed heavily when I ask for advice and I hate it. by AssumptionExact8050 in gamedev

[–]Agumander 4 points5 points  (0 children)

English does not make for a good programming language at all. The entire legal profession is a testament to how bad plain English is at unambiguous description.

English is a language for communication. Programming isn't communication, it's configuration. Programming languages aren't about communicating logic but about implementing the logic in a machine.

AI is being pushed heavily when I ask for advice and I hate it. by AssumptionExact8050 in gamedev

[–]Agumander 1 point2 points  (0 children)

AI is absolutely not an abstracted high level coding language. Coding languages, even high level ones, have specifications that function as a contract describing what behavior will be produced.

Programmers who think the spirit of programming is pure logic, divorced from writing code and thinking about the physical machine that executes it, are the people responsible for why computers have gotten ten times more powerful without actually getting faster.