HN user
pyxy
Finally I managed to reach zapret-info.gov.ru and found that IP 69.174.244.50 has been banned on 2013/04/18.
JFYI the whole dreamwidth.org is restricted, http://www.zapret-info.gov.ru should contain info what web resources are restricted in Russian Federation but it's taking too much time to load and times out.
Requesting for the linked page I get a message telling this resource is restricted by Russian Government because it "contains information restricted for propagation in Russian Federation". That's Rostelecom ISP. I could get the page using another ISP and don't see any "restricted information". Hm.
Just FYI here's the config for monochrome but tig warns about `unknown color` on lines 8, 49, 51.
Also is there any support mailing list or forum instead of mailing directly Jonas?
How to make tig absolutely monochrome? Didn't find an option, is the only way to set EVERY area like `color area white black`?
It's just burning my eyes with blue and magenta colors :)
There are not a lot: https://code.google.com/p/go/source/list Go1.1rc1 was issued on May 1, unfortunately I can't see the tag but all changes since May 1 till go1.1rc2 tag fit to one web page so it's not hard to click all of them to have a vision.
All this doesn't matter to me while I cannot increase font size by zooming in the page. Why does it happen to more and more web sites? I zoom in because font is too small for me, but font size doesn't increase, only paragraph width increases!
the same for me
Sometimes I create accounts with email address like me+thissite@gmail.com. It is handy for filtering emails from thissite later.
Will this great feature of email (SMTP?) be available to me with Persona? I mean email address synonyms.
When me and a friend of mine were experimenting in creating a web chat we realized that inserting new messages into the beginning of page (or div) is much better for both users and developers. No bothering with autoscrolling. No user distraction of autoscrolling when he reads previous messages. It was really a good decision.
Anyway IRC is much better. I don't want to live my life in a multitabbed web browser window.
Thanks to this guide now I have Plan9 Acme like scrollbar in Google Chrome and Chromium and it's easy to see where you are even in the end of hard day:
::-webkit-scrollbar-track-piece{
background-color:#99994c;
-webkit-border-radius:0;
}
::-webkit-scrollbar{
width:12px;
height:8px;
}
::-webkit-scrollbar-thumb{
height:50px;
background-color:#ffffea;
-webkit-border-radius:0;
outline:1px solid #99994c;
outline-offset:-1px;
border: 1px solid #99994c;
}I think shell script can work as well as makefile in most cases. The pro of shell script is not having one more tool for running your commands. You have a shell, why do you need make for describing build steps?
For the moment I see a makefile as a shell script that fails when a command fails. But you can use `-e` option with sh, bash, rc shells and expect the same behaviour.
The only thing shell misses (comparing to makefile) is dependencies check, you have to write dependencies mechanism yourself if you need it.
Also I don't like the .PHONY stuff, I just can't get it, it feels alien.
Am I missing anything obvious?
forgot to mention some useful psql options for comfortable work within Acme: `win psql -xn -vPROMPT2=`
setting PROMPT2 to null string gifts you with ability to easily copy-paste SQL expressions
`-n` disables readline lib because we don't need it in Acme
`win psql` in Acme window is my choice: you get per-session history for free, easy copy-paste (with a real 3-button mouse of course) and even multiline SQL queries are very comfortable.
Oh what a surprise! It looks like just a backward time travel to the world where we used mail client applications with POP3 mail servers. You have time to read emails, you open your mail client, push "Get new messages" and voila! you read your mail!
Actually it's often when you find that old good simple approaches are just more comfortable for many people than the new shiny technologies that disturb/annoy you all the time.
My guess is that Microsoft might get profit from this "feature". They don't think it's a bug or a vulnerability, it's just a "tool" they may provide to thirdparties. They must be annoyed by all those crying nerds.
Though this is 'old news' I was surprised by knowing who stands behind web.py.
Several years ago I was doing a little cozy web questionary tool and after trying Django, PHP, Perl, etc I've come to web.py framework. It was pleasure to work with databases, web templates, etc in web.py environment. I really enjoyed making the tool and the result code was tiny, clean and easy for understanding. Though it was a tiny tool I was very proud and next time I used web.py for a bigger project (proprietary for internal use only) and it was pleasure again.
Recently I've read three parts of "raw nerve" articles and found them interesting. But I didn't even pay attention on author's name. Now reading "Rewriting Reddit" all the pieces has been bringed together and I'm thankful to Aaron for his web.py and "raw nerve" articles.
From Compression Ratings website I've catched this:
program comp-ratio comp-time decomp-time
bzip2 34.1% 468.09s 167.03s
gzip -5 37.6% 141.30s 34.76s
lz4 -c2t4 43.9% 52.72s 5.84s
http://compressionratings.com/sort.cgi?rating_sum.full+p3it shows me picture but I can't move, may be it will work for you
Feature request: ability to vote up
Views counter is not very useful really: sketches from top are getting more views, random view is adding chaos. Voting up would be very good tool to identify interesting programs.
http://0x10co.de/ylv5v - useful map of screen color codes if you are going to draw.
As I see most of sketches are related to printing on screen ;)