RSS fetch
Just want to download a Podcast (like Frühstück bei Stefanie) to you local machine?
This does the trick:
www.ndr.de/ndr2/start/fruehstueck_bei_stefanie/podcast/podcast2956.xml
grep -oP “(?<=)[^<]+" podcast2956.xml | xargs wget
Just want to download a Podcast (like Frühstück bei Stefanie) to you local machine?
This does the trick:
www.ndr.de/ndr2/start/fruehstueck_bei_stefanie/podcast/podcast2956.xml
grep -oP “(?<=)[^<]+" podcast2956.xml | xargs wget
run inside a terminal:
defaults write com.apple.Terminal CopyAttributesProfile com.apple.Terminal.no-attributes
In the modern era, software is commonly delivered as a service: called web apps, or software-as-a-service. The twelve-factor app is a methodology for building software-as-a-service:

Cool new way of reading. Just read one word at a time with 300-1000 words per minute.
Spritz.
There are a lot of places (>5)to set the UTF-8 encoding for your maven project. But only one is important! So don't forget to set this in your maven parent pom:
<properties>
<project.build.sourceEncoding> UTF-8 </project.build.sourceEncoding>
</properties>
static code analysis would have prevented this nightmare: Apple’s SSL/TLS bug.