recording what had been done
第一次尝试使用AI写代码,发现真的能够较大地提高效率。 AI能够编写很多繁琐的代码,你只需要告诉AI你想的东西,他就能够帮你实现,而且Antigravity 做到了可以调用Chrome访问网页,可以调试(DEBUG)代码。这些都是我不曾想到的。 程序的特点就是就是可以预测,可以调试,运行结果是按照固定规律来的。这一点和AI一配合就非常好,因为AI的幻觉在程序的运行的时候,他再也无法发生了。当发生错误的时候,AI只有乖乖去修改,而Antigravity 可以很方便的调试和修改。所以整个代码都是让AI自动实现的。 打开Antigravity,设置好workspace目录,限制Antigravity的权限只在这个目录,这样他就只能在这里写代码了。 然后点击Open Agent Manager. 可以看到有很多AI可以用,Gemini 3 Pro 比较强,Claude Sonnet 4.5也比较强,但是都有数量限制。被我用光后,我发现后面用Gemini Flash也能继续写代码。 让AI自动错误修改 比如碰到这个错误 这个时候只要把错误贴给AI,他会自动修正。 可以偶尔提醒一下应该使用那些API。 因为PolyMarket的API有4类。 预测市场(Prediction Markets) 在预测市场(Prediction Markets)如 Polymarket ,如果你的策略是大量购买多选1的结果,比如Musk的几天里的发文的数量的预测。小金额购买便宜的预测,只要有一个成功,就能覆盖住所有的亏损。 自动下单脚本程序 我前面已经下了很多单子了。下面的策略不一定能是能赚钱的策略,这个测试只是为了让AI帮助我们实现我们自己的逻辑。只是为了能够写出对应的代码而写。更加复杂的逻辑,实时监听市场价格,来做出对应的策略,这就需要时间和思考了。 脚本做了三个功能…
One customer encounter 3DSpace Index aggregation slow issue. after SR investigate , suggested change file at data/cv/data/config/Consolidation.xml FlatAssignedSpaceAggregationProcessor:enabled="false"MATConnectionsAggregationProcessor:enabled="false" because the customer did not run buildgct after modification. then some days…
Just learned from today's customer meeting, so recording this. Our system have a table named TICKETGRANTINGTICKET which is used to store CAS authentication information. And it has 3 column defined…
Since my server do not serve http, so need to redirect http to https simply modify /etc/nginx/nginx.conf server { listen 80 default_server; listen [::]:80 default_server; server_name _; return 301 https://$host$request_uri;…
when do dnf or yum to install/update software , Centos 8 on Oracle Cloud will give error below: Failed loading plugin "osmsplugin": No module named 'librepo' To Solve this ,…
Register SMTP Service at https://app.brevo.com/ I use Brevo.com to use SMTP to send mails , which allow 300 mails per day for free. One step is somehow complex is you…
Since Wordpress is installed under /wordpress/ url. and root / URL do not have any important content. so we need redirect URL / to URL /wordpress/ hear is the Nginx…
Installed WordPress 6.5.3 on Centos 8 This is to recording the process of my installation, also want to be as simple as possible. Login as root Install MariaDB which is…