by OpenXTalkPaul » Mon Oct 04, 2021 8:48 pm
axwald wrote: ↑Sat Oct 02, 2021 1:24 pm
"serious coder" here is the equivalent to the mailing list's "cheese"? Didn't know, apologize!
I don't know what that means, but OK? I've mostly use the use list via This Week In LiveCode and via search. I've never been a fan of mailing lists, I like/need ability to correct/edit my posts too much. My defensiveness in response to "serious coder" is mostly based on attitudes of certain pro-programmer's that I've personally know, and the fact that there weren't really any C++ pros donating code to Community Edition in the past so perhaps not too many of that C++ pro type of contributor has not been attracted to the concepts of xTalks... although it looks like a few independent projects such as StackSmith have gotten fairly far on their own, so maybe there's some other reason they didn't want to be involved with LCC. I'm willing to at least try to learn more C++ and whatever else it takes to keep this thing alive.
axwald wrote: ↑Sat Oct 02, 2021 1:24 pm
- For me a "serious coder" is someone that does its coding with love & considerable time & labour, and has fun doing it. Someone who, for instance, spends most of the time coding by choice - no matter if payed for or not.
- In contrast to someone that only codes for money, and wouldn't touch an IDE in private.
- In contrast to someone that occasionally does some coding, but has many other, more important, things occupying his time.
Too be honest, I felt a bit startled by your reactions. It really seems as if I triggered a reflex.
It did, people have reflexes, no biggie. To be honest I've gotten a little irritated on occasion because, while I do appreciate the diversity of ideas, we've gotten advice on what we should do or shouldn't do but not much help doing any of it.
Your bullet points are conflicting. In the first one I'm a "serious coder" in the last one I'm not, because I have a full time job (in the graphic arts) that doesn't have much to do with coding, and I also have a family that takes priority over everything else... I also have other hobbies (music composition for example) but they've become intertwined with coding.
axwald wrote: ↑Sat Oct 02, 2021 1:24 pm
This explained, I understand that we have quite different opinions & goals, and that I don't really suit in here. So my best wishes for your project, may it (and you!) live long & prosper!
I'm agree with the big tent thing. The more goals and more opinions the better... I just think if you're looking for a commercial quality product, commercial level support, and timely updates that may be an unrealistic expectation.
axwald wrote: ↑Sat Oct 02, 2021 1:24 pm
Paul: Obviously you have just skimmed the links I provided. Additional hints:
The libURL problem was observed in Win, too - but only randomly!
The "
Windows not being good at expanding it's buffers/memory allocation" is noticed as solved in
LC 9.6.4
Both Win & Android show unpredictable fonts & sizes, different from any other apps on these devices.
SQLite on newer Linux versions doesn't work - code-created dbs fail with "invalid database type" ...
I did only skim through those, because I'm trying to do 3-4 different things in a short amount of time.
libURL is a Script library if I'm not mistaken? Not sure... but I'm pretty sure I could find other URL libraries on every platform. In my Mac LCB projects I've use NSURL (NS as in NeXTstep/Apple Cocoa/GNUStep), and I've rolled my own in xTalk at times (going back to my Tarantula HTML editor project way back in the 90s). I could wrap a substitute URL library, It would probably be best to keep the amount of foreign libraries down to a minimum if possible, particularly with something like URLs are just strings.
If the buffer/allocate problem is an engine problem that's solved in 9.6.4, then it should also be in 9.6.3 because my understanding is that they basically admitted that there wasn't really any changes between those two versions beyond the new licensing schemes.
"Win & Android show unpredictable fonts & sizes, different from any other apps on these devices."
This is a mysterious problem, obviously font files don't change (unless they have, which sometimes Font vendors do)... so it must be changes in the rendering engine. I can't imagine why it would be unpredictable? Are you saying fonts look different from one launch to the next with no modifications to the stack?
SQLLite on Linux probably needs a newer build of that library as a driver for the revDB external.
Personally I've become very interested in Linux over the past few years, and will be installing some Debian distro to test/build OXT on.
[quote=axwald post_id=393 time=1633181052 user_id=81]
"serious coder" here is the equivalent to the mailing list's "cheese"? Didn't know, apologize!
[/quote]
I don't know what that means, but OK? I've mostly use the use list via This Week In LiveCode and via search. I've never been a fan of mailing lists, I like/need ability to correct/edit my posts too much. My defensiveness in response to "serious coder" is mostly based on attitudes of certain pro-programmer's that I've personally know, and the fact that there weren't really any C++ pros donating code to Community Edition in the past so perhaps not too many of that C++ pro type of contributor has not been attracted to the concepts of xTalks... although it looks like a few independent projects such as StackSmith have gotten fairly far on their own, so maybe there's some other reason they didn't want to be involved with LCC. I'm willing to at least try to learn more C++ and whatever else it takes to keep this thing alive.
[quote=axwald post_id=393 time=1633181052 user_id=81]
[list][*]For me a "serious coder" is someone that does its coding with love & considerable time & labour, and has fun doing it. Someone who, for instance, spends most of the time coding by choice - no matter if payed for or not.
[*]In contrast to someone that only codes for money, and wouldn't touch an IDE in private.
[*]In contrast to someone that occasionally does some coding, but has many other, more important, things occupying his time.[/list]
Too be honest, I felt a bit startled by your reactions. It really seems as if I triggered a reflex.
[/quote]
It did, people have reflexes, no biggie. To be honest I've gotten a little irritated on occasion because, while I do appreciate the diversity of ideas, we've gotten advice on what we should do or shouldn't do but not much help doing any of it.
Your bullet points are conflicting. In the first one I'm a "serious coder" in the last one I'm not, because I have a full time job (in the graphic arts) that doesn't have much to do with coding, and I also have a family that takes priority over everything else... I also have other hobbies (music composition for example) but they've become intertwined with coding.
[quote=axwald post_id=393 time=1633181052 user_id=81]
This explained, I understand that we have quite different opinions & goals, and that I don't really suit in here. So my best wishes for your project, may it (and you!) live long & prosper!
[/quote]
I'm agree with the big tent thing. The more goals and more opinions the better... I just think if you're looking for a commercial quality product, commercial level support, and timely updates that may be an unrealistic expectation.
[quote=axwald post_id=393 time=1633181052 user_id=81]
[b]Paul:[/b] Obviously you have just skimmed the links I provided. Additional hints:
The libURL problem was observed in Win, too - but only randomly!
The "[u]Windows [/u]not being good at expanding it's buffers/memory allocation" is noticed as solved in [u]LC[/u] 9.6.4
Both Win & Android show unpredictable fonts & sizes, different from any other apps on these devices.
SQLite on newer Linux versions doesn't work - code-created dbs fail with "invalid database type" ...
[/quote]
I did only skim through those, because I'm trying to do 3-4 different things in a short amount of time.
libURL is a Script library if I'm not mistaken? Not sure... but I'm pretty sure I could find other URL libraries on every platform. In my Mac LCB projects I've use NSURL (NS as in NeXTstep/Apple Cocoa/GNUStep), and I've rolled my own in xTalk at times (going back to my Tarantula HTML editor project way back in the 90s). I could wrap a substitute URL library, It would probably be best to keep the amount of foreign libraries down to a minimum if possible, particularly with something like URLs are just strings.
If the buffer/allocate problem is an engine problem that's solved in 9.6.4, then it should also be in 9.6.3 because my understanding is that they basically admitted that there wasn't really any changes between those two versions beyond the new licensing schemes.
"Win & Android show unpredictable fonts & sizes, different from any other apps on these devices."
This is a mysterious problem, obviously font files don't change (unless they have, which sometimes Font vendors do)... so it must be changes in the rendering engine. I can't imagine why it would be unpredictable? Are you saying fonts look different from one launch to the next with no modifications to the stack?
SQLLite on Linux probably needs a newer build of that library as a driver for the revDB external.
Personally I've become very interested in Linux over the past few years, and will be installing some Debian distro to test/build OXT on.