Ep. 320 Trapped in Treatment - The Troubled Teen Industry - Episode 156 Remastered
Remastered: Trapped In Treatment is a new docu-style podcast series from Paris Hilton & Warner Bros. Unscripted TV in Association With Telepictures, and iHeSpreaker
GHCup: Because #Haskell apparently needs a package manager for its various package management systems.
I'm an idiot.
I was trying to install #Haskell on a machine and thought the installer was taking a really long time. In my defense, the last line of text was:
Installation may take a while.
It sat at this stage for over an hour while I did other stuff, because I hadn't bothered to read the previous line:
Press ENTER to proceed or ctrl-c to abort.
in reply to Jonathan Lamothe
It's not you, it's bad design. The prompt should always be the final line of output.
Jonathan Lamothe likes this.
I find that
to
instead of
hlint
is a great tool for pointing out where your code can be improved, but sometimes its suggestions are... interesting. Case in point, it just recommended changingmap (\(a, b) -> {- ...stuff... -}) $ zip as bs
to
zipWith (curry (\(a, b) -> {- ...stuff... -})) as bs
instead of
zipWith (\a b -> {- ...stuff... -}) as bs
Has anyone else been having troubles getting updates from @The Tor Project's #Debian repository? The signing key seems to be expired.
reshared this
Ep. 319 ISKCON and other spiritual groups - Episode 150 Part 2 Remastered
In this remastered episode I chat with someone who has experienced The International Society for Krishna Consciousness. Michael gives a deep dive into many typeSpreaker
Brief outage because the new server accidentally came disconnected from power.
Everything's back up. Anxiety levels returning to normal.
Khurram Wadee
in reply to Jonathan Lamothe • • •like this
Adam Hunt and Jonathan Lamothe like this.
uoou (moved to @uoou@mas.to)
in reply to Jonathan Lamothe • • •