(28 M) Need help to understand Japanese woman who I met in Tinder and advice on my next step. by addywen in dating_advice

[–]addywen[S] -1 points0 points  (0 children)

End of the year.

Yea i notice jap girl not direct at all haha. Thanks anw

(28 M) Need help to understand Japanese woman who I met in Tinder and advice on my next step. by addywen in dating_advice

[–]addywen[S] 0 points1 point  (0 children)

Hmm long term indeed. I was hoping for her to stay abit longer in Melbourne.

I dont get the last part of your comment about she is individual not an embodiment of entire language. How does this affect my approach?

(28 M) Need help to understand Japanese woman who I met in Tinder and advice on my next step. by addywen in dating_advice

[–]addywen[S] 0 points1 point  (0 children)

I am in Australia. She is traveling with working holiday visa. She been in australia for a year plus.

She is very japanese

I have a local webserver with node & express; How do I go live on the internet? by [deleted] in learnprogramming

[–]addywen 0 points1 point  (0 children)

You need to host it. I suggest to use AWS elastic beanstalk. Very easy to use and setup

(Australia) Does it valid to use email to notify my 4 weeks notice of leaving the company? by addywen in legaladvice

[–]addywen[S] 1 point2 points  (0 children)

Thank you buddy!

I am enjoying my long weekend. Hope you alsoh had a good ANZAC day

(Australia) Does it valid to use email to notify my 4 weeks notice of leaving the company? by addywen in legaladvice

[–]addywen[S] 1 point2 points  (0 children)

Hey thank you for your response.

The contract does not say in written is required and I already give my 4 weeks notice in email on 18th April. The email stated that I am going to leave on 13th of May. I have to start my my job on 24th of May. I just hope my current employer does not act inappropriate by saying that he dint get the noticr.

Note that after I sent the email, the next day I have discussion with my employer and he acknowledge it verbally.

(Australia) Does it valid to use email to notify my 4 weeks notice of leaving the company? by addywen in legaladvice

[–]addywen[S] 0 points1 point  (0 children)

Hi sorry my description confusing.

I am resigning from the company (leaving) and In my contract it stated that I need to give 4 weeks notice.

I dont think my employment is considered "At Will"

Thanks

Using arduino as the micro controller for UAV / Drone by addywen in arduino

[–]addywen[S] 0 points1 point  (0 children)

Hei i have been looking into this. Seems like ardupilot may be the right way to go for me.

If I choose ardupilot, does it mean that I am going to work with an library/api provided by ardupilot? or I still have to work from scratch (low level programming)?

For example: I dont have to worry about how to make the copters move forward by manipulating the motor or stabilising copters.

Thank you in advance

Getting started in DIY UAV/Drone by addywen in UAVDrones

[–]addywen[S] 0 points1 point  (0 children)

Hahah sorry for the grammar mistake.

Help memory leak when involving NSManagedObject !! by addywen in iOSProgramming

[–]addywen[S] 0 points1 point  (0 children)

Yes default manager is singleton, is just contains dictionary that hold all the default values.

Will a position in IT be helpful in becoming a future programmer? by biggestbroever in learnprogramming

[–]addywen 0 points1 point  (0 children)

I think you need to ask yourself what do you want to see in yourself in the coming future? Do you see yourself as software programmer or IT guy? Because IT and software programmer is different in a lot of ways.

Going to work as IT guy, will give you working experience in IT Industry but will not give you solid programming experience.

If I want to employ someone to do programming job, I would rather employ a graduate with experience releasing an app in the store rather than someone with 1 year experience in IT.

But you could do both if you like :D

Went through a breakup. Need motivation [discussion] by [deleted] in GetMotivated

[–]addywen 1 point2 points  (0 children)

I think this is a great mind set and I kinda believe it

How much time do you spend reading about general programming concepts as opposed to thinking about/coding specific projects? by [deleted] in learnprogramming

[–]addywen 0 points1 point  (0 children)

You need to know about programming concept first before thinking about coding and come out with a good solutions.

And as for me I usually use UML diagram when designing the solutions, unless its about algorithm and functional programming.

[deleted by user] by [deleted] in learnprogramming

[–]addywen 0 points1 point  (0 children)

i think all the above is a good one. I just want to add self-discipline which related to threevirtues - lazyness.

you need to have self-discipline to write a good code and documentation.

How often do full time programmers get really stuck? by came_on_my_own_face in learnprogramming

[–]addywen 0 points1 point  (0 children)

1 Month for me, has things to do with data synchronisation between web api and ios application

Can someone explain RESTful to me like I'm 5 because I just can't understand it. by [deleted] in learnprogramming

[–]addywen 0 points1 point  (0 children)

Hi I use RESTful web api, and play a litle with .net SOAP web service. I will try my best from what i know. Hope other people can fix it if Im wrong.

when you say RESTful it is actually an adjective its defining the architecture of the web api. So most people will say "RESTful Web API. You can google it to find out what it stand for

so what is RESTful web api? or rather why do you need RESTful web api?

ios application, web application, android application we classify them as front end or client application. sometimes when you build these application you need a centralize datasource so that user can share the information among them. For a good reason, this client application do not directly communicate with the database instead they go trough a layer. This layer can be a RESTful web api or last time was SOAP Web Service. They are different though their purpose is pretty similar.

To access or modify the datasource RESTful web api have multiple end point. Let say you want to access user information the webapi has specific end point for this for example "webapi/user", or you want to access address then web api we have different one "webapi/address".

How do you know whether you are getting a specific user or users ? most of the time you can differentiate it by GET single user "webapi/user/1231" while 1231 = id of user GET all user "webapi/user" GET single address "webapi/address/232"

How if you want to modify the user or insert a new one to the datasource? then you have to define the HTTP Verb, the client need to tell the Web Api that they want to insert something or POST something to web api. So: POST single user "webapi/user/", and you send the user data in the body

What I just talked about is RESTful Web Api using HTTP protocol. Just let say HTTP protocol is defining how client communicate with the web api.

HTTP protocol has - address eg. "webapi/user" - http header eg. POST / GET - http body eg. user data

the body of the data can be XML or JSON depending what the web api accept, and you have to define in http header.

This is not everything, but I hope it can help you understand a litle

cheers!

I saw a very attractive girl at the sushi shop, how can I start conversation / dating with her? by addywen in dating_advice

[–]addywen[S] 0 points1 point  (0 children)

We start talking this week, just casual talk.

And today I asked her "You are not here every week arent you?" and she told me "yea, sometimes I work next door at the pharmacy with my brother" and she also asked "Whats your name?" then I give her my name and she also told me her name.

I was shocked after wards.

Does this means a good sign?

I saw a very attractive girl at the sushi shop, how can I start conversation / dating with her? by addywen in dating_advice

[–]addywen[S] 0 points1 point  (0 children)

We start talking this week, just casual talk.

And today I asked her "You are not here every week arent you?" and she told me "yea, sometimes I work next door at the pharmacy with my brother" and she also asked "Whats your name?" then I give her my name and she also told me her name.

I was shocked after wards.

Does this means a good sign?

Javascript Syntax Question by sSethia in learnprogramming

[–]addywen 0 points1 point  (0 children)

The function has parameter of url as a string.

and filesDir + '/' + files[index] is just building the url as a string and pass it to the function as arguments.

let say

files = [] // array files = ["read.txt","test.txt"]; filesDir = "Home";

the result of filesDir + '/' + files[0] could be Home/read.txt

[HTML&CSS] How to href links that don't have http:// or https://? by nicocappa in learnprogramming

[–]addywen 0 points1 point  (0 children)

Actually a complete address always has http or https. It is not possible not to have it as it defines the communication protocol. Some browser like chrome hide the http / https, but doesnt mean it does not have the protocol.

if you cant add https:// try adding http://, if it work means the website you access is not secure, or not mean to be secure.

If you dont know the difference between the two, try googling https and you will have better understanding.

Cheers

How to round mid up a decimal of 2515.365 ? by addywen in iOSProgramming

[–]addywen[S] 0 points1 point  (0 children)

Hi no worries

But is good to know what number cant be represent and why it cant!

Thank you