Well, the free internet access point is there.
You know, when you have kids there is little time to seat and watch a full movie at once, I usually watch movies in periods, half hour in the morning, half hour at the night and have it done in two to four days.
So, you are familiar with Facebook and its news, Facebook is introducing 360 videos on the timeline, and as you would expect, those videos will be enjoyed a lot with an oculus rift.
So, as soon as I connect my iPad/iPhone dropbox starts growing in memory consumption. I don’t know what is happening, maybe Dropbox is putting all those files in RAM for indexing but not releasing them.
If you have the same issue, please upvote this thread in the Dropbox Forums: Despite reinstall Dropbox quite with error code 3
So, this mail arrived to my “Junk” mailbox, for those that don’t speak spanish it says:
You are reading this because your email service allows unwanted emails.
Is estimated that every person spends between one and three working days days just in this activity, for one person with an income of 6,000 the cost is approximately 580 pesos annually without taking care the cost of stop doing the productive tasks in that time…
First, I got to this mail because I was cleaning the junk mail (deleting and yes, I know this is done automatically by the Mail server, but I wanted to delete it anyway) and when the mailbox was clean this message arrived so it was the only one and was the lucky one.
Second, How am I going to trust in a company that sends Spam to sell an AntiSpam solution?. I’m sorry, I don’t think that is the way to do it.
I mean, to me is definitively not something that really changes the way you interact with your phone, well, it does if your interaction is with an iPhone, but in android we have something similar, the long press witch helps you to achieve the exact same thing.
There are some other gestures like the double tap and swipe up/down in chrome to zoom in and out. So for me not something that useful, new yes, valuable yes, useful yes, the thing…. No.
https://youtu.be/cSTEB8cdQwo
Thats the subject that Apple send to me to basically say “we are about to charge more for your basic iCloud storage”. Indeed the price is lower, before I payed around $12MXN for 20GB of storage barely $0.6 MXN per GB, now I’ll pay $0.34 MXN, but I’ll pay a more at the end.
I have no problem so far because $17MXN is barely $1USD… a month. But is a curious subject 😉
Since I start using OS X I’ve never been a “spotlight” user. Althought it is there and never really used it as my daily driver, for some time I used QuickSilver because when I was using Linux I used GNOME do, but then I switched to Alfred. The main reason is that is super fast and let me execute custom commands from a couple of key strokes.
Today I’m making 5 years working with the best team in the world: SpamExperts. Sam, Dreas and everyone at SpamExperts
Thank you
[KGVID width=”426″ height=”240″]http://islascruz.org/blog/wp-content/uploads/2015/08/ac.mp4[/KGVID]
In Mexico more and more states are making illegal the bullfight, but the Spanish bullfighting in which the bull is killed and mutilated if it was good for the show.
I do condemn that kind of events just because there’s animal abuse. Many people call it an “art” but there’s not any that could be it. First because even when the fighting bull is aggressive by instinct it’s not a reason to kill it. Lions are aggressive, hippos are aggressive and killing one is not allowed in many places, you need a specific permission and to be in the season to do it by sport (and I disagree killing animals by sport), not by mere art.
Some people states that those animals exists because of that show, if the show ends then they are doomed to extinction. So be it. To me it’s preferable that a specie became extinct instead of making them reproduce to kill them in a show.
But I’m pretty sure that even if the bull fights became illegal in the whole world that race of Bulls will not be erased fro the earth. I mean, there are lots of species that are in risk of extinction and there are efforts to preserve them, being in natural conditions or in a zoo.
I’m pretty happy that in Mexico that kind of shows are getting forbidden.
Now what about the use of animals for our meals… I think that’s cruel too. We need to get the nutrition and flavor from somewhere else. I hope projects like “Soylent” become more and more popular and allows us to forget about killing animals for meat. Also, help places where food is scarce.
What do you think about bull fighting ?. Let me know in the comments.
Hello everybody out there using minix –
I’m doing a (free) operating system (just a hobby, won’t be big and professional like gnu) for 386(486) AT clones. This has been brewing since april, and is starting to get ready. I’d like any feedback on things people like/dislike in minix, as my OS resembles it somewhat (same physical layout of the file-system (due to practical reasons) among other things).
I’ve currently ported bash(1.08) and gcc(1.40), and things seem to work. This implies that I’ll get something practical within a few months, and I’d like to know what features most people would want. Any suggestions are welcome, but I won’t promise I’ll implement them
Linus (torvalds@kruuna.helsinki.fi
PS. Yes – it’s free of any minix code, and it has a multi-threaded fs. It is NOT portable (uses 386 task switching etc), and it probably never will support anything other than AT-harddisks, as that’s all I have :-(.
find is a great tool to find things, but not only to find them, but to work on them. I have a small collection of music, which I presume at some point will be removed from my computer hard drive (maybe if I can get a new one it won’t be there at all) because I mostly listen to music from internet and I have a copy of the music in a external hard drive.
Today I imported the folder where the music is to iTunes again, and it created playlists that I don’t remember to have them before. That is because there were several m3u files there (winamp playlists), there are around 5k files in that directory tree and I don’t want to spend my time looking for m3u files, so, let the computer do the job.
With find is easy to find files, not by their name but by their type the f is for file.
find . -type f
Ok, but that will include all the “mp3” which are files, so if I make use of -iname to find by name, how can I do the opposite?, well, like in most programming languages, you can negate by using the exclamation symbol !.
find . -type f ! -iname "*mp3"
And add some more extensions.
find . -type f ! -iname "*mp3" ! -iname "*ogg" ! -iname "*m4a" ! -iname "*wma"
That will give me all files that are not mp3, ogg, m4a or wma. Then just use the -delete parameter to as find to delete them.
find . -type f ! -iname "*mp3" ! -iname "*ogg" ! -iname "*m4a" ! -iname "*wma" -delete
And… they are gone.
How would you do it?. Share it in the comments.
imgix is an image processing and delivery service that provides a supremely flexible, high performance, ultra–reliable solution to the problem of serving images on the modern internet. We operate our own hardware, run our own datacenters, and manage our own network infrastructure. At imgix‘s scale, maximizing efficiency and performance in image processing is critical for success. For this reason, we decided to incorporate Mac Pros in planning the build of our next generation image renderers. Because no existing Mac Pro server rack suited our needs, we designed and built our own.
Source: Racking Mac Pros by imgix
Just go to minute 14. In 1997 I was struggling making Need For Speed to run in my 133MHz computer.