Earlier quoted context omitted.
for some users, half the fun of switching to linux is realizing there's open source versions of all the software they used to pay for.
Why bother, when in most countries they can just pirate it?
Windows for Linux Nerds
231–240 of 393 posts
Re: Windows for Linux Nerds
#232Earlier quoted context omitted.
Yeah, but that is the thing ... I never wanted to customize the look and have zero willingness to spend more then a second on it. I want it to look acceptable out of box, but dont care about details. I suspect most people are like that. I thought I dont care how things look until I installed linux distro at home years ago and seen how it looks without tweaking. And I was unable to make it nicer, not because configura…
>I am not artist and dont know how to make nice... It does matter how the whole looks to the user and linux was never really good at. It sometimes takes a little bit of work, but it isn't that complicated. Linux is great at it, but you might have to do a little research. An example of how to find that information: https://www.google.com/search?q=how+to+make+linux+look+good Example desktops: https://www.quora.com/What…
What windows and mac do is that you open new laptop and everything looks alright. After few weeks, I change the wallpaper and I am happy. That is zero "make it nice" work.
Re: Windows for Linux Nerds
#233Earlier quoted context omitted.
Why not dual boot linux and windows 10 or use a Linux VM? It takes like 10-15 seconds to reboot a machine these days. I am about to take the plunge toward a ThinkPad after many years with OSX (I haven't upgraded my 2011 17" to macOS). My plan is to try dual booting linux and/or using a Linux VM. I think the biggest hurdle will be changing my mindset. That is, looking for the OSX version of whatever it is I am looking…
I'm in a similar predicament to OP. I prefer Linux in most cases, it's what I'm used to. But I need or would vastly prefer one or the other depending on what I'm doing. A VM is fine for just checking outlook..or using Skype for chat and things like that. But the second I need to use an IDE for Windows development, it's too slow to bear. Having better interchangeability between these two would make my life significant…
If we are talking about a beefy Xeon E5 workstation with 64 gigs of memory, you'll probably be able to assign more resources to the Windows VM than Visual Studio knows how to deal with.
Re: Windows for Linux Nerds
#234Earlier quoted context omitted.
It's open source, it have a long history and is called WINE.
... Which, despite what I imagine is an incredible amount of effort on their part, struggles to run acceptably not even half the software you throw at it ... Wine is unfortunately not a reliable solution for a huge number of tasks mostly populated by windows-only software (e.g. professional CAD & PCB software - and no, open source "alternatives" in those domains are NOT able to compete, which is perfectly understanda…
Re: Windows for Linux Nerds
#235Earlier quoted context omitted.
I know what you mean, but you will never see MS contributing to Wine will you? Will we ever see office for linux? Why can't we get a proper POSIX layer for windows (like they used to offer)?
Given that Microsoft is one of largest contributor to linux, I would not blame them for not contributing also where Linux directly competes with them. They would absolutely deserve criticism if they restart ugly fud campaigns again. But as of now, the two seem to be at peace.
Re: Windows for Linux Nerds
#236Want to _really_ impress us, Microsoft? Give us a Windows Subsystem for Linux. I chose a maxxed out Dell XPS15 laptop with Windows 10 to replace my 3 year old rMBP with the (foolish) expectation that it could replace my Mac. Apple had lost sight of what mattered to developers, and I was angry. But now, 2 months later, here I continue developing and existing on my old rMBP. Bash in Windows is incredibly slow on some a…
Yes! I primarily develop on Linux, but lately have been working on Windows porting. In many ways the WSL has been a massive savior. It makes developing on Windows at least possible for Linux users. But it's sooo slooow. The performance bottlenecks I hit seem to be disk i/o related. Things from path tab completion on the command line, to Vim's YouCompleteMe compiling code in the background, to a plain "git status", ar…
Re: Windows for Linux Nerds
#237Earlier quoted context omitted.
How healthy is the desktop market outside of the corporate environment? Consumers seem largely content with phones and tablets.
As long as PC gamers exists, the desktop market will never die.
Re: Windows for Linux Nerds
#238Earlier quoted context omitted.
Linux still sucks shit on the Desktop. I try it every year, and every year it sucks very slightly less. It goes beyond drivers and application compatibility, Linux distros are ugly and the people making them have no taste. The Desktop/Laptop market is not nearly as important as it used to be, but within that space, Microsoft's dominance is about as strong as ever. Apple might have been able to take a dent out of it i…
My sister, who majored in philosophy and is in absolutely no way technologically adept, has been a fulltime linux user for 12 years now (including 4 years in university). My partner, who is a grade school teacher and is in no way interested in learning about technology, has been using it full time for 2 years now. My dad, a 6 year user (4 years fulltime), same story about level of tech competence... There are others.…
Re: Windows for Linux Nerds
#239Earlier quoted context omitted.
Am I correct in guessing that they all use Linux at your recommendation and ask you for help from time to time? Regardless, I'm glad it works for them. But if they do benefit from your help, keep in mind that not everyone is so lucky. And for individual users who aren't using their computers in a corporate/institutional environment with a sysadmin, the best software is software that just works without any help from a…
My father is 74 and he uses ubuntu. I installed it for him and he doesn't know the difference, really. Most people are just using browsers and I don't know, maybe a spreadsheet once in a while? Primarily browsers. My dad casts videos to his chromecast and reads a few forums, checks his email. Ubuntu just works for "normal" users. I installed it because I have to help him far, far less than I did when he had windows.
Re: Windows for Linux Nerds
#240Earlier quoted context omitted.
NGINX, Postgres, MySQL, Postfix, etc all work just fine as OS X services and Linux Services. The format of the init script is different but that is true between Linux and BSD or even various Linux distributions. None the less, the concept of running your services on OS X holds fast. WSL's init however, is not a full implementation. To run a Linux service/daemon you have to resort to bootstrapping something from the W…
None of it is the same thing, outside of linux, if you are being honest. You can't run a macOS script in web production. period. end of story. So with all platforms, sans linux proper, we resort to funny business to get things working locally and then do it different when it comes time to deploy. What are we doing? Just use linux... or MSFT/.net as it were. The funny thing in all of this is that Apple have nothing to…