Flutter Get Started
Here is some Flutter installation steps, as I feel that some part still missing in the official flutter documentation.
Flutter Installation Steps
Get the Flutter SDK
this steps is simple, download, placed somewhere. link here
Update your path link here
Run flutter to make sure if path is recognized in cmd
Download and install Android Studio Giraffe
Android Studio Giraffe
After installation, create a new project and ‘Run’. It will auto download and install neccessary components. An android ...
Terraria
Terraria
For my whole life (25 years in exact) I don’t play a lot of games. During my teenager days I have played Dota, Dota 2, Counter-Strike, and basically that’s all.
Then I got into college, I have my first very own laptop and I finally has the chance to try out more games. But I can’t recall most of them, but this, this game is amazing.
I’ve seen a lot of so called ‘Overwhelmingly Positive’ reviewed games, but I don’t really know what they meant. And I have been introduced to this game so m ...
Talk about Hexo Admin
Hexo-Admin
So I am a programmer. Fresh, 3 years working experience, only know about C# DotNet, WPF and related stuff.
I am kinda interested with all these new technologies, some websites, hence I hosted this blogging website using Hexo.
First I find Hexo very interesting, create posts, publishings, I don’t bother using other free blogging website because I think by all these process makes me cooler - in a programming way (lol).
Well if you checked my old posts’ dates, I actually stopped update ...
Don't Starve
Don’t Starve Together
Well, technically the title should be ‘Don’t Starve Together’ - as this is the game that I owned. But no worries, it is just a multiplayer version compare to the original ‘Don’t Starve’.
3 words to describe the game, Fun, Challenging, Overwhelming Positive.
If you are a gamer you definitely know what ‘Overwhelmingly Positive’ is about.
I actually not the type of person that will constantly challenge a game that is consider ‘Hard’. Well, ‘Don’t Starve Together’ is hard.
You ...
ChatGPT - Useful Prompts
ChatGPT some useful prompts!
Create a 1-month study plan
Structure: Act as a {professional_position} that creates one-month-study plans to help people learn to {action}. You will be provided with the goal of the student, their time commitment, and resource preferences. You will create a study plan with timelines and links to resources. Only include relevant resources because time is limited. My first request - “I want to become a {position}. I can study {how long} per week and I only desired ...
Theme Modification 1: Loading Screen
Prerequisite: Hexo and Butterfly theme
Modified fullpage-loading.pugunder themes/butterfly/includes/loading.
fullpage-loading.pug123456789#loading-box .loading-left-bg .loading-right-bg .spinner-box .configure-border-1 .configure-core .configure-border-2 .configure-core .loading-word= _p('loading')
Replace all to this:
fullpage-loading.pug1234567891011121314if theme.preloader.enable case theme.preloader.load_style when 'gear' include ./lo ...
ChatGPT extensions
AIPRM for ChatGPT
This extension adds a list of curated prompt templates for you to ChatGPT.
You can create your own prompt template and uploads too!
How to use:
Open chrome and download from here.
Visit ChatGPT. This is your new UI.
Select a prompt through Topic, Activity, or search for keywords!
After you select a template, it will provide you a hint to your prompt.
Explore and enjoy!
You might encounter chat history missing after AIPRM installed, just logout and login will solve.
To ...
Why I switch theme?
2023-3-11, I switched my theme from Next to Butterfly.
The one and only reason why I like to style my own blogger website is that I don’t find the default Next theme suitable for my ideal website. However, through the process of visiting other bloggers’ websites, I discovered the Butterfly theme, and this is exactly what I was looking for!
Adding on to the first point, the bloggers I visited shared a lot of documentation on changing themes and styles. As someone who lacks creativity and UI s ...
Git Commands
some git commands.
How to inject scripts in Hexo?
This is a tutorial of how injects works in Hexo - Next.