پاندورا کد | در تکاپوی کامپیوتر!
42 subscribers
24 photos
2 files
36 links
اینجا سعی میکنیم زشتی و زیبایی‌های دنیا رو در کنار هم ببینیم و هرروز برنامه نویس باسوادتری بشیم.
Download Telegram
“I don’t know, Claude wrote this”.

NO NO NO. YOU wrote this. YOU opened the PR. YOU are responsible for it. Claude is just a tool, it’s not the one making the decisions.

https://newsletter.manager.dev/p/the-i-don-t-know-claude-wrote-this-pandemic?ref=dailydev
🤣1
While 85% of companies claim to support skills-based hiring, a 2024 study by Harvard Business School found that only 0.14% of hires (1 in 700) were actually non-degree candidates. Despite major companies like Google, IBM, and Apple removing degree requirements, recruiters often default to traditional filters due to habit and automated ATS systems.

https://peerlist.io/whykislay/articles/the-rise-of-proofbased-hiring

#blog
👍1💔1
How to use httpie in terminal:

GET (Fetch): http ://example.com
Query Params (==): http ://example.com role==admin
POST (JSON Body): http ://example.com name="Alice" age:=30
Note: Use = for strings, := for numbers/booleans/objects.
PUT (Update): http PUT ://example.com name="Bob"
DELETE: http DELETE ://example.com
🛠 3. Headers & Forms
Headers (:): http ://example.com Authorization:"Bearer TOKEN"
Form Data (-f): http -f POST ://example.com name="John"
🔗 Official Docs: httpie.io


#tool #httpie
برای اینکه لیترالی با یک کلیک یا یک درگ&دراپ بتونیم سایت رو دیپلوی کنیم و یه ورژن لایو ازش ببینیم:
https://www.cloudflare.com/drop

#deploy
یه AI Dictionary بسی زیبا از آقای عزیز Matt pockuck
https://www.aicodingdictionary.com

اینم ورژن فارسیش توسط هموطنمون:
https://www.yazdan.me/t/wiki-ai/

#ai
👍2
🦄 Record your terminal and generate animated gif images or share a web player

https://www.terminalizer.com

#terminal
1👍1
اگر هم ADHD دارید و هم یک ایجنت کدنویسی، میتونید از این اسکیل استفاده کنید تا موقع کار کمتر اذیت بشید:
https://github.com/ayghri/i-have-adhd

کاری که میکنه اینه که میاد جواب رو مستقیم و مرحله به مرحله میده و قایمش نمیکنه توی یه تیکه متن که حواستون جمع بمونه و نره جای دیگه.

#ai #skill #usefull
🔥6👍21
این ابزار deepsec یه security harness متعلق به vercel عه
روی codebaseتون یه vulnerability scan با هر مدلی که انتخاب کنید انجام میده و یه سری ریپورت خیلی خوب درست میکنه.
https://deepsec.sh

#tools #ai #security
👍2🔥2