Jump to content

ErikMH

Members
  • Posts

    64
  • Joined

  • Last visited

  • Days Won

    2

ErikMH last won the day on May 1 2023

ErikMH had the most liked content!

About ErikMH

  • Birthday March 27

Contact Methods

  • Website URL
    https://erikmh.org/

Profile Information

  • Location
    Vermont, USA
  • Interests
    The works of J.R.R. Tolkien, classical music, espresso, cartography, linguistics, keyboards (for typing), Macintosh (the Apple computer), cider-making (with lower-case apples), &c.

Recent Profile Visitors

1,200 profile views

ErikMH's Achievements

Full Member

Full Member (4/6)

52

Reputation

  1. I’m afraid I have no experience with any of the hosts you mention. In addition to my Vultr recommendation, I can offer the following info: Cloudways. They really grease the wheels for setups where pushing and pulling from or to staging and production environments is key. You have a choice of all (or most) of the data centers available from Vultr, linode, Digital Ocean, Amazon, and Google, and can mix and match. They were independent, based in Malta, but they’ve been bought by Digital Ocean. A little over two years ago, I tested the speed of a simple PW site on identically configured Cloudways hosts with Digital Ocean, Vultr, and linode backends in the same cities. (I couldn’t afford Amazon or Google.) Though all the sites behaved perfectly, the Vultr-backed site was far more responsive. D.O.’s sluggishness didn’t surprise me, but I’d have expected linode to have been more competitive. It was these Cloudways tests that led me naturally to Vultr when D.O. bought Cloudways. pair Networks. A shadow of their former self. Still only in Pittsburgh, Pennsylvania — though at one point theirs was one of the best-connected data centers in the world. They have not kept up with the times. I’m still hosting a couple of nearly abandoned sites with them; I guess I hate to pull the plug, since I’ve been a client for 27 years! Hetzner Online. Lots of offerings. GDPR compliant. Based in Germany (for better and for worse). The user interface looks like it was designed in 1999 and got a new coat of paint last year. I have one site with them, which I intend to move to Vultr — not because I’m particularly unhappy with them, but just to simplify. Let us know what you decide!
  2. I’ve had a great experience with Vultr, first as the data center for some sites I hosted via CloudWays, and more recently (since Cloudways was bought by D.O.) directly with Vultr. I absolutely recommend their “Vultr Cloud Compute” (shared-CPU VPSs) — especially the “high performance” and “high frequency” offerings starting at $6/month. In fact, I’ve found the absolute base-level “high frequency” choice is more than adequate to host five small PW sites (single “wire” folder, multiple “site” folders): 1 vCPU (3GHz+ Intel Xeon), 1 GB RAM, 32 GB NVMe SSD, 1 TB bandwidth They give you a choice of many OSs (including CentOS 9 and 10, though I use Debian 12) and many data centers worldwide. For my niche sites with visitors from around the globe, I’ve found it practical to set up one server locally for development and data entry. Whenever I’m ready to push a code change or new postings/pages, I make a (nearly free) snapshot backup of the staging server, and restore it to a half-dozen strategically chosen server sites (at $6/each): Amsterdam, Seoul, Atlanta — you get the idea). I have set up Cloudflare to handle the load balancing geographically. If the CPU and bandwidth are adequate but you need more drive space, they offer S3-compatible object storage or inexpensive regular block storage. Or if you’re a high-traffic site you can of course up the RAM, CPU, bandwidth, and internal SSD specs. The usual background applies: I have no affiliation with Vultr, I’ve just been happily hosting with them for three years. I do recommend that you choose either “high frequency” (if speed and a little extra drive space are more important) or “high performance” (if you want more bandwidth and are willing to trade a little drive space and speed for it), rather than “regular performance,” which felt surprisingly slower to me when I set up parallel systems for comparison. https://www.vultr.com/pricing/#cloud-compute/ https://www.vultr.com/features/datacenter-locations/
  3. I’ve been very happy with Vultr over the past couple of years. I host several low-traffic PW sites (1.2M total requests/month) on one of their lowest-tier “high performance” machines for $6/month and they are quite reliable and extremely fast for this use. Though they suggest a 4GB machine for production, I find the 1GB is absolutely sufficient for ProcessWire. On the other hand, it’s important not to try to save the extra $1/month and go with the corresponding “regular performance” machine: performance does indeed take a fairly dramatic hit. I’ve found the Vultr servers to be much more responsive than Digital Ocean or Linode (or the venerable Pair Networks); I haven’t compared any others.
  4. Indeed, I’ve been finding HTMX very useful indeed — and I was surprised to see that I’m several versions behind. I spent quite a while looking for the intervening release notes. I couldn’t find any at htmx.org, but they are available via UNPKG: https://unpkg.com/browse/htmx.org@1.9.3/CHANGELOG.md Looks like it’s time to upgrade! ?
  5. That’s a shame, @bernhard — not the way I like my app developers to behave. ? But I’ve learned so much for your own helpful comments and answers and modules that it would never occur to me to withhold a helpful hand when there’s something I know a little bit about. I’ve been privileged to belong to several forums with very high signal-to-noise ratios, but this one is truly la crème de la crème. Tschüß, und Viel Glück!
  6. I don’t know @wbmnfktr’s source, but it sure sounds like that’ll do the trick nicely! My suggestion otherwise, honestly, if you don’t have a lot of digital typography knowledge or relevant tools, would simply be to experiment with the CSS: specify only one font at a time and include font-variant-numeric: tabular-nums, remembering (of course) to dump (or not use) your browser cache with each new page load. I believe all the various Arial varieties support it, as do the Avenirs. So do (at least) the macOS Helveticas. DIsappointingly, the current macOS system font (variations on “SF” and “San Francisco”) appear not to support it, other than the mono-spaced SF Mono variant. It probably goes without saying, but you’ve asked for “basic,” so: all monospaced fonts will do exactly what you want, even without the font-variant-numeric: tabular-nums. Even if you don’t want to use a monospaced font in general, you might consider using it just for the date/time stamp. My favorite is Michael Everson’s shareware (€25) Everson Mono, which has beautiful glyphs for (I believe) every non-Han Unicode codepoint. Everson writes: I met Michael (nice guy!) a few years ago in the U.K., but otherwise I have no connection or vested interest — other than Everson Mono being my favorite monospaced font for the past 35 years....
  7. Sorry for suggesting something you’d already tried, @bernhard — I’d skimmed over some of the details of your post (pre-coffee!). Not all fonts have tabular numeric forms, of course. Actually, a quick look through my 361 installed typefaces shows that only about half of my installed fonts support tabular numbers — YMMV, of course. This, on a MacBook Pro running macOS 13.4.1 (the current “Ventura” release). So, it’s possible that tabular-nums is working just fine — only not with any of the fonts that have been called for.
  8. Have you tried using the tabular-nums attribute of the font-variant-numeric CSS property? That’s how I’d approach this.
  9. Thank you all very much for your suggestions for further research; I am consistently amazed by the high quality of responses here, as well as the high signal-to-noise ratio! I owe you an update: As I mockingly predicted to myself, the mere act of writing the OP seems to have fixed the problem. Of course, I know this *isn’t* really true, but in truth I have not been unexpectedly logged out even once since I posted here two days ago — astonishing, given that I’d gotten logged out at least 25 or 30 times in the two or three hours leading up to my post. In a perfect world, I would hunt this down ASAP *before* it bites me again. Pragmatically, though, I have to admit that I’m on deadline and there are more immediately pressing concerns. Again, I am very grateful for all of the various pointed questions; they will be the first place I turn when the problem returns. And I promise to update the thread with more info when that happens! In the meantime, thank you, @Jonathan Lahijani, @bernhard, & @flydev!
  10. I should add that I am now often (but not always) seeing an error dialog that says: > Unknown error, please try again later and then I’m shown a rather alarming (but, fortunately, totally spurious) empty listing of pages:
  11. There are quite a few threads here where users report ProcessWire repeatedly logging them out (see below). I, too, have had this problem intermittently over the two years I’ve been using PW. I was able to reduce the problem somewhat about a year ago by turning fingerprinting completely off — but the problem has never completely gone away. I’m now at my wits’ end: I was unexpectedly logged out a half-dozen times again earlier today, though I could never see a pattern. As of an hour ago, though, every single time I try to update a field definition, the change is discarded and I’m logged out. Using a different browser helped for a few minutes, but then it began having precisely the same predictable problem. Fingerprinting is off altogether ($config->sessionFingerprint = false;). CSRF protection is off ($config->protectCSRF = false;). I have installed the Session Handler Database, so my /assets/sessions/ folder is empty. This is my PW development environment, running on my MacBook Pro (M1 Max, current MacOS) via DDEV and Colima; restarting the environment has no effect. I do use Cloudflare WARP/1.1.1.1 on my Mac, though that shouldn’t be relevant; turning it off has no effect. session.gc_maxlifetime is the default 1440 session.gc_divisor is the default 10001 I would like to fix this problem for good and never see it again, so that I can get back to far more important work. Does anyone have any ideas? --- Chronological (probably not comprehensive) list of relevant threads that I’ve read thoroughly:
  12. @teppo, it looks like this is precisely the module I was going to begin searching for on Monday. I’m wildly excited that you’re doing this, though I understand your warnings and cautions. My fingers are crossed!
  13. Fantastic little module, and I especially like the “magic” that happens when certain interpolated punctuation marks (“,”, “|”) are used between concatenated strings and one of the concatenated strings is blank: they’re left out! ? Would it be simple to add an ellipsis (“…”) to the list of characters so treated? My use case involves long paragraphs where I keep track of opening- and closing-words separately (in text fields), but I’d like to be able to represent the whole paragraph with Starting words … concluding words. Occasionally, there’s a very short paragraph, and I don’t want to imply that something has been left out (which an ellipsis, of course, does) — and in those unusual cases I include all of the text in the “starting words” field, leaving the “ending words” field empty. But (unlike with , and with |) the ellipsis shows up regardless.
  14. You just saved my bacon, @Robin S — thanks for this! For those searching, this is the secret sauce for presenting a subset of entries to select from, based on a previous selection. In my case: parent=page.refSection where refSection is a grosser-level selection in a hierarchy. I believe this also answers this question:
  15. Well, but that can’t be right. You posted this, with findMany() working just fine yesterday: So it looks like there’s something about getPage() (implicit or explicit), first(), and presumably last(), in combination with findMany(). I think.
×
×
  • Create New...