stoutfellow: Joker (Joker)
Fall semester begins next Monday. I didn't get as much done this summer as I'd hoped, but I did take care of a few things.

My new state ID card arrived last week. Unfortunately, Illinois IDs don't meet TSA's RealID standards; they'll still be accepted till October, but not after that, so I'm OK for Meg's celebration of life meetup next week, but I'll need to get a passport before my December trip to California.

My laptop began malfunctioning a few months ago. I didn't find time to take it in for a checkup until today; the people at Best Buy fiddled with it for a bit and voila, the malfunction went away. They gave me some suggestions on how to keep it from happening again, which should be easy enough to carry out.

My Master's student was away on family business for a couple of weeks, but she's back now and we've resumed meeting. We'll have to work out our fall schedule soon.

I absolutely must get some new clothes this week. I'm down to 2.5 passable pairs of pants, which means laundry every three days. Not good.

Where'd I leave that harness?

Wildmoka

Jun. 19th, 2018 04:35 pm
stoutfellow: Joker (Joker)
This is interesting, I think.

I have the Maddow Blog RSS feed bookmarked. Currently, the topmost item listed is "Demo of Wildmoka", which is apparently a video editing program. Actually going to the Maddow Blog site reveals, as its topmost item, "Tuesday's Mini-Report", as I would expect. I see no sign there of a link to Wildmoka - not that I have any need for video editing, but I'm curious what's going on. Has Wildmoka, with or without MSNBC's permission, inserted something into the RSS feed? Do I have to watch out for this in future?

:purses lips:
stoutfellow: Joker (Joker)
I can understand websites whose income is ad-generated, blocking people who are using ad blockers.

I can understand websites which ask people with ad blockers to whitelist them, or take other compensatory steps.

I cannot understand a website which asks you to whitelist them *without checking whether you've already done so*. (The button reads "already whitelisted or declining to do so".)
stoutfellow: Joker (Joker)
Every so often - it's rare, but not nonexistent - my WiFi flakes for a bit, and I can't access anything. It usually resolves in a matter of minutes, but it leaves one trace: any websites in my Bookmark list that I try to access during the flake have their icons in the Bookmark menu replaced by the AT&T (my ISP) logo.

This irritates me. They've got *perfectly good icons of their own*. Give. Them. Back!

Does anyone know a way to correct this?
stoutfellow: Joker (Joker)
I just got one of those malicious phone calls, where they tell you that your computer has been compromised and you need to call them about it Right. Now. I did not pick up, but let the answering machine take it, as per usual.

What is interesting is how Caller ID handled it: "Call from illegal scam."
stoutfellow: Joker (Joker)
Anyone use Malwarebytes Premium?

The last few days, it keeps notifying me that some of my real-time protection is turned off. The Settings window agrees: one particular piece of protection is off. However, when I click to turn it on, it signals "Starting..." briefly and then reverts to "Off".

Does anyone know what might be going on here?

Kindle PC

Nov. 26th, 2017 07:28 pm
stoutfellow: Joker (Joker)
On my old computer, I downloaded a PC app that could receive Kindle downloads on that computer. I need to get that on my new computer, but I don't remember where and how. Help?

Baby Steps

Nov. 18th, 2017 10:12 am
stoutfellow: Joker (Joker)
My library database is done, in the sense that all the tables have been constructed, all the forms coded, and all the routines and functions tested on fake data. I've cleared the fake data from the tables and begun the acid test: adding the real data. So far, I've hit and fixed a few non-fatal but annoying glitches, having entered data for four books. Since my library has over 4000 books in it, this is going to take a while; but so far, all signs are go.

Fortunately, this is break week. There are a number of things I have to do - not least, preparing the Thanksgiving-week meal - but I will still have a good deal of free time.
stoutfellow: Joker (Joker)
The new library database project is advancing well. I've got one more data-entry form to code, and then three or four data-viewing forms; the latter will be much easier than the former. I spent much of the last two days wrestling with one particularly intricate (by my non-professional standards) bit of code. It wasn't behaving the way I wanted, and I kept throwing in more kludges to save it. I finally realized what was going on: I had one checkbox which was bound to a Yes/No field, and I was assuming that ticking the box would change the Yes/No value. Things are apparently a bit more complicated than that. I wound up coding the box to explicitly make the change in the form's recordset, and that cleared things up. (I removed the gubbage from the rest of the code afterward.)

I should have this thing ready to go sometime this week.
:fingers crossed:
stoutfellow: Joker (Joker)
This is annoying. I've created the tables for my new library database, and have begun designing and coding the first form. For some reason, though, the Basic editor doesn't seem to recognize Ctrl-F (Find) or Ctrl-H (Find and Replace), either as keyboard shortcuts or as menu items. This irritates me, because whenever I create a procedure or function, there's a bit of boilerplate (mostly crude error-trapping) that I drop in, which requires a placeholder to be replaced by the name of the function or procedure. I can do it by hand - there are only four instances each time - but it's much smoother with Ctrl-H. That's not to mention other, unscheduled times when I'll need Find or Find-and-Replace. (I may try rebooting, to see if there's something flaky in memory that's causing this. Meanwhile, I'm just going to gripe.)

ETA: Nope, rebooting didn't help.
stoutfellow: Joker (Joker)
Note: in the following, I am in no way boasting of my programming abilities. In the past, I've done a little programming using variants of C++, but not since IBM gave up on OS/2. (I liked that OS!) What I'm doing now involves MS Access and Access Basic - Tinker Toys, no more.

Anyway: after entering a few hundred books into my library database, I grew dissatisfied; I've begun a full revamp. (This is version 5.) Right now, I'm just plotting - working out the tables and forms I'm going to need. In some ways, this is the most fun part of the process - deciding just what I want to be able to do and how to do it most efficiently. (The limitations of Access Basic chafe occasionally, I'll admit.) Automate this process, make that information easily available on the fly, consolidate the other stuff so I won't have to enter it more than once - this is a fun challenge, and of a different kind than my workaday research.

I'm probably going to revamp my finances database too, but that can wait. I need to keep the old one around for the next while anyway, for tax and other purposes.

Twitting

Sep. 3rd, 2017 09:02 am
stoutfellow: Joker (Default)
I don't have a Twitter account, but there are a number of Twitter feeds that I follow - Ursula Vernon, Howard Tayler, Sam Wang, my state's two senators, and like that.

The last two or three days, something odd has been happening. If I'm at a Twitter feed and I try to jump to another site - even a different feed - either the tab sits and spins or the URL changes without the site changing. Hitting the Refresh button clears the problem, but I shouldn't have to ask twice. Is this happening to anyone else? Does anyone know what's going on?

Week One

Aug. 25th, 2017 12:46 pm
stoutfellow: Joker (Joker)
I don't have classes on Friday, so week one of the semester is over. A few items of possible interest:

1) I'm very fond of Geometer's Sketchpad; it and Mathematica are core components of my research. There are two copies of GSP on campus; one, on my office computer, was bought for me by the department, and the other is on the computer in one of the classrooms, bought by the university. The advanced geometry courses, which I almost always teach, are always put in that room. So, Monday, prepping for that evening's E/NE Geometry class, I put together a couple of GSP notebooks and copied them to the network, so I could access them from the classroom. When I arrived there, I discovered that GSP... wasn't on that computer. (This is the second time this has happened; when OIT reinstalls software on the university system, as they do periodically, sometimes they forget to put GSP back on that one.) I dashed off a message to the Chair; the next day his secretary came down on OIT, and by the next class meeting, GSP was again available.

2) The geometry class only has four students - it was almost cancelled because of that, but it's a required course for Math Ed and only offered once a year, so it survived - so I'm shifting from straight lecture to something more interactive. At least one of the four is really sharp, which is a good percentage.

3) After one class yesterday, one of my students caught up with me to say I sounded (to him) like Neil deGrasse Tyson - not in voice, but in cadences. I've never actually heard Tyson speak, but I'll take it as a compliment. I am aware that butter was involved, of course. After the Linear Algebra II class, one student said, "Dr. :name:, you're making my head spin! I took Linear Algebra I twelve or thirteen years ago...." I made some encouraging noises. (We're reviewing key material from LAI at a compression rate of about 4:1. Of course she's having trouble, being that out of practice!)

4) Progress continues on my research. The idea I came up with last week definitely doesn't work all the time, but I've verified that it works pretty often. That will probably go into the fourth paper in the sequence. (Still haven't put the finishing touches on the first paper....)

All in all, not a bad first week.
stoutfellow: Joker (Joker)
I'm currently reading Orczy's The Scarlet Pimpernel. (I downloaded it from Project Gutenberg when I was on an adventure-novels kick; The Prisoner of Zenda, Captain Blood, and one or two others were also part of that haul.) Three thoughts come to mind.

1) Spoilers. Going into the novel knowing the identity of the Pimpernel probably diminishes its effect. (I would quite possibly have guessed - the trick Orczy played has become common since her day.) Fortunately, apart from the broad context, I know nothing more. I can foresee some of what will come - I just finished the scene where Marguerite is blackmailed by the French agent - but no more than in outline.

2) Reigns of Terror. Orczy, of course, makes an effort to get the reader to sympathize with the poor persecuted aristocrats, and I try to let that happen; but I keep remembering the bit by Twain, comparing the several-months-long and bloody Reign of Terror with the slow-motion, thousand-year Reign of Terror, in the opposite direction, which begat it. Lavoisier was certainly not the only unjustly condemned victim, but the whirlwind doesn't really care who sowed the wind. (I also find myself remembering the next-to-last paragraph of Lincoln's Second Inaugural; but that's another issue altogether.)

3) Typography. There are, naturally enough, numerous French or French-derived words and phrases in the text: entr'acte, coup, and the like. I would prefer to believe that Orczy wrote them, in the original, as I just did, and some blunderer, transcribing it for the Project, interpreted the italics as indicating emphasis and thus replaced them with ALL CAPS. If the Baroness herself is responsible, all I can say is QUEL DOMMAGE!
stoutfellow: Joker (Joker)
The story begins with a grooming appointment.

Gracie had already had her trip to the groomer, and it was Buster's turn. I picked up the phone and punched in the groomer's number. There was a dial tone, the familiar sequence of tones, and... nothing. I tried again. I got the number of another groomer; no good.

It occurred to me that I didn't remember receiving any phone calls for several days. (I get lots of phone calls. "CALL FROM UNAVAILABLE". Hey, buddy, if you're unavailable so am I.). I e-mailed my brother and asked him to call me, and to e-mail me if he couldn't get through. Sure enough....

I handled the grooming appointment by walking to the nearest groomer - a bit more expensive than my usual, but much closer - and making the appointment in person. (Buster looks much better; they even managed a semblance of a puppy-cut.) I also made a vet appointment (Gracie had picked up an ear infection) by giving the data to my brother and having him call the vet.

I don't really use the phone all that much, and I am still a champion-class procrastinator, so my efforts to resolve the situation were desultory. I fiddled with the phone; no dice. I downloaded the manual for the phone, but found nothing useful. I bought another phone and plugged it in to another jack; no luck. I made a mental note to, somehow, contact AT&T.

"I should call the plumber about the phone isn't working"
"I need to make another vet appointment the phone isn't working"
:sigh:

This morning, I finally figured out how to contact AT&T, initiating an online chat. After about half an hour, most of it consumed by the usual trivia, I was told that I had the wrong agent, and she would transfer me to someone who could help. We went through the trivia again, and I was eventually told that this was the wrong office, and I should call ###-###-####. I pointed out that this was impossible, and was given a URL instead.

I copy-pasted the URL to the address bar. I spent a few minutes ticking boxes and filling in forms, and was told that they could not process my ticket.

I returned to the page I'd been at before, clicked on a different button, and began another chat. After another round of trivia, the agent suggested that I reset the modem. (My phone was not, and never had been, connected to the modem, but wotthehell....) This, of course, broke the connection. I waited a few minutes for computer, router, and modem to make nice, and restarted the chat. New agent. More trivia. "Is the phone connected to the wall jack, or to the modem?" The wall jack. "Plug it into the modem." This I did, and voilĂ , I had a working phone again. I thanked the agent, gave him top marks on the Customer Satisfaction form, and disconnected. (I made another couple of tests to make sure all was well, and it was.)

I went over to my other phone, which was connected to a wall jack; its screen now says "Check phone line". I'm assuming that AT&T has cut off all of my wall jacks except for the one dedicated to the modem. Not sure I'm happy about that, but also not sure I care enough to kick up a fuss.

Gotta call the plumber tomorrow.

Framed

May. 28th, 2017 04:46 pm
stoutfellow: Joker (Joker)
Something odd has been happening on my desktop computer.

At intervals (it appears to be once an hour, at about the :45 mark), a small, empty, and transparent frame appears on the (primary) monitor; it grows rapidly, to perhaps 20% of the screen, then vanishes. The event takes less than a second, so I haven't been able to catch what process is involved.

Should I be worried?

ETA: I now find that, for that split-second, it also grabs focus.
stoutfellow: My summer look (Summer)
After posting grades last Monday, I spent the rest of the week loafing. (Well, I had to reply to a few students asking why they got the grades they got....) No cooking - just frozen dinners, sandwiches, and cereal. No trips to campus - I did connect to my office computer a couple of times, mainly to look up the grade spreadsheets. It was too rainy, most of the week, to walk the dogs.

However, loaf time is over. I may not be teaching this summer, but I do have a lot of things to do. I have to get a new passport; as of midyear, TSA won't be accepting Illinois state IDs. I have to put the finishing touches on Taxonomy I and submit it, and begin writing TII and outlining TIII (and maybe TIV). There's lots of housework that needs doing. I'm recording my library on the latest version of my library DB (and there's been a story or two I should tell, in that connection). I'm contemplating revamping my finances database yet again. I should also prep for my fall classes; two of them are courses I haven't taught in a while.

There is a big pot of arroz con queso cooking away, for this week's dinners. I want to start using my new stock pot, and to try out some more Indian and Middle Eastern recipes. The dogs need grooming (this week!) and visits to the vet, preparatory to their badly-needed dental work.

I've drawn up a (still incomplete) To Do List. I've done that before. The trick now will be carrying it out.
stoutfellow: Joker (Joker)
Sigh. The latest Windows update seems to have borked my audio. System sounds work, but WMP and YouTube both are silent. Settings asserts that my NVIDIA HDMI Output is "Not plugged in". I've checked on line, but the suggestions either don't work or can't be carried out. The old standby, "When in doubt, reboot", has been of no use either. Anybody know anything?
stoutfellow: My summer look (Summer)
For several years now, I have been able to access my office computer from home. Recently, though, it stopped working; I'd click on one of the (series of) links involved, and the browser would just sit and spin.

Last week, the IT people announced that the system would be revamped to accommodate Windows 10 as of Tuesday night. Today, I finally got a chance to check it out.

If I go in using Firefox (my browser of choice), I can get in, but an annoying pop-up, asking permission to do such-and-such, makes three or four appearances, and the browser seems confused until the connection is completed. Likewise if I use Edge (which I'm trying to avoid).

You know which browser gets me in without any fuss? Internet Explorer.

Yeesh. I've put IE on the status bar, with the link to the office computer as home page. This is the only thing I'm going to use it for.

No Reply

Mar. 11th, 2017 09:05 am
stoutfellow: Joker (Joker)
This is odd, and rather annoying.

I do not have a Twitter account, but there are a dozen or so feeds that I follow. When I check on one of them, there is a link labelled "Tweets and Replies", which displays the obvious. I like clicking on that, in particular with some of the humorous feeds. But...

If I click there on my new desktop computer, I get a solicitation to sign up for Twitter - and the tweets-and-replies feed does not appear. This did not happen on the old computer, nor does it happen on my laptop.

Anybody know what could be happening there?

Profile

stoutfellow: Joker (Default)
stoutfellow

April 2020

S M T W T F S
    1 2 34
5 6 789 1011
12 13 14 1516 17 18
19202122232425
2627282930  

Syndicate

RSS Atom

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated May. 23rd, 2025 03:16 pm
Powered by Dreamwidth Studios