DEV Community

Justin3go
Justin3go

Posted on

Parchment Style - FAV0 Weekly #014

Previously taken photos of the Forbidden City - Part Two.

This weekly publication is open-source and records what I see and hear each week, mainly focusing on front-end development, AI, independent development, open-source tools, etc. It is published every Saturday/weekend. Contributions are welcome, and I look forward to your attention/subscription~

>> Topics for Discussion

Parchment Style UI

Recently, I have grown fond of the subtle yellow color used on the Perplexity and Claude websites. I remember enjoying novels in this style when I was younger, but I seem to have encountered it less as I grew older.

However, with the increasing frequency of using these two applications, I might have gotten used to it, and it feels increasingly comfortable to look at. It gives off a very knowledgeable vibe, akin to what Perplexity describes as "the starting point of knowledge." Moreover, the combination of this parchment style with serif fonts adds a unique flavor!

I see some friends using this subtle yellow style as their IDE theme. I tried it but still couldn't accept it, perhaps it's a matter of habit; I currently prefer the light silver-grey theme.

>> What to Watch

Vue 3.5 Released

Main updates include:

  • Performance optimization for the reactive system
  • Props now support destructuring
  • Some improvements for SSR
  • DOM can be referenced through useTemplateRef
  • onWatcherCleanup() for cleaning up callbacks in watcher

New Open Source Model Reflection 70B Released

It outperformed Claude 3.5 and GPT-4o on multiple metrics, particularly in reasoning capabilities.

A 405B model is expected to be released next week.

Claude Will Support Connecting to GitHub Data Sources

This feature is currently in testing and available for early enterprise program users. It is planned to be rolled out to a broader user base later this year.

>> Useful Tools

Array-like API ORM in Node

You can query and modify data in the database using methods similar to JavaScript array methods.

Help Small Tasks - Tencent's Online Toolbox

This site offers many practical tools.

Visual Editing for Profile README

This site allows you to visually edit and generate your GitHub README profile, featuring three built-in templates and eight components to meet most needs.

Social Preview Image Viewer

This site allows you to preview how your website's metadata appears on various platforms.

Docker Registry Based on Cloudflare Workers and R2

A Docker registry based on Cloudflare Workers and R2, Cloudflare's own repository.

Note: There is a 500MB layer size limit.

Jsdiff

Jsdiff allows you to compare the differences between strings in various ways.

>> Interesting Finds

A Website Collecting Many Buttons

The Hot List on Juejin is Full of Vue 3.5

After the release of Vue 3.5 this week, the hot list on Juejin is basically all about this.

>> Readable Articles

Searchability is an Underestimated Code Metric

A popular post on HN, searchability is an underestimated code metric.

For some key variables, we should avoid dynamic variable names and instead hard-code them for easier searching later.

More

Top comments (0)