Earlier quoted context omitted.
SourceForge itself is free software. I think that's one possible reason to use it rather than GitHub or else. The other possible is that SourceForge provide mailing list server and other service for projects. Anyway, you won't move a project around unless you have some strong motivations.
Is SourceForge really open source? Guess I must have missed that news. Regardless, Gitlab would still be a better choice in terms of UX and is also open source.
Tmux 2.0 released
71–80 of 221 posts
Re: Tmux 2.0 released
#72I think they meant 6 May 2015?
Re: Tmux 2.0 released
#73Earlier quoted context omitted.
Are you sure you don't have any ad blocker installed?
A reasonable followup question why wouldn't one have an ad blocker installed?
Or that ponzu schemes are okay as long as you yourself don't have to deal with them.
Re: Tmux 2.0 released
#74Earlier 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"
Do you also think not buying a Toyota is a little too close to car theft?
Re: Tmux 2.0 released
#75For those who are just getting started with tmux: I advise looking around others' .tmux.conf files for some sensible settings. Like Vim, Tmux ships with a lot of powerful features disabled by default. My absolute favorite has to be binding a hotkey to opening URLs in the current window [0]. See [1] for a small demo I just recorded. To get started, here's my current config: [1] [0]: https://github.com/jbnicolai/tmux/b…
You use ctl+s as your bind?
Re: Tmux 2.0 released
#76For those who are just getting started with tmux: I advise looking around others' .tmux.conf files for some sensible settings. Like Vim, Tmux ships with a lot of powerful features disabled by default. My absolute favorite has to be binding a hotkey to opening URLs in the current window [0]. See [1] for a small demo I just recorded. To get started, here's my current config: [1] [0]: https://github.com/jbnicolai/tmux/b…
http://gettingstartedwithtmux.com
(Sorry if the self plug is not cool, I'm happy to delete this comment if it's not ok but I figure the community may get use out of my work)
Re: Tmux 2.0 released
#77I'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.
As someone who switched a few weeks ago, I would find that a much more intriguing breadcrumb trail.
Re: Tmux 2.0 released
#78Earlier quoted context omitted.
SourceForge itself is free software. I think that's one possible reason to use it rather than GitHub or else. The other possible is that SourceForge provide mailing list server and other service for projects. Anyway, you won't move a project around unless you have some strong motivations.
Is SourceForge really open source? Guess I must have missed that news. Regardless, Gitlab would still be a better choice in terms of UX and is also open source.
Install docs: https://forge-allura.apache.org/docs/getting_started/install...
I agree that sourceforge.net as a service might not be my favourite, but Allura the forge-software seems pretty good. I think the only thing that comes close is the stack from Canonical -- but Allura seems more viable to self-host (and scale up when needed -- rather than "only a vm" or "full cluster"). It also seems less "overly opinionated", and still includes sensible defaults (contrast with getting up and running with Trac).
YMMV, but it doesn't look half-bad. Right now I don't need anything more than what you can easily get with either a separate wiki+mercurial+mailing-list, "just" trac or fossil -- but for something in-between "too big to host internally" and "too complex for Trac to be easy" -- it looks rather interesting. I'd love to hear any war stories.
Re: Tmux 2.0 released
#79Earlier quoted context omitted.
A reasonable followup question why wouldn't one have an ad blocker installed?
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?
So then, I'll unblock ads to help companies survive just as soon as those companies start giving me money to help me survive.
Re: Tmux 2.0 released
#80Does anyone else wish tmux were modal like vim, ie. without a "leader" key? My conf file has a ton of custom key bindings for window / pane management, and I'd love for them to go away or become simplified by simply dropping into a "window management mode". Likewise, I'd like the command mode to stay open until I close it. I have some scripted hacks to do this, but it's nowhere near what I'd expect from true modality…