hafung

Results 11 comments of hafung

> It looks like it provides a 53bit snowflake ID implementation If I understand it right, hmm (嗯) ... I don't think I can accept it because it's too limiting,...

这个库本身真的很好,但要立马上手写业务,以及日后的扩展,需要做一些额外的工作

> Will the source code be shared? It's on my to-do list. I need to clean up this current version of the code first. It's a bit messy right now.

> 有prompt 的纪录吗? 这个我比较感兴趣 像是怎样让AI安排好布局,最近也在搞这个 自己不是写前端的,也在用AI写Web遇到很多问题 我的心得是,要指定技术栈,明确样式风格。比如 使用tailwindcss3,参照苹果的设计风格 等等;不过 实际做的过程中也是由调过1-3次,使用Claude 3.5 sonnet,没有使用目前很火的cursor My takeaway is to specify the tech stack and clearly define the style. For example, using Tailwind CSS...

> Will the source code be shared? hi 👉 https://github.com/hafung/ai-pandora.xyz hope it would be healpful~

thanks for your info. In this way, what benefits we get? this is really cconfused me.... and what about comparing with laravel octane?

好像是加载不到插件,看了源码 根本没有这个类 H5Shortcut 呀。。。

public function call(string $plugin, array $params = []): null|Collection|MessageInterface { if (!class_exists($plugin) || !in_array(ShortcutInterface::class, class_implements($plugin))) { throw new InvalidParamsException(Exception::SHORTCUT_NOT_FOUND, "[{$plugin}] is not incompatible"); } /* @var ShortcutInterface $money */ $money...