Comment More inmigrants! (Score 2) 229
Comment Re: What CTF stands is currently unknown... (Score 1) 64
Comment Thanks and good bye FF (Score 2) 311
Comment GNOME ? (Score 2) 86
Comment Unavailable (Score 1) 42
I just tried(Yes, Colombian here) and a nice female voice said:"Hola, lo sentimos en este momento mi linea no puede ayudarte", something like "Hi, we are sorry but my line can't help you"
Comment Wasted money! (Score 1) 150
The way Gnome have managed one of the most loved and used DE out there from simple to use to be a fsking nightmare of usability and feature-cropping simply left you wonder why inject all that big money there?
Comment Descansa buen hombre (Score 1) 344
RIP good man and thank you for all the good memories from back then.
Comment Re:I've come to expect LESS machine in 2018 (Score 1) 115
At work we are using some Lenovo P50s, nice beast, very simmilar to your setup, only difference is ours have dual graphic card: the intel factory and some nVidia(forgot model). This laptops are awesome, we run mostly some CRM/BPM crossover product which eats RAM and CPU cycles as if they were to be the last on planet earth.
Only drawback from this Lenovo models are their SSD: out of 11 laptops on our project, 10 had to be replaced(number 11 is mine, I'm still waiting my doom)
Comment Quake III Arena (Score 2) 128
On this day and age there's still some good 'ol Q3 servers out there
Comment Re:Here is one of the Wallpapers (Score 4, Funny) 44
Comment Here is one of the Wallpapers (Score 4, Funny) 44
Submission + - Coping with Spectre and Meltdown: What sysadmins are doing
Ha ha ha.
Instead, sysadmins have spent their time trying to keep up with the nature of the problem and its fixes (will it REALLY slow down computers that much? how can you tell that to the users?), and apply patches. Or, more specifically:
Ron, an IT admin, summarizes the situation succinctly: “More like applied, applied another, removed, I think re-applied, I give up, and have no clue where I am anymore.”
Feel like you're alone? Here's what other sysadmins have done so far, as well as their current plans and long-term strategy, not to mention how to communicate progress to management.
South Korea Plans To Ban Cryptocurrency Trading 78
Comment Clean Code said best: (Score 1) 751
Bjarne closes with the assertion that clean code does one thing well. It is no accident that there are so many principles of software design that can be boiled down to this simple admonition. Writer after writer has tried to communicate this thought. Bad code tries to do too much, it has muddled intent and ambiguity of purpose. Clean code is focused. Each function, each class, each module exposes a single-minded attitude that remains entirely undistracted, and unpolluted, by the surrounding details.
PS: Emphasis mine