Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

"Don't drop acid, take it pass-fail!" -- Bryan Michael Wendt


devel / comp.lang.forth / VFX Forth 64 bit v5.42 for Windows, MacOS and Linux

SubjectAuthor
* VFX Forth 64 bit v5.42 for Windows, MacOS and LinuxStephen Pelc
`* Re: VFX Forth 64 bit v5.42 for Windows, MacOS and LinuxHugh Aguilar
 +- Re: VFX Forth 64 bit v5.42 for Windows, MacOS and LinuxJurgen Pitaske
 `* Re: VFX Forth 64 bit v5.42 for Windows, MacOS and LinuxHans Bezemer
  +* Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linuxdxf
  |`* Re: VFX Forth 64 bit v5.42 for Windows, MacOS and LinuxSpainHackForth
  | +- Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linuxminforth
  | `* Re: VFX Forth 64 bit v5.42 for Windows, MacOS and LinuxBrian Fox
  |  `* Re: VFX Forth 64 bit v5.42 for Windows, MacOS and LinuxS Jack
  |   `* Re: VFX Forth 64 bit v5.42 for Windows, MacOS and LinuxBrian Fox
  |    `- Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linuxdxf
  `* Re: VFX Forth 64 bit v5.42 for Windows, MacOS and LinuxHugh Aguilar
   `- Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linuxdxf

1
VFX Forth 64 bit v5.42 for Windows, MacOS and Linux

<uf3hoe$3kheh$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24707&group=comp.lang.forth#24707

  copy link   Newsgroups: comp.lang.forth
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: stephen@vfxforth.com (Stephen Pelc)
Newsgroups: comp.lang.forth
Subject: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux
Date: Thu, 28 Sep 2023 09:41:34 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 26
Message-ID: <uf3hoe$3kheh$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=fixed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Sep 2023 09:41:34 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="16036d041648e8e73a838ff0006da64c";
logging-data="3818961"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1800NVkq2oectdFVStREz8h"
User-Agent: Usenapp for MacOS
Cancel-Lock: sha1:z+00DgFhpbRqYrMfLAFUv0oqmV8=
X-Usenapp: v1.27.1/l - Full License
 by: Stephen Pelc - Thu, 28 Sep 2023 09:41 UTC

VFX Forth 64 v5.42 is avalable for download.

Changes are mainly to the selectable floating point pack system, which is now
properly integrated with the EXTERN mechanism, callbacks, and locals.

There is a new callback mechanism e.g. for Windows:
DefCallProc: int WinProc2(
HWND myhandle, UINT message, WPARAM wparam1, LPARAM lparam
):
\ hwnd msg wparam lparam -- int
{: hwnd msg wparam lparam -- int :} \ can use local variables
case msg
...
endcase
;

When the callback WinProc2 is executed it returns the entry point needed by
the operating system.

Stephen
--
Stephen Pelc, stephen@vfxforth.com
MicroProcessor Engineering, Ltd. - More Real, Less Time
133 Hill Lane, Southampton SO15 5AF, England
tel: +44 (0)78 0390 3612, +34 649 662 974
http://www.mpeforth.com - free VFX Forth downloads

Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux

<124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24712&group=comp.lang.forth#24712

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:620a:a43:b0:773:af88:ed4e with SMTP id j3-20020a05620a0a4300b00773af88ed4emr18808qka.6.1695915627713;
Thu, 28 Sep 2023 08:40:27 -0700 (PDT)
X-Received: by 2002:a05:6808:1910:b0:3a1:c163:6022 with SMTP id
bf16-20020a056808191000b003a1c1636022mr686584oib.4.1695915627441; Thu, 28 Sep
2023 08:40:27 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!border-2.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Thu, 28 Sep 2023 08:40:24 -0700 (PDT)
In-Reply-To: <uf3hoe$3kheh$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=98.191.126.242; posting-account=OxDKOgoAAADW0cxAqHqpN1zqeCoSsDap
NNTP-Posting-Host: 98.191.126.242
References: <uf3hoe$3kheh$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com>
Subject: Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux
From: hughaguilar96@gmail.com (Hugh Aguilar)
Injection-Date: Thu, 28 Sep 2023 15:40:27 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 49
 by: Hugh Aguilar - Thu, 28 Sep 2023 15:40 UTC

On Thursday, September 28, 2023 at 2:41:38 AM UTC-7, Stephen Pelc wrote:
> VFX Forth 64 v5.42 is avalable for download.
>
> Changes are mainly to the selectable floating point pack system, which is now
> properly integrated with the EXTERN mechanism, callbacks, and locals.
>
> There is a new callback mechanism e.g. for Windows:
> DefCallProc: int WinProc2(
> HWND myhandle, UINT message, WPARAM wparam1, LPARAM lparam
> ):
> \ hwnd msg wparam lparam -- int
> {: hwnd msg wparam lparam -- int :} \ can use local variables
> case msg
> ...
> endcase
> ;
>
> When the callback WinProc2 is executed it returns the entry point needed by
> the operating system.
>
> Stephen

Lets not forget that Stephen Pelc sabotaged VFX to prevent
my novice package from compiling:
https://groups.google.com/g/comp.lang.forth/c/hp1MbSkew08/m/os5OYTOeBAAJ

On Thursday, February 23, 2023 at 5:53:49 AM UTC-7, Stephen Pelc wrote:
> On 19 Jan 2023 at 04:34:11 CET, "Hugh Aguilar" <hughag...@gmail.com>
> wrote:
>
> > The bug is that this ANS-Forth compliant code causes VFX to crash:
> > ------------------------------------------
> > : lit, ( val -- ) \ runtime: -- val
> > postpone literal ;
> > ------------------------------------------
>
> For the moment define LIT, as
>
> : lit, ( val -- ) \ runtime: -- val
> postpone literal ; doNotSin
>
> An upcoming version of VFX may/will use a different fix and will not require
> DONOTSIN.
>
> Stephen

Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux

<8ad47fa8-b0c5-4b9b-a85f-7ce7c0559992n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24714&group=comp.lang.forth#24714

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:ad4:551b:0:b0:65b:7e2:a2db with SMTP id pz27-20020ad4551b000000b0065b07e2a2dbmr27044qvb.13.1695919276727;
Thu, 28 Sep 2023 09:41:16 -0700 (PDT)
X-Received: by 2002:a05:6808:1b29:b0:3a9:b964:820e with SMTP id
bx41-20020a0568081b2900b003a9b964820emr757400oib.3.1695919276465; Thu, 28 Sep
2023 09:41:16 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!border-2.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Thu, 28 Sep 2023 09:41:15 -0700 (PDT)
In-Reply-To: <124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2.103.50.180; posting-account=eAOrwQkAAABheFES5y-02sBOFdTlBRio
NNTP-Posting-Host: 2.103.50.180
References: <uf3hoe$3kheh$1@dont-email.me> <124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <8ad47fa8-b0c5-4b9b-a85f-7ce7c0559992n@googlegroups.com>
Subject: Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux
From: jpitaske@gmail.com (Jurgen Pitaske)
Injection-Date: Thu, 28 Sep 2023 16:41:16 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 67
 by: Jurgen Pitaske - Thu, 28 Sep 2023 16:41 UTC

On Thursday, 28 September 2023 at 16:40:28 UTC+1, Hugh Aguilar wrote:
> On Thursday, September 28, 2023 at 2:41:38 AM UTC-7, Stephen Pelc wrote:
> > VFX Forth 64 v5.42 is avalable for download.
> >
> > Changes are mainly to the selectable floating point pack system, which is now
> > properly integrated with the EXTERN mechanism, callbacks, and locals.
> >
> > There is a new callback mechanism e.g. for Windows:
> > DefCallProc: int WinProc2(
> > HWND myhandle, UINT message, WPARAM wparam1, LPARAM lparam
> > ):
> > \ hwnd msg wparam lparam -- int
> > {: hwnd msg wparam lparam -- int :} \ can use local variables
> > case msg
> > ...
> > endcase
> > ;
> >
> > When the callback WinProc2 is executed it returns the entry point needed by
> > the operating system.
> >
> > Stephen
> Lets not forget that Stephen Pelc sabotaged VFX to prevent
> my novice package from compiling:
> https://groups.google.com/g/comp.lang.forth/c/hp1MbSkew08/m/os5OYTOeBAAJ
>
> On Thursday, February 23, 2023 at 5:53:49 AM UTC-7, Stephen Pelc wrote:
> > On 19 Jan 2023 at 04:34:11 CET, "Hugh Aguilar" <hughag...@gmail.com>
> > wrote:
> >
> > > The bug is that this ANS-Forth compliant code causes VFX to crash:
> > > ------------------------------------------
> > > : lit, ( val -- ) \ runtime: -- val
> > > postpone literal ;
> > > ------------------------------------------
> >
> > For the moment define LIT, as
> >
> > : lit, ( val -- ) \ runtime: -- val
> > postpone literal ; doNotSin
> >
> > An upcoming version of VFX may/will use a different fix and will not require
> > DONOTSIN.
> >
> > Stephen

You are back on trying to bullshit again.
But the few people here know who you are and what you do.

You shit on Testra
You shit on MPE
Probably as well on Forth INC.
You shit an anything Forth.
So any commercial Forth company.

I do not believe MPE did anything like this.
BUT ANY commercial supplier should get a clapping to keep your shit out.

Who the fuck do you think you are ???
Get your medication and go back into your mental home.
Close the door behind you and throw the keys away.

Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux

<19968267-f535-48c5-8159-3ba267be2b8an@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24855&group=comp.lang.forth#24855

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:620a:1915:b0:773:ad95:aa16 with SMTP id bj21-20020a05620a191500b00773ad95aa16mr228943qkb.4.1696868593326;
Mon, 09 Oct 2023 09:23:13 -0700 (PDT)
X-Received: by 2002:a05:6808:201c:b0:3a7:7e66:2197 with SMTP id
q28-20020a056808201c00b003a77e662197mr8042195oiw.2.1696868593092; Mon, 09 Oct
2023 09:23:13 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Mon, 9 Oct 2023 09:23:12 -0700 (PDT)
In-Reply-To: <124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=77.174.47.232; posting-account=Ebqe4AoAAABfjCRL4ZqOHWv4jv5ZU4Cs
NNTP-Posting-Host: 77.174.47.232
References: <uf3hoe$3kheh$1@dont-email.me> <124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <19968267-f535-48c5-8159-3ba267be2b8an@googlegroups.com>
Subject: Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux
From: the.beez.speaks@gmail.com (Hans Bezemer)
Injection-Date: Mon, 09 Oct 2023 16:23:13 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Hans Bezemer - Mon, 9 Oct 2023 16:23 UTC

On Thursday, September 28, 2023 at 5:40:28 PM UTC+2, Hugh Aguilar wrote:
> Lets not forget that Stephen Pelc sabotaged VFX to prevent
> my novice package from compiling:
> https://groups.google.com/g/comp.lang.forth/c/hp1MbSkew08/m/os5OYTOeBAAJ
Who cares..
First: you're the only one using it;
Second: a real man writes his own compiler - like everybody else here. Something a
maintenance programmer like you is obviously not capable of.

Hans Bezemer

Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux

<ug29bf$6nl6$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24858&group=comp.lang.forth#24858

  copy link   Newsgroups: comp.lang.forth
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dxforth@gmail.com (dxf)
Newsgroups: comp.lang.forth
Subject: Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux
Date: Tue, 10 Oct 2023 12:28:15 +1100
Organization: A noiseless patient Spider
Lines: 21
Message-ID: <ug29bf$6nl6$1@dont-email.me>
References: <uf3hoe$3kheh$1@dont-email.me>
<124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com>
<19968267-f535-48c5-8159-3ba267be2b8an@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 10 Oct 2023 01:28:15 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="a65b0b0328f353b77e807420abab6e66";
logging-data="220838"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19yDNt73BI6uKg8iH4VYvBx"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:MGr75LV8BiAaksZyv7QsgJ9xk2c=
In-Reply-To: <19968267-f535-48c5-8159-3ba267be2b8an@googlegroups.com>
Content-Language: en-GB
 by: dxf - Tue, 10 Oct 2023 01:28 UTC

On 10/10/2023 3:23 am, Hans Bezemer wrote:
> On Thursday, September 28, 2023 at 5:40:28 PM UTC+2, Hugh Aguilar wrote:
>> Lets not forget that Stephen Pelc sabotaged VFX to prevent
>> my novice package from compiling:
>> https://groups.google.com/g/comp.lang.forth/c/hp1MbSkew08/m/os5OYTOeBAAJ
> Who cares..
> First: you're the only one using it;

The latest VFX appears to pass Hugh's test:

https://groups.google.com/g/comp.lang.forth/c/Fmr2UH5FeoE/m/MhBlTcNiEgAJ

If anyone has found something that looks like a bug, they should definitely
report it to the creator. If they're as excited by it as you are, it will
make their day.

> Second: a real man writes his own compiler - like everybody else here. Something a
> maintenance programmer like you is obviously not capable of.

Easier to blame someone else for one's own lack of progress.

Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux

<0e6c5de4-2bb3-4024-8470-ef86de21b8edn@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24859&group=comp.lang.forth#24859

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:ac8:4d0f:0:b0:419:cbad:b923 with SMTP id w15-20020ac84d0f000000b00419cbadb923mr232083qtv.6.1696929515534;
Tue, 10 Oct 2023 02:18:35 -0700 (PDT)
X-Received: by 2002:a05:6808:2025:b0:3ad:fe71:10cd with SMTP id
q37-20020a056808202500b003adfe7110cdmr9176503oiw.11.1696929515232; Tue, 10
Oct 2023 02:18:35 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!3.eu.feeder.erje.net!feeder.erje.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Tue, 10 Oct 2023 02:18:34 -0700 (PDT)
In-Reply-To: <ug29bf$6nl6$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=88.1.142.205; posting-account=oUnEFAoAAADoKEMDaPmswUef8xS_aFfv
NNTP-Posting-Host: 88.1.142.205
References: <uf3hoe$3kheh$1@dont-email.me> <124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com>
<19968267-f535-48c5-8159-3ba267be2b8an@googlegroups.com> <ug29bf$6nl6$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <0e6c5de4-2bb3-4024-8470-ef86de21b8edn@googlegroups.com>
Subject: Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux
From: jemo07@gmail.com (SpainHackForth)
Injection-Date: Tue, 10 Oct 2023 09:18:35 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: SpainHackForth - Tue, 10 Oct 2023 09:18 UTC

Great news! It’s there a way for me to test this? On the tobit Forth notion, I’d like to post the following, mostly as a question to VFX and the rest of the Forthers here:

I see a significant opportunity for Forth in the sector I’m terming Big Iron, observing notable trends such as the successful progression and bare-metal focus of unikernels. The push away from hypervisors is palpable, and considering trends in cloud offerings, bare metal instances are expanding more rapidly than anticipated, with an estimated yearly revenue between 24B to 30B by 2026. Despite VXF being 64-bit, it remains a hosted app and, in my humble opinion, there’s potential for Forth to capitalize on these trends, utilizing its distinct value to gain broader acceptance in the enterprise, especially given its origin in Big Iron and transition to embedded or hosted systems.

This thinking leads to a thought-provoking query: A Forth for Cloud? Forth, with its hardware-centric, interactive nature, forge a novel foundation for cloud and serverless environments? Key points I consider that would be considered.

**Interactive System Access**: Forth’s capability for direct memory inspection and modification could streamline debugging and profiling. This might bring a higher number of developers to write simple server-less apps. The nature of Forth would allow for these self contained applications with in a physical server, with a share nothing approach *longer discussion * where a an application hosts it’s own dictionary with memory isolation, allowing for as close to the metal development for more stringent applications.

**Minimal Attack Surface**: Forth’s compact footprint, often less than 100KB, implies a smaller attack surface, indicating potential for increased security. * overly simplifying this * it would allow for an memory and resource isolation levels where even the common hardware services like networking would be addressed though a masked memory space, limiting acceded to the HW itself and given the developer more freedom in their techniques to further optimize their apps.

**Parallel Execution Potential**: Static analysis of the Forth dictionary might allow for specific word or task assignment to individual CPU cores, paralleling the thread-per-core approach, and possibly avoiding traditional thread management overheads. Again, this would be a new concept, but it could allow for a simplistic approach to parallel execution on a server, optimizing resources.

Could these *new attributes* make Forth a viable foundation for developing efficient, secure, and parallel systems for specialized cloud applications, and are there unseen challenges or drawbacks to this approach?

**Economic motivation**

Drawing from my own experiential intuition, there’s a significant cost overhead—roughly 30% on hardware (CPU and Memory)—attributable to utilizing OSs that were originally architected to facilitate human interaction and inherently embody extensive code bases. This scenario is further “complexified” when we overlay multiple OS layers (like VM’s or containers) libraries, and additional software to execute applications.

Considering the financials, an average server incurs an expenditure of 15-20K buy out cost, with an additional 20K annually on software to execute applications, and another 10K annually to account for footprint costs. The potential savings here are substantial—around 10K - 30K a year per server.

Scaling this to a substantial enterprise operating, for instance, 500 servers, the financial implication is pronounced. The Return on Investment (ROI) is likely even more compelling, considering the accumulated savings in various other domains, and this holds true even if the performance efficiency achieved is merely on par with current systems.

Drawing again on those Financials, * https://www.futuremarketinsights.com/reports/embedded-hypervisor-market#:~:text=The%20embedded%20hypervisor%20market%20is,at%20a%20CAGR%20of%207.7%25. *

This is a 12Billion dollar market share, it would allow for a 1% market share of 120M.

Thoughts?

Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux

<bcec3194-7d25-490d-beaf-ba549fb92920n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24861&group=comp.lang.forth#24861

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:622a:288:b0:412:2dac:acb8 with SMTP id z8-20020a05622a028800b004122dacacb8mr246059qtw.3.1696935741615;
Tue, 10 Oct 2023 04:02:21 -0700 (PDT)
X-Received: by 2002:a05:6830:10cb:b0:6b9:620e:d6a7 with SMTP id
z11-20020a05683010cb00b006b9620ed6a7mr5747693oto.1.1696935741422; Tue, 10 Oct
2023 04:02:21 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!panix!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Tue, 10 Oct 2023 04:02:20 -0700 (PDT)
In-Reply-To: <0e6c5de4-2bb3-4024-8470-ef86de21b8edn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2003:f7:1f1d:b534:bd58:eb5b:6745:8506;
posting-account=AqNUYgoAAADmkK2pN-RKms8sww57W0Iw
NNTP-Posting-Host: 2003:f7:1f1d:b534:bd58:eb5b:6745:8506
References: <uf3hoe$3kheh$1@dont-email.me> <124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com>
<19968267-f535-48c5-8159-3ba267be2b8an@googlegroups.com> <ug29bf$6nl6$1@dont-email.me>
<0e6c5de4-2bb3-4024-8470-ef86de21b8edn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <bcec3194-7d25-490d-beaf-ba549fb92920n@googlegroups.com>
Subject: Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux
From: minforth@arcor.de (minforth)
Injection-Date: Tue, 10 Oct 2023 11:02:21 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1477
 by: minforth - Tue, 10 Oct 2023 11:02 UTC

SpainHackForth schrieb am Dienstag, 10. Oktober 2023 um 11:18:36 UTC+2:
> Thoughts?
How was the weed? ;-)

Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux

<2388c118-1cef-4cc1-9253-38174df47eefn@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24863&group=comp.lang.forth#24863

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:ac8:4b44:0:b0:419:cb89:f4e2 with SMTP id e4-20020ac84b44000000b00419cb89f4e2mr304699qts.3.1696956856897;
Tue, 10 Oct 2023 09:54:16 -0700 (PDT)
X-Received: by 2002:a05:6808:1916:b0:3a7:56ad:cb9e with SMTP id
bf22-20020a056808191600b003a756adcb9emr9659872oib.9.1696956856628; Tue, 10
Oct 2023 09:54:16 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Tue, 10 Oct 2023 09:54:16 -0700 (PDT)
In-Reply-To: <0e6c5de4-2bb3-4024-8470-ef86de21b8edn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=184.75.211.142; posting-account=2z7GawoAAADc70p5SM5AbaCyzjLblS3g
NNTP-Posting-Host: 184.75.211.142
References: <uf3hoe$3kheh$1@dont-email.me> <124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com>
<19968267-f535-48c5-8159-3ba267be2b8an@googlegroups.com> <ug29bf$6nl6$1@dont-email.me>
<0e6c5de4-2bb3-4024-8470-ef86de21b8edn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <2388c118-1cef-4cc1-9253-38174df47eefn@googlegroups.com>
Subject: Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux
From: brian.fox@brianfox.ca (Brian Fox)
Injection-Date: Tue, 10 Oct 2023 16:54:16 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 7736
 by: Brian Fox - Tue, 10 Oct 2023 16:54 UTC

On Tuesday, October 10, 2023 at 5:18:36 AM UTC-4, SpainHackForth wrote:
> Great news! It’s there a way for me to test this? On the tobit Forth notion, I’d like to post the following, mostly as a question to VFX and the rest of the Forthers here:
>
> I see a significant opportunity for Forth in the sector I’m terming Big Iron, observing notable trends such as the successful progression and bare-metal focus of unikernels. The push away from hypervisors is palpable, and considering trends in cloud offerings, bare metal instances are expanding more rapidly than anticipated, with an estimated yearly revenue between 24B to 30B by 2026. Despite VXF being 64-bit, it remains a hosted app and, in my humble opinion, there’s potential for Forth to capitalize on these trends, utilizing its distinct value to gain broader acceptance in the enterprise, especially given its origin in Big Iron and transition to embedded or hosted systems.
>
> This thinking leads to a thought-provoking query: A Forth for Cloud? Forth, with its hardware-centric, interactive nature, forge a novel foundation for cloud and serverless environments? Key points I consider that would be considered.
>
> **Interactive System Access**: Forth’s capability for direct memory inspection and modification could streamline debugging and profiling. This might bring a higher number of developers to write simple server-less apps. The nature of Forth would allow for these self contained applications with in a physical server, with a share nothing approach *longer discussion * where a an application hosts it’s own dictionary with memory isolation, allowing for as close to the metal development for more stringent applications.
>
> **Minimal Attack Surface**: Forth’s compact footprint, often less than 100KB, implies a smaller attack surface, indicating potential for increased security. * overly simplifying this * it would allow for an memory and resource isolation levels where even the common hardware services like networking would be addressed though a masked memory space, limiting acceded to the HW itself and given the developer more freedom in their techniques to further optimize their apps.
>
> **Parallel Execution Potential**: Static analysis of the Forth dictionary might allow for specific word or task assignment to individual CPU cores, paralleling the thread-per-core approach, and possibly avoiding traditional thread management overheads. Again, this would be a new concept, but it could allow for a simplistic approach to parallel execution on a server, optimizing resources.
>
> Could these *new attributes* make Forth a viable foundation for developing efficient, secure, and parallel systems for specialized cloud applications, and are there unseen challenges or drawbacks to this approach?
>
> **Economic motivation**
>
> Drawing from my own experiential intuition, there’s a significant cost overhead—roughly 30% on hardware (CPU and Memory)—attributable to utilizing OSs that were originally architected to facilitate human interaction and inherently embody extensive code bases. This scenario is further “complexified” when we overlay multiple OS layers (like VM’s or containers) libraries, and additional software to execute applications.
>
> Considering the financials, an average server incurs an expenditure of 15-20K buy out cost, with an additional 20K annually on software to execute applications, and another 10K annually to account for footprint costs. The potential savings here are substantial—around 10K - 30K a year per server.
>
> Scaling this to a substantial enterprise operating, for instance, 500 servers, the financial implication is pronounced. The Return on Investment (ROI) is likely even more compelling, considering the accumulated savings in various other domains, and this holds true even if the performance efficiency achieved is merely on par with current systems.
>
> Drawing again on those Financials, * https://www.futuremarketinsights.com/reports/embedded-hypervisor-market#:~:text=The%20embedded%20hypervisor%20market%20is,at%20a%20CAGR%20of%207.7%25. *
>
> This is a 12Billion dollar market share, it would allow for a 1% market share of 120M.
>
> Thoughts?

Having come from a senior level in a Fortune 500 company I like your enthusiasm and the application
of some market size numbers in your explanation of the opportunity. Bravo.

With no other reference than your post what you say makes sense. Forth was invented to
provide advantages over existing software development methods so why could it not be applied here?

The challenge is that Forth lost a market war back in the 1990s. Forth is odd. Business people
don't like odd. G_d knows Forth Inc. and MPE under Stephen Pelc have spent their lives selling the
Forth solution to various computing domains and they have made some inroads against the headwinds.

As a general rule in business, after a product is working well enough (note: not perfect, not the best)
and it fills an actual need for people, _ALL_ that matters to make it move is _MONEY_ to do :

- Marketing: one to many communication targeted to the people who need the thing
via any medium that can reach them effectively

- Sales: fostering human relationships (the challenging part for techies) with decision makers who
approve expenditures. (sales people are actually psychologists)

- Pricing: It always helps if your solution is a bit cheaper than the alternatives. (but not too cheap)

- Availability: People have to know where to buy it. The internet is handy that way. :-)

So build your product, spend that money wisely, creating the right marketing and sales strategy
and you will get some revenue. The game is to make that revenue self-sustaining.
Oh, and don't make mistakes as the business scales up.

(And.. the market will react and change your reality so you have to adjust)

Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux

<19d15aae-a4d5-4940-ac2b-f3faf32d1920n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24868&group=comp.lang.forth#24868

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:620a:2789:b0:777:357b:33b0 with SMTP id g9-20020a05620a278900b00777357b33b0mr4811qkp.5.1696987578277;
Tue, 10 Oct 2023 18:26:18 -0700 (PDT)
X-Received: by 2002:a05:6870:818b:b0:1e9:80b4:c36d with SMTP id
k11-20020a056870818b00b001e980b4c36dmr846768oae.8.1696987578048; Tue, 10 Oct
2023 18:26:18 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!1.us.feeder.erje.net!feeder.erje.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Tue, 10 Oct 2023 18:26:17 -0700 (PDT)
In-Reply-To: <19968267-f535-48c5-8159-3ba267be2b8an@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=63.158.165.134; posting-account=OxDKOgoAAADW0cxAqHqpN1zqeCoSsDap
NNTP-Posting-Host: 63.158.165.134
References: <uf3hoe$3kheh$1@dont-email.me> <124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com>
<19968267-f535-48c5-8159-3ba267be2b8an@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <19d15aae-a4d5-4940-ac2b-f3faf32d1920n@googlegroups.com>
Subject: Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux
From: hughaguilar96@gmail.com (Hugh Aguilar)
Injection-Date: Wed, 11 Oct 2023 01:26:18 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2505
 by: Hugh Aguilar - Wed, 11 Oct 2023 01:26 UTC

On Monday, October 9, 2023 at 9:23:14 AM UTC-7, Hans Bezemer wrote:
> On Thursday, September 28, 2023 at 5:40:28 PM UTC+2, Hugh Aguilar wrote:
> > Lets not forget that Stephen Pelc sabotaged VFX to prevent
> > my novice package from compiling:
> > https://groups.google.com/g/comp.lang.forth/c/hp1MbSkew08/m/os5OYTOeBAAJ
> Who cares..
> First: you're the only one using it;
> Second: a real man writes his own compiler - like everybody else here. Something a
> maintenance programmer like you is obviously not capable of.
>
> Hans Bezemer

A real Forth programmer gets paid for writing a Forth compiler.
I did get paid for writing MFX, although it wasn't very much money.
How much did you get paid for writing 4TH? You have claimed that your
4TH for the 8086 is "Harvard Architecture" --- considering that you have
achieved the impossible, it should be worth a million dollars!

You are just a troll --- accusing me of being a maintenance programmer
is an attempt at provoking an angry denial --- this is foolish because
I'm obviously not a maintenance programmer, and I don't care enough
about you to have an emotional response to your troll attack.

Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux

<8e25dfc8-1a33-46bd-9ec2-1effaaf2d4c7n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24869&group=comp.lang.forth#24869

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:ac8:598f:0:b0:419:7c79:7f75 with SMTP id e15-20020ac8598f000000b004197c797f75mr292749qte.8.1696989464654;
Tue, 10 Oct 2023 18:57:44 -0700 (PDT)
X-Received: by 2002:a05:6870:498f:b0:1e5:7384:b6c0 with SMTP id
ho15-20020a056870498f00b001e57384b6c0mr5764897oab.0.1696989464407; Tue, 10
Oct 2023 18:57:44 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Tue, 10 Oct 2023 18:57:43 -0700 (PDT)
In-Reply-To: <2388c118-1cef-4cc1-9253-38174df47eefn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:1700:3f7a:20d0:a4e3:f656:6346:72f9;
posting-account=V5nGoQoAAAC_P2U0qnxm2kC0s1jNJXJa
NNTP-Posting-Host: 2600:1700:3f7a:20d0:a4e3:f656:6346:72f9
References: <uf3hoe$3kheh$1@dont-email.me> <124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com>
<19968267-f535-48c5-8159-3ba267be2b8an@googlegroups.com> <ug29bf$6nl6$1@dont-email.me>
<0e6c5de4-2bb3-4024-8470-ef86de21b8edn@googlegroups.com> <2388c118-1cef-4cc1-9253-38174df47eefn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <8e25dfc8-1a33-46bd-9ec2-1effaaf2d4c7n@googlegroups.com>
Subject: Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux
From: sdwjack69@gmail.com (S Jack)
Injection-Date: Wed, 11 Oct 2023 01:57:44 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: S Jack - Wed, 11 Oct 2023 01:57 UTC

On Tuesday, October 10, 2023 at 11:54:18 AM UTC-5, Brian Fox wrote:
>
> So build your product, spend that money wisely, creating the right marketing and sales strategy

Marketing 101:
Sell the product first then build it (if you must).

--
me

Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux

<ce5dc37e-ebba-4d65-a610-cc89a48cf1a2n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24870&group=comp.lang.forth#24870

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:ac8:5a86:0:b0:417:ba09:8b98 with SMTP id c6-20020ac85a86000000b00417ba098b98mr315900qtc.11.1696991943808; Tue, 10 Oct 2023 19:39:03 -0700 (PDT)
X-Received: by 2002:a4a:4513:0:b0:57b:3c22:ba82 with SMTP id y19-20020a4a4513000000b0057b3c22ba82mr7868521ooa.1.1696991943591; Tue, 10 Oct 2023 19:39:03 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!69.80.99.18.MISMATCH!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Tue, 10 Oct 2023 19:39:03 -0700 (PDT)
In-Reply-To: <8e25dfc8-1a33-46bd-9ec2-1effaaf2d4c7n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=184.75.211.142; posting-account=2z7GawoAAADc70p5SM5AbaCyzjLblS3g
NNTP-Posting-Host: 184.75.211.142
References: <uf3hoe$3kheh$1@dont-email.me> <124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com> <19968267-f535-48c5-8159-3ba267be2b8an@googlegroups.com> <ug29bf$6nl6$1@dont-email.me> <0e6c5de4-2bb3-4024-8470-ef86de21b8edn@googlegroups.com> <2388c118-1cef-4cc1-9253-38174df47eefn@googlegroups.com> <8e25dfc8-1a33-46bd-9ec2-1effaaf2d4c7n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <ce5dc37e-ebba-4d65-a610-cc89a48cf1a2n@googlegroups.com>
Subject: Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux
From: brian.fox@brianfox.ca (Brian Fox)
Injection-Date: Wed, 11 Oct 2023 02:39:03 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 17
 by: Brian Fox - Wed, 11 Oct 2023 02:39 UTC

On Tuesday, October 10, 2023 at 9:57:46 PM UTC-4, S Jack wrote:
> On Tuesday, October 10, 2023 at 11:54:18 AM UTC-5, Brian Fox wrote:
> >
> > So build your product, spend that money wisely, creating the right marketing and sales strategy
> Marketing 101:
> Sell the product first then build it (if you must).

Haha. I like it. :-)
And even without signed contracts the VP of sales should know who the targets are and have created a
pro-forma sales plan that commits their backside to how much revenue comes in over at least the 1st 3 years.
(and they always are over-optimistic so fudge their numbers accordingly)

It's a risky game to sell "vapour" with software products I think.
Fred Brooks' experience and all that.

Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux

<ug52fk$1j3r9$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24871&group=comp.lang.forth#24871

  copy link   Newsgroups: comp.lang.forth
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dxforth@gmail.com (dxf)
Newsgroups: comp.lang.forth
Subject: Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux
Date: Wed, 11 Oct 2023 13:49:23 +1100
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <ug52fk$1j3r9$1@dont-email.me>
References: <uf3hoe$3kheh$1@dont-email.me>
<124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com>
<19968267-f535-48c5-8159-3ba267be2b8an@googlegroups.com>
<19d15aae-a4d5-4940-ac2b-f3faf32d1920n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 11 Oct 2023 02:49:24 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="29d2671320c77061fdc3cb97e45f6a06";
logging-data="1675113"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX199rHyUq33wgbHlKdfMJ251"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:CCU8PUUBa+cnpD+kWU8oF2Pszc0=
Content-Language: en-GB
In-Reply-To: <19d15aae-a4d5-4940-ac2b-f3faf32d1920n@googlegroups.com>
 by: dxf - Wed, 11 Oct 2023 02:49 UTC

On 11/10/2023 12:26 pm, Hugh Aguilar wrote:
> On Monday, October 9, 2023 at 9:23:14 AM UTC-7, Hans Bezemer wrote:
>> On Thursday, September 28, 2023 at 5:40:28 PM UTC+2, Hugh Aguilar wrote:
>>> Lets not forget that Stephen Pelc sabotaged VFX to prevent
>>> my novice package from compiling:
>>> https://groups.google.com/g/comp.lang.forth/c/hp1MbSkew08/m/os5OYTOeBAAJ
>> Who cares..
>> First: you're the only one using it;
>> Second: a real man writes his own compiler - like everybody else here. Something a
>> maintenance programmer like you is obviously not capable of.
>>
>> Hans Bezemer
>
> A real Forth programmer gets paid for writing a Forth compiler.
> I did get paid for writing MFX, although it wasn't very much money.

It was also 30 years ago. Besides, you've threatened to write a forth
compiler. Those who produce compilers don't have an out. They can't
blame their boss, or complain the tools given to them were no good.

Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux

<ug56bi$1kl5s$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=24872&group=comp.lang.forth#24872

  copy link   Newsgroups: comp.lang.forth
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dxforth@gmail.com (dxf)
Newsgroups: comp.lang.forth
Subject: Re: VFX Forth 64 bit v5.42 for Windows, MacOS and Linux
Date: Wed, 11 Oct 2023 14:55:30 +1100
Organization: A noiseless patient Spider
Lines: 18
Message-ID: <ug56bi$1kl5s$1@dont-email.me>
References: <uf3hoe$3kheh$1@dont-email.me>
<124b1518-2bd4-4abc-8b85-7ba21348e06an@googlegroups.com>
<19968267-f535-48c5-8159-3ba267be2b8an@googlegroups.com>
<ug29bf$6nl6$1@dont-email.me>
<0e6c5de4-2bb3-4024-8470-ef86de21b8edn@googlegroups.com>
<2388c118-1cef-4cc1-9253-38174df47eefn@googlegroups.com>
<8e25dfc8-1a33-46bd-9ec2-1effaaf2d4c7n@googlegroups.com>
<ce5dc37e-ebba-4d65-a610-cc89a48cf1a2n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 11 Oct 2023 03:55:31 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="29d2671320c77061fdc3cb97e45f6a06";
logging-data="1725628"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18LqrQaEmJJVZ4rewQSqMKq"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:YNbVElIwKkvooi+pcbHQrEqTW9w=
Content-Language: en-GB
In-Reply-To: <ce5dc37e-ebba-4d65-a610-cc89a48cf1a2n@googlegroups.com>
 by: dxf - Wed, 11 Oct 2023 03:55 UTC

On 11/10/2023 1:39 pm, Brian Fox wrote:
> On Tuesday, October 10, 2023 at 9:57:46 PM UTC-4, S Jack wrote:
>> On Tuesday, October 10, 2023 at 11:54:18 AM UTC-5, Brian Fox wrote:
>>>
>>> So build your product, spend that money wisely, creating the right marketing and sales strategy
>> Marketing 101:
>> Sell the product first then build it (if you must).
>
> Haha. I like it. :-)
> And even without signed contracts the VP of sales should know who the targets are and have created a
> pro-forma sales plan that commits their backside to how much revenue comes in over at least the 1st 3 years.
> (and they always are over-optimistic so fudge their numbers accordingly)
>
> It's a risky game to sell "vapour" with software products I think.
> Fred Brooks' experience and all that.

Switch to finance where toxic debt abounds and selling it is 'caveat emptor'.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor