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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
<!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">
<script defer data-domain="ben.sanders.life" src="https://plausible.io/js/script.js"></script>
</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>Apple WWDC 2018</h1>
<p class="meta">Benjamin Sanders | 04 June 2018 | apple,wwdc,2018</p>
<p><img src="/assets/images/wwdc-2018-evento-san-jose.png" alt="" /></p>
<p>It’s that time again for another Apple WWDC and I’m going to attempt to live blog the event here. You will need to refresh the page though since I’m using Jekyll but hey it’s something to try. Please bear with me here.</p>
<p>Giving some Windows XP vibes with that wallpaper but a dark mode is always nice.</p>
<p><img src="/assets/images/apple-wwdc-macos-dark-mode-1.jpeg" alt="" /></p>
<p>Finally being able to open links on Apple Watch, for a quick preview at least.</p>
<p><img src="/assets/images/apple-wwdc-links-watchos.png" alt="" /></p>
<p>That’s a cool feature. I can see that being nice for some quick communication.</p>
<p><img src="/assets/images/apple-wwdc-walkie-talkie.png" alt="" /></p>
<p>Automatic workouts will be nice so that I can know what it counts as working out.</p>
<p><img src="/assets/images/apple-wwdc-automatic-work-watchos.png" alt="" /></p>
<p>Some new stuff for those who are competitive in WatchOS 5. That’s a nice feature to keep everyone active.</p>
<p><img src="/assets/images/apple-wwdc-group-facetime.png" alt="" /></p>
<p>Group Facetime up to 32 people! That’s is so cool and a nice addition to messages.</p>
<p><img src="/assets/images/apple-ipad-update.png" alt="" /></p>
<p><img src="/assets/images/apple-wwdc-ar.png" alt="" /></p>
<p>That’s pretty cool with their focus on AR. Can’t wait to get a chance to play with it myself.</p>
<p><img src="/assets/images/apple-wwdc-siri-refinements.jpeg" alt="" /></p>
<p>That’s interesting some siri shortcuts in search. That will be very helpful!</p>
<p><img src="/assets/images/apple-wwdc-dnd-update.png" alt="" /></p>
<p>Nice that they are giving some love to DND. Which is a must needed thing.</p>
<p><img src="/assets/images/apple-wwdc-group-notifications.png" alt="" /></p>
<p>That’s a nice feature. Group notifications!</p>
<p><img src="/assets/images/apple-wwdc-memoji.jpeg" alt="" /></p>
<p>That’s cool and will probably be the killer of bitmoji. Maybe the last nail in the coffin for Snapchat?</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>
<!-- Default Statcounter code for My Personal Website https://ben.sanders.life/
-->
<script type="text/javascript">
var sc_project=13339537;
var sc_invisible=1;
var sc_security="af47feaa";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js" async></script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="https://statcounter.com/" target="_blank"><img class="statcounter"
src="https://c.statcounter.com/13339537/0/af47feaa/1/" alt="Web Analytics"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
<a href="https://statcounter.com/p13339537/?guest=1">View My Stats</a>
</body>
</html>
|