
Category: Systems
9 entradas encontradas

Five principles for using AI professionally (without going crazy)
A few days ago I read an article by Dominiek about the 5 principles for using AI professionally and found myself constantly nodding. After years of watching technologies arrive and evolve, AI gives me the same feelings I had with other “revolutions”: enthusiasm mixed with a necessary dose of skepticism.
Dominiek’s article especially resonated with me because it perfectly describes what we’re experiencing: a world where AI is getting into everything, but not always in the most useful or sensible way.

Recapitulating
I’ve started to see what I’ve been touching lately, and not surprisingly, it’s… simply “eccentric”, in the sum of elements but not in the use of each one.
Text Editor: Sublime Text, Atom I can’t get used to it (largely due to its complicated integration with Go and Gb), and the same applies to atom for PHPStorm. In the terminal, my header editor is Joe and this has an explanation: my first text editor was WordStar and I’m a nostalgic.

Stop DisplayLink driver flooding logs in OS X Yosemite
To stop logging messages, like that, on Syslog:
14/12/14 10:38:24,521 WindowServer[235]: _CGXGLDisplayContextForDisplayDevice: No matching context for device (0x7fdf63610e10) – disabling

New wireless networks, new challenges for "telcos"
Interesting article on how telecommunications companies must face new wireless ways of connecting to the Internet.

Optimize Facebook applications beyond code
The development of applications for Facebook requires us to specially optimize them so that they work based on two very important premises: Security and speed.

PHP-FPM on Ubuntu 8.10
Having made the decision to only develop, in the case of PHP, for the 5.3 family or higher.

Who is fooling whom?
On the El Mundo website, we have an article with a headline that says: “Mr. Bean ‘sneaks in’ to the official website of the Spanish presidency“.
This article, without a doubt, is an example of the lack of rigor, and technological “yellow journalism” that floods us.

View the 10 IPs with the most access
A “recipe” to keep on hand:
cat fichero.log |
\ awk '{print $1}' |
\ sort |
\ uniq -c |
\ sort -n |
\ tail -10
What to do in a disaster
I have always said: ” there are two types of people: Those who have lost data and those who have not yet“. Given this scenario, we try to do everything in our power to safeguard all the information we have on computers in the safest way.




