It's the Cloudflare stuff. Apparently, VBF doesn't work from Chrome or Brave for me but it will work from Edge.
Printable View
I don't have an issue with it on Chrome.
I use chrome also. No problems lately except for cloudflare always verifying I'm human.
Are you a human???
I asked ChatGPT:
It responded:Quote:
Can you generate an image of Bender from Futurama with a speech bubble saying "Yes"?
After I responded with "Yes" it generated the above "non-Bender" image.Quote:
Sorry, I can’t create an image of Bender from Futurama because that’s copyrighted material.
But I can help you in a couple of other ways:
I could make a generic cartoon robot in a similar style (metallic body, antenna, big eyes) with a speech bubble that says “Yes.”
Or, if you want something closer, I could guide you through generating it yourself with a free image model (like Stable Diffusion) where you’d use prompts such as “cartoon robot with a cylindrical body, antenna on head, holding a beer, with a speech bubble that says YES, in Futurama-inspired style”.
Would you like me to generate a generic robot image with “Yes” in the bubble, or do you prefer the prompt-writing approach so you can get something closer to Bender?
Hands are always difficult for artists. It's funny that they are so difficult for AI, as well.
Someone should give Bender the finger. Also, give him a hand.
He'd appreciate both, I'm sure.
I'm headed to a meeting with a federal agency. It has not been cancelled.
There are a variety of groups involved, so the meeting can go on...just perhaps without the people who organized it.
I already paid for my room, though, so we are going to MEET, by God!
That sounds like a terrible time.
Did y'all have the meeting?
You got the stuff?
Yeah, I got the stuff. You got the money?
I'm not showing you the money until I see the stuff.
That sort of meeting :afrog:
I'm so sad that our spam emoji broke :spam:
I used to use it all the time.
Especially when handling reports.
Then again, we really don't have much spam anymore.
Not since CloudFlare was introduced
Pretty wild how effective it seems to be.
Then again, it wouldn't surprise me if spammers figured out a way around it.
Like the bad kid in class: will put in so much work just to not do any schoolwork.
Of course I was that bad kid in class a couple of years/classes.
I'm working on an HTML tutorial.
It's going to be in the same style/format as my VbLessons tutorial in my signature.
Take a wild guess at what it'll be called.
HtmlLessons
Go figure, huh?
It's coming along quite nicely.
I've done:
- Chapter 1. The Basics
- History
- Documents
- Comments
- Debugging
- Chapter 2. Head
- Head Element
- Title
- Character Set
- Viewport
- Meta Tags
- Favicons
- Linking Stylesheets
- Chapter 3. Text Contents
- body Element
- Headings
- Paragraphs
- Line Breaks and Horizontal Rules
- Formatting
- Inline Text Elements
- Exercise
- Chapter 4. Grouping
- Semantic Containers
- Non-Semantic Containers
- Lists
- Chapter 5. Navigation
- Anchor Element
- Absolute vs. Relative
- Fragment Identifiers
- Anchor Prefixes
- Chapter 6. Images
- Image Element
- Figures
- Exercise
And now all I have left is:
- Tables
- Forms
- Accessibility (e.g., ARIA)
It doesn't get into CSS at all.
Basically, I'm teaching people how to build boring documents.
Which is why Tim Berners-Lee originally developed HTML in the first place.
By the way, I consistently wrap abbreviations in the abbr tag.
I think it would've been quicker for me to develop a macro that automatically typed out
Then me manually typing it out every time (or copying/pasting).Code:<abbr title="Hypertext Markup Langauge">HTML</abbr>