Skip to content

Instantly share code, notes, and snippets.

View skozan's full-sized avatar

Stefanos Kozanis skozan

View GitHub Profile
The long read
Why do stars like Adele keep losing their voice?
Adele Performs in Antwerp in JUNE 2016 Photograph: Sascha Steinbach/Getty Images
More and more singers are cancelling big shows and turning to surgery to fix their damaged vocal cords. But is the problem actually down to the way they sing? By Bernhard Warner
“I don’t even know how to start this,” Adele wrote in an online letter to fans on 30 June. The previous night, she had played the second show of a sold-out, four-night residency at Wembley Stadium. These dates, in front of audiences of 98,000, were supposed to be the triumphant conclusion of her record-setting, 123-date world tour. But on stage, something had just felt wrong.
“I’ve struggled vocally both nights,” she wrote. “I had to push a lot harder than I normally do. I felt like I constantly had to clear my throat.” After the second show, Adele went to see her doctor, who told her she had damaged her vocal cords and had no option but to cancel her remaining shows. The most powerful youn

Keybase proof

I hereby claim:

  • I am skozan on github.
  • I am skozanis (https://keybase.io/skozanis) on keybase.
  • I have a public key whose fingerprint is E9E8 898F 40A5 D432 D7E1 93CC 59F7 00C3 1A5C 808D

To claim this, I am signing this object:

@skozan
skozan / test.yml
Last active November 25, 2016 11:47
How to debug locally jinja2 filters etc using ansible? In this example, for the items of a list, concatenate some string, then join the results using comma. Run with this command: `ansible-playbook test.yml --check --diff`
---
- hosts: 127.0.0.1
vars:
items:
- test1
- test2
- test3
postfix: crazy
tasks:
- name: Test template