EFnet, one of the world’s largest IRC networks, goes full retardhaverzine.com3 points·by dennisse·14 anni fa·0 comments
Push hilights and msg’s from IRSSI to your iPhoneblogg.tihlde.org1 points·by dennisse·14 anni fa·0 comments
dennisse·3 anni fa·discussSince no-one asked, I use something like this in zsh: rand() { local r4 IFS= read -rk4 -u0 r4 < /dev/urandom || return local b1=$r4[1] b2=$r4[2] b3=$r4[3] b4=$r4[4] print $(( #b1 << 24 | #b2 << 16 | #b3 << 8 | #b4 )) } It has the added bonus of only using zsh, no external dependencies, so it is quite fast.
dennisse·14 anni fa·discussdoes it really matter? nearly every browser allows you to add custom search engines, and change the default one. if you set duckduckgo as the default search engine, you don't ever have to type in duckduckgo - you can just use your address field.
It has the added bonus of only using zsh, no external dependencies, so it is quite fast.