Mobirise - satisfying and sufficient free* website builder

I kind of began putting all my online and hobby life on a portal this weekend. If you are a frequent Instagram user I sort of made a custom linktr.ee portal. I started by trying to just set up and connect a basic Google Sites page that would essentially bookmark all my projects together. I could not get DNS and everyone to play nice with GS and GoDaddy. So, I sought a free HTML/CSS editor or something. I’ve been on macOS this weekend so, that’s why I ended up on these tools.

I created nate.wewwl.com with the free website builder Mobirise. You can preview mobile <> desktop easily. There are paid templates but included are 2 styles of templates. It doesn’t have the most customizability, but that might change if you buy the kit. But if you can distill what you want into something you can morph from their templates it is not too bad.

You can publish to a folder on your computer or to FTP. I started by using my computer just to save and test often. Then I would finalize by pushing it up with Cyberduck. (They also offer a *.mobirise.com situation that I did not explore enough to know if I am correct or not, it looked like a modified subdomain Wordpress situation.) I ended up creating a custom FTP user account to publish through Mobirise since that was just easier.

Right now there is an Autumn sale for a complete bundle of all available templates from Mobirise.

This post is 40% a shameless plug for nate.wewwl.com, 40% fluff content to just post to AL after almost 2 years, and 20% to satisfy my creativity.

Shoutout to Cyberduck for a great S/FTP app on macOS.

anime-wow.mp4

anime-wow.mp4

Screeps, your project to learn how to code.

Screeps is a programmer’s sandbox MMO.

It’s a good answer to someone’s need to have an actual project to learn how to program. The default language is JavaScript. As far as I can tell you will have to use JS playing on the official shards. There are ways to mod your own instance of a Screeps shard to use some other languages if you’d like. For me learning programming logic and design structure is more important than the language I play in.

Screeps means “scripting creeps.” It’s an open-source sandbox MMO RTS game for programmers, wherein the core mechanic is programming your units’ AI. You control your colony by writing JavaScript which operate 24/7 in the single persistent real-time world filled by other players on par with you.
— screeps.com

Tutorial 1

Game UI and Basic Scripting

I originally purchased Screeps on Steam (currently $15). I check in on the web or I can launch an instance to call and run everything locally.

On October 11th they announced the release of a free shard. Essentially making a shard that is an even playing field for everyone, with or without a subscription.

I will make a completed tutorial post after I go through it again this week. I have been through this intro before but I have not grown very much in game past what the tutorial teaches.

If this looks like your cup of tea, or coffee, then give it a try.

Let me know if you start, where you start, and how you’re doing. Maybe we will start working together, the sum of our parts, something something.

Here’s my Screeps profile if you want to check out my live progress:
https://screeps.com/a/#!/profile/nate_kp

This is my GitHub repository I will be using to run my account:
https://github.com/kodikopoiiti/screeps_kp

First, we’re happy to announce that the free non-subscription CPU limit is raised from 10 to 20. Yay! And now is the most interesting part. Shard3 becomes our first CPU-limited shard. It limits CPU of all players to 20. Even if you have an active subscription and assigned more CPU to this shard, only 20 CPU will be active there. This means this shard is mostly designed for non-subscription players. They can now compete with all their neighbors on equal terms (CPU-wise), whether they are subscribed or not.

In all other aspects, shard3 is a regular shard with Novice and Respawn Areas and portals from shard2 (temporary closed for 60 days). You can freely travel there, but your CPU will be capped, so having a subscription will force you to learn how to optimize your creeps in the same way as non-subscribed players do.

And the last thing: since you get twice as much CPU now when you buy Screeps on Steam, the free 30-day subscription trial is discontinued. We recommend new players to start on shard3 and buy a subscription if they want to expand to other shards.
— Oct11 Announcement