You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
另外一种就是要用AI来取代程序的公司,说要通过AI来增效,裁撤工程师,比如国外的 [Workday 裁员说要再招人做 AI 的新闻](https://apnews.com/article/workday-layoffs-job-cuts-ai-investments-437581ad79d6e1cef2de7b300015dfbb?utm_source=t.me/mtfront) [^fn:2], 还有2023年 [Google 因为AI裁员而30000 名员工的新闻 ](https://www.bwpeople.in/article/google-contemplates-30000-layoffs-due-to-ai-job-impact-503670)[^fn:3]
101
101
@@ -195,10 +195,6 @@ AI的多语言翻译功能对比其他传统基于单词的翻译软件简直是
195
195
> 1. Do you think change is good?
196
196
>
197
197
> Absolutely. Change is an inevitable part of life, and in most cases, it drives progress and personal growth. While change can be daunting at first, it often leads to new opportunities and valuable experiences. Without change, we would stagnate, both individually and as a society.
198
-
>
199
-
> 1. What are some of the major changes that occur to people throughout their lives?
200
-
>
201
-
> People go through numerous transformative phases in life. Some of the most significant changes include education and career transitions, moving to a new place, or starting a family. As people age, their priorities shift, and they may experience physical, emotional, and psychological changes. Financial stability, personal relationships, and health also evolve over time, shaping their overall outlook on life.
202
198
> ...
203
199
204
200
让AI做词典, 帮我解释和翻译我不懂的单词,或者做中译英方便交流:
@@ -215,8 +211,6 @@ AI的多语言翻译功能对比其他传统基于单词的翻译软件简直是
215
211
> Meaning:
216
212
>
217
213
> This Chinese proverb "爱哭的孩子有奶喝" (ài kū de háizi yǒu nǎi hē) means that those who complain, express their needs, or fight for their interests are more likely to get attention and benefits. It suggests that speaking up and advocating for oneself can lead to better outcomes, similar to how a baby who cries gets fed first.
218
-
>
219
-
> This phrase is often used in various contexts, such as in workplaces or negotiations, to encourage people to voice their concerns rather than staying silent.
220
214
221
215
<!--quoteend-->
222
216
@@ -261,16 +255,6 @@ def search():
261
255
>
262
256
> The most severe issue is that the code uses string formatting (f-string) to directly insert user input into the SQL query. This allows SQL injection attacks. For example, a malicious user could input:
263
257
>
264
-
> This could expose sensitive data from other tables.
265
-
>
266
-
> - No Input Validation:
267
-
>
268
-
> The code accepts user input without any sanitization or validation. Attackers could send malformed queries or excessive amounts of data.
269
-
>
270
-
> - No Query Parameterization:
271
-
>
272
-
> The query isn't using parameterized statements, which is the recommended way to prevent SQL injection.
0 commit comments