[cctalk] Re: NTSC TV demodulator

2024-05-19 Thread Fred Cisin via cctalk
pping onto that may be all you need. -- Grumpy Ol' Fred ci...@xenosoft.com

Re: [MSEide-MSEgui-talk] Save form-canvas to png.

2024-05-19 Thread Fred vS
Hello Sieghard. Strange that it does not work for you. But, did you add the -B (build all) parameter? Without it fpc sometimes ignore some of the {$ifdef something}. It is a very old bug and till now it was not yet fixed, so better to use -B, mainly for the first compilation of the project.

Re: [MSEide-MSEgui-talk] Save form-canvas to png.

2024-05-18 Thread Fred vS
Hello Sieghard. To use BRABitmap for MSEgui, do this: 1. Download BGRABitmap source from here: https://github.com/bgrabitmap/bgrabitmap 1. In project options tab Make/Directories: Add using your BGRABitmap source directory: ${BGRABITMAPDIR}/bgrabitmap 1. In tab Make/Make Options

[GNC] Delete a trading account => crash

2024-05-18 Thread Fred Tydeman
Running GnuCash 4.14 on Fedora Linux. Due to a mistake on my part, I have two Trading accounts: IVR-PC IVRPRC for the same security. First, I tried changing Trading:IVRPRC to Trading:IVR-PC in a Sell or Buy transaction from the cash account. However, when I pressed Enter, Gnucash undid my

Re: [MSEide-MSEgui-talk] SDL and MSEgui?

2024-05-18 Thread Fred vS
ong as SDL was (and probably will continue to be, as an important game, OpenXcom still uses it and I still play it - if you didn't know how important I am :D - kidding). Here are the SDL2 units for Pascal: https://github.com/PascalGameDevelopment/SDL2-for-Pascal On Fri, May 17, 2024 at 6:34 PM Fred vS

Re: [MSEide-MSEgui-talk] Save form-canvas to png.

2024-05-17 Thread Fred vS
Hello Sieghard. About "msefiledialogx", of course don't hesitate to adapt it as you wish, it's an honor for him. >BTW: are you sure of the file type name “.dylib”? Or should it be ".dynlib", >which makes more sense to me? Hmm, that's Apple's logic. The suffix of a dynamic library on OSX is

[MSEide-MSEgui-talk] SDL and MSEgui?

2024-05-17 Thread Fred vS
Hello everybody. Does somebody knows SDL and have already used applications done with it it? https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer There is a other gem in MSEuniverse: https://github.com/mse-org/mseuniverse/tree/main/sdl4msegui In the readme.txt: --- Main

Re: Is DDTSS used without accounts?

2024-05-16 Thread Fred Maranhão
Le mer. 15 mai 2024 à 16:57, Thomas Vincent a écrit : > > Hello list! Hello > > There is ongoing work done by Maytham Alsudany to replace DDTSS' old > login system with a proper SSO connection through Salsa, Debian's gitlab > instance. > Thanks a lot Maytham! \o/ > > Things are not entirely

[MSEide-MSEgui-talk] Save form-canvas to png.

2024-05-16 Thread Fred vS
Hello everybody. Great news! Finally I find a way to save the canvas of a form, with all his child-components into a png file (or bitmap). Only the canvas is saved, even if the form is covered by other external forms. Here the trick (thanks to the wonderful BGRABitmap gem):

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-15 Thread Fred Grim via lldb-commits
https://github.com/feg208 updated https://github.com/llvm/llvm-project/pull/91544 >From 8b9ffe9bfb20c5c911c1c08ef966b4ac1ac587a0 Mon Sep 17 00:00:00 2001 From: Fred Grim Date: Wed, 8 May 2024 15:36:16 -0700 Subject: [PATCH] [lldb] Adds additional fields to ProcessInfo To implement SaveC

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-15 Thread Fred Grim via lldb-commits
@@ -147,96 +148,111 @@ class ProcessInstanceInfo : public ProcessInfo { ProcessInstanceInfo() = default; ProcessInstanceInfo(const char *name, const ArchSpec , lldb::pid_t pid) - : ProcessInfo(name, arch, pid), m_euid(UINT32_MAX), m_egid(UINT32_MAX), -

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-15 Thread Fred Grim via lldb-commits
https://github.com/feg208 updated https://github.com/llvm/llvm-project/pull/91544 >From b35ded1c20bb67df941bb7c54aece789a18cde99 Mon Sep 17 00:00:00 2001 From: Fred Grim Date: Wed, 8 May 2024 15:36:16 -0700 Subject: [PATCH] [lldb] Adds additional fields to ProcessInfo To implement SaveC

Re: [MSEide-MSEgui-talk] New release 5.10.0.

2024-05-14 Thread Fred vS
Hello Sieghard. I think that I understand better the problem (maybe). If you use a tfilenameeditx, via le Object Inspector, there is the property "statfile" where you can assign a config file. But the component tfilenameeditx himself uses also the filedialogxfo form who has also a property

[cayugabirds-l] Bird Walk on Saturday May 18

2024-05-14 Thread Leff, Fred
. Please sign up using this link: https://act.audubon.org/a/ny-2024-bird-walk-smwp-518 Fred Leff -- (copy & paste any URL below, then modify any text "_DOT_" to a period ".") Cayugabirds-L List Info: NortheastBirding_DOT_com/CayugabirdsWELCOME_DOT_htm

Re: [MSEide-MSEgui-talk] New release 5.10.0.

2024-05-14 Thread Fred vS
Hello Sieghard. >I have a question concerning your extended filedialogx. >I've run into severe problems with its statfile handling. > It seems to me that saving the layout dependent settings simply cannot work. Hum, sorry but I dont catch what you mean. Here, with the "original" filedialogx,

[Frameworks] New films

2024-05-14 Thread Fred Camper
only with a high quality projector and large screen. I am seeking to speak at public shows of the first 14, 78 minutes running time, which I think make an interesting group. Email me if you wish to be on my mailing list, limited to about four per year. Fred Camper Chicago -- Frameworks mail

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-13 Thread Fred Grim via lldb-commits
https://github.com/feg208 updated https://github.com/llvm/llvm-project/pull/91544 >From dbb4b4126754be15ffd9d12d9997e4969f7ba5cf Mon Sep 17 00:00:00 2001 From: Fred Grim Date: Wed, 8 May 2024 15:36:16 -0700 Subject: [PATCH] [lldb] Adds additional fields to ProcessInfo To implement SaveC

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-13 Thread Fred Grim via lldb-commits
@@ -147,96 +148,111 @@ class ProcessInstanceInfo : public ProcessInfo { ProcessInstanceInfo() = default; ProcessInstanceInfo(const char *name, const ArchSpec , lldb::pid_t pid) - : ProcessInfo(name, arch, pid), m_euid(UINT32_MAX), m_egid(UINT32_MAX), -

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-13 Thread Fred Grim via lldb-commits
@@ -147,96 +148,111 @@ class ProcessInstanceInfo : public ProcessInfo { ProcessInstanceInfo() = default; ProcessInstanceInfo(const char *name, const ArchSpec , lldb::pid_t pid) - : ProcessInfo(name, arch, pid), m_euid(UINT32_MAX), m_egid(UINT32_MAX), -

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-13 Thread Fred Grim via lldb-commits
feg208 wrote: > Sorry for the nits! I am not smart enough to contribute on the technical > merits, so I am trying to find some way to help! Ehhh grammar is not where I shine. I rolled them up https://github.com/llvm/llvm-project/pull/91544 ___

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-13 Thread Fred Grim via lldb-commits
@@ -70,6 +71,12 @@ struct StatFields { long unsigned stime; long cutime; long cstime; + // in proc_pid_stat(5) this field is specified as priority feg208 wrote: done https://github.com/llvm/llvm-project/pull/91544

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-13 Thread Fred Grim via lldb-commits
@@ -70,6 +71,12 @@ struct StatFields { long unsigned stime; long cutime; long cstime; + // in proc_pid_stat(5) this field is specified as priority + // but documented as realtime priority. To keep with the adopted + // nomenclature in ProcessInstanceInfo we adopt the

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-13 Thread Fred Grim via lldb-commits
@@ -70,6 +71,12 @@ struct StatFields { long unsigned stime; long cutime; long cstime; + // in proc_pid_stat(5) this field is specified as priority + // but documented as realtime priority. To keep with the adopted + // nomenclature in ProcessInstanceInfo we adopt the

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-13 Thread Fred Grim via lldb-commits
@@ -115,13 +124,19 @@ static bool GetStatusInfo(::pid_t Pid, ProcessInstanceInfo , return ts; }; + // priority (nice) values run from 19 to -20 inclusive (in linux). In the feg208 wrote: done https://github.com/llvm/llvm-project/pull/91544

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-13 Thread Fred Grim via lldb-commits
@@ -115,13 +124,19 @@ static bool GetStatusInfo(::pid_t Pid, ProcessInstanceInfo , return ts; }; + // priority (nice) values run from 19 to -20 inclusive (in linux). In the + // prpsinfo struct pr_nice is a char feg208 wrote: done

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-13 Thread Fred Grim via lldb-commits
@@ -86,4 +89,22 @@ TEST_F(HostTest, GetProcessInfo) { ProcessInstanceInfo::timespec next_user_time = Info.GetUserTime(); ASSERT_TRUE(user_time.tv_sec <= next_user_time.tv_sec || user_time.tv_usec <= next_user_time.tv_usec); + + struct rlimit rlim; +

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-13 Thread Fred Grim via lldb-commits
https://github.com/feg208 updated https://github.com/llvm/llvm-project/pull/91544 >From d01efd10f8a4b7d908acaa3237541bf6a83b4c7c Mon Sep 17 00:00:00 2001 From: Fred Grim Date: Wed, 8 May 2024 15:36:16 -0700 Subject: [PATCH] [lldb] Adds additional fields to ProcessInfo To implement SaveC

[Swlfest] Wonderful To See Everyone!

2024-05-12 Thread Fred Zalupski
the most interesting group of people with whom I have ever had the pleasure of associating. Warm regards, Fred ___ Swlfest mailing list Swlfest@hard-core-dx.com http://montreal.kotalampi.com/mailman/listinfo/swlfest To unsubscribe: Send an E-mail

[Bug 2030759] Re: Crashes when passing ssl=True

2024-05-12 Thread Fred
** Attachment added: "example.py" https://bugs.launchpad.net/ubuntu/+source/python-gbulb/+bug/2030759/+attachment/511/+files/example.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2030759

[Bug 2030759] Re: Crashes when passing ssl=True

2024-05-12 Thread Fred
Run the example.py from the terminal, click on the "Connect!" button in the UI, then close the application and see the output in the terminal. TypeError: GLibBaseEventLoop._make_ssl_transport() got an unexpected keyword argument 'ssl_shutdown_timeout' -- You received this bug notification

[cctalk] Better demagnetize all of your cables!

2024-05-11 Thread Fred Cisin via cctalk
https://www.swpc.noaa.gov/products/aurora-30-minute-forecast stormy sunny weather

[cctalk] Re: Random items on Pascal #3

2024-05-10 Thread Fred Cisin via cctalk
olled back to the previous one, until the next one arrived. -- Grumpy Ol' Fred ci...@xenosoft.com

[cctalk] Re: CORRECTIONS Re: DOS p-System Pascal:

2024-05-10 Thread Fred Cisin via cctalk
t like Word and Mac), it was never adequately spelled out whether "The operating system" meant version 0.9, or all versions including current, and what products, such as Windoze could be construed to be derivative products. -- Grumpy Ol' Fred ci...@xenosoft.com

[cctalk] Re: CORRECTIONS Re: DOS p-System Pascal:

2024-05-10 Thread Fred Cisin via cctalk
, billg had a bad day. comparable to my losing $100 IBM's PC-DOS 6.10 had a similar bundle list to MS-DOS 6.00, but each product from a different vendor than Microsoft's On Fri, 10 May 2024, Fred Cisin via cctalk wrote: . . .

[cctalk] Re: DOS p-System Pascal: (Was: Saga of CP/M)

2024-05-10 Thread Fred Cisin via cctalk
having a bad day.") MS-DOS 6.22 6.20 with a new non-infringing compression -- Grumpy Ol' Fred ci...@xenosoft.com

[cctalk] Re: DOS p-System Pascal: (Was: Saga of CP/M)

2024-05-10 Thread Fred Cisin via cctalk
). -- Grumpy Ol' Fred ci...@xenosoft.com

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-10 Thread Fred Grim via lldb-commits
@@ -144,6 +144,19 @@ class ProcessInstanceInfo : public ProcessInfo { long int tv_usec = 0; }; + enum class ProcessState { +Unknown, +Dead, +DiskSleep, +Idle, +Paging, +Parked, +Running, +Sleeping, +TracedOrStopped, +Zombie, +

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-10 Thread Fred Grim via lldb-commits
@@ -91,14 +87,16 @@ static bool GetStatusInfo(::pid_t Pid, ProcessInstanceInfo , if (Rest.empty()) return false; StatFields stat_fields; - if (sscanf(Rest.data(), - "%d %s %c %d %d %d %d %d %u %lu %lu %lu %lu %lu %lu %ld %ld", - _fields.pid,

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-10 Thread Fred Grim via lldb-commits
https://github.com/feg208 updated https://github.com/llvm/llvm-project/pull/91544 >From dbf56b2ebe93d2f3ef6e41bceb7359f6e10ae38d Mon Sep 17 00:00:00 2001 From: Fred Grim Date: Wed, 8 May 2024 15:36:16 -0700 Subject: [PATCH] [lldb] Adds additional fields to ProcessInfo To implement SaveC

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-10 Thread Fred Grim via lldb-commits
@@ -254,6 +280,8 @@ class ProcessInstanceInfo : public ProcessInfo { struct timespec m_system_time {}; struct timespec m_cumulative_user_time {}; struct timespec m_cumulative_system_time {}; + std::optional m_priority_value = std::nullopt; + bool m_zombie = false;

[cctalk] Re: Random items on Pascal #3

2024-05-09 Thread Fred Cisin via cctalk
for writing compilers! If you were to create a language that was specializzed for something completely different, and poorly suited for writing compilers, then it would not be respected. -- Grumpy Ol' Fred ci...@xenosoft.com

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-09 Thread Fred Grim via lldb-commits
@@ -237,6 +250,16 @@ class ProcessInstanceInfo : public ProcessInfo { m_cumulative_system_time.tv_usec > 0; } + int8_t GetNiceValue() const { return m_nice_value; } feg208 wrote: prpsinfo has pr_nice field to be populated

[cctalk] Re: Random items on Pascal #3

2024-05-09 Thread Fred Cisin via cctalk
ted for subsequent assignments. -- Grumpy Ol' Fred ci...@xenosoft.com

[cctalk] Re: Random items on Pascal #6

2024-05-09 Thread Fred Cisin via cctalk
ing with CP/M and MS-DOS, rather than P-System, was due to many factors. -- Grumpy Ol' Fred ci...@xenosoft.com

[cctalk] Re: Random items on Pascal #5

2024-05-09 Thread Fred Cisin via cctalk
UCSD P-system could only allocate contiguous disk space. So a disk that had become "checkerboarded" by writing and deletng files had to be defragmented, using a spplied utility called "Crunch". Was that adequately protected against catastrophes caused by interruption? Softech and UCSD

[cctalk] Re: Random items on Pascal #4

2024-05-09 Thread Fred Cisin via cctalk
At NCC - Anaheim, I bought John Draper lunch (I never exercised with him) for a quick consultation about P-system directory structure. I added some P-system formats into XenoCopy a week later.

[cctalk] Re: Random items on Pascal #3

2024-05-09 Thread Fred Cisin via cctalk
Turbo-Pascal was quite popular. At the annnouncement of it (West Coast Computer Faire), Phillipe Kahn (Borland) was so inundated with "yeah, but what about C?" questions, that by the end of the first day, "Turbo C is coming soon"

[cctalk] Re: Random items on Pascal #2

2024-05-09 Thread Fred Cisin via cctalk
The SAGE II that had native Pascal (68000) was not a popular machine. Waterloo Pascal on the SuperPetPascal never really made it on the microcomputer platform did it? Bob Wallace (Microsoft's tenth employee) wrote the Micorsoft MS-DOS Pascal compiler. He told me not to use the runtime

[cctalk] Re: Random items on Pascal #1

2024-05-09 Thread Fred Cisin via cctalk
Did not make it to the list, so I am breaking it up and re-sending it in pieces Without doing the research before asking, there was the UCSD p-System Pascal for IBM PC which came out very early in the history of the IBM PC. It was not very popular. In the original 5150 launch (August 1981),

[cctalk] Re: FWIW CD & DVD demagnitizitation [was: Double Density 3.5" Floppy Disks]

2024-05-09 Thread Fred Cisin via cctalk
On Thu, 9 May 2024, Mike Stein via cctalk wrote: How much extra to turn my deadly lead pipes into gold while you're here? Alchemist servicess are kinda expensive. Could you get away with just gold plating them?

[cctalk] Re: FWIW CD & DVD demagnitizitation [was: Double Density 3.5" Floppy Disks]

2024-05-09 Thread Fred Cisin via cctalk
German snake oil wizards to the rescue! The "Atomstromfilter" (nuclear power filter) joke product has been making the rounds in Germany for at _least_ 20+y now: https://traumshop.net/produkt/atomstromfilter/ It claims to filter power generated by nuclear power plants out of your power flow at the

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-09 Thread Fred Grim via lldb-commits
@@ -237,6 +250,16 @@ class ProcessInstanceInfo : public ProcessInfo { m_cumulative_system_time.tv_usec > 0; } + int8_t GetNiceValue() const { return m_nice_value; } feg208 wrote: Done. Agreed. I also added a note in the linux specific code. In

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-09 Thread Fred Grim via lldb-commits
@@ -237,6 +250,16 @@ class ProcessInstanceInfo : public ProcessInfo { m_cumulative_system_time.tv_usec > 0; } + int8_t GetNiceValue() const { return m_nice_value; } + + void SetNiceValue(int8_t nice_value) { m_nice_value = nice_value; } + + bool

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-09 Thread Fred Grim via lldb-commits
@@ -17,6 +17,7 @@ #include #include +#include feg208 wrote: removed https://github.com/llvm/llvm-project/pull/91544 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-09 Thread Fred Grim via lldb-commits
@@ -117,6 +118,10 @@ bool ProcessInfo::IsScriptedProcess() const { return m_scripted_metadata_sp && *m_scripted_metadata_sp; } +bool ProcessInstanceInfo::NiceValueIsValid() const { + return m_nice_value >= PRIO_MIN && m_nice_value <= PRIO_MAX; feg208

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-09 Thread Fred Grim via lldb-commits
https://github.com/feg208 updated https://github.com/llvm/llvm-project/pull/91544 >From 18b0d55d1c4e04842e531c7f7e304998f2b2ad4e Mon Sep 17 00:00:00 2001 From: Fred Grim Date: Wed, 8 May 2024 15:36:16 -0700 Subject: [PATCH] [lldb] Adds additional fields to ProcessInfo To implement SaveC

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-09 Thread Fred Grim via lldb-commits
@@ -12,6 +12,9 @@ #include "lldb/Utility/ProcessInfo.h" #include "gtest/gtest.h" +#include +#include feg208 wrote: yeah. The cmake file enforces a linux-only build as well. However as @jimingham pointed out someone could plausibly move this into a

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-09 Thread Fred Grim via lldb-commits
@@ -254,6 +277,8 @@ class ProcessInstanceInfo : public ProcessInfo { struct timespec m_system_time {}; struct timespec m_cumulative_user_time {}; struct timespec m_cumulative_system_time {}; + int8_t m_nice_value = INT8_MAX; feg208 wrote: yeah. I'll

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-09 Thread Fred Grim via lldb-commits
@@ -144,6 +144,19 @@ class ProcessInstanceInfo : public ProcessInfo { long int tv_usec = 0; }; + enum class ProcessState { +Unknown, +Dead, +DiskSleep, +Idle, +Paging, +Parked, +Running, +Sleeping, +TracedOrStopped, +Zombie, +

Re: [MSEide-MSEgui-talk] New release 5.10.0.

2024-05-09 Thread Fred vS
Hello Sieghard. Thanks for the new fixes, I will commit it asap in the sieghard branch. I understand that you dont want to have a Github account but it would be great if you could check regulary that discussion: https://github.com/mse-org/mseide-msegui/discussions/87 So I dont have to post

Re: [MSEide-MSEgui-talk] New release 5.10.0.

2024-05-09 Thread Fred vS
SEgui-talk] New release 5.10.0. Hello mohamed, you wrote on Tue, 7 May 2024 18:06:32 +: >I got the errors when building PSQLBrowse.prj. Please see attn. As Fred wrote already, the ./units (or, on Windows, the .\units) directory doesn't exist in your project directory. Check the pr

[cctalk] Re: FWIW CD & DVD demagnitizitation [was: Double Density 3.5" Floppy Disks]

2024-05-08 Thread Fred Cisin via cctalk
also upgrade the drop from the pole? . . . and, do you know whether the electrons that you are receiving are from nuclear, hydro, solar, wind, or fossil? -- Grumpy Ol' Fred

[cctalk] Re: FWIW CD & DVD demagnitizitation [was: Double Density 3.5" Floppy Disks]

2024-05-08 Thread Fred Cisin via cctalk
ly the silver power cable, would be a different story, . . . Y'all have quite adequately answered my original ignorant question. -- Grumpy Ol' Fred ci...@xenosoft.com

Re: [MSEide-MSEgui-talk] New release 5.10.0.

2024-05-08 Thread Fred vS
Hello Sieghard. Newdialogs fixes have been committed to the sieghard-branch and MSEclock + new demo here: https://github.com/mse-org/mseide-msegui/discussions/87#discussioncomment-9361181 Thanks a lot for the fixes and the new demo and have precious vibes. Fre;D

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-08 Thread Fred Grim via lldb-commits
https://github.com/feg208 updated https://github.com/llvm/llvm-project/pull/91544 >From 57e47b53682d43d2b1febba721688c6931c43291 Mon Sep 17 00:00:00 2001 From: Fred Grim Date: Wed, 8 May 2024 15:36:16 -0700 Subject: [PATCH] [lldb] Adds additional fields to ProcessInfo To implement SaveC

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

2024-05-08 Thread Fred Grim via lldb-commits
indicating whether or not that process is a zombie. This commit adds those as well as tests to ensure that the values are consistent with expectations >From 8355e9f14b898572d81721118e6a842d63652a33 Mon Sep 17 00:00:00 2001 From: Fred Grim Date: Wed, 8 May 2024 15:36:16 -0700 Subject: [PATCH] [l

Re: [MSEide-MSEgui-talk] New release 5.10.0.

2024-05-08 Thread Fred vS
Hello Sieghard. Thanks for your explanations. But maybe you did not see the screenshot when resizing MSEClocK. I will try to add it as attachment (maybe sf will accept it now). There is also a problem with moving the window by clicking on the form, holding the button clicked and trying to move

[cctalk] Re: Saga of CP/M

2024-05-07 Thread Fred Cisin via cctalk
P/M Bill gob out Bill Godbout PC does PC-DOS kudos QDOS I be M IBM killed L Kildall Carrie Gary Chip A Cheifet etc. The price differential was NOT that much of a surprise, andwas not entiirely IBM's decision. AND, not mentioned, MS-DOS was out for 6 months before CP/M-86 finally became a

[cctalk] Re: Saga of CP/M

2024-05-07 Thread Fred Cisin via cctalk
r. I had a friend who knew him, who told me about Gary's depression and drinking. -- Grumpy Ol' Fred ci...@xenosoft.com On Tue, 7 May 2024, Steve Lewis via cctalk wrote: Hey Grumpy Fred, thanks for sharing your story and honored to be around those who met with Gary. I rec

[cctalk] Re: FWIW CD & DVD demagnitizitation [was: Double Density 3.5" Floppy Disks]

2024-05-07 Thread Fred Cisin via cctalk
ment" is a placebo effect. And/or, select a large sample of listeners, and have them rate the signals multiple times, without knowing which signal they are listening to. That would call for having many multiple players, since the device purports to "repair" the player. -- Grumpy Ol'

Re: [MSEide-MSEgui-talk] New release 5.10.0.

2024-05-07 Thread Fred vS
Hello Med. The error message is because the directory \units does not exist. You should create it manually. I suppose that you are esting PSQLbrowse project of Sieghard downloaded from here. https://github.com/mse-org/mseide-msegui/discussions/87 If so, be sure to compile it with the

Re: [MSEide-MSEgui-talk] New release 5.10.0.

2024-05-07 Thread Fred vS
Hello Sieghard. Many thanks for the fixes in newdialogs, (nearly) all seems ok now. There is a little problem with MSEClock window what not redrawn correctly when resized. If resize the window (and change only the height), the window isn't redrawn properly. If clicking into the window, then

[cctalk] Re: Double Density 3.5" Floppy Disks

2024-05-06 Thread Fred Cisin via cctalk
before returning them. -- Grumpy Ol' Fred ci...@xenosoft.com

[cctalk] Re: Double Density 3.5" Floppy Disks

2024-05-06 Thread Fred Cisin via cctalk
Ignorant question: Q: When looking for current availability of bulk tape/disk demagnetizers, on eBay, I ran into a lot of CD/DVD demagnetizers What kind of a problem do they have with magnetism? Or is this like the DVD REWINDERS?

[cctalk] Re: Double Density 3.5" Floppy Disks

2024-05-06 Thread Fred Cisin via cctalk
ryone knows, the one SURE way to totaally erase a disk is to store the only copy of something irreplaceable on it. -- Grumpy Ol' Fred ci...@xenosoft.com

Re: [libreoffice-users] Changing the color of the selected cell in calc

2024-05-06 Thread Fred James
for the time during which it is selected? Regards Fred James -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette List archive

[cctalk] Re: Altair 8800 50th birthday...

2024-05-05 Thread Fred Cisin via cctalk
Yes, in those days, magazines were printed, and mailed out, or shipped to newstands before their nominal date, in order to be delivered by their nominal date. The intent was that people would have it by January 1st, so it would arrive in late December. So, the January 1975 one would have been

Re: [Elecraft] K4 Remote: My QTH vs. a friend's, many miles to the north

2024-05-04 Thread Fred Jensen
equipment outside, despite the grounding.  Direct lightning strikes are so intense and large.  Lightning is also an RF event.  What happens in a near but safe place can create very large currents in nearby conductors. 73, Fred ["Skip"] K6DGW Sparks NV DM09dn Washoe County G4GNX wr

Re: [Elecraft] elecraft net?

2024-05-04 Thread Fred Jensen
Kevin, KD5ONS, in OR runs a CW net on 20 [14050 +/-] at 2000Z? and another on 7050 or close at 2300Z on Sun.  Not sure of the times but he usually posts the notice here each week.  There is at least one other SSB net but don't know the details since I lost my microphone. 73, Fred ["

[Bug 2063877] Re: Only black screen on boot with AMD Barcelo and Intel Iris Xe GPU with "quiet splash" (Grub)

2024-05-04 Thread Fred Jupiter
*** This bug is a duplicate of bug 2064815 *** https://bugs.launchpad.net/bugs/2064815 ** This bug has been marked a duplicate of bug 2064815 Always black screen on first reboot after fresh install 24.04, Intel and AMD GPU ** This bug is no longer a duplicate of bug 2064815 Always

[Bug 2064815] [NEW] Always black screen on first reboot after fresh install 24.04, Intel and AMD GPU

2024-05-04 Thread Fred Jupiter
Public bug reported: Always completely unresponsive black screen on first reboot after fresh install 24.04 Kubuntu, both Intel and AMD GPU. Actually, the computer should show the manufacturer logo, and then start the desktop (in this case KDE Plasma). I followed this advice:

[Bug 2061498] Re: Localization Dutch language not working at all

2024-05-04 Thread Fred
Same problem with Dutch language. $ locale LANG=C.UTF-8 LANGUAGE=nl:en LC_CTYPE="C.UTF-8" LC_NUMERIC=C.UTF-8 LC_TIME=C.UTF-8 LC_COLLATE="C.UTF-8" LC_MONETARY=C.UTF-8 LC_MESSAGES="C.UTF-8" LC_PAPER=C.UTF-8 LC_NAME=C.UTF-8 LC_ADDRESS=C.UTF-8 LC_TELEPHONE=C.UTF-8 LC_MEASUREMENT=C.UTF-8

[Bug 2063877] Re: Only black screen on boot with AMD Barcelo and Intel Iris Xe GPU with "quiet splash" (Grub)

2024-05-04 Thread Fred Jupiter
** Summary changed: - Only black screen on boot with AMD Barcelo and Intel Iris Xe GPU without nomodeset + Only black screen on boot with AMD Barcelo and Intel Iris Xe GPU with "quiet splash" (Grub) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[cctalk] Saga of CP/M

2024-05-03 Thread Fred Cisin via cctalk
ht it in a foreclosure sale. At the time that he bought it, he was unaware of the historical significance. He let me wander through the whole place, looking out the upstairs window at the walkway, etc. -- Grumpy Ol' Fred ci...@xenosoft.com

Re: [MSEide-MSEgui-talk] New release 5.10.0.

2024-05-03 Thread Fred vS
Hello Sieghard! Many thanks for the fixes, they are commited/pushed to the sieghard branch: https://github.com/mse-org/mseide-msegui/tree/sieghard Will test it deeply (and thanks for the fix in filedialogx.pas too). Fre;D ___ mseide-msegui-talk

[cctalk] Re: BASIC

2024-05-03 Thread Fred Cisin via cctalk
you could write yor own ROMS. -- Grumpy Ol' Fred ci...@xenosoft.com

[cctalk] Re: BASIC

2024-05-03 Thread Fred Cisin via cctalk
;TRSDOS [for model3] Version 1.3" had the same problem with address marks! Radio Shack bought a license for LDOS 5.1, and released it as TRSDOS 6.0 Although Randy Cook grumbled, for the first time, he was getting ROYALTIES for TRSDOS, rather than just the paltry payment that he had originally gotten for the work for hire of TRSDOS 2.0 . -- Grumpy Ol' Fred ci...@xenosoft.com

[cctalk] Re: BASIC

2024-05-03 Thread Fred Cisin via cctalk
Yes, Microsoft certainly did not invent linked list allocation. But, the Microsoft implementation of the existing idea happened to be what inspired Tim Paterson to do it. On 5/3/24 11:05, Fred Cisin via cctalk wrote: "Remembering his conversation at NCC with Marc McDonald about

[cctalk] Re: BASIC

2024-05-03 Thread Fred Cisin via cctalk
e have existed short programs to talk to it). But, the video and floppy external expansion box for the Model 100 uses Microsoft Standalone BASIC MFM format and directory structure on 5.25" floppies. -- Grumpy Ol' Fred ci...@xenosoft.com

[cctalk] Re: BASIC

2024-05-03 Thread Fred Cisin via cctalk
rectory entries and the size and number of FAT entries. They put the directory, both FAT and file name based entries, on a track near the seek center of the disk. -- Grumpy Ol' Fred ci...@xenosoft.com

[Bug 2063877] Re: Only black screen on boot with AMD Barcelo and Intel Iris Xe GPU without nomodeset

2024-05-03 Thread Fred Jupiter
Okay, but I changed the heading of this bug report: Identical behaviour with "Intel Iris Xe GPU". Just to mention this. See also: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2063983/comments/13 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2063983] Re: 24.04 Upgrade/Fresh Install results in black screen on reboot on AMDGPU system

2024-05-03 Thread Fred Jupiter
I've just read https://bugs.launchpad.net/systemd/+bug/2063143 Just two observations: - In my two cases (AMD and Intel GPU notebooks) the black screen was 100%, not a fraction of boot processes. With "quiet splash" "on" I was never able to boot. The behaviour was also absolutely identical with

Re: [MSEide-MSEgui-talk] New release 5.10.0.

2024-05-02 Thread Fred vS
Re-hello Sieghard. I haven't jumped into your code yet but the same crash appears when you try to free an object that hasn't been created yet. My 0,01 cent, of course. Fre;D De : Fred vS Envoyé : vendredi 3 mai 2024 00:44 À : General list for MSEide+MSEgui

Re: [MSEide-MSEgui-talk] New release 5.10.0.

2024-05-02 Thread Fred vS
Hello Sieghard. >BUT a question here - and this is a VERY important one: Does this blinking >(and possibly all the other adverse effects too) also occur under Windows? Yes, there are problems with Windows too. See here:https://github.com/mse-org/mseide-msegui/issues/89 Fre;D

Re: Alternatives to port 123

2024-05-02 Thread Fred Wright via devel
eful. 2) With --enable-classic-mode, the default behavior would be the same as it's always been. 3) In either case, the default behavior could be overridden in the config file if needed. Fred Wright ___ devel mailing list devel@ntpsec.org https://lists.ntpsec.org/mailman/listinfo/devel

Re: [LincolnTalk] Pioneering Women of Rock & Roll - Friday, May 2

2024-05-02 Thread Fred Hopengarten
This reminds me that we had campus turmoil in the '60s, but the music was better. -Fred Hopengarten From: Lincoln [mailto:lincoln-boun...@lincolntalk.org] On Behalf Of Butt, Abigail Sent: Thursday, May 02, 2024 11:24 AM To: lincoln@lincolntalk.org Subject: [LincolnTalk] Pioneering Women

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Fred Tydeman
make depend fails (as there is no 'depend' target in the makefile). On Thu, May 2, 2024 at 6:16 AM Kalpesh Patel wrote: > If you are installing it into the system installed perl, which most likely > you are doing so with a su switch user utility, then correct way to do so > would be to: > > #

Re: [GNC] Finance::Quote PreRelease 1.61_03

2024-05-02 Thread Fred Tydeman
, the Debian/Ubuntu > package will be named libfoo-bar-perl and for Fedora/Redhat it will be > named perl-Foo-Bar. > > If you have cpan modules installed then it is a good idea to initialize it > by executing 'o conf commit' at CPAN shell prompt of 'cpan>'. > > -Original Mess

[Bug 2063983] Re: 24.04 Upgrade/Fresh Install results in black screen on reboot on AMDGPU system

2024-05-02 Thread Fred Jupiter
If you tell me how to "gather the full kernel log from when the system booted to black screen", I might try that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063983 Title: 24.04 Upgrade/Fresh

[Kernel-packages] [Bug 2063983] Re: 24.04 Upgrade/Fresh Install results in black screen on reboot on AMDGPU system

2024-05-02 Thread Fred Jupiter
If you tell me how to "gather the full kernel log from when the system booted to black screen", I might try that. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2063983 Title: 24.04

  1   2   3   4   5   6   7   8   9   10   >