Xcode 16

Xcode 16 居然没有在 project 文件层面引入任何不兼容的改动,很感动。

 
Solarpunk Village

X/Grok2 的一个测试,同样的 prompt 连续生成 10 次的结果。

Generate an image of solarpunk village
 

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

 
Solana 2.0
 

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

后来我知道了这种事情叫做 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:

ENS
 

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

Prev
Page 9 of 16
Next