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
|
<!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>Working Online and Where To Start</h1>
<p class="meta">Benjamin Sanders | 24 April 2017 | working,online</p>
<p>Now I have tried many different opportunities for working from home to no avail. However, this one finally worked or at least is working for now. I mean we never know what could happen tomorrow but either way, I am loving the freedom the job provides.</p>
<p>It’s not easy money either, you still have to work for it. How it works is you claim projects, type out exactly what you hear the best you can and submit them. Most of the time the audio can be a bit tricky to hear but I think that’s the most rewarding part of it. I mean, imagine this, you are working on some audio and you finally are able to make out something. Would you feel a sense of satisfaction from that?</p>
<p>I am of course talking about working with Rev, the transcription company. Which so far has been a great work-from-home opportunity. As mentioned above it is not easy money but I can pick when and where I want to work. There is no set schedule and I get to work whenever I need money really.</p>
<p>There are a lot of ways to make money online though nowadays. You can set up an Etsy shop, you can sell your illustrations or maybe stream and people can donate to you. Though that last one is maybe more related if you have an already established brand and people feel they know you.</p>
<p>Working from home is essentially you running your own business. So, if you treat it like you’re a business owner that you are then find something that you love doing.</p>
<p>I would say the best way to make money online is to find something you would do for free and charge for it. The idea being that if it’s something you’d be doing for free you are probably good at it. At least good enough to garner some sort of eyeballs on it.</p>
<p>All this being said to leave off this post I would like to say I am planning on starting a podcast. I am not quite sure yet on the title but I have been wanting to do a podcast for a while. So keep an eye on my twitter for more information on it.</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>
|