Earlier quoted context omitted.
Because it's how 99% of websites get their funding, allowing them to survive. Why have an adblocker installed when you can avoid the sites with obnoxious adverts?
>Because it's how 99% of websites get their funding, allowing them to survive. So then, I'll unblock ads to help companies survive just as soon as those companies start giving me money to help me survive.
Tmux 2.0 released
81–90 of 221 posts
Re: Tmux 2.0 released
#82Earlier quoted context omitted.
Say you want to attach to session 0 (use `tmux list-sessions` to see available sessions). A trick I've found is not attaching to that session, but starting a new session sharing all underlying windows. The model in tmux is [session]->[windows]->[panes], but something I did not realize until recently is that [session] can be multiple. So rather than `tmux attach -t 0` use `tmux new-session -t 0`, allowing you to inter…
I don't have any issue with the session itself being shared. It's actually the desired behaviour almost all the time. I just don't want to be dependent on the frame sizing of a terminal no one's even looking at.
Re: Tmux 2.0 released
#83Earlier quoted context omitted.
Because it's how 99% of websites get their funding, allowing them to survive. Why have an adblocker installed when you can avoid the sites with obnoxious adverts?
Sometimes I have to get useful tools from them....like tmux. As to why I use Adblock, I've never. Not once. Ever. Bought anything from an ad on a website. I _have_ bought books and such from the referral links on blogs (which adblock doesn't block). The reason I use adblock is because I'm not the demographic ads on websites are targeting. So websites aren't losing any revenue by me not seeing their ads.
Re: Tmux 2.0 released
#84Earlier quoted context omitted.
Sometimes I have to get useful tools from them....like tmux. As to why I use Adblock, I've never. Not once. Ever. Bought anything from an ad on a website. I _have_ bought books and such from the referral links on blogs (which adblock doesn't block). The reason I use adblock is because I'm not the demographic ads on websites are targeting. So websites aren't losing any revenue by me not seeing their ads.
Adverts are not just about getting a click to follow through to a purchase. What do you gain by blocking adverts? An extra 150K from your data plan? >websites aren't losing any revenue by me not seeing their ads. This argument is a little too close to justifying piracy for my liking. "I wasn't going to buy it anyway, so it's fine"
Quicker page loads, avoiding seizure inducing ads that are designed to attract your attention in an overly aggressive way, better visibility of text because it's not surrounded by flashy pictures, animations and videos. Plus avoiding Flash/Java/JS ads poisoned with malicious content.
And, oh yeah, and ~150K that won't hit my data plan.
For the record, I don't block all ads. I have sites that I allow them on because I am a frequent user and their ads are not too obnoxious to deal with. If my page views (never clicks though) help them then great! But I surf with the blocker on by default for the reasons laid out above.
Re: Tmux 2.0 released
#85Re: Tmux 2.0 released
#86Earlier quoted context omitted.
Well, no need to really look forward... You already have every one of those capabilities with Emacs. >you could put together anything from a simple test/editing environment to a full-blown IDE. People already do this with Emacs.
Emacs is great and I know lots of people who love evil mode. I prefer vim because it comes pre-installed - good for ops. Many of my tools have embedded Lua, so it's great that I can exercise my Lua skills with Neovim. None of my other tools embeds elisp, so for me, elisp is a dead-end.
Re: Tmux 2.0 released
#87It makes me sad to see a respectable piece of open source software hosted on this site with its intrusive advertising practices such as ads with fake "install" buttons on the download page. What is the advantage of using Sourceforge these days when github and bitbucket are free for open source?
I imagine the author figures that moving is a pain.
Don't forget, Sourceforge was the Github of yesteryear. I imagine in 10 years we may very well be asking the same of some old project hosted on Github.
Re: Tmux 2.0 released
#88The release notes don't say: Is this a session-breaking update? I'd hate to run the update only to have it kill my current TMUX session. Devs - if you're reading this: PLEASE indicate if I could update without restarting the session.
Re: Tmux 2.0 released
#89Earlier quoted context omitted.
Sometimes I have to get useful tools from them....like tmux. As to why I use Adblock, I've never. Not once. Ever. Bought anything from an ad on a website. I _have_ bought books and such from the referral links on blogs (which adblock doesn't block). The reason I use adblock is because I'm not the demographic ads on websites are targeting. So websites aren't losing any revenue by me not seeing their ads.
Of course they lose revenue. your view is like any other. ( http://en.wikipedia.org/wiki/Cost_per_impression ) you won't be taking money from the company, which started the ad campaign. also: don't underestimate the effects on brand value, which will come subconsciously, if you look at ads. You will know certain companies are still active etc. This is why you don't necessarily need to be targeted. simply informed. Th…
This is exactly why I use adblock.
Re: Tmux 2.0 released
#90I'm looking forward to the combination of Tmux and Neovim. Both (will) support detached/shared sessions, both are scriptable/configurable, both can be driven by a remote process. I believe with Tmux and Neovim you could put together anything from a simple test/editing environment to a full-blown IDE.
Well, no need to really look forward... You already have every one of those capabilities with Emacs. >you could put together anything from a simple test/editing environment to a full-blown IDE. People already do this with Emacs.