Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pyxy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
pyxy
13y ago
http://www.deleteyouraccount.com/
2.
▲
by
pyxy
13y ago
Finally I managed to reach zapret-info.gov.ru and found that IP 69.174.244.50 has been banned on 2013/04/18.
3.
▲
by
pyxy
13y ago
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.
4.
▲
by
pyxy
13y ago
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 a
5.
▲
by
pyxy
13y ago
Just FYI here's the config for monochrome but tig warns about `unknown color` on lines 8, 49, 51. https://pastee.org/tyk54
6.
▲
by
pyxy
13y ago
Also is there any support mailing list or forum instead of mailing directly Jonas?
7.
▲
by
pyxy
13y ago
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 :)
8.
▲
by
pyxy
13y ago
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
9.
▲
by
pyxy
13y ago
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 increase
10.
▲
by
pyxy
13y ago
the same for me
11.
▲
by
pyxy
13y ago
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.
12.
▲
by
pyxy
14y ago
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 distra
13.
▲
by
pyxy
14y ago
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-borde
14.
▲
Resize and Style Google Chrome Scroll bar without Extension
(gtricks.com)
1 points
by
pyxy
14y ago
|
1 comments
15.
▲
by
pyxy
14y ago
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 makefi
16.
▲
Why you may include any image into HTML while not able to include any text?
1 points
by
pyxy
14y ago
|
1 comments
17.
▲
by
pyxy
14y ago
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 ne
18.
▲
by
pyxy
14y ago
`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.
19.
▲
by
pyxy
14y ago
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 y
20.
▲
by
pyxy
14y ago
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.
21.
▲
by
pyxy
14y ago
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 w
22.
▲
by
pyxy
14y ago
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
23.
▲
by
pyxy
14y ago
http://0x10co.de/azgfd it shows me picture but I can't move, may be it will work for you
24.
▲
by
pyxy
14y ago
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.
25.
▲
by
pyxy
14y ago
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 ;)