1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO Meta Tags -->
<title>Ben Sanders – Network Administrator, Linux Enthusiast, Web Developer, and Technologist</title>
<meta name="description" content="Ben Sanders is a Linux enthusiast and web developer sharing projects, thoughts, and resources on technology, open source, and simple web hosting.">
<meta name="keywords" content="Ben Sanders, Linux, web development, open source, technologist, Sanders Technology, ben.sanders.life">
<meta name="author" content="Ben Sanders">
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Ben Sanders – Linux Nerd & Technologist">
<meta property="og:description" content="Explore the online presence of Ben Sanders – a Linux enthusiast and web developer sharing thoughts, projects, and resources.">
<meta property="og:url" content="https://ben.sanders.life">
<meta property="og:image" content="https://bsand.net/assets/me.jpeg">
<meta property="og:type" content="website">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Ben Sanders – Linux Nerd & Web Developer">
<meta name="twitter:description" content="Visit the personal site of Ben Sanders to explore tech, open source, and minimalist web design.">
<meta name="twitter:image" content="https://bsand.net/assets/me.jpeg">
<!-- UI and Theme -->
<meta name="theme-color" content="#b172bc">
<link rel="stylesheet" href="/main.css">
</head>
<body>
<div id="website-container">
<ul class="navigation">
<li><a href="/" title="home">~/</a></li>
<li><a href="/about" title="about me">~/about</a></li>
<li><a href="/resume" title="my resume">~/resume</a></li>
<li><a href="/blog" title="my blog">~/blog</a></li>
<li><a href="/resources" title="resources">~/resources</a></li>
</ul>
<h1>The Simes 4 Laundry Day</h1>
<p class="meta">Benjamin Sanders | 15 January 2018 | TS4,The-Sims-4</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/j8yTBEBpZts?si=w2qtGoxE1e0x6fC7" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>
<p>So, it’s finally here or at least tomorrow it will finally be here. The Sims 4 Laundry Day stuff pack. Perhaps the first stuff pack I can remember I have been excited about. I think the main reason I’m excited about this stuff pack is that it is the first time the community has voted on what the next stuff pack will be. Maybe if this pack ends up being a success it will lead them to work with the community in future TS4 content.</p>
<p>I’m a simmer, that’s one thing that is for sure. I’ve been playing The Sims franchise since my dad bought the first game for my mom. I can remember spending hours as a kid playing the game. It’s one of the main game franchises that shaped my childhood. Perhaps I’ll do a video or a blog post on games I played as a child in the future.</p>
<p>So, what are my thoughts on the actual stuff pack getting ready to come out?</p>
<p>I love it! The reason being that back when laundry was first introduced back in The Sims 3: Ambitions I loved watching my Sims do laundry. There’s just something about laundry, and seasons, that adds more realism to the game. It makes it easier for me to put myself in that world.</p>
<p>There’s also the trailer they made for the stuff pack which I can tell The Sims team was having fun. Although considering the topic of the stuff pack. I’m surprised they were able to make the trailer as exciting as it is.</p>
<p>I’m looking forward to putting another 300 hours into the game or, you know, something like that. I’ll emerge on the other side not knowing what’s going on in the real world. Perhaps even mainly speaking in Similish.</p>
<p>Let me know in the comments if you are looking forward to The Sims 4: Laundry Day Stuff! I look forward to your thoughts. You can follow me on twitter and YouTube as well as subscribe to my blog. Thanks for reading and have a great day. Happy Siming.</p>
</div>
<footer>
<small>Made with ❤️ in Helen, GA</small><br />
<small>© Ben Sanders, 2025</small>
</footer>
<!-- <script src="./index.js"></script> -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Ben Sanders",
"url": "https://ben.sanders.life",
"image": "https://bsand.net/assets/me.jpeg",
"sameAs": [
"https://github.com/bensanders",
"https://linkedin.com/in/benasanders",
"https://twitter.com/thebensanders"
],
"jobTitle": "Web Developer & Linux Enthusiast"
}
</script>
</body>
</html>
|