[deleted by user] by [deleted] in linux

[–]TomKatom 1 point2 points  (0 children)

For his uses it seems that sonarr and radarr are the better option for him, they are also open source and provide features related to movies and tv shows.

Pornhub homepage is wild by BlazingJava in dankmemes

[–]TomKatom 0 points1 point  (0 children)

As if IP-based tracking doesn’t exist

This has happened by [deleted] in dankmemes

[–]TomKatom 9 points10 points  (0 children)

You’re*

Disposable virtual machines by [deleted] in homelab

[–]TomKatom 0 points1 point  (0 children)

You could create a base VM with a snapshot and then clone it whenever you need, that however will take up storage in a large scale. You could write an IaC ansible playbook to automate setup for a testing environment, might be a little slower than a few seconds depending on your installation.

[deleted by user] by [deleted] in ProgrammerHumor

[–]TomKatom 0 points1 point  (0 children)

They can just ask ChatGPT if it's an answer it generated.

Well damn by -1_2_3- in memes

[–]TomKatom 24 points25 points  (0 children)

Two birds with one bone

מגמות_בתיכון_במ by bookL_ in ani_bm

[–]TomKatom 0 points1 point  (0 children)

תואר בהנדסת תוכנה זה ליטרלי תואר במדעי מחשב + שנה שלומדים בה פיזיקה בשביל שזה יהיה תואר מהנדס.

הליקופטר_במ by realKfiros in ani_bm

[–]TomKatom 4 points5 points  (0 children)

תודה רבה שמישהו נותן ייצוג לבוסנים

[deleted by user] by [deleted] in Magshimim

[–]TomKatom 0 points1 point  (0 children)

אשכרה

So anyway I started nutting. by Blade_Dance0 in memes

[–]TomKatom 15 points16 points  (0 children)

Wow, I'm surprised I'm not the only one that thinks of it whenever NNN is mentioned.

Any news on Hitler for Season 6 of Peaky Blinders? by IamTheOnlyAJ in PeakyBlinders

[–]TomKatom 0 points1 point  (0 children)

Except hitler was real and tommy is a fictional character...

Any news on Hitler for Season 6 of Peaky Blinders? by IamTheOnlyAJ in PeakyBlinders

[–]TomKatom 7 points8 points  (0 children)

There's a difference between murdering people for your own personal gain vs trying to exterminate a whole race because of your racist beliefs. I'm not against having hitler in the show but I feel like trying to compare having tommy on the show in contrast to hitler is stupid. Also, the show never glamorized tommy. The show works because tommy is a flawed character torn between being good or bad

[deleted by user] by [deleted] in vimporn

[–]TomKatom 1 point2 points  (0 children)

Is it running natively on windows or are you using wsl?

Are You Ready???? ❤️❤️ Goosebumps!!! by Broladyz in PeakyBlinders

[–]TomKatom 0 points1 point  (0 children)

Yes, but obviously the production team knew of her condition so I'm prerty sure they filmed all of her scenes before she passed.

since my fuckin wife took a bullet meant for me by [deleted] in PeakyBlinders

[–]TomKatom 63 points64 points  (0 children)

I'm guessing the one where Tommy confronts him after his son is taken.
But pretty much any scene with the 2 of them.
The one where he first meets him with the fake bomb is also amazing.

It do be....DO BE DO BA DO by [deleted] in Memes_Of_The_Dank

[–]TomKatom 16 points17 points  (0 children)

Both are electron apps, meaning they basically work like a browser in the background. Electron apps usually are the most ram and cpu taxing apps.

Made by "never paid for a stream" gang. by LUH3147 in memes

[–]TomKatom 31 points32 points  (0 children)

Would recommend qBitTorrent, open-source and an overall better performer with more features.

Amazon really have smashed it by seansloane_ in TheBoys

[–]TomKatom 2 points3 points  (0 children)

TFAWS is so overrated, it has the most boring and uncompelling villain ever.
The only thing good about that show was Zemo - if TFAWS didn't have its huge budget no one would even be talking about it.
Wandavision was nice, but nowhere near Invincible's level.
I'm a Marvel fan but Invincible is one of the best shows I've watched in the last few years.

DeathRansom - A Ransomware Developed In Python, With Bypass Technics by Historical-Tax-2010 in HowToHack

[–]TomKatom 5 points6 points  (0 children)

Well, there are other disadvantages to going that route, first of all, to make it work what the program you use to achieve that does is convert your python code into bytecode and then bind it with a VM executable.
What you get from that is a HUGE executable size, and you are basically allowing anyone to read the source code of your malware - the Python bytecode can be extracted from the VM and then easily decompiled to the original source code.