cs.ubc.ca
Ivan Beschastnikh
http://www.cs.ubc.ca/~bestchai
Department of Computer Science. University of British Columbia. I have broad research interests that usually touch on systems and software engineering. My current projects span distributed systems, formal methods, modeling, tracing and analysis of program behavior. I enjoy building and studying real software systems and tend to be empirical in my research. I started at UBC in the Summer of 2013. Before this I was working on my PhD. And a bunch of other fun topics. Program analysis as a GitHub service.
arunrocks.com
ArunRocks - Real-time Applications and will Django adapt to it?
http://arunrocks.com/real-time-applications-and-will-django-adapt-to-it
Dreams, Writes and Builds. Real-time Applications and will Django adapt to it? While talking about Django. At PyCon India this year, the most common question I got was whether it supports Single Page applications or an event driven architecture. I was quick to point out that such realtime applications are usually a handled by separate services at the backend (running on a different port? And a JavaScript MVC. Framework on the front. Sometimes, Django supported by a REST. Library like Django REST. Except ...
barbaradegraafsoftware.wordpress.com
July | 2015 | Barbara de Graaf in Software
https://barbaradegraafsoftware.wordpress.com/2015/07
Designing the UI-The colour scheme. Callback hell and promises. A short post on debugging three.js shaders. The thrilling saga on shaders continues. An Introduction to shaders. Designing the UI-The colour scheme. Callback hell and promises. A short post on debugging three.js shaders. The thrilling saga on shaders continues. An Introduction to shaders. Barbara de Graaf in Software. A blog about programming and a quest for knowledge. Callback hell and promises. While making the GUI I used jQuery. It’...
yauh.de
Best Learning Resources for Meteor.js
https://www.yauh.de/best-learning-resources-for-meteorjs
Yet another useless homepage. March 26, 2015. Best Learning Resources for Meteor.js. Is an open-source platform built on node.js. For rapidly creating reactive web and mobile apps. It is designed to allow programmers to create applications in a modern fashion, using up-to-date paradigms, most importantly reactive programming. Meteor became v1.0 on October 28th, 2014. I am the author of the Manning book Meteor in Action. There is also an official mission statement behind Meteor. Should you have a little m...
dimcheck.org
Why Charcoal?
http://www.dimcheck.org/short_version.html
In 100 lines or less . or more. Existing frameworks for writing interactive software (event dispatchers, {preemptive, cooperative} threads, coroutines, processes) have problems that make it easy to write unmaintainable, unreliable and/or inefficient code. I am exploring a new approach called pseudo-preemptive threads (or. For those who prefer fewer syllables). Under the hood activities look just like cooperative threads, but the language definition includes frequent implicit. Slightly longer tl;dr].
blog.raghuiyer.co.in
Musings of Erkenbrand: August 2015
http://blog.raghuiyer.co.in/2015_08_01_archive.html
Trying to rediscover the joy of writing, one post at a time. Book review - Half Rupee stories by Gulzar. A half rupee, an atthani. Is hardly worth anything today. It's more a burden to carry that coin around, you're trying to get rid of it, than to use it to buy anything. After all, what can you get for a half-rupee? Sets out to answer this question in his collection of short stories, Half Rupee Stories. Links to this post. 90 days of node.js - Day 13 events. Describing my 90 day journey through node land.
firepowered.org
Creating a Steam Trade Bot with Node.js – FirePowered
https://firepowered.org/developer/creating-a-steam-trade-bot-with-node-js
Creating a Steam Trade Bot with Node.js. Posted On December 2, 2014. Creating a Steam Trade Bot with Node.js. Dec 02, 2014. Background, environment, and required packages. Creating a Steam trade bot is easier today than it ever has been due to the amount of open source libraries out there. There are two common libraries available for making a Steam trade bot: Jessecar’s C# version. Which uses VoiDeD’s SteamKit. Library), and Seishun’s Node.js version. Which requires his port of SteamKit. RPMForge is opti...
syntheticsemantics.com
Cluster is Faster and Easier Than Async
http://www.syntheticsemantics.com/SyncNotAsync
Download Benchmark from GitHub ]. Nodejs Cluster is Faster and Easier Than Async. The purpose of asynchronous execution is to overlap computation with communication and I/O, which can be achieved in other ways. This benchmark evaluates multi-process parallelism from the Node.js Cluster module. It is possible to implement non-blocking event loops using. Many synchronous event loops instead of a single event loop with asynchronous execution. And Child Process module. In this benchmark, a cluster of Node...