The modern adventures of Han and Ben Kylo (AU)
Bwahahahaha!
I'd rather be in outer space 🛸
AnasAbdin

JBB: An Artblog!
Mike Driver
Show & Tell
TVSTRANGERTHINGS
tumblr dot com

tannertan36
One Nice Bug Per Day
almost home
sheepfilms
DEAR READER
hello vonnie
let's talk about Bridgerton tea, my ask is open
art blog(derogatory)
No title available

祝日 / Permanent Vacation

#extradirty
styofa doing anything
Sade Olutola
seen from Malaysia
seen from United States

seen from United States
seen from United States
seen from United States

seen from Belarus

seen from Netherlands

seen from TĂĽrkiye
seen from United Kingdom
seen from Germany

seen from Greece
seen from Malaysia

seen from United States

seen from Singapore

seen from Switzerland
seen from United States
seen from Colombia

seen from United States

seen from United Kingdom
seen from Egypt
@phpeter
The modern adventures of Han and Ben Kylo (AU)
Bwahahahaha!
In the movie “Ex Machina” (which is really great BTW) this code can briefly be seen:
  #BlueBook code decryption
  import sys   def sieve(n):     x = [1] * n     x[1] = 0     for i in range(2,n/2):         j = 2 * i         while j < n:             x[j]=0             j = j+i     return x   def prime(n,x):     i = 1     j = 1     while j <= n:         if x[i] == 1:             j = j + 1         i = i + 1     return i - 1   x=sieve(10000)   code = [1206,301,384,5]   key =[1,1,2,2,]   sys.stdout.write(“”.join(chr(i) for i in [73,83,66,78,32,61,32]))   for i in range (0,4):     sys.stdout.write(str(prime(code[i],x)-key[i]))  Â
Which when you run with python2.7 you get the following:
 ISBN = 9780199226559
Which is Embodiment and the inner life: Cognition and Consciousness in the Space of Possible Minds Pretty neat easter egg!
jgc says: “There’s a related thread on reddit about this.”
Now that’s nice :) !
bye bye tumblr
It’s been a while since I’ve been active on tumblr. This will most likely stay this way for the next foreseeable future as I’ve started a little sideproject  called qbotx. I’m not saying what it is here, but I will blog about the stuff I’m doing in  the background. Have a look at http://blog.qbotx.com if you like.Â
cheers, peterÂ
In case you're looking for something nice to play around- have a look at the Digital Ocean. Enter the code "SHIPITFAST10" for 2 month free!
I've been using that now for about 2 month and I'm really impressed!Â
A designer tool for creating color combinations that work together well.
When David Fincher hired me to build software effects sequences—animations of code and computer interfaces—for Zuckerberg’s and others’ monitors in The Social Network, he threw hackers everywhere a bone we’d been slavering over for a long time.
At one point during the project a set decorator...
Koala is a gui for Less, Sass, Compass and CoffeeScript. Koala can run in windows, mac, and linux.
Using open source technologies to create a basic REST API in node.js
A list of places to find the best free stock photos
If you have no Idea what the whole fuzz about noSQL Databases is,have a look at this video. This is an excellent introduction to the noSQL world from Martin Fowler.
Very good run through if you come from a "traditional" environment. Have a read - it certainly helped me...
Laravel in under 5 minutes,
If you haven't heard of Cloud IDE's for web development, you have probably been in a coma or you don't code for the web. While there are a lot of "editors" and attempts to create an online IDE- few are living up to the hype, especially when you are a php developer.
I have stumbled over Nitrous.IO a few month back, and I was already impressed by the swiftness and the usability of it. The only problem I had back then, was the fact that PHP wasn't supported. While I do enjoy my nodeJS- I'm a PHP developer at heart (even more after the release of Laravel 4!). Back then, I have asked the guys over at Nitrous if it would be possible to have a pre configured PHP/Apache/mySQL & Composer Box. Guess what? They've listened!
You can now setup a Laravel Development environment in from scratch in under 5 minutes! And here is how:
1. Go to http://www.nitrous.io and create an account.
2. Create a new box and select the PHP Option
3. Go to the terminal tab and initialize your laravel project using composer:
composer create-project laravel/laravel --prefer-dist ~/workspace/<yourproject>
SHOULD YOU RUN INTO MEMORY PROBLEMS, DO THIS:Â
composer selfupdate
4. While composer is downloading Laravel, go to the file explorer tree and select "Show Hidden"
5. We are now interested in 2 files: httpd.conf and if you want to use mySQL php.ini. Open both by double clicking them.
5.1: http.conf:Â At the moment, the Apache server is out of the box configured to to route http requests to:Â
/home/action/workspace/www
Since Laravel assumes that the public folder is used, we change the route to:
/home/action/workspace/<yourproject>/public
After you have done this, save the file.
5.2: php.ini <optional>:Â If you want to use Laravel with mySQL you have to enable the mysql extensions. Use the find button to get to the mysql entries. Remove the ";" in front of "extension=". After you have done this save the file.
6. That's it! You're done configuring your development environment! The only thing left to do is to restart Apache. Go to the Autoparts menu and pick: Autoparts -> Start/Stop Parts.Â
If you now select Preview and Port 3000, you will see the Laravel "you have arrived." page.Â
I could continue in more detail about further configurations, but I will stop here for now. If you have questions, or requests- let me know. I'll do my best to answer them.
Very good.
Here's how I enabled access to a Redis server from my (GS) gridserver: 1. Store your SITEID in a variable: export SITEID=`pwd | awk -F\/ '{ print $3 }'` Â 2. Create
Vagrant/Puppet GUI Configuration
Very very useful.
Really.
Trust me.
Muahaha...