@VinAmbleNaess Att tacka någon har implikationen att de gjorde en ansträngning eller uppoffring för att hjälpa dig.
"Varsågod" bekräftar att ansträngningen/uppoffringen skedde medans "Ingen fara" eller "Det var så lite så" menar på att det inte var någon ansträngning från början
@kc_noren@VerkanUnderline@YB_Sodermalm Håller med om att YB är intressant. Tror att i detta fallet är det ett fåtal som förstör för resten, t.ex som denna jag såg häromdagen
@mehulmpt@IroncladDev I agree that it sucks but I'd rather write one or two xmlhttprequest helpers than pull in a whole library for progress on a few requests
@NeoSahadeo_@aisauce_x@ThePrimeagen Its because some upload forms to check file extension before saving to db
const allowedExts = ["jpg", "png"]
if (allowedExts.includes(file.ext))
Later its rendered in <img src={url}> which supports webp and file extension doesnt matter
@zeeg@cia_surveilance This has been my experience with the majority I've read online for years.
The hype cycles want you to change tooling, frameworks and language every month.
Experience tells me that bleeding edge comes with issues, better to wait to see if it stands the test of time.
@jxnlco@ArelAvellino not an oss maintainer, i work at small saas. i am responsible for the code i commit, even if its llm generated its still me whos responsible. the risk of adding co-authored-by is that blame can be shifted from me to the llm "oh this vuln was introduced by codex, damn llms!"
@Ecom_Moody@stupidtechtakes Yes, but theyre not intercepting messages over the network. Its spyware running on your phone so it can naturally read messages just like you can while theyre on your phone. All e2e communication is vulnerable to this
@nicholasnlawton How is it different from getting an annual subscription from SideShift? You still pay the full amount for the subscription even if you cancel after 6 month?
@chris__harvey__@nicholasnlawton No. If you sign up for a one year commitment with monthly payments for a discount, you naturally have to pay for the full year.
@howcanbobhelp@AbyssusErigo@nicholasnlawton No. If you sign up for a 1 year commitment with monthly payments for a discount and then cancel it early, you still have to pay for the remaining of your commitment. Thats normal for alot of memberships
@sweetkindfriend@CoachLewGrizz ah yeah, youre right. i knew it was quoted-printable but utf-8 showed as "Â" because i didnt have auto-bake on at first.
tried a few other reasonable ones and macos hebrew showed it as a dot so assumed it was right given context
@CoachLewGrizz Imagine you are limited to only english alphabet when sending but you want to write german.
ü is not in the english alphabet so instead of sending "über" you encode ü as "=u2" and the recipents email client decodes the email it knows to replace "=u2" with ü