Find us on github!
Mattias argument is that a kebab roll got one top and a bottom and it’s a 50/50 chans that you will open it in the right way.
This argument is stupid.
First of all the when making the pizza there’s no speciell concideration taken for the sides to make them different. Of course when wrapping the roll you have to start in one end, but to say that that will determine if that side is top or bottom is ludicrous. The top is simply the side that you open on, nothing else.
And also, there is no difference between a kebab roll and a rolled kebab no mather what Mattias sais.
Earlier this month Linus wrote about our new project Malicious Mango. Today we´ve finished our first sprint. Now we can log in with an email address and we can create a new user.
To be able to log in we validate the email address to actually be a registered user. Similarly as the email validation we control that the new user doesn’t already exists. As a letter in the mail we also got password validation when we implemented the server.
So we have actually built a complete and rather safe sign in system. We used the scrypt hashing algorithm to hash all the password and not actually saving the password on our database (take a hint Adobe). Supposedly, scrypt is more secure than the predecessor bcrypt since it’s design to resist parallelized brute force attacks.
We also begun on our next sprint, when done, can create profiles. It will be static though and no changes can be made. But still another step forward. Hopefully we can be done with that about a week from now.
Happy Easter
// Project Lemon
Posted in MaliciousMango with : Golang, Angularjs
Today Project Lemon participating in a hackaton at the local company Acino. Linus is not with us today but instead, our friend Jacub is standing in for him.The theme of the evning is Internet of things. We decided to design a smart wardrobe. Who can help you keep track of your clothes. It can give you proposals of today’s clothing by taking weather, day and your personal style into account. It is also possible to use it for online shopping and try the clothes on virtually in the mirror.
To simulate how the wardrobe will work we will make a webbsite and a presentation. We will present it in a few a hours and hopefully the jury and all the other participators like our idea.
Posted in Hackaton with : New, Project, Html, Css, Hackaton, Web
Today we began our new project by spending the afternoon working on the specifikation. We already had the idea but today we sat down and wrote together a piece of documentation stating exactly what kind of funtionality we wanted to have, which functionality we should build first and so on. We also drew up som besic design sketches for the application UI.
The application will be a web application where the user can create a profile and then uppload their portfolio as a pdf-file for display. This will be for those who don’t have the time, or knowledge to build their own portfolio as a website but still want to be able to show the world what amazing work they have made.
We were planing to write the server side of the application in Golang and the client side in Angularjs
Posted in MaliciousMango with : New, Project, Go, Golang, Angular, Application, Web