one thing in Swordfish that bothered me was the scene where Jackman is forced at gunpoint to let a woman give him oral sex while he tries to hack into the defense department. 1

the oral sex is presented as distracting; it's a kind of sexy joke. but it's actually rape, is the thing. nonconsensual sex at gunpoint is rape.
which, the film doesn't realize at all because guys are supposed to always be willing to get oral sex from a sexy woman. even if he keeps saying no. even if he has to be forced into it at gunpoint.
there are plenty of really dicey things about the film (you're supposed to cheer at the end because the bad guy is using his billions to kill POC who you're told are terrorists.)
I feel like there's at least some limited awareness that there is some moral ambiguity in a lot of those instances. but there's absolutely no sense that Jackman has been raped or might be traumatized by being raped.
it really struck me wrong.
it's also part and parcel of the film's gratuitous and insistent misogyny (women used almost solely as decoration or victims.) the idea that sexual humiliation is funny or fine makes it hard to recognize rape, whether the victim is a woman or a man.
are there *any* movies that deal somewhat sensitively with a lead male character being raped?
in fact in Swordfish, after he's raped, like, a day later, another women without getting consent grabs his crotch, and he's okay with it which...seems like it strains credulity.
Shawshank Redemption has male rape scenes but I don't know that they're exactly thoughtful, and there's no mention of possible lingering trauma (at least not that I remember)

More from Society

You May Also Like

And here they are...

THE WINNERS OF THE 24 HOUR STARTUP CHALLENGE

Remember, this money is just fun. If you launched a product (or even attempted a launch) - you did something worth MUCH more than $1,000.

#24hrstartup

The winners 👇

#10

Lattes For Change - Skip a latte and save a life.

https://t.co/M75RAirZzs

@frantzfries built a platform where you can see how skipping your morning latte could do for the world.

A great product for a great cause.

Congrats Chris on winning $250!


#9

Instaland - Create amazing landing pages for your followers.

https://t.co/5KkveJTAsy

A team project! @bpmct and @BaileyPumfleet built a tool for social media influencers to create simple "swipe up" landing pages for followers.

Really impressive for 24 hours. Congrats!


#8

SayHenlo - Chat without distractions

https://t.co/og0B7gmkW6

Built by @DaltonEdwards, it's a platform for combatting conversation overload. This product was also coded exclusively from an iPad 😲

Dalton is a beast. I'm so excited he placed in the top 10.


#7

CoderStory - Learn to code from developers across the globe!

https://t.co/86Ay6nF4AY

Built by @jesswallaceuk, the project is focused on highlighting the experience of developers and people learning to code.

I wish this existed when I learned to code! Congrats on $250!!
Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.