Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-27 Thread hiro
Object orientation is downloading flash to participate in off-topic meta discussions.

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-24 Thread Florian Limberger
On Sat, 22 Oct 2011 09:35:00 +0100, Connor Lane Smith wrote: [...] So I think the necessary next step would be to have a strongly typed shell. To pretty-print you'd need to add a polymorphic à la carte (multiple dispatch) pretty-printing function for the given data type. The type inference would

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-24 Thread Connor Lane Smith
On 24 October 2011 12:52, Florian Limberger f...@snakeoilproductions.net wrote: Are you talking about Windows PowerShell? It's even object oriented!111 Object orientation is what happens when people who don't understand higher-order functions or multiple dispatch try to invent a programming

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread Connor Lane Smith
On 22/10/2011, Patrick Haller 201009-suckl...@haller.ws wrote: Hickey kicks unix because although pipes = composability, output and input = free-form text. We combined data exchange with user interface, and user interface usually won that fight. Say data exchange won; would it help us to

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread Bastien Dejean
b...@methodlogic.net a écrit : Is there a downloadable version of this, or something that I can point mplayer to? Flashplayer == fail for me. rtmpdump -r 'rtmpe://video.infoq.com/cfx/st/presentations/11-sep-simplemadeeasy.mp4' -o simple_made_easy.mp4

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread Anthony Martin
Connor Lane Smith c...@lubutu.com once said: So I think the necessary next step would be to have a strongly typed shell. To pretty-print you'd need to add a polymorphic à la carte (multiple dispatch) pretty-printing function for the given data type. The type inference would be done per

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread hiro
rtmpdump -r 'rtmpe://video.infoq.com/cfx/st/presentations/11-sep-simplemadeeasy.mp4' -o simple_made_easy.mp4 Thanks, now I don't have to restart my web browser, but compiling still sucks on this machine. Is there still no cloud service taking random URLs and bringing you download links to

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread v4hn
On Sat, Oct 22, 2011 at 12:12:09PM +0200, hiro wrote: rtmpdump -r 'rtmpe://video.infoq.com/cfx/st/presentations/11-sep-simplemadeeasy.mp4' -o simple_made_easy.mp4 thanks too. Thanks, now I don't have to restart my web browser, but compiling still sucks on this machine. Is there still

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread hiro
What's suckless about software as a service? useful services? Sorry if I'm not using these buzzwords ansi conform. suckless people suck more and more.

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread v4hn
On Sat, Oct 22, 2011 at 01:07:38PM +0200, hiro wrote: What's suckless about software as a service? useful services? Sorry if I'm not using these buzzwords ansi conform. At least I wouldn't call software/services which depend on the availability of one IP/Domain on the internet suckless! If

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread Christoph Lohmann
Greetings. Connor Lane Smith wrote: On 22/10/2011, Patrick Haller 201009-suckl...@haller.ws wrote: Hickey kicks unix because although pipes = composability, output and input = free-form text. We combined data exchange with user interface, and user interface usually won that fight. Say data

[dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-21 Thread Pierre Chapuis
http://www.infoq.com/presentations/Simple-Made-Easy Excellent talk with a good take at the difficult problem of trying to define simplicity (in software).

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-21 Thread ilf
On 10-21 11:11, Pierre Chapuis wrote: http://www.infoq.com/presentations/Simple-Made-Easy Wow, 2789 LOC in the 100K HTML! -- ilf Über 80 Millionen Deutsche benutzen keine Konsole. Klick dich nicht weg! -- Eine Initiative des Bundesamtes für Tastaturbenutzung signature.asc

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-21 Thread Connor Lane Smith
Hey, On 21/10/2011, Pierre Chapuis catw...@archlinux.us wrote: http://www.infoq.com/presentations/Simple-Made-Easy Excellent talk with a good take at the difficult problem of trying to define simplicity (in software). Thanks, I enjoyed watching this. cls

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-21 Thread bch
Hey, On 21/10/2011, Pierre Chapuis catw...@archlinux.us wrote: http://www.infoq.com/presentations/Simple-Made-Easy Excellent talk with a good take at the difficult problem of trying to define simplicity (in software). Thanks, I enjoyed watching this. Is there a downloadable

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-21 Thread Patrick Haller
On 2011-10-22 00:08, Connor Lane Smith wrote: On 21/10/2011, Pierre Chapuis catw...@archlinux.us wrote: http://www.infoq.com/presentations/Simple-Made-Easy Thanks, I enjoyed watching this. Let's all write parsers. Hickey kicks unix because although pipes = composability, output and input =