neo yang

Copywriter, webmaster, product manager, architect, independent developer.

Google Gemini 1.5 Pro personal test: powerful and fragile at the same time

After testing the newly upgraded multi-modal AI model Gemini 1.5 Pro, users found that although it supports a more comprehensive input type including text, pictures, videos, files and folders, the reasoning ability has not been significantly improved, especially in distinguishing right from wrong. Additionally, processing of video, file, and folder inputs takes a long time, and there are limitations in handling large amounts of data.

SDXL: How to use Stable Diffusion

Recently, a WordPress plugin based on the latest version of Stable Diffusion XL (SDXL) was developed. Stable Diffusion is a free, open source image generation model, and the code can be downloaded directly through the official website Stability AI. Although it is more expensive and difficult to deploy the model yourself, it is possible to use a Docker image or install it manually. In addition, large models and APIs can be consumed or deployed through the Replicate.com website. In general, Stable Diffusion and SDXL are widely used in AI image generation products.

robots.txt: An SEO issue that has been ignored

After constructing two sites with Next.js last month and noticing poor Google indexation, the issue was identified as a missing robots.txt file. To address this, a robots.txt with rules to allow all user-agents, enable access to all content excluding the 'private' directory, and link a sitemap was added to the Next.js app directory. This resolved the indexing issue, underscoring the importance of robots.txt for site visibility.

Hot topics in February 2024: Sora - Open AI's large video generation model

On February 16, 2024, Open AI released its advanced video generation model named Sora, sparking interest almost rivalling that of GPT. Sora, which is not yet available for public use, combines Transformer and diffusion architectures for high-fidelity video simulation. Open AI's TikTok showcases Sora's capabilities with unedited videos from various prompts, previewing its potential impact in the burgeoning video generation field.

Gemini 1.5 pro: How to apply

Google Gemini1.5 pro overview Google Gemini1.5 pro on February 15, 2024 […]

Nextjs+next-intl multi-language internationalization best practice (APP router)

Nextjs offers two routers: APP and Page, with Page being phased out. The author previously used Page router internationalization, but has since implemented internationalization based on the APP router. They evaluated several solutions and found that next-intl is the simplest and most successful . The post outlines the directory structure, routing, middleware setup, how to load translation files, and how to implement translations, emphasizing that regardless of the internationalization solution chosen, routing, file structure, and translation implementation are key aspects.

WordPress SEO: How to dynamically modify meta title?

The meta title, which is the content of the title tag in the head tag of the page, is very important for SEO. Sometimes we need to […]

Hot topics in January 2024: palworld

1. Google Trends: Compare “AI”, “gpt”, “palworld” This is a screenshot from today (2024/01/31). […]

2024 SEO Trends: How to do SEO in the AI era?

1. Proportion of Google SEO ranking factors in 2024. Original text: https://firstpagesage.com/s […]

Google Gemini API Development Guide: How to integrate Google Gemini into your websites and projects?

Last month, Google released Gemini. Immediately afterwards, I developed AI SEO based on Google Gemini - automatic and […]


copyright © www.lyustu.com all rights reserved.
Theme: TheMoon V3.0. Author:neo yang