sisyphean

joined 2 years ago
MODERATOR OF
[–] sisyphean@programming.dev 5 points 2 years ago* (last edited 2 years ago)

Good humor is based on reality

[–] sisyphean@programming.dev 2 points 2 years ago

After all, they said we need quality content to attract new users

[–] sisyphean@programming.dev 7 points 2 years ago (1 children)

They got gregnant

[–] sisyphean@programming.dev 2 points 2 years ago

I hope all major instances would immediately defederate

[–] sisyphean@programming.dev 2 points 2 years ago

This is frighteningly realistic

[–] sisyphean@programming.dev 3 points 2 years ago (1 children)

The style is overly verbose and flowery to the point of being unreadable, so I gave up after a couple of pages. I wanted to see if the book was thematically and stylistically consistent, and if it had a proper plot but I lacked the patience.

[–] sisyphean@programming.dev 3 points 2 years ago* (last edited 2 years ago)

Aww thank you, it warms my circuitry ☺️

[–] sisyphean@programming.dev 2 points 2 years ago* (last edited 2 years ago)

I’m not against AI-generated content in general. Content is content, it doesn’t matter if it was written by a human or a machine if it’s useful or entertaining.

I know this project is just a fun prototype, but I’m sure it will be used to generate low-quality filler garbage which will then be sold at prices similar to high-quality books written by humans. That feels obviously wrong to me.

[–] sisyphean@programming.dev 2 points 2 years ago

Yeah, the situation seems pretty clear

[–] sisyphean@programming.dev 1 points 2 years ago* (last edited 2 years ago)

I’m the author of that bot. It will have an opt-out option, I implemented it as soon as someone suggested it:

https://programming.dev/comment/305938

Don’t spread sensationalist lies.

Oh wow, I’ve just realized it was OP I talked to in the comments. I immediately replied to their suggestion. What a clown 🤡

[–] sisyphean@programming.dev 3 points 2 years ago (2 children)

Can you tell us more about what they are like?

 

From the article:

symbex inspect_hash | llm --system 'explain succinctly'

Output:

This function calculates the hash of a database file efficiently by reading the file in blocks and updating the hash object using SHA256 algorithm from the hashlib module. The resulting hash value is returned as a hexadecimal string.
 
 
 

I wanted to see if Midjourney also has a "hidden language" like DALL-E 2 in this post: https://programming.dev/post/102011

So I ran a little experiment.

I gave this prompt from the article to Midjourney:

Two farmers talking about vegetables, with subtitles --q 2

But it didn't produce any text:

Then I tried this:

text logo of fitness company including motto --q 2

This gave me what I wanted: logos with text.

Then entered the nonsensical words from one of the logos:

FRVNE MIASE --q 2

This triggered an abuse detection filter which I appealed. Then Midjourney produced these equally nonsensical but absolutely wonderful images:

First I thought that the results had nothing to do with the original prompt, but if you look at the logo, it has mountains in it, so maybe "FRVNE MIASE" means mountain?

I don't have more time to play around with this but if someone else can get further with it, I would love to see the results!

 

We discover that DALLE-2 seems to have a hidden vocabulary that can be used to generate images with absurd prompts. For example, it seems that Apoploe vesrreaitais means birds and Contarra ccetnxniams luryca tanniounons (sometimes) means bugs or pests.

21
submitted 2 years ago* (last edited 2 years ago) by sisyphean@programming.dev to c/programming@programming.dev
 

Whenever you store a value that has a unit in a variable, config option or CLI switch, include the unit in the name. So:

  • maxRequestSize => maxRequestSizeBytes
  • elapsedTime => elapsedSeconds
  • cacheSize => cacheSizeMB
  • chargingTime => chargingTimeHours
  • fileSizeLimit => fileSizeLimitGB
  • temperatureThreshold => temperatureThresholdCelsius
  • diskSpace => diskSpaceTerabytes
  • flightAltitude => flightAltitudeFeet
  • monitorRefreshRate => monitorRefreshRateHz
  • serverResponseTimeout => serverResponseTimeoutMs
  • connectionSpeed => connectionSpeedMbps

EDIT: I know it’s better to use types to represent units. Please don’t write yet another comment about it. You can find my response to that point here: https://programming.dev/comment/219329

 
 
 
 

I’m a moderator of a smaller community. I’m posting quality content multiple times a day, and I posted about it in New Communities. The number of subscribers is low but it’s growing steadily.

Could you please give me some advice on growing this community? I don’t want to spam/flood or come off as rude or weird, but I really believe in it and think it would be useful to many people.

 
view more: ‹ prev next ›