Skip to content

Commit 91057e4

Browse files
committed
Update entry typos
1 parent cb9bbfd commit 91057e4

4 files changed

+16
-16
lines changed

_posts/2015-07-27-blogging-like-a-hacker.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ keywords: blogging like a hacker, jekyll, wordpress, blogging platform
77

88
Hello, there!
99

10-
Back in 2008, the Founder of [GitHub](https://github.com), **Tom Preston-Werner** wrote [Blogging Like a Hacker](http://tom.preston-werner.com/2008/11/17/blogging-like-a-hacker.html) (a recommended read), introducing [Jekyll](http://jekyllrb.com), a simple, blog aware, static site generator. In his blog post, Tom thoroughly elaborated how Jekyll works with GitHub.
10+
Back in 2008, the Founder of [GitHub](https://github.com), **Tom Preston-Werner** wrote [Blogging Like a Hacker](http://tom.preston-werner.com/2008/11/17/blogging-like-a-hacker.html) (a recommended read), introducing [Jekyll](http://jekyllrb.com) - a simple, blog aware, static site generator. In his blog post, Tom thoroughly elaborated how Jekyll works with GitHub.
1111

12-
Today, Tom's idea has evolved to become [GitHub Pages](https://pages.github.com), a fully-fledged, free hosting service for static web pages on GitHub where we can write our pages in a simple [markdown](http://daringfireball.net/projects/markdown) language, organize theme in a straightforward directory structure and then, let the GitHub does the rest.
12+
Today, Tom's idea has evolved to become [GitHub Pages](https://pages.github.com), a fully-fledged, free hosting service for static web pages on GitHub where we can write our web pages in a simple [markdown](http://daringfireball.net/projects/markdown) language, organize them in a straightforward directory structure and then, let the GitHub does the rest.
1313

14-
In the past few years, I have been using [WordPress](https://wordpress.org) all the times for my website or blog. I don't even know about this awesome static blog generator because I never use GitHub before. Just starting this year, 2015, I started using GitHub to port some of the projects. Then, I started exploring Jekyll and use it for my new website/blog.
14+
In the past few years, I have been using [WordPress](https://wordpress.org) all the times for my websites or blogs. I don't even know about this awesome static blog generator because I don't have any kind of experiences using GitHub before. Just starting this year, 2015, I started using GitHub repositories to port some of the projects. Then, I started exploring Jekyll and use it for my new website/blog.
1515

1616
### Reasons of Switching
1717

@@ -37,14 +37,14 @@ These are the four reasons I can conclude here. If you need an inspiration, you
3737

3838
### Workflow
3939

40-
> If you ask me, how my workflow works and what kind of tools that I used?
40+
> If you ask me, how my workflow works and what kind of tools that I have used?
4141
42-
Maybe this can help. I'm using Windows for both my PC at home and office because most of my professional works/software are based on Windows environment. All I need at first is to download [GitHub for Windows](https://windows.github.com) software and install it on my PC. I operate the software in both way; sometimes GUI, sometimes through Git Shell. If not necessary for me to use the software, I just manage them directly on the GitHub website.
42+
Maybe this can help. I'm using Windows for both my PC at home and office because most of my professional works/software are based on Windows OS environment. All I need at first is to download [GitHub for Windows](https://windows.github.com) software and install it on my PC. I operate the software in both way; sometimes GUI, sometimes through the Git Shell. If not necessary for me to use the software, I just manage them directly on the GitHub website.
4343

44-
My default text editor is [Notepad2-mod](http://xhmikosr.github.io/notepad2-mod), which used as a replacement to the default Notepad program. However, my favorite use of text editor is [GitHub's Atom Editor](https://atom.io), a hackable text editor they said, but as for me, it's the best editor I ever experienced, compared to [Visual Studio Code](https://code.visualstudio.com) and [Sublime Text](http://www.sublimetext.com/). Like this post and the others, all are written using the GitHub's Atom Editor with Markdown Preview.
44+
My default text editor is [Notepad2-mod](http://xhmikosr.github.io/notepad2-mod), which is used as a replacement to the default Notepad program. However, my favorite use of text editor is [GitHub's Atom Editor](https://atom.io), a hackable text editor they said, but as for me, it's the best editor I ever experienced, compared to [Visual Studio Code](https://code.visualstudio.com) and [Sublime Text](http://www.sublimetext.com/). Like this post and the others, all are written using the GitHub's Atom Editor with Markdown Preview.
4545

4646
### Conclusion
4747

48-
Simplicity is everything. Some people said; `Less is more.` Being a minimalist is not that simple. But being a minimalist is a part of myself. I try my best to utilize everything around me. Let's do this in the Hacker Way: _"Why pay if there's a thing that free?"_
48+
Simplicity is everything. Some people said; `Less is more.` Being a minimalist is not that simple. But being a minimalist is a part of myself. I try my best to utilize everything around me with minimum spending of dollars. Let's do this in the Hacker Way: _"Why pay if there's a thing that available for free?"_
4949

5050
[**Jekyll**](http://jekyllrb.com) + [**GitHub**](https://pages.github.com) + [**Markdown**](http://daringfireball.net/projects/markdown) = **Blogging like a Hacker**

_posts/2015-08-11-my-own-artificial-intelligence-program.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ _WAYI v2_
3939

4040
#### **SIML: The Next Step in Chatbot Technology**
4141

42-
After some time, I found another bot markup language known as [Synthetic Intelligence Markup Language (SIML)](http://simlbot.com/), which was more powerful than AIML. SIML provided much better features than AIML. So, I swicthed my chatter bot development to use SIML as its core. Plus, SIML also provided their own chatbot studio program called Syn Chatbot Studio.
42+
After some time, I found another bot markup language known as [Synthetic Intelligence Markup Language (SIML)](http://simlbot.com/), which was more powerful than AIML. SIML provided much better features than AIML. So, I switched my chatter bot development to use SIML as its core. Plus, SIML also provided their own chatbot studio program called Syn Chatbot Studio.
4343

4444
Based on their site, Syn Chatbot Studio offered a comprehensive collection of tools to develop intelligent Chatbots that targeted desktops, mobile and web platforms. It featured with Code Analysis, AIML to SIML converter, JavaScript Editor, Regex Tester and smooth Auto-Complete. Well, I liked it the most when SIML was able to execute JavaScript function from its routine of responses. More interesting features of SIML also can be found on their [wiki site](http://wiki.syn.co.in/) and [GitHub repos](https://github.com/SynHub) for contributions.
4545

@@ -70,6 +70,6 @@ Right now, my program is still under EXPERIMENTAL and released as a **beta versi
7070

7171
#### **If you ask me WHY?**
7272

73-
If you ask me why I built this program, maybe this is the answer; I don't know when I'm going to die for sure. I might not be able to tell everything I want to people I loved, but at least with this program, they might able to find some answers from me. Even it's the same if I'm getting old and older. Knowledge and memories can fade away and be forgotten. Every word is meaningful and I don't want to lose it. Whatever thing I promised, I want to realize it as far as I can. Just find me here if one day I am no longer be able to talk to.
73+
If you ask me why I built this program, maybe this is the answer; I don't know when I'm going to die for sure. I might not be able to tell everything I want to people I loved, but at least with this program, they might able to find some answers from me. Even it's the same if I'm getting old and older. Knowledge and memories can fade away and be forgotten. Every word is meaningful and I don't want to lose it. Whatever thing that I promised, I want to realize it as far as I can. Just find me here if one day I am no longer be able to talk to.
7474

75-
I'm just experimenting stuffs, no big deal!
75+
I'm just experimenting stuffs, no big deal! :)

_posts/2015-08-17-php-encryption-decryption-and-password-hashing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ echo Encrypt('myPass123', 'Welcome to Flippancy 25');
3535
// Output: U2FsdGVkX19LYv5Y5EDmFbjH8bGMDFwlid30h2x1ybibT1Dwp0vekJ0OT4tb7/j6
3636
{% endhighlight %}
3737

38-
The special feature here is, every time I execute this function `Encrypt()`, by using the **same** password and **same** data, the enrypted string is always changed.
38+
The special feature here is, every time I execute this function `Encrypt()`, by using the **same** password and **same** data, the encrypted string is always changed.
3939

4040
Here is the output examples of encrypted strings after I executed it for three times:-
4141

_posts/2015-08-18-xaml-better-way-to-scale-icon-in-path.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Let's say the original dimension of the designed icon is 44x44 pixels and we nee
1515

1616
Instead of this:
1717

18-
{% highlight xml %}
18+
```xml
1919
<Path Fill="White" Data="F1 M 22.9583,31.6667C 24.27, ..., ..., ... Z ">
2020
<Path.RenderTransform>
2121
<ScaleTransform ScaleX="1" ScaleY="1" />
2222
</Path.RenderTransform>
2323
</Path>
24-
{% endhighlight %}
24+
```
2525

26-
Change it to use like this:
26+
Change it to use something like this:
2727

28-
{% highlight xml %}
28+
```xml
2929
<Path Width="100" Height="100" Stretch="Uniform" Fill="White" Data="F1 M 22.9583,31.6667C 24.27,31.6667 25.3333,32.73 25.3333,34.0417L 25.3333, ..., ..., ... Z "/>
30-
{% endhighlight %}
30+
```
3131

3232
### Conclusion
3333

0 commit comments

Comments
 (0)