Sponsored Content
Full Discussion: Tynt Tracer Must Die
Contact Us Post Here to Contact Site Administrators and Moderators Tynt Tracer Must Die Post 302416039 by alister on Saturday 24th of April 2010 12:25:48 PM
Old 04-24-2010
Tynt Tracer Must Die

First of all, I want to thank everyone who runs this forum for the fine job they've done. While I myself have not yet had any need for help, I have enjoyed and learned while helping others.

Due diligence disclaimer: I searched for a discussion on this issue, using "tynt" and "copy paste", but found none. Hopefully, I did not miss it. Also, I searched my control panel to see if there was already a remedy there, but I found none.

Okay, now down to business Smilie

When trying to help someone, I can't even paste their one-liner into a terminal window without it causing problems.

For example, a few minutes ago, while trying to assist over at https://www.unix.com/shell-programmin...t-go-away.html, copying a modest one-line pipeline resulted in the following paste to my terminal:

Code:
VAR=`awk -F, '{print $2}' input.txt | sed  's/-i/\|/g;s/^.\{1\}//g;s/ //g'`



Having to delete that in a text editor when copy-pasting someone's sample data is just a mild annoyance, but to have that in the terminal is just terrible. It produces junk on the screen, junk in command history, and in a case-insensitive environment with vim installed (osx, for example), "View Original: ....." brings up vi in read-only mode.

For the love of all that you hold dear, is there any possibility that the tynt tracer script can be nuked from orbit? If not, can the char limit before it kicks in be bumped up a bit, so that it allows copying a few lines of code/data before it kicks in? If not, perhaps users who have enough bits or helpful posts could have access to a knob in their control panel to disable it? If not, perhaps it can only be included on pages for threads that have not had any activity in a day or two? (I'm just tossing out ideas in case any of them are palatable.)

If there is no chance of this going away, I would appreciate an explanation. Not because it is owed to me -- I do not feel any entitlement in that regard -- but because I am simply curious to know why something with such an obvious downside is embraced (does it help that much with traffic and/or attribution?).

Any consideration you give this post is greatly appreciated.
Worst case, I'll just go back to using the javascript-less environment I was using. The downside of that is that notifications tend to go unnoticed for days. Not such a big deal, I suppose.

Again, despite my first thread being a whinge, I sincerely appreciate the work the staff has put into the site. It's a nice place. Keep it up.

Best wishes,
Alister
 

5 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Live Free or Die!

Mods: Delete this if you think that this is not appropriate. I found this rather amusing. If you go to www.unix.net now you will see the OpenGroup selling license plates that read "Live Free or Die/Unix/Unix is a trademark of the OpenGroup" (http://www.unix.net/unix_plates.html) I just... (12 Replies)
Discussion started by: auswipe
12 Replies

2. Solaris

what time did my process die ??

Hi there I have a backup script that runs every night and for some reason ive been getting in in the morning and the process has died, Is there any way I can tell when it died? if not .....would anybody recommend some scripting that i could do that would be able to tell me this information ... (3 Replies)
Discussion started by: hcclnoodles
3 Replies

3. UNIX for Dummies Questions & Answers

Python 2.5 must die.

I am using SunOS 5.7 I have installed Python 2.5 via make install Without going into details, I'd like to uninstall it and replace it with an earlier version. Maybe as far back as 2.2.3. Unfortuantely, make uninstall gives me Don't know how to make target 'uninstall'. This is thematically... (2 Replies)
Discussion started by: Dbecker
2 Replies

4. UNIX for Advanced & Expert Users

Shell Script Dependency/Tracer

Hello All, We have a very old system at hand in which there are hundreds of shell scripts that use other shell scripts, all on the same server. There are several that are not used at all as well. In short, it's an unmanaged system thats been lying around for many years, and it needs to be... (12 Replies)
Discussion started by: ag79
12 Replies

5. Shell Programming and Scripting

FTP Connection die out

Hi, I will ftp aroung 80 files after connecting to an FTP Server. But after 2 minutes of connection, it is timed out and connection is dying. Server had a 2 minute connection timeout if connection is idle. But my question, Isn't tranfering files not considered as an activity. Is the connection... (7 Replies)
Discussion started by: vasuarjula
7 Replies
set_color(1)							       fish							      set_color(1)

NAME
set_color - set_color - set the terminal color set_color - set the terminal color Synopsis set_color [-v --version] [-h --help] [-b --background COLOR] [COLOR] Description Change the foreground and/or background color of the terminal. COLOR is one of black, red, green, brown, yellow, blue, magenta, purple, cyan, white and normal. o -b, --background Set the background color o -c, --print-colors Prints a list of all valid color names o -h, --help Display help message and exit o -o, --bold Set bold or extra bright mode o -u, --underline Set underlined mode o -v, --version Display version and exit Calling set_color normal will set the terminal color to whatever is the default color of the terminal. Some terminals use the --bold escape sequence to switch to a brighter color set. On such terminals, set_color white will result in a grey font color, while set_color --bold white will result in a white font color. Not all terminal emulators support all these features. This is not a bug in set_color but a missing feature in the terminal emulator. set_color uses the terminfo database to look up how to change terminal colors on whatever terminal is in use. Some systems have old and incomplete terminfo databases, and may lack color information for terminals that support it. Download and install the latest version of ncurses and recompile fish against it in order to fix this issue. Version 1.23.1 Sun Jan 8 2012 set_color(1)
All times are GMT -4. The time now is 07:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy