Message from @kaizervonmaanen

Discord ID: 481145970369757205


2018-08-20 16:36:27 UTC  

Before I became Muslim I was a professional artist. After becoming Muslim I started studying engineering. But I can still easily make my mind wander and then suddenly go "that's not a bad idea". I still paint as a hobby, but engineering pays way more than art.

https://cdn.discordapp.com/attachments/467464675525787658/481139464614313986/86_864301430.jpg

2018-08-20 16:42:06 UTC  

So wanna make a shopify variant?

2018-08-20 16:42:58 UTC  

Sure man why not, and damn that's beautiful, you did that ?

2018-08-20 16:43:33 UTC  

I recall last time you wrote that you studied engineering because Islam required you to be the provider and being an artist didn't make enough money right ?

2018-08-20 16:45:23 UTC  

Making a Shopfiy variant is a good idea but I don't have any experience in security with accounts and passwords, I did host a MySQL Server once with a database and a website with register and login, passwords weren't encrypted tho so I could see it in plain text when registered

2018-08-20 16:46:04 UTC  

but that shouldn't be a problem tho I guess that's how you learn

2018-08-20 16:51:16 UTC  

Yeah I painted that. Just sketching it took 40+ hours and I sprayed chemicals on it so that it didn't rub off when I painted on top. But the chemicals was for coal and not color pen that I used so the sketch melted off and I almost ruined the whole sketch and had to redo most of it. Ever since then I started sketching on computer and print it out on canvas because it is a pain and a lot more work than it looks. Can't see the sketch with paint on top. I did it because of the money yes. I don't have experience with security either. We need to give clear roles and responsibilities. But both should probably keep security in mind. It is integral and if we have problems with it then the company is ruined.

Have you used Trello? Slack? Any project management tools you like? Have you used git?

2018-08-20 16:52:38 UTC  

Nope I've never used those because never did a really serious project, as I told you when I program it's mostly hobby and messing around, I do have a github account tho but I don't really use it

2018-08-20 16:53:53 UTC  

Here's a project I programmed months ago but abandonned since then, it was a prototype for a tile-based game, it was web-based so in JavaScript

https://cdn.discordapp.com/attachments/467464675525787658/481143853043417094/da6c9790f3ea94f001df438f74b5e6eb.png

2018-08-20 16:55:04 UTC  

I have managed to do infinite procedural generation and multiplayer so it was synchronized with a server

2018-08-20 16:55:17 UTC  

Used perlin noise to generate mountains (not shown on this screenshot tho)

2018-08-20 16:58:16 UTC  

I have been in projects, but never really started one. You made a game, that is great. Have you used git? It has a learning curve, but is fantastic for collaboration projects. Www.udacity.com has a free course in how to use git where you learn 99.999% of what you will ever use. (which is about 1% of what git can do). I feel we should use Trello and Slack. Trello is free forever and great to create tasks that need to be done and so on.

2018-08-20 16:58:33 UTC  

and here's a screenshot of another project I did but abandonned it was basically like minecraft you know cubes, 3D using OpenGL, this one wasn't web-based it was in C++ i basically wanted to make my own MineAutist game but then after 6 months (of course with not much time because school) i realized it was too big and I should try again latter with more experience in programming because you kno using bare OpenGL, no graphic engine/game engine making everything yourself is huge, take lots of time

https://cdn.discordapp.com/attachments/467464675525787658/481145027095953429/56fd515ab924d600c39e87a7c788ef67.png

2018-08-20 16:58:40 UTC  

No never used git

2018-08-20 16:58:44 UTC  

Just made an account tho

2018-08-20 16:58:46 UTC  

but nothing in it

2018-08-20 16:59:02 UTC  

Alright i'll check it

2018-08-20 17:00:10 UTC  

For this one generating chunks was really complicated, my biggest challenge was optimizing time so that chunks would generate as fast as possible

2018-08-20 17:00:29 UTC  

Git makes the job much easier. You will see how useful it is and if you are ever going to work with programming then I bet it is pretty much required to know at least one version control system. Git is the most popular.

2018-08-20 17:01:19 UTC  

Alright I will try to test it out a bit and mess with it just to learn before seriously using it then

2018-08-20 17:02:18 UTC  

Your games look like good attempts. When we make a shopify variant then we need to make a 'minimum viable product'. So there is a bit of planning before we can start working. The git course is relatively short and you learn pretty much everything you need.

2018-08-20 17:04:09 UTC  

Git is great in case I mess up and delete important code, save and then upload it to the repository or to see why something stopped working between versions and many other things. Will save us months of work between versions.

2018-08-20 17:05:33 UTC  

Mhm alright it's very complete has lots of features, I remember there was a system with "forks" or something where you could make sort of alternative versions and the remerge it with the main version latter on

2018-08-20 17:07:17 UTC  

What should we call the project? Even a project codename that we can call the trello board and repository. Yes, git is super complete (and complex) and the people who made it were very bright people. You will be amazed the more you learn about it.

2018-08-20 17:08:28 UTC  

There are other things like Mercurial which is easier to learn, but is less supported by online repositories.

2018-08-20 17:09:16 UTC  

Hmmm we could choose a name which includes the word "Shop" or "Store" and modify it a bit but without making it too similar to "Shopify"

2018-08-20 17:09:49 UTC  

And I see you know a lot about the subject, since you're a data scientist and all that I guess you previously worked in big projects ? With teams, using github ?

2018-08-20 17:10:25 UTC  

Or maybe like Amazon take something that is not obviously something about shop so that people will look into it to see what it is.

2018-08-20 17:11:15 UTC  

Ah I see, very smart, using their curiosity to attract them

2018-08-20 17:11:47 UTC  

Hmm

2018-08-20 17:11:54 UTC  

Maybe the name of an animal or something

2018-08-20 17:12:08 UTC  

Or

2018-08-20 17:12:19 UTC  

A Fully made-up random word which would make no sense

2018-08-20 17:12:37 UTC  

I have worked on small projects in teams. Never used github in a team (I have used mercurial in a team) . I have used github professionally alone though. And contributed to machine learning open source projects.

2018-08-20 17:14:13 UTC  

Nice, if I recall I saw interesting projects on youtube which used things like "Neural networks" or something and then it would simulate and simulate until they get something interesting, i'm curious about AI maybe one day I'll research more into it

2018-08-20 17:14:17 UTC  

Maybe we can name it after Devon. Maybe "Arthurs". A scandal in the making.

2018-08-20 17:14:32 UTC  

Hahahahah not sure if that's a good idea

2018-08-20 17:14:36 UTC  

Why not tho

2018-08-20 17:14:43 UTC  

If we keep the fact that's its named after him secret

2018-08-20 17:18:29 UTC  

I'm up for it. But would be hard to Google though. Maybe Devonar... Or just Devon and become THE Devon. Did Devon have a nick here?

2018-08-20 17:20:45 UTC  

I think his username was Wolfdevon