Construction Log


Think of this as my “Process Journal” for building this website.

The newest update will be at the top of the page (MM/DD/YYYY).


04/25/2024

Added:

[Fixed] AI Chatbot is down, currently working on a fix

A temporary section dedicated to recent NYU’s crackdown on protest(s) by students and faculties, leading to many arrests by NYPD based on university instructions.

Details:

Apparently If SCRIPT_DEBUG is set to true (define(‘SCRIPT_DEBUG’, true)), WordPress will use dev CSS- & JS-Files instead of the usual minified files. Which would cause the error to occur (cr. aequinokte)

TLDR: Shame on NYU, Linda Mills and the whole management team. You could have done WAY better. Long version (Washington Sq News). Letters from faculties. More Letters.

01/26/2024

Added:

About me Page

Details:

About me Page is now published

01/17/2024

Added:

New AI Model: RWKV-v5-WORLD

Details:

Access the newly added model here: https://wisewolfholo.com/rwkv-5 or via the Model Selection Page
– Open to all users (May change in the future)

12/26/2023

Added:

Access to AI playground is now handled by Cloudflare Access, which will make the login process more secure

Details:

You can now login through Cloudflare Access to access AI Playground, this simplifies the login process as login is now handled by Cloudflare Access (previously this wordpress site handles the login). Access to AI Playground is restricted only to whitelisted users. You can request access through the “Request Account” form in the main page.

12/14/2023

Added:

Dynamic Login/logout link at the top right corner
An “about me” Page

Details:

The “about me” page is still under construction and will be released shortly

12/11/2023

Added:

A little Easter Egg

Details:

Easter Egg: (https://ilovebingchill.ing)

12/04/2023

Added:

Model Selection Page for selecting AI models (currently only between GPT4-Vision and DALL-E, more to come in the future)
Theme color change to match site identity with better consistency (FromPurpleto Green)

Details:

N/A

11/29/2023

Added:

DALL-E 3(HD) integration for image generation
Light mode for GPT page
Stream Service (beta)
Refreshed – WARP+ Access Form: Now becomes Request Access Form
– You now can request account for both WARP+ and this site

Details:

You now can use DALL-E 3(HD) on this site. You must be logged in to use it. Public Registration is currently unavailable. also there is a light mode for GPT-4

11/20/2023

Added:

Site Logo
Chat-GPT4 Integration

Details:

Added a logo on the top left corner that is also serves as a main site button. You can also see the logo in the browser tab.

You now can use gpt4-vision on this site. You must be logged in to use it. Public Registration is currently unavailable.

11/19/2023

Added:

“Back to Main Site” Buttons on some pages (including this one)
WARP+ Access form (with Captcha to prevent spam)
SMTP integration with Sendgrid

Details:

Just realized you can’t go back to main page unless you use the back button on your browser, which is not ideal. So I fixed that!

I also added a WARP access form, once you filled the form, the content will be send to me, so I can enable WARP access for you. For those who don’t know what WARP is, you can go here for more info.

I need to configure some sort of SMTP config to allow this website to send emails using @wisewolfholo.com. For me, I decided to use Sendgrid, simply because it has a free tier, and also reputable.

11/15/2023

Added:

Email Domain (@wiseowlfholo.com)
This WordPress Website
Cloudflare DDoS Protection (and SSL)
Ability to Prompt the Users to Accept/Decline Cookies for Privacy Compliances

Details:

There is a lot to talk about here, I will cover what I did piece by piece.

Around 6-12 months ago I acquired this domain name using Cloudflare, and my initial plan was to use it as a custom email domain for my icloud email. Which I did, which means you can reach me by emailing me using holo[at]wisewolfholo.com!

This website is hosted using DigitalOcean, they offer $100 credit for college student, so definitely check them out if you are considering getting at VPS. Sadly, my account is not eligible for some reason. Also, my experience with them is below par, they locked my account apparently just because I was using a VPN when logging in, and it took 5 days for someone to get back to me and solve me issue. But nevertheless, DigitalOcean is a great for my purpose so I won’t switch to something else unless they block me again in the future.

As you can see by checking the lock icon next the URL in your browser, this website is using https. Which is good because its always good to have some encryption:) Since I am already using Cloudflare, the process of enabling their DDoS protection is painless, highly recommended (and it’s free!).

As for the cookies settings, I know it isn’t a must for a personal blog at this size, but I feel like privacy is a fundamental human rights, and you certainly don’t want me to record your IP and other stuff when you are browsing my blog, so the option is there if you want to disable all cookies. Another reason is that I might be implementing something else in the future that uses cookies, it is always better have something that is future proof.