Wednesday, March 4, 2009

Re: [BLUG] How do you like to get rid of terminal corruption?



On Wed, Mar 4, 2009 at 8:56 PM, Gillis, Chad <rcgillis@indiana.edu> wrote:



Quoting Mark Krenz <mark@slugbug.org>:
 Ok, just kidding. I'm curious though, how do you usually like to get
rid of terminal corruption?  Do you just close the terminal or are you
daring and try to reverse it by cat'ing out /dev/urandom or /dev/sda?
Sometimes I'll try cat'ing /dev/urandom, but something makes me think
that its dangerous to do that. Anyone know?

On Wed, Mar 04, 2009 at 01:06:21PM -0500, Gillis,  Chad wrote:
What does cat /dev/urandom acheive?  Doesn't that just say spew random
garbage?  Is it the homeopathic method? :)


Quoting Steven Black <blacks@indiana.edu>:
The issue is that some garbage sent to the terminal emulator mucked
up some setting and now you can't read any new text. The scroll back
is unimpacted, presuming that wasn't cleared or just swamped. (This is
due to the problem being the character set being set oddly. VT100's
supported a concept of an 'alternate' character set which would contain
characters not normally in the main character set. You could send a
control sequence to change the character set. This allowed for non-Latin
glyphs on some models of those early terminals.)

Thanks for the interesting explanation.  So I have another question now.  The purpose of cat is to print to standard output.  Since the role of /dev/urandom is to produce random numbers, it makes sense that the stuff being printed to standard out would be uninterpretable gibberish.  But how do you go from printing to standard out to sending a command to the terminal to change its settings? If I hadn't already seen my terminal get mucked up in the past, I might have thought that you'd just get gibberish up until /cat/udev was finished, and then after that things would be normal again.  Does the terminal just assume that if it's expected to print gibberish once then it should go forever into gibberish mode?  This is my simple perception of it but I'm sure there's a better explanation.


catting /dev/urandom does work most of the times, but as Steven said not the right way to fix terminal corruption.
here's an exercise:
do a $ cat /dev/urandom and send a SIGINT (Ctrl - C) immediately.
see how often you can corrupt and restore back the terminal.
it works each time for me.
the random sequences very often generate a terminal escape sequence, and that is the reason you are not supposed to cat a binary file.
try with cat -v and it works.

don't forget, unix was written in the days when a baud rate in hundreds was considered fast and the terminal used paper. in the good old days, terminals used to be away from the computer connected with serial cables. these terminals could be configured or controlled through a series of byte sequences . with vt100 emulation today, these still work.

$ stty
speed 38400 baud; line = 0;
eol = M-^?; eol2 = M-^?; swtch = M-^?;
ixany iutf8

uhm? why should a window have a baud rate

as people kept adding features, some of the early interfaces never evolved. there's an interesting discussion on program design in the unix environment by rob pike and  brian kernighan which makes for an interesting read.

here's another escape sequence trick i like to show:
$ for i in `seq 10` `seq 30 38`; do echo "^[[0;$i;40mHello World"; done

where ^[ is the escape sequence you get by Ctrl-V and Esc.

So much fun. My 2 cents (probably not worth anything these days)

 



_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] How do you like to get rid of terminal corruption?

>> Quoting Mark Krenz <mark@slugbug.org>:
>>> Ok, just kidding. I'm curious though, how do you usually like to get
>>> rid of terminal corruption? Do you just close the terminal or are you
>>> daring and try to reverse it by cat'ing out /dev/urandom or /dev/sda?
>>> Sometimes I'll try cat'ing /dev/urandom, but something makes me think
>>> that its dangerous to do that. Anyone know?
>>
> On Wed, Mar 04, 2009 at 01:06:21PM -0500, Gillis, Chad wrote:
>> What does cat /dev/urandom acheive? Doesn't that just say spew random
>> garbage? Is it the homeopathic method? :)
>

Quoting Steven Black <blacks@indiana.edu>:
> The issue is that some garbage sent to the terminal emulator mucked
> up some setting and now you can't read any new text. The scroll back
> is unimpacted, presuming that wasn't cleared or just swamped. (This is
> due to the problem being the character set being set oddly. VT100's
> supported a concept of an 'alternate' character set which would contain
> characters not normally in the main character set. You could send a
> control sequence to change the character set. This allowed for non-Latin
> glyphs on some models of those early terminals.)

Thanks for the interesting explanation. So I have another question
now. The purpose of cat is to print to standard output. Since the
role of /dev/urandom is to produce random numbers, it makes sense that
the stuff being printed to standard out would be uninterpretable
gibberish. But how do you go from printing to standard out to sending
a command to the terminal to change its settings? If I hadn't already
seen my terminal get mucked up in the past, I might have thought that
you'd just get gibberish up until /cat/udev was finished, and then
after that things would be normal again. Does the terminal just assume
that if it's expected to print gibberish once then it should go forever
into gibberish mode? This is my simple perception of it but I'm sure
there's a better explanation.

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Linux Format issue 116 available for free

On Wed, Mar 4, 2009 at 5:20 PM, Steven Black <blacks@indiana.edu> wrote:
> On Wed, Mar 04, 2009 at 04:46:29PM -0500, Barry Schatz wrote:
>> Uh, and by that I mean bring about world peace. ;-)
>
> I believe that world peace is only possible with global world
> domination. You can do a lot of things as a one world government that
> are just impractical as nation trying to impact a foreign power.
>
> One of my favorites is forced relocation. You have two groups fighting
> over the same piece of land, forcibly relocate both groups to totally
> different regions of the world. Then move in a third group to occupy the
> land in contention.

You would probably dig the Ender saga.

Ender's Game and the books that follow Ender's life examine the
morality of inter-species (inter-cultural) relations, and inevitably
war.

The "Shadow" branch, in particular, deals overarchingly with the
process of world domination for primarily benevolent ends, and the
practical and moral conundrums that arise on that quest.

Orson Scott Card is the author.

Hope you're having a great day!

Simón

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Linux Format issue 116 available for free

On Wed, Mar 04, 2009 at 04:46:29PM -0500, Barry Schatz wrote:
> Uh, and by that I mean bring about world peace. ;-)

I believe that world peace is only possible with global world
domination. You can do a lot of things as a one world government that
are just impractical as nation trying to impact a foreign power.

One of my favorites is forced relocation. You have two groups fighting
over the same piece of land, forcibly relocate both groups to totally
different regions of the world. Then move in a third group to occupy the
land in contention.

Depending on the number of people involved, this could be done with a
few skyscrapers located throughout the globe. Each skyscraper would be
a complete community able to serve all the needs of the members with
minimal interaction with the surrounding city. And the surrounding city
would be a culture so foreign that to assimilate in to it would mean
cultural death.

It isn't that I advocate cultural genocide in the general case, however
when there is a culture of contention sometimes the only way to save
lives is to kill cultures.

Also, with a one world government, it becomes more reasonable to adopt
a more Roman approach to management of problematic areas. In this case,
the peacekeepers never leave. They marry locally, or their children
at least marry locally. Their power and influence changes the local
culture, and due to their direct involvement in the community they're
driven to solutions that work in the long term.

> I'm certainly *not* plotting global world domination. Not me. Heh heh. :-)

All of my personal projects are plots for world domination.

If I make anything great, then it is the goal of that thing to take over
the world -- within the given sphere of influence.

Now, if this is a software program for calculating the amount of time to
boil a perfect egg world domination looks quite a bit different than,
say, a project to build a robot army...

--
Steven Black <blacks@indiana.edu> / KeyID: 8596FA8E
Fingerprint: 108C 089C EFA4 832C BF07 78C2 DE71 5433 8596 FA8E

Re: [BLUG] Linux Format issue 116 available for free

On Wed, Mar 04, 2009 at 09:30:42PM +0000, ben lipkowitz wrote:
> Even better would be to move everyone to Unix time, or even better yet
> International Atomic Time, which doesn't have all that pesky leap second
> stuff. Then we just attach some large nuclear rockets to Mount
> Kilimanjaro and slow down the rate of Earth's rotation for a nice even
> metric day of 100000 seconds.

Unix time, as in http://en.wikipedia.org/wiki/Unix_time ?

Unix time is really kind of mucked up when it comes to leap seconds.
The whole discontinuity thing gives two different periods of time the
same Unix time.

You may be on to something with TAI (International Atomic Time). The
disadvantage is that it doesn't easily lend itself toward cleaner
versions of standard units of time. (For instance, there is a metric
ounce which is about the same as an ounce, except with a clean metric
number.)

You get the same benefit of TAI by adopting a simple 28 day month with
a 12 month year. If it is defined as mapping cleanly to TAI time, then
you can cleanly convert back and forth between it and TAI. It also gives
the general populace units of time they're familiar with. It is a given
that certain days of the year migrate across seasons over time, however
the same thing would occur if you use the same time system on another
planet. We'd just be adopting an interplanetary time system before we
had other settlements...

--
Steven Black <blacks@indiana.edu> / KeyID: 8596FA8E
Fingerprint: 108C 089C EFA4 832C BF07 78C2 DE71 5433 8596 FA8E

Re: [BLUG] Linux Format issue 116 available for free

Baby steps, Ben. Baby steps. First UTC, then Unix time. Then we conquer
the world. :-D

Uh, and by that I mean bring about world peace. ;-)

I'm certainly *not* plotting global world domination. Not me. Heh heh. :-)

-Barry

ben lipkowitz wrote:
> On Wed, 4 Mar 2009, Simón Ruiz wrote:
>> On Wed, Mar 4, 2009 at 1:21 PM, Ben Shewmaker <ben@shewbox.org> wrote:
>>> Isn't UTC also called Zulu time by pilots? I have a relative who is
>>> a pilot
>>> and is always saying we should all just move to Zulu time.
>> And, with all the commotion that Daylight Savings Time changes cause,
>> I'm sure a proposal to move everyone to Zulu time would be a big hit
>> in political circles. ;-)
>
> Even better would be to move everyone to Unix time, or even better yet
> International Atomic Time, which doesn't have all that pesky leap
> second stuff. Then we just attach some large nuclear rockets to Mount
> Kilimanjaro and slow down the rate of Earth's rotation for a nice even
> metric day of 100000 seconds.
>
> -fenn
> ------------------------------------------------------------------------
>
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Linux Format issue 116 available for free

On Wed, 4 Mar 2009, Simón Ruiz wrote:
> On Wed, Mar 4, 2009 at 1:21 PM, Ben Shewmaker <ben@shewbox.org> wrote:
>> Isn't UTC also called Zulu time by pilots?  I have a relative who is a pilot
>> and is always saying we should all just move to Zulu time.
> And, with all the commotion that Daylight Savings Time changes cause,
> I'm sure a proposal to move everyone to Zulu time would be a big hit
> in political circles. ;-)

Even better would be to move everyone to Unix time, or even better yet
International Atomic Time, which doesn't have all that pesky leap second
stuff. Then we just attach some large nuclear rockets to Mount Kilimanjaro
and slow down the rate of Earth's rotation for a nice even metric day of
100000 seconds.

-fenn

Re: [BLUG] Linux LanParty/Linux Fest

Frozen Bubble, Nethack, Wesnoth, anything in the bsdgames package. There
are also games included with the KDE and GNOME environments.

-Barry

Steven Black wrote:
> On Wed, Mar 04, 2009 at 01:26:36PM -0500, Barry Schatz wrote:
>
>> I'm in. The 18th (or earlier) would work best for me. I have both a
>> laptop and a desktop I could bring,
>>
>> What games do you have in mind? I can suggest a few:
>>
>> Nexuiz (think Unreal Tournament, but faster)
>> Cube
>> Frozen Bubble (network play)
>> BZFlag
>> Various games that work under WINE (Unreal, StarCraft...)
>>
>> Any others?
>>
>
> I need to talk to my wife to see if this'll be workable for me.
> April singles the end of RSV season, and we're planning a party
> with our baby.
>
> I recommend that for a Linux-related LAN party we focus on open source
> games. Since I only play open source games at this point (when I have
> the time to play games) I wouldn't have the license to play something
> that uses WINE. I'm sure I'm not the only one in that boat.
>
> I'm one of those people that (1) never bothered to learn how to use WINE
> as I don't use any Windows apps, and (2) don't bother with GL-supported
> video cards as I don't play OpenGL-based games.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Linux Format issue 116 available for free

http://en.wikipedia.org/wiki/ISO_8601 mentions:

UTC
===

If the time is in UTC, add a 'Z' directly after the time without a
space. 'Z' is the zone designator for the zero UTC offset. "09:30 UTC"
is therefore represented as "09:30Z" or "0930Z". "14:45:15 UTC" would be
"14:45:15Z" or "144515Z".

UTC time is also known as 'Zulu' time, since 'Zulu' is the NATO phonetic
alphabet word for 'Z'.

On Wed, Mar 04, 2009 at 01:21:33PM -0500, Ben Shewmaker wrote:
> Isn't UTC also called Zulu time by pilots? I have a relative who is a pilot
> and is always saying we should all just move to Zulu time.
>
> On Wed, Mar 4, 2009 at 1:18 PM, Barry Schatz <sorbetninja@gmail.com> wrote:
>
> Sorry, it was kinda late when I posted. I forgot about it, then
> remembered and had to get my copy. Then I realized no one had posted to
> the list about it. It will be taken down at 23:59:59 GMT March 4th. That
> would be just before 7:00 pm EST.
>
> That's fine to correct me. If everyone were on UTC to begin with, we
> wouldn't have these problems.
>
> -Barry
>
> PS. It's not related, but 23:59:60 broke the 30 Gb Zunes. Silly Microsoft!
>
> Steven Black wrote:
> > Now, when you wrote 'midnight GMT tomorrow' on Tuesday, did you mean
> > Wednesday 00:00 GMT -- which was actually midnight tomorrow when you
> > wrote this (on Tuesday) or did you mean shortly after 23:59 GMT on
> > Wednesday, which is actually Thursday 00:00 GMT?
> >
> > You wrote it to mean 00:00 GMT Wednesday, which has already elapsed.
> >
> > The site says it goes offline at 23:59:59 GMT March 4th, which means on
> > midnight Thursday (the 5th) it will no longer be available.
> >
> > Remember: Midnight == 00:00 == start of the day
> >
> > If more people used ISO time this would be less of an issue.
> > http://en.wikipedia.org/wiki/ISO_8601
> >
> > With ISO time, you could have said "tomorrow at 24:00 the link goes
> > down."
> >
> > I'm sorry. This is another pet peeve of mine.
> >
> > Cheers,
> > Steven Black
> >
> > On Tue, Mar 03, 2009 at 11:19:22PM -0500, Barry Schatz wrote:
> >
> >> Linux Format is offering issue 116 for free (as in beer) on their
> website via
> >> BitTorrent. The link will be gone at midnight GMT tomorrow (today,
> depending
> >> on when you read this).
> >>
> >> http://www.tuxradar.com/content/linux-format-free-download-24-hours-only
> >>
> >> There are torrents for high and low quality versions, as well as a
> torrent for
> >> the dvd included with the print version. Better get started!
> >>
> >> -Barry
> >> _______________________________________________
> >> BLUG mailing list
> >> BLUG@linuxfan.com
> >> http://mailman.cs.indiana.edu/mailman/listinfo/blug
> >>
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > BLUG mailing list
> > BLUG@linuxfan.com
> > http://mailman.cs.indiana.edu/mailman/listinfo/blug
> >
>
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>
>

> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug


--
Steven Black <blacks@indiana.edu> / KeyID: 8596FA8E
Fingerprint: 108C 089C EFA4 832C BF07 78C2 DE71 5433 8596 FA8E

Re: [BLUG] Re: BLUG Digest, Vol 13, Issue 1

Always happy to be of service. :-D

On Wed, Mar 4, 2009 at 1:23 PM, Steven Black <blacks@indiana.edu> wrote:
> That feature alone is enough to upgrade my wife's laptop from
> 8.04 LTS to 8.10 release.
>
> Simón, thanks for letting me know about that!
>
> Cheers,
> Steven Black
>
> On Wed, Mar 04, 2009 at 04:17:06PM +0000, Mark Krenz wrote:
>>
>>   It must be a new Gnome feature Simon because it doesn't exist on
>> Ubuntu 8.04.

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Linux Format issue 116 available for free

On Wed, Mar 4, 2009 at 1:21 PM, Ben Shewmaker <ben@shewbox.org> wrote:
> Isn't UTC also called Zulu time by pilots?  I have a relative who is a pilot
> and is always saying we should all just move to Zulu time.

Yes.

And, with all the commotion that Daylight Savings Time changes cause,
I'm sure a proposal to move everyone to Zulu time would be a big hit
in political circles. ;-)

Simón

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Linux LanParty/Linux Fest

On Wed, Mar 04, 2009 at 01:26:36PM -0500, Barry Schatz wrote:
> I'm in. The 18th (or earlier) would work best for me. I have both a
> laptop and a desktop I could bring,
>
> What games do you have in mind? I can suggest a few:
>
> Nexuiz (think Unreal Tournament, but faster)
> Cube
> Frozen Bubble (network play)
> BZFlag
> Various games that work under WINE (Unreal, StarCraft...)
>
> Any others?

I need to talk to my wife to see if this'll be workable for me.
April singles the end of RSV season, and we're planning a party
with our baby.

I recommend that for a Linux-related LAN party we focus on open source
games. Since I only play open source games at this point (when I have
the time to play games) I wouldn't have the license to play something
that uses WINE. I'm sure I'm not the only one in that boat.

I'm one of those people that (1) never bothered to learn how to use WINE
as I don't use any Windows apps, and (2) don't bother with GL-supported
video cards as I don't play OpenGL-based games.

--
Steven Black <blacks@indiana.edu> / KeyID: 8596FA8E
Fingerprint: 108C 089C EFA4 832C BF07 78C2 DE71 5433 8596 FA8E

Re: [BLUG] How do you like to get rid of terminal corruption?

On Wed, Mar 04, 2009 at 01:06:21PM -0500, Gillis, Chad wrote:
> Quoting Mark Krenz <mark@slugbug.org>:
>> Ok, just kidding. I'm curious though, how do you usually like to get
>> rid of terminal corruption? Do you just close the terminal or are you
>> daring and try to reverse it by cat'ing out /dev/urandom or /dev/sda?
>> Sometimes I'll try cat'ing /dev/urandom, but something makes me think
>> that its dangerous to do that. Anyone know?
>
> What does cat /dev/urandom acheive? Doesn't that just say spew random
> garbage? Is it the homeopathic method? :)

The issue is that some garbage sent to the terminal emulator mucked
up some setting and now you can't read any new text. The scroll back
is unimpacted, presuming that wasn't cleared or just swamped. (This is
due to the problem being the character set being set oddly. VT100's
supported a concept of an 'alternate' character set which would contain
characters not normally in the main character set. You could send a
control sequence to change the character set. This allowed for non-Latin
glyphs on some models of those early terminals.)

cat'ing /dev/urandom is normally a good way to achieve just such an
unreadable terminal. This is what makes it 'daring' as Mark said. If it
can cause such a problem, just maybe it can clear such a problem.

The danger in random escape codes is related primarily to the extensions
supported by your terminal emulator as well as certain design decisions.
If all windows of an application are handled within a single main
process, and you send a strange undocumented escape code (which is
undocumented as it relates to an incomplete feature that crashes the
terminal emulator) it could be possible to crash all of your open
terminal emulator windows.

Personally, I wouldn't try any of the random character methods. Instead,
I'd do what I mentioned in a previous email and just use a client-side
reset command.

--
Steven Black <blacks@indiana.edu> / KeyID: 8596FA8E
Fingerprint: 108C 089C EFA4 832C BF07 78C2 DE71 5433 8596 FA8E

Re: [BLUG] Linux LanParty/Linux Fest

I'm in. The 18th (or earlier) would work best for me. I have both a
laptop and a desktop I could bring,

What games do you have in mind? I can suggest a few:

Nexuiz (think Unreal Tournament, but faster)
Cube
Frozen Bubble (network play)
BZFlag
Various games that work under WINE (Unreal, StarCraft...)

Any others?

-Barry

Mark Krenz wrote:
> Well, with IU's LinuxFest now in the past and the oppurtunity for
> others to pick up the slack, I thought it would be a good time to try
> something new. Suso would like to host a Linux LAN Party some Saturday
> in April that would go from like noon til 2am or something. Activities
> could include games, sharing information, tutorials, hanging out, etc.
> I also wanted to make this a Blender Users Group thing too.
>
> What I wanted to ask everyone is how much interest would there be in
> this? Would you bring a computer to the event? Marina and I agreed
> that Suso would be able to sponsor space and buy refreshments. Our new
> office suite is big enough to maybe have space for 10-12 people to sit
> comfortably with their computers in the front area with some room for
> people to wark around. We also have the ability to reserve things like
> the Fountain Square ballroom, but Saturdays are not as easy to get. But
> other space in FSM is available too.
>
> Also, what Saturday would work, I think April 11th or 18th would be
> good. The 18th seems to be most ideal because there aren't any
> significant events I could find for that weekend. The 25th-26th is the
> IU LAN war 16 and Little 5 so it would be nice to have it before or
> after that so it wouldn't interfere.
>
> Mark
>
>

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Re: BLUG Digest, Vol 13, Issue 1

That feature alone is enough to upgrade my wife's laptop from
8.04 LTS to 8.10 release.

Simón, thanks for letting me know about that!

Cheers,
Steven Black

On Wed, Mar 04, 2009 at 04:17:06PM +0000, Mark Krenz wrote:
>
> It must be a new Gnome feature Simon because it doesn't exist on
> Ubuntu 8.04.
>
> On Wed, Mar 04, 2009 at 03:30:03PM GMT, Simón Ruiz [simon.a.ruiz@gmail.com] said the following:
> > On Tue, Mar 3, 2009 at 10:27 AM, Steven Black <blacks@indiana.edu> wrote:
> > > Here's a fun fact: There's no way to lock the taskbars in GNOME.
> > > (At least none in the GUI.) This means it is always subject to
> > > click-and-drag moving them around the screen. I don't know why my wife
> > > has the problem but she has quite a problem.
> >
> > Huh?
> >
> > *right-clicks on panel, sees "Lock Panel Position" option, scratches head*
> >
> > Am I misunderstanding your statement?
> >
> > Simón

--
Steven Black <blacks@indiana.edu> / KeyID: 8596FA8E
Fingerprint: 108C 089C EFA4 832C BF07 78C2 DE71 5433 8596 FA8E

Re: [BLUG] Linux Format issue 116 available for free

Isn't UTC also called Zulu time by pilots?  I have a relative who is a pilot and is always saying we should all just move to Zulu time. 

On Wed, Mar 4, 2009 at 1:18 PM, Barry Schatz <sorbetninja@gmail.com> wrote:
Sorry, it was kinda late when I posted. I forgot about it, then
remembered and had to get my copy. Then I realized no one had posted to
the list about it. It will be taken down at 23:59:59 GMT March 4th. That
would be just before 7:00 pm EST.

That's fine to correct me. If everyone were on UTC to begin with, we
wouldn't have these problems.

-Barry

PS. It's not related, but 23:59:60 broke the 30 Gb Zunes. Silly Microsoft!

Steven Black wrote:
> Now, when you wrote 'midnight GMT tomorrow' on Tuesday, did you mean
> Wednesday 00:00 GMT -- which was actually midnight tomorrow when you
> wrote this (on Tuesday) or did you mean shortly after 23:59 GMT on
> Wednesday, which is actually Thursday 00:00 GMT?
>
> You wrote it to mean 00:00 GMT Wednesday, which has already elapsed.
>
> The site says it goes offline at 23:59:59 GMT March 4th, which means on
> midnight Thursday (the 5th) it will no longer be available.
>
> Remember: Midnight == 00:00 == start of the day
>
> If more people used ISO time this would be less of an issue.
> http://en.wikipedia.org/wiki/ISO_8601
>
> With ISO time, you could have said "tomorrow at 24:00 the link goes
> down."
>
> I'm sorry. This is another pet peeve of mine.
>
> Cheers,
> Steven Black
>
> On Tue, Mar 03, 2009 at 11:19:22PM -0500, Barry Schatz wrote:
>
>> Linux Format is offering issue 116 for free (as in beer) on their website via
>> BitTorrent. The link will be gone at midnight GMT tomorrow (today, depending
>> on when you read this).
>>
>> http://www.tuxradar.com/content/linux-format-free-download-24-hours-only
>>
>> There are torrents for high and low quality versions, as well as a torrent for
>> the dvd included with the print version. Better get started!
>>
>> -Barry
>> _______________________________________________
>> BLUG mailing list
>> BLUG@linuxfan.com
>> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Linux Format issue 116 available for free

Sorry, it was kinda late when I posted. I forgot about it, then
remembered and had to get my copy. Then I realized no one had posted to
the list about it. It will be taken down at 23:59:59 GMT March 4th. That
would be just before 7:00 pm EST.

That's fine to correct me. If everyone were on UTC to begin with, we
wouldn't have these problems.

-Barry

PS. It's not related, but 23:59:60 broke the 30 Gb Zunes. Silly Microsoft!

Steven Black wrote:
> Now, when you wrote 'midnight GMT tomorrow' on Tuesday, did you mean
> Wednesday 00:00 GMT -- which was actually midnight tomorrow when you
> wrote this (on Tuesday) or did you mean shortly after 23:59 GMT on
> Wednesday, which is actually Thursday 00:00 GMT?
>
> You wrote it to mean 00:00 GMT Wednesday, which has already elapsed.
>
> The site says it goes offline at 23:59:59 GMT March 4th, which means on
> midnight Thursday (the 5th) it will no longer be available.
>
> Remember: Midnight == 00:00 == start of the day
>
> If more people used ISO time this would be less of an issue.
> http://en.wikipedia.org/wiki/ISO_8601
>
> With ISO time, you could have said "tomorrow at 24:00 the link goes
> down."
>
> I'm sorry. This is another pet peeve of mine.
>
> Cheers,
> Steven Black
>
> On Tue, Mar 03, 2009 at 11:19:22PM -0500, Barry Schatz wrote:
>
>> Linux Format is offering issue 116 for free (as in beer) on their website via
>> BitTorrent. The link will be gone at midnight GMT tomorrow (today, depending
>> on when you read this).
>>
>> http://www.tuxradar.com/content/linux-format-free-download-24-hours-only
>>
>> There are torrents for high and low quality versions, as well as a torrent for
>> the dvd included with the print version. Better get started!
>>
>> -Barry
>> _______________________________________________
>> BLUG mailing list
>> BLUG@linuxfan.com
>> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] How do you like to get rid of terminal corruption?

Quoting Mark Krenz <mark@slugbug.org>:

> Ok, just kidding. I'm curious though, how do you usually like to get
> rid of terminal corruption? Do you just close the terminal or are you
> daring and try to reverse it by cat'ing out /dev/urandom or /dev/sda?
> Sometimes I'll try cat'ing /dev/urandom, but something makes me think
> that its dangerous to do that. Anyone know?

What does cat /dev/urandom acheive? Doesn't that just say spew random
garbage? Is it the homeopathic method? :)


_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Linux Format issue 116 available for free

Now, when you wrote 'midnight GMT tomorrow' on Tuesday, did you mean
Wednesday 00:00 GMT -- which was actually midnight tomorrow when you
wrote this (on Tuesday) or did you mean shortly after 23:59 GMT on
Wednesday, which is actually Thursday 00:00 GMT?

You wrote it to mean 00:00 GMT Wednesday, which has already elapsed.

The site says it goes offline at 23:59:59 GMT March 4th, which means on
midnight Thursday (the 5th) it will no longer be available.

Remember: Midnight == 00:00 == start of the day

If more people used ISO time this would be less of an issue.
http://en.wikipedia.org/wiki/ISO_8601

With ISO time, you could have said "tomorrow at 24:00 the link goes
down."

I'm sorry. This is another pet peeve of mine.

Cheers,
Steven Black

On Tue, Mar 03, 2009 at 11:19:22PM -0500, Barry Schatz wrote:
> Linux Format is offering issue 116 for free (as in beer) on their website via
> BitTorrent. The link will be gone at midnight GMT tomorrow (today, depending
> on when you read this).
>
> http://www.tuxradar.com/content/linux-format-free-download-24-hours-only
>
> There are torrents for high and low quality versions, as well as a torrent for
> the dvd included with the print version. Better get started!
>
> -Barry
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug

--
Steven Black <blacks@indiana.edu> / KeyID: 8596FA8E
Fingerprint: 108C 089C EFA4 832C BF07 78C2 DE71 5433 8596 FA8E

Re: [BLUG] How do you like to get rid of terminal corruption?

When 'reset' doesn't work, I usually do a terminal-based reset. In
Konsole, this is available in the Edit menu as 'Reset and Clear
Terminal'. In GNOME Terminal this is available in the Terminal
menu as 'Reset and Clear'. In 'xterm' this is available via the
Control-Middle-Click context menu and is listed as 'Do Soft Reset' or
'Do Full Reset'. (I would try the 'soft reset' then move to the 'full
reset'.)

Most of the time if the menu bar is disabled, the full menu is available
via a context menu. Worst case, you use the context menu to enable the
full menu, make the change, then disable the menu again.

I know there are other terminal emulators available. It is a standard
hardware terminal feature that has been available in terminal emulators
since the beginning. Any terminal emulator lacking this feature is
incomplete and should either be fixed or tossed out.

It looks like it is using an "alternate character set". That should
be handled by the reset command. This is a DEC VT100 feature -- very
old-school. My concern is that this feature may (1) be broken in your
terminal emulator, as it is rarely used or (2) extended in some weird
way that 'reset' can only handle when it knows the command to send, and
it isn't being sent as the TERM is set to 'xterm' and you're not using
'xterm'.

Not all terminal emulators properly set the TERM variable. They
sometimes support features they do not advertise. In these cases 'reset'
can not properly clear things up.

This is something of a pet peeve of mine, as it turns out quite a few of
the modern terminal emulators support 256-color mode, however when they
wrongly list the TERM as 'xterm' this capacity is totally unavailable to
applications. Why impliment features no application can ever use?

The only time this would happen under acceptable circumstances would be
if you're SSHing in to a non-Linux machine and it doesn't know your TERM
type. In these cases it is common to set it to something close (such as
'xterm'). Even in these cases, the better solution is to copy the data
from your desktop. (Though I'm usually too lazy to actually do this, so
I understand why other people don't do this, too.)

Cheers,
Steven Black

On Wed, Mar 04, 2009 at 05:39:54AM +0000, Mark Krenz wrote:
>
> That only works sometimes. In this case I tried reset and it didn't
> work.
>
> On Wed, Mar 04, 2009 at 03:55:46AM GMT, Jeremy L. Gaddis [jlgaddis@ivytech.edu] said the following:
> > "reset"?
> >
> > -----Original Message-----
> > From: blug-bounces@cs.indiana.edu [mailto:blug-bounces@cs.indiana.edu]
> > On Behalf Of Mark Krenz
> > Sent: Tuesday, March 03, 2009 10:48 PM
> > To: blug@cs.indiana.edu
> > Subject: [BLUG] How do you like to get rid of terminal corruption?
> >
> >
> > You know, disk encryption, 16 character multiclass passwords that I
> > rotate every week, firewalls that require my approval for every packet,
> > that was never really enough for me. Something was missing, so I
> > decided to learn a binary character set and use it on nearly everything.
> >
> > http://suso.suso.org/mediafiles/terminalgarbage.jpg
> >
> > Now even the causual over the shoulder gawker won't know what I'm doing
> > or who owns files.
> >
> > Ok, just kidding. I'm curious though, how do you usually like to get
> > rid of terminal corruption? Do you just close the terminal or are you
> > daring and try to reverse it by cat'ing out /dev/urandom or /dev/sda?
> > Sometimes I'll try cat'ing /dev/urandom, but something makes me think
> > that its dangerous to do that. Anyone know?

Re: [BLUG] How do you like to get rid of terminal corruption?

Since I heard about it, I use reset. I've actually never had that not
work that I can remember.

If it ever doesn't work for me, maybe I'll remember your /dev/urandom trick.

Or maybe I'll do what I used to do: close out the terminal and open a new one.

You're not saying that this happens in ever terminal you open, are you?

Simón

On Tue, Mar 3, 2009 at 10:48 PM, Mark Krenz <mark@slugbug.org> wrote:
>
>  You know, disk encryption, 16 character multiclass passwords that I
> rotate every week, firewalls that require my approval for every packet,
> that was never really enough for me.  Something was missing, so I
> decided to learn a binary character set and use it on nearly everything.
>
>   http://suso.suso.org/mediafiles/terminalgarbage.jpg
>
>  Now even the causual over the shoulder gawker won't know what I'm doing
> or who owns files.
>
>  Ok, just kidding. I'm curious though, how do you usually like to get
> rid of terminal corruption?  Do you just close the terminal or are you
> daring and try to reverse it by cat'ing out /dev/urandom or /dev/sda?
> Sometimes I'll try cat'ing /dev/urandom, but something makes me think
> that its dangerous to do that. Anyone know?
>
>  Mark
>
> --
> Mark Krenz
> Bloomington Linux Users Group
> http://www.bloomingtonlinux.org/
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Linux LanParty/Linux Fest

I think this event would be a lot of fun and quite educational.

I would bring my openSUSE laptop to the event...

Either date works for me.

Thanks for organizing this!

-Adil

On Wed, Mar 4, 2009 at 10:51 AM, Mark Krenz <mark@slugbug.org> wrote:

 Well, with IU's LinuxFest now in the past and the oppurtunity for
others to pick up the slack, I thought it would be a good time to try
something new. Suso would like to host a Linux LAN Party some Saturday
in April that would go from like noon til 2am or something. Activities
could include games, sharing information, tutorials, hanging out, etc.
I also wanted to make this a Blender Users Group thing too.

 What I wanted to ask everyone is how much interest would there be in
this?  Would you bring a computer to the event?  Marina and I agreed
that Suso would be able to sponsor space and buy refreshments. Our new
office suite is big enough to maybe have space for 10-12 people to sit
comfortably with their computers in the front area with some room for
people to wark around.  We also have the ability to reserve things like
the Fountain Square ballroom, but Saturdays are not as easy to get.  But
other space in FSM is available too.

 Also, what Saturday would work, I think April 11th or 18th would be
good.  The 18th seems to be most ideal because there aren't any
significant events I could find for that weekend.  The 25th-26th is the
IU LAN war 16 and Little 5 so it would be nice to have it before or
after that so it wouldn't interfere.

Mark

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Re: BLUG Digest, Vol 13, Issue 1

It must be a new Gnome feature Simon because it doesn't exist on
Ubuntu 8.04.

On Wed, Mar 04, 2009 at 03:30:03PM GMT, Simón Ruiz [simon.a.ruiz@gmail.com] said the following:
> On Tue, Mar 3, 2009 at 10:27 AM, Steven Black <blacks@indiana.edu> wrote:
> > Here's a fun fact: There's no way to lock the taskbars in GNOME.
> > (At least none in the GUI.) This means it is always subject to
> > click-and-drag moving them around the screen. I don't know why my wife
> > has the problem but she has quite a problem.
>
> Huh?
>
> *right-clicks on panel, sees "Lock Panel Position" option, scratches head*
>
> Am I misunderstanding your statement?
>
> Simón
>
> _______________________________________________
> BLUG mailing list
> BLUG@linuxfan.com
> http://mailman.cs.indiana.edu/mailman/listinfo/blug
>

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Linux LanParty/Linux Fest

I'd be interested.  Would love to help with the grunt work if I can.  Keep us posted - it's a heckuva idea!  Thanks for offering!
P.S.  Love the webcam.  


[BLUG] Linux LanParty/Linux Fest

Well, with IU's LinuxFest now in the past and the oppurtunity for
others to pick up the slack, I thought it would be a good time to try
something new. Suso would like to host a Linux LAN Party some Saturday
in April that would go from like noon til 2am or something. Activities
could include games, sharing information, tutorials, hanging out, etc.
I also wanted to make this a Blender Users Group thing too.

What I wanted to ask everyone is how much interest would there be in
this? Would you bring a computer to the event? Marina and I agreed
that Suso would be able to sponsor space and buy refreshments. Our new
office suite is big enough to maybe have space for 10-12 people to sit
comfortably with their computers in the front area with some room for
people to wark around. We also have the ability to reserve things like
the Fountain Square ballroom, but Saturdays are not as easy to get. But
other space in FSM is available too.

Also, what Saturday would work, I think April 11th or 18th would be
good. The 18th seems to be most ideal because there aren't any
significant events I could find for that weekend. The 25th-26th is the
IU LAN war 16 and Little 5 so it would be nice to have it before or
after that so it wouldn't interfere.

Mark

--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug

Re: [BLUG] Re: BLUG Digest, Vol 13, Issue 1

On Tue, Mar 3, 2009 at 10:27 AM, Steven Black <blacks@indiana.edu> wrote:
> Here's a fun fact: There's no way to lock the taskbars in GNOME.
> (At least none in the GUI.) This means it is always subject to
> click-and-drag moving them around the screen. I don't know why my wife
> has the problem but she has quite a problem.

Huh?

*right-clicks on panel, sees "Lock Panel Position" option, scratches head*

Am I misunderstanding your statement?

Simón

_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug