|
1 | 1 | <!doctype html> |
2 | | -<html lang="en"> |
| 2 | +<html lang="zh"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> |
|
11 | 11 | <link rel="apple-touch-icon" href="/"> |
12 | 12 | <link rel="canonical" href="https://bullshitprogram.com/ai-driven-design-shit-database/"> |
13 | 13 |
|
14 | | -<link rel="preload" as="style" href="/bundle.css?v=1750041511" media="all"> |
15 | | -<link rel="stylesheet" href="/bundle.css?v=1750041511" media="all"> |
| 14 | +<link rel="preload" as="style" href="/bundle.css?v=1750049745" media="all"> |
| 15 | +<link rel="stylesheet" href="/bundle.css?v=1750049745" media="all"> |
16 | 16 |
|
17 | 17 | <link rel="preload" as="image" href="/image/post/AI-Driven-Design-Shit-Database/image.png"> |
18 | 18 |
|
|
26 | 26 | <meta property="og:image:width" content=""> |
27 | 27 | <meta property="og:image:height" content=""> |
28 | 28 | <meta property="og:type" content="article"> |
29 | | -<meta property="og:locale" content="en"> |
| 29 | +<meta property="og:locale" content="zh"> |
30 | 30 | <meta property="og:description" content="应用AI驱动开发记录个人拉屎数据 关注个人拉屎健康: |
31 | 31 | 原始需求文档 git config user.name "oracle" git config user.email "trademar_us@oracle.com" 以0到5天的间隔,生成数据,每一天的数据最多3条。 分析腹泻的时间(一天》=3次 或者2次的间隔少于60分钟) 拉屎困难的次数(3天拉一次) 拉屎时间, 拉屎顺畅程度 0 完全拉不出 1几乎拉不出来 2正常拉屎 3一泻千里 接口:散点图 每年拉屎报告 每周拉屎报告(4~7次算正常) docker run -d --name clickhouse-server \ -p 8123:8123 \ -p 9000:9000 \ -v /Users/zeusro/data:/var/lib/clickhouse \ -e CLICKHOUSE_PASSWORD=123456 \ clickhouse/clickhouse-server:latest 准备底层数据 准备提示词,蒸馏回答 mac 系统中创建备忘录,记录项目的背景信息 下载最新版 chatGPT 客户端,将备忘录作为背景信息,让AI创建数据库和表 改进提示词,微调数据表 将定制化需求作为新的提示词,让 chatGPT 导出相应sql 创建一个名为shit的数据库,用合适的字段描述场景 简化上述表格,去掉poop_times_today ,interval_minutes,notes,时间全部用 DateTime,用枚举表示 smoothness 周报和月报需要拓展一个需求, 将排便的频率和间隔做一个静态分析:如果一天拉大于等于3次,判定为腹泻;如果每周排便少于等于三次,判定为便秘,将这些定性作为周报,月报的结论体现出来 最终我们从ai的回答中提取关键信息 |
32 | 32 | "> |
|
35 | 35 | "> |
36 | 36 | <meta property="og:updated_time" content="2025-04-19T00:00:00Z"> |
37 | 37 | <meta property="fb:app_id" content="FB-DEV"> |
38 | | -<meta name="author" content="p-program"> |
39 | | -<meta property="article:author" content="https://github.com/p-program"> |
| 38 | +<meta name="author" content="Zeusro"> |
| 39 | +<meta property="article:author" content="https://github.com/zeusro"> |
40 | 40 | <meta property="article:published_time" content="2025-04-19T00:00:00Z"> |
41 | 41 | <meta property="article:modified_time" content="2025-04-19T00:00:00Z"> |
42 | 42 | <script type="application/ld+json"> |
|
54 | 54 | "description": "应用AI驱动开发记录个人拉屎数据 关注个人拉屎健康:\n原始需求文档 git config user.name \u0026quot;oracle\u0026quot; git config user.email \u0026quot;trademar_us@oracle.com\u0026quot; 以0到5天的间隔,生成数据,每一天的数据最多3条。 分析腹泻的时间(一天》=3次 或者2次的间隔少于60分钟) 拉屎困难的次数(3天拉一次) 拉屎时间, 拉屎顺畅程度 0 完全拉不出 1几乎拉不出来 2正常拉屎 3一泻千里 接口:散点图 每年拉屎报告 每周拉屎报告(4~7次算正常) docker run -d --name clickhouse-server \\ -p 8123:8123 \\ -p 9000:9000 \\ -v /Users/zeusro/data:/var/lib/clickhouse \\ -e CLICKHOUSE_PASSWORD=123456 \\ clickhouse/clickhouse-server:latest 准备底层数据 准备提示词,蒸馏回答 mac 系统中创建备忘录,记录项目的背景信息 下载最新版 chatGPT 客户端,将备忘录作为背景信息,让AI创建数据库和表 改进提示词,微调数据表 将定制化需求作为新的提示词,让 chatGPT 导出相应sql 创建一个名为shit的数据库,用合适的字段描述场景 简化上述表格,去掉poop_times_today ,interval_minutes,notes,时间全部用 DateTime,用枚举表示 smoothness 周报和月报需要拓展一个需求, 将排便的频率和间隔做一个静态分析:如果一天拉大于等于3次,判定为腹泻;如果每周排便少于等于三次,判定为便秘,将这些定性作为周报,月报的结论体现出来 最终我们从ai的回答中提取关键信息\n", |
55 | 55 | "author": { |
56 | 56 | "@type": "Person", |
57 | | - "name": "p-program" |
| 57 | + "name": "Zeusro" |
58 | 58 | }, |
59 | 59 | "publisher": { |
60 | 60 | "@type": "Organization", |
|
70 | 70 | } |
71 | 71 | </script> |
72 | 72 |
|
73 | | -<link rel="preload" as="script" href="/bundle.js?v=1750041511"> |
| 73 | +<link rel="preload" as="script" href="/bundle.js?v=1750049745"> |
74 | 74 | <link rel="preconnect" href="https://www.google-analytics.com"> |
75 | 75 | <link rel="preconnect" href="https://stats.g.doubleclick.net"> |
76 | 76 | <link rel="preconnect" href="https://www.googleadservices.com"> |
@@ -128,20 +128,20 @@ <h1>AI Driven Design Shit Database</h1> |
128 | 128 | <div class="flex-shrink-0"> |
129 | 129 | <img |
130 | 130 | class="w-14 h-14 object-cover p-05 rounded-full border border-blue-300" |
131 | | - src="/image/author/p-program.jpg" |
132 | | - alt="p-program"> |
| 131 | + src="https://avatars1.githubusercontent.com/u/5803609?s=460&u=8610a43c05d31bc278bf2db3dd36687dfefa6e31" |
| 132 | + alt="Zeusro"> |
133 | 133 | </div> |
134 | 134 | <div class="flex-shrink-0 ml-2 leading-tight font-content-sans"> |
135 | | - <a class="block text-base text-raven-800 hover:text-raven-900 hover:underline focus:underline" target="_blank" rel="noopener nofollow" title="p-program" href="https://github.com/p-program">p-program</a> |
136 | | - <time class="text-base text-raven-500" datetime="2025-04-19T00:00:00Z">Apr 19, 2025</time> |
| 135 | + <a class="block text-base text-raven-800 hover:text-raven-900 hover:underline focus:underline" target="_blank" rel="noopener nofollow" title="Zeusro" href="https://github.com/zeusro">Zeusro</a> |
| 136 | + <time class="text-base text-raven-500" datetime="2025-04-19T00:00:00Z">4月 19, 2025</time> |
137 | 137 | </div> |
138 | 138 | </div> |
139 | 139 |
|
140 | 140 | </div> |
141 | 141 | <div> |
142 | 142 |
|
143 | 143 | <div class="flex items-center"> |
144 | | - <a class="flex-shrink-0 block text-raven-800 hover:text-raven-900" target="_blank" rel="noopener nofollow" title="Share on Twitter" href="https://twitter.com/intent/tweet?text=AI%20Driven%20Design%20Shit%20Database%20by%20%40example%20https%3a%2f%2fbullshitprogram.com%2fai-driven-design-shit-database%2f"><svg class="w-6 h-6 fill-current" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M32 6.078c-1.2.522-2.458.868-3.78 1.036 1.36-.812 2.398-2.088 2.886-3.626a13.11 13.11 0 0 1-4.16 1.588C25.742 3.794 24.026 3 22.154 3a6.56 6.56 0 0 0-6.556 6.562c0 .52.044 1.02.152 1.496-5.454-.266-10.28-2.88-13.522-6.862-.566.982-.898 2.106-.898 3.316a6.57 6.57 0 0 0 2.914 5.452 6.48 6.48 0 0 1-2.964-.808v.072c0 3.188 2.274 5.836 5.256 6.446-.534.146-1.116.216-1.72.216-.42 0-.844-.024-1.242-.112.85 2.598 3.262 4.508 6.13 4.57a13.18 13.18 0 0 1-8.134 2.798c-.538 0-1.054-.024-1.57-.1C2.906 27.93 6.35 29 10.064 29c12.072 0 18.672-10 18.672-18.668 0-.3-.01-.57-.024-.848C30.014 8.56 31.108 7.406 32 6.078z"/></svg></a> |
| 144 | + <a class="flex-shrink-0 block text-raven-800 hover:text-raven-900" target="_blank" rel="noopener nofollow" title="Share on Twitter" href="https://twitter.com/intent/tweet?text=AI%20Driven%20Design%20Shit%20Database%20by%20%40M2_49%20https%3a%2f%2fbullshitprogram.com%2fai-driven-design-shit-database%2f"><svg class="w-6 h-6 fill-current" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M32 6.078c-1.2.522-2.458.868-3.78 1.036 1.36-.812 2.398-2.088 2.886-3.626a13.11 13.11 0 0 1-4.16 1.588C25.742 3.794 24.026 3 22.154 3a6.56 6.56 0 0 0-6.556 6.562c0 .52.044 1.02.152 1.496-5.454-.266-10.28-2.88-13.522-6.862-.566.982-.898 2.106-.898 3.316a6.57 6.57 0 0 0 2.914 5.452 6.48 6.48 0 0 1-2.964-.808v.072c0 3.188 2.274 5.836 5.256 6.446-.534.146-1.116.216-1.72.216-.42 0-.844-.024-1.242-.112.85 2.598 3.262 4.508 6.13 4.57a13.18 13.18 0 0 1-8.134 2.798c-.538 0-1.054-.024-1.57-.1C2.906 27.93 6.35 29 10.064 29c12.072 0 18.672-10 18.672-18.668 0-.3-.01-.57-.024-.848C30.014 8.56 31.108 7.406 32 6.078z"/></svg></a> |
145 | 145 |
|
146 | 146 | <a class="ml-3 flex-shrink-0 block text-raven-800 hover:text-raven-900" target="_blank" rel="noopener nofollow" title="Share on Facebook" href="https://www.facebook.com/dialog/share?app_id=FB-DEV&display=page&href=https%3a%2f%2fbullshitprogram.com%2fai-driven-design-shit-database%2f"><svg class="w-6 h-6 fill-current" viewBox="-7 -3.5 39 39" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M30.234 0H1.765C.8.001 0 .79 0 1.766v28.47C.001 31.2.79 32 1.766 32h15.328V19.625h-4.156V14.78h4.156v-3.564c0-4.134 2.523-6.384 6.21-6.384 1.766 0 3.284.13 3.726.2v4.32h-2.543c-2.006 0-2.394.953-2.394 2.352v3.085h4.797l-.625 4.844h-4.172V32h8.14C31.21 32 32 31.2 32 30.234V1.765C32 .8 31.21 0 30.234 0z"/></svg></a> |
147 | 147 | </div> |
@@ -335,13 +335,13 @@ <h2>todo</h2> |
335 | 335 |
|
336 | 336 |
|
337 | 337 |
|
338 | | - <div class="mt-4 text-sm text-center text-gray-500">© 2000-2025 https://github.com/p-program</div> |
| 338 | + <div class="mt-4 text-sm text-center text-gray-500">© 2000-2025 Bullshit Program</div> |
339 | 339 | <div class="mt-2 text-xs text-center text-gray-500">Powered by <a href="https://www.jhaurawachsman.com/axiom/">Axiom</a></div> |
340 | 340 |
|
341 | 341 | </footer> |
342 | 342 |
|
343 | | -<script src="/bundle.js?v=1750041511"></script> |
344 | | -<script defer src="/prism.js?v=1750041511"></script> |
| 343 | +<script src="/bundle.js?v=1750049745"></script> |
| 344 | +<script defer src="/prism.js?v=1750049745"></script> |
345 | 345 | <script> |
346 | 346 | (function() { |
347 | 347 | window.setTimeout(function(){ |
|
0 commit comments