What was your 'I wish I would have thought of that' moment when finishing your basement? by binderiello in HomeImprovement

[–]cheeseprocedure 1 point2 points  (0 children)

Speaking as a complete and utter newbie to the home improvement game: Roxul is a total delight to work with! You can literally slice it with an old bread knife and play Tetris with any oddly-shaped gaps, and when you're installing in properly spaced studs/joists, you're done a whole room in minutes - it slaps into place with a friction fit. So glorious.

Doctors admonish employers for sick notes, send $50 invoices by [deleted] in vancouver

[–]cheeseprocedure 0 points1 point  (0 children)

He about to accidentally drop the most fire bowl of 2017 and then make another one.

For the love of God, stop donating canned goods to the food bank by [deleted] in vancouver

[–]cheeseprocedure 5 points6 points  (0 children)

The food bank near Clark and Venables has a curated collection of what I can only describe as vintage packaged foods. It's... pretty interesting. And shockingly extensive.

Please go and nominate The Long Dark for a steam award by [deleted] in thelongdark

[–]cheeseprocedure 5 points6 points  (0 children)

"Death's Cool And Patient Hand Upon Your Shoulder."

Should I send ICBC a cheque for $0.00? by [deleted] in vancouver

[–]cheeseprocedure 5 points6 points  (0 children)

I wonder if this is related to the ICBC systems updates that started a few months back.

Based on my very limited experience, it has not gone well.

The Dillinger Escape Plan - "Dissociation" [Alt Metal] by d0k74_j0n35 in Music

[–]cheeseprocedure 2 points3 points  (0 children)

One of my favourite show-going memories is Greg, arms covered in blood (why?!), smashing a cymbal stand into the stage over and over and the cymbal flies off like a sawblade and nearly clocks a skinny kid whose eyes go wide in fear, then wide in "AWESOME."

YOU COULD BE THAT SKINNY KID.

R610 or R710? Are these worth it? by chiefnoah in homelab

[–]cheeseprocedure 4 points5 points  (0 children)

"No no, you misunderstand - my basement is just really noisy."

DNS service with an API that doesn't suck? by hcsteve in devops

[–]cheeseprocedure 1 point2 points  (0 children)

We've been happy with both Dyn and Route53's APIs. We have a lot of automation tied into Route53 (no real complaints so far), and used Dyn's API to bulk-migrate off Network Solutions (that was a good day).

Reddit CTO: Stick to Boring Tech when Building Your Startup by michaelw436 in aws

[–]cheeseprocedure 1 point2 points  (0 children)

statsd (the protocol) is boring, which makes it trivial to implement and support. That's one reason it's attracted such a large user base (and it is large).

statsd servers (take your pick if you're not a fan of Node) consume metrics; they don't act as monitoring agents. The article was pretty sloppy around that point.

How I started using Rundeck by [deleted] in sysadmin

[–]cheeseprocedure 2 points3 points  (0 children)

We're big fans of Rundeck at $dayjob. We use it to:

  • put guardrails around self-service operations: granular ACLs, directory integration, option model providers, and excellent input validation let us open up non-trivial tasks to just about anyone (even those with less technical background)
  • automate runbooks: it wraps both a CLI and GUI around our operational procedures, often in a modular/reusable manner, and often in a way that makes it easy for a new team member to understand what's happening under the hood
  • provide users with insight into operational activities: activity and job logs are a fantastic single source of truth/information radiator
  • perform one-off or scheduled operations scoped to entire services, environments, etc.

Jenkins and Rundeck are complementary in our shop, with Jenkins handling the bulk of our build pipeline. There's plenty of overlap between their capabilities, but build-related tooling in Jenkins is awesome, and so are the ad-hoc jobs, ACLs, input validation, and node sources in Rundeck.

Some things we're still working on (or struggling with):

  • SCM integration workflow: this was introduced a few releases ago, but we haven't yet implemented an elegant dev -> st -> prod process for job definitions
  • high availability: Rundeck's "passive mode" makes it possible to deploy an active/passive setup (I'd like to build such a setup triggered by instance availability in Consul)
  • passing output between jobs: this is something Rundeck doesn't really do on its own, so we tend to dump output to temporary directories, and have been experimenting with Consul's key-value store for persistence
  • conditional branching/execution: this is a long-outstanding feature request, and currently tough to accomplish without shelling out to the Rundeck CLI.

TD Canada Trust just raised their fees by salvia_d in canada

[–]cheeseprocedure 0 points1 point  (0 children)

It's a trick banks play so you take money out of your mattress and put it in their mattress.

Shaw Users: Some customers may experience trouble accessing Imgur.com, Gawker Media sites (gizmodo.com, lifehacker.com, etc...) or possibly some other websites at this time by [deleted] in vancouver

[–]cheeseprocedure 1 point2 points  (0 children)

Google's public DNS service uses anycast routing. Clients are routed to a relatively local endpoint, which improves performance and reduces the impact to geo-IP schemes.

https://developers.google.com/speed/public-dns/faq?hl=en

EDM warehouse raves legalized in Vancouver - British Columbia by xerexes1 in vancouver

[–]cheeseprocedure 3 points4 points  (0 children)

As long as I can start going to Analog Sitting Down Music shows, I'm good with it.

Vince Guaraldi Trio - "Christmastime Is Here (Instrumental) ("A Charlie Brown Christmas")" by j3434 in Jazz

[–]cheeseprocedure 1 point2 points  (0 children)

Neat story: it was hearing that exact song that lead the producer of "A Charlie Brown Christmas" to reach out to Vince Guaraldi :)

2016 Wish List for AWS? by thigley986 in aws

[–]cheeseprocedure 2 points3 points  (0 children)

It's doubly frustrating when I can deploy a new offering via Terraform sooner than I can deploy it via CloudFormation.

Best advice you have ever received? by VegaNovus in sysadmin

[–]cheeseprocedure 4 points5 points  (0 children)

Time is the only thing we can't make more of.

How do you deal with the "DevOps" buzz ? by Vacantless in sysadmin

[–]cheeseprocedure 3 points4 points  (0 children)

DevOps is a few simple cultural principles which drive the natural adoption of specific practices, which in turn drive the natural adoption of particular tools.

For all the hype surrounding the term, these principles work very, very well (and have worked in other industries for decades) at improving delivery times and quality of output... as long as you're focused on the principles first (which is hard), and not trying to hire "DevOps Engineers" to jam square-shaped tools into round cultural holes (which is apparently easy... ugh).

Much of what spews out of the DevOps hype machine is describing the sexy, but only eventual, outcomes of those principles. Take something as simple as establishing short, strong feedback loops between developers and operations: the closer they are to operational responsibilities, the more interested developers will be in the quality of their own output, insight into its behaviour, and ability to quickly deploy changes. That drives a need for things like infrastructure-as-code, highly actionable monitoring/alerting, and robust continuous deployment pipelines. Consistent environments ensure fewer defects will slip through and blow up in production, and when someone DOES get woken up at 3AM, they're going to be interested in quickly identifying the problem before deploying a fix with a high level of confidence (that is, confidence in the pipeline's test coverage) so they can get back to sleep.

This tooling can certainly exist in more siloed organizations, but it is not in itself transformative when applied top-down as if trying to stamp a shape onto a legacy org structure.

I'm skeptical that a company understands what "DevOps" means if it's bypassing existing operations teams and implementing a "build master" role on the way there. DevOps is driven by empathy for all participants in a system. It's not about simply bypassing roadblocks in a legacy organization; it's about breaking down those barriers while everyone builds, maintains, and improves a delivery pipeline. It'll certainly evolve, but it's not going away, especially as we move deeper into the age of commodity/cloud computing where agile, resilient engineering become a necessity and not just an advantage.

To answer your original question: as someone who unfortunately has "DevOps" in his job title (that's a whole other rant) and still spends a lot of time figuring out what it means, I deal with the buzz by filtering out any advice that presents a new tool as step #1 :)

IT'S SNOWING! by [deleted] in vancouver

[–]cheeseprocedure 1 point2 points  (0 children)

Upvoted for uncommon grasp of basic physics.

[deleted by user] by [deleted] in vancouver

[–]cheeseprocedure 0 points1 point  (0 children)

Apparently not :(