Bitcoin Forum

Other => Off-topic => Topic started by: Anonymous on March 08, 2011, 04:15:32 PM



Title: Am I the only one who uses high contrast?
Post by: Anonymous on March 08, 2011, 04:15:32 PM
https://i.imgur.com/m2s9T.png

Am I the only one who uses high contrast, like in the image above, so you don't burn your retinas out on a white bright screen?


Title: Re: Am I the only one who uses high contrast?
Post by: nster on March 08, 2011, 04:16:17 PM
https://i.imgur.com/m2s9T.png

Am I the only one who uses high contrast, like in the image above, so you don't burn your retinas out on a white bright screen?

What about the bright light text?


Title: Re: Am I the only one who uses high contrast?
Post by: Anonymous on March 08, 2011, 04:19:03 PM
https://i.imgur.com/m2s9T.png

Am I the only one who uses high contrast, like in the image above, so you don't burn your retinas out on a white bright screen?

What about the bright light text?
Well, it's in smaller doses with the black background. It's not as intense.


Title: Re: Am I the only one who uses high contrast?
Post by: Drifter on March 08, 2011, 04:24:35 PM
No, but I use f.lux (http://stereopsis.com/flux/) for nighttime computer use. My eyelids thank me every night.


Title: Re: Am I the only one who uses high contrast?
Post by: ColdHardMetal on March 08, 2011, 04:35:50 PM
https://i.imgur.com/m2s9T.png

Am I the only one who uses high contrast, like in the image above, so you don't burn your retinas out on a white bright screen?

How do I get that?


Title: Re: Am I the only one who uses high contrast?
Post by: Anonymous on March 08, 2011, 04:39:06 PM
https://i.imgur.com/m2s9T.png

Am I the only one who uses high contrast, like in the image above, so you don't burn your retinas out on a white bright screen?

How do I get that?

It's usually around the Themes area of your OS. Look for ones labeled "High Contrast". #2 usually has green text. The original has blue.


Title: Re: Am I the only one who uses high contrast?
Post by: ColdHardMetal on March 08, 2011, 04:44:11 PM
https://i.imgur.com/m2s9T.png

Am I the only one who uses high contrast, like in the image above, so you don't burn your retinas out on a white bright screen?

How do I get that?

It's usually around the Themes area of your OS. Look for ones labeled "High Contrast". #2 usually has green text. The original has blue.

Ah, so that's not just your forum theme. I'll have to dig around and see what I can find.


Title: Re: Am I the only one who uses high contrast?
Post by: theymos on March 08, 2011, 07:04:13 PM
No, but I use f.lux (http://stereopsis.com/flux/) for nighttime computer use. My eyelids thank me every night.

I also use this. It takes a while to get used to, but I now feel like my monitor is a portal into the center of the Sun whenever I turn it off.


Title: Re: Am I the only one who uses high contrast?
Post by: grondilu on March 08, 2011, 07:12:39 PM

Personnaly I don't even use X when I hang around this forum:

http://s0.barwen.ch/~grondilu/screenshot.png


Title: Re: Am I the only one who uses high contrast?
Post by: Anonymous on March 08, 2011, 07:13:13 PM

Personnaly I don't even use X when I hang around this forum:

http://s0.barwen.ch/~grondilu/screenshot.png

+ respect

Lynx?


Title: Re: Am I the only one who uses high contrast?
Post by: grondilu on March 08, 2011, 07:14:23 PM
Lynx?

w3m


Title: Re: Am I the only one who uses high contrast?
Post by: Anonymous on March 08, 2011, 07:18:56 PM
This might work a little better on my eMate. Thanks.


Title: Re: Am I the only one who uses high contrast?
Post by: grondilu on March 08, 2011, 07:21:49 PM
This might work a little better on my eMate. Thanks.

Also, if you want to really enjoy framebuffer linux console, you might need to install fbterm (very easy to use), and learn GNU screen (you won't be able to do much without it).


Title: Re: Am I the only one who uses high contrast?
Post by: Anonymous on March 08, 2011, 07:24:25 PM
This might work a little better on my eMate. Thanks.

Also, if you want to really enjoy framebuffer linux console, you might need to install fbterm (very easy to use), and learn GNU screen (you won't be able to do much without it).

Heh, I have been having trouble with screen since I tried starting a TF2 server. I barely got that working. It seems you really have to play with this stuff to understand it.


Title: Re: Am I the only one who uses high contrast?
Post by: grondilu on March 08, 2011, 07:26:13 PM
Heh, I have been having trouble with screen since I tried starting a TF2 server. I barely got that working. It seems you really have to play with this stuff to understand it.

screen is a little bit hard to grasp at first, but it totally worths it.  I couldn't live without it now, and I know that a lot of people feel the same.


Title: Re: Am I the only one who uses high contrast?
Post by: LMGTFY on March 08, 2011, 07:27:58 PM
Heh, I have been having trouble with screen since I tried starting a TF2 server. I barely got that working. It seems you really have to play with this stuff to understand it.

Most of the time you can along just fine using only...

Ctrl+A, C - Create a new virtual terminal (VT)
Ctrl+A, N - move to the Next VT
Ctrl+A, P - move to the Previous VT

There's obviously a lot more to screen than that, but honestly that's all I use 99% of the time.

Edit: Oh, and obviously "screen -r" to reattach a screen session...!


Title: Re: Am I the only one who uses high contrast?
Post by: Anonymous on March 08, 2011, 07:29:38 PM
Heh, I have been having trouble with screen since I tried starting a TF2 server. I barely got that working. It seems you really have to play with this stuff to understand it.

Most of the time you can along just fine using only...

Ctrl+A, C - Create a new virtual terminal (VT)
Ctrl+A, N - move to the Next VT
Ctrl+A, P - move to the Previous VT

There's obviously a lot more to screen than that, but honestly that's all I use 99% of the time.

Edit: Oh, and obviously "screen -r" to reattach a screen session...!

I don't really understand how to use screen to keep a session running on a remote server. You know, so it doesn't end when I close the shell?


Title: Re: Am I the only one who uses high contrast?
Post by: grondilu on March 08, 2011, 07:30:59 PM
Ctrl+A, C - Create a new virtual terminal (VT)
Ctrl+A, N - move to the Next VT
Ctrl+A, P - move to the Previous VT

There's obviously a lot more to screen than that, but honestly that's all I use 99% of the time.

Edit: Oh, and obviously "screen -r" to reattach a screen session...!

There is, indeed, a LOT more to know about screen, but that's a good crash course.  I'd like to mention the copy/scrollback mode, which is not so known and yet extremely usefull.


Title: Re: Am I the only one who uses high contrast?
Post by: grondilu on March 08, 2011, 07:32:43 PM
I don't really understand how to use screen to keep a session running on a remote server. You know, so it doesn't end when I close the shell?

Just detach your session with "Ctrl-A D".  You can then logout, and reattach later with "screen -r" already mentionned.


Title: Re: Am I the only one who uses high contrast?
Post by: Anonymous on March 08, 2011, 07:35:23 PM
I don't really understand how to use screen to keep a session running on a remote server. You know, so it doesn't end when I close the shell?

Just detach your session with "Ctrl-A D".  You can then logout, and reattach later with "screen -r" already mentionned.

*tries out*

Well, I feel silly.


Title: Re: Am I the only one who uses high contrast?
Post by: LMGTFY on March 08, 2011, 07:45:18 PM
I don't really understand how to use screen to keep a session running on a remote server. You know, so it doesn't end when I close the shell?

Just detach your session with "Ctrl-A D".  You can then logout, and reattach later with "screen -r" already mentionned.

That's useful to know - I usually run screen in a terminal (or in PuTTY on Windows) so I can just close the terminal without bothering to detach.


Title: Re: Am I the only one who uses high contrast?
Post by: eMansipater on March 08, 2011, 07:46:57 PM
https://i.imgur.com/m2s9T.png

Am I the only one who uses high contrast, like in the image above, so you don't burn your retinas out on a white bright screen?
I just use Compiz in Ubuntu to invert the whole damn window.  So for me, all these screenshots people are posting are hurting my eyes!


Title: Re: Am I the only one who uses high contrast?
Post by: grondilu on March 08, 2011, 07:49:11 PM
That's useful to know - I usually run screen in a terminal (or in PuTTY on Windows) so I can just close the terminal without bothering to detach.

I doubt so.  If you close your terminal without detaching screen, the screen session will be killed for sure.  You MUST detach before closing your terminal.


Title: Re: Am I the only one who uses high contrast?
Post by: carp on March 08, 2011, 08:02:26 PM
That's useful to know - I usually run screen in a terminal (or in PuTTY on Windows) so I can just close the terminal without bothering to detach.

I doubt so.  If you close your terminal without detaching screen, the screen session will be killed for sure.  You MUST detach before closing your terminal.


Maybe it depends on how you run it, buit I believe that not to be true.

I mostly say this because one of the things that I have used screen for is when my net connection is flakey and I want to be able to log back on and still have my session usable when my connection drops. You should be able to get a listing of screen sessions and reattach.



Title: Re: Am I the only one who uses high contrast?
Post by: grondilu on March 08, 2011, 08:05:30 PM
Maybe it depends on how you run it, buit I believe that not to be true.

I mostly say this because one of the things that I have used screen for is when my net connection is flakey and I want to be able to log back on and still have my session usable when my connection drops. You should be able to get a listing of screen sessions and reattach.

Just tried.  Indeed, closing the terminal doesn't kill the screen session.


Title: Re: Am I the only one who uses high contrast?
Post by: carp on March 08, 2011, 08:21:22 PM
https://i.imgur.com/m2s9T.png

Am I the only one who uses high contrast, like in the image above, so you don't burn your retinas out on a white bright screen?

I love the look. I am running ubuntu though. When I change to high contrast, everything changes,.... except the pages in firefox. worst, the only things that do change are text boxes... I had to turn back to the normal theme so this particular one that I am typing in now would stop being dark blue text on a dark blue background.... not exactly hot black.

Of course, it looked great aside from that. I would love to make it all high contrast. I always prefered dark backgrounds.


Title: Re: Am I the only one who uses high contrast?
Post by: LMGTFY on March 08, 2011, 08:35:41 PM
Just tried.  Indeed, closing the terminal doesn't kill the screen session.

That's always been screen's main selling point for me - I used to use a dodgy modem connection that dropped frequently. Even now, it's useful for using a netbook on the train - when I go through a tunnel the connection drops but processes keep running in screen.


Title: Re: Am I the only one who uses high contrast?
Post by: khal on March 08, 2011, 08:39:55 PM
Dont forget this command to go to the desired terminal :
Quote
Ctrl-A <0 to 9>

And :
Quote
Ctrl-A A
to switch between last terminal and current (like alt-tab)

That's all for today :p


Title: Re: Am I the only one who uses high contrast?
Post by: grondilu on March 08, 2011, 08:41:34 PM

I'll add that there are two manual pages that I think are really really worth reading.  One of them is bash's man page, the other one is screen's.


Title: Re: Am I the only one who uses high contrast?
Post by: carp on March 08, 2011, 09:03:56 PM

I'll add that there are two manual pages that I think are really really worth reading.  One of them is bash's man page, the other one is screen's.


meh.... bash man page? Its pretty freaking long. It is also very hard to search since so many of its keywords are used in many many places, and are often part of larger words. frustrating.

The main part thats really worth understanding is the conditions and orders that rc files are read in.

If you don't understand when .bash_profile is read vs .bashrc or when /etc/profile is read... then I highly recomend finding that section and reading it over a few times. Otherwise, you may find yourself extremely annoyed when trying to set environment variables properly.

Aside from that, most of it can be skipped.



Title: Re: Am I the only one who uses high contrast?
Post by: grondilu on March 08, 2011, 09:07:21 PM

I'll add that there are two manual pages that I think are really really worth reading.  One of them is bash's man page, the other one is screen's.


meh.... bash man page? Its pretty freaking long. It is also very hard to search since so many of its keywords are used in many many places, and are often part of larger words. frustrating.

Well, I may be a bit biaised, since I'm a bash freak.


Title: Re: Am I the only one who uses high contrast?
Post by: carp on March 08, 2011, 09:07:51 PM
https://i.imgur.com/m2s9T.png

Am I the only one who uses high contrast, like in the image above, so you don't burn your retinas out on a white bright screen?

oh btw, a very quick perusal shows something very important missing... noscript.

I HIGHLY recommend browsing with noscript. Aside from blocking a lot of ads (not that I care), it blocks lots of crap that you don't need, and potentially protects you from the all too common malicious code which can be delievered by those same ads.

I also highly recommend requestpolicy, but, thats more work to use, and breaks a lot more things (upshot: blocks a lot more ads, and more crap in general).

Now excuse me while I go back to being highly jealous of your high contrast setup.


Title: Re: Am I the only one who uses high contrast?
Post by: carp on March 08, 2011, 09:12:32 PM

I'll add that there are two manual pages that I think are really really worth reading.  One of them is bash's man page, the other one is screen's.


meh.... bash man page? Its pretty freaking long. It is also very hard to search since so many of its keywords are used in many many places, and are often part of larger words. frustrating.

Well, I may be a bit biaised, since I'm a bash freak.


Love it for my shell though, I was very careful to avoid learning any bashisms since I have had to write shell scripts that need to work on systems without bash. I tried zsh for a very short while, then tried it again for a short while every few years....

The very last time I used it, I was writting a PERL script and was nearly pulling my hair out before I realized that zsh would clear the line with a CR and no LF before printing the prompt, and since my script was a quickie and not ending output with a LF, it looked like I was getting no output at all!

I immediately began cursing and never used it again.


Title: Re: Am I the only one who uses high contrast?
Post by: iya on March 08, 2011, 10:50:48 PM
F.lux is good for general usage, but it should have an option to lower the brightness even more.
For coding, I use a dark color scheme:
http://img853.imageshack.us/img853/4819/38133195.png


Title: Re: Am I the only one who uses high contrast?
Post by: genjix on March 08, 2011, 11:36:29 PM
Maybe it depends on how you run it, buit I believe that not to be true.

I mostly say this because one of the things that I have used screen for is when my net connection is flakey and I want to be able to log back on and still have my session usable when my connection drops. You should be able to get a listing of screen sessions and reattach.

Just tried.  Indeed, closing the terminal doesn't kill the screen session.


I've been doing this for years! It's fine.

Must've saved you a lot of time to discover you don't need to detach anymore ;)