Bookmark
Quantum Computing Playground
qcplayground.withgoogle.com/#/home, posted 2014 by peter in development online simulation
Quantum Computing Playground is a browser-based WebGL Chrome Experiment. It features a GPU-accelerated quantum computer with a simple IDE interface, and its own scripting language with debugging and 3D quantum state visualization features. Quantum Computing Playground can efficiently simulate quantum registers up to 22 qubits, run Grover's and Shor's algorithms, and has a variety of quantum gates built into the scripting language itself.
Bookmark
DRY-ing Out Your Sass Mixins · An A List Apart Article
alistapart.com/article/dry-ing-out-your-sass-mixins, posted 2014 by peter in conversion css development howto toread webdesign
One of the most powerful features of the CSS preprocessor Sass is the mixin, an abstraction of a common pattern into a semantic and reusable chunk. Think of taking the styles for a button and, instead of needing to remember what all of the properties are, having a selector include the styles for the button instead. The button styles are maintained in a single place, making them easy to update and keep consistent.
Bookmark
Use Git even if your team doesn't: git-svn tips and tricks - Atlassian Blogs
blogs.atlassian.com/2013/12/git-svn-tips-and-tricks/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+AllAtlassianBlogs+%28Atlassian+-+All+Blogs%29, posted 2013 by peter in development howto reference versioncontrol
The list below contains all the tricks and tips I had to research and integrate in my workflow to keep using Git joyfully in conjunction with SVN. Enjoy!
Bookmark
CSS Variables in Firefox 29 • Cameron McCormack's blog
mcc.id.au/blog/2013/12/variables, posted 2013 by peter in css development firefox html toread webdesign
As reported by Cameron McCormack, Firefox Nightly (version 29) now supports CSS variables. You can get a quick overview in this short screencast:
Bookmark
BayesDB
probcomp.csail.mit.edu/bayesdb/, posted 2013 by peter in ai database development software statistics toread
BayesDB, a Bayesian database table, lets users query the probable implications of their data as easily as a SQL database lets them query the data itself. Using the built-in Bayesian Query Language (BQL), users with no statistics training can solve basic data science problems, such as detecting predictive relationships between variables, inferring missing values, simulating probable observations, and identifying statistically similar database entries.
Bookmark
K-tree - a height balanced tree structured vector quantizer
ktree.sourceforge.net/, posted 2013 by peter in ai development text
K-tree is a tree structured clustering algorithm. It is also refered to as a Tree Structured Vector Quantizer (TSVQ). The goal of cluster analysis is to group objects based on similarity. Each object in a K-tree is represented by an n-dimensional vector. All vectors in the tree must have the same number of dimensions.
Bookmark
The Problem With Perl Testing | Ovid [blogs.perl.org]
blogs.perl.org/users/ovid/2013/10/the-problem-with-perl-testing.html, posted 2013 by peter in development opinion perl testing
If there is one thing about testing in Perl which bugs me, it's that most testing in Perl is what cgi-lib.pl is to Plack. The following is mostly a rant and I'm also guilty of many of these sins.
What is repl.it? § It is an online environment for interactively exploring programming languages. The name comes from the read-eval-print loop, the interactive toplevel used by languages like Lisp and Python.
Bookmark
Getting started with Perl Dancer on Digital Ocean
perlmaven.com/getting-started-with-perl-dancer-on-digital-ocean, posted 2013 by peter in development framework howto perl toread
In this article I'll explain how to set up a Perl Dancer based web site on a Digital Ocean droplet.
Bookmark
High Scalability - High Scalability - If You're Programming a Cell Phone Like a Server You're Doing it Wrong
highscalability.com/blog/2013/9/18/if-youre-programming-a-cell-phone-like-a-server-youre-doing.html#, posted 2013 by peter in development mobile toread
The cell radio is one of the biggest battery drains on a phone. Every time you send data, no matter how small, the radio is powered on for up for 20-30 seconds. Every decision you make should be based on minimizing the number of times the radio powers up. Battery life can be dramatically improved by changing the way your apps handle data transfers. Users want their data now, the trick is balancing user experience with transferring data and minimizing power usage. A balance is achieved by apps carefully bundling all repeating and intermittent transfers together and then aggressively prefetching the intermittent transfers.
|< First < Previous 129–138 (528) Next > Last >|