Notice
This is an old archive from [bitcod3r.tumblr.com](https://bitcod3r.tumblr.com/). New layout is WIP ;)
Nanotechnology - Another quantum dots use.
2015-01-14 21:42:00 +0000
Last week, some exciting news about Nanotechnology growth in these 10 years of experiments in the microelectronics field pulled scientific attention.
The use of quantum dots to rate energy transfer in nanocrystals is the main experiment that delivers useful information to build our next generation of nano types of equipment. Some other experiments suggest that taking a laser to excite electrons in quantum dots could generate enough charge to consider this the first step to rate the amount of transferred energy.
Some chemical reactions could help to used to measure the energy transfer, as well as is demonstrated that bioluminescence change quantum dots state, therefore giving us a continue and natural source of light. In that step, we must consider a new experiment (e.g. using protein R reniformis luciferase) to rate how bioluminescence pulses a commute transfer continuity.
In such a case, this is an excellent opportunity to think about the next generation of nanocomputers. What will be our state of the art ten years forward? Admittedly, we will take all our Computer Science theories like compilers, syntactical analysis to create new applications and make it run in nanocomputers.
symfony1.4 + Ajax
2014-11-04 15:00:00 +0000
After implementing so many old-school website based structures, I started using a different approach to pass across the MVC paradigm.
Do we have to reload our application page every time?
It all depends on how we are going to implement UX. Okay, wait. symfony simply does not take care too much attention to UX, because it is controller-based. Under that perspective, we have functionality in one hand versus usability in the other. Changing our vision towards actual tendencies, we have some new patterns to design web apps. A new concept incorporates one-single page apps as a defacto way to deal with usability, without sacrificing asynchronous HTTP request demand.
A regular use case when the user interacts with an app altering data is not a good idea pulling the user out of the usual flow with a total page refresh. In that case, we can just take a one-page action to refresh only some UI components in the page.
Ok, let’s get rid of that premise with one simple example:
View
<div id="dinamic-div">
<?php include_partial('mi_partial',array('variable => $variable)) ?>
Controller (+ajax)
function(HTTPRequest $request) {
$variable = $request->getParameter('variable');
// execute here my code then...
return render_partial('mi_partial',array('variable => $variable));
As you can see, there’s only one partial to be refreshed with new data. Eliminating the need to take the whole page to a new singularity state. It only depends on the component being affected.
Using Doctrine CLI on Windows
2014-10-30 00:18:11 +0000
-
Copy doctrine.bat (located at vendor/bin/doctrine.bat) to your project root directory.
-
Create a bootstrap.php file in any path inside your project root directory with the following content:
use Doctrine\ORM\Tools\Setup;
use Doctrine\ORM\EntityManager;
$paths = array("../model");
$isDevMode = false;
$dbParams = array(
'driver' => 'pdo_mysql',
'host' => 'localhost',
'user' => 'root',
'password' => '',
'dbname' => 'angular_php',
);
$config = Setup::createAnnotationMetadataConfiguration($paths, $isDevMode);
- Create a cli-config.php file in your project root directory with the following content:
use Doctrine\ORM\Tools\Console\ConsoleRunner;
// replace with file to your own project bootstrap
require_once 'path/to/file/bootstrap.php';
- Execute Doctrine CLI from a command line window like this:
c:\path\to\project\root\directory>doctrine --help
home dev jammin studio
2014-10-10 19:42:47 +0000
Home dev jammin studio
Loco Setup
2014-10-08 05:51:48 +0000
Crazy Infected Mushrooms Setup back in 2011: Can you imagine how it might be now in 2014?
Leap Motion in the State of the Art
2014-10-02 04:42:01 +0000
Is this just another tedious creative process to improve our virtual interaction, or are we just creating a new gate to completely new virtual senses? Anyhow, we are astonished by what Leap Motion technology is offering us.
A Sky Full Of Stars
2014-09-30 01:07:35 +0000
Un Lunes sin buena música es como un fin de semana sin relax.
Ice Bucket Donations Reach $88.5 Million by now
2014-08-26 16:22:28 +0000
Ice Bucket Donations Reach $88.5 Million by now
How viral could become an internet campaign? So viral to raise $88.5 Million in less than a month
Export Doctrine Schema YAML file from MySQL Workbench
2014-08-26 06:55:00 +0000
Since MySQL Workbench is in continuous development and use, poorly maintained plugins get outdated andnon-functional quickly. And it is more when we talk in PHP developer environment terms.
Fortunately, we can always find some good guys working around new projects and better tools to gather the community contribution and their efforts.
This is a how to get work with mysql-workbench-schema-exporter :
- Download and install MySQL Workbench
- Donwload and unpackage Schema Exporter into a separated folder.
- Get Composer installed in your Exporter unpackaged folder:
php -r “readfile(‘https://getcomposer.org/installer’);” | php
- Run composer to get dependencies:
php composer.phar install
- Now use Schema Exporter to get translated .MWB file to .YML file.
php bin/mysql-workbench-schema-export modelo\_bdd.mwb ./myNewYMLsFolder
And that’s it! Enjoy your code!
Skeumorphing in music with an ipad
2014-08-26 05:19:41 +0000
How a simple concept ’Skeuomorphism’ has behind so much pragmatical meaning in virtual platforms? I this digital era when we came with so many concepts carried from the industrial age.
So many tools designed to be used daily to help our comfort and social needs are now so arranged in our daily life that it is challenging to detach such concepts easily. But the real truth is that our world is changing so fast that many tools overcome old fashioned tools continuously. So much that we created a bridge between them to establish a good user experience.
Since the creation of analog components to control our equipment, we had a real conscience about aesthetics and ergonomics. After all the digitalization process, many of those components were used in the skeuomorphism process.
I ask how easy that is to reconcile us to new technology when it is necessary to take advantage of new possibilities. For example, is so difficult to execute a song using a small keyboard in an iPad app.
It is different if we use a new iPad surface to control other parameters as a touchpad that brings so much more comfortable to fingers and reciprocally more feeling in the creation process.
Here is another example where we can quickly see how knobs bring us the feeling of volume control and how it helped designers expand that concept to an iPad app with limited movement feeling.
In conclusion, Skeuomorphism can help us recreate an old-fashioned world but limit our possibilities in creating new concepts.
Brown Eyed Girl (Van Morrison)
2013-06-21 08:03:00 +0000
So sweet tune. Definitely my favorite track on Blowin’ Your Mind! Album.
Misinformation as an strategy in Social Networks
2013-06-05 04:15:00 +0000
The first time we consumed tweets, in a separate timeline down in early 2007, we never thought that social networks would affect our lives in a considerable way years after.
Now, when some organizations or groups of people conspire using Social Networks to manipulate the audience, we must be cautious about this kind of misinformation, because they can lead us to massive mistakes.
When you read something catastrophic, first search that information from other sources, then find a reliable source , then share it. Don’t be part of the viral message.
faith in theorem believe in theory
2013-06-05 03:56:08 +0000
Faith in theorem… Believe in theory…
Colaboraciones que rebuscan y reencuentran arte
2013-05-30 01:34:59 +0000
Colaboraciones que rebuscan y reencuentran arte
Música que demuestra que la producción digital no solo consiste en presionar un par de botonos. Sino también se trata de imprimir arte y sentido musical cuando los presionas. Al final son solo herramientas, el artista es artista con el instrumento que le pongan en frente. :)
Update (04.27.2021): Alvin Risk - JunkFood version 05.28.2013
Bitcoder Music Experiments
2013-05-24 01:21:15 +0000
So here it is! My Soundcloud channel with just a few experiments. Soon will be uploading more material. Enjoy it!
Come Undone Cover
2013-05-24 01:20:16 +0000
Jugando con Garage Band un Lunes lluvioso
ROBOTS OR DINOSAURS?
2013-05-22 22:22:00 +0000
tumblrbot asked: ROBOTS OR DINOSAURS?
Dinobots!
First they ignore you, then they laugh at you, then they fight you, then you win.
2013-05-22 14:30:20 +0000
First they ignore you, then they laugh at you, then they fight you, then you win.
walking down la ronda a typical neighborhood in
2011-05-28 00:47:42 +0000
Walking down La Ronda , a typical neighborhood in Quito Town.