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

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

 
ENS Subgraph Queries for ContentHash

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

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

Next things we can do:

 

StackOverflow is not built with Discord.

 
边际效用递减

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

 
MT-NW by Simon Fraser
 

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
 
Make Something People Want
  • 不依赖特定公司的特定服务器或者云服务
  • 不依赖电子邮件
  • 不需要注册用户名密码
  • 不需要信用卡
 
Donation Modal

下一步想做的是在 donation modal 里把 Base 上 USDC transfer 调通。

  • USDC on Base
 

用 UniFi 的 Teleport 也可以把 Planet API Server 远程用起来。

 
AcceleratedDHTClient

如果开启,在启动时会下载大量数据,并且在下载完成之前,name/publish 请求会丢 500 错误:failed to complete put

在这里留一个记录,或许有其他 IPFS 项目也会踩到这个坑。

 
solo traveller
Screenshot 2024-09-10 at 9.07.20 PM
 

原来 ENS 的论坛也改成发言之前还需要先 Request Access 了。不想花任何时间看任何 spam 是一种简单的共识。

 

someone are cooking.

https://www.v2ex.com/t/1070747

 

Information Management: A Proposal

https://www.w3.org/History/1989/proposal.html

 

"Before you speak ask yourself if what you are going to say is true, is kind, is necessary, is helpful. If the answer is no, maybe what you are about to say should be left unsaid."

 

What if I set up a croptop site for curating awesome indie games?

 

CID 和 IPNS 都很长,因此需要 name system。ENS + eth.limo/eth.sucks 实际上提供了一个目前最简单的让任意 CID/IPNS 在浏览器里可以被 HTTPS 访问的解决方案。缺点是 gas fee。所以,或许可以在一个足够简短的二级域名上提供同样的服务。

 
Follow Planet 时应该处理的几种新场景

Input:


  • 应该从中提取出 sepia.olivida.eth 这个 ENS。
 
Page 1 of 7
Next