Avatar

ToxicWaste

ToxicWaste@lemm.ee
Joined
1 posts • 17 comments
Direct message

That different instances handle issues differently is inevitable. Just from a legal standpoint they will HAVE to enforce different laws, depending on where they operate from.

However you have a point in the community helping out. I don’t know what the application process is, but you might want to look into it. If you can just take over looking into some of these reports, it will help reduce this 3-digit load on admins.

permalink
report
parent
reply
2 points

do you need GPT4 specifically? If not, mistral has their large model for free available: https://chat.mistral.ai/chat

permalink
report
reply

I agree with you, that even the devil would run away from localised scripts.

Just pointing out that even if everyone is using English, there will be differences. These differences can make it hard enough - no need for more stuff on top.

permalink
report
parent
reply

Even if everyone is using English, there will be cultural differences. I used to work at a company which had a lot of indian externals working on their code base. Whenever I had to work on a mainly Indian developed project i had to get used to how they wrote things. Usually things where named a bit different. Not by much, but enough tho throw me off a couple of times before i got used to it.

IMPORTANT: I am not shitting on how they used English, merely pointing out that they used it differently from how i would have expected.

permalink
report
parent
reply

no need to apologise. still a better response time, than some of the professionals I work with ;-)

permalink
report
parent
reply

Totally agree on the paycheck. However we need to stop acting like piracy is bad only. Buy the things you really enjoy and support the creator(s).

Back in the days a friend suggested i buy Skyrim and i was like: “Uuh not sure if i want to spend that kind of money on a 2yo game”. But since he was quite a fan, i pirated it. Soon after I bought the LE version and today it is still my most played game.

NGL: i also pirated many things of which i never bought the original version. But because of the bay i also bought some things i most likely wouldn’t have without.

permalink
report
parent
reply

I have to say that an invite based signup system makes my toenails curl backwards. IMO this will let instances die out slowly. I didn’t know anyone using lemmy and just stumbled upon it. ppl like me wont ever be able to join an instance if it is invite only.

Don’t misunderstand me: I do understand how critical it is for the operators of instances to protect themselves. Lemmy is a rather young project and still needs better admin tools. However, there are some good discussions happening on GitHub. Untill the operators and admins have the tooling to protect themselves, I see disabling img upload as preferable. It also took reddit some time to allow uploading images, instead of linking them.

permalink
report
parent
reply

It will be a cat and mouse game, which YouTube will loose in the long run. Don’t remember the name, but there is a very clever solution: They download all the ads so YT thinks you are watching. However, ads are never shown to you. This is extremely hard to detect and it muddies the data collection of Google since you watch and click everything.

IMO: This is a net loss for YT/Google. Their collection of data looses value. And advertisers wont be willing to pay the same amount for clicks, since a registered click is not necessary someone who watched and the targetting got worse…

permalink
report
parent
reply

Guys relax. Most of the ‘research’ comes from this reddit post: https://old.reddit.com/r/firefox/comments/17ywbjj/whenever_i_open_a_youtube_video_in_a_new_tab_its/k9w3ei4/

It points out following code in youtube’s polymer script:

setTimeout(function() {
    c();
    a.resolve(1)
 }, 5E3);

But exactly this code does show up on a stock installation of chrome too, and it does not check for the user agent. One of the responses goes a bit deeper into what the code above could do: https://old.reddit.com/r/firefox/comments/17ywbjj/whenever_i_open_a_youtube_video_in_a_new_tab_its/ka08uqj/

It is rather clear, that this code is not aimed at firefox users to slow down their loading time.

permalink
report
reply

This is not correct.

Most of the posts/articles reference following reddit post: https://old.reddit.com/r/firefox/comments/17ywbjj/whenever_i_open_a_youtube_video_in_a_new_tab_its/k9w3ei4/ . It shows the code from your screenshot. However the code does not check the user agent and is not injected server side (I checked by user agent spoofing and using a freshly installed chrome). So it will run on every browser and cannot be used against some specific ones.

There is an answer to the post everyone seems to reference, which goes a bit deeper into what the code could do: https://old.reddit.com/r/firefox/comments/17ywbjj/whenever_i_open_a_youtube_video_in_a_new_tab_its/ka08uqj/

permalink
report
reply