Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Open Source

Neovim: Rebuilding Vim For the 21st Century 248

An anonymous reader writes "Neovim is a major overhaul of the vim editor to provide better scripting, cleaner support for plugins and integration with modern graphical interfaces. Modernising the large and complex codebase of Vim is a formidable task, but the developer has a clear plan, and has already begun work. There's a Bountysource fundraiser running to support the effort. If Vim is your editor of choice, check it out." (The crowd-funding effort has only one more day to go, but has well exceeded already the initial goal of $10,000.)

Comment Re:wrong (Score 1) 241

> People moved in hordes to RDP as a protocol because X sucks so bad on a LAN

That doesn't add up - VNC has been around since forever so people would have moved to that for the same reasons that they might move to RDP. (RDP is a bit better than VNC but that's not really relevant).

My experience of X on a lan is quite good - I use remote gvim all the time. X over the internet isn't so good. I have occasionally ran remote gvim sessions over the internet in the past but forgoing a GUI and running vim over SSH is preferable in that case.

Ubuntu

Ubuntu's Mir Gets Delayed Again 241

jones_supa writes "Delays keep piling up for the Mir display server on the Ubuntu desktop. After already being postponed multiple times, Mir might not be enabled by default on the Ubuntu Linux desktop until the 16.04 LTS release — in two years time! This was the estimate by Mark Shuttleworth in a virtual Ubuntu Developer Summit. Using Mir, Mark says, will lead to supporting more hardware, obtaining better performance, and 'do some great things' with the technology. He expects some users will start using Mir on the desktop over the next year. Mir is already packaged as an experimental option, along with an experimental Unity 8 desktop session."

Comment sensational (Score 1) 373

Some guy has decompiled (what he claims to be) a VAC (Valve Anti Cheat) module that seems to be downloaded and executed when you connect to a game server. He has found code that scans the dns cache, hashes the domain name and adds it to an array.

Its not clear what is done with the data - whether it is compared against a blacklist sent by the server, whether it is used as an anti-proxy measure to verify that the VAC module was downloaded from the correct server, or whether this data is indeed sent to Valve. Tellingly, the guy who found the code where Valve scans the dns cache, has not found any code where this data gets sent to Valve.

So until someone actually finds code that sends this data off to Valve, I'm leaving the pitchfork party early.

See also: http://www.reddit.com/r/Global...

Slashdot Top Deals

God doesn't play dice. -- Albert Einstein

Working...