h
d e v o n
let's talk about Bridgerton tea, my ask is open

★
hello vonnie
Sade Olutola
Cosmic Funnies

Love Begins
art blog(derogatory)
sheepfilms
Misplaced Lens Cap
One Nice Bug Per Day
Game of Thrones Daily
AnasAbdin
Monterey Bay Aquarium

izzy's playlists!

titsay

No title available
Jules of Nature

pixel skylines
seen from United Kingdom

seen from Türkiye
seen from United States

seen from Australia

seen from Netherlands
seen from United States

seen from New Zealand

seen from Argentina
seen from Netherlands

seen from Malaysia
seen from United States
seen from United States

seen from United Kingdom
seen from United States
seen from United States
seen from Netherlands

seen from United States
seen from United States

seen from United States
seen from United States
@visualspace-nl
Ghost blogging platform
Now open to The Public
10 Steps to Becoming a Ridiculously Agile Developer
Many have learned the basics of using Git from the PeepCode Git screencast. In this PDF, Scott Chacon goes even further to explain the distributed filesystem behind the popular source code management system.
If you’re tired of terse man pages or academic white papers, you’ll enjoy more than four dozen colorful diagrams that clearly explain the complicated inner workings of Git.
A short set of instructions on how we setup our Django/Python/web working environment on a Mac.
Apps voor onderscheiden echt of vals eurobiljet
Gelijktijdig met het uitgeven van het nieuwe 5 eurobiljet publiceert De Nederlandsche Bank een update van de EuroBiljet app. Met deze app kan je zien of je echte eurobiljetten in handen hebt, en wat te doen als je denkt dat het biljet vals is. De update toont nog meer informatie, heeft een verbeterde gebruikersinterface en toont natuurlijk het nieuwe 5 eurobiljet.
De EuroBiljet app met het nieuwe 5 eurobiljet op een Android tablet.
De app is vanuit één codebase ontwikkeld zowel voor iOS als voor Android, zonder concessies te doen aan uiterlijk of functionaliteit. Door gebruik van PhoneGap is de hardware in de smartphone zelf ingezet bij het verbeelden van de echtheidskenmerken. Kantel, voel en houd je toestel tegen het licht om de kenmerken tot leven te zien komen.
De EuroBiljet app op een iPhone.
Tevens publiceert De Nederlandsche Bank een website die dieper op de echtheidskenmerken van eurobiljetten ingaat. Naast de vier belangrijkste echtheidskenmerken worden tal van andere kenmerken getoond en verklaard. De webapplicatie is vooral bedoeld voor het midden en kleinbedrijf waar mensen dagelijks met eurobiljetten te maken hebben.
De Echt of Vals applicatie voor midden en klein bedrijf
Zowel de EuroBiljet app als de website zijn ontwikkeld door Visualspace. De app vind je in de App Store voor iOS en in de Google Play market voor Android. De website bereik je op http://www.echtofvals.nl
In our never ending search for better tools to improve our workflow we stumbled upon Susy. In contrast to major HTML/CSS frameworks like Twitter's Bootstrap and Foundationwe think Susy offers an elegant way of abstracting responsive design. In the mentioned frameworks you'll get a lot for free but it comes at the price of clutter and feature overload. Susy delivers just what it is promising: 'Your markup. Your design. Our math'.
With Susy you can quickly add media-query breakpoints for new layouts with 'at-breakpoint', or create your own math using Susy's array of grid helpers. It offers grids that are powerful yet custom, reliable yet responsive. Susy is based on Natalie Downe's CSS Systems, made possible by Sass, and made easy with Compass.
A very useful tutorial on getting started with Susy by Gabriel Manricks can be found at tutsplus.
The HTML standard, for humans.
Python: Making PIP faster
Over at Visualspace, we use Python all the time. When we use Python, we use PIP, the Python package manager. And when we use PIP, we use PyPI, the Python package repository. And when PyPI is horribly slow, we speed it up by adding this to ~/.bash_profile:
# Use mirrors when central package repository is down PIP_USE_MIRRORS=true # Use crate.io for the package index export PIP_INDEX_URL=https://simple.crate.io/ # Cache previously downloaded packages locally PIP_DOWNLOAD_CACHE=~/.pip/download_cache # Export to make these available in your working environment export PIP_USE_MIRRORS PIP_INDEX_URL PIP_DOWNLOAD_CACHE
When doing this, make sure to create the download_cache directory by running mkdir -p ~/.pip/download_cache.
Braziliaanse topondernemer Ricardo Semler vertelt hoe hij schatrijk werd door zijn werknemers gelukkig te maken.
A collection of some best practises to adhere to while designing web-based apps using the Backbone client-side MVC/P platform.
Also see Organizing Backbone using Modules about using AMD (Require.js) with Backbone.
WebRTC offers web application developers the ability to write rich, realtime multimedia applications (think video chat) on the web, without requiring plugins, downloads or installs. It's purpose is to help build a strong RTC platform that works across multiple web browsers, across multiple platforms.
WebRTC is a free, open project that enables web browsers with Real-Time Communications (RTC) capabilities via simple Javascript APIs. The WebRTC components have been optimized to best serve this purpose.
One font, 249 icons in a single collection, Font Awesome is a pictographic language of web-related actions.
How to explain ØMQ? Some of us start by saying all the wonderful things it does. It's sockets on steroids. It's like mailboxes with routing. It's fast! Others try to share their moment of enlightenment, that zap-pow-kaboom satori paradigm-shift moment when it all became obvious. Things just become simpler. Complexity goes away. It opens the mind. Others try to explain by comparison. It's smaller, simpler, but still looks familiar.Personally, I like to remember why we made ØMQ at all, because that's most likely where you, the reader, still are today.
Programming is a science dressed up as art, because most of us don't understand the physics of software, and it's rarely if ever taught. The physics of software is not algorithms, data structures, languages and abstractions. These are just tools we make, use, throw away. The real physics of software is the physics of people.
Specifically, our limitations when it comes to complexity, and our desire to work together to solve large problems in pieces. This is the science of programming: make building blocks that people can understand and use easily, and people will work together to solve the very largest problems.
De Nederlandsche Bank heeft geïnvesteerd in het helpen herkennen van vals geld door middel van de EuroBiljet-app.
De app toont op een leuke manier de echtheidskenmerken van alle Eurobiljetten en helpt zo bij het onderscheiden van echt en vals geld. Ook vertelt de app wat je moet doen bij het vinden van verdachte Eurobiljetten.
Door gebruik te maken van PhoneGap heeft Visualspace de app met minimale verschillen in de code tegelijk voor Apple's iPhone en voor telefoons met Google's Android ontwikkeld. Door op een slimme manier gebruik te maken van de in telefoons aanwezige sensoren en actoren onstaat een unieke gebruikerservaring. Probeer het zelf!
Download EuroBiljet voor Apple's iOS of voor Google's Android.
[dokterbob] django-mobile
django-mobile provides a simple way to detect mobile browsers and gives you tools at your hand to render some different templates to deliver a mobile version of your site to the user.
http://pypi.python.org/pypi/django-mobile/0.1.1