sorted by: new top controversial old
[-] SorteKanin@feddit.dk -2 points 20 hours ago

You should petition your admins to defederate or move to an instance that does so.

[-] SorteKanin@feddit.dk 2 points 20 hours ago

Lemm.ee basically doesn't defederate anything. You should probably go to an instance that defederates those instances.

[-] SorteKanin@feddit.dk 2 points 20 hours ago

Keep in mind that user-level instance blocks are not the same as instance-level defederations. AFAIK, it only blocks the communities. You'll still see comments and posts from that instance in other communities and that instance will still influence your feed with their votes.

It is better to go to an instance that defederates or to convince your current admin to defederate.

[-] SorteKanin@feddit.dk 1 points 1 day ago

Punycode is not solving the same problem. Punycode solves Unicode in domain names. Percent encoding is for Unicode in URL paths. Lemmy only needs to worry about the paths, Punycode should be "supported" out of the box without any special handling

[-] SorteKanin@feddit.dk 24 points 1 day ago

At least use TOML if you like ini, there is no ini spec but TOML can look quite similar.

[-] SorteKanin@feddit.dk 5 points 1 day ago

It is also just a convention to use ASCII for usernames in many platforms.

That's only true for platforms that only caters to the English speaking world. The fediverse should be and is much broader than that.

ASCII is also supported out of the box in major OSes while some unicode characters might not.

What? There is no major OS that does not support Unicode out of the box.

Percent encoding is perfectly fine and users won't even see it.

Also please stop down voting twice with your alt accounts, that's not cool.

[-] SorteKanin@feddit.dk 2 points 1 day ago

It's a major downside to my own users though. I wish I could disable uploads for everyone else :P

[-] SorteKanin@feddit.dk 4 points 1 day ago* (last edited 1 day ago)

There is a standard way to encode Unicode into URLs, it definitely doesn't have to be ascii. Percent encoding is used all over the place.

EDIT: I don't mind a down vote but double down voting me from your alt @Asudox@lemmy.world is not cool. That's sockpuppetry/vote manipulation.

[-] SorteKanin@feddit.dk 4 points 1 day ago

Yes, storage costs matters. I think it's honestly crazy that Lemmy caches images as much as it does. It would be great to be able to just disable it completely, but alas you can't do that without disabling uploads for your own users either (at least I don't know how).

[-] SorteKanin@feddit.dk 4 points 1 day ago* (last edited 1 day ago)

Yes, but honestly unless you're very big, federation queries are the bulk of the processing and stuff from your own instance doesn't matter that much. I mean think about it, do you think the 100 active users on your own instance is what costs or the 10000 users posting all over the fediverse is what matters? Obviously the latter. So again, local user count is not that impactful.

[-] SorteKanin@feddit.dk 3 points 1 day ago* (last edited 1 day ago)

ActivityPub users need to be identified by some identifier in the URL, and Lemmy chose the user name to be that identifier. As a result, non-Latin usernames become… complicated.

Sorry but this is just false. URIs can easily encode UTF-8 characters and it's perfectly standard to do so via percent-encoding. Example: https://en.wikipedia.org/wiki/😂. Your browser will even automatically convert that 😂 into the appropriate percent-encoding and will even display the emoji in the address bar, even if that is not the "true" URI.

This is, if you ask me, an unnecessary limitation in Lemmy.

[-] SorteKanin@feddit.dk 6 points 1 day ago

No thanks, I’ll be staying with datastruct.nextState() rather than const nextState = prevState.nextState()

You can easily do the first option in Rust, you just use the mut keyword. That's it, nothing more than that. And you'll find that you quite rarely have to do that, and when you do it, it's actually quite a useful signal to be aware of, since mutability sometimes means a bit more surprising data changes.

106
317
577
SMBC [2012-02-02] (www.smbc-comics.com)

Bonus panel:

373
SMBC [2011-10-28] (www.smbc-comics.com)
669
submitted 2 months ago by SorteKanin@feddit.dk to c/games@lemmy.world
246
SMBC [2011-05-04] (www.smbc-comics.com)

Bonus panel:

141

I was talking to my manager the other day, discussing the languages we are using at $dayjob. He kind of offhandedly said that he thinks TypeScript is a temporary fad and soon everything will go back to using JavaScript. He doesn't like that it's made by Microsoft either.

I'm not a frontend developer so I don't really know, but my general impression is that everything is moving more and more towards TypeScript, not away from it. But maybe I'm wrong?

Does anyone who actually works with TypeScript have any impression about this?

260
102
submitted 5 months ago by SorteKanin@feddit.dk to c/world@lemmy.world
316
submitted 6 months ago by SorteKanin@feddit.dk to c/games@lemmy.world

I want to try and play some more games. That feels more fulfilling if you play games that you can finish and be done with.

So what are some good games that have zero (or close to zero perhaps) replayability? I'll start with my own suggestions:

  • Return of the Obra Dinn: Amazing mystery/detective game. However once you've played it, you basically can't play it again as you remember the solution already and the challenge of the game is trivialized.
  • Chants of Sennaar: Really great game about deciphering languages. However, once again, by playing the game once, you'll remember the languages and the game has no challenge any more.
  • Outer Wilds: Mystery adventure game. There is some replayability as there are perhaps areas that you can still explore, but largely once you figure out the mystery and complete the game, there's not much more to experience. Some people speedrun the game though.

All of the above games I value extremely highly even though I only played them ~8-10 hours.

Do you have any others?

view more: next ›

SorteKanin

joined 1 year ago