• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle
  • I haven’t even read your post, just copy pasted it into chatgpt o1 preview model and it said this:

    Based on your detailed recollections, I believe the book you’re searching for may be one of the anthologies by Ruth Manning-Sanders, particularly those illustrated by Robin Jacques. Here’s why:

    1. Ruth Manning-Sanders’ Anthologies:

    “A Book of Ghosts and Goblins” (1968): This collection features a variety of eerie tales from around the world, all retold by Manning-Sanders. The stories often involve witches, ghosts, and other supernatural beings.

    “A Book of Witches” (1965): This anthology includes tales specifically about witches, which might correlate with your memory of a sea-witch draped in seaweed.

    “A Book of Mermaids” (1967): Given the sea theme and possible illustrations of underwater scenes, this book could also be a contender.

    1. Illustrations by Robin Jacques:

    Art Style: Jacques is renowned for his intricate pen-and-ink drawings with heavy linework and detailed crosshatching, which matches your description.

    Depictions: His illustrations often have a gothic and eerie feel, featuring classic elements like willow trees, cliffside scenes, and supernatural creatures.

    Sample Illustrations:

    Diver and Sea-Witch: While I can’t access specific images, Jacques’ work frequently includes mythical and maritime elements that could involve divers and sea-witches.

    Creepy Willow Trees and Gothic Cliffs: His landscapes are detailed and atmospheric, possibly aligning with the images you remember.

    1. Physical Attributes:

    Binding: Many editions of Manning-Sanders’ books from the 60s and 70s came with green or teal bindings, especially after losing their dust jackets.

    Publication Era: The books were published in the mid to late 60s, fitting your timeframe of “old but not ancient.”

    Age Appropriateness: These books were marketed as children’s literature but often contained darker themes and illustrations that could slip past less attentive parents.

    1. Why This Might Be the Book:

    Combination of Elements: The combination of maritime tales, witches, and eerie illustrations matches the key elements you recall.

    Illustrator’s Style: The pen-and-ink crosshatching and gothic atmosphere in Jacques’ illustrations seem to align closely with your memories.




  • I went from using slackware late 90s early 00 to Mac OSX in early/mid 00. When coming back to Linux late 00 early 10s I was so disappointed in the Linux distros. I tried Ubuntu but was very disappointed in the lack of newer versions of third party software in their repo. Tried Arch for a while and while packages were up to date, every now and then the OS updates would mess something up and I had to start troubleshooting.

    It might be better now, but I eventually gave up and went to FreeBSD about 10 years ago. Stable base and separate up to date third party feels like the best of both worlds. Not sure if any llinux distro offers something like that now. No snap, no flatpack, just a base os and up to third party date packages.










  • It’s not necessarily better, some things are a personal preference. Though some might be able to list some technical pros and cons.

    Some things I appreciate are:

    • base systems and packages are completely separate. Packages and their configuration goes in /usr/local/ No where else. (Thought they might write to /var/ )
    • bsd init, not systemd. Feels more home to me as a late 90s slackware user.
    • first class zfs support. Linux has caught up lately, especially now that there is a shared zfs codebase for both Linux and FreeBSD. When I switched to FreeBSD on my home server ~10 years ago that wasn’t the case.



  • Very possible and even probable that they’re using some chrome specific behaviour. Just like back in late 90s early noughts when so many websites were IE specific making is impossible to use without a windows installation. The effect is though that unfortunately Firefox isn’t usable everywhere. Sometimes you need chrome for some specific websites. This is especially true for some self hosted “enterprise” web apps, I need chrome for one of those too.




  • After a hiatus in Mac and windows land, I came back into Linux a with similar wishlist.

    It’s quite a diversion, but I actually went with FreeBSD. Now it’s not Linux but with the separation of base system and packages, you get a stable base that is released at a pretty fixed consistent schedule.

    For packages you can pick from quarterly or weekly update schedule, so you can have a stable base OS with bleeding edge software. The binary package manager is easy to use, but if you want more control you can opt for building from source as well.

    The init system is BSD based so all main config goes into a single rc.conf file, very easy to understand and work with.

    Most mainstream applications such as Firefox, postgresql, nginx etc are just a pkg install away and it natively supports zfs (even as root fs) which was one of the reasons I got really interested in it 10 years ago.

    Of course, there is software, especially some younger projects that don’t support FreeBSD. So while there are thousands of packages available, some Linux only applications won’t work.

    Personally, I would pick FreeBSD any time that the software I require supports it. I only run Linux (settled on pop is for now) if the software I need requires it.