×

Falcon

  • Falcon
    2024-09-23 02:36
    #Cursor# 一段比较好的写chrome扩展 的prompt,根据现有的代码构建新的扩展。

    Put all files in stridetube folder. I need to build this chrome extension that pulls youtube video transcripts and sends them to OpenAl based on user api key input and then returns the summaary of youtube video. Read the project overview details in depth and build this for me end-to-end indepth without missing anything. Make the Ul very professional and modern so anybody that looks at it would be extrerdely impressed.

    注意关键词:
    Read the project overview details
    end-to-end indepth
    without missing anything
    关于UI的描述
    Make the Ul very professional and modern so anybody that looks at it would be extrerdely impressed.
  • Falcon
    2024-09-23 02:11
    #Cursor# 在分析完这个项目的代码后,提出自己的需求,并让大模型生成更为深入的提示词给cursor的composer,第二个图是生成的更为具体的提示词。

    Develop a VERY indepth prompt i can use to get Al to build a chrome extension like this but with with the feature of inputing the user OpenAl API key and sending the transcript to openai for summary.
  • Falcon
    2024-09-23 01:51
    #Cursor# 从类似开源项目构建自己的应用:步骤一:让curosr解释开源项目的代码

    @Codebase I'm trying to build similar version of this open source software but better, please break down every area of how it works and how it is structured indepth through each and every phase step by step.
  • Falcon
    2024-09-22 05:55
    #daily tips# 这个生成svg图片的网站很不错啊
    https://svg.la/zh/text-to-svg/
  • Falcon
    2024-09-22 03:18
    城市的新鲜感很快就过去了,也就那么回事,生活终归还是得回归生活。
  • Falcon
    2024-09-22 02:36
    看看旧时代的那些风格的blog
    https://neocities.org/browse#!
  • Falcon
    2024-09-21 14:39
    偶然发现一个很有意思的个人博客:https://qq.md/
  • Falcon
    2024-09-20 17:09
    #读书# 如果你不阅读,你的三观就是由你身边的亲戚朋友决定的。
  • Falcon
    2024-09-20 17:06
    月租低至500的海景房,看日出赶海,吃喝玩乐,一应俱全。
    27岁在海边养老,房租很低,心情还好
    https://www.youtube.com/watch?v=zDpcmJKAdHY

    地址: 广东吴川鼎龙湾 德克萨斯水世界度假村
  • Falcon
    2024-09-20 08:38
    #docker# docker volume

    移除卷数据
    先docker compose down停止项目
    列出卷
    docker volume ls
    找到你项目的卷名
    docker volume rm your_project_name_dbdata
    如果要移除所有未使用的卷,
    docker volume prune
    这会提示您确认删除所有未使用的 volumes。