Re: Websockets ... again.

2024-04-27 Thread Mark Clark via use-livecode
LC just provides raw sockets. You can implement a TLS equivalent with a bit of elbow grease. Writing your own protocol gives a lot of control. TLS is something you may have to use to check boxes. Out of curiosity is there a market for something like this within the community? Sent from my iPho

ferruslogic timer

2023-12-13 Thread Mark Clark via use-livecode
Seems like there was a handy timer widget by ferrus logic a while back. Think the extension was community.livecode.ferruslogic.timer -- Not seeing it on google or github. Discontinued? (I should have been more careful removing old app bundles) Mark __

Re: Another (macOS) Code signing guidance question...

2023-10-11 Thread Mark Clark via use-livecode
I haven't tried the API/web service for notarizing apps. But there appears to be a way and it might be simpler in the long run. Still need the (right) keys:) https://developer.apple.com/documentation/notaryapi/submitting_software_for_notarization_over_the_web On Oct 10, 2023, at 5:07 PM, J. La

Re: LC Date Conversions post 2035

2022-11-07 Thread Mark Clark via use-livecode
Thanks for the quick responses. In this case I did indeed use a 4 digit year as initial input (always), but still managed to shoot myself with a second conversion step. Converted my nicely formed input text to dateitems -- all good. Did my addition for renewal days to item 3. Check. Then I con

LC Date Conversions post 2035

2022-11-06 Thread Mark Clark via use-livecode
I was testing one of the tools I use to handle licensing today and decided to run the series through a few iterations adding 2 years at a time. I noticed that my dates were reverting to the 20th c. Hmm, whoops. After a bit of head scratching I decided it wasn't just my doing. Date conversion so

Re: RANT (Mild): revZIP library

2022-10-11 Thread Mark Clark via use-livecode
Have you considered chunking the problem up and using compress v revZip library? I ran into something similar when I wanted to keep memory down for encrypting/decrypting multi-gig log files…got a lot of advice about just using shell—but for the same sorts of reasons as you I wanted to do things

Re: use-livecode Digest, Vol 226, Issue 8

2022-07-09 Thread Mark Clark via use-livecode
Hey, saw your post this am and much appreciated. I sent a request to support as well. Thanks for the assist and confirmation! Mark It seems that each time I sign up for the bug tracker and or forums my main livecode.com password gets mangled. Been happening for years

MegaBundle whatnot

2022-07-08 Thread Mark Clark via use-livecode
I went ahead and purchased the megabundle, mostly for the LC Enhancement piece. Got that download and clicked the install widgets and the widgets all show “unlicensed.” Hmm, what? Tried to re-license and for some reason I only see my business license as an option (also have the old commercial l

Re: use-livecode Digest, Vol 224, Issue 9, Re: Decrypting (and encrypting) Large files

2022-05-11 Thread Mark Clark via use-livecode
Why the preference? It’s not a hard and fast rule by any means, but I suppose because rolling your own means owning your code, flaws and all. In simple system environments I wouldn’t use LC at all, I’d just use shell scripting. Since different users will have different shells (or none) probably

Re: use-livecode Digest, Vol 224, Issue 8

2022-05-10 Thread Mark Clark via use-livecode
Thanks Tom, Mike and Craig. Sorry for the late response, I’m on the digest version. My thought was that an open file for read does not require placing the whole file into memory. Am I mistaken in that assumption? Seems like it would be nice to not use all of the available memory to run the decr

Decrypting (and encrypting) Large files

2022-05-08 Thread Mark Clark via use-livecode
Wondering if anyone has used LiveCode for encrypting-decrypting large files? The docs typically have nice examples for files that can fit into a variable, but what are folks doing for big files that are larger than what you’d want in a variable? I’m thinking about using LC for decrypting zip com

Re: com.livecode.library.aws under Linux (Ubuntu)

2021-08-30 Thread Mark Clark via use-livecode
:54 PM, Mark Clark wrote: > > On Linux, I don't know where the files from com.livecode.brary.aws should be > placed (vs inside the app bundle). Running Ubuntu 20 if it matters. I’ve > poked around some and I see the lib exists under .runrev/documentationcache > but that seems

com.livecode.library.aws under Linux (Ubuntu)

2021-08-30 Thread Mark Clark via use-livecode
Sorry for the rookie question. I have been using the AWSS3 command with the alternate library to allow using any S3 endpoint. So far I’ve just run it on the Mac and it’s all good. On Linux, I don't know where the files from com.livecode.brary.aws should be placed (vs inside the app bundle). R

Re: use-livecode Digest, Vol 211, Issue 27 (AWSS3 in standalone)

2021-04-21 Thread Mark Clark via use-livecode
Thanks Tom—I am using it within the dev envionment and it’s a godsend, for sure:) Much better than calling s3cmd or mc client from shell. But my problem (and it must be mine, lol) is that the same stack that runs well within the development environment fails when I save it as a standalone. So

Re: AWSS3 Redux

2021-04-20 Thread Mark Clark via use-livecode
The new ability to add an arbitrary S3 endpoint is pretty handy. Since I don’t think it’s made its way into an RC just yet, I was wondering if anyone has built a standalone with that feature enabled. So far my attempts have failed. Is there a knob to turn that I should know, but don’t? I have t

Sample Stacks Using RSA + AES Encryption with sockets

2021-03-03 Thread Mark Clark via use-livecode
In case anyone has an interest, I’ve posted a simple framework for building client-server stuff with encrypted payload. Rationale “...I hope this simple outline will encourage others to explore using LC for client-server applications. LC is fun and provides a lot of power in a few lines of code

Re: use-livecode Digest, Vol 210, Issue 2

2021-03-02 Thread Mark Clark via use-livecode
Hey Tom, the email I wrote about potential “integration" is almost five years old and things change. Primarily I think just a base set of S3 compatible (vs AWS hard coded) connectivity would be more than enough. It’s pretty trivial to use minio (or any compatible s3 object store) in conjunction

S3 API vs AWS

2021-02-28 Thread Mark Clark via use-livecode
and mc under the hood:) Mark From: Mark Clark Subject: 500 Dollar Pledge: Livecode plus S3 API (object storage) Date: May 26, 2016 at 9:33:30 AM CDT To: Kevin Miller Sorry if this is seemingly off topic to LiveCode, but it does help illustrate cloud storage opportunities for LC with the

Re: use-livecode Digest, Vol 204, Issue 24

2020-09-24 Thread Mark Clark via use-livecode
Thanks for the tip. I did file a request but it lists as a bug not an enhancement. Maybe I did something wrong, sorry about that. Posted as # 22919 I think it is mostly just allowing a selectable host IP or FQDN. Many third party object stores with S3 compatibility also default to Region: us-east

Livecode S3 library for AWS compatible object store

2020-09-23 Thread Mark Clark via use-livecode
Hello, I have been away from LC for a while and noticed that there is now an AWSS3 library. Looks great and simple. However, this seems from a cursory read to be actually tied to AWS vs a more generic S3 wrapper allowing arbitrary endpoints. Is there a mechanism to point this at S3 compatible st

Re: use-livecode Digest, Vol 158, Issue 48

2016-11-27 Thread Mark Clark
You might consider serving your video files from an S3 compatible object server in order to generate pre-signed URLs. I use minio, it’s free open source and very simple to configure. The micro service version is a small binary that works on a standard host using a file system backend. Pre-signe

tSettings["username"]

2016-09-16 Thread Mark Clark
Thanks for all the help so far. I forgot to ask -- what is the best way to add multiple recipients, BCC, etc? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefer

Re: use-livecode Digest, Vol 156, Issue 33

2016-09-16 Thread Mark Clark
Charles and Matthias—thanks to both of you! Works like a charm now that you’ve shown the way:) The line by line explanations and updated sample stack were perfect-- FWIW, hostm apparently allows either TLS or SSL but their docs use TLS (port designation 587 or 465) as the “right” way. I have t

tsNet Qs

2016-09-15 Thread Mark Clark
I am looking to replace sending emails via shell to one using the tsNet library. At first I had thought there was a var for the smtp port, but that’s just a server address setting (whoops). I am using hostM on this project and I’m trying to configure through their mail host- I have the proper se