V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Planet  ›  Sepia 📡
Livid
1 ... 15  16  17  18  19  20  21  22  23  24 ... 34  

如果有一天,ipshipyard 自己都不维护 gateway,甚至解散,那这个项目或许就迎来了自己的 Mozilla 时刻。

Solana 2.0

总想着要指出一点不足,并且将这样的行为动机描述为「我是为你好」。当所指出的事情与事实不符时,「有则改之,无则加勉」。

后来我知道了这种事情叫做 toxic,恐怕需要用一代甚至更多代人来意识到和彻底扭转。

ENS Subgraph Queries for ContentHash

With this query, we can get the latest 100 ENS domains with a contenthash.

{
  contenthashChangeds(
    first: 100,
    orderBy: blockNumber,
    orderDirection: desc,
    where: {
      resolver_: {
        contentHash_not: "0x"
      }
    }
  ) {
    blockNumber
    resolver {
      contentHash
      domain {
        name
      }
    }
  }
}

Next things we can do:

StackOverflow is not built with Discord.

边际效用递减

某种体验,如果已经用低成本的方式体验过其中的绝大部分,那么后续更高成本的方式就会边际效用递减。

MT-NW by Simon Fraser
Battlestar Galactica ('04)

I should keep a page of all the greatest screenshots of Planet.

It should include all the good features.

As we have built so many.

更新完 macOS 15 之后,目前注意到的变化:

  • iPhone Mirroring
  • SwiftUI app 启动速度明显变快
  • New dynamic wallpaper: Macintosh
1 ... 15  16  17  18  19  20  21  22  23  24 ... 34  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   4682 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 41ms · UTC 05:37 · PVG 13:37 · LAX 21:37 · JFK 00:37
♥ Do have faith in what you're doing.