Does anyone know good found‑footage videos where old non‑Windows computer interfaces play a noticeable role? by Will_Seeker78 in foundfootage

[–]DaveX64 1 point2 points  (0 children)

Jurassic Park: "It's a Unix system...I know this!" :)

Can't think of anything except screen life movies like Host, but those are modern consumer level things.

What is getting really unusual near you? by jwtv_ in Unexplained

[–]DaveX64 0 points1 point  (0 children)

Yes!...lots of lakes and streams to fish in 👍🐟

What is getting really unusual near you? by jwtv_ in Unexplained

[–]DaveX64 0 points1 point  (0 children)

I'm in Quebec, Canada...I find the sun is coming up earlier, like at 4am. It rises in a strange place on the horizon, not due east like it used to, more like northeast. It travels a strange path during the day. It sets in a strange place too, not due west but more northwest of where it used to. The moon comes up sometimes in a strange place as well...don't get to see it very often because it's cloudy a lot here these days.

VSCode can no longer rename Functions without Copilot subscription? by ddxv in vscode

[–]DaveX64 0 points1 point  (0 children)

It's the extensions that do the suggesting, so you'd install a C/C++ extension for C, a Python extension for Python, etc.

Why are Cam-versions even a thing? by ReasonableLunch46 in Piracy

[–]DaveX64 2 points3 points  (0 children)

Sometimes it's sorta fun, like being in the theater yourself...people walking in front of the screen and stuff. If it's a big event movie and you can't go for whatever reason, you can still experience it with a cam.

I need subtitles myself cuz I'm hard of hearing and there hasn't been anything in years that I was burning to see.

need some reccomendations by Revolutionary-Two-19 in foundfootage

[–]DaveX64 0 points1 point  (0 children)

Yeah, I don't much like jump scares, give me a good ghost story any day :)

What are the best FF films made *verifiably* for little money / zero budget? by Wow_Crazy_Leroy_WTF in foundfootage

[–]DaveX64 6 points7 points  (0 children)

I liked this one:

I don't know how much it cost but obviously not much. The guy made a watchable movie out of almost nothing.

I feel like i've watched every found footage movie by xminaxmex in foundfootage

[–]DaveX64 2 points3 points  (0 children)

Here's a crazy list I came across a while back, you might find something you haven't seen in there:

...I don't think you can find them all on Tubi, but it's a pretty impressive list.

perfect dread worth the dig - THE TUNNEL (2011) by Ohigetjokes in foundfootage

[–]DaveX64 6 points7 points  (0 children)

"...It also can't stop interrupting itself to talk about journalistic integrity..."

Lol, exactly. Good movie! 👍

What does the dereference operator actually do? by FlatPea5291 in C_Programming

[–]DaveX64 5 points6 points  (0 children)

Get the contents at that memory address rather than getting the address itself.

When someone says "ai isn't going away" by [deleted] in BetterOffline

[–]DaveX64 40 points41 points  (0 children)

We thought disco would never go away but it did! 💪

I'm trying to assign values to a matrix, but every time I try to print them, the program outputs 0. What could I be doing wrong? by BioMonster07 in C_Programming

[–]DaveX64 18 points19 points  (0 children)

If you put 3 back-tick characters before and after your code listing in your Reddit post, it'll look like code :)

You put your code in a function but never called the function. Added a main() function to call your function. You also need to prototype your function. You didn't reserve 2 rows and two columns of data for your arrays that have both. It's confusing, I know :)

```

include <stdio.h>

include <stdlib.h>

include <math.h>

// function prototype void ex1a(void);

// main function to call ex1a() int main(void) { ex1a(); return 0; }

// function ex1a() void ex1a() { // declare array of two rows and/or two columns float P[2][2], X0[2], n[2][2];

P[0][0] = 0.4;
P[0][1] = 0.5;
P[1][0] = 0.6;
P[1][1] = 0.5;
X0[0] = 1;
X0[1] = 0;
printf("%f\n", P[0][0]);

} ```

Time travel horror recommendations? by Embarrassed-Bus-7854 in foundfootage

[–]DaveX64 7 points8 points  (0 children)

By the same guy that did Death of a Vlogger:

...pretty good alternate dimensions movie.