2/09/2019

Lassen Volcanic National Park ~ There is a lot of snow due to storm last a few weeks

Caution! There is a lot of snow due to storm last a few weeks!

https://www.nps.gov/customcf/webcam/dsp_webcam_image.cfm?id=81B46270-1DD8-B71B-0BE9D202820A8990

This is a link to a webcam it shows a real time view behind the visitor center on the south side.
I usually check it when I plan to go back country skiing over there.  There is a lot of snow accumulated in last a few weeks.

There are some observation of avalanche in Lake Tahoe area as well.
https://www.sierraavalanchecenter.org/observations

It is probably better to be very careful to go back country skiing next a few weeks.  I should be better to check all warning information in the area.  The forecast is all snow next several days.
I think the amount of snow would be the most within a several years!

2/02/2019

Mt. Whitney Lottery 2019 ~ No update yet


As I mentioned in the previous post, the schedule of Mt. Whitney Lottery this year was postponed based on a news on January 30.   Now it is February, there is no update so far.

Usually, the application can be filed starting from February 1, however what we know is it would be some time mid / late February and no information for the following schedule of key dates.  The government shutdown was a little more than 1 month and no further information how much impact for the following dates.

I will keep posting any update I found in this blog.  It is better to keep eyes on it if people plan to get the permit to hike Mt. Whitney this year.  It will be something different from typical years.




1/30/2019

Mt. Whitney Lottery 2019



According to the following notice, Mt. Whitney Lottery will be postponed this year due to the government shutdown recently.   The actual date has not been settled yet.  You need to watch the update if you are plan to hike there this year.   Based on the notice, it will be mid / late February.

I will keep positing the update!

11/13/2018

iPhone App project

The project is work in progress!

As I mentioned that I had been working on iPhone App since the end of September, it is still work in progress.   Some people are aware of some posts in my Japanese site.

Since I am focusing on Japanese version first, I did not post a lot in this site.

iPhone APP I am targeting

The APP I am targeting is a tool to organize all information related this blog into an APP.
Since blog is just posting articles and it is not really organized well.  There is a tag for each article, but it is not really enough to find out some information from the past posts.

A good example is recipe.  I also sometime looked for a recipe I posted.  However it is not really easy to find out.   Actually, it is not very hard when I am using PC.  However, it is very hard to find out on a smart phone.  Since there is no category listing side menu on a mobile site.
I have to go to a regular PC site and adjust the display size to find a post.

It is inconvenient when I cook something in a kitchen.  It would be nice to see it on a smart phone other than PC.

There are some similar information from my posts.

Web site is one of solutions

Build a web site is one of solution to organize the information.  So originally, I was thinking to have a web site to organize some useful information from the posts.   However, I realized that it is much more convenient if I can access such information from my smart phone.
In this case, a web site won't be the best solution since it is probably not really optimized for smart phone such as display size and basic operation.

All major services provide a dedicated APP for the best user experience.

On-going project is "Let's GO!"

So I called my project "Let's GO".  "GO" means "Group Organizer".
The app will integrate "News" feature which is something like "mail magazine".  Instead of sending a lot emails to subscribers, I post into "cloud (internet)" to share the news which includes a summary of new articles, events information, timely information such as Mt. Whitney lottery.

Also, I will integrate a reservation feature for one-on-one session with people who are interested in information I am sharing.  For a real time communication, a messenger / chat feature is also included.

Then, all useful information will be organized in a cloud database and provide the access from a smart phone.

The concept is a web data in a pocket.

Internationalization is one of time consuming effort

I really want to share the information world wide.  However majority of reader is still Japanese.  Therefore, I will focus on Japanese edition and try to support English for a long run.  Since internationalization effort on Smart phone APP is not small and I do not have time to do the both for now.   So I will try to release an APP in Japanese and try to add English menu / contents later.











10/05/2018

iPhone APP development (4) ~ Test Flight

Beta Test issue ...

As I mentioned in the previous post, it might be hard to upload a test APP to a real iPhone from Xcode when a remote desktop solution is used.  Since it requires a physical connection from Mac to the target device for testing.

After searching the internet, there is a solution using "TestFlight" offered by Apple.  It is not a problem!
This is a scheme Apple offers for beta testing.  TestFlight was an independent company before, however Apple acquired and offers this service.

TestFlight

There are two category of testing, "Internal testing" and "External testing".  For internal testing, it does not require reviewing by AppStore.  It is up to 25 people / 30 devices and up to 90 days for testing.

The external testing, it is up to 10,000 people.  However it requires a review by AppStore.

Anyway, it is easy to run an App on a real device for testing.  I have not tried it yet, but I will try it and report it later.

The other thing is the guide line Apple defines for an App is higher expectation.  To meet the requirements, it is a little more work.

(To be continue)

10/03/2018

iPhone APP development (3) ~ A sample APP

Xcode & iPhone Emulator

Tried a simple APP

As the first step, I tried to develop a simple iPhone APP on a remote desktop via a cloud service.

Here is the simple program I tried:

  • A label it shows a title
  • 2 buttons, one is to show a message "Hello World!", the other is clear the message.
  • A text field to show the message
It is quite simple program.


The layout is pretty simple.  Just do "drag and drop" each "component".  Then just adjust locations, dimension, color and fonts.
Once layout is completed, then just write a simple program which is a response of clicking buttons.
Just open the layout and the swift program file next each other and clicking on a button to the source file, then the tool will generates a template.  Then just fill the template with a simple program.   (There are so many tutorial on the internet, I won't write how it works today.  But I will probably write overall process some time later).

As long as, people have some experience with Java, Javascript, Python and etc.  It won't be so difficult to write such a simple program in a few hours.

First impression of the cloud service

It is a little slow response, however it is not a big problem at all.  I think it is good enough this scale of program.  For a complicated program, it might be very smooth for each operation.....

Anyway, this service just USD $1 / hour, it is reasonable.   If people develop iPhone APP really seriously, it might be a good idea to buy a Mac.  It is probably good enough for most of cases.

A potential limitation is testing with a real iPhone.  I have not spent much time to see if there is any solutions.  But to use a real iPhone for testing, it requires to connect it through USB.  With the remote desktop, it might not possible.   However, it can be done with testing on an emulator and upload to the AppStore.

I will try a little complicate program.

It is probably easy to have your first app within a few days if people have some experience for programming.


10/02/2018

iPhone APP development (2)~ Mac remote desktop service

Requires Mac!

First of all, to develop iPhone APP, it requires a development software.   One which is the most popular is "Xcode" from Apple.  It can be downloaded from Apple.  The problem is it only run on Mac.

Unfortunately I do not have Mac, therefore I might need to buy a Mac for this development.   I also search on the internet.  It seems that there is a software named "Xamarin".  It allows to develop an iPhone APP on Windows.   I am not sure but I also see some comments on the internet to say there is no iOS emulator on Windows, thus it requires a real iPhone for debugging the software.

I could search more about this solution, however, it is probably less issues to use "Xcode".   I decided to use "Xcode" for now.


Cloud service for Mac remote desktop!!

A good news is I found out a remote desktop service.  I will try it first before getting a "real Mac".  There are a several provider for the service.  But I picked "Macincloud" since there is a low cost plan which is hourly basis.  Only USD $1 / hour.

To start using the service, just sign-up on the site.  Then they sent an email with instructions.  After downloading a zip file, then just clicking a file with a right resolution.  Then a remote desktop window comes up.   Please note a user name / password for the remote desktop is different from the user name and password when I signed up.  I could not login since I was using a wrong user name and password.

It is a little slower than I expected, but overall it is not a big problem and I confirm "Xcode" is installed by default and it works.   I guess many people use this service for a similar purpose.

The next step is to write a simple program.