this post was submitted on 25 Sep 2024
8 points (100.0% liked)

Selfhosted

51056 readers
1430 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 
top 7 comments
sorted by: hot top controversial new old
[–] Bishma@discuss.tchncs.de 3 points 11 months ago* (last edited 11 months ago)

Certainly! Let me ignore half the details in your prompt and suggest a course of action for v2 of this package even though you said it was version 15.

I'm sorry that isn't working for you. Here are the troubleshooting steps for a Samsung convection oven that went out of production in 2018.

You are correct, your question did not involve baking tips, here's that same course of action from v2 of this software package.

[–] yogurtwrong@lemmy.world 1 points 11 months ago* (last edited 11 months ago) (1 children)

ChatGPT keeps mixing up software versions which is understandable considering the similarities between versions and the way gen AI works

I asked for help on GTK 4 once and responses were a mix of GTK 4 and 3 code. Some of them even contained function names which didn't exist in any version of GTK

[–] Ibaudia@lemmy.world 1 points 11 months ago

And when you point that out to the AI, those code snippets get replaced with even more spaghetti that is maybe 1% closer to actually working, at best. Been there!

[–] BrianTheeBiscuiteer@lemmy.world 1 points 11 months ago

Usually it doesn't solve my problems but it gives me a few places to start looking. I know some models are capable of this but to get a perfectly accurate and useful response would probably require it to recall a specific piece of input it was given and not just an "average" of the inputs.

[–] flamingo_pinyata@sopuli.xyz 1 points 11 months ago

And then it gives you the most generic answer how to run a docker build, that doesn't actually address the problem

[–] torgeir@lemmy.ml 0 points 11 months ago (1 children)

I’ve done similar things for mismatched python dependencies in a broken Airflow setup on GCP, and got amazingly good results pointing me in the right direction to resolve the conflicting package versions. Just dumped a mile long stack trace and the full requirements.txt on it. Often worth a shot, tbh

[–] cm0002@lemmy.world 0 points 11 months ago

Yea if nothing else hopefully it'll at least point you in the right direction