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.
Bookmark
Coralbits S.L.
www.coralbits.com/libonion/, posted 2013 by peter in c development framework free opensource software
libonion is a lightweight library to help you create webservers in C programming language. These webservers may be a web application, a means of expanding your own application to give it web functionality or even a fully featured webserver.
Bookmark
Anonymous Pro – Mark Simonson
www.marksimonson.com/fonts/view/anonymous-pro, posted 2013 by peter in development download font free opensource typography
Anonymous Pro (2009) is a family of four fixed-width fonts designed with coding in mind. Anonymous Pro features an international, Unicode-based character set, with support for most Western and Central European Latin-based languages, plus Greek and Cyrillic. Anonymous Pro is based on an earlier font, Anonymous™ (2001), my TrueType version of Anonymous 9, a Macintosh bitmap font developed in the mid-’90s by Susan Lesch and David Lamkins. Anonymous Pro is distributed with the Open Font License (OFL).
Bookmark
Crazyflie Nano Quadcopter Kit 10-DOF with Crazyradio (BC-CFK-02-B) [ROB01315M] - $179.00 : Seeed Studio Bazaar, Boost ideas, ext
www.seeedstudio.com/depot/crazyflie-nano-quadcopter-kit-10dof-with-crazyradio-bccfk02b-p-1365.html, posted 2013 by peter in aviation development hardware linux
Ever wanted a development kit that flies? Well now you can! The Crazyflie is an open source nano quadcopter kit designed for flexible development and hacking. It's among the smallest in the world, weighing only 19 grams and measuring 9 cm motor to motor.
Bookmark
Implementing Continuous Delivery Series
info.thoughtworks.com/putting-continuous-delivery-into-practice-slideshare.html?aliId=6755658, posted 2013 by peter in continuousdelivery development howto toread video
Thoughtworks how-to video series on continuous delivery.
Bookmark
Unlimited Novelty: Don't use bcrypt
www.unlimitednovelty.com/2012/03/dont-use-bcrypt.html, posted 2013 by peter in development opinion security
I write this post because I've noticed a sort of "JUST USE BCRYPT" cargo cult (thanks Coda Hale!) This is absolutely the wrong attitude to have about cryptography. Even though people who know much more about cryptography than I do have done an amazing job packaging these ciphers into easy-to-use libraries, use of cryptography is not something you undertake lightly. Please know what you're doing when you're using it, or else it isn't going to help you. § The first cipher I'd suggest you consider besides bcrypt is PBKDF2. It's ubiquitous and time-tested with an academic pedigree from RSA Labs, you know, the guys who invented much of the cryptographic ecosystem we use today. Like bcrypt, PBKDF2 has an adjustable work factor. Unlike bcrypt, PBKDF2 has been the subject of intense research and still remains the best conservative choice.
Bookmark
Volatile and Decentralized: Rewriting a large production system in Go
matt-welsh.blogspot.se/2013/08/rewriting-large-production-system-in-go.html, posted 2013 by peter in development golang google toread
My team at Google is wrapping up an effort to rewrite a large production system (almost) entirely in Go. I say "almost" because one component of the system -- a library for transcoding between image formats -- works perfectly well in C++, so we decided to leave it as-is. But the rest of the system is 100% Go, not just wrappers to existing modules in C++ or another language. It's been a fun experience and I thought I'd share some lessons learned.
Bookmark
TextBlob: Simplified Text Processing — TextBlob 0.5.0 documentation
https://textblob.readthedocs.org/en/latest/, posted 2013 by peter in development free language nlp python software toread
TextBlob is a Python (2 and 3) library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, translation, and more.
Bookmark
skipfish - web application security scanner - Google Project Hosting
https://code.google.com/p/skipfish/, posted 2013 by peter in automation development free opensource software testing webdesign
Skipfish is an active web application security reconnaissance tool. It prepares an interactive sitemap for the targeted site by carrying out a recursive crawl and dictionary-based probes. The resulting map is then annotated with the output from a number of active (but hopefully non-disruptive) security checks. The final report generated by the tool is meant to serve as a foundation for professional web application security assessments.
|< First < Previous 139–148 (530) Next > Last >|