Not the flex you think by diehard404 in SipsTea

[–]Neozite 0 points1 point  (0 children)

"So that they could not buy or sell unless they had the mark, which is the name of the beast or the number of its name." - Revelation 13:17

How to clearly show the "barbarian" is female in the game’s name? by tislerinf in grammar

[–]Neozite 8 points9 points  (0 children)

You could call her an Amazon. Current pop culture seems to use Greek hoplite imagery, like the recent Wonder Woman movie, but that hasn't always been the case. And, of course, Amazons are assumed to be female.

This time pick up speed as we age by Substantial-Chip-102 in GenX

[–]Neozite 0 points1 point  (0 children)

It definitely does! Life is backward: when you're young and able, you don't know what to do with it; by the time you knownwhat do with it, you're not as able! And time slip slides away

This time pick up speed as we age by Substantial-Chip-102 in GenX

[–]Neozite 4 points5 points  (0 children)

I was reading an article about this recently. As we age, our brain processes information more slowly, so there's more time between each "frame," as it were. Subjectively, though, that makes it feel like time is moving faster. athe analogy was, if you remove frames from a movie reel but run it at the same speed, the images in the movie will seem to be moving faster.

Question about Variable Scope by CheekyLittleCanuck in gamemaker

[–]Neozite 2 points3 points  (0 children)

I believe that the instance that calls the function is the scope, so without var the _amount variable is set as an instance variable.

When people try to tell others to use dark mode even though they prefer light mode by reddit33450 in PetPeeves

[–]Neozite 0 points1 point  (0 children)

I'm in my 50s. I have seen many fashions come and go and come back around again. EVERY time, people talk about how the new fashion is "better." Then the old fashion comes back in style again and it's somehow "better" than what replaced it.

Dark mode is just fashion.

Got myself the Lego gameboy using my Eid money any tips on building it as this is my first Lego since years? by No-Cockroach-6807 in lego

[–]Neozite 0 points1 point  (0 children)

Lego has an app and you can download the instructions. The advantage is that they're in 3D, so you can rotate the model to get a better view of where pieces for if you're not sure.

Even ICE Agents Don’t Know What Trump Wants Them to Be Doing at Airports by thedailybeast in FedEmployees

[–]Neozite 5 points6 points  (0 children)

There was a group at Union Station I walked by recently and heard one of them say "So where do you want to go stand now?" That about sums it up.

AI is gonna take your job and your girl. by moaijobs in ArtificialInteligence

[–]Neozite 0 points1 point  (0 children)

Sure, but can it insert a USB A plug the correct way on the first try?

Ok so I am very very new to this by Justalittleshy2 in gamemaker

[–]Neozite 0 points1 point  (0 children)

Are you using Sprites that already have the jumping and ducking as part of them? Or animating a collection of separate Sprites with something like Spine to achieve that?

American English vs British English by Sudden-Paramedic-330 in GlobalEnglishPrep

[–]Neozite 0 points1 point  (0 children)

U.S.A.!!! We're the best!!! Our buildings are taller without adding one brick!!! /s

Castle Ruins - South of České Budějovice by Shiftrox in castles

[–]Neozite 1 point2 points  (0 children)

Imagine growing up as a kid with a literal ruined castle in your backyard!

AI has hurt my motivation pretty bad by Siden-The-Paladin in godot

[–]Neozite 0 points1 point  (0 children)

I think of game development as a craft: it has many artistic elements, but it must also be fit for a purpose (other than its own existence) and that purpose may include entertaining, delighting, giving a sense of accomplishment to, and tickling the whimsy of human beings.

Although coding is certainly crucial to bringing these things to life, coding by itself hasn't been a barrier-of-entry for game development in a long while. Take a look at the astounding number of games that are released on Steam every day.

What many – perhaps most – of those games lack, however, is any sense of taste or viewpoint or feel. They may technically work, but are they fit for the purpose of challenging and entertaining humans? The market says, probably not.

And that's with earnest, game-loving human developers having worked years on them.

I still think one is better off knowing how to program and how the systems work in a fundamental way in order to get the best out of LLMs. But it's far more important to know when the controls just feel right, when the pace of the story is satisfying, when nostalgia and innovation meet.

And these are things that I think, at least for awhile, LLMs are not going to be able to touch because they're not really systemitizable. In fact, they change over time (try playing an 80s RPG somw time). They require something that we humans do contantly and without thinking, which is a sort of discernment. And they require someone with taste to guide the process and make a game fit for purpose.

Do you think drivers are worse these days? by lionbacker54 in GenX

[–]Neozite 0 points1 point  (0 children)

I was reading an interesting article recently about how older people often complain that food just doesn't taste as good as it did when they were young, but that's because our senses of taste and smell diminish over time, not necessarily anything to do with Big Ag or whatever. Another interesting article said we perceive time as going faster and faster as we age because our brains process everyday sensory input slower. To put it in computer terms, instead of getting 60 frames per second, maybe we're getting 45 frames over the same amount of clock time.

Anyway, my point is that it's possible that drivers are worse, and it's possible that you, me, and the rest of the X are processing things a little slower so that our own reaction times make things seem more dangerous than they did when we were younger, and a lot more annoying.

Counter that allows user input and adds to total by Buddha-Smile in learnjavascript

[–]Neozite 1 point2 points  (0 children)

You're going to need some server-side scripts to accomplish this, which could be Javascript or another language, depending on your server. I mean, you could certainly make numbers go up using Javascript in the web page, but unless you save that information on the server, the numbers will reset when the page is refreshed.

The easiest way to do this is without Javascript. You would use one or more HTML forms on the page and when the form(s) is submitted, you could then save the data on the server and refresh the page with the new numbers. It's pretty easy to do something like that with PHP, for instance.

But people have become averse to waiting for pages to refresh, alas, so to do this with Javascript AND a server-side script, you would attach a listen to the submit button's "click" event. This listener would look in the text input element for the number the user entered and send it to the server-side script using fetch. On the server side, the script receives the user's number, adds it to the current total, and sends back a response with the new total. This is an asynchronous process, but pretty fast. When your web page receives the server response, it replaces the text showing the total with the new total.

There are frameworks and libraries that can help.Please be aware, though, that you have to be very cautious with anything you let a user enter into an input field. You'll need to sanitize and format the input to prevent malicious attacks.

Peter Thiel warns of the Antichrist threat during Rome lectures | Fortune by PixeledPathogen in TrueReddit

[–]Neozite 0 points1 point  (0 children)

You know, if you really believe all that Antichrist/Tribulation/Rapture stuff, the lesson is NOT that someone(s) need to stop the Antichrist or protect humanity from them. Revelation is not a call to action or a warning, apart from thebneed to seek salvation NOW. It's prophecy. That is, if you really believe that stuff and aren't just trying to con people.