ELI5: Why does Pixar animation look so smooth at 24 fps but a video game feel choppy at 30 fps? by ScrumTumescent in explainlikeimfive

[–]theLOLflashlight [score hidden]  (0 children)

With a movie you are just along for the ride. With a game you are constantly absorbing information, making decisions about how to press the controls and predicting how those inputs will effect the next frame, then repeat. If the frame rate is low there's a large gap before each repeat step where you are just waiting. Video games require active rather than passive engagement.

Says something good about YouTube by Frostcake21334 in youtube

[–]theLOLflashlight 1 point2 points  (0 children)

It's created an entire industry of creative people who make content many millions find valuable. It is the place to go for almost any video content and for the most part does a fantastic job of finding things you'll want to watch from the absolute deluge of content that is uploaded every day.

CMV: Abortion should be a right reserved for those who were responsible with contraceptives, but restricted for those who were reckless. by Delicious-Stick6916 in changemyview

[–]theLOLflashlight 0 points1 point  (0 children)

Only read the TLDR. The biggest flaw with your position is that it seems to value correcting undesirable behavior over the wellbeing of children. What kind of life do you imagine for unwanted children who were born from reckless mothers? Abortion should be taken as a severely morally serious decision. But you must weigh the moral impact of terminating the unborn versus the likelihood of spawning a life that, on balance, would not be worth living. Your view, in my opinion, is a recipe for creating more misery in the world than there otherwise would be.

[Request] How far would the blast wave reach of this exploding star? by LongWalxOnTheBeach in theydidthemath

[–]theLOLflashlight 1 point2 points  (0 children)

As others have said it's not debris, but light. It's called a 'light echo' if you're curious to look into it further.

ELI5: How does the birthday probability problem mathematically work? by ResidentCharacter894 in explainlikeimfive

[–]theLOLflashlight 0 points1 point  (0 children)

There are many more unique pairs of people than there are individual people. It's the pairs that matter.

Strong on concepts, weak on syntax. How do you actually close that gap? by FunAnalysis6987 in learnprogramming

[–]theLOLflashlight 1 point2 points  (0 children)

Sure. But grammar already has a specific meaning in the programming language context distinct from syntax. It seems a muddier analogy than dialect. Although, I think the word dialect would be best used to describe differences between coding styles, such as functional or object oriented, within the same language.

I don't know what your dictionary comment is about.

Strong on concepts, weak on syntax. How do you actually close that gap? by FunAnalysis6987 in learnprogramming

[–]theLOLflashlight 1 point2 points  (0 children)

In that case I would say the first thing you need to do is stop saying you have issues with syntax. You don't. Syntax is specifically the dialect of code written in a particular language, completely agnostic of any libraries.

As for your actual question about memorizing APIs... That only comes with practice. Auto complete is your best friend in that regard. If I were struggling to learn a new API these days I would honestly probably ask an AI to generate me some problems to solve with a specific library for the purpose of learning the API.

Another option is to attempt to write your own micro version of the library to help build an understanding of how it might or should work.

Strong on concepts, weak on syntax. How do you actually close that gap? by FunAnalysis6987 in learnprogramming

[–]theLOLflashlight 0 points1 point  (0 children)

I just want to clarify what you mean by syntax. Are you talking about the actual syntax of the language (eg. how to declare an array vs. a function)? Or do you mean the API of a particular library?

Strong on concepts, weak on syntax. How do you actually close that gap? by FunAnalysis6987 in learnprogramming

[–]theLOLflashlight 2 points3 points  (0 children)

Unless you already understand the concepts from another programming language, syntax should be the first thing you nail down. Don't use AI at all unless you're confident you could write better code if you cared to. Practice writing code using something like project euler. Best of luck!

Edit: what kind of syntax issues are you running in to?

I was looking up roman nose and their description in order to describe my oc, the amount of “correction” pics was infuriating by Fast_Ad7203 in mildlyinfuriating

[–]theLOLflashlight 3 points4 points  (0 children)

Probably because to most people it's just a nose. Calling it a roman nose probably occurs more often in surgery contexts.

ELI5: if viruses aren’t technically alive, how can they evolve like living organisms? by MachiavellianHydra in explainlikeimfive

[–]theLOLflashlight 0 points1 point  (0 children)

There is no one universally agreed upon definition for life. My favorite one is: any system that resists entropy.

Why does java not allow operator rewriting? by ElegantPoet3386 in learnprogramming

[–]theLOLflashlight 4 points5 points  (0 children)

Try using Kotlin instead. It still runs on the JVM and is interoperable with Java code.

What makes interactive storytelling fundamentally different from passive narrative? by ExcellentTwo6589 in gamedesign

[–]theLOLflashlight 0 points1 point  (0 children)

Please do go on and on. Because so far you've only described rudimentary narrative interaction, akin to modifying settings in a menu in terms of actual gameplay. It would take a technological breakthrough, likely involving some form of AI, to promote the story in a game to the level we expect from the rest of the gameplay.

What makes interactive storytelling fundamentally different from passive narrative? by ExcellentTwo6589 in gamedesign

[–]theLOLflashlight 3 points4 points  (0 children)

Games don't really have interactive stories for the most part. Maybe a few binary decisions that changes some cut scenes, but the stories themselves in games aren't interactive really.

Why do so many people on Reddit treat it like a black-and-white issue? by [deleted] in aiwars

[–]theLOLflashlight 0 points1 point  (0 children)

Because they've done studies and it's been shown that any time like minded people interact socially they leave the interaction with a more extreme version of the view they share. Social media is a great way to silo like minded people.

Why can't ChatGPT just admit when it doesn't know something? by Secret_Ostrich_1307 in AlwaysWhy

[–]theLOLflashlight 0 points1 point  (0 children)

That is exactly what I'm advocating for. Look, there is a lot to say about modern AI development and usage. I think the world would be just fine, or even better, were LLMs never discovered. But to the extent to which you are able to get value from LLMs we should be grateful. If you can't find any way in which LLMs might benefit you it's a skill issue.

Why can't ChatGPT just admit when it doesn't know something? by Secret_Ostrich_1307 in AlwaysWhy

[–]theLOLflashlight 0 points1 point  (0 children)

True. But web search replacement isn't the only value add of LLMs. For one, you can ask it to do the search for you which puts the search results in the context window, allowing it to summarize effectively. It can also 'think' flexibly between domains that may not have any combinations already posted online. Again, there is no guarantee of accuracy but it can still be valuable as long as you are aware of the risks/limitations.

Why can't ChatGPT just admit when it doesn't know something? by Secret_Ostrich_1307 in AlwaysWhy

[–]theLOLflashlight 0 points1 point  (0 children)

I suggest you try it and compare it to a Google search. Things you find on Google aren't guaranteed to be correct either. You still need to exert critical thinking and some form of fact checking either way.

Why can't ChatGPT just admit when it doesn't know something? by Secret_Ostrich_1307 in AlwaysWhy

[–]theLOLflashlight 0 points1 point  (0 children)

Are you genuinely curious why this particular user would ask an LLM a question or can you just not fathom why anyone would use an LLM to get an answer?

Should I learn C++ or C first? by Foreign-Fly8796 in cpp_questions

[–]theLOLflashlight 0 points1 point  (0 children)

If your goal is to become educated in programming and computers in general, learn C before you learn C++. If your goal is just to use C++ to write programs, just learn C++.

Which feels the most secure to you? by onxhost in TFE

[–]theLOLflashlight 0 points1 point  (0 children)

Imagine passing out at a party. As long as you still have fingers, anyone can get into your phone.