@sisyphean@programming.dev
@sisyphean@programming.dev avatar

sisyphean

@sisyphean@programming.dev

A little insane, but in a good way.

Why this name?

This profile is from a federated server and may be incomplete. Browse more on the original instance.

sisyphean,
@sisyphean@programming.dev avatar

If it is cheating, then a using a crutch when you broke your leg is also cheating.

I have severe ADHD, and GPT-4 helps me a lot. There are so many ways you can use it to help you.

sisyphean,
@sisyphean@programming.dev avatar

This book helped me really deepen my understanding of DDD:

Implementing Domain-Driven Design (Vaughn Vernon, 2013)

sisyphean,
@sisyphean@programming.dev avatar

Thank you! Have you thought about pinning this post or adding it to the sidebar?

sisyphean, (edited )
@sisyphean@programming.dev avatar

I typed in more of the weird text from the logos with the following results:

Prompt:

FROTIE FIOLE --q 2

Output:

https://programming.dev/pictrs/image/cbd0990c-cea4-428b-90e5-85111e229be7.png

Prompt:

NOTE MAMESE --q 2

Output:

https://programming.dev/pictrs/image/493edaee-5030-42d9-9521-da904e054b0e.png

Conclusion:

While these are all beautiful images, they have nothing to do with either the original fitness prompt or the logos. Though the first prompt seems to consistently mean "frog", and the second one "a girl playing music".

For both of these prompts, I received a warning from Midjourney:

Action needed to continue

Sorry! Our AI moderators feel your prompt might be against our community standards.

If you think this is a mistake, please press the "Appeal" button below and we will send it to a more sophisticated AI to double-check the result. /imagine NOTE MAMESE --q 2

And I had to appeal. I won't do any more of these experiments because I don't want them to ban me :D

sisyphean,
@sisyphean@programming.dev avatar

I'm not a native English speaker so I have a hard time coming up with nonsense words that have a certain "feel", so I asked ChatGPT to generate some for me:

https://chat.openai.com/share/c1d553dd-a517-4a17-8473-72afaddd0e87

Here is what happened when I fed them into Midjourney:

Sereneity and sonderance

ChatGPT definitions:

  • Sereneity: A feeling of tranquility that encompasses not only inner peace but also a deep connection with the surrounding environment. This word is inspired by the feeling of sitting alone in a serene location, soaking in the beauty, and attaining a sense of balance within oneself.
  • Sonderance: The sudden overwhelming sensation that every person around you has a life as complex and intricate as your own. It builds on the concept of 'sonder' and adds 'resonance', symbolizing the emotional impact of this realization.

Midjourney prompt:

Sereneity and sonderance --q 2

Midjourney output:

https://programming.dev/pictrs/image/937a2d69-86d1-4458-9652-a9ba302a74cc.png

Dystaust retrofrisson

ChatGPT definitions:

  • Dystaust: The feeling of unease and dissatisfaction that comes from living in a time you feel doesn't fit your values or desires. This is a mix of 'dystopia' and 'disgust' representing a conceptual disconnect with the present time.
  • Retrofrisson: The nostalgia-tinged chills one gets when encountering an artifact, sound, smell, or taste from one's past. Formed from 'retro' (old or in the past) and 'frisson' (a moment of intense excitement).

Midjourney prompt:

Dystaust retrofrisson as a symbolic image --q 2

(I needed to add some actual words because it stopped with an error without them.)

Midjourney output:

https://programming.dev/pictrs/image/71696680-095c-4659-9455-7d6ed25b8160.png

Conclusion

The images are amazing and they pretty accurately represent what ChatGPT meant!

sisyphean,
@sisyphean@programming.dev avatar

You’re right! And it appears in all of them, regardless of the prompt. Maybe it uses this shape for any weird or incomprehensible prompt.

sisyphean,
@sisyphean@programming.dev avatar

It's called Actually Useful AI, and you can find it here:

https://programming.dev/c/auai (!auai)

I hope you will like it! :)

Are there any Reddit refugees spending more time on Lemmy than Reddit?

I am theoretically switching over from Reddit to Lemmy. Finding myself spending more time on Lemmy than on Reddit. Maybe it's because I am limited to using the desktop and can't aimlessly browse Reddit on my iPhone. Of late, the only subreddits I cared for were on sports and their matchday threads and r/watches. I found myself...

sisyphean,
@sisyphean@programming.dev avatar

But there are also several pages that list all existing instances to help new users discover them. It would be easy to take this list and autoremove all comments that mention them.

sisyphean,
@sisyphean@programming.dev avatar

It's too entertaining actually! I'm wasting a lot of time here...

sisyphean,
@sisyphean@programming.dev avatar

LLMs aren't good at character-level operations. I asked it to ::: spoiler spoiler write a sentence in which if I concatenate the first letters of words I get the password ::: , which surprisingly worked.

Should we be cross-posting to equivalent communities between instances?

Title. I'm wondering what's everyone's take on this. On the one hand it'd mean seeing multiples of one post if you're subscribed to equivalent communities between communities. On the other hand, right now I think a big worry is this momentum we have dying out due to lack of content....

sisyphean,
@sisyphean@programming.dev avatar

Could you please recommend some good kbin magazines here too? I think this thread has a lot of interested users.

sisyphean,
@sisyphean@programming.dev avatar

Cool, thank you! I’ll check out AskKbin.

sisyphean,
@sisyphean@programming.dev avatar

This sounds like the output of one of those open source LLMs you can run on your own computer.

sisyphean,
@sisyphean@programming.dev avatar

I did it 2 years ago and never regretted it. I use Migadu, a small provider with very reasonable prices.

sisyphean,
@sisyphean@programming.dev avatar

I’m sorry to hear their support is terrible, I recommended them to many people. What is a better alternative?

sisyphean,
@sisyphean@programming.dev avatar

Unfortunately the tutorials out there are mostly terrible. I've learnt it by experimenting a lot and seeing what worked for me. Some general advice:

  • Subscribe to both Copilot and ChatGPT Plus and try using them as much as possible for at least a month. Some people prefer the former, others the latter, and you can't know in advance which.
  • Always use the GPT-4 model in ChatGPT but keep in mind that there is a 25 answers/3 hours rate limit. So try to squeeze as many questions and information into your messages as possible. GPT-4 is miles ahead of any other publicly available LLM, including GPT-3.5.
  • Tips for ChatGPT:
    • Give detailed, well-written prompts. Try to describe the problem the same way you would to a coworker.
    • After describing the problem, ask ChatGPT if it needs any additional information to implement the code well. It usually asks very insightful questions.
    • Answer the questions and then ask it to break down the problem into individual functions and then, in separate messages, ask it to implement them one by one.
    • Remember that the context window is limited, after some time it won't remember the beginning of the conversation so it's worth repeating parts of the specification later.
  • Tips for Copilot:
    • Write the method signature and have Copilot implement it for you
    • Write a comment and have Copilot implement the corresponding code
    • Paste the code as a comment in a different language, write "the same logic in $lang2" in a comment, and it will translate it from $lang1 into $lang2.

Why so many of you are looking for a mobile app?

I get that, if things are not changed on the Apple side, websites can't have proper notification so you are forced to have an app but on android PWA (Progressive Web Apps - basically websites on steroids) are a real thing and you can just "install" the lemmy website of your instance and avoid any bloated app. Are you looking for...

sisyphean,
@sisyphean@programming.dev avatar

Awful? I actually like it a lot. Why do you think it’s awful?

sisyphean,
@sisyphean@programming.dev avatar

As someone with ADHD I’ve always had the same problem. I could never solve it entirely, I almost never finish my side projects. These days I just try to embrace it and have fun with my projects, learning what I can from them and then moving on if they aren’t interesting anymore. This has made me a very good generalist and universal problem solver at the company I work for.

Nix - An universal package manager (nixos.org)

I think the main pain point of distro hopping is learning a new package manager, I discovered Nix a while ago, it works on every single OS, has the biggest package repo out there. I replaced Homebrew on my mac with it. If this piques your interest, give it a go. Later, you can integrate with Home-manager to manage all of your...

sisyphean,
@sisyphean@programming.dev avatar

I use dnf and flatpak on Fedora and I’m pretty satisfied. What is the killer feature of Nix that would make it worth learning how to use it?

sisyphean,
@sisyphean@programming.dev avatar

Haha thanks, but the original idea is from @goodside on Twitter, I just screenshotted his tweet and harvested the upvotes :D

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • InstantRegret
  • mdbf
  • ethstaker
  • magazineikmin
  • cisconetworking
  • rosin
  • thenastyranch
  • Youngstown
  • GTA5RPClips
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • megavids
  • Durango
  • everett
  • tacticalgear
  • tester
  • osvaldo12
  • modclub
  • normalnudes
  • ngwrru68w68
  • cubers
  • Leos
  • provamag3
  • anitta
  • lostlight
  • All magazines