AM/FM Radio is a safety issue

Susan

Well-Known Member
First Name
Susan
Joined
Jul 15, 2025
Threads
1
Messages
112
Reaction score
232
Location
San Jose, CA
Vehicles
Subaru Outback H6
I taught myself how to use WordPress, and know just enough CSS and HTML to fill in the gaps. I don't use plugins or AI. My site may be ugly, but it's my ugly.
</rant>
I love websites that don't look like every other website out there!

Yet another thing I like about the Slate. Their website has information about the truck, in an easily accessible format. It's not full of pictures of cars zooming around on empty roads or open spaces. Btw, where are all these open roads? The ones I drive are usually full of cars. Even the mountain roads, I have to pull over all the time to let faster cars pass me.

I was trying to get info about the Rivian R2 and the new electric Subaru. I wanted to scream. Too much animation, and not enough information. Were they trying to hide something? Because the info I wanted took a long time to find.
 

Susan

Well-Known Member
First Name
Susan
Joined
Jul 15, 2025
Threads
1
Messages
112
Reaction score
232
Location
San Jose, CA
Vehicles
Subaru Outback H6
And btw, I've visited your website. I think it's beautfiul and I'm looking forward to reading your book too! I love sci-fi.
 

bloo

Well-Known Member
Joined
Nov 7, 2025
Threads
3
Messages
215
Reaction score
319
Location
Waiting for Spring in New England
Website
thebluearecoming.com
Vehicles
'21 Kia Seltos 2.0 AWD
And btw, I've visited your website. I think it's beautfiul and I'm looking forward to reading your book too! I love sci-fi.
Thankssomuch, Susan! It's a first-contact novel with aliens (blue ones) and a believable romantic subplot. I wrote a thousand words this morning while my car got new tires/balancing/alignment and an oil change. 27,500 words now, so I'm getting closer.

Anyhoo... I've just decided my MMC will drive a Slate. Both he and I will install an AM/FM stereo to avoid a potential "safety issue." The antenna will be installed on the passenger-side front fender where God intended. We'll use aluminum "speed tape" on the back side for a ground plane.
 

Susan

Well-Known Member
First Name
Susan
Joined
Jul 15, 2025
Threads
1
Messages
112
Reaction score
232
Location
San Jose, CA
Vehicles
Subaru Outback H6
Anyhoo... I've just decided my MMC will drive a Slate. Both he and I will install an AM/FM stereo to avoid a potential "safety issue." The antenna will be installed on the passenger-side front fender where God intended. We'll use aluminum "speed tape" on the back side for a ground plane.
I love it! And hey, maybe you can get a slatelet made of your MMC! Good call on the radio too! 😉
 

Tom Sawyer

Well-Known Member
Joined
Jan 11, 2026
Threads
0
Messages
198
Reaction score
178
Location
Northeast Ohio
Vehicles
CJ-7
We'll use aluminum "speed tape" on the back side for a ground plane.
Why would you need tape to make a ground plane for reception? Portable AM/FM radios don’t have one, do they? Anyway, wouldn’t the Slate frame serve as a suitable ground plane? Just wondering out loud.
 

bloo

Well-Known Member
Joined
Nov 7, 2025
Threads
3
Messages
215
Reaction score
319
Location
Waiting for Spring in New England
Website
thebluearecoming.com
Vehicles
'21 Kia Seltos 2.0 AWD
Why would you need tape to make a ground plane for reception? Portable AM/FM radios don’t have one, do they? Anyway, wouldn’t the Slate frame serve as a suitable ground plane? Just wondering out loud.
Those portable radios actually don't have very good reception. A car radio will outperform them every time.

Both AM and FM benefit from a ground plane. AM would benefit also from the electrical noise suppression a ground plane provides.

Speed tape allows a ground plane with a standard fender antenna more easily than most schemes. Tape the back side of the fender; drill a hole through the fender; fix the antenna mount through the hole. It will have a ground plane because of the tape around the mounting point.

I could run a tinned copper braded strap between the antenna mount and the frame. I'd have to adapt the braid to work with the antenna and an electrically-conductive point on the frame. Then I'd have to be sure any unpainted metal gets repainted or covered with putty to prevent corrosion. It's more involved, but might work better.

I grounded the hood on my '88 Colt Vista to the frame using a braid with solid lug holes on both ends. Engine electrical noise pretty much wiped out AM before that. Some designer thought it was a good idea to keep the hood electrically "floating." It wasn't.
 

atx_ev

Well-Known Member
First Name
ACC
Joined
May 29, 2025
Threads
3
Messages
219
Reaction score
277
Location
Austin
Vehicles
tundra gle 450e
Vibe coding... ugh. It's pretty much taken over website develpment on the hobbyist and small business side. I could see the direction we were headed as I built my first-ever website last year. I've only ever coded in C and some ASM, so any sort of web dev was new to me.

Even before AI, many others were already using plugins for the simplest things. There's one for adding social-media links and icons to the page footer, another to add banner images to the header. The functionality is right there in WordPress, FFS.

Then they started vibe coding the plugins.

Now entire websites are built by "prompt engineers" using AI.

I taught myself how to use WordPress, and know just enough CSS and HTML to fill in the gaps. I don't use plugins or AI. My site may be ugly, but it's my ugly.

</rant>
I mean you literally use wordpress. An entire bloated system for displaying web pages.

Back in the day people were upset that developers were using libraries with hashtables instead of making it themselves.

I have built web pages from scratch using web servers to abstract the application layer. I have built webservers from scratch using sockets that abstract the TCP/IP protocol. I have built TCP/IP protocol handlers (in school).

Ultimately we are all using an operating system and arent rolling our own.

Every level builds on the last to make it faster to build things. There is no "honor" in doing things a harder way.

I am right now wiring up AI to be able to access every function in one my applications. In the future we will use natural language and wont need buttons, sliders etc. to run a UI.
 

IamSpotted

Active Member
First Name
Jon
Joined
Feb 8, 2026
Threads
1
Messages
35
Reaction score
60
Location
Us
Vehicles
WRX
And who thought it was a good idea to replace the search bar on mobile sites and apps with a stupid big button in the lower right corner? It obscures other elements on the page even when you're not searching for anything.

Of course there are forum apps that no londer support pagination (I'm looking at you, Discourse). Have fun looking for an old post in a thread with a thousand comments.

Did I mention the dearly-departed browser forward button? I am now.

Whoops. I guess my rant wasn't over :rolleyes:
The forward button does exist though. On Android you tap the three dots and iOS is in the bottom left corner.

Slate Auto Pickup Truck AM/FM Radio is a safety issue 2554
 

Luxrage

Well-Known Member
Joined
Apr 28, 2025
Threads
4
Messages
513
Reaction score
725
Location
Sherman, TX
Vehicles
1993 Geo Tracker, 1989 Ford Country Squire, 2007 Honda Element, 2011 Honda Fit
I mean you literally use wordpress. An entire bloated system for displaying web pages.

Back in the day people were upset that developers were using libraries with hashtables instead of making it themselves.
I remember helping build webpages in MacroMedia DreamWeaver. Hell, one of them is still up.

I'd like to think / hope that the frame the body panels are all mounted to will give us enough metal for a good antenna ground. I'll absolutely do a motorized one or a big whip.

I really hope at some point in the future Slate will allow 24 hour test drives for certain locations... mostly so I can take it home and do a bunch of tests like that with a car stereo and an antenna before taking it back 🤫
 

Susan

Well-Known Member
First Name
Susan
Joined
Jul 15, 2025
Threads
1
Messages
112
Reaction score
232
Location
San Jose, CA
Vehicles
Subaru Outback H6
There is no "honor" in doing things a harder way.
Nobody was talking about honor. We were talking about bad user interfaces.

It's harder to learn how to do something than to get an AI to do it for you too. But learning how to do it is often more satisfying. It's part of being human.

I don't have the same objections that many people do about AI. It's a tool. And it can be used for good or used for evil or used for things that nobody needs.

I'd like AI to be used by doctors to deliver personal treatments for dread diseases. Or to solve problems related to health and the environment. Or big problems.

I also don't care if script kiddies create AI cat memes. I've been enjoying the AI kung fu cat videos lately.

But I do object to humans berating other humans who are creatives, about their choice of tools.
 
 
Top