|
Bosun is a monitoring and alerting system developed by the good folks at Stack Exchange, then open sourced for the rest of us. It’s written in Go, meaning its monitoring agents can run anywhere that Go can drop a binary… which is just about everywhere. So what exactly does it do and how does it compare to the likes of New Relic, CloudWatch, Nagios, Splunk Cloud, Server Density, and other monitoring tools?
|
|
Caching data is an essential part in many high-load scenarios. A local 1st-level cache can augment a shared 2nd-level cache like Redis and Memcached to further boost performance. An in-process cache involves no network overhead, so the cache speed is only limited by local resources like CPU, memory transfer speed and locking.
|
|
Caching data is an essential part in many high-load scenarios. A local 1st-level cache can augment a shared 2nd-level cache like Redis and Memcached to further boost performance. An in-process cache involves no network overhead, so the cache speed is only limited by local resources like CPU, memory transfer speed and locking.
|
|
Bosun is a monitoring and alerting system developed by the good folks at Stack Exchange, then open sourced for the rest of us. It’s written in Go, meaning its monitoring agents can run anywhere that Go can drop a binary… which is just about everywhere. So what exactly does it do and how does it compare to the likes of New Relic, CloudWatch, Nagios, Splunk Cloud, Server Density, and other monitoring tools?
|
We’ve had a simple ActionHero demo site for a while now, which shows how easy it is to get started with the framework, but until now, we’ve…
|
|
Since I started my career on the web, I've been building websites that follow standard grid layouts. It got to a point where I was telling an intern at my…
|
|
The three dots in a method parameter type is a feature called Java varargs . It was introduced in Java 5 and is formally known as variable arity methods or variadic functions. Contents 1 What is varargs 2 Varargs parameter order 3 Use varargs cautiously 3.1 Type-checking 3.2 Extra allocations 3.3 Unexpected behavior 4 When to use varargs What is varargs Varargs methods accept zero or more ..
|
|
The future of web application development looks a bit different than what we are all used to. I'll show you how to build a simple full-stack JavaScript app using Node.js on the backend, React on the frontend, Webpack for client-side module support, and Netflix's Falcor as an efficient and intuitive alternative to the traditional REST API.
|
|
I like to think I’m pretty environmentally friendly. I try to minimize my waste , take quick showers, and not run unnecessary appliances, like heating and cooling systems. I’m definitely not a super earthy-crunchy-Hippie-type, but I’m at least vaguely cognizant of the atrocities I commit against Mother Nature. My main sin against the planet, aside from just being American, is the fact that I run errands in an 11,500 pound tank that gets 8 ..
|
|
I like to think I’m pretty environmentally friendly. I try to minimize my waste , take quick showers, and not run unnecessary appliances, like heating and cooling systems. I’m definitely not a super earthy-crunchy-Hippie-type, but I’m at least vaguely cognizant of the atrocities I commit against Mother Nature. My main sin against the planet, aside from just being American, is the fact that I run errands in an 11,500 pound tank that gets 8 ..
|
ITT: We say something we like about our appearance. It doesn't matter how significant or insignifica...
|
|
Indirection isn't slow, unpredictable indirection is
-
www.forwardscattering.org
-
10 years ago
-
eng
Indirection is an extremely common programming technique. In fact, it's well known that all problems in computer science can be solved with an extra layer of indirection . Accessing data through a layer of indirection has some performance impact. The most important aspect of the performance impact however, is if the indirection is predictable . If the ultimately accessed data is accessed in a coherent order, even through a layer of in....
|
|
The programmer has the responsibility to remove or resize the elements from the actual container. The only exception is when remove and remove_if are members of a container, which is the case of std::list remove_if .
|
|
At Project-A we are using Codebase as a project management tool together with its version control. Just as with any other tools you can create tickets and organize them in sprints. Our usual (very simplified) workflow includes: Sprint planning for tickets Priotizing tickets Developer working on tickets Product managers verifying if the tickets were implemented as intended Unfortunately, sometimes your backlog keeps growing and tickets are..
|
Ambient lights help with eye strain and glare from overhead lights. This is a simple light you can install
|
That’s right, I took “technology” out of the title. Why, because I didn’t want to limit myself. As before,
|
Over the past year I have had great opportunities to interview for positions at companies I respect, and some I didn’t. I wanted to share my experiences to help others looking to go down this job path and some general interviewing tips. This post originally appeared on Justin Garrison’s blog . I’ve talked to quite a few companies, including: Google Twitter GitHub Oculus VR Disney Animation Studios Beats by Dre Tinder Digital Oce....
|
|
It took a while (1.5 years since my last class – I’ve been busy!), but I am ready with my Advanced Oracle Troubleshooting training (version 2.5) that has plenty of updates, including some more modern DB kernel tracing & ASH stuff and of course Oracle 12c topics! The online training will take place on 16-20 November & **14-18 December 2015 **(Part 1 and Part 2). The latest TOC is below: /files/AOT25_description.pdf Seminar regi..
|
|
It took a while (1.5 years since my last class – I’ve been busy!), but I am ready with my Advanced Oracle Troubleshooting training (version 2.5) that has plenty of updates, including some more modern DB kernel tracing & ASH stuff and of course Oracle 12c topics! The online training will take place on 16-20 November & **14-18 December 2015 **(Part 1 and Part 2). The latest TOC is below: /files/AOT25_description.pdf Seminar regi..
|
|
This week we'll take a look at one of the most popular photo manipulations: adding a vignette to draw attention to the center of an image.
|
|
Comment on [Video 178] Guido van Rossum: Type Hints by [Video 318] Christopher Neugebauer: Python's New Type Hints in Action… In JavaScript - Daily Tech Video
-
dailytechvideo.com
-
10 years ago
-
eng
there has been some movement in the last year or two to introduce some form of strong typing, or type hints, into Python. What does this mean, and how does it work? One way to think about it is by looking […]
|
|
If using Emacs shell and helm projectile, you can wire these up to quickly change your current working directory. (require 'helm-projectile) (defun ar/shell-cd (dir-path) "Like shell-pop--cd-to-cwd-shell, but without recentering." (unless (string-equal mode-name "Shell") (error "Not in Shell mode")) (message mode-name) (goto-char (point-max)) (comint-kill-input) (insert (concat "cd " (shell-quote-argument dir-path))) (let ((comin..
|
|
My Bosch washer/dryer (WKD28350GB) stopped drying recently. Resetting the dryer's thermostat red breaker did the trick. Edit: Similar post here .
|
|
SuperElasticsearch - More Python goodness in elasticsearch-py
-
engineering.wingify.com
-
10 years ago
-
eng
We have been using Elasticsearch for storing analytics data. This data stored in Elasticsearch is used in the Post Report Segmentation…
|
|
Complete guide to using ccache to dramatically speed up C/C++/Objective-C build times for large iOS projects and CI systems.
|
|
Congratulations, you have a lot of code!"Congratulations, you have a lot of code!" Remedying Android’s method limit - Part 2
-
developers.soundcloud.com
-
10 years ago
-
eng
In part one we described how running into Android’s method limit may leave you unable to build, and offered strategies you can employ to make your app fit into a single DEX file. In this part we share an alternative option: using multiple DEX files.
|
|
Last weekend, the Python Hackathon Düsseldorf took place at trivago's office. Although we were only five people we had a lot of fun. I took the chance to brush up my Python skills a little bit. Also I wanted to scratch an itch that was bugging me for a long time: our housekeeping book.
|
|
Congratulations, you have a lot of code!"Congratulations, you have a lot of code!" Remedying Android’s method limit - Part 2
-
developers.soundcloud.com
-
10 years ago
-
eng
In part one we described how running into Android’s method limit may leave you unable to build, and offered strategies you can employ to make your app fit into a single DEX file. In this part we share an alternative option: using multiple DEX files.
|
|
Last weekend, the Python Hackathon Düsseldorf took place at trivago's office. Although we were only five people we had a lot of fun. I took the chance to brush up my Python skills a little bit. Also I wanted to scratch an itch that was bugging me for a long time: our housekeeping book.
|
|
C++ should have a bit_cast function. bit_cast
|
|
SICP in Clojure - Chapter 4 In one of the previous blog posts I have announced that I would like to start a new series of posts. It is a persistent journal from my journey through aforementioned book. I hope that you will enjoy it and find it useful - the main goal is to make this series a place where we can return in future, recall ideas and thoughts that accompanied reading process. Introduction By finishing the previous chapter we l....
|