Spyke

I don't think Lemmy supports media fields in comments (though I've only skimmed the API, I could be wrong) just on posts. I usually use Postimages for hosting images for comments.

8
kn33reply
lemmy.world

Idk but Boost has a button for adding pictures to comments.


5
Codexreply
lemmy.world

Seeing this actually sent a small wave of dread through my body

94

Wdym? flamingo_pinyata's explaination was quite useful, I wish somebody had told me that long ago and it's still going to let me save so much time.

58

When I see �, I just assume the user or another dev is using a non-standard keyboard, or my fonts aren't up to date

When I see this shit, I lose all blood flow to the brain and then just collapse

54

Why is it that whenever something is spitting out junk data, those specific characters are involved?

72
lemmy.ca

Everything is 0s and 1s to a computer. What a pattern of 0s and 1s encodes is decided by people--often arbitrarily. Over the years there have been attempts to standardize encodings but, for legacy reasons, older encodings are still valid.

The 0s and 1s that encode ' in UTF-8 (a standardized encoding) are the same 0s and 1s that encode ’ in CP-1252 (a legacy encoding).

The � symbol is shown when the 0s and 1s don't encode anything of meaning.

66
lemmy.world

If you do this, you're going to burn in a very special level of hell. A level they reserve for child molesters and people who talk at the theater.

49

This is torture to do to a programmer...report people torturing others to the authorities

5

Must be the updated version of ~~~~####3$3$$%^^~~~! NO CARRIER

17
JackbyDevreply
programming.dev

You'd need to put ’ (specifically) in place of a quotation mark. That is the cp1252 encoding of right single quote in utf 8.

"Wonder if it’ll work?"

10
lemmy.world

At least where I work, the developers who actually wrote the code would probably never see it. We have service staff that deal with an initial problems reported from customers. They'd likely figure out someone actually entered those values.

16
bleistift2reply
sopuli.xyz

You must have exceptionally competent first-level support.

32

They are quite well seasoned. But it's also worth noting they are developers as well because the job usually has you debugging things or writing code that needs to be run for the specific customer. Not a large amount of code, but just things that end up being specific to a customer.

And if they have to come to a developer that actually works on the product, it's usually a pain to try and figure out what is going on. Thankfully, this is very uncommon.

9
lemmy.ml

Honestly funny, since we don't have GDPR here in the US, I guess this is fair.

3

Not sure how that's relevant, but some states do have an equivalent to GDPR. California has CCPA for example.

3
Pure evil | Spyke