بحث جالبی بود پیرامون اعتماد نکردن به پردازنده!
https://security.stackexchange.com/questions/42164/rdrand-from-dev-random
https://security.stackexchange.com/questions/42164/rdrand-from-dev-random
Information Security Stack Exchange
RdRand from /dev/random
"Linus Torvalds, in response to a petition on Change.org to remove
RdRand from /dev/random, has lambasted the petitioner by called him
ignorant for not understanding the code in Linux Kernel. K...
RdRand from /dev/random, has lambasted the petitioner by called him
ignorant for not understanding the code in Linux Kernel. K...
👍1
چطور عمر باتری و boot time سیستم رو افزایش بدیم؟
https://austingwalters.com/increasing-battery-life-on-an-arch-linux-laptop-thinkpad-t14s/
(وقتی با چیزای سخت افزاری بازی میکنید آماده بوت نشدن سیستم باشید)
https://austingwalters.com/increasing-battery-life-on-an-arch-linux-laptop-thinkpad-t14s/
(وقتی با چیزای سخت افزاری بازی میکنید آماده بوت نشدن سیستم باشید)
Austin G. Walters
Increasing Battery Life on an Arch Linux Laptop (ThinkPad T14s) - Austin G. Walters
Configure and Arch Linux laptop to maximize battery performance while not reducing performance. In this case, we cover T14s and stretch battery life 2hrs.
👍3👎1
مپ دامنه های اینترنت!
https://internet-map.net/
میتونید هر سایت رو توش سرچ کنید و اندازه ش رو با سایت های دیگه مقایسه کنید. سایت هایی که نزدیک همن بینشون لینک ها بیشتر بودن.
شکل کلیشم قشنگه واقعا =)
https://internet-map.net/
میتونید هر سایت رو توش سرچ کنید و اندازه ش رو با سایت های دیگه مقایسه کنید. سایت هایی که نزدیک همن بینشون لینک ها بیشتر بودن.
شکل کلیشم قشنگه واقعا =)
👍4
نوشتههای ترمینالی
مپ دامنه های اینترنت! https://internet-map.net/ میتونید هر سایت رو توش سرچ کنید و اندازه ش رو با سایت های دیگه مقایسه کنید. سایت هایی که نزدیک همن بینشون لینک ها بیشتر بودن. شکل کلیشم قشنگه واقعا =)
Halcyon Maps
Map of the Internet — Halcyon Maps
Map of the Internet is a comprehensive artistic visualization of the Internet as of 2021. It includes several thousand of some of the most popular websites, represented as distinct "countries", along with their countless aspects and features.
The sites…
The sites…
Forwarded from Stuff I Liked
Logan Marchione
Impressions from a first-time Mac user
Update: 2022-04-15
I typically average around 100 unique visitors to this site per day. Below is a screenshot from my Plausible analytics setup showing the traffic spike up to almost 14k unique visitors from HackerNews (and other sources).
Update: 2022…
I typically average around 100 unique visitors to this site per day. Below is a screenshot from my Plausible analytics setup showing the traffic spike up to almost 14k unique visitors from HackerNews (and other sources).
Update: 2022…
👍1
SecurityZines : Understanding linux proc
https://securityzines.com/flyers/proc.html
https://securityzines.com/flyers/proc.html
نوشتههای ترمینالی
SecurityZines : Understanding linux proc https://securityzines.com/flyers/proc.html
در مورد پوشه proc لینوکس بدونیم:
👍6👎1
چرا vim و emacs رو مهمه یاد بگیرید؟
https://www.youtube.com/watch?v=F8ZOnz0x9UM
https://www.youtube.com/watch?v=F8ZOnz0x9UM
YouTube
Vim And Emacs Are The Most Important Skills You Should Learn
I often get viewers asking me about what skills they should learn to become a "power user" or "elite." While there are so many important skills that one could learn, I think the two most important programs that every Linux user owes it to themselves to learn…
👍2👎1
چرا emacs + evil mode خیلی خوب نیست؟
یه حرفش اینه که evil mode یا این distributionها consistency رو از بین میبرن.
یه پلاگین نصب میکنی کار نمیکنه، یه تنظیمی قاطی میشه. داکویمنتیشن خیلی make sense نمیکنه و اینا.
https://www.youtube.com/watch?v=NNo2HWM3iPA
یه حرفش اینه که evil mode یا این distributionها consistency رو از بین میبرن.
یه پلاگین نصب میکنی کار نمیکنه، یه تنظیمی قاطی میشه. داکویمنتیشن خیلی make sense نمیکنه و اینا.
https://www.youtube.com/watch?v=NNo2HWM3iPA
YouTube
Friendship With Emacs Is Over, Vim Is My Best Friend
So I started using Emacs about six months ago because viewers of the channel were interested in how I (a Vim user) would get along with Emacs. Well, I got along with it nicely. But, I missed Vim.
WANT TO SUPPORT THE CHANNEL?
💰 Patreon: https://www.pa…
WANT TO SUPPORT THE CHANNEL?
💰 Patreon: https://www.pa…
👍1👎1
History of Database Systems
https://www.dataversity.net/brief-history-database-management/#:~:text=In%201960%2C%20Charles%20W.,the%20forerunners%20of%20navigational%20databases.
https://www.dataversity.net/brief-history-database-management/#:~:text=In%201960%2C%20Charles%20W.,the%20forerunners%20of%20navigational%20databases.
DATAVERSITY
A Brief History of Database Management - DATAVERSITY
A database management system lets you organize, store, and retrieve data from a computer to communicate with a computer's “stored memory.”
👍1👎1
درمورد محدودیت های پایتون در threading
یا همون GIL
https://pythonspeed.com/articles/python-gil
و داکیومنت رسمی:
https://wiki.python.org/moin/GlobalInterpreterLock
یا همون GIL
https://pythonspeed.com/articles/python-gil
و داکیومنت رسمی:
https://wiki.python.org/moin/GlobalInterpreterLock
Python⇒Speed
When Python can’t thread: a deep-dive into the GIL’s impact
Python’s Global Interpreter Lock (GIL) stops threads from running in parallel or concurrently. Learn how to determine impact of the GIL on your code.
👍1
درمورد Go به نظرم زیبا بود:
All the complexity that doesn't live in the language now lives in your codebase. All the invariants you don't have to spell out using types, you now have to spell out using code: the signal-to-noise ratio of your (very large) codebases is extremely poor.
https://fasterthanli.me/articles/lies-we-tell-ourselves-to-keep-using-golang
All the complexity that doesn't live in the language now lives in your codebase. All the invariants you don't have to spell out using types, you now have to spell out using code: the signal-to-noise ratio of your (very large) codebases is extremely poor.
https://fasterthanli.me/articles/lies-we-tell-ourselves-to-keep-using-golang
fasterthanli.me
Lies we tell ourselves to keep using Golang
In the two years since I've posted I want off Mr Golang's Wild Ride, it's made the rounds time and time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every time, it elicits the ...
🔥3😱1
این برنامه نویس ها که میگن تو پایتون از map و filter استفاده نکنید و خیلی فانکشناله و به جاش list comprehension استفاده کنید
میدونن خود list comprehension از کجا اومده؟
از هسکل!
میدونن خود list comprehension از کجا اومده؟
از هسکل!
👍5😁3