tfw никто не хайрит кроме гугла
I wish this was not hosted in Russia. I have to reevaluate my home firewall rules at allow Russian internet connections. I wish my firewall had a whitelist to allow rosalind.info ip address through but block the rest. I temporarily allowed russian servers to check it out and .. it looks good thanks.
Switch is a popular code smell in many OO languages (when you follow OO paradigm) and in most of cases it indicates that there should be a polymorphic call there. When you're about to write a switch, stop for a minute and double-check your design. Perhaps you can make a polymorphic call instead.
ну охуеть теперь
Appearing in an AV might change the life of a quiet introverted girl
http://pornolab.net/forum/viewtopic.php?t=1873605
https://www.linux.org.ru/forum/talks/10733846
Горен должен одобрить
Вчера перед сном придумал схему распределенных бекапов через p2p-сети.
Проснувшись погуглил, оказывается уже сделали:
http://backupp2p.pbworks.com/w/page/11416763/FrontPage
I am 100% against the Torrent technology and recent Pirate Bay focus has proven my disrespect for Torrents since its birth.
I ask myself: "How can people actually imagine that this kind of sharing (of illegal material) is allowed in any form or way?. Is people really that dumb?"
Yes, amazing to see how many fools there are in the world with no clue to what ownership and copyright consists of. Not to mention getting payed for something a talent created for you to enjoy. Where is the respect? The world has gotten obnoxious and Torrents is a beautifull way of showing how ignorant MOST people are. Braindead zombies with white-brains tripping with the bandwagon followers and with absolutely no mind and soul of their own. Reminds me of those Apple MAC-sheeps...No mind of their own, just follow whatever somebody tells you to do...reminds me of all religion to...fairytales from start to end. WAKE UP!
No, you should all become like me and the world would be a better place. No shit. Own mind. Own decisions. Just bliss.
During 2009 I laugh at all the problems and focus Torrent technology has gotten, and for those who lost their way of getting their files. It makes me just wanna say "I told you, HA-HA!"
Another thing that irritate and pleases me at the same it is all the feedback on more unpopular torrent with comments such as, "oh, im stuck at 99%, please seed" or "oh, im stuck at 75% I REALLY NEED THIS, PLEASE SEED". Geez. Broken untrustable technology that Torrent, I'll say.
Говнячить одноразовые скрипты на хачкиле довольно удобно получается, не хуже бидона какого-нибудь.
Захотел скачать видосы отсюда: https://www.scss.tcd.ie/Edsko.de.Vries/ct/catsters/linear.php
Prelude> page <- readFile "linear.php" (лол, HTTP-4000 не может в https)
Prelude> :m + Text.HTML.TagSoup
Prelude Text.HTML.TagSoup> let a = [x | x@(TagOpen "a" _) <- parseTags page]
Loading package bytestring-0.9.2.1 ... linking ... done.
Loading package array-0.4.0.0 ... linking ... done.
Loading package deepseq-1.3.0.0 ... linking ... done.
Loading package containers-0.4.2.1 ... linking ... done.
Loading package text-0.11.2.3 ... linking ... done.
Loading package tagsoup-0.12.8 ... linking ... done.
Prelude Text.HTML.TagSoup> let a' = filter ((TagOpen "a" xs) -> maybe False (isInfixOf "youtube") (lookup "href" xs)) a
<interactive>:5:52: Not in scope: `isInfixOf'
Prelude Text.HTML.TagSoup> :m + Data.List
Prelude Text.HTML.TagSoup Data.List> let a' = filter ((TagOpen "a" xs) -> maybe False (isInfixOf "youtube") (lookup "href" xs)) a
Prelude Text.HTML.TagSoup Data.List> let a'' = map ((TagOpen "a" xs) -> fromJust $ lookup "href" xs) a'
<interactive>:8:37: Not in scope: `fromJust'
Prelude Text.HTML.TagSoup Data.List> :m + Data.Maybe
Prelude Text.HTML.TagSoup Data.List Data.Maybe> let a'' = map ((TagOpen "a" xs) -> fromJust $ lookup "href" xs) a'
Prelude Text.HTML.TagSoup Data.List Data.Maybe> :m + System.Process
Prelude Text.HTML.TagSoup Data.List Data.Maybe System.Process> mapM_ (\u -> system $ "youtube-dl " ++ u) a''
http://jakobin1793.livejournal.com/66520.html
Надо посмотреть.