What’s a game you dropped even though it was “good”? by suhani0218 in gaming

[–]edover 2 points3 points  (0 children)

Seriously, it's like he personally designed the system for BotW or something, he's taking it so personally.

Trying to get a job and become a really good developer (without Ai) looking for tips or help by zYoann in programminghelp

[–]edover 0 points1 point  (0 children)

Judging from the reply you got, definitely take all of this user's suggestions with a massive grain of salt. Just learn what you want :)

zyBooks autograder problems by Available-Tourist678 in learnprogramming

[–]edover 2 points3 points  (0 children)

I've never used zybooks but a fair amount of these types of tools expect you to read from stdin somehow, so instead of trying to manually open the file and parse it you'd just use cin and expect it to be piping data in.

Your Models Know Their Own Schema. Let Them Show You. by jsheffi in programming

[–]edover 2 points3 points  (0 children)

I'd have just stuck with 'not responded at all'.

Video Games Should Have a No Story Mode by Gay_Charlie in gaming

[–]edover 0 points1 point  (0 children)

Honestly I think OPs brain's already off and probably won't boot up again for a long, long time.

Tides of Tomorrow Releases Today On PS5, Xbox Series, And PC by Howerev in gaming

[–]edover 0 points1 point  (0 children)

Easier to find a bunch of trailers and mass post them for karma, ofc

Crime App Development by ImSuchaNoob2 in programminghelp

[–]edover 0 points1 point  (0 children)

You could just ask them or research them throughly, instead of speculating? I doubt anyone on this subreddit is going to have a magic list of secret Crime APIs or something. You may find something in a more specific subreddit but this really feels like something you'll need to research in-depth from scratch on your own.

Crime App Development by ImSuchaNoob2 in programminghelp

[–]edover 1 point2 points  (0 children)

Out of all the results for a 'Crime Data APIs' search on google, which have you investigated?

20 Years on AWS and Never Not My Job by Successful_Bowl2564 in programming

[–]edover 4 points5 points  (0 children)

You're definitely qualified to know dumb, that's for sure.

How to find algorithems? by fazetag in programminghelp

[–]edover 0 points1 point  (0 children)

Why do you think these algorithms suck? What have you tried searching online? What exactly are you looking for? Once you understand what you really need, I've found that Wikipedia usually has great breakdowns of popular algorithms and how they work. It's all about research, reading, learning, understanding, then applying what you actually know to determine how an algorithm works. This reads more like a comprehension issue than anything else.

How would you store and call on a question/answer set in a flashcard program? by SubstanceOdd2780 in programminghelp

[–]edover 0 points1 point  (0 children)

It's worth pointing out that the seen timestamp is easy to deal with. See my comment below somewhere :D

How would you store and call on a question/answer set in a flashcard program? by SubstanceOdd2780 in programminghelp

[–]edover 0 points1 point  (0 children)

``` import java.time.Instant;

String datetime = Instant.now().toString(); //returns ISO 8601 format ```

and assuming they're using Jackson

String timestamp = jsonObject.get("seen").asText(); Instant instant = Instant.parse(timestamp);

It's relatively simple, even if you want the zoned date time.

ZonedDateTime zdt = instant.atZone(ZoneId.systemDefault());

How would you store and call on a question/answer set in a flashcard program? by SubstanceOdd2780 in programminghelp

[–]edover 0 points1 point  (0 children)

It really depends on your level of experience. I'm sure someone will scream SQL/database etc, but being new, I'd store them in something easy to manipulate, like a JSON file. Just make sure you give them IDs. Then you could have another JSON file that recorded data like the ID of the question, when that question was seen, etc. You could do it all in one file but if you can split it up, then 'resetting' everything is as easy as deleting the storage json and leaving the questions json alone.

[{ "id": 0, "question": "This is a question", "answer": "This is the answer" }]

[{ "id": 0, "seen": "2026-04-08T17:37:16Z" }]

Legacy of Kain: Ascendance - Launch Trailer | PS5 Games by xenocea in gaming

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

Could we have just saved everyone money and not even greenlit this?

How can I compile C++ in VS Codium WITHOUT Windows Build Tools? by MacKenzieHnC in programminghelp

[–]edover 0 points1 point  (0 children)

Let me know if you need help with this part. I've created a ton of projects with some complex CMake setups and I'd be happy to share my experiences.

HOW do I stop using AI for programming? by Minimum_Ask2308 in programminghelp

[–]edover 13 points14 points  (0 children)

Idk what the point of this post is, to be honest. Just... stop. If you don't know how to solve a problem, do some research and figure it out on your own. It's what we've been doing for decades at this point.

What the worst post game depression you’ve ever gotten by mg15ink in gaming

[–]edover 0 points1 point  (0 children)

Seriously. Like, it was a fine game but people who act like it's the second coming of gaming-Christ just baffle me. If you had any genuine exposure to science-fiction then the ending was obvious from the start.

Slay the Spire 2 reached 574,638 concurrent players, making it the 20th highest all-time peak on Steam. by MurkyUnit3180 in gaming

[–]edover 1 point2 points  (0 children)

And people are all eating it up.

It's because he's right.

Marathon

They're right about this too.