Re: [Lazarus] Notice: Due to Hurricane Matthew I'll be unavailable for the next few days
On 06/10/16 00:02, wkitty42--- via Lazarus wrote: > On 10/05/2016 01:12 PM, Anthony Walter via Lazarus wrote: >> Due to Hurricane Matthew I'm being evacuated from my home for a few >> days. If anyone wants to check up on me or my home I've set up a >> continuous live video stream from my living room. It can be used to >> monitor the current situation. >> >> My living room video stream: >> >> http://www.codebot.org/articles/?doc=9599 > > > i keep getting a repeated loop... i can tell because the volume is > shoved to MAX when it starts and i keep having to turn it down... > then it loops and the volume is MAX again :( > > looks pretty nasty but i don't see any other canaveral and > surrounding area cams with that type of ferocious weather going > on... > FUT 'free-pascal.social', pretty bright for ca. 4AM (it's 9AM BST where I'm sitting) ... wow. Would the twitch stream loop eventually if source is gone ? But then, it would not show that it's 'live' ? Will check in a couple o'hours. (Anthony must have good internet cabling/connection and pretty good UPS, possibly) (and his server and internet equipment in a weathertight box too) Somehow, I don't long to have this kind of not-boring weather ;) -L. -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus
[Lazarus] Fast-small utilities for common javascript tasks, anyone?
Hi, as some of you I mix Lazarus/FPC applications with Javascript/HTML/CSS web sites. As you know, the trend now is using NodeJs for everything, but as I see it too bloated I'm looking for small utilities to do the usual tasks, I mean minifying, linting, uglifying. I'm not neccesarily looking for programs developed using FPC, those can be done in C (like jsmin from Douglas Crockford) or C++, or any other compiled language without dependencies (please, not Java nor .Net). Why I ask this here?, well, first of all, because this is a very friendly community, many of you think as I that software should be as least bloated as possible, also because I asked this before on the javascript irc channel and everyone uses NodeJs there, also I've got many -1s in StackOverflow for asking for specific 3rd party utilities. Regards, -- Leonardo M. Ramé http://leonardorame.blogspot.com -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus
Re: [Lazarus] Fast-small utilities for common javascript tasks, anyone?
On Thu, 6 Oct 2016, Leonardo M. Ramé via Lazarus wrote: Hi, as some of you I mix Lazarus/FPC applications with Javascript/HTML/CSS web sites. As you know, the trend now is using NodeJs for everything, but as I see it too bloated I'm looking for small utilities to do the usual tasks, I mean minifying, linting, uglifying. I'm not neccesarily looking for programs developed using FPC, those can be done in C (like jsmin from Douglas Crockford) or C++, or any other compiled language without dependencies (please, not Java nor .Net). I have translated jsmin to pascal and use that version. I can commit it to fcl-js. Why I ask this here?, well, first of all, because this is a very friendly community, many of you think as I that software should be as least bloated as possible, also because I asked this before on the javascript irc channel and everyone uses NodeJs there, also I've got many -1s in StackOverflow for asking for specific 3rd party utilities. I use the lazarus IDE for writing js code. I made a IDE extension that lets you check the JS code using fcl-js. Adding the jsmin tool should be easy. Michael.-- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus
Re: [Lazarus] Fast-small utilities for common javascript tasks, anyone?
Hi Michael, As you seem experienced in doing web and js with Lazarus and FPC, can you explain more about routines, tools and flow of the work if you got time in the future? Regards, Ara -- http://www.fastmail.com - Choose from over 50 domains or use your own -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus