this post was submitted on 11 Oct 2025
646 points (99.4% liked)
Technology
75963 readers
3250 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's fucking insane how much is invested (both money and natural resources) in the emperor's new clothes. Let's scorch the planet because every idiot out there buys into the marketing and hype. We are utterly and truly doomed because of ourselves.
Well, I mean it's not all marketing and hype. I was able to get it to write a piece of code to scrape a RSS feed and email me if it met certain perameters. I couldn't have done that without a real grind / if at all. This is effectively the only time I've used it, and I think it's atrocious the amount of petty shit people use it for.. but there can be a functional benefit to generative AI. Makes me shed a tear thinking of the energy demand though.
i have been using "rss2email" for years. extremely simple, works great, deterministic. no need to reinvent the wheel for a simple use case, and thats half the point here - a lot of "solutions" being found were already solved.
In this scenario it needs to read a 5 day forecast capture key elements and only send the email/ alert the first time and not the following 4 days(if the alert remains the same) so in my previous attempts at RSS reader apps already in existence, they didn't meet the need.