Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 348.71 KB | None | 0 0
  1. {"db":[{"meta":{"exported_on":1495151224867,"version":"009"},"data":{"posts":[{"id":5,"uuid":"afb4e553-6d20-48a2-bdb8-cd42978d362b","title":"The most lightweight web browser","slug":"dillo-lightweight","markdown":"![Dillo Web Browser Screenshot](/content/images/2017/03/dilloscreenshot.jpg)\nIf you have a very old computer, you know the struggle of surfing the internet. You may of tried Firefox, Chrome or IE but found that none of those are fast enough for you. That's where Dillo steps in. Dillo is one of the worlds most lightweight graphical web browsers. To make it so lightweight, many features had to be removed. These features include Javascript, Flash, HTML5, and almost all of CSS. However, Dillo makes up for its low feature set in speed. In fact, Dillo is so lightweight that it is pre-installed on every version of Raspbian Linux to this day. Dillo is known on Windows as D+ Browser. D+ is only 1,304 KB in size and only uses 6 MB of RAM at idle. An alternative to Dillo, while less lightweight, is NetSurf. We will be making a post about NetSurf in the future.\n\nYou can download D+ Browser for windows [here](http://dplus-browser.sourceforge.net).\n\nYou can install Dillo on Debian or Ubuntu by typing `sudo apt-get install dillo`.","mobiledoc":null,"html":"<p><img src=\"/content/images/2017/03/dilloscreenshot.jpg\" alt=\"Dillo Web Browser Screenshot\" />\nIf you have a very old computer, you know the struggle of surfing the internet. You may of tried Firefox, Chrome or IE but found that none of those are fast enough for you. That's where Dillo steps in. Dillo is one of the worlds most lightweight graphical web browsers. To make it so lightweight, many features had to be removed. These features include Javascript, Flash, HTML5, and almost all of CSS. However, Dillo makes up for its low feature set in speed. In fact, Dillo is so lightweight that it is pre-installed on every version of Raspbian Linux to this day. Dillo is known on Windows as D+ Browser. D+ is only 1,304 KB in size and only uses 6 MB of RAM at idle. An alternative to Dillo, while less lightweight, is NetSurf. We will be making a post about NetSurf in the future.</p>\n\n<p>You can download D+ Browser for windows <a href=\"http://dplus-browser.sourceforge.net\">here</a>.</p>\n\n<p>You can install Dillo on Debian or Ubuntu by typing <code>sudo apt-get install dillo</code>.</p>","amp":null,"image":"/content/images/2017/03/dillobanner.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-03-14 02:15:52","created_by":1,"updated_at":"2017-03-17 17:07:00","updated_by":1,"published_at":"2017-03-14 02:18:25","published_by":1},{"id":6,"uuid":"23fa5212-8d2b-450d-bac9-15ca46899852","title":"The most lightweight web server","slug":"asmttpd-lightweight","markdown":"Many people think that lighttpd is the most lightweight weight web server. However, this is not the case at all. asmttpd is in fact the most light weight web server. It is only 7KB in size and only uses 520KB of RAM at idle. It is written 100% in assembly and requires no configuration. You can download it by going to https://github.com/nemasu/asmttpd.","mobiledoc":null,"html":"<p>Many people think that lighttpd is the most lightweight weight web server. However, this is not the case at all. asmttpd is in fact the most light weight web server. It is only 7KB in size and only uses 520KB of RAM at idle. It is written 100% in assembly and requires no configuration. You can download it by going to <a href=\"https://github.com/nemasu/asmttpd\">https://github.com/nemasu/asmttpd</a>.</p>","amp":null,"image":"/content/images/2017/03/webserverindexhtml.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-03-14 02:19:06","created_by":1,"updated_at":"2017-03-17 17:04:55","updated_by":1,"published_at":"2017-03-14 02:19:31","published_by":1},{"id":7,"uuid":"6a5b02a7-77e5-4494-9d58-017da389ee05","title":"How to make a instant web server in python","slug":"instant-python-web-server","markdown":"Sometimes you don't want to setup a web server like apache or nginx but you do need to use a webserver to test your project. Thankfully, python has a built in web server. It is very easy to start and you can just stop the server when you don't need it anymore.\n\n## Windows\n\n1. Open a Command Prompt\n Change your directory to the directory you want to server\n2. Type `python -m SimpleHTTPServer 8000`\n3. Open your browser and go to http://localhost:8000\n\n## Mac\n\n1. Open a Terminal\n2. Change your directory to the directory you want to server\n3. Type `python -m SimpleHTTPServer 8000`\n4. Open your browser and go to http://localhost:8000\n\n## Linux\n\n1. Open a Terminal\n2. Change your directory to the directory you want to server\n3. Type `python -m SimpleHTTPServer 8000`\n4. Open your browser and go to http://localhost:8000","mobiledoc":null,"html":"<p>Sometimes you don't want to setup a web server like apache or nginx but you do need to use a webserver to test your project. Thankfully, python has a built in web server. It is very easy to start and you can just stop the server when you don't need it anymore.</p>\n\n<h2 id=\"windows\">Windows</h2>\n\n<ol>\n<li>Open a Command Prompt <br />\nChange your directory to the directory you want to server</li>\n<li>Type <code>python -m SimpleHTTPServer 8000</code> </li>\n<li>Open your browser and go to <a href=\"http://localhost:8000\">http://localhost:8000</a></li>\n</ol>\n\n<h2 id=\"mac\">Mac</h2>\n\n<ol>\n<li>Open a Terminal </li>\n<li>Change your directory to the directory you want to server </li>\n<li>Type <code>python -m SimpleHTTPServer 8000</code> </li>\n<li>Open your browser and go to <a href=\"http://localhost:8000\">http://localhost:8000</a></li>\n</ol>\n\n<h2 id=\"linux\">Linux</h2>\n\n<ol>\n<li>Open a Terminal </li>\n<li>Change your directory to the directory you want to server </li>\n<li>Type <code>python -m SimpleHTTPServer 8000</code> </li>\n<li>Open your browser and go to <a href=\"http://localhost:8000\">http://localhost:8000</a></li>\n</ol>","amp":null,"image":"/content/images/2017/03/pythonbanner.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":"How to make a instant python web server","meta_description":null,"author_id":1,"created_at":"2017-03-14 02:19:56","created_by":1,"updated_at":"2017-03-17 17:24:31","updated_by":1,"published_at":"2017-03-14 02:21:45","published_by":1},{"id":8,"uuid":"92cf9212-2a40-4b1e-8a64-d52852194246","title":"Check out our Minecraft server","slug":"check-out-our-minecraft-server","markdown":"Check out the official Aclevo Minecraft server by going to aclevo.xyz in Minecraft. We have Survival, Creative, Mini games and our own special \"Pluginpack\" with FTB like features.\n\n**IP: aclevo.xyz**","mobiledoc":null,"html":"<p>Check out the official Aclevo Minecraft server by going to aclevo.xyz in Minecraft. We have Survival, Creative, Mini games and our own special \"Pluginpack\" with FTB like features.</p>\n\n<p><strong>IP: aclevo.xyz</strong></p>","amp":null,"image":null,"featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":"Aclevo Minecraft Server","meta_description":"Check out the official Aclevo Minecraft Server with over 30 pages of commands and over 20 plugins for you to play with!","author_id":1,"created_at":"2017-03-14 02:23:15","created_by":1,"updated_at":"2017-03-14 02:30:28","updated_by":1,"published_at":"2017-03-14 02:24:07","published_by":1},{"id":9,"uuid":"55a98c94-9b24-4b46-a159-eba5b10cb7a9","title":"Minecraft Roller Coaster Ride","slug":"minecraft-roller-coaster-ride","markdown":"Around two years ago, a server owner named ThePom360 asked me to make a video of me riding his Minecraft Roller Coaster. Due to the lack of content on my channel, I decided to take up the offer and load up my video recorder, **Open Broadcasting Software** (known as OBS). I then went on the shortest, but my first amazing virtual roller coaster ride, later to be uploaded to YouTube and shared with the world. I taught it would be an awesome idea to share it on the blog to see what you all think.\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/FbqYmqt0K04\" frameborder=\"0\" allowfullscreen></iframe> \n\n","mobiledoc":null,"html":"<p>Around two years ago, a server owner named ThePom360 asked me to make a video of me riding his Minecraft Roller Coaster. Due to the lack of content on my channel, I decided to take up the offer and load up my video recorder, <strong>Open Broadcasting Software</strong> (known as OBS). I then went on the shortest, but my first amazing virtual roller coaster ride, later to be uploaded to YouTube and shared with the world. I taught it would be an awesome idea to share it on the blog to see what you all think. </p>\n\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/FbqYmqt0K04\" frameborder=\"0\" allowfullscreen></iframe> ","amp":null,"image":null,"featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-03-14 02:33:54","created_by":2,"updated_at":"2017-03-14 02:49:44","updated_by":1,"published_at":"2017-03-14 02:48:41","published_by":1},{"id":10,"uuid":"63ecfecd-382b-4c19-b588-c72936b53227","title":"OS Review - OpenMandriva Lx (2016)","slug":"video-os-review-openmandriva-lx-2016","markdown":"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/AJ2HKciYCd8\" frameborder=\"0\" allowfullscreen></iframe>","mobiledoc":null,"html":"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/AJ2HKciYCd8\" frameborder=\"0\" allowfullscreen></iframe>","amp":null,"image":"/content/images/2017/03/openmandriva.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":"OpenMandriva Lx Review","meta_description":"Carver reviews OpenMandriva Lx from 2016!","author_id":1,"created_at":"2017-03-14 03:37:12","created_by":1,"updated_at":"2017-03-17 17:08:57","updated_by":1,"published_at":"2017-03-14 03:38:35","published_by":1},{"id":11,"uuid":"a9c68d5d-be80-484c-9dd1-73a135ed8933","title":"OS Review - Vector Linux (2016)","slug":"video-os-review-vector-linux-2016","markdown":"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/VTe-gqLoH_0\" frameborder=\"0\" allowfullscreen></iframe>","mobiledoc":null,"html":"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/VTe-gqLoH_0\" frameborder=\"0\" allowfullscreen></iframe>","amp":null,"image":"/content/images/2017/03/vectorlinux.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":"Carver reviews Vector Linux from 2016!","author_id":1,"created_at":"2017-03-14 03:41:18","created_by":1,"updated_at":"2017-03-17 17:10:07","updated_by":1,"published_at":"2017-03-14 03:42:55","published_by":1},{"id":12,"uuid":"349d928d-4d49-4288-b611-6a98c3eb3e40","title":"Arch Linux Review","slug":"arch-linux-review","markdown":"Arch is a Linux Distro for the more advanced users of Linux, it features a manual installation method using the official package manager called pacman, not to be confused with the little yellow ball we know and love.\n\nWhile it may be easy for advanced users to use, it can be found difficult for new users to figure out how to install it. This is because many new users don't understand partitioning, chroots, or even the command line.\n\nHowever, Arch Linux makes up for its complexity in its customizability. Arch Linux is a fully customizable Linux Distro with the most minimal installation being a basic kernel and shell. You can easily install new packages, such as the X Server and any flavor of Desktop Environment you desire with a simple console command.\n\nFrom what I see about Arch, I'd give it a 9.5/10 for being one of the best distros I've tried, despite it being one of the more difficult distros to install for a beginner. I was Lucky to have tried Gentoo first, as that one was even more difficult to get setup when I tried it. A review on that one coming soon.","mobiledoc":null,"html":"<p>Arch is a Linux Distro for the more advanced users of Linux, it features a manual installation method using the official package manager called pacman, not to be confused with the little yellow ball we know and love.</p>\n\n<p>While it may be easy for advanced users to use, it can be found difficult for new users to figure out how to install it. This is because many new users don't understand partitioning, chroots, or even the command line.</p>\n\n<p>However, Arch Linux makes up for its complexity in its customizability. Arch Linux is a fully customizable Linux Distro with the most minimal installation being a basic kernel and shell. You can easily install new packages, such as the X Server and any flavor of Desktop Environment you desire with a simple console command.</p>\n\n<p>From what I see about Arch, I'd give it a 9.5/10 for being one of the best distros I've tried, despite it being one of the more difficult distros to install for a beginner. I was Lucky to have tried Gentoo first, as that one was even more difficult to get setup when I tried it. A review on that one coming soon.</p>","amp":null,"image":"/content/images/2017/03/archlinux-logo-dark-1200dpi.b42bd35d5916.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":4,"created_at":"2017-03-14 14:54:07","created_by":4,"updated_at":"2017-03-15 02:38:52","updated_by":1,"published_at":"2017-03-14 15:12:34","published_by":4},{"id":13,"uuid":"1021a8c7-3be1-4b7d-b6e1-e18e661397bb","title":"Should you use Docker?","slug":"should-you-use-docker","markdown":"You may have heard of Docker or been told to use Docker. But what really is Docker? Many people say Docker is \"Virtual Machines on steroids\". However this is not accurate, Docker is more like chroots on steroids. With Docker you can put limits on memory and CPU usage like Virtual Machines, but the kernel and other Linux components are shared. One of the benefits of Docker containers is that each container is less memory and CPU intensive than Virtual Machines or a dedicated machine. Another advantage is that it is really easy to start containers. To create a nginx container that forwards port 80 you run the command `docker run nginx -p 80:80`. Speaking of port forwarding, docker has an easy to use port forwarding system. Docker also allows you to mount directories to directories. For example, running `docker run nginx -p 80:80 -v /usr/share/nginx/html:/srv/docker/nginx` starts an nginx server as before but mounts the html directory to `/srv/docker/html`. A disadvantage of Docker is that if you are running Linux then you only can run Linux containers and if you are running Windows then you only can run Windows containers. There are also issues with security. However, Docker is more secure than running each app without Docker. In conclusion, it depends on what you want to do. If you need simple apps like nginx, apache, owncloud or gitlab, use Docker. If you need full featured server apps like Windows Server, Xen, or multiple apps on one VM, then use a Hypervisor like Hyper-V, Xen or VMWare.","mobiledoc":null,"html":"<p>You may have heard of Docker or been told to use Docker. But what really is Docker? Many people say Docker is \"Virtual Machines on steroids\". However this is not accurate, Docker is more like chroots on steroids. With Docker you can put limits on memory and CPU usage like Virtual Machines, but the kernel and other Linux components are shared. One of the benefits of Docker containers is that each container is less memory and CPU intensive than Virtual Machines or a dedicated machine. Another advantage is that it is really easy to start containers. To create a nginx container that forwards port 80 you run the command <code>docker run nginx -p 80:80</code>. Speaking of port forwarding, docker has an easy to use port forwarding system. Docker also allows you to mount directories to directories. For example, running <code>docker run nginx -p 80:80 -v /usr/share/nginx/html:/srv/docker/nginx</code> starts an nginx server as before but mounts the html directory to <code>/srv/docker/html</code>. A disadvantage of Docker is that if you are running Linux then you only can run Linux containers and if you are running Windows then you only can run Windows containers. There are also issues with security. However, Docker is more secure than running each app without Docker. In conclusion, it depends on what you want to do. If you need simple apps like nginx, apache, owncloud or gitlab, use Docker. If you need full featured server apps like Windows Server, Xen, or multiple apps on one VM, then use a Hypervisor like Hyper-V, Xen or VMWare.</p>","amp":null,"image":"/content/images/2017/03/docker.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":"","author_id":1,"created_at":"2017-03-14 19:54:59","created_by":1,"updated_at":"2017-03-17 16:25:29","updated_by":1,"published_at":"2017-03-14 20:18:00","published_by":1},{"id":15,"uuid":"cd4b9079-396c-4281-8b5c-68aa9d20b2d6","title":"Pom's Drop Party: A Minecrafter's Dream","slug":"poms-drop-party-a-minecrafters-dream","markdown":"After finishing the Cool Roller Coaster Video which can be found in a previous post on this blog, Pom said he would be hosting another event. Enjoying my previous work featured on this blog, he offered me another chance to put my video editing skills to work. So I decided to get out my **handy dandy** virtual camera, and started recording Pom's Drop Party. A drop party is a Minecraft minigame where players try to collect the most items, preferably valuable ones, and they get to keep all of them. Below is a video capturing the insane moments of this fantastic minigame.\n\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/BmC6qEDVXPU\" frameborder=\"0\" allowfullscreen></iframe>","mobiledoc":null,"html":"<p>After finishing the Cool Roller Coaster Video which can be found in a previous post on this blog, Pom said he would be hosting another event. Enjoying my previous work featured on this blog, he offered me another chance to put my video editing skills to work. So I decided to get out my <strong>handy dandy</strong> virtual camera, and started recording Pom's Drop Party. A drop party is a Minecraft minigame where players try to collect the most items, preferably valuable ones, and they get to keep all of them. Below is a video capturing the insane moments of this fantastic minigame.</p>\n\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/BmC6qEDVXPU\" frameborder=\"0\" allowfullscreen></iframe>","amp":null,"image":"https://media-elerium.cursecdn.com/avatars/73/373/636163564081583448.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-03-15 02:10:06","created_by":2,"updated_at":"2017-03-15 02:27:54","updated_by":1,"published_at":"2017-03-15 02:21:07","published_by":2},{"id":17,"uuid":"c1caebdb-5b0f-4151-bf24-2757e9f06b87","title":"E-Mail Servers Suck","slug":"e-mail-servers-suck","markdown":"I have been trying to setup an email server for over 2 months now with Docker. However, every time I try to make one, it never works. I think I have gone through over 5 email servers and none have worked. This is very annoying and I wish email was as easy to set up as a web server is. Why do I even need a MX record anyways? I have the port forwarded. Setting up email servers is very annoying.","mobiledoc":null,"html":"<p>I have been trying to setup an email server for over 2 months now with Docker. However, every time I try to make one, it never works. I think I have gone through over 5 email servers and none have worked. This is very annoying and I wish email was as easy to set up as a web server is. Why do I even need a MX record anyways? I have the port forwarded. Setting up email servers is very annoying.</p>","amp":null,"image":"/content/images/2017/03/email.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-03-15 16:55:10","created_by":1,"updated_at":"2017-03-17 16:24:14","updated_by":1,"published_at":"2017-03-15 16:58:54","published_by":1},{"id":18,"uuid":"01bf6a3c-931b-4e5d-aa4d-9b3a5d1aab9a","title":"SeaBIOS on a Chromebook causes the BIOS to render text slowly","slug":"seabios-on-a-chromebook-causes-the-bios-to-render-text-slowly","markdown":"If you didn't know, I use a Chromebook for school and other simple tasks. However, I do not like ChromeOS at all so I flashed SeaBIOS to the Chromebook's LEGACY_ROM and installed Gallium OS, a distribution of Ubuntu Linux. However, this causes the bios to render text VERY slowly. This is sometimes comical but other times very annoying. Like if I am trying to boot GRUB from a USB flash drive, it takes about a minute to render the boot screen, which is annoying if you couldn't tell. However, it isn't really a problem in every day use.","mobiledoc":null,"html":"<p>If you didn't know, I use a Chromebook for school and other simple tasks. However, I do not like ChromeOS at all so I flashed SeaBIOS to the Chromebook's LEGACY_ROM and installed Gallium OS, a distribution of Ubuntu Linux. However, this causes the bios to render text VERY slowly. This is sometimes comical but other times very annoying. Like if I am trying to boot GRUB from a USB flash drive, it takes about a minute to render the boot screen, which is annoying if you couldn't tell. However, it isn't really a problem in every day use.</p>","amp":null,"image":"/content/images/2017/03/seabios.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-03-15 17:33:33","created_by":1,"updated_at":"2017-03-17 16:23:01","updated_by":1,"published_at":"2017-03-15 17:41:33","published_by":1},{"id":19,"uuid":"ef637327-cb8c-44f0-8b02-bbc1e5e05183","title":"Google Adsense Review 2017","slug":"google-adsense-review-2017","markdown":"Google has changed its UI on another of its products again. This time it is Google Adsense. Me and other Adsense users dislike the new Google Adsense. By trying to make it look nicer, Google ended up making Adsense more confusing than before. The constant bugs don't make it much better either. In fact, the low bandwidth mode 404s when I try to access it. Also, all of the documentation is out of date and is sometimes confusing. Sure it looks nice but Google has to remember the idea of form over function. It may look good but somethings are hard to find. I do like the new front page and that it doesn't take 48 ~~years~~ hours to get approved now. It has some good features but the UI has more form than function.","mobiledoc":null,"html":"<p>Google has changed its UI on another of its products again. This time it is Google Adsense. Me and other Adsense users dislike the new Google Adsense. By trying to make it look nicer, Google ended up making Adsense more confusing than before. The constant bugs don't make it much better either. In fact, the low bandwidth mode 404s when I try to access it. Also, all of the documentation is out of date and is sometimes confusing. Sure it looks nice but Google has to remember the idea of form over function. It may look good but somethings are hard to find. I do like the new front page and that it doesn't take 48 <del>years</del> hours to get approved now. It has some good features but the UI has more form than function.</p>","amp":null,"image":"/content/images/2017/03/adsense.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-03-15 18:36:20","created_by":1,"updated_at":"2017-03-17 16:17:53","updated_by":1,"published_at":"2017-03-15 18:36:00","published_by":1},{"id":20,"uuid":"9ce3f9cf-f151-4e0a-ac8b-f94d3da048f0","title":"NodeJS has a built in hipster package","slug":"nodejs-has-a-built-in-hipster-package","markdown":"Many people don't know that nodejs has a built in hipster package. Those people are not hipster enough to be using nodejs and they need to refill on Starbucks Coffee before continuing programming in nodejs. If they don't want to refill on Starbucks Coffee then they will loose their hipster card and must go back to programming in C, C++, C# or PHP.\n\n```javascript\nvar hipsterpkg = require(\"hipster\");\nvar hipster = new hipsterpkg.Hipster({\"type\":\"programmer\"});\nwhile (!hipster.dead) {\n while (!hipster.outOfStarBucks) {\n hipster.programIn(\"nodejs\");\n }\n hipster.buyStarbucks();\n}\n```","mobiledoc":null,"html":"<p>Many people don't know that nodejs has a built in hipster package. Those people are not hipster enough to be using nodejs and they need to refill on Starbucks Coffee before continuing programming in nodejs. If they don't want to refill on Starbucks Coffee then they will loose their hipster card and must go back to programming in C, C++, C# or PHP.</p>\n\n<pre><code class=\"language-javascript\">var hipsterpkg = require(\"hipster\"); \nvar hipster = new hipsterpkg.Hipster({\"type\":\"programmer\"}); \nwhile (!hipster.dead) { \n while (!hipster.outOfStarBucks) {\n hipster.programIn(\"nodejs\");\n }\n hipster.buyStarbucks();\n}\n</code></pre>","amp":null,"image":"/content/images/2017/03/nodejs.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-03-15 19:23:02","created_by":1,"updated_at":"2017-03-17 16:12:34","updated_by":1,"published_at":"2017-03-15 19:27:08","published_by":1},{"id":22,"uuid":"601c3d69-25e4-40a4-ba9e-e34db767e166","title":"Why iPads will never replace laptops","slug":"why-ipads-will-never-replace-laptops","markdown":"Apple continues to make ads that say that an iPad, their tablet computer, can replace a full featured laptop. This is a impossible task to achieve for a tablet computer like the iPad.\n\nFirst, it doesn't matter how big a tablet is, it will not have the same flexibility. Sure, iOS 9 added basic multitasking, but this isn't true multitasking. With even the cheapest Chromebook, it is possible to have true multitasking. True multitasking uses windows. iOS does not have this. This makes it impossible to have the same flexibility as a laptop. Some tablets like the Microsoft Surface or other Windows Tablets have a full copy of Windows, which allows them to have full multitasking.\n\nSecond, iOS doesn't support mice and has poor support for keyboards. Unlike Windows, most iOS apps do not have keyboard shortcuts built in. Even Android has support for mice. Remix OS is a good example of how to turn a mobile operating system into a desktop operating system. However most apps are not optimized for desktop or laptop use which brings me in to my third reason.\n\nThird, iOS is not optimized for being used as a laptop. Even if Apple added mouse support it would be almost useless because of how the iOS ecosystem was built around touch. This is why Apple will never add mouse support. Android and Remix OS suffer from the same problem. However with Windows, the story is different.\n\nWindows uses a Universal Application Framework which was designed to work on phones, tablets, laptops and desktops. It works a lot like mobile optimized web apps. This framework also makes it easier for developers to make apps.\n\nthe Universal Application Framework allows developers to make apps in JavaScript, TypeScript, C++, C# or even Visual Basic. Yes, that Visual Basic. This means that all Universal Apps will work on all devices. Compare that to Apple's universal app framework. Very few apps utilize it. This is because the macOS and iOS ecosystems are very different. Apples design choices caused this problem. Apple also has no real reason to improve its Universal App Framework because the money is in iOS Devices. Microsoft on the other hand makes most of its money from Windows sales and Xbox game consoles. This is why Microsoft creates the a Universal App Framework, to have more apps on all of their devices.\n\nIn conclusion, Apple iPads will never replace laptops. Apple iPads not having full multitasking and mouse support causes this to happen. This is caused by Apple's iOS ecosystem not being designed for multitasking or laptop use.","mobiledoc":null,"html":"<p>Apple continues to make ads that say that an iPad, their tablet computer, can replace a full featured laptop. This is a impossible task to achieve for a tablet computer like the iPad.</p>\n\n<p>First, it doesn't matter how big a tablet is, it will not have the same flexibility. Sure, iOS 9 added basic multitasking, but this isn't true multitasking. With even the cheapest Chromebook, it is possible to have true multitasking. True multitasking uses windows. iOS does not have this. This makes it impossible to have the same flexibility as a laptop. Some tablets like the Microsoft Surface or other Windows Tablets have a full copy of Windows, which allows them to have full multitasking.</p>\n\n<p>Second, iOS doesn't support mice and has poor support for keyboards. Unlike Windows, most iOS apps do not have keyboard shortcuts built in. Even Android has support for mice. Remix OS is a good example of how to turn a mobile operating system into a desktop operating system. However most apps are not optimized for desktop or laptop use which brings me in to my third reason.</p>\n\n<p>Third, iOS is not optimized for being used as a laptop. Even if Apple added mouse support it would be almost useless because of how the iOS ecosystem was built around touch. This is why Apple will never add mouse support. Android and Remix OS suffer from the same problem. However with Windows, the story is different.</p>\n\n<p>Windows uses a Universal Application Framework which was designed to work on phones, tablets, laptops and desktops. It works a lot like mobile optimized web apps. This framework also makes it easier for developers to make apps.</p>\n\n<p>the Universal Application Framework allows developers to make apps in JavaScript, TypeScript, C++, C# or even Visual Basic. Yes, that Visual Basic. This means that all Universal Apps will work on all devices. Compare that to Apple's universal app framework. Very few apps utilize it. This is because the macOS and iOS ecosystems are very different. Apples design choices caused this problem. Apple also has no real reason to improve its Universal App Framework because the money is in iOS Devices. Microsoft on the other hand makes most of its money from Windows sales and Xbox game consoles. This is why Microsoft creates the a Universal App Framework, to have more apps on all of their devices.</p>\n\n<p>In conclusion, Apple iPads will never replace laptops. Apple iPads not having full multitasking and mouse support causes this to happen. This is caused by Apple's iOS ecosystem not being designed for multitasking or laptop use.</p>","amp":null,"image":"/content/images/2017/03/og.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-03-16 15:49:20","created_by":1,"updated_at":"2017-03-17 15:53:50","updated_by":1,"published_at":"2017-03-16 17:19:05","published_by":1},{"id":23,"uuid":"26a84684-ce84-4aa4-93ee-a6ae0408ab2a","title":"The problem with graphing calculators","slug":"the-problem-with-graphing-calculators","markdown":"Most graphing calculators either use the Zilog Z80 (TI) or a custom CPU (Casio). However, these companies could use ARM chips. ARM chips are cheaper than Z80s or a custom chip and are more powerful. Also, calculator manufacturer could use GNU Octave as the operating system. GNU Octave is a very powerful and free calculator program. If calculator makers were to slim down GNU Octave to only 1MB they could fit it on a calculator with ~4MB of Flash Memory and include other apps like nano (Small text editor, ~300KB) or a file manager. This would standardize calculator languages and would be much better for the consumer.","mobiledoc":null,"html":"<p>Most graphing calculators either use the Zilog Z80 (TI) or a custom CPU (Casio). However, these companies could use ARM chips. ARM chips are cheaper than Z80s or a custom chip and are more powerful. Also, calculator manufacturer could use GNU Octave as the operating system. GNU Octave is a very powerful and free calculator program. If calculator makers were to slim down GNU Octave to only 1MB they could fit it on a calculator with ~4MB of Flash Memory and include other apps like nano (Small text editor, ~300KB) or a file manager. This would standardize calculator languages and would be much better for the consumer.</p>","amp":null,"image":"/content/images/2017/03/screenshot-octave-4-2.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-03-17 18:15:20","created_by":1,"updated_at":"2017-03-21 17:38:35","updated_by":1,"published_at":"2017-03-21 17:38:08","published_by":1},{"id":24,"uuid":"d77b9ec8-4abd-4e29-9913-7dcc313eb0e8","title":"Carl's Tutorial Series: An Old Video Series","slug":"carls-tutorial-series-an-old-video-series","markdown":"I once was working on a series known as Mine-Vlogs with Carl. The series was based on a really simple idea, being an interconnection between vlogging, a video journal that shows a person's day-to-day life, and the game Minecraft. It wasn't really that successful, and I never got to recording any videos except for a trailer. It was later taken down as it did not really make that many views. However, it inspired me to create another series, known as Carl's Tutorial Series. \n\nCarl's Tutorial Series was a series based around the character Carl, a young German-accented male who loved to wear his dress suit and teach others about technology. In the series, he could sit in a green room that was edited out of the video in place of a black background. He would sit in a wooden chair and face the virtual camera. In front of him was a table that included a computer, which was added by some modification to the game. The video would then begin with the script being read by the voice actor.\n\nOnly two videos were made as I lost contact with his voice actor, Joel Heiskanen. Both videos, in total, made 335 views since this blog post was published. Viewing them today, they look rushed and unsuitable in the professional world. In fact, a text tutorial would be much more informative than the video tutorials I made in the past. If you still want me to showcase the videos here on this blog, feel free to leave a comment below and I'll look into writing more blog posts.","mobiledoc":null,"html":"<p>I once was working on a series known as Mine-Vlogs with Carl. The series was based on a really simple idea, being an interconnection between vlogging, a video journal that shows a person's day-to-day life, and the game Minecraft. It wasn't really that successful, and I never got to recording any videos except for a trailer. It was later taken down as it did not really make that many views. However, it inspired me to create another series, known as Carl's Tutorial Series. </p>\n\n<p>Carl's Tutorial Series was a series based around the character Carl, a young German-accented male who loved to wear his dress suit and teach others about technology. In the series, he could sit in a green room that was edited out of the video in place of a black background. He would sit in a wooden chair and face the virtual camera. In front of him was a table that included a computer, which was added by some modification to the game. The video would then begin with the script being read by the voice actor.</p>\n\n<p>Only two videos were made as I lost contact with his voice actor, Joel Heiskanen. Both videos, in total, made 335 views since this blog post was published. Viewing them today, they look rushed and unsuitable in the professional world. In fact, a text tutorial would be much more informative than the video tutorials I made in the past. If you still want me to showcase the videos here on this blog, feel free to leave a comment below and I'll look into writing more blog posts.</p>","amp":null,"image":null,"featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-03-18 00:50:40","created_by":2,"updated_at":"2017-03-18 01:19:12","updated_by":2,"published_at":"2017-03-18 01:19:12","published_by":2},{"id":25,"uuid":"dc5c2e56-04d6-4f25-89a6-b5ff976772ab","title":"Dashboard by Dottanarus","slug":"dashboard-by-dottanarus","markdown":"Hello world, I am Dottanarus from Aclevo and today, I am going to be talking about a new program that I am writing, called **Dashboard**. Dashboard is a \"pseudo-desktop environment\" designed to act as... well, a desktop environment for Windows PCs using the .NET Framework.\n\nNow, before we get onto the technical side of things, let's talk about features. Dashboard has some features to keep you occupied, like accessories such as Textpad, Calculator, and a web browser, and DashToys, a collection of desktop toys that makes your desktop more entertaining! And cats.\n\nNow, what's so different about Dashboard compared to other \"pseudo-desktop environments\"? Well, first off, instead of using MDI containers, Dashboard uses <code class=\"language-csharp\">new Form()</code> to handle form nesting. This has a few advantages (and I'll admit, a few disadvantages), including having the ability to set the BackgroundColor of a form host easily without extra code, not having to use a Fixed3D BorderStyle (which is important for these \"psuedo-desktop environments\"), and more. Using <code class=\"language-csharp\">new Form()</code> instead of MDI containers also allows for nesting host windows within each other. It even allows nesting of a program using MDI containers.","mobiledoc":null,"html":"<p>Hello world, I am Dottanarus from Aclevo and today, I am going to be talking about a new program that I am writing, called <strong>Dashboard</strong>. Dashboard is a \"pseudo-desktop environment\" designed to act as... well, a desktop environment for Windows PCs using the .NET Framework.</p>\n\n<p>Now, before we get onto the technical side of things, let's talk about features. Dashboard has some features to keep you occupied, like accessories such as Textpad, Calculator, and a web browser, and DashToys, a collection of desktop toys that makes your desktop more entertaining! And cats.</p>\n\n<p>Now, what's so different about Dashboard compared to other \"pseudo-desktop environments\"? Well, first off, instead of using MDI containers, Dashboard uses <code class=\"language-csharp\">new Form()</code> to handle form nesting. This has a few advantages (and I'll admit, a few disadvantages), including having the ability to set the BackgroundColor of a form host easily without extra code, not having to use a Fixed3D BorderStyle (which is important for these \"psuedo-desktop environments\"), and more. Using <code class=\"language-csharp\">new Form()</code> instead of MDI containers also allows for nesting host windows within each other. It even allows nesting of a program using MDI containers.</p>","amp":null,"image":null,"featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":5,"created_at":"2017-03-18 03:00:09","created_by":5,"updated_at":"2017-03-18 04:22:18","updated_by":1,"published_at":"2017-03-18 04:21:44","published_by":1},{"id":26,"uuid":"1ebcdb7a-c0a9-4bbc-bdad-3d28cce1c4b7","title":"About","slug":"about","markdown":"# What is Aclevo?\nAclevo is an organization designed with you in mind. Our mission is to be successful, and have a worthy board who encourages members to work hard. Our board, The Aclevo Family, along with our executive staff, are working toward this mission by providing good content, listening to feedback, and maintaining a sturdy workforce. Our teams are always helping each other grow faster. No matter what we call ourselves, Aclevo is here to stay since the year of 2009!\n\n# What is the Aclevo Site about?\nThe Aclevo site is where our team posts articles, reviews, news, tutorials, rants and programs we create. Our goal for our website is to create a site with information that will help and entertain people.\n\n# How does it work?\nAclevo is made up of an executive team, multiple departments that each have their own department head, and contributors who help out once in a while. The executive team includes the owner, Reasonably Selenium, and the officers. They make sure that the organization works hard, and becomes successful. The departments, which include Teklik Development, which works on web and application development; Espera Studios, which works on gaming development and also gaming videos; and Platasun Designs, which makes logos and graphics; help make Aclevo stronger and grow faster. Each department has it's own teams that work on their own specific product. Contributors, fans of Aclevo who contribute to our products, also provide feedback to make us better. Anyone can be a contributor, but those who apply for membership get free perks when they join, such as free web space, and access to certain services that only our members get.\n\n# How did it start?\nAclevo started as a family of websites and projects. They used innovation to grow faster. Innovations included experimentation with design specs; these included color, contrast, brightness, and many other aspects to see what a good website needed to look good. As time went on, it grew to become a family of organizations. These organizations were administered via a board known as the A.R.T (Aclevo, Reasonably Selenium, and Teklik) Coalition. Many people misunderstood the concept of an organization family, which caused the entire team to get together and restructure as the organization we all know today with multiple departments.\n\n# Website Design History\nThe first design of the Aclevo Website used green and gray color schemes without any Material Design. A program known as Adobe Muse was used to create the website. As time went on, the color scheme changed to blue, purple, and white. Some ideas of Material Design were integrated into the website. At this point in time, Adobe Muse is no longer used. Instead, Ghost is used with a few modifications.\n\n<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\n<!-- Aclevo About -->\n<ins class=\"adsbygoogle\"\n style=\"display:block\"\n data-ad-client=\"ca-pub-1963945885092025\"\n data-ad-slot=\"7016239191\"\n data-ad-format=\"auto\"></ins>\n<script>\n(adsbygoogle = window.adsbygoogle || []).push({});\n</script>","mobiledoc":null,"html":"<h1 id=\"whatisaclevo\">What is Aclevo?</h1>\n\n<p>Aclevo is an organization designed with you in mind. Our mission is to be successful, and have a worthy board who encourages members to work hard. Our board, The Aclevo Family, along with our executive staff, are working toward this mission by providing good content, listening to feedback, and maintaining a sturdy workforce. Our teams are always helping each other grow faster. No matter what we call ourselves, Aclevo is here to stay since the year of 2009!</p>\n\n<h1 id=\"whatistheaclevositeabout\">What is the Aclevo Site about?</h1>\n\n<p>The Aclevo site is where our team posts articles, reviews, news, tutorials, rants and programs we create. Our goal for our website is to create a site with information that will help and entertain people.</p>\n\n<h1 id=\"howdoesitwork\">How does it work?</h1>\n\n<p>Aclevo is made up of an executive team, multiple departments that each have their own department head, and contributors who help out once in a while. The executive team includes the owner, Reasonably Selenium, and the officers. They make sure that the organization works hard, and becomes successful. The departments, which include Teklik Development, which works on web and application development; Espera Studios, which works on gaming development and also gaming videos; and Platasun Designs, which makes logos and graphics; help make Aclevo stronger and grow faster. Each department has it's own teams that work on their own specific product. Contributors, fans of Aclevo who contribute to our products, also provide feedback to make us better. Anyone can be a contributor, but those who apply for membership get free perks when they join, such as free web space, and access to certain services that only our members get.</p>\n\n<h1 id=\"howdiditstart\">How did it start?</h1>\n\n<p>Aclevo started as a family of websites and projects. They used innovation to grow faster. Innovations included experimentation with design specs; these included color, contrast, brightness, and many other aspects to see what a good website needed to look good. As time went on, it grew to become a family of organizations. These organizations were administered via a board known as the A.R.T (Aclevo, Reasonably Selenium, and Teklik) Coalition. Many people misunderstood the concept of an organization family, which caused the entire team to get together and restructure as the organization we all know today with multiple departments.</p>\n\n<h1 id=\"websitedesignhistory\">Website Design History</h1>\n\n<p>The first design of the Aclevo Website used green and gray color schemes without any Material Design. A program known as Adobe Muse was used to create the website. As time went on, the color scheme changed to blue, purple, and white. Some ideas of Material Design were integrated into the website. At this point in time, Adobe Muse is no longer used. Instead, Ghost is used with a few modifications.</p>\n\n<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script> \n<!-- Aclevo About --> \n<ins class=\"adsbygoogle\" \n style=\"display:block\"\n data-ad-client=\"ca-pub-1963945885092025\"\n data-ad-slot=\"7016239191\"\n data-ad-format=\"auto\"></ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({});\n</script>","amp":null,"image":null,"featured":0,"page":1,"status":"published","language":"en_US","visibility":"public","meta_title":"About Aclevo","meta_description":"The Aclevo site is where our team posts articles, reviews, news, tutorials, rants and programs we create.","author_id":1,"created_at":"2017-03-18 18:43:31","created_by":1,"updated_at":"2017-03-21 18:16:12","updated_by":1,"published_at":"2017-03-18 18:46:06","published_by":1},{"id":28,"uuid":"6d9ec15c-12eb-4bf4-bff5-53cc25b0d524","title":"Productivity: Why Is It Highly Essential For Success","slug":"productivity-why-is-it-highly-essential-for-success","markdown":"In order to get anywhere in life, you must make an effort. Whether it's working at a job, studying well for a good grade, or walking a few laps around the track, getting things done is essential to achieving your goals. Laziness is unacceptable in society. When you choose to be unproductive, people reflect in many negative ways. You could be fired from your job, for instance. Businesses do not want to hire test dolls. If they really wanted test dolls they would have bought inanimate objects that have no feelings. Speaking of jobs, most people in the world need them to pay for the necessities in life. If you do not pay the bills, you lose the luxury of living in a nice home. This is why **productivity** is important.\n\nThe main reason why I wanted to write about productivity is because I see a lack of it within my organization who maintains this blog. I understand that many people are busy with their lives, whether it is school, friends, work, or family that takes up their time. While personal life is important, a business needs proper employees and staff in order to stay alive. As the **Chief Executive Officer**, **Founder**, and **Owner** of Aclevo, it is my duty to make sure our staff are working toward our goals, and remaining productive. This is not a duty I do alone, and the other executives of my organization also strive to perform this duty, even when I am unable to.\n\nMe and the **Chief Operations Officer**, **Server Manager**, and **Co-Owner** of Aclevo, Carver Harrison, have been discussing ways to keep our organization active. One of our ideas was to make requirements for members to uphold when they join us. They would have to post at least a certain amount of posts, videos, or other type of media or software in a time frame to be specified if they wish to stay with us. In basic terms, those who do not decide to work with us as an organization will be fired for not upholding our standards that we require to be successful. We hopefully will be testing out these requirements within the next week, in which we will post an update going into further detail about how these requirements will be executed within our company. Productivity is an essential for our company, and it is a goal to encourage our workers to show off their talents and become successful employees wherever their future takes them.\n\n","mobiledoc":null,"html":"<p>In order to get anywhere in life, you must make an effort. Whether it's working at a job, studying well for a good grade, or walking a few laps around the track, getting things done is essential to achieving your goals. Laziness is unacceptable in society. When you choose to be unproductive, people reflect in many negative ways. You could be fired from your job, for instance. Businesses do not want to hire test dolls. If they really wanted test dolls they would have bought inanimate objects that have no feelings. Speaking of jobs, most people in the world need them to pay for the necessities in life. If you do not pay the bills, you lose the luxury of living in a nice home. This is why <strong>productivity</strong> is important.</p>\n\n<p>The main reason why I wanted to write about productivity is because I see a lack of it within my organization who maintains this blog. I understand that many people are busy with their lives, whether it is school, friends, work, or family that takes up their time. While personal life is important, a business needs proper employees and staff in order to stay alive. As the <strong>Chief Executive Officer</strong>, <strong>Founder</strong>, and <strong>Owner</strong> of Aclevo, it is my duty to make sure our staff are working toward our goals, and remaining productive. This is not a duty I do alone, and the other executives of my organization also strive to perform this duty, even when I am unable to.</p>\n\n<p>Me and the <strong>Chief Operations Officer</strong>, <strong>Server Manager</strong>, and <strong>Co-Owner</strong> of Aclevo, Carver Harrison, have been discussing ways to keep our organization active. One of our ideas was to make requirements for members to uphold when they join us. They would have to post at least a certain amount of posts, videos, or other type of media or software in a time frame to be specified if they wish to stay with us. In basic terms, those who do not decide to work with us as an organization will be fired for not upholding our standards that we require to be successful. We hopefully will be testing out these requirements within the next week, in which we will post an update going into further detail about how these requirements will be executed within our company. Productivity is an essential for our company, and it is a goal to encourage our workers to show off their talents and become successful employees wherever their future takes them.</p>","amp":null,"image":"/content/images/2017/03/productivity.jpg","featured":1,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-03-19 05:24:37","created_by":2,"updated_at":"2017-03-31 21:23:00","updated_by":2,"published_at":"2017-03-19 06:03:36","published_by":2},{"id":29,"uuid":"465b0c94-acad-4ee2-9ee1-87a2dfde7bd2","title":"The First Stage of Productivity: Deadlines","slug":"the-first-stage-of-productivity-deadlines","markdown":"Deadlines are very important in life. They tell you exactly when something is due. Whether it be homework, financial dues, or projects; you must meet your deadlines in order to avoid consequences. When your teacher finds out you haven't been meeting your deadlines on time, you may receive a zero on your project or even get detention. Your boss may fire you and hire another person who can actually submit work on time. You may even lose your credit if you do not pay it back on time. It is very important to meet your **deadlines**.\n\nThe reason why I am talking about deadlines today is because our organization is using them to increase productivity. We are currently designing a project management system using **Django**, a framework for perfectionists with deadlines. It is written in **Python**, a programming language that is easy to learn. You can learn more about Django by clicking [here](https://www.djangoproject.com/foundation/), and Python by clicking [here](https://www.python.org/about/). This new project management system will be built on deadlines, and making sure our staff are working effectively. We will publish another blog post with updates and more information about how this project is going.\n\nAs always, we will expect that people are busy with school, work, or other activities that may require their attention. However, we will constantly be working toward our goal of productivity by the end of the year, no matter how hard we must work. One of our top priorities is that this blog is maintained in an orderly manner, making sure that it is updated and that posts come out everyday. Pretty soon we will have the same goal for videos. In order to keep everyone on track, we have been using schedules and other cool organization tools that we may feature in other blog posts. We hope to talk to you more soon about the ideas we have in mind, and how we are planning to execute those ideas.\n","mobiledoc":null,"html":"<p>Deadlines are very important in life. They tell you exactly when something is due. Whether it be homework, financial dues, or projects; you must meet your deadlines in order to avoid consequences. When your teacher finds out you haven't been meeting your deadlines on time, you may receive a zero on your project or even get detention. Your boss may fire you and hire another person who can actually submit work on time. You may even lose your credit if you do not pay it back on time. It is very important to meet your <strong>deadlines</strong>.</p>\n\n<p>The reason why I am talking about deadlines today is because our organization is using them to increase productivity. We are currently designing a project management system using <strong>Django</strong>, a framework for perfectionists with deadlines. It is written in <strong>Python</strong>, a programming language that is easy to learn. You can learn more about Django by clicking <a href=\"https://www.djangoproject.com/foundation/\">here</a>, and Python by clicking <a href=\"https://www.python.org/about/\">here</a>. This new project management system will be built on deadlines, and making sure our staff are working effectively. We will publish another blog post with updates and more information about how this project is going.</p>\n\n<p>As always, we will expect that people are busy with school, work, or other activities that may require their attention. However, we will constantly be working toward our goal of productivity by the end of the year, no matter how hard we must work. One of our top priorities is that this blog is maintained in an orderly manner, making sure that it is updated and that posts come out everyday. Pretty soon we will have the same goal for videos. In order to keep everyone on track, we have been using schedules and other cool organization tools that we may feature in other blog posts. We hope to talk to you more soon about the ideas we have in mind, and how we are planning to execute those ideas.</p>","amp":null,"image":"/content/images/2017/03/deadlines.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-03-20 16:36:57","created_by":2,"updated_at":"2017-03-22 23:46:18","updated_by":2,"published_at":"2017-03-22 23:46:18","published_by":2},{"id":30,"uuid":"e81e4a8f-5ae1-4a28-8376-e7079b997899","title":"Communication: A Great Necessity","slug":"communication-a-great-necessity","markdown":"Communication is a vital necessity in our lives. It helps people stay in touch. It helps others share their feelings with other feeling without having to resort to violence. It colors our perception of the people around us and gives us the information we need to live. Without communication, this blog nor the organization that runs the blog would exist. It is essential that our company uses communication effectively to ensure everyone in our organization is being productive, and works hard to achieve our goals.\n\nI am here today to talk about the recent Discord outage that has broken us apart, and how we plan to use alternative forms of communication whenever necessary. Our members have been having trouble getting in touch with each other because these servers have been under heavy maintenance. According to [the company's twitter](http://twitter.com/discordapp), the root of the problem is within Google Cloud, and that they are working on getting them fully functional as soon as possible. I was unable to talk about it on this blog because the website was down at the time. The **Website Manager**, Carver Harrison, said the router was accidentally unplugged, and that he made sure to plug it back in when he saw the issue. He deeply apologizes for the down time experienced. I wouldn't have been able to notify him about the incident if it weren't for our alternative forms of communication that we have available.\n\nWe as a company are making sure that we can stay in touch with each other even if one of our lines gets snipped. It is our top priority to make sure our other three methods of communication, other than Discord, are ready to use. *Google Hangouts, Twitch Messenger* (originally known as Curse Voice), and *Slack* are great apps that we use so that way no one gets left in the dust, so to speak. We also have a projects dashboard that allows us to communicate with each other from. Because we do not have email services at this current time, as Carver had hinted at in previous blog posts, we are left with the services above. These services make sure our company is united and ready to hit the ground running when we need to get things done.","mobiledoc":null,"html":"<p>Communication is a vital necessity in our lives. It helps people stay in touch. It helps others share their feelings with other feeling without having to resort to violence. It colors our perception of the people around us and gives us the information we need to live. Without communication, this blog nor the organization that runs the blog would exist. It is essential that our company uses communication effectively to ensure everyone in our organization is being productive, and works hard to achieve our goals.</p>\n\n<p>I am here today to talk about the recent Discord outage that has broken us apart, and how we plan to use alternative forms of communication whenever necessary. Our members have been having trouble getting in touch with each other because these servers have been under heavy maintenance. According to <a href=\"http://twitter.com/discordapp\">the company's twitter</a>, the root of the problem is within Google Cloud, and that they are working on getting them fully functional as soon as possible. I was unable to talk about it on this blog because the website was down at the time. The <strong>Website Manager</strong>, Carver Harrison, said the router was accidentally unplugged, and that he made sure to plug it back in when he saw the issue. He deeply apologizes for the down time experienced. I wouldn't have been able to notify him about the incident if it weren't for our alternative forms of communication that we have available.</p>\n\n<p>We as a company are making sure that we can stay in touch with each other even if one of our lines gets snipped. It is our top priority to make sure our other three methods of communication, other than Discord, are ready to use. <em>Google Hangouts, Twitch Messenger</em> (originally known as Curse Voice), and <em>Slack</em> are great apps that we use so that way no one gets left in the dust, so to speak. We also have a projects dashboard that allows us to communicate with each other from. Because we do not have email services at this current time, as Carver had hinted at in previous blog posts, we are left with the services above. These services make sure our company is united and ready to hit the ground running when we need to get things done.</p>","amp":null,"image":"/content/images/2017/03/communication.jpg","featured":1,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-03-20 23:35:28","created_by":2,"updated_at":"2017-03-31 21:22:42","updated_by":2,"published_at":"2017-03-21 00:06:09","published_by":2},{"id":31,"uuid":"4e0ef134-d371-4842-a381-206e76c6d2ab","title":"Espera Studios","slug":"espera-studios","markdown":"Hi. I'm DP4L//TheLemonNetwork and I am the head of Espera. We have been working hard to bring good well edited content to your devices. We have been struggling with many things to video renders not going as planned, and people who really haven't been creating content because of the tight schedule. I know, I am a culprit if the second mention, but trust me. Now that my schedule has loosened up a bit with spring break coming up in the following weeks, we might have a few uploads. When we fix the upload issues, we will post weekly videos reminding you of the uploads for the week. We will also update the webpage very often, making sure you know about the current events at Espera Studios and Aclevo. Thank you.","mobiledoc":null,"html":"<p>Hi. I'm DP4L//TheLemonNetwork and I am the head of Espera. We have been working hard to bring good well edited content to your devices. We have been struggling with many things to video renders not going as planned, and people who really haven't been creating content because of the tight schedule. I know, I am a culprit if the second mention, but trust me. Now that my schedule has loosened up a bit with spring break coming up in the following weeks, we might have a few uploads. When we fix the upload issues, we will post weekly videos reminding you of the uploads for the week. We will also update the webpage very often, making sure you know about the current events at Espera Studios and Aclevo. Thank you.</p>","amp":null,"image":null,"featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":3,"created_at":"2017-03-21 00:17:51","created_by":3,"updated_at":"2017-03-21 00:22:36","updated_by":3,"published_at":"2017-03-21 00:22:36","published_by":3},{"id":33,"uuid":"e7117c6e-da36-46f1-a4a7-948821025af8","title":"Is NeverWare \"CloudReady\" for your laptop?","slug":"is-neverware-cloudready-for-your-laptop","markdown":"Yesterday night, I decided to try out a product that I haven't put to the test in years. NeverWare CloudReady, a port of Chromium OS that can be installed on older computers and laptops, sparked my interest yet again when I saw that they introduced a Multi-boot feature so that you could install it alongside Windows. Because Windows 10 is not really my favorite product when it comes to operating systems in regards to their forced update scheme, I had an excuse to install something new. Sure, I could have wiped the hard drive and installed this as my primary operating system, but I still used the Multi-boot feature because I still have data on my hard drive that I didn't want to lose. Here is my experience with the installation and the use of this product.\n\nThe installation of this product was very easy. All I had to do was follow the [instructions](http://guide.neverware.com) on this website. Although it wasn't recommended to use a SanDisk USB Flash Drive, the one that was purchased for me some time ago worked very well. As I booted into the CloudReady installation, the display became very bright. I wasn't too happy with this, but I was able to turn down the brightness after figuring out the new function key layout. All I had to do next was click at the bottom-right hand corner of the screen, click \"Install CloudReady...\", and follow the on-screen prompts. After taking a little break while CloudReady installed, I unplugged my USB Flash Drive and booted my PC.\n\nWhen I first booted, I was asked to select my language, keyboard layout, and enter my network settings. After I filled in the required information, I was sent to a login screen where I logged into my Google Account for the very first time on this installation. Then I was able to set my profile picture and take a tour, even though I could have just dived in and played around if I wanted to. I was greeted with a clear desktop, and a taskbar with the Chromium Browser just waiting for me to open. This simplicity deserves a personal applaud from me, as well as the other great benefits that come with this product that I usually use often.\n\nGreat software comes with the operating system, and my preferences from Google Chrome automatically sync. All of the apps and extensions from the Chrome Webstore automatically download and install themselves without me having to press a button. The taskbar even adds icons to my favorite office applications from Google so that I can access them easily with a click. I am so happy that I do not have to use my geek skills in order to get to work, and that I don't have to waste my time installing applications like I do on Windows or Mac. Even though a normal out-of-the-box Linux distribution provides this functionality, it's not as personalized and quick as NeverWare CloudReady.\n\nAs with all software, and basically everything in general, where there are great benefits there are drawbacks. One drawback is that not all Windows Or Mac programs/apps are going to install on this operating system (unless you want to tear apart CloudReady, but I'd say please just use Windows/Mac). However, the Chrome Webstore does feature some good applications that you may find are better than the ones that you use. You never know how a product or service is going to be unless you try it out yourself. Another drawback is that some systems may not be supported with CloudReady. If you would like to learn more about which products are certified to be compatible with this software, please [click here](https://guide.neverware.com/supported-devices/).\n\nNeverware's CloudReady software is geared more toward users who just want to use the internet and have an office suite ready for them at first install. Users who wish to run applications such as games like Grand Theft Auto 5 or Garry's Mod will want to stick to their current Windows, Mac, or Linux operating systems. Because I use both a desktop and a laptop, I can leave my heavy applications to my desktop while I use my laptop for browsing the web and writing articles on the blog such as this one. I'd say my laptop is **CloudReady** for the future, but is yours?\n\nPlease leave us a comment down below about your experience or if you have any suggestions for the new blog posts. Please subscribe if you wish to receive the latest blog posts as they are published on the website, and we'll see you next time!","mobiledoc":null,"html":"<p>Yesterday night, I decided to try out a product that I haven't put to the test in years. NeverWare CloudReady, a port of Chromium OS that can be installed on older computers and laptops, sparked my interest yet again when I saw that they introduced a Multi-boot feature so that you could install it alongside Windows. Because Windows 10 is not really my favorite product when it comes to operating systems in regards to their forced update scheme, I had an excuse to install something new. Sure, I could have wiped the hard drive and installed this as my primary operating system, but I still used the Multi-boot feature because I still have data on my hard drive that I didn't want to lose. Here is my experience with the installation and the use of this product.</p>\n\n<p>The installation of this product was very easy. All I had to do was follow the <a href=\"http://guide.neverware.com\">instructions</a> on this website. Although it wasn't recommended to use a SanDisk USB Flash Drive, the one that was purchased for me some time ago worked very well. As I booted into the CloudReady installation, the display became very bright. I wasn't too happy with this, but I was able to turn down the brightness after figuring out the new function key layout. All I had to do next was click at the bottom-right hand corner of the screen, click \"Install CloudReady...\", and follow the on-screen prompts. After taking a little break while CloudReady installed, I unplugged my USB Flash Drive and booted my PC.</p>\n\n<p>When I first booted, I was asked to select my language, keyboard layout, and enter my network settings. After I filled in the required information, I was sent to a login screen where I logged into my Google Account for the very first time on this installation. Then I was able to set my profile picture and take a tour, even though I could have just dived in and played around if I wanted to. I was greeted with a clear desktop, and a taskbar with the Chromium Browser just waiting for me to open. This simplicity deserves a personal applaud from me, as well as the other great benefits that come with this product that I usually use often.</p>\n\n<p>Great software comes with the operating system, and my preferences from Google Chrome automatically sync. All of the apps and extensions from the Chrome Webstore automatically download and install themselves without me having to press a button. The taskbar even adds icons to my favorite office applications from Google so that I can access them easily with a click. I am so happy that I do not have to use my geek skills in order to get to work, and that I don't have to waste my time installing applications like I do on Windows or Mac. Even though a normal out-of-the-box Linux distribution provides this functionality, it's not as personalized and quick as NeverWare CloudReady.</p>\n\n<p>As with all software, and basically everything in general, where there are great benefits there are drawbacks. One drawback is that not all Windows Or Mac programs/apps are going to install on this operating system (unless you want to tear apart CloudReady, but I'd say please just use Windows/Mac). However, the Chrome Webstore does feature some good applications that you may find are better than the ones that you use. You never know how a product or service is going to be unless you try it out yourself. Another drawback is that some systems may not be supported with CloudReady. If you would like to learn more about which products are certified to be compatible with this software, please <a href=\"https://guide.neverware.com/supported-devices/\">click here</a>.</p>\n\n<p>Neverware's CloudReady software is geared more toward users who just want to use the internet and have an office suite ready for them at first install. Users who wish to run applications such as games like Grand Theft Auto 5 or Garry's Mod will want to stick to their current Windows, Mac, or Linux operating systems. Because I use both a desktop and a laptop, I can leave my heavy applications to my desktop while I use my laptop for browsing the web and writing articles on the blog such as this one. I'd say my laptop is <strong>CloudReady</strong> for the future, but is yours?</p>\n\n<p>Please leave us a comment down below about your experience or if you have any suggestions for the new blog posts. Please subscribe if you wish to receive the latest blog posts as they are published on the website, and we'll see you next time!</p>","amp":null,"image":"/content/images/2017/03/CloudReady-2.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-03-21 15:31:47","created_by":2,"updated_at":"2017-03-21 16:41:01","updated_by":2,"published_at":"2017-03-21 15:52:00","published_by":2},{"id":34,"uuid":"0bbbf2b6-5190-48b7-8882-506b7bf10c00","title":"AMD Wraith Spire Review","slug":"amd-wraith-spire-review","markdown":"AMD just recently released a new line of processors, and with them new and improved Wraith stock coolers. The new mid-range cooler \"The Spire\" bundled with a Ryzen 1700x looks great with a controllable LED ring, but does it stand up to it's looks? Actually, it does. The spire features a thermal design power(tdp) of 95 watts, which is great because the 1700x only has a tdp of 65. When AMD made this they definitely had overclocking in mind. They also had issues from the past in mind, as the old Wraith cooler was so big that you sometimes didn't have the room to fit RAM on most motherboards, now it is quite compact. That said, the fan is actually quite large at 92 millimeters for a stock cooler. The Spire is also a very easily mounted cooler. Its super simple, using 4 regular screws on each corner that screw into a AM4 back plate.\n\nThe BitWit YouTube Channel performed some great tests on the Spire, they deserve full credit for these numbers. The hardware used to test the Spire were the MSI X370 XPOWER Gaming Titanium motherboard, 16gb Corsair Vengeance LPX DDR4 3000 RAM, GTX 1070 Founders Edition, 512GB SSD, and a LEPA G 1600W power supply. With the 1700X at stock frequency running GTA V at 4k, the Spire, running on auto, held the CPU in the low 60 degrees Celsius. This is pretty decent again considering its a stock cooler. With the 1700X at 3.9ghz the auto mode for the Spire couldn't handle the load, however with the spire at 100% fan speed it actually managed to hold the CPU at normal temps in the high 40 degrees Celsius, while staying virtually quiet.\n\nSo is the Spire good for your needs? Yes and no. If you are looking for the Spire to cool your 1700x at 4ghz whilst streaming and gaming, you are 100% not going to want to keep the stock cooler; However, If you want to game at a normal clock speed at 4k, the Spire is basically all you need, even just on auto mode. AMD outdid themselves here with the Spire, it is no doubt one of the best stock coolers there is aside from the Wraith max, the cooler bundled with the Ryzen 1800x. \n\nThanks for reading!\n\n","mobiledoc":null,"html":"<p>AMD just recently released a new line of processors, and with them new and improved Wraith stock coolers. The new mid-range cooler \"The Spire\" bundled with a Ryzen 1700x looks great with a controllable LED ring, but does it stand up to it's looks? Actually, it does. The spire features a thermal design power(tdp) of 95 watts, which is great because the 1700x only has a tdp of 65. When AMD made this they definitely had overclocking in mind. They also had issues from the past in mind, as the old Wraith cooler was so big that you sometimes didn't have the room to fit RAM on most motherboards, now it is quite compact. That said, the fan is actually quite large at 92 millimeters for a stock cooler. The Spire is also a very easily mounted cooler. Its super simple, using 4 regular screws on each corner that screw into a AM4 back plate.</p>\n\n<p>The BitWit YouTube Channel performed some great tests on the Spire, they deserve full credit for these numbers. The hardware used to test the Spire were the MSI X370 XPOWER Gaming Titanium motherboard, 16gb Corsair Vengeance LPX DDR4 3000 RAM, GTX 1070 Founders Edition, 512GB SSD, and a LEPA G 1600W power supply. With the 1700X at stock frequency running GTA V at 4k, the Spire, running on auto, held the CPU in the low 60 degrees Celsius. This is pretty decent again considering its a stock cooler. With the 1700X at 3.9ghz the auto mode for the Spire couldn't handle the load, however with the spire at 100% fan speed it actually managed to hold the CPU at normal temps in the high 40 degrees Celsius, while staying virtually quiet.</p>\n\n<p>So is the Spire good for your needs? Yes and no. If you are looking for the Spire to cool your 1700x at 4ghz whilst streaming and gaming, you are 100% not going to want to keep the stock cooler; However, If you want to game at a normal clock speed at 4k, the Spire is basically all you need, even just on auto mode. AMD outdid themselves here with the Spire, it is no doubt one of the best stock coolers there is aside from the Wraith max, the cooler bundled with the Ryzen 1800x. </p>\n\n<p>Thanks for reading!</p>","amp":null,"image":"http://cdn.wccftech.com/wp-content/uploads/2016/12/AMD-RYZEN-ZEN.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":7,"created_at":"2017-03-22 23:32:00","created_by":7,"updated_at":"2017-04-25 17:27:49","updated_by":1,"published_at":"2017-03-22 23:32:06","published_by":7},{"id":35,"uuid":"74502b9e-eeb1-49bd-a80f-9fb6e34ec51f","title":"Ryzen 1700 vs Intel i7-7700k","slug":"ryzen-1700-vs-intel-i7-7700k","markdown":"AMD released their new line of processors. Today, I'm going to review their mid-tier option, the Ryzen 1700, and compare it to its competitor, the Intel i7-7700k. First off, the processor costs a low 329 US dollars. The processor has 8 cores and can handle 16 threads, that being said it is currently the cheapest 8 core processor on the market. The processor has a clock speed of 3ghz and can boost to 3.7ghz if proper cooling is applied. The processor features great value, low default power draw, and a 16mb L3 cache.\n\nWith that being said, its direct competitor, the Intel 7700K has some advantages. The 7700k performs better in single threaded tests, it can overclock to a whopping 5ghz while the Ryzen chip barely reaches 4ghz whilst staying stable. This chip also comes with the Intel HD 630 gpu, which can be used for low quality gaming and 3D apps.\n\nNow to gaming. For these benchmarks the 7700k was overcloked to 5ghz and the 1700 to 3.9ghz, they were paired with 16 gb ddr4 3000mah RAM and a GTX 1080. The overcloked 1700 chip, surprisingly, can keep up with the overclocked beast, the 7700k. In games such as The Division and Battlefield 1, the 1700 can even beat the 7700K by a few fps; however, in most games, such as GTA V and Rise of the Tomb Raider, the 1700 does not beat the 7700k and loses by a few fps. So which one should you choose? Well, they both are basically the same price and can somewhat give you the same performance. The 7700k can give you a few more fps in most games, but is 5 or 6 fps worth an extra $20 USD? \n\nNote - I did not get into streaming and video rendering performance in this video. If that applies to you I would diffidently check out more reviews before making your choice. Thanks for reading! \n\n\n\n\n","mobiledoc":null,"html":"<p>AMD released their new line of processors. Today, I'm going to review their mid-tier option, the Ryzen 1700, and compare it to its competitor, the Intel i7-7700k. First off, the processor costs a low 329 US dollars. The processor has 8 cores and can handle 16 threads, that being said it is currently the cheapest 8 core processor on the market. The processor has a clock speed of 3ghz and can boost to 3.7ghz if proper cooling is applied. The processor features great value, low default power draw, and a 16mb L3 cache.</p>\n\n<p>With that being said, its direct competitor, the Intel 7700K has some advantages. The 7700k performs better in single threaded tests, it can overclock to a whopping 5ghz while the Ryzen chip barely reaches 4ghz whilst staying stable. This chip also comes with the Intel HD 630 gpu, which can be used for low quality gaming and 3D apps.</p>\n\n<p>Now to gaming. For these benchmarks the 7700k was overcloked to 5ghz and the 1700 to 3.9ghz, they were paired with 16 gb ddr4 3000mah RAM and a GTX 1080. The overcloked 1700 chip, surprisingly, can keep up with the overclocked beast, the 7700k. In games such as The Division and Battlefield 1, the 1700 can even beat the 7700K by a few fps; however, in most games, such as GTA V and Rise of the Tomb Raider, the 1700 does not beat the 7700k and loses by a few fps. So which one should you choose? Well, they both are basically the same price and can somewhat give you the same performance. The 7700k can give you a few more fps in most games, but is 5 or 6 fps worth an extra $20 USD? </p>\n\n<p>Note - I did not get into streaming and video rendering performance in this video. If that applies to you I would diffidently check out more reviews before making your choice. Thanks for reading! </p>","amp":null,"image":"http://cdn.wccftech.com/wp-content/uploads/2016/12/AMD-RYZEN-ZEN.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":7,"created_at":"2017-03-23 20:14:23","created_by":7,"updated_at":"2017-04-25 16:29:20","updated_by":1,"published_at":"2017-04-14 02:32:13","published_by":7},{"id":36,"uuid":"7aadbf48-e9b0-46fc-bc19-9617a3834068","title":"Introducing Life In Misery: A New Series","slug":"introducing-life-in-misery-a-new-series","markdown":"This blog post is about a new series I'm working on called Life In Misery. Based on a video series I worked on before, I wondered if I could produce a sequel that is much better. I then started to independently work on setting this one up until one of the Aclevo members, who is the Chief Executive Officer of The Lemon Network, decided to help me out. He was a good choice for me because he has experience with script writing. As we started working together, we decided on this description below. Some details may be changed in the future if necessary.\n\n>Life In Misery is a new video series by Reasonably Selenium and DP4L. The story is about a person named Paul Howard, who had committed suicide. Because of the sin he committed, Paul finds himself stuck in hell and is traumatized by it. When he finds a place called the Fortress Complex, most of the people there start to hate him and really wish for him to be gone.\n\nOnce we script Life In Misery a little more, we will add more details and make the series more exciting. The series is expected to be produced in an open sandbox game known as Minecraft. Modifications to the game will be added to add more flavor to the experience. If you want me to make a list of all of them, leave a comment below. A texture pack known as **Sphax**, which I commonly use when I play this game, will also be used. Click [here](http://bdcraft.net/) to learn more about this texture pack and to download it. If you want more updates about the new series, be sure to smash that subscribe button and we'll be back with more tommorow!\n","mobiledoc":null,"html":"<p>This blog post is about a new series I'm working on called Life In Misery. Based on a video series I worked on before, I wondered if I could produce a sequel that is much better. I then started to independently work on setting this one up until one of the Aclevo members, who is the Chief Executive Officer of The Lemon Network, decided to help me out. He was a good choice for me because he has experience with script writing. As we started working together, we decided on this description below. Some details may be changed in the future if necessary.</p>\n\n<blockquote>\n <p>Life In Misery is a new video series by Reasonably Selenium and DP4L. The story is about a person named Paul Howard, who had committed suicide. Because of the sin he committed, Paul finds himself stuck in hell and is traumatized by it. When he finds a place called the Fortress Complex, most of the people there start to hate him and really wish for him to be gone.</p>\n</blockquote>\n\n<p>Once we script Life In Misery a little more, we will add more details and make the series more exciting. The series is expected to be produced in an open sandbox game known as Minecraft. Modifications to the game will be added to add more flavor to the experience. If you want me to make a list of all of them, leave a comment below. A texture pack known as <strong>Sphax</strong>, which I commonly use when I play this game, will also be used. Click <a href=\"http://bdcraft.net/\">here</a> to learn more about this texture pack and to download it. If you want more updates about the new series, be sure to smash that subscribe button and we'll be back with more tommorow!</p>","amp":null,"image":null,"featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-03-23 21:39:50","created_by":2,"updated_at":"2017-03-23 22:08:11","updated_by":2,"published_at":"2017-03-23 22:08:11","published_by":2},{"id":37,"uuid":"1dd7efd0-67cd-44d5-bcd1-581a5da2a84c","title":"How to be anonymous online (Using a VPN)","slug":"how-to-be-anonymous-online-using-a-vpn","markdown":"If I care about one thing about being online, then it must be privacy. A common mistake I always see is that people think if they are not doing anything wrong then they do not need to be safe. That's not a good mindset to use when browsing the web. A great solution for this is a VPN.\n\n## What's a VPN and why should I care?\n\nA VPN enables users to send and receive data across shared or public networks as if their computers were directly connected to the private network. Not only does this hide your IP-address, but also your location and websites you visit from your ISP. It's also useful for browsing websites that happen to be blocked by your ISP or website administrator.\n\nEvery day you give access to your personal data to thousands of websites and services located all over the world. On the way to its final destination your data passes dozens of hops, routers and networks.\n\nYour data can be logged, monitored, analyzed and stored by your ISP, your network administrator, a site you visit, your network peers, or even worse, a hacker.\n\nFor example, your network peers may be snooping and peeking on your private Internet activities, looking for a way to compromise you and damage your reputation. And a hacker who gave you a free access to his unsecured WiFi is waiting to take over your email account and gain access to your bank account.\n\n## Okay, this sounds scary. How can I get a VPN?\n\nThere are a lot of VPN providers out there, so I understand it's difficult to choose. (Trust me, I know. I had to do this myself.) Here are a few points that you need to consider when choosing a VPN:\n\n* Logging of any kind (If your VPN provider keeps logs, it is a wise decision not to utilize their service.)\n* Location of HQ (If your VPN provider is operating in a five, nine or fourteen-eyes country, you may want to reconsider. [Read here why this matters.](https://en.wikipedia.org/wiki/Five_Eyes) )\n* Their policies (Not everyone may want to do this, but for your privacy's sake I recommend you to check the VPN provider's ToS. Some of them may not care too much about your privacy or not at all, which is quite ironic.)\n\nI myself use [SecureVPN.to](https://securevpn.to) since they have proof that they don't log, but also have a lot of countries to choose a server from, a fast network and accept secure payment methods such as Bitcoin, Ethereum and PaySafecard.\n\nIf you're unsure what VPN provider you should choose, then you can consult [That One Privacy Site](https://thatoneprivacysite.net/) for comparisons and reviews.\n\n## What about a free VPN?\n\nDefinitely not recommended. Free VPN's are absolutely not trustworthy and may even be more dangerous than not using a VPN at all. The most notorious example of this was [Hola](http://hola.org). Well, we all had to say [\"Adios\"](http://www.pcworld.com/article/2928340/ultra-popular-hola-vpn-extension-sold-your-bandwidth-for-use-in-a-botnet-attack.html) to that service. And they're not the only one.\n\n**Okay, so a paid VPN is all I need?**\n\nIt's a great start, but you would need to add a few add-ons on your browser. I use Firefox for my browsing since it's open-source, but if you're used to Google Chrome, I can definitely recommend Iridium. It's pretty much Google Chrome without it sharing data to Google.\n\nHere are the add-ons I use:\n\n**WebRTC Control**\nWebRTC exposes your internal network IP(s), [without user interaction](https://addons.mozilla.org/en-US/firefox...le-webrtc/). WebRTC will basically render your VPN useless if enabled, so let's disable this! I will never run Firefox without this add-on.\n\n**uBlock Origin**\n is able to block tracking, malware domains, banners, pop-ups and video ads - even on Facebook and YouTube. Not only great for blocking ads, but safe as well!\n\n**HTTPS Everywhere**\n will force all websites to load on the HTTPS protocol. This add-on requires no back end to work. Simply download, install and done.\n\n**Noscript**\n prevents Adobe Flash, Java, Javascript and other plug-ins from untrusted sources from being executed. You can choose what runs. \n\nSo I think this concludes my tutorial on how to be anonymous online. It is however worth a mention that you will never be completely anonymous online, this is a good way to start and help to slow down malicious entities.","mobiledoc":null,"html":"<p>If I care about one thing about being online, then it must be privacy. A common mistake I always see is that people think if they are not doing anything wrong then they do not need to be safe. That's not a good mindset to use when browsing the web. A great solution for this is a VPN.</p>\n\n<h2 id=\"whatsavpnandwhyshouldicare\">What's a VPN and why should I care?</h2>\n\n<p>A VPN enables users to send and receive data across shared or public networks as if their computers were directly connected to the private network. Not only does this hide your IP-address, but also your location and websites you visit from your ISP. It's also useful for browsing websites that happen to be blocked by your ISP or website administrator.</p>\n\n<p>Every day you give access to your personal data to thousands of websites and services located all over the world. On the way to its final destination your data passes dozens of hops, routers and networks.</p>\n\n<p>Your data can be logged, monitored, analyzed and stored by your ISP, your network administrator, a site you visit, your network peers, or even worse, a hacker.</p>\n\n<p>For example, your network peers may be snooping and peeking on your private Internet activities, looking for a way to compromise you and damage your reputation. And a hacker who gave you a free access to his unsecured WiFi is waiting to take over your email account and gain access to your bank account.</p>\n\n<h2 id=\"okaythissoundsscaryhowcanigetavpn\">Okay, this sounds scary. How can I get a VPN?</h2>\n\n<p>There are a lot of VPN providers out there, so I understand it's difficult to choose. (Trust me, I know. I had to do this myself.) Here are a few points that you need to consider when choosing a VPN:</p>\n\n<ul>\n<li>Logging of any kind (If your VPN provider keeps logs, it is a wise decision not to utilize their service.)</li>\n<li>Location of HQ (If your VPN provider is operating in a five, nine or fourteen-eyes country, you may want to reconsider. <a href=\"https://en.wikipedia.org/wiki/Five_Eyes\">Read here why this matters.</a> )</li>\n<li>Their policies (Not everyone may want to do this, but for your privacy's sake I recommend you to check the VPN provider's ToS. Some of them may not care too much about your privacy or not at all, which is quite ironic.)</li>\n</ul>\n\n<p>I myself use <a href=\"https://securevpn.to\">SecureVPN.to</a> since they have proof that they don't log, but also have a lot of countries to choose a server from, a fast network and accept secure payment methods such as Bitcoin, Ethereum and PaySafecard.</p>\n\n<p>If you're unsure what VPN provider you should choose, then you can consult <a href=\"https://thatoneprivacysite.net/\">That One Privacy Site</a> for comparisons and reviews.</p>\n\n<h2 id=\"whataboutafreevpn\">What about a free VPN?</h2>\n\n<p>Definitely not recommended. Free VPN's are absolutely not trustworthy and may even be more dangerous than not using a VPN at all. The most notorious example of this was <a href=\"http://hola.org\">Hola</a>. Well, we all had to say <a href=\"http://www.pcworld.com/article/2928340/ultra-popular-hola-vpn-extension-sold-your-bandwidth-for-use-in-a-botnet-attack.html\">\"Adios\"</a> to that service. And they're not the only one.</p>\n\n<p><strong>Okay, so a paid VPN is all I need?</strong></p>\n\n<p>It's a great start, but you would need to add a few add-ons on your browser. I use Firefox for my browsing since it's open-source, but if you're used to Google Chrome, I can definitely recommend Iridium. It's pretty much Google Chrome without it sharing data to Google.</p>\n\n<p>Here are the add-ons I use:</p>\n\n<p><strong>WebRTC Control</strong>\nWebRTC exposes your internal network IP(s), <a href=\"https://addons.mozilla.org/en-US/firefox...le-webrtc/\">without user interaction</a>. WebRTC will basically render your VPN useless if enabled, so let's disable this! I will never run Firefox without this add-on.</p>\n\n<p><strong>uBlock Origin</strong>\n is able to block tracking, malware domains, banners, pop-ups and video ads - even on Facebook and YouTube. Not only great for blocking ads, but safe as well!</p>\n\n<p><strong>HTTPS Everywhere</strong>\n will force all websites to load on the HTTPS protocol. This add-on requires no back end to work. Simply download, install and done.</p>\n\n<p><strong>Noscript</strong>\n prevents Adobe Flash, Java, Javascript and other plug-ins from untrusted sources from being executed. You can choose what runs. </p>\n\n<p>So I think this concludes my tutorial on how to be anonymous online. It is however worth a mention that you will never be completely anonymous online, this is a good way to start and help to slow down malicious entities.</p>","amp":null,"image":"/content/images/2017/03/anonvpn.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":"How to be anonymous online (Using a VPN)","meta_description":"Read on this post how to stay anonymous online by using a VPN and a few browser add-ons.","author_id":9,"created_at":"2017-03-24 22:06:45","created_by":9,"updated_at":"2017-03-25 21:03:57","updated_by":9,"published_at":"2017-03-25 18:17:57","published_by":1},{"id":38,"uuid":"04321bcb-ca7f-4dbd-ad06-c5fdfef8695e","title":"Introduction a Vie Dans La Misère: Une Nouvelle Série","slug":"fr-life-in-misery","markdown":"Cet article est a propos d'une nouvelle série que je travaille dessus appelé vie dans la misère.Basé sur une série vidéo que j'ai travailler dessus avant , je me demandais si je pouvais produire une séquence qui est bien meilleur.J'ai donc commencer a travailler indépendamment pour l'arranger jusqu’à ce qu'un membre de Aclevo , qui est l' officier chef exécutif de The Lemon Network, a décider de m'aider. Il était un bon choix pour moi parce que il avait de l' expérience avec la création de script. Vue qu'on commençais à travailler ensemble , nous avons fait cette description. Quelques détails pourraient être changer dans le futur si nécessaire.\n\n\n\nVie dans la misère est une nouvelle série vidéo par Reasonably Selenium et DP4L. L'histoire est a propos d'une personne nommé Paul Howard , qui S'est suicider. Pour le péché qu'il a commis , Paul se trouve pris en enfer et en est traumatisé. Quand il trouve un endroit appelé complexe de la forteresse, la plupart des personnes la-bas le déteste et espère vraiment qu'il parte.\n\n\n\nUne fois que nous aurons scripter vie dans la misère un peut plus , nous allons ajouter plus de détails et faire la série plus excitante. La série sera produit dans le jeu minecraft. Des modifications vont être apporter au jeu pour plus de gout et d'expérience. Si vous voulez que je fasse une liste de ceux-ci laisser un commentaire. Un pack de texture connu comme Sphax , que j'utilise communément en jouant a ce jeu , va aussi être utiliser. Appuyer ici pour en apprendre plus a propos de la nouvelle série , soyer sur de vous abonnez et nous allons être de retour demain !\n\n","mobiledoc":null,"html":"<p>Cet article est a propos d'une nouvelle série que je travaille dessus appelé vie dans la misère.Basé sur une série vidéo que j'ai travailler dessus avant , je me demandais si je pouvais produire une séquence qui est bien meilleur.J'ai donc commencer a travailler indépendamment pour l'arranger jusqu’à ce qu'un membre de Aclevo , qui est l' officier chef exécutif de The Lemon Network, a décider de m'aider. Il était un bon choix pour moi parce que il avait de l' expérience avec la création de script. Vue qu'on commençais à travailler ensemble , nous avons fait cette description. Quelques détails pourraient être changer dans le futur si nécessaire.</p>\n\n<p>Vie dans la misère est une nouvelle série vidéo par Reasonably Selenium et DP4L. L'histoire est a propos d'une personne nommé Paul Howard , qui S'est suicider. Pour le péché qu'il a commis , Paul se trouve pris en enfer et en est traumatisé. Quand il trouve un endroit appelé complexe de la forteresse, la plupart des personnes la-bas le déteste et espère vraiment qu'il parte.</p>\n\n<p>Une fois que nous aurons scripter vie dans la misère un peut plus , nous allons ajouter plus de détails et faire la série plus excitante. La série sera produit dans le jeu minecraft. Des modifications vont être apporter au jeu pour plus de gout et d'expérience. Si vous voulez que je fasse une liste de ceux-ci laisser un commentaire. Un pack de texture connu comme Sphax , que j'utilise communément en jouant a ce jeu , va aussi être utiliser. Appuyer ici pour en apprendre plus a propos de la nouvelle série , soyer sur de vous abonnez et nous allons être de retour demain !</p>","amp":null,"image":null,"featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":10,"created_at":"2017-03-27 19:38:34","created_by":10,"updated_at":"2017-04-25 19:52:13","updated_by":1,"published_at":"2017-03-27 22:48:48","published_by":2},{"id":39,"uuid":"799098fe-cc57-409c-ab67-12d925696d0d","title":"Selenium Hotel Destruction (Minecraft)","slug":"selenium-hotel-destruction-minecraft","markdown":"Here is a video of me and my friends destroying a hotel tower in Minecraft.\n\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/qhcm6D3ryFE\" frameborder=\"0\" allowfullscreen></iframe>","mobiledoc":null,"html":"<p>Here is a video of me and my friends destroying a hotel tower in Minecraft.</p>\n\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/qhcm6D3ryFE\" frameborder=\"0\" allowfullscreen></iframe>","amp":null,"image":null,"featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-03-28 23:15:32","created_by":2,"updated_at":"2017-03-28 23:21:51","updated_by":2,"published_at":"2017-03-28 23:19:16","published_by":2},{"id":40,"uuid":"df1eefd5-7cf6-445e-9f90-5054662b23ef","title":"[OS Review] Gentoo Linux","slug":"os-review-gentoo-linux","markdown":"As promised before, I've decided to go ahead and write about Gentoo. Like Arch, Gentoo is also one of the most customizable distributions of Linux, though it takes a bit more time to install than Arch due to having to compile literally everything.\n\nGentoo has it's own build utility though, that the name of slips my mind, it's easily accessed using the command emerge. Installing Gentoo is done completely through said command.\n\nLike Arch, It can be proven difficult for new users to install if they don't know how to partition the hard drive or how to use basic shell commands, it's best to read the installation guide if that's the case.\n\nAlso like Arch, the most basic installation is a Kernel, Shell, and a copy of the GNU Compiler Collection. Installing other software is as simple as typing emerge then the name of the program unless the program is somehow not included in the source code repositories, using emerge automatically takes the system through the build steps to compile said program making the task much simpler.\n\nMy honest opinion on the score I shall give Gentoo, 7.9/10, due to the slow install process. I'd prefer Arch over Gentoo for that reason alone. Gentoo is mainly for people that like to have the binaries completely tailored to the hardware their PC has.","mobiledoc":null,"html":"<p>As promised before, I've decided to go ahead and write about Gentoo. Like Arch, Gentoo is also one of the most customizable distributions of Linux, though it takes a bit more time to install than Arch due to having to compile literally everything.</p>\n\n<p>Gentoo has it's own build utility though, that the name of slips my mind, it's easily accessed using the command emerge. Installing Gentoo is done completely through said command.</p>\n\n<p>Like Arch, It can be proven difficult for new users to install if they don't know how to partition the hard drive or how to use basic shell commands, it's best to read the installation guide if that's the case.</p>\n\n<p>Also like Arch, the most basic installation is a Kernel, Shell, and a copy of the GNU Compiler Collection. Installing other software is as simple as typing emerge then the name of the program unless the program is somehow not included in the source code repositories, using emerge automatically takes the system through the build steps to compile said program making the task much simpler.</p>\n\n<p>My honest opinion on the score I shall give Gentoo, 7.9/10, due to the slow install process. I'd prefer Arch over Gentoo for that reason alone. Gentoo is mainly for people that like to have the binaries completely tailored to the hardware their PC has.</p>","amp":null,"image":"/content/images/2017/04/gentoo-horizontal.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":4,"created_at":"2017-04-02 17:11:52","created_by":4,"updated_at":"2017-04-02 17:31:09","updated_by":4,"published_at":"2017-04-02 17:31:09","published_by":4},{"id":42,"uuid":"bec6423d-edcc-421b-a39d-546235961b9c","title":"The Linux BBS Problem (Client)","slug":"the-linux-bbs-problem-client","markdown":"A Bulletin Board System or BBS is a lot like a early forum. BBS's usually have forums, chat rooms, games, file storage and mail. BBS's were around during the DOS era of computing as because of that, most BBS clients and servers are made for Windows and DOS and not Linux or Mac. Over the next few weeks, I will be looking at a few BBS clients for linux.","mobiledoc":null,"html":"<p>A Bulletin Board System or BBS is a lot like a early forum. BBS's usually have forums, chat rooms, games, file storage and mail. BBS's were around during the DOS era of computing as because of that, most BBS clients and servers are made for Windows and DOS and not Linux or Mac. Over the next few weeks, I will be looking at a few BBS clients for linux.</p>","amp":null,"image":null,"featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-04-06 01:12:52","created_by":1,"updated_at":"2017-04-24 15:49:35","updated_by":1,"published_at":"2017-04-06 18:27:51","published_by":1},{"id":43,"uuid":"6cace491-cdef-4c76-8b66-38c6f0609309","title":"Making your technology perform","slug":"making-your-technology-perform","markdown":"There is a new world order, where data is king and where simple and effective customer experiences rule. The kind of experiences that are targeted, powered by micro-segmented analytics and focussed behind the scenes whilst being elegantly simple and effective at the front-end.\n\n## _'Mega data'_ &nbsp;and the end-user\n\nI read the other day that users, in the future, will be inclined to bank with Google, Amazon, Facebook or Apple. Why? They are seen as simple, cool, personal, adaptive and trustworthy by users - what users don’t see is the ‘mega data’ analysis that is happening behind the scenes to make this possible. The stark reality for banks is that unless they ‘get on the bus’, understand this ‘new world order’, improve their understanding of what users actually want, improve their service offer in line with their understanding (through all channels), understand the need for flexibility in their network formats and channels, improve everything.\n\n##Simplicity = key\n\nThe reality is different. New benchmarks are being set every day by organisations like Uber and others that are having a profound affect on the way we interact with technology. In the ‘new world order’, complicated interfaces and intimidating screens of information will be replaced by intuitive carefully choreographed interactions where at every point, the customer is able to do exactly what he or she wants to do, wherever they want to do it, whenever they want to do it and, almost unknown to the customer the service provider will be quietly gathering data on the users' behaviour and refining their business with rapid, incremental innovation. \n\n##Data analysis\n\nProgressive banks understand how customers are browsing, where they go to perform specific tasks, how long they are taking to perform these and how successful the service is in delivering to the customers needs. By gathering more and more data about how and what customers are doing Banks will remove the guesswork from their business, target on opportunities that win and drive simplification. The more data they gather, the more personal the experience will become and the more they will ‘take the guesswork out of winning’.\n\nI like to call this _'the yacht effect'_, because on the surface it all looks beautiful and the interactions are simple and elegant, but in the engine room, the engines are paddling like crazy.\n\n**Tips to make your technology perform**\n\n* Make sure the technology has a _real_ purpose and not an imagined one. If it isn't necessary yet, then don't implement it.\n* Integrate technology into a carefully choreographed customer journey that enhances your customers experience of your brand.\n* Only use technology where you know users will use it.\n* Keep interfaces simple and uncluttered. This is a mistake that I'm still seeing too often.\n* Never over promise - make sure the technology works. It's what users need in the first place.\n* Gather data on customer behaviour whenever possible - Data is the new oil.\n* Remember that users use technology for transactional and informational purposes, very little else.","mobiledoc":null,"html":"<p>There is a new world order, where data is king and where simple and effective customer experiences rule. The kind of experiences that are targeted, powered by micro-segmented analytics and focussed behind the scenes whilst being elegantly simple and effective at the front-end.</p>\n\n<h2 id=\"_megadata_nbspandtheenduser\"><em>'Mega data'</em> &nbsp;and the end-user</h2>\n\n<p>I read the other day that users, in the future, will be inclined to bank with Google, Amazon, Facebook or Apple. Why? They are seen as simple, cool, personal, adaptive and trustworthy by users - what users don’t see is the ‘mega data’ analysis that is happening behind the scenes to make this possible. The stark reality for banks is that unless they ‘get on the bus’, understand this ‘new world order’, improve their understanding of what users actually want, improve their service offer in line with their understanding (through all channels), understand the need for flexibility in their network formats and channels, improve everything.</p>\n\n<h2 id=\"simplicitykey\">Simplicity = key</h2>\n\n<p>The reality is different. New benchmarks are being set every day by organisations like Uber and others that are having a profound affect on the way we interact with technology. In the ‘new world order’, complicated interfaces and intimidating screens of information will be replaced by intuitive carefully choreographed interactions where at every point, the customer is able to do exactly what he or she wants to do, wherever they want to do it, whenever they want to do it and, almost unknown to the customer the service provider will be quietly gathering data on the users' behaviour and refining their business with rapid, incremental innovation. </p>\n\n<h2 id=\"dataanalysis\">Data analysis</h2>\n\n<p>Progressive banks understand how customers are browsing, where they go to perform specific tasks, how long they are taking to perform these and how successful the service is in delivering to the customers needs. By gathering more and more data about how and what customers are doing Banks will remove the guesswork from their business, target on opportunities that win and drive simplification. The more data they gather, the more personal the experience will become and the more they will ‘take the guesswork out of winning’.</p>\n\n<p>I like to call this <em>'the yacht effect'</em>, because on the surface it all looks beautiful and the interactions are simple and elegant, but in the engine room, the engines are paddling like crazy.</p>\n\n<p><strong>Tips to make your technology perform</strong></p>\n\n<ul>\n<li>Make sure the technology has a <em>real</em> purpose and not an imagined one. If it isn't necessary yet, then don't implement it.</li>\n<li>Integrate technology into a carefully choreographed customer journey that enhances your customers experience of your brand.</li>\n<li>Only use technology where you know users will use it.</li>\n<li>Keep interfaces simple and uncluttered. This is a mistake that I'm still seeing too often.</li>\n<li>Never over promise - make sure the technology works. It's what users need in the first place.</li>\n<li>Gather data on customer behaviour whenever possible - Data is the new oil.</li>\n<li>Remember that users use technology for transactional and informational purposes, very little else.</li>\n</ul>","amp":null,"image":"/content/images/2017/04/ecommercetech.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":9,"created_at":"2017-04-06 13:43:12","created_by":9,"updated_at":"2017-04-06 18:42:15","updated_by":9,"published_at":"2017-04-06 13:43:00","published_by":9},{"id":44,"uuid":"1d018d3b-18de-41e8-9824-c7cd0eef56a5","title":"Linux BBS Client - XTerm","slug":"linux-bbs-client-xterm","markdown":"## Intro\nXTerm is the default terminal for many GNU/Linux distros. While it is good as a terminal, is it any good as BBS client?\n\n## Installing XTerm\nXTerm or Telnet may not be installed on your GNU/Linux distro by default. If you see something like `bash: command not found`, then you may have to install telnet.\n\n### Ubuntu, Debian\n```bash\nsudo apt-get install telnet xterm\n```\n\n### Fedora, CentOS, RHEL\n```bash\nsudo yum install telnet xterm\n```\n\n### Arch Linux\n```bash\nsudo pacman -S telnet xterm\n```\n\n## Using telnet\nOpen up XTerm and run telnet by entering `telnet [address]`.\n\n## Review\nXTerm supports arrow keys and other functions you would find in a terminal. However, there are layout issues. A huge downside is that it doesn't support ANSI symbols. Instead, it shows Unicode or other symbols. It does not support ANSI music or other features and has viewing issues along with other problems.\n\n## Conclusion\nXTerm is **not** a good choice for a BBS client. Because of its issues, I give it a 3/10.","mobiledoc":null,"html":"<h2 id=\"intro\">Intro</h2>\n\n<p>XTerm is the default terminal for many GNU/Linux distros. While it is good as a terminal, is it any good as BBS client?</p>\n\n<h2 id=\"installingxterm\">Installing XTerm</h2>\n\n<p>XTerm or Telnet may not be installed on your GNU/Linux distro by default. If you see something like <code>bash: command not found</code>, then you may have to install telnet.</p>\n\n<h3 id=\"ubuntudebian\">Ubuntu, Debian</h3>\n\n<pre><code class=\"language-bash\">sudo apt-get install telnet xterm \n</code></pre>\n\n<h3 id=\"fedoracentosrhel\">Fedora, CentOS, RHEL</h3>\n\n<pre><code class=\"language-bash\">sudo yum install telnet xterm \n</code></pre>\n\n<h3 id=\"archlinux\">Arch Linux</h3>\n\n<pre><code class=\"language-bash\">sudo pacman -S telnet xterm \n</code></pre>\n\n<h2 id=\"usingtelnet\">Using telnet</h2>\n\n<p>Open up XTerm and run telnet by entering <code>telnet [address]</code>.</p>\n\n<h2 id=\"review\">Review</h2>\n\n<p>XTerm supports arrow keys and other functions you would find in a terminal. However, there are layout issues. A huge downside is that it doesn't support ANSI symbols. Instead, it shows Unicode or other symbols. It does not support ANSI music or other features and has viewing issues along with other problems.</p>\n\n<h2 id=\"conclusion\">Conclusion</h2>\n\n<p>XTerm is <strong>not</strong> a good choice for a BBS client. Because of its issues, I give it a 3/10.</p>","amp":null,"image":"https://upload.wikimedia.org/wikipedia/commons/1/1c/Xterm.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-04-06 18:28:15","created_by":1,"updated_at":"2017-04-25 16:24:50","updated_by":1,"published_at":"2017-04-06 18:56:56","published_by":1},{"id":45,"uuid":"58b451d3-0314-4f82-9f02-fcabd3ab924a","title":"How to reverse proxy with nginx","slug":"how-to-reverse-proxy-with-nginx","markdown":"## Intro\nNginx is by far the most popular web server for routing different apps on different servers together. In fact, this blog you are reading right now uses nginx to proxy the blog. Proxying is an important thing to do for any website as search engines only scan port 80 (http) and port 443 (https). Speaking of HTTPS, it is way easier to get SSL setup with nginx than doing it individually.\n\n### What is a proxy?\nProxy has multiple meanings. It is usually used as a service to get around a web block. However, that is not what we will be talking about today. If you want a web proxy check out ours at http://px.aclevo.xyz (Coming Soon). In this case, it is a application that routes different web apps together (Examples: NodeJS, Apache, Django, etc.) on separate domains, subdomains or directories.\n\n### Why do I need one?\nLets say you have a Ghost blog and a Drupal website on the same computer. If you don't want to use ports, you will have to proxy them. For example, http://example.com/ could be where your Drupal site could be and http://example.com/blog is where your blog could be. If you decided to add a webmail server you could proxy that to http://webmail.example.com.\n\n## Instructions\n### Installng Nginx\nFirst, you will need to install nginx. It is installed differently on different Linux distributions.\n\n**Ubuntu/Debian**\n```bash\nsudo apt-get install nginx nano\n```\n\n**Fedora/CentOS/RHEL**\n```bash\nsudo yum install nginx nano\n```\n\n**Arch Linux**\n```bash\nsudo pacman -S nginx nano\n```\n\n### Configuring Nginx\nYou will have to open nginx in nano (A text editor)\n```bash\nsudo nano /etc/nginx/nginx.conf\n```\nThen you will have to configure nginx by removing the section that starts with `html` and appending this to your config file:\n```nginx\nserver {\n listen 80;\n server_name YOUR_SITE.com;\n\n location / {\n proxy_pass http://localhost:8080;\n proxy_set_header Host $host;\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n proxy_set_header X-Forwarded-Proto $scheme;\n }\n}\n```\nMake sure to change `/` to the directory you want to access the web app by and `YOUR_SITE.com` to the domain you want to access the web app by. Then, change the `proxy_pass` value to the target web app's address you want to proxy to.\n\n### Restarting Nginx\nIf you followed the directions correctly, you should be able to run the following command with out getting an error:\n```bash\nsudo service nginx restart\n```\n\n### Congrats!\nYou have successfully set up a nginx proxy! Now you can host multiple apps on one computer!","mobiledoc":null,"html":"<h2 id=\"intro\">Intro</h2>\n\n<p>Nginx is by far the most popular web server for routing different apps on different servers together. In fact, this blog you are reading right now uses nginx to proxy the blog. Proxying is an important thing to do for any website as search engines only scan port 80 (http) and port 443 (https). Speaking of HTTPS, it is way easier to get SSL setup with nginx than doing it individually.</p>\n\n<h3 id=\"whatisaproxy\">What is a proxy?</h3>\n\n<p>Proxy has multiple meanings. It is usually used as a service to get around a web block. However, that is not what we will be talking about today. If you want a web proxy check out ours at <a href=\"http://px.aclevo.xyz\">http://px.aclevo.xyz</a> (Coming Soon). In this case, it is a application that routes different web apps together (Examples: NodeJS, Apache, Django, etc.) on separate domains, subdomains or directories.</p>\n\n<h3 id=\"whydoineedone\">Why do I need one?</h3>\n\n<p>Lets say you have a Ghost blog and a Drupal website on the same computer. If you don't want to use ports, you will have to proxy them. For example, <a href=\"http://example.com/\">http://example.com/</a> could be where your Drupal site could be and <a href=\"http://example.com/blog\">http://example.com/blog</a> is where your blog could be. If you decided to add a webmail server you could proxy that to <a href=\"http://webmail.example.com\">http://webmail.example.com</a>.</p>\n\n<h2 id=\"instructions\">Instructions</h2>\n\n<h3 id=\"installngnginx\">Installng Nginx</h3>\n\n<p>First, you will need to install nginx. It is installed differently on different Linux distributions.</p>\n\n<p><strong>Ubuntu/Debian</strong></p>\n\n<pre><code class=\"language-bash\">sudo apt-get install nginx nano \n</code></pre>\n\n<p><strong>Fedora/CentOS/RHEL</strong></p>\n\n<pre><code class=\"language-bash\">sudo yum install nginx nano \n</code></pre>\n\n<p><strong>Arch Linux</strong></p>\n\n<pre><code class=\"language-bash\">sudo pacman -S nginx nano \n</code></pre>\n\n<h3 id=\"configuringnginx\">Configuring Nginx</h3>\n\n<p>You will have to open nginx in nano (A text editor) </p>\n\n<pre><code class=\"language-bash\">sudo nano /etc/nginx/nginx.conf \n</code></pre>\n\n<p>Then you will have to configure nginx by removing the section that starts with <code>html</code> and appending this to your config file: </p>\n\n<pre><code class=\"language-nginx\">server { \n listen 80;\n server_name YOUR_SITE.com;\n\n location / {\n proxy_pass http://localhost:8080;\n proxy_set_header Host $host;\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n proxy_set_header X-Forwarded-Proto $scheme;\n }\n}\n</code></pre>\n\n<p>Make sure to change <code>/</code> to the directory you want to access the web app by and <code>YOUR_SITE.com</code> to the domain you want to access the web app by. Then, change the <code>proxy_pass</code> value to the target web app's address you want to proxy to.</p>\n\n<h3 id=\"restartingnginx\">Restarting Nginx</h3>\n\n<p>If you followed the directions correctly, you should be able to run the following command with out getting an error: </p>\n\n<pre><code class=\"language-bash\">sudo service nginx restart \n</code></pre>\n\n<h3 id=\"congrats\">Congrats!</h3>\n\n<p>You have successfully set up a nginx proxy! Now you can host multiple apps on one computer!</p>","amp":null,"image":"https://cdn.wp.nginx.com/wp-content/uploads/2015/04/NGINX_logo_rgb-01.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-04-07 19:40:19","created_by":1,"updated_at":"2017-04-25 16:25:44","updated_by":1,"published_at":"2017-04-07 20:14:15","published_by":1},{"id":46,"uuid":"65bed736-4d97-4009-9c59-0f61f60634e8","title":"Amazon introduces Amazon Connect - Who will bite the dust first?","slug":"amazon-introduces-amazon-connect","markdown":"Last week, Amazon announced the release of Connect, their cloud-based contact center solution that lives in the growing AWS (Amazon Web Services) suite of business products. Amazon Connect is taking what they have built and use themselves “to power millions of customer conversations” and making it available to anyone operating a contact center. Believe it or not, this seemingly small product release has the potential to kill multiple industries.\n\nAWS is a global technology giant. They’ve been innovating and providing solutions for a long time. They’ve built their own systems in-house and know a lot about providing service at scale. Amazon is known throughout the industry as the gold standard of customer support processes and tools, so I’d imagine most consumers are excited to get the opportunity to access the same tools they use. However, if I were a technology provider, I'd be concerned. Deeply concerned.\n\nAmazon has the potential to disrupt entire industries. Think about how many hosting businesses died as AWS entered the market with a cheaper and more scalable solution that was backed with the Amazon name. Amazon also has the patience to wait years before making money, patiently waiting as they grab market share and watch competitors die.\n\n## VoIP providers\n\nCompanies like Twilio, Skype and Vonage are all hosted solutions that make money selling minutes. Now that Amazon Connect is in the space, this could mean bad news for these providers. Connect is reported to be 40% cheaper than Twilio’s offering and some developers claim that the interfaces are easier to use. Minutes are a commodity and a race to the bottom. Just as Amazon leveraged their scale and patience for profits to win the hosting space, they may do the same here.\n\n## Cloud-based providers\n\nThen we have cloud based providers like Talkdesk and NewVoiceMedia that were born on the cloud and offer fully digital experiences. These companies advertise benefits like ease and speed of implementation and much better user experiences than their on-premise counterparts. Connect is advertising itself as “a simple to use, self-service, cloud-based customer contact center that scales to support any size business.” None of this sounds any different to what current cloud based companies provide.\n\nConnect offers easy implementation with its out of box solution and its low pay-per-use cost structure makes it much more attractive to smaller businesses as well as easily scalable with growth. Additionally, Connect’s out the the box solution is fully integrated, so it’s literally plug and play. These cloud companies also differentiate based on their integrations, but my hunch is that 3rd party developers are going to prioritize the Amazon ecosystem for good reason.\n\n## What's next?\n\nAmazon Connect just launched this week and there are still a lot of questions out there. But if connect has any success, imagine what’s next?\n\nAmazon has built their own CRM platform in-house and it’s a powerful tool to say the least. While they aren’t currently focusing on a CRM solution as they are touting integrations with Salesforce and Zendesk out of the box, that’s not to say they won’t in the future. Amazon is coming at the contact center market as a cloud first technology company.\n\nCombining that with their AWS backbone, superior engineering, and AI capabilities is scary. Bolster that with their brand name and unlimited budget and Amazon could have a shot to become *the* contact center technology company, just as AWS has become synonymous with cloud hosting.","mobiledoc":null,"html":"<p>Last week, Amazon announced the release of Connect, their cloud-based contact center solution that lives in the growing AWS (Amazon Web Services) suite of business products. Amazon Connect is taking what they have built and use themselves “to power millions of customer conversations” and making it available to anyone operating a contact center. Believe it or not, this seemingly small product release has the potential to kill multiple industries.</p>\n\n<p>AWS is a global technology giant. They’ve been innovating and providing solutions for a long time. They’ve built their own systems in-house and know a lot about providing service at scale. Amazon is known throughout the industry as the gold standard of customer support processes and tools, so I’d imagine most consumers are excited to get the opportunity to access the same tools they use. However, if I were a technology provider, I'd be concerned. Deeply concerned.</p>\n\n<p>Amazon has the potential to disrupt entire industries. Think about how many hosting businesses died as AWS entered the market with a cheaper and more scalable solution that was backed with the Amazon name. Amazon also has the patience to wait years before making money, patiently waiting as they grab market share and watch competitors die.</p>\n\n<h2 id=\"voipproviders\">VoIP providers</h2>\n\n<p>Companies like Twilio, Skype and Vonage are all hosted solutions that make money selling minutes. Now that Amazon Connect is in the space, this could mean bad news for these providers. Connect is reported to be 40% cheaper than Twilio’s offering and some developers claim that the interfaces are easier to use. Minutes are a commodity and a race to the bottom. Just as Amazon leveraged their scale and patience for profits to win the hosting space, they may do the same here.</p>\n\n<h2 id=\"cloudbasedproviders\">Cloud-based providers</h2>\n\n<p>Then we have cloud based providers like Talkdesk and NewVoiceMedia that were born on the cloud and offer fully digital experiences. These companies advertise benefits like ease and speed of implementation and much better user experiences than their on-premise counterparts. Connect is advertising itself as “a simple to use, self-service, cloud-based customer contact center that scales to support any size business.” None of this sounds any different to what current cloud based companies provide.</p>\n\n<p>Connect offers easy implementation with its out of box solution and its low pay-per-use cost structure makes it much more attractive to smaller businesses as well as easily scalable with growth. Additionally, Connect’s out the the box solution is fully integrated, so it’s literally plug and play. These cloud companies also differentiate based on their integrations, but my hunch is that 3rd party developers are going to prioritize the Amazon ecosystem for good reason.</p>\n\n<h2 id=\"whatsnext\">What's next?</h2>\n\n<p>Amazon Connect just launched this week and there are still a lot of questions out there. But if connect has any success, imagine what’s next?</p>\n\n<p>Amazon has built their own CRM platform in-house and it’s a powerful tool to say the least. While they aren’t currently focusing on a CRM solution as they are touting integrations with Salesforce and Zendesk out of the box, that’s not to say they won’t in the future. Amazon is coming at the contact center market as a cloud first technology company.</p>\n\n<p>Combining that with their AWS backbone, superior engineering, and AI capabilities is scary. Bolster that with their brand name and unlimited budget and Amazon could have a shot to become <em>the</em> contact center technology company, just as AWS has become synonymous with cloud hosting.</p>","amp":null,"image":"/content/images/2017/04/awsconnect-vidthumb.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":9,"created_at":"2017-04-08 11:35:23","created_by":9,"updated_at":"2017-04-24 15:42:10","updated_by":1,"published_at":"2017-04-08 15:12:43","published_by":1},{"id":47,"uuid":"af4f0cde-059a-4550-b127-be649b859faf","title":"Travel Log - Washington DC (Day 1)","slug":"travel-log-washington-dc-day-1","markdown":"### 5:00 AM\nGetting in Car going to Airport. I am not very tired.\n### 5:30 AM\nGot to Airport, most check in lines are closed on the busiest day of the year.\n### 6:30 AM\nGot to waiting room, Raspberry Pi SD Card decided to die randomly.\n### 7:00 AM\nGetting ready to get on plane.\n### 7:30 AM\nFlight got delayed.","mobiledoc":null,"html":"<h3 id=\"500am\">5:00 AM</h3>\n\n<p>Getting in Car going to Airport. I am not very tired. </p>\n\n<h3 id=\"530am\">5:30 AM</h3>\n\n<p>Got to Airport, most check in lines are closed on the busiest day of the year. </p>\n\n<h3 id=\"630am\">6:30 AM</h3>\n\n<p>Got to waiting room, Raspberry Pi SD Card decided to die randomly. </p>\n\n<h3 id=\"700am\">7:00 AM</h3>\n\n<p>Getting ready to get on plane. </p>\n\n<h3 id=\"730am\">7:30 AM</h3>\n\n<p>Flight got delayed.</p>","amp":null,"image":null,"featured":0,"page":0,"status":"draft","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-04-08 13:48:31","created_by":1,"updated_at":"2017-04-08 15:14:16","updated_by":1,"published_at":null,"published_by":null},{"id":48,"uuid":"1f38c353-9540-4d7e-b19a-8c54b2513f1f","title":"How to install every game on Ubuntu","slug":"how-to-install-every-game-on-ubuntu","markdown":"Steam is a popular option for gaming, but did you know that APT has over 200 games that are installable in just one command? Continue reading to find out how to install all of these games for free.\n\n**Adventure** `sudo apt-get install games-adventure`\n\n**Board** `sudo apt-get install games-board`\n\n**MUD** `sudo apt-get install games-mud`\n\n**Platforming** `sudo apt-get install games-platform`\n\n**Puzzle** `sudo apt-get install games-platform`\n\n**FPS** `sudo apt-get install games-fps`\n\n**Arcade** `sudo apt-get install games-arcade`\n\n**Programming** `sudo apt-get install games-programming`\n\n**Emulators** `sudo apt-get install games-emulator`\n\n**Card** `sudo apt-get install games-card`\n\n**Typing** `sudo apt-get install games-typing`\n\n**RPG** `sudo apt-get install games-rpg`\n\n**Text Only** `sudo apt-get install games-console`\n\n**Finest** `sudo apt-get install games-finest`\n\n**Finest Light** `sudo apt-get install games-finest-light`\n\n**Sport** `sudo apt-get install games-sport`\n\n**Shoot 'em up** `sudo apt-get install games-shootemup`\n\n**Minesweeper** `sudo apt-get install games-minesweeper`\n\n**Simulation** `sudo apt-get install games-simulation`\n\n**Chess** `sudo apt-get install games-chess`\n\n**Rougelike** `sudo apt-get install games-rouge`\n\n**Racing** `sudo apt-get install games-racing`\n\n**Strategy** `sudo apt-get install games-strategy`\n\n**Toys** `sudo apt-get install games-toys`\n\n**Tetris** `sudo apt-get install games-tetris`\n\n**Everything** `sudo apt-get install games-*`","mobiledoc":null,"html":"<p>Steam is a popular option for gaming, but did you know that APT has over 200 games that are installable in just one command? Continue reading to find out how to install all of these games for free.</p>\n\n<p><strong>Adventure</strong> <code>sudo apt-get install games-adventure</code></p>\n\n<p><strong>Board</strong> <code>sudo apt-get install games-board</code></p>\n\n<p><strong>MUD</strong> <code>sudo apt-get install games-mud</code></p>\n\n<p><strong>Platforming</strong> <code>sudo apt-get install games-platform</code></p>\n\n<p><strong>Puzzle</strong> <code>sudo apt-get install games-platform</code></p>\n\n<p><strong>FPS</strong> <code>sudo apt-get install games-fps</code></p>\n\n<p><strong>Arcade</strong> <code>sudo apt-get install games-arcade</code></p>\n\n<p><strong>Programming</strong> <code>sudo apt-get install games-programming</code></p>\n\n<p><strong>Emulators</strong> <code>sudo apt-get install games-emulator</code></p>\n\n<p><strong>Card</strong> <code>sudo apt-get install games-card</code></p>\n\n<p><strong>Typing</strong> <code>sudo apt-get install games-typing</code></p>\n\n<p><strong>RPG</strong> <code>sudo apt-get install games-rpg</code></p>\n\n<p><strong>Text Only</strong> <code>sudo apt-get install games-console</code></p>\n\n<p><strong>Finest</strong> <code>sudo apt-get install games-finest</code></p>\n\n<p><strong>Finest Light</strong> <code>sudo apt-get install games-finest-light</code></p>\n\n<p><strong>Sport</strong> <code>sudo apt-get install games-sport</code></p>\n\n<p><strong>Shoot 'em up</strong> <code>sudo apt-get install games-shootemup</code></p>\n\n<p><strong>Minesweeper</strong> <code>sudo apt-get install games-minesweeper</code></p>\n\n<p><strong>Simulation</strong> <code>sudo apt-get install games-simulation</code></p>\n\n<p><strong>Chess</strong> <code>sudo apt-get install games-chess</code></p>\n\n<p><strong>Rougelike</strong> <code>sudo apt-get install games-rouge</code></p>\n\n<p><strong>Racing</strong> <code>sudo apt-get install games-racing</code></p>\n\n<p><strong>Strategy</strong> <code>sudo apt-get install games-strategy</code></p>\n\n<p><strong>Toys</strong> <code>sudo apt-get install games-toys</code></p>\n\n<p><strong>Tetris</strong> <code>sudo apt-get install games-tetris</code></p>\n\n<p><strong>Everything</strong> <code>sudo apt-get install games-*</code></p>","amp":null,"image":"https://mergy.org/wp-content/uploads/deb-dpkg.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-04-08 14:25:40","created_by":1,"updated_at":"2017-04-25 17:34:15","updated_by":1,"published_at":"2017-04-08 14:38:42","published_by":1},{"id":49,"uuid":"f4542e00-f530-4d17-b6af-ced6c1cd070f","title":"How to add Code Highlighting to your Ghost blog","slug":"how-to-add-code-highlighting-to-your-ghost-blog","markdown":"At Aclevo, we use Ghost because it is lightweight and easy to use. However, Ghost has issues. One of these issues is code highlighting. In this post, I will be telling you how to add code highlighting in Ghost.\n\n**Step 1**\n\nGo to your Ghost Admin page.\n\n**Step 2**\n\nGo to the *Code Injection* tab.\n\n**Step 3**\n\nAdd the following to the *Blog Header* text field.\n```html\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/prism/1.6.0/prism.min.js\"></script>\n```\nyou can include any other language by using\n```html\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/prism/1.6.0/components/prism-LANGUAGE_NAME.min.js\"></script>\n```\n\n**Step 4**\n\nAdd Code Highlighting to your markdown by using\n<pre><code class=\"language-markdown\">```language\ncode\n```</code></pre>","mobiledoc":null,"html":"<p>At Aclevo, we use Ghost because it is lightweight and easy to use. However, Ghost has issues. One of these issues is code highlighting. In this post, I will be telling you how to add code highlighting in Ghost.</p>\n\n<p><strong>Step 1</strong></p>\n\n<p>Go to your Ghost Admin page.</p>\n\n<p><strong>Step 2</strong></p>\n\n<p>Go to the <em>Code Injection</em> tab.</p>\n\n<p><strong>Step 3</strong></p>\n\n<p>Add the following to the <em>Blog Header</em> text field. </p>\n\n<pre><code class=\"language-html\">&lt;script src=\"https://cdnjs.cloudflare.com/ajax/libs/prism/1.6.0/prism.min.js\"&gt;&lt;/script&gt; \n</code></pre>\n\n<p>you can include any other language by using </p>\n\n<pre><code class=\"language-html\">&lt;script src=\"https://cdnjs.cloudflare.com/ajax/libs/prism/1.6.0/components/prism-LANGUAGE_NAME.min.js\"&gt;&lt;/script&gt; \n</code></pre>\n\n<p><strong>Step 4</strong></p>\n\n<p>Add Code Highlighting to your markdown by using </p>\n\n<pre><code class=\"language-markdown\">```language\ncode\n```</code></pre>","amp":null,"image":"/content/images/2017/04/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f732f6f707062373572356c35726762376d2f73637265656e73686f742e706e67.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-04-08 14:49:06","created_by":1,"updated_at":"2017-04-25 16:27:31","updated_by":1,"published_at":"2017-04-08 15:10:34","published_by":1},{"id":50,"uuid":"064de432-bac9-4886-8fcf-0229db3b0989","title":"(Untitled)","slug":"untitled","markdown":"","mobiledoc":null,"html":"","amp":null,"image":null,"featured":0,"page":0,"status":"draft","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-04-08 15:17:06","created_by":1,"updated_at":"2017-04-08 15:17:41","updated_by":1,"published_at":null,"published_by":null},{"id":51,"uuid":"95ad1614-9c5d-4343-b579-14ad2a9418a1","title":"New YouTube Monetization Threshold.","slug":"youtube-new-monetization-threshold","markdown":"Not too long ago, Google posted on the YouTube Creators blog that they are adding a view threshold to serve ads on your videos, now they are saying in order to make any sort of revenue on your videos via ads you have to have at least 10,000 lifetime video views on your channel.\n\nThat's quite a bummer for the average small YouTube Creator, as it usually takes at least over a year to rack up so many views on your channel. Though is that mostly a good thing or a bad thing, The good thing is that it gives YouTube enough information to determine if a channel is worthy of placing ads on their content. The bad thing is... you don't get ad revenue for quite some time, like that even matters how little you get during those early days.\n\nWhy did YouTube decide to do this you may ask, well, many large advertisers heard from a source called the Wall Street Journal that their ads were being shown on hate content such as ISIS videos and things of that nature, and they took action and decided to pull ads from YouTube all together.\n\nThe culprit of these actions is Content ID, which is a flawed system. Said videos were being claimed via the Content ID system resulting in premium advertisements being shown on those videos, thus getting noticed by the Wall Street Journal, thus resulting in ads being pulled, thus the new view threshold being placed. \n\nI personally don't this this is a good solution to this problem as what I do believe is that Content ID should be fixed instead of adding a view threshold.\n\nWill things be sorted out for the better soon? Who knows.\nMore updates on the situation will be posted as I find out about them.","mobiledoc":null,"html":"<p>Not too long ago, Google posted on the YouTube Creators blog that they are adding a view threshold to serve ads on your videos, now they are saying in order to make any sort of revenue on your videos via ads you have to have at least 10,000 lifetime video views on your channel.</p>\n\n<p>That's quite a bummer for the average small YouTube Creator, as it usually takes at least over a year to rack up so many views on your channel. Though is that mostly a good thing or a bad thing, The good thing is that it gives YouTube enough information to determine if a channel is worthy of placing ads on their content. The bad thing is... you don't get ad revenue for quite some time, like that even matters how little you get during those early days.</p>\n\n<p>Why did YouTube decide to do this you may ask, well, many large advertisers heard from a source called the Wall Street Journal that their ads were being shown on hate content such as ISIS videos and things of that nature, and they took action and decided to pull ads from YouTube all together.</p>\n\n<p>The culprit of these actions is Content ID, which is a flawed system. Said videos were being claimed via the Content ID system resulting in premium advertisements being shown on those videos, thus getting noticed by the Wall Street Journal, thus resulting in ads being pulled, thus the new view threshold being placed. </p>\n\n<p>I personally don't this this is a good solution to this problem as what I do believe is that Content ID should be fixed instead of adding a view threshold.</p>\n\n<p>Will things be sorted out for the better soon? Who knows. <br />\nMore updates on the situation will be posted as I find out about them.</p>","amp":null,"image":"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ef/YouTube_logo_2015.svg/1200px-YouTube_logo_2015.svg.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":4,"created_at":"2017-04-08 23:50:22","created_by":4,"updated_at":"2017-04-25 17:27:14","updated_by":1,"published_at":"2017-04-09 00:08:07","published_by":4},{"id":52,"uuid":"4d743046-1093-43a2-8784-046d46324639","title":"Aclevo is Leaving YouTube, But Why?","slug":"aclevo-is-leaving-youtube-but-why","markdown":"Serious changes are going to be made in order to keep Aclevo alive. For one, our main source of revenue will be the blog instead of YouTube. I, Reasonably Selenium, the CEO of Aclevo, will be explaining why in a minute. We as a company will also be switching from YouTube to other services such as DailyMotion and HitBox. Before we begin, please understand that we have strong opinions about maintaining an effective budget in the surplus region. We really do not like losing one of our best sources of income that keeps us rolling.\n\nAs you all may know, YouTube has recently changed their policies regarding monetization. YouTube channels below 10k total views will no longer be able to receive revenue until they are able to get that amount of views. Unfortunately, getting popular does not happen overnight, and Aclevo heavily relied on this revenue in order to provide funding for the website and the domain. We may not be able to pay for the xyz domain due to the unforeseen circumstances, and may have to go back to using a free domain. We will keep you posted, and update you if and when \"doomsday\" comes.\n\nBut in all seriousness, we do have some solution to our revenue problems, which is our blog. We use the ads on our posts to pay for the website and domain. I am not qualified to share information about how much revenue we make. However, we as Aclevo hope to make enough revenue in order to pay for our necessities and keep the blog running. Our bloggers, including myself, work really hard in order to make sure content gets pushed out here.\n\nWe as a company will no longer post our videos to YouTube. Instead, all videos will be uploaded and monetized on a video sharing service known as DailyMotion. Their company was founded in France in 2003, and has been growing as an alternative to YouTube ever since. Our Multi Channel Network, known as Freedom, currently support getting revenue on DailyMotion at the time of this post.\n\nThey also support HitBox, a video streaming service we may decide to use to stream Aclevo Live. One of our members showed interest in producing live shows in order to get more viewers. We thought it would be in our interest to start streaming in order to keep our fans happy. If you would like to see us live stream successfully for the first time, please let us know down in the comments below. We will be sure to produce quality content on the double.\n\nThank you for taking the time to read this post. If you would like to stay updated with us, please be sure to subscribe for more blog posts, and tell us in the comments what you think about the situation and what you think we should do next. Please be sure to check out our other posts to get more amazing content. Have a nice day, everyone!","mobiledoc":null,"html":"<p>Serious changes are going to be made in order to keep Aclevo alive. For one, our main source of revenue will be the blog instead of YouTube. I, Reasonably Selenium, the CEO of Aclevo, will be explaining why in a minute. We as a company will also be switching from YouTube to other services such as DailyMotion and HitBox. Before we begin, please understand that we have strong opinions about maintaining an effective budget in the surplus region. We really do not like losing one of our best sources of income that keeps us rolling.</p>\n\n<p>As you all may know, YouTube has recently changed their policies regarding monetization. YouTube channels below 10k total views will no longer be able to receive revenue until they are able to get that amount of views. Unfortunately, getting popular does not happen overnight, and Aclevo heavily relied on this revenue in order to provide funding for the website and the domain. We may not be able to pay for the xyz domain due to the unforeseen circumstances, and may have to go back to using a free domain. We will keep you posted, and update you if and when \"doomsday\" comes.</p>\n\n<p>But in all seriousness, we do have some solution to our revenue problems, which is our blog. We use the ads on our posts to pay for the website and domain. I am not qualified to share information about how much revenue we make. However, we as Aclevo hope to make enough revenue in order to pay for our necessities and keep the blog running. Our bloggers, including myself, work really hard in order to make sure content gets pushed out here.</p>\n\n<p>We as a company will no longer post our videos to YouTube. Instead, all videos will be uploaded and monetized on a video sharing service known as DailyMotion. Their company was founded in France in 2003, and has been growing as an alternative to YouTube ever since. Our Multi Channel Network, known as Freedom, currently support getting revenue on DailyMotion at the time of this post.</p>\n\n<p>They also support HitBox, a video streaming service we may decide to use to stream Aclevo Live. One of our members showed interest in producing live shows in order to get more viewers. We thought it would be in our interest to start streaming in order to keep our fans happy. If you would like to see us live stream successfully for the first time, please let us know down in the comments below. We will be sure to produce quality content on the double.</p>\n\n<p>Thank you for taking the time to read this post. If you would like to stay updated with us, please be sure to subscribe for more blog posts, and tell us in the comments what you think about the situation and what you think we should do next. Please be sure to check out our other posts to get more amazing content. Have a nice day, everyone!</p>","amp":null,"image":"/content/images/2017/04/money3.jpeg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-04-10 00:48:25","created_by":2,"updated_at":"2017-04-24 15:41:28","updated_by":1,"published_at":"2017-04-10 01:29:30","published_by":2},{"id":53,"uuid":"077502ff-c19a-40c5-a0fc-a74c8719c949","title":"IMPORTANT UPDATE: NEW WEBSITE COMING SOON!","slug":"important-update-new-website-coming-soon","markdown":"This is an important message to the people who read our blogs. The blog for Aclevo is going to be moved to http://aclevo.xyz/blog, as we have a new website that is coming out soon. Please be sure to update your bookmarks and point them to the new address so you don't miss out on new posts. We also ask that Aclevo members promptly back up your posts, passwords, and other settings in case of a failure. The new website is built on a web server made by Carver, the Chief Operative Officer, who has been working for weeks making it great.\n\nAclevo has not planned to release any spoilers to the blog as of this time, other than what has been described above. Multiple features still need to be worked on, but the website will be up and running at this web address when it is ready: http://aclevo.xyz. The blog will be moved as described above. The about page on the blog currently will be removed and replaced with a link to head back to what the new website will be. There may be unexpected downtime as we make our move, so please be patient.\n\nIf you have any questions or suggestions, please leave them in the comments below. We will be sure to answer them as quickly as we can get to them Please don't hesitate to contact us if you feel the need to. If you like our blog, consider subscribing to us so you get updates on what's next. Also consider checking into our social media accounts for more updates. We'll post updates of the progress of the website.","mobiledoc":null,"html":"<p>This is an important message to the people who read our blogs. The blog for Aclevo is going to be moved to <a href=\"http://aclevo.xyz/blog\">http://aclevo.xyz/blog</a>, as we have a new website that is coming out soon. Please be sure to update your bookmarks and point them to the new address so you don't miss out on new posts. We also ask that Aclevo members promptly back up your posts, passwords, and other settings in case of a failure. The new website is built on a web server made by Carver, the Chief Operative Officer, who has been working for weeks making it great.</p>\n\n<p>Aclevo has not planned to release any spoilers to the blog as of this time, other than what has been described above. Multiple features still need to be worked on, but the website will be up and running at this web address when it is ready: <a href=\"http://aclevo.xyz\">http://aclevo.xyz</a>. The blog will be moved as described above. The about page on the blog currently will be removed and replaced with a link to head back to what the new website will be. There may be unexpected downtime as we make our move, so please be patient.</p>\n\n<p>If you have any questions or suggestions, please leave them in the comments below. We will be sure to answer them as quickly as we can get to them Please don't hesitate to contact us if you feel the need to. If you like our blog, consider subscribing to us so you get updates on what's next. Also consider checking into our social media accounts for more updates. We'll post updates of the progress of the website.</p>","amp":null,"image":null,"featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-04-17 04:50:51","created_by":2,"updated_at":"2017-04-24 15:34:05","updated_by":1,"published_at":"2017-04-17 05:12:03","published_by":2},{"id":54,"uuid":"a7e8c0e0-0bb8-4e5a-b0b3-ac2d6e9a1be6","title":"MISE À JOUR IMPORTANTE: NOUVEAU SITE WEB BIENTÔT!","slug":"fr-aclevo-new-website","markdown":"Ceci est un message important pour les gens qui lisent nos blogs. Le blog Aclevo va être déplacé vers http://aclevo.xyz/blog , comme nous avons un nouveau site Web qui sort bientôt. S'il vous plaît assurez - vous de mettre à jour vos signets et de les pointer vers la nouvelle adresse afin que vous ne manquez pas de nouveaux messages. Nous demandons également que les membres Aclevo sauvegarde les messages, les mots de passe et les autres autres paramètres en cas d'échec. Le nouveau site est construit sur un serveur web exécuté par Carver, le directeur général opérationnel, qui a travaillé pendant des semaines pour bien le faire.\n\nAclevo n'a pas prévu de sortir des spoilers sur le blog à partir de ce moment, autre que ce qui a été décrit ci dessus. Plusieurs fonctionnalités doivent encore être travaillé, mais le site Web sera opérationnel à cette adresse Web lorsqu'il sera prêt: http://aclevo.xyz . Le blog sera déplacé comme décrit ci dessus. La page à propos du le blog sera retiré et remplacé par un lien de retour à ce que le nouveau site sera. Il peut y avoir des temps d'arrêt inattendu pendant que nous faisons notre déménagement, donc s'il vous plaît soyez patient.\n\nSi vous avez des questions ou des suggestions, s'il vous plaît laisser les dans les commentaires ci-dessous. Nous ne manquerons pas d'y répondre aussi rapidement que nous pouvons le faire S'il vous plaît ne pas hésiter à nous contacter si vous sentez le besoin. Si vous aimez notre blog, inscrivez-vous à nous afin d' obtenir des mises à jour sur ce qu'est la prochaine étape.vous pouvez Voir également la vérification dans nos comptes de médias sociaux pour plus de mises à jour. Nous publierons des mises à jour de l'état d'avancement du site.","mobiledoc":null,"html":"<p>Ceci est un message important pour les gens qui lisent nos blogs. Le blog Aclevo va être déplacé vers <a href=\"http://aclevo.xyz/blog\">http://aclevo.xyz/blog</a> , comme nous avons un nouveau site Web qui sort bientôt. S'il vous plaît assurez - vous de mettre à jour vos signets et de les pointer vers la nouvelle adresse afin que vous ne manquez pas de nouveaux messages. Nous demandons également que les membres Aclevo sauvegarde les messages, les mots de passe et les autres autres paramètres en cas d'échec. Le nouveau site est construit sur un serveur web exécuté par Carver, le directeur général opérationnel, qui a travaillé pendant des semaines pour bien le faire.</p>\n\n<p>Aclevo n'a pas prévu de sortir des spoilers sur le blog à partir de ce moment, autre que ce qui a été décrit ci dessus. Plusieurs fonctionnalités doivent encore être travaillé, mais le site Web sera opérationnel à cette adresse Web lorsqu'il sera prêt: <a href=\"http://aclevo.xyz\">http://aclevo.xyz</a> . Le blog sera déplacé comme décrit ci dessus. La page à propos du le blog sera retiré et remplacé par un lien de retour à ce que le nouveau site sera. Il peut y avoir des temps d'arrêt inattendu pendant que nous faisons notre déménagement, donc s'il vous plaît soyez patient.</p>\n\n<p>Si vous avez des questions ou des suggestions, s'il vous plaît laisser les dans les commentaires ci-dessous. Nous ne manquerons pas d'y répondre aussi rapidement que nous pouvons le faire S'il vous plaît ne pas hésiter à nous contacter si vous sentez le besoin. Si vous aimez notre blog, inscrivez-vous à nous afin d' obtenir des mises à jour sur ce qu'est la prochaine étape.vous pouvez Voir également la vérification dans nos comptes de médias sociaux pour plus de mises à jour. Nous publierons des mises à jour de l'état d'avancement du site.</p>","amp":null,"image":null,"featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":10,"created_at":"2017-04-20 00:10:45","created_by":10,"updated_at":"2017-04-25 19:51:22","updated_by":1,"published_at":"2017-04-20 00:19:49","published_by":2},{"id":55,"uuid":"5f939161-2285-40df-a941-e818c015a480","title":"Aclevo quitte YouTube, mais pourquoi?","slug":"fr-aclevo-quits-youtube","markdown":"des changements importants vont être pris afin de maintenir en vie Aclevo. D'une part, notre principale source de revenus sera le blog au lieu de YouTube. Moi, Raisonnablement Sélénium, le PDG de Aclevo, expliquera pourquoi dans une minute. Nous en tant que société basculerons de YouTube à d'autres services tels que DailyMotion et HitBox. Avant de commencer, s'il vous plaît comprenez que nous avons des bons opinions sur le maintien d'un budget efficace dans la région excédentaire. Nous ne voulons vraiment pas perdre une de nos meilleures sources de revenus qui nous fait continuer à rouler.\n\nComme vous le savez, YouTube a récemment changé leurs politiques en matière de monétisation. les chaînes YouTube en-dessous de 10 000 vues au total ne seront plus en mesure de recevoir des revenus jusqu'à ce qu'ils soient en mesure d'obtenir ce montant de vues. Malheureusement, être populaire ne se fait pas du jour au lendemain, et Aclevo appui fortement sur ceci afin de financer le site et le domaine. Nous ne pouvons pas être en mesure de payer pour le domaine xyz en raison des circonstances imprévues, et peut-être revenir à l'aide d'un domaine gratuit. Nous vous tiendrons au courant, et vous mettrons à jour si et quand « fin du monde » vient.\n\nMais en toute sincérité, nous avons une solution à nos problèmes de revenus, qui est notre blog. Nous utilisons les annonces sur nos postes pour payer le site et le domaine. Je ne suis pas qualifié pour partager des informations sur la façon dont le montant que nous faisons. Cependant, nous espérons que Aclevo va se faire asser de revenus pour payer nos besoins et assurer le fonctionnement du blog. Nos blogueurs, y compris moi-même, travaillent vraiment dur pour assurer que le contenu soit sortit ici.\n\nNous en tant que société ne publierons plus nos vidéos sur YouTube. Au lieu de cela, toutes les vidéos seront téléchargées et monétisés sur un service de partage vidéo connu sous le nom DailyMotion. Leur compagnie a été fondée en France en 2003, et a été de plus en plus comme une alternative à YouTube depuis. Notre réseau multi-canaux, connu sous le nom de la liberté, est actuellement en charge d'obtenir des revenus sur DailyMotion au moment de ce poste.\n\nIls soutiennent également HitBox, un service de streaming vidéo, nous pouvons décider d'utiliser pour diffuser en direct Aclevo. L'un de nos membres a manifesté son intérêt à produire des lives afin d'obtenir plus de téléspectateurs. Nous pensions que ce serait dans notre intérêt de commencer à diffuser afin de garder nos fans heureux. Si vous souhaitez nous voir en direct avec succès pour la première fois, s'il vous plaît laissez-nous le savoir dans les commentaires ci-dessous. Nous ne manquerons pas de produire du contenu de qualité sur les deux.\n\nMerci d'avoir pris le temps de lire ce message. Si vous souhaitez rester à jour avec nous, s'il vous plaît assurez-vous de vous abonnez pour plus de messages de blog, et dites-nous dans les commentaires ce que vous pensez de la situation et ce que vous pensez que nous devrions faire. S'il vous plaît assurez-vous de consulter nos autres messages pour obtenir du contenu plus étonnant. Très bonne journée à tous!","mobiledoc":null,"html":"<p>des changements importants vont être pris afin de maintenir en vie Aclevo. D'une part, notre principale source de revenus sera le blog au lieu de YouTube. Moi, Raisonnablement Sélénium, le PDG de Aclevo, expliquera pourquoi dans une minute. Nous en tant que société basculerons de YouTube à d'autres services tels que DailyMotion et HitBox. Avant de commencer, s'il vous plaît comprenez que nous avons des bons opinions sur le maintien d'un budget efficace dans la région excédentaire. Nous ne voulons vraiment pas perdre une de nos meilleures sources de revenus qui nous fait continuer à rouler.</p>\n\n<p>Comme vous le savez, YouTube a récemment changé leurs politiques en matière de monétisation. les chaînes YouTube en-dessous de 10 000 vues au total ne seront plus en mesure de recevoir des revenus jusqu'à ce qu'ils soient en mesure d'obtenir ce montant de vues. Malheureusement, être populaire ne se fait pas du jour au lendemain, et Aclevo appui fortement sur ceci afin de financer le site et le domaine. Nous ne pouvons pas être en mesure de payer pour le domaine xyz en raison des circonstances imprévues, et peut-être revenir à l'aide d'un domaine gratuit. Nous vous tiendrons au courant, et vous mettrons à jour si et quand « fin du monde » vient.</p>\n\n<p>Mais en toute sincérité, nous avons une solution à nos problèmes de revenus, qui est notre blog. Nous utilisons les annonces sur nos postes pour payer le site et le domaine. Je ne suis pas qualifié pour partager des informations sur la façon dont le montant que nous faisons. Cependant, nous espérons que Aclevo va se faire asser de revenus pour payer nos besoins et assurer le fonctionnement du blog. Nos blogueurs, y compris moi-même, travaillent vraiment dur pour assurer que le contenu soit sortit ici.</p>\n\n<p>Nous en tant que société ne publierons plus nos vidéos sur YouTube. Au lieu de cela, toutes les vidéos seront téléchargées et monétisés sur un service de partage vidéo connu sous le nom DailyMotion. Leur compagnie a été fondée en France en 2003, et a été de plus en plus comme une alternative à YouTube depuis. Notre réseau multi-canaux, connu sous le nom de la liberté, est actuellement en charge d'obtenir des revenus sur DailyMotion au moment de ce poste.</p>\n\n<p>Ils soutiennent également HitBox, un service de streaming vidéo, nous pouvons décider d'utiliser pour diffuser en direct Aclevo. L'un de nos membres a manifesté son intérêt à produire des lives afin d'obtenir plus de téléspectateurs. Nous pensions que ce serait dans notre intérêt de commencer à diffuser afin de garder nos fans heureux. Si vous souhaitez nous voir en direct avec succès pour la première fois, s'il vous plaît laissez-nous le savoir dans les commentaires ci-dessous. Nous ne manquerons pas de produire du contenu de qualité sur les deux.</p>\n\n<p>Merci d'avoir pris le temps de lire ce message. Si vous souhaitez rester à jour avec nous, s'il vous plaît assurez-vous de vous abonnez pour plus de messages de blog, et dites-nous dans les commentaires ce que vous pensez de la situation et ce que vous pensez que nous devrions faire. S'il vous plaît assurez-vous de consulter nos autres messages pour obtenir du contenu plus étonnant. Très bonne journée à tous!</p>","amp":null,"image":null,"featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":10,"created_at":"2017-04-20 00:22:28","created_by":10,"updated_at":"2017-04-25 19:48:06","updated_by":1,"published_at":"2017-04-20 00:43:27","published_by":10},{"id":56,"uuid":"e8745ed8-be16-42ef-9b86-bff97190d99e","title":"(Untitled)","slug":"untitled-3","markdown":"","mobiledoc":null,"html":"","amp":null,"image":null,"featured":0,"page":0,"status":"draft","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-04-20 16:18:55","created_by":1,"updated_at":"2017-04-20 16:18:58","updated_by":1,"published_at":null,"published_by":null},{"id":57,"uuid":"897345ee-ba71-4d24-98d7-2d49e74fd255","title":"Becoming An Adult - An Introduction","slug":"becoming-an-adult-an-introduction","markdown":"My name is Reasonably Selenium, and I am almost an adult, but I am still living at my parent's house. I have no source of income right now, and I need to save up so I don't end up in a cardboard box in the next decade. YouTube is not going to be a solution anymore, especially because of the new requirements they are enforcing. The blog itself isn't going to make me enough money to live on my own either. I have to grow up, get a job, and learn the essentials of becoming an adult.\n\nI will be keeping track of my progress of becoming an adult on this new blog series. This way, people who want to follow my story can check out new releases, and possibly learn about what it feels like to transition to the real world. I have a lot to learn about, and my knowledge has only touched the surface of the many necessities I will need to look out for. My past work experiences and current course in finances should help me reach my personal educational goals, and I hope to expand my learning by going to college. But getting a job and not catching *writer's block* has to come first before I get there.\n\nI used to volunteer at a few restaurants in order to feel how working at a job really is. From October 2014 to May 2015, I have worked at Subway, Chili's, CVS Pharmacy, and even the library. They had me do several chores there; such as washing dishes, packaging food, sweeping the floor, cleaning the windows, putting products on the shelf, and taking out the trash. These experiences will help me get a real job and earn some money so I can advance my education. I will then be able to pursue the career I wish.\n\nSelecting a college will be a great challenge I will face. Hopefully, a smaller college will be an option for me when I get my scholarships. If not, I will have to go to a community college while I work trying to save up money for one. My parents have left me a savings account which contains money I will need in case something fails. But I would rather select the right one and pursue getting good grades. Once I complete college, I will be able to get into my career.\n\nThis marks the end of this post. I do not have much to say as I have not really made any progress yet. Aclevo is one of my biggest priorities, but I need money in order to keep the lights on when I get older. I also have to finish school before I start going to a college or get a job, as my grades are very important to me. I also have to see a couple of doctors to make sure I'm physically ready to become an adult, and if not get my health fixed so I can be ready. Thanks for reading this post!","mobiledoc":null,"html":"<p>My name is Reasonably Selenium, and I am almost an adult, but I am still living at my parent's house. I have no source of income right now, and I need to save up so I don't end up in a cardboard box in the next decade. YouTube is not going to be a solution anymore, especially because of the new requirements they are enforcing. The blog itself isn't going to make me enough money to live on my own either. I have to grow up, get a job, and learn the essentials of becoming an adult.</p>\n\n<p>I will be keeping track of my progress of becoming an adult on this new blog series. This way, people who want to follow my story can check out new releases, and possibly learn about what it feels like to transition to the real world. I have a lot to learn about, and my knowledge has only touched the surface of the many necessities I will need to look out for. My past work experiences and current course in finances should help me reach my personal educational goals, and I hope to expand my learning by going to college. But getting a job and not catching <em>writer's block</em> has to come first before I get there.</p>\n\n<p>I used to volunteer at a few restaurants in order to feel how working at a job really is. From October 2014 to May 2015, I have worked at Subway, Chili's, CVS Pharmacy, and even the library. They had me do several chores there; such as washing dishes, packaging food, sweeping the floor, cleaning the windows, putting products on the shelf, and taking out the trash. These experiences will help me get a real job and earn some money so I can advance my education. I will then be able to pursue the career I wish.</p>\n\n<p>Selecting a college will be a great challenge I will face. Hopefully, a smaller college will be an option for me when I get my scholarships. If not, I will have to go to a community college while I work trying to save up money for one. My parents have left me a savings account which contains money I will need in case something fails. But I would rather select the right one and pursue getting good grades. Once I complete college, I will be able to get into my career.</p>\n\n<p>This marks the end of this post. I do not have much to say as I have not really made any progress yet. Aclevo is one of my biggest priorities, but I need money in order to keep the lights on when I get older. I also have to finish school before I start going to a college or get a job, as my grades are very important to me. I also have to see a couple of doctors to make sure I'm physically ready to become an adult, and if not get my health fixed so I can be ready. Thanks for reading this post!</p>","amp":null,"image":"/content/images/2017/04/job-seekers_11487588.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-04-23 19:05:00","created_by":2,"updated_at":"2017-04-25 22:17:32","updated_by":2,"published_at":"2017-04-25 22:17:32","published_by":2},{"id":58,"uuid":"ddd3faf3-4210-419c-b0fa-dc2247e73fe7","title":"OUTDATED | We switched to HAProxy","slug":"we-switched-to-haproxy","markdown":"Recently, we have switched from NGINX to HAProxy. This means that SSL will not work for a while. You may have to clear your browser history (no joke) to view this page on some devices that have viewed Aclevo before. HAProxy will help us with load balancing, speed and security. The HAProxy is hosted on a Raspberry Pi 3 running Minibian GNU/Linux. Stay with us as we fix all of the issues.\n\nUPDATE: We have switched back to NGINX.","mobiledoc":null,"html":"<p>Recently, we have switched from NGINX to HAProxy. This means that SSL will not work for a while. You may have to clear your browser history (no joke) to view this page on some devices that have viewed Aclevo before. HAProxy will help us with load balancing, speed and security. The HAProxy is hosted on a Raspberry Pi 3 running Minibian GNU/Linux. Stay with us as we fix all of the issues.</p>\n\n<p>UPDATE: We have switched back to NGINX.</p>","amp":null,"image":"https://www.atlantic.net/wp-content/uploads/2017/02/haproxy-logo.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-04-24 15:23:50","created_by":1,"updated_at":"2017-04-25 22:19:07","updated_by":2,"published_at":"2017-04-24 15:28:10","published_by":1},{"id":59,"uuid":"1b6cdf1f-4e1d-432a-b8ac-06771d3d4d47","title":"Chrome vs Chromium","slug":"chrome-vs-chromium","markdown":"If you are on Linux, you probably have used Chromium. If you are on Windows or Mac you probably used Chrome. But what is the difference?\n\nYes, I know that you can get Google Chrome on Linux with a package (it's not in the main repo however) and get Chromium on Windows or Mac.\n\n## Flash Player\nGoogle Chrome comes with Pepper Flash while Chromium does not. This is because Flash Player is proprietary software and that's why Google Chrome is not in the main repo. It doesn't really make much of a difference however because Adobe Flash is almost obsolete.\n\n## Updates\nChromium gets updates earlier than Google Chrome does. This comes with a downside however as Chromium is sometimes buggier than Google Chrome.\n\n## Licence\nGoogle Chrome is Freeware while Chromium is free software (Free as in freedom). This is why you can't install Google Chrome in GNU/Linux as it is proprietary. This means that you can make your own browser using Chromium.","mobiledoc":null,"html":"<p>If you are on Linux, you probably have used Chromium. If you are on Windows or Mac you probably used Chrome. But what is the difference?</p>\n\n<p>Yes, I know that you can get Google Chrome on Linux with a package (it's not in the main repo however) and get Chromium on Windows or Mac.</p>\n\n<h2 id=\"flashplayer\">Flash Player</h2>\n\n<p>Google Chrome comes with Pepper Flash while Chromium does not. This is because Flash Player is proprietary software and that's why Google Chrome is not in the main repo. It doesn't really make much of a difference however because Adobe Flash is almost obsolete.</p>\n\n<h2 id=\"updates\">Updates</h2>\n\n<p>Chromium gets updates earlier than Google Chrome does. This comes with a downside however as Chromium is sometimes buggier than Google Chrome.</p>\n\n<h2 id=\"licence\">Licence</h2>\n\n<p>Google Chrome is Freeware while Chromium is free software (Free as in freedom). This is why you can't install Google Chrome in GNU/Linux as it is proprietary. This means that you can make your own browser using Chromium.</p>","amp":null,"image":"https://www.chromium.org/_/rsrc/1484148948583/apple-touch-icon.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-04-24 15:56:30","created_by":1,"updated_at":"2017-04-25 16:28:15","updated_by":1,"published_at":"2017-04-24 15:56:00","published_by":1},{"id":60,"uuid":"abd3ace4-8e39-40eb-b1ed-a9cda5ecd1a3","title":"How to use a ghost blog along with a web server using nginx","slug":"how-to-link-a-ghost-blog-to-nginx","markdown":"Using ghost along with another web server like nginx or apache may seem difficult at first but is in fact quite easy. Using nginx, I will show you how to use reverse proxies to proxy nginx.\n\n## Step 1: Install NGINX\n**Ubuntu/Debian** `sudo apt-get install nginx`\n\n**Fedora/RHEL/CentOS** `sudo yum install nginx`\n\n**Arch Linux** `sudo pacman -S nginx`\n\n## Step 2: Configure NGINX\nUse your favorite text editor to edit the nginx config at `/etc/nginx/nginx.conf` (Make sure you are root!)\n\nReplace the `http` section with this:\n```nginx\nhttp {\n location / {\n # Nginx\n root /var/www\n }\n location /blog {\n # Ghost\n proxy_pass http://localhost:2368;\n }\n}\n```\nSave and restart nginx by using `sudo service nginx restart`. Your ghost blog will now be located at `/blog` and nginx will be located at `/`.","mobiledoc":null,"html":"<p>Using ghost along with another web server like nginx or apache may seem difficult at first but is in fact quite easy. Using nginx, I will show you how to use reverse proxies to proxy nginx.</p>\n\n<h2 id=\"step1installnginx\">Step 1: Install NGINX</h2>\n\n<p><strong>Ubuntu/Debian</strong> <code>sudo apt-get install nginx</code></p>\n\n<p><strong>Fedora/RHEL/CentOS</strong> <code>sudo yum install nginx</code></p>\n\n<p><strong>Arch Linux</strong> <code>sudo pacman -S nginx</code></p>\n\n<h2 id=\"step2configurenginx\">Step 2: Configure NGINX</h2>\n\n<p>Use your favorite text editor to edit the nginx config at <code>/etc/nginx/nginx.conf</code> (Make sure you are root!)</p>\n\n<p>Replace the <code>http</code> section with this: </p>\n\n<pre><code class=\"language-nginx\">http { \n location / {\n # Nginx\n root /var/www\n }\n location /blog {\n # Ghost\n proxy_pass http://localhost:2368;\n }\n}\n</code></pre>\n\n<p>Save and restart nginx by using <code>sudo service nginx restart</code>. Your ghost blog will now be located at <code>/blog</code> and nginx will be located at <code>/</code>.</p>","amp":null,"image":"https://cdn.wp.nginx.com/wp-content/uploads/2015/04/NGINX_logo_rgb-01.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-04-25 18:27:18","created_by":1,"updated_at":"2017-04-25 19:08:38","updated_by":1,"published_at":"2017-04-25 18:38:09","published_by":1},{"id":61,"uuid":"205b3b94-ed20-48a0-8865-f011801b9dcd","title":"How to setup phpCMS","slug":"how-to-setup-phpcms","markdown":"phpCMS is a flat file CMS, meaning that there is no database.\n\n## Step 1: Install Apache\nApache is the web server I will use for this guide.\n\n**Ubuntu/Debian** `sudo apt-get install apache2`\n\n**Fedora/RHEL/CentOS** `sudo yum install httpd`\n\n## Step 2: Download phpCMS\nYou can download phpCMS from [here](http://dl.aclevo.xyz/phpcms-1.2.2.zip) by executing\n```bash\ncd /var/www/html\nwget http://dl.aclevo.xyz/phpcms-1.2.2.zip\n```\n\n## Step 3: Unzip phpCMS\nUse `unzip phpcms-1.2.2.zip` to unzip phpCMS. If you do not have `unzip` yet install it using your package manager (see Step 1 but install unzip instead of apache2/httpd).\n\n## Step 4: Move files\nMove all of the files from the phpcms directory by executing `mv phpcms-1.2.2/* .` and deleting the phpcms directory by executing `rmdir phpcms-1.2.2`. Move `sample.htaccess` to `.htaccess` by executing `mv sample.htaccess .htaccess`. Edit the htaccess to your liking using your favorite editor.\n\n## Step 5: Restart apache\n**Ubuntu/Debian** `sudo service apache2 restart`\n\n**Fedora/RHEL/CentOS** `sudo service httpd restart`\n\n**Make sure to share and comment! :-)**","mobiledoc":null,"html":"<p>phpCMS is a flat file CMS, meaning that there is no database.</p>\n\n<h2 id=\"step1installapache\">Step 1: Install Apache</h2>\n\n<p>Apache is the web server I will use for this guide.</p>\n\n<p><strong>Ubuntu/Debian</strong> <code>sudo apt-get install apache2</code></p>\n\n<p><strong>Fedora/RHEL/CentOS</strong> <code>sudo yum install httpd</code></p>\n\n<h2 id=\"step2downloadphpcms\">Step 2: Download phpCMS</h2>\n\n<p>You can download phpCMS from <a href=\"http://dl.aclevo.xyz/phpcms-1.2.2.zip\">here</a> by executing </p>\n\n<pre><code class=\"language-bash\">cd /var/www/html \nwget http://dl.aclevo.xyz/phpcms-1.2.2.zip \n</code></pre>\n\n<h2 id=\"step3unzipphpcms\">Step 3: Unzip phpCMS</h2>\n\n<p>Use <code>unzip phpcms-1.2.2.zip</code> to unzip phpCMS. If you do not have <code>unzip</code> yet install it using your package manager (see Step 1 but install unzip instead of apache2/httpd).</p>\n\n<h2 id=\"step4movefiles\">Step 4: Move files</h2>\n\n<p>Move all of the files from the phpcms directory by executing <code>mv phpcms-1.2.2/* .</code> and deleting the phpcms directory by executing <code>rmdir phpcms-1.2.2</code>. Move <code>sample.htaccess</code> to <code>.htaccess</code> by executing <code>mv sample.htaccess .htaccess</code>. Edit the htaccess to your liking using your favorite editor.</p>\n\n<h2 id=\"step5restartapache\">Step 5: Restart apache</h2>\n\n<p><strong>Ubuntu/Debian</strong> <code>sudo service apache2 restart</code></p>\n\n<p><strong>Fedora/RHEL/CentOS</strong> <code>sudo service httpd restart</code></p>\n\n<p><strong>Make sure to share and comment! :-)</strong></p>","amp":null,"image":"https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/PHP-logo.svg/1200px-PHP-logo.svg.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-04-25 19:12:08","created_by":1,"updated_at":"2017-04-25 19:43:03","updated_by":1,"published_at":"2017-04-25 19:41:07","published_by":1},{"id":62,"uuid":"54f7dc69-84c8-4211-8a1c-276d4d08c398","title":"Ribbon Tool for C Sharp and .NET Framework?!","slug":"ribbon-tool-for-c-sharp","markdown":"Yes, you have read that title correctly. There are some options for you developers out there, like myself, that if you want to include a Ribbon Tool, there is an option that is now available. Available since 2010, the Ribbon Class Control was developed by Jose Menendez Poo. However, the original author/developer of the Ribbon Control has ended support of the control, despite it being in the Beta phase of development. Fortunately, a group of fans rehosted *and* continued to develop/enhance and support the ribbon. As of right now, the Ribbon tool has three different styles, which are Office 2007, 2010, 2013.\n\nFor those of you who want to know how to install and use the Ribbon tool, it is actually pretty easy. I am actually using it in a program that I am currently developing (which I will probably do an article on it once it is completed). For this tutorial, I will be going through the process on how to use it with Visual Studio.\n\n###Installation\nTo start, you need to download the ribbon tool at http://officeribbon.codeplex.com/. Once you download the zip folder, you need to extract it to your Projects directory in your Visual Studio folder. Once that is done, start up Visual Studio, and open an existing project or create a new project. You will need to make sure that the framework targeting platform is set to 3.5 or above. Just do not use the Client Profile version of the .NET 3.5 \n or .NET 4.0 Framework or else you will be given the following error message:\n\n`Error 3 The type or namespace name 'Ribbon' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?) `\n\n###Adding it into your Project\nOnce you have done that, you will need to include the Ribbon Control's Project into your Project's Solution file. Once you include the file, I recommend that you build the Ribbon Control, just to ensure that you are able to use the controls properly.\n\nFrom there, you will be adding the Ribbon Control to your form. Once you do that, you are able to add controls to the Ribbon. If you want to integrate your Ribbon Control into the Form's Title Bar (like in the image below), all you have to do is change on line of code in the code view of the form. You would have to change `public partial class Form1 : Form` to `public partial class Form1 : RibbonForm`.\n![Embedded RibbonForm](https://www.codeproject.com/KB/tabs/364272/14.png)","mobiledoc":null,"html":"<p>Yes, you have read that title correctly. There are some options for you developers out there, like myself, that if you want to include a Ribbon Tool, there is an option that is now available. Available since 2010, the Ribbon Class Control was developed by Jose Menendez Poo. However, the original author/developer of the Ribbon Control has ended support of the control, despite it being in the Beta phase of development. Fortunately, a group of fans rehosted <em>and</em> continued to develop/enhance and support the ribbon. As of right now, the Ribbon tool has three different styles, which are Office 2007, 2010, 2013.</p>\n\n<p>For those of you who want to know how to install and use the Ribbon tool, it is actually pretty easy. I am actually using it in a program that I am currently developing (which I will probably do an article on it once it is completed). For this tutorial, I will be going through the process on how to use it with Visual Studio.</p>\n\n<h3 id=\"installation\">Installation</h3>\n\n<p>To start, you need to download the ribbon tool at <a href=\"http://officeribbon.codeplex.com/\">http://officeribbon.codeplex.com/</a>. Once you download the zip folder, you need to extract it to your Projects directory in your Visual Studio folder. Once that is done, start up Visual Studio, and open an existing project or create a new project. You will need to make sure that the framework targeting platform is set to 3.5 or above. Just do not use the Client Profile version of the .NET 3.5 <br />\n or .NET 4.0 Framework or else you will be given the following error message:</p>\n\n<p><code>Error 3 The type or namespace name 'Ribbon' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?)</code></p>\n\n<h3 id=\"addingitintoyourproject\">Adding it into your Project</h3>\n\n<p>Once you have done that, you will need to include the Ribbon Control's Project into your Project's Solution file. Once you include the file, I recommend that you build the Ribbon Control, just to ensure that you are able to use the controls properly.</p>\n\n<p>From there, you will be adding the Ribbon Control to your form. Once you do that, you are able to add controls to the Ribbon. If you want to integrate your Ribbon Control into the Form's Title Bar (like in the image below), all you have to do is change on line of code in the code view of the form. You would have to change <code>public partial class Form1 : Form</code> to <code>public partial class Form1 : RibbonForm</code>. <br />\n<img src=\"https://www.codeproject.com/KB/tabs/364272/14.png\" alt=\"Embedded RibbonForm\" /></p>","amp":null,"image":"http://pietschsoft.com/image.axd?picture=FreeOpenSourceProfessionalRibbonForWinForms.gif","featured":1,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":"Ribbon Tool for C# and .NET Framework?!","meta_description":null,"author_id":6,"created_at":"2017-04-25 20:12:44","created_by":6,"updated_at":"2017-04-25 21:01:03","updated_by":6,"published_at":"2017-04-25 21:00:25","published_by":6},{"id":63,"uuid":"36ef2282-b01d-4d92-b9a0-11adc0c5c5c1","title":"Discord's New Policies - How They Affect You","slug":"discords-new-policies-how-they-affect-you","markdown":"Just recently, Discord released new policies regarding text channels and personal messages. These changes include a new **Report** button, a new **Community Guidelines** policy, and restricting access to minors from using the service. The Privacy Policy and Terms Of Service were modified to reflect those changes. Here are five changes to expect with Discord.\n\n\n#1. Reporting Users Is Now Easier\nDiscord now provides a **Report** button to make it easier to report message that have offended you. The user you are reporting cannot be on your friends list, and you must unfriend them first by right clicking on their username and selecting \"**Remove Friend**\". To report a message, click on the hamburger icon next to the offensive message, and selecting \"**Report**\". From there, you will see this message:\n![](https://support.discordapp.com/hc/article_attachments/115000262372/ReportMenuStuff.png)\n> Discord's New Report Screen, as posted [here](https://support.discordapp.com/hc/en-us/articles/115000083792).\n\nFrom here, you can select from several different reasons to be sent to the Discord abuse team for review. The following reasons are provided: Illegal Content, Harassment, Spam or Phishing Links, Self Harm, or NSFW (*Not Safe For Work*) content. More information on the following reasons can be found on [this article about how to report a user](https://support.discordapp.com/hc/en-us/articles/115000083792), and [this article about the recent changes](https://blog.discordapp.com/safety-boost-part-two-7b9069428437).\n\n\n\n#2. NSFW Content Is Now Hidden\nAll content that is considered to be *Not Safe For Work* can now be put into a channel that requires verification. As part of the updates to their policies, Discord now requires that all NSFW content be placed into a marked channel so that users can opt-out ahead of time. This puts the user at ease so they won't get their co-workers and bosses upset. Here is an image that users see when they access a channel that is marked:\n![](https://cdn-images-1.medium.com/max/800/1*EHs5sUhiuBPQJLVubZ5foA.png)\n>The new NSFW Channel Notice, found [here](https://blog.discordapp.com/safety-boost-part-two-7b9069428437).\n\nFrom here, users may continue to see this content. Users may also click \"**Nope**\" as described above if they do not wish to see the content. They will be sent to the general chat room, whether or not modifications to that channel were made or not. This means that users may be sent back to the announcements or rules instead of the main chat if general was used for that purpose. Also note that according to the image above, users that are under the age of eighteen (18) will not be allowed to look at this content.\n\n\n\n#3. Discord New Age Requirement\nAdditions to the Privacy Policy require users to be thirteen (13) or older in order to be able to sign up for a Discord Account. In order to comply with the Children's Online Privacy Protection Act, otherwise known as \"**COPPA**\", Discord is not allowed to knowingly collect personal information on children under the age of thirteen (13). Parents who believe that their children may have exposed personal information may contact Discord staff [by clicking here](mailto:support@discordapp.com). It is unknown how this affects children who use Discord to this day. Discord recommends parents be aware of their child's use of the internet in order to keep them safe online.\n\n\n\n#4. Advertisement Data Collection\nUsers are entitled to stop having data collected from Discord's advertisements on other services. Updates to the [Privacy Policy](http://discordapp.com/privacy?next) now entitle users to exercise opt-out programs administered by third-parties. Such parties include the [Network Advertising Initiative](http://optout.networkadvertising.org/#/) (NAI), and the more common [Digital Advertising Alliance](http://optout.aboutads.info/#/) (DAA).\n\nThe new Privacy Policy is scheduled to be enacted on May 1st, 2017. Users must read and accept it in order to use their services, as well as the Terms Of Service. The Privacy Policy can be found [here](https://discordapp.com/privacy?next). The Terms Of Service can be found [here](https://discordapp.com/terms?next). The Support portal can be reached by clicking [here](https://support.discordapp.com).\n\n\n\n#5. New Community Guidelines\nDiscord now has a Community Guidelines page, just like YouTube does. The guidelines can be found [here](https://discordapp.com/guidelines). These guidelines talk about the rules of Discord. They explain the consequences for violating such rules, which can include suspension of the service for a certain amount of time, and/or account deletion. They make it clear that misconduct is **not tolerated**, and that they will incite consequences for those who disobey.\n\n\n\n#Conclusion\nHow do you feel about these new policies? Perhaps the policies are too strict for you? Feel free to leave your thoughts down in the comments section below. If you would like to see more blog posts like this one, please subscribe so we can get the latest posts to you as soon as possible. Thank you for reading this article, and stay safe!","mobiledoc":null,"html":"<p>Just recently, Discord released new policies regarding text channels and personal messages. These changes include a new <strong>Report</strong> button, a new <strong>Community Guidelines</strong> policy, and restricting access to minors from using the service. The Privacy Policy and Terms Of Service were modified to reflect those changes. Here are five changes to expect with Discord.</p>\n\n<h1 id=\"1reportingusersisnoweasier\">1. Reporting Users Is Now Easier</h1>\n\n<p>Discord now provides a <strong>Report</strong> button to make it easier to report message that have offended you. The user you are reporting cannot be on your friends list, and you must unfriend them first by right clicking on their username and selecting \"<strong>Remove Friend</strong>\". To report a message, click on the hamburger icon next to the offensive message, and selecting \"<strong>Report</strong>\". From there, you will see this message: <br />\n<img src=\"https://support.discordapp.com/hc/article_attachments/115000262372/ReportMenuStuff.png\" alt=\"\" /></p>\n\n<blockquote>\n <p>Discord's New Report Screen, as posted <a href=\"https://support.discordapp.com/hc/en-us/articles/115000083792\">here</a>.</p>\n</blockquote>\n\n<p>From here, you can select from several different reasons to be sent to the Discord abuse team for review. The following reasons are provided: Illegal Content, Harassment, Spam or Phishing Links, Self Harm, or NSFW (<em>Not Safe For Work</em>) content. More information on the following reasons can be found on <a href=\"https://support.discordapp.com/hc/en-us/articles/115000083792\">this article about how to report a user</a>, and <a href=\"https://blog.discordapp.com/safety-boost-part-two-7b9069428437\">this article about the recent changes</a>.</p>\n\n<h1 id=\"2nsfwcontentisnowhidden\">2. NSFW Content Is Now Hidden</h1>\n\n<p>All content that is considered to be <em>Not Safe For Work</em> can now be put into a channel that requires verification. As part of the updates to their policies, Discord now requires that all NSFW content be placed into a marked channel so that users can opt-out ahead of time. This puts the user at ease so they won't get their co-workers and bosses upset. Here is an image that users see when they access a channel that is marked: <br />\n<img src=\"https://cdn-images-1.medium.com/max/800/1*EHs5sUhiuBPQJLVubZ5foA.png\" alt=\"\" /></p>\n\n<blockquote>\n <p>The new NSFW Channel Notice, found <a href=\"https://blog.discordapp.com/safety-boost-part-two-7b9069428437\">here</a>.</p>\n</blockquote>\n\n<p>From here, users may continue to see this content. Users may also click \"<strong>Nope</strong>\" as described above if they do not wish to see the content. They will be sent to the general chat room, whether or not modifications to that channel were made or not. This means that users may be sent back to the announcements or rules instead of the main chat if general was used for that purpose. Also note that according to the image above, users that are under the age of eighteen (18) will not be allowed to look at this content.</p>\n\n<h1 id=\"3discordnewagerequirement\">3. Discord New Age Requirement</h1>\n\n<p>Additions to the Privacy Policy require users to be thirteen (13) or older in order to be able to sign up for a Discord Account. In order to comply with the Children's Online Privacy Protection Act, otherwise known as \"<strong>COPPA</strong>\", Discord is not allowed to knowingly collect personal information on children under the age of thirteen (13). Parents who believe that their children may have exposed personal information may contact Discord staff <a href=\"mailto:support@discordapp.com\">by clicking here</a>. It is unknown how this affects children who use Discord to this day. Discord recommends parents be aware of their child's use of the internet in order to keep them safe online.</p>\n\n<h1 id=\"4advertisementdatacollection\">4. Advertisement Data Collection</h1>\n\n<p>Users are entitled to stop having data collected from Discord's advertisements on other services. Updates to the <a href=\"http://discordapp.com/privacy?next\">Privacy Policy</a> now entitle users to exercise opt-out programs administered by third-parties. Such parties include the <a href=\"http://optout.networkadvertising.org/#/\">Network Advertising Initiative</a> (NAI), and the more common <a href=\"http://optout.aboutads.info/#/\">Digital Advertising Alliance</a> (DAA).</p>\n\n<p>The new Privacy Policy is scheduled to be enacted on May 1st, 2017. Users must read and accept it in order to use their services, as well as the Terms Of Service. The Privacy Policy can be found <a href=\"https://discordapp.com/privacy?next\">here</a>. The Terms Of Service can be found <a href=\"https://discordapp.com/terms?next\">here</a>. The Support portal can be reached by clicking <a href=\"https://support.discordapp.com\">here</a>.</p>\n\n<h1 id=\"5newcommunityguidelines\">5. New Community Guidelines</h1>\n\n<p>Discord now has a Community Guidelines page, just like YouTube does. The guidelines can be found <a href=\"https://discordapp.com/guidelines\">here</a>. These guidelines talk about the rules of Discord. They explain the consequences for violating such rules, which can include suspension of the service for a certain amount of time, and/or account deletion. They make it clear that misconduct is <strong>not tolerated</strong>, and that they will incite consequences for those who disobey.</p>\n\n<h1 id=\"conclusion\">Conclusion</h1>\n\n<p>How do you feel about these new policies? Perhaps the policies are too strict for you? Feel free to leave your thoughts down in the comments section below. If you would like to see more blog posts like this one, please subscribe so we can get the latest posts to you as soon as possible. Thank you for reading this article, and stay safe!</p>","amp":null,"image":"/content/images/2017/04/1-oEsKvHEupyHLT1EmhUeVAA.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-04-28 01:00:07","created_by":2,"updated_at":"2017-05-03 00:49:16","updated_by":2,"published_at":"2017-04-30 21:37:56","published_by":2},{"id":64,"uuid":"042ef026-93c0-418d-be69-209f8f8fcea8","title":"An introduction to an excited techie.","slug":"an-introduction-to-an-excited-techie","markdown":"Hello, my name is James, also known as Jamesgryffindor99 Productions for those who know me. I am going to be a writer for this blog, also known as Aclevo. It's great to join a team of techies. I will be writing about tech news, including telecom, PCs, phones (I am a phone nerd!), software (whether it is Linux, Windows, or Android), gaming, and more! I have been into electronics / computers for a long time, making me fit right in.","mobiledoc":null,"html":"<p>Hello, my name is James, also known as Jamesgryffindor99 Productions for those who know me. I am going to be a writer for this blog, also known as Aclevo. It's great to join a team of techies. I will be writing about tech news, including telecom, PCs, phones (I am a phone nerd!), software (whether it is Linux, Windows, or Android), gaming, and more! I have been into electronics / computers for a long time, making me fit right in.</p>","amp":null,"image":null,"featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":12,"created_at":"2017-04-28 01:30:52","created_by":12,"updated_at":"2017-04-28 01:37:03","updated_by":12,"published_at":"2017-04-28 01:35:56","published_by":12},{"id":65,"uuid":"7585e4b5-8b06-4bd8-8729-409f80d02ead","title":"Dashboard: 1 Month Later","slug":"dashboard-1-month-later","markdown":"It's been almost a month since I last introduced Dashboard, and a lot of things have changed since then. For now, I'll be talking about the new release schedule and some more technologies used in Dashboard.\n\nFirst off, here's the release schedule. Technical Preview 1 (0.1) is going to feature only a basic set of apps with basic functionality, alongside a basic interface system, and the next version, Consumer Preview (0.2) will have a full set of applications and more interface themes to choose from, as well as a basic desktop icon system. The other version we are going to talk about today, Release Preview (0.3), also known as Beta 1, will be packaged in a NSIS installer package and a more organized directory structure. Oh, and a file browser. Release Preview may also have a login system.\n\nNow, let's talk about how the interface system works. This will be a bit technical, so if you're not a programmer, then you may not understand this very well. Anyway, there are 3 layers to the interface system. The first layer is the background. The background is on its own layer to prevent graphical issues regarding redraw. The next layer up is the windows themselves. The original plan was to have a \"window manager\" layer, but that would've caused issues with the transparency keys used and \"holes in the windows\". Instead, we just have the windows by themselves. Anyway, the top layer is the Taskbar. This houses the menu button, the window buttons, and the status bar and clock to the right. It just uses buttons and radio buttons and maybe some labels. Anyway, there's a simplified look at the interface system, and there's a simplified look at Dashboard. Thanks for reading. \n\n","mobiledoc":null,"html":"<p>It's been almost a month since I last introduced Dashboard, and a lot of things have changed since then. For now, I'll be talking about the new release schedule and some more technologies used in Dashboard.</p>\n\n<p>First off, here's the release schedule. Technical Preview 1 (0.1) is going to feature only a basic set of apps with basic functionality, alongside a basic interface system, and the next version, Consumer Preview (0.2) will have a full set of applications and more interface themes to choose from, as well as a basic desktop icon system. The other version we are going to talk about today, Release Preview (0.3), also known as Beta 1, will be packaged in a NSIS installer package and a more organized directory structure. Oh, and a file browser. Release Preview may also have a login system.</p>\n\n<p>Now, let's talk about how the interface system works. This will be a bit technical, so if you're not a programmer, then you may not understand this very well. Anyway, there are 3 layers to the interface system. The first layer is the background. The background is on its own layer to prevent graphical issues regarding redraw. The next layer up is the windows themselves. The original plan was to have a \"window manager\" layer, but that would've caused issues with the transparency keys used and \"holes in the windows\". Instead, we just have the windows by themselves. Anyway, the top layer is the Taskbar. This houses the menu button, the window buttons, and the status bar and clock to the right. It just uses buttons and radio buttons and maybe some labels. Anyway, there's a simplified look at the interface system, and there's a simplified look at Dashboard. Thanks for reading. </p>","amp":null,"image":"/content/images/2017/05/dashboard-image.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":5,"created_at":"2017-04-28 01:44:52","created_by":5,"updated_at":"2017-05-02 23:34:12","updated_by":1,"published_at":"2017-05-02 23:34:12","published_by":1},{"id":66,"uuid":"0a4647b0-33d5-4ef2-ab9a-a5f5feff71de","title":"New MacOS malware can intercept encrypted webtraffic","slug":"malware-can-intercept-traffic","markdown":"The Malware Research team at CheckPoint have discovered a piece of fully-undetectable Mac malware, which according to them, affects all versions on Mac OS X and is signed with a valid developer certificate signed by Apple.\n\nAt the moment, the malware is being distributed by a large amount of phishing e-mails targeted to unsuspecting MacOS users. The malware has been designed to install a new root certificate on the infected system after gaining unauthorised administrator privileges, which allows attackers to intercept and receive all communication in and outbound of the system, including information encrypted with SSL.\n\n![Network settings reveal a proxy configuration set by the malware.](https://i.imgur.com/JRrBlmB.png)<center>*Image courtesy of: blog.checkpoint.com*</center>\n\nSince the malware author is using a valid developer certificate signed by Apple, the malware easily bypasses Gatekeeper, a built-in security feature of macOS. Apple can resolve this issue just by revoking the developer certificate being abused by the malware author, but so far Apple has yet to respond on this issue.\n\nAlthough this is a new type of malware, the distribution-method remains the same as most phishing attempts. The golden rule is to always avoid clicking links messages and e-mails from unknown sources.","mobiledoc":null,"html":"<p>The Malware Research team at CheckPoint have discovered a piece of fully-undetectable Mac malware, which according to them, affects all versions on Mac OS X and is signed with a valid developer certificate signed by Apple.</p>\n\n<p>At the moment, the malware is being distributed by a large amount of phishing e-mails targeted to unsuspecting MacOS users. The malware has been designed to install a new root certificate on the infected system after gaining unauthorised administrator privileges, which allows attackers to intercept and receive all communication in and outbound of the system, including information encrypted with SSL.</p>\n\n<p><img src=\"https://i.imgur.com/JRrBlmB.png\" alt=\"Network settings reveal a proxy configuration set by the malware.\" title=\"\" /><center><em>Image courtesy of: blog.checkpoint.com</em></center></p>\n\n<p>Since the malware author is using a valid developer certificate signed by Apple, the malware easily bypasses Gatekeeper, a built-in security feature of macOS. Apple can resolve this issue just by revoking the developer certificate being abused by the malware author, but so far Apple has yet to respond on this issue.</p>\n\n<p>Although this is a new type of malware, the distribution-method remains the same as most phishing attempts. The golden rule is to always avoid clicking links messages and e-mails from unknown sources.</p>","amp":null,"image":"/content/images/2017/04/lockedmacbook.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":"Researchers have detected a sophisticated type of MacOS malware that reconfigures proxy-settings to intercept webtraffic.","author_id":9,"created_at":"2017-04-29 14:00:01","created_by":9,"updated_at":"2017-04-29 15:09:58","updated_by":9,"published_at":"2017-04-29 14:00:00","published_by":9},{"id":67,"uuid":"8438c4ab-8d47-4ed6-bd1a-3d0cfee70d99","title":"Manjaro Linux Review","slug":"manjaro-review","markdown":"There are many people in this world who are fed up with Windows, especially after Windows 10. With Windows 10, users don't have as much control over his or her machine compared to previous versions of Windows. A great alternative to Windows is Linux. However, choosing a Linux distribution can be very tedious, as there are many out there. \n###Manjaro\nI have spent a week using Manjaro Linux, a Linux distribution based off of Arch Linux. It's much easier to setup than Arch Linux, but it includes all of the basic programs that a user wants. It comes in a couple of flavors. The version I chose comes with the GNOME Desktop Environment. Other options include KDE and XFCE. Manjaro's website is https://manjaro.org. The download size is about 1.5GB.\n#####My setup\nI am using Manjaro Linux as my main operating system on my custom-built gaming PC. It has an Intel Core i5-6500,an AMD RX 470 video card, 16GB of RAM, a 256GB SSD, a 3TB hard drive, and a 1TB hard drive. \n![](/content/images/2017/04/Screenfetch.png)\n###Gaming\nLinux gaming has grown immensely in the past couple of years. Many games are available for Linux, including Counter Strike Global Offensive, Rocket League, Saints Row IV, Borderlands 2, Portal and Portal 2, Cities:Skylines, and many more games are available on steam, or they are playable through [Wine](http://winehq.org). A great option to play games through wine is a program called Play On Linux. It makes everything easier to understand for the end user. On my system, I downloaded a few games through Steam and I downloaded a couple of games that are compatible with Wine. This system handled the games very well, even though I am using the AMDGPU open source drivers. A few months ago, my experience with AMDGPU was horrible, but with Kernel 4.9 and 4.10, my experience has been amazing. Games such as Grand Theft Auto V, however, aren't compatible yet with Wine (that that I know of.) I still have Windows 8.1 on a different partition for games that won't work at all on Linux.\n\n![](/content/images/2017/04/Steam-archreview.png)\n###Web Browsing\nFor general web browsing, Linux handles it like a champ, except the fonts are not perfect. I installed a few extra fontpacks, and somehow the system fonts got all whacky, as in numbers weren't showing. I spent about an hour going through terminal commands, but I mostly fixed it, except in Google Chrome. I had to completely reset Google Chrome to fix the font issue there. Firefox and Chrome both are completely compatible with Linux. I prefer Chrome because I can sync all of my stuff across devices with my Google account. \n###Software & Updates\nInstalling updates is very easy with Manjaro Linux. There is a program called Software Updater that automatically checks for updates and it is easy to install updates from the program. There is also a program called Add/Remove Software that lets the user add additional software or remove any installed software. The underlying package manager is Pacman, which is the same package manager that Arch uses. To manually update, the user can type *sudo pacman -Syu* in the terminal.\n![](/content/images/2017/04/updater-archreview.png)\n###Verdict \nMy verdict for Manjaro Linux is that overall, it's a very good distribution. It's a Linux Distribution for the advanced user and for the simple user. It's very easy to install, update, and it's very easy to browse the web for those who just want to use websites like Facebook. It is very stable with modern hardware, and it comes with the latest available kernel that supports a wide range of devices. I've only used it for a week, but my overall experience has been great. This year is definitely the year of the Linux Desktop for me","mobiledoc":null,"html":"<p>There are many people in this world who are fed up with Windows, especially after Windows 10. With Windows 10, users don't have as much control over his or her machine compared to previous versions of Windows. A great alternative to Windows is Linux. However, choosing a Linux distribution can be very tedious, as there are many out there. </p>\n\n<h3 id=\"manjaro\">Manjaro</h3>\n\n<p>I have spent a week using Manjaro Linux, a Linux distribution based off of Arch Linux. It's much easier to setup than Arch Linux, but it includes all of the basic programs that a user wants. It comes in a couple of flavors. The version I chose comes with the GNOME Desktop Environment. Other options include KDE and XFCE. Manjaro's website is <a href=\"https://manjaro.org\">https://manjaro.org</a>. The download size is about 1.5GB. </p>\n\n<h5 id=\"mysetup\">My setup</h5>\n\n<p>I am using Manjaro Linux as my main operating system on my custom-built gaming PC. It has an Intel Core i5-6500,an AMD RX 470 video card, 16GB of RAM, a 256GB SSD, a 3TB hard drive, and a 1TB hard drive. <br />\n<img src=\"/content/images/2017/04/Screenfetch.png\" alt=\"\" /></p>\n\n<h3 id=\"gaming\">Gaming</h3>\n\n<p>Linux gaming has grown immensely in the past couple of years. Many games are available for Linux, including Counter Strike Global Offensive, Rocket League, Saints Row IV, Borderlands 2, Portal and Portal 2, Cities:Skylines, and many more games are available on steam, or they are playable through <a href=\"http://winehq.org\">Wine</a>. A great option to play games through wine is a program called Play On Linux. It makes everything easier to understand for the end user. On my system, I downloaded a few games through Steam and I downloaded a couple of games that are compatible with Wine. This system handled the games very well, even though I am using the AMDGPU open source drivers. A few months ago, my experience with AMDGPU was horrible, but with Kernel 4.9 and 4.10, my experience has been amazing. Games such as Grand Theft Auto V, however, aren't compatible yet with Wine (that that I know of.) I still have Windows 8.1 on a different partition for games that won't work at all on Linux.</p>\n\n<p><img src=\"/content/images/2017/04/Steam-archreview.png\" alt=\"\" /></p>\n\n<h3 id=\"webbrowsing\">Web Browsing</h3>\n\n<p>For general web browsing, Linux handles it like a champ, except the fonts are not perfect. I installed a few extra fontpacks, and somehow the system fonts got all whacky, as in numbers weren't showing. I spent about an hour going through terminal commands, but I mostly fixed it, except in Google Chrome. I had to completely reset Google Chrome to fix the font issue there. Firefox and Chrome both are completely compatible with Linux. I prefer Chrome because I can sync all of my stuff across devices with my Google account. </p>\n\n<h3 id=\"softwareupdates\">Software &amp; Updates</h3>\n\n<p>Installing updates is very easy with Manjaro Linux. There is a program called Software Updater that automatically checks for updates and it is easy to install updates from the program. There is also a program called Add/Remove Software that lets the user add additional software or remove any installed software. The underlying package manager is Pacman, which is the same package manager that Arch uses. To manually update, the user can type <em>sudo pacman -Syu</em> in the terminal. <br />\n<img src=\"/content/images/2017/04/updater-archreview.png\" alt=\"\" /></p>\n\n<h3 id=\"verdict\">Verdict</h3>\n\n<p>My verdict for Manjaro Linux is that overall, it's a very good distribution. It's a Linux Distribution for the advanced user and for the simple user. It's very easy to install, update, and it's very easy to browse the web for those who just want to use websites like Facebook. It is very stable with modern hardware, and it comes with the latest available kernel that supports a wide range of devices. I've only used it for a week, but my overall experience has been great. This year is definitely the year of the Linux Desktop for me</p>","amp":null,"image":"/content/images/2017/04/Screenshot-from-2017-04-22-22-29-58.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":"Manjaro Linux Review","meta_description":"Manjaro Linux is a distribution based off of Arch Linux. It is a great alternative to Arch for inexperienced users getting into Linux.","author_id":12,"created_at":"2017-04-30 20:04:22","created_by":12,"updated_at":"2017-04-30 23:15:27","updated_by":12,"published_at":"2017-04-30 20:33:24","published_by":12},{"id":68,"uuid":"05231743-8672-423c-a385-468610c47285","title":"The SFC Group: Our Partnership with Aclevo","slug":"the-sfc-group-our-partnership-with-aclevo","markdown":"Hello guys. For those of you who don't know me I'm Sage, and I own a content-creation organization called The SFC Group, where we focus on a variety of content (Tech, Gaming, Entertaining) and make our fans happy.\n\nI've been honored to be doing this for almost 4 years, and a LOT has changed since The SFC Group was first founded in October 2013. Back then, I was the only guy running it, the website was done with Apple's iWeb software, I had very little experience, and I mainly did it for my personal friends of mine, some of them becoming SFC members in later years. I thought the content I did was great, but I didn't think others would.\n\nAs the years went on, The SFC Group became more than just a hobby; it became a passion. I started making videos for the SFC website back in late 2013, the first one being a tour of the site (long since lost), and the second one being a video on how to use the FreeCommentScript comment system. The first non-SFC video was published on the site in January of 2014: A winter sledding video. These videos were uploaded on the site in a whopping 360p, due to limited space on the web server, and not very good by today's standards. Of course years later, in February of 2015, I would get my own Youtube channel where I would post more videos there. It started out small, with just a bunch of tech and gaming videos, and nothing else.\n\nBut soon in July of 2015, I uploaded the first episode of a Computer Showdown homage series called Technology Showdown. At the time of its release, the series wasn't super popular, and it was like that for a while until the release of Icon Wars in December of 2015, and soon popularity of the series skyrocketed. More people were viewing the series, comments were coming in, people were subscribing, and much more. The channel grew from less than 100 subscribers to now over 500 about a year after Icon Wars was released.\n\n2016 was a BIG year for The SFC Group. We started a monthly tradition called Train Simulator Month (which has now been cancelled after the 2017 year due to the amount of flack I got), we started up our Facebook and Twitter pages, we started gaining new members, and we've made significant progress on making better content and updating our existing content. It was also the year when the \"Sagefun.com\" brand (used from October 2013 to August 2016), was changed to The SFC Group. It was done to focus on a more professional organization name, rather than a silly name like \"Sagefun\" (Even I'll admit it is a silly name; I made it up when I was VERY little).\n\nNow, for the first time in the history of The SFC Group, we are proud to announce our partnership with the Aclevo network, who do the similar things that we do in a great way.","mobiledoc":null,"html":"<p>Hello guys. For those of you who don't know me I'm Sage, and I own a content-creation organization called The SFC Group, where we focus on a variety of content (Tech, Gaming, Entertaining) and make our fans happy.</p>\n\n<p>I've been honored to be doing this for almost 4 years, and a LOT has changed since The SFC Group was first founded in October 2013. Back then, I was the only guy running it, the website was done with Apple's iWeb software, I had very little experience, and I mainly did it for my personal friends of mine, some of them becoming SFC members in later years. I thought the content I did was great, but I didn't think others would.</p>\n\n<p>As the years went on, The SFC Group became more than just a hobby; it became a passion. I started making videos for the SFC website back in late 2013, the first one being a tour of the site (long since lost), and the second one being a video on how to use the FreeCommentScript comment system. The first non-SFC video was published on the site in January of 2014: A winter sledding video. These videos were uploaded on the site in a whopping 360p, due to limited space on the web server, and not very good by today's standards. Of course years later, in February of 2015, I would get my own Youtube channel where I would post more videos there. It started out small, with just a bunch of tech and gaming videos, and nothing else.</p>\n\n<p>But soon in July of 2015, I uploaded the first episode of a Computer Showdown homage series called Technology Showdown. At the time of its release, the series wasn't super popular, and it was like that for a while until the release of Icon Wars in December of 2015, and soon popularity of the series skyrocketed. More people were viewing the series, comments were coming in, people were subscribing, and much more. The channel grew from less than 100 subscribers to now over 500 about a year after Icon Wars was released.</p>\n\n<p>2016 was a BIG year for The SFC Group. We started a monthly tradition called Train Simulator Month (which has now been cancelled after the 2017 year due to the amount of flack I got), we started up our Facebook and Twitter pages, we started gaining new members, and we've made significant progress on making better content and updating our existing content. It was also the year when the \"Sagefun.com\" brand (used from October 2013 to August 2016), was changed to The SFC Group. It was done to focus on a more professional organization name, rather than a silly name like \"Sagefun\" (Even I'll admit it is a silly name; I made it up when I was VERY little).</p>\n\n<p>Now, for the first time in the history of The SFC Group, we are proud to announce our partnership with the Aclevo network, who do the similar things that we do in a great way.</p>","amp":null,"image":null,"featured":1,"page":0,"status":"draft","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":13,"created_at":"2017-04-30 21:40:51","created_by":13,"updated_at":"2017-05-17 21:55:02","updated_by":13,"published_at":"2017-05-20 21:36:00","published_by":null},{"id":69,"uuid":"d35b4a6e-b75e-4ed1-a5eb-87164eb58649","title":"Introducing Minoave Video","slug":"introducing-minoave-video","markdown":"Nova here, and I'm pleased to announce a new video site, intended to be a new alternative to YouTube for expressing yourself freely without worry.\n\nOur site is based on the popular PHP script clipbucket and runs on one of the only suited hosting companies that support virtually unlimited resources and FFMpeg for video conversion at the same time. \n\nAs the site is partnered with Aclevo here we highly suggest you to join us and create content or support us in the development of a new video platform.\n\nWe're currently do not have a monetization program, be we plan to add one in the future in the form of donations and ads.\n\nJoin Us Today, our web address is http://www.minoave.com/","mobiledoc":null,"html":"<p>Nova here, and I'm pleased to announce a new video site, intended to be a new alternative to YouTube for expressing yourself freely without worry.</p>\n\n<p>Our site is based on the popular PHP script clipbucket and runs on one of the only suited hosting companies that support virtually unlimited resources and FFMpeg for video conversion at the same time. </p>\n\n<p>As the site is partnered with Aclevo here we highly suggest you to join us and create content or support us in the development of a new video platform.</p>\n\n<p>We're currently do not have a monetization program, be we plan to add one in the future in the form of donations and ads.</p>\n\n<p>Join Us Today, our web address is <a href=\"http://www.minoave.com/\">http://www.minoave.com/</a></p>","amp":null,"image":null,"featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":4,"created_at":"2017-04-30 23:07:52","created_by":4,"updated_at":"2017-04-30 23:18:51","updated_by":4,"published_at":"2017-04-30 23:18:51","published_by":4},{"id":70,"uuid":"89aa390f-4729-4819-9b56-ad0a87e06090","title":"The Un-Carrier Announces a 2019 5G Rollout","slug":"the-un-carrier-announces-a-2019-5g-rollout","markdown":"Today, The Un-Carrier, also known as T-Mobile has announced their plans to launch a mobile-based fifth generation network (5G), starting in 2019, and aiming to have complete coverage with 5G in 2020. They will be using their newly-acquired 600MHz spectrum in the deployment. They will also be using their older mid-band spectrum holdings.\n<iframe width=\"854\" height=\"480\" src=\"https://www.youtube.com/embed/V3JSv644PJk\" frameborder=\"0\" allowfullscreen></iframe>\n> “The 600 MHz spectrum will allow 5G to be deployed nationwide, bringing the ultimate experiences to T-Mobile’s enterprise customers and consumers throughout the United States,” said Borje Ekholm, President and CEO, Ericsson. “We will support T-Mobile US with 5G radio development for this spectrum. Commercial availability of the product will be aligned with 3GPP standardization and ecosystem support.”\n \n## What is 5G?\n5G is the upcoming fifth-generation technology of mobile wireless networks. Current networks use 4G LTE for data. 5G is expected to include much faster speeds compared to 4G. Latency will be much lower, even though LTE latency is already very low compared to older third-generation networks. Finally, 5G will be more efficient, providing more bandwidth for the same amount of spectrum.\n\n\nSource: https://newsroom.t-mobile.com/news-and-blogs/nationwide-5g.htm\n","mobiledoc":null,"html":"<p>Today, The Un-Carrier, also known as T-Mobile has announced their plans to launch a mobile-based fifth generation network (5G), starting in 2019, and aiming to have complete coverage with 5G in 2020. They will be using their newly-acquired 600MHz spectrum in the deployment. They will also be using their older mid-band spectrum holdings. </p>\n\n<iframe width=\"854\" height=\"480\" src=\"https://www.youtube.com/embed/V3JSv644PJk\" frameborder=\"0\" allowfullscreen></iframe> \n\n<blockquote>\n <p>“The 600 MHz spectrum will allow 5G to be deployed nationwide, bringing the ultimate experiences to T-Mobile’s enterprise customers and consumers throughout the United States,” said Borje Ekholm, President and CEO, Ericsson. “We will support T-Mobile US with 5G radio development for this spectrum. Commercial availability of the product will be aligned with 3GPP standardization and ecosystem support.”</p>\n</blockquote>\n\n<h2 id=\"whatis5g\">What is 5G?</h2>\n\n<p>5G is the upcoming fifth-generation technology of mobile wireless networks. Current networks use 4G LTE for data. 5G is expected to include much faster speeds compared to 4G. Latency will be much lower, even though LTE latency is already very low compared to older third-generation networks. Finally, 5G will be more efficient, providing more bandwidth for the same amount of spectrum.</p>\n\n<p>Source: <a href=\"https://newsroom.t-mobile.com/news-and-blogs/nationwide-5g.htm\">https://newsroom.t-mobile.com/news-and-blogs/nationwide-5g.htm</a></p>","amp":null,"image":"/content/images/2017/05/T_Mobile.png","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":"The Un-Carrier Announces a 2019 5G Rollout","meta_description":"Today, the Un-Carrier, known as T-Mobile has announced their plans to launch a 5G network, beginning in 2019.","author_id":12,"created_at":"2017-05-02 22:50:36","created_by":12,"updated_at":"2017-05-02 23:31:21","updated_by":1,"published_at":"2017-05-02 22:59:58","published_by":12},{"id":71,"uuid":"b022b38d-4467-4404-9288-32d707583409","title":"How to install Armagetron Advanced on Pocket Chip","slug":"how-to-install-armagetron-advanced-on-pocket-chip","markdown":"## Introduction\nArmagetron Advanced is a fun recreation of the game Tron where you use lightcycles to create lines that other cars can not run into without being destroyed. What you might not of known about this game is that it worked on Next Thing Co's PocketChip with little to no configuration!\n\n## Installation\nTo install Armagetron Advanced, go to the terminal and run `sudo apt install armagetronad` and press enter. You should get a prompt that looks like `[sudo] password for chip: `. If you haven't changed your password, you should enter `chip` as the password. Otherwise, enter the password that you set it to instead.\n\n## Running\nYou should next run `armagetronad` to start the game. You can play online or alone (Online is much more fun). You may have to turn down the settings quite a bit to get around 15 fps but it is still playable.\n\nMake sure to share and comment!","mobiledoc":null,"html":"<h2 id=\"introduction\">Introduction</h2>\n\n<p>Armagetron Advanced is a fun recreation of the game Tron where you use lightcycles to create lines that other cars can not run into without being destroyed. What you might not of known about this game is that it worked on Next Thing Co's PocketChip with little to no configuration!</p>\n\n<h2 id=\"installation\">Installation</h2>\n\n<p>To install Armagetron Advanced, go to the terminal and run <code>sudo apt install armagetronad</code> and press enter. You should get a prompt that looks like <code>[sudo] password for chip:</code>. If you haven't changed your password, you should enter <code>chip</code> as the password. Otherwise, enter the password that you set it to instead.</p>\n\n<h2 id=\"running\">Running</h2>\n\n<p>You should next run <code>armagetronad</code> to start the game. You can play online or alone (Online is much more fun). You may have to turn down the settings quite a bit to get around 15 fps but it is still playable.</p>\n\n<p>Make sure to share and comment!</p>","amp":null,"image":"/content/images/2017/05/armagetron-advanced-20.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":1,"created_at":"2017-05-02 23:07:49","created_by":1,"updated_at":"2017-05-02 23:17:18","updated_by":1,"published_at":"2017-05-02 23:15:38","published_by":1},{"id":72,"uuid":"829565d1-6a6e-414a-be47-50dcc208b98f","title":"Carver's Washington D.C. Trip","slug":"carvers-washington-d-c-trip","markdown":"","mobiledoc":null,"html":"","amp":null,"image":"/content/images/2017/05/carvertrip2.jpg","featured":0,"page":0,"status":"draft","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-05-02 23:32:30","created_by":2,"updated_at":"2017-05-02 23:38:34","updated_by":2,"published_at":null,"published_by":null},{"id":73,"uuid":"7ada2768-9a18-413b-9f8b-915dba04c3c1","title":"Remaking MSN Messenger for Aclevo","slug":"remaking-msn-for-aclevos-servers","markdown":"Hello.\n\nI'm currently developing a MSN-like chat enviornment to be hosted on Aclevo. This work is done on Visual Basic 2010 with some nifty little features, some that were used in MSN Messenger today might be removed soon.\n\nI'm not giving this project my all, considering i have not coded anything in Visual Studio in a long time, but if this flops, the prototype builds will be left on a SourceForge page. As for now, i hope we can target this project as a way for MSN Messenger users to re-visit what has been left and merged into Skype.\n\nRebelcent Corporation (The new TGYT) are a development team repsonsible for bringing this project to life. Running the server yourself is straight-foward, you open it from the installation folder (Server.exe), but that's only when it's revealed to SourceForge.\n\nA concept of the logon screen via Discord Link: https://cdn.discordapp.com/attachments/249985790765957121/310759752600649728/unknown.png\n\nIf you would like to support the project, you can suggest some ideas we should add to the program on Reese's twitter, @vaxic3.\n\nWe hope you enjoy what it's to be when it releases. Reese out.","mobiledoc":null,"html":"<p>Hello.</p>\n\n<p>I'm currently developing a MSN-like chat enviornment to be hosted on Aclevo. This work is done on Visual Basic 2010 with some nifty little features, some that were used in MSN Messenger today might be removed soon.</p>\n\n<p>I'm not giving this project my all, considering i have not coded anything in Visual Studio in a long time, but if this flops, the prototype builds will be left on a SourceForge page. As for now, i hope we can target this project as a way for MSN Messenger users to re-visit what has been left and merged into Skype.</p>\n\n<p>Rebelcent Corporation (The new TGYT) are a development team repsonsible for bringing this project to life. Running the server yourself is straight-foward, you open it from the installation folder (Server.exe), but that's only when it's revealed to SourceForge.</p>\n\n<p>A concept of the logon screen via Discord Link: <a href=\"https://cdn.discordapp.com/attachments/249985790765957121/310759752600649728/unknown.png\">https://cdn.discordapp.com/attachments/249985790765957121/310759752600649728/unknown.png</a></p>\n\n<p>If you would like to support the project, you can suggest some ideas we should add to the program on Reese's twitter, @vaxic3.</p>\n\n<p>We hope you enjoy what it's to be when it releases. Reese out.</p>","amp":null,"image":"/content/images/2017/05/aclevoxygen.png","featured":0,"page":0,"status":"draft","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":14,"created_at":"2017-05-07 12:06:24","created_by":14,"updated_at":"2017-05-08 10:25:48","updated_by":14,"published_at":null,"published_by":null},{"id":74,"uuid":"9099f291-83de-4c18-aebd-e5eb61ada04a","title":"Vegan Dairy-Free Oreo Milkshake (Ice Cream Optional)","slug":"vegan-dairy-free-oreo-milkshake-ice-cream-optional","markdown":"Do you crave milkshakes, but can't digest milk? As a person who cannot digest milk, I had the same problem as you, so I needed to find a good alternative that would satisfy my stomach. Looking around, I found the best way to make a milkshake without the milk, while still finding a way to adding fruit into the mix. Here is a list of ingredients that you will need to get started.\n\n* Chocolate Soy Milk\n* Frozen Bananas\n* Oreo Cookies\n* Chocolate Syrup (OPTIONAL, enhances taste)\n* Chocolate Soy Ice Cream (OPTIONAL, enhances thickness)\n\n> NOTICE: Please feel free to experiment the measurements to your liking. When I made this recipe up, I experimented with quantities to see what tastes best for me.\n\nA blender is highly recommended for the best blend of your milkshake. Blending this by hand may be very tough, depending on how strong you are. Please let me know down in the comments section how it turns out if you perform these steps without a blender. Also feel free to send links of your shakes in the comments section below.\n\nNow that you have all the ingredients, here is how you make your tasty milkshake:\n1. Place all of the ingredients above into a blender. If the ingredient is in a container, use common sense. Blending the containers in with your drink may result in injury, or at least a bad time.\n2. Blend until a thick texture can be seen. No large crumbs should be in the shake.\n3. If you need an example for step 2, look at the cover image above.\n4. If you want to add in the chocolate syrup after you blend, it's okay. Just pour it in.\n5. Your milkshake is now ready for consumption. Enjoy. ;)","mobiledoc":null,"html":"<p>Do you crave milkshakes, but can't digest milk? As a person who cannot digest milk, I had the same problem as you, so I needed to find a good alternative that would satisfy my stomach. Looking around, I found the best way to make a milkshake without the milk, while still finding a way to adding fruit into the mix. Here is a list of ingredients that you will need to get started.</p>\n\n<ul>\n<li>Chocolate Soy Milk</li>\n<li>Frozen Bananas</li>\n<li>Oreo Cookies</li>\n<li>Chocolate Syrup (OPTIONAL, enhances taste)</li>\n<li>Chocolate Soy Ice Cream (OPTIONAL, enhances thickness)</li>\n</ul>\n\n<blockquote>\n <p>NOTICE: Please feel free to experiment the measurements to your liking. When I made this recipe up, I experimented with quantities to see what tastes best for me.</p>\n</blockquote>\n\n<p>A blender is highly recommended for the best blend of your milkshake. Blending this by hand may be very tough, depending on how strong you are. Please let me know down in the comments section how it turns out if you perform these steps without a blender. Also feel free to send links of your shakes in the comments section below.</p>\n\n<p>Now that you have all the ingredients, here is how you make your tasty milkshake: <br />\n1. Place all of the ingredients above into a blender. If the ingredient is in a container, use common sense. Blending the containers in with your drink may result in injury, or at least a bad time. <br />\n2. Blend until a thick texture can be seen. No large crumbs should be in the shake. <br />\n3. If you need an example for step 2, look at the cover image above. <br />\n4. If you want to add in the chocolate syrup after you blend, it's okay. Just pour it in. <br />\n5. Your milkshake is now ready for consumption. Enjoy. ;)</p>","amp":null,"image":"https://lh3.googleusercontent.com/9KA9KdmRzvHSGVw7XnhPi4Fa7RE2dUupxWbm60L2JJ_yTVgmJKWYg-E_rhSGSLOVg-ZoP37UiO5Q0YNpcq_3qAGMKdHuVglbzEbThrLW8R5rsiq_UNUreW9156aA_-Eqy7bV-OaMHGYroTAcrwAerrx5ClENvhR5uXOSSkSHWX142KXR_apk-5zj9_Jhx5EuD1HlheYKvTl1USuxYGs9u_6dpFCr9olmT3_2dYDlqqsGLpnprfiw9d-N2R7aiWx6jIE1AVMZexEFYQZdtPFnaQ93BVYfh6kmdz87O9bBtgY1X3y6LJ7lvuDQpTojMMdLAabQJe5_D5BRNT4CBmJfpPQly7ycmpKnv6lAxEP5Q2V7ZBWuLa0JbhWgYn8sJ0vOaD2QTO_QPpFpMPrm3Ig4NNwNVtDzUBEFUX6JM6B_QJQM8xcUKpz6Cru7oK2g4H0ejMtrzRwBPJFK_OHTp6R9lXrObm5Hp-iVShNoVT9Zz-Kwf-843oFb-k436ctNt2ZgGQmY87hucKjrcKY3m0tlu_9NYFmrEDea7Z536KfJS-xd9X8RYjQz-mXKyG31CcZld_j7p5rCvnl27AzD1-xiDYDlyvPbb9O0Itr0kDqcUrDnNcbXSkxnvo2Z0789E5FjDg3RLx19kvVnla5cUhakTeDBnL-rz2AoOK4lt71CLA=w721-h961-no","featured":1,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-05-12 01:34:33","created_by":2,"updated_at":"2017-05-14 19:15:56","updated_by":2,"published_at":"2017-05-12 02:14:19","published_by":2},{"id":75,"uuid":"9c1aa235-cf44-45a1-b3fe-46cd18fe1f9e","title":"Aclevo Gets Featured On SFC Live","slug":"aclevo-gets-featured-on-sfc-live","markdown":"","mobiledoc":null,"html":"","amp":null,"image":"","featured":0,"page":0,"status":"draft","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"author_id":2,"created_at":"2017-05-14 18:39:06","created_by":2,"updated_at":"2017-05-14 18:45:18","updated_by":2,"published_at":null,"published_by":null},{"id":76,"uuid":"8159c14f-7e14-46f7-9cfb-053e795b76b5","title":"How to remove your Facebook and why you should","slug":"how-to-remove-facebook","markdown":"If you’re reading this article you may have considered deleting your Facebook account before, but you're worried. Worried about missing out, struggling to stay connected, or getting left behind by the almost 2 billion users on Facebook CEO Mark Zuckerberg's platform. \n\nDon't be. \n\nIt has never before been easier to completely remove Facebook from your life — not missing a single social beat in the process. And when you finally do, you'll wonder what took you so long in the first place. In case you’re wondering why you should delete your Facebook, [here’s a list of all the bad things Facebook has done since 2007](https://np.reddit.com/r/AntiFacebook/wiki/index).\n\n## First things first: Hitting \"delete\"\nIf you're going to live without Facebook your first step should be actually deleting your account. Thankfully, it's not that tricky. Kick off the liberating process by logging into your Facebook account. Savor the knowledge that this will be the last time you ever need to do this. \n\nNext, instead of navigating your way through a bunch of random menus, simply drop [www.facebook.com/help/delete_account](www.facebook.com/help/delete_account) into your address bar (or just click the hyperlink). Select \"Delete My Account,\" follow the steps, and you're good to go. \n\nWasn't that easy?\n\n## Your social life after Facebook\n\nSo you're free. What next? \n\nThis is where it gets interesting. Zuckerberg likes to talk about making the world \"a more open and connected place,\" and if Facebook does indeed do that, then deleting your Facebook account might theoretically make your personal world less open and less connected. But it doesn't have to be that way. Instead, a Facebook-free life has the potential to be just the opposite. Sure, you may not be \"friends\" with two thousand people any more, but were you ever really in the first place?\n\nDropping Facebook gives you the time and space to actually go plumb those relationship depths. No more checking up on an old friend by doing a quick profile flyby. Instead, if you want to know how the birth of their first-born child went, you'll ask them directly. And they'll respond. \n\nStill not convinced you won't be missing out? Here's how the first few days of your Facebook-free life will go down: A friend or family member will try to scope on your vacation pics or invite you to an event on Facebook. They will, of course, not be able to find your account. What happens next is magical. That same friend or family member will hit you up directly.\n\nIn other words, Facebook is a chore, and one that you don't have to do. Because I'm telling you from experience, living a post-Facebook life is easy if you make it happen.","mobiledoc":null,"html":"<p>If you’re reading this article you may have considered deleting your Facebook account before, but you're worried. Worried about missing out, struggling to stay connected, or getting left behind by the almost 2 billion users on Facebook CEO Mark Zuckerberg's platform. </p>\n\n<p>Don't be. </p>\n\n<p>It has never before been easier to completely remove Facebook from your life — not missing a single social beat in the process. And when you finally do, you'll wonder what took you so long in the first place. In case you’re wondering why you should delete your Facebook, <a href=\"https://np.reddit.com/r/AntiFacebook/wiki/index\">here’s a list of all the bad things Facebook has done since 2007</a>.</p>\n\n<h2 id=\"firstthingsfirsthittingdelete\">First things first: Hitting \"delete\"</h2>\n\n<p>If you're going to live without Facebook your first step should be actually deleting your account. Thankfully, it's not that tricky. Kick off the liberating process by logging into your Facebook account. Savor the knowledge that this will be the last time you ever need to do this. </p>\n\n<p>Next, instead of navigating your way through a bunch of random menus, simply drop <a href=\"www.facebook.com/help/delete_account\">www.facebook.com/help/delete_account</a> into your address bar (or just click the hyperlink). Select \"Delete My Account,\" follow the steps, and you're good to go. </p>\n\n<p>Wasn't that easy?</p>\n\n<h2 id=\"yoursociallifeafterfacebook\">Your social life after Facebook</h2>\n\n<p>So you're free. What next? </p>\n\n<p>This is where it gets interesting. Zuckerberg likes to talk about making the world \"a more open and connected place,\" and if Facebook does indeed do that, then deleting your Facebook account might theoretically make your personal world less open and less connected. But it doesn't have to be that way. Instead, a Facebook-free life has the potential to be just the opposite. Sure, you may not be \"friends\" with two thousand people any more, but were you ever really in the first place?</p>\n\n<p>Dropping Facebook gives you the time and space to actually go plumb those relationship depths. No more checking up on an old friend by doing a quick profile flyby. Instead, if you want to know how the birth of their first-born child went, you'll ask them directly. And they'll respond. </p>\n\n<p>Still not convinced you won't be missing out? Here's how the first few days of your Facebook-free life will go down: A friend or family member will try to scope on your vacation pics or invite you to an event on Facebook. They will, of course, not be able to find your account. What happens next is magical. That same friend or family member will hit you up directly.</p>\n\n<p>In other words, Facebook is a chore, and one that you don't have to do. Because I'm telling you from experience, living a post-Facebook life is easy if you make it happen.</p>","amp":null,"image":"/content/images/2017/05/fbheaderimg-1.jpg","featured":0,"page":0,"status":"published","language":"en_US","visibility":"public","meta_title":null,"meta_description":"Worried about missing out? Don't be. It has never before been easier to completely remove Facebook from your life, and here's why and how you should do it.","author_id":9,"created_at":"2017-05-14 19:45:23","created_by":9,"updated_at":"2017-05-14 20:27:47","updated_by":9,"published_at":"2017-05-14 19:45:00","published_by":9}],"users":[{"id":1,"uuid":"72cd0dfe-966d-4426-90a7-1515ae596b0a","name":"Carver Harrison","slug":"carver","password":"$2a$10$IcGiZFznC6Jk7lI4laKxD.6cWfobQya1ggdrovnRGrz09AWdjJt4y","email":"pcarverb@hotmail.com","image":"/content/images/2017/03/TW25_Antarian_Detail.png","cover":"","bio":"","website":"","location":"","facebook":"","twitter":"","accessibility":"","status":"active","language":"en_US","visibility":"public","meta_title":"","meta_description":"","tour":"","last_login":"2017-05-18 23:46:46","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-18 23:46:46","updated_by":1},{"id":2,"uuid":"b5d70d5a-2702-4834-982d-829e6267527c","name":"Reasonably Selenium","slug":"selenium","password":"$2a$10$L4tJvGGDrCGOSNOB/TdYpex0hVlLm6bpfII5q1kC3y2GTTGfUf1Zi","email":"reasonablyselenium@gmail.com","image":"/content/images/2017/03/Reasonably-Selenium---Division-1_2.png","cover":"/content/images/2017/03/Reasonably-Selenium-Cover-Art.png","bio":"Male // 17 // United States Of America\nChief Executive Officer of Aclevo, Minecraft Server Owner, Content Creator and Producer, and Video Game Player.","website":"https://aclevo.xyz","location":null,"facebook":null,"twitter":null,"accessibility":null,"status":"active","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"tour":null,"last_login":"2017-05-14 19:15:31","created_at":"2017-03-13 23:23:45","created_by":1,"updated_at":"2017-05-14 19:15:31","updated_by":2},{"id":3,"uuid":"efc1aabb-8b27-451a-8817-27c9a17a1ec5","name":"Lemon Network","slug":"lemon","password":"$2a$10$JB08J6ESu89sdJv2q19R3O3o5PbTCRHQXDtW2xpy2.44OkQyLmZU2","email":"thespeedcubinggamer@gmail.com","image":null,"cover":null,"bio":null,"website":null,"location":null,"facebook":null,"twitter":null,"accessibility":null,"status":"active","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"tour":null,"last_login":"2017-03-21 01:31:48","created_at":"2017-03-13 23:23:46","created_by":1,"updated_at":"2017-05-06 18:10:21","updated_by":2},{"id":4,"uuid":"ad68d86b-0050-4c7e-9287-9f13e7b4b765","name":"Nova","slug":"nova","password":"$2a$10$Kp4PwmWonMrqy7gpKpMZXOX57fCTf06LJ5VxAzz58GmQk2UjiPBEe","email":"themyulp@gmail.com","image":"//www.gravatar.com/avatar/2799e5d52fb787093b21cfd21e5ed9df?s=250&d=mm&r=x","cover":null,"bio":null,"website":null,"location":null,"facebook":null,"twitter":null,"accessibility":null,"status":"active","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"tour":null,"last_login":"2017-04-30 23:07:30","created_at":"2017-03-13 23:23:46","created_by":1,"updated_at":"2017-04-30 23:07:30","updated_by":4},{"id":5,"uuid":"f26be6e9-de3a-4245-a80b-5d3ff4c45336","name":"Dottanarus","slug":"dottanarus","password":"$2a$10$z4dE20fcjswxZio.v27JYu5viTWpTuWgJa6ZTYySAu3Yq..9XHPEK","email":"dottanarus@gmail.com","image":"/content/images/2017/03/Rev8-v3.1.png","cover":null,"bio":"Programming (and video making) is my hobby.","website":null,"location":"/dev/sda1","facebook":null,"twitter":null,"accessibility":null,"status":"active","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"tour":null,"last_login":"2017-05-01 10:55:07","created_at":"2017-03-15 00:17:28","created_by":1,"updated_at":"2017-05-01 10:55:07","updated_by":5},{"id":6,"uuid":"100cd918-c0b3-4e1d-b089-cf122958c76e","name":"nkrs200","slug":"nkrs200","password":"$2a$10$H5RvValh3uXHyGO8MgGBZeXcVLH8CQzawuQQQSrTGjr6JFj7kr6wu","email":"nkrs200@icloud.com","image":"/content/images/2017/04/new-logo.png","cover":null,"bio":null,"website":"http://nkrs200.co/","location":"Canton, Michigan, United States","facebook":null,"twitter":null,"accessibility":null,"status":"active","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"tour":null,"last_login":"2017-04-25 20:21:42","created_at":"2017-03-15 02:09:21","created_by":2,"updated_at":"2017-04-25 20:21:42","updated_by":6},{"id":7,"uuid":"a4b4ffa4-573f-4641-a715-ec4f65a6958d","name":"Ryan A. Zimmerman","slug":"ryan","password":"$2a$10$bFJixn0XR95MEt4saK3z0udaHfd3V1xcl0E8Bjgm8JeJBdE43SKk6","email":"ryanantzim@gmail.com","image":null,"cover":null,"bio":null,"website":null,"location":null,"facebook":null,"twitter":null,"accessibility":null,"status":"active","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"tour":null,"last_login":"2017-04-14 02:00:53","created_at":"2017-03-18 00:49:00","created_by":2,"updated_at":"2017-04-14 02:00:53","updated_by":7},{"id":9,"uuid":"59aff41a-1ce5-48a4-9913-322abf229444","name":"RXdesign","slug":"rxdesign","password":"$2a$10$cyeGvAR3ijkU1RnGOYY2PeIhmjTeeGvXwuCDqCc5GDa0A.hpb.zSm","email":"rxdesign@tmpbox.ml","image":"/content/images/2017/04/RX_Designs-white_bg.png","cover":"/content/images/2017/04/technology_banner.jpg","bio":"Passionate website / graphic designer and executive of Aclevo Europe. Loves, supports and contributes to free speech, open-source and the internet.","website":null,"location":null,"facebook":null,"twitter":null,"accessibility":null,"status":"active","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"tour":null,"last_login":"2017-05-17 19:53:52","created_at":"2017-03-24 21:01:50","created_by":2,"updated_at":"2017-05-17 19:53:52","updated_by":9},{"id":10,"uuid":"ff98c1b9-8f7d-4c00-b9ef-a456b4b3c64b","name":"Fabrice Bruneau","slug":"fabrice","password":"$2a$10$/trirN7eAP4hYQ5dtAnQVOSow8Si7KJgJSv8Q2QXsmw5e1XmFjnoC","email":"aclevofatcat02@gmail.com","image":"/content/images/2017/04/images21U82G0N.jpg","cover":null,"bio":null,"website":null,"location":null,"facebook":null,"twitter":null,"accessibility":null,"status":"active","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"tour":null,"last_login":"2017-04-20 00:08:11","created_at":"2017-03-27 19:34:48","created_by":2,"updated_at":"2017-04-20 00:20:06","updated_by":10},{"id":11,"uuid":"96c89fc0-5a7e-4f14-88f1-85163750d7f7","name":"Cache J Larsen","slug":"cache","password":"$2a$10$Ml5Jx5FxEsd6on8zdmwAH.OQMYTqmvDMakm.yTT5W4otB0pwKQDIO","email":"Derkongaming@gmail.com","image":"/content/images/2017/04/088-1.png","cover":null,"bio":null,"website":null,"location":null,"facebook":null,"twitter":null,"accessibility":null,"status":"active","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"tour":null,"last_login":"2017-04-05 23:47:53","created_at":"2017-04-05 21:36:19","created_by":1,"updated_at":"2017-04-05 23:47:53","updated_by":11},{"id":12,"uuid":"ca0c6d7a-5bdc-460c-be53-7f7701c6b2c8","name":"James","slug":"james","password":"$2a$10$Vw64iZocVdstSqj56BDiYuL7AXhvFJs265Yhm7.Vsv8n059do.Hre","email":"jamesgryffindor99@gmail.com","image":"/content/images/2017/04/jg99.jpg","cover":null,"bio":"I am a huge computer nerd. I write about tech stuff on this blog.","website":null,"location":"United States","facebook":null,"twitter":"@jg99productions","accessibility":null,"status":"active","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"tour":null,"last_login":"2017-05-02 22:49:59","created_at":"2017-04-28 00:49:07","created_by":2,"updated_at":"2017-05-02 22:49:59","updated_by":12},{"id":13,"uuid":"5fe63be4-cd31-4bc2-9545-8b4c501226f7","name":"Sage (TheRealSFC)","slug":"therealsfc","password":"$2a$10$F4oO8jGJp34Bl690ChA/0O4ru42vqqwvv6HGAzSZVLoaE2qyxWC4i","email":"sagestev@sagefun.com","image":"/content/images/2017/04/Sagefuncom.png","cover":null,"bio":"I am the founder and owner of The SFC Group, and a tech and train enthusiast.","website":"http://www.sagefun.com","location":null,"facebook":"sagefuncom","twitter":"@sagefuncom","accessibility":null,"status":"active","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"tour":null,"last_login":"2017-05-17 21:35:58","created_at":"2017-04-28 00:50:52","created_by":2,"updated_at":"2017-05-17 21:35:58","updated_by":13},{"id":14,"uuid":"5a65be1b-56d9-440d-b1af-59453805c017","name":"Reesehan T. Schavinchiz","slug":"reesecup","password":"$2a$10$aQfpE.U8XkMGw2FN/tssZOkOVdL9e8Em6CXVPFZUB0eOx4AE5.sOy","email":"bctodd06@gmail.com","image":"//www.gravatar.com/avatar/152049c2e3f38596b57a2c7c1d1956ba?s=250&d=mm&r=x","cover":"/content/images/2017/05/-downloadfiles-wallpapers-1920_1200-windows_vista_original_logon_7246.jpg","bio":"I'm Reesehan T. Schavinchiz, but you can call me Reesecup. I'm a shy geek working for Aclevo to bring cool little projects to line.","website":null,"location":"Odessa, Texas","facebook":null,"twitter":"@vaxic3","accessibility":null,"status":"active","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"tour":null,"last_login":"2017-05-08 10:25:33","created_at":"2017-05-06 18:09:56","created_by":2,"updated_at":"2017-05-08 10:25:33","updated_by":14},{"id":15,"uuid":"95379bd4-1e99-4849-b89c-d23a735861b1","name":"Kian Bryant","slug":"kian","password":"$2a$10$8dMln0jk1p4pMOOyuOZkjev6p4vW0TVnb/2K9SBd3lB1TOzcTyvL.","email":"Eatensniper@gmail.com","image":null,"cover":null,"bio":null,"website":null,"location":null,"facebook":null,"twitter":null,"accessibility":null,"status":"active","language":"en_US","visibility":"public","meta_title":null,"meta_description":null,"tour":null,"last_login":"2017-05-17 21:06:35","created_at":"2017-05-17 21:05:18","created_by":1,"updated_at":"2017-05-17 21:06:35","updated_by":15}],"roles":[{"id":1,"uuid":"3c0fc918-b6e8-4ad6-884b-3f73e69c7fe9","name":"Administrator","description":"Administrators","created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":2,"uuid":"4eecbae7-d116-4b0c-bd18-b404f0dd5298","name":"Editor","description":"Editors","created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":3,"uuid":"7f6ce2e2-a79f-4e67-878a-ac062da533ec","name":"Author","description":"Authors","created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":4,"uuid":"f0e49c3c-eb9e-4591-8141-42be624554b2","name":"Owner","description":"Blog Owner","created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1}],"roles_users":[{"id":1,"role_id":4,"user_id":1},{"id":2,"role_id":1,"user_id":2},{"id":3,"role_id":2,"user_id":3},{"id":4,"role_id":3,"user_id":4},{"id":5,"role_id":3,"user_id":5},{"id":6,"role_id":3,"user_id":6},{"id":7,"role_id":3,"user_id":7},{"id":8,"role_id":1,"user_id":8},{"id":9,"role_id":3,"user_id":9},{"id":10,"role_id":3,"user_id":10},{"id":11,"role_id":3,"user_id":11},{"id":12,"role_id":3,"user_id":12},{"id":13,"role_id":3,"user_id":13},{"id":14,"role_id":3,"user_id":14},{"id":15,"role_id":3,"user_id":15}],"permissions":[{"id":1,"uuid":"16834529-f2e4-4cbb-923e-f11955f40984","name":"Export database","object_type":"db","action_type":"exportContent","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":2,"uuid":"a7d1a2fe-21a3-446c-9f62-e4c706cbb89a","name":"Import database","object_type":"db","action_type":"importContent","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":3,"uuid":"05cb66ef-e72b-48fb-92fc-20db0e7d84ab","name":"Delete all content","object_type":"db","action_type":"deleteAllContent","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":4,"uuid":"d84f0cb8-2996-44a0-893f-860e43990205","name":"Send mail","object_type":"mail","action_type":"send","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":5,"uuid":"c6fcea5f-dcba-41a0-b8eb-9b0cd549194c","name":"Browse notifications","object_type":"notification","action_type":"browse","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":6,"uuid":"0e541380-e0b6-4392-a942-28069cdde862","name":"Add notifications","object_type":"notification","action_type":"add","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":7,"uuid":"5d474f95-ee72-40da-a683-148116b9f500","name":"Delete notifications","object_type":"notification","action_type":"destroy","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":8,"uuid":"8e761f05-0011-4528-b694-3fa4a7bfaea7","name":"Browse posts","object_type":"post","action_type":"browse","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":9,"uuid":"4eaf3d6b-a382-4071-be80-f3b7f8001ae3","name":"Read posts","object_type":"post","action_type":"read","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":10,"uuid":"b6eb7837-0fc5-429a-96ff-88117f3e3e2b","name":"Edit posts","object_type":"post","action_type":"edit","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":11,"uuid":"c008e238-8a03-483d-a5e3-33da3903c06b","name":"Add posts","object_type":"post","action_type":"add","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":12,"uuid":"5aa6a310-a9d4-45c3-9c70-2886481a2be2","name":"Delete posts","object_type":"post","action_type":"destroy","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":13,"uuid":"e378c4b0-41db-4866-ba69-f1d46b23c2ba","name":"Browse settings","object_type":"setting","action_type":"browse","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":14,"uuid":"a52d5c5a-b966-4262-81ea-e31bc93e1e89","name":"Read settings","object_type":"setting","action_type":"read","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":15,"uuid":"33ebf2d6-a51d-4812-b0f1-f64772adb7fb","name":"Edit settings","object_type":"setting","action_type":"edit","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":16,"uuid":"b0ed157c-5846-4b74-a4b4-d032d3cf223a","name":"Generate slugs","object_type":"slug","action_type":"generate","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":17,"uuid":"9d7c3df5-7131-490f-9033-3bd271f7a453","name":"Browse tags","object_type":"tag","action_type":"browse","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":18,"uuid":"6b294707-636a-4453-b7a8-10a3f439ef9a","name":"Read tags","object_type":"tag","action_type":"read","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":19,"uuid":"562a8be2-8364-4c80-86ad-0d96b4db448f","name":"Edit tags","object_type":"tag","action_type":"edit","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":20,"uuid":"9426ae56-1686-43f5-885a-c0adcb3d23ff","name":"Add tags","object_type":"tag","action_type":"add","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":21,"uuid":"afce5477-1ae3-40f6-8aee-b33da370ab07","name":"Delete tags","object_type":"tag","action_type":"destroy","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":22,"uuid":"fe52d9f9-6706-461a-8658-32a7bd507570","name":"Browse themes","object_type":"theme","action_type":"browse","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":23,"uuid":"46192204-8f7c-4027-87d0-a614f48092ed","name":"Edit themes","object_type":"theme","action_type":"edit","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":24,"uuid":"1e9c36e6-10a9-40a3-9a29-fd2d529b3e9c","name":"Upload themes","object_type":"theme","action_type":"add","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":25,"uuid":"15ec3761-514d-4b39-946c-049832da9e44","name":"Download themes","object_type":"theme","action_type":"read","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":26,"uuid":"75712621-524e-488f-b6c0-a6ecc70a8e2c","name":"Delete themes","object_type":"theme","action_type":"destroy","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":27,"uuid":"e32e56a6-c4c6-44e1-a011-7b607639af5f","name":"Browse users","object_type":"user","action_type":"browse","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":28,"uuid":"4540b4e8-1130-4f9f-a70c-4329f4735924","name":"Read users","object_type":"user","action_type":"read","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":29,"uuid":"691db1a3-8a57-4172-b35c-8c3079ee4b28","name":"Edit users","object_type":"user","action_type":"edit","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":30,"uuid":"1ee019be-2c15-4b49-bc39-7aa8ac7c28a8","name":"Add users","object_type":"user","action_type":"add","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":31,"uuid":"7f8f62cb-bc6a-40b6-bf27-09d50f622d16","name":"Delete users","object_type":"user","action_type":"destroy","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":32,"uuid":"e6f5c2c1-0156-4798-b23e-298c2df0d620","name":"Assign a role","object_type":"role","action_type":"assign","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":33,"uuid":"710eda72-aa16-48d6-a648-f756068876ad","name":"Browse roles","object_type":"role","action_type":"browse","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":34,"uuid":"41864789-a5bb-4444-98e9-cb90f9672f70","name":"Browse clients","object_type":"client","action_type":"browse","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":35,"uuid":"a070ef40-f512-4516-ad86-37084a1bfb0d","name":"Read clients","object_type":"client","action_type":"read","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":36,"uuid":"fae07d15-c196-4bbd-a927-63e416731a60","name":"Edit clients","object_type":"client","action_type":"edit","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":37,"uuid":"c76ba0e7-7ca3-4a58-851a-9316cb95fe07","name":"Add clients","object_type":"client","action_type":"add","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":38,"uuid":"aacae432-2fc9-4f56-a331-e67bba201a7b","name":"Delete clients","object_type":"client","action_type":"destroy","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":39,"uuid":"34ae07c6-07fb-4f82-9509-bc3c8a560851","name":"Browse subscribers","object_type":"subscriber","action_type":"browse","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":40,"uuid":"15b80aa0-76c9-46f8-ad88-e579691adf24","name":"Read subscribers","object_type":"subscriber","action_type":"read","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":41,"uuid":"249f7881-3dbb-43d4-8eba-aa291a508dbf","name":"Edit subscribers","object_type":"subscriber","action_type":"edit","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":42,"uuid":"4f76b2a4-7dfc-4320-ba0c-bf0886530ee3","name":"Add subscribers","object_type":"subscriber","action_type":"add","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1},{"id":43,"uuid":"6963f9b0-d89e-4a7e-8430-03f5364d3726","name":"Delete subscribers","object_type":"subscriber","action_type":"destroy","object_id":null,"created_at":"2017-03-13 23:14:43","created_by":1,"updated_at":"2017-03-13 23:14:43","updated_by":1}],"permissions_users":[],"permissions_roles":[{"id":1,"role_id":1,"permission_id":1},{"id":2,"role_id":1,"permission_id":2},{"id":3,"role_id":1,"permission_id":3},{"id":4,"role_id":1,"permission_id":4},{"id":5,"role_id":1,"permission_id":5},{"id":6,"role_id":1,"permission_id":6},{"id":7,"role_id":1,"permission_id":7},{"id":8,"role_id":1,"permission_id":8},{"id":9,"role_id":1,"permission_id":9},{"id":10,"role_id":1,"permission_id":10},{"id":11,"role_id":1,"permission_id":11},{"id":12,"role_id":1,"permission_id":12},{"id":13,"role_id":1,"permission_id":13},{"id":14,"role_id":1,"permission_id":14},{"id":15,"role_id":1,"permission_id":15},{"id":16,"role_id":1,"permission_id":16},{"id":17,"role_id":1,"permission_id":17},{"id":18,"role_id":1,"permission_id":18},{"id":19,"role_id":1,"permission_id":19},{"id":20,"role_id":1,"permission_id":20},{"id":21,"role_id":1,"permission_id":21},{"id":22,"role_id":1,"permission_id":22},{"id":23,"role_id":1,"permission_id":23},{"id":24,"role_id":1,"permission_id":24},{"id":25,"role_id":1,"permission_id":25},{"id":26,"role_id":1,"permission_id":26},{"id":27,"role_id":1,"permission_id":27},{"id":28,"role_id":1,"permission_id":28},{"id":29,"role_id":1,"permission_id":29},{"id":30,"role_id":1,"permission_id":30},{"id":31,"role_id":1,"permission_id":31},{"id":32,"role_id":1,"permission_id":32},{"id":33,"role_id":1,"permission_id":33},{"id":34,"role_id":1,"permission_id":34},{"id":35,"role_id":1,"permission_id":35},{"id":36,"role_id":1,"permission_id":36},{"id":37,"role_id":1,"permission_id":37},{"id":38,"role_id":1,"permission_id":38},{"id":39,"role_id":1,"permission_id":39},{"id":40,"role_id":1,"permission_id":40},{"id":41,"role_id":1,"permission_id":41},{"id":42,"role_id":1,"permission_id":42},{"id":43,"role_id":1,"permission_id":43},{"id":44,"role_id":2,"permission_id":8},{"id":45,"role_id":2,"permission_id":9},{"id":46,"role_id":2,"permission_id":10},{"id":47,"role_id":2,"permission_id":11},{"id":48,"role_id":2,"permission_id":12},{"id":49,"role_id":2,"permission_id":13},{"id":50,"role_id":2,"permission_id":14},{"id":51,"role_id":2,"permission_id":16},{"id":52,"role_id":2,"permission_id":17},{"id":53,"role_id":2,"permission_id":18},{"id":54,"role_id":2,"permission_id":19},{"id":55,"role_id":2,"permission_id":20},{"id":56,"role_id":2,"permission_id":21},{"id":57,"role_id":2,"permission_id":27},{"id":58,"role_id":2,"permission_id":28},{"id":59,"role_id":2,"permission_id":29},{"id":60,"role_id":2,"permission_id":30},{"id":61,"role_id":2,"permission_id":31},{"id":62,"role_id":2,"permission_id":32},{"id":63,"role_id":2,"permission_id":33},{"id":64,"role_id":2,"permission_id":34},{"id":65,"role_id":2,"permission_id":35},{"id":66,"role_id":2,"permission_id":36},{"id":67,"role_id":2,"permission_id":37},{"id":68,"role_id":2,"permission_id":38},{"id":69,"role_id":2,"permission_id":42},{"id":70,"role_id":3,"permission_id":8},{"id":71,"role_id":3,"permission_id":9},{"id":72,"role_id":3,"permission_id":11},{"id":73,"role_id":3,"permission_id":13},{"id":74,"role_id":3,"permission_id":14},{"id":75,"role_id":3,"permission_id":16},{"id":76,"role_id":3,"permission_id":17},{"id":77,"role_id":3,"permission_id":18},{"id":78,"role_id":3,"permission_id":20},{"id":79,"role_id":3,"permission_id":27},{"id":80,"role_id":3,"permission_id":28},{"id":81,"role_id":3,"permission_id":33},{"id":82,"role_id":3,"permission_id":34},{"id":83,"role_id":3,"permission_id":35},{"id":84,"role_id":3,"permission_id":36},{"id":85,"role_id":3,"permission_id":37},{"id":86,"role_id":3,"permission_id":38},{"id":87,"role_id":3,"permission_id":42}],"permissions_apps":[],"settings":[{"id":1,"uuid":"e8539902-0838-443f-9db3-5541edb014ec","key":"databaseVersion","value":"009","type":"core","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-03-13 23:14:44","updated_by":1},{"id":2,"uuid":"a39a2991-0cd0-4e93-a63b-33a5b6430d13","key":"dbHash","value":"16ab234b-a746-4eea-9609-5d8392dbd082","type":"core","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-03-13 23:14:45","updated_by":1},{"id":3,"uuid":"fed76dba-4835-470e-81e5-ebda29d6c097","key":"nextUpdateCheck","value":"1495237587","type":"core","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-18 23:46:26","updated_by":1},{"id":4,"uuid":"e7dc1f15-3a2b-4818-8849-1404c0a9842b","key":"displayUpdateNotification","value":"0.11.9","type":"core","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-18 23:46:26","updated_by":1},{"id":5,"uuid":"9d294c21-d61f-4eec-b4cd-f05723811cf6","key":"seenNotifications","value":"[]","type":"core","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-03-13 23:14:44","updated_by":1},{"id":6,"uuid":"434e0c8c-d9ae-43ab-bac5-b3be1fb15337","key":"migrations","value":"{}","type":"core","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-03-13 23:14:44","updated_by":1},{"id":7,"uuid":"9a23f94b-c998-4939-9e43-944d51c5adaf","key":"title","value":"Aclevo","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":8,"uuid":"850c73b7-a686-41d7-9972-fe36b3c040c6","key":"description","value":"The official blog of Aclevo","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":9,"uuid":"57e40bb6-a04b-4e1d-86f9-07f5eab269fe","key":"logo","value":"/content/images/2017/04/Aclevo-4.png","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":10,"uuid":"f309532a-afe7-46fb-81d5-b05b8b42c07f","key":"cover","value":"/content/images/2017/04/18.jpg","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":11,"uuid":"ad3755f8-d927-45b1-aaa7-8f75c59825c4","key":"defaultLang","value":"en_US","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":12,"uuid":"9579f507-5d52-4546-a710-ac6c4510bb6e","key":"postsPerPage","value":"10","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":13,"uuid":"64ac1eef-3b09-4776-919c-bbf2db4e710e","key":"activeTimezone","value":"Etc/UTC","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":14,"uuid":"5403a46a-3fd4-455f-9635-d18d00d55870","key":"forceI18n","value":"true","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":15,"uuid":"e43793a1-e9fa-42ea-b444-ba178a5feeb4","key":"permalinks","value":"/:slug/","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":16,"uuid":"f17d3d3f-a348-4bd2-963b-0ca7f254d682","key":"amp","value":"true","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":17,"uuid":"7ed85d88-1ac8-428e-a580-0c98b7c5073e","key":"ghost_head","value":"<script src=\"https://code.jquery.com/jquery-3.2.1.min.js\"></script>\n<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\n<script>\n (adsbygoogle = window.adsbygoogle || []).push({\n google_ad_client: \"ca-pub-1963945885092025\",\n enable_page_level_ads: true\n });\n</script>","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":18,"uuid":"38397844-3886-4c24-9783-a66b5458f201","key":"ghost_foot","value":"","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":19,"uuid":"b2d5177e-b673-439d-9a1e-e1e7d3c63ac3","key":"facebook","value":"","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":20,"uuid":"02f7a6aa-413f-4d4b-bb0b-a28907013a37","key":"twitter","value":"@AclevoOfficial","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":21,"uuid":"afeedfc1-bc00-4992-b35d-1e7900bf47ab","key":"labs","value":"{\"subscribers\":true,\"internalTags\":true,\"publicAPI\":true}","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":22,"uuid":"04eee87f-fad4-4c70-8c60-22f8dc012e31","key":"navigation","value":"[{\"label\":\"Home\",\"url\":\"https://aclevo.xyz\"},{\"label\":\"About\",\"url\":\"/about/\"},{\"label\":\"Apply\",\"url\":\"https://goo.gl/forms/Ujh64ueeAh47Kk3Z2\"}]","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":23,"uuid":"95600dc0-80b2-4900-b990-a300df0f9388","key":"slack","value":"[{\"url\":\"\"}]","type":"blog","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":24,"uuid":"01e820ef-ece4-4c38-b6d6-6bb01f222134","key":"activeApps","value":"[]","type":"app","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-03-13 23:14:44","updated_by":1},{"id":25,"uuid":"9e737463-c150-4106-a83a-877cb8ed0e9c","key":"installedApps","value":"[]","type":"app","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-18 22:24:56","updated_by":1},{"id":26,"uuid":"33be6c13-48cb-4685-9b46-e09aec2f1709","key":"isPrivate","value":"false","type":"private","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":27,"uuid":"9e95ebd7-e6a7-48cc-a80d-c0f2ead6b3c7","key":"password","value":"","type":"private","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1},{"id":28,"uuid":"b832fb71-d0b7-47ae-8fcf-be25f5cfd1ae","key":"activeTheme","value":"ghost-material","type":"theme","created_at":"2017-03-13 23:14:44","created_by":1,"updated_at":"2017-05-02 23:34:42","updated_by":1}],"tags":[{"id":2,"uuid":"5be7a332-35ea-4ea7-9a05-1dae84173c2e","name":"minecraft","slug":"minecraft","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 02:29:32","created_by":1,"updated_at":"2017-03-14 02:29:32","updated_by":1},{"id":3,"uuid":"da69c3c3-4231-4f1c-ab1f-fa352aedb109","name":"server","slug":"server","description":"Posts about servers","image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 02:29:32","created_by":1,"updated_at":"2017-03-14 19:46:05","updated_by":1},{"id":4,"uuid":"53d5f219-9804-4694-a93f-e87a7e9481f2","name":"gaming","slug":"gaming","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 02:29:32","created_by":1,"updated_at":"2017-03-14 02:29:32","updated_by":1},{"id":5,"uuid":"3c1fcb72-698b-403b-81e2-726fea8bf52c","name":"instant","slug":"instant","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 02:31:46","created_by":1,"updated_at":"2017-03-14 02:31:46","updated_by":1},{"id":6,"uuid":"19acd49c-05b4-49aa-b780-9707c1ea477e","name":"web","slug":"web","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 02:31:46","created_by":1,"updated_at":"2017-03-14 02:31:46","updated_by":1},{"id":7,"uuid":"a6aa5443-6175-41f5-8a7d-dfb3f93d7b95","name":"python","slug":"python","description":"Posts about the python programming language","image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 02:31:46","created_by":1,"updated_at":"2017-03-14 19:45:50","updated_by":1},{"id":9,"uuid":"5493cdec-76f1-450b-a97c-8dba7b037065","name":"web browser","slug":"web-browser","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 02:33:32","created_by":1,"updated_at":"2017-03-14 02:33:32","updated_by":1},{"id":10,"uuid":"b88a9053-40ea-4ef9-af06-1b5c3d53fa9b","name":"dillo","slug":"dillo","description":"Posts about the dillo web browser","image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 02:33:32","created_by":1,"updated_at":"2017-03-14 19:45:36","updated_by":1},{"id":11,"uuid":"72c7a313-cbd7-4df0-a3f9-990484aa1fc1","name":"asmttpd","slug":"asmttpd","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 02:36:45","created_by":1,"updated_at":"2017-03-14 02:36:45","updated_by":1},{"id":12,"uuid":"6ade39c1-6ed0-4f68-ae76-ea34cdfb87a0","name":"linux","slug":"linux","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 02:36:45","created_by":1,"updated_at":"2017-03-14 02:36:45","updated_by":1},{"id":13,"uuid":"2aa86322-bedf-4e38-be07-e644c8b547f4","name":"assembly","slug":"assembly","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 02:36:45","created_by":1,"updated_at":"2017-03-14 02:36:45","updated_by":1},{"id":14,"uuid":"5a5e9596-8757-4eb3-a502-b6a68105a80f","name":"internet","slug":"internet","description":"Posts about internet related topics by Aclevo.","image":null,"parent_id":null,"visibility":"public","meta_title":"Aclevo's Internet Articles","meta_description":"","created_at":"2017-03-14 02:36:45","created_by":1,"updated_at":"2017-03-14 19:45:24","updated_by":1},{"id":15,"uuid":"6d4e1398-695b-4b3c-b5ad-7916dbbfa25f","name":"roller coaster","slug":"roller-coaster","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 02:49:38","created_by":1,"updated_at":"2017-03-14 02:49:38","updated_by":1},{"id":16,"uuid":"18b9afe7-0c24-4898-8a96-5b6877040881","name":"video","slug":"video","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 02:49:38","created_by":1,"updated_at":"2017-03-14 02:49:38","updated_by":1},{"id":17,"uuid":"d6dd279b-d626-40a3-906c-85cd6ab9017d","name":"openmandriva","slug":"openmandriva","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 03:38:10","created_by":1,"updated_at":"2017-03-14 03:38:10","updated_by":1},{"id":18,"uuid":"72ffcf9b-effc-4b6c-a090-3818a324bd74","name":"os review","slug":"os-review","description":"Reviews of Linux, Windows, BSD and other Operating Systems.","image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 03:38:10","created_by":1,"updated_at":"2017-03-14 19:46:46","updated_by":1},{"id":19,"uuid":"3411aab6-6969-4a51-b83f-1687ba9a5650","name":"review","slug":"review","description":"Reviews of Operating Systems, Software, Hardware and more!","image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 03:38:10","created_by":1,"updated_at":"2017-03-14 19:46:27","updated_by":1},{"id":20,"uuid":"70e628c9-a6b3-46dd-ae6b-aaec0a84c9b1","name":"vector linux","slug":"vector-linux","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 03:42:44","created_by":1,"updated_at":"2017-03-14 03:42:44","updated_by":1},{"id":21,"uuid":"88579b6e-9bc4-426d-be1f-ea5bab73ffbf","name":"arch linux","slug":"arch-linux","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 19:35:44","created_by":1,"updated_at":"2017-03-14 19:35:44","updated_by":1},{"id":22,"uuid":"06149ffc-ca84-445d-b152-7861ef6ef2b8","name":"lightweight","slug":"lightweight","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 19:48:01","created_by":1,"updated_at":"2017-03-14 19:48:01","updated_by":1},{"id":23,"uuid":"2ee4cd96-9744-4425-8951-ebe311d3cf56","name":"docker","slug":"docker","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 19:55:48","created_by":1,"updated_at":"2017-03-14 19:55:48","updated_by":1},{"id":24,"uuid":"43b06b0a-69af-491d-8ccd-67d43aee0624","name":"cloud computing","slug":"cloud-computing","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-14 19:55:48","created_by":1,"updated_at":"2017-03-14 19:55:48","updated_by":1},{"id":25,"uuid":"352577a0-eb0c-4b6e-9bb8-b6dd9305b632","name":"rant","slug":"rant","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-15 16:58:42","created_by":1,"updated_at":"2017-03-15 16:58:42","updated_by":1},{"id":26,"uuid":"1f2a6369-2e25-45df-97de-e35e92c4bed8","name":"bios","slug":"bios","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-15 17:41:15","created_by":1,"updated_at":"2017-03-15 17:41:15","updated_by":1},{"id":27,"uuid":"a0a1b8f9-4a41-4dff-8122-1b85c1562950","name":"seabios","slug":"seabios","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-15 17:41:15","created_by":1,"updated_at":"2017-03-15 17:41:15","updated_by":1},{"id":28,"uuid":"6290e2b6-af9e-427f-b409-feb74dd7344c","name":"chromebook","slug":"chromebook","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-15 17:41:15","created_by":1,"updated_at":"2017-03-15 17:41:15","updated_by":1},{"id":29,"uuid":"3f53d4a7-7194-478b-8e66-ef8a7972bc35","name":"chromeos","slug":"chromeos","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-15 17:41:15","created_by":1,"updated_at":"2017-03-15 17:41:15","updated_by":1},{"id":30,"uuid":"410a28b5-6452-4f15-b818-d9f0eda0f41b","name":"bug","slug":"bug","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-15 17:41:15","created_by":1,"updated_at":"2017-03-15 17:41:15","updated_by":1},{"id":31,"uuid":"aff5ab44-0657-4b11-98a8-99aab0742c1f","name":"google","slug":"google","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-15 18:38:34","created_by":1,"updated_at":"2017-03-15 18:38:34","updated_by":1},{"id":32,"uuid":"b9a4248e-b709-49ee-8ee3-f5ef9e87c63a","name":"adsense","slug":"adsense","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-15 18:38:34","created_by":1,"updated_at":"2017-03-15 18:38:34","updated_by":1},{"id":33,"uuid":"c62f3fbf-6d68-4a67-842c-293773d36317","name":"satire","slug":"satire","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-15 19:27:04","created_by":1,"updated_at":"2017-03-15 19:27:04","updated_by":1},{"id":34,"uuid":"5c1b8e4c-fed2-4136-b414-fd11491dc794","name":"nodejs","slug":"nodejs","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-15 19:27:04","created_by":1,"updated_at":"2017-03-15 19:27:04","updated_by":1},{"id":35,"uuid":"2a423ee8-2f35-4ca8-af9d-b26105972ec5","name":"hipsters","slug":"hipsters","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-15 19:27:04","created_by":1,"updated_at":"2017-03-15 19:27:04","updated_by":1},{"id":36,"uuid":"26f7e303-28e8-4ac0-87fa-8bae5b330a69","name":"ipad","slug":"ipad","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-16 16:28:19","created_by":1,"updated_at":"2017-03-16 16:28:19","updated_by":1},{"id":37,"uuid":"5a93393d-e61e-454d-9011-5d93d937df9f","name":"tablet","slug":"tablet","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-16 16:28:19","created_by":1,"updated_at":"2017-03-16 16:28:19","updated_by":1},{"id":38,"uuid":"31109440-31b8-48f3-9281-93a2ea9c7867","name":"laptop","slug":"laptop","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-16 16:28:19","created_by":1,"updated_at":"2017-03-16 16:28:19","updated_by":1},{"id":39,"uuid":"f155b852-c68f-4148-8ffa-808ac7948781","name":"ios","slug":"ios","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-16 16:28:19","created_by":1,"updated_at":"2017-03-16 16:28:19","updated_by":1},{"id":40,"uuid":"5c0eae66-b13b-41e2-821b-2a38219a0838","name":"apple","slug":"apple","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-16 16:28:19","created_by":1,"updated_at":"2017-03-16 16:28:19","updated_by":1},{"id":41,"uuid":"85dd6809-8fe7-4e06-90d4-b53bfc7b5248","name":"macos","slug":"macos","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-16 17:18:55","created_by":1,"updated_at":"2017-03-16 17:18:55","updated_by":1},{"id":42,"uuid":"fbd1e7c5-f081-4c3b-9b6f-9180720b182e","name":"windows","slug":"windows","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-16 17:18:55","created_by":1,"updated_at":"2017-03-16 17:18:55","updated_by":1},{"id":43,"uuid":"191229da-69c0-48b2-9249-f67816f61e08","name":"microsoft","slug":"microsoft","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-16 17:18:55","created_by":1,"updated_at":"2017-03-16 17:18:55","updated_by":1},{"id":44,"uuid":"ecca5487-2171-4f46-8ff8-efb17b197859","name":"proejcts","slug":"proejcts","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-18 04:22:18","created_by":1,"updated_at":"2017-03-18 04:22:18","updated_by":1},{"id":45,"uuid":"9713754e-cc17-4a6d-97dd-cb016c4c20df","name":"dashboard","slug":"dashboard-tag","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-18 04:22:18","created_by":1,"updated_at":"2017-03-18 04:22:18","updated_by":1},{"id":46,"uuid":"1dcae566-dfa5-4495-9e62-e87814a4a2ee","name":"mdi","slug":"mdi","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-18 04:22:18","created_by":1,"updated_at":"2017-03-18 04:22:18","updated_by":1},{"id":47,"uuid":"74cf2a48-0a37-48d1-be99-bbe01826d57d","name":"AMD","slug":"amd","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-19 19:01:27","created_by":7,"updated_at":"2017-03-19 19:01:27","updated_by":7},{"id":48,"uuid":"627ad4c1-931c-4141-bbd6-8ff37a2d6ede","name":"Wraith Spire","slug":"wraith-spire","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-19 19:01:27","created_by":7,"updated_at":"2017-03-19 19:01:27","updated_by":7},{"id":49,"uuid":"571f39dc-4caa-4e33-9cdf-328ea07060e8","name":"great","slug":"great","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:03:23","created_by":2,"updated_at":"2017-03-21 00:03:23","updated_by":2},{"id":50,"uuid":"0e355f32-9613-4b31-ac80-9a1b9a542d44","name":"necessity","slug":"necessity","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:03:23","created_by":2,"updated_at":"2017-03-21 00:03:23","updated_by":2},{"id":51,"uuid":"e8067f6f-fe68-4d30-a3b6-966f3c990702","name":"discord","slug":"discord","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:03:23","created_by":2,"updated_at":"2017-03-21 00:03:23","updated_by":2},{"id":52,"uuid":"d878ab0d-7e8c-42f9-9b28-471658f8b09e","name":"hangouts","slug":"hangouts","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:03:23","created_by":2,"updated_at":"2017-03-21 00:03:23","updated_by":2},{"id":53,"uuid":"09214bfb-84fd-4719-8540-8292a56973a9","name":"twitch messenger","slug":"twitch-messenger","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:03:23","created_by":2,"updated_at":"2017-03-21 00:03:23","updated_by":2},{"id":54,"uuid":"0b91d697-5d2f-43b2-bbf5-bf94ae8a2d15","name":"curse voice","slug":"curse-voice","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:03:23","created_by":2,"updated_at":"2017-03-21 00:03:23","updated_by":2},{"id":55,"uuid":"93694b4b-e963-4867-b73c-769c63bfdfc5","name":"slack","slug":"slack","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:03:23","created_by":2,"updated_at":"2017-03-21 00:03:23","updated_by":2},{"id":56,"uuid":"3c4dd46b-6fa0-430e-b524-2e109f30663a","name":"projects management","slug":"projects-management","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:03:23","created_by":2,"updated_at":"2017-03-21 00:03:23","updated_by":2},{"id":57,"uuid":"25984a7a-cef1-4b88-8f6a-aa6585efe46a","name":"productivity","slug":"productivity","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:07:56","created_by":2,"updated_at":"2017-03-21 00:07:56","updated_by":2},{"id":58,"uuid":"6477c736-e720-42c4-aaa5-899561567dfa","name":"essential","slug":"essential","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:07:56","created_by":2,"updated_at":"2017-03-21 00:07:56","updated_by":2},{"id":59,"uuid":"287b548f-cb4c-4a2e-a14f-fea52888dee9","name":"success","slug":"success","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:07:56","created_by":2,"updated_at":"2017-03-21 00:07:56","updated_by":2},{"id":60,"uuid":"3840c704-9b99-49e6-81f4-210e29804138","name":"organization","slug":"organization","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:07:56","created_by":2,"updated_at":"2017-03-21 00:07:56","updated_by":2},{"id":61,"uuid":"8900f451-7f00-4e41-9bd0-d8cd9b6ad68d","name":"work","slug":"work","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:07:56","created_by":2,"updated_at":"2017-03-21 00:07:56","updated_by":2},{"id":62,"uuid":"7fd0e871-8d7d-479b-adee-3652641a9ef5","name":"labour","slug":"labour","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:07:56","created_by":2,"updated_at":"2017-03-21 00:07:56","updated_by":2},{"id":63,"uuid":"9d750060-90d0-46a0-a173-f4189fd4d531","name":"labor","slug":"labor","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:07:56","created_by":2,"updated_at":"2017-03-21 00:07:56","updated_by":2},{"id":64,"uuid":"5ee85767-534c-4668-adbf-9d8d22d3dfb1","name":"time management","slug":"time-management","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 00:07:56","created_by":2,"updated_at":"2017-03-21 00:07:56","updated_by":2},{"id":65,"uuid":"d71a2391-e6e1-4f5d-a686-58d54a77f87e","name":"cloudready","slug":"cloudready","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 15:56:47","created_by":2,"updated_at":"2017-03-21 15:56:47","updated_by":2},{"id":66,"uuid":"662e766f-15ba-4c8a-af7e-387c13761a0f","name":"neverware","slug":"neverware","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 15:56:47","created_by":2,"updated_at":"2017-03-21 15:56:47","updated_by":2},{"id":67,"uuid":"26e1bc6e-8304-499c-a151-8303f463fc6d","name":"computer","slug":"computer","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 15:56:47","created_by":2,"updated_at":"2017-03-21 15:56:47","updated_by":2},{"id":68,"uuid":"c9315e13-d300-48b6-a577-0d8d01e3ba84","name":"chromium os","slug":"chromium-os","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 15:56:47","created_by":2,"updated_at":"2017-03-21 15:56:47","updated_by":2},{"id":69,"uuid":"b4555307-2a2d-4c74-bd4f-986e367f5f2c","name":"calculators","slug":"calculators","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 17:37:50","created_by":1,"updated_at":"2017-03-21 17:37:50","updated_by":1},{"id":70,"uuid":"468548a7-b4a8-41b8-ac48-c51f36625df2","name":"ti","slug":"ti","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 17:37:50","created_by":1,"updated_at":"2017-03-21 17:37:50","updated_by":1},{"id":71,"uuid":"4afba143-5bae-4ef1-83a4-467b74685cad","name":"casio","slug":"casio","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-21 17:37:50","created_by":1,"updated_at":"2017-03-21 17:37:50","updated_by":1},{"id":72,"uuid":"75d3ad5b-66fa-451f-bcd2-031209693551","name":"first","slug":"first","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-22 23:46:11","created_by":2,"updated_at":"2017-03-22 23:46:11","updated_by":2},{"id":73,"uuid":"fc5fc042-bc6d-425c-b34f-2d1c2108bae2","name":"stage","slug":"stage","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-22 23:46:11","created_by":2,"updated_at":"2017-03-22 23:46:11","updated_by":2},{"id":74,"uuid":"0845a66e-5f53-430c-9961-3b947d92e8d2","name":"deadlines","slug":"deadlines","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-22 23:46:11","created_by":2,"updated_at":"2017-03-22 23:46:11","updated_by":2},{"id":75,"uuid":"a3a2ac16-e972-42a0-be88-4147afc08bf1","name":"blog","slug":"blog","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-22 23:46:11","created_by":2,"updated_at":"2017-03-22 23:46:11","updated_by":2},{"id":76,"uuid":"32361e56-3229-4611-9126-13077e0f47c9","name":"life","slug":"life","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-23 22:08:11","created_by":2,"updated_at":"2017-03-23 22:08:11","updated_by":2},{"id":77,"uuid":"ddd942ee-4a74-41da-a23f-6b509dc23caa","name":"misery","slug":"misery","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-23 22:08:11","created_by":2,"updated_at":"2017-03-23 22:08:11","updated_by":2},{"id":78,"uuid":"5ef7afa9-97b7-411b-92bf-ded892853756","name":"new","slug":"new","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-23 22:08:11","created_by":2,"updated_at":"2017-03-23 22:08:11","updated_by":2},{"id":79,"uuid":"15e176f0-38fc-4d82-a651-a65f2f1eb51d","name":"series","slug":"series","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-23 22:08:11","created_by":2,"updated_at":"2017-03-23 22:08:11","updated_by":2},{"id":80,"uuid":"bb7b6b85-95f1-4bc2-a6a2-72232fb6c33d","name":"anonymity","slug":"anonymity","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-25 17:46:34","created_by":9,"updated_at":"2017-03-25 17:46:34","updated_by":9},{"id":81,"uuid":"466051b2-a03d-482f-ac0d-c193b96e8b2f","name":"technology","slug":"technology","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-25 17:46:34","created_by":9,"updated_at":"2017-03-25 17:46:34","updated_by":9},{"id":82,"uuid":"9ef0555d-62f5-4134-9015-153fc8a0c1a5","name":"vpn","slug":"vpn","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-25 18:17:54","created_by":1,"updated_at":"2017-03-25 18:17:54","updated_by":1},{"id":83,"uuid":"13de523f-55f7-4756-a72d-615220f79754","name":"introduction","slug":"introduction","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-27 22:48:48","created_by":2,"updated_at":"2017-03-27 22:48:48","updated_by":2},{"id":84,"uuid":"16bd807e-a788-4a60-b987-8467bc30b26a","name":"a","slug":"a","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-27 22:48:48","created_by":2,"updated_at":"2017-03-27 22:48:48","updated_by":2},{"id":85,"uuid":"b34c6305-5be2-4eac-b9d4-fd11feb7972d","name":"vie","slug":"vie","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-27 22:48:48","created_by":2,"updated_at":"2017-03-27 22:48:48","updated_by":2},{"id":86,"uuid":"ec460ef5-02c2-41b6-95d0-51b6ef47bbd8","name":"dans","slug":"dans","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-27 22:48:48","created_by":2,"updated_at":"2017-03-27 22:48:48","updated_by":2},{"id":87,"uuid":"8358491a-464c-4870-828e-6f5f6b1d9c23","name":"la","slug":"la","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-27 22:48:48","created_by":2,"updated_at":"2017-03-27 22:48:48","updated_by":2},{"id":88,"uuid":"7040b2cb-d5c5-44aa-9dc0-184e519202c6","name":"Misère","slug":"misere","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-27 22:48:48","created_by":2,"updated_at":"2017-03-27 22:48:48","updated_by":2},{"id":89,"uuid":"9400183d-c0fc-4c8e-bb75-586614845fb9","name":"une","slug":"une","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-27 22:48:48","created_by":2,"updated_at":"2017-03-27 22:48:48","updated_by":2},{"id":90,"uuid":"77faa07c-fd61-4461-8bb9-f7ea57c9f65c","name":"nouvelle","slug":"nouvelle","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-27 22:48:48","created_by":2,"updated_at":"2017-03-27 22:48:48","updated_by":2},{"id":91,"uuid":"ffd635c3-1372-47d6-94cd-8a49462ba97d","name":"Série","slug":"serie","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-27 22:48:48","created_by":2,"updated_at":"2017-03-27 22:48:48","updated_by":2},{"id":92,"uuid":"7edb7f02-844f-438a-bbe0-8a1613288d69","name":"selenium","slug":"selenium","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-28 23:19:16","created_by":2,"updated_at":"2017-03-28 23:19:16","updated_by":2},{"id":93,"uuid":"3f0bac12-3070-4549-ac67-cae74f5c531c","name":"hotel","slug":"hotel","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-28 23:19:16","created_by":2,"updated_at":"2017-03-28 23:19:16","updated_by":2},{"id":94,"uuid":"3edb0977-f381-4db2-9951-312315891915","name":"destruction","slug":"destruction","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-03-28 23:19:16","created_by":2,"updated_at":"2017-03-28 23:19:16","updated_by":2},{"id":95,"uuid":"09ae06f5-f621-4d06-8cd7-d850816ae30d","name":"gentoo","slug":"gentoo","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-02 17:31:09","created_by":4,"updated_at":"2017-04-02 17:31:09","updated_by":4},{"id":96,"uuid":"c3636ac2-0a97-4bb2-ab4f-9958e3607cb0","name":"e-commerce","slug":"e-commerce","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-06 15:11:07","created_by":9,"updated_at":"2017-04-06 15:11:07","updated_by":9},{"id":97,"uuid":"2803bad2-eef5-4c50-b7e6-2e1a31c34481","name":"big data","slug":"big-data","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-06 15:11:07","created_by":9,"updated_at":"2017-04-06 15:11:07","updated_by":9},{"id":98,"uuid":"a5781ab1-af57-494d-8c13-fe71cb019740","name":"tech","slug":"tech","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-06 15:11:07","created_by":9,"updated_at":"2017-04-06 15:11:07","updated_by":9},{"id":99,"uuid":"a3757d21-6236-471e-8700-8800a4f74ece","name":"analytics","slug":"analytics","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-06 17:14:08","created_by":9,"updated_at":"2017-04-06 17:14:08","updated_by":9},{"id":100,"uuid":"2550cb3c-105c-4698-8c0f-d280629c6823","name":"bbs","slug":"bbs","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-06 18:27:51","created_by":1,"updated_at":"2017-04-06 18:27:51","updated_by":1},{"id":101,"uuid":"9ffb4f4d-9f6b-4919-b2d7-c8ffeb18f38d","name":"bbs client","slug":"bbs-client","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-06 18:27:51","created_by":1,"updated_at":"2017-04-06 18:27:51","updated_by":1},{"id":102,"uuid":"0bfc75fe-ded0-463f-b3e1-08183fe33e28","name":"client","slug":"client","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-07 00:11:59","created_by":1,"updated_at":"2017-04-07 00:11:59","updated_by":1},{"id":103,"uuid":"42ec3fac-1c1e-4a45-9bde-9a0a3327ab37","name":"xterm","slug":"xterm","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-07 00:11:59","created_by":1,"updated_at":"2017-04-07 00:11:59","updated_by":1},{"id":104,"uuid":"b883315b-b339-412d-86c2-e2f8312d541d","name":"nginx","slug":"nginx","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-07 20:13:45","created_by":1,"updated_at":"2017-04-07 20:13:45","updated_by":1},{"id":105,"uuid":"f6d0622b-5a11-43a6-84a7-a0d79c5518a8","name":"proxy","slug":"proxy","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-07 20:13:45","created_by":1,"updated_at":"2017-04-07 20:13:45","updated_by":1},{"id":106,"uuid":"96b5e945-749d-4bed-ad0f-ba687408e1fb","name":"Amazon","slug":"amazon","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-08 12:03:53","created_by":9,"updated_at":"2017-04-08 12:03:53","updated_by":9},{"id":107,"uuid":"194d91e9-c6fa-42d8-9046-81960c2b27cf","name":"travel","slug":"travel","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-08 13:52:35","created_by":1,"updated_at":"2017-04-08 13:52:35","updated_by":1},{"id":108,"uuid":"d15c6f9e-c83e-4b8c-bca3-385cbea51b25","name":"washington dc","slug":"washington-dc","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-08 13:52:35","created_by":1,"updated_at":"2017-04-08 13:52:35","updated_by":1},{"id":109,"uuid":"a06c3b2e-a935-4907-bfb6-58af811b7b26","name":"games","slug":"games","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-08 14:38:37","created_by":1,"updated_at":"2017-04-08 14:38:37","updated_by":1},{"id":110,"uuid":"63733dbe-e3b1-4411-a079-6ad5cebd450c","name":"apt","slug":"apt","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-08 14:38:37","created_by":1,"updated_at":"2017-04-08 14:38:37","updated_by":1},{"id":111,"uuid":"ec98bb73-e86b-46e6-90b4-02c56c3e487d","name":"ubuntu","slug":"ubuntu","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-08 14:38:37","created_by":1,"updated_at":"2017-04-08 14:38:37","updated_by":1},{"id":112,"uuid":"1f672921-4ef4-48f3-a3e6-8c015ce5735f","name":"ghost","slug":"ghost-tag","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-08 14:57:54","created_by":1,"updated_at":"2017-04-08 14:57:54","updated_by":1},{"id":113,"uuid":"c6ca1d81-cf10-497a-977c-0bfa73eaf507","name":"markdown","slug":"markdown","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-08 14:57:54","created_by":1,"updated_at":"2017-04-08 14:57:54","updated_by":1},{"id":114,"uuid":"799a8537-e83c-46e8-b8e6-a7562513e989","name":"youtube","slug":"youtube","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-09 00:08:07","created_by":4,"updated_at":"2017-04-09 00:08:07","updated_by":4},{"id":115,"uuid":"dd52b731-8df1-4cb6-8942-d33b6e2ce5e0","name":"monetization","slug":"monetization","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-09 00:08:07","created_by":4,"updated_at":"2017-04-09 00:08:07","updated_by":4},{"id":116,"uuid":"822dd90f-cd25-4b51-a3dd-c57f8dc41501","name":"ads","slug":"ads","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-09 00:08:07","created_by":4,"updated_at":"2017-04-09 00:08:07","updated_by":4},{"id":117,"uuid":"fe391b3d-622f-4236-b343-f76f17ec0cbe","name":"threshold","slug":"threshold","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-09 00:08:07","created_by":4,"updated_at":"2017-04-09 00:08:07","updated_by":4},{"id":118,"uuid":"bd088284-7b18-4c2d-a7d7-d86bee3c2f34","name":"views","slug":"views","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-09 00:08:07","created_by":4,"updated_at":"2017-04-09 00:08:07","updated_by":4},{"id":119,"uuid":"9cb458d5-a3b9-4588-8d23-ef1aedbd38a2","name":"money","slug":"money","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-10 01:29:15","created_by":2,"updated_at":"2017-04-10 01:29:15","updated_by":2},{"id":120,"uuid":"1422f583-a2d1-434e-8ed1-7fe16bace310","name":"ad","slug":"ad","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-10 01:29:15","created_by":2,"updated_at":"2017-04-10 01:29:15","updated_by":2},{"id":121,"uuid":"058d295a-ead1-429e-8274-fec93a818a13","name":"revenue","slug":"revenue","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-10 01:29:15","created_by":2,"updated_at":"2017-04-10 01:29:15","updated_by":2},{"id":122,"uuid":"862af2e0-23f4-431d-966c-d54cc7574a82","name":"dailymotion","slug":"dailymotion","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-10 01:29:15","created_by":2,"updated_at":"2017-04-10 01:29:15","updated_by":2},{"id":123,"uuid":"8390744f-bd70-4e3e-b236-37d23379ac1a","name":"mcn","slug":"mcn","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-10 01:29:15","created_by":2,"updated_at":"2017-04-10 01:29:15","updated_by":2},{"id":124,"uuid":"54169a71-c546-4444-913d-a68c453d2109","name":"multichannel network","slug":"multichannel-network","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-10 01:29:15","created_by":2,"updated_at":"2017-04-10 01:29:15","updated_by":2},{"id":125,"uuid":"f9c2b5c0-c829-4f32-b128-21d926b73487","name":"freedom","slug":"freedom","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-10 01:29:15","created_by":2,"updated_at":"2017-04-10 01:29:15","updated_by":2},{"id":126,"uuid":"5700e7ce-a725-4fe7-a6f4-89fab9e668ff","name":"hitbox","slug":"hitbox","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-10 01:29:15","created_by":2,"updated_at":"2017-04-10 01:29:15","updated_by":2},{"id":127,"uuid":"39c15ec8-755d-49ad-8ae9-89826f8bf08e","name":"problems","slug":"problems","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-10 01:29:15","created_by":2,"updated_at":"2017-04-10 01:29:15","updated_by":2},{"id":128,"uuid":"9ba486c2-6f77-4f76-9fab-87b0f9f78bb0","name":"necessities","slug":"necessities","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-10 01:29:15","created_by":2,"updated_at":"2017-04-10 01:29:15","updated_by":2},{"id":129,"uuid":"b5abfaac-925e-41fe-9d38-2b6f2dc4a813","name":"post","slug":"post-tag","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-10 01:29:15","created_by":2,"updated_at":"2017-04-10 01:29:15","updated_by":2},{"id":130,"uuid":"0f0613bf-cb19-42c1-a982-3ee1032b5de3","name":"domain","slug":"domain","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-10 01:29:15","created_by":2,"updated_at":"2017-04-10 01:29:15","updated_by":2},{"id":131,"uuid":"db84863e-541c-426e-bab1-9a6609280d4b","name":"financial trouble","slug":"financial-trouble","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-10 01:29:15","created_by":2,"updated_at":"2017-04-10 01:29:15","updated_by":2},{"id":132,"uuid":"f8003e7a-ac01-4b43-ba09-50465f8b8178","name":"personal finance","slug":"personal-finance","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-10 01:29:15","created_by":2,"updated_at":"2017-04-10 01:29:15","updated_by":2},{"id":133,"uuid":"10cff061-4952-4b96-a4ba-6b17109a18f2","name":"Ryzen","slug":"ryzen","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-14 02:32:58","created_by":7,"updated_at":"2017-04-14 02:32:58","updated_by":7},{"id":134,"uuid":"f771260c-633d-4bdb-a882-3a2c6e82d3a3","name":"1700","slug":"1700","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-14 02:32:58","created_by":7,"updated_at":"2017-04-14 02:32:58","updated_by":7},{"id":135,"uuid":"dd231d6e-2b50-4570-8ffa-d51bb3d22144","name":"7700k","slug":"7700k","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-14 02:32:58","created_by":7,"updated_at":"2017-04-14 02:32:58","updated_by":7},{"id":136,"uuid":"4b173fd4-79ff-4836-965e-1a3622d840fe","name":"Intel","slug":"intel","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-14 02:32:58","created_by":7,"updated_at":"2017-04-14 02:32:58","updated_by":7},{"id":137,"uuid":"29251ac6-88a2-4758-8774-6020400a8ffa","name":"important","slug":"important","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-17 05:11:59","created_by":2,"updated_at":"2017-04-17 05:11:59","updated_by":2},{"id":138,"uuid":"2087385c-5cb9-46f0-b6f7-3cfe7b540f01","name":"update","slug":"update","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-17 05:11:59","created_by":2,"updated_at":"2017-04-17 05:11:59","updated_by":2},{"id":139,"uuid":"f6f88182-82b9-431b-9ce3-dcb90fa9cde9","name":"website","slug":"website","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-17 05:11:59","created_by":2,"updated_at":"2017-04-17 05:11:59","updated_by":2},{"id":140,"uuid":"ebaa970b-f03e-449e-9747-74d14d85c2a5","name":"coming","slug":"coming","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-17 05:11:59","created_by":2,"updated_at":"2017-04-17 05:11:59","updated_by":2},{"id":141,"uuid":"cca5fa93-8de0-4036-97cd-7eca4e98f200","name":"soon","slug":"soon","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-17 05:11:59","created_by":2,"updated_at":"2017-04-17 05:11:59","updated_by":2},{"id":142,"uuid":"b93ab50f-a89c-4768-9b0a-50f4043c21db","name":"mise","slug":"mise","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-20 00:19:49","created_by":2,"updated_at":"2017-04-20 00:19:49","updated_by":2},{"id":143,"uuid":"c71063bf-52cc-43cd-bdaf-ea36513d521c","name":"jour","slug":"jour","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-20 00:19:49","created_by":2,"updated_at":"2017-04-20 00:19:49","updated_by":2},{"id":144,"uuid":"180d3521-1a17-4366-a8ff-dafdd267e16b","name":"importante","slug":"importante","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-20 00:19:49","created_by":2,"updated_at":"2017-04-20 00:19:49","updated_by":2},{"id":145,"uuid":"cf3d40d4-f444-47c7-a646-891641fd2cab","name":"nouveau","slug":"nouveau","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-20 00:19:49","created_by":2,"updated_at":"2017-04-20 00:19:49","updated_by":2},{"id":146,"uuid":"3cb3f5ef-d06f-4a5e-aa87-4db77cb0418c","name":"site","slug":"site","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-20 00:19:49","created_by":2,"updated_at":"2017-04-20 00:19:49","updated_by":2},{"id":147,"uuid":"82e30467-97a5-4d99-9ddb-243a84a1e02e","name":"BIENTÔT!","slug":"bientot","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-20 00:19:49","created_by":2,"updated_at":"2017-04-20 00:19:49","updated_by":2},{"id":148,"uuid":"6597a3f3-cdbc-488c-b295-01d1d5ff2965","name":"À","slug":"a-2","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-20 00:19:49","created_by":2,"updated_at":"2017-04-20 00:19:49","updated_by":2},{"id":149,"uuid":"eac6c459-3253-4e60-ab2b-a9634408bab9","name":"aclevo","slug":"aclevo","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-20 16:32:27","created_by":2,"updated_at":"2017-04-20 16:32:27","updated_by":2},{"id":150,"uuid":"bd96f8e8-31d3-4a25-9348-94ddedd122db","name":"quitte","slug":"quitte","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-20 16:32:27","created_by":2,"updated_at":"2017-04-20 16:32:27","updated_by":2},{"id":151,"uuid":"a6ffe1fd-b929-4705-a19f-073822dd53da","name":"mais","slug":"mais","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-20 16:32:27","created_by":2,"updated_at":"2017-04-20 16:32:27","updated_by":2},{"id":152,"uuid":"602e52cd-d10e-4c80-b4ec-bbbe9a8d02b7","name":"pourquoi","slug":"pourquoi","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-20 16:32:27","created_by":2,"updated_at":"2017-04-20 16:32:27","updated_by":2},{"id":153,"uuid":"b05aa81c-595d-4f61-b927-719a71f46eeb","name":"haproxy","slug":"haproxy","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-24 15:26:57","created_by":1,"updated_at":"2017-04-24 15:26:57","updated_by":1},{"id":154,"uuid":"9bb775a7-341c-4655-83fc-13762ea4df96","name":"announcements","slug":"announcements","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-24 15:26:57","created_by":1,"updated_at":"2017-04-24 15:26:57","updated_by":1},{"id":155,"uuid":"90d2e2bf-6d03-4a5f-83d3-bc9e09110b40","name":"i18n","slug":"i18n","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-24 15:32:26","created_by":1,"updated_at":"2017-04-24 15:32:26","updated_by":1},{"id":156,"uuid":"16e077e5-a44b-408b-beee-d9a1b59c030e","name":"meta","slug":"meta","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-24 15:32:26","created_by":1,"updated_at":"2017-04-24 15:32:26","updated_by":1},{"id":157,"uuid":"8fd89b87-300a-4fc4-809e-7b8b7a9eeeb2","name":"tutorials","slug":"tutorials","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-24 15:42:30","created_by":1,"updated_at":"2017-04-24 15:42:30","updated_by":1},{"id":158,"uuid":"895c8e08-4087-4fd1-bf9f-de70166cb7d2","name":"reviews","slug":"reviews","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-24 15:49:04","created_by":1,"updated_at":"2017-04-24 15:49:04","updated_by":1},{"id":159,"uuid":"99f26bf0-08c7-4bff-b4a8-179605bdd323","name":"chrome","slug":"chrome","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-24 16:11:04","created_by":1,"updated_at":"2017-04-24 16:11:04","updated_by":1},{"id":160,"uuid":"4f59c0bb-1ae6-4585-822a-00e02f0c48ea","name":"chromium","slug":"chromium","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-24 16:11:04","created_by":1,"updated_at":"2017-04-24 16:11:04","updated_by":1},{"id":161,"uuid":"3bcde028-2b5c-45ad-b207-40a447101cd9","name":"howto","slug":"howto","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 18:38:37","created_by":1,"updated_at":"2017-04-25 18:38:37","updated_by":1},{"id":162,"uuid":"ae355f1b-584c-4847-8777-c69074dfa8d3","name":"tutorial","slug":"tutorial","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 18:38:37","created_by":1,"updated_at":"2017-04-25 18:38:37","updated_by":1},{"id":163,"uuid":"95ab1bf2-b76e-446d-b1db-17f55b949d32","name":"reverse proxy","slug":"reverse-proxy","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 18:38:37","created_by":1,"updated_at":"2017-04-25 18:38:37","updated_by":1},{"id":164,"uuid":"3a5ea1e7-cbf1-4eda-b081-2c1a6e90d88a","name":"phpcms","slug":"phpcms","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 19:41:01","created_by":1,"updated_at":"2017-04-25 19:41:01","updated_by":1},{"id":165,"uuid":"eaac7b20-d492-41d3-895c-9236fa5bda56","name":"cms","slug":"cms","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 19:41:01","created_by":1,"updated_at":"2017-04-25 19:41:01","updated_by":1},{"id":166,"uuid":"3e384bc0-a439-4f28-a762-23e85ed0a143","name":"php","slug":"php","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 19:41:01","created_by":1,"updated_at":"2017-04-25 19:41:01","updated_by":1},{"id":167,"uuid":"0738e7f0-e285-4a35-9a00-37ad65f3e9c5","name":"apache","slug":"apache","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 19:41:01","created_by":1,"updated_at":"2017-04-25 19:41:01","updated_by":1},{"id":168,"uuid":"e81bc29f-5366-478a-b6bc-07eba78a5a6e","name":"becoming","slug":"becoming","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:16:38","created_by":2,"updated_at":"2017-04-25 20:16:38","updated_by":2},{"id":169,"uuid":"4e025f35-0c71-48c7-9b1d-050dc8e366ab","name":"an","slug":"an","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:16:38","created_by":2,"updated_at":"2017-04-25 20:16:38","updated_by":2},{"id":170,"uuid":"37674297-1fa9-4317-9ba5-cc5e83301ae8","name":"adult","slug":"adult","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:16:38","created_by":2,"updated_at":"2017-04-25 20:16:38","updated_by":2},{"id":171,"uuid":"126d40d6-a62d-4e02-bff6-73bb05e244dc","name":"job","slug":"job","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:16:38","created_by":2,"updated_at":"2017-04-25 20:16:38","updated_by":2},{"id":172,"uuid":"8617f8ef-580f-453c-8a57-2341162a93df","name":"progress","slug":"progress","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:16:38","created_by":2,"updated_at":"2017-04-25 20:16:38","updated_by":2},{"id":173,"uuid":"6d996c39-24ff-43e0-990e-2f463f6cb748","name":"college","slug":"college","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:16:38","created_by":2,"updated_at":"2017-04-25 20:16:38","updated_by":2},{"id":174,"uuid":"e37fef0b-ecd2-4d77-a47e-20380beb4fc0","name":"school","slug":"school","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:16:38","created_by":2,"updated_at":"2017-04-25 20:16:38","updated_by":2},{"id":175,"uuid":"2564fa5a-b884-4548-914d-9a2621f156ed","name":"child","slug":"child","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:16:38","created_by":2,"updated_at":"2017-04-25 20:16:38","updated_by":2},{"id":176,"uuid":"9e65752f-0f6c-4ad6-9958-b01b134dc120","name":".NET Framework","slug":"net-framework","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:58:47","created_by":6,"updated_at":"2017-04-25 20:58:47","updated_by":6},{"id":177,"uuid":"2ab89eb2-f87a-4089-ad2c-14205537ed54","name":"Development Tools","slug":"development-tools","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:58:47","created_by":6,"updated_at":"2017-04-25 20:58:47","updated_by":6},{"id":178,"uuid":"26f3f3c8-c543-4d2d-80e8-541e0b807821","name":"C#","slug":"c","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:58:47","created_by":6,"updated_at":"2017-04-25 20:58:47","updated_by":6},{"id":179,"uuid":"45096552-5ea0-4900-830d-a6734b8d77e9","name":"VB.NET","slug":"vb-net","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:58:47","created_by":6,"updated_at":"2017-04-25 20:58:47","updated_by":6},{"id":180,"uuid":"51b8fabc-0db8-45ed-88c5-e044577626f8","name":"Visual Studio","slug":"visual-studio","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:58:47","created_by":6,"updated_at":"2017-04-25 20:58:47","updated_by":6},{"id":181,"uuid":"784b56de-de85-42cb-9589-60802d80865e","name":"Ribbon","slug":"ribbon","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:58:47","created_by":6,"updated_at":"2017-04-25 20:58:47","updated_by":6},{"id":182,"uuid":"1bdcb6b4-dce5-4880-9754-b32903c2df56","name":"Tool","slug":"tool","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:58:47","created_by":6,"updated_at":"2017-04-25 20:58:47","updated_by":6},{"id":183,"uuid":"f8f02fef-3890-4509-9098-8debd405da82","name":"Utility","slug":"utility","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:58:47","created_by":6,"updated_at":"2017-04-25 20:58:47","updated_by":6},{"id":184,"uuid":"6c130265-332d-42c5-ab19-7d2cc3a19c0c","name":"Office 2007","slug":"office-2007","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:58:47","created_by":6,"updated_at":"2017-04-25 20:58:47","updated_by":6},{"id":185,"uuid":"b5479a39-d840-4a42-b041-ebaed40afd8c","name":"Office 2010","slug":"office-2010","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:58:47","created_by":6,"updated_at":"2017-04-25 20:58:47","updated_by":6},{"id":186,"uuid":"27347edd-3eba-4e66-ba5f-f183837f3806","name":"Office 2013","slug":"office-2013","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:58:47","created_by":6,"updated_at":"2017-04-25 20:58:47","updated_by":6},{"id":187,"uuid":"e56c3b24-4360-45fb-9f11-1184b211fb24","name":"Office","slug":"office","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-25 20:58:47","created_by":6,"updated_at":"2017-04-25 20:58:47","updated_by":6},{"id":188,"uuid":"f47e5391-7c2e-404f-b1d7-36ac71778ee5","name":"intro","slug":"intro","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-28 01:37:04","created_by":12,"updated_at":"2017-04-28 01:37:04","updated_by":12},{"id":189,"uuid":"1da825a2-ccc4-4a62-bf88-e7eab3fffc21","name":"nerd","slug":"nerd","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-28 01:37:04","created_by":12,"updated_at":"2017-04-28 01:37:04","updated_by":12},{"id":190,"uuid":"b4aba9d7-8e17-450a-9a42-4e1a12c6bdb4","name":"geek","slug":"geek","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-28 01:37:04","created_by":12,"updated_at":"2017-04-28 01:37:04","updated_by":12},{"id":191,"uuid":"b0f5ea61-2d02-4ea2-abac-cb79deaa7b04","name":"android","slug":"android","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-28 01:37:04","created_by":12,"updated_at":"2017-04-28 01:37:04","updated_by":12},{"id":192,"uuid":"3f0fd479-7890-4320-8a07-08bf7bac52f0","name":"Manjaro","slug":"manjaro","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-30 20:11:44","created_by":12,"updated_at":"2017-04-30 20:11:44","updated_by":12},{"id":193,"uuid":"3344c259-7aaa-4a50-ac1b-903997c76746","name":"desktop","slug":"desktop","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-04-30 20:11:44","created_by":12,"updated_at":"2017-04-30 20:11:44","updated_by":12},{"id":194,"uuid":"1a1d47be-86f7-4169-be5b-914e13124746","name":"T-Mobile","slug":"t-mobile","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 22:59:04","created_by":12,"updated_at":"2017-05-02 22:59:04","updated_by":12},{"id":195,"uuid":"0c23badd-52c6-4ce8-9c15-e8f7f197c04f","name":"tmobile","slug":"tmobile","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 22:59:04","created_by":12,"updated_at":"2017-05-02 22:59:04","updated_by":12},{"id":196,"uuid":"016d9a26-313d-41b7-a28a-59e846ab347a","name":"cellular","slug":"cellular","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 22:59:04","created_by":12,"updated_at":"2017-05-02 22:59:04","updated_by":12},{"id":197,"uuid":"ed76e984-2a7a-431e-abb5-f20fd7190f70","name":"data","slug":"data","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 22:59:04","created_by":12,"updated_at":"2017-05-02 22:59:04","updated_by":12},{"id":198,"uuid":"f73a442d-0573-42e4-a73f-065ac5b50493","name":"5g","slug":"5g","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 22:59:04","created_by":12,"updated_at":"2017-05-02 22:59:04","updated_by":12},{"id":199,"uuid":"a4dcbbc7-535c-4a3b-b0bc-586f9cad75b7","name":"4g","slug":"4g","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 22:59:04","created_by":12,"updated_at":"2017-05-02 22:59:04","updated_by":12},{"id":200,"uuid":"c3bc6d60-ea3e-4110-a813-f5312893a943","name":"lte","slug":"lte","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 22:59:04","created_by":12,"updated_at":"2017-05-02 22:59:04","updated_by":12},{"id":201,"uuid":"ff378215-d851-4bb3-8a29-3bbc36b0f626","name":"cellphone","slug":"cellphone","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 22:59:04","created_by":12,"updated_at":"2017-05-02 22:59:04","updated_by":12},{"id":202,"uuid":"636f0c59-e896-4d38-a8bc-bf73cffe695b","name":"armagetron","slug":"armagetron","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 23:17:18","created_by":1,"updated_at":"2017-05-02 23:17:18","updated_by":1},{"id":203,"uuid":"effb945b-157f-4816-8f40-47207d5c6fd9","name":"tron","slug":"tron","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 23:17:18","created_by":1,"updated_at":"2017-05-02 23:17:18","updated_by":1},{"id":204,"uuid":"9db13f1a-c010-4dbc-b4a4-19e14e34533a","name":"pocket chip","slug":"pocket-chip","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 23:17:18","created_by":1,"updated_at":"2017-05-02 23:17:18","updated_by":1},{"id":205,"uuid":"fb1a7c37-211b-4b1c-8bb1-2fce0d2722d9","name":"$9 computer","slug":"9-computer","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 23:17:18","created_by":1,"updated_at":"2017-05-02 23:17:18","updated_by":1},{"id":206,"uuid":"646c1068-0d64-477b-a6fd-f7b88ef69503","name":"next thing co","slug":"next-thing-co","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 23:17:18","created_by":1,"updated_at":"2017-05-02 23:17:18","updated_by":1},{"id":207,"uuid":"43878c63-bfbd-4a97-b833-d7dbc6bda47b","name":"arm","slug":"arm","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 23:17:18","created_by":1,"updated_at":"2017-05-02 23:17:18","updated_by":1},{"id":208,"uuid":"db39a562-4e3e-4f66-b193-1fc77104009a","name":"application","slug":"application","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-02 23:34:08","created_by":1,"updated_at":"2017-05-02 23:34:08","updated_by":1},{"id":209,"uuid":"242a86ae-8377-4781-8b58-6a657b6684ae","name":"msn","slug":"msn","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-07 15:30:46","created_by":14,"updated_at":"2017-05-07 15:30:46","updated_by":14},{"id":210,"uuid":"ae383957-e0ca-481d-8e02-9e8092bab926","name":"AclevOxygen","slug":"aclevoxygen","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-07 15:30:47","created_by":14,"updated_at":"2017-05-07 15:30:47","updated_by":14},{"id":211,"uuid":"e1a082eb-a896-47e8-b87a-286e87e51591","name":"vegan","slug":"vegan","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-12 02:15:04","created_by":2,"updated_at":"2017-05-12 02:15:04","updated_by":2},{"id":212,"uuid":"56190c80-deee-4929-a8fd-8c3f63d2bc20","name":"diary-free","slug":"diary-free","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-12 02:15:04","created_by":2,"updated_at":"2017-05-12 02:15:04","updated_by":2},{"id":213,"uuid":"78c33c4f-27cd-4acb-8b9c-8e57007081c3","name":"oreo","slug":"oreo","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-12 02:15:04","created_by":2,"updated_at":"2017-05-12 02:15:04","updated_by":2},{"id":214,"uuid":"e4d60e9f-db75-4d49-b37a-cb3ad6428358","name":"milkshake","slug":"milkshake","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-12 02:15:04","created_by":2,"updated_at":"2017-05-12 02:15:04","updated_by":2},{"id":215,"uuid":"a68119ad-4e4f-43df-a22e-a4b42e1b3772","name":"ice","slug":"ice","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-12 02:15:04","created_by":2,"updated_at":"2017-05-12 02:15:04","updated_by":2},{"id":216,"uuid":"d2ea9f2e-8c8e-44de-b286-ac9584a227d0","name":"cream","slug":"cream","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-12 02:15:04","created_by":2,"updated_at":"2017-05-12 02:15:04","updated_by":2},{"id":217,"uuid":"6efee190-d25b-486c-8690-801a82f74f6a","name":"optional","slug":"optional","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-12 02:15:04","created_by":2,"updated_at":"2017-05-12 02:15:04","updated_by":2},{"id":218,"uuid":"dba1708f-d7a5-4d96-b370-404d391b40c7","name":"how to","slug":"how-to","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-12 02:15:04","created_by":2,"updated_at":"2017-05-12 02:15:04","updated_by":2},{"id":219,"uuid":"a29831a2-8a19-4642-b3ae-aaec4691ec22","name":"food","slug":"food","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-12 02:15:04","created_by":2,"updated_at":"2017-05-12 02:15:04","updated_by":2},{"id":220,"uuid":"52e19431-4958-452d-8318-f1521bf3e63d","name":"social networking","slug":"social-networking","description":null,"image":null,"parent_id":null,"visibility":"public","meta_title":null,"meta_description":null,"created_at":"2017-05-14 20:17:36","created_by":9,"updated_at":"2017-05-14 20:17:36","updated_by":9}],"posts_tags":[{"id":2,"post_id":8,"tag_id":2,"sort_order":0},{"id":3,"post_id":8,"tag_id":3,"sort_order":1},{"id":4,"post_id":8,"tag_id":4,"sort_order":2},{"id":5,"post_id":7,"tag_id":5,"sort_order":1},{"id":6,"post_id":7,"tag_id":6,"sort_order":2},{"id":7,"post_id":7,"tag_id":3,"sort_order":0},{"id":8,"post_id":7,"tag_id":7,"sort_order":3},{"id":10,"post_id":5,"tag_id":9,"sort_order":1},{"id":11,"post_id":5,"tag_id":10,"sort_order":2},{"id":12,"post_id":6,"tag_id":11,"sort_order":0},{"id":14,"post_id":6,"tag_id":12,"sort_order":1},{"id":15,"post_id":6,"tag_id":13,"sort_order":2},{"id":16,"post_id":6,"tag_id":6,"sort_order":3},{"id":17,"post_id":6,"tag_id":3,"sort_order":4},{"id":18,"post_id":6,"tag_id":14,"sort_order":5},{"id":19,"post_id":9,"tag_id":2,"sort_order":0},{"id":20,"post_id":9,"tag_id":15,"sort_order":2},{"id":21,"post_id":9,"tag_id":4,"sort_order":1},{"id":22,"post_id":9,"tag_id":16,"sort_order":3},{"id":23,"post_id":10,"tag_id":16,"sort_order":0},{"id":24,"post_id":10,"tag_id":12,"sort_order":1},{"id":25,"post_id":10,"tag_id":17,"sort_order":2},{"id":26,"post_id":10,"tag_id":18,"sort_order":3},{"id":27,"post_id":10,"tag_id":19,"sort_order":4},{"id":28,"post_id":11,"tag_id":16,"sort_order":0},{"id":29,"post_id":11,"tag_id":18,"sort_order":1},{"id":30,"post_id":11,"tag_id":20,"sort_order":4},{"id":31,"post_id":11,"tag_id":12,"sort_order":2},{"id":32,"post_id":11,"tag_id":19,"sort_order":3},{"id":33,"post_id":12,"tag_id":21,"sort_order":3},{"id":34,"post_id":12,"tag_id":12,"sort_order":0},{"id":35,"post_id":12,"tag_id":19,"sort_order":1},{"id":36,"post_id":12,"tag_id":18,"sort_order":2},{"id":37,"post_id":6,"tag_id":22,"sort_order":6},{"id":38,"post_id":7,"tag_id":22,"sort_order":4},{"id":39,"post_id":13,"tag_id":23,"sort_order":3},{"id":40,"post_id":13,"tag_id":3,"sort_order":0},{"id":41,"post_id":13,"tag_id":19,"sort_order":1},{"id":42,"post_id":13,"tag_id":14,"sort_order":2},{"id":43,"post_id":13,"tag_id":24,"sort_order":4},{"id":44,"post_id":15,"tag_id":2,"sort_order":0},{"id":45,"post_id":15,"tag_id":4,"sort_order":1},{"id":46,"post_id":15,"tag_id":16,"sort_order":2},{"id":47,"post_id":17,"tag_id":3,"sort_order":0},{"id":48,"post_id":17,"tag_id":25,"sort_order":3},{"id":49,"post_id":17,"tag_id":23,"sort_order":1},{"id":50,"post_id":17,"tag_id":14,"sort_order":2},{"id":51,"post_id":18,"tag_id":26,"sort_order":1},{"id":52,"post_id":18,"tag_id":27,"sort_order":2},{"id":53,"post_id":18,"tag_id":28,"sort_order":3},{"id":54,"post_id":18,"tag_id":29,"sort_order":4},{"id":55,"post_id":18,"tag_id":30,"sort_order":5},{"id":56,"post_id":18,"tag_id":25,"sort_order":0},{"id":57,"post_id":19,"tag_id":31,"sort_order":1},{"id":58,"post_id":19,"tag_id":32,"sort_order":2},{"id":59,"post_id":19,"tag_id":25,"sort_order":4},{"id":60,"post_id":19,"tag_id":14,"sort_order":0},{"id":61,"post_id":19,"tag_id":19,"sort_order":3},{"id":62,"post_id":20,"tag_id":33,"sort_order":0},{"id":63,"post_id":20,"tag_id":34,"sort_order":1},{"id":64,"post_id":20,"tag_id":35,"sort_order":2},{"id":65,"post_id":22,"tag_id":36,"sort_order":0},{"id":66,"post_id":22,"tag_id":37,"sort_order":1},{"id":67,"post_id":22,"tag_id":38,"sort_order":2},{"id":68,"post_id":22,"tag_id":25,"sort_order":5},{"id":69,"post_id":22,"tag_id":39,"sort_order":3},{"id":70,"post_id":22,"tag_id":40,"sort_order":4},{"id":71,"post_id":22,"tag_id":41,"sort_order":6},{"id":72,"post_id":22,"tag_id":42,"sort_order":7},{"id":73,"post_id":22,"tag_id":43,"sort_order":8},{"id":74,"post_id":25,"tag_id":44,"sort_order":0},{"id":75,"post_id":25,"tag_id":45,"sort_order":1},{"id":76,"post_id":25,"tag_id":46,"sort_order":2},{"id":80,"post_id":30,"tag_id":49,"sort_order":0},{"id":81,"post_id":30,"tag_id":50,"sort_order":1},{"id":82,"post_id":30,"tag_id":51,"sort_order":2},{"id":83,"post_id":30,"tag_id":52,"sort_order":3},{"id":84,"post_id":30,"tag_id":53,"sort_order":4},{"id":85,"post_id":30,"tag_id":54,"sort_order":5},{"id":86,"post_id":30,"tag_id":55,"sort_order":6},{"id":87,"post_id":30,"tag_id":56,"sort_order":7},{"id":88,"post_id":28,"tag_id":57,"sort_order":0},{"id":89,"post_id":28,"tag_id":58,"sort_order":1},{"id":90,"post_id":28,"tag_id":59,"sort_order":2},{"id":91,"post_id":28,"tag_id":60,"sort_order":3},{"id":92,"post_id":28,"tag_id":61,"sort_order":4},{"id":93,"post_id":28,"tag_id":62,"sort_order":5},{"id":94,"post_id":28,"tag_id":63,"sort_order":6},{"id":95,"post_id":28,"tag_id":64,"sort_order":7},{"id":96,"post_id":33,"tag_id":65,"sort_order":2},{"id":97,"post_id":33,"tag_id":66,"sort_order":3},{"id":98,"post_id":33,"tag_id":38,"sort_order":0},{"id":99,"post_id":33,"tag_id":67,"sort_order":4},{"id":100,"post_id":33,"tag_id":68,"sort_order":5},{"id":101,"post_id":33,"tag_id":29,"sort_order":1},{"id":102,"post_id":23,"tag_id":25,"sort_order":0},{"id":103,"post_id":23,"tag_id":69,"sort_order":1},{"id":104,"post_id":23,"tag_id":70,"sort_order":2},{"id":105,"post_id":23,"tag_id":71,"sort_order":3},{"id":106,"post_id":34,"tag_id":47,"sort_order":0},{"id":107,"post_id":34,"tag_id":48,"sort_order":1},{"id":108,"post_id":34,"tag_id":4,"sort_order":2},{"id":109,"post_id":34,"tag_id":19,"sort_order":3},{"id":110,"post_id":29,"tag_id":57,"sort_order":0},{"id":111,"post_id":29,"tag_id":72,"sort_order":1},{"id":112,"post_id":29,"tag_id":73,"sort_order":2},{"id":113,"post_id":29,"tag_id":74,"sort_order":3},{"id":114,"post_id":29,"tag_id":75,"sort_order":4},{"id":115,"post_id":36,"tag_id":76,"sort_order":0},{"id":116,"post_id":36,"tag_id":77,"sort_order":1},{"id":117,"post_id":36,"tag_id":78,"sort_order":2},{"id":118,"post_id":36,"tag_id":79,"sort_order":3},{"id":119,"post_id":36,"tag_id":2,"sort_order":4},{"id":120,"post_id":37,"tag_id":80,"sort_order":1},{"id":122,"post_id":37,"tag_id":14,"sort_order":0},{"id":125,"post_id":37,"tag_id":82,"sort_order":2},{"id":126,"post_id":38,"tag_id":83,"sort_order":0},{"id":127,"post_id":38,"tag_id":84,"sort_order":1},{"id":128,"post_id":38,"tag_id":85,"sort_order":2},{"id":129,"post_id":38,"tag_id":86,"sort_order":3},{"id":130,"post_id":38,"tag_id":87,"sort_order":4},{"id":131,"post_id":38,"tag_id":88,"sort_order":5},{"id":132,"post_id":38,"tag_id":89,"sort_order":6},{"id":133,"post_id":38,"tag_id":90,"sort_order":7},{"id":134,"post_id":38,"tag_id":91,"sort_order":8},{"id":135,"post_id":39,"tag_id":92,"sort_order":0},{"id":136,"post_id":39,"tag_id":93,"sort_order":1},{"id":137,"post_id":39,"tag_id":94,"sort_order":2},{"id":138,"post_id":39,"tag_id":2,"sort_order":3},{"id":139,"post_id":40,"tag_id":18,"sort_order":0},{"id":140,"post_id":40,"tag_id":12,"sort_order":1},{"id":141,"post_id":40,"tag_id":95,"sort_order":2},{"id":142,"post_id":43,"tag_id":81,"sort_order":1},{"id":143,"post_id":43,"tag_id":96,"sort_order":2},{"id":144,"post_id":43,"tag_id":97,"sort_order":0},{"id":146,"post_id":43,"tag_id":6,"sort_order":3},{"id":147,"post_id":43,"tag_id":99,"sort_order":4},{"id":148,"post_id":42,"tag_id":12,"sort_order":0},{"id":149,"post_id":42,"tag_id":100,"sort_order":1},{"id":150,"post_id":42,"tag_id":101,"sort_order":2},{"id":152,"post_id":44,"tag_id":12,"sort_order":0},{"id":153,"post_id":44,"tag_id":100,"sort_order":1},{"id":154,"post_id":44,"tag_id":102,"sort_order":2},{"id":155,"post_id":44,"tag_id":103,"sort_order":3},{"id":156,"post_id":45,"tag_id":104,"sort_order":1},{"id":157,"post_id":45,"tag_id":105,"sort_order":2},{"id":158,"post_id":45,"tag_id":14,"sort_order":0},{"id":159,"post_id":46,"tag_id":106,"sort_order":3},{"id":160,"post_id":46,"tag_id":24,"sort_order":0},{"id":161,"post_id":46,"tag_id":81,"sort_order":1},{"id":162,"post_id":46,"tag_id":14,"sort_order":2},{"id":163,"post_id":47,"tag_id":107,"sort_order":0},{"id":164,"post_id":47,"tag_id":108,"sort_order":1},{"id":165,"post_id":48,"tag_id":109,"sort_order":0},{"id":166,"post_id":48,"tag_id":110,"sort_order":1},{"id":167,"post_id":48,"tag_id":111,"sort_order":2},{"id":168,"post_id":49,"tag_id":112,"sort_order":2},{"id":169,"post_id":49,"tag_id":75,"sort_order":0},{"id":170,"post_id":49,"tag_id":34,"sort_order":1},{"id":171,"post_id":49,"tag_id":113,"sort_order":3},{"id":172,"post_id":51,"tag_id":114,"sort_order":0},{"id":173,"post_id":51,"tag_id":16,"sort_order":1},{"id":174,"post_id":51,"tag_id":115,"sort_order":2},{"id":175,"post_id":51,"tag_id":32,"sort_order":3},{"id":176,"post_id":51,"tag_id":116,"sort_order":4},{"id":177,"post_id":51,"tag_id":117,"sort_order":5},{"id":178,"post_id":51,"tag_id":118,"sort_order":6},{"id":179,"post_id":52,"tag_id":114,"sort_order":0},{"id":180,"post_id":52,"tag_id":119,"sort_order":1},{"id":183,"post_id":52,"tag_id":122,"sort_order":2},{"id":187,"post_id":52,"tag_id":126,"sort_order":3},{"id":192,"post_id":52,"tag_id":130,"sort_order":4},{"id":193,"post_id":52,"tag_id":131,"sort_order":5},{"id":195,"post_id":35,"tag_id":133,"sort_order":0},{"id":196,"post_id":35,"tag_id":134,"sort_order":1},{"id":197,"post_id":35,"tag_id":135,"sort_order":2},{"id":198,"post_id":35,"tag_id":47,"sort_order":3},{"id":199,"post_id":35,"tag_id":4,"sort_order":4},{"id":200,"post_id":35,"tag_id":19,"sort_order":5},{"id":201,"post_id":35,"tag_id":136,"sort_order":6},{"id":202,"post_id":53,"tag_id":137,"sort_order":1},{"id":203,"post_id":53,"tag_id":138,"sort_order":2},{"id":204,"post_id":53,"tag_id":78,"sort_order":0},{"id":205,"post_id":53,"tag_id":139,"sort_order":3},{"id":206,"post_id":53,"tag_id":140,"sort_order":4},{"id":207,"post_id":53,"tag_id":141,"sort_order":5},{"id":208,"post_id":54,"tag_id":142,"sort_order":0},{"id":209,"post_id":54,"tag_id":143,"sort_order":1},{"id":210,"post_id":54,"tag_id":144,"sort_order":2},{"id":211,"post_id":54,"tag_id":145,"sort_order":3},{"id":212,"post_id":54,"tag_id":146,"sort_order":4},{"id":213,"post_id":54,"tag_id":6,"sort_order":5},{"id":216,"post_id":55,"tag_id":149,"sort_order":1},{"id":217,"post_id":55,"tag_id":150,"sort_order":2},{"id":218,"post_id":55,"tag_id":114,"sort_order":0},{"id":219,"post_id":55,"tag_id":151,"sort_order":3},{"id":220,"post_id":55,"tag_id":152,"sort_order":4},{"id":221,"post_id":58,"tag_id":153,"sort_order":1},{"id":222,"post_id":58,"tag_id":98,"sort_order":0},{"id":223,"post_id":58,"tag_id":154,"sort_order":2},{"id":224,"post_id":55,"tag_id":155,"sort_order":5},{"id":225,"post_id":55,"tag_id":156,"sort_order":6},{"id":226,"post_id":58,"tag_id":156,"sort_order":3},{"id":227,"post_id":54,"tag_id":156,"sort_order":6},{"id":228,"post_id":53,"tag_id":156,"sort_order":6},{"id":229,"post_id":35,"tag_id":98,"sort_order":7},{"id":230,"post_id":52,"tag_id":156,"sort_order":6},{"id":231,"post_id":51,"tag_id":98,"sort_order":7},{"id":232,"post_id":46,"tag_id":98,"sort_order":4},{"id":233,"post_id":49,"tag_id":157,"sort_order":4},{"id":234,"post_id":48,"tag_id":157,"sort_order":3},{"id":235,"post_id":45,"tag_id":157,"sort_order":3},{"id":236,"post_id":44,"tag_id":158,"sort_order":4},{"id":237,"post_id":44,"tag_id":98,"sort_order":5},{"id":238,"post_id":42,"tag_id":98,"sort_order":3},{"id":239,"post_id":59,"tag_id":159,"sort_order":2},{"id":240,"post_id":59,"tag_id":160,"sort_order":3},{"id":241,"post_id":59,"tag_id":12,"sort_order":0},{"id":242,"post_id":59,"tag_id":98,"sort_order":1},{"id":243,"post_id":60,"tag_id":104,"sort_order":0},{"id":244,"post_id":60,"tag_id":112,"sort_order":1},{"id":245,"post_id":60,"tag_id":161,"sort_order":2},{"id":246,"post_id":60,"tag_id":162,"sort_order":3},{"id":247,"post_id":60,"tag_id":98,"sort_order":4},{"id":248,"post_id":60,"tag_id":75,"sort_order":5},{"id":249,"post_id":60,"tag_id":105,"sort_order":6},{"id":250,"post_id":60,"tag_id":163,"sort_order":7},{"id":251,"post_id":61,"tag_id":164,"sort_order":4},{"id":252,"post_id":61,"tag_id":165,"sort_order":5},{"id":253,"post_id":61,"tag_id":166,"sort_order":6},{"id":254,"post_id":61,"tag_id":98,"sort_order":0},{"id":255,"post_id":61,"tag_id":162,"sort_order":1},{"id":256,"post_id":61,"tag_id":167,"sort_order":7},{"id":257,"post_id":61,"tag_id":14,"sort_order":2},{"id":258,"post_id":61,"tag_id":6,"sort_order":3},{"id":259,"post_id":57,"tag_id":168,"sort_order":1},{"id":260,"post_id":57,"tag_id":169,"sort_order":2},{"id":261,"post_id":57,"tag_id":170,"sort_order":3},{"id":262,"post_id":57,"tag_id":83,"sort_order":0},{"id":263,"post_id":57,"tag_id":171,"sort_order":4},{"id":264,"post_id":57,"tag_id":172,"sort_order":5},{"id":265,"post_id":57,"tag_id":173,"sort_order":6},{"id":266,"post_id":57,"tag_id":174,"sort_order":7},{"id":267,"post_id":57,"tag_id":175,"sort_order":8},{"id":268,"post_id":62,"tag_id":176,"sort_order":0},{"id":269,"post_id":62,"tag_id":177,"sort_order":1},{"id":270,"post_id":62,"tag_id":178,"sort_order":2},{"id":271,"post_id":62,"tag_id":179,"sort_order":3},{"id":272,"post_id":62,"tag_id":180,"sort_order":4},{"id":273,"post_id":62,"tag_id":181,"sort_order":5},{"id":274,"post_id":62,"tag_id":182,"sort_order":6},{"id":275,"post_id":62,"tag_id":183,"sort_order":7},{"id":276,"post_id":62,"tag_id":184,"sort_order":8},{"id":277,"post_id":62,"tag_id":185,"sort_order":9},{"id":278,"post_id":62,"tag_id":186,"sort_order":10},{"id":279,"post_id":62,"tag_id":187,"sort_order":11},{"id":280,"post_id":64,"tag_id":188,"sort_order":0},{"id":281,"post_id":64,"tag_id":98,"sort_order":1},{"id":282,"post_id":64,"tag_id":4,"sort_order":2},{"id":283,"post_id":64,"tag_id":189,"sort_order":3},{"id":284,"post_id":64,"tag_id":190,"sort_order":4},{"id":285,"post_id":64,"tag_id":67,"sort_order":5},{"id":286,"post_id":64,"tag_id":191,"sort_order":6},{"id":287,"post_id":64,"tag_id":12,"sort_order":7},{"id":288,"post_id":66,"tag_id":41,"sort_order":0},{"id":289,"post_id":66,"tag_id":81,"sort_order":1},{"id":290,"post_id":66,"tag_id":14,"sort_order":2},{"id":291,"post_id":66,"tag_id":6,"sort_order":3},{"id":292,"post_id":67,"tag_id":192,"sort_order":3},{"id":293,"post_id":67,"tag_id":12,"sort_order":0},{"id":294,"post_id":67,"tag_id":19,"sort_order":1},{"id":295,"post_id":67,"tag_id":4,"sort_order":2},{"id":296,"post_id":67,"tag_id":193,"sort_order":4},{"id":297,"post_id":70,"tag_id":194,"sort_order":2},{"id":298,"post_id":70,"tag_id":195,"sort_order":3},{"id":299,"post_id":70,"tag_id":196,"sort_order":4},{"id":300,"post_id":70,"tag_id":197,"sort_order":5},{"id":301,"post_id":70,"tag_id":75,"sort_order":0},{"id":302,"post_id":70,"tag_id":81,"sort_order":1},{"id":303,"post_id":70,"tag_id":198,"sort_order":6},{"id":304,"post_id":70,"tag_id":199,"sort_order":7},{"id":305,"post_id":70,"tag_id":200,"sort_order":8},{"id":306,"post_id":70,"tag_id":201,"sort_order":9},{"id":307,"post_id":71,"tag_id":202,"sort_order":0},{"id":308,"post_id":71,"tag_id":203,"sort_order":1},{"id":309,"post_id":71,"tag_id":204,"sort_order":2},{"id":310,"post_id":71,"tag_id":205,"sort_order":3},{"id":311,"post_id":71,"tag_id":206,"sort_order":4},{"id":312,"post_id":71,"tag_id":207,"sort_order":5},{"id":313,"post_id":65,"tag_id":45,"sort_order":0},{"id":314,"post_id":65,"tag_id":208,"sort_order":3},{"id":315,"post_id":65,"tag_id":179,"sort_order":1},{"id":316,"post_id":65,"tag_id":176,"sort_order":2},{"id":317,"post_id":73,"tag_id":209,"sort_order":1},{"id":318,"post_id":73,"tag_id":210,"sort_order":2},{"id":319,"post_id":73,"tag_id":149,"sort_order":0},{"id":320,"post_id":74,"tag_id":211,"sort_order":1},{"id":321,"post_id":74,"tag_id":212,"sort_order":2},{"id":322,"post_id":74,"tag_id":213,"sort_order":3},{"id":323,"post_id":74,"tag_id":214,"sort_order":4},{"id":324,"post_id":74,"tag_id":215,"sort_order":5},{"id":325,"post_id":74,"tag_id":216,"sort_order":6},{"id":326,"post_id":74,"tag_id":217,"sort_order":7},{"id":327,"post_id":74,"tag_id":218,"sort_order":8},{"id":328,"post_id":74,"tag_id":162,"sort_order":0},{"id":329,"post_id":74,"tag_id":219,"sort_order":9},{"id":330,"post_id":76,"tag_id":220,"sort_order":4},{"id":331,"post_id":76,"tag_id":14,"sort_order":0},{"id":332,"post_id":76,"tag_id":76,"sort_order":1},{"id":333,"post_id":76,"tag_id":157,"sort_order":2},{"id":334,"post_id":76,"tag_id":218,"sort_order":3}],"apps":[],"app_settings":[],"app_fields":[],"subscribers":[{"id":1,"uuid":"b8c2349f-d520-448e-9d35-7b5f7f5fe749","name":null,"email":"TheSpeedcubingGamer@gmail.com","status":"subscribed","post_id":null,"subscribed_url":"https://aclevo.xyz/subscribe/","subscribed_referrer":"","unsubscribed_url":null,"unsubscribed_at":null,"created_at":"2017-03-18 04:22:24","created_by":0,"updated_at":"2017-03-18 04:22:24","updated_by":0},{"id":2,"uuid":"b146b213-8b6d-48c1-85f7-e4fdd020bed0","name":null,"email":"eatensniper@gmail.com","status":"subscribed","post_id":null,"subscribed_url":"https://aclevo.xyz/subscribe/","subscribed_referrer":"","unsubscribed_url":null,"unsubscribed_at":null,"created_at":"2017-04-15 01:59:36","created_by":0,"updated_at":"2017-04-15 01:59:36","updated_by":0}]}}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement