Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Ha ha ha (Score 1) 16

More than 5 (maybe 10?) years ago, I remember Microsoft opened and ran a "Microsoft Store" in Westfield Valley Fair Mall (San Jose), right by its Apple Store. It was funny to see the packed Apple Store, right across from the empty Microsoft Store. If I had a smart phone then, I would have posted a comparison video pair!

Comment Re:Switch YouTube accounts to continue transfer (Score 1) 76

I concur with other responses to this message. Why go through all this trouble when this company makes your life difficult? For instance, I moved to Plexamp, and I couldn't be happier: Like Google Play Music, I can play my songs on my car radio through my car's Bluetooth; my music immediately updates on changes I make to the music files on my Plex server; Plexamp is much more reliable than Google Play Music's app, and service ever was.

Comment Benefits of Python IDEs for SSH connections? (Score 1) 53

About 7-9 years ago, the relatively huge memory usage of full-fledged IDEs for Python programming (such as Pycharm and Eclipse) really turned me off, so I continued to stick with Emacs. As my Python programming became more sophisticated, I installed Emacs modules (such as flyspeck and Jedi) that implemented necessary elements of IDEs. However, during this current quarantine, I have been coding, editing, and oftentimes compiling files remotely through Emacs's TRAMP module. Given how starved and unreliable my connections are, using TRAMP is an exercise in pure frustration; when my connection hiccups, my Emacs session freezes from 5 seconds to 5 minutes (I give up and force-quit Emacs at 5 minutes); apparently, TRAMP's developers have designed its default behavior for only human heartbeat levels of network reliability. Therefore, I am exploring options for IDEs that fix the real-world problems of remote file editing. Any suggestions? Standard solutions, such as SSHFS or SSH tunnels, cannot apply to me, because I am working on my work laptop through an aggressive VPN, and I do not have administrative privileges on it.

Slashdot Top Deals

Money may buy friendship but money cannot buy love.

Working...