thoughts…

rants and bookmarks about programming stuff…

spacer


by irrlab

Hypno Survival – Anthony Jacquin

Categories: thoughts | Tags: hypnosis | Permalink.


by irrlab

bitmapist: Powerful realtime analytics with Redis 2.6′s bitmaps and Python

“bitmapist (GitHub) – a powerful realtime analytics library that can help you answer following questions:

  • Has user 123 been online today? This week? This month?
  • Has user 123 performed action “X”?
  • How many users have been active have this month? This hour?
  • How many unique users have performed action “X” this week?
  • How many % of users that were active last week are still active?
  • How many % of users that were active last month are still active this month?

This library is very easy to use and enables you to create your own reports easily…”

amix.dk/blog/post/19714

Categories: programming | Tags: nosql, python, redis | Permalink.


by irrlab

Component Programming in D

Categories: programming | Tags: D, video | Permalink.


by irrlab

Why we love Twitter Bootstrap and why you should too…

“Bootstrap is a ‘sleek, intuitive, and powerful front-end framework for faster and easier web development’. What that really means is it gives you all the building blocks to build beautiful and functional websites without falling into the ‘advanced’ section of web designers. That allowed me as an ‘average’ web developer build beautiful, responsive websites. When I first started looking at building websites over 10 years ago I would have loved a framework like Bootstrap.

For anyone that doesn’t know a ‘responsive website’ is one that resizes itself depending what size screen you are viewing it on. In a world of mobile, tablet and desktop that is very important. Bootstrap helps put all this in place for you leaving you time to focus on site content and features…”

taskmessenger.com/blog/index.php/why-we-love-twitter-bootstrap-and-why-you-should-too/

Categories: programming | Tags: html5, javascript | Permalink.


by irrlab

Iterables, Iterators and Generators

“Both parts of this presentation are also available as a single IPython Notebook which you can download and run locally, or view with nbviewer.ipython.org. The complete source is available at https://github.com/wardi/iterables-iterators-generators…”

excess.org/article/2013/02/itergen1/

excess.org/article/2013/02/itergen2/

Categories: programming | Tags: python | Permalink.


by irrlab

Three CSS features you need to know about

“The heated competition between web browsers means that most users are now accessing the Internet from devices that support a range of cutting-edge W3C standards in a truly interoperable manner. This means that we can finally leverage powerful and flexible CSS functions to produce cleaner, more maintainable frontend code. Let’s have a look at some of the more exciting choices you may not even be aware of…”

aptiverse.com/blog/css_features/

Categories: programming | Tags: html5, javascript | Permalink.


by irrlab

Data Placement in Swift

“One of the hard problems that needs to be solved in a distributed storage system is to figure out how to effectively place the data within the storage cluster. Swift has a “unique-as-possible” placement algorithm which ensures that the data is placed efficiently and with as much protection from hardware failure as possible.

Swift places data into distinct availability zones to ensure both high durability and high availability. An availability zone is a distinct set of physical hardware with unique failure mode isolation. In a large deployment, availability zones may be defined as unique facilities in a large data center campus. In a single-DC deployment, the availability zones may be unique rooms, separated by firewalls and powered with different utility providers. A multi-rack cluster may choose to define availability zones as a rack and everything behind a single top-of-rack switch. Swift allows a deployer to choose how to define availability zones based on the particular details of the available infrastructure…”

swiftstack.com/blog/2013/02/25/data-placement-in-swift/

Categories: programming | Tags: nosql, swift | Permalink.

Follow

Get every new post delivered to your Inbox.

Join 490 other followers

Powered by WordPress.com
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.