The number of higher education institutions more than doubled in Brazil in the last decade.
I'm not an expert, but I think this was largely because of a government program called FIES, which finances private colleges and universities for students and the student will only pay the government a year after receiving the diploma. Payment is divided into very low portions. It is an excellent deal for the student and the educational institution. This program was greatly expanded in recent years and almost every student was able to receive funding.
With the crisis, the program suffered a major cut. I believe this will further increase the spaces not occupied.
Here in Brazil we have no such laws. You can drink anywhere and anytime. I remember drinking till 5am when I was a teenager and bars would stay open until the last customer was out. Today there is still no restriction, but mostly because of labour laws and the costs of maintaining service it's very hard to find open bars after 3am.
* edit: of course I'm talking about my experience living on a medium-sized city (Maceió). I guess bigger cities like São Paulo and Rio de Janeiro you can find a good number of late open venues.
I spent about three weeks in Brazil (Salvador and then São Paulo), and in SP in particular we regularly found bars open around 5 or 5:30 am, but this was circa 2004/2005 so it may have changed since then.
It would not be possible to establish a period to migrate all tokens? This "if you change in a possible feature" is not a good argument when modeling something, in my opinion. That's how AbstractFactoryStrategies are made.
This is an incredible generalization. I've very comfortably navigated codebases in the thousands of files of Python with only find and ack to guide me. I've done a lot of C# in Vim, too.
But I can't do the same in Java; at my last job we had thousands of .java files and I was stuck fumbling around with an IDE to do anything. The verbosity and repeated ceremony of the language makes it difficult to search for anything in an effective manner and the distractingly clumsy syntax (inner classes, as an example) made trying to Vim it failure-prone enough that I'd use an IDE just for the red squiggles. Those being in and of themselves concerning at times--I'd often find myself just trying to make the red squiggles shut up rather than concentrating on writing better code. I don't find myself doing that in Scala or C# or even C++.
Definetly slower. Also, there's some features I miss from the old maps, like navigation on the map while on StreetView and the measurement ruler (from labs). But you don't need to switch to Bing as you can still change to the classic google maps.
I'm glad to hear I am not the only one with performance issues. That is a lot more upvotes than I expected, especially considering how google heavy the user base is here.
I love google's products and the fact that they all work together but everything seems to be running slower than it ever has before.
Looking at the comments below, it is pretty clear that other people are also having this issue.
It takes a lot for me to stop what I am doing, and move over to Bing so if I am doing it, other people are doing it as well.
They should put making all of their applications less CPU intensive at the top of their list, right away.
===Also, while I am complaining about Google products, the google news doesn't let me easily search by time anymore which has also forced me over to bing. Articles from 30 days ago are rarely useful.
Does not make sense to me. Lavabit claims that it cannot decrypt customer's data, but if someone else could read what goes through Lavabit server and a client it could decrypt the data?? So, how come Lavabit can't do tha same thing?
But my guess is he's referring to replacing the login page's Javascript code with a malicious one that phones back the plaintext password. Kinda like a keylogger.
Lavabit's original architecture only store's an encrypted version of the private key needed to decrypt the messages. The private key is encrypted with the users password, and they don't store this password in plain text.
However; if you could intercept this password, and already got a copy of the encrypted private key as well as the encrypted data from lavabit, you could then decrypt the data.
Presumably lavabit didn't want to back door their services, by either storing a copy of the session keys, the password, or the plain text -- and chose to shut down instead.