Re: [ADMIN] Email issue

2024-04-23 Thread Ed Leafe
13886295 s15-20020a0562140caf00b006992314d921si13547765qvs.223 - gsmtp) So if you're not getting emails from the list, check your spam folder, and if they aren't there, contact your email provider. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Mainte

Re: PDF Scraping

2024-01-15 Thread Ed Leafe
On Jan 12, 2024, at 21:51, Brian Erickson wrote: > > It is really easy to do with python. Heh, I think those exact words with most posts on this list! ;-P -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: [OT[ Other languages

2023-12-01 Thread Ed Leafe
others interested in that language can quickly see the message, and those who don't care can either delete it or add a filter to their email. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listi

Re: Just call me Master, for short

2023-09-01 Thread Ed Leafe
On Sep 1, 2023, at 12:17, Vincent Teachout wrote: > > Master of Science in Information Security. > https://www.parchment.com/u/award/f75a554cf48fd78bb2a872629841f08d https://www.youtube.com/watch?t=49=i55v-5WRADk -- Ed Leafe ___ Post

Re: Logging

2023-08-02 Thread Ed Leafe
On Aug 1, 2023, at 15:15, Bill Anderson wrote: > > Well, the effects of deforestation and biodiversity come to mind... > > Did you have something else in mind? ;) This came to my mind: https://www.youtube.com/watch?v=FR-REDevAzk

Re: [NF] Queries re: Python & Such...

2023-02-17 Thread Ed Leafe
Sharing code is very commonplace in the world of free/open software. I have a lot of my code on GitHub (https://github.com/EdLeafe), free for anyone to see and use/adapt. Why not? -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription

Re: [NF] Queries re: Python & Such...

2023-02-16 Thread Ed Leafe
more, and since it takes me more effort to close them than to leave them running, they're still there. But I still don't see anything wrong with asking Python questions here, as long as you add the [NF] in the subject, so that those members who only want VFP content can filter out such messages

Re: Archive search down?

2023-01-05 Thread Ed Leafe
On Jan 5, 2023, at 11:25, Richard Kaye wrote: > > Just tried to hit the archive search link ang got a 502 from nginx. Might have been a blip in connectivity. Seems to be working now, so please try again. -- Ed Leafe ___ Post Me

Re: [ADMIN] 502 Bad Gateway

2022-12-18 Thread Ed Leafe
On Dec 18, 2022, at 14:20, Ted Roche wrote: > > I looks like leafe.com is having a bad day. Getting > > 502 Bad Gateway The database server seems to have been offline. Looks like it's working now. -- Ed Leafe ___ Post Message

Re: [NF] PyWin32 for Python 2.3.1

2022-11-15 Thread Ed Leafe
On Nov 15, 2022, at 11:56, Paul Newton wrote: > > Does that include me (I registered a few minutes ago) ... maybe I'll post > this question there too ... It shows you as 'pending'. -- Ed Leafe ___ Post Messages to: ProFox@

Re: [NF] PyWin32 for Python 2.3.1

2022-11-15 Thread Ed Leafe
still 74 people subscribed! -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archi

Re: Need Help - Foxpro & Chilkat & Rest API

2022-07-11 Thread Ed Leafe
On Jul 11, 2022, at 16:51, Paul H. Tarver wrote: > > I'll keep looking for your project and when you release it, I'll definite > consider upgrading to your tool as soon as I can. Sounds like a potential beta tester! ;-) -- Ed Leafe ___

Re: Last Chapter

2022-07-11 Thread Ed Leafe
! Hope you still stick around here for the laughs! -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo

Re: [NF] Understanding Rackspace documentation

2022-05-13 Thread Ed Leafe
cloud provider. I haven't used Rackspace for any of my cloud needs for about 4 years now. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list:

Re: [NF] Understanding Rackspace documentation

2022-05-13 Thread Ed Leafe
On May 13, 2022, at 07:36, Frank Cazabon wrote: > > What I get back is: Status 404, the resource could not be found. > > Can you see what I am doing wrong? Nothing jumps out at me. There is a 'v2' version of the API - have you tried that?

Re: [NF] Understanding Rackspace documentation

2022-05-12 Thread Ed Leafe
On May 12, 2022, at 14:31, Ed Leafe wrote: > > Here's the code as it should be: > https://github.com/pycontribs/pyrax/blob/master/pyrax/object_storage.py#L599-L606 Geez, that's just the handler code. Here's the actual call I copied in the first message: https://github.com/pycontr

Re: [NF] Understanding Rackspace documentation

2022-05-12 Thread Ed Leafe
On May 12, 2022, at 14:06, Ed Leafe wrote: > > nm = new_obj_name or utils.get_name(obj) > uri = "/%s/%s" % (utils.get_name(new_container), nm) > copy_from = "/%s/%s" % (utils.get_name(container), utils.get_name(obj)) > headers = {"X-Copy-

Re: [NF] Understanding Rackspace documentation

2022-05-12 Thread Ed Leafe
mentation you cited. These are the HTTP methods: https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods Hope that makes some sense. If not, please let me know what needs clarifying. -- Ed Leafe ___ Post Messages to: ProFox@

Re: Foxfest Tomorrow.... Help

2022-05-04 Thread Ed Leafe
seems to ignore it from time to time. -Jeff Try running an email server for a while. For example, I filtered out nearly 1,000 spam emails over the past weekend, with fewer than 80 legit emails. -- Ed Leafe ___ Post Messages to: ProFox@leafe.c

Re: Accessing/processing archived emails

2022-04-11 Thread Ed Leafe
of any tools or > existing code that could be helpful . Here's an example using Python and its built-in `mailbox` library: https://python-forum.io/thread-16787.html -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Mai

Re:

2022-04-11 Thread Ed Leafe
nk a 30-year old Python can give it a run for its money! ;-) -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mail

Re: VRunFox

2022-04-08 Thread Ed Leafe
make it work. https://github.com/EdLeafe/vRunFox -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxte

[NF] Remember when Google's motto was "Don't be Evil"?

2022-04-05 Thread Ed Leafe
stopped using Chrome a while ago, but still need it on occasion for work. https://contrachrome.com/comic/page01/ -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free

Re: Using gmail to send emails from your VFP apps -- deadline approaching for shutoff

2022-03-04 Thread Ed Leafe
On Mar 4, 2022, at 12:01, MB Software Solutions, LLC wrote: > > Z290IHRoaXMgbm90aWNlIGZyb20gZ29vZ2xlIHRvZGF5OgoKCiAgTGVzcyBzZWN1cmUgYXBwcyAm ... etc. Try this site: https://www.base64decode.org -- Ed Leafe ___ Post Messages to:

Re: [ADMIN] 404 reporting spam, like Error 13 while attempting to report error 13

2022-02-11 Thread Ed Leafe
sort of notification. Until then, just ping me on the list. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailma

Re: [NF] Beyond Quickbooks

2022-01-19 Thread Ed Leafe
e up to me telling me that they use those shortcuts in all of their apps because their users loved how handy they were. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free versio

Re: [NF]Help desk and language skills

2022-01-08 Thread Ed Leafe
king-English persons and it seems like each >> time he has to start over...their communication skills are abysmal. >> >> Don't you love this global village? There's an easy answer: speak to them in their native tongue. Oh, wait - you mean you only speak English? -- Ed Leafe

Re: [NF] Microsoft wrongly blocking lots of emails

2022-01-05 Thread Ed Leafe
providers that block this list because it's hosted on a VPS from Digital Ocean. It has nothing to do with the content, just that the IP address is in a banned range. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Fatal error 708 while trying to report error 708 -- do I win a prize???

2021-11-08 Thread Ed Leafe
I think I at least deserve a t-shirt for that or something. I remember someone explaining this type of error as "I'm choking on a chicken bone, but I can't tell you that, because I'm choking on a chicken bone." -- Ed Leafe ___ Post M

Re: Webfaction web site host

2021-08-03 Thread Ed Leafe
il server (for this list!), and my storage all on DigitalOcean. Very reliable, and affordable. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this lis

Re: [NF] New Job & The Silence is Killing Me...

2021-07-21 Thread Ed Leafe
u for subsequent discussion! -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech Searchable

Re: Windows 11???

2021-06-28 Thread Ed Leafe
needs is one thing. Growing an app as a client's business grows is another. I had a ton of fun working in VFP for many years. But when the writing on the wall was too big to ignore, I moved on, and I've had a ton of fun in my new community. And yeah, it hasn't hurt my bank account, either! ;-)

Re: [NF] VS 2022 will be 64 bit they say.

2021-04-21 Thread Ed Leafe
it: the only physical thing that they *may* have saved something to would be a USB stick. Many haven’t even used that. But they *have* clicked that icon knowing it meant “save”, even if they didn’t understand the meaning of the image. -- Ed Leafe

Re: [NF] VS 2022 will be 64 bit they say.

2021-04-19 Thread Ed Leafe
On Apr 19, 2021, at 11:31, Stephen Russell wrote: > > Also included are refreshed icons! I like how they “refreshed” the save icon by turning the floppy disk upside-down! Now that’s super-fresh in 2022! -- Ed Leafe ___ Post Me

Re: Paul McNett

2021-04-02 Thread Ed Leafe
supposed to get together in person for the last two PyCons (thanks, COVID!), but maybe next year. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of t

Re: [NF] Desktop Development in the roaring 20s

2021-04-02 Thread Ed Leafe
k in those days. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: ht

Re: [NF] Desktop Development in the roaring 20s

2021-04-02 Thread Ed Leafe
the logic on the server, so that the app was a lightweight client, like a browser. Back in 2010. https://pyvideo.org/pycon-us-2010/creating-rich-client-applications-using-dabo.html -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Sub

Re: ProFox List Statistics for February 2021

2021-03-01 Thread Ed Leafe
On Mar 1, 2021, at 11:47, Jürgen Wondzinski wrote: > > And please note that absolutely staggering precision in calculations: >>> (Up 163.329998% from January 2021) > > It's almost like FoxPro with SET DECI TO 15! I saw that, and added an additional round

Re: [NF] WFH desktop heater?

2021-02-15 Thread Ed Leafe
> heat. I'm not looking to heat my entire office, just the vicinity of my upper > body in front of my monitors. Maybe look on eBay for one of those old Pentium computers? They were pretty toasty. -- Ed Leafe ___ Post Messages to: ProFox@leaf

Re: Anyone There?

2021-02-10 Thread Ed Leafe
On Feb 10, 2021, at 09:49, John Weller wrote: > > Many thanks Ed - I missed everybody  And don’t forget - if it ever starts getting too quiet, check the archives! -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maint

Re: Anyone There?

2021-02-10 Thread Ed Leafe
On Feb 10, 2021, at 09:29, Ed Leafe wrote: > >> Is anybody there? > > Don’t know if you’ll see this, but email from the list has been bouncing from > your address, and the list software disabled your account. I’ve manually > re-enabled it, so let’s hope your ISP has

Re: Anyone There?

2021-02-10 Thread Ed Leafe
topped blocking mail from my servers. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/prof

[NF] A tale of two Pythons

2021-01-31 Thread Ed Leafe
This thread is wonderful, especially if you are a Monty Python fan: https://twitter.com/gvanrossum/status/1355310333875773444 -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo

Re: ProFox List Statistics for 2020

2021-01-03 Thread Ed Leafe
On Jan 3, 2021, at 16:54, Jürgen Wondzinski wrote: > > Thanks for checking! The count now seems correct, but my name is stil mangled. Maybe it’s your mail client? Here’s how it looks in Apple Mail: https://pasteboard.co/JHZPTtS.png -- Ed

Re: ProFox List Statistics for 2020

2021-01-03 Thread Ed Leafe
just updated the script to Python 3, and it appears to be correct now. I’m going to re-send the yearly stats with these updates. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/pr

Re: Record width

2020-11-04 Thread Ed Leafe
On Nov 4, 2020, at 14:22, MB Software Solutions, LLC wrote: > > And this project is one of those passed through the years and isn't something > easily refactored without worries you break something elsewhere unknown. s/worries/guaranteeing Fixed that for you. --

Re: Do you have code in place for DST?

2020-11-02 Thread Ed Leafe
On Nov 2, 2020, at 16:18, Stephen Russell wrote: > > Who has to write programs that span time zones? Do you adjust against HQ > time or UTC? Anything that is based on something other than UTC will fail. -- Ed Leafe ___ Post

Re: [NF] nice python code tricks

2020-09-28 Thread Ed Leafe
On Sep 28, 2020, at 11:46, Stephen Russell wrote: > > My employer is looking to do more in python code if applicable. > > I accept that as a challenge. Well, at least you know a good resource. ;-) -- Ed Leafe ___ Post Message

Re: [NF] nice python code tricks

2020-09-28 Thread Ed Leafe
efficient/elegant structures, and based on how many they notice, I’ll have a pretty good idea where their experience level is. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/

Re: Task: Process thousands of records through a regular process -- multiple EXE runs to cut down processing time??

2020-08-03 Thread Ed Leafe
is async is a fundamental design in the language: https://medium.com/@gauravsingharoy/asynchronous-programming-with-go-546b96cd50c1. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listin

[NF] What if...?

2020-07-31 Thread Ed Leafe
Another language comparison: https://i.imgur.com/9U7sg9A.jpg I labeled this [NF] because, well… you know. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free

Re: Where is the Fox?

2020-07-31 Thread Ed Leafe
On Jul 31, 2020, at 15:47, Jean Laeremans wrote: > > Am I supposed to care ? Only if you’re planning for the future. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/pro

Re: Where is the Fox?

2020-07-31 Thread Ed Leafe
egate all of those so that they are all recorded as “FoxPro”. Do you think it would show up even then? -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of t

Re: Where is the Fox?

2020-07-31 Thread Ed Leafe
on questions. The X-axis is based on GitHub project using the language. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe

Re: Where is the Fox?

2020-07-31 Thread Ed Leafe
On Jul 31, 2020, at 13:32, Vince Teachout wrote: > > Rebol and Dabo also seem conspicuous by there absence. Dabo isn’t a language; it’s 100% Python. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Where is the Fox?

2020-07-31 Thread Ed Leafe
Redmond Programming Language rankings for Q3 2020 https://redmonk.com/sogrady/files/2020/07/lang-rank-q320-wm.png Something seems to be missing... -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https

Re: ADMIN: Archives seem uncooperative

2020-07-29 Thread Ed Leafe
On Jul 28, 2020, at 19:20, Ted Roche wrote: > > No rush. Archival blog posts aren't going anywhere. Glad you found the > problem. As always, thanks for the hosting! Looks like a corrupted index. Should be fine now. -- Ed Leafe ___

Re: ADMIN: Archives seem uncooperative

2020-07-28 Thread Ed Leafe
or > The server encountered an internal error and was unable to complete your > request. Either the server is overloaded or there is an error in the > application." Confirmed. A quick glance at the logs shows it’s a database config error. I’ll try to get to

Re: Unit tests (was Re: [NF] I will .....)

2020-07-23 Thread Ed Leafe
base call, returning what the DB *should* return. This way you’re testing your code, not the DB connection. If you want to test against a live system, you need to run functional tests. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Ma

Re: NF Windows 11 ?

2020-07-21 Thread Ed Leafe
X” for so long that most people pronounced it “oh ess ecks”, not realizing that it was supposed to be “10”. Those of us who knew that the X in OS X was a Roman numeral will now probably pronounce “OS 11” as “oh ess too”. ;-) -- Ed Leafe __

Re: NF Windows 11 ?

2020-07-20 Thread Ed Leafe
still “10”. Of course, it’s up to 10.15.x... -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech S

Re: [NF] Suggestions for DBA tools for MariaDB?

2020-07-10 Thread Ed Leafe
e phpMyAdmin occasionally, but mostly just work from the command line. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mail

Re: ProFox archives error

2020-07-02 Thread Ed Leafe
On Jul 2, 2020, at 7:25 AM, MB Software Solutions, LLC wrote: > >> On Jul 1, 2020, at 17:48, Ed Leafe wrote: >>> Looks like an update to the Elasticsearch backend. Let me investigate. >> Turned out to be a bit of corruption in the index. Should be working fine &

Re: ProFox archives error

2020-07-02 Thread Ed Leafe
On Jul 1, 2020, at 17:48, Ed Leafe wrote: > > Looks like an update to the Elasticsearch backend. Let me investigate. Turned out to be a bit of corruption in the index. Should be working fine now! And thanks for letting me know! -- Ed

Re: ProFox archives error

2020-07-01 Thread Ed Leafe
> archives?I keep getting this error. Looks like an update to the Elasticsearch backend. Let me investigate. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free versi

FoxPro Migration Job

2020-07-01 Thread Ed Leafe
...@crawfordthomas.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https

Re: Bizarre scenario solved by READWRITE clause on end of SELECT SQL (SOLVED)

2020-06-25 Thread Ed Leafe
you know, the > things nobody yet noticed or told you about?!?!?) https://fox.wikis.com/wc.dll?Wiki~NonDiscriminatingIndex -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo

Re: SQLite

2020-06-23 Thread Ed Leafe
a server. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: https://

Re: [ADMIN] Problem uploading file to ProFox downloads section

2020-06-23 Thread Ed Leafe
country. One submission to LACP gave a big discount to members, and it was cheaper to submit as a member, even with the cost of membership, so I joined. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe

Re: [ADMIN] Problem uploading file to ProFox downloads section

2020-06-18 Thread Ed Leafe
art of a fundraiser for the Los Angeles Center of Photography: https://www.artsy.net/show/los-angeles-center-of-photography-lacp-members-fundraising-exhibition Very modest prices! :) -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription

Re: [ADMIN] Problem uploading file to ProFox downloads section

2020-06-18 Thread Ed Leafe
On Jun 18, 2020, at 09:49, MB Software Solutions, LLC wrote: > > Got this error when trying to upload a simple PRG: > https://www.screencast.com/t/pKl9iQ5Rowst You caught me in the middle of an upgrade. :) -- Ed Leafe ___ Post

Re: Blast from the Past

2020-06-11 Thread Ed Leafe
on fit my brain really well. It’s now almost two decades since, and while my website isn’t in Zope anymore, it’s still in Python. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo

Re: Blast from the Past

2020-06-10 Thread Ed Leafe
On Jun 10, 2020, at 12:33, Ted Roche wrote: > > The Linux Journal article is still live, too: > > https://www.linuxjournal.com/article/6869 Wow! What a well-written article! :) I especially like the use of “e-mail” – so quaint!

Blast from the Past

2020-06-10 Thread Ed Leafe
. :) -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: https://leafe.com/archives

Re: Profox Archives

2020-06-08 Thread Ed Leafe
On Jun 8, 2020, at 13:05, John Weller wrote: > > Answered my own question - I wasn't! Actually, the link on the list info page was out of date. When I re-did the site last year, I didn’t think of updating the list info pages. But thanks to your message, it is now fixed! -- Ed

Re: Paradox data viewer and exporter?

2020-05-21 Thread Ed Leafe
Paradox, for that matter!), but it’s worth a shot if your other options don’t work out. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list

[ADMIN] Upgraded server

2020-04-27 Thread Ed Leafe
Over the weekend I upgraded the mail server from Ubuntu 18.04 to 20.04, and there have been some issues with mis-matched versions and libraries. If you have tried to send a message in the last few days, please check the archive (https://leafe.com/archives) to verify that it was posted. I

Re: File sharing services

2020-04-23 Thread Ed Leafe
On Apr 23, 2020, at 15:52, Richard Kaye wrote: > > Calling on the collective wisdom. What are people using th4eses days to share > files with customers beside Dropbox? Preferably something that can be > accessed via APIs. I prefer box.com over Dropbox (long story). They have full API access:

Re: [ADMIN] Archives down

2020-03-30 Thread Ed Leafe
On Mar 30, 2020, at 12:55 PM, Ed Leafe wrote: > > Having some issues with my Elasticsearch backend, so the archives will be > unavailable until I can fix it. The archives are back and working normally. -- Ed Leafe --- StripMime Report -- processed MIME parts --- multipa

[ADMIN] Archives down

2020-03-30 Thread Ed Leafe
Having some issues with my Elasticsearch backend, so the archives will be unavailable until I can fix it. -- Ed Leafe --- StripMime Report -- processed MIME parts --- multipart/signed text/plain (text body -- kept) application/pgp-signature

Re: Nostalgia -- updating an app written 15+ years ago

2020-01-14 Thread Ed Leafe
ct, not from MBSS. :D No, not really. It was just the style and structure seemed alien. Like if you used to speak a foreign language, but didn’t use if for many years: things aren’t familiar, and it takes a lot of conscious thought to follow along. Not like a pair of warm slippers a

Re: Nostalgia -- updating an app written 15+ years ago

2020-01-13 Thread Ed Leafe
runnable copy of VFP for 12 years, and haven't actively coded in it for 15 years, and I don't think I could maintain that code any longer. -- Ed Leafe --- StripMime Report -- processed MIME parts --- multipart/signed text/plain (text body -- kept) application/pgp-

Re: Hacker's Guide, Section 4, now live on github.io!

2020-01-03 Thread Ed Leafe
/python-list -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: https

Re: Hacker's Guide, Section 4, now live on github.io!

2019-12-30 Thread Ed Leafe
ellmann/e/B004GP6IGU?ref=dbs_a_mng_rwt_scns_share> -- Ed Leafe --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscription Mainte

Re: [NF] TeamViewer alternatives

2019-12-21 Thread Ed Leafe
On Dec 21, 2019, at 10:48 AM, AndyHC wrote: > > and on the topic of VPNs - check this out - *https://tinyurl.com/sxca8fd I've been very happy with OpenVPN - no worries about unknown sources! https://openvpn.net/ -- Ed Leafe --- StripMime Report -- processed MIME

Re: [NF] X# Bandol 2.2 released to the public

2019-12-17 Thread Ed Leafe
On Dec 17, 2019, at 15:54, Ricardo Araoz wrote: > > So now I may post about Argentine's politics in this forum... and in Spanish! Sure! Just remember to label it with [OT]. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscr

Re: [NF] X# Bandol 2.2 released to the public

2019-12-17 Thread Ed Leafe
s, I would be sure to post about it in every relevant forum. And, as others have pointed out, it’s a simple matter to create a filter, or you can do what I do: press the Delete key. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription

Re: File Sync

2019-11-20 Thread Ed Leafe
in the *nix world for many decades, and it does one thing really well. I can't imagine having to rely on a bunch of proprietary tools to accomplish such a basic utility. -- Ed Leafe --- StripMime Report -- processed MIME parts --- multipart/signed text/plain (text body -- kept) app

Re: The JVP line still exists after all these years

2019-11-20 Thread Ed Leafe
consequences for their actions. -- Ed Leafe --- StripMime Report -- processed MIME parts --- multipart/signed text/plain (text body -- kept) application/pgp-signature --- ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://ma

Re: The JVP line still exists after all these years

2019-11-15 Thread Ed Leafe
essages for those lawyers who > are too stupid to see the obvious." Why would you associate that with JVP??? -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free ve

Re: We''re getting old ;)

2019-11-07 Thread Ed Leafe
ose faces. > And you realize, that yourself must be also getting older... It’s either get older, or decompose! -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-

Re: [NF] LastPass

2019-10-03 Thread Ed Leafe
(e.g. Chrome > and Firefox) on the same device ? i) Yes ii) Yes iii) Yes See the bottom of this page for a comparison of free vs. paid: https://www.lastpass.com/hp -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.le

Re: [NF] Congradulation, Ed

2019-09-25 Thread Ed Leafe
On Sep 25, 2019, at 5:11 AM, Charles Hart Enzer, M.D. wrote: > > Congratulation Ed (Leafe > <https://www.linkedin.com/comm/in/edleafe?midToken=AQFf1vsWLNDdtA=eml-email_notification_digest_01-settings-3-prof_photo=eml-email_notification_digest_01-settings-3-prof_photo-null-3f6ihu%7Ek

Happy Anniversary!

2019-08-17 Thread Ed Leafe
OK, it's a bit late, but it just occurred to me that we just passed the 20th anniversary of the ProFox list! I posted the first message on July 22, 1999. So break out the bubbly! https://leafe.com/archives/msg/1 -- Ed Leafe ___ Post Messages

Re: SFTP

2019-08-02 Thread Ed Leafe
r stuff. Such a shame. SFTP is built into Linux and MacOS, and you can use the pysftp (https://pysftp.readthedocs.io/en/release_0.2.9/) module to use SFTP directly in Python, even in Windows! -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Su

Re: Test

2019-07-16 Thread Ed Leafe
On Jul 16, 2019, at 3:24 AM, Paul Newton wrote: > > I posted a message yesterday which apparently did not reach the list - hence > this test message FWIW, I checked the spam filters and the mail logs, and there is no sign of any email from you. I don't know why that would be. --

Re: ADMIN: Profox archives, Internal Server Error

2019-07-12 Thread Ed Leafe
sticsearch died. Restarted it, and all is well, save for a few days of missing messages that I’ll have to recover. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of

Re: ProFox Messages are not showing up

2019-05-04 Thread Ed Leafe
On May 3, 2019, at 3:00 PM, Ed Leafe wrote: > > I got about 70 “Bounce Action Notification” messages this morning, and it > looks like they are all from gmail accounts. So my question to gmail users: > have you been getting posts regularly? > > I will unblock those addresses

Re: ProFox Messages are not showing up

2019-05-03 Thread Ed Leafe
ddresses as soon as I have time. I’m currently at a conference[0]. -- Ed Leafe [0] https://www.openstack.org/ptg ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list

Re: [NF] Looking for a font with character resembling a brush, highlighter or marker pen

2019-05-01 Thread Ed Leafe
On May 1, 2019, at 9:33 AM, Paul Newton wrote: > > I wondered if anybody has any ideas? Many thanks https://www.1001fonts.com/script+brush-script+google-web-fonts.html -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscr

  1   2   3   4   5   6   7   8   9   10   >