نوشته‌های ترمینالی
2.62K subscribers
424 photos
12 videos
32 files
2.25K links
Download Telegram
کتابخانه psutil پایتون
psutil (python system and process utilities) is a cross-platform library for retrieving information on running processes and system utilization
https://psutil.readthedocs.io/en/latest/
اهمیت زبان انگلیسی در برنامه نویسی
دستور git archive:
خروجی گرفتن از یک پروژه روی گیت
https://www.atlassian.com/git/tutorials/export-git-archive
به جای print، اطلاعات دیباگ را با log چاپ کنید.
https://automatetheboringstuff.com/2e/chapter11/
در مورد scale کردن پروژه های اوپن سورس: نکنید.
جایگزین کردن twitter instagram facebook به این سادگی نیست.
به جاش نرم افزار خاص برای کاربرد خیلی خاص مردم خاص درست کنید.
https://www.sicpers.info/2021/07/my-proposal-for-scaling-open-source-dont/
سختگیری رو ادامه ندید(؟)


قسمتی از متنش:
Let’s start with hazing. A lot of the software industry suffers from “I had to go through this, you should too”. Look at software engineering interviews, for example. I’m not sure whether anybody actually believes “I had to deal with carefully ensuring NUL-termination to avoid buffer overrun errors so you should too”, but I do occasionally still hear people telling less-experienced developers that they should learn C to learn more about how their computer works. Your computer is not a fast PDP-11, all you will learn is how the C virtual machine works.


https://www.sicpers.info/2020/10/discipline-doesnt-scale/
برنامه نویس های واقعی از پاسکال استفاده نمی‌کنن. (به جاش از FORTRAN استفاده میکنن)
متنش خیلی قدیمیه و به سی در مورد زبان آینده اشاره کرده!
اما ایده کلی رو میشه گرفت
https://www.codeproject.com/articles/927/real-programmers-don-t-use-pascal
3212477.3212479.pdf
268.1 KB
چرا C یه زبان سطح پایین خوب نیست؟

خلاصه اینکه اون abstract machineی که سی توصیف میکنه (مموری فلت و پردازنده‌ی sequential) سال‌هاست که به کامپیوترهای واقعی map نمیشه. حتی اکثر برنامه‌نویس ها نمیدونن برنامه سی‌شون چطوری به سخت‌افزار مپ میشه.
برای همین سریع تر کردن سی کار سختیه، چون گارانتی‌هایی که سی تو استانداردش میده کار رو برای بهینه کردن کد سخت میکنه.
همچنین نوشتن برنامه هم‌روند با سی هم بسیار کار سختی میشه.

https://dl.acm.org/doi/10.1145/3212477.3212479
خب متوجه شدم که
اونایی که به IDE اعتقاد ندارن، برا کارشون اسم می‌ذارن:
Unix is my IDE

https://mkaz.blog/code/unix-is-my-ide/
Forwarded from Gopher Academy (Bardia)
🔴یه مقاله خوب در مورد Understanding go.mod and go.sum

🟢https://janteshital.medium.com/understanding-go-mod-and-go-sum-5fd7ec9bcc34

🔰 @gopher_academy