Friendica
  • Sign in
Alexandra Lanes
Alexandra Lanes

Alexandra Lanes

ajlanes@thegoatery.dyndns.org

Alexandra Lanes

ajlanes@thegoatery.dyndns.org
Follow
Atom feed
Network posts

Cambridge, United Kingdom

-----BEGIN PUBLIC KEY----- MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAprOZUSR+S+V8IGaq6vGd yYRc6DFx8SYfN6uYLvARzuJI4bcQBs4nW/cD5yFkNwAck0zOTV/A/F0DEOZ+0gHZ OC47OrolM2c2e9cYkRFJayZCNYV5dTHKvfCq6hDtiqvndvcrLu571bbxHq/Oo2UZ 8Gw1GMKtcoMW4YrA0bUwGh94KFpVkNcssDa2ySJM++C//ueCCxooKjsMtnmsRlsS Wxb5UukoVqzffjhWhx58j4Uh1lNY/qFu6Fl6BQiqpF58lJ4MFk+IUssvEDzEut5N Z6KCcRmt9xAIGujxNsy6hOYdZHopyYnRivS4kfj4/EGdribwTg1LsWVJVhu4tYfK TCiudaKj5hPLEgTWVNtzCjStgy4emDbzuIGoU3ST5Y/I0H+3J+qI/PHZCMsdXx3H 4/IzDr0Om0e6xNjlkpBNNIUDEEgH9iBBcA9wEp+0Obc6XKoYJN/CKd2xuDoYHvId voNjb8tIo0WUXAS3D+VWwZbJyKrALD2HGvDFLTbwoPeQRQJlJGE7cJ1IAPhGTa2m Wj0uhwyt/Tjfi6fkj/k3HlIWtzDdfQ3prXaNxVitssTLmDXWTH/ev69b6SaG5MQn x/ofgMb9bRM01GAZwclmuCGT/yJmeuXhiLWnEbiOSVw3cY5T8S/MFL1w19xhemy4 0DaT24bypjn0BUqor0Hery8CAwEAAQ== -----END PUBLIC KEY-----
2025-08-03T10:48:58+00:00
Uid
8a89e8f8-1763-bfd6-49c4-636998446524
Nickname
ajlanes
Full_name
Alexandra Lanes
Searchable
true
First_name
Alexandra
Family_name
Lanes
Url
https://thegoatery.dyndns.org/
Photo
Photo_medium
Photo_small
2023-08-09 13:51:08 2023-08-08 22:22:17 2023-08-08 22:22:17 3702266

Alexandra Lanes
Alexandra Lanes
friendica (DFRN) - Link to source

Alexandra Lanes

2 years ago from Mona for Mac •

Alexandra Lanes

2 years ago from Mona for Mac •


The code that generates the little diagrams on my station pages like this one is written in PostScript. Well, to be strict, it’s PS generated by a Haskell program and exactly why it’s that way is probably a question for @Ben Harris who wrote the code during one of our station collecting holidays.

Anyway, today I noticed it had stopped working. "Last OS error: Permission denied” says Ghostscript on running the code. And yet, stracing the whole thing, nowhere is an EACCES to be seen. Turns out Ghostscript has made default a “safe mode” which restricts PostScript file operations to only those files you specify in advance. You can get around it by adding -dNOSAFER to the gs command line. Fine, whatever.

But what I definitely object to is Ghostscript sounding like it’s reporting an ordinary OS-level system call error, when in fact it’s reporting its own MADE UP ERROR. They could at least have had the decency not to call it an

... Show more...

The code that generates the little diagrams on my station pages like this one is written in PostScript. Well, to be strict, it’s PS generated by a Haskell program and exactly why it’s that way is probably a question for @Ben Harris who wrote the code during one of our station collecting holidays.

Anyway, today I noticed it had stopped working. "Last OS error: Permission denied” says Ghostscript on running the code. And yet, stracing the whole thing, nowhere is an EACCES to be seen. Turns out Ghostscript has made default a “safe mode” which restricts PostScript file operations to only those files you specify in advance. You can get around it by adding -dNOSAFER to the gs command line. Fine, whatever.

But what I definitely object to is Ghostscript sounding like it’s reporting an ordinary OS-level system call error, when in fact it’s reporting its own MADE UP ERROR. They could at least have had the decency not to call it an “OS error”. Grr.

@Ben Harris
  •  Detected languages
  •  Raw content
  •  Share via ...
⇧