Zattairo.cc
About
Login
Update logs:
v0.0.3b
  1. You can now login as a user! Some features will only be available for users who are logged in.
  2. Sign up enabled. Accounts will expire after 2 weeks, unless manually activated.
  3. [TO-DO] Implement Donate button.
  4. [TO-DO] Implement LuckyDay.
v0.0.3
  1. Add /pengwin and side bar at index page.
  2. Added big white cat profile.
  3. Minor edit on AI&Tech safety about page.
v0.0.2d
  1. Repurposed AI & Safety page. Updated timeline content.
  2. Added aitxsafe github page for open source technical AI safety contribution.
v0.0.2c
  1. Mini ranking algorithm: tab 2 updated.
    • Include high level description of the algorithm.
    • Include python code for data generation.
  2. Reorganized home page, moved mini ranking algorithm to dedicated page.
  3. Home page included two newly planned projects.
v0.0.2b
  1. Implemented tab display for Mini ranking algorithm
  2. Mini ranking algorithm: tab 1, display updated.
  3. Mini ranking algorithm: tab 3, user input enabled
    • Input form + Input pad for users to dial input.
    • User input anti-spam mechanism enabled.
    • Interface to database update completed.
  4. Updated x-icon. We have our own logo now!
v0.0.2
  1. Mini ranking algorithm: display implemented without custom interface
    • populateRankingGameBox javascript function at index.html. Uses ajax to call ranking_game_populate at blueprint00.py.
    • ranking_game_populate_ is implemented at miniparts.py
  2. Zattairog backend for training transformer-based ranking algorithm
  3. Forcing SSL to https://zattairo.cc configured (although domain is not set up).
v0.0.1b
  1. Added artifact: tabbed display
  2. Reinitiated EC2 instance with bigger Elastic Block Storage (EBS) and m5.large. Otherwise, not enough resources to even run basic mongodb.
v0.0.1
  1. Set up AWS EC2 instance. Allow some firewalls for public access.
  2. Use Gunicorn + python Flask to open ports 8080 and 443. No SSL encryption yet.
  3. Updated about page
  4. Set up devlog and artifacts pages
  5. Set up version control with Github.