Smoking is a common habit for people to develop. If you aren't a smoker you probably know someone who does or did. I have been a smoker for about a decade. The only real difference is that I am not a tobacco smoker, I smoke cannabis/hemp/dope flower. Though admittedly I did pick up cigarette smoking for a year as a teenager I fortunately got out of that before it became an addiction.
For about 10 years now I have smoked cannabis in various formats, hand bowls, bongs, gravity bongs, one hitters/dugouts, joints, blunts. Lots of experience with all sorts of pieces, pipes, and papers. However one thing that has illuded me until a month ago has been 'dry herb vaporizers'. And this is what I would like to write about today. What dry herb vaporizers are and how it has made my smoking like far better for my health and wallet.
When I tell people I am an anarchist, the response is often something along the lines of "that is just naive. Without the government we are screwed! Who will maintain the roads?"
I find that incredibly amusing, considering the current state of the US infrastructure (your country may differ).
The roads are total shit; bridges are collapsing, and trains are derailing daily, all while costs are rising exponentially.
In a reductionistic scheme perception would be studied in the laboratory with artificial tasks, quite dissimilar to our everyday experience. Studies of pitch perception might involve pure sine tones, but absolutely no real musical excerpts. James J. Gibson's ecological theory, which I do not know too much about, points out the necessity of considering the senses as they operate in context in complex environments. Gibson's often cited books were long out of print, now some of them have reappeared, but unfortunately not affordably priced. However, a few papers can be found on the internet.
Gibson's ecological theory of perception has had some influence on certain musicologists and researchers in auditory perception (Eric Clarke, Stephen Handel, among others). This is perhaps not what one would expect, given that Gibson developed his theory mainly in the visual domain. I'm not aware that Gibson would have had nearly as big an impact on more recent research on visual perception, but I could have missed something.
I tried dual-booting back in the very late 1990s, Mac OS and I think it was Yellow Dog Linux. Since then, not so much. Problems include the installers or updators elbowing one another, which may result in one or more systems that cannot boot, and do you have the time and skill to debug and fix that? Or how many on IRC or a forum will be dragged along when the waters turn out to be a bit too swift and deep? There is also generally a lack of security updates until the other operating system(s) can be booted, which means frequent reboots, or a virtual mandate that urgent security updates be installed before the long-since-rebooted OS can more safely be used. Also dual-booting may not mix well with configuration management, in particular the kind that is push based. Or maybe the different OS do different things to set the clock on the motherboard, and now you have unexpected time sync problems? Dual booting is more complicated and time consuming than any benefit provided, in my view: you have not only multiple operating systems to maintain, but also the potential for bootloader and hardware level interactions between them, and various security and configuration management drawbacks. Do you have the time for that?
"Mac OS" probably needs to be tagged with "Classic" these days; this was before Mac OS X 10.0.0 came out. Also I guess postings are supposed to have stock photos in them? I haven't used any modern AI, so here's something cropped with ImageMagick.
A few days ago, one of our patrons asked for advice about computers. And a good patron gave some recommendations. I checked them out.
I won't go into the details now, but suffice it to say, that I'm not a tech guy. The limited knowledge I have about technology is purely out of interest.
A brief background on why I'm making this post is that many years ago, I went to buy a computer, and I got ripped off. I didn't even realize that until I talked to my brother, and he got visibly upset.
winter was one of the first I started reading courtesy of Antenna. And not once have I been let down by the quality of their writing and character. Grant it, that means I feel above average embarrassed, because by comparison I feel more a hack of a former, and impolite cretin in the latter. Oh, to able to write like that *and* not get involved in variations on the theme of participatory selfishness.
I somehow managed to introduce a bug into this site's configuration. It manifests as one of processes serving the site eating all the CPU resources. Every day there seems to be about zero to three of these.
As I can't debug such rare events, I need to rely on logging but my efforts so far haven't been successful. So now what I'm doing is that I'm disabling part of this site's functionality, piece by piece. Let's see whether I can pare it down to a set that no longer runs into the problem.
Oddmuse started out as a CGI script written in Perl. This is great for very small and dynamic sites: Most of the time, nobody is visiting and the process isn't running. As activity increases (and search engines and bots activity increases!) a CGI script is an increasingly bad idea. Every time, you load the Perl binary, it loads the script, parses the script, runs the script, loads the libraries, parses the libraries, and so on.
These days, I run a Mojolicious server which keeps the script in memory and reruns it for every request. The webserver acts as a proxy server for all of this. And it's somewhat tricky: Every now and then there are processes that won't die, accumulating, see 2023-06-28 Reduced Site Functionality.
I'm thinking about blocking all bots from my website. But where to start? How about this: Check the access.log file (I use Apache as my web server). If the User Agent Field contains the word "bot" that sounds like a candidate? Let's see!
* Gemini (Primer) links can be opened using Gemini software. It's like the World Wide Web but a lot lighter.